@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    box-sizing: border-box;
    transition: .5s;
    display: block !important;
    background-color: #621B32;
    z-index: 9;
}

nav .logo {
    float: left;
}

nav .logo img {
    height: 80px;
    transition: .5s;
}

nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

nav ul li {
    list-style: none;
}

nav ul li a {
    line-height: 20px;
    color: #fff !important;
    padding: 5px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: .5s;
}

.active>a,
.nav-bar ul li a:hover {
    color: #621B32 !important;
    background: #FCAB27;
    padding: 18px;
}

.responsive-bar {
    display: none;
}

.img-header {
    background: url(../img/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 75vh;
    background-position: center;
}

.content-1 {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 30px;
}

.call-to {
    color: #621B32;
}

.call {
    color: #000;
    text-decoration: none !important;
    text-align: center;
}

.content-2 {
    padding: 50px 0 50px 0;
    background-color: #F1F0EE;
}

.p-parrafo {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.content-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.item-1 {
    width: 50%;
}

.item-2 {
    background-color: #621B32;
    width: 50%;
    padding: 100px;
    font-size: 20pt;
    color: #fff;
}
.contrnt-4{
    padding: 50px 0px 0px 0;
}
.horario{
    text-align: center;
    color: #621B32;
    font-family: 'Roboto',
    sans-serif;
    font-weight: 700;
}
.horas{
    text-align: center;
    font-family: 'Roboto',
    sans-serif;
    font-weight: 400;
    color: #636363;
    margin-bottom: 40px;
}

.bottom-color{
    background-color: #FCAB27;
    color: #621B32;
    padding: 10px 60px 10px 60px;
    margin-top: 30px;
    display: block;
    justify-content: center;
    border-radius: 15px;
    font-size: 25pt;
    margin: 0 auto;
    position: relative;
    z-index: 9;

}
.map iframe{
    margin-top: -25px;
}
.logo-footer{
    display: block;
    margin: 0 auto;
    width: 300px;
}
.call-footer{
    text-align: center;
    font-family: 'Roboto',
    sans-serif;
    font-weight: 500;
    color: #3f3f3f !important;
    text-decoration: none !important;

}
.direccion-footer{
    text-align: center;
}
.copyright{
    background-color: #3f3f3f;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0 20px 0;
}
.row-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.formulario {
    padding: 70px 0 70px 0;

}

.back-form {
    background-color: rgba(255, 255, 255, 0.466);
    padding: 20px;
}

textarea.form-control {
    height: 100px;
}

input.text_field_big {
    border: 1px solid #621B32;
}



.btn-color {
    background-color: #fff;
    border: 1px solid #621B32
}

.flotar-derecha {
    float: right;
    margin: 8px;
    border-radius: 12px;
    padding: 7px 20px 7px 20px;

}

@media (max-width: 1200px){
    .content-3 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }
    .item-1 {
        width: 100%;
    }

    .item-2 {
        background-color: #621B32;
        width: 100%;
        padding: 100px;
        font-size: 20pt;
        color: #fff;
    }
}
@media (max-width: 992px) {
    .responsive-bar {
        display: block;
        width: 100%;
        height: 60px;
        background: #621B32;
        position: relative;
        top: 0;
        left: 0;
        padding: 5px 20px;
        box-sizing: border-box;
        z-index: 99;
    }
    .responsive-bar .logo img {
        float: left;
        height: 50px;
    }
    .responsive-bar .menu h4 {
        float: right;
        color: #fff;
        margin: 0;
        padding: 0;
        line-height: 50px;
        cursor: pointer;
        text-transform: uppercase;
        transition: .5s;
    }
    nav,
    nav.black {
        background: #333533;
        height: 0px;
        padding: 0;
        color: #fff;
        display: block !important;
        position: relative;
    }
    nav .logo {
        display: none;
    }
    nav ul {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0px;
        background: #621B32;
        float: none;
        display: none;
    }
    nav ul.active {
        display: block;
        transition: .3s;
    }
    nav ul li {
        width: 100%;
    }
    nav ul li a {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        line-height: 30px !important;
        color: #fff !important;
    }
    .item-1 {
        width: 100%;
    }

    .item-2 {
        background-color: #621B32;
        width: 100%;
        padding: 100px;
        font-size: 20pt;
        color: #fff;
    }
}

@media (max-width: 600px) {
    .item-2 {
        background-color: #621B32;
        width: 100%;
        padding: 100px;
        font-size: 14pt;
        color: #fff;
    }
    .horario {
        text-align: center;
        color: #621B32;
        font-family: 'Roboto',
            sans-serif;
        font-weight: 700;
        font-size: 17pt;
    }
    .bottom-color {
        background-color: #FCAB27;
        color: #621B32;
        padding: 8px 30px 8px 30px;
        margin-top: 30px;
        display: block;
        justify-content: center;
        border-radius: 15px;
        font-size: 17pt;
        margin: 0 auto;
        position: relative;
        z-index: 9;

    }
    .map iframe {
        margin-top: -20px;
    }
}