/** Shopify CDN: Minification failed

Line 190:0 Unexpected "}"

**/
.section .texts-banner{
  /* width: 100%; */
  position: absolute;
  z-index:1;
  bottom: 40px;
  /* max-width: 80%; */
}
  .sub-title{
    font-weight: 400;
    font-size: var(--font-size-12px);
    line-height: 18px;
    margin-bottom: 8px;
  }
  .title{
    font-size: 18px;
    /* font-weight: 700; */
    margin-bottom: 6px;
    line-height: 36px;
    text-transform: math-auto;
    color: #ffffff;
  }
  .description{
    font-size: var(--font-size-12px);
    font-weight: 400;
    line-height: 16px;
  }
  .description-banner{
    font-size: var(--font-size-12px);
    margin-bottom: 8px;
    line-height: normal;
  }

  .overtext{
    position: absolute;
    bottom: 5%;
    /* left: 40%; */
    padding-inline: 16px;
  }

  .container-video .overtext{
    left: 0;
  }
  
/* centrado mobile */
.full-center{
  width: 100%;
  max-width: 80%;
  bottom: 40px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
/* Pegado al bottom, centrado en X */
.bottom-center {
  position: absolute;
  width: 100%;
  max-width: 80%;
  bottom: 40px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
/* Pegado al bottom, a la izquierda */
.y-center-left, .bottom-left {
  position: absolute;
  bottom: 40px;
  text-align: left;
  left: 40px;
  margin-right: 40px;
  transform: translateX(0);
}
/* Pegado al bottom, a la derecha */
.y-center-right, .bottom-right {
  position: absolute;
  bottom: 40px;
  text-align: right;
  right: 40px;
  margin-left: 40px;
  transform: translateX(0);
}

@media(min-width:768px) {

  .section .texts-banner{
    max-width: 50%;
    width: fit-content;
    position: absolute;
    height: fit-content;
    bottom: 70px;
    /* max-width: 618px; */
  }
    .sub-title{
      font-size: var(--font-size-24px);
      /* height: 40px; */
      align-content: center;
      line-height: 20px;
      margin-bottom: 0;
    }
    .title{
      font-size: 24px;
      /* height: 40px; */
      align-content: center;
      line-height: 20px;
    }
    .title-desktop{
      font-size: var(--font-size-24px);
    }
    .description{
      font-size: var(--font-size-12px);
      line-height: 21px;
    }
    .description-banner{
      font-size: var(--font-size-12px);
    }
  }
  /* centrado */
  .full-center{
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  /* Pegado al bottom, centrado en X */
  .bottom-center {
    position: absolute;
    bottom: 70px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
  }
  /* Pegado al bottom, a la izquierda */
  .bottom-left {
    position: absolute;
    bottom: 70px;
    text-align: left;
    left: 70px;
    transform: translateX(0);
  }
  /* Pegado al bottom, a la derecha */
  .bottom-right {
    position: absolute;
    bottom: 70px;
    text-align: right;
    right: 70px;
    transform: translateX(0);
  }
  /* Centrado en Y, pegado a la derecha */
  .y-center-right {
    position: absolute;
    top: 50%;
    right: 70px;
    text-align: right;
    transform: translateY(-50%);
    left: auto;
  }
  /* centrado en Y, pegado a la izquierda */
  .y-center-left {
    position: absolute;
    top: 50%;
    left: 70px;
    text-align: left;
    transform: translateY(-50%);
  }
  /* Pegado al top, centrado en X */
  .top-center {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
  }
  /* Pegado al top, a la izquierda */
  .top-left {
    position: absolute;
    text-align: left;
    top: 70px;
    left: 70px;
  }
  /* Pegado al top, a la derecha */
  .top-right {
    position: absolute;
    top: 70px;
    text-align: right;
    right: 70px;
  }
}

@media(max-width:768px) {
  .bottom-center {
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom: 40px;
    left: 0;
    text-align: center;
    transform: translateX(0%);
  }
  .bottom-center img{
    width: 100%;
  }
}