<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Copyright 2024 LÃNEA GRÃFICA E.C.E S.L.
 *
 * @author    LÃ­nea GrÃ¡fica E.C.E. S.L.
 * @copyright Lineagrafica.es - LÃ­nea GrÃ¡fica E.C.E. S.L. all rights reserved.
 * @license   https://www.apache.org/licenses/LICENSE-2.0
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Regular.ttf') format('ttf'), url('../fonts/NotoSans-Bold.ttf') format('ttf'),
         url('../fonts/NotoSans-Italic.ttf') format('ttf'), url('../fonts/NotoSans-BoldItalic.ttf') format('ttf');
}

#module-lgexpertreviews-profile *,
#module-lgexpertreviews-profile *:before,
#module-lgexpertreviews-profile *:after,
#lgexpertreviews_reviews *,
#lgexpertreviews_reviews *:before,
#lgexpertreviews_reviews *:after {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
#lgexpertreviews_reviews.lgexpertreviews-mode-row {
    margin: 30px 0;
}
.lgexpertreviews-review {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background: #ffffff;
}
.lgexpertreviews-mode-row .lgexpertreviews-review {
    flex-direction: row;
    padding: 20px 30px;
}
.lgexpertreviews-mode-column .lgexpertreviews-review {
    flex-direction: column;
}
.lgexpertreviews-reviews-title {
    font-size: 26px;
    line-height: 26px;
    color: #232323;
    margin-bottom: 15px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    flex: 1 100%;
}
.lgexpertreviews-reviews-text {
    flex: 1 100%;
}
.lgexpertreviews-reviews-text,
.lgexpertreviews-reviews-text * {
    font-family: 'Noto Sans', sans-serif;
    color: #232323;
    font-size: 16px;
    color: #7a7a7a;
}
.lgexpertreviews-reviews-text *:last-child {
    margin-bottom: 0;
}
.lgexpertreviews-mode-row .lgexpertreviews-reviews-text {
    margin-bottom: 15px;
}
.lgexpertreviews-mode-column .lgexpertreviews-reviews-text {
    margin-bottom: 25px;
}
.lgexpertreviews-reviews-footer {
    display: flex;
    justify-content: flex-start;
}
.lgexpertreviews-mode-row .lgexpertreviews-reviews-footer {
    flex-direction: row;
    align-items: flex-start;
    min-height: 200px;
    flex: 1 100%;
}
.lgexpertreviews-mode-column .lgexpertreviews-reviews-footer {
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.lgexpertreviews-expert-profile {
    display: flex;
    align-items: center;
}
.lgexpertreviews-mode-row .lgexpertreviews-expert-profile {
    order: 1;
}
.lgexpertreviews-mode-column .lgexpertreviews-expert-profile {
    order: 2;
}
.lgexpertreviews-expert-profile-left {
    margin-right: 15px;
}
.lgexpertreviews-expert-profile-image img {
    height: 125px !important;
    width: 125px !important;
    border-radius: 50%;
    border: solid 4px var(--lgexpertreviews_theme_color);
}
.lgexpertreviews-expert-profile-name,
.lgexpertreviews-expert-profile-name a {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 2.5px;
    color: #232323;
}
.lgexpertreviews-expert-profile-right {
    width: 100%;
}
.lgexpertreviews-expert-profile-name a {
    transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    -webkit-transition: opacity .3s ease-in;
}
.lgexpertreviews-expert-profile-name a:focus,
.lgexpertreviews-expert-profile-name a:active {
    outline: none;
    text-decoration: none;
}
.lgexpertreviews-expert-profile-name a:hover {
    opacity: 0.75;
}
.lgexpertreviews-expert-profile-job {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #3D3D3D;
}
.lgexpertreviews-expert-profile-description {
    font-family: 'Noto Sans', sans-serif;
    color: #7a7a7a;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0;
}
.lgexpertreviews-expert-profile-additional-information {
    margin-top: 15px;
}
.lgexpertreviews-expert-profile-additional-information-icon {
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 3.5px;
}
.lgexpertreviews-expert-profile-additional-information-icon.lgexpertreviews-expert-profile-additional-information-icon-page {
    padding-bottom: 7.5px;
    border-bottom: solid 2px var(--lgexpertreviews_theme_color);
    margin-bottom: 7.5px;
}
.lgexpertreviews-expert-profile-additional-information-icon svg {
    fill: var(--lgexpertreviews_theme_color);
    height: 22px;
    width: 22px;
    margin-right: 5px;
}
.lgexpertreviews-expert-profile-additional-information-icon a {
    color: #232323;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
}
.lgexpertreviews-expert-profile-additional-information-icon a:hover {
    text-decoration: underline;
}
.lgexpertreviews-reviews-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.lgexpertreviews-mode-row .lgexpertreviews-reviews-rating {
    margin-left: 15px;
}
.lgexpertreviews-mode-column .lgexpertreviews-reviews-rating {
    margin-bottom: 25px;
}
.lgexpertreviews-mode-row .lgexpertreviews-reviews-rating {
    order: 2;
}
.lgexpertreviews-mode-column .lgexpertreviews-reviews-rating {
    order: 1;
}
.lgexpertreviews-reviews-rating .lgexpertreviews-reviews-rating-title {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #3D3D3D;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    margin-top: 5px;
}
.lgexpertreviews-reviews-rating .lgexpertreviews-reviews-rating-number {
    border: solid 3.5px #3D3D3D;
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50%;
    font-family: 'Noto Sans', sans-serif;
    color: #3D3D3D;
}
.lgexpertreviews-reviews-rating .lgexpertreviews-reviews-rating-number svg {
    fill: var(--lgexpertreviews_theme_color);
    width: 16px;
    margin-left: 2px;
}
#lgexpertreviews_reviews.owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}
.lg-alert.alert {
    color: #ffffff;
    font-size: 14px;
    padding: 12px 20px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    font-weight: bold;
}
.lg-alert.alert &gt; ol,
.lg-alert.alert &gt; ul {
    margin-bottom: 0;
}
.lg-alert.alert:before {
    display: none;
}
.lg-alert.alert-success {
    background-color: #23d366;
    border-color: #23d366;
}
.lg-alert.alert-danger {
    background-color: #f62d51;
    border-color: #f62d51;
}
.lg-alert.alert-warning {
    background-color: #f78603;
    border-color: #f78603;
}
#module-lgexpertreviews-profile .page-header {
     padding-bottom: 0;
     margin: 0 0 25px;
     border-bottom: none;
}
#module-lgexpertreviews-profile .page-expert-profile-box {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 3px var(--lgexpertreviews_theme_color);
}
#module-lgexpertreviews-profile .page-product-box {
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
    margin: 0 0 30px;
    background: #ffffff;
    padding: 30px;
    display: inline-block;
    width: 100%;
}
#module-lgexpertreviews-profile .lgexpertreviews-expert-profile {
    margin-bottom: 30px;
}
#module-lgexpertreviews-profile .lgexpertreviews-expert-profile:last-child {
    margin-bottom: 0;
}
#module-lgexpertreviews-profile .pagination {
    margin-top: 0;
}
#module-lgexpertreviews-profile .pagination .disabled {
    cursor: not-allowed;
    pointer-events: none;
}
.lgexpertreviews-expert-profile-review {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.lgexpertreviews-expert-profile-review:last-child {
    margin-bottom: 0;
}
.lgexpertreviews-expert-profile-review-product-image img {
    height: 85px;
    width: 85px;
    border-radius: 50%;
    border: solid 4px var(--lgexpertreviews_theme_color);
}
.lgexpertreviews-expert-profile-review-body {
    flex: 1;
    margin: 0 15px;
}
.lgexpertreviews-expert-profile-review-title,
.lgexpertreviews-expert-profile-review-title a {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    color: #232323;
    letter-spacing: 0.5px;
}
.lgexpertreviews-expert-profile-review-title a {
    transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    -webkit-transition: opacity .3s ease-in;
}
.lgexpertreviews-expert-profile-review-title a:focus,
.lgexpertreviews-expert-profile-review-title a:active {
    outline: none;
    text-decoration: none;
}
.lgexpertreviews-expert-profile-review-title a:hover {
    opacity: 0.75;
}
.lgexpertreviews-expert-profile-review-product-name,
.lgexpertreviews-expert-profile-review-product-name a {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #3D3D3D;
}
.lgexpertreviews-expert-profile-review-product-name a {
    transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    -webkit-transition: opacity .3s ease-in;
}
.lgexpertreviews-expert-profile-review-product-name a:focus,
.lgexpertreviews-expert-profile-review-product-name a:active {
    outline: none;
    text-decoration: none;
}
.lgexpertreviews-expert-profile-review-product-name a:hover {
    opacity: 0.75;
}
.lgexpertreviews-expert-profile-review-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 15px;
}
.lgexpertreviews-expert-profile-review-rating-number {
    font-family: 'Noto Sans', sans-serif;
    color: #3D3D3D;
    border: solid #3D3D3D 2.5px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 2.5px;
}
.lgexpertreviews-expert-profile-review-rating-number svg {
    height: 11px;
    margin-left: 1px;
    fill: var(--lgexpertreviews_theme_color);
}
.lgexpertreviews-expert-profile-review-rating-title {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    color: #3D3D3D;
    font-size: 12px;
    line-height: 16px;
}
.lgexpertreviews-expert-profile-review-see-more {
    margin-left: 15px;
}
.lgexpertreviews-expert-profile-review-see-more-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    min-width: 115px;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    background-color: var(--lgexpertreviews_theme_color);
    border-color: var(--lgexpertreviews_theme_color);
    color:  #ffffff;
    border-radius: 3px;
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.lgexpertreviews-expert-profile-review-see-more-button:focus,
.lgexpertreviews-expert-profile-review-see-more-button:active {
    outline: none;
    text-decoration: none;
}
.lgexpertreviews-expert-profile-review-see-more-button:hover {
    color: var(--lgexpertreviews_theme_color);
    background-color: #ffffff;
    border: solid 2.5px var(--lgexpertreviews_theme_color);
}
.lgexpertreviews-expert-profile-review-see-more-button svg {
    margin-left: 5px;
    height: 12px;
    width: 12px;
    fill:  #ffffff;
}
.lgexpertreviews-expert-profile-review-see-more-button:hover svg {
    fill: var(--lgexpertreviews_theme_color);
}
.lgexpertreviews-expert-profile-review-see-more-button:focus,
.lgexpertreviews-expert-profile-review-see-more-button:focus-visible {
    outline: none;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .lgexpertreviews-expert-profile-review {
        flex-direction: column;
    }
    .lgexpertreviews-expert-profile-review-body {
        margin: 15px 0 0;
        width: 100%;
        text-align: center;
    }
    .lgexpertreviews-expert-profile-review-rating {
        margin: 15px 0;
    }
    .lgexpertreviews-expert-profile-review-see-more {
        margin: 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .lgexpertreviews-mode-row .lgexpertreviews-reviews-text {
        margin-bottom: 25px;
    }
    .lgexpertreviews-mode-row .lgexpertreviews-reviews-footer {
        flex-direction: column;
        min-height: unset;
    }
    .lgexpertreviews-mode-row .lgexpertreviews-reviews-rating {
        order: 1;
        margin-left: 0;
        margin-bottom: 25px;
        width: 100%;
    }
    .lgexpertreviews-mode-row .lgexpertreviews-expert-profile {
        order: 2;
    }
    .lgexpertreviews-mode-row .lgexpertreviews-expert-profile,
    .lgexpertreviews-mode-column .lgexpertreviews-expert-profile {
        width: 100%;
        justify-content: center;
        flex-direction: column;
    }
    #module-lgexpertreviews-profile .lgexpertreviews-expert-profile {
        margin-bottom: 20px;
    }
    .lgexpertreviews-expert-profile-left {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .lgexpertreviews-expert-profile-name,
    .lgexpertreviews-expert-profile-job,
    .lgexpertreviews-expert-profile-description {
        width: 100%;
        text-align: center;
    }
}
</pre></body></html>