#modulo-exito-embajadoras {
  margin-top: 48px
}

.ibd-hero-banner-primary .banner .card .ibd-hero-banner__titulo {
  font-size: 40px;
}

.contenedor-exito-embajadoras {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contenedor-textos-boton {
  width: 328px;
  margin-left: auto;
  margin-right: auto;
  background-color: #dcebe1;
  margin-bottom: 0;
  padding: 32px 48px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.titulo-exito {
  font-family: IberPangea-Regular;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #2c2c2c;
}

.subtitulo-exito {
  font-family: IberPangea-Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #00402A;
}

.btn.wcom-button.button-green {
  background-color: #2F6852;
}

.btn.wcom-button.button-green:hover {
  background-color: #2a5042 !important;
}

.imagen-exito {
  background-image: url(/documents/20122/16858492/historias-360.png);
  background-size: cover;
  height: 271px;
  width: 328px;
  margin-left: auto;
  margin-right: auto;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-position: center;
}

@media(min-width: 576px) {
  .btn.wcom-button.button-green {
      width: 223px;
      align-self: center;
      /* position: relative; */
      /* left: 22%; */
  }
  .contenedor-exito-embajadoras {
      width: 496px;
      margin-left: auto;
      margin-right: auto;
  }

  .titulo-exito {
      font-weight: 600;
      width: 400px;
      font-size: 32px;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
      line-height: 40px;
  }

  .subtitulo-exito {
      font-family: IberPangea-Regular;
      font-size: 16px;
  }

  .contenedor-textos-boton,
  .imagen-exito {
      width: 496px;
      display: flex;
      flex-direction: column;
      /* justify-content: center; */
  }


  .imagen-exito {
      background-image: url(/documents/20122/16858492/historias-576.png);

  }
}


@media(min-width: 992px) {

  .titulo-exito{
      width: 285px;
      margin-top: 31px;
      margin-left: 0;
  }

  .contenedor-exito-embajadoras {
      flex-direction: row;
      width: 826px;
      margin-left: auto;
      margin-right: auto;
      height: 516px;

  }

  .subtitulo-exito{
      color: #707070;
    margin-bottom:40px;
    align-self: stretch;
  }


  .contenedor-textos-boton,
  .imagen-exito {
      height: 516px;
  }

  .contenedor-textos-boton {
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 20px;
      text-align: start;
      padding-left: 64px;
      padding-right: 64px;
  }

  .imagen-exito {
      background-image: url(/documents/20122/16858492/historias-992.png);
      border-top-right-radius: 20px;
      border-bottom-left-radius: 0px;

  }
  .btn.wcom-button.button-green{
      margin:0;
  }
}


@media(min-width: 1200px) {
  .contenedor-exito-embajadoras{
      width: 1000px;
      /* gap: 0px; */
  }
  .contenedor-textos-boton, .imagen-exito {
      display: flex;
      flex-direction: column;
      gap: 15px;
      height: 430px;
      width: 500px;
      padding: 48px 80px;
  }

  .imagen-exito {
      background-image: url(/documents/20122/16858492/historias-1200.png);

  }

  .btn.wcom-button.button-green{
   align-self: start;
  }

  .titulo-exito{
      width: 340px;
      margin:0;
      font-size: 32px;
  }

  .subtitulo-exito{
      color: #2c2c2c;
      margin-bottom: 14px;
  }
}


@media(min-width: 1920px) {
  .subtitulo-exito{
      color: #707070;
  }
      
  .titulo-exito{
      width: 510px;
  }
  
  .contenedor-exito-embajadoras {
      width: 1280px;
      height: 414px;
  }

  .contenedor-textos-boton, .imagen-exito{
      width: 640px;
      height: 414px;
  }

  .imagen-exito {
      background-image: url(/documents/20122/16858492/historias-1920.png);
  }

  .btn.wcom-button.button-green{
      width: 223px;
      left: 0;
  }
}