﻿body{
    font-family: "Google Sans Flex", sans-serif;
}

.logotipo{
    text-align: center;
}


.logotipo img{
    width: 80%;
}


.menuR{
    display: none;
}


nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 20%;
    float: left;
}
nav a{
    color: black;
    text-decoration: none;
}
.menu, .menuR{
    color: gray;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    padding-top: 50px;
    padding-bottom: 50px;
}
.menu:hover{
    background: #5373B9;
    color: white;
}


.redes{
    white-space: nowrap;
}
.redes img{
    width: 30px;
}
.redes a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    vertical-align: middle;
    text-decoration: none;
}
.redes b{
    font-size: 30px;
    line-height: 1;
}
.redes .social-whatsapp{
    color: #25D366;
}
.redes .social-tiktok{
    color: #000;
}
.redes .social-youtube{
    color: #FF0000;
}


.video{
    padding: 0;
}
.video video{
    width: 100%;
}


.explora{
    background: url(../images/fondo-explora-el-mundo-playa-tropical.webp) no-repeat center center;
    background-size: cover;
    color: white;
    padding-top: 200px;
    padding-bottom: 200px;
    margin: 100px 0 0;
}

.explora h1,
.explora h2{
    font-size: 53px;
    font-weight: bold;
}



.destinos{
    padding-top: 100px;
    padding-bottom: 100px;
}

.destinos strong,
.destinos .destino-nombre{
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    padding: 12px 0;
    margin: 0;
    line-height: 1.2;
}

.titulo{
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 30px;
}

.imagen img{
    width: 100%;
}


.consejos{
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 100px;
}
.consejos strong,
.consejos h3{
    font-size: 25px;
    font-weight: bold;
    margin: 0;
}


.fondoDestinos{
    background: url(../images/fondo-destinos-viajes-desierto.webp) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
}
.fondoDestinos h1{
    color: white;
    font-size: 53px;
    font-weight: bold;
}

.promociones{
    margin-bottom: 30px;
}


.fondoNosotros{
    background: url(../images/fondo-nosotros-agencia-viajes-naturaleza.webp) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
}
.fondoNosotros h1{
    color: white;
    font-size: 53px;
    font-weight: bold;
}


.placer{
    padding-top: 60px;
    padding-bottom: 60px;
}

.placerFondo{
    background: #f7f7f7;
}

.textoPlacer{
    padding: 60px;
}


.img18{
    background: url(../images/placer-de-viajar-playa-tropical.webp) no-repeat center center;
    background-size: cover;
}


.misiones{
    background: linear-gradient(
        90deg,
        #2f82c7 0%,
        #4ca8c4 50%,
        #9be3c1 100%
    );
    text-align: center;
    color: white;
    font-size: 22px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.misiones h2{
    font-weight: bold;
}


.valores{
    padding-top: 50px;
    padding-bottom: 50px;
}


.valoresPadding{
    background: #f7f7f7;
    padding: 40px;
}




.fondoContacto{
    background: url(../images/fondo-contacto-ara-viajes-montana-lago.webp) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
}
.fondoContacto h1{
    color: white;
    font-size: 53px;
    font-weight: bold;
}




.contacto{
    padding-top: 70px;
    padding-bottom: 80px;
}

.datos-contacto{
    margin-bottom: 110px;
}

.item-contacto{
    margin-bottom: 30px;
}

.icono-contacto{
    width: 62px;
    height: 62px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 24px;
}

.item-contacto h3{
    font-size: 22px;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
}

.item-contacto p{
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.item-contacto a{
    color: #555;
    text-decoration: none;
}

.contacto-formulario{
    row-gap: 30px;
}

.mapa iframe{
    display: block;
    width: 100%;
    min-height: 520px;
}

.formulario-contacto{
    padding-left: 50px;
}

.formulario-contacto h2{
    font-size: 28px;
    font-weight: 900;
    color: #000;
    margin-bottom: 35px;
}

.formulario-contacto input,
.formulario-contacto textarea{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #e4e4e4;
    padding: 18px 0;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 600;
    color: #555;
    outline: none;
    background: transparent;
}

.formulario-contacto textarea{
    height: 190px;
    resize: vertical;
}

.formulario-contacto input::placeholder,
.formulario-contacto textarea::placeholder{
    color: #555;
}

.formulario-contacto button{
    background: #5373B9;
    color: white;
    border: 0;
    padding: 12px 45px;
    border-radius: 3px;
    font-size: 16px;
    transition: all .3s ease;
}

.formulario-contacto button:hover{
    background: #000;
}

@media screen and (max-width:992px){
    .datos-contacto{
        margin-bottom: 50px;
    }

    .formulario-contacto{
        padding-left: 15px;
        padding-top: 40px;
    }
}

@media screen and (max-width:576px){
    .contacto{
        padding-top: 45px;
        padding-bottom: 50px;
    }

    .item-contacto h3{
        font-size: 20px;
    }

    .formulario-contacto h2{
        font-size: 24px;
    }

    .mapa iframe{
        min-height: 360px;
    }
}






footer{
    background: #F4F5F8;
    padding-top: 60px;
    padding-bottom: 60px;
}
footer strong,
footer h4{
    width: 100%;
    font-size: 23px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1.2;
}
footer h5{
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    line-height: inherit;
}
footer a{
    color: black;
    text-decoration: none;
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){
    .redes{
        text-align: center;
        margin-bottom: 12px;
    }
}

@media screen and (max-width:768px){
    .textoPlacer{
        padding: 20px;
    }
    .img{
        height: 350px;
    }
    
    .menuR{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu{
        padding: 12px 0;
    }
}

@media screen and (max-width:576px){
    
}
