* {
  -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;
  --main-color-five: #313131;
  --main-color-six: #009dde;
}

/* */
.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: 3rem;
}

.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: center;
      -ms-flex-align: center;
          align-items: center;
  -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: white;
  margin-bottom: 0.63rem;
  text-align: center;
}

.btn-section-banner-header {
  background-color: var(--main-color-one);
  color: white;
  font-family: "Regular";
  font-size: 1.6rem;
  padding: 0.94rem 2.19rem;
  border-radius: 2.5rem;
  -webkit-box-shadow: 1px 1px 15px var(--main-color-one);
          box-shadow: 1px 1px 15px var(--main-color-one);
}

.btn-section-banner-header:hover {
  background-color: #FF51AC;
}

.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: 30%;
  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;
  margin-top: 5rem;
}

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

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

.title-main-section-banner {
  font-family: "Bold";
  font-size: 2.88rem;
  line-height: 3.25rem;
  margin-bottom: 1.25rem;
  color: #57d5fe;
}

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

.letter-main-section-banner {
  font-family: "Regular";
  font-size: 1.25rem;
  color: white;
  margin-bottom: 2.5rem;
  text-align: justify;
}

@media screen and (max-width: 500px) {
  .section-banner-main {
    background-color: #0c78c0;
  }
  .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: 1.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;
    margin-top: 1rem;
  }
  .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: 2rem;
  }
  .container-02-box-02-section-banner img {
    width: 100%;
  }
  .title-main-section-banner {
    font-size: 2.6rem;
    line-height: 3rem;
    margin-bottom: 1.2rem;
  }
  .letter-main-section-banner {
    font-size: 1.55rem;
    margin-bottom: 2rem;
  }
  .void-movil {
    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;
  -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 6rem;
}

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

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

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

.form-input-section-logros,
.form-input-section-logros-02 {
  background-color: white;
  border: 0;
  margin-bottom: 0.94rem;
  border-radius: 0.31rem;
  font-family: "Regular";
  color: #9A9A9A;
  font-size: 1rem;
  padding: 0.94rem 1.25rem;
}

.form-input-section-logros::-webkit-input-placeholder, .form-input-section-logros-02::-webkit-input-placeholder {
  color: #9A9A9A;
}

.form-input-section-logros::-moz-placeholder, .form-input-section-logros-02::-moz-placeholder {
  color: #9A9A9A;
}

.form-input-section-logros:-ms-input-placeholder, .form-input-section-logros-02:-ms-input-placeholder {
  color: #9A9A9A;
}

.form-input-section-logros::-ms-input-placeholder, .form-input-section-logros-02::-ms-input-placeholder {
  color: #9A9A9A;
}

.form-input-section-logros::placeholder,
.form-input-section-logros-02::placeholder {
  color: #9A9A9A;
}

.division-form-section-logros {
  width: 80%;
  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;
}

.division-form-section-logros label {
  color: white;
  font-family: "Regular";
  margin-bottom: 0.94rem;
  font-size: 1rem;
}

.form-input-section-logros-02 {
  width: 55%;
}

.sub-division-form-section-logros {
  width: 60%;
  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-b-f-banner {
  margin-bottom: 1.5rem;
}

.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-two);
  font-family: "Bold";
  font-size: 2rem;
  line-height: 2.45rem;
  margin-bottom: 2rem;
}

.letter01-box-02-section-logros {
  color: var(--main-color-one);
  font-family: "Bold";
  font-size: 1.5rem;
}

.letter02-box-02-section-logros {
  color: black;
  font-family: "Regular";
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 500px) {
  .child-section-logros {
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5rem 0 3rem;
  }
  .box-01-section-logros {
    width: 100%;
    border-radius: 1.56rem;
    padding: 3rem 2rem;
    margin-bottom: 0;
  }
  .box-02-section-logros {
    display: none;
  }
  .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%;
  }
  .form-input-section-logros,
.form-input-section-logros-02 {
    border: 0;
    margin-bottom: 1.5rem;
    border-radius: 0.31rem;
    font-size: 1.55rem;
    padding: 1.2rem 1.2rem;
  }
  .division-form-section-logros {
    width: 95%;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .division-form-section-logros label {
    font-size: 1.55rem;
  }
  .form-input-section-logros-02 {
    width: 100%;
  }
  .sub-division-form-section-logros {
    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-b-f-banner {
    margin-bottom: 1.5rem;
  }
  .form-btn-section-logros {
    width: 60%;
    border: 0;
    font-size: 1.8rem;
    padding: 1rem 0;
  }
  .title-box-02-section-logros {
    font-size: 2.3rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  .letter01-box-02-section-logros {
    font-size: 1.8rem;
  }
  .letter02-box-02-section-logros {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.section-servicio-titulo {
  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-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-five);
}

.section-servicio-titulo-text {
  max-width: 1655px;
  width: 100%;
  text-align: center;
  color: white;
  font-family: "Bold";
  font-size: 2.13rem;
  margin: 3.5rem 0 0.5rem;
}

.line-bottom {
  width: 15rem;
  height: 0.2rem;
  background-color: white;
  margin-bottom: 3.5rem;
}

/*titulo*/
.section-servicios-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-servicios {
  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.5rem 0;
}

.box-01-section-servicios {
  width: 37%;
}

.box-01-section-servicios-t1 {
  font-family: "Extra Bold";
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
  color: var(--main-color-six);
}

.box-01-section-servicios-t1 span {
  color: var(--main-color-five);
}

.line-bottom-in-servicios {
  width: 9rem;
  height: 0.2rem;
  background-color: var(--main-color-five);
  margin-bottom: 1.2rem;
}

.box-01-section-servicios-t2 {
  color: black;
  font-family: "Regular";
  font-size: 1.1rem;
  margin-bottom: 2rem;
  text-align: justify;
}

.box-01-section-servicios-t3 {
  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.5rem;
}

.box-01-section-servicios-t3 p:nth-child(1) {
  font-size: 2rem;
  line-height: 2rem;
  margin: -0.25rem -0.5rem 0;
}

.box-01-section-servicios-t3 p:nth-child(2) {
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-family: "Regular";
}

.box-02-section-servicios {
  width: 60%;
  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;
}

.box-02-section-servicios img {
  width: 90%;
}

/**/
.box-01-section-servicios-t3-c {
  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.5rem;
}

.box-01-section-servicios-t3-c p:nth-child(1) {
  font-size: 2rem;
  line-height: 2rem;
  margin: -0.25rem -0.5rem 0;
}

.box-01-section-servicios-t3-c p:nth-child(2) {
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-family: "Bold";
}

.box-01-section-servicios-t3-c p:nth-child(2) span {
  font-size: 1.1rem;
  font-family: "Regular";
}

/*del otro lado*/
.fondo-blanco {
  background-color: transparent;
}

.fondo-gris {
  background-color: var(--main-color-four);
}

@media screen and (max-width: 500px) {
  .section-servicio-titulo {
    padding: 0 3rem;
  }
  .section-servicio-titulo-text {
    width: 100%;
    text-align: center;
    color: white;
    font-family: "Bold";
    font-size: 2.13rem;
    margin: 3.5rem 0 0.5rem;
  }
  /*titulo*/
  .child-section-servicios {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 4.5rem 0;
  }
  .box-01-section-servicios {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2rem;
  }
  .box-01-section-servicios-t1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .line-bottom-in-servicios {
    width: 12rem;
    height: 0.3rem;
    margin-bottom: 1.6rem;
  }
  .box-01-section-servicios-t2 {
    font-size: 1.55rem;
    margin-bottom: 2rem;
  }
  .box-01-section-servicios-t3 {
    margin-bottom: 0.8rem;
  }
  .box-01-section-servicios-t3 p:nth-child(1) {
    font-size: 2rem;
    line-height: 2rem;
    margin: -0.15rem -0.5rem 0;
  }
  .box-01-section-servicios-t3 p:nth-child(2) {
    font-size: 1.55rem;
    line-height: 1.55rem;
  }
  .box-02-section-servicios {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .box-02-section-servicios img {
    width: 100%;
  }
  /**/
  .box-01-section-servicios-t3-c {
    margin-bottom: 0.8rem;
  }
  .box-01-section-servicios-t3 p:nth-child(1) {
    font-size: 2rem;
    line-height: 2rem;
    margin: -0.15rem -0.5rem 0;
  }
  .box-01-section-servicios-t3-c p:nth-child(2) {
    font-size: 1.55rem;
    line-height: 1.95rem;
  }
  .box-01-section-servicios-t3-c p:nth-child(2) span {
    font-size: 1.55rem;
  }
}
.section-beneficios-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: var(--main-color-two);
}

.child-section-beneficios {
  max-width: 1655px;
  width: 85%;
  margin: 4rem 0 4rem;
}

.title-section-beneficios1 {
  font-family: "Regular";
  color: var(--main-color-three);
  font-size: 1.8rem;
  text-align: center;
}

.title-section-beneficios2 {
  text-align: center;
  font-family: "Extra Bold";
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 2.5rem;
  color: white;
}

.boxs-section-beneficios {
  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;
  padding-top: 1.69rem;
}

.boxs-section-beneficios1 {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.image-sub-box-box1-section-bene {
  width: 17%;
  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;
}

.image-sub-box-box1-section-bene img {
  width: 74%;
}

.letter-sub-box-box1-section-bene {
  width: 75.5%;
}

.title-letter-sub-box-box1-section-bene {
  font-family: "Extra Bold";
  font-size: 1.75rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
  color: var(--main-color-three);
}

.text-letter-sub-box-box1-section-servicios {
  font-family: "Regular";
  text-align: justify;
  color: white;
  font-size: 1rem;
  line-height: 1.1rem;
}

@media screen and (max-width: 500px) {
  .child-section-beneficios {
    width: 85%;
    margin: 4rem 0 2rem;
  }
  .boxs-section-beneficios {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0.5rem;
  }
  .boxs-section-beneficios1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .boxs-section-beneficios1 {
    margin-bottom: 3rem;
  }
  .image-sub-box-box1-section-bene {
    width: 25%;
    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;
  }
  .image-sub-box-box1-section-bene img {
    width: 70%;
  }
  .title-letter-sub-box-box1-section-bene {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .text-letter-sub-box-box1-section-servicios {
    font-size: 1.55rem;
    line-height: 1.8rem;
  }
  .title-section-beneficios1 {
    font-size: 1.7rem;
  }
  .title-section-beneficios2 {
    font-size: 2.6em;
    line-height: 2.9rem;
    margin-bottom: 2rem;
  }
}
.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 {
    display: none;
  }
}
.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: 5rem 0;
}

.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: 4.5rem 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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

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

.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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .btn-whatsapp-mobile {
    font-size: 4.1rem;
    bottom: 25%;
    right: 5px;
    width: 68px;
    height: 68px;
  }
}
nav {
  background-color: var(--main-color-five);
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 70px;
  overflow: hidden;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
  z-index: 50;
}

.aaa {
  position: relative;
  text-decoration: none;
  color: white;
  font-size: 16px;
  display: table;
  width: 460px;
  font-family: "Regular";
  border-top: 1px solid black;
}

.fa {
  position: relative;
  width: 70px;
  height: 36px;
  text-align: center;
  top: 12px;
  font-size: 20px;
}

nav .nav-text {
  position: relative;
  top: 12px;
}

.aaa:hover {
  color: #fff;
  background-color: #4C4C4C;
}

nav:hover {
  width: 460px;
}

.label {
  height: 0px;
  float: left;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Bold";
  opacity: 0;
  font-size: 17px;
}

nav:hover > .label {
  padding-top: 15px;
  height: 50px;
  width: 100%;
  opacity: 1;
  color: white;
  text-align: center;
}

.scrollbar {
  height: 90%;
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

#style-1::-webkit-scrollbar-track {
  border-radius: 2px;
}

#style-1::-webkit-scrollbar {
  width: 5px;
  background-color: #F7F7F7;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #BFBFBF;
}

.scrollbar:hover {
  height: 90%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media screen and (max-width: 500px) {
  nav {
    display: none;
  }
}