:root{
    /* Colors */
    --primary:#FF3E88;
    --secondary:#18D7D2;
    --accent:#FFD54A;
    --dark:#123C74;
    --purple:#8E49FF;
    --text:#333333;
    --light:#ffffff;
    /* Radius */
    --radius-sm:12px;
    --radius-md:20px;
    --radius-lg:35px;
    /* Shadow */
    --shadow:
    0 20px 50px rgba(0,0,0,.08);
    /* Transition */
    --transition:.35s ease;
}
@font-face {
    font-family: 'Playlist Script';
    src: url('/fonts/Playlist Script.eot?v=26');
    src: url('/fonts/Playlist Script.eot?v=26#iefix') format('embedded-opentype'),
    url('/fonts/Playlist Script.woff?v=26') format('woff'),
    url('/fonts/Playlist Script.ttf?v=26') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
h2.subtitle-playlist-script  {
   font-family: 'Playlist Script';
   font-size: 40px;
}
h2.subtitle-playlist-script  img {
    width: 30px;
}
/*==================================================
    HEADER
==================================================*/
header{
    position:absolute;
    top:25px;
    left:0;
    width:100%;
    z-index:1000;
}
.navbar{
    background:#FFF;
    border-radius:24px;
    min-height:82px;
    box-shadow:0 10px 40px rgba(0,0,0,.12);
    transition:.35s;
}
.navbar.scrolled{
    min-height:70px;
}
.logo{
    width: 200px;
    height: auto;
}
.logo-mobile{
    height:50px;
}
.bg-pink-movil {
    background-color: rgb(255 46 126) !important;
}
.navbar-nav{
    gap:14px;
}
.nav-link{
    color:#21325B;
    font-weight:600;
    font-size:15px;
    position:relative;
    transition:.3s;
}
.nav-link span i {
    font-size: 24px;
}
.nav-link:hover{
    color:#ff3c88;
}
.nav-link.active{
    color:#ff3c88;
}
.nav-link.active::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:3px;
    border-radius:20px;
    background:#ff3c88;
}
.btn-book{
    background:#ff3c88;
    color:#FFF;
    border-radius:50px;
    padding:12px 28px;
    font-weight:600;
    transition:.3s;
}
h1.title-subpages-tours {
    font-family: 'Playlist Script';
    font-size: 80px;
    color: #ffffff;
}
.btn-home-discover p {
    color: #ffffff;
}
.btn-book:hover{
    background:#e32973;
    color:#FFF;
    transform:translateY(-2px);
}
.navbar-toggler{
    border:none;
    box-shadow:none!important;
    font-size:26px;
    color:#21325B;
}
.offcanvas{
    width:300px;
}
.offcanvas .nav-link{
    padding:15px 0;
    font-size:17px;
}
/*==================================================
    HERO
==================================================*/
/*==================================================
    HERO
==================================================*/
.hero{
    position:relative;
    height:850px;
    overflow:hidden;
    background:#EAF8FF;
}
.hero-bg{
    position:absolute;
    inset:0;
    background:url("/img/slide1.jpg") center center no-repeat;
    background-size:cover;
    z-index:1;
}

.bg-middle-tours{
    inset:0;
    background:url("/img/tours-center..jpg") center center no-repeat;
    background-size:cover;
}
.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        180deg,
        rgba(255,255,255,.05),
        rgba(255,255,255,0)
    );
    z-index:2;
}
.hero .container{
    position:relative;
    z-index:20;
    height:920px;
}
.hero .row{
    height:100%;
}
.hero-content{
    max-width:560px;
    margin-top:0px;
    inset:0;
    mix-blend-mode:screen;
    background:
    radial-gradient(
        ellipse at center,
        rgba(255,255,255,.95) 0%,
        rgba(255,255,255,.8) 35%,
        rgba(255,255,255,.15) 65%,
        transparent 100%
    );
}
.hero-title{
    width:100%;
    max-width:520px;
    display:block;
}
.hero-btn{
    margin-top:35px;
}
.hero-wave{
    position:absolute;
    left:0;
    bottom:-2px;
    width:100%;
    z-index:15;
}
/*===============================================
    DECORATIONS
================================================*/
.hero-leaf-left{
    position:absolute;
    top:0;
    left:0;
    width:360px;
    z-index:5;
}
.hero-leaf-right{
    position:absolute;
    top:-33px;
    right:0;
    width:340px;
    z-index:5;
}
.hero-flower-left{
    position:absolute;
    left:-23px;
    bottom:0px;
    width:220px;
    z-index:16;
}
.hero-flower-right{
    position:absolute;
    right:-35px;
    bottom:0px;
    width:220px;
    z-index:16;
}
/*==================================================
    BENEFITS
==================================================*/
.benefits{
    position:relative;
    margin-top:-70px;
    z-index:30;
}
.benefits-box{
    background:#FFF;
    border-radius:28px;
    overflow:hidden;
    box-shadow:
    0 20px 50px rgba(0,0,0,.10);
}
.benefit-item{
    display:flex;
    align-items:center;
    gap:18px;
    padding:38px 30px;
    border-right:1px solid #ECECEC;
    height:100%;
}
.no-border{
    border-right:none;
}
.benefit-icon{
    width:68px;
    height:68px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#FFF;
    font-size:28px;
    flex-shrink:0;
}
.benefit-icon.pink{
    background:#ff3d87;
}
.benefit-icon.cyan{
    background:#12CFE1;
}
.benefit-icon.orange{
    background:#FF9800;
}
.benefit-icon.purple{
    background:#9C4DFF;
}
.benefit-item h5{
    font-size:15px;
    font-weight:700;
    margin:0 0 4px;
    line-height:1.2;
}
.benefit-item p{
    margin:0;
    color:#6E7485;
    line-height:1.6;
    font-size:15px;
}
/*=========================================
    BENEFIT TITLE COLORS
==========================================*/
.benefit-item.pink h5{
    color:#ff3d87;
}
.benefit-item.cyan h5{
    color:#10c9dd;
}
.benefit-item.orange h5{
    color:#ff9800;
}
.benefit-item.purple h5{
    color:#9c4dff;
}
/*==================================================
    EXPERIENCE
==================================================*/
.experience{
    padding:90px 0 70px;
    position: relative;
    overflow: hidden;
    padding:90px 0;
    background:
        radial-gradient(circle at 0% 30%, rgba(24,215,210,.12) 0%, transparent 28%),
        radial-gradient(circle at 100% 45%, rgba(255,214,60,.10) 0%, transparent 25%),
        radial-gradient(circle at 50% 100%, rgba(24,215,210,.05) 0%, transparent 35%),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbfdff 55%,
            #ffffff 100%
        );
}
.experience::before{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    width:900px;
    height:900px;
    transform:translate(-50%,-50%);
    background:
        radial-gradient(circle,
        rgba(93,205,255,.10),
        transparent 70%);
    pointer-events:none;
}
.experience::after{
    content:"";
    position:absolute;
    left:-120px;
    top:120px;
    width:420px;
    height:420px;
    background:url('/img/palm-watermark-left.png') no-repeat;
    background-size:contain;
    opacity:.06;
    pointer-events:none;
}
.experience-palm-right{
    position:absolute;
    right:-100px;
    bottom:60px;
    width:380px;
    height:380px;
    background:url('/img/palm-watermark-right.png') no-repeat;
    background-size:contain;
    opacity:.05;
    pointer-events:none;
}
.experience .container{
    position:relative;
    z-index:5;
}
.experience-title{
    width:320px;
    margin-bottom:35px;
}
.experience-content{
    max-width:600px;
}
.experience-content p{
    font-size:15px;
    line-height:1.9;
    color:#556070;
    margin-bottom:20px;
}
.experience-images{
    position:relative;
    height:620px;
}
.img-main{
 position: absolute;
 left: 30px;
 top: 0;
 width: 53%;
 border-radius: 22px;
 border: 10px solid #FFF;
 transform: rotate(-6deg);
 box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
 z-index: 1;
}
.img-top{
    position: absolute;
    right: 0;
    top: 0;
    width: 53%;
    border-radius: 20px;
    border: 8px solid #FFF;
    transform: rotate(8deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
    z-index: 0;
}
.img-bottom{
    position: absolute;
    right: 25px;
    bottom: 0;
    width: 54%;
    border-radius: 20px;
    border: 8px solid #FFF;
    transform: rotate(6deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
    z-index: 3;
}
.leaf-flower{
    position:absolute;
    left:10px;
    bottom:10px;
    width:220px;
    z-index: 4;
}
.tape-pink{
    position:absolute;
    top:0;
    left:295px;
    width:58px;
}
.tape-yellow{
    position:absolute;
    top:0;
    right:55px;
    width:58px;
}
.img-main,
.img-top,
.img-bottom{
    transition:.35s;
}
.img-main:hover{
    transform:scale(1.03);
}
.img-top:hover{
    transform:rotate(6deg) scale(1.03);
}
.img-bottom:hover{
    transform:rotate(-2deg) scale(1.03);
}
/*==================================================
    WHY
==================================================*/
.why{
    padding:80px 0;
     position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 15% 50%,
            rgba(255,72,150,.12) 0%,
            transparent 28%),
        radial-gradient(circle at 85% 45%,
            rgba(255,220,90,.14) 0%,
            transparent 30%),
        radial-gradient(circle at 50% 55%,
            rgba(90,205,255,.10) 0%,
            transparent 45%),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbfdff 50%,
            #ffffff 100%
        );
}
.section-title-img{
    max-width:430px;
    width:100%;
    margin-bottom:20px;
}
.why-card{
    background:#FFF;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.30s;
    height:100%;
}
.why-card:hover{
    transform:translateY(-8px);
}
.why-content{
    padding:22px;
    min-height:110px;
}
.why-icon{
    width:54px;
    height:54px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#FFF;
    font-size:22px;
    margin-bottom:18px;
}
.why .pink{
    background:#ff3d87;
}
.why .cyan{
    background:#11cfe0;
}
.why .orange{
    background:#ff9800;
}
.why .purple{
    background:#9c4dff;
}
.why-card h4{
    font-size:15px;
    font-weight:700;
    margin-bottom:10px;
}
.why-card p{
    font-size:13px;
    color:#495057;
    line-height:1.6;
    margin:0;
}
.why-image{
    width:100%;
    display:block;
    aspect-ratio:16/9;
    object-fit:cover;
}
.why-image{
    transition:.4s;
}
.why-card:hover .why-image{
    transform:scale(1.05);
}
.text-pink{
    color:#F93383;
}
.text-cyan{
    color:#1CC4D8;
}
.text-orange{
    color:#FF9800;
}
.text-purple{
    color:#9448F5;
}
.why-icon{
    width:58px;
    height:58px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#FFF;
    font-size:24px;
    margin-bottom:18px;
    flex-shrink:0;
}
/*==================================
    PACKAGES
==================================*/
.packages{
   position:relative;
   overflow:hidden;
   padding:90px 0 110px;
   background:
   radial-gradient(circle at left bottom,
    rgba(22,215,210,.12),
    transparent 35%),
   radial-gradient(circle at right bottom,
    rgba(255,175,60,.15),
    transparent 30%),
   #fff;
   padding:90px 0;
}
.packages .container{
    position:relative;
    z-index:5;
}
.packages-right{
    position:absolute;
    right:-15px;
    bottom:0;
    width:170px;
    z-index:1;
    pointer-events:none;
}
.packages-left{
    position:absolute;
    left:-20px;
    bottom:0;
    width:180px;
    z-index:1;
    pointer-events:none;
}
.package-card{
    position:relative;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.3s;
}
.package-card:hover{
    transform:translateY(-8px);
}
.package-header{
    color:#fff;
    font-size:42px;
    font-weight:800;
    text-align:center;
    padding:22px 0;
    font-family:'Outfit',sans-serif;
}
.basic .package-header{
    background:linear-gradient(
        90deg,
        #18D7D2 0%,
        #20C8EA 100%
    );
}
.premium .package-header{
    background:linear-gradient(
        90deg,
        #FF3E86 0%,
        #FF6B63 100%
    );
}
.vip .package-header{
   background:linear-gradient(
    90deg,
    #9448F5 0%,
    #B05CFF 100%
);
}
.package-body{
    padding:35px;
}
.package-price{
    text-align:center;
    margin-bottom:30px;
}
.package-price span{
    display:block;
    font-size:58px;
    font-weight:800;
    line-height:1;
}
.basic .package-price span{
    color:#18D7D2;
}
.premium .package-price span{
    color:#FF3E86;
}
.vip .package-price span{
    color:#9448F5;
}
.package-price small{
    color:#666;
}
.package-body ul{
    list-style:none;
    padding:0;
    margin:30px 0;
}
.package-body li{
    margin-bottom:14px;
    font-size:15px;
    color:#495057;
}
.package-body li::before{
    content:"\f00c";
    font-family:"Font Awesome 6";
    font-weight:300;
    margin-right:10px;
    color:#27d47d;
}
.btn-package{
    display:block;
    text-align:center;
    padding:14px;
    border-radius:40px;
    color:#fff;
    text-decoration:none;
    font-weight:600;
}
.basic .btn-package{
   background:linear-gradient(
    90deg,
    #18D7D2 0%,
    #20C8EA 100%
);
}
.premium .btn-package{
   background:linear-gradient(
    90deg,
    #FF3E86 0%,
    #FF6B63 100%
);
}
.vip .btn-package{
    background:linear-gradient(
        90deg,
        #9448F5 0%,
        #B05CFF 100%
    );
}
.popular{
    position:absolute;
    top:8px;
    left:50%;
    transform:translateX(-50%);
    background:#FFD12C;
    padding:5px 18px;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
    color:#5B4300;
}
.btn-package{
    background-size:200% auto;
    transition:.35s;
}
.btn-package:hover{
    background-position:right center;
    color:#FFF;
}
.package-card{
    transition:.35s;
}
.package-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}
.package-price span{
    display:block;
    font-size:60px;
    font-weight:800;
    line-height:.9;
    font-family:'Outfit',sans-serif;
}
.package-price small{
    display:block;
    margin-top:8px;
    font-size:15px;
    color:#666;
}
.popular{
    position:absolute;
    top:92px;
    left:50%;
    transform:translateX(-50%);
    background:#FFD633;
    color:#6B5300;
    padding:6px 18px;
    border-radius:20px;
    font-size:11px;
    font-weight:700;
    letter-spacing:.8px;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
    z-index:5;
}
.premium{
    transform:scale(1.03);
    z-index:2;
}
.premium:hover{
    transform:scale(1.03) translateY(-10px);
}
/*==================================
    TOUR INFO
==================================*/
.tour-info{
    margin-top:25px;
    margin-bottom:70px;
    position:relative;
    overflow:hidden;
    padding:110px 0;
    background:
    radial-gradient(circle at 8% 15%, rgba(24,215,210,.08) 0%, transparent 18%),
    radial-gradient(circle at 92% 80%, rgba(255,62,134,.07) 0%, transparent 20%),
    radial-gradient(circle at 50% 100%, rgba(148,72,245,.05) 0%, transparent 25%),
    #ffffff;
}
.tour-info::before{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    border-radius:50%;
    background:rgba(24,215,210,.04);
    top:-180px;
    left:-150px;
}
.tour-info::after{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(255,62,134,.04);
    bottom:-170px;
    right:-120px;
}
.tour-info-box{
    background:#FFF;
    border-radius:22px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    overflow:hidden;
}
.info-item{
    padding:28px 15px;
    text-align:center;
    border-right:1px solid #ECECEC;
    height:100%;
}
.info-item i{
    font-size:34px;
    color:#1F365C;
    margin-bottom:16px;
}
.info-item h5{
    font-size:17px;
    font-weight:700;
    color:#1F365C;
    margin-bottom:6px;
}
.info-item span{
    display:block;
    font-size:15px;
    color:#606C7B;
}
.info-item{
    transition:.30s;
}
.info-item:hover{
    background:#FAFBFD;
}
.info-item{
    position:relative;
}
.info-item::after{
    content:"";
    position:absolute;
    right:0;
    top:22px;
    width:1px;
    height:55%;
    background:#E8E8E8;
}
.no-border::after{
    display:none;
}
.info-item i{
    font-size:36px;
    font-weight:300;
}
.tour-info .container{
    position:relative;
    z-index:2;
}
/*==================================
    CTA
==================================*/
.cta{
    position:relative;
    overflow:hidden;
    padding:70px 0;
    background:url('/img/cta-bg.jpg') center center;
    background-size:cover;
}
.cta-content{
    text-align:center;
    position:relative;
    z-index:2;
}
.cta-title{
    display:flex;
    flex-direction:column;
    align-items:center;
    line-height:.9;
}
.cta p{
    color:#FFD977;
    font-size:24px;
    font-weight:500;
    margin-bottom:28px;
}
.btn-cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:14px 38px;
    border-radius:40px;
    text-decoration:none;
    background:#FFD32B;
    color:#17345E;
    font-weight:700;
    transition:.3s;
}
.btn-cta:hover{
    background:#FFE04E;
    color:#17345E;
    transform:translateY(-2px);
}
.cta{
    padding:55px 0;
}
.cta p{
    font-size:18px;
}
.cta-lights{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    pointer-events:none;
}
.cta-title{
    margin:0;
    color:#FFF;
    font-family:'Playlist Script';
    font-size:64px;
    font-weight:400;
    line-height:.95;
    text-align:center;
    text-shadow:0 2px 8px rgba(0,0,0,.18);
}
.cta-title span{
    color:#FFD432;
}
.cta-content p{
    margin:18px 0 28px;
    font-size:24px;
    font-weight:500;
    color:#FFD88B;
}
.cta-title{
    font-size:48px;
}
.cta-content p{
    font-size:20px;
}
span.line-1{
    font-size:56px;
    color:#FFF;
}
span.line-2{
    font-size:72px;
    color:#FFD432;
    margin-top:-8px;
}
/*==================================
    FOOTER
==================================*/
.footer{
    background:#082B56;
    color:#FFF;
    padding-top:60px;
}
.footer-logo{
    width:180px;
    margin-bottom:18px;
}
.footer-text{
    color:rgba(255,255,255,.75);
    line-height:1.8;
    font-size:14px;
    margin-bottom:25px;
}
.footer h5{
    font-size:18px;
    font-weight:700;
    margin-bottom:22px;
    color:#FFF;
}
.footer ul{
    list-style:none;
    padding:0;
    margin:0;
}
.footer li{
    margin-bottom:12px;
}
.footer a{
    color:rgba(255,255,255,.75);
    text-decoration:none;
    transition:.3s;
}
.footer a:hover{
    color:#e1e9e9;
}
.footer-contact li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    color:rgba(255,255,255,.75);
}
.footer-contact i{
    margin-top:4px;
    color:#18D7D2;
}
.footer-social{
    display:flex;
    gap:12px;
}
.footer-social a{
    width:40px;
    height:40px;
    border:1px solid rgba(255,255,255,.25);
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#FFF;
    transition:.3s;
}
.footer-social a:hover{
    background:#18D7D2;
    border-color:#18D7D2;
}
.footer-gallery{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
}
.footer-gallery img{
    width:100%;
    border-radius:8px;
    object-fit:cover;
    transition:.3s;
}
.footer-gallery img:hover{
    transform:scale(1.05);
}
.footer-bottom{
    margin-top:45px;
    padding:18px 0;
    text-align:center;
    border-top:1px solid rgba(255,255,255,.10);
    color:rgba(255,255,255,.60);
    font-size:13px;
}
.footer-divider{
    border-left:1px solid rgba(255,255,255,.10);
    padding-left:30px;
}
.footer{
    background:linear-gradient(
        180deg,
        #0A3567 0%,
        #082B56 100%
    );
    color:#FFF;
    padding-top:60px;
}
.tour-header-space {
    height: 150px;
}
/*==================================================
BREADCRUMB
==================================================*/
.tour-breadcrumb-section{
    padding:28px 0 20px;
    background:#ffffff;
}
.tour-breadcrumb{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    margin:0;
    padding:0;
    background:none;
}
.tour-breadcrumb .breadcrumb-item{
    display:flex;
    align-items:center;
    font-size:14px;
    font-weight:500;
}
.tour-breadcrumb .breadcrumb-item + .breadcrumb-item::before{
    font: var(--fa-font-light);
    content:"\f054";
    font-size:10px;
    color:#C8CED8;
    padding:0 12px;
}
.tour-breadcrumb a{
    color:#7F8CA5;
    text-decoration:none;
    transition:.25s ease;
}
.tour-breadcrumb a:hover{
    color:#FF2E7A;
}
.tour-breadcrumb .active{
    color:#FF2E7A;
    font-weight:600;
}
/*==================================================
TOUR DETAIL HEADER
==================================================*/
.tour-detail-header{
    padding:10px 0 35px;
}
/*==============================
TITLE
==============================*/
.tour-detail-title{
    max-width:760px;
    color:#16325C;
    font-size:2rem;
    font-weight:400;
    line-height:1.15;
    letter-spacing:-1px;
    margin:0 0 28px;
}
/*==============================
FEATURES
==============================*/
.tour-detail-features{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:18px;
}
.tour-detail-feature{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:15px;
    font-weight:500;
    color:#334155;
}
.tour-detail-feature strong{
    font-weight:700;
    color:#16325C;
}
.tour-detail-feature span{
    color:#475569;
}
.tour-detail-feature i{
    font-size:18px;
    color:#11C7D7;
}
.tour-detail-feature:first-child i{
    color:#FDB813;
}
.tour-detail-feature-divider{
    width:1px;
    height:18px;
    background:#E2E8F0;
}
/*==============================
BUTTON
==============================*/
.tour-detail-btn-favorite{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    height:46px;
    padding:0 22px;
    border-radius:50px;
    border:1px solid #FFD5E4;
    background:#FFF;
    color:#FF2F7A;
    font-size:12px;
    font-weight:600;
    transition:.30s;
}
.tour-detail-btn-favorite i{
    font-size:16px;
}
.tour-detail-btn-favorite:hover{
    background:#FF2F7A;
    border-color:#FF2F7A;
    color:#FFF;
    box-shadow:0 12px 25px rgba(255,47,122,.18);
}
.tour-detail-section{
    margin-bottom:60px;
}
.tour-detail-section-header{
    margin-bottom:25px;
}
.tour-detail-section-header h3{
    font-size:32px;
    color:#16325C;
    font-weight:700;
}
.tour-detail-preview{
    position:relative;
    overflow:hidden;
}
.tour-detail-normal{
    margin-top:15px;
}
.tour-detail-open-modal{
    margin-top:18px;
    border:none;
    background:none;
    color:#FF2C7A;
    font-weight:700;
    padding:0;
}
.tour-detail-open-modal:hover{
    color:#16325C;
}
.modal-content{
    border:none;
    border-radius:24px;
}
.modal-header{
    padding:30px 40px;
}
.modal-body{
    padding:10px 40px 40px;
}
.modal-body img{
    max-width:100%;
    height:auto;
}
.modal-body iframe{
    width:100%;
}
.modal-body table{
    width:100%;
}
/*==================================================
GALERÍA - FLECHAS
==================================================*/

.tour-detail-gallery-arrow{

    position:absolute;

    top:50%;

    transform:translateY(-50%);

    width:58px;

    height:58px;

    border-radius:50%;

    background:#FFFFFF;

    display:flex;

    align-items:center;

    justify-content:center;

    cursor:pointer;

    z-index:20;

    transition:all .30s ease;

    box-shadow:
        0 10px 30px rgba(0,0,0,.12);

    user-select:none;

}

.tour-detail-gallery-arrow i{

    font-size:20px;

    color:#16325C;

    transition:.30s;

}

/*============================
LEFT
============================*/

.tour-detail-gallery-arrow-left{

    left:25px;

}

/*============================
RIGHT
============================*/

.tour-detail-gallery-arrow-right{

    right:25px;

}

/*============================
HOVER
============================*/

.tour-detail-gallery-arrow:hover{

    background:#FF2E7A;

    transform:translateY(-50%) scale(1.06);

    box-shadow:
        0 15px 35px rgba(255,46,122,.28);

}

.tour-detail-gallery-arrow:hover i{

    color:#FFFFFF;

}

/*============================
ACTIVE
============================*/

.tour-detail-gallery-arrow:active{

    transform:translateY(-50%) scale(.95);

}
/*==================================================
SECTION
==================================================*/

.chulas-gallery-section{

    margin:45px 0;

}


/*==================================================
GRID
==================================================*/

.chulas-gallery-grid{

    display:grid;

    grid-template-columns:2fr 1fr;

    gap:14px;

}


/*==================================================
MAIN
==================================================*/

.chulas-gallery-main{

    position:relative;

    border-radius:22px;

    overflow:hidden;

    display:block;

    height:520px;

}

.chulas-gallery-main img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.45s;

}

.chulas-gallery-main:hover img{

    transform:scale(1.05);

}


/*==================================================
SIDE
==================================================*/

.chulas-gallery-side{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:14px;

}


.chulas-gallery-item{

    position:relative;

    border-radius:18px;

    overflow:hidden;

    display:block;

    height:253px;

}


.chulas-gallery-item img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.40s;

}

.chulas-gallery-item:hover img{

    transform:scale(1.08);

}


/*==================================================
OVERLAY
==================================================*/

.chulas-gallery-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(

        transparent,

        rgba(0,0,0,.25)

    );

    display:flex;

    align-items:flex-end;

    justify-content:flex-end;

    padding:20px;

}

.chulas-gallery-overlay span{

    width:54px;

    height:54px;

    border-radius:50%;

    background:#FFF;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#17325C;

    font-size:20px;

    box-shadow:0 12px 35px rgba(0,0,0,.18);

}


/*==================================================
LAST PHOTO
==================================================*/

.chulas-gallery-last{

    position:relative;

}

.chulas-gallery-last::after{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.38);

}

.chulas-gallery-more{

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

    z-index:2;

    color:#FFF;

    font-size:22px;

    font-weight:700;

    letter-spacing:.5px;

}


/*==================================================
SHADOW
==================================================*/

.chulas-gallery-main,
.chulas-gallery-item{

    box-shadow:

        0 10px 35px rgba(15,23,42,.08);

}


/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){
    .experience-images {
    position: relative;
    height: 333px;
}
.leaf-flower{
    width: 155px;
}

    .chulas-gallery-grid{

        grid-template-columns:1fr;

    }

    .chulas-gallery-main{

        height:360px;

    }

    .chulas-gallery-side{

        grid-template-columns:repeat(2,1fr);

    }

    .chulas-gallery-item{

        height:170px;

    }

    
    .tour-detail-header{
        padding-bottom:25px;
    }
    .tour-detail-title{
        font-size:2.2rem;
    }
    .tour-detail-features{
        gap:15px;
    }
    .tour-detail-feature-divider{
        display:none;
    }
    .tour-detail-btn-favorite{
        width:100%;
        margin-top:25px;
    }
    .info-item{
        border-right:none;
        border-bottom:1px solid #ECECEC;
    }
    .no-border{
        border-bottom:none;
    }
    .packages-left,
    .packages-right{
        width:110px;
    }
    .benefits{
        margin-top:40px;
    }
    .benefit-item{
        border-right:none;
        border-bottom:1px solid #ECECEC;
    }
    .benefit-item:last-child{
        border-bottom:none;
    }
    h1.title-subpages-tours {
        font-size: 40px;
    }

}