@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

* {
  padding: 0px !important;
  margin: 0px !important;
  box-sizing: border-box !important;
}

body {
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
  background: lightgray;
  min-width: 300px;
}

/* Estilos globales */
.main-container {
  max-width: 1600px;
  margin: 0 auto !important;
}

.container {
  max-width: 1200px;
  margin: 0 auto !important;
  height: 100%;
  padding: 0px 5px !important;
}

.f93 {
  font-size: 48.5px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1em;
}

.f54 {
  font-size: 44px;
  font-weight: 600;
}

.f35 {
  font-size: 30px;
}

.f30 {
  font-size: 25.5px;
  font-weight: 300;
  line-height: 1.15em;
}

.f24 {
  font-size: 24.5px;
}

.f24-li {
  line-height: 1.25em;
  margin-bottom: 50px;
}

input {
  width: 100%;
  font-family: inherit;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #d5576a;
  border-radius: 4px;
  display: block;
  -webkit-transition: 0.2s;
}

input[type="checkbox"]:checked {
  background: #d5576a;
}

.title-color {
  color: #2b4057;
}

.section-color {
  color: #43859b;
  letter-spacing: 0.25px;
}

/* Estilos únicos */
#header {
  background-image: url(../images/bg/bg-form.png);
  background-size: cover;
  height: auto;
  padding-bottom: 45px !important;
}

.header-text {
  margin-top: 185px !important;
  color: #fff;
}

#header > .container > div {
  margin-top: 70px !important;
}

#header > .container > div:nth-child(2) {
  margin-top: 85px !important;
}

#main {
  background: #dcebef;
  padding-top: 50px !important;
  padding-bottom: 65px !important;
}

.section {
  gap: 30px;
}

.section-container {
  padding: 43px 80px 60px 70px !important;
}

#footer {
  background: #d5576a;
  color: #dcebef;
}

.inscribete {
  background: #438197;
  font-size: 25px;
  padding: 50px 0px 30px 0px !important;
  letter-spacing: 1px;
  line-height: 1.2em;
  text-align: left;
}

.inscribete > p {
  width: 1125px;
}

.footer-p {
  font-size: 19px;
  padding: 35px 0px !important;
}

/* Hubspot */
.hbspt-form {
  background: #fff;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 35px !important;
  padding-bottom: 30px !important;
  width: 450px;
}

.hbspt-form a {
  color: #20c5f2;
}

.hbspt-form li {
  list-style: none;
}

.hbspt-form fieldset > div {
  margin-bottom: 10px !important;
}

.hs-form-field {
  width: 100% !important;
}

.hbspt-form label {
  color: #43859b;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 2px !important;
}

.hs-form-checkbox-display {
  font-size: 15px !important;
  display: flex;
  align-items: center;
}

.hs-form-checkbox-display > input {
  margin-right: 0px !important;
}

.hs-form-booleancheckbox-display {
  font-size: 11px !important;
  width: 100%;
}

.hs-input[type="text"],
.hs-input[type="email"],
.hs-input[type="tel"],
select {
  padding: 5px 10px !important;
  outline: none;
  border: 1px solid #d5576a;
  border-radius: 8px;
  width: 100% !important;
  background: #fff;
}

select {
  padding: 7.5px 7px !important;
}

.hs-input[type="checkbox"] {
  margin-right: 15px !important;
}

.hs-main-font-element {
  color: #d5576a !important;
}

.hs-error-msg {
  display: none;
}

.hs-button,
.btn {
  background: #d5576a;
  outline: none;
  border: none;
  color: #fff;
  border-radius: 25px;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 5px auto 0px auto !important;
  font-size: 21px;
  padding: 5px 10px !important;
  text-transform: uppercase;
  font-weight: 500;
  transition: background 0.2s;
}

.btn {
  margin: 30px auto 15px auto !important;
}

.hs-button:hover,
.btn:hover {
  background: #b43d4f !important;
  color: #fff !important;
}

/* Media query */
@media screen and (max-width: 1080px) {
  .f93 {
    font-size: 40px;
    width: 525px;
  }
  .f54 {
    font-size: 35px;
  }
  .f35 {
    font-size: 25px;
  }
  .f30 {
    font-size: 20px;
  }
  .f24 {
    font-size: 19.5px;
  }
  .f24-li {
    font-size: 16px;
  }

  .section-container {
    max-width: 900px;
    margin: 15px auto 0px auto !important;
    padding: 25px 30px !important;
  }
  .orange {
    margin-top: 0px !important;
  }
  .section-img {
    width: 225px;
  }
  .btn {
    font-size: 18px;
  }
  .footer-p {
    font-size: 15px;
  }
  .inscribete {
    text-align: center;
  }

  .hbspt-form {
    padding: 25px !important;
    padding-bottom: 20px !important;
    width: 350px;
  }
}

@media screen and (max-width: 890px) {
  .f93 {
    width: 100%;
    font-size: 40px !important;
  }
  .f54 {
    font-size: 25px;
  }
  .f35 {
    font-size: 20px;
  }
  .f30 {
    font-size: 15px;
  }
  .f24 {
    font-size: 15px;
  }

  #header img {
    width: 250px;
  }
  #header > .container {
    flex-direction: column;
  }
  #header > .container > div:nth-child(1) {
    margin-top: 25px !important;
    text-align: center;
  }
  #header > .container > div:nth-child(2) {
    margin-top: 30px !important;
  }
  .header-text {
    width: 100%;
    margin-top: 25px !important;
  }
  .header-text > h2 {
    margin-bottom: 0px !important;
  }
  .hbspt-form {
    padding: 25px !important;
    padding-bottom: 20px !important;
    width: 100%;
    max-width: 500px;
    margin: 0 auto !important;
  }
  .hs-input[type="checkbox"] {
    margin-right: 5px !important;
  }
  .hbspt-form label {
    font-size: 16px;
  }
  input {
    font-size: 15px;
  }
  #main {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  #main > .container > p {
    margin: 0px 0px 15px 0px !important;
  }

  .section {
    flex-wrap: wrap;
  }
  .section-container {
    text-align: center;
    padding: 25px !important;
    width: fit-content !important;
  }
  .section-container > div {
    flex-direction: column;
  }
  .section-img {
    width: 200px;
  }
  .section-color {
    margin: 5px 0px !important;
  }
  .btn {
    margin: 15px auto 0px auto !important;
    font-size: 16px !important;
  }
  .inscribete {
    font-size: 20px;
    padding: 25px 0px !important;
  }
  .inscribete > p {
    width: none;
  }
}

.orange {
  background: #db7057;
}

.orange:hover {
  background: #b05440 !important;
}