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

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

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: "Extra Bold";
  src: url("../font-text/OpenSans-ExtraBold.ttf");
}
@font-face {
  font-family: "Bold";
  src: url("../font-text/OpenSans-Bold.ttf");
}
@font-face {
  font-family: "Regular";
  src: url("../font-text/OpenSans-Regular.ttf");
}
@font-face {
  font-family: "Light";
  src: url("../font-text/OpenSans-Light.ttf");
}
:root {
  --main-color-one: #00AEEF; /* 302c8c */ 
  --main-color-two: #847cbc;
  --main-color-three: #f3f3f3;
  --main-color-four: #F7941D;   /* E12424 */
  --main-color-five: #333333;
  --main-color-six: #000000;
}

/* color del menu */



/* */
.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-top-color-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-one);
}

.child-section-top-color {
  width: 80%;
  margin: 0.8rem 0;
  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-section-top-color {
  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;
  color: white;
  font-family: "Regular";
  font-size: 1rem;
}

.box-section-top-color p:nth-child(1) {
  margin-right: 0.5rem;
}

.line-color-top {
  color: white;
  margin: 0 1.5rem;
}

/*header*/
.section-header-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-header {
  width: 80%;
  margin: 1rem 0 -2rem;
  z-index: 5;
}

.box-top-section-header {
  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: 1rem;
}

.logo-header {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.box-big-header-top {
  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;
  width: 50%;
}

.container-01-box-top-section-header,
.container-02-box-top-section-header {
  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;
}

.icono-header-top {
  color: var(--main-color-one);
  font-size: 2.25rem;
}

.letter-descrip-header-top {
  color: var(--main-color-five);
  font-family: "Regular";
  font-size: 1rem;
}

/*separacion*/
.box-bottom-section-header {
  background-color: var(--main-color-four);
  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-bottom-section-header a {
  color: white;
  font-family: "Bold";
  margin: 0 1.25rem;
  font-size: 1.13rem;
  padding: 1.25rem 1.25rem;
}

.box-bottom-section-header a:hover {
  background-color: var(--main-color-two);
}

@media screen and (max-width: 600px) {
  .child-section-top-color {
    width: 85%;
    margin: 1.2rem 0 0.4rem;
    -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;
  }
  .box-section-top-color {
    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;
    color: white;
    font-family: "Regular";
    font-size: 1.55rem;
    margin-bottom: 0.8rem;
  }
  .box-section-top-color p:nth-child(1) {
    margin-right: 0.5rem;
  }
  .line-color-top {
    display: none;
  }
  /*header*/
  .child-section-header {
    width: 85%;
    margin: 1.56rem 0 0.5rem;
    z-index: 5;
  }
  .box-top-section-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  .logo-header {
    width: 100%;
    -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;
  }
  .logo-header img {
    width: 60%;
  }
  .box-big-header-top {
    display: none;
  }
  .container-01-box-top-section-header,
.container-02-box-top-section-header {
    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%;
    margin-bottom: 1.2rem;
  }
  .icono-header-top {
    color: var(--main-color-one);
    font-size: 2.25rem;
  }
  .letter-descrip-header-top {
    color: var(--main-color-five);
    font-family: "Regular";
    font-size: 1.55rem;
  }
  /*separacion*/
  .box-bottom-section-header {
    display: none;
  }
}
/*color fondo*/
.color-fondo-diferente {
  background-color: white !important;
}

/*banner*/
.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: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.box-ab-section-banner {
  position: absolute;
  width: 80%;
  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;
}

.box-ab-section-banner-1 {
  width: 45%;
  color: white;
  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;
}

.box-ab-section-banner-1 .h1 {
  font-family: "Extra Bold";
  font-size: 3.25rem;
  margin-bottom: 1.25rem;
}

.box-ab-section-banner-1 .letter {
  font-family: "Regular";
  font-size: 1.38rem;
  margin-bottom: 1.25rem;
}

.box-ab-section-banner-1 a {
  padding: 0.94rem 2.5rem;
}

.box-ab-section-banner-2 {
  width: 45%;
}

.box-ab-section-banner-2 img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  /*banner*/
  .child-section-banner {
    max-width: 1950px;
    width: 100%;
    background-image: url(../img/fondos/banner-principal.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .box-ab-section-banner {
    position: relative;
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3rem 0;
  }
  .box-ab-section-banner-1 {
    width: 100%;
    color: white;
    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;
  }
  .box-ab-section-banner-1 .h1 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 1.25rem;
  }
  .box-ab-section-banner-1 .letter {
    font-size: 1.55rem;
    text-align: center;
    margin-bottom: 0;
  }
  .box-ab-section-banner-1 a {
    padding: 0.94rem 2.5rem;
  }
  .box-ab-section-banner-2 {
    width: 100%;
  }
}
.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/fondo-asesoria.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.child-section-simple {
  width: 80%;
  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.06rem 0;
}

.box-01-section-simple {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.title-section-simple {
  color: var(--main-color-two);
  font-size: 2.88rem;
  font-family: "Extra Bold";
  margin-bottom: 1.56rem;
}

.letter-section-simple {
  font-family: "Regular";
  color: var(--main-color-five);
  font-size: 1.13rem;
}

.box-02-section-simple {
  width: 40%;
}

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

@media screen and (max-width: 600px) {
  .child-section-simple {
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 4rem 0;
  }
  .box-01-section-simple {
    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;
  }
  .title-section-simple {
    font-size: 3rem;
    margin-bottom: 0;
    text-align: center;
  }
  .box-02-section-simple {
    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;
  }
  .box-02-section-simple img {
    width: 85%;
  }
  .letter-section-simple {
    text-align: center;
    font-size: 1.55rem;
  }
}
.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 {
  width: 80%;
  margin: 4.06rem 0;
}

.container-section-servicios {
  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-top: 2.19rem;
}

.container-section-servicios-01 {
  width: 24%;
}

.box-img-section-servicios {
  position: relative;
}

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

.box-img-section-servicios p {
  width: 70%;
  position: absolute;
  left: 7%;
  top: 30%;
  color: white;
  font-family: "Bold";
  font-size: 2rem;
  line-height: 2.25rem;
}

.letter-long-container-section-servicios {
  padding: 1rem 1.5rem;
  text-align: justify;
  font-family: "Regular";
  color: var(--main-color-five);
  font-size: 1.13rem;
  line-height: 1.38rem;
}

@media screen and (max-width: 600px) {
  .child-section-servicios {
    width: 85%;
    margin: 4rem 0 1.5rem;
  }
  .container-section-servicios {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.2rem;
  }
  .container-section-servicios-01 {
    width: 100%;
    margin-bottom: 3rem;
  }
  .box-img-section-servicios {
    position: relative;
  }
  .box-img-section-servicios img {
    width: 100%;
  }
  .letter-long-container-section-servicios {
    padding: 1.56rem 1rem;
    font-size: 1.55rem;
    line-height: 1.8rem;
  }
}
/*@import 'modules/section-productos';*/
.section-esperamos-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/fondo-mixer.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.child-section-esperamos {
  width: 80%;
  margin: 6.88rem 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.child-section-esperamos a {
  padding: 0.94rem 2.19rem;
}

.text-01-section-esperamos {
  color: white;
  font-size: 1.88rem;
  line-height: 2.13rem;
  font-family: "Bold";
  margin-bottom: 1rem;
  text-align: center;
}

.text-02-section-esperamos {
  color: white;
  font-size: 1.5rem;
  font-family: "Regular";
  text-align: center;
}

@media screen and (max-width: 600px) {
  .child-section-esperamos {
    width: 85%;
    margin: 5rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-01-section-esperamos {
    width: 100%;
    margin-bottom: 3rem;
  }
  .text-01-section-esperamos {
    font-size: 2.2rem;
    line-height: 2.6rem;
    margin-bottom: 2rem;
  }
  .text-02-section-esperamos {
    font-size: 1.55rem;
  }
  .box-02-section-esperamos {
    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;
  }
  .box-02-section-esperamos .img {
    width: 62%;
  }
  .box-02-section-esperamos a {
    padding: 0.94rem 2.19rem;
  }
}
.color-top-section-acerca {
  width: 100%;
  background-color: var(--main-color-three);
  height: 6.25rem;
}

.section-acerca-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-acerca {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 4.06rem;
}

.box-01-section-acerca {
  width: 45%;
  padding-top: 3.75rem;
}

.box-02-section-acerca {
  width: 42%;
  margin-top: -2.5rem;
}

.title-01-section-acerca {
  color: var(--main-color-one);
  font-family: "Bold";
  font-size: 1.88rem;
}

.title-02-section-acerca {
  color: var(--main-color-two);
  font-family: "Bold";
  font-size: 1.88rem;
  margin: 0.63rem 0;
}

.letter-section-acerca {
  color: var(--main-color-five);
  font-family: "Regular";
  font-size: 1.25rem;
}

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

@media screen and (max-width: 600px) {
  .color-top-section-acerca {
    width: 100%;
    background-color: var(--main-color-three);
    height: 6.25rem;
  }
  .child-section-acerca {
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 4rem 0;
  }
  .box-01-section-acerca {
    width: 100%;
    padding-top: 0;
    margin-bottom: 3rem;
  }
  .box-02-section-acerca {
    width: 100%;
    margin-top: 0;
  }
  .title-01-section-acerca {
    font-size: 2rem;
  }
  .title-02-section-acerca {
    font-size: 2rem;
    margin: 0.63rem 0;
  }
  .letter-section-acerca {
    font-size: 1.55rem;
  }
  .box-02-section-acerca .img {
    margin-bottom: 1rem;
  }
}
.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-three);
}

.child-section-elegir {
  width: 80%;
  margin: 4.06rem 0;
}

.container-section-elegir {
  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;
}

.container-section-elegir-1 {
  background-color: var(--main-color-two);
  width: 45%;
  padding: 8.75rem 3.13rem;
  margin-right: -3.75rem;
  z-index: 5;
  color: white;
}

.container-section-elegir-2 {
  width: 48%;
  background-color: white;
  padding: 2.5rem 3.13rem 2.5rem 7.5rem;
}

.container-section-elegir-1 .title {
  font-family: "Bold";
  font-size: 1.88rem;
  margin-bottom: 0.94rem;
}

.container-section-elegir-1 .letter {
  font-family: "Regular";
  font-size: 1.25rem;
}

.container-section-elegir-2 .title {
  color: var(--main-color-one);
  font-family: "Bold";
  font-size: 1.88rem;
  margin-bottom: 0.94rem;
}

.container-section-elegir-2 .sub-title {
  color: var(--main-color-two);
  font-family: "Bold";
  font-size: 1.5rem;
  margin-bottom: 0.31rem;
}

.container-section-elegir-2 .letter {
  color: var(--main-color-five);
  font-family: "Regular";
  font-size: 1.13rem;
  margin-bottom: 1.56rem;
}

@media screen and (max-width: 600px) {
  .child-section-elegir {
    width: 85%;
    margin: 4rem 0;
  }
  .container-section-elegir {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container-section-elegir-1 {
    width: 100%;
    padding: 4rem 3rem;
    margin-right: 0;
  }
  .container-section-elegir-2 {
    width: 100%;
    padding: 4rem 3rem 2rem;
  }
  .container-section-elegir-1 .title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .container-section-elegir-1 .letter {
    font-size: 1.55rem;
  }
  .container-section-elegir-2 .title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .container-section-elegir-2 .sub-title {
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
  }
  .container-section-elegir-2 .letter {
    font-size: 1.55rem;
    margin-bottom: 1.8rem;
  }
}
.section-galeria-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-three);
}

.child-section-galeria {
  width: 80%;
  margin: 4.06rem 0;
}

.box-img-section-galeria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.5rem;
}

.box-img-section-galeria .img {
  width: 32.5%;
  margin-bottom: 1.25rem;
}

.container-text-in-img-section-galeria {
  width: 67.5%;
  border-left: 1.25rem solid var(--main-color-one);
  margin-bottom: 1.25rem;
  padding: 0 2.81rem;
  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;
  background-color: white;
}

.letter-01-container-text-in-img-section-galeria {
  color: var(--main-color-five);
  font-family: "Regular";
  font-size: 1.13rem;
}

.letter-02-container-text-in-img-section-galeria {
  color: var(--main-color-two);
  font-family: "Bold";
  font-size: 1.5rem;
  margin: 0.94rem 0;
}

.btn-container-text-in-img-section-galeria {
  background-color: var(--main-color-four);
  color: white;
  font-family: "Regular";
  font-size: 1.25rem;
  padding: 0.63rem 1.56rem;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 1.88rem;
}

.btn-container-text-in-img-section-galeria:hover {
  background-color: var(--main-color-two);
}

@media screen and (max-width: 600px) {
  .child-section-galeria {
    width: 85%;
    margin: 4rem 0;
  }
  .box-img-section-galeria {
    margin-top: 2rem;
  }
  .box-img-section-galeria .img {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .container-text-in-img-section-galeria {
    width: 100%;
    border-left: 0;
    border-top: 1.25rem solid var(--main-color-one);
    margin-bottom: 0;
    padding: 3rem 3rem;
    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;
    background-color: white;
  }
  .letter-01-container-text-in-img-section-galeria {
    font-size: 1.55rem;
  }
  .letter-02-container-text-in-img-section-galeria {
    font-size: 1.9rem;
    margin: 1rem 0;
  }
  .btn-container-text-in-img-section-galeria {
    font-size: 1.7rem;
    padding: 0.9rem 2rem;
    border-radius: 0.7rem;
    margin-top: 1.88rem;
  }
}
.section-asesoramiento-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-three);
}

.child-section-asesoramiento {
  width: 80%;
  margin: 4.06rem 0;
}

.title-section-asesoramiento {
  text-align: center;
  color: var(--main-color-one);
  font-size: 1.88rem;
  font-family: "Bold";
  margin-bottom: 0.94rem;
}

.letter-section-asesoramiento {
  text-align: center;
  font-family: "Regular";
  font-size: 1.25rem;
  color: var(--main-color-five);
}

@media screen and (max-width: 600px) {
  .child-section-asesoramiento {
    width: 85%;
    margin: 4rem 0;
  }
  .title-section-asesoramiento {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .letter-section-asesoramiento {
    font-size: 1.55rem;
  }
}
.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-three);
}

.child-section-nosotros {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3.13rem 0;
}

.box-01-section-nosotros {
  width: 55%;
  position: relative;
  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-nosotros {
  width: 45%;
  background-color: var(--main-color-one);
  padding: 6.25rem 3.13rem;
}

.box-ab-box-01-section-nosotros {
  position: absolute;
  padding: 1rem;
}

.letter-02-section-nosotros {
  color: white;
  font-family: "Bold";
  font-size: 2.6rem;
  text-align: center;
}

.items-box-02-section-nosotros {
  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;
  color: white;
  font-family: "Regular";
  margin-bottom: 0.5rem;
}

.items-box-02-section-nosotros p:nth-child(1) {
  font-size: 1.25rem;
}

.items-box-02-section-nosotros p:nth-child(2) {
  font-size: 1.25rem;
}

@media screen and (max-width: 600px) {
  .child-section-nosotros {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3.5rem 0 0.5rem;
  }
  .box-01-section-nosotros {
    width: 100%;
    position: relative;
  }
  .box-02-section-nosotros {
    width: 100%;
    background-color: var(--main-color-one);
    padding: 5rem 3rem;
  }
  .box-ab-box-01-section-nosotros {
    position: relative;
    top: 0;
    left: 0;
    padding: 3rem;
    background-color: var(--main-color-two);
  }
  .letter-02-section-nosotros {
    font-size: 2rem;
  }
  .items-box-02-section-nosotros {
    margin-bottom: 0.5rem;
  }
  .items-box-02-section-nosotros p:nth-child(1) {
    font-size: 1.55rem;
  }
  .items-box-02-section-nosotros p:nth-child(2) {
    font-size: 1.55rem;
  }
}
/*@import 'modules/section-lugares';*/
.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-six);
}

.child-section-footer {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 4.06rem 0;
}

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

.logo-footer {
  width: 45%;
  margin-bottom: 1.56rem;
}

.letter-01-box-01-section-footer {
  color: white;
  font-family: "Regular";
  font-size: 1.2rem;
  margin-bottom: 0.31rem;
}

.title-section-footer-color {
  color: white;
  font-family: "Bold";
  font-size: 1.6rem;
  margin-bottom: 0.63rem;
}

.title-items-letter-section-footer {
  font-family: "Bold";
  font-size: 1.25rem;
  color: white;
}

.items-letter-section-footer {
  font-family: "Regular";
  font-size: 1.13rem;
  color: white;
}

.copy-footer {
  width: 100%;
  text-align: center;
  padding: 0.9rem 0;
  background-color: #010066;
  color: white;
  font-family: "Regular";
  font-size: 0.95rem;
}

@media screen and (max-width: 600px) {
  .child-section-footer {
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 4rem 0;
  }
  .box-01-section-footer {
    width: 100%;
  }
  .logo-footer {
    width: 65%;
    margin-bottom: 1.56rem;
  }
  .letter-01-box-01-section-footer {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  .title-section-footer-color {
    font-size: 2rem;
    margin-bottom: 0.63rem;
  }
  .title-items-letter-section-footer {
    font-size: 1.55rem;
  }
  .items-letter-section-footer {
    font-size: 1.55rem;
  }
  .box-02-section-footer {
    margin-top: 3rem;
  }
  .copy-footer {
    padding: 1.3rem 3rem 3rem;
    font-size: 1.55rem;
  }
}
.btns-mobile {
  background-color: var(--main-color-two);
  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.65rem;
  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;
  top: 65%;
  right: 5px;
  width: 60px;
  height: 60px;
  display: none;
  -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: 3rem;
  color: white;
  z-index: 90;
}

.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,
.btn-whatsapp-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
