#modulo-ventajas {
  margin: 20px 0px 20px;
}

.ventaja-titulo {
  color: var(--Color-Content-General-1, #2C2C2C);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  /* Title/S */
  font-family: "IberPangea-Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  width: 328px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}

.ventaja-subtitulo {
  color: var(--Color-Content-General-1, #2C2C2C);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  /* Body/Regular/M */
  font-family: "IberPangeaText-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  width: 328px;
  margin-left: auto;
  margin-right: auto;
}


#modulo-ventajas .header .titulo {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #2c2c2c;
}

/* #modulo-ventajas>div>div>div>div.owl-stage-outer>div>div:nth-child(1)>div>div>h3.subtitulo {
    font-family: "IberPangeaText-Regular" !important;
} */

#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-bottom: 8px;
}

/*#endregion Header*/

#modulo-ventajas .owl-carousel.off {
  display: flex !important;
  justify-content: center;
}

/*#region ItemCarrusel*/

#modulo-ventajas .item-container .item > img {
  width: 64px;
  height: 64px;
  margin: auto;
  margin-bottom: 12px;
}

#modulo-ventajas .item-container .item > .titulo {
  font-family: "IberPangea-Regular";
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 16px;
}

#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;
}

/*#endregion ItemCarrusel*/

/*#region DotsCarrusel*/

#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;
}

/*#endregion DotsCarrusel*/

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
  .ventaja-titulo {
    width: 492px;
    font-size: 32px;
  }
  .ventaja-subtitulo {
    width: 492px;
  }
  #modulo-ventajas .item-container .item > .desc {
    width: 460px;
    font-size: 14px;
  }
  #modulo-ventajas {
    margin-top: -15px;
  }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {

  #modulo-ventajas .item-container .item > .desc {
    width: 640px;
  }
  .ventaja-subtitulo {
    width: 672px;
  }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .items-ventajas {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
  }
  #modulo-ventajas .item-container .item > .desc{
    width: 228px;
  }
  .ventaja-subtitulo {
    width: 788px;
  }
  #modilo-ventajas .subtitulo {
    width: 228px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  #modulo-ventajas .item-container .item > img {
    width: 80px;
    height: 80px;
  }
  #modulo-ventajas .item-container .item > .titulo {
    font-size: 40px;
}
  .items-ventajas {
    gap: 45px;
  }

  #modulo-ventajas .item-container .item > .desc {
    width: 285px;
    font-size: 16px;
  }
  #modulo-ventajas .subtitulo {
    margin-bottom: 0;
    padding-bottom: 8px;
    width: 285px;
  }
  #modulo-ventajas .item-container .item > .titulo{
    width: 285px;
  }
  .ventaja-subtitulo {
    width: 996px;
  }
}

/* top large */

@media screen and (min-width: 1920px) {
  
  #modulo-ventajas .item-container .item > .desc {
    width: 376px;
    margin-top: -16px;
  }
  #modulo-ventajas .subtitulo {
    margin-bottom: 8px;
    padding-bottom: 16px;
        width: 376px;
  }
  #modulo-ventajas .item-container .item > .titulo {
    width: 376px;
  }

  /* .items-ventajas {
        gap: 220px;
    } */
}
