*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: regular-gt;
    color: #333;
}
/*
body
{
    background-color: #f8f8f8;
}
*/
:root
{
    --c1-: #0D1B2A;
    --bg1-: #dc3545;
}
.bg-dark p,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark a,
.bg-dark i,
.bg-dark ul li,
body.bg-dark .accordion-button,
.bg-dark span,
.bg-dark div small,
.bg-dark div strong {
    color: #fff !important;
}
.bg-dark .booking-card h3,
.bg-dark .booking-card h4,
.bg-dark .booking-card span,
.bg-dark .booking-card strong{
    color: var(--c1-) !important;
}
.bg-dark .menu_container,
.bg-dark .why-choose-us,
.bg-dark .menu_2{
    background-color: #212529 !important;
    border-color: #fff;
}
.bg-dark .menu_container li a{
    color: #fff;
}
.bg-dark .menu_2 li a:after,
.bg-dark .menu_2 li a:before,
.bg-dark .menu_container li a:after,
.bg-dark .menu_container li a:before{
    background-color: #fff;
}
.bg-dark .menu_normal ul li a{
    color: var(--c1-) !important;
}
p{
    color: #0D1B2A;
}
@font-face {
    font-family: regular;
    src: url(../../fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family: regular-gt;
    src: url(../../fonts/GTWalsheimPro-Regular.woff2);
}
@font-face {
    font-family: medio;
    src: url(../../fonts/GTWalsheimPro-Medium.woff2);
}
@font-face {
    font-family: semi;
    src: url(../../fonts/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: bold;
    src: url(../../fonts/GTWalsheimPro-Bold.woff2);
}
@font-face {
    font-family: extra;
    src: url(../../fonts/GT-Eesti-Display-Bold-Trial.woff2);
}
@font-face {
    font-family: black;
    src: url(../../fonts/Poppins-Black.ttf);
}
.c1{
    color: #0A2342;
}
.f11{
    font-size: 11px;
}
.btn1{
    background-color: var(--bg1-);
    color: #fff;
    padding: 12px 20px;
    font-family: 'bold';
}
.fm{
    font-family: medio;
}
.fs{
    font-family: semi;
}
.fwb900
{
    font-family: black;
}
.bg0
{
    background-color: #fff;
}
.text-center
{
    text-align: center;
}
.f12
{
    font-size: 12px;
}
.f13
{
    font-size: 13px;
}
.f14
{
    font-size: 14px;
}
.f15
{
    font-size: 15px;
}
.f16
{
    font-size: 16px;
}
.f17
{
    font-size: 17px;
}
.f18
{
    font-size: 18px;
}
.f19
{
    font-size: 19px;
}
.f20
{
    font-size: 20px;
}
.f22
{
    font-size: 22px;
}
.f24
{
    font-size: 24px;
}
.f26
{
    font-size: 26px;
}
.f28
{
    font-size: 28px;
}
.f30
{
    font-size: 30px;
}
.f32
{
    font-size: 32px;
}
.f34
{
    font-size: 34px;
}
.f36
{
    font-size: 36px;
}
.f38
{
    font-size: 38px;
}
.c0
{
    color: #000;
}
.c1
{
    color: var(--c1-);
}
.p3
{
    padding: 3rem 0;
}
.p4
{
    padding: 4rem 0;
}
.p5
{
    padding: 5rem 0;
}
.pt1
{
    padding-top: 1rem;
}
.pt3
{
    padding-top: 3rem;
}
.pt4
{
    padding-top: 4rem;
}
.pt5
{
    padding-top: 5rem;
}
.pt6
{
    padding-top: 6rem;
}
.pb1
{
    padding-bottom: 1rem;
}
.pb2
{
    padding-bottom: 2rem;
}
.pb3
{
    padding-bottom: 3rem;
}
.pb4
{
    padding-bottom: 4rem;
}
.mb15
{
    margin-bottom: 1.5rem;
}
.bg__section
{
    background-color: #f5f5f5;
    padding: 4rem 0 5rem;
}
.container
{
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}
.container-fluid
{
    max-width: 1327px;
    margin: auto;
    padding: 0 15px;
}
.fe{
    font-family: extra;
}
/*------------------------------------------------- seccion header info -------------------------------------------------*/
.content_about_items,
.container_tour_3
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.content_about_items div,
.container_tour_item
{
    flex: 1;
}
.content_header
{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    padding-top: 5px;
}
.info_header 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info_item .custom-logo
{
    width: 190px;
    height: auto;
}
.info_item a
{
    color: #0A2342;
    text-decoration: none;
    border: 2px solid transparent;
    transition: 0.3s;
    border-radius: 10px;
}
.info_item a:hover{
    border-color: red !important;
}
.info_item div:nth-child(2)
{
    display: flex;
    justify-content: flex-end;
}
.info_item div:nth-child(2) i
{
    color: var(--bg1-);
    margin-right: 7px;
}
.info_item div:nth-child(2) div
{
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-bottom: 0;
}
.info_item div:nth-child(2) div span
{
    font-size: 14px;
}
/*------------------------------------------------- seccion menu -------------------------------------------------*/
.menu_container 
{
    position: relative;
    z-index: 9;
    background-color: #fff;
    border-top: 1px solid #13224338;
    border-bottom: 1px solid #13224338;
}
.menu__details
{
    display: flex;
    align-items: center;
    margin-right: -10px;
}

.menu__container
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu__container li
{
    list-style: none
}
.menu_normal a
{
    color: #0D1B2A;
    text-decoration: none;
    position: relative;
    margin-right: 30px;
    display: flex;
    align-items: center;
    font-size: 12.5px;
    position: relative;
    width: 100%;
    text-decoration: none;
    padding: 18px 0px 18px 10px;
    transition: all 0.3s ease 0s;
}
.menu_normal a:nth-child(2)
{
    background-color: red;
}
.menu_normal ul
{
    background-color: #fff;
    position: absolute;
    z-index: 10;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    display: none;
    min-width: 220px;
    max-width: 325px;
    list-style: none;
    animation: 0.4s ease-out 0s 1 normal none running fade-out;
    box-shadow: 0 5px 40px rgb(0 0 0 / 15%);
    padding: 10px 0;
}
.menu_normal ul li
{
    padding: 0 15px;
}
.menu_normal ul li a
{
    color: #333;
    margin: 0;
    font-size: 13px;
    padding: 13px 5px;
    border-bottom: 1px dashed;
    position: relative;
    font-family: 'regular-gt';
}
.menu_normal ul li a::before,
.menu_normal ul li a::after
{
    content: none;
}
.sub_menu a::before
{
    content: '\F285' !important;
    font-family: 'bootstrap-icons';
    transform: none !important;
    top: 35% !important;
    right: 0 !important;
}
.sub_menu ul li a::before
{
    background-color: red;
    content: none !important;
}
.menu_normal a::before, 
.menu_normal a::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 8px;
    right: 12px;
    transform-origin: 4px -3.5px;
    transform: rotate(45deg);
    background: #1C2E4A;
    transition: width 0.3s ease 0s, transform 0.3s ease 0s;
}
.menu_normal:hover ul {
    display: block;
}
.menu_normal a::after {
    transform-origin: 4px -1.5px;
    transform: rotate(-45deg);
}
.menu_normal:hover a::before {
    transform-origin: 5px 0px;
    transform: rotate(-45deg);
    width: 14px;
}
.menu_normal:hover a::after {
    transform-origin: 9px -0.5px;
    transform: rotate(45deg);
    width: 14px;
}
.sub_menu ul 
{
    left: 100%;
    top: 0;
    display: none !important;
    animation: 0.4s ease-out 0s 1 normal none running fade-out;
    min-width: 280px;
}
.menu_normal .sub_menu:hover ul
{
    display: block !important;
}
@keyframes fade-out {
    0% {
        
        opacity: 0;
    }
    100% {
        
        -webkit-transform: scale(1);
    }
}

.logo_principal
{
    float: left;
    display: none;
}
.logo_principal img
{
    width: auto;
    height: 65px;
}
.bars {
    width: 30px;
    height: 22px;
    background: transparent;
    z-index: 99;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    overflow: hidden;
    border: 0;
    outline: none;
    cursor: pointer;
}
.bars span 
{
    background: #000;
    height: 4px;
    border-radius: 50px;
    transition: 0.5s all ease;
    border-radius: 10px;
}
.span1 
{
    width: 15px;
}
.span2 
{
    width: 100%;
}
.span3 
{
    width: 15px;
    margin-left: auto;
}
.menu_2
{
    background-color: #fff;
    position: fixed;
    top: -350px;
    width: 100%;
    transition: top 0s;
    z-index: 20;
}
.menu_2 img
{
    width: 55px;
    height: auto;
}
.items_menu
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1327px;
    margin: auto;
    padding: 0 15px;
}
.menu2_animacion
{
    top: 0 !important;
    transition: top 0.8s !important;
    display: block !important;
    animation: opa 0.7s;
}
.menu2_animacion a
{
    color: #000;
    font-size: 11px;
}
.items_menu li 
{
    list-style: none;
}
.menu2_animacion a:before ,
.menu2_animacion a:after
{
    background: #000;
}
.sub_menu a::after,
.sub_menu a::before
{
    background-color: transparent;
}
.menu2_animacion .sub_menu ul
{
    right: 100%;
    left: inherit;
}
.menu_normal:nth-child(6) ul ul 
{
    right: 100%;
    left: inherit;
}
.sub-menu li
{
    position: relative;
}
.iconos_responsive a
{
    display: none;
}
.whatsap 
{
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 9;
    background-color: #1BD741;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 6px 20px;
    border-radius: 50px;
}
.whatsap i 
{
    color: #fff;
    font-size: 17px;
    margin-right: 4px;
}
/*------------------------------------------------- seccion NOSOTROS -------------------------------------------------*/
.quienes_somos
{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 5rem;
    margin-bottom: 5rem;
    position: relative;
}
.nosotros_items
{
    background: #F5F5F5;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 16px 16px 25px 16px;
    flex: 1;
}
.nosotros_items i 
{
    color: #FD7500;
    font-size: 25px;
    line-height: 1.55;
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
}
.nosotros_items p
{
    color: #747474;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 0 15px;
}
.nosotros_items h3
{
    color: #02122d;
    font-size: 14px;
    font-family: 'Bold';
    line-height: 1.55;
    margin-bottom: 7px;
}
/*------------------------------------------------- seccion banner principal -------------------------------------------------*/
.swiper-slide.banner 
{
    width: 100%;
    overflow: hidden;
    height: calc(90vh - 5rem);
    position: relative;
}
.banner img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(.8);
}
.container_texto
{
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translate(0%,-50%);
}
.container_texto h2
{
    color: #fff;
    font-size: 60px;
    font-family: 'extra';
}
.container_texto p
{
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
.container_texto a
{
    background-color: var(--bg1-);
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    padding: 15px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
}
.autoplay-progress 
{
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

.autoplay-progress svg 
{
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #fff;
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}
.autoplay-progress span
{
    color: #fff;
}
/*------------------------------------------------- seccion deatalles -------------------------------------------------*/
.content_title
{
    text-align: center;
    padding: 3rem 15px;
}
.content_title h1,
.content_title h2
{
    font-family: extra;
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.content_title span
{
    display: inline-block;
    color: var(--bg1-);
    font-size: 25px;
    margin-bottom: 25px;
}
.content_title p
{
    max-width: 650px;
    margin: auto;
    font-size: 18.5px;
}
.content_about
{
    display: flex;
    align-items: center;
    margin-bottom: 7rem;
}
.content_about .item_about
{
    flex: 1;
}
.item_about_2
{
    flex: 1;
    display: flex;
    align-items: center;
    gap: 25px;
}
.item_about2
{
    padding-right: 3rem;
}
.about_info
{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    background-color: #fff;
    border: 1px solid #eee;
    text-align: center;
    padding: 2rem;
    border-radius: 5px;
    overflow: hidden;
}
.about_info:nth-child(2)
{
    margin-top: 25px;
}
.about_info i 
{
    font-size: 25px;
    margin-bottom: 10px;
    display: inline-block;
    color: #FD7500
}
.about_info h3
{
    color: #000;
    margin-bottom: 10px;
}
.about_info p
{
    font-size: 18px;
}
.texto_about
{
    padding-left: 4rem;
}
.texto_about span
{
    color: var(--bg1-);
    font-size: 22px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.texto_about_2
{
    padding-left: 0;
}
.img_about 
{
    text-align: right;
}
.servicio_personalizado
{
    background-image: url(../imagenes/demo.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    padding: 0rem 3rem;
    height: 500px;
    align-items: flex-end;
    margin-bottom: 5rem;
}
.item_servicio h3 
{
    color: #fff;
    font-size: 35px;
    font-family: 'bold';
}
.item_servicio p
{
    color: #fff;
    font-size: 18px;
}
.item_servicio 
{
    text-align: center;
    margin-bottom: 3rem;
}
.texto_about span::before
{
    content: '';
    width: 50px;
    height: 3px;
    background-color: #fdc53d;
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
.texto_about h2
{
    font-family: bold;
    font-size: 45px;
    color: #000;
    margin-bottom: 25px;
}
.texto_about p
{
    font-size: 19px;
    margin-bottom: 15px;
}
.galleria_about
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 25px 0;
}
.galleria_about img
{
    width: 48.5%;
    height: 354px;
    object-fit: cover;
    object-position: center;
}
.btn_read_more
{
    background-color: var(--bg1-);
    color: #fff;
    border-radius: 5px;
    padding: 12px 38px;
    display: inline-block;
    text-decoration: none;
    font-family: semi;
    margin-top: 25px;
    border: 2px solid var(--bg1-);
    transition: 0.5s;
}
.btn_read_more:hover
{
    background-color: transparent;
    color: var(--bg1-);;
}
.texto_h2
{
    text-align: center;
    padding: 5rem 0;
    width: 100%;
}
.texto_h2 h2,
.texto_h2 h1
{
    font-size: 40px;
    font-family: extra;
    color: #000;
}
.texto_h2 p
{
    margin-top: 20px;
}
.content_inca_trail 
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.item_inca_trail
{
    width: 57.5%;
}
.item_inca_trail:nth-child(3)
{
    width: 42.5%;
    padding-left: 25px;
}
.inca_trail_tour
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.inca_trail_img 
{
    width: 355px;
    height: 244px;
    overflow: hidden;
    position: relative;
}
.inca_trail_img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.inca_trail_texto
{
    width: 730px;
    padding-left: 15px;
    margin-top: 8px;
}
.inca_trail_texto h3
{
    margin-bottom: 7px;
}
.inca_trail_texto h3 a
{
    color: #000;
    text-decoration: none;
    font-family: bold;
    font-size: 17.5px;
}
.inca_trail_texto ul i
{
    color: var(--bg1-);
    font-size: 13px;
}
.info_info_trail
{
    margin-top: 10px;
    display: flex;
}
.info_info_trail span
{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
}
.info_info_trail p
{
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 15.2px;
    margin-bottom: 10px;
}
.info_info_trail p:last-child
{
    margin-top: 7px;
    font-size: 15px;
}
.info_info_trail p:last-child i
{
    color: rgb(255, 92, 92);
    background-color: #ffcccc;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    line-height: 22px;
}
.info_info_trail div:nth-child(1)
{
    padding-right: 15px;
}
.info_info_trail div:nth-child(2) strong
{
    color: #000;
    font-size: 18px;
    font-family: bold;
}
.info_info_trail div:nth-child(2) a
{
    background-color: var(--bg1-);
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    padding: 13px 15px;
    font-size: 14px;
    font-family: medio;
}
.item_inca_trail:nth-child(3) h3
{
    font-family: bold;
    font-size: 25px;
    color: #000;
    margin-bottom: 15px;
}
.item_inca_trail:nth-child(3) p
{
    font-size: 17px;
    line-height: 1.25;
}
.item_inca_trail:nth-child(3) img
{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    margin-top: 11px;
}
/*--------------------------------- Popular destinatios -------------------------------------- */
.grid_destinos
{
    display: flex;
    width: 100%;
    height: 450px;
    overflow: hidden;
}
.iten_destination {
    width: 100%;
    height: 210px;
    overflow: hidden;
    position: relative;
    transition: width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 10px;
}
.iten_destination img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(.7);
    transition: filter 0.5s ease;
}
.destino_texto
{
    position: absolute;
    width: 100%;
    padding: 25px 25px 0;
    bottom: -38px;
    transition: 0.3s;
    border-bottom: 5px solid red;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.iten_destination:hover .destino_texto{
    bottom: 0;
}
.destino_texto p,
.destino_texto h3,
.destino_texto a
{
    color: #fff;
}
.destino_texto h3
{
    font-family: 'bold';
    letter-spacing: 0.5px;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.destino_texto p
{
    margin-bottom: 0px;
    font-size: 14px;
    display: none;
}
.destino_texto span{
    color: rgb(255, 255, 255);
    font-size: 13px;
    background: #dc3545;
    border-radius: 50px;
    padding: 2px 10px;
}
.destino_texto a
{
    text-decoration: none;
    display: inline-block;
    font-family: extra;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}
/*--------------------------------- tour populares -------------------------------------- */
.container_tour_item
{
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
}
.container_tour_img
{
    width: 100%;
    height: 335px;
    position: relative;
    transition: 0.7s;
    border-radius: 10px;
    overflow: hidden;
}
.container_tour_img img
{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition: 0.7s;
}
.container_tour_item:hover img
{
    transform: scale(1.1);
}
.container_tour_texto 
{
    position: relative;
    left: 0;
    background: #fff;
    width: 100%;
    transition: 0.5s;
}

.container_tour_texto h3
{
    margin-bottom: 10px;
    line-height: 1.1;
    margin-top: 5px;
}
.container_tour_texto h3 a 
{
    text-decoration: none;
    color: #000;
    font-family: 'bold';
    font-size: 20px;
}
.container_tour_texto div:nth-child(1) 
{
    font-family: semi;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    border-radius: 0.25rem;
    display: inline-block;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    padding: 3px 5px;
    font-size: 11.5px;
    overflow: hidden;
    margin-top: 15px;
}
.container_tour_texto strong
{
    color: #000;
    font-size: 14px;
}
.container_tour_texto strong span
{
    font-size: 17px;
    font-family: bold;
}
.review_client
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6rem;
}
.review_client div
{
    text-align: center;
    flex: 1;
}
/*------------------------------------------ Blog post -------------------------------------------*/
.content_blog_post 
{
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
}
.container_blog
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container_blog div
{
    flex: 1;
}
.blog_img
{
    width: 100%;
    height: 450px;
    overflow: hidden;
}
.blog_img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.texto_blog 
{
    background-color: #fff;
    border: 1px solid #eee;
    margin-left: -138px;
    margin-right: 2px;
    padding: 3rem 2rem ;
}
.texto_blog h3
{
    font-size: 24px;
    margin-bottom: 15px;
}
.texto_blog h3 a
{
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    color: #000;
    margin-top: 0;
}
.texto_blog p
{
    font-size: 17px;
    line-height: 1.3;
}
.texto_blog a
{
    display: inline-block;
    color: #fff;
    padding: 18px 25px;
    background-color: var(--bg1-);
    text-decoration: none;
    margin-top: 20px;
}
.content_btn 
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 10px;
}
.btn_next ,
.btn_prev
{
    margin-top: 0 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px;
    background: #fff;
}
.swiper-pagination 
{
    position: relative;
    margin-top: 2rem;
}
.btn_prev
{
    margin-left: -10px;
}
.content_btn div:after 
{
    font-size: 17px;
    color: #000;
}
.btn_next::after
{
    margin-left: 5px;
}
.pagina_style_wp
{
    margin-bottom: 3rem;
}
.pagina_style_wp ol
{
    padding-left: 20px;
}
.pagina_style_wp ol li
{
    margin-bottom: 15px;
}
.pagina_style_wp .wp-block-image  
{
    text-align: center;
    margin: 2rem 0;
}
.pagina_style_wp .wp-block-image  img 
{
    width: auto;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.content_navegation
{
    text-align: center;
    margin-top: 5rem;
}
.content_navegation ul
{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}
.content_navegation ul li a,
.content_navegation ul li span
{
    position: relative;
    padding: 15px 10px;
    text-decoration: none;
}
.content_navegation ul .active 
{
    color: var(--bg1-);
}
.pagina_style_wp .wp-block-gallery figure {
    flex: 32.66%;
    height: 550px;
}
.pagina_style_wp .wp-block-gallery figure img 
{
    width: 100% ;
	height: 100%;
	object-fit: cover;
	object-position: center
}
/*------------------------------------------ single tour -------------------------------------------*/
.banner_single
{
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    max-width: 1327px;
    margin: 20px auto 0;
    padding: 0 15px;
}
.price {
    text-align: center;
    border-top: 1px solid #eee;
    padding: 1rem;
    margin: 1rem 0;
    border-bottom: 1px solid #eee;
}
.price span {
    font-family: 'medio';
    font-size: 14px;
}
.price span span {
    font-family: 'bold';
    font-size: 30px;
    color: #000;
    padding: 0 5px;
}
.banner_single img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(.7);
}
.banner_single .img_banner
{
    width: 65%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.titulo_single_h1
{
    position: relative;
    width: 35%;
    padding-left: 1rem;
}
.titulo_single_h1 h1
{
    color: #000;
    font-family: bold;
    font-size: 30px;
}
.titulo_estilos
{
    display: flex;
    align-items: center;
}
.titulo_estilos span
{
    color: #000;
}
.titulo_estilos span:nth-child(2)
{
    margin: 0 4px;
    font-size: 18px;
}
.titulo_estilos i
{
    color: #ffa127;
    font-size: 14px;
}
.single_gallery {

    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3,1fr);
    padding-top: 2rem;
    margin-bottom: 3rem;
}
.item_gallery img 
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}
.item_galleria{
    display: none;
}
.panel_active
{
    display: block;
    max-height: initial;
}
.section_1
{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 35px;
    margin-bottom: 35px;
}
.section_1 p
{
    margin-bottom: 15px;
}
.section_1 a
{
    color: var(--c1-);
    text-decoration: none;
    font-family: medio;
}
.section_1 ul li strong
{
    color: #000;
    font-family: semi;
    font-size: 13.5px;
}
.section_1 ul 
{
    margin-left: 20px;
}
.section_1 ul li
{
    font-size: 15px;
    margin-bottom: 2px;
    position: relative;
}
.panel h4
{
    color: #000;
    margin: 1rem 0rem 1rem -18px;
    font-family: 'semi';
    font-size: 14px;
}
.form_single
{
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    padding: 24px;
    background-color: #F8F8F8;
}
.form_single h4
{
    font-family: semi;
    color: #000;
    font-size: 20px;
}
.form
{
    border: 2px solid #000;
    border-radius: 10px;
    overflow: hidden;
    padding: 16px;
}
.form h5
{
    font-size: 16px;
    font-family: semi;
    color: #000;
}
.form span:nth-child(2)
{
    border-radius: 5px;
    padding: 2px 5px;
    border: 1px solid #000;
    font-family: semi;
    font-size: 11px;
}
.precio_content
{
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.precio_content div:nth-child(1)
{
    display: flex;
    align-items: baseline;
}
.precio_content div:nth-child(1) span
{
    font-family: bold;
    color: #000;
    font-size: 24px;
}
.precio_content div:nth-child(1) span sup
{
    font-size: 11px;
}
.precio_content div:nth-child(1) p
{
    font-family: medio;
    font-size: 13px;
    margin-left: 2px;
}
.precio_content div:nth-child(2)
{
    display: flex;
    align-items: center;
}
.precio_content div:nth-child(2) span
{
    background-color: var(--bg1-);
    padding: 8px 10px;
    border-radius: 0.25rem;
    border-bottom-left-radius: 0;
    font-family: medio;
    color: #fff;
}
.precio_content div:nth-child(2) p
{
    display: flex;
    flex-direction: column;
    width: 50px;
    line-height: 1.2;
    font-size: 11.5px;
    margin-right: 5px;
    font-family: medio;
    color: #000;
    margin-bottom: 0;
}
.btn_reservation
{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.btn_reservation button,
.btn_reservation a
{
    background-color: var(--bg1-);
    border-radius: 5px;
    padding: 11px 10px;
    color: #fff;
    border: 0;
    font-family: medio;
    font-size: 14px;
    border: 2px solid var(--bg1-);
    transition: 0.5s;
    cursor: pointer;
    width: 100%;
}
.btn_reservation button:hover
{
    background-color: transparent;
    color: var(--bg1-);
}
.btn_reservation a:hover
{
    color: #28a745;
    background-color: transparent;
}
.btn_reservation a
{
    background-color: #28a745;
    border: 2px solid #28a745;
    text-align: center;
    text-decoration: none;
    margin-top: 5px;
}
.btn_reservation p
{
    font-size: 12px;
    font-family: medio;
    color: #000;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
}
.organized
{
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    padding: 24px;
    background-color: #fff;
    margin-top: 15px;
}
.organized h4
{
    font-family: bold;
    border-bottom: 1px solid #dee2e6;
    color: #000;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.organized h5
{
    font-family: bold;
    font-size: 16px;
    color: #000;
}
.organized img 
{
    height: 95px;
    width: auto;
}
.organized div
{
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.organized div > div
{
    display: flex;
    flex-direction: column;
    align-items: initial;
    padding-left: 20px;
}
.organized div p
{
    font-size: 12.5px;
    color: #000;
    margin-bottom: 0;
}
.organized ul i
{
    font-size: 13px;
    color: #FC7A00;
}
.organized div a
{
    border: 2px solid var(--bg1-);
    color: var(--bg1-);
    border-radius: 5px;
    padding: 10px 0;
    text-decoration: none;
    display: inline-block;
    font-family: semi;
    text-align: center;
    margin-top: 10px;
}
.single_social
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 15px;
}
.single_social a
{
    flex: 1;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 12.5px;
    font-family: medio;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: 0.4s;
}
.single_social a i
{
    margin-right: 4px;
    transition: 0.4s;
}
.single_social a:nth-child(1) 
{
    border-color: #3b5998;
    color: #3b5998;
}
.single_social a:nth-child(2) 
{
    border-color: #1da1f2;
    color: #1da1f2;
}
.single_social a:nth-child(3) 
{
    border-color: #4FF170;
    color: #4FF170;
}
.single_social a:nth-child(1) i
{
    color: #3b5998;
}
.single_social a:nth-child(2) i
{
    color: #1da1f2;
}
.single_social a:nth-child(3) i
{
    color: #4FF170;
}
.single_social a:hover:nth-child(1),
.single_social a:hover:nth-child(2),
.single_social a:hover:nth-child(3) 
{
    background-color: #3b5998;
    color: #fff;
}
.single_social a:hover:nth-child(2)
{
    background-color: #1da1f2;
}
.single_social a:hover:nth-child(3) 
{
    background-color: #4FF170;
}
.single_social a:hover:nth-child(1) i,
.single_social a:hover:nth-child(2) i,
.single_social a:hover:nth-child(3) i
{
    color: #fff;
}
.img_single_1
{
    width: 100%;
    height: 650px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 4rem;
}
.img_single_1 img
{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
/*------------------------------------------ seccion footer -------------------------------------------*/
footer
{
    background-color: #000;
    padding-top: 80px;
    margin-top: -7px;
}
.content_footer
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    max-width: 1400px;
    margin: auto;
    padding: 0 15px;
}
.item_footer
{
    flex: 1;
}
.item_footer p
{
    color: #fff;
    font-size: 15px;
}
.item_footer h4 
{
    color: #fff;
    font-family: bold;
    margin-bottom: 25px;
    font-size: 17px;
}
.footer_social
{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.footer_social a
{
    background: #2E3647;
    display: flex;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    margin-right: 5px;
}
.footer_social a i
{
    font-size: 13px;
    color: #fff;
}
.footer_social a:hover {
    background: var(--bg1-);
}
.item_footer ul li
{
    list-style: none;
    position: relative;
}
.item_footer ul li a
{
    text-decoration: none;
    color: #fff;
    font-size: 15.5PX;
    margin-bottom: 7px;
    display: inline-block;
}
.item_footer ul li a::before
{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #f93e45;
    display: inline-block;
    margin-right: 4px;
}
.logo_footer
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid silver;
    margin-top: 3rem;
    padding: 1.5rem 0;
}
.logo_footer div
{
    font-family: bold;
    color: #fff;
    font-size: 30px;
}
.copy_footer 
{
    text-align: center;
    padding: 25px;
    background-color: #181818;
}
.copy_footer p
{
    color: silver;
    font-size: 14px;
}
.copy_footer p i,
.copy_footer p a
{
    color: #fff;
    text-decoration: none;
}
.footer_social a img 
{
    width: 20px;
    height: 20px;
}
.last_post
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.last_post:last-child
{
    margin-bottom: 0;
}
.last_post img
{
    width: 29%;
    height: 67px;
    border-radius: 5px;
    overflow: hidden;
}
.last_post div
{
    width: 71%;
    margin-left: 15px;
}
.last_post h3
{
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 3px;
}
.last_post h3 a
{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
.last_post p
{
    color: silver;
    font-size: 13px;
}
.footer-contact-us 
{
    display: flex;
    margin-bottom: 10px;
    height: 40px;
    line-height: 17px;
    align-items: center;
}
.footer-contact-us a,
.footer-cont-llamada a
{
    color: #fff;
    text-decoration: none;
    font-size: 14.5px;
}
.footer-cont-llamada a
{
    font-family: semi;
}
.footer-contact-us p
{
    color: #dccfcf;
    font-size: 13px;
    display: table-cell;
    margin-bottom: 0;
}
.footer-cont-llamada 
{
    background: #181818;
    line-height: 1.625;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.footer-cont-llamada i 
{
    background-color: rgb(255 255 255 / 14%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 8px;
    color: rgb(255 ,255 ,255 , 47%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-cont-llamada span 
{
    color: #fff9;
    font-size: 14px;
}
.logo_footer ul 
{
    display: flex;
    list-style: none;
}
.logo_footer ul a
{
    text-decoration: none;
    color: #fff;
    font-family: medio;
    font-size: 14px;
    margin-left: 15px;
}
.tabs {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tab {
    cursor: pointer;
    padding: 14px 10px;
    flex-grow: 1;
    text-align: center;
    border: 2px solid #e8e8e8;
    margin: 0 2px ;
    border-radius: 10px;
    font-family: bold;
    transition: 0.2s;
    color: #000;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-transform: capitalize;
}
.tab::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 1;
    width: 0px;
    height: 0px;
    border-left: 10px solid rgba(0,0,0,0);
    border-right: 10px solid rgba(0,0,0,0);
    border-top: 10px solid transparent;
    border-bottom: 0px;
}
.tab.active::after
{
    border-top-color: #000;
}
.tab i {
    font-size: 18px;
    color: #000;
}
.tab:nth-child(1)
{
    margin-left: 0;
}
.tab:last-child
{
    margin-right: 0;
}
.tabs .tab.active {
    border-color: #000;
    color: #000;
}
.tabs .tab.active i
{
    color: #000;
}
.tab:hover {
    border-color: #000;
    color: var(--bg1-);
}
.tab:hover i
{
    color: var(--bg1-);
}
.tab__content [data-tab-content] {
    display: none;
}

.tab__content .active[data-tab-content] {
    display: block;
    animation: fade-out .4s ease-out;
}
.tab__content
{
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    padding: 24px;
    margin-top: 10px;
}
.tab__content p
{
    margin-bottom: 15px;
    text-align: justify;
}
.tab__content h2 
{
    color: #000;
    font-family: semi;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 25px;
}
.content__itinerario,
.content__itinerario__2,
.content__itinerario__fin,
.includes div .is-layout-flex ,
.price .is-layout-flex,
.recomendacion .is-layout-flex,
.content__itinerario_vistaso,
.content__itinerario_fin_vistaso
{
    border-left: 1px solid #D5D5D5;
    padding-left: 2.8rem;
    margin-left: 11px !important;
    position: relative;
    padding-bottom: 3rem;
}
.tab__content .preguntas_preguentes
{
    padding-bottom: 3rem;
}
.preguntas_preguentes ul 
{
    padding-left: 15px;
}
.preguntas_preguentes ul li 
{
    margin-top: 5px;
}
.content__itinerario__fin
{
    border: none;
}
.includes div .is-layout-flex:last-child,
.price__border__1,
.price__before div div:last-child
{
    border-color: transparent !important;
}
.price__before {
    padding-left: 0 !important;
    border: 0 !important;
    overflow: hidden;
}
.is-layout-flex.wp-container-23.wp-block-columns.price__before {
    margin-left: 0 !important;
}
.includes div .is-layout-flex:last-child ul li::before
{
    color: rgba(255, 78, 88, 1);;
    content: '\f62a';
}
.gallery__itinerario
{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 2rem;
    margin-top: 2rem;
    gap: 15px !important;
}
.content__itinerario::before,
.content__itinerario__2::before,
.content__itinerario__fin::before,
.includes div .is-layout-flex::before,
.price .is-layout-flex::before,
.recomendacion .is-layout-flex::before,
.content__itinerario_vistaso::before,
.content__itinerario_fin_vistaso::before{
    content: url(../imagenes/maps.png);
    background-color: var(--bg1-);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: -54px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 9px;
    top: 0;
}
.includes div .is-layout-flex::before,
.price .is-layout-flex::before,
.recomendacion .is-layout-flex::before,
.content__itinerario_vistaso::before,
.content__itinerario_fin_vistaso::before
{
    background-color: var(--bg1-);
    content: '\F287';
    font-family: 'bootstrap-icons';
    color: #fff;
    font-size: 9px;
}
.includes div .is-layout-flex:last-child::before,
.content__itinerario_fin_vistaso::before {
   background-color: rgba(255, 78, 88, 1);
}
.content__itinerario_fin_vistaso
{
    border-left: 0;
}
.content__itinerario__fin::before
{
    content: url(../imagenes/end.png);
    background-color: rgba(255, 78, 88, 1);
}
.content__itinerario__2::before
{
    background-color: rgba(44, 164, 220, 1);
}
.content__itinerario h3,
.content__itinerario__2 h3,
.content__itinerario__fin h3,
.includes h3,
.recomendacion h3,
.price div h3,
.content__itinerario_vistaso h3,
.content__itinerario_fin_vistaso h3
{
    font-size: 18px;
    font-family: medio;
    color: #000;
    margin-left: -20px;
    margin-bottom: 15px;
}
.content__itinerario_vistaso
{
    font-size: 15px;
}
.price div ul li
{
    list-style: none
}
.includes div .is-layout-flex li,
.recomendacion .is-layout-flex li
{
    list-style: none;
    font-size: 15px;
    margin-bottom: 5px;
    position: relative;
    display: flex;
    align-items: center;
}
.section_inclusiones ul.wp-block-list {
    list-style: none ;
    padding-left: 0 ;
    margin-left: 0 ;
}

.section_inclusiones ul.wp-block-list li {
    position: relative ;
    padding-left: 1.8em ; /* Espacio para que el texto no choque con el icono */
    margin-bottom: 8px ;
}
.section_inclusiones ul.wp-block-list li::before {
    font-family: 'bootstrap-icons' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    font-weight: bold !important;
}
.section_inclusiones .wp-block-columns:first-of-type ul.wp-block-list li::before {
    content: '\F272'; 
    color: #198754; 
}
.section_inclusiones .wp-block-columns:nth-of-type(2) ul.wp-block-list li::before {
    content: '\F62A'; 
    color: #dc3545 ;
}
.iconos__info 
{
    display: none;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 25px;
    flex-direction: column;
}
.iconos__info li 
{
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 25px;
}
.iconos__info li img
{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.detalles_tour
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 10px;
    margin-top: 2rem;
    background-color: #fff;
}
.items_detalles
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 0rem;
    width: 50%;
}
.detalles_tour .items_detalles:last-child{
    width: 100%;
}
.items_detalles span
{
    font-family: semi;
    color: #000;
    font-size: 13px;
}
.items_detalles p
{
    color: #000;
}
.items_detalles div
{
    line-height: 1.1;
}
.items_detalles i
{
    font-size: 25px;
    margin-right: 10px;
}
.items_detalles  a
{
    background-color:var(--bg1-);
    color: #fff;
    text-decoration: none;
    font-family: semi;
    display: inline-block;
    padding: 14px 25px;
    border-radius: 5px;
    font-size: 14px;
}
/*---------------------------------------------------Contact FORM -------------------------------------------------------*/
.container_contact
{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 5rem;
}
.item_contacto
{
    flex: 1;
}
.item_contacto form 
{
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2,1fr);
}
.item_contacto form p:nth-child(4) 
{
    grid-area: 3/1/2/3;
}
.item_contacto form p:nth-child(5) 
{
    grid-area: 4/1/3/3;
}
.item_contacto form p:nth-child(6) 
{
    grid-area: 4/1/4/3;
    text-align: center;
}
.item_contacto form p:nth-child(6) input 
{
    background-color: var(--bg1-);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    max-width: 230px;
}
.item_contacto form input ,
.item_contacto form textarea
{
    width: 100%;
    border: 1px solid #dee2e6;
    padding: 15px;
    margin-top: 7px;
    border-radius: 0.375rem;
    font-size: 15px;
}
.wpcf7-response-output 
{
    width: 100%;
    grid-area: 5/1/5/3;
    text-align: center;
    display: inline-block;
    padding: 20px 15px !important;
    border-radius: 0.375rem;
}
.item_info_contact
{
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
    padding: 2rem 3rem;
    margin-bottom: 1rem;
    margin-left: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.item_info_contact i
{
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
}
.item_info_contact strong
{
    font-family: bold;
    font-size: 18px;
    margin-bottom: 5px;
}
.item_info_contact a
{
    color: var(--bg1-);
    text-decoration: none;
}
.pagina_style_wp h2
{
    color: #000;
    margin-bottom: 15px;
    font-family: bold;
    font-size: 28px;
}
.pagina_style_wp ul
{
    padding-left: 25px;
    margin: 15px 0;
}
.pagina_style_wp p
{
    margin-bottom: 15px;
}
.page_row
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
}
.tour_page
{
    width: 32.33%;
}
.page_banner img 
{
    width: 100%;
    height: auto;
}
.page_banner 
{
    width: 100%;
    height: auto;
    margin-bottom: -30px;
}
.page_wp
{
    margin-bottom: 4rem;
    text-align: center;
    margin-top: -2rem;
}
.page_wp p
{
    margin-bottom: 15px;
}
.single_img_blog
{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    margin-bottom: 3rem;
    margin-top: -2rem;
}
.single_img_blog img
{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.create__tour {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 6rem 3rem 1rem;
}
.create__tour__text {
    padding-right: 1.5rem;
}
.create__tour__text, .create__tour__img {
    width: 50%;
}
.create__tour__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.create__tour__text h3 {
    color: #000;
    font-family: black;
    font-size: 28px;
    margin-bottom: 2rem;
    padding-right: 3rem;
}
.create__tour__text p {
    margin-bottom: 25px;
    font-size: 16px;
}
.create__tour__text a {
    background-color: var(--bg1-);
    color: #fff;
    font-family: medio;
    text-decoration: none;
    border-radius: 5px;
    width: 238px;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 16px 10px;
    margin-top: 4rem;
    transition: 0.5s;
}
.banner_page_1 
{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    margin-top: -30px;
    margin-bottom: 30px;
}
.banner_page_1 img 
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.wrapper{
    position: relative;
  }

  .wrapper .input-data input,
  .wrapper .input-data select
    {
    width: 100%;
    height: 44px;
    border: none;
    font-size: 15px;
    border-bottom: 1px solid #ced4da;
    outline: none;
    transition: 0.5s;
    margin-bottom: 35px;
    border-radius: 0;
    text-transform: capitalize;
  }
    .ttn
    {
        text-transform: inherit !important;
    }
  .wrapper .input-data textarea:focus,
  .wrapper .input-data select:focus
  {
      box-shadow: none ;
      border-radius: 0
  }
  .input-data input:focus ~ label,
  .input-data select:focus ~ label,
  .input-data input:valid ~ label,
  .input-data select:valid ~ label
{
    transform: translateY(-22px);
    font-size: 13px;
    outline: none !important;
  }
  .input-data textarea:focus ~ label,
  .input-data textarea:valid ~ label{
    transform: translateY(-19px);
    font-size: 13px;
    outline: none !important;
  }
  .wrapper .input-data label{
    position: absolute;
    top: 10px;
    left: 0;
    color: grey;
    pointer-events: none;
    transition: all 0.3s ease;
    font-size: 15.5px;
    background: #fff;
  }
  .wrapper .text-area label
  {
    top: 10px !important; 
  }
.wrapper .input-data select
{
    cursor: pointer
}
  .wrapper .input-data input:focus,
  .wrapper .input-data select:focus,
  .wrapper .input-data textarea:focus
  {
      border-color: var(--bg1-) ;
      color: var(--bg1-) ;
  }
  .input-data input:focus ~ label,
  .input-data textarea:focus ~ label
  {
      color: var(--bg1-) ;
  }
  .content_form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 850px;
    margin: auto;
}
.content_form .col-md-6{
    width: 49%;
}
.content_form .col-md-3 {
    width: 23.5%;
}
.content_form .col-md-12{
    width: 100%;
    margin-bottom: 3rem;
}
.content_form .col-md-4{
    width: 32%;
}
.modal_action{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0 3rem;
}
.modal_action button{
    margin: 0 5px;
    border: 0;
    padding: 14px 20px;
    font-size: 13px;
    font-family: 'medio';
    border-radius: 5px;
    cursor: pointer;
}
.modal_action button:first-child{
    background: #dc3545;
    color: #fff;
}
.banner_principal img{
    width: 100%;
    height: auto;
}
.theme-switch-wrapper {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 26px;
}
.theme-switch-input {
    opacity: 0;
    width: 0;
    height: 0;
}
.theme-switch-label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #bfbfbf;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.theme-switch-handle {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
.theme-switch-handle i {
    font-size: 14px;
    transition: opacity 0.2s ease, transform 0.2s ease;
    position: absolute;
}
.icon-sun {
    color: #ffb703;
    opacity: 1;
}
.icon-moon {
    color: #f1c40f;
    opacity: 0;
    transform: rotate(-45deg);
}
.theme-switch-input:checked + .theme-switch-label {
    background-color: #2b3035; 
}
.theme-switch-input:checked + .theme-switch-label .theme-switch-handle {
    transform: translateX(28px);
}
.theme-switch-input:checked + .theme-switch-label .icon-sun {
    opacity: 0;
    transform: rotate(45deg);
}
.theme-switch-input:checked + .theme-switch-label .icon-moon {
    opacity: 1;
    transform: rotate(0deg);
}
.feature-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
}
.icon-box {
    width: 60px;
    height: 60px;
    background-color: #dfe3e7; /* Un tono rojo súper suave de fondo para el icono */
    transition: background-color 0.3s ease;
}
.feature-card:hover .icon-box {
    background-color: #1d3557;
}
.feature-card:hover .icon-box i {
    color: #ffffff !important;
}
.tour-section-body h2 {
    font-family: 'extra';
    color: #0D1B2A;
    position: relative;
    margin-bottom: 2rem;
}
.tour-section-body h2:before{
    content: '';
    width: 7%;
    height: 7px;
    border-radius: 7px;
    background-color: var(--bg1-);
    position: absolute;
    bottom: -5px;
}
/* --- SÓLO COLORES DE TU MARCA LIPA TOURS --- */
    .text-blue-premium { color: #1d3557 !important; }
    .bg-blue-premium { background-color: #1d3557 !important; }
    .text-gold { color: #c5a059 !important; }
    .bg-gold { background-color: #c5a059 !important; }
    .bg-marfil { background-color: #fbfaf7 !important; }

    /* Estilos de espaciado fino */
    .style-subtitle { letter-spacing: 2px; }
    .tracking-tight { letter-spacing: -0.5px; }

    /* Ajustes de las cajas y la imagen */
    .style-card { min-height: 135px; }
    .style-img-container { height: 220px; }

    /* Botón personalizado de tu marca */
    .btn-about-luxury { font-size: 11px; letter-spacing: 1px; border-color: #1d3557; color: #1d3557; }
    .btn-about-luxury:hover { background-color: #1d3557; border-color: #1d3557; color: #fff; }

    /* Efecto hover suave para la imagen */
    .img-zoom { transition: transform 0.4s ease; }
    .style-img-container:hover .img-zoom { transform: scale(1.03); }