/*
Theme Name: WEB
Description: Tema para WordPress.
Author: 
Author URI: 
version: 2.8.1
Tags: tema
*/
:root {
    --color-1: #333333;
    --color-2: #FFB550;
    --color-3: #666666;
    --color-4: #ebe6de;
    --color-5: #ffffff;
    --color-6: #00102A;
    --color-7: #F4F9FF;
}
*{margin:0; padding:0;}

body{font-family: 'Nunito', sans-serif; font-size: 14px; margin: 0;}
.content {
    width: 1200px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
h1, h2, h3, h4 , h3 a, h4 a {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    padding: 10px 0;
    text-transform: capitalize;
}
.seccion {
    padding: 60px 0;
}
li {
    list-style: none;
    line-height: 30px;
    color: var(--color-3);
    font-size: 15px;
    font-weight: 400;
}
a {
    text-decoration: none;
    color: var(--color-1);
    transition-duration: 0.5s;
}
a:hover {
    color: var(--color-2);
}
p {
    line-height: 30px;
    color: var(--color-3);
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
i{
    color: var(--color-2);
}
.textoPrincipalHome {
    width: 80%;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}
.textoPrincipalHome p{
    font-size: 20px;
    margin-bottom: 0;
    color: var(--color-1);
}
.textoPrincipalHome h2 {
    position: relative;
    text-transform: uppercase;
    font-size: 27px;
    color: var(--color-2);
    padding: 25px 0;
    z-index: 2;
}
/* Estilos para la tabla */
table {
    width: 100%;
    border-collapse: collapse;
	margin: 20px 0;
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}
/* sombras titulos */
.titulo{
    position: relative;
}
.titulo::after {
    content: attr(data-contenido);
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -0%);
    color: var(--color-4);
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 5px;
    z-index: 1;
    width: 100%;
    display: none;
}
/* header */
header .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logoHeader figure {
    margin: 0;
}
.logoHeader img {
	width: 160px;
	height: 80px;
	object-fit: contain;
}
nav.menuNavegacionHeader {
    max-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: right;
}
nav.menuNavegacionHeader ul {
    display: flex;
    justify-content: right;
    align-items: center;
    height: 90px;
}
nav.menuNavegacionHeader ul li {
    max-width: 210px;
    position: relative;
}
nav.menuNavegacionHeader ul a {
    padding: 0 15px;
    display: flex;
    height: 90px;
    text-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
}
nav.menuNavegacionHeader ul a:hover{
    color: var(--color-2);
}
nav.menuNavegacionHeader ul li:hover .sub-menu {
    display: flex !important;
}
ul.sub-menu {
    display: none !important;
}
ul.sub-menu {
    display: none !important;
    position: absolute;
    top: 90px;
    background: var(--color-5);
    left: 0;
    flex-direction: column;
    height: auto !important;
    width: auto;
    min-width: 190px;
    max-width: 210px;
    z-index: 5;
}
ul.sub-menu a {
    min-height: 40px !important;
    height: auto !important;
}

/* slider */
section.contenedorSliderHome {
    width: 100%;
    height: 650px;
}
.mySwiperHome {
    width: 100%;
    height: 100%;
}
.mySwiperHome img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4);
}
.mySwiperHome.swiper-slide {
    position: relative;
}
.textoslider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.textoslider p {
    color: var(--color-5);
    font-size: 20px;
    padding-bottom: 20px;
}
.textoslider h2 {
    color: var(--color-5);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 50px;
}
.textoslider a {
    background: var(--color-2);
    padding: 15px 20px;
    color: var(--color-5);
    border-radius: 10px;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid transparent;
}
.textoslider a:hover{
    background-color: transparent;
    border: 1px solid var(--color-5);
}
.swiper-button-next, .swiper-button-prev {
    background: #04000054;
    padding: 10px 15px;
    border-radius: 50%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: var(--color-5);
    font-size: 20px !important;
}
/* nosotros*/
.textoFortalezas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.itemFortalesas {
    width: 45%;
    margin: 10px auto;
}
.itemFortalesas i {
    color: var(--color-2);
    font-size: 55px;
    padding-bottom: 20px;
}
/* categorias Home*/
.categoriasHome {
    background: var(--color-7);
    transform: translateY(-100px);
    transition: all 0.85s ease-in-out;
    opacity: 0;
}
.categoriasHome.visible{
    opacity: 1;
    transform: translateY(0);
}
.itemsCategoriasHome {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.itemCategoriaHome {
    width: 380px;
    margin: 25px auto;
    border: 1px solid var(--color-4);
    overflow: hidden;
    border-radius: 5px;
    background-color: var(--color-5);
}
.itemCategoriaHome h3 {
    padding: 10px 25px;
}
.itemCategoriaHome a {
    margin: 0 25px 15px 25px;
    display: block;
    font-size: 16px;
}
/*porqueReservarNosotrosHome */
.porqueReservarNosotrosHome{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 0.85s ease-in-out;
}
.porqueReservarNosotrosHome.visible{
    opacity: 1;
    transform: translateY(0);
}
section.porqueReservarNosotrosHome .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.porqueReservarNosotrosHome .textoFortalezas {
    /* width: 55%; */
    text-align: center;
    justify-content: center;
}
section.porqueReservarNosotrosHome .textoFortalezas h1{
    font-size: 42px;
}
.itemsPorqueReservarNosotrosHome img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itemsPorqueReservarNosotrosHome {
    width: 45%;
}

/* porqueElegirnosHome  */
.porqueElegirnosHome{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 0.85s ease-in-out;
}
.porqueElegirnosHome.visible{
    opacity: 1;
    transform: translateY(0);
}
.itemsPorqueElegirnosHome {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.itemElegirnosHome {
    width: 380px;
    margin: 15px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    position: relative;
}
.itemElegirnosHome p:first-child {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(0%);
    font-size: 50px;
    color: var(--color-2);
}
.itemElegirnosHome h3 {
    width: 80%;
}
.itemElegirnosHome p:last-child {
    width: 80%;
}
/* tours Home */
.ToursHome {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}
.itemsTourHomePrincipal{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 0.85s ease-in-out;
}
.itemsTourHomePrincipal.visible{
    opacity: 1;
    transform: translateY(0);
}
.itemsTourHome {
    width: 380px;
    margin: 15px auto;
    overflow: hidden;
    POSITION: RELATIVE;
    border: 1px solid var(--color-4);
    border-radius: 5px;
}
.itemsTourHome .botonImagen {
    width: 100%;
    height: 250px;
    display: block;
    overflow: hidden;
}
.itemsTourHome img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.datos2TourHome {
    position: absolute;
    top: 220px;
    right: 10px;
    background: var(--color-2);
    border-radius: 25px;
    padding: 10px 15px;
}
.datos2TourHome p{
    color: var(--color-5);
}
.informacionGeneralTour {
    padding: 25px 15px 15px 15px;
}
.datos1TourHome {
    padding: 15px 0;
}

/* Blogs */
.contenedorBlogsHome{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 0.85s ease-in-out;
}
.contenedorBlogsHome.visible{
    opacity: 1;
    transform: translateY(0);
}
.BlogsHome {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}
.itemsBlogsHome {
    width: 380px;
    margin: 15px auto;
    overflow: hidden;
    border: 1px solid var(--color-4);
    border-radius: 5px;
}
.itemsBlogsHome .botonImagen {
    width: 100%;
    height: 250px;
    display: block;
    overflow: hidden;
}
.itemsBlogsHome img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.datosItemsBlogHome i,
.datosItemsBlogHome p:first-child {
    color: var(--color-1);
}
.datosItemsBlogHome {
    padding: 10px 15px;
}
/* Contenedor comentario y galeria */
.contenedorGaleriaHome{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 0.85s ease-in-out;
}
.contenedorGaleriaHome.visible{
    opacity: 1;
    transform: translateY(0);
}
/* nuestros aliados */
.contenedorAliados{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 0.85s ease-in-out;
}
.contenedorAliados.visible{
    opacity: 1;
    transform: translateY(0);
}
section.contenedorAliados.seccion {
    background: var(--color-2);
}
section.contenedorAliados.seccion img {
    background: #fff;
    border-radius: 10px;
    padding: 5px !important;
}
/* footer */
footer {
    clip-path: polygon(0 80px, 100% 0, 100% 100%, 0% 100%);
    padding-top: 120px;
    background-color: var(--color-6);
}
footer li,
footer li a,
footer h3,
footer h2,
footer p{
    color: var(--color-5);
}
section.columnasFooter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.columnasFooter li {
    width: 25%;
    padding: 25px 10px;
    box-sizing: border-box;
}
section.columnasFooter li li {
    width: 100%;
    padding: 0;
}
section.columnasFooter li li a {
    display: block;
    padding: 8px 0;
}
section.copyright {
    border-top: 1px solid var(--color-4);
    text-align: center;
    padding: 15px 50px;
}
/* tour page */
section.bannerTourPage {
    width: 100%;
    height: 400px;
    position: relative;
}
section.bannerTourPage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4);
}
.textobannerTourPage,
section.bannerTourPage h1 {
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.textobannerTourPage h1{
    font-size: 16px !important;
    position: relative !important;
    text-transform: capitalize !important;
}
.textobannerTourPage p {
    color: #fff;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    font-weight: 600;
    position: relative;
}
.contenidoTourPage {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contenidoItinerarioTour {
    width: 65%;
    padding: 0px 25px;
    box-sizing: border-box;
}
.contenidoAdicionalTour {
    width: 35%;
    padding: 0 25px;
    box-sizing: border-box;
}
.mySwiperTourPage {
    padding: 15px 0 !important;
}
.mySwiperTourPage img {
    width: 100%;
}
p.resaltarTexto {
    font-size: 20px;
    color: var(--color-2);
    font-weight: 600;
}
p.resaltarTexto2 {
    font-weight: 600;
    font-size: 16px;
    padding: 0 !important;
}
.tabcontent {
    padding: 25px 15px !important;
}
#tablist1-panel1 ul,
#tablist1-panel1 ol,
#tablist1-panel1 p {
    text-align: justify;
    padding: 10px 0;
    padding-left: 10px;
    border-left: 2px dashed var(--color-2);
    margin-left: 10px;
}
#tablist1-panel1 ul,
#tablist1-panel1 ol{
    padding-left: 30px;
    margin-left: 10px;
}

#tablist1-panel1 h2::before {
    content: "\1F3F3\FE0F";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-2);
    border-radius: 50%;
    font-size: 12px;
    padding: 6px 6px;
}
#tablist1-panel1 h2 {
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
}
/* texto general */
.contenidoPageGeneral p {
    text-align: justify;
    padding: 10px 0;
}
.contenidoPageGeneral a {
    color: var(--color-2);
}
.contenidoPageGeneral li {
    text-align: justify;
    list-style: disc;
}
.contenidoPageGeneral ol,
.contenidoPageGeneral ul {
    padding-left: 20px;
}
.contenidoPageGeneral h2 {
    text-transform: uppercase;
    color: var(--color-2);
}
/* categorias */
.contentCategoria {
    margin-top: 40px;
}
.navigation {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}
ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
}
.page-numbers a {
    padding: 10px;
    background: var(--color-4);
    margin: 5px;
    font-size: 15px;
    font-weight: 800;
    color: var(--color-6);
}
.navigation span {
    background: var(--color-2);
    padding: 10px;
    margin: 5px;
    font-size: 15px;
    font-weight: 800;
    color: var(--color-5);
    cursor: pointer;
    transition-duration: 0.85s;
}
.navigation span:hover {
    color: var(--color-6);
}
.page-numbers a:hover {
    color: var(--color-2);
}
/* contact form 7*/
.formularioContacto {
    width: 40%;
    margin: auto;
}
.contatcFormStyle h2 {
    text-align: center;
    color: var(--color-2);
}
.contatcFormStyle {
    background: var(--color-7);
    margin: 25px 0;
    padding: 15px 25px;
    border-radius: 10px;
}
input#emailFormPage,
input#textNombreForm,
textarea#textareaForm,
input#emailForm,
input#textPersonasForm,
input#dateForm,
input#textTourForm {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid var(--color-2);
    border-radius: 10px;
    font-size: 14px;
}
p.textoContactForm {
    font-weight: 600;
    padding: 15px 0;
}
input#reservarForm {
    width: 80%;
    background: var(--color-2);
    padding: 15px 20px;
    color: var(--color-5);
    border-radius: 10px;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid transparent;
    margin: 15px auto;
    display: block;
    transition-duration: 0.5s;
    margin-top: 50px !important;
}
input#reservarForm:hover{
    background-color: transparent;
    border: 1px solid var(--color-2);
    color: var(--color-2);
}
/* pagina de blogs */
.contenidoBlogPage {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contenidoBlogPrincipal {
    width: 65%;
    overflow: hidden;
    margin: 20px 0;
    padding: 0 25px;
    box-sizing: border-box;
    border: 1px solid var(--color-4);
    border-radius: 5px;
}
.contenidoAdicionalBlog {
    width: 35%;
    margin: 20px 0;
    padding: 0 25px;
    box-sizing: border-box;
}
.contenidoAdicionalBlog h2 {
    text-transform: capitalize;
    font-size: 22px;
}
.BlogsAdicionalesPage {
    padding: 30px 0;
    background: var(--color-7);
    border-radius: 10px;
    margin-bottom: 20px;
}
.BlogsAdicionalesPage h2 {
    padding: 10px 15px;
    border-bottom: 1px solid  var(--color-4);
}
.itemsBlogsReciente h3 {
    padding: 0;
}
.itemsBlogsReciente h3 a {
    font-size: 15px;
    color: var(--color-3);
    display: block;
    padding: 15px;
    transition-duration: 0.75s;
    border-bottom: 1px solid  var(--color-4);
}
.itemsBlogsReciente h3 a:hover {
    background: var(--color-2);
    color:var(--color-5);
}
.categoriasPageBlog{
    padding: 30px 15px;
    background: var(--color-7);
    margin-bottom: 20px;
    border-radius: 10px;
}
.categoriasPageBlog h2{
    border-bottom: 1px solid  var(--color-4);
}
.categoriasPageBlog li a {
    font-size: 15px;
    color: var(--color-3);
    display: block;
    padding: 5px 0;
    font-weight: 600;
    border-bottom: 1px solid  var(--color-4);
}
.categoriasPageBlog li a:hover {
    color: var(--color-2);
}
.categoriasPageBlog ul {
    padding: 0;
}
.categoriasPageBlog li {
    list-style: none;
}
/* paginas General*/
.contenidoPagina {
    width: 70%;
    margin: 30px auto;
}
.NuestraInformacion li {
    list-style: none;
}
.NuestraInformacion .contatcFormStyle {
    width: 70%;
    margin: auto;
}
/* boton whatsapp */
.whatsapp {position: fixed;bottom: 0px;z-index: 100;right: 0px;padding: 5px 5px 5px 10px;margin: 10px;background: #15c71a;border-radius: 15px;text-decoration: none;animation: whatsapp 2s ease-in-out infinite;}
@keyframes whatsapp {
    0%,100%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-10px);  
    }
}
.whatsapp:hover {opacity: 0.7}
.whatsapp p {display: flex;justify-content: center;align-items: center;color: #fff;}
.whatsapp i {font-size: 49px;color: #fff;padding: 0 10px;}
@media(max-width:768px){
    header .content {
        justify-content: center;
    }
    .content{
        width: 100%;
    }
    nav.menuNavegacionHeader {
        display: none;
    }
    section.porqueReservarNosotrosHome .textoFortalezas {
        width: 100%;
    }
    .itemsPorqueReservarNosotrosHome {
        display: none;
    }
    .itemsTourHome {
        width: 370px;
    }
    .itemsBlogsHome {
        width: 370px;
    }
    .titulo::after {
        top: 2px;
        font-size: 40px
    }
    .formularioContacto {
        width: 70%;
    }
    section.columnasFooter li {
        width: 80%;
        margin: auto;
        text-align: center;
    }
    .contenidoBlogPrincipal {
        width: 98%;
        margin: 10px auto;
    }
    .contenidoAdicionalBlog {
        width: 70%;
        margin: 10px auto;
    }
    section.bannerTourPage h1 {
        font-size: 30px;
    }
    .contenidoItinerarioTour {
        width: 100%;
    }
    .contenidoAdicionalTour {
        width: 70%;
        margin: auto;
    }
    .contenidoPagina {
        width: 95%;
    }
}
@media(max-width:480px){
    .textoslider {
        width: 75%;
    }
    .itemFortalesas {
        text-align: center;
    }
    .itemFortalesas p {
        display: none;
    }
    .titulo::after {
        top: 10px;
        font-size: 25px;
    }
    .itemCategoriaHome {
        width: 420px;
    }
    .itemsTourHome {
        width: 420px;
    }  
    .itemsBlogsHome {
        width: 420px;
    }
    section.contenedorAliados.seccion .swiper-slide {
        margin-left: 3px;
    }
    .formularioContacto {
        width: 90%;
    }
    .contenidoItinerarioTour {
        padding: 0px 15px
    }
    .contenidoAdicionalTour {
        width: 90%;
    }
    section.bannerTourPage h1 {
        font-size: 25px;
        width: 90%;
    }
    .contenidoBlogPrincipal {
        width: 95%;
        margin: 10px auto;
        padding: 0 10px;
    }
    .contenidoAdicionalBlog {
        width: 90%;
    }
    .NuestraInformacion .contatcFormStyle {
        width: 90%;
        margin: auto;
    }
    .mob-menu-logo-holder {
        display: none;
    }
    .mobmenul-container i {
        background: var(--color-2);
        border-radius: 50%;
        padding: 5px 0;
    }
}