/** Shopify CDN: Minification failed

Line 174:7 Expected ":"

**/


[data-center-text=true] .form-vertical  h2{
  font-family: "Stanley Favorit";
  text-transform: none;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -1.2px;
  text-align: left;
}
[data-center-text=true] .form-vertical p{
  font-family: "Stanley Favorit";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.54px;
  text-align: left;

}
.section-header h1{
  font-family: "Stanley Favorit";
  text-transform: none;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -1.2px;
  text-align: left;
}
.section-header p{
  font-family: "Stanley Favorit";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.54px;
}
.section-header p a{
  text-decoration: underline;
}
.form-vertical .btn{
  font-family: "Stanley Favorit";
  text-transform: none;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0;
  width: 100%;
}
.list {
  list-style: none; 
  padding: 0;       
  margin: 0;       
}

.list li {
  padding-left: 22px;
  position: relative; 
  margin-bottom: 16px; 
  font-family: "Stanley Favorit";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.54px;

}

.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-46%);
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background: url("check.svg") no-repeat center;
  background-size: cover; /* Ajusta el tamaño del svg */
}
.form-div{
   flex: 1;
   padding: 40px 32px;
   background: #fff;
}
.beneficios{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  padding: 20px 50px 20px 100px;
  color: #6e6a63;
  gap: 10px;
}

  .hidden {
      display: none;
  }
   select{
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: solid 2px #d9d8d6;
     color: #3f3f3f;
     padding: 5px 0;
    font-size: 15px;
   }
   .label, label:not(.variant__button-label):not(.text-label){
    font-family: "Stanley Favorit";
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.48px;    
    text-transform: none !important;
   }
   input{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: solid 2px #d9d8d6;
     padding: 5px 0;
    font-size: 15px;

   }
   input::placeholder {
    font-family: "Stanley Favorit";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.48px;
    color: #3f3f3f;
    opacity: 1;
  }
   .index-section {
        margin: 0 0 !important;
    }
 /* Ocultar el input original */
input[type="file"] {
    display: none;
}
.section-header{
  text-align: left !important;
}

.cumple{
 display: flex;
 gap: 10px;
}
.section-header {
 margin-bottom: 0px;
}
.Line-1 {
  width 100%;
  height: 1px;
  align-self: stretch;
  flex-grow: 0;
  background-color: #b7b0a9;
  margin: 40px 0;
}
/* Estilos para el botón personalizado */
.custom-label {
    display: inline-block ;
    background-color: #000;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: 700 !important;
    letter-spacing: .3em !important; 
    line-height: 1.42 !important;
}

.custom-label:hover {
    background-color: #3e3e3e;
}

/* Estilos para el nombre del archivo */
#file-name {
    margin-left: 10px;
    font-size: 14px;
}

table .img-responsive {
  display: none;
}
table {
  border-collapse: collapse;
  background: transparent;
}
table button {
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px 15px;
}
.section-header .section-header__title {
  text-align: center;
}
@media (max-width: 768px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    width: 100%;
    min-width: 90vw;
  }
  .content-form {
    padding: 5% !important;;
    flex-direction: column;
  }
  .beneficios {
    padding: 20px;
  }
  .form-div {
    padding: 20px;
  }
  .beneficios .leyenda {
    font-size: 50px !important;
  }
}
.content-form{
    display: flex;
    padding: 10%;
    background: #f1eff2;
}
.beneficios h2{
  font-family: "Stanley Favorit";
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -1.6px;
  text-transform: none;
}

.beneficios .leyenda {
    font-family: "Stanley Favorit";
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -1.6px;
    text-transform: none;
}