@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: 80px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1em;
  width: 525px;
}

.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;
}

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

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 16px;
  min-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-title-color {
  color: #d5576a;
}

.section-color {
  color: #43859b;
}

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

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

#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-container {
  padding: 55px 80px !important;
}

.section-img {
  margin-right: 40px !important;
}

#footer {
  background: #d5576a;
  color: #dcebef;
  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 {
  display: flex;
  flex-direction: column;
}

.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;
}

.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: 35px 0px 15px 0px !important;
}

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

.form-columns-1:nth-child(1) {
  display: none !important;
}

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

  .header-text {
    width: 500px;
  }
  .section-container {
    max-width: 900px;
    margin: 0 auto !important;
    padding: 40px 70px;
  }
  .section-img {
    width: 225px;
  }
  .btn {
    margin-top: 10px !important;
    font-size: 18px;
  }
  #footer {
    font-size: 15px;
  }

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

@media screen and (max-width: 860px) {
  .f93 {
    width: 100%;
    font-size: 50px;
  }
  .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-container {
    text-align: center;
    padding: 25px !important;
    width: fit-content !important;
  }
  .section-container > div {
    flex-direction: column;
  }
  .section-img {
    margin-right: 0px !important;
    width: 200px;
  }
  .section-title-color {
    margin-bottom: 10px !important;
  }
  .section-color {
    margin: 5px 0px !important;
  }
  .btn {
    margin: 10px auto !important;
  }
}
