#modulo-ventajas {
  margin: 20px 0px 20px;
  height: 376px;
}


#modulo-ventajas .header .titulo {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #2C2C2C;
}


#modulo-ventajas .subtitulo {
  font-family: "IberPangea-Regular";
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #2c2c2c;
  letter-spacing: -0.01em;
  margin-top: -16px;
  padding-bottom: 0px;
}

#modulo-ventajas .owl-carousel.off {
  display: flex !important;
  justify-content: center;
}


#modulo-ventajas .item-container .item>img {
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 12px;
}

#modulo-ventajas .item-container .item>.titulo {
  font-family: "IberPangea-Regular";
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 20px;
}

#modulo-ventajas .item-container .item>.desc {
  width: 300px;
  margin-left: auto !important;
  margin-right: auto !important;
  font-family: "IberPangeaText-Regular";
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #2c2c2c;
}

#modulo-ventajas .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  border: 1px solid #00A443;
  background: #00A443;
  width: 8px;
  height: 8px;
}

#modulo-ventajas .owl-theme .owl-dots .owl-dot span {
  border: 1px solid #2F6852;
  width: 8px;
  height: 8px;
  background: #fff;
}

.items-ventajas {
  display: flex;
  flex-direction: column;
}


@media (min-width: 576px) {


  #modulo-ventajas .item-container .item>.desc {
      width: 496px;
  }
}



@media (min-width: 768px) {

  #modulo-ventajas>div>div>div>div.owl-stage-outer>div>div.owl-item.active>div>div>img {
      /* margin-top: 165px; */
  }

  #modulo-ventajas>div>div>div>div.owl-stage-outer>div>div.owl-item>div>div>img {
      /* margin-top: 165px; */
  }

  #modulo-ventajas .item-container .item>.desc {
      width: 243px;
  }
}



@media (min-width: 992px) {
  #modulo-ventajas {
      height: 654px;
  }
  #modulo-ventajas .owl-carousel.off {
      display: grid !important;
      justify-content: center;
  }
  .items-ventajas {
      flex-direction: grid;
      grid-template-columns: repeat(2,381px);
      gap: 32px;
  }
  #modulo-ventajas .item-container .item>.desc {
      width: 381px;
  }
}



@media (min-width: 1200px) {
    #modulo-ventajas {
        height:380px;
    }
  #modulo-ventajas .owl-carousel.off {
      display: flex !important;
      justify-content: center;
  }
  .items-ventajas {
      flex-direction: row;
      justify-content: center;
      gap: 32px;
  }


  #modulo-ventajas .item-container .item>.desc {
      width: 218px;
  }
}



@media (min-width: 1920px) {
  #modulo-ventajas .item-container .item>.desc {
      width: 394px;
      margin-top: -16px;
  }

  #modulo-ventajas .item-container .item>.desc {
      width: 288px;
      margin-top: 8px;
  }
}