h2{
  text-align:center;
 }
#superior{
  max-width:1300px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto !important;
  padding: 2% 0%;
}
#superior img{
  height: 72px;
}
#contenido-hero{
  width: 90%;
  max-width:1300px;
  display: flex;
  margin: 0 auto !important;
}

#contenido-hero #txt-hero{
  width: 50%
}

#contenido-hero #form-hero{
  width: 50%
}

/*Ajustes de textos*/
#txt-hero h1{
  font-family: "Alexandria", sans-serif;
  font-weight: 400;
  font-size: 55px;
  line-height: 70px;
  text-transform: uppercase;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: white;
  padding-bottom: 3%;
}

#txt-hero p{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: white;
  padding: 3% 0;
}
#superior a#btnCTC{
  background-color: #2DA4BD;
  border-radius: 20px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 27px;
  padding: 20px 35px 20px 35px;
  color: white;
}
section#segundo-titulo{
  background-color: black;
}
section#segundo-titulo div{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 25px;
  padding: 20px;
} 
/*Ajustes del Form*/
div#form-hero {
  display: flex;
  justify-content: flex-end;
}
form{
  background-color:#0B0B0B99;
  padding: 20px;
  border-radius: 20px;
}
label span{
  color:white;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 100%;
  margin-left: 10px;
}
input:not([type="checkbox"]), select, textarea{
  border-radius: 22px;
  border: none;
  height: 32px;
  width: 100% !important;
  margin-top: 10px;
  padding-left: 15px;
}

textarea{
  height: 50px;
  padding-top: 2%;
}

.form-columns-2{
  padding: 20px 0 !important;
  display: flex;
  gap: 10px;
}
.form-columns-1{
 /* margin-top: 20px !important; */
  margin-bottom: 20px !important;
}
fieldset.form-columns-2 .input {
  margin: 0px !important;
}
ul.inputs-list {
  list-style-type: none;
}
.hs-richtext{
  color:white;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  line-height: 150%;
  padding: 10px;
}

.legal-consent-container .field.hs-form-field {
    margin-bottom: 20px !important;
}

span a{
  text-decoration:none;
  color: #2DA4BD;
}
/*Ajustes para la columna del select*/
fieldset.form-columns-1 select.hs-input,fieldset.form-columns-1 .input {
  width: 100% !important;
  margin-right: 0px !important;
}
.hs-button{
  background-color: #2DA4BD;
  width: 60% !important;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  cursor:pointer;
}
div.actions{
  display: flex;
  justify-content: center;
}
.hs-submit{
  margin-top: 20px;
  margin-bottom: 20px;
}
/*Ajustes del submit del file*/
.hs-fieldtype-file .input{
  background: white;
  border-radius:22px;
  height:32px;
  box-shadow:0 6px 14px rgba(0,0,0,.25);
  display:flex;
  align-items:center;
}


.hs-fieldtype-file input[type="file"]{
  width:100%;
  border:none;
  background:transparent;
  font-size:16px;
  cursor:pointer;
  display:flex;
  align-items:center;
  padding-left:20px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}


.hs-fieldtype-file input[type="file"]::file-selector-button{
  height:100%;
  display:flex;
  align-items:center;
  margin: 0 auto;
  font-size:12px;      
  padding:2px 8px;
  display:none;
}
.hs-error-msg {
    color: #ed5d5d;
    font-family: "Roboto", sans-serif;
}
ul.no-list.hs-error-msgs.inputs-list {
    padding-top: 15px;
}

@media(max-width: 1300px){
  #superior , #contenido-hero{
    width: 90%;
    margin: 0 auto;
  }
}
@media(max-width: 1200px){
  #txt-hero h1 , #txt-hero p{
    width: 85%;
  }
}
@media(max-width: 992px){
  #contenido-hero{
    flex-direction: column;
  }
  #txt-hero h1{
    text-align: center;
    font-size: 45px;
    padding-bottom:0;
  }
  #contenido-hero #txt-hero p{
    text-align: center;
  }
  #contenido-hero #txt-hero{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #contenido-hero #form-hero{
    width: 100%;
    justify-content: center;
  }
  #txt-hero h1 , #txt-hero p{
    width: 100%;
  }
  #txt-hero p{
    padding: 5% 0;
  }
}
@media(max-width:600px){
  fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  #superior{
    flex-direction: column;
    justify-content: center;
    gap:20px;
    padding-bottom: 5%;
  }
  .form-columns-2{
    flex-direction: column;
    padding: 10px 0 !important;
}
  }
  .hs-button{
    width: 80% !important;
  }
}