html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  color: #686868;
}

.legal-der {
  position: absolute;
  z-index: 500;
  top: 18%;
}

h1 {
  font-size: 3rem;
  color: #686868;
  font-weight: 600;
  margin: 0;
  line-height: 3.5rem;
  font-style: italic;
}

h2 {
  font-size: 2rem;
  color: #016d38;
  font-weight: 600;
  margin: 0;
  line-height: 2.5rem;
  font-style: italic;
}

.fondo-slider p {
  color: white;
}

.fondo-amarillo h3 {
  font-size: 1.6rem;
  color: #5b4c11;
  font-weight: 600;
  margin: 0;
  line-height: 2.4rem;
}

h3 {
  font-size: 1.6rem;
  color: #016d38;
  font-weight: 100;
  margin: 0;
  line-height: 2.4rem;
}

h4 {
  font-size: 1.2rem;
  color: #686868;
  font-weight: 600;
  margin: 0;
}

h6 {
  font-size: 2rem;
  color: #ffdc5d;
  font-weight: 400;
  margin: 0;
  line-height: 2.5rem;
}

p {
  margin: 0;
  font-weight: 100;
}

b {
  margin: 0;
  font-style: italic;
  font-weight: 600;
  color: #016d38;
}

.mktoForm .mktoLabel {
  float: left;
  line-height: 1.2em;
  padding-top: 0.3em;
  width: 100% !important;
  margin-bottom: 10px;
}

#loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/pageLoader.gif") 50% 50% no-repeat #f9f9f9;
  opacity: 0.8;
}

small span {
  color: #016d38;
}

.fondo-formulario {
  background-image: url(../images/bg-form2.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fondo-blanco {
  background-color: white;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}

label {
  color: #686868;
  font-weight: 400;
  font-size: 1.2rem;
}

.custom-control label {
  color: #686868;
  font-weight: 100;
  font-size: 1.2rem;
}

.form-control {
  color: #686868;
  font-weight: 100;
  font-size: 1rem;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
}

.fondo-gris-claro {
  background-color: #f6f6f6;
}

.fondo-amarillo p {
  color: #5b4c11;
}

.boton-amarillo {
  background-color: #ffdc5d;
  color: #5b4c11;
  padding: 3% 10%;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 100px;
  border: 0;
}

.boton-amarillo:hover {
  background-color: #016d38;
  color: white;
  padding: 3% 10%;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 100px;
  border: 0;
}

.boton-amarillo .btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #016d38;
  color: white;
  padding: 3% 10%;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 100px;
  border: 0;
}

.boton-amarillo .btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #ffdc5d;
          box-shadow: 0 0 0 0.2rem #ffdc5d;
}

.fondo-verde {
  background-color: #016d38;
}

h5 {
  color: #016d38;
  font-weight: 600;
  font-size: 1.2rem;
}

.fondo-gris-oscuro {
  background-color: #686868;
}

.fondo-gris-oscuro b {
  font-size: 1rem;
  color: white;
  font-weight: 100;
  margin: 0;
}

.ec-stars-wrapper a {
  font-style: normal;
}

.text-info-2 {
  font-size: 1.6rem;
  text-align: center;
  color: #016d38;
  padding: 2rem 0 5rem;
}

.text-info-2 p {
  font-weight: bold;
}

.text-info-2-desk {
  display: none;
}

.main-header {
  position: relative;
}

.main-header img {
  width: 100%;
}

.main-header .logo {
  width: 8rem;
  display: block;
  margin: 0 auto;
  padding: 2rem 0;
}

.main-header .header-bg {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 2rem;
  width: 90%;
}

.main-header .header-bg .header-mb {
  border-radius: 1rem;
}

.main-header .header-bg .text .title-bg {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #686868;
  margin-top: 1rem;
}

.main-header .header-bg .text hr {
  background: #ffdc5d;
  border-top-width: 6px;
  width: 8rem;
  border-radius: 1rem;
  margin: 1rem 0 0;
}

.main-header .header-bg .text p {
  margin-top: 1rem;
  color: #686868;
  max-width: 500px;
}

.main-header .header-bg .text .btn-yellow {
  background: #ffdc5d;
  color: #016d38;
  font-style: italic;
  padding: 0.8rem 2rem;
  display: block;
  margin-top: 1.5rem;
  border-radius: 2rem;
  text-align: center;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.main-header .header-bg .text .btn-yellow:hover {
  background: #ffd644;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.main-header .legal-top {
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.9rem;
}

@media only screen and (min-width: 768px) {
  .mktoForm .mktoFormRow {
    /* clear: both; */
    width: 48% !important;
    display: inline-block;
    margin: 5px;
  }
  .logo {
    width: 10rem;
  }
  .main-header .legal-top {
    right: 10px;
    width: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  .main-header .header-bg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 95%;
    min-height: 80vh;
    background: url(../images/main-header.jpg) center/cover;
  }
  .main-header .header-bg .header-mb {
    display: none;
  }
  .main-header .header-bg .text {
    padding: 4rem;
  }
  .main-header .header-bg .text .title-bg {
    color: #f7f7f7;
    font-size: 3rem;
    margin-top: 0;
    line-height: 1;
  }
  .main-header .header-bg .text hr {
    margin: 2rem 0 0;
  }
  .main-header .header-bg .text p {
    color: rgba(247, 247, 247, 0.9);
    margin-top: 2rem;
  }
  .main-header .header-bg .text .btn-yellow {
    display: inline-block;
    text-align: left;
    padding: 1rem 2rem;
  }
}

@media only screen and (min-width: 1920px) {
  .main-header .header-bg .text .title-bg {
    font-size: 4rem;
  }
}

.mktoForm,
.mktoForm .mktoFieldWrap,
.mktoForm .mktoHtmlText,
.mktoForm input,
.mktoLogicalField .mktoCheckboxList {
  width: 100% !important;
}

.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: bold;
  width: 100% !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 400 !important;
  margin-bottom: 10px;
}

.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  padding: 0.5rem 0.5rem !important;
  background-color: #f7f7f7;
  border: none;
  border-radius: 5px;
}

.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  color: #686868;
  font-weight: 100;
}

@media only screen and (min-width: 1401px) {
  .text-info-p > br {
    display: initial;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .text-info-p > br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .text-info-p > br {
    display: none;
  }
}

@media only screen and (min-width: 480px) {
  .mktoFormCol:first-child:nth-last-child(2),
  .mktoFormCol:first-child:nth-last-child(2) ~ .mktoFormCol {
    width: 100% !important;
  }
  .mktoFormCol:first-child:nth-last-child(3),
  .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {
    width: 50% !important;
  }
  .mktoFormCol:first-child:nth-last-child(4),
  .mktoFormCol:first-child:nth-last-child(4) ~ .mktoFormCol {
    width: 33.3333% !important;
  }
  .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {
    padding-left: 0.3em !important;
  }
}

@media only screen and (max-width: 480px) {
  .mktoFormCol {
    width: 100% !important;
  }
}

.mktoAsterix {
  display: none !important;
}

.mktoForm .mktoGutter {
  display: none !important;
}

.mktoButtonWrap {
  margin-left: 0 !important;
}

.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  padding: 0.3em;
  width: 100% !important;
}

.mktoForm {
  clear: both;
  margin-bottom: 0.3em;
}

.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
  float: left !important;
  width: auto !important;
}

.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
  display: inherit !important;
}

.mktoForm input[type="radio"],
.mktoForm input[type="checkbox"] {
  width: auto !important;
}

.mktoForm fieldset legend {
  margin: inherit !important;
}

#typ .logo-typ {
  text-align: center;
  padding: 1rem;
}

#typ .logo-typ img {
  width: 11rem;
}

#typ .img-row {
  position: relative;
}

#typ .img-row .legal-top {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  right: 1rem;
  width: 0.8rem;
}

@media screen and (min-width: 750px) {
  #typ .img-row .legal-top {
    display: none;
  }
}

#typ .img-row .legal-top-mb {
  left: 1rem;
  width: 1rem;
  display: block;
}

@media screen and (max-width: 750px) {
  #typ .img-row .legal-top-mb {
    display: none;
  }
}

#typ .col-text .legal-bottom {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  left: 1rem;
  width: 1rem;
}

@media screen and (min-width: 750px) {
  #typ .col-text .legal-bottom {
    display: none;
  }
}

#typ .col-text .legal-bottom-mb {
  left: unset;
  right: 1rem;
  width: 1.4rem;
  display: block;
}

@media screen and (max-width: 750px) {
  #typ .col-text .legal-bottom-mb {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */