.banner.banner--shopify {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: radial-gradient(circle at 50% 25%, #DFFF61 -5%, #FFFFFF 30%);
  padding: 40px 16px 0;
  text-align: center;
  margin-top: -15px;
}



.banner_content--shopify {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.banner_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner_title {
  font-family: "CIBFont Sans", "CIBFontSans Light", sans-serif;
  font-weight: 200;          
  font-size: 56px;  
  line-height: 60px;         
  letter-spacing: -0.47px; 
  color: #2C2A29;
  margin: 0;
  text-align: center;
  text-wrap: initial; 
  overflow-wrap: normal;
  word-break: normal;
}


.banner_title--bold {
  font-family: "CIBFont Sans", "CIBFontSans Bold", sans-serif;
}

.banner_title--dash {
  font-weight: 200;
  color: #2C2A29;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  z-index: 5;
}

.banner_highlightWrap {
  display: inline-flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
}

.banner_highlight {
  position: relative;
  display: flex;
}
.banner_highlight>img {
  position: absolute;
  z-index: -1;
}

.banner_highlight>span {
  font-family: "CIBFont Sans", "CIBFontSans Light", sans-serif;
  font-weight: 200;
}

/* Subtitle */
.banner_subtitle {
  font-family: "CIBFont Sans", "CIBFontSans Light", sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #2C2A29;
  margin: 18px auto 0;
}

.banner_cta {
  margin-top: 22px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.btn_registro.btn_registro--dark {
  background: #2c2a29;
  color: #DFFF61;
  border-radius: 100px; 
  border: none;
  padding: 17.5px 32px;
  font-family: "CIBFont Sans", "CIBFontSans Light", sans-serif;
  font-weight: 200; 
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 266px; 
  height: 56px;     
}

.btn_registro.btn_registro--dark:hover {
  background-color: #464646;
  color: #DFFF61; 
}

/* Imagen */
.banner_media {
  position: relative;
  margin-top: 18px;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 0;
  z-index: 2; 
}

.banner_phone {
  width: min(320px, 70vw);
  height: auto;
  display: block;
  transform: translateY(12px);
  -webkit-mask-image: none;
  mask-image: none;
  position: relative;
  z-index: 2; 
}

.banner_media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  height: 140px; 
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 85%);
  z-index: 3;
  pointer-events: none;
}

@media (max-width: 768px) {
  .banner.banner--shopify {
    overflow: visible; 
    background: radial-gradient(circle at 50% 25%, #DFFF61 -10%, #FFFFFF 30%);
  }

  .banner_media {
    overflow: visible; 
    margin-top: 10px;
    min-height: 420px; 
  }
  .banner_media::after {
    z-index: 2;
    pointer-events: none;
  }

  .banner_title {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -0.4px;
    padding: 0 8px;
  }

  .banner_subtitle {
    font-size: 14px;
    line-height: 20px;
    padding: 0 12px;
  }

  .banner_highlight>img {
    width: 237px;
    
  }

  .btn_registro.btn_registro--dark {
    width: 100%;
    max-width: 520px;
    padding: 18px 16px;
    font-size: 16px;
  }

  .banner_phone {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none; 
    max-width: 360px;
    width: min(360px, 86vw);
    height: auto;
  }
}
