.page-emotion-rep {}





.page-emotion-rep #row-impulsores {
    margin-top: 57px;
}

.page-emotion-rep #row-impulsores .descripcion {
    padding-bottom: 70px;
    gap: 60px;
}

.page-emotion-rep #row-impulsores .descripcion .item {
    align-items: center;
}

.page-emotion-rep #row-impulsores .descripcion .item .col:nth-child(1) {
    text-align: center;
}

.page-emotion-rep #row-impulsores .descripcion img {
    max-width: 268px;
}

.page-emotion-rep #row-metodologia .row-container .page-title span {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.28px;
    color: #f47115;
}

.page-emotion-rep #row-metodologia .row-container .page-title h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.64px;
    margin-top: 20px;
    margin-bottom: 50px;
    color: #000;
}

.page-emotion-rep #row-metodologia {
    background-image: url("../../resources/indice3d/fondo-high.jpg");
    background-size: cover;
    padding-top: 67.5px;
    padding-bottom: 59px;
}

.page-emotion-rep #row-metodologia .row-container .lista-metodo {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    display: grid;
    column-gap: 10%;
    row-gap: 2%;
}

@media(max-width: 767px) {
    .page-emotion-rep #row-metodologia .row-container .lista-metodo {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .page-emotion-rep .testimonials-section .testimonial-image {
        max-width: 100%;
    }

    .page-emotion-rep .testimonials-section .testimonial-content {
        max-width: 100%;
    }

    .page-emotion-rep .testimonials-section .testimonial-content::before {
        left: 0 !important;
    }
    .page-emotion-rep .testimonials-section .testimonial-cards .owl-nav {
        display: none;
    }

    .page-emotion-rep #row-impulsores .descripcion img {
        max-width: 268px;
        margin: 45px 0;
    }

}

.page-emotion-rep #row-metodologia .col-sm {
    flex-basis: inherit !important;
}

.page-emotion-rep #row-metodologia .row-container .content-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 19px;
}

.page-emotion-rep #row-metodologia .row-container .col-sm .content-title span {
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.32;
    color: #1a1a1d83;
}

.page-emotion-rep #row-metodologia .row-container .content-title img {
    height: 67px;
    width: 67px;
}

.page-emotion-rep #row-metodologia .row-container .lista-metodo h2 {
    border-bottom: 1px solid #707070;
    padding-bottom: 12px;
    margin-bottom: 19px;
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0.48px;
    color: #2d2d2d;
}

.page-emotion-rep #row-metodologia .row-container .lista-metodo p {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.15px;
    line-height: 21px;
    color: #2d2d2d;
}







.page-emotion-rep .customSlider .owl-dots {
    margin-block-start: 45px;
}



.page-emotion-rep .descripcion h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    letter-spacing: 0.48px;
    color: #000;
    margin-bottom: 15px;
}

.page-emotion-rep .testimonials-section .testimonial-content {

    position: relative;
    background-color: inherit;
}

.page-emotion-rep .testimonials-section .testimonial-content::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 100%;

    aspect-ratio: 16 / 9;
    top: 0;
    left: -40px;
    background-repeat: no-repeat;
    background-image: url(../../resources/icons-svg/comillasbg.svg);
    background-size: contain;
    background-position: left;
}

.page-emotion-rep .page-carrusel .customSlider.high .elemento {
    height: 100%;
    min-height: 194px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 6px 6px 10px 0 rgba(151, 163, 165, 0.2);
    padding: 39px 20px 52px 20px;
}