/* ECOSISTEMA INNOVACION */

.ecosistema-innovacion .contentalternative .content .description h3,
.ecosistema-innovacion #ecosistema-titulo h2,
.h-highlights-list ul li h3,
#ecosistema-logos,
.ecosistema-innovacion .banner-text .page-description h1,
#ecosistema-detalle h3,
#ecosistema-detalle h1 {
  	/* font-family: 'SpaceGrotesk', sans-serif; */
	font-family: "OpenSans-Regular", sans-serif;
	font-style: normal;
}

.ecosistema-innovacion .row {
  margin: 0;
  padding: 0;
}

#ecosistema-title{
    margin-top: 100px;
}

.ecosistema-innovacion #ecosistema-iconos_hijos .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.ecosistema-innovacion .container-fluid {
  padding: 0;
}

.ecosistema-innovacion .row>* {
  margin: 0;
  padding: 0;
}

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

.ecosistema-innovacion .container-fluid.banner {
  margin: 0;
  padding: 0;
}

.ecosistema-innovacion #page .banner-media .banner-image-group {
  position: relative;
  margin: 0;
}

.ecosistema-innovacion .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;
}

.ecosistema-innovacion .banner-image-group picture img {
  width: 100%;
  min-height: 303px;
  max-height: 303px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ecosistema-innovacion.ecosistema-child .banner-image-group picture img {
  min-height: 139px;
  max-height: 139px;
}
.ecosistema-innovacion .banner-image-group:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 303px;
  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%;
}

.ecosistema-innovacion.ecosistema-child .banner-image-group:after {
  height: 139px;
}

.ecosistema-innovacion.ecosistema-child .container-fluid.banner .banner-text{
    display: none;
}

.ecosistema-innovacion .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: 250px;
  top: 0;
  min-width: 100%;
}

.ecosistema-innovacion .banner-text .page-description h1 {
  text-wrap: nowrap;
  margin-top: 5rem;
  color: #fdfdfd;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.ecosistema-innovacion .contentalternative {
  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-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  gap: 38px;
}

.ecosistema-innovacion .contentalternative .media {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ecosistema-innovacion .contentalternative .media img {
  width: 100%;
  height: 100%;
  max-height: 513px;
  max-width: 514px;
}

.ecosistema-innovacion .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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ecosistema-innovacion .contentalternative .content .description h3 {
  color: #281e0e;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  max-width: 600px;
  margin-bottom: 16px;
}

.ecosistema-innovacion #ecosistema-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;
  gap: 40px;
  margin: 100px auto 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.ecosistema-innovacion #ecosistema-titulo h2 {
  color: #281e0e;
  text-align: center;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.ecosistema-innovacion #ecosistema-titulo p {
  color: #281e0e;
  text-align: center;
  font-family: OpenSans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  width: 802px;
}

#ecosistema-iconos .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

#ecosistema-iconos .row .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 214px;
  padding: 20px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

#ecosistema-iconos .row a {
  width: 167px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #281e0e;
  text-align: center;
  font-family: OpenSans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#ecosistema-iconos .row p{
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out; 
}

#ecosistema-iconos .row a img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 21px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  border-radius: 50px;
  background: #f4f4f3;
}

#ecosistema-iconos .row a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

#ecosistema-iconos .row a:hover + p{
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#ecosistema-iconos .row p:hover{
-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1);
}
#ecosistema-iconos .row p a:hover + a {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

#ecosistema-iconos .row a:hover img {
  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%);
}

.h-highlights-list ul {
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 48px 0 48px;
}

.h-highlights-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 48%;
          flex: 1 0 48%;
  padding: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  border-radius: 20px;
  background: #fdfdfd;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 3px 10px 0px rgba(51, 51, 51, 0.2);
  max-width: 612px;
}

.h-highlights-list ul li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
}
.h-highlights-list ul li a .h-highlight-image{
	/*width: 180px;*/
	height: 149px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.h-highlights-list ul li a .h-highlight-image img{
	width: 180px;
	max-width: 180px;
	height: auto;	
}


.h-highlights-list ul li h3 {
  color: #281e0e;  
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.h-highlights-list ul li p {
  color: #281e0e;
  font-family: OpenSans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.h-highlights-list ul li .h-highlight-text ul {
    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: 8px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 8px 0;
}

.h-highlights-list ul li .h-highlight-text ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 0 12px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 6px;
    background: #eae8e7;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-top: 0;
    color: #281e0e;
    text-align: left;
    font-family: OpenSans;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.ecosistema-innovacion .container-fluid.banner .banner-text .row .column.center-block {
  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;
}

.texto_centrado.btn-ver_mas {
  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 100px;
}

#ecosistema-logos {
  background: var(--neutral-005, #f4f4f3);
}

#ecosistema-logos {
    padding: 100px 0 0;
    color: #281E0E;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

#ecosistema-logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-pack: distribute;
      justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0 120px;
}

#ecosistema-logos ul li{
    width: 300px;
    /*height: 100px;*/
}

.ecosistema-innovacion #footer .container-fluid.footer-middle-top::before {
  background-image: url(/deployedfiles/agrobankhub/Imagenes/bkg-bucadorofi_fpdualiza.png);
  top: -2px;
  background-position: top;
}

@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .ecosistema-innovacion .banner-image-group:after {
    height: 303px;
  }

  .ecosistema-innovacion .banner-text .page-description h1 {
    margin-top: 5rem;
    color: #fdfdfd;
    text-align: center;   
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    text-wrap: wrap;
  }

  #fpdualiza_informacion {
    max-width: 720px;
  }
}

@media only screen and (max-width: 768px) {
  .ecosistema-innovacion .banner-text .page-description h1 {
    color: #fdfdfd;
    text-align: center;    
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    margin-top: 0rem;
    text-wrap: wrap;
  }

  .ecosistema-innovacion .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: 220px;
    top: 1rem;
    min-width: 100%;
  }

  .ecosistema-innovacion .banner-image-group picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 220px;
  }

  .ecosistema-innovacion .banner-image-group:after {
    height: 220px;
  }

  .ecosistema-innovacion .banner-image-group picture img {
    width: 100%;
    min-height: 220px;
    max-height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .ecosistema-innovacion .contentalternative .media {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 100%;
    padding: 1rem;
  }

  .ecosistema-innovacion .contentalternative {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0 1rem;
  }

  .ecosistema-innovacion #fpdualiza_demanda .contentalternative {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .ecosistema-innovacion #fpdualiza_puentes .contentalternative {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .ecosistema-innovacion .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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 1rem;
    text-align: center;
  }

  .ecosistema-innovacion .contentalternative .content .description h3 {
    margin-bottom: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }

  .ecosistema-innovacion .contentalternative .content .description p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  #fp-dualiza_ayudas p {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }

  #fp-dualiza_ayudas {
    height: 350px;
  }

  #fp-dualiza_ayudas h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 3.2px;
  }

  #fpdualiza_formacion {
    margin: 48px 0;
  }

  #fpdualiza_demanda {
    padding: 48px 0;
  }

  #fpdualiza_puentes {
    margin: 48px auto;
  }

  #fpdualiza_informacion {
    margin: 48px auto;
  }

  .ecosistema-innovacion .contentalternative .content .description .link {
    margin-top: 16px;
  }

  .ecosistema-innovacion #ecosistema-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;
    gap: 40px;
    margin: 48px auto 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .ecosistema-innovacion #ecosistema-titulo h2 {
    color: #281e0e;
    text-align: center;    
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.72px;
  }

  .ecosistema-innovacion #ecosistema-titulo p {
    color: #281e0e;
    text-align: center;
    font-family: OpenSans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 272px;
  }

  #ecosistema-iconos .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  #ecosistema-iconos .row .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 214px;
    padding: 20px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }

  .h-highlights-list ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    max-width: 272px;
  }
/*
	.h-highlights-list ul li img {
		width: 244px;
		height: 200px;
		border-radius: 0;
	}
	*/
	.h-highlights-list ul li .h-highlight-content img {
		width: 100%;
		height: auto;
		border-radius: 0;
	}

    #ecosistema-iconos .row a {
        color: #281e0e;
        text-align: center;
        font-family: OpenSans;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .h-highlights-list ul li .h-highlight-text ul li {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 0;

    }
}

#ecosistema-iconos .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;

}

@media only screen and (max-width: 1100px) {
    #ecosistema-iconos .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
          -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;
    }
    
    #ecosistema-logos ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }
    
    .ecosistema-innovacion .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }
    #ecosistema-iconos_hijos .icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 190px;
        height: 214px;
        padding: 20px 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 12px;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 130px;
                flex: 1 0 130px;
        height: 184px;
        min-width: 140px;
    }
    .ecosistema-innovacion.ecosistema-child .banner-image-group picture {
        height: auto;
    }
    #ecosistema-detalle .info-list {
        gap: 16px;
        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: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .h-highlights-list ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1rem;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }

    .h-highlights-list ul li .h-highlight-text ul {
        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;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 1rem 0;
    }
    .h-highlights-list ul {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

#ecosistema-logos {
  position: relative;
}

#ecosistema-logos:after {
  content: " ";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  width: 100%;
  background-image: url(/deployedfiles/agrobankhub/Imagenes/DKtop-bar_logos.png);
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 214px;
  padding: 20px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icons.active {
  border-radius: 12px;
  border: 1px solid #000;
  background: -webkit-gradient(linear, left top, right top, from(#58fcff), to(#28c1f5));
  background: -o-linear-gradient(left, #58fcff 0%, #28c1f5 100%);
  background: linear-gradient(90deg, #58fcff 0%, #28c1f5 100%);
}

.icons a {
  color: #281e0e;
  text-align: center;
  font-family: OpenSans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}



#ecosistema-detalle {
    margin: 0 auto 100px;
}

#ecosistema-title .volver a{
    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;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
}

#ecosistema-title .volver a:before{
    content: " ";
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/left-arrow.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    background-size: contain;
    margin-right: 0.5rem;
}

#ecosistema-detalle img{
    width: 100%;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 12%;
}

#ecosistema-detalle h3,
#ecosistema-detalle h1{
    color: #281E0E;
    -webkit-font-feature-settings: 'clig' off, 'liga' off;
            font-feature-settings: 'clig' off, 'liga' off;    
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; 
    margin-bottom: 16px;
}


#ecosistema-detalle ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    height: auto;
        margin-bottom: 16px;
}

#ecosistema-detalle ul li{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}


#ecosistema-detalle ul li img{
    width: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 60px;
}

#ecosistema-detalle .logo-title{
    color: #281E0E;
    /* Detail 1 */
    font-family: OpenSans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 16px;
}

#ecosistema-detalle .text{
    color: #281E0E;
    font-family: OpenSans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
        margin-bottom: 24px;
}

#ecosistema-detalle .tag-item{
    color: #281E0E;
    text-align: right;
    leading-trim: both;
    text-edge: cap;
    font-family: OpenSans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    padding: 2px 6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 6px;
    background: #EAE8E7;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 16px;
}

#ecosistema-detalle .info-list{
    gap: 16px;
}

#ecosistema-detalle .info-list li a{
    color: #281E0E;
    font-family: OpenSans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    gap: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}



#ecosistema-detalle .info-list li:first-child a:before{
    content: " ";
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/Shape.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#ecosistema-detalle .info-list li:last-child a:before{
    content: " ";
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/ico272.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.ecosistema-innovacion.ecosistema-child #footer .container-fluid.footer-middle-top::before {
    background-image: url(/deployedfiles/agrobankhub/Imagenes/bkg-bucadorofi.png);
}


.h-highlights-list ul li .h-highlight-content img {
  max-width: 100%;
  height: auto;
}
.ecosistema-innovacion .h-highlights .h-highlights-list .h-highlight .h-highlight-text img {
    max-width:210px;
    
}
