@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: 325px;
  overflow-x: hidden;
}

/* 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: 78px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1em;
  width: 550px;
}

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

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

.f35 {
  font-size: 29px;
}

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

.f24 {
  font-size: 25px;
}

.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 #d65668;
  border-radius: 4px;
  display: block;
  -webkit-transition: 0.2s;
}

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

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

.section-title-color {
  color: #d65668;
}

.section-color {
  color: #2e425b;
}

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

.header-text {
  margin-top: 160px !important;
  color: #2c4056;
  width: 600px;
}

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

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

#main-section {
  background: #eeeeee;
  position: relative;
}

.main-img {
  position: absolute;
  top: -35px;
  right: 40px;
  width: 1750px;
}

.main-title {
  padding-top: 81px !important;
  margin-bottom: 10px !important;
  color: #468599;
  z-index: 3000;
  position: relative;
}

.main-title > h3 {
  font-size: 39.5px;
  line-height: 1em;
  z-index: 3000;
}

.main-title > h3:nth-child(1),
#main-section > h2 {
  font-weight: 900;
}

#main-section > h2 {
  font-size: 39.5px;
  color: #468599;
  margin-bottom: 36px !important;
}

.row-title {
  color: #d4576a;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px !important;
}

.row-img {
  margin-bottom: 15px !important;
}

.row-desc {
  color: #d4576a;
  font-weight: 700;
  font-size: 17.25px;
  line-height: 1.15em;
}

.row {
  gap: 155px;
}

.row > div {
  width: 260px;
}

.der {
  padding-left: 90px !important;
}

.row:nth-child(4) {
  margin-bottom: 50px !important;
}
.row:nth-child(5) {
  margin-bottom: 90px !important;
}

.sect-1 {
  background: #dd929e;
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 0px 150px 0px 0px;
  padding-bottom: 35px !important;
  padding-top: 15px !important;
  color: #eeeeee;
}

.sect-img {
  position: absolute;
  top: -130px;
  right: 150px;
  background: #ededed;
  border-radius: 50%;
}

.wave-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
}

.wave-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 325px;
}

.row-text {
  padding-left: 350px !important;
  padding-top: 15px !important;
  margin-bottom: -20px !important;
  text-align: left;
  margin-bottom: 10px !important;
}

.row-text h2 {
  font-size: 44px;
}

.row-text p {
  font-size: 17px;
}

.text-img {
  width: 40px;
}

.esp {
  margin-top: 15px !important;
}

.sect-2 {
  background: #eeeeee;
  min-height: 130px;
  gap: 150px;
  padding-top: 45px !important;
  padding-bottom: 15px !important;
  position: relative;
}

.sect-2 > div {
  min-height: 200px;
  height: auto;
}

.sect-2 h2 {
  text-align: left;
  font-size: 43px;
  color: #d4576a;
  font-weight: 900;
  margin-bottom: 8px !important;
}

.sect-2 p {
  color: #d4576a;
  font-weight: 500;
  margin-bottom: 8px !important;
}

.sect-3 {
  background: #88aeba;
  height: auto;
  padding-left: 375px !important;
  text-align: left;
  padding-top: 25px !important;
  position: relative;
  padding-bottom: 25px !important;
  border-radius: 0px 0px 0px 175px;
}

.sect-3 h3 {
  font-size: 42.5px;
  font-weight: 900;
  margin-bottom: 10px !important;
}

.sect-3 p {
  font-size: 17px;
  max-width: 860px;
  line-height: 1.22em;
  margin-bottom: 15px !important;

}

.sect-3-cont {
  margin-bottom: 25px !important;
}

.sect-3-cont > p {
  margin-bottom: 16px !important;
}

.sect-3-img {
  position: absolute;
  left: 85px;
  bottom: -2px;
  width: 180px;
}

.sect-4 {
  background: url(../images/bg/bg-doctor.png) no-repeat;
  background-size: cover;
  max-height: 485px;
  margin-top: 30px !important;
  margin-left: 45px !important;
  text-align: left;
  color: #3c4c5e;
}

.sect-4 > div {
  margin-left: 72px !important;
  margin-top: 85px !important;
}

.sect-4 h2 {
  font-weight: 900;
  font-size: 42.5px;
}

.sect-4 p {
  font-weight: 500;
  font-size: 16.5px;
  padding: 8px 0px !important;
  line-height: 1.1em;
}

.doctora {
  margin-left: 30px !important;
}

#main {
  background: #2a3f58;
  padding-top: 105px !important;
  padding-bottom: 70px !important;
  overflow-x: hidden;
}

.parag {
  max-width: 850px;
  margin: 25px auto !important;
  margin-bottom: 36px !important;
}

.section-container {
  padding: 50px 105px 50px 105px !important;
  margin: 0 auto !important;
  margin-bottom: 65px !important;
}

.esp-cont {
  max-width: 1250px !important;
}

.container-text-sect {
  text-align: left;
}

.text-row {
  font-size: 25px;
  color: #2b4057;
  line-height: 1.15em;
  margin-bottom: 30px !important;
  gap: 30px;
}

.last-row {
  margin-bottom: 45px !important;
}

.section-color {
  margin-left: 70px !important;
}

.last {
  margin-bottom: 45px !important;
}

#footer {
  background: url(../images/bg/bg-footer.png) no-repeat;
  background-size: cover;
  height: 188px;
  color: #2b4057;
  font-size: 18px;
  margin-top: -40px !important;
  padding-top: 123px !important;
  line-height: 1.15em;
  margin-right: 10px !important;
  margin-left: -90px !important;
}

/* Hubspot */
.hbspt-form {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 25px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  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: #2c4056;
  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 #d4576a;
  border-radius: 8px;
  width: 100% !important;
  background: transparent;
}

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

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

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

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

.hs-button,
.btn {
  background: #d4576a;
  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: rgb(152, 32, 48) !important;
  color: #fff !important;
}

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

.hs_especialidad_medica,
.hs_especialidad_enfermeria {
  margin-top: 10px !important;
}

.btn {
  margin: 0 auto !important;
  display: block;
  margin-bottom: 10px !important;
}

.img-una {
  display: none
}

.elm {
  margin-left: 11px !important
}

/* Media query */
@media screen and (max-width: 1585px) {
  #main {
    padding-bottom: 30px !important;
  }
  .section-container {
    margin-bottom: 30px !important;
  }
  #footer {
    background-position: center;
    background-size: 1000px;
    height: 150px;
    font-size: 16px;
    padding-top: 87px !important;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 1500px) {
  .row:nth-child(5) {
    margin-bottom: 190px !important;
  }
  .sect-1 {
    border-radius: 0px;
    padding-top: 50px !important;
    min-height: auto;
  }
  .sect-img {
    left: 0;
    right: 0;
    top: -165px;
    margin: 0 auto !important;
    width: 215px;
  }
  .row-text {
    padding-left: 10px !important;
    position: relative;
    z-index: 300;
    font-size: 32px;
  }
  .sect-2 > h2 {
    margin-left: 10px !important;
  }
  .sect-3 {
    padding-left: 10px !important;
    border-radius: 0px;
  }
  .sect-3-img {
    display: none;
  }
  .wave-top, .wave-bottom {
    opacity: 0.5;
  }
  .sect-3 h3 {
    font-size: 35px;
  }
  .sect-3 {
    min-height: auto;
  }
  .sect-2 {
    min-height: auto;
  }
  .sect-2 > h2 {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 1320px) {
  .main-img {
    top: 15px;
    right: 50px;
    width: 1250px;
  }
  .main-title {
    padding-top: 95px !important;
    margin-bottom: 10px !important;
  }
  .main-title > h3 {
    font-size: 30px;
  }
  #main-section > h2 {
    font-size: 37px;
  }
  .row {
    gap: 20px !important;
  }
  .der {
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 1200px) {
  .sect-4 {
    flex-direction: column-reverse;
    max-height: none;
    height: auto;
    background: #eeeeee;
    margin: 0px !important;
    position: relative;
  }
  .sect-4 > div {
    text-align: center;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin-left: 0px !important;
  }
  .doctora {
    margin-left: 0px !important;
    position: relative;
    z-index: 1000;
  }
  .img-una {
    display: block;
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 100%;
    opacity: 0.5;
  }
  #footer {
    background-size: cover;
    height: 120px;
    font-size: 14px !important;
    margin-top: 15px !important;
    padding-top: 75px !important;
    margin-left: 35px !important;
  }
}

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

  .main-img {
    display: none;
  }
  .main-title {
    padding: 15px !important;
    background: rgb(237, 237, 237);
    background: linear-gradient(
      119deg,
      rgba(237, 237, 237, 1) 0%,
      rgba(240, 232, 233, 1) 15%,
      rgba(243, 208, 212, 1) 50%,
      rgba(243, 176, 185, 1) 75%,
      rgba(241, 136, 151, 1) 100%
    );
  }
  .sect-2 {
    flex-direction: column;
    gap: 25px;
    padding-bottom: 45px !important;
  }
  .sect-2 > div {
    min-height: auto;
  }
  .sect-2 h2 {
    text-align: center;
  }
}

@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: 10px !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;
  }
  #footer {
    background-size: cover;
    font-size: 12px !important;
    margin-top: 15px !important;
    padding-top: 78px !important;
    padding-right: 20px !important;
    margin-left: 15px !important;
    text-align: right !important;
  }
}

@media screen and (max-width: 650px) {
  .doctora {
    width: 320px;
  }
  #main {
    padding-bottom: 0px !important;
  }
  #footer {
    background: #fff;
    height: auto;
    font-size: 15px !important;
    margin-top: 15px !important;
    padding: 15px 5px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    text-align: center !important;
  }
  .row-text {
    font-size: 26px;
  }
  .section-color {
    margin-bottom: 10px !important;
    font-size: 20px;
  }
  .sect-2 > h2 {
    font-size: 35px;
  }
  .f54-li {
    font-size: 30px;
  }
  .text-row {
    font-size: 17px;
    margin-bottom: 20px !important;
  }
  .text-row br {
    display: none;
  }
  .text-img {
    width: 26px !important;
  }
  .elm {
    margin-left: 0px !important;
  }
}
