body{
    font-family: "Roboto", sans-serif;
}
a{
    transition: 0.5s;
    text-decoration: none;
}
.bg-transparent {
    background-color: transparent !important;
    font-size: 13px;
    padding-top: 10px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  @media (max-width: 991.98px) {
    .navbar.bg-transparent {
        background-color: white !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .nav__menu__inicio{
        color: black !important;
        text-align: center;
        font-family: 'Roboto';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
      }
      .nav__menu__inicio:hover{
        color: #981821 !important;
        text-align: center;
        font-family: 'Roboto';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase; 
      }

}
  .nav__menu__inicio{
    color: white !important;
    text-align: center;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
  .nav__menu__inicio:hover{
    color: #981821 !important;
    text-align: center;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
.nav__menu{
    color: var(--Negro, #000) !important;
    text-align: center;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.nav__menu:hover{
    color: #981821 !important;
    text-align: center;
font-family: 'Roboto';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}

.active__header{
    color: #981821 !important;
    text-align: center;
font-family: 'Roboto';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}



.btn__newsletter{
    font-family: 'Roboto';

    border: 1px solid var(--Azul, #191919);
    background: #191919;   
    color: #fff;
    cursor: poRoboto;
    padding: 10px 20px;
    background-color: #191919; /* Color base del botón */
    transition: 0.5s ease-in-out; /* Transición suave del efecto de sombra */
}

.btn__newsletter:hover{
    font-family: 'Roboto';

    border: 1px solid #191919;
    color: #191919;
    cursor: poRoboto;
    background-color: #fff; /* Color base del botón */
    transition: 0.5s ease-in-out; /* Transición suave del efecto de sombra */
}

footer{
    background-color: #1A181C;
    padding: 50px;
}
.footer__secciones{
    color: var(--Celeste, #F7F9FC);
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.nav__footer{
    color: var(--Celeste, #F7F9FC) !important;
    font-family: 'Roboto';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0;
    opacity: 0.8;
}

.nav__footer:hover{
    color: #981821 !important;
    font-family: 'Roboto';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.form-control{
    border-radius: 0px;
}
.form-control::placeholder{
    color: var(--Text, #858791);
    font-family: 'Roboto';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.footer-wrapper {
    position: relative;
}

.bg-newsletter {
    background-color: #981821;
    padding: 50px;
    position: absolute;
    top: -100px;
    width: 100%;
    left: 0;
    z-index: 1;
}

footer {
    background-color: #191919;
    padding: 100px 50px 50px;
    position: relative;
    z-index: 0;
}

/* Newsletter Section Styles */
.titulo-newsletter {
    color: var(--Blanco, #FFF);
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.texto-newsletter {
    color: var(--Blanco, #FFF);
    font-family: 'Roboto';
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* Footer Link and Section Titles */
.footer__secciones {
    color: var(--Blanco, #FFF);
font-family: 'Roboto';
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.nav__footer {
    color: #F7F9FC !important;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0;
    opacity: 0.8;
}

.nav__footer:hover {
    color: #981821 !important;
    font-size: 16px;
}

/* Contact Info Styles */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-item svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}


/* .contact-item a {
    color: var(--Celeste, #F7F9FC);
    font-family: 'Sarabun';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.contact-item a:hover {
    color: #030303;
} */