@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');


:root{
    --color-primario: #201801;
    --color-secundario: #403000;
    --color-terciario: #D7B615;
    --color-cuaternario: #FFD700;
    --color-blanco: #000;
    --color-negro: #fff;
    --blanco-claro: #e9e9e9;
    --blanco-footer: #aeabab; 
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
}


html{
    font-family: 'Poppins';
    scroll-behavior: smooth;
    margin: 0 auto;
    padding: 0 auto;
}
body{
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    background-image: url('../images/oscuro/fondo.webp');
    background-repeat: repeat;
    background-size: cover;
}
a{
    text-decoration: none;
    color: #333;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins';
    margin: 0;
    padding: 0;
    color: var(--color-primario);
}

.hide{
    display: none;
}

.d-flex{
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-start{
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mobile{
    display: none;
}

.mt-10 {
    margin-top: 10px;
}
.mt-25{
    margin-top: 25px;
}
.mt-50{
    margin-top: 50px;
}
.mt-100{
    margin-top: 100px;
}
.mt-125{
    margin-top: 125px;
}
.mt-150{
    margin-top: 150px!important;
}
.ml-10{
    margin-left: 10px;
}
.ml-25{
    margin-left: 25px;
}
.ml-50{
    margin-left: 50px;
}
.ml-100{
    margin-left: 100px;
}
.mr-5{
    margin-right: 5px;
}

.mr-10{
    margin-right: 10px;
}
.mr-25{
    margin-right: 25px;
}
.mr-50{
    margin-right: 50px;
}
.mr-100{
    margin-right: 100px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-100{
    margin-bottom: 100px;
}
.p-10{
    padding: 10px;
}
.p-25{
    padding: 25px;
}
.p-50{
    padding: 50px;
}
.p-100{
    padding: 100px;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.text-justify{
    text-align: justify;
}
.text-uppercase{
    text-transform: uppercase;
}
.text-lowercase{
    text-transform: lowercase;
}
.text-capitalize{
    text-transform: capitalize;
}
.text-bold{
    font-weight: var(--fw-700);
}
.text-medium{
    font-weight: var(--fw-600);
}
.text-light{
    font-weight: var(--fw-500);
}
.text-italic{
    font-style: italic;
}



/********************************/
/*        HERO CONTENT          */
/********************************/

.container-fluid {
    padding: 0;
}

.r-flex{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

 .hero-header{
    position: relative;
    background-image: url(../images/slider/slider01.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 0;
}

.hero-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
    z-index: 1;
} 

.container{
    position: relative;
    z-index: 1;
}

.text-yellow{
    color: var(--color-cuaternario);
    text-decoration: none;
}

.frmcontainer{
    height: 1000px;
    width: 100%;
}

.info-bar{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.contact-info{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-negro);
    
    
}

.contact-info ul li i{
    margin-right: 5px;
    font-size: calc(0.5rem + 0.3vw);
    color: var(--color-negro);
}

.contact-info ul li{
    margin-right: 20px;
    font-size: calc(0.5rem + 0.3vw)
}


.social-media{
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-media ul li{
    margin-right: 5px;
    margin-bottom: 5px;
}

.social-media ul li .icon-social{
    color: var(--color-blanco);
    width: 40px;
    height: 40px;
    background-color: var(--color-negro);
    padding: 4px 7px;
    margin: 5px;
    border-radius: 50%;
}

.social-media ul li a{
    font-size: 16px;
}

.social-media ul li .icon-social:hover{
    background-color: var(--color-terciario);
}

.d-flex-center{
    margin: 0 auto;
}

.navbar-brand img{
    width: 200px;
}

.nav-link {
    color: var(--color-negro);
    letter-spacing: 0.5px;
    font-family: Poppins;
    font-weight: 400;
    font-size: calc(0.9rem + 0.13vw);
    position: relative;
}

.nav-link:hover, .nav-link.active{
    text-decoration: none;
    color: var(--color-terciario)!important;
}

.nav-link::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: var(--color-terciario);
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.nav-link:hover::before, .nav-link.active::before{
    width: 100%;
    visibility: visible;
}

@keyframes attention-grabber {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    }
    
    50% {
        box-shadow: 0 0 15px 25px rgba(255, 255, 255, 0);
    }
    75% {
        box-shadow: 0 0 15px 50px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.evaluacion-btn {
    width: 220px;
    color: var(--color-cuaternario);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.3s background-color;
    text-align: center;
    
}

.evaluacion-btn span{
    width: 70%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 25px;
    background-color: var(--color-cuaternario);
    color: var(--color-blanco);
    font-weight: 500;
    animation: attention-grabber 2.5s infinite;
}

/*******************************/
/*          HERO SIGNUP        */
/*******************************/

.hero-form{
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.signup-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.signup-content h1 {
    color: var(--color-cuaternario);
    font-size: calc(1.8rem + 0.2vw);
    font-weight: var(--fw-700);
    text-transform: uppercase;
    width: 70%;
    text-align: center;
}

.signup-content h5 {
    color: var(--color-negro);
    font-size: calc(0.9rem + 0.1vw);
    font-weight: var(--fw-600);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 50px;
}

.evaluar-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 45px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: var(--color-blanco);
    color: var(--color-negro);
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 500;
}


/*******************************/
/*   NAVEGACION Y SCROLLING    */
/*******************************/

.navegation-bar {
    transition: background-color 0.3s, box-shadow 0.3s;
}

.navegation-bar.scrolled {
    background-color: black;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    color: var(--color-blanco);
    height: 130px;
}

.navbar-brand img {
    transition: filter 0.3s;
}

.hero-interno{
    height: 900px;
    background-image: url('../images/slider/slider01.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: -1;
}

.hero-interno::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -2;
}

/* .z-base{
    position: relative;
    z-index: 0;
} */


/*******************************/
/*         TOTAL CASOS         */
/*******************************/

.total-casos {
    margin-top: 50px;
    border: 3px solid #D7B615;
    color: var(--blanco-claro);
    height: 220px;
    margin-bottom: 50px;
}

.casos {
    height: 220px;
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.casos h2 {
    font-size: calc(2.5rem + 0.3vw);
    color: #fff;
}

.casos p{
    color: var(--color-cuaternario);
    font-size: calc(0.9rem + 0.3vw);
}

.border-right {
    position: relative;
}

.border-right::after {
    content: '';
    position: absolute;
    top: 15%;
    right: 0;
    height: 70%;
    width: 2px;
    background-color: #D7B615;
}



/********************************/
/*      POR QUE ELEGIRNOS       */
/********************************/ 

.about-text{
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-text h5{
    color: var(--color-terciario);
    font-size: 0.9rem;
    font-weight: var(--fw-600);
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.about-text h1{
    color: var(--color-negro);
    font-size: 2.5rem;
    font-weight: var(--fw-700);
    text-align: center;
    margin-bottom: 20px;
}

.about-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 auto;
    flex-direction: column;
    border: 2px solid var(--color-terciario);
    padding: 25px;
    height: 320px;
    margin-bottom: 20px;
}

.about-box h5{
    color: var(--color-terciario);
    font-family: poppins;
    font-size: 1.3rem;
    font-weight: var(--fw-600);
    text-align: center;
    margin-bottom: 15px;
}

.about-box p{
    display: block;
    color: var(--blanco-claro);
    font-size: 1rem;
    font-weight: var(--fw-400);
    text-align: center;
    width: 95%;
}

.about-box img{
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    object-fit: cover;
}


/********************************/
/*      NUESTROS SERVICIOS      */
/********************************/


.services-text{
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 80px;
}

.services-text h5{
    color: var(--color-terciario);
    font-size: 0.9rem;
    font-weight: var(--fw-600);
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.services-text h1{
    color: var(--color-negro);
    font-size: 2.5rem;
    font-weight: var(--fw-700);
    text-align: center;
    margin-bottom: 20px;
}

.card-servicios{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: 0 auto;
    padding: 0 auto;
    flex-direction: column;
    padding: 25px;
    height: 550px;
    border-radius: 25px;
    margin-bottom: 20px;
    background-color: var(--blanco-claro);
    margin-bottom: 120px;
    position: relative;
    z-index: 2;
}

.servicios-img{
    width: 320px;
    height: 210px;
    overflow: hidden;
    position: absolute;
    top: -25px;
    border-radius: 20px;
}

.servicios-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.servicios-icon{
    position: absolute;
    top: 140px;
    right: 50px;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.servicios-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.servicios-txt{
    padding: 0 auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-top: 200px;
}

.servicios-txt h5{
    color: var(--color-primario);
    font-size: 1.7rem;
    font-weight: var(--fw-600);
    margin-bottom: 15px;
    text-align: left;
}

.servicios-txt p{
    color: var(--color-primario);
    font-size: 1rem;
    font-weight: var(--fw-400);
    text-align: left;
    width: 90%;
    height: 140px;
    overflow: hidden;
}

.more-info{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    border-radius: 10px;
    border: 2px solid var(--color-terciario);
    width: 260px;
    height: 45px;
    padding: 25px;
    cursor: pointer!important;
}

.servicios-txt i{
    color: var(--color-terciario);
    font-size: 1.5rem;
    margin-left: 10px;
    margin-top: 5px;
}

.servicios-txt .more-info:hover {
    background-color: var(--color-blanco);
    color: var(--color-cuaternario);

}

.servicios-txt .more-info:hover i {
    background-color: var(--color-blanco);
    color: var(--color-cuaternario);

}


/*******************************/
/*       MODAL REGISTRO        */
/*******************************/

.modal-signup{
    background-color: var(--color-terciario);
}

.custom-modal-dialog {
    max-width: 600px;
}

.custom-modal-content {
    background-color: var(--color-terciario);
    height: 600px; 
    position: relative;
}

.modal-signup-content .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    color: var(--color-blanco);
    cursor: pointer;
    transition: 0.3s color;
}

.modal-signup-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-signup-content h5{
    color: var(--color-negro);
    font-size: 1.1rem;
    font-weight: var(--fw-700);
    text-transform: uppercase;
    text-align: center;
    margin-top: 40px;
}

.modal-signup-content h1{
    color: var(--color-blanco);
    font-size: 1.8rem;
    font-weight: var(--fw-700);
    text-transform: uppercase;
    text-align: center;
    margin-top: 25px;
}


.modal-signup-content span{
    color: var(--color-negro)
}

.modal-signup-content .btn-evaluar{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    width: 240px;
    height: 50px;
    font-size: 1.2rem;
    font-weight: 500;
    background-color: var(--color-blanco);
    color: var(--color-terciario);
}

.modal-signup-content .btn-evaluar:hover{
    background-color: var(--color-secundario);
    color: var(--blanco-claro);
}

.alert-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 50; 
}



/*******************************/
/*      Instagram Post         */
/*******************************/

.instagram{
    margin: 0 auto;
    padding: 0 auto;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 150px;
    position: relative;
}

.instagram h5{
    color: var(--color-terciario);
    font-size: 0.9rem;
    font-weight: var(--fw-600);
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.instagram h1{
    color: var(--color-negro);
    font-size: 2.5rem;
    font-weight: var(--fw-700);
    text-align: center;
    margin-bottom: 20px;
}

.instagram-box{
    margin-bottom: 25px;
}


/*******************************/
/*       Testimoniales         */
/*******************************/
.testimonios{
    display: block;
    margin: 0 auto;
    padding: 0 auto;
    margin-top: 100px;
    width: 100%;
    height: 100%;
}

.testimonios-text h5{
    color: var(--color-terciario);
    font-size: 0.9rem;
    font-weight: var(--fw-600);
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-align: center;
    
}

.testimonios-text h1{
    color: var(--color-negro);
    font-size: 2.5rem;
    font-weight: var(--fw-700);
    text-align: center;
    margin-bottom: 20px;
}   

.testimonio-box{
    border: 2px solid var(--color-terciario);
    padding: 20px;
    border-radius: 15px;
    margin: 0 auto;
    height: 300px;
    margin-bottom: 20px;
}

.testimonio-titulo{
    display: grid;
    grid-template-columns: 50px auto;
    gap: 10px;
}

.testimonio-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonio-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonio-titulo h5{
    color: var(--color-terciario);
    font-size: 1.3rem;
    font-weight: var(--fw-600);
    margin-right: 10px;
    margin-bottom: 5px;
}

.testimonio-titulo p{
    color: var(--color-negro);
    font-size: 0.9rem;
    font-weight: var(--fw-400);
}

.testimonio-contenido{
    margin-top: 10px;
    overflow: hidden;
    height: 150px;
    color: var(--blanco-claro);
}

.testimonios-btn-ctr{
    margin-top: 50px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    
}

.btn-testimonio{
    width: 45px;
    height: 45px;
    background-color: var(--color-blanco);
    color: var(--color-terciario);
    font-size: 1.5rem;
    font-weight: var(--fw-600);
    border: 1px solid #fff;
    
    cursor: pointer;
}

.testimonio-calificacion ul li i{
    color: var(--color-terciario);
    margin-right: 2px;
}

/*******************************/
/*         Locaciones          */
/*******************************/
.locaciones-map{
    display: flex;
    height: 700px;
    padding: 0 auto;
    margin: 0 auto;
    text-align: center;
}

.locaciones-text{
    margin-top: 80px;
    margin-bottom: 50px;
}

.locaciones-text h5{
    color: var(--color-terciario);
    font-size: 0.9rem;
    font-weight: var(--fw-600);
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-align: center;
}

.locaciones-text h1{
    color: var(--color-negro);
    font-size: 2.5rem;
    font-weight: var(--fw-700);
    text-align: center;
}

.border-2{
    border: 2px solid #D7B615;
    padding: 0;
    overflow: hidden;
}

.locacion-card{
    margin: 0 auto;
    padding: 0 auto;
    height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--color-negro);
    border-right: 2px solid #D7B615;
    cursor: pointer;
    overflow: hidden;
}

.locacion-card.active{
    background-color: #ffffff1a;
    border-right: none;

}

.lbb{
    border-bottom: 2px solid #D7B615;
}

.locacion-card .locacion-txt h5{
    color: var(--color-terciario);
    margin-bottom: 7px;
}

.locacion-card .locacion-txt p{
    margin: 0 auto;
    font-size: calc(0.6rem + 0.3vw);
    width: 80%;
}

.locacion-card .ver-mapa a{
    margin-top: 5px;
    text-decoration: none;
    color: var(--color-cuaternario);
}

.mapa{
    margin: 0 auto;
    padding: 0 auto;
    display: block;
    gap: 0px;
    height: 600px;
    width: 1120px;
    margin-left: -8px;
    background-color: #ffffff1a;
    overflow: hidden;
}

.mapa iframe{
    margin-left: -458px;
}


/*******************************/
/*       Quienes Somos         */
/*******************************/
.quienes{
    display: block;
    margin: 0 auto;
    padding: 0 auto;
    margin-top: 100px;
    width: 100%;
    height: 100%;
}

.quienes-text h5{
    color: var(--color-terciario);
    font-size: 0.9rem;
    font-weight: var(--fw-600);
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-align: center;
    
}

.quienes-text h1{
    color: var(--color-negro);
    font-size: 2.5rem;
    font-weight: var(--fw-700);
    text-align: center;
    margin-bottom: 20px;
}  

.quienes-box h1{
    color: var(--color-cuaternario);
    font-size: 2.0rem;
    font-weight: var(--fw-600);
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.quienes-box h1 span{
    color: var(--color-negro);
}

.quienes-box p{
    color: var(--color-negro);
    text-align: justify;
    line-height: 28px;
    font-size: 1rem;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.quienes-box h2{
    color: var(--color-negro);
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 3px solid var(--color-cuaternario);
    width: 60%;
}

.quienes-box h2 span{
    color: var(--color-cuaternario);
}

.quienes-box ul{
    margin-top: 10px;
    list-style: none;
    display: flex;
    flex-direction: column;
    color: var(--color-negro);
    margin-bottom: 25px;
}

.quienes-box ul li{
    font-size: 1.2rem;
}

.quienes-box ul li span{
    color: var(--color-cuaternario);
}

.quienes-img figure{
    width: 100%;
    height: 680px;
}

.quienes-img figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*******************************/
/*           Footer            */
/*******************************/

footer{
    display: block;
    margin: 0 auto;
    padding: 0 auto;
    margin-top: 250px;
    width: 100%;
    height: 45vh;
    position: relative;
}

.footer-logo img{
    width: 180px;
}

.footer-logo p{
    color: var(--blanco-footer);
    font-family: Poppins;
    font-size: 0.9rem;
    width: 290px;
}

.footer-nav{
    display: flex;
    flex-direction: column;
}

.footer-nav h5 {
    font-size: 1.1rem;
    font-weight: var(--fw-600);
    color: var(--color-terciario);
    letter-spacing: 1px;
    font-family: Poppins;
    text-transform: uppercase;
    position: relative;
}

.footer-nav h5::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #a5a4a4;
    margin-top: 7px;
    position: absolute;
    left: 0;
    bottom: -10px; 
}

.footer-nav ul{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.footer-nav ul li{
    height: 30px;
    color: var(--blanco-footer);
    font-size: 0.9rem;
}

.footer-nav ul li a{
    color: var(--blanco-footer);
}

.footer-nav ul li a:hover{
    color: var(--color-negro);
}

.copy{
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-terciario);
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    text-align: center;
}

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="var(--color-terciario)" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E') !important;
}


/**********************************/
/*       Header full           */
/**********************************/
.hero-header-full{
    position: relative;
    background-image: url(../images/slider/slider01.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 0;
}

.hero-header-full::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
    z-index: -1;
} 




/**********************************/
/*       Header interno           */
/**********************************/
.hero-header-interno{
    position: relative;
    background-image: url(../images/slider/slider01.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 70vh;
    min-height: 800px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 0;
}

.hero-header-interno::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
    z-index: 1;
} 

.hero-content-interno{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 800px;
}

.hero-content-interno h1{
    color: var(--color-cuaternario);
    font-size: 3.5rem;
    font-weight: var(--fw-700);
    text-transform: uppercase;
    text-align: center;
}

/*********************************/
/*    Terminos y condiciones     */
/*********************************/
.terminos-box{
    color: var(--color-negro);
    font-size: 1.1rem;
}

.terminos-box h5{
    color: var(--color-cuaternario);
    margin-bottom: 50px;
}

.terminos-box h3{
    color: var(--color-cuaternario);
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-top: 40px;
}

.terminos-box ul{
    list-style: disc;
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.whatsapp{
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    border-radius: 50%;
    background-color: #07fa30fb;
    z-index: 50;
    cursor: pointer;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp i{
    color: #fff;
}

.citasframe{
    height: 800px;
    overflow-y: hidden;
}


.form-whatsapp{
    margin: 0 auto;
    width: 650px;
}

.form-whatsapp input{
    width: 100%;
    height: 45px;
    background-color: transparent;
    border: 2px solid var(--color-terciario);
    border-radius: 10px;
    padding: 0 20px;
    font-size: 1.0rem;
    color: #f6f1d5;
    font-weight: var(--fw-500);
    margin-bottom: 20px;
}

.form-whatsapp label{
    color: var(--color-terciario);
    font-size: 1.0rem;
    font-weight: var(--fw-500);
    margin-bottom: 10px;
    margin-left: 10px;
}

.form-whatsapp ::placeholder{
    color: #d7b71571;
    font-size: 1.0rem;
    font-weight: var(--fw-500);
}

.form-whatsapp input:focus{
    outline: none;
    color: #333;
    background-color: #e9e9e9;
}
.form-whatsapp input:focus::placeholder {
    color: transparent; /* Para ocultar el placeholder */
}
.btn-sendapp{
    width: 150px;
    color: #333;
    height: 45px;
    border-radius: 10px;
    background-color: var(--color-terciario);
    font-size: 1.0rem;
    font-weight: var(--fw-500);
    cursor: pointer;
    transition: 0.3s background-color;
    border: none;
}

.btn-sendapp:hover{
    background-color: #e9e9e9;
}


.mensaje{
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 25px;
    width: 100%;
}


.mensaje h1{
    color: var(--color-terciario);
    width: 100%;
    margin: 0 auto;
    font-weight: 600;
}

.mensaje h2{
    color: var(--color-terciario)!important;
    width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
    font-weight: 600;
}

.mensaje p{
    color: var(--color-terciario);
}

.locacion-txt ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.proyecto-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.no-proy-select,
.proy-select{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: left;
    align-items: center;
    color: #e9e9e9;
    font-size: 1.0rem;
    font-weight: var(--fw-500);
    margin-bottom: 20px;
    border: 2px solid var(--color-terciario);
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
}

.no-proy-select p,
.proy-select p{
    color: var(--color-negro);
    font-size: 0.9rem;
    font-weight: var(--fw-500);
    margin-bottom: 10px;
}

.no-proy-select h1,
.proy-select h1{
    color: var(--color-terciario)!important;
    font-size: 1.5rem;
    font-weight: var(--fw-600);
    margin-bottom: 10px;
    text-align: justify;
}

.no-proy-select h2,
.proy-select h2{
    color: var(--color-terciario)!important;
    font-size: 1.2rem;
    font-weight: var(--fw-600);
    margin-bottom: 10px;
    text-align: justify;
}

.no-proy-select:hover,
.proy-select:hover {
    background-color: var(--color-terciario);
    color: var(--color-blanco);
    transition: background-color 0.3s, color 0.3s;
}

.btn-continuar{
    width: 150px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-cuaternario);
    color: #000;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.blink {
    animation: blink 1s linear;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .form-whatsapp{
        width: 90%;
    }


    .modal-signup-content h5{
        color: var(--color-negro);
        font-size: calc(0.9rem + 0.3vw);
        font-weight: var(--fw-700);
        text-transform: uppercase;
        text-align: center;
        margin-top: 40px;
    }

    .modal-signup-content h1{
        color: var(--color-blanco);
        font-size: calc(1.2rem + 0.3vw);
        font-weight: var(--fw-700);
        text-transform: uppercase;
        text-align: center;
    }

    .signup-content h1 {
        color: var(--color-cuaternario);
        font-size: calc(1.4rem + 0.2vw);
    }
    
    .signup-content h5 {
        font-size: calc(0.8rem + 0.1vw);
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .desktop{
        display: none;
    }    

    .mobile{
        display: block;
    }

    html{
        overflow-x: hidden;
        scroll-behavior: smooth;
        margin: 0 auto;
    }
    
    .h1{
        font-size: calc(1.2rem + 1.5vw);
    }    

    .nav-link{
        color: var(--color-blanco);
        margin-top: 15px;
        margin-left: 10px;
    }

    .navbar-toggler{
        color: var(--color-negro);
    }

    .offcanvas-body{
        position: relative;
        z-index: 2;
    }

    .z-base {
        position: relative;
        z-index: 1;
    }

    .navegation-bar {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000; 
    }

    .frmcontainer {
        position: relative;
        z-index: 10; 
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .form-whatsapp{
        width: 90%;
    }
    .desktop{
        display: none;
    }   
    .nav-link{
        color: var(--color-blanco);
        margin-top: 15px;
        margin-left: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .form-whatsapp{
        width: 90%;
    }

        .contact-info{
            font-size: calc(0.5rem + 1.5vw);
        }
        .hero-form{
            margin-top: 150px;
            height: 1200px;
        }

        .nav-link{
            color: var(--color-negro);
            margin-right: 5px;
            font-size: calc(0.45rem+0.1vw)!important;
        }

        
    }
