/* AgroBank HUB */

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Regular.eot?'), url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('fonts/OpenSans-Bold.eot?'), url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-ExtraboldItalic';
    src: url('fonts/OpenSans-ExtraboldItalic.eot?'), url('fonts/OpenSans-ExtraboldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-ExtraboldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.eot?'), url('fonts/fontello.eot?#iefix') format('embedded-opentype'), url('fonts/fontello.woff') format('woff'), url('fonts/fontello.ttf') format('truetype'), url('fonts/fontello.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: 'SpaceGrotesk';
    src: url('fonts/SpaceGrotesk-VariableFont_wght.ttf');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-family: 'SpaceGrotesk';
    src: url('fonts/OpenSans-Regular.eot?'), url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('fonts/OpenSans-Regular.eot?'), url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Agrobank Css styles */
html,
body,
p,
div,
h1,
h2,
h3,
h4,
a,
img,
ul,
li,
ol,
span,
header,
nav,
footer,
section,
article,
object,
video {
    padding: 0;
    margin: 0;
    outline: 0;
    border: none;
    vertical-align: baseline;
    font-family: 'OpenSans', Arial, serif;
}


h1,
h2,
h3,
h4,
h5,
h6 { font-family: 'OpenSans'; font-weight: bold; letter-spacing: 0%;}
h1 { font-size: 40px; line-height: 48px;}
h2 { font-size: 32px; line-height: 40px;}
h3 { font-size: 24px; line-height: 32px;}
h4 { font-size: 20px; line-height: 24px;}
h5 { font-size: 18px; line-height: 22px;}
h6 { font-size: 16px; line-height: 22px;}

/* Links */
a { text-decoration: none; color: #281E0E;}
.categories-list__container a { color: #FDFDFD;}

/* Media query para pantallas pequeñas (hasta 600px) */
@media only screen and (max-width: 768px) {
    h1 { font-size: 32px; line-height: 40px; }
    h2 { font-size: 24px; line-height: 32px; }
    h3 { font-size: 20px; line-height: 24px; }
    h4 { font-size: 16px; line-height: 22px; }
    h5 { font-size: 16px; line-height: 20px; }
    h6 { font-size: 16px; line-height: 22px; }
}

/* Buttons */

.btn {
    background: #F5EFEC;
    padding: 0 1rem 0 1.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 48px;
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    color: #281E0E;
    border-radius: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; 
    border: none;
    border: 1px solid #281E0E;
    background: -webkit-gradient(linear, left bottom, left top, from(#FDFDFD), to(#FDFDFD)), -webkit-gradient(linear, left bottom, left top, from(#281E0E), to(#281E0E));
    background: -o-linear-gradient(bottom, #FDFDFD, #FDFDFD), -o-linear-gradient(bottom, #281E0E, #281E0E);
    background: linear-gradient(0deg, #FDFDFD, #FDFDFD), linear-gradient(0deg, #281E0E, #281E0E);
}

.btn::after {
    content: " ";
    text-align: right;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 0.5rem;
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/arrow-right.svg);
    width: 25px;
    background-repeat: no-repeat;
    background-position: center;    
}

.btn:hover {
    background: #FAE4D9;
    color: #281E0E;
    border: 1px solid #281E0E;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.btn:hover  a { color: #281E0E; }
.btn:active { background: #FFCBB0; color: #281E0E;}
.btn:disabled { background: #EAE8E7; border: none;}
.btn:disabled a { color: #7E786E;}

.btn.btn-blue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 28px 0 28px;
    gap: 4px;
    min-width: 240px;
    height: 48px;
    background: -webkit-gradient(linear, left top, right top, from(#28C1F5), to(#58FCFF));
    background: -o-linear-gradient(left, #28C1F5 0%, #58FCFF 100%);
    background: linear-gradient(90deg, #28C1F5 0%, #58FCFF 100%);
    border-radius: 34px;
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    color: #281E0E;
    border: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.btn.btn-blue::after {
    content: " ";
    text-align: right;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 0.5rem;
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/arrow-right.svg);
    width: 25px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-size: 20px;
    border: none;
}

.btn.btn-blue:hover {
    border: none;
    border: solid 1px black;    
}

.btn.btn-blue:hover a {
    color: #281E0E;
}

.btn.btn-blue:active {
    color: #281E0E;
}

.btn.btn-blue:disabled {
    border: none;
}

.btn.btn-blue:disabled a {
    color: #281E0E;
}

.btn.btn-blue a {
    color: #281E0E;
}


@media only screen and (max-width: 768px) {
    .buttons_group .button_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .buttons_group .button_wrap .btn{
        min-width: 272px;
    }
}

/* Pruebas con variables */
/* Muestra error, pero funciona correctamente */

:root {
    overflow-x: hidden;
}



/*  Componente Noticias  HOME - INFORMACION   23/05/23 */

.ntcs-container {
    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;
    margin-bottom: 80px;
}

.ntcs-container .ntcs-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    width: 1240px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}

.ntcs-container .ntcs-contain .nts-list-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1240px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 40px;
}

.ntcs-container .ntcs-contain .nts-list-container .nts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1240px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    list-style: none;
    gap: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

.ntcs-container .ntcs-contain .nts-list-container .nts-list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 296px;
            flex: 1 0 296px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 10px rgba(51, 51, 51, 0.3);
            box-shadow: 0px 3px 10px rgba(51, 51, 51, 0.3);
    border-radius: 20px;
    padding: 16px;
    max-width: 296px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.ntcs-container .ntcs-contain .nts-list-container .nts-list li:hover{
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
    border: solid 1px black;
} 

.ntcs-container .ntcs-contain .nts-list-container .nts-list li:hover:nth-child(1){
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}


.ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) .date-img-container p{
    height: 384px; /* [1.1] Set it as per your need */
    overflow: hidden;
    border-radius: 1.2rem;
}

.ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) .date-img-container p img {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) .date-img-container p:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
    
}

.ntcs-container .ntcs-contain .nts-list-container .nts-list li:hover:nth-child(1){
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    border: none;
}


.ntcs-container .ntcs-contain .nts-list-container .nts-list li .date-img-container {
    position: relative;
    max-width: 100%;
    width: 100%;
}

.ntcs-container .ntcs-contain .nts-list-container .nts-list li .date-img-container img,
.ntcs-container .ntcs-contain .nts-list-container .nts-list li .date-img-container iframe {
    border-radius: 1.2rem;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 263px;
    height: 243px;
    min-height: 243px;
}



.ntcs-container .ntcs-contain .nts-list-container .nts-list li .date-info-container {
    -ms-flex-item-align: start;
        align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding: 0.7rem 0 0.4rem 0;
    width: 296px;
    display: flex;
    margin: 0 auto;
    max-width: 100%;
}

.ntcs-container .ntcs-contain .nts-list-container .nts-list li .date-info-container p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #281e0e;
}


.ntcs-container .ntcs-contain .nts-list-container .nts-list li .title-container {
    width: 296px;
    max-width: 100%;
}

.ntcs-container .ntcs-contain .nts-list-container .nts-list li .title-container h4 {
    font-family: 'OpenSans-Regular', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #281E0E;
    height: 4em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ntcs-container .ntcs-contain .nts-list-container .nts-list li .title-container h4 a:hover{color:#281E0E;}


.ntcs-container .ntcs-contain .nts-list-container .nts-list li .category-tags__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    overflow: auto;
    padding-bottom: 8px;
}

.ntcs-container .ntcs-contain .nts-list-container .nts-list li .category-tags__container .catPrincipal__container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    margin: 16px 0 0;
}

.ntcs-container .ntcs-contain .nts-list-container .nts-list li .category-tags__container .catPrincipal__container p {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: #281E0E;
    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;
    padding: 4px 8px;
    height: 20px;
    background: #94DDF8;
    border-radius: 6px;
}


.ntcs-container .ntcs-contain .nts-list-container .nts-list li .category-tags__container .categories-list__container {
    bottom: 0.5rem;
    left: 0.5rem;
}

.ntcs-container .ntcs-contain .nts-list-container .nts-list li .category-tags__container .categories-list__container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin: 1rem 0 8px 8px;
}

.ntcs-container .ntcs-contain .nts-list-container .nts-list li .category-tags__container .categories-list__container ul li {
    color: #281E0E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px 8px;
    height: 20px;
    width: auto;
    background: #EAE8E7;
    border-radius: 8px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}

.ntcs-container .ntcs-contain .nts-list-container .nts-list li .category-tags__container .categories-list__container ul li a {
    color: #281E0E;
}


element.style {
}
.ntcs-container .ntcs-contain .nts-list-container .nts-list li .category-tags__container .categories-list__container ul li {
    color: #281E0E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px 8px;
    height: 20px;
    width: auto;
    background: #EAE8E7;
    border-radius: 8px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}
.ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
}
.ntcs-container .ntcs-contain .nts-list-container .nts-list li .categories-list__container .item-list {
    -webkit-box-shadow: none;
            box-shadow: none;
}


.ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
}

.ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) .category-tags__container {
    position: absolute;
    bottom: 8px;
    left: 20px;
}

.ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) .date-img-container p {
    height: 384px;
}

.ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) .date-img-container p img,
.ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) .date-img-container p iframe {
    border-radius: 1.2rem;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 384px;
    -o-object-position: center;
       object-position: center;
}


.ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) .date-info-container {
    position: absolute;
    bottom: 112px;
    left: 20px;
}

.ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) .date-info-container p {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FDFDFD;
}


.ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) .title-container {
    position: absolute;
    max-width: 650px;
    width: 650px;
    left: 20px;
    bottom: 16px;
}

.ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) .title-container h4 a {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #FDFDFD;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; /* Agrega puntos suspensivos (...) si el texto se corta */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Número de líneas deseadas */
    -webkit-box-orient: vertical;
    white-space: normal;
}





@media only screen and (max-width: 768px) {
   

    .nts-list-container .nts-list li .title-container {}

    .ntcs-container {
        position: relative;
    }

    .ntcs-container .ntcs-contain {
        width: 100%;
    }


    .ntcs-container .ntcs-contain .nts-list-container .nts-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        overflow-y: unset;
        overflow-x: unset;
        padding: 0 0 1rem 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    

    .ntcs-container .ntcs-contain .nts-list-container .nts-list li {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        max-width: 270px;
    }

    .ntcs-container .ntcs-contain .nts-list-container .nts-list li .date-img-container {
        position: relative;
    }

    .ntcs-container .ntcs-contain .nts-list-container .nts-list li .date-img-container img {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 252px;
                flex: 1 0 252px;
        width: 252px;
        height: 207px;
    }

    .ntcs-container .ntcs-contain .nts-list-container .nts-list li .date-img-container .categories-list__container {
        position: absolute;
        bottom: 0.5rem;
        left: 0.5rem;
    }

    .ntcs-container .ntcs-contain .nts-list-container .nts-list li .date-img-container .categories-list__container ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0.5rem;
        margin: 1rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }

    .ntcs-container .ntcs-contain .nts-list-container .nts-list li .date-img-container .categories-list__container ul li {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
    }

    .ntcs-container .ntcs-contain .nts-list-container .nts-list li .date-img-container .categories-list__container ul li a {
        color: #FDFDFD;
    }

    .ntcs-container .ntcs-contain .nts-list-container .nts-list li .date-info-container {
        -ms-flex-item-align: start;
            align-self: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1rem;
        padding: 0.7rem 0 0.4rem 0;
        width: 296px;
        display: flex;
        margin: 0 auto;
    }

    .ntcs-container .ntcs-contain .nts-list-container .nts-list li .date-info-container p {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #281e0e;
    }

    .ntcs-container .ntcs-contain .nts-list-container .nts-list li .title-container {
        max-width: 225px;
        width: 225px;
        height: 54px;
    }

    .ntcs-container .ntcs-contain .nts-list-container .nts-list li .title-container h4 {
        font-size: 16px;
        line-height: 18px;
        width: 225px;
        height: auto;
    }
    .ntcs-container .ntcs-contain .nts-list-container .nts-list li .title-container h4 a{
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; /* Agrega puntos suspensivos (...) si el texto se corta */
        display: -webkit-box;
        -webkit-line-clamp: 3; /* Número de líneas deseadas */
        -webkit-box-orient: vertical;
        white-space: normal;
    }
    .ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 270px;
                flex: 1 0 270px;
        max-width: 270px;
        padding: 16px;
        position: relative;
    }
    .ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) .date-img-container p img,
	.ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) .date-img-container p iframe {
        border-radius: 1.2rem;
        max-width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        width: 252px;
        height: 207px;
    }
    .ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) .date-img-container p {
        width: 238px;
        height: 207px;
        color: black;
    }

    .ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) .date-info-container {
        position: unset;
        bottom: 112px;
        left: 20px;
    }
  
    .ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) .date-info-container p {
        color: #281e0e;
    }
    .ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) .title-container h4 {
        font-size: 16px;
        line-height: 18px;
        width: 225px;
        height: 60px;
    }
    .ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) .title-container h4 a {
        color: #281E0E;
        font-size: 16px;
        line-height: 18px;
        width: 225px;
        height: 60px;
    }
    .ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) .title-container {
        position: unset;
    }
    .ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) .category-tags__container {
        position: unset;
    }
    .ntcs-container .ntcs-contain .nts-list-container .nts-list li .date-img-container{
        display: none;
    }
    .ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) .date-img-container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .ntcs-container .ntcs-contain .nts-list-container {
        padding-bottom: 32px;
    }
    
     .home .ntcs-container {
        margin-bottom: 40px;
    }
}



/*  Fin Componente Noticias   23/05/23 */

/* Componente Soluciones Agro HOME */

.soluciones-title .content-title__box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 40px;
    padding: 150px 0 2rem 0;
}

.soluciones-title .content-title__box .subtitle a{
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #037BAB;
}



.soluciones-title .content-title__box .subtitle a:hover{
    text-decoration: underline;
}

.soluciones-title .content-title__box h3{
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #281E0E;
}

#soluciones-alterno{
    padding-bottom: 40px;
}

#soluciones-alterno .content_alternative{
    background: #e7f2eb00;
    width: 1280px;
    height: auto;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#soluciones-alterno .soluciones_link-container .link-box a{
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #037BAB;
    padding-bottom: 24px;
}
#soluciones-alterno .soluciones_link-container .link-box a:hover{text-decoration: underline;}


#soluciones-alterno .soluciones_link-container .link-box p{
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #281E0E;
    padding-bottom: 40px;
}

#soluciones-alterno .soluciones_link-container .link-box:nth-child(3) p{
    padding-bottom: 0;
}

#soluciones-alterno .soluciones_link-container .link-box{
    border-bottom: 1px solid #A9A59F;   
    width: 100%;
}

#soluciones-alterno .soluciones_link-container .link-box:nth-child(3){
    border-bottom: none;   
}

#soluciones-alterno .soluciones_link-container .link-box:nth-child(2) a{
    padding-top: 50px;   
}

#soluciones-alterno .soluciones_link-container .link-box:nth-child(3) a{
    padding-top: 50px;  
}

#soluciones-alterno .soluciones_link-container .link-box a::after{
    content: " ";
    height: 20px;
    width: 20px;
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: 1rem;
    position: relative;
    min-width: 20px;
}

#soluciones-alterno .soluciones_link-container .link-box a:hover:after{
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/arrow-right-double.svg);
}



#soluciones-alterno .content_alternative .content .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
}


#soluciones-alterno .content_alternative .media{
    background-image: none;
}


#soluciones-alterno .content_alternative .media img{
    width: 540px;
    height: 540px;
}

#soluciones-alterno .buttons_group{
    padding: 1rem 0;
}

@media only screen and (max-width: 768px) {
    .soluciones-title .content-title__box .subtitle a{
        font-family: 'OpenSans-Regular';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 42px;
        letter-spacing: 0.2em;
    }
    .soluciones-title .content-title__box h3 {
        font-family: 'OpenSans-Regular';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #281E0E;
    }
    .soluciones-title .content-title__box {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-bottom: 17px;
        max-width: 320px;
        padding-top: 100px;
    }
    #soluciones-alterno .content_alternative{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        width: 100%;
        max-width: 100%;
        gap: 0;

    }
     #soluciones-alterno .content_alternative .media img {
        width: 250px;
        height: 250px;
    }
    #soluciones-alterno .soluciones_link-container .link-box a{
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        max-width: 240px;
    }
    #soluciones-alterno .soluciones_link-container .link-box p{
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #281E0E;
        padding-bottom: 16px;
    }
    #soluciones-alterno .soluciones_link-container .link-box:nth-child(2) a{
        padding-top: 16px;   
    }
    
    #soluciones-alterno .soluciones_link-container .link-box:nth-child(3) a{
        padding-top: 16px;  
    }
    #soluciones-alterno .soluciones_link-container .link-box {
        max-width: 272px;
    }
    
    #soluciones-alterno .content_alternative .media img{
        width: 290px;
        height: 290px;
    }
    
}


/* Fin Componente Soluciones Agro */


/* Componente Kits Agro HOME */

/*
#kit-agro__3-columnas {
    display: flex;
    height: auto;
    justify-content: center;
    padding-bottom: 80px;
}

#kit-agro__3-columnas .c-highlights-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

#kit-agro__3-columnas .c-highlights-list ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    gap: 20px;
    flex-flow: row wrap;
}

#kit-agro__3-columnas .c-highlights-list ul li {
    width: 400px;
    height: auto;
}

#kit-agro__3-columnas .c-highlights-list ul li .c-highlight-image img {
    height: 296px;
    width: 400px;
}

#kit-agro__3-columnas .c-highlights-list ul li .c-highlight-text h5 {
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #281E0E;
}

#kit-agro__3-columnas .c-highlights-list ul li .c-highlight-text p {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #281E0E;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: auto;
}



@media only screen and (max-width: 1280px) {
    #kit-agro__3-columnas {
        display: flex;
        height: auto;
        justify-content: center;
        padding-bottom: 120px;
    }

    #kit-agro__3-columnas .c-highlights-list {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 16px;
    }

    #kit-agro__3-columnas .c-highlights-list ul {
        display: flex;
        justify-content: space-around;
        list-style: none;
        gap: 20px;
        flex-flow: row wrap;
    }

    #kit-agro__3-columnas .c-highlights-list ul li {
        width: 288px;
    }

    #kit-agro__3-columnas .c-highlights-list ul li .c-highlight-image img {
        width: 288px;
        height: 214px;
    }

    #kit-agro__3-columnas .c-highlights-list ul li .c-highlight-text h5 {
        font-size: 16px;
        line-height: 18px;
    }

    #kit-agro__3-columnas .c-highlights-list ul li .c-highlight-text p {
        font-size: 16px;
        line-height: 20px;
    }

}

*/

/* Fin Componente Kits Agro */


/* Componente Comunidad */

.comunidad-component{
    padding: 0;
}

.comunidad-component .title p{
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #281E0E;
    width: 682px;
    margin: 0 auto;
    padding-bottom: 115px;
}

.comunidad-component .title .subtitle{
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #037BAB;
    padding-bottom: 15px;
}
 
.comunidad-component .title h3{
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    color: #281E0E;
    padding-bottom: 42px;
}

.comunidad-component .icons img{
    padding-bottom: 45px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.comunidad-component .icons img:hover{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.comunidad-component .icons p{
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #281E0E; 
    padding: 0 1rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.comunidad-component .icons p a{
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #281E0E; 
    -webkit-transition: all .2s ease-in-out; 
    -o-transition: all .2s ease-in-out; 
    transition: all .2s ease-in-out;
}

.comunidad-component .icons p:hover{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    color: #281E0E;
}

.comunidad-component .icons p a:hover{
    color: #281E0E; 
}

#comunidad .button_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
    .comunidad-component .title .subtitle{
        font-weight: 700;
        font-size: 14px;
        line-height: 42px;
        letter-spacing: 0.2em;
    }
    .comunidad-component .title h3{
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.03em;
        color: #281E0E;
        padding-bottom: 24px;
    }
    
    .comunidad-component .title p{
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        width: 100%;
        max-width: 272px;
        padding-bottom: 37px;
    }
    .comunidad-component .icons img {
        padding-bottom: 21px;
    }
    .comunidad-component .icons p{
        padding-bottom: 25px;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }

}



/* Componente Empresas Punteras - HOME */

.empresas-punteras {
    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;
    height: auto;
    width: 100%;
    padding-bottom: 120px;
}

.empresas-punteras .highlights {
    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;
    height: auto;
    width: 100%;
    max-width: 1240px;
    padding: 0 16px;
}

.empresas-punteras .highlights ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 0 1rem 0;
    width: 1240px;
    gap: 16px;
    overflow-x: hidden;
}

.empresas-punteras .highlights ul .item-01 {
    display: none;
}

.empresas-punteras .highlights ul .texto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
    gap: 24px;
    width: 295px;
    height: 459px;
    background: #E7F2EB;
    border-radius: 20px;
    margin-bottom: 20px;
}

.empresas-punteras .highlights ul .texto.alternativo {
    display: none;
}

.empresas-punteras .highlights ul h5 {
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.empresas-punteras .highlights ul .text {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.empresas-punteras .highlights ul .link {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
}

.empresas-punteras .highlights ul .link :after {
    content: " ";
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 0.5rem;
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/arrow-right.svg);
    width: 25px;
    background-repeat: no-repeat;
    background-position: center;
}





@media only screen and (max-width: 1240px) {
    .empresas-punteras .highlights ul {
        overflow-x: auto;
    }
}

@media only screen and (max-width: 992px) {
    #empresas-punteras_title {
        position: relative;
    }

    #empresas-punteras_title .button_wrap {
        position: absolute;
        bottom: 0;
        top: 42rem;
        margin: 0 auto;
        width: 100%;
        left: 0;
    }

    #empresas-punteras_title .button_wrap a {
        margin: 0 auto;
    }
}

/* Fin Componente Empresas Puntaros */

/* Componente Estudios e informes económicos INFORMACION */

#main-home .main-home-block .hm-cmp-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 1rem;
    padding-bottom: 80px;
}

#main-home .main-home-block .hm-cmp-list .hm-cmp-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 610px;
            flex: 1 0 610px;
}

#main-home .main-home-block .hm-cmp-list .hm-cmp-item:nth-child(n+3) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 400px;
            flex: 1 0 400px;
}

#main-home .main-home-block .hm-cmp-list .hm-cmp-item .date-img-container {
    width: 610px;
    height: 280px;
}

#main-home .main-home-block .hm-cmp-list .hm-cmp-item .date-img-container img {
    width: 610px;
    height: 280px;
    border-radius: 20px;
}

#main-home .main-home-block .hm-cmp-list .hm-cmp-item .date-img-container p {
    width: 100%;
    height: 100%;
}


#main-home .main-home-block .hm-cmp-list .hm-cmp-item .title-container {
    margin: 0 1rem;
    position: absolute;
    top: 1.5rem;
    left: 0.5rem;
}

#main-home .main-home-block .hm-cmp-list .hm-cmp-item:nth-child(n+3) .date-img-container img {
    width: 400px;
    height: 240px;
    border-radius: 20px 20px 0 0;
}

#main-home .main-home-block .hm-cmp-list .hm-cmp-item:nth-child(n+3) p {
    width: 100%;
    height: 100%;
}

#main-home .main-home-block .hm-cmp-list .hm-cmp-item:nth-child(n+3) .title-container {
    position: relative;
    top: 0;
    left: 0;
    background-color: white;
    width: 100%;
    border-radius: 0 0 20px 20px;
    color: black;
    padding: 1rem;
}

#main-home .main-home-block .hm-cmp-list .hm-cmp-item:nth-child(n+3) .title-container h4 {
    color: white;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 43px;
}

#main-home .main-home-block .hm-cmp-list .hm-cmp-item:nth-child(n+3) .title-container p {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FDFDFD;
}



#main-home .main-home-block .hm-cmp-list .hm-cmp-item:nth-child(n+3) .title-container h4 {
    display: none;
}

#main-home .main-home-block .hm-cmp-list .hm-cmp-item:nth-child(n+3) .title-container P {
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #281E0E;
}


#main-home .main-home-block .hm-cmp-list .hm-cmp-item:nth-child(n+3) .date-img-container {
    width: 400px;
    height: 240px;
}


/* Fin Componente Estudios e informes económicos INFORMACION */

.container_alternative {
    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;
}

.container_alternative .content_alternative {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px;
    gap: 40px;
    width: 1026px;
    height: 426px;
    background: #E7F2EB;
    border-radius: 20px;
}

.container_alternative#alternos-v2 .content_alternative {
    background: none;
}

.container_alternative .content_alternative.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.container_alternative .content_alternative .media {
    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;
    height: auto;
    width: auto;
}

.container_alternative .content_alternative .media img {
    width: 350px;
    height: 350px;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 20px;
}

.container_alternative .content_alternative .media {
    background-image: url(/deployedfiles/agrobankhub/Imagenes/sumate-bkg.svg);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
}

.container_alternative .content_alternative .content {
    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;
    height: auto;
    width: auto;
}

.container_alternative .content_alternative .content .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;

}

.container_alternative .content_alternative .content .description .btn-container {
    margin-top: 32px;
}

.container_alternative .content_alternative .title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #281E0E;
    margin-bottom: 32px;
}

/* Componente de Videos */


#titulo-videos {
    max-width: 1280px;
    margin: 0 auto;
}

#titulo-videos .heading-group-title {
    max-width: 900px;
    width: 900px;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #037BAB;
}

#home-videos .gallery-arrows {
    display: none;
}

#home-videos .gallery-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
}

#home-videos .gallery-item.gallery-item-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px;
    gap: 40px;
    width: 1026px;
    height: 387px;
    background: #E7F2EB;
    border-radius: 20px;
}



/* Componente Noticias */


#main-home .main-home-block .hm-cmp {
    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;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

#main-home .main-home-block .hm-cmp .hm-cmp-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    list-style: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    max-width: 1238px;
    margin: 0 auto;
}



#main-home .hm-cmp-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    list-style: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 0;
}

#main-home .hm-cmp-list .hm-cmp-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

#main-home .hm-cmp-list .hm-cmp-item .hm-cmp-description {
    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;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

#main-home .hm-cmp-list .hm-cmp-item .date-img-container {
    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;
    position: relative;
    max-width: 100%;
}

#main-home .hm-cmp-list .hm-cmp-item .date-img-container p {
    width: 296px;
    height: 296px;
    border-radius: 20px;
}

#main-home .hm-cmp-list .hm-cmp-item .date-img-container img {
    width: 296px;
    height: 296px;
    border-radius: 20px;
    max-width: 100%;
}

#main-home .hm-cmp-list .hm-cmp-item .date-img-container .categories-list__container {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
}

#main-home .hm-cmp-list .hm-cmp-item .date-img-container .categories-list__container ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
}

#main-home .hm-cmp-list .hm-cmp-item .date-img-container .categories-list__container ul .item-list {
    color: white;
    padding: 0.5rem;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: #FDFDFD;
    background: #281E0E;
    border-radius: 8px;
}


#main-home .hm-cmp-list .hm-cmp-item .date-info-container {
    -ms-flex-item-align: start;
        align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1rem;
    gap: 1rem;
    padding: 0.7rem 0 0.4rem 0;
}

#main-home .hm-cmp-list .hm-cmp-item .date-info-container p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #281e0e;
}


#main-home .hm-cmp-list .hm-cmp-item .date-info-container p:nth-child(1)::before {
    content: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/calendar-black.svg);
    margin-right: 9px;
}

#main-home .hm-cmp-list .hm-cmp-item .date-img-container .date-info-container p:nth-child(2)::before {
    content: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/time-black.svg);
    margin-right: 9px;
}

#main-home .hm-cmp-list .hm-cmp-item .date-img-container .title-container {
    margin: 0 1rem;
}

#main-home .hm-cmp-list .hm-cmp-item .date-img-container .title-container h4 {
    font-family: 'OpenSans-Regular', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #281E0E;
}




/* Componente Proximos Eventos INFORMACION */

#main-home .prox-even__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FCF6E5;
    padding-bottom: 50px;
}

#main-home .prox-even__container .title__container {
    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;
    max-width: 1127px;
    margin: 140px 0 40px 0;
}

#main-home .prox-even__container .title__container h3 {
    color: #281E0E;
    font-size: 40px;
    font-family: 'OpenSans-Regular', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}


#main-home .prox-even__container .detail__container {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "a b"
        "a c"
        "a d"
        "a e";
    max-width: 1127px;
    margin-bottom: 90px;
    width: 100%;
}

#main-home .prox-even__container .detail__container .img-container {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    grid-area: a;
    margin-right: 2rem;
}

#main-home .prox-even__container .detail__container .img-container iframe,
#main-home .prox-even__container .detail__container .img-container img {
    max-width: 400px;
    max-height: 347px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 400px;
    height: 347px;
    min-height: 347px;
    border-radius: 16px;
}


#main-home .prox-even__container .detail__container .date-container {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: b;
    height: 120px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#main-home .prox-even__container .detail__container .date-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    overflow-x: hidden;
    max-width: 570px;
}

#main-home .prox-even__container .detail__container .date-container ul li {
    cursor: pointer;
    width: 80px;
    height: 98px;
    border: 2px solid #281E0E;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 80px;
}

#main-home .prox-even__container .detail__container .date-container ul li.active {
    background-color: #281E0E;
    color: #FCF6E5;
}

#main-home .prox-even__container .detail__container .date-container ul li.active p {
    color: #FCF6E5;
}


#main-home .prox-even__container .detail__container .date-container ul li p {
    text-align: center;
    font-size: 24px;
    font-family: 'OpenSans-Regular', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}
#main-home .prox-even__container .detail__container .date-container ul li p:nth-child(1) {
    text-align: center;
    font-size: 32px;
    font-family: 'OpenSans-Regular', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

#main-home .prox-even__container .detail__container .date-container ul li p :nth-child(2) {
    font-size: 24px;
}

#main-home .prox-even__container .detail__container .places-container {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: c;
}

#main-home .prox-even__container .detail__container .places-container ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}

#main-home .prox-even__container .detail__container .places-container ul li {
    height: 28px;
    background-color: #281E0E;
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #fdfdfd;
    text-align: center;
    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;
    padding: 0 0.5rem;
    width: auto;
    min-width: 80px;
}


#main-home .prox-even__container .detail__container .event-title-container {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    grid-area: d;
}

#main-home .prox-even__container .detail__container .event-title-container {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    grid-area: d;
    min-height: 106.45px;
}

#main-home .prox-even__container .detail__container .event-title-container h4 {
    font-family: 'OpenSans-Regular', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    color: #281E0E;
    min-width: 695px;
}


#main-home .prox-even__container .detail__container .link-container {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    grid-area: e;
}

#main-home .prox-even__container .detail__container .link-container a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    color: #281E0E;
}

#main-home .prox-even__container .detail__container .link-container a::after {
    content: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/arrow-right.svg);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
}




/* Fin Componente Proximos Eventos INFORMACION */

/* Componente Revista AgroBank - INFORMACION */

#revista-pdfs .agrupacion_enlaces_titulo {
    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;
    margin-bottom: 80px;
}

#revista-pdfs .agrupacion_enlaces_titulo .tituloAlineacionIzquierda {
    display: none;
}

#revista-pdfs .agrupacion_enlaces_titulo .lista_enlaces {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1240px;
    width: 100%;
}

#revista-pdfs .agrupacion_enlaces_titulo .lista_enlaces ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
}

#revista-pdfs .agrupacion_enlaces_titulo .lista_enlaces ul li {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "a" "b";
}

#revista-pdfs .agrupacion_enlaces_titulo .lista_enlaces ul li img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    grid-area: a;
    width: 295px;
    height: 412px;
}

#revista-pdfs .agrupacion_enlaces_titulo .lista_enlaces ul li a {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 295px;
    height: 56px;
    background-color: white;
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #281E0E;
}





/* Fin Componente Revista AgroBank - INFORMACION */

/* Componente Video Rincon Innovacion - INFORMACION */

.video-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px;
    gap: 32px;
    width: 1026px;
    height: 385.5px;
    background: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 80px;
    margin-top: 40px;
    -webkit-box-shadow: 0px 3px 10px 0px #33333333;
            box-shadow: 0px 3px 10px 0px #33333333;
    cursor: pointer;
}

.video-item .video-container {
    width: 600px;
    height: 337.5px;
    position: relative;
    margin-right: 20px !important;
}

.video-item .video-container img {
    width: 600px;
    height: 337.5px;
    position: relative;
}

/*
.video-item .video-container::after {
    content: " ";
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/ic_play.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 119px;
    height: 119px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
*/

.video-item .text-section {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

.video-item .text-section h5 {
    font-family: 'OpenSans-Regular', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #281E0E;
    margin-bottom: 32px;
}

.video-item .text-section .nombre {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #281E0E;
    opacity: 0.8;
}

.video-item .text-section .cargo {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #281E0E;
    opacity: 0.8;
}

.carousel-control-prev-icon {background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/carousel-prev-arrow.png);}
.carousel-control-next-icon {background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/carousel-next-arrow.png);}



/* Fin Componente Video Rincon Innovacion - INFORMACION */

#kit_agrov2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: auto;
}

#kit_agrov2 .c-highlights-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: auto;
}

#kit_agrov2 .c-highlights-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

#kit_agrov2 .c-highlights-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 16px;
    width: 326.67px;
    height: 504px;
    background: #FFFFFF;
    border-radius: 20px;
}

#kit_agrov2 .c-highlights-list ul li .kit-agro__item-container .card {
    border: none;
}

#kit_agrov2 .c-highlights-list ul li .kit-agro__item-container .card img {
    width: 294.67px;
    height: 230px;
    border-radius: 20px;
    margin-bottom: 24px;
}

#kit_agrov2 .c-highlights-list ul li .kit-agro__item-container .card .title {
    width: 294.67px;
    height: 56px;
    font-family: 'OpenSans-Regular', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #281E0E;
}

#kit_agrov2 .c-highlights-list ul li .kit-agro__item-container .card .promo-text {
    width: 286.67px;
    height: 20px;
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #534B3E;
    margin-bottom: 16px;
}

#kit_agrov2 .c-highlights-list ul li .kit-agro__item-container .card .price {
    font-family: 'OpenSans-Regular', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    color: #281E0E;

}

#kit_agrov2 .c-highlights-list ul li .kit-agro__item-container .card .price span {
    font-size: 24px;
    color: #037BAB;
}

#kit_agrov2 .c-highlights-list ul li .kit-agro__item-container .card .final-price {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #534B3E;
    margin-bottom: 8px;
}

#kit_agrov2 .c-highlights-list ul li .kit-agro__item-container .card .description {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #534B3E;
}


/* Titulos de Contenido */

.content__container {
    width: 100%;
}

.content-title__box {
    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;
    padding: 100px 0 2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.content-title__box .principal-subtitle {
    font-family: 'OpenSans-Regular', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #037BAB;
}

.content-title__box .principal-subtitle:hover{
    text-decoration: underline;
}

.content-title__box h3 {
    font-family: 'OpenSans-Regular', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    color: #281E0E;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.content-title__box h3 span {
    color: #281E0E;
}



@media only screen and (max-width: 992px) {
    .content-title__box {
        padding: 0 16px;
    }

    .content-title__box .subtitle {
        font-size: 14px;
    }

    .content-title__box h3 {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 2rem;
        text-align: left;
    }

    .content-title__box h3 span {
        color: #281E0E;
    }
}


/* Fin Titulos de Contenido */



/* Imagen de Banner Componente Global */


.img.banner-container {
    height: 454px;
    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;
    text-align: center;
    background-image: url(/deployedfiles/agrobankhub/Imagenes/header-informacion_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -102px;
    position: relative;
    z-index: -10;
}

.img.banner-container:after {
    content: " ";
    background-image: url(/deployedfiles/agrobankhub/Imagenes/img-terrat-bkg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    position: absolute;
    height: 76px;
    width: 100%;
    bottom: 0;
}

.img.banner-container .title__container h2 {
    font-family: 'OpenSans-Regular', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #FDFDFD;
    margin-bottom: 32px;
}

.img.banner-container .title__container p {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #FDFDFD;
}


@media only screen and (max-width: 768px) {
    .img.banner-container {
        height: 296px;
    }

    .img.banner-container .title__container h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }

    .img.banner-container .title__container p {
        font-size: 16px;
        line-height: 20px;
        width: 272px;
        margin: 0 auto;
        font-weight: 400;
    }
}



/* Fin Imagen de Banner Componente Global */


/* Componente Detalle de Evento */

/*  Boton volver  */

#boton-volver {
    padding-top: 80px;
}

#boton-volver .tituloAlineacionIzquierda {
    display: none;
}

#boton-volver .lista_enlaces ul {
    list-style: none;
}


#boton-volver .lista_enlaces ul li a {
    margin: 0 auto 0 0;
    padding: 0 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    background: #F5EFEC;
    padding: 0 1rem 0 1.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 48px;
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    color: #281E0E;
    border: 1px solid #281E0E;
    border-radius: 34px;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: nowrap;
}

#boton-volver .lista_enlaces ul li a::before {
    content: " ";
    text-align: right;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 0.5rem;
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/arrow-left.svg);
    width: 25px;
    background-repeat: no-repeat;
    background-position: center;
}



/******************************** Componente Detalle de Evento (V2)  *****************************/

#detalle-evento {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
}

#detalle-evento .box.evento-agro {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0 2rem;
}

#detalle-evento .box.evento-agro .btn-container {
    padding: 80px 0px 24px;
}

#detalle-evento .box.evento-agro .btn-container a.btn {
    margin: 0 auto 0 0;
    padding: 0 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

#detalle-evento .box.evento-agro .btn-container a.btn::after {
    display: none;
}

#detalle-evento .box.evento-agro .btn-container a.btn::before {
    content: " ";
    text-align: right;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 0.5rem;
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/arrow-left.svg);
    width: 25px;
    background-repeat: no-repeat;
    background-position: center;
}



#detalle-evento .box.evento-agro .img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
}

#detalle-evento .box.evento-agro .img-container img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
	border-radius: 12px;
}

#detalle-evento .box.evento-agro .video-container iframe {
    max-height: 16vw;
    max-width: 100%;
	border-radius: 12px;
}

#detalle-evento .box.evento-agro .info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
	margin-bottom: 24px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#detalle-evento .box.evento-agro .info-container .tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 0;
}

#detalle-evento .box.evento-agro .info-container .tag-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    list-style: none;
    gap: 16px;
}

#detalle-evento .box.evento-agro .info-container .tag-list ul li {
    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;
    padding: 4px 8px;
    background: #281E0E;
    border-radius: 8px;
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FDFDFD;
}

#detalle-evento .box.evento-agro .title-container h3 {
    max-width: 761px;
    font-family: 'OpenSans-Regular', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #281E0E;
}

#detalle-evento .box.evento-agro .description p,
#detalle-evento .box.evento-agro .description li {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #281E0E;
}

#detalle-evento .box.evento-agro .description .type-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'OpenSans-Regular', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #281E0E;
    gap: 1rem;
    margin-bottom: 24px;
}

#detalle-evento .box.evento-agro .description .type-event span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
}

#detalle-evento .box.evento-agro .description .type-event:before {
    content: " ";
    width: 20px;
    height: 19.75px;
    background-image: url('/deployedfiles/agrobankhub/Bibliotecas/css/icos/detalle-evento-ico.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


#detalle-evento .box.evento-agro .description .location-title {
    width: auto;
    height: 25.72px;
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #281E0E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-bottom: 8px;
    position: relative;
}

#detalle-evento .box.evento-agro .description .location-title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

#detalle-evento .box.evento-agro .description .location-title span:before {
    content: " ";
    width: 18.25px;
    height: 21.96px;
    background-image: url('/deployedfiles/agrobankhub/Bibliotecas/css/icos/locate-icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#detalle-evento .box.evento-agro .description .location {
    margin-left: 36px;
}

#detalle-evento .box.evento-agro .description .text {
    margin-bottom: 24px;
}

#detalle-evento .box.evento-agro .button {
    display: none;
    margin-bottom: 38px;
}

#detalle-evento .box.evento-agro .rrss {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
	width: 36%;
}

#detalle-evento .box.evento-agro .rrss .title {
font-size: 14px;
font-weight: 600;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
}
#detalle-evento .box.evento-agro .rrss.social .apps {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: auto;
}

#detalle-evento .box.evento-agro .rrss.social .apps a{
	width: 20%;
    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;
}

#detalle-evento .box.evento-agro.feria .date-info .hrs {
    display: none;
}

#detalle-evento .box.evento-agro.feria .date-info .day {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
}

#detalle-evento .box.evento-agro.feria .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}



/* Tags categorias */
#detalle-evento .box.evento-agro .info-container .tag-list ul li {color: #281E0E;}
#detalle-evento .box.evento-agro .info-container .tag-list ul li.tipoFeria { background-color: #EAE8E7; }
#detalle-evento .box.evento-agro .info-container .tag-list ul li.tipoJornada { background-color: #57FAFF; }
#detalle-evento .box.evento-agro .info-container .tag-list ul li.tipoEvento { background-color: #72FFD5; }
#detalle-evento .box.evento-agro .info-container .tag-list ul li.tipoAgroTech { background-color: #2AC3F6; }
#detalle-evento .box.evento-agro .info-container .tag-list ul li.tipoAgroExp { background-color: #B8ECFF; }
#detalle-evento .box.evento-agro .info-container .tag-list ul li.tipoOtros { background-color: #534B3E; color: #FDFDFD; }


#detalle-evento .info_event {
	border-radius: 20px;
	border: 1px solid var(--neutral-020, #D4D2CF);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	padding: 24px 40px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	
	margin: 24px 0;	
}

#detalle-evento .info_event .datos-evento {	
	color: var(--neutral-100, #281E0E);
	text-align: center;
	font-size: 16px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
}
#detalle-evento .info_event .datos-evento > div {border-right: 1px solid #D4D2CF;}
#detalle-evento .info_event .datos-evento .date{padding-right: 30px;}
#detalle-evento .info_event .datos-evento .timetable{padding: 0 30px;}
#detalle-evento .info_event .description{padding-left: 30px;}

/*
#detalle-evento .weekday,
#detalle-evento .my,
#detalle-evento .text,
#detalle-evento .gmt {	
	height: 22px;
}
*/


#detalle-evento .day,
#detalle-evento .hour {	
	font-size: 40px;	

}

#detalle-evento .related,
#detalle-evento .related > div {display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-bottom: 40px;}

#detalle-evento .related .links-auxiliares a {text-decoration: underline; margin-right: 24px; padding-right: 24px;height: 48px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
#detalle-evento .related .links-auxiliares a::after{
	content: " ";
    height: 16px;
    width: 16px;
    background-image: url('/deployedfiles/agrobankhub/Bibliotecas/css/icos/download.svg');
	background-repeat: no-repeat;
    background-size: contain;
    left: 8px;
    position: relative;	
}
#detalle-evento a.btn.btn-secondary { margin-left: 18px; }
a.btn.btn-primary.btn-inscribirse {
    cursor: pointer;
    margin-bottom: 16px;
    border-radius: 34px;
    background: -webkit-gradient(linear, left top, right top, from(#28C1F5), to(#58FCFF));
    background: -o-linear-gradient(left, #28C1F5 0%, #58FCFF 100%);
    background: linear-gradient(90deg, #28C1F5 0%, #58FCFF 100%);
    border: none;
    color: #281E0E;
}

/* revisar margenes */
@media (max-width: 768px){
	#detalle-evento { margin: 0 -20px; } 
	#detalle-evento .box.evento-agro .img-container, 
	#detalle-evento .box.evento-agro .video-container,
	#detalle-evento .box.evento-agro .info-container .tag-list,
	#detalle-evento .box.evento-agro .rrss,
	#detalle-evento .title-container {padding-bottom: 16px;}

	#detalle-evento .box.evento-agro .img-container img {width: 100%;}
	#detalle-evento .box.evento-agro .video-container iframe {max-height: 47vw; width: 100%; margin: 0 auto; height: 47vw; }
	#detalle-evento .box.evento-agro .info-container {display: inline; }
	#detalle-evento .box.evento-agro .rrss {display: inline;}
	#detalle-evento .info_event {margin: 0; padding: 16px;display: -ms-inline-grid;display: inline-grid;width: 100%;}
	#detalle-evento .info_event .datos-evento { -ms-flex-pack: distribute; justify-content: space-around;padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid #D4D2CF;}
	#detalle-evento .info_event .datos-evento.feria .date{border-right: none; padding:0;}
	#detalle-evento .info_event .datos-evento > div.timetable {border: none;}
	#detalle-evento .box.evento-agro .description .text {margin: 16px 0;}
	#detalle-evento .related {display: inline;}
	#detalle-evento .related .links-auxiliares {display: -webkit-box;display: -ms-flexbox;display: flex;}
	#detalle-evento .related .links-auxiliares a {margin:0; padding: 0;}
	#detalle-evento .related .buttons {display: inline-block; width: 100%; margin-bottom: 16px;} 
	#detalle-evento .related .buttons a {width: 100%; margin: 16px 0;}
}

/******************************** FIN - Componente Detalle de Evento (V2)  *****************************/



.pagination-news {
    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;
    margin: 0 0 100px;
}

.pagination-news #pageNumbers {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin: 0 16px;
}

.pagination-news #pageNumbers li {
    width: 32px;
    height: 32px;
    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;
    cursor: pointer;
}

.pagination-news #pageNumbers li.active {
    border: 1px solid #281E0E;
    border-radius: 999px;
}

.pagination-news button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    background-color: #f0f8ff00;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24px;
    height: 24px;
}


.pager-arrow {
    display: inline-block;
    width: 11px;
    height: 19px;
    vertical-align: middle;
}

.pagination-news button {
    display: block;
    
}

.pagination-news button:last-child {
    background: url(icos/right.png) no-repeat center center transparent;
}

.pagination-news button:nth-child(1) {
    background: url(icos/left.png) no-repeat center center transparent;
}




/* _inactive.png */



#Todos div p,
#Todos div p span {
    color: #037BAB;
    font-family: 'OpenSans-Regular', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

#Todos div p span {
    color: #281E0E;
}





@media only screen and (max-width: 1280px) {
    #ultimas-noticias__title-container .content-title__box .button_wrap {
        position: absolute;
        left: 0;
        bottom: 3rem;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    #ultimas-noticias__title-container .content-title__box .button_wrap a {
        width: 228px;
        max-width: 228px;
    }

    #ultimas-noticias__title-container .content-title__box {
        padding: 0;
        margin-top: 48px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        width: 272px;
    }
    .content-title__box .principal-subtitle {
        font-family: 'OpenSans-Regular', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 42px;
        letter-spacing: 0.2em;
    }

}

@media only screen and (min-width: 980px) and (max-width: 1280px) {
    #ultimas-noticias__title-container .nts-list-container {
        max-width: 980px;
        width: 980px;
    }

    #ultimas-noticias__title-container .nts-list-container .nts-list {
        max-width: 980px;
        width: 980px;
    }


    #ultimas-noticias__title-container .content-title__box {
       max-width: 980px;
        width: 980px;
        margin-bottom: 2rem;
    }

    #ultimas-noticias__title-container .content-title__box .button_wrap {
        bottom: -4rem;
    }

    #ultimas-noticias__title-container .ntcs-container {
        margin-bottom: 120px;
    }

    #recursos-agro__title .content-title__box {
        max-width: 100%;
    }

    #kitagro__title-container .content-title__box {
        max-width: 980px;
    }

    #kitagro__title-container .button_wrap {
        position: relative;
        margin: -2rem 0 0 auto;

    }

}


@media only screen and (min-width: 980px) and (max-width: 992px) {
    #ultimas-noticias__title-container .content-title__box .button_wrap {
        bottom: 5rem;
    }
}

@media only screen and (min-width: 644px) and (max-width: 992px) {
    #kitagro__title-container .button_wrap {
        position: relative !important;
        margin: 0 0 2rem auto !important;
    }
}

@media only screen and (max-width: 992px) {
    .container_alternative .content_alternative {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        width: 100%;
        height: auto;
        margin: 0 16px;
    }
}


/* Banner */ 


/*CABECERA NIVEL 3*/
.banner {
  background-color: transparent;
}

@media (max-width: 991px) {
  .container-fluid.banner .page-banner {
    /* background: #ececec; */
    /*VER TICKET #103914*/
    margin-top: -50px;
    padding: 3.2rem 0 0rem;
  }
}
.banner-image .banner-image-group,
.bg-video .banner-image-group,
.banner-media .banner-image-group,
.page-terrat-media .terrat-image-group {
  border-bottom-right-radius: 50% 15%;
  border-bottom-left-radius: 50% 15%;
  overflow: hidden;
  margin-bottom: 3.2rem;
}

.freeContent.article-main .banner-image .banner-image-group,
.freeContent.article-main .bg-video .banner-image-group,
.freeContent.article-main .banner-media .banner-image-group,
.freeContent.article-main .page-terrat-media .terrat-image-group {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.page-banner-box .page-description h2 {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .banner-image .banner-image-group,
  .bg-video .banner-image-group,
  .banner-media .banner-image-group,
  .page-terrat-media .terrat-image-group {
    border-bottom-right-radius: 50% 15%;
    border-bottom-left-radius: 50% 15%;
	/*
    -webkit-box-shadow: 0px 10px 8px 0px rgba(51, 51, 51, 0.14);
    -moz-box-shadow: 0px 10px 8px 0px rgba(51, 51, 51, 0.14);
    box-shadow: 0px 12px 8px -2px rgba(51, 51, 51, 0.14);
	*/
    height: 98%;
  }
  .container-fluid.banner {
    background: transparent;
    z-index: 2;
  }
  .bg-white-banner-image .banner-image-group,
  .bg-white-banner .banner-image-group,
  .freeContent.article-main .banner-image .banner-image-group,
  .freeContent.article-main .bg-video .banner-image-group,
  .freeContent.article-main .banner-media .banner-image-group,
  .freeContent.article-main .page-terrat-media .terrat-image-group {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .container.banner-text .column .page-banner .page-banner-box {
    vertical-align: middle;
  }
  .banner-text .page-description p,
  .banner-text .page-description h1,
  .banner-text .page-description h2,
  .banner-text .page-description h3 {
    color: #fff;
  }
  .page-banner-box .page-description p,
  .page-banner-box .page-description h1,
  .page-banner-box .page-description h2,
  .page-banner-box .page-description h3 {
    color: #fff;
  }
  .page-terrat .page-terrat-text .page-description p,
  .page-terrat .page-terrat-text .page-title h1,
  .page-terrat .page-terrat-text .page-title p,
  .page-terrat .page-terrat-text .page-title h2,
  .page-terrat .page-terrat-text .page-title h3,
  .page-terrat-text .page-entradilla p,
  .page-terrat-text .page-nri {
    color: #fff;
  }
}
@media (min-width: 1440px) {
  .banner-image .banner-image-group,
  .bg-video .banner-image-group,
  .banner-media .banner-image-group,
  .page-terrat-media .terrat-image-group {
    height: 94%;
  }
}
/*Banner Highlight*/
.banner .slider-highlights .slider-highlights-wrapper .slider-highlight {
  padding: 0px 5px;
}

.banner.banner-promo .page-banner {
  padding: 0rem;
  margin: 0;
}

.banner.banner-promo .banner-text .page-description p {
  color: #fff;
  font-family: "OpenSans", Arial, sans-serif;
  margin-bottom: 4px;
}

.banner.banner-promo .banner-text .page-title h1 {
  margin-right: 0;
}

.container-fluid.banner.banner-promo {
  border-bottom-left-radius: 100% 10%;
  border-bottom-right-radius: 100% 10%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(216, 234, 253)), color-stop(40%, rgb(246, 246, 246)));
  background: -o-linear-gradient(bottom, rgb(216, 234, 253) 0%, rgb(246, 246, 246) 40%);
  background: linear-gradient(0deg, rgb(216, 234, 253) 0%, rgb(246, 246, 246) 40%);
  padding: 0;
}

.banner-promo .banner-image-group {
  /*TICKET #103838 COMMENT #7*/
  /*border-bottom-right-radius: 50% 100%;
    border-bottom-left-radius: 50% 100%;*/
  /*FIN TICKET #103838 COMMENT #7*/
}

#readthis .banner-media img,
#xp1 .banner-media img,
.readerContent .banner-media img,
.readerContent #xp1 .banner-media img {
  border-bottom-right-radius: 100% 10%;
  border-bottom-left-radius: 100% 10%;
  -webkit-box-shadow: 0px 12px 8px -2px rgba(51, 51, 51, 0.14);
          box-shadow: 0px 12px 8px -2px rgba(51, 51, 51, 0.14);
}

.slider-highlights.row {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(216, 234, 253)), color-stop(40%, rgb(246, 246, 246)));
  background: -o-linear-gradient(bottom, rgb(216, 234, 253) 0%, rgb(246, 246, 246) 40%);
  background: linear-gradient(0deg, rgb(216, 234, 253) 0%, rgb(246, 246, 246) 40%);
}

.banner .slider-highlights .slider-highlight-text p {
  color: #555;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

@media (min-width: 450px) {
  .banner .slider-highlights .slider-highlight-text p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 600px) {
  .banner .slider-highlights .slider-highlights-wrapper .slider-highlight {
    padding: 0px 15px;
  }
}
@media (min-width: 768px) {
  .banner.banner-promo .page-banner {
    padding: 3rem 0;
  }
}
@media (min-width: 991px) {
  .freeContent.banner-highlights {
    top: initial;
    bottom: -12rem;
  }
  .slider-highlights-fixed {
    position: fixed;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(216, 234, 253)), color-stop(40%, rgb(246, 246, 246)));
    background: -o-linear-gradient(bottom, rgb(216, 234, 253) 0%, rgb(246, 246, 246) 40%);
    background: linear-gradient(0deg, rgb(216, 234, 253) 0%, rgb(246, 246, 246) 40%);
    max-height: 11rem;
  }
}
@media (min-width: 1200px) {
  .container.banner-text {
    height: initial;
    /*Ticket #108927 Módulo de ampliar fuente y escuchar página CaixaBank Seniors - coment #96*/
    position: relative;
    z-index: 2;
    /*FIN Ticket #108927 Módulo de ampliar fuente y escuchar página CaixaBank Seniors - coment #96*/
  }
  .freeContent.banner-highlights {
    top: initial;
    bottom: 3rem;
  }
}

.banner-text .page-description h1{
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 84px;
    letter-spacing: 0em;
    text-align: center;
}

.banner-text .page-description p{
    color: #FDFDFD;
    text-align: center;
    font-size: 22px;
    font-family: OpenSans;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.home #page .banner-media .banner-image-group{
    position: relative;
    margin: 0;
}

.home #page .banner-media .banner-image-group img {
    width: 100%;
    min-height: 535px;
    max-height: 535px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}


.banner-image-group:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 539px;
    top: 0;
    left: 0;
    background-color: #333;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    border-bottom-right-radius: 50% 15%;
    border-bottom-left-radius: 50% 15%;
}

@media only screen and (max-width: 1280px) and (min-width: 768px) {
    .banner-text .page-description h1{
        font-family: 'OpenSans-Regular', sans-serif;
        font-size: 55px;
        font-weight: 600;
        line-height: 70px;
        letter-spacing: 0em;
        text-align: center;
        color: #ffffff;
    }
    .banner-image-group:after {
        height: 520px;
    }
    
}

@media (max-width: 768px){
    .banner-text .page-description h1 {
        color:#FDFDFD;
        text-align: center;
        font-size: 32px;
        font-family: 'OpenSans-Regular', sans-serif;
        font-weight: 700;
        line-height: 42px;
    }
    
    .banner-image-group picture{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 370px;
    }
    .banner-image-group:after {
        height: 356px;
        top: 0;
        left: 0;
    }
}

.banner-image-group picture {
    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;
}


@media (min-width: 1400px){
.buttons_group{
    max-width: 1320px;
}
}
@media (min-width: 1200px){
.buttons_group {
    max-width: 1140px;
}
}
@media (min-width: 992px){
.buttons_group{
    max-width: 960px;
}
}
@media (min-width: 768px){
.buttons_group {
    max-width: 720px;
}
}
@media (min-width: 576px){
.buttons_group {
    max-width: 540px;
}
}
.buttons_group {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
}

#kitagro__title-container .container-fluid{
    z-index: 10;
}

#kitagro__title-container{
    content: " ";
    background: url(/deployedfiles/agrobankhub/Imagenes/kit-agro-bkg.jpg) rgb(0 0 0 / 65%);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
    margin: 100px 0;
    position: relative;
    min-height: 1000px;
    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;
    background-blend-mode: multiply;
}

#kitagro__title-container::before{
    content: " ";
    background-image: url(/deployedfiles/agrobankhub/Imagenes/top-lines.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    min-width: 100%;
    top: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background-position: top;
   
}
#kitagro__title-container::after{
    content: " ";
    background-image: url(/deployedfiles/agrobankhub/Imagenes/bottom-lines.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    min-width: 100%;
    bottom: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background-position: bottom;
}

#kitagro__title-container .elements{
    display: -ms-grid;
    display: grid;
        grid-template-areas:
        "a b"
        "a d"
        "a c"
        "a e";
    -ms-grid-rows: 135px 40px 168px 40px 96px 40px 48px;
    grid-template-rows: 135px 168px 96px 48px;
    gap: 40px;
    max-width: 1280px;
    margin: 0 auto;
}

#kitagro__title-container .telefono{
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    grid-area: a;
    width: 493px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


#kitagro__title-container .titles{
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: b;
}

#kitagro__title-container .titles p span{
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    color: #94DDF8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}

#kitagro__title-container .titles p{
    margin-bottom: 2rem;

}

#kitagro__title-container .titles p span::before{
    content: " ";
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/tienda-agro-ico.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 27.77px;
    height: 24.83px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-repeat: no-repeat;
}

#kitagro__title-container .titles h3{
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: 0px;
    text-align: left;
    color: #F4F4F3;
    width: 770px;
}

#kitagro__title-container .text{
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: c;
    
}

#kitagro__title-container .text p{
    color: #F5F5F5;
    font-size: 20px;
    font-family: OpenSans;
    line-height: 24px;
}

#kitagro__title-container .tabs{
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    grid-area: d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

#kitagro__title-container .tabs .item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 8px;
    -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;
            align-items: center;
    gap: 24px;
    border-radius: 20px;
    background: -o-linear-gradient(298deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.14) 100%);
    background: linear-gradient(152deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.14) 100%);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    text-align: center;
}

#kitagro__title-container .tabs .item p{
    color: #F5F5F5;
    text-align: center;
    font-size: 20px;
    font-family: OpenSans;
    font-weight: 600;
    line-height: 24px;
    padding: 0 0.5rem;
}

#kitagro__title-container .tabs .item:nth-child(1) span,
#kitagro__title-container .tabs .item:nth-child(2) span,
#kitagro__title-container .tabs .item:nth-child(3) span{
    position: relative;
}

#kitagro__title-container .tabs .item:nth-child(1) span::before{
    content: " ";
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/lupa-tienda.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 48px;
    height: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-repeat: no-repeat;
}

#kitagro__title-container .tabs .item:nth-child(2) span::before{
    content: " ";
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/cuaderno-tienda.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 48px;
    height: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-repeat: no-repeat;
}

#kitagro__title-container .tabs .item:nth-child(3) span::before{
    content: " ";
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/recomendacion-tienda.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 48px;
    height: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

#kitagro__title-container .buttons_group{
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    grid-area: e;
}

@media only screen and (max-width: 980px) {

    #kitagro__title-container .elements {
        display: -ms-grid;
        display: grid;
            grid-template-areas:
            "b"
            "c"
            "a"
            "d"
            "e";
        -ms-grid-rows: 130px 16px 140px 16px 367px 16px 560px 16px 49px;
        grid-template-rows: 130px 140px 367px 560px 49px;
        gap: 16px;
        max-width: 100%;
        margin: 0 auto;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-bottom: 42px;
    }
    #kitagro__title-container .telefono {
        -ms-grid-row: 1;
        -ms-grid-row-span: 4;
        -ms-grid-column: 1;
        grid-area: a;
        width: 305px;
        height: 362px;
    }
    #kitagro__title-container .telefono img{
        width: 305px;
        height: 362px;
    }
    #kitagro__title-container {
        height: auto;
        min-height: auto;
        padding: 52px 1rem;
    }
    #kitagro__title-container .titles h3 {
        color: #FDFDFD;
        text-align: center;
        font-size: 24px;
        font-family: 'OpenSans-Regular', sans-serif;
        font-weight: 700;
        line-height: 32px;
        width: 272px;
        margin: 1rem auto 0;
    }
    #kitagro__title-container .titles p {
        margin-bottom: 2rem;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    #kitagro__title-container .titles p span{
        color: #94DDF8;
        text-align: center;
        font-size: 16px;
        font-family: 'OpenSans-Regular', sans-serif;
        font-weight: 700;
        line-height: 42px;
        letter-spacing: 3.2px;
    }
    #kitagro__title-container .tabs {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
        grid-area: d;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    #kitagro__title-container .tabs .item{
        width: 272px;
        height: 184px;
        padding: 24px 8px 24px 8px;
    }
    #kitagro__title-container .text p {
        font-family: OpenSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: center;
        width: 272px;
        margin: 0 auto;
    }
    
    .home #recursos-agro__title .soluciones-title .content-title__box {
        padding-top: 100px;
    }
    .ntcs-container .ntcs-contain .nts-list-container .nts-list li:last-child {
        display: none;
    }
    #kit_agrov2 .c-highlights-list ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    #kitagro__title-container .elements > .img-container {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    #kitagro__title-container .elements > .date-container {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    #kitagro__title-container .elements > .places-container {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    #kitagro__title-container .elements > .event-title-container {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    #kitagro__title-container .elements > .event-title-container {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    #kitagro__title-container .elements > .link-container {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
    }

    #kitagro__title-container .elements > img {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    #kitagro__title-container .elements > a {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    #kitagro__title-container .elements > .telefono {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    #kitagro__title-container .elements > .titles {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    #kitagro__title-container .elements > .text {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    #kitagro__title-container .elements > .tabs {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    #kitagro__title-container .elements > .buttons_group {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
    }
    
   
}

@media only screen and (max-width: 980px) {

    #kitagro__title-container .elements > .telefono {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    #kitagro__title-container .elements > .tabs {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }
}

.bg-light-grey {
    background: #F4F4F3;
    position: relative;
}

.bg-light-grey.double-curved {
    padding-bottom: 8rem;
    border-bottom-right-radius: 95% 20%;
    border-bottom-left-radius: 95% 20%;
    overflow: hidden;
    margin: 0;
    padding-top: 8rem;
    z-index: 1;
    position: relative;
}

.bg-light-grey.double-curved::before{
    content: " ";
    background-image: url(/deployedfiles/agrobankhub/Imagenes/gris-doble-curvado.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    position: absolute;
    top: 0;
    height: 50px;
    width: 100%;
    background-color: white;
}
    
	
	
/* PLAYER PODCAST y BC - START */
.audio-container {
	max-height: 384px;
    max-width: 100%;
}	
.wrapper-carrousel-audio .video {
    background: url(/deployedfiles/agrobankhub/Bibliotecas/css/imgs/pocast_waves.svg) center center no-repeat;
    width: 100%;
	height: 55vw;
    max-height: 358px;
    display: table;
	border-radius: 20px;
    background-size: 100%;
}
.evento-agro .wrapper-carrousel-audio .video {
	height: 16vw;
    max-height: 230px;
}
.wrapper-carrousel-audio .video .player {
    background: url(/deployedfiles/agrobankhub/Bibliotecas/css/imgs/pocast_speaker.svg) center center no-repeat;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
	background-size: 75px;
}
/* PLAYER PODCAST y BC - END */


/* Reproductor BC - START */
.video-js .vjs-big-play-button .vjs-icon-placeholder,
.video-js .vjs-play-control .vjs-icon-placeholder {color: transparent;}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before {color: #fff;}
/* Reproductor BC - END */


.ntcs-container .ntcs-contain .nts-list-container .nts-list li .date-img-container iframe {
    pointer-events: none;
}

#main-home .prox-even__container .detail__container .img-container iframe{
    pointer-events: none;
}

#kit_agrov2 .c-highlights-list ul li .kit-agro__item-container .card p a{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

#kit_agrov2 .c-highlights-list ul li .kit-agro__item-container .card p a:after{
    content: " ";
    text-align: right;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: -26px;
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/arrow-right.svg);
    width: 25px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-size: 20px;
    border: none;
    position: absolute;
}

.ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) .date-img-container p{
    position: relative;
}
.ntcs-container .ntcs-contain .nts-list-container .nts-list li:nth-child(1) .date-img-container p:after{
    position: absolute;
    content: " ";
    height: 100%;
    width: 100%;
    background: -o-linear-gradient(60.51deg, rgba(0, 0, 0, 0.4) 30.5%, rgba(0, 0, 0, 0) 57.09%);
    background: linear-gradient(29.49deg, rgba(0, 0, 0, 0.4) 30.5%, rgba(0, 0, 0, 0) 57.09%);
    left: 0;
}


.comunidad-component .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}