html {
  scroll-behavior: smooth;
}
body,
* {
  font-family: "Raleway", sans-serif;
}

/*Ajustes de formulario en columnas*/
legend.hs-field-desc {
  font-size: 12px;
  margin-bottom: 0;
}
.submitted-message div span strong {
  font-size: 26px;
}

.submitted-message div:not(first-child) {
  color: black;
}

.banner-grid-container {
  background-color: #f7f7f7;
}

.form-container.clearfix {
  background: none;
}

.form_button_container {
  display: flex;
  justify-content: center;
  padding: 0 0 30px 0;
}

/*Inicio features*/
#features {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

#features .titulo {
  text-align: center;
  color: #1735af;
  font-size: 18px;
}

#features .titulo .oversized {
  font-size: 1.3em;
  font-weight: bold;
  display: block;
}

#features .iconos {
  background-color: #1735af;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  border-radius: 20px;
  padding: 20px;
}

#features .iconos img {
  height: 100px;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

/*Final features*/

.form_button_container .button {
  cursor: pointer;
  border-radius: 2em;
  background-color: #000000;
  color: white;
  padding: 0.7em 2em;
  text-align: center;
  font-weight: bold;
  box-shadow: -1px 0px 12px -1px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 0px 12px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 0px 12px -1px rgba(0, 0, 0, 0.75);
}

#registro h2 {
  font-family: "Raleway", sans-serif !important;
  color: #f31f54;
  font-size: 2rem;
  padding: 2rem 0;
  font-weight: 800;
  text-align: center;
  width: 100%;
}

#registro .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  color: black;
  gap: 20px;
}

#registro .content img {
  width: 90%;
  height: auto;
  object-fit: cover;
  margin-top: 3rem;
}

#registro .content .text {
  color: black;
  padding: 0 30px;
  margin: auto;
}
#registro .content .text span {
  display: block;
  padding: 0.7em 0;
  font-weight: 500;
}

#contenido {
  padding: 5rem;
}

#contenido .galeria {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 2.5rem;
  padding: 2rem 0;
}

#contenido .galeria img {
  margin: 0 auto;
}

#contenido .texto {
  background-color: #1735af;
  border-radius: 2rem;
  padding: 2rem 0;
}

#contenido .texto p {
  color: white;
  margin: 0 10rem;
  font-size: 1.2rem;
}

#contenido .texto p strong {
  font-size: 1.2rem;
}

.strike {
  color: #f31f54;
  font-weight: 800;
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.strike > span {
  position: relative;
  display: inline-block;
  font-size: 2rem;
}

.strike > span:before,
.strike > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 2px;
  background: #f31f54;
}

.strike > span:before {
  right: 100%;
  margin-right: 15px;
}

.strike > span:after {
  left: 100%;
  margin-left: 15px;
}

/*FORMULARIO*/
div#hs_form_target_widget_1672872786250 {
  padding: 2rem 10%;
}

label {
  margin-bottom: 0;
  display: none;
}

input,
select {
  margin-bottom: 0.5rem;
}

label span {
  font-size: 14px;
}

.hs_email.hs-email {
  margin-top: 0 !important;
}

ul.inputs-list {
  margin-bottom: 0;
}

input#correo_tutor_atr-a56b3326-47a4-4609-a318-f57a9c627339_8835 {
  width: 100%;
}
input#email-a56b3326-47a4-4609-a318-f57a9c627339_8835 {
  width: 100%;
}

.hs-form-a56b3326-47a4-4609-a318-f57a9c627339_0f9c8df0-ebe8-4ec5-951c-c65c644ed503
  fieldset.form-columns-1
  .hs-input {
  width: 100%;
}

form {
  padding: 2rem 10%;
  color: black;
  border: 2px solid #f31f54;
  border-radius: 2rem;
  background-color: white;
}

form h3 strong span {
  color: #f31f54;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
}

form h4 {
  margin-top: 0.8rem;
  margin-bottom: 0;
}
form h4 strong {
  font-size: 20px;
}

form .input select {
  border: solid 1px #727272;
  padding: 0.5rem;
}

.input input.hs-input {
  padding: 0.5rem 0.5rem;
  border: solid 1px #727272;
}

input.hs-button.primary.large {
  background-color: black;
  border: none;
  border-radius: 2rem;
  text-transform: uppercase;
  padding: 1rem;
}

@media (max-width: 425px) {
  #contenido {
    padding: 1rem;
  }

  /*FORMULARIO*/
  div#hs_form_target_widget_1672872786250 {
    padding: 1rem;
  }
  form {
    padding: 1rem 2rem;
  }
}

/*Tablet*/
@media (max-width: 769px) {
  label {
    display: block;
  }
  legend.hs-field-desc {
    display: none !important;
  }
  #registro .content {
    flex-direction: column;
    align-items: center;
  }
  #registro .content img {
    width: 100%;
  }
  #registro .content .text {
    padding: 0;
  }

  #features .iconos {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 10px;
  }

  #features .iconos img {
    height: 150px;
  }

  #contenido .galeria {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 2.5rem;
    padding: 2rem 0;
  }

  #contenido .texto p {
    margin: 0 3rem;
  }

  /*FORMULARIO*/
  div#hs_form_target_widget_1672872786250 {
    padding: 2rem 5%;
  }
  form {
    padding: 2rem 5%;
  }
}