* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0px;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

p, h1, h2 {
  margin: 0;
}

input, textarea, select {
  outline: none;
}

textarea {
  resize: none;
}

@font-face {
  font-family: "Light";
  src: url("../font-text/OpenSans-Light.ttf");
}
@font-face {
  font-family: "Regular";
  src: url("../font-text/OpenSans-Regular.ttf");
}
@font-face {
  font-family: "Bold";
  src: url("../font-text/OpenSans-Bold.ttf");
}
@font-face {
  font-family: "Extra Bold";
  src: url("../font-text/OpenSans-ExtraBold.ttf");
}
:root {
  --main-color-one: #d50070;
  --main-color-two: #17719e;
  --main-color-two-2: #09547A;
  --main-color-three: #ffcd10;
  --main-color-four: #f2f2f2;
}

/* */
.bg-pc {
  display: block;
}

.bg-mb {
  display: none;
}

@media screen and (max-width: 700px) {
  .bg-pc {
    display: none;
  }
  .bg-mb {
    display: block;
  }
}
@media screen and (max-width: 1900px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1850px) {
  html {
    font-size: 14.5px;
  }
}
@media screen and (max-width: 1800px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1750px) {
  html {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 1700px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 11.5px;
  }
}
@media screen and (max-width: 1350px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 10.5px;
  }
}
@media screen and (max-width: 1250px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 9.5px;
  }
}
@media screen and (max-width: 1150px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 8.5px;
  }
}
@media screen and (max-width: 1050px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 7.5px;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 850px) {
  html {
    font-size: 6.5px;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 6px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 5.5px;
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 450px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 425px) {
  html {
    font-size: 10.5px;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 9.5px;
  }
}
@media screen and (max-width: 350px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 325px) {
  html {
    font-size: 8.5px;
  }
}
@media screen and (max-width: 300px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 290px) {
  html {
    font-size: 7.5px;
  }
}
@media screen and (max-width: 280px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 270px) {
  html {
    font-size: 6.5px;
  }
}
@media screen and (max-width: 260px) {
  html {
    font-size: 6px;
  }
}
.section-banner-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.child-section-banner {
  max-width: 1950px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.box-ab-section-banner {
  position: absolute;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-01-section-banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5.63rem;
}

.img-logo-header {
  width: 20%;
}

.part-header-btn-letter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.text-part-header-btn-letter {
  font-family: "Bold";
  font-size: 1.25rem;
  color: var(--main-color-two);
  margin-bottom: 0.63rem;
}

.btn-section-banner-header {
  background-color: var(--main-color-one);
  color: white;
  font-family: "Regular";
  font-size: 1.5rem;
  padding: 0.94rem 2.19rem;
  border-radius: 2.5rem;
}

.box-02-section-banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.container-01-box-02-section-banner {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.container-02-box-02-section-banner {
  width: 39%;
}

.container-02-box-02-section-banner img {
  width: 100%;
}

.title-main-section-banner {
  font-family: "Extra Bold";
  font-size: 2.88rem;
  line-height: 3.25rem;
  margin-bottom: 1.25rem;
  color: var(--main-color-two-2);
}

.title-main-section-banner span {
  color: white;
  font-family: "Bold";
}

.letter-main-section-banner {
  font-family: "Bold";
  font-size: 1.25rem;
  color: var(--main-color-two-2);
  margin-bottom: 2.5rem;
}

.mini-letter-main-section-banner {
  color: white;
  font-family: "Regular";
  font-size: 1.5rem;
  margin-top: 1.56rem;
}

@media screen and (max-width: 500px) {
  .section-banner-main {
    background-color: #74c2e8;
  }
  .box-ab-section-banner {
    position: relative;
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4rem;
  }
  .box-01-section-banner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.5rem;
  }
  .img-logo-header {
    width: 45%;
  }
  .part-header-btn-letter {
    display: none;
  }
  .btn-section-banner-header {
    font-size: 1.55rem;
    padding: 0.94rem 2.19rem;
    border-radius: 2.5rem;
  }
  .box-02-section-banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container-01-box-02-section-banner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .container-02-box-02-section-banner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3rem;
  }
  .container-02-box-02-section-banner img {
    width: 100%;
  }
  .title-main-section-banner {
    font-size: 2.6rem;
    line-height: 3rem;
    margin-bottom: 1.2rem;
  }
  .title-main-section-banner span {
    color: var(--main-color-one);
  }
  .letter-main-section-banner {
    font-size: 1.55rem;
    margin-bottom: 2rem;
  }
  .mini-letter-main-section-banner {
    display: none;
  }
}
.section-logros-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-color-four);
}

.child-section-logros {
  max-width: 1655px;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5rem 0;
}

.box-01-section-logros {
  background-color: var(--main-color-two);
  width: 41%;
  border-radius: 1.56rem;
  padding: 3.13rem 2.5rem;
}

.box-02-section-logros {
  width: 51.5%;
}

.title-form-section-logros {
  color: white;
  font-family: "Bold";
  font-size: 2rem;
  line-height: 2.25rem;
  text-align: center;
  margin-bottom: 4.38rem;
}

.form-section-logros {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-input-section-logros {
  width: 80%;
  background-color: #408aaf;
  border: 0;
  margin-bottom: 0.94rem;
  border-radius: 0.31rem;
  font-family: "Regular";
  color: white;
  font-size: 1rem;
  padding: 0.94rem 1.25rem;
}

.form-input-section-logros::-webkit-input-placeholder {
  color: white;
}

.form-input-section-logros::-moz-placeholder {
  color: white;
}

.form-input-section-logros:-ms-input-placeholder {
  color: white;
}

.form-input-section-logros::-ms-input-placeholder {
  color: white;
}

.form-input-section-logros::placeholder {
  color: white;
}

.form-btn-section-logros {
  width: 42%;
  background-color: var(--main-color-three);
  border: 0;
  font-family: "Bold";
  font-size: 1.38rem;
  padding: 0.63rem 0;
  border-radius: 0.31rem;
  margin-top: 1.25rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-btn-section-logros:hover {
  background-color: var(--main-color-one);
}

.title-box-02-section-logros {
  color: var(--main-color-one);
  font-family: "Extra Bold";
  font-size: 2.5rem;
  line-height: 2.88rem;
  margin-bottom: 5rem;
}

.letter-box-02-section-logros {
  color: var(--main-color-two);
  font-family: "Bold";
  font-size: 1.63rem;
  margin-bottom: 1.25rem;
}

.letter-box-02-section-logros span {
  color: var(--main-color-one);
}

@media screen and (max-width: 500px) {
  .child-section-logros {
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5rem 0;
  }
  .box-01-section-logros {
    width: 100%;
    border-radius: 1.56rem;
    padding: 3rem 2rem;
    margin-bottom: 3rem;
  }
  .box-02-section-logros {
    width: 100%;
  }
  .title-form-section-logros {
    font-size: 2rem;
    line-height: 2.25rem;
    margin-bottom: 3rem;
  }
  .form-section-logros {
    width: 100%;
  }
  .form-input-section-logros {
    width: 95%;
    border: 0;
    margin-bottom: 1.5rem;
    border-radius: 0.31rem;
    font-size: 1.55rem;
    padding: 1.2rem 1.2rem;
  }
  .form-input-section-logros::-webkit-input-placeholder {
    color: white;
  }
  .form-input-section-logros::-moz-placeholder {
    color: white;
  }
  .form-input-section-logros:-ms-input-placeholder {
    color: white;
  }
  .form-input-section-logros::-ms-input-placeholder {
    color: white;
  }
  .form-input-section-logros::placeholder {
    color: white;
  }
  .form-btn-section-logros {
    width: 60%;
    border: 0;
    font-size: 1.8rem;
    padding: 1rem 0;
  }
  .title-box-02-section-logros {
    font-size: 2.6rem;
    line-height: 2.9rem;
    margin-bottom: 3rem;
  }
  .letter-box-02-section-logros {
    font-size: 1.7rem;
    margin-bottom: 1.2rem;
  }
}
.section-numeros-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.child-section-numeros {
  max-width: 1655px;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 5rem 0 11.25rem;
}

.boxs-section-numeros {
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sub-01-boxs-section-numeros {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
  margin-bottom: -4.06rem;
}

.img-circulo-rosa {
  width: 42%;
}

.text-dentro-img-circulo-rosa {
  position: absolute;
  color: white;
  font-family: "Bold";
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.25rem;
}

.sub-02-boxs-section-numeros {
  width: 100%;
  background-color: var(--main-color-two);
  padding: 5.31rem 0 2.81rem;
  border-radius: 1.25rem;
}

.sub-02-boxs-section-numeros p {
  color: white;
  font-family: "Regular";
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.75rem;
}

@media screen and (max-width: 500px) {
  .child-section-numeros {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5rem 0 8rem;
  }
  .boxs-section-numeros {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3rem;
  }
  .sub-01-boxs-section-numeros {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 5;
    margin-bottom: -4.06rem;
  }
  .img-circulo-rosa {
    width: 38%;
  }
  .text-dentro-img-circulo-rosa {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  .sub-02-boxs-section-numeros {
    width: 100%;
    padding: 5.31rem 0 4rem;
    border-radius: 1.5rem;
  }
  .sub-02-boxs-section-numeros p {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
.section-simple-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/fondos/simple.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.child-section-simple {
  max-width: 1655px;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5.63rem 0;
}

.box-top-section-simple {
  width: 100%;
  color: white;
  margin-bottom: 8.13rem;
}

.title-box-top-section-simple {
  font-family: "Extra Bold";
  font-size: 2.5rem;
  line-height: 2.88rem;
  margin-bottom: 1.25rem;
}

.letter-box-top-section-simple {
  font-family: "Regular";
  font-size: 1.25rem;
}

.box-medium-section-simple {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5.63rem;
}

.box-medium-section-simple-1 {
  width: 32%;
}

.box-medium-section-simple-1 img {
  width: 100%;
}

.box-img-letter-section-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.25rem 0;
}

.box-img-letter-section-simple img {
  width: 3.75rem;
  margin-right: 1.88rem;
}

.box-img-letter-section-simple p {
  color: white;
  font-family: "Regular";
  font-size: 1.5rem;
}

.box-bottom-section-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.letter-bt-sectiion-simple {
  text-align: center;
  color: white;
  font-family: "Bold";
  font-size: 1.63rem;
  margin-bottom: 2.5rem;
}

.triangulos-ab-section-simple {
  position: absolute;
  right: 0;
  top: -6%;
  width: 37.5rem;
}

@media screen and (max-width: 500px) {
  .child-section-simple {
    width: 85%;
    margin: 10rem 0 5rem;
  }
  .box-top-section-simple {
    width: 100%;
    color: white;
    margin-bottom: 6rem;
  }
  .title-box-top-section-simple {
    font-size: 2.6rem;
    line-height: 2.9rem;
    margin-bottom: 1.2rem;
  }
  .letter-box-top-section-simple {
    font-size: 1.55rem;
  }
  .box-medium-section-simple {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 4rem;
  }
  .box-medium-section-simple-1 {
    width: 100%;
    padding: 0 3rem;
    margin-bottom: 2rem;
  }
  .box-img-letter-section-simple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1.25rem 0;
  }
  .box-img-letter-section-simple img {
    width: 3.75rem;
    margin-right: 1.5rem;
  }
  .box-img-letter-section-simple p {
    font-size: 1.55rem;
  }
  .box-bottom-section-simple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .letter-bt-sectiion-simple {
    font-size: 1.55rem;
    margin-bottom: 2.5rem;
  }
  .triangulos-ab-section-simple {
    position: absolute;
    right: 0;
    top: -2.5%;
    width: 25rem;
  }
}
.section-pueden-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/fondos/pueden.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.child-section-pueden {
  max-width: 1655px;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 7.5rem 0;
}

.box-01-section-pueden {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.title-section-pueden {
  font-family: "Extra Bold";
  font-size: 2.5rem;
  line-height: 2.88rem;
  margin-bottom: 1.25rem;
  color: var(--main-color-two);
}

.text-01-section-pueden {
  font-family: "Regular";
  font-size: 1.25rem;
  color: black;
}

.sub-box-02-section-pueden {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 1.88rem 0;
}

.box-text-dot-section-pueden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-text-dot-section-pueden p:nth-child(1) {
  color: var(--main-color-one);
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 -0.63rem;
}

.box-text-dot-section-pueden p:nth-child(2) {
  font-family: "Regular";
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: black;
}

.text-03-section-pueden {
  font-family: "Bold";
  font-size: 1.25rem;
  color: var(--main-color-two);
  margin-bottom: 2.19rem;
}

.box-02-section-pueden {
  width: 43%;
}

.box-02-section-pueden img {
  width: 100%;
  border-radius: 2.25rem;
}

@media screen and (max-width: 500px) {
  .child-section-pueden {
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5rem 0;
  }
  .box-01-section-pueden {
    width: 100%;
    margin-bottom: 3rem;
  }
  .title-section-pueden {
    font-size: 2.6rem;
    line-height: 2.9rem;
    margin-bottom: 1.2rem;
  }
  .text-01-section-pueden {
    font-size: 1.55rem;
  }
  .sub-box-02-section-pueden {
    margin: 1.88rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .box-text-dot-section-pueden {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .box-text-dot-section-pueden p:nth-child(1) {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: 0 -0.63rem;
  }
  .box-text-dot-section-pueden p:nth-child(2) {
    font-size: 1.55rem;
    line-height: 1.55rem;
  }
  .text-03-section-pueden {
    font-size: 1.55rem;
    margin-bottom: 2.19rem;
  }
  .box-02-section-pueden {
    width: 100%;
  }
  .box-02-section-pueden img {
    width: 100%;
    border-radius: 2.25rem;
  }
}
.section-ventajas-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-color-four);
}

.child-section-ventajas {
  max-width: 1655px;
  width: 85%;
  margin: 3.13rem 0 5rem;
}

.box-big-section-ventajas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sub-box-big-section-ventajas {
  width: 22%;
  margin-bottom: 2.5rem;
}

.sub-box-big-section-ventajas .img {
  width: 24%;
  margin-bottom: 0.63rem;
}

.sub-box-big-section-ventajas .title {
  color: var(--main-color-one);
  font-family: "Bold";
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
}

.sub-box-big-section-ventajas .sub-title {
  color: black;
  font-family: "Regular";
  font-size: 1.19rem;
  line-height: 1.38rem;
}

.sub-box-big-section-ventajas-btn {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 500px) {
  .child-section-ventajas {
    width: 85%;
    margin: 4rem 0 5rem;
  }
  .box-big-section-ventajas {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4rem;
  }
  .sub-box-big-section-ventajas {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 2rem;
    margin-bottom: 3rem;
  }
  .sub-box-big-section-ventajas .img {
    width: 25%;
  }
  .sub-box-big-section-ventajas .title {
    font-size: 1.7rem;
    line-height: 1.9rem;
    text-align: center;
    margin-bottom: 1.2rem;
  }
  .sub-box-big-section-ventajas .sub-title {
    font-size: 1.55rem;
    line-height: 1.9rem;
    text-align: center;
  }
  .sub-box-big-section-ventajas-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.section-nosotros-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-color-two);
}

.child-section-nosotros {
  max-width: 1655px;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4.38rem 0;
}

.box-01-section-nosotros {
  width: 43%;
}

.letter-01-box-01-section-nosotros {
  font-family: "Regular";
  color: var(--main-color-three);
  font-size: 2rem;
  margin-bottom: 0.94rem;
}

.letter-02-box-01-section-nosotros {
  font-family: "Bold";
  color: white;
  font-size: 2.13rem;
  margin-bottom: 1.56rem;
}

.letter-03-box-01-section-nosotros {
  color: white;
  font-family: "Regular";
  font-size: 1.38rem;
}

.box-02-section-nosotros {
  width: 50%;
}

.box-02-section-nosotros img {
  width: 100%;
  border-radius: 1.75rem;
}

@media screen and (max-width: 500px) {
  .child-section-nosotros {
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 4.5rem 0;
  }
  .box-01-section-nosotros {
    width: 100%;
    margin-bottom: 3rem;
  }
  .letter-01-box-01-section-nosotros {
    font-size: 2.2rem;
  }
  .letter-02-box-01-section-nosotros {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .letter-03-box-01-section-nosotros {
    font-size: 1.55rem;
  }
  .box-02-section-nosotros {
    width: 100%;
  }
  .box-02-section-nosotros img {
    width: 100%;
    border-radius: 1.75rem;
  }
}
.section-elegir-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-color-two);
}

.child-section-elegir {
  max-width: 1655px;
  width: 85%;
  margin: 2.5rem 0 6.25rem;
}

.title-section-elegir {
  text-align: center;
  color: var(--main-color-three);
  font-family: "Bold";
  font-size: 2.13rem;
  margin-bottom: 3.75rem;
}

.box-section-elegir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sub-box-section-elegir p {
  color: white;
  text-align: center;
  font-family: "Regular";
  font-size: 1.38rem;
}

@media screen and (max-width: 500px) {
  .child-section-elegir {
    width: 85%;
    margin: 2.5rem 0 4.5rem;
  }
  .title-section-elegir {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
  .box-section-elegir {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .sub-box-section-elegir {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .sub-box-section-elegir p {
    text-align: center;
    font-size: 1.55rem;
  }
}
.section-equipos-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-color-four);
}

.child-section-equipos {
  max-width: 1655px;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0;
}

.box-big-section-equipos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.box-section-equipos {
  width: 21.5%;
}

.img-section-equipos {
  width: 100%;
  border-radius: 1.75rem;
  margin-bottom: 1.25rem;
}

.letter-bottom-img-section-equipos {
  text-align: center;
  font-family: "Bold";
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: var(--main-color-two);
}

@media screen and (max-width: 500px) {
  .child-section-equipos {
    width: 85%;
    margin: 5rem 0 0;
  }
  .box-big-section-equipos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-section-equipos {
    width: 100%;
    padding: 0 2rem;
    margin-bottom: 4rem;
  }
  .img-section-equipos {
    width: 100%;
    border-radius: 2.5rem;
    margin-bottom: 1.2rem;
  }
  .letter-bottom-img-section-equipos {
    font-size: 1.55rem;
    line-height: 1.5rem;
  }
}
.section-mejor-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-color-four);
}

.child-section-mejor {
  max-width: 1655px;
  width: 85%;
  background-color: #4fa6d1;
  padding: 2.5rem 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5rem 0;
  border-radius: 2.5rem;
}

.box-01-section-mejor {
  width: 43%;
}

.title-main-section-mejor {
  color: white;
  font-family: "Bold";
  font-size: 3rem;
  line-height: 3.5rem;
  margin-bottom: 2.19rem;
}

.title-main-section-mejor span {
  color: var(--main-color-three);
}

.sub-letter-box-01-section-mejor {
  color: white;
  font-family: "Regular";
  font-size: 1.63rem;
  margin-bottom: 4.38rem;
}

.btn-section-mejor {
  background-color: var(--main-color-one);
  color: white;
  font-family: "Regular";
  font-size: 1.5rem;
  padding: 1.25rem 1.88rem;
  border-radius: 2.5rem;
}

.btn-section-mejor:hover {
  background-color: var(--main-color-three);
}

.box-02-section-mejor {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-02-section-mejor img {
  width: 57%;
}

.img-02-box-02-section-mejor {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0.75rem 0;
}

@media screen and (max-width: 500px) {
  .child-section-mejor {
    padding: 2.5rem 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5rem 0;
    border-radius: 2.3rem;
  }
  .box-01-section-mejor {
    width: 100%;
    margin-bottom: 4rem;
  }
  .title-main-section-mejor {
    font-size: 2.6rem;
    line-height: 3.5rem;
    margin-bottom: 2rem;
  }
  .sub-letter-box-01-section-mejor {
    font-size: 1.55rem;
    margin-bottom: 4rem;
  }
  .btn-section-mejor {
    font-size: 1.5rem;
    padding: 1.25rem 1.2rem;
  }
  .box-02-section-mejor {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box-02-section-mejor img {
    width: 75%;
  }
  .img-02-box-02-section-mejor {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin: 0.75rem 0;
  }
}
.section-clientes-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.child-section-clientes {
  max-width: 1655px;
  width: 85%;
  margin: 4.38rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.title-section-clientes {
  text-align: center;
  font-family: "Extra Bold";
  font-size: 2.5rem;
  line-height: 2.88rem;
  margin-bottom: 2.5rem;
  color: var(--main-color-two);
}

.img-section-clientes {
  width: 68%;
}

@media screen and (max-width: 500px) {
  .child-section-clientes {
    width: 85%;
    margin: 4.5rem 0;
  }
  .title-section-clientes {
    font-size: 2.6rem;
    line-height: 2.9rem;
    margin-bottom: 2.5rem;
  }
  .img-section-clientes {
    width: 100%;
  }
}
.section-sabias-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-color-four);
}

.child-section-sabias {
  max-width: 1655px;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4.38rem 0;
}

.box-01-section-sabias {
  width: 39%;
}

.box-02-section-sabias {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-01-section-sabias {
  color: var(--main-color-two);
  font-family: "Bold";
  font-size: 2.88rem;
  margin-bottom: 0.94rem;
}

.text-02-section-sabias {
  color: var(--main-color-two);
  font-family: "Bold";
  font-size: 1.63rem;
}

.text-03-section-sabias {
  text-align: center;
  color: var(--main-color-two);
  font-family: "Bold";
  font-size: 2.38rem;
  line-height: 2.75rem;
  margin-bottom: 2.81rem;
}

.text-03-section-sabias span {
  color: var(--main-color-one);
}

@media screen and (max-width: 500px) {
  .child-section-sabias {
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 4.5rem 0;
  }
  .box-01-section-sabias {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .box-02-section-sabias {
    width: 100%;
  }
  .text-01-section-sabias {
    font-size: 2.88rem;
    margin-bottom: 0.94rem;
  }
  .text-02-section-sabias {
    font-size: 1.65rem;
    line-height: 2.4rem;
  }
  .text-03-section-sabias {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 2.5rem;
  }
}
.section-mapas-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-color-four);
}

.child-section-mapas {
  max-width: 1655px;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 5rem;
}

.box-01-section-mapas {
  width: 42%;
}

.box-02-section-mapas {
  width: 42%;
  background-color: var(--main-color-two);
  border-radius: 1.56rem;
  padding: 3.13rem 2.5rem;
}

.box-map,
.box-map iframe {
  width: 100%;
  height: 45rem;
  border: 0;
}

@media screen and (max-width: 500px) {
  .child-section-mapas {
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 5rem;
  }
  .box-01-section-mapas {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .box-02-section-mapas {
    width: 100%;
    padding: 3rem 2rem;
  }
  .box-map,
.box-map iframe {
    width: 100%;
    height: 40rem;
    border: 0;
  }
}
.section-footer-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-color-two);
  position: relative;
}

.child-section-footer {
  max-width: 1655px;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 5rem 0 11.88rem;
}

.box-01-section-footer {
  width: 40%;
}

.img-logo-section-footer {
  width: 47%;
  margin-bottom: 3.13rem;
}

.letter-box-01-section-footer {
  color: white;
  font-family: "Regular";
  font-size: 1.25rem;
  text-align: justify;
}

.box-02-section-footer,
.box-03-section-footer {
  padding-top: 1.88rem;
}

.sub-letter-box-02-section-footer {
  color: white;
  font-family: "Regular";
  font-size: 1.38rem;
}

.title-box-03-section-footer {
  font-family: "Extra Bold";
  color: var(--main-color-three);
  font-size: 1.88rem;
  margin-bottom: 1.88rem;
}

.container-section-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.31rem;
}

.container-section-footer p:nth-child(1) {
  color: white;
  font-size: 1.5rem;
  margin-top: 0.25rem;
  margin-right: 0.63rem;
}

.img-ab-triangulos-section-footer {
  width: 37.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 500px) {
  .child-section-footer {
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5rem 0 12rem;
  }
  .box-01-section-footer {
    width: 100%;
  }
  .img-logo-section-footer {
    width: 60%;
    margin-bottom: 2rem;
  }
  .letter-box-01-section-footer {
    font-size: 1.55rem;
  }
  .box-02-section-footer,
.box-03-section-footer {
    width: 100%;
    padding-top: 3rem;
  }
  .sub-letter-box-02-section-footer {
    font-size: 1.55rem;
  }
  .title-box-03-section-footer {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .container-section-footer {
    margin-bottom: 0.5rem;
  }
  .container-section-footer p:nth-child(1) {
    font-size: 1.6rem;
  }
  .img-ab-triangulos-section-footer {
    width: 25rem;
    position: absolute;
    right: 0;
    bottom: 4%;
  }
}
.btns-mobile {
  background-color: var(--main-color-one);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}

.btn-call,
.btn-cotizar {
  color: white;
  padding: 17px 0;
  font-size: 1.7rem;
  font-family: "Bold";
}

.btn-call {
  text-decoration: none;
}

.line-btn-mobile {
  height: 30px;
  width: 2px;
  background-color: white;
}

.main-form-pop-up {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1rem;
}

.main-form-pop-up-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.child-form-pop-up {
  width: 100%;
  background-color: var(--main-color-white);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
}

.child-form-pop-up .title-form-banner-principal {
  color: var(--main-color);
}

.btn-close {
  position: absolute;
  right: -10px;
  top: -20px;
  color: var(--main-color-white);
  background-color: var(--main-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}

.btn-whatsapp-mobile {
  background-color: #25d366;
  position: fixed;
  bottom: 2%;
  right: 12px;
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-size: 3.8rem;
  color: white;
  z-index: 90;
}

.btn-whatsapp-mobile i {
  line-height: 0;
}

.btn-whatsapp-mobile:hover {
  background-color: #128C7E;
}

.child-form-pop-up form input,
.child-form-pop-up form textarea {
  color: var(--main-dark);
}

@media screen and (max-width: 500px) {
  body {
    margin-bottom: 45px;
  }
  .btns-mobile,
.btn-whatsapp-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .btn-whatsapp-mobile {
    font-size: 4.1rem;
    bottom: 25% !important;
    right: 5px;
    width: 68px;
    height: 68px;
  }
}