body,
html {
    margin: 0;
    padding: 0;
}

.banner-container {
    margin: 0;
    padding: 0;
}

body {
    background-color: #002751;
    color: #0ea4e3;
}

.banner {
    height: 800px;
    background-image: url('../images/banerhead.jpg');
    background-size: cover;
}

.service-box {
    border: 1px solid #0ea4e3;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
}

.linea {
    color: #ffffff;
    margin-top: 10px;
}

.nav-link {
    color: #0ea4e3;
}

.email {
    color: #e3980e;
}

.email2 {
    color: #ffffff;
}

.navbar {
    margin-right: -20px;
}

.navbar-toggler {
    border-color: #0ea4e3;
    padding: .25rem .75rem; /* Adjust padding as needed */
}

.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='%230ea4e3' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.chat-texto {
    color: #ffffff;
}

/* Botón de WhatsApp */
.boton-whatsapp button {
    background-color: #002751;
    color: #e3980e;
    padding: 15px 20px;
    border: 2px solid #0ea4e3;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.boton-whatsapp button:hover {
    background-color: #0ea4e3;
    color: #002751;
}

/* Estilos para el encabezado superior (logo y contacto) */
.top-header {
    margin-top: 40px;
}

/* Centrar contenido del encabezado en pantallas pequeñas */
@media (max-width: 991.98px) {
    .top-header {
        text-align: center;
    }

    .top-header .text-right {
        text-align: center !important; /* Override Bootstrap's text-right */
        margin-top: 20px; /* Espacio entre logo y contacto */
    }

    .top-header .d-inline-flex {
        justify-content: center; /* Centrar enlace de WhatsApp */
    }
}

/* Estilos para el texto "Menu" en el toggler */
.navbar-toggler-container {
    display: flex;
    align-items: center;
}

.navbar-toggler-text {
    color: #ffffff; /* Ajustar color si es necesario */
    margin-right: 10px; /* Espacio entre texto e icono */
    font-size: 1.25rem; /* Igualar tamaño de h4 si se desea */
}

/* Ocultar el texto en pantallas grandes */
@media (min-width: 992px) {
    .navbar-toggler-text {
        display: none;
    }
}

/* Tamaño normal en escritorio */
.navbar-nav .nav-link {
    font-size: 1.25rem;
    /* h4 equivalente */
}

/* Tablets (≤ 991px) */
@media (max-width: 991.98px) {
    .navbar-nav .nav-link {
        font-size: 1rem;
        
        /* reduce un poco */
    }
}

/* Celulares (≤ 575px) */
@media (max-width: 575.98px) {
    .navbar-nav .nav-link {
        font-size: 0.9rem;
        /* aún más pequeño */
    }
}

/* Estilo para el enlace de WhatsApp en el footer (si se desea diferente) */
.whatsapp-link-footer {
    text-decoration: none !important; /* Sobreescribir estilo de enlace */
}

.whatsapp-link-footer:hover {
    /* Estilos al pasar el ratón si se desean */
    color: #e3980e !important;
}

@media (max-width: 875.98px) {
    img[alt="News"] {
        width: 120px;
        height: auto;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .linea{
        display: none;
    }
    .info-sup{
        display: none;
    }
}
