/* =========================================
   VIVEXA STAY
========================================= */

/* =========================================
   NAVBAR VIVEXA STAY
========================================= */

.navbar-vivexa {
    background: #081A38 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
}

.navbar-vivexa .nav-link {
    color: #ffffff !important;
}

.navbar-vivexa .nav-link:hover {
    color: #F68B1F !important;
}

.navbar-vivexa .navbar-brand {
    color: #ffffff !important;
}

.navbar-vivexa .dropdown-menu {
    border: none;
    box-shadow: 0 15px 35px rgba(8, 26, 56, .15);
}

.navbar-vivexa .dropdown-item:hover {
    color: #F68B1F;
    background: #F6F8FA;
}





/* =========================================
  HERO STAY
========================================= */


.stay-hero{

    min-height:90vh;

    display:flex;

    align-items:center;

    padding:130px 0 80px;

    background: #081A38;
    color: #fff;

}


.stay-label{

    display:inline-block;

    color:#F68B1F;

    font-size:12px;

    font-weight:800;

    letter-spacing:2px;

    margin-bottom:18px;

}


.stay-hero h1{

    font-size:52px;

    line-height:1.12;

    font-weight:800;

    max-width:650px;
    
    color: #ffffff !important;

}


.stay-hero-text{

    max-width:590px;

    color:#D8E0EA;

    font-size:17px;

    line-height:1.8;

    margin:25px 0 30px;

}


.stay-buttons{

    display:flex;

    gap:12px;

    flex-wrap:wrap;

}


.btn-stay{

    background:#F68B1F;

    border:1px solid #F68B1F;

    color:white;

    padding:13px 24px;

    border-radius:9px;

    font-weight:700;

}


.btn-stay:hover{

    background:#ff9b32;

    border-color:#ff9b32;

    color:white;

}


.btn-stay-outline{

    border:1px solid rgba(255,255,255,.4);

    color:white;

    padding:13px 24px;

    border-radius:9px;

    font-weight:600;

}


.btn-stay-outline:hover{

    background:white;

    color:#081A38;

}


.stay-hero-image{

    margin-left:auto;

    max-width:560px;

    border-radius:25px;

    overflow:hidden;

    box-shadow:
        0 30px 70px rgba(0,0,0,.35);

}


.stay-hero-image img{

    width:100%;

    display:block;

    aspect-ratio:4/3;

    object-fit:cover;

}


/* =========================================
   SECCIONES
========================================= */

.stay-intro,
.stay-process,
.stay-plans,
.stay-extras{

    padding:100px 0;

}


.stay-intro{

    background:#ffffff;

}


.stay-section-heading{

    max-width:800px;

    margin:0 auto 55px;

}


.stay-section-heading h2{

    color:#081A38;

    font-size:36px;

    font-weight:800;

    margin:10px 0 15px;

}


.stay-section-heading p{

    color:#081A38;

    line-height:1.8;

}


/* =========================================
   SERVICIOS
========================================= */

.stay-service-card{

    height:100%;

    padding:30px;

    background: #F6F8FA;

    border: 1px solid #E1E6EC;

    border-radius:18px;

    transition:.25s;

}


.stay-service-card:hover{

    transform:translateY(-6px);

    box-shadow:
        0 15px 40px rgba(8,26,56,.08);

    border-color:#F68B1F;
    
    background: #ffffff;

}


.stay-icon{

    width:55px;

    height:55px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#FFF1E3;

    color:#F68B1F;

    border-radius:14px;

    font-size:23px;

    margin-bottom:20px;

}


.stay-service-card h4{

    color:#081A38;

    font-size:18px;

    font-weight:700;

}


.stay-service-card p{

    color:#6B7280;

    font-size:14px;

    line-height:1.7;

}


/* =========================================
   PROCESO
========================================= */

.stay-process{

    background: #12385F;

}

.stay-process .stay-section-heading h2 {
    color: #ffffff;
}

.stay-process .stay-section-heading p {
    color: #D7E2ED;
}

.stay-process .titulo-seccion {
    color: #F68B1F;
}


.stay-step{

    position:relative;

    height:100%;

    padding:30px;

    background: rgba(255,255,255,.08);

    border-radius:18px;

    border: 1px solid rgba(255,255,255,.12);
    
    backdrop-filter: blur(8px);

}


.stay-step > span{

    display:block;

    color: #F68B1F;

    font-size:32px;

    font-weight:800;

    margin-bottom:18px;

}


.stay-step h4{

    color: #ffffff;

    font-weight:700;

}


.stay-step p{

    color: #D7E2ED;

    font-size:13px;

    line-height:1.7;

}


/* =========================================
   PLANES
========================================= */

.stay-plans{

    background: #F5F7FA;

}

.stay-plans .stay-section-heading h2 {
    color: #081A38;
}

.stay-plans .stay-section-heading p {
    color: #667085;
}


.stay-plan-card{

    position:relative;

    height:100%;

    padding:35px;

    border:1px solid #E1E6EC;

    border-radius:20px;

    background:#ffffff;

    box-shadow:
        0 10px 30px rgba(8,26,56,.04);

}


.stay-plan-card.featured{

    background: #081A38;

    border: 2px solid #F68B1F;
    
    box-shadow:
        0 20px 50px rgba(246,139,31,.13);

}

.stay-plan-card.featured .stay-plan-name,
.stay-plan-card.featured .stay-plan-description,
.stay-plan-card.featured li {
    color: #ffffff;
}

.stay-plan-card.featured li i {
    color: #F68B1F;
}


.stay-popular{

    position:absolute;

    top:-14px;

    left:50%;

    transform:translateX(-50%);

    background:#F68B1F;

    color:white;

    padding:6px 15px;

    border-radius:20px;

    font-size:9px;

    font-weight:800;

    letter-spacing:1px;

}


.stay-plan-name{

    color:#081A38;

    font-size:13px;

    font-weight:800;

    letter-spacing:1.5px;

}


.stay-plan-price{

    color:#F68B1F;

    font-size:55px;

    font-weight:800;

    line-height:1;

    margin:20px 0 15px;

}


.stay-plan-description{

    min-height:70px;

    color:#6B7280;

    font-size:13px;

    line-height:1.7;

}


.stay-plan-card ul{

    list-style:none;

    padding:0;

    margin:25px 0;

}


.stay-plan-card li{

    display:flex;

    gap:9px;

    color:#4B5563;

    font-size:12px;

    margin-bottom:12px;

}


.stay-plan-card li i{

    color:#F68B1F;

}


/* =========================================
   EXTRAS
========================================= */

.stay-extras{

    background: #081A38;
}


.stay-extras h2{

    color:#081A38;

    font-size:38px;

    font-weight:800;

    margin:10px 0 18px;

}


.stay-extras p{

    color: #CBD5E1;

    max-width:520px;

    line-height:1.8;

}

.stay-extras .titulo-seccion {
    color: #F68B1F;
}

.stay-extra-list{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:12px;

}


.stay-extra-list div{

    display:flex;

    align-items:center;

    gap:12px;

    padding:17px;

    background: #12385F;

    border: 1px solid rgba(255,255,255,.10);

    border-radius:12px;

    color: #ffffff;

    font-size:13px;

    font-weight:600;

}


.stay-extra-list i{

    color: #F68B1F;

    font-size:19px;

}


/* =========================================
   CTA
========================================= */

.stay-cta{

    padding:100px 20px;

    background:
        linear-gradient(
            135deg,
            #F68B1F 0%,
            #D96F0B 45%,
            #081A38 100%
        );

    color:white;

}

.stay-cta .stay-label {
    color: #ffffff;
}

.stay-cta h2{

    max-width:750px;

    margin:10px auto 15px;
    
    color: #ffffff;

    font-size:42px;

    font-weight:800;

}


.stay-cta p{

    max-width:600px;

    margin:0 auto 30px;

    color: rgba(255,255,255,.88);

    line-height:1.8;

}


.stay-cta .btn-stay {
    background: #081A38;
    border-color: #081A38;
}

.stay-cta .btn-stay:hover {
    background: #ffffff;
    color: #081A38;
    border-color: #ffffff;
}


/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px){

    .stay-hero{

        padding-top:120px;

    }


    .stay-hero h1{

        font-size:42px;

    }


    .stay-hero-image{

        margin:40px auto 0;

    }

}


@media(max-width:767px){

    .stay-hero h1{

        font-size:34px;

    }


    .stay-hero-text{

        font-size:15px;

    }


    .stay-intro,
    .stay-process,
    .stay-plans,
    .stay-extras{

        padding:70px 0;

    }


    .stay-section-heading h2{

        font-size:29px;

    }


    .stay-extra-list{

        margin-top:35px;

        grid-template-columns:1fr;

    }


    .stay-cta h2{

        font-size:32px;

    }

}