/*
Theme Name: skynetCorp Theme
Description: Tema para WordPress.
Author: Kevin
Author URI: 
version: 2.8.1
Tags: tema
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

:root {

    /* colores */--color-1: #ffffff;--color-2: #000000;--color-3: #212121;--color-4: #3fd0d4;--color-5: #113d48;--color-6: #FFF8F4;--color-7: #6e7070;--color-8: #dedee1;--color-9: #e9f6f9;

    /* font family */--font-family-1:"Poppins";--font-family-2:"Dancing Script";

    /* font size */--h1-text:2.027rem;--h2-text:1.802rem;--h3-text:1.602rem;--h4-text:1.424rem;--h5-text:1.266rem;--h6-text:1.125rem;--p-text:1rem;--p-small-text:0.889rem;--p-extra-small-text:0.79rem;--aux1-text: 2.986rem;--aux2-text: 2.488rem;--aux3-text: 2.074rem;

    /* font weight */--regular:400;--semi-bold:500;--bold:600;

    /* line height */--line-height-0:1;--line-height-1:1.2;--line-height-2:1.4;--line-height-3:1.6;--line-height-4:1.8;}
*{
    margin:0; 
    padding:0;
    box-sizing: border-box;
    line-height: var(--line-height-0);
}

body{
    position: relative;
    font-family: var(--font-family-1) , sans-serif;
    background-color: var(--color-1);
    color: var(--color-3);
    font-size: var(--p-text); 
    margin: 0;
}

/* #### css generales #### */

a{
    text-decoration: none;
}
li{
    list-style: none;
}
h1{font-size: var(--h1-text);font-weight: var(--regular);}
h2{font-size: var(--h2-text);font-weight: var(--regular);}
h3{font-size: var(--h3-text);font-weight: var(--regular);}
h4{font-size: var(--h4-text);font-weight: var(--regular);}
h5{font-size: var(--h5-text);font-weight: var(--regular);}
h6{font-size: var(--h6-text);font-weight: var(--regular);}

/* espacios */

.wrapper100p{width: 100%;margin: auto;}
.wrapper80p{width: 80%;margin: auto;}
.wrapper70p{width: 70%;margin: auto;}
.wrapper60p{width: 60%;margin: auto;}
.wrapper50p{width: 50%;margin: auto;}
.wrapper40p{width: 40%;margin: auto;}
.wrapper33p{width: 33%;margin: auto;}
.wrapper30p{width: 30%;margin: auto;}
.wrapper25p{width: 25%;margin: auto;}

.container{max-width: 1200px;margin: auto;padding:0 10px;}

.wrapper1400{max-width: 1400px;margin: auto;padding:0 10px;}
.wrapper1300{max-width: 1300px;margin: auto;padding:0 10px;}
.wrapper1200{max-width: 1200px;margin: auto;}
.wrapper1000{max-width: 1000px;margin: auto;padding:0 10px;}
.wrapper800{max-width: 800px;margin: auto;padding:0 10px;}
.wrapper600{max-width: 600px;margin: auto;padding:0 10px;}

.marginTop80{margin-top: 80px;}
.marginTop60{margin-top: 60px;}
.marginTop40{margin-top: 40px;}
.marginTop20{margin-top: 20px;}
.marginTop10{margin-top: 10px;}

.marginBot80{margin-bottom: 80px;}
.marginBot60{margin-bottom: 60px;}
.marginBot40{margin-bottom: 40px;}
.marginBot20{margin-bottom: 20px;}
.marginBot10{margin-bottom: 10px;}

.margin80{margin: 80px 0;}
.margin60{margin: 60px 0;}
.margin40{margin: 40px 0;}
.margin20{margin: 20px 0;}
.margin10{margin: 10px 0;}

.padding20{padding: 20px 0;}
.padding30{padding: 30px 0;}
.padding40{padding: 40px 0;}
.padding60{padding: 60px 0;}
.padding80{padding: 80px 0;}
.padding100{padding: 100px 0;}

/* texto centrado */
.textCentrado p,
.textCentrado h1,
.textCentrado h2,
.textCentrado h3,
.textCentrado h4,
.textCentrado h5,
.textCentrado h6{
    text-align: center !important;
}

/*  Texto general */
.textGeneral h1{
    font-size: var(--aux2-text);
    font-weight: var(--bold);
    margin-bottom: 1rem;
    color: var(--color-5);
    line-height: var(--line-height-1);
}
.textGeneral h2{
    font-size: var(--h2-text);
    font-weight: var(--regular);
    margin-bottom: 1.5rem;
}
.textGeneral h3{
    font-size: var(--h3-text);
    font-weight: var(--regular);
    margin-bottom: 1.5rem;
}
.textGeneral h4{
    font-size: var(--h4-text);
    font-weight: var(--regular);;
    margin-bottom: 1rem;
}
.textGeneral h5{
    font-size: var(--h5-text);
    font-weight: var(--regular);;
    margin-bottom: 1rem;
}
.textGeneral p{
    font-size: var(--p-text);
    text-align: justify;
    margin-bottom: 1rem;
    line-height: var(--line-height-3);
    color: var(--color-7);
}
.textGeneral ol,
.textGeneral ul{
    margin-left: 30px;
}
.textGeneral li{
    font-size: var(--p-text);
    text-align: justify;
    list-style: disc;
    margin-bottom: 1rem;
    line-height: var(--line-height-3);
    color: var(--color-7);
    position: relative;
}
.textGeneral img {
    display: block;
    margin-bottom: 1rem;
    width: 100%;
    height: auto;
    border-radius: 1rem;
}
.textGeneral table {
    width: 100%;
    border-collapse: collapse;
}
.textGeneral th,.textGeneral  td {
    border: 1px solid var(--color-5);
    padding: 8px;
    text-align: center;
}
.textGeneral th {
    background-color: #f2f2f2;
}
/* Texto Home*/
.textHome h2{
    font-size: var(--aux2-text) !important;
    font-weight: var(--semi-bold) !important;
    color: var(--color-5);
    margin-bottom: 2rem;
}
.textHome h1 {
    font-size: var(--h1-text);
    font-weight: var(--semi-bold);
    margin-bottom: 1rem;
}
/* * texto Blanco * */
.textWhite h1,
.textWhite h2,
.textWhite h3,
.textWhite h4,
.textWhite p,
.textWhite li,
.textWhite a,
.textWhite span,
.textWhite em{
    color: var(--color-1) !important ;
}
/* * texto centrado * */
.textCentralPage {
    width: 75%;
    margin: auto;
}

.textCentralPage p, .textCentralPage h1, .textCentralPage h2, .textCentralPage h3, .textCentralPage h4, .textCentralPage li {
    text-align: center;
}

.textCentralPage em {
    font-family: var(--font-family-2);
    font-size: var(--h1-text);
    font-weight: var(--bold);
    color: var(--color-5);
}
/* * fondos * */

.backgroundPage1 {
    background: url(./images/background-page-01.webp) no-repeat center center;
    background-color: var(--color-6);
}

.background1{
    background: url(./images/fondo-03.webp);
    background-color: var(--color-9);
}
.background2{
    background: url(./images/fondo-03.webp);
    background-color: var(--color-5);
}
/* ul con icono */
.iconList1 ul{
    margin: 0;
    padding-left: 30px;
}
.iconList1 li{
    list-style: none;
    position: relative;
}
.iconList1 li::before{
    content: "";
    background-image: url(./images/descarga.svg);
    width: 24px;
    height: 24px;
    z-index: 1;
    position: absolute;
    top: 0;
    right: calc(100% + 5px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* * iconList2 * */
.iconList2 ul{
    margin: 0;
    padding-left: 30px;
}
.iconList2 li{
    list-style: none;
    position: relative;
}
.iconList2 li::before{
    content: "";
    background-image: url(./images/circulo-no-include.png);
    width: 24px;
    height: 24px;
    z-index: 1;
    position: absolute;
    top: 0;
    right: calc(100% + 5px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* * iconList3 * */
.iconList3 ul{
    margin: 0;
    padding-left: 30px;
}
.iconList3 li{
    list-style: none;
    position: relative;
}
.iconList3 li::before{
    content: "";
    background-image: url(./images/descarga-2.svg);
    width: 24px;
    height: 24px;
    z-index: 1;
    position: absolute;
    top: 0;
    right: calc(100% + 5px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* Sliders */
.mySliderHome {
    height: 100%;
}
.owl-stage-outer {
    height: 100%;
}
.owl-stage {
    height: 100%;
}
.owl-item {
    height: 100%;
}
.item {
    height: 100%;
}
/* * navegiacion de paginas * */
.navigation {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}
.page-numbers {
    display: flex;
    flex-wrap: wrap;
}
.page-numbers a {
    padding: 10px;
    background: var(--color-9);
    margin: 5px;
    font-size: 15px;
    font-weight: 800;
    color: var(--color-3);
}
.navigation span {
    background: var(--color-2);
    padding: 10px;
    margin: 5px;
    font-size: 15px;
    font-weight: 800;
    color: var(--color-1);
    cursor: pointer;
    transition-duration: 0.85s;
}
.navigation span:hover {
    color: var(--color-3);
}
.page-numbers a:hover {
    color: var(--color-1);
}
/* 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;}
/* Tabby content */
#wrapper-list-tabby {
    display: flex;
    justify-content: left;
    overflow: overlay;
    background: #fff;
    z-index: 1000;
    border-bottom: 1px solid #ddd;
    margin: 0;
    margin-bottom: 2rem;
}

#wrapper-list-tabby li {
    text-align: center;
    list-style: none !important;
    padding: .75rem 2rem;
    white-space: nowrap;
    cursor: pointer;
    font-size: var(--h5-text);
    margin: 0;
    color: var(--color-5);
    font-weight: var(--semi-bold);
    border-bottom: 2px solid transparent;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

#wrapper-text-tabby {
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.item-text-tabby {
    height: 0;
    overflow: hidden;
    transition: .5s;
    opacity: 0;
}

.item-text-tabby.active {
    opacity: 1;
}

.item-text-tabby.heigh {
    height: auto;
}

.item-list-tabby.active {
    background: var(--color-9);
    border-bottom: 2px solid var(--color-5) !important;
}
/* navBar */
#wrapper-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    background: #f80;
    height: 100%;
    z-index: 1000;
    width: 0%;
    overflow: hidden;
    transition: 0.5s;
}
#wrapper-sidebar.active {
    width: 60%;
}
#aux-button-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    z-index: 999;
    background: #00000090;
}
#aux-button-sidebar.active {
    width: 100%;
    height: 100%;
}
/* navBar */
#wrapper-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    background: #f80;
    height: 100%;
    z-index: 1000;
    width: 0%;
    overflow: hidden;
    transition: 0.5s;
}
#wrapper-sidebar.active {
    width: 60%;
}
#aux-button-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    z-index: 999;
    background: #00000090;
}
#aux-button-sidebar.active {
    width: 100%;
    height: 100%;
}
/* submenu */
.content-submenu a {
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-submenu li a.wrapper-submenu::after{
    content: ">";
    transition: 0.5s;
}
.content-submenu li .wrapper-submenu.active::after{
    rotate: 90deg;
}
.content-submenu ul.sub-menu {
    height: 0;
    transition: .75s;
    overflow: hidden;
}
.content-submenu ul.sub-menu a {
    padding-left: 40px;
}
/* header.php */
/* * header front page * */
header.wrapper-header {
    width: 100%;
    backdrop-filter: blur(8px) brightness(0.7);
    z-index: 100;
    position: relative;
}

.wrapper-items-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}

.logo a {
    line-height: 0;
    display: block;
    height: 100%;
}
.wrapper-nav-menu ul {
    display: flex;
    height: 100%;
}

.wrapper-nav-menu {
    height: 100%;
}

.logo {
    height: 100%;
}

div#logo {
    height: 100%;
}
div#logo img {
    filter: brightness(1) invert(1);
}
.logo img {
    height: 100% !important;
    width: auto;
    padding: 5px;
    filter: brightness(1) invert(1);
}

.wrapper-nav-menu nav {
    height: 100%;
}

.wrapper-nav-menu ul a {display: flex;position: relative;height: 100%;align-items: center;padding: 0 2rem;color: var(--color-1);font-size: var(--p-text);text-transform: capitalize;transition: .5s;}

.wrapper-nav-menu ul li {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

div#button-sidebar {
    height: 100%;
    display: flex;
    align-items: center;
    color: var(--color-1);
}

div#button-sidebar i {
    font-size: var(--h4-text);
}

.wrapper-nav-menu ul a::before {
    content: "";
    width: 0;
    transition: .75s;
    height: 1px;
    position: absolute;
    background: var(
    --color-1);
    top: calc(50% + var(
    --p-text));
    left: 2rem;
    transform: translate(0, -50%);
}

.wrapper-nav-menu ul a:hover::before {
    width: calc(100% - 4rem);
}
.wrapper-nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #000;
    flex-direction: column;
    height: 0;
    opacity: 0;
    transform: translateY(15px);
    white-space: nowrap;
    overflow: hidden;
    transition: .35s;
    min-width: 100%;
}
.wrapper-nav-menu .sub-menu li {
    height: auto;
}
.wrapper-nav-menu .sub-menu li a {
    padding: 0.7rem 1rem;
    height: auto;
}

.wrapper-nav-menu .sub-menu li a::before {
    content: none;
}
.wrapper-nav-menu ul li:hover .sub-menu {
    height: fit-content;
    border-bottom: 3px solid var(--color-4);
    opacity: 1;
    transform: translateY(0);
}
/* header not front page * */
header#header-not-front-page {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--color-1);
}
.wrapper-navigation-header-not-front {
    height: 80px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 5px 0px var(--color-7);
}

.logo-header-not-front {
    height: 100%;
    position: relative;
    min-width: 250px;
    display: flex;
    justify-content: center;
}

.logo-header-not-front svg {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.logo-header-not-front img {
    height: 100% !important;
    width: auto;
}

.logo-header-not-front a {
    display: block;
    height: 100%;
    line-height: 0;
}
.navigation-header-not-front.wrapper-nav-menu a {
    color: var(--color-3);
}

.navigation-header-not-front.wrapper-nav-menu a::before {
    background: var(--color-3);
}
.logo-header-not-front svg path {
    fill: var(--color-5);
}
.contact-us-header-not-front {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 2rem;
}
/* slider Home */


.item-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(./images/fondo-02.webp) bottom left;
    background-color: var(--color-5);
    backdrop-filter: brightness(0.5);
    height: 100%;
}
.text-item-slider-home {
    width: 50%;
    transform: translateX(-100px);
    opacity: 0;
    transition: 1s;
    transition-timing-function: ease-in-out;
    padding: 5rem;
    color: var(--color-1);
}
.wrapper-nav-menu .sub-menu li a:hover {
    color: var(--color-4);
}
.img-item-slider-home {
    width: 50%;
    transform: translateX(100px);
    transition: 1.75s;
    transition-timing-function: ease-in-out;
}

section.wrapperSliderHome {
    margin-top: -100px;
    overflow: hidden;
    width: 100%;
}
section.wrapperSliderHome .active .img-item-slider-home {
    opacity: 1;
    transform: translateX(0);
    height: 100%;
}
.wrapperSliderHome .active .text-item-slider-home {
    transform: translateX(0);
    opacity: 1;
}
.text-item-slider-home p {
    font-size: 5rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: var(--bold);
}
.text-item-slider-home strong {
    display: block;
    font-size: var(--h3-text);
    font-weight: var(--regular);
    font-family: var(--font-family-2);
}
.text-item-slider-home p:first-child {
    margin: 0;
}
/* arrow span */
.icon-arrow {
    background-image: url(./images/arrow-right-white.svg);
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 .5rem;
}
/* boton generico 1 */
.button1 a {
    font-size: var(--p-text);
    display: block;
    background: var(--color-4);
    color: var(--color-1);
    font-weight: var(--regular);
    padding: 1.2rem 2.5rem;
    overflow: hidden;
    border-radius: 2.5rem;
    width: fit-content;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.button1 a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color-1);
    top: 0;
    left: -100%;
    position: absolute;
    z-index: -1;
    border-radius: 2.5rem;
    transition: .5s;
}
.button1 a:hover::before{
    left: 0%;
}
.button1 a:hover{
    color: var(--color-3);
}
/* boton generico 2 */
.button2 a {
    font-size: var(--p-text);
    display: flex;
    background: var(--color-5);
    color: var(--color-1);
    font-weight: var(--regular);
    padding: 1.2rem 2.5rem;
    overflow: hidden;
    border-radius: 2.5rem;
    width: fit-content;
    position: relative;
    z-index: 1;
    transition: .5s;
    align-items: center;
}
.button2 a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color-4);
    top: 0;
    left: -100%;
    position: absolute;
    z-index: -1;
    border-radius: 2.5rem;
    transition: .5s;
}
.button2 a::after{
    content: "";
    background-image: url(./images/arrow-right-white.svg);
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    margin-left: .25rem;
}
.button2 a:hover::before{
    left: 0%;
}
/* boton generico 3 */
.button3 a {
    font-size: var(--p-text);
    display: block;
    background: var(--color-1);
    color: var(--color-3);
    font-weight: var(--regular);
    outline: 1px solid var(--color-8);
    padding: 1.2rem 2.5rem;
    overflow: hidden;
    border-radius: 2.5rem;
    width: fit-content;
    position: relative;
    z-index: 1;
    transition: .5s;
    display: flex;
    align-items: center;
}
.button3 a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color-4);
    top: 0;
    left: -100%;
    position: absolute;
    z-index: -1;
    border-radius: 2.5rem;
    transition: .5s;
 
}
.button3 a:hover::before{
    left: 0%;
}
.button3 a::after{
    content: "";
    background-image: url(./images/arrow-right-black.svg);
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    margin-left: .25rem;
}
.button3 a:hover{
    color: var(--color-1);
}
.button3 a:hover::after{
    background-image: url(./images/arrow-right-white.svg);
}
/* boton generico 4 */
.button4 a {
    font-size: var(--p-text);
    display: block;
    background: transparent;
    color: var(--color-3);
    font-weight: var(--regular);
    outline: 1px solid var(--color-8);
    padding: 1.2rem 2.5rem;
    overflow: hidden;
    border-radius: 2.5rem;
    width: fit-content;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.button4 a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color-4);
    top: 0;
    left: -100%;
    position: absolute;
    z-index: -1;
    border-radius: 2.5rem;
    transition: .5s;
}
.button4 a:hover::before{
    left: 0%;
}
.button4 a:hover{
    color: var(--color-1);
}
/* about-us-home.php */
.columna-sobre-nosotros em {
    font-family: var(--font-family-2);
    font-size: var(--aux2-text);
    font-weight: var(--bold);
}
.columna-sobre-nosotros {
    width: 50%;
}

.wrapper-about-us-home {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.columna-sobre-nosotros:first-child {
    padding-right: 1rem;
}

.img-columna-1-sobre-nosotros ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.img-columna-1-sobre-nosotros li {
    list-style: none;
    width: 50%;
    padding: .5rem;
}

.img-columna-1-sobre-nosotros li img {
    border-radius: 50%;
    margin-bottom: 0;
}

.item-columna-sobre-nosotros {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
}

.item-columna-sobre-nosotros i {
    background: var(--color-4);
    padding: 1.5rem 1.5rem;
    height: fit-content;
    border-radius: 50%;
    margin-right: 1rem;
    color: var(--color-1);
    font-size: var(--h1-text);
    min-width: 5rem;
    max-width: 5rem;
    display: flex;
    justify-content: center;
}

.columna-sobre-nosotros img {
    border-radius: 3.5rem;
    margin-bottom: 30px;
}
.columna-sobre-nosotros:last-child {
    padding-left: 1rem;
}

.texto-item-columna-sobre-nosotros h3 {
    color: var(--color-5);
}
/* featured-tours.php */
.img-link-item-featurend-tour-home {
    line-height: 0;
    overflow: hidden;
    margin-bottom: 1rem;
    display: block;
    border-radius: 1.5rem;
}

.img-link-item-featurend-tour-home img {
    width: 100%;
    height: auto;
    transition: .75s;
    scale: 1;
}

.item-featured-tour-home-page {
    border-radius: 1.5rem;
    background: var(--color-1);
    border: 1px solid var(--color-8);
    padding: 1rem;
    transition: .75s;
    position: relative;
}

.textServiciosHome h3 {
    line-height: 0;
}

.textServiciosHome h3 a {
    font-size: var(--h3-text);
    color: var(--color-5);
    line-height: var(--line-height-0);
    display: block;
    transition: .5s;
    margin-bottom: .5rem;
}
.textServiciosHome h3 a:hover {
    color: var(--color-4);
}
.price-item-featured-tour-page {
    display: flex;
    align-items: baseline;
    flex-direction: row;
    color: var(--color-7);
    margin-bottom: 1rem;
}

.price-item-featured-tour-page p {
    font-size: var(--p-small-text);
}

.price-item-featured-tour-page stronG {
    color: var(--color-3);
    font-size: var(--h4-text);
    font-weight: var(--regular);
}

.buttons-item-featured-tour-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.duration-item-featured-tour-page {
    color: var(--color-5);
    font-size: var(--p-text);
}

.item-featured-tour-home-page:hover .img-link-item-featurend-tour-home img {
    scale: 1.05;
}
.wrapper-text-featured-tours {
    padding-bottom: 1.5rem;
}
.textServiciosHome {
    margin-bottom: 1rem;
}
/* destinations-tous.php */
.slider-destinations-tours .owl-item {
    padding: .75rem;
}
.item-detinations-tour-page {
    transition: .75s;
    position: relative;
}
.item-detinations-tour-page::before {
    content: "";
    position: absolute;
    width: calc(100% + 1.2rem);
    height: calc(50% + 0.6rem);
    top: -.6rem;
    left: 50%;
    transform: translate(-50%, 0);
    backdrop-filter: blur(8px);
    background-color: #dddddd6e;
    border-top-left-radius: 1.7rem;
    border-top-right-radius: 1.7rem;
    line-height: 0;
    padding: 0;
    margin: 0;
    z-index: -1;
}
.banner-destinations-tour img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    filter: brightness(0.7);
}
.banner-destinations-tour {
    position: relative;
    height: 560px;
}

.banner-text-destinations-tour {
    position: absolute;
    bottom: 60%;
    left: 50%;
    transform: translate(-50%, 60%);
    width: 100%;
}
.img-detinations-tour-page {
    line-height: 0;
    border-radius: 1.2rem;
    overflow: hidden;
    display: block;
}
.text-item-detinations-tour-page {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 1.2rem;
    background: linear-gradient(0deg,var(--color-2),transparent);
    border-radius: 1.2rem;
}
.img-detinations-tour-page img {
    filter: brightness(0.8);
    transition: .75s;
}
.text-item-detinations-tour-page span {
text-transform: capitalize;
}
.text-item-detinations-tour-page h3 {
    margin-bottom: .75rem;
    font-weight: var(--bold);
}
.text-item-detinations-tour-page a {
    transition: 0.5s;
}
.text-item-detinations-tour-page a:hover {
    color: var(--color-4) !important;;
}
.item-detinations-tour-page:hover img {
    scale: 1.1;
    transform: translateY(-10px);
    transition: 0.5s;
}
/* featured-packages.php */
.img-link-item-featurend-package-home {
    display: block;
    line-height: 0;
    overflow: hidden;
}

.img-link-item-featurend-package-home img {
    width: 100%;
    height: auto;
}

.item-featured-package-home-page {
    overflow: hidden;
    border-radius: 1.5rem;
    border: 1px solid var(--color-8);
}
.wrapper-details-featured-package-page {
    background: var(--color-1);
    padding: 1.25rem;
}

.text-featured-package-page h3 a {
    font-size: var(--text-h3);
    color: var(--color-5);
    display: block;
    font-weight: var(--regular);
    margin-bottom: .5rem;
}

.text-featured-package-page {
    margin-bottom: 1rem;
}

.details-featured-package-page {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}

.item-details-featured-package-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-8);
    padding-bottom: .75rem;
    margin-bottom: .75rem;
}

.item-details-featured-package-page p:first-child {
    font-weight: var(--bold);
}

.buttons-item-featured-package-page.button3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-item-featured-package-page {
    color: var(--color-7);
}

.price-item-featured-package-page strong {
    color: var(--color-5);
    font-size: var(--h3-text);
    font-weight: 500;
    display: block;
    margin-bottom: .25rem;
}
.ranting-item-packaged span::before {
    content: "\2605";
    color: #FF833E;
    font-size: var(--p-small-text);
    padding: .1rem;
}
/* choose-us.php */
.wrapper-choose-us-home {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper-text-choose-us-home {
    width: 50%;
    padding-right: 1rem;
}

.wrapper-img-choose-us-home {
    width: 50%;
    padding-left: 1rem;
}

.wrapper-img-choose-us-home ul {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.wrapper-img-choose-us-home ul li {
    width: calc(50% - .5rem);
    border-radius: 2rem;
    overflow: hidden;
    line-height: 0;
}

.wrapper-img-choose-us-home ul li img {transition: .5s;}

.wrapper-img-choose-us-home ul li:hover img {
    scale: 1.1;
    rotate: 1deg;
}

.items-choose-us {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.text-choose-us h3 {
    margin-bottom: .25rem;
}

.items-choose-us i {
    font-size: 3rem;
    color: var(--color-1);
    background: var(--color-4);
    padding: 1.5rem;
    border-radius: 1rem;
    width: 90px;
    display: flex;
    justify-content: center;
    margin-right: 10px;
}

.text-choose-us p {
    margin-bottom: 0;
}
/* section-blogs.php */
.wrapper-text-section-blog-home {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.5rem;
}

.wrapper-title-section-blog-home:first-child {
    width: 75%;
}
.wrapper-blogs-home {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.first-column-blog {
    width: 40%;
    padding-right: .75rem;
}

.second-column-blog {
    width: 60%;
    padding-left: .75rem;
    display: flex;
    flex-direction: column;
}

.img-item-blog-home {
    display: block;
    line-height: 0;
    overflow: hidden;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.img-item-blog-home img {
    width: 100%;
    height: auto;
    transition: .75s;
}

.details-item-blog-home span {
    font-size: var(--p-text);
    color: var(--color-7);
    margin-bottom: 1rem;
    display: block;
}

.details-item-blog-home h3 a {
    display: block;
    margin-bottom: 1rem;
    color: var(--color-5);
    font-size: var(--h3-text);
    font-weight: var(--semi-bold);
    transition: .5s;
}
.second-column-blog .item-blog-home {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.second-column-blog .item-blog-home .img-item-blog-home {
    width: 50%;
    margin: 0;
}

.second-column-blog .item-blog-home .details-item-blog-home {
    width: 50%;
    padding: .25rem .5rem;
    padding-left: .75rem;
}
.item-blog-home:hover a img {
    scale: 1.1;
}
.details-item-blog-home h3 a:hover {
    color: var(--color-4);
}

/* tour.php */
/* * Banner tour * */
.banner-tour-page {
    width: 100%;
    height: 300px;
    background-size: 100% !important;
    position: relative;
    margin-bottom: 2rem;
}

.banner-tour-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000006b;
}

.wrapper-text-banner-tour-page {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1200px;
    transform: translate(-50%, -50%);
    padding: 1rem;
    text-align: center;
    text-wrap: balance;
}
/* * slider tour * */
.wrapper-gallery-slider-tour-page .item-slider,.wrapper-gallery-slider-tour-page  .item-thumbnail {
    text-align: center;
}

.wrapper-gallery-slider-tour-page .img-item-slider-home img,.wrapper-gallery-slider-tour-page  .item-thumbnail img {
    width: 100%;
    height: auto;
}

.wrapper-gallery-slider-tour-page .thumbnailSlider .item-thumbnail {
    cursor: pointer;
    padding: 5px;
}
section.wrapper-gallery-slider-tour-page img {
    border-radius: 1rem;
}
.mainSlider {
    margin-bottom: 1rem;
}

.mainSlider .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    width: calc(100% + 25px);
    display: flex;
    justify-content: space-between;
}

.mainSlider .owl-nav i {
    color: var(--color-3);
    background: #fff;
    padding: 1rem 1.2rem;
    border-radius: 50%;
    font-weight: var(--bold);
    border: 1px solid var(--color-8);
    transition: .5s;
}

.mainSlider .owl-nav i:hover {
    background: var(--color-5);
    color: var(--color-1);
}
.item-img-gallery img {
    border-radius: 1rem;
}
.wrapper-gallery-slider-tour-page {
    margin-bottom: 2rem;
}
/* * text details * */
.items-details-tour-page.textGeneral {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    padding-bottom: .5rem;
    border: 1px solid var(--color-8);
    border-radius: 1rem;
    margin-bottom: 2rem;
}

ul.title-items-detail-tours-page {
    width: 50%;
    margin: 0;
    padding-left: 30px;
}

ul.text-items-detail-tours-page li {
    font-weight: var(--regular) !important;
}

ul.text-items-detail-tours-page {
    width: 50%;
    border-left: 1px solid var(--color-8);
    margin: 0;
    padding-left: 30px;
}

.items-details-tour-page ul li {
    list-style: none;
    font-weight: var(--bold);
}
.items-details-tour-page ul:first-child li::before {
    content: "";
    background-image: url("./images/descarga.svg");
    width: 24px;
    height: 24px;
    z-index: 1;
    position: absolute;
    top: 0;
    right: calc(100% + 5px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* * text itinerary * */
.main-wrapper-columns-tour-page {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.wrapper-column-itinerary-tour-page {
    width: 65%;
    padding-right: .75rem;
}

.wrapper-column-aditional-details-tour-page {
    width: 35%;
    padding-left: .75rem;
}

/* * colum aditional tour * */
.details-price-tour-page {
    border: 1px solid var(--color-8);
    border-radius: .5rem;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
}

.item-price-tour-page {
    font-size: var(--h6-text);
    color: var(--color-5);
    margin-bottom: 1rem;
}

.item-price-tour-page span {
    font-weight: var(--semi-bold);
    font-size: var(--h2-text);
}

.people-text-price-tour-page {
    border: 1px solid var(--color-8);
    border-radius: .25rem;
    padding: 1rem .75rem;
    margin-bottom: 1rem;
}

.people-text-price-tour-page p strong {
    font-weight: var(--semi-bold);
    display: block;
    margin-bottom: .5rem;
    font-size: var(--p-text);
    color: var(--color-3);
}

.people-text-price-tour-page p {
    font-size: var(--p-small-text);
    color: var(--color-7);
}

span.text-price-tour-page {
    padding: .5rem;
    display: block;
    color: var(--color-7);
    font-size: var(--p-extra-small-text);
}

span.text-price-tour-page i {
    background: var(--color-4);
    padding: .25rem;
    color: var(--color-1);
    border-radius: 50%;
    font-size: var(--p-extra-small-text);
}
img.img-column-contact-us-tour-page {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(0.7);
}

.contact-us-tour-page {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 2rem;
}

.text-contact-us-tour-page {
    padding: 3rem 2rem;
    text-align: center;
}
.text-contact-us-tour-page h2 {
    font-size: var(--h3-text);
    margin-bottom: 2rem;
}

.link-text-contact-us-tour-page {
    display: flex;
    flex-direction: column;
    font-size: var(--h6-text);
    font-weight: var(--regular);
    margin-bottom: 2rem;
}

.link-text-contact-us-tour-page span {
    padding-bottom: .5rem;
}
.text-contact-us-tour-page .button4 a {
    margin: auto;
}
.text-contact-us-tour-page img {
    background-color: var(--color-1);
    padding: .5rem 3rem;
    border-radius: 3rem;
    width: 75%;
    margin: auto;
    margin-bottom: 2rem;
}
.item-form-contact-home {
    margin-bottom: 1rem;
}
input#text-tour-page-form {
    display: none;
}
.form-information-home.form-reserve-home {
    padding: 1.5rem 1.5rem .5rem 1rem;
    background: var(--color-9);
    border-radius: 1rem;
}

.wrapper-form-contact-us-tour {
    margin-bottom: 2rem;
    position: sticky;
    top: 90px;
}

.form-information-home h2 {
    margin-bottom: 2rem;
    font-size: var(--h3-text);
    font-weight: var(--semi-bold);
    text-align: center;
    color: var(--color-5);
}
.wrapper-detail-itinerary-tour-page li::marker {
    color: var(--color-5);
}
/* category.php */
.wrapper-tour-categories-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrapper-tour-categories-page .item-featured-package-home-page {
    width: 32%;
    margin: 1rem auto;
}
.migajas-pan {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapper-blogs-categories-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrapper-blogs-categories-page .item-blog-home {
    width: 32%;
    margin: 1rem 0;
}
/* blog.php */
section.banner-tour-page.banner-blog-page {
    height: 600px;
    background-position: top center !important;
    background-attachment: unset !important;
}

section.banner-tour-page.banner-blog-page .wrapper-text-banner-tour-page {
    bottom: 0;
    top: auto;
}

section.banner-tour-page.banner-blog-page::before {
    background: linear-gradient(0deg, #000, transparent);
    height: 60%;
    bottom: 0;
    top: auto;
}
.wrapper-columns-information-blog-page {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

article.wrapper-text-blog-page.textGeneral {
    width: 65%;
    padding-right: 1rem;
}

.wrapper-aditional-information-blog-page {
    width: 35%;
    padding-left: 1rem;
}
.wrapper-recent-post-blogs {
    display: flex;
    flex-direction: column;
}

.item-recents-blogs-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

a.img-item-recents-blogs-page {
    display: block;
    line-height: 0;
    width: 35%;
}

a.img-item-recents-blogs-page img {
    width: 100%;
    height: auto;
    border-radius: .5rem;
}

.description-item-recents-blogs-page {
    width: 65%;
    padding-left: 1rem;
}

.description-item-recents-blogs-page h3 a {
    font-size: var(--h6-text);
    font-weight: var(--semi-bold);
    margin-bottom: .5rem;
    display: block;
    line-height: var(--line-height-2);
    color: var(--color-5);
}

.description-item-recents-blogs-page h3 {
    line-height: 0;
}

.description-item-recents-blogs-page p {
    color: var(--color-7);
}

.item-recents-blogs-page:last-child {
    margin-bottom: 0;
}

.main-wrapper-recent-post-blog-page {
    border: 1px solid var(--color-8);
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.main-wrapper-recent-post-blog-page h2 {
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    color: var(--color-5);
    font-size: var(--h3-text);
}

.main-wrapper-recent-post-blog-page h2::before {
    content: "";
    width: 100%;
    height: 3px;
    background: var(--color-9);
    bottom: 0;
    left: 0;
    position: absolute;
}

.main-wrapper-recent-post-blog-page h2::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 3px;
    left: 0;
    bottom: 0;
    background: var(--color-4);
}
section.main-wrapper-information-blog-page {
    margin-bottom: 2rem;
}

























/* footer.php */
footer {
    background: url(./images/fondo-footer.webp) center center no-repeat;
    background-size: cover;
    background-color: var(--color-5);
    padding-top: 3rem;
}
footer p {
    font-size: var(--p-text);
    line-height: var(--line-height-2);
    margin-bottom: 1rem;
}

footer li {
    font-size: var(--p-text);
    line-height: var(--line-height-2);
    margin-bottom: 1rem;
}

footer h3 {
    font-size: var(--h3-text);
    margin-bottom: 1rem;
}

.items-footer-contact-us li {
    margin: 0;
    line-height: var(--line-height-3);
}

.item-column-footer.item-column-footer-short li a::before {content: ">";font-weight: var(--regular);font-size: var(--h6-text);padding-right: .3rem;}

footer a {
    transition: .5s;
}

.item-column-footer.item-column-footer-short li a:hover {
    color: var(--color-4) !important;
    padding-left: .3rem;
}
footer li, footer a, footer, footer p {
    color: var(--color-9) !important;
}
.wrapper-columns-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.item-column-footer {
    width: 25%;
    padding: 1rem;
}
.item-column-footer.item-column-footer-short {
    width: 20%;
}

.item-column-footer.item-column-footer-large {
    width: 30%;
}

.social-network-footer ul {
    display: flex;
    align-items: center;
    justify-content: left;
}

.footer-contact-us {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 1rem;
}

.footer-contact-us i {
    font-size: var(--h6-text);
    padding: .75rem;
    background: var(--color-7);
    border-radius: 50%;
    margin-right: .4rem;
}
.social-network-footer li a {
    font-size: var(--h6-text);
    padding: .75rem;
    background: var(--color-7);
    border-radius: 50%;
    margin-right: .4rem;
    display: block;
    overflow: hidden;
}

.social-network-footer li a:hover i {
    animation: iconoAparicion .5s ease-in-out;
}

@keyframes iconoAparicion{
    0%{
        transform: translate(0,0);
    }
    40%{
        transform: translate(0,30px);
    }
    45%{
        transform: translate(100px,30px);
    }
    50%{
        transform: translate(100px,-30px);
    }
    55%{
        transform: translate(0,-30px);
    }
}
.social-network-footer li a:hover {
    background: var(--color-4);
    color: var(--color-1) !important;
}
.fotos-de-viajes ul {
    display: flex;
    flex-wrap: wrap;
}
.fotos-de-viajes ul li {
    width: 25%;
    padding: .75rem;
    margin: 0;
}
.fotos-de-viajes ul li:nth-child(n+5) {
display: none;
}
.wrapper-img-network-social {
    border-bottom: 1px solid var(--color-7);
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}
.fotos-de-viajes ul li a {
    display: block;
    line-height: 0;
    overflow: hidden;
    border-radius: 1.5rem;
    position: relative;
}
.fotos-de-viajes ul img {
  transition: .5s;
  aspect-ratio: 1/1;
  max-height: 260px;
  object-fit: cover;
}
.fotos-de-viajes ul li a:hover img {
  scale: 1.1;
}
.wrapper-img-network-social h2 {
    text-align: center;
    margin-bottom: 1rem;
    padding: 2rem 1rem;
    color: var(--color-1);
}
.fotos-de-viajes ul li i {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .75s;
    z-index: 3;
    opacity: 0;
    font-size: var(--aux1-text);
}

.fotos-de-viajes ul li:hover i {
    top: 50%;
    opacity: 1;
}


.fotos-de-viajes ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0%;
    height: 100%;
    transition: .5s;
    opacity: 1;
    background: var(
    --color-4);
    z-index: 2;
}

.fotos-de-viajes ul li:hover a::before {
    opacity: 0.75;
    width: 100%;
}
.main-wrapper-copyright {
    border-top: 1px solid var(--color-7);
}
p#copy-text-link span {
    opacity: 0.5;
    font-size: var(--p-extra-small-text);
}
p#copy-text-link {
    font-size: var(--p-text);
    width: 48%;
    margin: 0;
}
.wrapper-copyright {
    padding: .75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.payment-methods-footer {
    width: 50%;
    text-align: right;
}

.payment-methods-footer img {
    height: 20px;
    width: auto;
}

.payment-methods-footer li {
    margin: 0;
    padding: 0;
}

.payment-methods-footer p {
    margin: 0;
    padding: 0;
    font-size: var(--p-small-text);
    line-height: 0;
}
/* */
.form-information-home textarea, .form-information-home input {
    display: block;
    background: transparent;
    outline: none;
    border: 1px solid var(--color-7);
    padding: 1rem;
    border-radius: 1.5rem;
    color: var(--color-1);
    font-size: var(--p-text);
    font-family: var(--font-family-1),sans-serif;
    width: 100%;
}
input#form-send {
    background: var(--color-4);
    border: none;
    padding: 1.2rem 1rem;
    cursor: pointer;
}
.item-send-form-information-home p {
    display: flex;
    flex-direction: column;
}
.payment-methods-footer .textwidget {
    display: flex;
    justify-content: right;
    align-items: center;
}
.item-send-form-information-home input {
    background: var(--color-4);
    cursor: pointer;
}








@media(max-width:768px){
   
}
@media(max-width:720px){
    #wrapper-list-tabby {
        position: sticky;
        top: 0;
    }
}
@media(max-width:480px){

}