body{
 font-family: "Poppins", sans-serif;

}
a{
    transition: 0.5s;
    text-decoration: none;
}

/* Clase adicional para cuando se hace scroll */
.bg-white-scroll {

    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav__menu__inicio{
    color: black;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 400;
    font-style: 'Regular';
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 1400px) {
    .nav__menu__inicio {
        font-size: 14px;
    }
    
    .nav__menu__inicio:hover {
        font-size: 14px;
    }
    
    .active__header{
    color: #000 !important;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;

}

.active__header:hover{
    color: #000 !important;
   font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;

}
}

.nav__menu__inicio:hover{
    color: #858791 !important;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    transform: translateY(-1px);
}



.active__header{
    color: #000 !important;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;

}

.active__header:hover{
    color: #000 !important;
   font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;

}



/* Base styles para todos los botones */
.btn {
       font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font-weight-medium);
    line-height: normal;
    letter-spacing: 1px;
    padding: 10px 20px;
    border: 1px solid #B70310;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    text-decoration: none;
    user-select: none;
}

/* Bot¨Žn Principal: fondo primary, texto blanco */
.btn__principal {
    font-family: 'Poppins';
    background-color: #B70310;
    color: #FFFFFF;
}

.btn__principal:hover,
.btn__principal:focus {
    background-color: #FFFFFF;
    color: #B70310;
  
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn__principal:active {
    transform: translateY(0);
}

/* Bot¨Žn Blanco: fondo blanco, texto primary */
.btn__white {
    font-family: 'Poppins';
      font-size: 16px;
    font-weight: 500;
    background-color: white;
    color: #B70310;
}

.btn__white:hover,
.btn__white:focus {
    background-color: #B70310;
    color:  white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn__white:active {
    transform: translateY(0);
}


      

.nav__footer {
    color: white;
    text-decoration: none;
    margin-bottom: 6px;
    transition: color 0.3s ease-in-out;
    font-family: 'Poppins';
    font-weight: 400;
    font-style: 'Regular';
    font-size: 14px;
    letter-spacing: 0%;

}
.nav__footer:hover {
    color: #E20000;
}

/* Newsletter */
.newsletter-form {
    max-width: 320px;
}
.newsletter-input {
    border: 1px solid #fff;
    background: transparent;
    color: white;
    padding: 8px 45px 8px 15px;
}
.newsletter-input::placeholder {
    color: #ccc;
}
.newsletter-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: white;
    cursor: pointer;
}
.newsletter-btn:hover {
    color: #E20000;
}


.form-control::placeholder {
    font-family: 'Poppins', sans-serif;
    color: #6c757d;
    opacity: 1;
}




.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}