<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img{max-width:100%;}
*{word-wrap:break-word;}
.text_abstract{overflow:hidden;width:130px;height:20px;word-wrap:break-word;text-size-adjust:100%;white-space:nowrap;text-overflow:ellipsis;}
a{text-decoration:none;}
.text-primary,
.nav-link{
    color:#31223f !important;
    font-weight: 700;
    font-size: 1.2rem;
    margin: 1vw;
}

.destacado{
    background-color: #31223f;
    font-weight: 700;
    font-size: 1.3rem;
    color:#FFF !important;
    border-radius: 15px;
    padding:5px 20px !important;
}

nav ul{
    border-bottom: 3px solid #31223f;
}

footer{
    background-color: #31223f;
    color: #FFF;
    font-size: .8rem;
}
footer .title{
    border-left: 4px solid;
    padding-left: 10px;
    padding-top:5px;
    padding-bottom: 10px;
    font-size: 1rem;
    margin-bottom: 15px;
}
footer .copyright{margin-top: 50px;}
.redes_sociales a{
    color: #FFF;
}
.redes_sociales span{
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    background-color: #FFF;
    color:#31223f;
    display: inline-block;
    margin-top:10px;
    font-size: 1rem;
    margin-right: 5px;
}

#carrusel_servicios{
    margin-bottom: 30px;
    position: relative;
    top:-50px
}

#carrusel_servicios .card{
    border:4px solid #31223f;
    border-radius: 15px;
    text-align: center;
}

#carrusel_servicios .card-header{
    background-color: #31223f;
    color:#FFF;
}

#carrusel_servicios .card-header .title{
    font-size: 1.5rem;
}

#carrusel_servicios .card .image{
    margin-bottom: 25px;
}

#nosotros,
#distribucion{
    font-size: 1.2rem;
}

#nosotros .h1,
#nosotros .h2,
#distribucion .h1,
#distribucion .h2{
    font-weight:700 !important;
}

#nosotros .titulo{
    font-weight:700;
    margin-bottom: 20px;
    margin-top: 15px;
}

#nosotros .contenido{
    margin-bottom: 50px;
}

#distribucion .titulo{
    padding-left: 20px;
    border-left: 10px solid #fac745;
}

#formulario_contacto{
    background:url(/files/images/2023/bg_contacto.png) no-repeat;
    background-size: cover;
    width: 60%;
    position: absolute;
    padding-bottom: 30px;
    padding-top: 40px;
    padding-right: 200px;
}

#contacto .btn-primary{
    background-color: #31223f;
    border-color: #31223f;
}

#contacto .btn-primary:hover{
    border-color: #FFF;
}</pre></body></html>