<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#comentariosgoogle-bloquedatosagencia div{
    margin-bottom: 10px;
}

#modulo-comentariosgoogle-3  {
    flex-direction: column;
    align-items: center;
    color: black;
    line-height: revert;
    width: 75%;
    margin: auto;
    top: 50px;
}

.comentariosgoogle-nomagencia {
    font-size: 26px;
    font-weight: bolder;
    margin-right: 15px;
}

.comentariosgoogle-puntuacion {
    font-size: 20px;
    color: #d5bc2c;
    font-weight: bold;
    font-style: italic;
}

.comentariosgoogle-nombre {
    font-size: 15px;
    margin: 1px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-align:center;
    min-height: 35px;
    padding: 0 5px;
}

.comentariosgoogle-texto {
    font-size: 10px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    width: 95%;
    margin: 0 auto;
    height: 79px;
    line-height: 1.3;
}

.comentariosgoogle-bloquecomentario::-webkit-scrollbar {
    width: 4px !important
}

.comentariosgoogle-bloquecomentario::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px!important;
    border-radius: 10px!important;
    background: #ccc!important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5)!important;
}

.comentariosgoogle-bloquecomentario::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3)!important;
    -webkit-border-radius: 4px!important;
    border-radius: 4px!important;
}

#comentariosgoogle-carrusel-3 {
    display: flex;
    height: 380px !important;
}

#comentariosgoogle-contenedor .caroufredsel_wrapper {
    max-width: 995px;
}

.comentariosgoogle-bloquecomentario .comentariosgoogle-calificacion{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#comentariosgoogle-carrusel-3 .comentariosgoogle-bloquecomentario {
    max-width: 203px;
    height: 399px;
    margin: 10px 20px;
    background-color: #F6F6F6;
    border: 1px solid #F6F6F6;
    border-radius: 45px;
}

.comentariosgoogle-fecharelativa {
    display: block;
    color: #9c9aa3;
    font-size: 11px;
    text-align: center;
}

.comentariosgoogle-puntuacioncomprincipal {
    color: #d5bc2c;
    margin-right: 0px !important;
    margin-top: 10px;
    display: block;
    font-size: 14px;
}

.comentariosgoogle-puntuacioncom {
    display: flex;
    align-items: center;
}

.comentariosgoogle-nums {
    font-size: 16px;
    color: #d5bc2c;
    font-weight: bold;
}

.comentariosgoogle-puntuacioncom i {
    color: #d5bc2c;
    margin-right: 0px !important;
    height: 12px!important;
}

.comentariosgoogle-enlaces {
    font-size: 13px;
}

.comentariosgoogle-enlaces a{
    text-decoration: underline;
}

#comentariosgoogle-carrusel-3 article .comentariosgoogle-foto {
    width: 100%;
    height: 200px;
    background-image: url('../img/opinionclientes/icono-cliente.png?');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.49, -0.1, 0.66, 0.96);
    border-radius: 45px;
}

#comentariosgoogle-carrusel-3 article .comentariosgoogle-googlesymbol {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

#comentariosgoogle-carrusel-3 article .comentariosgoogle-imagen:hover {
    background-size: 160px;
}

#comentariosgoogle-carrusel-3 article .comentariosgoogle-titulo {
    font-weight: bold;
    font-size: 1.1em;
    display: none;
}

#comentariosgoogle-carrusel-3 article .comentariosgoogle-opinion {
    margin-top: 8px;
    text-indent: 28px;
    font-size: 1.1em;
    background-image: url(../img/opinionclientes/icono-quote.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 20px;
    line-height: 1.5em;
}

#modulo-comentariosgoogle-3  .comentariosgoogle-flecha {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    opacity: 0.6;
    transition: all .3s ease;
}

#modulo-comentariosgoogle-3  .comentariosgoogle-flecha:hover {
    opacity: 1;
}

#modulo-comentariosgoogle-3  #comentariosgoogle-prev-3 {
    left: 110px;
    background: url("../js/lib/revolution/assets/large_left.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}

#modulo-comentariosgoogle-3  #comentariosgoogle-next-3 {
    right: 110px;
    background: url("../js/lib/revolution/assets/large_right.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}


#modulo-comentariosgoogle-3  #comentariosgoogle-paginacion-3 {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
}

#modulo-comentariosgoogle-3  #comentariosgoogle-paginacion-3 a {
    box-sizing: border-box;
    display: flex;
    opacity: .6;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 40px;
    background-color: var(--background2);
    border: 1px solid #00000050;
}

#modulo-comentariosgoogle-3  #comentariosgoogle-paginacion-3 a.selected {
    opacity: 1;
}

#modulo-comentariosgoogle-3  #comentariosgoogle-paginacion-3 a span {
    display: none;
}

@media only screen and (max-width: 1024px){
    #modulo-comentariosgoogle-3 {
        width: 80%;
    }

    #modulo-comentariosgoogle-3  #comentariosgoogle-contenedor{
        width: 100%;
    }

    #modulo-comentariosgoogle-3 #comentariosgoogle-contenedor .caroufredsel_wrapper{
        width: 90% !important;
        margin: 0 auto !important;
    }

    #modulo-comentariosgoogle-3  #comentariosgoogle-prev-3 {
        left: 0;
    }

    #modulo-comentariosgoogle-3  #comentariosgoogle-next-3 {
        right: 0;
    }

    #comentariosgoogle-carrusel-3 .comentariosgoogle-bloquecomentario{
        margin: 10px 15px;
    }
}

@media (max-width: 800px) {
    #modulo-comentariosgoogle-3 {
        width: 100%;
    }

    #modulo-comentariosgoogle-3  #comentariosgoogle-contenedor{
        width: 85%;
        margin: 0 auto;
    }

    #modulo-comentariosgoogle-3  #comentariosgoogle-prev-3 {
        left: 40px;
    }

    #modulo-comentariosgoogle-3  #comentariosgoogle-next-3 {
        right: 40px;
    }

    #modulo-comentariosgoogle-3 #comentariosgoogle-contenedor {
        max-width: 100%;
    }

    #comentariosgoogle-carrusel-3 .comentariosgoogle-bloquecomentario{
        max-width: 210px;
        margin: 10px;
        height: 450px
    }

    #comentariosgoogle-carrusel-3 article .comentariosgoogle-foto{
        height: 200px;
    }
    #comentariosgoogle-carrusel-3 .comentariosgoogle-nomagencia a{
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    #modulo-comentariosgoogle-3 #comentariosgoogle-contenedor {
        width: 80%;
    }
    #modulo-comentariosgoogle-3 #comentariosgoogle-contenedor .caroufredsel_wrapper{
        width: 250px !important;
    }
    #modulo-comentariosgoogle-3  #comentariosgoogle-prev-3 {
        left: 20px;
    }

    #modulo-comentariosgoogle-3  #comentariosgoogle-next-3 {
        right: 20px;
    }

    #comentariosgoogle-carrusel-3 .comentariosgoogle-bloquecomentario{
        max-width: 225px;
        height: 400px;
    }

    #modulo-comentariosgoogle-3  #comentariosgoogle-paginacion-3{
        bottom: 10%;
    }

    #modulo-comentariosgoogle-3  #comentariosgoogle-bloquedatosagencia{
        margin-left: 27px;
    }

}</pre></body></html>