/* Comunidad */
.banner-text .page-description h1,
.comunidad .comunidad.banner-container .title__container .herramientas__h2-title,
.comunidad .ctc__item .text-box .title,
#comunidad-header__title h5,
.comunidad .curved-carousel__element .cc-element__title,
#comunidad-formacion__container .comunidad-formacion .container h3,
#comunidad-formacion__container .comunidad-formacion .container h5,
#alterno__video .contentalternative .content .description h3,
#catedra__alterno .contentalternative .content .icon p,
#catedra__alterno .contentalternative .content .description h3 {
	/* font-family: 'SpaceGrotesk', sans-serif; */
	font-family: "OpenSans-Regular", sans-serif;
	font-style: normal;
}

.comunidad .bg-light-grey.double-curved {
    border-bottom-right-radius: 95% 10%;
    border-bottom-left-radius: 95% 10%;
}

.comunidad #main-home .main-home-block .container-fluid.bg-white {
    background-color: transparent !important;
    padding: 0;
}

.comunidad .bg-light-grey.double-curved::before{
    content: none;
}

.comunidad .container-fluid {
    margin: 0;
    padding: 0;
}

.comunidad .row {
    margin: 0;
    padding: 0;
}

.comunidad .row>* {
    margin: 0;
    padding: 0;
}

.comunidad .container-fluid.banner {
    margin: 0;
    padding: 0;
    height: 439px;
    width: 100%;
    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: #F4F4F3;
}

.comunidad .container-fluid.banner .banner-image {
    height: 471px;
    width: 100%;
}

.comunidad .comunidad.banner-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;
    height: 390px;
    background: #E7F2EB;
    position: relative;
}

.comunidad .container-fluid.banner .banner-image .banner-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
}

.comunidad .container-fluid.banner .banner-image .banner-image-group {
    height: 439px;
    width: 100%;
    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;
    position: relative;
    min-width: 100%;
}

.comunidad .container-fluid.banner .banner-image .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;
    height: 439px;
    min-width: 100%;
}

.comunidad #page .banner-media .banner-image-group img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.comunidad .comunidad.banner-container .title__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-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-bottom: 90px;
}

.comunidad #page {
    margin-top: -102px;
}

.comunidad .comunidad.banner-container .title__container .herramientas__h2-title {
    max-width: 820px;
    font-weight: 700;
    font-size: 64px;
    line-height: 84px;
    text-align: center;
    letter-spacing: 0.005em;
}

.comunidad .comunidad.banner-container .title__container p {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
}


.comunidad .container-fluid.banner .banner-text {
    position: absolute;
    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;
    width: 100%;
    height: 439px;
    top: 0;
    min-width: 100%;
}

.comunidad .h-highlights-list ul {
    list-style: none;
    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;
    margin: 0 24px 4rem 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
}

.comunidad .h-highlight {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.comunidad .h-highlights-list .h-highlight-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.comunidad .ctc__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    width: 612px;
    height: 186px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 16px;
}

.comunidad .ctc__item .img-box {
    border-radius: 20px;
}

.comunidad .ctc__item .text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 8px;
}

.comunidad .ctc__item .text-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;

}

.comunidad .ctc__item .text-box 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: 0px 24px;
    width: 106px;
    height: 40px;
    background: #281E0E;
    border: 1px solid #FDFDFD;
    border-radius: 34px;
    color: #FDFDFD;
}

.comunidad .ctc__item .text-box .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #281E0E;
    margin: 0;
}

.comunidad .ctc__item .text-box p {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #281E0E;
}

#comunidad-header__title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 80px;
    margin-bottom: 24px;
}

#comunidad-header__title h5{
    color: #281E0E;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.comunidad .curved-carousel{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    max-width: 1280px;
    margin: 0 auto 150px;
}

.comunidad .curved-carousel__element{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -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;
    gap: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 295px;
            flex: 1 0 295px;
    border-radius: 20px;
    background: #FDFDFD;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.comunidad .curved-carousel__element .cc-element__title{
    color: #281E0E;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
}

.comunidad .curved-carousel__element .cc-element__img-wrap .cc-element__img{
    width: 100%;
    height: auto;
}

.comunidad .curved-carousel__element .cc-element__img-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 148px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    border-radius: 20px;
    margin-bottom: 24px;
}
.comunidad .curved-carousel__element .cc-element__description p{
    overflow: hidden;
    color: #281E0E;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    whitespace: nowrap;
    font-family: OpenSans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.comunidad .curved-carousel__element.expanded .cc-element__description p {
   -webkit-line-clamp: inherit;
    overflow: inherit;
}

.comunidad .curved-carousel__element .cc-element__btn{
    color: #281E0E;
    text-align: right;
    font-family: OpenSans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    /* line-height: 22px; */
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    background: none;
    border: none;
    margin-top: 8px;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.comunidad .curved-carousel__element .cc-element__btn::after{
    content: " ";
    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: 10px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-size: 20px;
    height: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 120%;
    margin-left: 0.5rem;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.comunidad .curved-carousel__element .cc-element__btn.menos{	
	display: none;
}


.comunidad .curved-carousel__element.expanded .cc-element__btn::after{
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.comunidad .comunidad-component{
    padding-top: 50px;
}

.comunidad .comunidad-component .title .subtitle {
    display: none;
}

.comunidad .comunidad-component .title p{
    padding-bottom: 80px;
}

#btn-iniciativas{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#btn-iniciativas p{
    margin: 100px auto;
    width: 100%;
    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;
}

#alterno__video{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    margin: 100px auto;
}

#alterno__video .contentalternative {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    width: 100%;
    max-width: 1240px;
    margin: 0 2rem;
}

#alterno__video .contentalternative .media{
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
}

#alterno__video .contentalternative .content{
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#alterno__video .contentalternative .content .description{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 32px;
}

#alterno__video .contentalternative .content .description h3{
    color: #281E0E;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}

#alterno__video .contentalternative .content .description .text{
    color: #281E0E;
    font-family: OpenSans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 540px;
}

#catedra__alterno{
    max-width: 1280px;
    margin: 100px auto;
    padding: 0 2rem;
}

#catedra__alterno .contentalternative{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
}

#catedra__alterno .contentalternative .content{
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#catedra__alterno .contentalternative .media{
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
}

#catedra__alterno .contentalternative .content .description{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
}

#catedra__alterno .contentalternative .content .icon p{
    font-size: 16px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.2em;
    text-align: left;
}
#catedra__alterno .contentalternative .content .description h3{
    color: #281E0E;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 32px;
}

#catedra__alterno .contentalternative .content .description p{
    color: #281E0E;
    font-family: OpenSans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 540px;
    margin-bottom: 32px;
}

#catedra__alterno .contentalternative .content .description p:nth-child(1){
    display: none;
}

#catedra__alterno .contentalternative .content .description p:last-child{
    display: none;
}


#comunidad-formacion__container::before{
    content: " ";
    background-image: url(/deployedfiles/agrobankhub/Imagenes/bkg-formacion__before.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 110px;
    width: 100%;
    background-position: top;
    position: absolute;
    top: 0;
}

#comunidad-formacion__container::after{
    content: " ";
    background-image: url(/deployedfiles/agrobankhub/Imagenes/bkg-formacion__after.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
    width: 100%;
    background-position: bottom;
    position: absolute;
    bottom: -2px;
}


#comunidad-formacion__container{
    background-image: url(/deployedfiles/agrobankhub/Imagenes/comunidad-formacion__img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 770px;
    width: 100%;
    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;
    -webkit-box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 50%);
            box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 50%);
    position: relative;
}

#comunidad-formacion__container .comunidad-formacion{
    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;
}

#comunidad-formacion__container .comunidad-formacion .container{
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
}


#comunidad-formacion__container .comunidad-formacion .container h3{
    color: #FDFDFD;
    text-align: center; 
    font-size: 40px; 
    font-weight: 700;
    line-height: 50px; 
    margin: 40px;
}

#comunidad-formacion__container .comunidad-formacion .container h5{
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #FDFDFD;
    grid-area: b;
}

#comunidad-formacion__container .comunidad-formacion .container p{
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    font-family: OpenSans;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #FDFDFD;
    grid-area: c;
    margin-bottom: 8px;
    max-width: 433px;

}

#comunidad-formacion__container .comunidad-formacion .container .box a{
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: right;
    color: #FDFDFD;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    grid-area: d;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#comunidad-formacion__container .comunidad-formacion .container .box 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: 0.5rem;
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/arrow-right_white.svg);
    width: 25px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-size: 20px;
}

#comunidad-formacion__container .comunidad-formacion .container .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    border-radius: 20px;
    background: -o-linear-gradient(298deg, rgba(0, 0, 0, 0.56) 0%, rgba(255, 255, 255, 0.14) 100%);
    background: linear-gradient(152deg, rgba(0, 0, 0, 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);
    margin: 0 10px;
    gap: 8px;
    max-width: 600px;
}

#comunidad-formacion__container .comunidad-formacion .container .box .visualnacert{
    display: -ms-grid;
    display: grid;
        grid-template-areas:
        "a b"
        "a c"
        "a d";
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: auto;
    width: 100%;
}

#comunidad-formacion__container .comunidad-formacion .container .box .visualnacert::before{
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    content: " ";
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/visualnacert.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 113px;
    width: 113px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 113px;
    min-width: 113px;
    grid-area: a;
    margin: auto 16px;
}

#comunidad-formacion__container .comunidad-formacion .container .box .dualiza::before{
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    content: " ";
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/dualiza.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 113px;
    width: 113px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 113px;
    min-width: 113px;
    grid-area: a;
    margin: auto 16px;
}

#comunidad-formacion__container .comunidad-formacion .container .box .dualiza{
    display: -ms-grid;
    display: grid;
        grid-template-areas:
        "a b"
        "a c"
        "a d";
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: auto;
    width: 100%;
}

.comunidad .bc-player-Jdfh8iZrx5_default:hover .vjs-big-play-button{
    background-color: #28C1F5;
}

@media only screen and (min-width: 1440px){
    #comunidad-formacion__container::before {
        content: " ";
        background-image: url(/deployedfiles/agrobankhub/Imagenes/bkg-formacion__before.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 150px;
        width: 100%;
        background-position: top;
        position: absolute;
        top: 0;
    }
    #comunidad-formacion__container::after {
        content: " ";
        background-image: url(/deployedfiles/agrobankhub/Imagenes/bkg-formacion__after.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 140px;
        width: 100%;
        background-position: bottom;
        position: absolute;
        bottom: -2px;
    }
}

@media only screen and (max-width: 1280px){
    .comunidad .curved-carousel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        overflow-y: auto;
        margin: 2rem 0 100px;
        padding: 0 2rem 1rem;
    }
}

@media only screen and (max-width: 980px){
    .comunidad .container-fluid.banner,
    .comunidad .container-fluid.banner .banner-image,
    .comunidad .container-fluid.banner .banner-image .banner-image-group,
    .comunidad .container-fluid.banner .banner-image .banner-image-group picture {
        height: 276px;
    }
    .comunidad #page .banner-media .banner-image-group img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .comunidad .container-fluid.banner .banner-text {
        width: 100%;
        height: 370px;
        top: 0;
        min-width: 100%;
    }
    .comunidad .container-fluid.banner .page-banner {
        padding: 0;
    }
    
    .banner-text .page-description h1 {        
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: 0em;
        text-align: center;
    }
    .banner-text .page-description p {
        font-family: OpenSans;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
        max-width: 272px;
        margin-top: 0.5rem;
    }
    
    .comunidad .curved-carousel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        overflow-y: auto;
        margin: 1rem 0 100px;
        padding: 0 2rem 1rem;
    }
    .comunidad .curved-carousel__element{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 254px;
        padding: 20px;
        -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;
        border-radius: 20px;
        background: #FDFDFD;
        min-width: 254px;
        gap: 0;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 254px;
                flex: 1 0 254px;
    }
    
    .comunidad .curved-carousel__element .cc-element__img-wrap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 148px;
        padding: 20px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px;
        -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        border-radius: 20px;
    }
    
    .comunidad .curved-carousel__element .cc-element__img-wrap .cc-element__img{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .comunidad .curved-carousel__element .cc-element__description p{
        overflow: hidden;
        color: #281E0E;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        whitespace: nowrap;
        font-family: OpenSans;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
    
    .comunidad .curved-carousel__element .cc-element__title{
        color: #281E0E;
        font-family: OpenSans;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 8px;
    }
    
    .comunidad .curved-carousel__element .cc-element__btn{
        color: #281E0E;
        text-align: right;
        font-family: OpenSans;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        -webkit-text-decoration-line: underline;
                text-decoration-line: underline;
        background: none;
        border: none;
        margin-top: 8px;
        padding: 0;
    }
    
    #comunidad-header__title {
        margin: 48px auto 8px;
    }
    
    #comunidad-header__title h5{
        color: #281E0E;
        font-family: OpenSans;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        width: 274px;
        padding: 0 1rem;
    }
    #alterno__video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        margin: 48px auto;
    }
    #alterno__video .contentalternative {
        position: relative;
    }
    #alterno__video .contentalternative .media {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    #alterno__video .contentalternative .content {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        top: 0;
    }
    #alterno__video .contentalternative .content .description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        gap: 0;
    }
    #alterno__video .contentalternative .content .description h3{
        text-align: center;        
        font-size: 24px;        
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 290px;
    }
    
    #alterno__video .contentalternative .media{
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        max-width: 256px;
        margin: 0 auto;
        min-width: 256px;
    }
    #alterno__video .contentalternative .content .description .text {
        padding: 0; 
        margin-bottom: 32px;
        max-width: 272px;
        color: #281E0E;
        text-align: center;
        font-family: OpenSans;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    #alterno__video .contentalternative .content .description p a{
        margin: 0 auto;
    }
    .comunidad .comunidad-component .title h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.03em;
        color: #281E0E;
        padding-bottom: 24px;
        max-width: 272px;
        margin: 0 auto;
    }
    #alterno__video .contentalternative .content .content-box{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    #comunidad-formacion__container{
        height: 808px;
    }
    #comunidad-formacion__container .comunidad-formacion .container h3{
        padding-bottom: 0;
        text-align: center;        
        font-size: 24px;       
        font-weight: 700;
        line-height: 32px;
        padding-top: 0;
        margin: 0 auto;
        width: 272px;
    }
    #comunidad-formacion__container::before {
        content: " ";
        background-size: 100%;
    }
    #comunidad-formacion__container .comunidad-formacion .container .box .visualnacert{
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    #comunidad-formacion__container .comunidad-formacion .container .box .dualiza{
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    #comunidad-formacion__container .comunidad-formacion .container .box{
        padding: 24px;
        height: auto;
    }
    #comunidad-formacion__container .comunidad-formacion .container .box .visualnacert::before {
        content: " ";
        height: 64px;
        width: 64px;
        margin: auto 16px;
        background-size: contain;
    }
    #comunidad-formacion__container .comunidad-formacion .container .box .dualiza::before {
        content: " ";
        height: 64px;
        width: 64px;
        margin: auto 16px;
        background-size: contain;
    }
    #comunidad-formacion__container .comunidad-formacion .container h5{
        color: #FDFDFD;
        text-align: center;
        font-family: OpenSans;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }
    #comunidad-formacion__container .comunidad-formacion .container p{
        color: #FDFDFD;
        text-align: center;
        font-family: OpenSans;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    #comunidad-formacion__container .comunidad-formacion .container .box a{
        color: #FDFDFD;
        text-align: right;
        font-family: OpenSans;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        -webkit-text-decoration-line: underline;
                text-decoration-line: underline;
    }
    #comunidad-formacion__container .comunidad-formacion .container {
        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: 32px;
        margin: 48px 0;
    }
    #comunidad-formacion__container::after {
        background-size: 100%;
    }
    #catedra__alterno .contentalternative {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-flow: column-reverse;
                flex-flow: column-reverse;
        max-width: 100%;
        text-align: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative;
    }
    #catedra__alterno {
        max-width: 100%;
        margin: 48px auto;
        padding: 0 2rem;
    }
    #catedra__alterno .contentalternative .content .icon p{
        text-align: center;       
        font-size: 16px;       
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 3.2px;
        text-transform: uppercase;
        max-width: 272px;
        margin: 0 auto 16px;
    }
    #catedra__alterno .contentalternative .content .description h3{
        color: #281E0E;
        text-align: center;        
        font-size: 24px;       
        font-weight: 700;
        line-height: 32px; 
        margin-bottom: 320px;
    }
    #catedra__alterno .contentalternative .media {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
        max-width: 272px;
        margin: 0 auto;
        position: absolute;
        top: 130px;
    }
    #catedra__alterno .contentalternative .media img{
        width: 100%;
        height: auto;
    }
    #catedra__alterno .contentalternative .content .description p a{
        margin: 0 auto;
    }
    
    .comunidad #alterno__video .contentalternative .content .description h3 {
        margin-bottom: 192px;
    }
    .comunidad .comunidad-component .title p {
        padding-bottom: 23px;
    }
}


@media (max-width: 1200px){
	#footer .footer-middle-bottom .column.col-lg-5.col-xs-12 {
		display: none;
	}
	#footer .footer-middle-bottom .column.col-lg-7.col-xs-12 {
		width: 100%;
	}
}

#home-btn_comunidad {
  margin: 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  #home-btn_comunidad {    margin: 32px auto 100px;     }
}

/* Actualizacion enero 2026 - categorias */
#ecosistema-iconos-comunidad .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
}
#ecosistema-iconos-comunidad a {
	color: #281E0E;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}
#ecosistema-iconos-comunidad .row a img {
	background: linear-gradient(90deg, #28c1f5 0%, #58fcff 100%);
	border-radius: 50px;
	padding: 21px;
}

@media only screen and (max-width: 1100px) {
  #ecosistema-iconos-comunidad .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}