.header-custom {
    background-color: #003BB3;
    /* azul similar */
    padding-top: 20px;
    padding-bottom: 18px;
}

.brand-logo {
    text-align: center;
    margin-bottom: 18px;
}

.brand-logo img {
    max-height: 95px;
    width: auto;
}

.brand-text {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.brand-subtext {
    color: #fff;
    font-size: 1rem;
    margin: 0;
    line-height: 1.2;
}

.navbar-custom .navbar-nav {
    gap: 12px;
}

.navbar-custom .nav-link {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.95rem;
    padding: 0.4rem 0.75rem;
    transition: opacity 0.2s ease;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link:focus {
    color: #fff;
    opacity: 0.8;
}

.navbar-custom .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.35);
}

.navbar-custom .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

.fondo0{
    background-color: #BBBEFC;
}

.fondo {
    background-color: #E7E7E7;
}

.fondo2 {
    background-color: #0d47a1;
}

.numero {
    font-size: 70px;
    font-weight: bold;
}

.texto {
    font-size: 18px;
    text-transform: uppercase;
}

.list-item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.letter {
    width: 40px;
    font-weight: bold;
    font-size: 1.2rem;
}


.text-item {
    font-size: 1.2rem;
}


.img-circle {
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
}


.highlight {
    font-weight: 600;
    color: #000;
}


.divider {
    border-left: 2px dotted rgba(255, 255, 255, 0.5);
    height: 100%;
}


.parrafo1 {
    text-align: justify;
    font-size: 0.65rem;
}

.fondo3 {
    background-color: #FE801A;
}

.fondo4 {
    background-color: red;
}

.fondo5 {
    background-color: #6AC14D;
}

.fondo6 {
    background-color: white;
}

.fondo7 {
    background-color: #CC7087;
}

.fondo8{
    background-color: #cccccc;
}

.tiktok{
    border-radius: 100%;
    background-color: black;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.btn-whatsapp {
    background-color: #25D366;
    color: white;
    border-radius: 50px;
    padding: 12px 25px;
    font-weight: 500;
}

.btn-whatsapp:hover {
    background-color: #1ebe57;
    color: white;
}






@media (max-width: 991.98px) {
    .brand-logo {
        margin-bottom: 10px;
    }

    .navbar-custom .navbar-nav {
        text-align: center;
        gap: 4px;
        margin-top: 10px;
        background-color: #BBBEFC;
    }

    .navbar-custom .nav-link {
        padding: 0.6rem 0;
    }

    .tiktok{
        display: none;
    }
}

@media (max-width: 768px) {
    .divider {
        display: none;
    }

    
}



.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.whatsapp-float a {
    width: 250px;
    height: 40px;
    background-color: #25D366;
    color: white;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.whatsapp a {
    width: 250px;
    height: 40px;
    background-color: #25D366;
    color: white;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.whatsapp-float a:hover {
    background-color: #1ebe5d;
    transform: scale(1.1);
}

.altologo{
    height: 100px;
}