<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*TESTIMONIOS*/

.submenuham h3 {
    text-align: center;
    border-bottom: 2px solid white;
    width: 240px;
    display: block;
    margin: auto;
    margin-bottom: 70px;
    padding-bottom: 10px;
}
.cuadrotestimonio img {
    max-width: 100%;
}
.cuadrotestimonio {
    overflow: hidden;
    padding: 0px;
    min-height: 250px;
}
a.various.fancybox.fancybox.iframe {
    display: block;
    position: relative;
}
span.textotest {
    position: absolute;
    color: #29336b;
    bottom: 0%;
    left: 0%;
    display: block;
    width: 100%;
    background-color: #ffffffbd;
    text-align: center;
    font-weight: 600;
    margin: 0px 0px;
    font-size: 23px;
    height: auto;
    padding-top: 2%;
    padding-bottom: 2%;
}
a[class^="imgtest"] {
    width: 97%;
    height: 95%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.imgtest1 {
    background-image: url("../../publico/imgstet/T1.jpg");
    background-size: cover;
    background-position: center;
}
.imgtest2 {
    background-image: url("../../publico/imgstet/T2.jpg");
    background-size: cover;
    background-position: center;
}
.imgtest3 {
    background-image: url("../../publico/imgstet/T3.jpg");
    background-size: cover;
    background-position: center;
}
.imgtest4 {
    background-image: url("../../publico/imgstet/T4.jpg");
    background-size: cover;
    background-position: center;
}
.imgtest5 {
    background-image: url("../../publico/imgstet/T5.jpg");
    background-size: cover;
    background-position: center;
}
.imgtest6 {
    background-image: url("../../publico/imgstet/T6.jpg");
    background-size: cover;
    background-position: center;
}
.imgtest7 {
    background-image: url("../../publico/imgstet/T7.jpg");
    background-size: cover;
    background-position: center;
}
.imgtest8 {
    background-image: url("../../publico/imgstet/T8.jpg");
    background-size: cover;
    background-position: center;
}
@media all and (max-width: 768px) {
    .cuadrotestimonio {
        min-height: 160px;
    }
    .cuadrotestimonio {
        min-height: 160px;
    }

    span.textotest {
        font-size: 16px;
    }
}</pre></body></html>