.container-descubre-ventajas {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 40px;
  padding-bottom: 64px;
  background: white;
  flex-direction: column;
  /* justify-content: flex-start; */
  align-items: center;
  gap: 40px;
  display: flex;
}

.container-descubre-ventajas .header {
  align-self: stretch;
  flex-direction: column;
  /* justify-content: flex-start; */
  align-items: center;
  gap: 16px;
  display: flex;
}

.container-descubre-ventajas .header .title {
  align-self: stretch;
  text-align: center;
  color: #2c2c2c;
  font-size: 24px;
  font-family: 'IberPangea-SmBold';
  font-weight: 600;
  line-height: 32px;
  word-wrap: break-word;
}
.container-descubre-ventajas .header .subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    align-self: stretch;
    text-align: center;
    color: #707070;
    font-family: "IberPangeaText-Regular";
    /* word-wrap: break-word; */
    font-feature-settings: 'clig' off, 'liga' off;
}

.container-descubre-ventajas .content {
  display: flex;
  padding: var(--space-0, 0px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--space-32, 32px);
  align-self: stretch;
}

.container-descubre-ventajas .content .image-container {
  align-self: stretch;
  height: 250px;
  border-radius: 16px;
  background-image: url(/documents/20122/17697475/360.webp);
  background-repeat: no-repeat;
}

.container-descubre-ventajas .content .benefits {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: flex;
  /* height: auto; */
}

.container-descubre-ventajas .content .benefits .benefit {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: flex;
  height: auto;
}

.container-descubre-ventajas .content .benefits .benefit .icon {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-descubre-ventajas .content .benefits .benefit .icon .icon-inner {
  width: 24px;
  height: 24px;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2573 8.94413L10.2263 17.0176L5.84668 12.6485L7.08262 11.4096L10.2215 14.5409L17.0166 7.70996L18.2573 8.94413Z" fill="%232F6852"/></svg>');
  left: 0;
}

.container-descubre-ventajas .content .benefits .benefit .text .title {
  align-self: stretch;
  color: #2c2c2c;
  font-size: 16px;
  font-family: 'IberPangeaText-SmBold';
  font-weight: 600;
  line-height: 22px;
  /* word-wrap: break-word; */
}
.container-descubre-ventajas .content .benefits .benefit .description {
  align-self: stretch;
  color: #707070;
  font-size: 14px;
  font-family: "IberPangeaText-Regular";
  font-weight: 400;
  line-height: 18px;
  /* word-wrap: break-word; */
}

@media (min-width: 360px){
  .container-descubre-ventajas .content .image-container {
    /* margin: 0 auto; */
    min-width: 328px;
    /* display: flex; */
    justify-self: center;
    align-self: center;
    width: 100%;
    background-size: cover;
    background-position: top center;
  }

}


@media (min-width: 576px) {

  .container-descubre-ventajas {
    padding: var(--space-40, 40px) var(--360-575-Page-Margin, 40px) var(--space-64, 64px) var(--360-575-Page-Margin, 40px);
    gap: 40px;
  }

  .container-descubre-ventajas .content .image-container {
    background-image: url(/documents/20122/17697475/576.webp);
    background-repeat: no-repeat;
    min-width: max-content;
  }
}

@media (min-width: 992px) {
  .container-descubre-ventajas {
    display: flex;
    padding: 40px 83px 64px;
    flex-direction: column;
    align-items: center;
    gap: var(--space-40, 40px);
    align-self: stretch;
    margin: auto;
  }

  .container-descubre-ventajas .header .title {
    align-self: stretch;
    text-align: center;
    color: #2c2c2c;
    font-size: 32px;
    /* font-family: "IberPangea-Regular"; */
    font-weight: 600;
    line-height: 40px;
    word-wrap: break-word;
  }

  .container-descubre-ventajas .content {
    display: flex;
    flex-direction: row;
    padding: var(--space-0, 0px);
    gap: var(--space-40, 40px);
    align-self: auto;
    width: 100%;
  }

  .container-descubre-ventajas .content .image-container {
    height: 250px;
    /* width: 51%; */
    background-image: url(/documents/20122/17697475/992.webp);
    align-self: stretch;
    width: 50%;
  }

  .container-descubre-ventajas .content .benefits {
    display: flex;
    padding: var(--space-0, 0px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-32, 32px);
    flex: 1 0 0;
    align-self: center;
    /* flex-grow: 1; */
    width: 50%;
    min-width: 393px;
  }

  .container-descubre-ventajas .content .benefits .benefit {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
  }

  .container-descubre-ventajas .content .benefits .benefit .icon {
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-descubre-ventajas .content .benefits .benefit .icon .icon-inner {
    width: 24px;
    height: 24px;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2573 8.94413L10.2263 17.0176L5.84668 12.6485L7.08262 11.4096L10.2215 14.5409L17.0166 7.70996L18.2573 8.94413Z" fill="%232F6852"/></svg>');
    left: 0;
  }

  .container-descubre-ventajas .content .benefits .benefit .text .title {
    align-self: stretch;
    font-size: 18px;
    /* font-family: "IberPangea-Regular"; */
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word;
  }
  .container-descubre-ventajas .content .benefits .benefit .description {
    align-self: stretch;
  }
}

@media (min-width: 1200px) {
  .container-descubre-ventajas {
    /* height: 470px; */
    padding: 80px 100px;
    gap: var(--space-40, 40px);
    width: 1200px;
  }

  .container-descubre-ventajas .header {
    gap: 16px;
  }

  .container-descubre-ventajas .header .title {
    align-self: stretch;
    text-align: center;
    color: #2c2c2c;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    word-wrap: break-word;
  }

  .container-descubre-ventajas .content {
    display: flex;
  }

  .container-descubre-ventajas .content .image-container {
    height: 250px;
    width: 50%;
    background-image: url(/documents/20122/17697475/1200.webp);
    min-width: 480px;
    background-repeat: no-repeat;
  }

  .container-descubre-ventajas .content .benefits {
    width: 480px;
  }

  .container-descubre-ventajas .content .benefits .benefit {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
  }

  .container-descubre-ventajas .content .benefits .benefit .icon {
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-descubre-ventajas .content .benefits .benefit .icon .icon-inner {
    width: 32px;
    height: 32px;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2573 8.94413L10.2263 17.0176L5.84668 12.6485L7.08262 11.4096L10.2215 14.5409L17.0166 7.70996L18.2573 8.94413Z" fill="%232F6852"/></svg>');
    left: 0;
  }

  .container-descubre-ventajas .content .benefits .benefit .text .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }
}

@media (min-width: 1920px) {
  .container-descubre-ventajas {
    /* display: flex; */
    padding: 80px 320px;
    flex-direction: column;
    /* align-items: center; */
    gap: var(--space-40, 40px);
    /* align-self: stretch; */
    width: auto;
  }

  .container-descubre-ventajas .header {
    display: flex;
    padding: var(--space-0, 0px);
    flex-direction: column;
    align-items: center;
    gap: var(--space-16, 16px);
    align-self: stretch;
  }

  .container-descubre-ventajas .header .title {
    color: var(--Color-Content-General-1, #2c2c2c);
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
  }

  .container-descubre-ventajas .content {
    display: flex;
    padding: var(--space-0, 0px);
    align-items: center;
    gap: var(--space-40, 40px);
    align-self: stretch;
  }

  .container-descubre-ventajas .content .image-container {
    width: 48%;
    background-image: url(/documents/20122/17697475/1920.webp);
    align-self: center;
    height: 250px;
  }

  .container-descubre-ventajas .content .benefits {
    display: flex;
    padding: var(--space-0, 0px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-32, 32px);
    flex: 1 0 0;
  }

  .container-descubre-ventajas .content .benefits .benefit {
    display: flex;
    padding: var(--space-0, 0px);
    align-items: flex-start;
    gap: var(--space-8, 8px);
    align-self: stretch;
  }

  .container-descubre-ventajas .content .benefits .benefit .icon .icon-inner {
    width: 32px;
    height: 32px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2573 8.94413L10.2263 17.0176L5.84668 12.6485L7.08262 11.4096L10.2215 14.5409L17.0166 7.70996L18.2573 8.94413Z" fill="%232F6852"/></svg>');
    left: 0;
  }

  .container-descubre-ventajas .content .benefits .benefit .text .title {
    line-height: 24px;
  }
  .container-descubre-ventajas .content .benefits .benefit .description{
    width: 580px;
  }
}
