/*!
 * cookcodesmenu Responsive Mobile Menu v1.0 Based On slicknavmenu 
 * (c) 2018 Nazmul Hussain
 * licensed under MIT
 * www.nazmul.info
 * mailatnazmul@gmail.com
*/

*:hover,
*:focus {
    text-decoration: none;
    border: none;
}

body,
html {
    font-family: 'Lato', sans-serif!important;
}


/* ----------------- GENERAL ----------------- */

.titleH3 {
    padding: 16px 32px;
    padding: 1rem 2rem;
}


/* ModuloTexto */

.ModuloTexto {
    background-color: #fff;
    width: 100%;
    background: #ffffff;
    color: #333;
    padding: 2%;
}

.ModuloTexto a {
    text-decoration: none;
    /* color: #333; */
}

.ModuloTexto h2 {
    color: #333;
    font-size: 15px;
    /*font-size: 16px;*/
    font-weight: 400;
    line-height: 0.5;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.1px;
}

.ModuloTexto h3 {
    color: #AAD500;
}


/* TextoPrincipal */

.rse-textoPrincipal__wrapper .textoPrincipal__item>p {
    padding: 0 20px;
}


/* ModuloLista */

.modListado__imagen img {
    width: 100%;
}

ul.rse_lista-pilares {
    margin: 48px 0 80px;
    margin: 3rem 0 5rem;
    padding: 0 32px;
    padding: 0 2rem;
    width: 100%;
}

ul.rse_lista-pilares li {
    margin: 48px 0;
    margin: 3rem 0;
}


/* Button */

.fb-promo-text__link {
    background: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin: 32px auto 0;
    margin: 2rem auto 0;
    width: 100%;
}

.icon-arrow {
    vertical-align: middle;
}


/* ModTextoSecundario */

.modTextoSecundario__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modTextoSecundario__item .modTextoSecundario__imagen {
    width: 55%;
}

.modTextoSecundario__item .modTextoSecundario__imagen img {
    width: 100%;
    margin: 32px 0 48px 0;
    margin: 2rem 0 3rem 0;
}

.modTextoSecundario__item .modTextoSecundario__txt {
    margin: 0 5%;
    width: 45%;
}

.modTextoSecundario__item .modTextoSecundario__txt h3 {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    margin-bottom: 64px;
    margin-bottom: 4rem;
}

.modTextoSecundario__item .modTextoSecundario__txt h4 {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.modTextoSecundario__item .modTextoSecundario__txt p {
    margin-bottom: 48px;
    margin-bottom: 3rem;
}

.modTextoSecundario__item .modTextoSecundario__txt a .fb-promo-text__link {
    margin: 32px 0;
    margin: 2rem 0;
}


/* Listado imagenes */

.rse-modListado__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fb-rse__modListado {
    width: 32%;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    border-bottom: 3px solid #8fca00;
}

.modListado__imagen img {
    width: 100%;
}

ul.rse_lista-pilares {
    margin: 48px 0 80px;
    margin: 3rem 0 5rem;
    padding: 0 32px;
    padding: 0 2rem;
    width: 100%;
}

ul.rse_lista-pilares li {
    margin: 48px 0;
    margin: 3rem 0;
}

.fb-promo-text__link {
    width: 100%;
    max-width: 300px;
    margin-bottom: 3rem;
}

@media screen and (max-width:480px) {
    .fb-rse__modListado {
        border-bottom: 1px solid #f5f5f5;
        width: 50%;
        margin-bottom: 0;
        padding: 0 2rem 2rem;
    }
    .fb-rse__modListado:nth-child(odd) {
        border-right: 1px solid #f5f5f5;
    }
}


/* ViewMoreButton */

.MoreButton a {
    text-decoration: none;
}

.MoreButton .fb-more-text__link {
    background: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin: 32px auto 0;
    margin: 2rem auto 0;
    /* text-transform: uppercase; */
    width: 30%;
}

@media only screen and (max-width: 70em) {
    .ModuloTexto {
        padding: 2% 4%;
    }
    .ModuloTexto h2 {
        font-size: 1.45rem;
    }
    .ModuloTexto h3 {
        padding: 2% 0;
    }
    .rse-textoPrincipal__wrapper .textoPrincipal__item p {
        padding: 0;
    }
    .modTextoSecundario__item .modTextoSecundario__txt h3 {
        margin-bottom: .5rem;
        font-size: 1.8rem;
    }
    .modTextoSecundario__item .modTextoSecundario__txt h4 {
        margin-bottom: .2rem;
        font-size: 1.5rem;
    }
    .modTextoSecundario__item .modTextoSecundario__txt p {
        margin-bottom: 2rem;
        line-height: normal;
    }
    .modTextoSecundario__item .modTextoSecundario__txt a .fb-promo-text__link {
        margin: 1rem 0;
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 50em) {
    .ModuloTexto h2 {
        font-size: 1.2rem;
    }
    .rse-textoPrincipal__wrapper .textoPrincipal__item p {
        font-size: 1.4rem;
        line-height: normal;
    }
    .modTextoSecundario__item .modTextoSecundario__imagen {
        width: 45%;
    }
    .modTextoSecundario__item .modTextoSecundario__imagen img {
        margin: 0;
    }
    .modTextoSecundario__item .modTextoSecundario__txt {
        margin: 0 3%;
        width: 55%;
    }
    .modTextoSecundario__item .modTextoSecundario__txt h3 {
        margin-bottom: .5rem;
        font-size: 1.6rem;
    }
    .modTextoSecundario__item .modTextoSecundario__txt h4 {
        margin-bottom: .2rem;
        font-size: 1.4rem;
    }
    .modTextoSecundario__item .modTextoSecundario__txt p {
        font-size: 1.2rem;
    }
    .MoreButton .fb-more-text__link {
        width: 80%
    }
}

@media only screen and (max-width: 40em) {
    .modTextoSecundario__item {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
    .modTextoSecundario__item .modTextoSecundario__imagen {
        width: 100%;
    }
    .modTextoSecundario__item .modTextoSecundario__txt {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}


/* ----------------- HERO ----------------- */


/* .fb-hero-carousel--new-carousel {
    overflow: visible!important;
} */

.fb-hero-carousel-slides .fb-hero-carousel-slide picture {
    width: 100%;
}

.fb-hero-carousel-slides .fb-hero-carousel-slide picture img {
    width: 100%;
}

.rse-section-hero {
    position: absolute;
    width: 50%;
    left: 12%;
    bottom: 10%;
    display: block;
}

.rse-section-hero a {
    color: #fff;
    text-decoration: none;
}

.rse-section-hero h2 {
    padding: 20px;
    background-color: #8fca00;
    font-size: 4.6rem;
    font-weight: 300;
    line-height: 1;
    white-space: normal;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.rse-section-hero p {
    padding: 0px 20px 20px;
    background-color: #8fca00;
    display: block;
    font-size: 32px;
    font-size: 2rem;
    white-space: normal;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.rse-section-hero-logo {
    width: 100%;
    max-width: 450px;
}

.fb-hero-carousel-slides .fb-hero-carousel-slide:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.fb-highlights-showing .fb-hero-carousel-timer {
    left: 0;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
}

@media only screen and (max-width: 90.063em) {
    .rse-section-hero {
        left: 6%;
    }
}

@media only screen and (max-width: 70em) {
    .rse-section-hero {
        left: 2%;
        width: 48%;
    }
    .rse-section-hero-logo {
        width: 60%;
    }
    .rse-section-hero h2 {
        padding: 10px 10px 10px;
        font-size: 3rem;
    }
    .rse-section-hero p {
        font-size: 1.6rem;
        padding: 0 10px 10px;
    }
}

@media only screen and (max-width: 50em) {
    .rse-section-hero h2 {
        font-size: 3rem;
    }
    .rse-section-hero p {
        font-size: 1.4rem;
        line-height: normal;
    }
}

@media only screen and (max-width: 40em) {
    .rse-section-hero {
        bottom: 20%;
    }
    .rse-section-hero-logo {
        width: 90%;
    }
    .rse-section-hero h2 {
        font-size: 3rem;
        padding: 5px;
        min-width: 150px;
    }
    .rse-section-hero p {
        display: none;
    }
}


/* ----------------- NAV ----------------- */

.menu-desktop {
    display: block;
}

.fb-rse-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fb-rse-menu__nav {
    /*padding: 1% 2% 1% 2%;*/
    padding: 1%;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.fb-rse-menu__nav:hover h2 {
    color: #727272;
}

.fb-rse-menu__nav.menu_nav-active {
    border-bottom: 3px solid #8fca00;
}

@media only screen and (max-width: 70em) {
    .menu-desktop {
        margin-bottom: 20px;
        padding: 2% 4%;
    }
    .fb-rse-menu__nav {
        padding: 0;
    }
}

@media only screen and (max-width: 50em) {}

@media only screen and (max-width: 40em) {
    .menu-desktop {
        display: none;
    }
    .menu-responsive {
        display: block;
    }
}


/* ----------------- NAV RESPONSIVE ----------------- */

.menu-responsive {
    display: none;
}

.menu-responsive {
    padding: 0;
    box-shadow: 0 3px 0 #8fca00;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.accordion-menu {
    color: #333;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: block;
    text-transform: uppercase;
    padding: 32px;
    padding: 2rem;
    font-size: 24px;
    font-size: 1.5rem;
}

.accordion-menu .arrow-down {
    width: 15px;
    float: right;
    position: relative;
    top: 7px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.active .arrow-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}

.panel .link-menu-responsive {
    display: block;
    color: #333;
    text-decoration: none;
    outline: none;
    padding: 32px;
    padding: 2rem;
    text-transform: uppercase;
    font-size: 24px;
    font-size: 1.5rem;
    background: white;
    border-bottom: 1px solid #f0f0f0;
}

.panel .link-menu-responsive:first-child {
    border-top: 3px solid #8fca00;
}

.panel .link-menu-responsive:active,
.panel .link-menu-responsive:focus {
    box-shadow: 0 2px 0 #8fca00;
    background: #f0f0f0;
}

@media only screen and (max-width: 40em) {
    .menu-responsive {
        display: block;
    }
}


/* ----------------- DESTACADOS ----------------- */

.fb-rse-destacados {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fb-rse-destacados .detacados__item {
    padding: 1% 2% 1% 2%;
    text-align: center;
    width: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fb-rse-destacados .detacados__item h3 {
    margin-bottom: 32px;
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: 20px;
}

.fb-rse-destacados .detacados__item a {
    color: #333;
    line-height: normal;
}


/* SVG */

.icon_reporte,
.icon_escuela,
.icon_premios {
    color: #8fca02;
    border-radius: 5px;
    height: 96px;
    height: 6rem;
    padding: 0;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon_reporte:before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M399.3 168.9c-.7-2.9-2-5-3.5-6.8l-83.7-91.7c-1.9-2.1-4.1-3.1-6.6-4.4-2.9-1.5-6.1-1.6-9.4-1.6H136.2c-12.4 0-23.7 9.6-23.7 22.9v335.2c0 13.4 11.3 25.9 23.7 25.9h243.1c12.4 0 21.2-12.5 21.2-25.9V178.4c0-3.6-.4-6.2-1.2-9.5zM305.5 111l58 63.5h-58V111zm-161 305.5v-320h129v81.7c0 14.8 13.4 28.3 28.1 28.3h66.9v210h-224z' fill='%238FCA02'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    height: 112px;
    height: 7rem;
    width: 112px;
    width: 7rem;
}

.icon_escuela:before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath fill='%238FCA02' d='M22.447 7.105l-10-5a1 1 0 0 0-.895 0l-10 5a.997.997 0 0 0-.445.463C1.047 7.69 1 7.898 1 8v5.765a1.001 1.001 0 0 0 2 0V9.478l2 .8v4.903c0 .379.214.725.553.895 1.719.859 3.486 1.919 6.447 1.919s4.729-1.061 6.447-1.919c.339-.171.553-.516.553-.895v-4.903l3.372-1.349a1.002 1.002 0 0 0 .075-1.824zM17 14.563l-.975.487a9.038 9.038 0 0 1-8.05 0L7 14.563v-3.485l4.628 1.852c.12.048.246.07.372.07a.98.98 0 0 0 .372-.071L17 11.077v3.486zm-5-3.64L4.439 7.898 12 4.119l7.561 3.779L12 10.923zM2 16a1 1 0 0 0-1 1v2a1 1 0 1 0 2 0v-2a1 1 0 0 0-1-1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    height: 112px;
    height: 7rem;
    width: 112px;
    width: 7rem;
}

.icon_premios:before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-linecap='round' stroke-width='2' stroke='%238FCA02' fill='none' stroke-linejoin='round'%3E%3Cpath d='M16.95 3.05a7 7 0 1 1-9.9 9.9 7 7 0 0 1 9.9-9.9'/%3E%3Cpath d='M8.21 13.89L7 23l5-3 5 3-1.21-9.12'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    height: 112px;
    height: 7rem;
    width: 112px;
    width: 7rem;
}

@media only screen and (max-width: 70em) {
    .fb-rse-destacados .detacados__item {
        width: 30%;
        padding: 0;
    }
    .fb-rse-destacados .detacados__item h3 {
        margin-bottom: 1rem;
        font-size: 1.6rem;
        min-height: 3.5rem;
    }
    .fb-rse-destacados .detacados__item a {
        color: #333;
    }
}

@media only screen and (max-width: 50em) {
    .fb-rse-destacados .detacados__item {
        width: 32%;
    }
    .fb-rse-destacados .detacados__item h3 {
        line-height: normal;
        font-size: 1.4rem;
    }
    .fb-rse-destacados .detacados__item a {
        line-height: normal;
        font-size: 1.25rem;
        ;
    }
    .icon_reporte,
    .icon_escuela,
    .icon_premios {
        margin-bottom: 0;
    }
    .icon_reporte:before,
    .icon_escuela:before,
    .icon_premios:before {
        height: 5rem;
        width: 5rem;
    }
}

@media only screen and (max-width: 40em) {
    .fb-rse-destacados .detacados__item {
        width: 90%;
        margin: 1rem auto 1rem;
    }
    .fb-rse-destacados .detacados__item h3 {
        line-height: normal;
        font-size: 1.6rem;
        min-height: 0;
    }
    .fb-rse-destacados .detacados__item a {
        line-height: normal;
        font-size: 1.4rem;
        ;
    }
}


/* ----------------- VIDEOS ----------------- */

.ModuloVideo .fb-promotional-media .fb-hero-content h3 {
    font-size: 48px;
    font-size: 3rem;
}

.ModuloVideo .fb-hero-content__default .fb-hero-content__category {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
}

.ModuloVideo .fb-hero-content__copy p {
    margin-bottom: 10px;
}

.ModuloVideo .fb-promotional-media .fb-promotional-media__video-preview {
    padding-top: 0;
}

.ModuloVideo .fb-promotional-media .fb-hero-content {
    top: 10%;
}

.ModuloVideo .fb-noticia-text__link {
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ModuloVideo .fb-noticia-text__link i:before {
    font-size: 40px;
    font-size: 2.5rem;
}

.ModuloVideo.der .fb-promotional-media .fb-hero-content {
    right: 0;
}

.ModuloVideo.der .fb-promotional-media .fb-hero-content .fb-hero-content__copy a {
    color: #8fca02;
}

.ModuloVideo.der .fb-promotional-media .fb-hero-content .fb-hero-content__copy a:hover {
    text-decoration: underline;
}

.ModuloVideo.der .fb-promotional-media .fb-promotional-media__video-preview {
    padding-top: 0;
    left: 0;
    margin-left: 0;
}

.ModuloVideo.der .fb-hero-content__default .fb-hero-content__category.fb-hero-content__category--diamond-right:before {
    left: -77px;
    right: 0;
}


/* MOREVIDEOS */

.ModuloVideo.more {
    display: inline-block;
    float: inherit;
    width: 48%;
}

.ModuloVideo.more .fb-promotional-media .fb-hero-content {
    position: relative;
    width: 100%;
}

.ModuloVideo.more .fb-promotional-media .fb-promotional-media__video-preview {
    position: relative;
    width: 100%;
    margin: 0;
}

.ModuloVideo.more .fb-hero-content__default .fb-hero-content__category.fb-hero-content__category--diamond-right:before {
    content: none;
}


/* ModalVideo */

.fb-overlay__inject .fb-gallery__content {
    padding: 10px 40px 30px;
}

@media only screen and (max-width: 70em) {
    .fb-module-wrapper.ModuloVideo {
        padding: 0 4%;
    }
    .fb-module-wrapper.ModuloVideo .fb-hero-content__default {
        padding: 20px;
    }
    .ModuloVideo .fb-hero-content__copy p {
        font-size: 1.4rem;
        line-height: normal;
    }
    .ModuloVideo .fb-promotional-media .fb-hero-content h3 {
        font-size: 2.5rem;
        line-height: normal;
    }
    .rse-news_hideSection {
        padding: 0 4%;
    }
    .ModuloVideo.more {
        width: 48%;
        margin-right: 1rem !important;
        padding: 0;
    }
    .rse-news_hideSection .fb-module-wrapper.ModuloVideo {
        padding: 0;
    }
}

@media only screen and (max-width: 50em) {
    .ModuloVideo.more {
        width: 100%;
    }
    .ModuloVideo.more .fb-promotional-media__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .ModuloVideo.more .fb-promotional-media__top .fb-promotional-media__video-preview {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media only screen and (max-width: 40em) {
    .fb-overlay__inject .fb-gallery__content {
        padding: 5px;
    }
}


/* COMPROMISOS */

.fb-rse-compromisos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fb-rse-compromisos .compromisos__item {
    margin: 48px 0;
    margin: 3rem 0;
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fb-rse-compromisos .compromisos__item a {
    color: #333;
    width: 25%;
}

.fb-rse-compromisos .compromisos__item>div {
    margin-left: 32px;
    margin-left: 2rem;
}

.fb-rse-compromisos .compromisos__item .fb-promo-text__link {
    background: 0;
    color: #333;
    font-weight: 600;
    margin: 16px 0;
    margin: 1rem 0;
    text-align: left;
    padding: 0;
}

.compromisos__item .rse-icons_compromisos {
    color: #8fca02;
    border-radius: 5px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.compromisos__item.clientes h3 {
    color: #bcc933;
}

.modTextoSecundario_list {
    padding: 0 20px;
}

.modTextoSecundario_list a {
    color: #333;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.modTextoSecundario_list a:hover {
    color: #8fca02;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.compromisos__item.trabajadores h3 {
    color: #6a936f;
}

.compromisos__item.proveedores h3 {
    color: #b5c84f;
}

.compromisos__item.comunidad h3 {
    color: #6a936f;
}

.compromisos__item.medioambiente h3 {
    color: #5a9a77;
}

.compromisos__item.etica h3 {
    color: #b5c84f;
}

h3.rse_compromisos-title {
    font-size: 48px;
    font-size: 3rem;
    margin: 32px 0 48px;
    margin: 2rem 0 3rem;
}

.compromisos__item .rse-icons_compromisos:before {
    height: 176px;
    height: 11rem;
    width: 176px;
    width: 11rem;
}

.icon_clientes:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cstyle%3E.st1%7Bfill:%23b5c850%7D%3C/style%3E%3Cpath d='M400.3 18C190 18 19.6 188.4 19.6 398.7 19.6 609 190 779.4 400.3 779.4S781 609 781 398.7C781 188.4 610.6 18 400.3 18zm0 630.2c-137.8 0-249.5-111.7-249.5-249.5s111.7-249.5 249.5-249.5 249.5 111.7 249.5 249.5-111.7 249.5-249.5 249.5z' fill='%23bcc932'/%3E%3Cpath class='st1' d='M386.7 277.1c17.9 0 32.4-14.9 32.4-33.1 0-18.3-14.5-33.1-32.4-33.1s-32.4 14.8-32.4 33.1c.1 18.2 14.5 33.1 32.4 33.1zM411.7 442l-5.4 104h90.3l-5.8-104zM468.8 434c-.1-.6-.3-1.1-.5-1.7-.2-.5-.3-1-.5-1.5s-.5-1-.7-1.5c-.2-.5-.5-.9-.7-1.4-.3-.4-.6-.9-.9-1.3-.3-.4-.7-.9-1-1.3-.3-.4-.7-.7-1.1-1.1-.4-.4-.8-.7-1.2-1-.1 0-.1-.1-.2-.1-.4-.3-.8-.6-1.2-.8-.5-.3-1.1-.6-1.7-.9l-1.2-.6c-.7-.3-1.4-.5-2.1-.6-.4-.1-.7-.2-1.1-.3-.2 0-.5 0-.7-.1-.9-.1-1.7-.3-2.6-.3-1.2 0-2.3.1-3.4.3-.4.1-.7.2-1.1.3l-2.1.6-1.2.6c-.6.3-1.1.6-1.7.9-.4.3-.8.5-1.2.8-.2.1-.3.3-.5.4.2-.1.3-.3.5-.4-.2.1-.3.3-.5.4-.3.2-.6.5-.9.7-.4.3-.7.7-1.1 1.1-.4.4-.7.8-1 1.3-.3.4-.7.9-.9 1.3-.1.1-.1.2-.2.3-.2.3-.4.7-.6 1-.3.5-.5 1-.7 1.5-.2.5-.3 1-.5 1.5s-.4 1.1-.5 1.7h35zm-7.9-11.9c-.5-.3-1.1-.6-1.7-.9.6.3 1.1.5 1.7.9zm-9.4-2.8c-1.2 0-2.3.1-3.4.3 1.1-.1 2.2-.3 3.4-.3zm-7.7 1.9c-.6.3-1.1.6-1.7.9.5-.3 1.1-.6 1.7-.9z'/%3E%3Cpath class='st1' d='M451.5 419.3c.9 0 1.8.1 2.6.3-.8-.1-1.7-.3-2.6-.3zM462.2 423l-.1-.1c0 .1.1.1.1.1z'/%3E%3Cpath class='st1' d='M462.2 423l-.1-.1s0 .1.1.1z'/%3E%3Cpath class='st1' d='M406.5 554c-1.2 0-2.3-.2-3.4-.7-3.4-1.5-5.3-4.8-5.1-8.2l5.4-104.2c.2-4.5 3.9-8 8.4-8h14.5c.8-6.1 3.7-11.6 8-15.6l-13.1-45.1c-2.4-10.5-1.8-21.5 1.7-31.7l1.5-4.3c11.2 19.4 13.7 55.4 11.8 74.6-.2 1.7-.1 3.3.2 4.7 4.5-3.5 10-5.6 16.1-5.6 5.8 0 11.2 2 15.5 5.2.4-1.3.8-2.7 1-4.3 5.1-50.3-13.5-116.7-70.8-120.8-8.2-1.7-17.1-1.6-25.1.3-54.6 6.5-72.3 71.2-67.3 120.5 2.2 21.3 35 21.5 32.8 0-1.8-17.6.7-52.9 9.6-72.4 4.7 11.5 5.6 24.2 2.5 36.2l-30.8 110.2c-.9 3.1 1.5 6.1 4.7 6.1h22.3s-1.1 79.6-1.8 94.9c-1 24.4 36 24.3 37 0 1.3-31.8 2.1-94.9 2.1-94.9h5.9c.3 31.4.8 62.8 2.1 94.2 1 24 37.5 24.1 36.5 0-.3-6.3-.5-17.7-.8-31.2h-21.4z'/%3E%3Cpath class='st1' d='M436.4 427.9c-.2.3-.3.7-.5 1 .1-.3.3-.6.5-1z'/%3E%3Cpath class='st1' d='M436.4 428c-.2.3-.4.6-.5 1 .1-.3.3-.7.5-1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.icon_trabajadores:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cstyle%3E.st2%7Bfill:%236a946f%7D%3C/style%3E%3Cpath class='st2' d='M400.8 18C190.7 18 20.3 188.4 20.3 398.5S190.7 779 400.8 779s380.5-170.4 380.5-380.5S611 18 400.8 18zm0 629.8c-137.7 0-249.3-111.6-249.3-249.3s111.6-249.4 249.3-249.4c137.7 0 249.3 111.6 249.3 249.4S538.5 647.8 400.8 647.8z'/%3E%3Cpath class='st2' d='M296.2 393.8c30.6 0 55.4-24.8 55.4-55.4S326.9 283 296.2 283c-30.6 0-55.4 24.8-55.4 55.4s24.8 55.4 55.4 55.4zM344.9 397.8c-11.9 13.1-29 21.5-48.1 21.5-19.2 0-36.4-8.4-48.2-21.6-25.4 3.2-45.1 24.9-45.1 51.2v62.5h185.7v-62.5c-.1-26.1-19.3-47.5-44.3-51.1zM490 395.5c30.3 0 54.8-24.5 54.8-54.8s-24.5-54.8-54.8-54.8c-30.2 0-54.8 24.5-54.8 54.8s24.6 54.8 54.8 54.8zM537.8 399.4c-7.6 8.4-17.4 14.8-28.4 18.2-.1.1-.1.1-.1.2l-14.7 15.7c-2.6 2.8-6.9 2.8-9.6 0l-14.7-15.7c-.2-.2-.2-.3-.3-.5-10.6-3.6-20-9.9-27.4-18-25.1 3.2-44.6 24.6-44.6 50.6v61.7h183.5v-61.7c0-25.7-19-46.9-43.7-50.5zm-34 93.5l-10.7 11.4c-1.9 2.1-5 2.1-6.9 0l-10.6-11.4c-1.9-2.1-2.6-5.9-1.7-8.6l14-38.5c1-2.7 2.6-2.7 3.5 0l14 38.5c1.1 2.7.3 6.5-1.6 8.6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.icon_proveedores:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cstyle%3E.st1%7Bfill:%23b5c850%7D%3C/style%3E%3Cpath class='st1' d='M400.4 13.6C190.2 13.6 19.8 184 19.8 394.2c0 210.2 170.4 380.6 380.6 380.6S781 604.4 781 394.2C781 184 610.6 13.6 400.4 13.6zm0 630C262.7 643.6 151 532 151 394.2s111.7-249.4 249.4-249.4 249.4 111.7 249.4 249.4-111.6 249.4-249.4 249.4z'/%3E%3Cpath class='st1' d='M342.9 441.6c-17.3 0-31.3 14-31.3 31.3s14 31.3 31.3 31.3 31.3-14 31.3-31.3-14-31.3-31.3-31.3zM502.4 441.6c-17.3 0-31.3 14-31.3 31.3s14 31.3 31.3 31.3 31.3-14 31.3-31.3-14-31.3-31.3-31.3z'/%3E%3Cpath class='st1' d='M547.6 338.8h-45.2v-26c0-3.8-3.1-6.9-6.9-6.9H286.2c-6.4 0-11.6 5.2-11.6 11.5v95.9h241.7c2.8 0 5 2.3 5 5 0 2.8-2.2 5-5 5H274.6v37.9c0 6.4 5.2 11.6 11.6 11.6h15.7c0-23.4 18.9-42.3 42.3-42.3s42.3 18.9 42.3 42.3h73.7c0-23.4 18.9-42.3 42.3-42.3s42.3 18.9 42.3 42.3h54.1c7.8 0 14.2-6.4 14.2-14.2v-53.5c0-4.3-1.6-8.3-4.5-11.5l-44-47.6c-4.4-4.5-10.5-7.2-17-7.2zm42.2 64.3l-76.6-.3c-1.8 0-3.3-1.5-3.3-3.3v-44.2c0-2.8 2.2-5 5-5h28.7c2.2 0 4.4.9 5.9 2.6l42.2 45.7c1.7 1.7.4 4.5-1.9 4.5zM256.5 353.4h-63.3c-3.1 0-5.7 2.6-5.7 5.7 0 3.2 2.6 5.7 5.7 5.7h63.3c3.2 0 5.7-2.5 5.7-5.7 0-3.1-2.6-5.7-5.7-5.7zM256.5 382.7h-63.3c-3.1 0-5.7 2.6-5.7 5.7 0 3.2 2.6 5.7 5.7 5.7h63.3c3.2 0 5.7-2.5 5.7-5.7 0-3.1-2.6-5.7-5.7-5.7zM256.5 412.1h-63.3c-3.1 0-5.7 2.6-5.7 5.7 0 3.2 2.6 5.7 5.7 5.7h63.3c3.2 0 5.7-2.5 5.7-5.7s-2.6-5.7-5.7-5.7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.icon_comunidad:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cstyle%3E.st2%7Bfill:%236a946f%7D%3C/style%3E%3Cpath class='st2' d='M400.7 19.7C190.6 19.7 20.3 190 20.3 400s170.3 380.3 380.3 380.3S780.9 610 780.9 400 610.7 19.7 400.7 19.7zm223.5 490.1c-4.5 9.2-9.5 18.2-15.1 26.7-44.5 67.9-121.2 112.8-208.4 112.8-137.7 0-249.3-111.6-249.3-249.3 0-137.7 111.6-249.2 249.2-249.2S649.8 262.4 649.8 400c.1 39.5-9.3 76.6-25.6 109.8z'/%3E%3Cpath class='st2' d='M449.5 442.8c-6.3-16.9-21.3-28.8-38.8-28.8-10.2 0-19.4 4.2-26.7 10.9-2.8 2.6-5.3 5.4-7.5 8.7-4 6.1-6.5 13.4-7.4 21.2-.2 1.9-.5 3.7-.5 5.6v11.3c0 4.6 3.7 8.3 8.4 8.3 4.6 0 8.3-3.7 8.3-8.3v-11.3c0-.7.2-1.3.3-2 .4-6 2-11.6 5-16.1V539.6c0 5.2 4.2 9.5 9.4 9.5s9.4-4.2 9.4-9.5v-51.9h2.1v51.9c0 5.2 4.2 9.5 9.5 9.5 5.2 0 9.4-4.2 9.4-9.5V442c2.1 3.1 3.4 6.8 4.4 10.7.6 2.5 1.1 5.1 1.1 7.8v11.3c0 4.6 3.7 8.3 8.4 8.3 4.6 0 8.4-3.7 8.4-8.3v-11.3-.4c-.1-6.1-1.2-12-3.2-17.3zM411.6 371.9c-10.1 0-18.3 8.2-18.3 18.3 0 .2.1.4.1.7.4 9.8 8.3 17.6 18.1 17.6 10.1 0 18.3-8.2 18.3-18.3 0-4.3-1.7-8-4.2-11.2-3.2-4.2-8.2-7.1-14-7.1zM507.7 371.9c-10.1 0-18.3 8.2-18.3 18.3 0 10.1 8.2 18.3 18.3 18.3 10.1 0 18.3-8.2 18.3-18.3-.1-10.1-8.2-18.3-18.3-18.3zM521.7 417.2c-4.7-2-9.7-3.2-15-3.2-7.4 0-14.3 2.3-20.3 6-10.4 6.4-18.2 17.5-20.8 30.8-.6 3.1-.9 6.3-.9 9.6v10.8c0 4.5 3.4 8.6 7.9 8.8 3.6.2 6.6-1.9 8-4.9.5-1.1.8-2.2.8-3.5V460.4c0-6.6 1.9-12.6 5-17.5l.3-.6v4.9c0 1.6-.2 3.3-.3 4.9-.2 4.2-.7 8.4-1.6 12.5-.3 1.5-.5 3-.9 4.4l-2.6 7.3-8.9 24.9c-.5 1.5.6 3.1 2.2 3.1h12.1v34.6c0 5.1 3.8 9.7 8.9 10 5.4.3 10-4.1 10-9.4v-35.2h2.1V539c0 4.7 3.2 9 7.8 9.8 6 1 11.1-3.5 11.1-9.3v-35.2h10.6c1.3 0 2.2-1.2 1.8-2.5l-10.1-32.5c-1-3.7-1.6-7.6-1.9-11.5-.3-3.6-.4-7.1-.4-10.6V442c3.4 5.1 5.5 11.5 5.5 18.5V471.3c0 4.5 3.4 8.6 7.9 8.8 4.8.2 8.8-3.6 8.8-8.3V460.5c0-2.5-.3-4.9-.7-7.3-2.4-16.6-12.6-30.1-26.4-36zM292.5 277.2c11.1 0 20.1-9.2 20.1-20.6 0-11.4-9-20.6-20.1-20.6-11.1 0-20.1 9.2-20.1 20.6 0 11.4 9 20.6 20.1 20.6zM383 295.3c-1-4.9-5.6-8.4-10.6-8.4 0 0-88 .2-88.3.3-33.4 4-44.3 43.6-41.2 73.8 1.3 13 21.4 13.2 20.1 0-1.1-11 .5-33.2 6.2-45 0 1.2-.3 30.9-.8 64.5-.3 25.4-.8 53.1-1.3 72.4-.2 6.5-.3 12.1-.5 16.3 0 .5.2.9.2 1.3.8 12.7 19.1 13.1 22.1 1.3.2-.9.6-1.6.6-2.6.2-5.2.3-10.4.4-15.6.6-21.6.9-43.1 1-64.7 1.1.1 2.2.1 3.3 0 .1 21 .4 42 .9 62.9.2 5.8.2 11.6.5 17.3 0 .2.1.3.1.5 1.2 14.6 23.5 14.5 22.9-.5-.1-2.7-.2-6.1-.3-10.1-.3-9.6-.5-22.4-.8-36.8-.1-4.3-.2-8.7-.2-13.2-.5-30.1-1-64.1-1.3-88.5-.1-7 5.5-12.6 12.5-12.6h44.3c6.4.2 11.6-5.8 10.2-12.6z'/%3E%3Cpath class='st2' d='M486.4 364.4h35.4c14.8 0 26.8-11.4 26.8-25.4v-93.6c0-14-12-25.4-26.8-25.4H385.6c-14.8 0-26.8 11.4-26.8 25.4v24.4c0 3.4 2.8 6.1 6.1 6.1 3.4 0 6.1-2.8 6.1-6.1v-24.4c0-7.2 6.5-13.1 14.5-13.1h136.2c8 0 14.5 5.9 14.5 13.1V339c0 7.2-6.5 13.1-14.5 13.1H385.6c-8 0-14.5-5.9-14.5-13.1v-11.9c0-3.4-2.7-6.1-6.1-6.1-3.4 0-6.1 2.7-6.1 6.1V339c0 2.8.6 5.4 1.4 7.8 3.5 10.1 13.5 17.5 25.3 17.5h100.8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.icon_medioambiente:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cstyle%3E.st3%7Bfill:%235b9a78%7D%3C/style%3E%3Cpath class='st3' d='M400.3 17.9c-210.2 0-380.7 170.4-380.7 380.7S190 779.3 400.3 779.3c210.2 0 380.7-170.4 380.7-380.7S610.6 17.9 400.3 17.9zm0 630.2c-137.8 0-249.5-111.7-249.5-249.5s111.7-249.5 249.5-249.5 249.5 111.7 249.5 249.5-111.7 249.5-249.5 249.5z'/%3E%3Cpath class='st3' d='M395.8 320.5c4.3 3.4 10.6.4 10.6-5.1v-32.7c1.4 0 2.8-.1 4.2-.1 42.5 0 81.1 22.1 102.7 58.2 2.3 3.9 7.3 5.4 11.4 3.3l24.8-12.7c4.5-2.3 6-7.9 3.5-12.2-29.5-50.6-83.2-81.7-142.3-81.7-1.4 0-2.8.1-4.2.1v-33c0-5.5-6.3-8.5-10.6-5.1L326.5 255c-3.3 2.6-3.3 7.6 0 10.2l69.3 55.3zM331.7 423.6l-34.3 16.7c-4.1-12.3-6.3-25.2-6.3-38.3 0-25.4 8.1-50.1 23-70.5 2.6-3.6 2-8.6-1.4-11.4L291 302c-3.8-3.1-9.4-2.4-12.3 1.5-21.2 28.4-32.7 63-32.7 98.5 0 20 3.7 39.7 10.7 58.2l-28.5 13.9c-4.1 2-4.1 7.9.1 9.9l83.5 39.5c3.2 1.5 6.9-.3 7.7-3.8l20.1-90.1c.8-4.3-3.8-8-7.9-6zM558.9 382.7L479.7 433c-3.6 2.3-2.9 7.7 1.1 9.1l37.2 12.8c-19.8 40.3-61.1 66.9-107.3 66.9-15.7 0-30.8-2.9-45.1-8.8-5.3-2.2-11.4 0-14 5.1L341 538.7c-2.9 5.7-.4 12.7 5.5 15.2 20.2 8.5 42.1 13 64.1 13 65.7 0 124.2-38.9 150.4-97.3l30.5 10.5c4 1.4 7.8-2.5 6.4-6.5l-31.5-88.3c-1.1-3.1-4.8-4.4-7.5-2.6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.icon_etica:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cstyle%3E.st1%7Bfill:%23b5c850%7D%3C/style%3E%3Cpath class='st1' d='M399.7 17.8c-210.6 0-381.3 170.7-381.3 381.3 0 210.6 170.7 381.3 381.3 381.3 210.6 0 381.3-170.7 381.3-381.3 0-210.6-170.7-381.3-381.3-381.3zm0 631.2c-138 0-249.9-111.9-249.9-249.9s111.9-249.9 249.9-249.9 249.9 111.9 249.9 249.9S537.7 649 399.7 649z'/%3E%3Cpath class='st1' d='M511.2 431.1c-68.5-68.5-36.3-36.3-73.2-73.3 0 0-11.1-11-25.7-4.6-10.3 4.5-23.4 10.6-33.4 15.3-10.9 5.7-18.8 7.5-22.5 7.5-21.1-.1-38.2-17.1-38.2-38.2 0-13.7 7.2-25.6 18.1-32.3 15.2-10.5 50.3-29.2 50.3-29.2s-10.7-13.5-34.1-13.5c-23.4 0-72.3 32-72.3 32s-13.9 8.9-33.6.9l-38.1-13.3v132.4s10.9 3.2 20.7 7.1c2.2-6.3 5.8-12.1 10.7-16.9 16.2-15.4 43.1-15.6 57.8-.4 4.4 4.6 7.5 10.1 9.1 16.2 6 1.8 11.3 5.1 15.7 9.5 4.5 4.6 7.5 10.1 9.2 16.2 5.9 1.8 11.3 5.1 15.6 9.6 4.9 5.1 8.2 11.1 9.7 17.8 6.2 1.8 11.8 5.2 16.3 9.8 8.9 9.1 12 21.5 10.1 33.4h.1c.1.2 5.5 6.2 8.8 9.5 6.5 6.5 17.2 6.5 23.7 0s6.5-17.2 0-23.8c-.2-.2-23.6-24.7-21.7-26.5 1.9-1.9 31.6 29.1 32.2 29.6 6.5 6.5 17.2 6.5 23.7 0s6.5-17.2 0-23.7c-.3-.3-1.7-1.6-2.1-2.1 0 0-29.5-26.3-27.2-28.5 2.3-2.3 38.9 31.9 39 31.9 6.6 5.9 16.7 5.9 23-.4 6.2-6.2 6.3-15.9.8-22.5-.1-.3-27.9-29.4-25.7-31.6 2.2-2.2 29.7 26.1 29.8 26.2 6.5 6.5 17.2 6.5 23.7 0s6.5-17.2 0-23.8c-.1-.2-.2-.3-.3-.3z'/%3E%3Cpath class='st1' d='M338.2 491.3c3.1-7.9 2.1-16.7-3.8-22.8-5.3-5.4-13-6.9-20.4-5.2 2.1-7.3.9-15.1-4.4-20.6-5.3-5.4-13-6.9-20.4-5.1 2.1-7.3.9-15.1-4.4-20.6-8.3-8.6-22.8-8.2-32.2.8-9.4 9-15.5 25.4-7.1 35.1 8.4 9.6 18.1 3.8 25.4 2.1-2.1 7.3-8.2 14.1-.6 23.7 7.5 9.6 18 3.7 25.4 2.1-2.1 7.3-7.9 14.7-.7 23.6 7.3 8.9 19.3 4.2 27.3 1.7-3.1 7.9-9.6 16.3-1.2 25.8 8.4 9.6 27.8 5.1 37.3-3.9 9.5-9 10.4-23.4 2.1-32-5.8-5.8-14.4-7.2-22.3-4.7zM515.3 305.4s-18.3-15.8-38.8-33c-16.7-14.1-25.4-13.5-37.6-7-20 10.6-68 37.6-90.7 51.4-8.4 4.7-14.3 11.1-14.3 20.5 0 12.2 15.7 28.1 34.5 18 10-4.9 33.9-17.3 50-25.8 17.6-9.3 28.5 1.5 28.5 1.5s63.5 63.1 81.3 80.2c11.6 11.1 27.6 6 32.6 5.3 5.1-.7 29.9-5.5 29.9-5.5V295.2s-36.6 8.2-60 13.1c-9.4 2.1-15.4-2.9-15.4-2.9z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.icon_delitos:before {
    background-image: url('https://www.falabella.com/static/RDF/site/content/falabella-sostenible/img/incon-ley.png');
    background-repeat: no-repeat;
    background-position: center;    
    background-size: contain;
    content: "";
}

.fb-rse-compromisos .compromisos__item {
    margin: 48px 0;
    margin: 3rem 0;
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width:480px) {
    .fb-rse-compromisos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 3rem;
    }
    .fb-rse-compromisos .compromisos__item {
        width: 90%;
        margin: auto;
        margin-bottom: 3rem;
    }
    .compromisos__item .rse-icons_compromisos {
        width: 6rem;
        height: 6rem;
    }
}

@media screen and (max-width:321px) {
    .fb-rse-compromisos .compromisos__item {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
    .fb-rse-compromisos .compromisos__item>div {
        margin-left: 0!important;
    }
    .fb-rse-compromisos .compromisos__item .fb-promo-text__link {
        text-align: center!important;
        margin: 0!important;
        margin-top: 2rem!important;
        width: 100%;
    }
    .compromisos__item .rse-icons_compromisos {
        height: auto!important;
        width: auto!important;
    }
    .compromisos__item .title-compromisos {
        margin: 1rem 0;
    }
}

@media only screen and (max-width: 70em) {
    .fb-rse-compromisos .compromisos__item {
        margin: 1rem 0;
        width: 48%;
    }
}

@media only screen and (max-width: 50em) {
    .fb-rse-compromisos .compromisos__item {
        width: 100%;
    }
    .fb-rse-compromisos .compromisos__item a {
        color: #333;
        width: initial;
    }
}

@media only screen and (max-width: 40em) {}


/* ----------------- ESTRATEGIA ----------------- */

.rse-textoPrincipal__wrapper .fb-promo-text__link {
    display: inline-block;
    margin: 20px 20px 0;
    width: 30%;
}

@media only screen and (max-width: 70em) {
    .rse-textoPrincipal__wrapper .fb-promo-text__link {
        margin-left: 0;
    }
}

@media only screen and (max-width: 50em) {
    .rse-textoPrincipal__wrapper .fb-promo-text__link {
        width: 40%;
    }
}

@media only screen and (max-width: 40em) {
    .rse-textoPrincipal__wrapper .fb-promo-text__link {
        width: 100%;
        margin: 10px auto;
    }
}


/* ----------------- CLIENTES ----------------- */


/* Social */

.fb-social__items__2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fb-social__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fb-social__item .fb-social__link {
    color: #fff;
}

.fb-social__item .fb-social__text {
    color: #333;
    margin-left: 16px;
    margin-left: 1rem;
}

.icon-vml:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 164.7 164.7'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M32.9 112.1L4.6 52.6h4.1l24.2 51 24.2-51h4zM91.5 111.7h-33V62.6l3.5-8v53.1h29.5z'/%3E%3Cpath class='st0' d='M123.9 109.6l-22.8-46.1-8.6 43.4h-3.7l10.8-54.3 24.4 49.1 24.3-48.4 11.7 58.4h-3.6l-9.6-47.6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    height: 60.8px;
    height: 3.8rem;
    width: 60.8px;
    width: 3.8rem;
    display: block;
}

@media only screen and (max-width: 70em) {}

@media only screen and (max-width: 50em) {
    .fb-social__items__2 {
        max-width: 100%;
        margin: 0;
    }
    .fb-social__item .fb-social__text {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 40em) {
    .rse-textoPrincipal__wrapper .fb-promo-text__link {
        width: 100%;
        margin: 10px auto;
    }
    .fb-social__item.fb-social__item__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-flow: column;
        flex-flow: column;
        justify-content: center;
        width: 32%;
    }
    .fb-social__items__2 {
        margin: 2rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    .fb-social__item .fb-social__text {
        text-align: center;
        margin: 1rem 0;
    }
}


/* ----------------- ETICA ----------------- */

.etica_title {
    font-size: 3.5rem !important;
}

.etica-text.fb-promo-text__link {
    max-width: 90%;
}

@media only screen and (max-width: 70em) {
    .etica_title {
        font-size: 2.5rem !important;
    }
}

@media only screen and (max-width: 50em) {
    .etica_title {
        font-size: 2.1rem !important;
    }
}

@media only screen and (max-width: 40em) {
    .etica_title {
        position: absolute;
        font-size: 1.8rem !important;
        bottom: 0;
        width: 100%;
    }
}


/* ----------------- PREMIOS ----------------- */

.premios_rse .textoPrincipal__item>p {
    width: 100%;
    margin-bottom: 20px;
}

.premios_rse .textoPrincipal__item p strong {
    margin: 0 5px;
}

.premios_rse .textoPrincipal__item>p.no-bullet {
    margin-bottom: 40px;
    padding: 0 50px;
}

.premios_rse .textoPrincipal__item>p::before {
    content: "";
    border: 1px solid #aad600;
    border-radius: 50%;
    height: 10px;
    margin: 0 1rem 0 0;
    width: 10px;
    display: inline-block;
}

.premios_rse .textoPrincipal__item>p.no-bullet::before {
    content: none;
}

.premios_rse img {
    width: 80%;
    margin: 20px 0;
}

.premios__item-wrapper.premios_sostenibilidad,
.premios__item-wrapper.premios_clientes {
    padding: 20px 40px;
}

.premios__item-wrapper.premios_sostenibilidad .premios__item,
.premios__item-wrapper.premios_clientes .premios__item {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.premios__item i.rse-icons_premios {
    height: 80px;
    width: 10%;
}

.premios__item>div {
    width: 80%;
}

.premios__item.Trabajadores {
    text-align: center;
}

.second-wrapper .textoPrincipal__item {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.second-wrapper .textoPrincipal__item p {
    margin-bottom: 20px;
    width: 100%;
}

.second-wrapper .premios__item.Trabajadores {
    width: 20%;
    height: auto;
    display: inline-block;
}

.second-wrapper .premios__item.Trabajadores img {
    width: 100%;
}

.second-wrapper .premios_trabajadores-list {
    margin-top: 70px;
    padding-left: 10px;
    width: 79%;
    display: inline-block;
}

.second-wrapper .premios_trabajadores-list .premios__item {
    margin-bottom: 27px;
}

.second-wrapper .premios_trabajadores-list .premios__item>div {
    width: 100%;
}

.icon_ecoVadis.rse-icons_premios {
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cstyle%3E.st2%7Bfill:%236a946f%7D%3C/style%3E%3Cpath class='st2' d='M399.9 20C189.8 20 19.5 190.3 19.5 400.3s170.3 380.3 380.3 380.3 380.3-170.3 380.3-380.3S609.9 20 399.9 20zm223.5 490.1c-4.5 9.2-9.5 18.2-15.1 26.7-44.5 67.9-121.2 112.8-208.4 112.8-137.7 0-249.2-111.6-249.2-249.2 0-137.7 111.6-249.2 249.2-249.2s249.2 111.6 249.2 249.2c0 39.4-9.4 76.5-25.7 109.7z'/%3E%3Cpath class='st2' d='M399.9 237.8l52.8 107L570.8 362l-85.5 83.3 20.2 117.6-105.6-55.5-105.7 55.5 20.2-117.6-85.5-83.3L347 344.8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.icon_MecoRespon.rse-icons_premios {
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cstyle%3E.st0%7Bfill:%23bcc932%7D.st1%7Bfill:%23b5c850%7D%3C/style%3E%3Cpath class='st0' d='M398.8 18C188.6 18 18.1 188.5 18.1 398.7c0 210.3 170.4 380.7 380.7 380.7S779.5 609 779.5 398.7C779.5 188.5 609.1 18 398.8 18zm0 630.2c-137.8 0-249.5-111.7-249.5-249.5S261 149.2 398.8 149.2s249.5 111.7 249.5 249.5-111.7 249.5-249.5 249.5z'/%3E%3Cpath class='st1' d='M456.2 422l-.1-.1c0 .1.1.1.1.1z'/%3E%3Cpath class='st1' d='M456.2 422l-.1-.1s0 .1.1.1zM430.4 426.9c-.2.3-.3.7-.5 1 .1-.3.3-.6.5-1z'/%3E%3Cpath class='st1' d='M430.4 427c-.2.3-.4.6-.5 1 .1-.3.3-.7.5-1z'/%3E%3Cpath class='st0' d='M343.6 294.3l-64.8 15.9-17-66.9 106.8-31.9h55.8V586h-80.7V294.3zM499 230.1c10.6 0 19.2 9.6 19.2 21.4 0 11.8-8.6 21.4-19.2 21.4s-19.2-9.6-19.2-21.4c0-11.8 8.6-21.4 19.2-21.4m0-17.7c-20.3 0-36.9 17.5-36.9 39.1 0 21.5 16.6 39.1 36.9 39.1 20.3 0 36.9-17.5 36.9-39.1 0-21.5-16.6-39.1-36.9-39.1zM465 302.9h67.9v17.7H465z'/%3E%3Cpath fill='%236a946f' d='M570.3 511l24.2 49 54.1 7.9-39.2 38.2 9.3 53.9-48.4-25.5-48.4 25.5 9.2-53.9-39.2-38.2 54.2-7.9z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.icon_PROhumana.rse-icons_premios {
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cstyle%3E.st3%7Bfill:%235b9a78%7D%3C/style%3E%3Cpath class='st3' d='M400.3 17.9c-210.2 0-380.7 170.4-380.7 380.7S190 779.3 400.3 779.3c210.2 0 380.7-170.4 380.7-380.7S610.6 17.9 400.3 17.9zm0 630.2c-137.8 0-249.5-111.7-249.5-249.5s111.7-249.5 249.5-249.5 249.5 111.7 249.5 249.5-111.7 249.5-249.5 249.5z'/%3E%3Cpath class='st3' d='M378 503.1H198.6l-13.1-57.2 201.4-233.4h68.2v225h49.3V503h-49.3v79.2H378v-79.1zm0-65.6V323.2l-97.5 114.3H378zM539.6 230.9c10.5 0 19 9.4 19 21.1 0 11.6-8.5 21.1-19 21.1s-19-9.4-19-21.1c0-11.6 8.5-21.1 19-21.1m0-17.5c-20.1 0-36.4 17.3-36.4 38.6s16.3 38.6 36.4 38.6c20.1 0 36.4-17.3 36.4-38.6 0-21.2-16.3-38.6-36.4-38.6zM503.7 302.7h67.1v17.5h-67.1z'/%3E%3Cpath fill='%23bcc932' d='M576.3 511l24.2 49 54.1 7.9-39.2 38.2 9.3 53.9-48.4-25.5-48.4 25.5 9.2-53.9-39.2-38.2 54.2-7.9z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.icon_GlobalPower.rse-icons_premios {
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 800 800'%3E%3Cstyle%3E.st0%7Bfill:%23bcc932%7D.st1%7Bfill:%23b5c850%7D.st2%7Bfill:%236a946f%7D.st3%7Bfill:%235b9a78%7D%3C/style%3E%3Cpath class='st0' d='M400.3-3162c-210.3 0-380.7 170.4-380.7 380.7 0 210.3 170.4 380.7 380.7 380.7S781-2571 781-2781.3c0-210.3-170.4-380.7-380.7-380.7zm0 630.2c-137.8 0-249.5-111.7-249.5-249.5s111.7-249.5 249.5-249.5 249.5 111.7 249.5 249.5-111.7 249.5-249.5 249.5z'/%3E%3Cpath class='st1' d='M386.7-2902.9c17.9 0 32.4-14.9 32.4-33.1 0-18.3-14.5-33.1-32.4-33.1s-32.4 14.8-32.4 33.1c.1 18.2 14.5 33.1 32.4 33.1zM411.7-2738l-5.4 104h90.3l-5.8-104zM468.8-2746c-.1-.6-.3-1.1-.5-1.7-.2-.5-.3-1-.5-1.5s-.5-1-.7-1.5c-.2-.5-.5-.9-.7-1.4-.3-.4-.6-.9-.9-1.3-.3-.4-.7-.9-1-1.3-.3-.4-.7-.7-1.1-1.1-.4-.4-.8-.7-1.2-1-.1 0-.1-.1-.2-.1-.4-.3-.8-.6-1.2-.8-.5-.3-1.1-.6-1.7-.9l-1.2-.6c-.7-.3-1.4-.5-2.1-.6-.4-.1-.7-.2-1.1-.3-.2 0-.5 0-.7-.1-.9-.1-1.7-.3-2.6-.3-1.2 0-2.3.1-3.4.3-.4.1-.7.2-1.1.3l-2.1.6-1.2.6c-.6.3-1.1.6-1.7.9-.4.3-.8.5-1.2.8-.2.1-.3.3-.5.4.2-.1.3-.3.5-.4-.2.1-.3.3-.5.4-.3.2-.6.5-.9.7-.4.3-.7.7-1.1 1.1-.4.4-.7.8-1 1.3-.3.4-.7.9-.9 1.3-.1.1-.1.2-.2.3-.2.3-.4.7-.6 1-.3.5-.5 1-.7 1.5-.2.5-.3 1-.5 1.5s-.4 1.1-.5 1.7h35zm-7.9-11.9c-.5-.3-1.1-.6-1.7-.9.6.3 1.1.5 1.7.9zm-9.4-2.8c-1.2 0-2.3.1-3.4.3 1.1-.1 2.2-.3 3.4-.3zm-7.7 1.9c-.6.3-1.1.6-1.7.9.5-.3 1.1-.6 1.7-.9zM451.5-2760.7c.9 0 1.8.1 2.6.3-.8-.1-1.7-.3-2.6-.3zM462.2-2757l-.1-.1c0 .1.1.1.1.1z'/%3E%3Cpath class='st1' d='M462.2-2757l-.1-.1s0 .1.1.1z'/%3E%3Cpath class='st1' d='M406.5-2626c-1.2 0-2.3-.2-3.4-.7-3.4-1.5-5.3-4.8-5.1-8.2l5.4-104.2c.2-4.5 3.9-8 8.4-8h14.5c.8-6.1 3.7-11.6 8-15.6l-13.1-45.1c-2.4-10.5-1.8-21.5 1.7-31.7l1.5-4.3c11.2 19.4 13.7 55.4 11.8 74.6-.2 1.7-.1 3.3.2 4.7 4.5-3.5 10-5.6 16.1-5.6 5.8 0 11.2 2 15.5 5.2.4-1.3.8-2.7 1-4.3 5.1-50.3-13.5-116.7-70.8-120.8-8.2-1.7-17.1-1.6-25.1.3-54.6 6.5-72.3 71.2-67.3 120.5 2.2 21.3 35 21.5 32.8 0-1.8-17.6.7-52.9 9.6-72.4 4.7 11.5 5.6 24.2 2.5 36.2l-30.8 110.2c-.9 3.1 1.5 6.1 4.7 6.1h22.3s-1.1 79.6-1.8 94.9c-1 24.4 36 24.3 37 0 1.3-31.8 2.1-94.9 2.1-94.9h5.9c.3 31.4.8 62.8 2.1 94.2 1 24 37.5 24.1 36.5 0-.3-6.3-.5-17.7-.8-31.2h-21.4z'/%3E%3Cpath class='st1' d='M436.4-2752.1c-.2.3-.3.7-.5 1 .1-.3.3-.6.5-1z'/%3E%3Cpath class='st1' d='M436.4-2752c-.2.3-.4.6-.5 1 .1-.3.3-.7.5-1zM399.9 20C189.8 20 19.5 190.3 19.5 400.3s170.3 380.3 380.3 380.3 380.3-170.3 380.3-380.3S609.9 20 399.9 20zm223.5 490.1c-4.5 9.2-9.5 18.2-15.1 26.7-44.5 67.9-121.2 112.8-208.4 112.8-137.7 0-249.2-111.6-249.2-249.2 0-137.7 111.6-249.2 249.2-249.2s249.2 111.6 249.2 249.2c0 39.4-9.4 76.5-25.7 109.7z'/%3E%3Cpath class='st1' d='M184.5 449.4v-.6c0-25.8 11.8-41 34.3-51.3-16.4-10-27-23.7-27-46.5v-.6c0-32.5 29.8-58.3 74.7-58.3 44.9 0 74.7 25.5 74.7 58.3v.6c0 22.8-10.6 36.4-27 46.5 21.6 11.2 34.3 24.9 34.3 50.1v.6c0 39.5-34.9 62.5-82 62.5s-82-24.3-82-61.3zm118.7-3.6v-.6c0-16.4-15.5-26.1-36.7-26.1-21.2 0-36.7 9.7-36.7 26.1v.6c0 14.6 13.7 26.4 36.7 26.4 23 0 36.7-11.6 36.7-26.4zm-6.4-89.6v-.6c0-13.1-11.2-24.9-30.4-24.9-19.1 0-30.3 11.5-30.3 24.6v.6c0 14.9 11.8 26.1 30.3 26.1 18.6 0 30.4-10.9 30.4-25.8zM375.7 449.4v-.6c0-25.8 11.8-41 34.3-51.3-16.4-10-27-23.7-27-46.5v-.6c0-32.5 29.8-58.3 74.7-58.3 44.9 0 74.7 25.5 74.7 58.3v.6c0 22.8-10.6 36.4-27 46.5 21.6 11.2 34.3 24.9 34.3 50.1v.6c0 39.5-34.9 62.5-82 62.5s-82-24.3-82-61.3zm118.6-3.6v-.6c0-16.4-15.5-26.1-36.7-26.1-21.2 0-36.7 9.7-36.7 26.1v.6c0 14.6 13.7 26.4 36.7 26.4 23.1 0 36.7-11.6 36.7-26.4zm-6.3-89.6v-.6c0-13.1-11.2-24.9-30.4-24.9-19.1 0-30.3 11.5-30.3 24.6v.6c0 14.9 11.8 26.1 30.3 26.1s30.4-10.9 30.4-25.8zM583.9 306.3c9.2 0 16.7 8.3 16.7 18.6s-7.5 18.6-16.7 18.6-16.7-8.3-16.7-18.6 7.5-18.6 16.7-18.6m0-15.4c-17.7 0-32.1 15.2-32.1 34 0 18.7 14.4 34 32.1 34 17.7 0 32.1-15.2 32.1-34s-14.4-34-32.1-34zM552.4 369.5h59.1v15.4h-59.1z'/%3E%3Cg%3E%3Cpath class='st2' d='M400.7-2220.3c-210.1 0-380.3 170.3-380.3 380.3s170.3 380.3 380.3 380.3S781-1630 781-1840s-170.3-380.3-380.3-380.3zm223.5 490.1c-4.5 9.2-9.5 18.2-15.1 26.7-44.5 67.9-121.2 112.8-208.4 112.8-137.7 0-249.2-111.6-249.2-249.2 0-137.7 111.6-249.2 249.2-249.2s249.2 111.6 249.2 249.2c0 39.4-9.4 76.5-25.7 109.7z'/%3E%3Cpath class='st2' d='M449.5-1797.2c-6.3-16.9-21.3-28.8-38.8-28.8-10.2 0-19.4 4.2-26.7 10.9-2.8 2.6-5.3 5.4-7.5 8.7-4 6.1-6.5 13.4-7.4 21.2-.2 1.9-.5 3.7-.5 5.6v11.3c0 4.6 3.7 8.3 8.4 8.3 4.6 0 8.3-3.7 8.3-8.3v-11.3c0-.7.2-1.3.3-2 .4-6 2-11.6 5-16.1V-1700.4c0 5.2 4.2 9.5 9.4 9.5s9.4-4.2 9.4-9.5v-51.9h2.1v51.9c0 5.2 4.2 9.5 9.5 9.5 5.2 0 9.4-4.2 9.4-9.5V-1797.9c2.1 3.1 3.4 6.8 4.4 10.7.6 2.5 1.1 5.1 1.1 7.8v11.3c0 4.6 3.7 8.3 8.4 8.3 4.6 0 8.4-3.7 8.4-8.3v-11.3-.4c-.1-6.2-1.2-12.1-3.2-17.4zM411.6-1868.1c-10.1 0-18.3 8.2-18.3 18.3 0 .2.1.4.1.7.4 9.8 8.3 17.6 18.1 17.6 10.1 0 18.3-8.2 18.3-18.3 0-4.3-1.7-8-4.2-11.2-3.2-4.2-8.2-7.1-14-7.1zM507.7-1868.1c-10.1 0-18.3 8.2-18.3 18.3 0 10.1 8.2 18.3 18.3 18.3 10.1 0 18.3-8.2 18.3-18.3-.1-10.1-8.2-18.3-18.3-18.3zM521.7-1822.8c-4.7-2-9.7-3.2-15-3.2-7.4 0-14.3 2.3-20.3 6-10.4 6.4-18.2 17.5-20.8 30.8-.6 3.1-.9 6.3-.9 9.6v10.8c0 4.5 3.4 8.6 7.9 8.8 3.6.2 6.6-1.9 8-4.9.5-1.1.8-2.2.8-3.5V-1779.6c0-6.6 1.9-12.6 5-17.5l.3-.6v4.9c0 1.6-.2 3.3-.3 4.9-.2 4.2-.7 8.4-1.6 12.5-.3 1.5-.5 3-.9 4.4l-2.6 7.3-8.9 24.9c-.5 1.5.6 3.1 2.2 3.1h12.1v34.6c0 5.1 3.8 9.7 8.9 10 5.4.3 10-4.1 10-9.4v-35.2h2.1v34.7c0 4.7 3.2 9 7.8 9.8 6 1 11.1-3.5 11.1-9.3v-35.2h10.6c1.3 0 2.2-1.2 1.8-2.5l-10.1-32.5c-1-3.7-1.6-7.6-1.9-11.5-.3-3.6-.4-7.1-.4-10.6v-5.3c3.4 5.1 5.5 11.5 5.5 18.5V-1768.8c0 4.5 3.4 8.6 7.9 8.8 4.8.2 8.8-3.6 8.8-8.3V-1779.6c0-2.5-.3-4.9-.7-7.3-2.4-16.5-12.6-30-26.4-35.9zM292.5-1962.8c11.1 0 20.1-9.2 20.1-20.6 0-11.4-9-20.6-20.1-20.6-11.1 0-20.1 9.2-20.1 20.6 0 11.4 9 20.6 20.1 20.6zM383-1944.7c-1-4.9-5.6-8.4-10.6-8.4 0 0-88 .2-88.3.3-33.4 4-44.3 43.6-41.2 73.8 1.3 13 21.4 13.2 20.1 0-1.1-11 .5-33.2 6.2-45 0 1.2-.3 30.9-.8 64.5-.3 25.4-.8 53.1-1.3 72.4-.2 6.5-.3 12.1-.5 16.3 0 .5.2.9.2 1.3.8 12.7 19.1 13.1 22.1 1.3.2-.9.6-1.6.6-2.6.2-5.2.3-10.4.4-15.6.6-21.6.9-43.1 1-64.7 1.1.1 2.2.1 3.3 0 .1 21 .4 42 .9 62.9.2 5.8.2 11.6.5 17.3 0 .2.1.3.1.5 1.2 14.6 23.5 14.5 22.9-.5-.1-2.7-.2-6.1-.3-10.1-.3-9.6-.5-22.4-.8-36.8-.1-4.3-.2-8.7-.2-13.2-.5-30.1-1-64.1-1.3-88.5-.1-7 5.5-12.6 12.5-12.6h44.3c6.4.2 11.6-5.8 10.2-12.6z'/%3E%3Cpath class='st2' d='M486.4-1875.6h35.4c14.8 0 26.8-11.4 26.8-25.4v-93.6c0-14-12-25.4-26.8-25.4H385.6c-14.8 0-26.8 11.4-26.8 25.4v24.4c0 3.4 2.8 6.1 6.1 6.1 3.4 0 6.1-2.8 6.1-6.1v-24.4c0-7.2 6.5-13.1 14.5-13.1h136.2c8 0 14.5 5.9 14.5 13.1v93.6c0 7.2-6.5 13.1-14.5 13.1H385.6c-8 0-14.5-5.9-14.5-13.1v-11.9c0-3.4-2.7-6.1-6.1-6.1-3.4 0-6.1 2.7-6.1 6.1v11.9c0 2.8.6 5.4 1.4 7.8 3.5 10.1 13.5 17.5 25.3 17.5h100.8z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st3' d='M1323.3-2222.1c-210.2 0-380.7 170.4-380.7 380.7s170.4 380.7 380.7 380.7c210.2 0 380.7-170.4 380.7-380.7s-170.4-380.7-380.7-380.7zm0 630.2c-137.8 0-249.5-111.7-249.5-249.5s111.7-249.5 249.5-249.5 249.5 111.7 249.5 249.5-111.7 249.5-249.5 249.5z'/%3E%3Cpath class='st3' d='M1318.8-1919.5c4.3 3.4 10.6.4 10.6-5.1v-32.7c1.4 0 2.8-.1 4.2-.1 42.5 0 81.1 22.1 102.7 58.2 2.3 3.9 7.3 5.4 11.4 3.3l24.8-12.7c4.5-2.3 6-7.9 3.5-12.2-29.5-50.6-83.2-81.7-142.3-81.7-1.4 0-2.8.1-4.2.1v-33c0-5.5-6.3-8.5-10.6-5.1l-69.4 55.5c-3.3 2.6-3.3 7.6 0 10.2l69.3 55.3zM1254.7-1816.4l-34.3 16.7c-4.1-12.3-6.3-25.2-6.3-38.3 0-25.4 8.1-50.1 23-70.5 2.6-3.6 2-8.6-1.4-11.4L1214-1938c-3.8-3.1-9.4-2.4-12.3 1.5-21.2 28.4-32.7 63-32.7 98.5 0 20 3.7 39.7 10.7 58.2l-28.5 13.9c-4.1 2-4.1 7.9.1 9.9l83.5 39.5c3.2 1.5 6.9-.3 7.7-3.8l20.1-90.1c.8-4.3-3.8-8-7.9-6zM1481.9-1857.3l-79.2 50.3c-3.6 2.3-2.9 7.7 1.1 9.1l37.2 12.8c-19.8 40.3-61.1 66.9-107.3 66.9-15.7 0-30.8-2.9-45.1-8.8-5.3-2.2-11.4 0-14 5.1l-10.6 20.7c-2.9 5.7-.4 12.7 5.5 15.2 20.2 8.5 42.1 13 64.1 13 65.7 0 124.2-38.9 150.4-97.3l30.5 10.5c4 1.4 7.8-2.5 6.4-6.5l-31.5-88.3c-1.1-3.2-4.8-4.5-7.5-2.7z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M1323.8-3162c-210.1 0-380.5 170.4-380.5 380.5s170.4 380.5 380.5 380.5 380.5-170.4 380.5-380.5S1534-3162 1323.8-3162zm0 629.8c-137.7 0-249.3-111.6-249.3-249.3 0-137.7 111.6-249.4 249.3-249.4 137.7 0 249.3 111.6 249.3 249.4.1 137.7-111.6 249.3-249.3 249.3z'/%3E%3Cpath class='st2' d='M1219.2-2786.2c30.6 0 55.4-24.8 55.4-55.4 0-30.6-24.8-55.4-55.4-55.4-30.6 0-55.4 24.8-55.4 55.4 0 30.6 24.8 55.4 55.4 55.4zM1267.9-2782.2c-11.9 13.1-29 21.5-48.1 21.5-19.2 0-36.4-8.4-48.2-21.6-25.4 3.2-45.1 24.9-45.1 51.2v62.5h185.7v-62.5c-.1-26.1-19.3-47.5-44.3-51.1zM1413-2784.5c30.3 0 54.8-24.5 54.8-54.8 0-30.2-24.5-54.8-54.8-54.8-30.2 0-54.8 24.5-54.8 54.8.1 30.3 24.6 54.8 54.8 54.8zM1460.8-2780.6c-7.6 8.4-17.4 14.8-28.4 18.2-.1.1-.1.1-.1.2l-14.7 15.7c-2.6 2.8-6.9 2.8-9.6 0l-14.7-15.7c-.2-.2-.2-.3-.3-.5-10.6-3.6-20-9.9-27.4-18-25.1 3.2-44.6 24.6-44.6 50.6v61.7h183.5v-61.7c0-25.7-19-46.9-43.7-50.5zm-34 93.5l-10.7 11.4c-1.9 2.1-5 2.1-6.9 0l-10.6-11.4c-1.9-2.1-2.6-5.9-1.7-8.6l14-38.5c1-2.7 2.6-2.7 3.5 0l14 38.5c1.1 2.7.3 6.5-1.6 8.6z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M2263.4-3166.4c-210.2 0-380.6 170.4-380.6 380.6 0 210.2 170.4 380.6 380.6 380.6 210.2 0 380.6-170.4 380.6-380.6 0-210.2-170.4-380.6-380.6-380.6zm0 630c-137.7 0-249.4-111.7-249.4-249.4s111.7-249.4 249.4-249.4 249.4 111.7 249.4 249.4-111.6 249.4-249.4 249.4z'/%3E%3Cpath class='st1' d='M2205.9-2738.4c-17.3 0-31.3 14-31.3 31.3s14 31.3 31.3 31.3 31.3-14 31.3-31.3-14-31.3-31.3-31.3zM2365.4-2738.4c-17.3 0-31.3 14-31.3 31.3s14 31.3 31.3 31.3 31.3-14 31.3-31.3-14-31.3-31.3-31.3z'/%3E%3Cpath class='st1' d='M2410.6-2841.2h-45.2v-26c0-3.8-3.1-6.9-6.9-6.9h-209.4c-6.4 0-11.6 5.2-11.6 11.5v95.9h241.7c2.8 0 5 2.3 5 5 0 2.8-2.2 5-5 5h-241.7v37.9c0 6.4 5.2 11.6 11.6 11.6h15.7c0-23.4 18.9-42.3 42.3-42.3s42.3 18.9 42.3 42.3h73.7c0-23.4 18.9-42.3 42.3-42.3s42.3 18.9 42.3 42.3h54.1c7.8 0 14.2-6.4 14.2-14.2v-53.5c0-4.3-1.6-8.3-4.5-11.5l-44-47.6c-4.3-4.5-10.4-7.2-16.9-7.2zm42.2 64.3l-76.6-.3c-1.8 0-3.3-1.5-3.3-3.3v-44.2c0-2.8 2.2-5 5-5h28.7c2.2 0 4.4.9 5.9 2.6l42.2 45.7c1.7 1.7.4 4.5-1.9 4.5zM2119.5-2826.6h-63.3c-3.1 0-5.7 2.6-5.7 5.7 0 3.2 2.6 5.7 5.7 5.7h63.3c3.2 0 5.7-2.5 5.7-5.7 0-3.1-2.6-5.7-5.7-5.7zM2119.5-2797.3h-63.3c-3.1 0-5.7 2.6-5.7 5.7 0 3.2 2.6 5.7 5.7 5.7h63.3c3.2 0 5.7-2.5 5.7-5.7 0-3.1-2.6-5.7-5.7-5.7zM2119.5-2767.9h-63.3c-3.1 0-5.7 2.6-5.7 5.7 0 3.2 2.6 5.7 5.7 5.7h63.3c3.2 0 5.7-2.5 5.7-5.7s-2.6-5.7-5.7-5.7z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M2262.7-2222.2c-210.6 0-381.3 170.7-381.3 381.3 0 210.6 170.7 381.3 381.3 381.3 210.6 0 381.3-170.7 381.3-381.3 0-210.6-170.7-381.3-381.3-381.3zm0 631.2c-138 0-249.9-111.9-249.9-249.9s111.9-249.9 249.9-249.9 249.9 111.9 249.9 249.9-111.9 249.9-249.9 249.9z'/%3E%3Cpath class='st1' d='M2374.2-1808.9c-68.5-68.5-36.3-36.3-73.2-73.3 0 0-11.1-11-25.7-4.6-10.3 4.5-23.4 10.6-33.4 15.3-10.9 5.7-18.8 7.5-22.5 7.5-21.1-.1-38.2-17.1-38.2-38.2 0-13.7 7.2-25.6 18.1-32.3 15.2-10.5 50.3-29.2 50.3-29.2s-10.7-13.5-34.1-13.5c-23.4 0-72.3 32-72.3 32s-13.9 8.9-33.6.9l-38.1-13.3v132.4s10.9 3.2 20.7 7.1c2.2-6.3 5.8-12.1 10.7-16.9 16.2-15.4 43.1-15.6 57.8-.4 4.4 4.6 7.5 10.1 9.1 16.2 6 1.8 11.3 5.1 15.7 9.5 4.5 4.6 7.5 10.1 9.2 16.2 5.9 1.8 11.3 5.1 15.6 9.6 4.9 5.1 8.2 11.1 9.7 17.8 6.2 1.8 11.8 5.2 16.3 9.8 8.9 9.1 12 21.5 10.1 33.4h.1c.1.2 5.5 6.2 8.8 9.5 6.5 6.5 17.2 6.5 23.7 0s6.5-17.2 0-23.8c-.2-.2-23.6-24.7-21.7-26.5 1.9-1.9 31.6 29.1 32.2 29.6 6.5 6.5 17.2 6.5 23.7 0s6.5-17.2 0-23.7c-.3-.3-1.7-1.6-2.1-2.1 0 0-29.5-26.3-27.2-28.5 2.3-2.3 38.9 31.9 39 31.9 6.6 5.9 16.7 5.9 23-.4 6.2-6.2 6.3-15.9.8-22.5-.1-.3-27.9-29.4-25.7-31.6 2.2-2.2 29.7 26.1 29.8 26.2 6.5 6.5 17.2 6.5 23.7 0s6.5-17.2 0-23.8c-.1-.2-.2-.3-.3-.3z'/%3E%3Cpath class='st1' d='M2201.2-1748.7c3.1-7.9 2.1-16.7-3.8-22.8-5.3-5.4-13-6.9-20.4-5.2 2.1-7.3.9-15.1-4.4-20.6-5.3-5.4-13-6.9-20.4-5.1 2.1-7.3.9-15.1-4.4-20.6-8.3-8.6-22.8-8.2-32.2.8-9.4 9-15.5 25.4-7.1 35.1 8.4 9.6 18.1 3.8 25.4 2.1-2.1 7.3-8.2 14.1-.6 23.7 7.5 9.6 18 3.7 25.4 2.1-2.1 7.3-7.9 14.7-.7 23.6 7.3 8.9 19.3 4.2 27.3 1.7-3.1 7.9-9.6 16.3-1.2 25.8 8.4 9.6 27.8 5.1 37.3-3.9 9.5-9 10.4-23.4 2.1-32-5.8-5.8-14.4-7.2-22.3-4.7zM2378.3-1934.6s-18.3-15.8-38.8-33c-16.7-14.1-25.4-13.5-37.6-7-20 10.6-68 37.6-90.7 51.4-8.4 4.7-14.3 11.1-14.3 20.5 0 12.2 15.7 28.1 34.5 18 10-4.9 33.9-17.3 50-25.8 17.6-9.3 28.5 1.5 28.5 1.5s63.5 63.1 81.3 80.2c11.6 11.1 27.6 6 32.6 5.3 5.1-.7 29.9-5.5 29.9-5.5v-115.7s-36.6 8.2-60 13.1c-9.4 2-15.4-3-15.4-3z'/%3E%3C/g%3E%3Cimage width='1060' height='1136' xlink:href='../../../../../Desktop/Captura de pantalla 2018-06-25 a la(s) 15.42.44.png' transform='matrix(.5 0 0 .5 -1867 -2817)' overflow='visible'/%3E%3Cpath fill='%2344aa31' d='M-1590-2639.9l24.4 49.4 54.5 7.9-39.5 38.4 9.3 54.3-48.7-25.6-48.7 25.6 9.3-54.3-39.5-38.4 54.5-7.9z'/%3E%3Cpath class='st2' d='M611.3 472l24.2 49 54.1 7.9-39.2 38.2 9.3 53.9-48.4-25.5-48.4 25.5 9.2-53.9-39.2-38.2 54.2-7.9z'/%3E%3Cg%3E%3Cpath class='st0' d='M1321.8-885c-210.3 0-380.7 170.4-380.7 380.7 0 210.3 170.4 380.7 380.7 380.7s380.7-170.4 380.7-380.7c0-210.2-170.4-380.7-380.7-380.7zm0 630.2c-137.8 0-249.5-111.7-249.5-249.5s111.7-249.5 249.5-249.5 249.5 111.7 249.5 249.5-111.7 249.5-249.5 249.5z'/%3E%3Cpath class='st1' d='M1379.2-481l-.1-.1c0 .1.1.1.1.1z'/%3E%3Cpath class='st1' d='M1379.2-481l-.1-.1s0 .1.1.1zM1353.4-476.1c-.2.3-.3.7-.5 1 .1-.3.3-.6.5-1z'/%3E%3Cpath class='st1' d='M1353.4-476c-.2.3-.4.6-.5 1 .1-.3.3-.7.5-1z'/%3E%3Cpath class='st0' d='M1266.6-608.7l-64.8 15.9-17-66.9 106.8-31.9h55.8V-317h-80.7v-291.7zM1422-672.9c10.6 0 19.2 9.6 19.2 21.4 0 11.8-8.6 21.4-19.2 21.4s-19.2-9.6-19.2-21.4c0-11.8 8.6-21.4 19.2-21.4m0-17.7c-20.3 0-36.9 17.5-36.9 39.1 0 21.5 16.6 39.1 36.9 39.1 20.3 0 36.9-17.5 36.9-39.1 0-21.5-16.6-39.1-36.9-39.1zM1388-600.1h67.9v17.7H1388z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M399.9-883C189.8-883 19.5-712.7 19.5-502.7s170.3 380.3 380.3 380.3 380.3-170.3 380.3-380.3S609.9-883 399.9-883zm223.5 490.1c-4.5 9.2-9.5 18.2-15.1 26.7-44.5 67.9-121.2 112.8-208.4 112.8-137.7 0-249.2-111.6-249.2-249.2 0-137.7 111.6-249.2 249.2-249.2s249.2 111.6 249.2 249.2c0 39.4-9.4 76.5-25.7 109.7z'/%3E%3Cpath class='st2' d='M399.9-665.2l52.8 107L570.8-541l-85.5 83.3 20.2 117.6-105.6-55.5-105.7 55.5 20.2-117.6-85.5-83.3L347-558.2z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st3' d='M2263.3-885.1c-210.2 0-380.7 170.4-380.7 380.7s170.4 380.7 380.7 380.7c210.2 0 380.7-170.4 380.7-380.7s-170.4-380.7-380.7-380.7zm0 630.2c-137.8 0-249.5-111.7-249.5-249.5s111.7-249.5 249.5-249.5 249.5 111.7 249.5 249.5-111.7 249.5-249.5 249.5z'/%3E%3Cpath class='st3' d='M2241-399.9h-179.4l-13.1-57.2 201.4-233.4h68.2v225h49.3v65.5h-49.3v79.2H2241v-79.1zm0-65.6v-114.3l-97.5 114.3h97.5zM2402.6-672.1c10.5 0 19 9.4 19 21.1 0 11.6-8.5 21.1-19 21.1s-19-9.4-19-21.1c0-11.6 8.5-21.1 19-21.1m0-17.5c-20.1 0-36.4 17.3-36.4 38.6s16.3 38.6 36.4 38.6c20.1 0 36.4-17.3 36.4-38.6 0-21.2-16.3-38.6-36.4-38.6zM2366.7-600.3h67.1v17.5h-67.1z'/%3E%3C/g%3E%3Cpath class='st2' d='M1493.3-392l24.2 49 54.1 7.9-39.2 38.2 9.3 53.9-48.4-25.5-48.4 25.5 9.2-53.9-39.2-38.2 54.2-7.9z'/%3E%3Cpath class='st0' d='M2439.3-392l24.2 49 54.1 7.9-39.2 38.2 9.3 53.9-48.4-25.5-48.4 25.5 9.2-53.9-39.2-38.2 54.2-7.9z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

@media only screen and (max-width: 40em) {
    .premios__item-wrapper.premios_sostenibilidad,
    .premios__item-wrapper.premios_clientes {
        padding: 20px 20px;
    }
    .premios__item-wrapper.premios_sostenibilidad .premios__item,
    .premios__item-wrapper.premios_clientes .premios__item {
        flex-flow: column;
    }
    .premios__item i.rse-icons_premios {
        height: 100px;
        width: 100%;
        background-position: center;
        margin-bottom: 10px;
    }
    .premios__item>div {
        width: 100%;
        font-size: 1.4rem;
        line-height: normal;
        margin-bottom: 20px;
        text-align: center
    }
    .premios_rse img {
        width: 100%;
        margin: 10px 0;
    }
    .premios_rse .textoPrincipal__item>p.no-bullet {
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .second-wrapper .premios__item.Trabajadores {
        display: none;
    }
    .second-wrapper .premios_trabajadores-list {
        margin-top: 0;
        padding: 0 20px;
        width: 100%;
    }
    .second-wrapper .premios_trabajadores-list .premios__item {
        margin-bottom: 20px;
    }
    .second-wrapper .premios_trabajadores-list .premios__item>div {
        text-align: left;
    }
}

/* ----------------- + Verde ----------------- */

.mas_verde-landing{
    padding: 0 !important;
}

/* Virina */

.mas_verde-logo {
    position: absolute;
    z-index: 1;
    height: 97%;
    width: 40%;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
}

.mas_verde-logo img {
    width: 50%;
}

@media only screen and (max-width: 50em) {
    .mas_verde-logo img {
        width: 80%;
    }
}

/* Principal Disclaimer */

.mas_verde-disclaimer {    
    color: #333;
    font-size: 1.6rem;
    text-align: center;
    padding: 40px 180px;
}

@media only screen and (max-width: 50em) {
    .mas_verde-disclaimer {
        padding: 20px;
    }
}

i.mas_verde-tree {
    background-image: url("data:image/svg+xml,%3Csvg width='66' height='71' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.856 56.817v12.99c0 .66-.624 1.193-1.394 1.193-.77 0-1.394-.534-1.394-1.192V57.085a12.312 12.312 0 0 1-6.413 1.782c-6.495 0-11.868-5.008-12.429-11.365A17.046 17.046 0 0 1 0 31.45c0-9.457 7.778-17.086 17.24-17.086.641 0 1.363 0 2.004.08C19.404 6.494 25.98.057 34.08.057c7.777 0 14.192 5.96 14.753 13.51 9.382.159 16.92 7.788 16.92 17.086 0 8.026-5.774 15.02-13.632 16.69-.401 6.436-5.853 11.523-12.429 11.523-2.466 0-4.82-.714-6.835-2.05zm-2.788-2.655v-5.35c-4.907-1.01-7.822-5.83-8.945-8.097a1.18 1.18 0 0 1 .635-1.624l.006-.002a1.198 1.198 0 0 1 1.51.59c.907 1.838 3.196 5.646 6.794 6.676v-7.95c0-.658.624-1.191 1.394-1.191.77 0 1.394.533 1.394 1.192v8.147c4.166-.578 6.864-4.918 7.878-6.9.28-.546.926-.795 1.5-.571l.008.003c.654.257.948 1.015.628 1.639-1.234 2.41-4.539 7.684-10.014 8.23v4.796c1.88 1.731 4.25 2.732 6.835 2.732 5.533 0 10.023-4.45 10.023-9.934v-1.191l1.043-.16c7.216-1.033 12.589-7.311 12.589-14.543 0-8.106-6.655-14.702-14.835-14.702h-.48l-1.523.08V14.68c0-6.756-5.614-12.239-12.43-12.239-6.815 0-12.428 5.562-12.428 12.318 0 .318 0 .715.08 1.033l.16 1.59-1.603-.32c-.962-.237-2.005-.317-3.047-.317-8.179 0-14.835 6.596-14.835 14.703 0 6.437 4.17 12.08 10.424 14.066l.802.239v.874c0 5.484 4.49 9.854 10.024 9.854 2.385 0 4.649-.791 6.413-2.32z' fill='%23AAD500' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
    width: 66px;
    height: 71px;
    display: block;
    margin: 0 auto 15px;
}

@media only screen and (max-width: 50em) {
    i.mas_verde-tree {
        width: 40px;
        height: 42px;
    }
}

.mas_verde-destacado {    
    margin-top: 15px;
}

/* Legal Text */

.mas_verde-legaltext {
    background: #F7F7F7;
    padding: 60px 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (max-width: 50em) {
    .mas_verde-legaltext {
        padding: 30px;
    }
}

.mas_verde-legaltext h2 {
    font-size: 1.8rem;
    font-weight: 600; 
    letter-spacing: 3px;
    margin-bottom: 20px;
    width: 100%;
    line-height: 26px;
}

.mas_verde-legaltextColumn {
    width: 46%;
}

@media only screen and (max-width: 50em) {
    .mas_verde-legaltextColumn {
        width: 100%;
    }
}

.mas_verde-legaltextColumn p {
    margin-bottom: 20px;
    font-size: 1.4rem;
    letter-spacing: -0.2px;
}

img.mas_verde-legaltextImg {
    width: 50%;
}

@media only screen and (max-width: 50em) {
    img.mas_verde-legaltextImg {
        margin-bottom: 20px;
    }
}

/* Info Cats*/

.mas_verde-catInfo{
    margin-top: 40px;
}

@media only screen and (max-width: 50em) {
    .mas_verde-catInfo{
        margin-top: 20px;
    }
}

.mas_verde-cats {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media only screen and (max-width: 50em) {
    .mas_verde-cats {
        flex-direction: column;
    }
}

.mas_verde-catimagen {
    width: 48%;
    padding: 0 50px;
}

@media only screen and (max-width: 50em) {
    .mas_verde-catimagen {
        width: 90%;
        order: 1;
        padding: 0;
    }
}

.mas_verde-catstexto {
    display: flex;
    flex-direction: column;
    padding: 40px;
    width: 48%;
}

@media only screen and (max-width: 50em) {
    .mas_verde-catstexto {
        order: 2;
        width: 100%;
    }
}

.mas_verde-cattitulo {
    font-weight: 600;
    margin-bottom: 20px;
}

.mas_verde-catstexto p {
    font-size: 1.4rem;
    margin-left: 30px;
}

.mas_verde-catmas {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.238.367v8.61h8.169v3.843h-8.169v8.652h-4.2V12.82H.911V8.977h8.127V.367z' fill='%23ADD60A' fill-rule='nonzero'/%3E%3C/svg%3E");
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: top;
    margin-right: 10px;
}

/* Carrusel marcas */

.mas-verde_documents {
    position: relative;
    margin-top: 70px;
}

.mas-verde_documents p {
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.mas-verde_carrusel.wrapper {
    height: 96px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 30px;
}

.mas-verde_carrusel ul.carousel {
    margin: 0 30px;
    padding: 0;
    list-style: none;
    width: 90%;
    display: flex;
    position: absolute;
    transition: all 1s ease;
    left: 0px;
}

.mas-verde_carrusel li.card {
    min-width: 100px;
    height: 100%;
    margin-right: 4rem;
    display: inline-block;
}

.mas-verde_carruselMarca img {
    width: 100%;
}

.mas-verde_carruselArrow button {
    position: absolute;
    top: 30%;
    background: none;
    border: none;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    font-size: 0;
    width: 40px;
    height: 40px;
    padding: 0;
}

.mas-verde_carruselArrow button:focus {
    outline: none;
}

.mas-verde_carruselArrow button.next {
    right: -10px;
}

.mas-verde_carruselArrow button.previous {
    left: -10px;
}

.mas-verde_carruselArrow button.next::before, 
.mas-verde_carruselArrow button.previous::before {
    font-family: 'icomoon';
    color: #333;
    background: transparent;
    font-size: 38px;
    padding: 0px;
    line-height: 1;
    opacity: .75;
}

.mas-verde_carruselArrow button.previous::before {
    content: "\ea13";
}

.mas-verde_carruselArrow button.next::before {
    content: "\ea12";
}

.mas-verde_carruselArrow.no-arrows {
    display: none;
}

@media only screen and (max-width: 50em) {
    .mas-verde_carruselArrow.no-arrows {
        display: none;
    }
}

/* ----------------- Noticias ----------------- */

.rse-modTextoNoticias__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fb-rse__modTextoNoticias {
    margin-bottom: 40px;
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 40em) {
    .fb-rse__modTextoNoticias {
        margin-bottom: 40px;
        width: 100%;
        flex-direction: column;
    }
}

.modTextoNoticias__imagen {
    width: 60%;
}

.modTextoNoticias__imagen img {
    width: 100%;
    border-bottom: #aad500 solid 4px;
}

@media only screen and (max-width: 40em) {
    .modTextoNoticias__imagen {
        width: 100%;
        margin-bottom: 10px;
    }
}

.modTextoNoticias__txt {
    width: 35%;
}

.rse-date_noticias {
    color: #AAD500;
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.rse-title_noticias {
    color: #333333;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 10px;
    min-height: 110px;
}

.rse-btn_noticias {
    background: #333;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

@media only screen and (max-width: 40em) {
    .modTextoNoticias__txt {
        width: 100%;
    }
    .rse-title_noticias {
        min-height: auto;
    }
}

/* ----------------- Detalle Noticias ----------------- */

.fb-rse-textoNoticiasD {
    width: 90%;
    margin: 0 auto;
}

.rse-title_noticiasD {
    display: block;
    font-size: 2.2rem;
    font-weight: 600;
    margin: 30px 0px 40px;
}

@media only screen and (max-width: 40em) {
    .rse-title_noticiasD {
        margin: 20px 0px 20px;
        font-size: 2rem;
    }
}

.rse-image_noticiasD {
    margin-bottom: 30px;
    width: 100%;
}

.fb-rse-textoNoticiasD p {
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.rse-quote_noticiasD {
    font-style: italic;
    font-weight: 600;
}

.rse-btn_noticiasD {
    background: #333;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    margin: 40px 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 30%;
    float: right;
}

@media only screen and (max-width: 40em) {
    .rse-btn_noticiasD {
        width: 100%;
        margin: 20px 0 40px;
    }
}  