:root {
    --primary-color: #E4002B;
    --fondo-color: #E4E8E9;
    --header-color: #656363;
    --gris-color: #626262;
    --gris-claro: #8C8C8C;
    --gris-light: #F8FAFB;
    --gris-medium: #A0A0A0;
}

.text-gris-claro {
    color: var(--gris-claro);
}

.text-gris {
    color: #636466;
}

.text-especial {
    color: #606060;
}

.fs-8 {
    font-size: 8px;
}

.fs-7 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px;
}

.fs-13 {
    font-size: 13px;
}

.fs-18 {
    font-size: 18px;
}

.fs-24 {
    font-size: 24px;
}

.fs-16 {
    font-size: 16px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-26 {
    font-size: 26px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.text-primary-color {
    color: var(--primary-color);
}

.text-primary-color:hover {
    color: var(--primary-color);
}

.font-primary-normal {
    font-family: 'Bree Regular' !important;
    font-weight: 400;
}

.font-primary-extrabold {
    font-family: 'Bree ExtraBold';
    font-weight: 800;
}

.font-bold {
    font-family: 'Bree Bold' !important;
    font-weight: 700;
}

.divBannerInicio .slick-dots li button {
    font-family: 'Bree Bold' !important;
}

.font-inter-bold {
    font-family: 'Inter';
    font-weight: 700;
}

.font-inter-normal {
    font-family: 'Inter';
    font-weight: 400;
}

header {
    position: absolute;
    z-index: 999999999;
    width: 100%;
}

header:before {
    content: "";
    width: 100%;
    height: 145px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    z-index: 10;
}

.bg__header_trasnparent {
    margin: 0 auto;
    position: relative;
    background-color: transparent;
    min-height: 130px;
    display: flex;
    align-items: center;
}
.divBannerInicio.home__hero{
    overflow: inherit;
    overflow-x: clip;
}
.divBannerInicio.home__hero img{
    height: 100%;
}
.bg__header_trasnparent.fixed {
    position: fixed;
    top: -50px;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: transform 0.5s ease-in-out;
    background-color: #656363;
    transform: translateY(50px);
    display: flex;
    align-items: center;
    min-height: 80px;
}
.oneline-hero{
    width: 100%;
    height: 2px;
    background: #FFF;
}
.bg__header_trasnparent.hidden {
    transform: translateY(1px);
    transition: transform 0.3s ease-in-out;
    margin: 0 auto;
    position: relative;
    background-color: transparent;
    min-height: 130px;
    height: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 1024px) {
    .bg__header_trasnparent {
        align-items: start;
        padding: 1rem .3rem 0 .3rem;
    }
    .bg__header_trasnparent.hidden {
        align-items: start;
        padding: 1rem .3rem 0 .3rem;
    }
    .bg__header_trasnparent.fixed {
        align-items: start;
        padding: 1rem .3rem 0 .3rem;
    }
}

.bg__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--header-color);
    z-index: 9999;
    min-height: 80px;
    display: flex;
    align-items: center;
    visibility: hidden;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
}

.bg__header.show {
    visibility: visible;
    transform: translateY(0);
}

.font-primary-ligth {
    font-family: 'Bree Light';
    font-weight: 300;
}

.bg__header.hide {
    transform: translateY(-100%);
}

.fixed-header {
    visibility: hidden;
}

.fixed-header.show {
    visibility: visible;
}

.bg-gris {
    background-color: #E4E8E9;
}

.text-gris-especial {
    color: #8E8E8E;
}

.bg-gris-especial {
    background-color: #EDF0F2;
}

.logo_header {
    width: 227px;
    height: 47px;
}

@media (max-width: 768px) {
    .logo_header {
        width: 208px;
        height: 43px;
    }
}

.enlace__header {
    line-height: 20px;
}

.enlace__header:hover {
    border-bottom: 2px solid #D52B1E;
}

.btn__inicio_sesion {
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    padding: 10px 14px 8px 14px;
    margin-top: -9px;
}

.footer_bg_promperu {
    background-color: #575859;
    height: 60px;
}

.footer_bg2_promperu {
    background-color: #636466;
}

.btn--primary--home {
    background: #D52B1E;
    font-size: 14px;
    line-height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: all .5s ease;
    padding: 12px 70px;
    border: none;
}

.outline-none:focus-visible {
    outline: none;
}

.suscribete-contenedor {
    background: white;
}

@media (max-width: 767px) {
    .suscribete-contenedor {
        background-color: transparent !important;
    }
}

.content__servicios_al_exportador {
    background: #EDF0F2;
}

.bg_servicios_exportador {
    background-image: url("../img/bg_servicios_exportador.png");
    background-repeat: no-repeat;
    background-size: cover;
}


/*###################################*/

.divSeccionModulo {
    background: #EDF0F2 !important;
}

.divSeccionModulo.divExportadorServicios {
    width: 100%;
    position: relative;
    background: #edf0f2 !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

.divExportadorServicios>div {
    width: 100%;
    position: relative;
    background: linear-gradient(to left, transparent 60%, #d2291c 0);
}

@media screen and (max-width: 750px) {
    .divExportadorServicios>div {
        background: linear-gradient(to bottom, #d2291c 81%, #edf0f2 0);
    }
    .divExportadorServicios {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 1024px) {
    .is_centered {
        width: 660px !important;
    }
}

@media screen and (max-width: 750px) {
    .is_centered {
        width: 90%!important;
    }
}

.is_centered {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}

.divExportadorServicios .is_wrapper {
    width: 848px;
    height: 307px;
    background: linear-gradient(270deg, #cb2619 0, #d52b1e 100%);
    box-shadow: 0 12px 12px -10px rgba(237, 237, 237, .5);
    position: relative;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .divExportadorServicios .is_wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .divExportadorServicios .is_wrapper {
        height: auto;
        display: block;
    }
}

.divExportadorServicios .is_wrapper:before {
    content: "";
    width: 155px;
    height: 145px;
    background: url(../img/img_vector_servicios_exportador.png);
    background-repeat: no-repeat;
    position: absolute;
    left: -36px;
    top: 0;
}

.divExportadorServicios .is_wrapper .is_column {
    float: left;
}

@media screen and (max-width: 750px) {
    .divExportadorServicios .is_wrapper .is_column {
        width: 100%!important;
        margin-left: 0!important;
        margin-right: 0!important;
        top: inherit!important;
    }
}

.divExportadorServicios .is_wrapper .is_column:nth-child(1) {
    width: 230px;
    margin-left: 52px;
}

@media screen and (max-width: 1024px) {
    .divExportadorServicios .is_wrapper .is_column:nth-child(1) {
        width: 150px;
        margin-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .divExportadorServicios .is_wrapper .is_column:nth-child(2) {
        width: 180px;
        margin-left: 25px;
    }
}

.divExportadorServicios .is_wrapper .is_column:nth-child(2) {
    width: 320px;
    margin-left: 45px;
}

.divExportadorServicios .is_wrapper .is_column:nth-child(3) {
    width: 360px;
    height: 285px;
    background: #fff;
    box-shadow: 0 22px 24px -10px rgba(61, 73, 80, .3);
    position: absolute;
    right: -292px;
    top: 55px;
    box-sizing: border-box;
    padding: 54px;
    z-index: 99;
}

@media screen and (max-width: 1024px) {
    .divExportadorServicios .is_wrapper .is_column:nth-child(3) {
        width: 300px;
        right: -25px;
        padding: 37px;
    }
}

@media screen and (max-width: 750px) {
    .divExportadorServicios .is_wrapper .is_column:nth-child(3) {
        width: 100%;
        right: inherit;
        position: relative;
        height: 245px;
        margin-top: 25px;
        padding: 34px;
    }
}

.divExportadorServicios .is_wrapper .is_column:nth-child(3):before {
    content: "";
    width: 48px;
    height: 39px;
    background: #fff;
    position: absolute;
    right: 44px;
    top: 37px;
    border: 7px solid #f3f3f3;
    border-radius: 8px;
}

.divExportadorServicios .is_wrapper .is_column:nth-child(3):after {
    content: "";
    width: 46px;
    height: 39px;
    background: 0 0;
    position: absolute;
    right: 31px;
    top: 24px;
}

.is_clear {
    clear: both;
}

.divExportadorServicios .is_wrapper .is_column:nth-child(1) h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 36px;
    display: block;
    position: relative;
    margin-top: 21px;
}

@media screen and (max-width: 1024px) {
    .divExportadorServicios .is_wrapper .is_column:nth-child(1) h2 {
        font-size: 25px;
        line-height: 24px;
        margin-top: 15px;
    }
}

@media screen and (max-width: 750px) {
    .divExportadorServicios .is_wrapper .is_column:nth-child(1) h2 {
        font-size: 30px;
        line-height: 35px;
        margin-top: 37px;
        display: block;
    }
}

.divExportadorServicios .is_wrapper .is_column:nth-child(1) p {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    margin-top: 6px;
    margin-bottom: 21px;
}

@media screen and (max-width: 1024px) {
    .divExportadorServicios .is_wrapper .is_column:nth-child(1) p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 750px) {
    .divExportadorServicios .is_wrapper .is_column:nth-child(1) p {
        font-size: 14px;
        line-height: 20px;
    }
}

.divExportadorServicios .is_wrapper .is_column:nth-child(2) p {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 13px;
}

@media screen and (max-width: 1024px) {
    .divExportadorServicios .is_wrapper .is_column:nth-child(2) p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 750px) {
    .divExportadorServicios .is_wrapper .is_column:nth-child(2) p {
        font-size: 14px;
        line-height: 20px;
    }
}

.divExportadorServicios .is_wrapper .is_column:nth-child(3) h3 {
    color: #636466;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
}

.divExportadorServicios .is_wrapper .is_column:nth-child(3) p {
    color: #000;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    margin-top: 11px;
    margin-bottom: 31px;
    position: relative;
}

@media screen and (max-width: 750px) {
    .divExportadorServicios .is_wrapper .is_column:nth-child(3) p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 32px;
        padding-right: 10px;
    }
}

.btn-main-arrow {
    width: 235px;
    height: 45px;
    border-radius: 4px;
    background: #d52b1e;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    display: table;
    margin-top: 30px;
    text-decoration: none;
    position: relative;
    margin-left: 10px;
    letter-spacing: .2px;
}
.btn-main-arrow.segundo-bloque{
    width: 164px !important;
}
@media (max-width: 1200px) {
    .btn-main-arrow.calendario {
        width: 50% !important;
    }
}

@media screen and (max-width: 1024px) {
    .btn-main-arrow {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 750px) {
    .btn-main-arrow {
        margin-top: 0;
    }
    .btn-main-arrow.calendario {
        margin-top: 30px;
        width: 100% !important;
    }
}

.btn-main-arrow i {
    height: 12px;
    width: 10px;
    background: url("../images/arrow2.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 14px;
}

.btn-main-arrow.banner {
    width: 100%;
    height: auto;
    line-height: 25px;
    padding: 10px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .btn-main-arrow.banner {
        padding-right: 30px;
    }
}

.btn-main {
    padding: 15px;
    background: #D52B1E;
    border-radius: 5px;
    color: #fff;
    line-height: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    text-decoration: none;
    letter-spacing: .2px;
}

.btn-main.gris {
    color: #1E1E1E;
    background: #D9D9D9;
}

.btn-main.gris-white {
    border: 1px solid #646567;
    border-radius: 5px;
    background-color: white;
    color: #646567;
}

.before-primary::before {
    content: "";
    height: 2px;
    width: 24px;
    background: #d52b1e;
    position: absolute;
    top: -7px;
    left: 0;
}

.divBannerInicio .divCapasBanner .divCapa3:before {
    top: 20px;
}

.items_card {
    width: 263px;
    height: 373px;
    float: left;
    margin-bottom: 20px;
}

.items_card .is_column:nth-child(1) {
    width: 100%;
    height: 213px;
    float: left;
    border-radius: 4px 4px 0 0;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /* overflow: hidden; */
}

.items_card .is_column:nth-child(1) img {
    display: block;
    width: 263px;
}

.items_card .is_column:nth-child(1):before {
    content: "";
    width: 100%;
    height: 213px;
    float: left;
    border-radius: 4px 4px 0 0;
    background-color: rgba(0, 0, 0, .1);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .41) 180%);
    position: absolute;
}

.items_card .is_column:nth-child(2) {
    width: 239px;
    height: 185px;
    /* height: 223px; */
    float: left;
    background: #fff;
    margin-top: -63px;
    border-radius: 0 0 4px 4px;
    padding: 24px 25px;
    box-sizing: border-box;
    padding-right: 20px;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.items_card {
    margin-bottom: 0;
    margin-right: 0px !important;
}

.items_card .is_column:nth-child(2) span {
    color: #000;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    position: relative;
    padding-left: 7px;
}

.items_card .is_column:nth-child(2) span:before {
    content: "";
    height: 11px;
    width: 2.73px;
    background: #d52b1e;
    position: absolute;
    top: 1px;
    left: 1px;
}

.items_card .is_column:nth-child(2) h3 {
    color: #000;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    padding-top: 5px;
    /* max-height: 48px; */
    -webkit-line-clamp: 2;
    /* display: -webkit-box; */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.items_card .is_column:nth-child(2) p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    margin-top: 5px;
    color: #000;
}

@media screen and (max-width: 1024px) {
    .items_card {
        margin-bottom: 5px;
        margin-right: 15px;
    }
    .items_card .is_column:nth-child(2) h3 {
        font-size: 18px;
        line-height: 20px;
        padding-top: 5px;
    }
    .items_card .is_column:nth-child(2) p {
        font-size: 13px;
        line-height: 18px;
    }
}

@media screen and (max-width: 750px) {
    .items_card {
        margin-bottom: 0;
        margin-right: 25px;
    }
    .items_card .is_column:nth-child(2) p {
        font-size: 14px;
        line-height: 18px;
    }
}

.items_card.marcrotendencias {
    max-width: 628px;
    width: 100%;
    height: auto;
}

.items_card.marcrotendencias_especial {
    max-width: 628px;
    width: 100%;
    height: auto;
}

.items_card.marcrotendencias .is_column:nth-child(1) {
    max-width: 628px;
    width: 100%;
    
}

@media(min-width:1024px){
    .items_card.marcrotendencias .is_column:nth-child(1) {
        height: 400px;
    }
}
.items_card.marcrotendencias_especial .is_column:nth-child(1) {
    max-width: 558px;
    width: 100%;
    max-height: 242px;
    height: 100%;
}

.items_card.marcrotendencias .is_column:nth-child(2) {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .items_card.marcrotendencias .is_column:nth-child(2) {
        max-width: 265px;
    }
}

@media (min-width: 980px) {
    .items_card.marcrotendencias .is_column:nth-child(2) {
        max-width: 350px;
    }
}

@media (min-width: 1200px) {
    .items_card.marcrotendencias .is_column:nth-child(2) {
        max-width: 500px;
    }
}

.items_card.marcrotendencias_especial .is_column:nth-child(2) {
    max-width: 340px;
    width: 100%;
    height: 185px;
    /* height: 100%; */
    margin-top: 41px;
    margin-left: -60px;
}
.items_card.marcrotendencias_especial.segunda-fila .is_column:nth-child(2) {
    max-height: inherit;
    /* height: 100%; */
}

.items_card.marcrotendencias .is_column:nth-child(1):before {
    max-width: 541px;
    width: 100%;
    height: auto;
}

.items_card.marcrotendencias_especial .is_column:nth-child(1):before {
    max-width: 573px;
    width: 100%;
    height: auto;
}

.items_card.marcrotendencias .is_column img {
    max-width: 622px;
    width: 100%;
    height: 386px;
}

.items_card.marcrotendencias_especial .is_column img {
    /* max-width: 309px;
	width: 100%; */
    width: 320px;  
    height: 200px;
}

@media screen and (max-width: 750px) {
    .items_card.marcrotendencias_especial {
        width: 100% !important;
        height: auto !important;
    }
    .items_card.marcrotendencias_especial .is_column:nth-child(1) {
        width: 100% !important;
        height: 100% !important;
    }
    .items_card.marcrotendencias_especial .is_column:nth-child(2) {
        width: 100% !important;
        height: 100% !important;
        margin-top: -0px !important;
        margin-left: 0px !important;
        max-width: 453px;
    }
    .items_card.marcrotendencias_especial .is_column:nth-child(1):before {
        width: 100% !important;
        height: auto !important;
    }
    .items_card.marcrotendencias_especial .is_column img {
        max-width: 453px;
        width: 100%;
        height: auto;
        max-height: 222px;
    }
    .items_card.marcrotendencias .is_column:nth-child(2) {
        max-width: 461px;
        width: 100%;
        height: auto;
    }
}


.li-color-punto {
    background: #D52B1E;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.li-color-punto2 {
    background: #7E1F6A;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.li-color-punto3 {
    background: #FF8814;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.contenedor_sector_productivo {
    max-width: 1000px;
}

.item_sector_productivo {
    width: 160px;
    height: 140px;
    line-height: 15px;
}

.item_sector_productivo.mobile {
    width: 109.02px;
    height: 106.51px;
}

.item_sector_productivo.mobile img {
    width: 50.32px;
    height: 50.32px;
}

.accordion {
    border: 1px solid #ccc;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background-color: #E0E0E0;
    cursor: pointer;
}

.accordion-header.active {
    background-color: #fff;
    border-bottom: 3px solid #D52B1E;
    border-radius: 0 !important;
    padding: 1rem 1rem .5rem 1rem;
}

.accordion-header.active h6 {
    color: #D52B1E;
    background-color: #fff;
}

.accordion-header .title {
    font-weight: bold;
}

.accordion-content {
    padding: 1rem 1rem 0rem 1rem;
    display: none;
    transition: max-height 0.2s ease-out;
}

.accordion-content.active {
    display: block;
    max-height: 1000px;
    transition: max-height 0.3s ease-in;
    background-color: #fff;
}

/* .divRedesSociales {
    width: 50px;
    box-shadow: 0 12px 12px -10px rgba(237, 237, 237, .5);
    background-color: #fff;
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 99999;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
} */

.divRedesSociales a {
    margin-bottom: 10px;
    display: block;
}

.btnCompartir {
    margin-top: 12px;
}

.slick_prev_arrow_add.home {
    width: 48px;
    height: 48px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAvCAYAAABzJ5OsAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALUSURBVHgB1Zq9ctNAEMdXfoLUVHoD1NBAgSjS0BBmoLbfgPQUVkOdtFR2niBpKBgKKQUFFWF4APsN7DfY7Ob+F58n8Ze0J0u/mf9II53u9nRfqz0lZAAz53J4KcqgE1EaJFmK5lAl+pckSUUNSagmMPhMNIRRt6I7aCnGzYO0WhlfKX3uLc4r0ZVFRfY2WlSKZqIChtXJJxWNkE+JlxEHFOaNzsmQoBITLYcskQy/+DdNEUFLLkTnZIFkdAHDU2oBtLCWN6YmoBnLuv26Qbknomstf1u6wZYM9EGZCJJ3oiW1iJYn+qinuyrwBG0yrTl1ALT8xb6J/eBstatsAl1otnMQY7As2hqc+xIM4nRbomns6bAumEbLTTd15ZxRh9m4QGJgDKnDeNfkuYudfuue8O37eX4kKqgfXJHzZh1tLv9NwdS50PMBmmDN/+4yWO3nard2G/1IuKUISAFvRN9E78kWtTcjOEAfyBhMAhU7votekBHw/yd68pftPy5ORb9huB5PyRDJL1O7Ce6AmR+jXUT0B4ZXHOHzzrsLesJkgGSj7usZWlL5KXpNkXiw29D4z6L/MPyH6BVFRAsZUJ+xWqDa7DaPCxUKy8iIlgZs7mebqc6bZEgLU6W28I32eQ3Pmb15RZbwX3L4Sm4l1K7zyXKRIhcyrFZNEIFY7sHawmq9UMXkcYGilT+vPrJNiC0+ObnosoN7+iUVXixjTGuWwJssn7vR3+gBburbL6iDsAtBTrYl2B2ZOgK8byRPEpxzH2OVwQOXvCm01jLsPlOLQ57xPs9hsXFj2G1uTKkOqMA1H2dnpKxteJBRwcfZk7okCzCIdbQ32+TaXc74oMF5QMYpupFmbhpN9gskukpKseD1HfBh3cLQr8fcYAe86b8HI3L/EWj8UD88KpzfhTuIqKD//yDDM3pNvdmbuv8e1DY+hFd/feQwShXOUHNCpSCTvz7uARSDc1jqEyOwAAAAAElFTkSuQmCC');
    z-index: 9999;
    top: 42%;
    background-repeat: no-repeat;
    left: 50px;
    position: absolute;
    cursor: pointer;
    border: none;
    padding: 0px;
    border-radius: 50%;
    transform: rotate(0deg);
}

.slick_next_arrow_add.home {
    width: 48px;
    height: 48px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAvCAYAAABzJ5OsAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALUSURBVHgB1Zq9ctNAEMdXfoLUVHoD1NBAgSjS0BBmoLbfgPQUVkOdtFR2niBpKBgKKQUFFWF4APsN7DfY7Ob+F58n8Ze0J0u/mf9II53u9nRfqz0lZAAz53J4KcqgE1EaJFmK5lAl+pckSUUNSagmMPhMNIRRt6I7aCnGzYO0WhlfKX3uLc4r0ZVFRfY2WlSKZqIChtXJJxWNkE+JlxEHFOaNzsmQoBITLYcskQy/+DdNEUFLLkTnZIFkdAHDU2oBtLCWN6YmoBnLuv26Qbknomstf1u6wZYM9EGZCJJ3oiW1iJYn+qinuyrwBG0yrTl1ALT8xb6J/eBstatsAl1otnMQY7As2hqc+xIM4nRbomns6bAumEbLTTd15ZxRh9m4QGJgDKnDeNfkuYudfuue8O37eX4kKqgfXJHzZh1tLv9NwdS50PMBmmDN/+4yWO3nard2G/1IuKUISAFvRN9E78kWtTcjOEAfyBhMAhU7votekBHw/yd68pftPy5ORb9huB5PyRDJL1O7Ce6AmR+jXUT0B4ZXHOHzzrsLesJkgGSj7usZWlL5KXpNkXiw29D4z6L/MPyH6BVFRAsZUJ+xWqDa7DaPCxUKy8iIlgZs7mebqc6bZEgLU6W28I32eQ3Pmb15RZbwX3L4Sm4l1K7zyXKRIhcyrFZNEIFY7sHawmq9UMXkcYGilT+vPrJNiC0+ObnosoN7+iUVXixjTGuWwJssn7vR3+gBburbL6iDsAtBTrYl2B2ZOgK8byRPEpxzH2OVwQOXvCm01jLsPlOLQ57xPs9hsXFj2G1uTKkOqMA1H2dnpKxteJBRwcfZk7okCzCIdbQ32+TaXc74oMF5QMYpupFmbhpN9gskukpKseD1HfBh3cLQr8fcYAe86b8HI3L/EWj8UD88KpzfhTuIqKD//yDDM3pNvdmbuv8e1DY+hFd/feQwShXOUHNCpSCTvz7uARSDc1jqEyOwAAAAAElFTkSuQmCC');
    right: 50px;
    z-index: 9999;
    top: 42%;
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;
    border: none;
    padding: 0px;
    border-radius: 50%;
    transform: rotate(180deg);
}

@media (min-width: 1024px) {
    .slick_prev_arrow_add.home {
        left: 50px;
    }
    .slick_next_arrow_add.home {
        right: 50px;
    }
}
.transparencia.hero {
    background: url(../images/transparencia.png) !important;
    height: 100%;
}

.transparencia.home {
    background: url(../images/transparencia.png) !important;
}

.modalSearch {
    display: none;
    align-items: center;
    position: fixed;
    z-index: 999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-search-content {
    position: relative;
    top: -30px;
    background-color: #fefefe;
    width: 100%;
    /* max-width: 1320px; */
    margin: 0 auto;
    height: auto;
}

@media (max-width: 1024px) {
    .modal-search-content {
        top: 18px;
    }
}
.before-tabulador::before{
    content: "";
    height: 11px;
    width: 2.73px;
    background: #d52b1e;
    position: absolute;
    top: 2px;
    left: 1px;
}
.card-segundo-bloque-item{
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(205, 205, 205, 0.35);
}
.card-segundo-bloque span{
    color: #000;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    padding-left: 7px;
}
.search-results {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 322px;
    overflow: auto;
    padding: 10px;
}

.dropdown__content {
    position: absolute;
    top: calc(100% + -35px);
    max-width: 365px;
    margin-left: -200px;
    width: 100%;
    height: auto;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    display: none;
    z-index: 999;
    padding: 14px 16px 19px 22px;
}

@media (min-width: 1200px) {
    .dropdown__content {
        margin-left: -184px;
    }
}

.show {
    display: block;
}

.bg__header_trasnparent.fixed .dropdown__content {
    top: calc(100% + -12px);
}

@media (max-width: 1024px) {
    .divMobileMenu {
        opacity: 1;
        transition: opacity 0.2s ease-in-out;
        z-index: 9999999;
    }
}

.btnMobileMenu {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAA1SURBVHgB7dExDgAwCEJR6P3v2KPQtZsxOpjI20jYPrAOJV00OrBx+I+O4q48EKNDtrwr1z2r9AueTvNisgAAAABJRU5ErkJggg==') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.btnMobileMenu {
    position: initial;
}

.btnMobileMenu.changeBtnClose {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE7SURBVHgBnZWBjcMgDEWtm4ARGCEbJRu0GyQb9DZoN8htwAgZgREygo9Un8ShNqX9kiVkzMM2hBAZYmaX7JJsThb50DYOyfpknloF4JhsFbAFsICx1NgC9SK7iIydsflQxPoW6C81KsVOVbiADvShkH2GOzkxYmKiL7VVeWKgBc/dlGBfAWm9jzh0J8voy4Xw3xXAHXO+8F/hvxKuEBsZPEq4gD60KjD3l9NfyC55h9egIn55thWBgSoS8CoUsWEL+qE2sTGu7vCuFXv5Ws+V+L0Vc+XwXnpag4vDC+crcg7q2D79DO8K/3F1scvK+gfSkV1yp/giwD47Jjhu9KVYexaQddzL+BzaY23UJr2Av3+8j3W3DOXGNzkiE+uhv3DLQ18szD3Psn5NK2IdtQrZD4BFAdvGMxu/rax/Rljp0wOlg+0AAAAASUVORK5CYII=') !important;
    width: 22px !important;
    height: 22px !important;
}

.divBannerInicio .divCapasBanner .divCapa3 {
    margin-top: .3rem;
}

/* Slide Paginator */
#splide_segundo_bloque .splide__pagination{
    position: relative;
    margin-top: 25px;
}

#splide_segundo_bloque .splide__pagination__page{
    width: 16px;
    height: 16px;
    background-color: #fff;
    opacity: inherit;
    transform: inherit;
}
#splide_segundo_bloque .splide__pagination__page.is-active{
    width: 16px;
    height: 16px;
    background-color: #D52B1E;
    opacity: inherit;
    transform: inherit;
}

@media(max-width: 992px){ 
    .items_card.marcrotendencias .is_column img { 
        height: 293px; 
    } 
} 
@media(max-width:640px) { 
    .items_card.marcrotendencias .is_column img{ 
        height: 222px !important; 
    } 
    .items_card .is_column:nth-child(2){ 
        margin-top: 0px !important 
    } 
    .items_card.marcrotendencias_especial .is_column:nth-child(1) {
        height: 222px; 
    } 
}

.z-index-auto{
    position: fixed !important;
}


@media (max-width: 998px){
    header .divSombraMenu {
        height: 145px;
        display: block;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    }
}

@media (min-width: 998px){
    .z-index-auto{
    position: absolute !important;
    }
}