<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer {
    background-color: var(--main-color);
    color: #28326A;
    text-align: center;
}

.footer-logo {
    padding: 10px;
    width: 100%;
    margin-bottom: 1rem;
}

footer p {
    margin: 0 !important;
}

footer li {
  list-style: none; 
}

footer a:hover, footer a:hover:before {
    color: var(--secondary-color);
    transition:  0.2s;
}

footer ul {
    padding-left: 0%;
}

footer h4{
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 0.5rem !important;
}

.enlaces-footer, .redes-footer {
    margin-bottom: 1.5rem !important;
}

.redes-footer {
    width: 40%;
    margin: 0 auto;
    justify-content: space-between;
}

.redes-footer li a{
    font-size: 1.2rem;
}

.enlaces-footer a, .enlaces-footer span{
    font-size: 1.2rem;
    color: #28326A;
}

.enlaces-footer li {
    margin-bottom: .3rem;
    justify-content: center;
}

#asociados-a div {
    justify-content: center;
}

#asociados-a img {
    padding: 10px;
    max-width: 250px;
    width: 100%;
}

.libro-reclamaciones {
    margin: 1rem auto 1.5rem;
}

.libro-reclamaciones {
    padding: 10px;
    max-width: 300px;
    width: 100%;
}

footer i {
    color: var(--secondary-color);
}

footer a, footer p, footer li {
    text-decoration: none;
}

footer p {
    text-align: center;
    line-height: 1.3rem;
}

footer p, footer a, footer li {
    font-size: 1rem;
}

footer i {
    height: fit-content;
    margin-top: auto;
    margin-bottom: 12px;
}

footer h3 {
    font-weight: 700;
    text-align: center;
}

#ruc-footer {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .contacto-head {
        justify-content: center;
    }
    .contacto-body {
        justify-content: center;
        text-align: left;
    }
    footer {
        text-align: center;
    }
}

#lista #icono-mail::before {
    content: '\f674';
}

#lista #icono-whatsapp::before {
    content: '\f232';
}

#lista #icono-cel::before {
    content: '\f095';
}

#lista #icono-direccion::before {
    content: '\f3c5';
}


#lista a {
    display: flex;
    font-family: 'FontAwesome';
    color: #28336b;
    font-weight: bold;

}

#lista li {
    font-family: var(--bs-body-font-family);    

}


@media (max-width: 480px) {

    #enlace-360{
        width: 100% !important;

    }

    #contenedordecopi{
        display: block !important;
        gap:0% !important;
    }

    #contenedordecopi p{
        width: 100% !important;
    }
}

#enlace-360:hover{
color: #28336b;
}

.derechos-footer{
    width: fit-content;
    margin-top: auto;
    margin-bottom: auto;
}


@media (min-width: 576px) {
    footer .container {
        max-width: 500px !important;
    }
}

@media (min-width: 768px) {
    footer .container {
        max-width: 100% !important;
    }

    .footer-logo {
        padding: 2px;
    }

    footer p{
        font-size: .8rem;
        line-height: .8rem;
    }

    footer h4 {
        font-size: 1.4rem;
        line-height: 1.4rem;
    }

    .enlaces-footer a, .enlaces-footer span {
        font-size: 1rem;
        line-height: 1.2rem !important;
    }

    .redes-footer {
        width: 70%;
    }

    footer .row{
        align-items: center;
    }
}

@media (min-width: 992px) {
    footer p{
        line-height: 1rem;
    }
}</pre></body></html>