html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0px;
}

a {
  text-decoration: none;
}

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

p, h1, h2, h3, h4, h5 {
  margin: 0;
}

input, textarea, select {
  outline: none;
}

textarea {
  resize: none;
}

.e-p-g {
  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;
}

@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: "SemiBold";
  src: url("../font-text/OpenSans-Semibold.ttf");
}
@font-face {
  font-family: "Regular";
  src: url("../font-text/OpenSans-Regular.ttf");
}
:root {
  --main-color-one: #3e998a;
  --main-color-two: #f9f001;
  --main-color-three: #777777;
  --main-color-four: #f6f6f6;
}

/* */
.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;
  }
}
.child-section-header {
  width: 70%;
  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: 1rem 0;
}

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

.box-call-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;
}

.box-call-section-header img {
  width: 3rem;
  margin-right: 0.5rem;
}

.text-01-section-header {
  color: var(--main-color-three);
  font-family: "SemiBold";
  font-size: 1rem;
  margin-bottom: -0.5rem;
}

.text-02-section-header {
  color: var(--main-color-one);
  font-family: "SemiBold";
  font-size: 1.9rem;
}

@media screen and (max-width: 700px) {
  .child-section-header {
    width: 85%;
    -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;
    margin: 2rem 0;
  }
  .img-logo-header {
    width: 70%;
    margin-bottom: 2rem;
  }
  .box-call-section-header {
    width: 100%;
  }
  .box-call-section-header img {
    width: 5rem;
    margin-right: 0.5rem;
  }
  .text-01-section-header {
    font-size: 1.55rem;
    margin-bottom: -0.2rem;
  }
  .text-02-section-header {
    font-size: 2.3rem;
  }
}
.section-banner-main {
  background-image: url(../img/fondos/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.child-section-banner {
  max-width: 1950px;
  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;
  margin: 9rem 0 0;
}

.box-01-section-banner {
  width: 48%;
  padding: 0 0 0 20rem;
}

.title-01-section-banner {
  color: white;
  font-family: "SemiBold";
  font-size: 2.65rem;
  margin-top: 3rem;
}

.title-02-section-banner {
  color: white;
  font-family: "SemiBold";
  font-size: 1.95rem;
  margin-bottom: 1rem;
}

.title-03-section-banner {
  color: white;
  font-family: "Regular";
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.box-btns-section-banner {
  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-btns-section-banner a {
  background-color: var(--main-color-two);
  color: black;
  font-family: "SemiBold";
  font-size: 1.1rem;
  padding: 1rem 1.4rem;
  border-radius: 1.9rem;
  margin-right: 1.5rem;
  -webkit-border-radius: 1.9rem;
  -moz-border-radius: 1.9rem;
  -ms-border-radius: 1.9rem;
  -o-border-radius: 1.9rem;
}

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

.box-02-section-banner img {
  width: 100%;
  margin-bottom: -5rem;
}

@media screen and (max-width: 700px) {
  .child-section-banner {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5rem 0 0;
  }
  .box-01-section-banner {
    width: 85%;
    padding: 0;
    margin-bottom: 2rem;
  }
  .title-01-section-banner {
    font-size: 2.4rem;
    margin-top: 0;
  }
  .title-02-section-banner {
    font-size: 1.9rem;
    margin-bottom: 1rem;
  }
  .title-03-section-banner {
    font-size: 1.55rem;
  }
  .box-btns-section-banner {
    -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;
  }
  .box-btns-section-banner a {
    font-size: 1.6rem;
    text-align: center;
    padding: 1.8rem 3rem;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    margin-bottom: 2rem;
  }
  .box-02-section-banner {
    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;
  }
  .box-02-section-banner img {
    width: 80%;
    margin-bottom: -1rem;
  }
}
.section-proveedores-main {
  background-color: var(--main-color-four);
}

.child-section-proveedores {
  width: 70%;
  margin: 5rem 0;
}

.sub-title-section-proveedores {
  text-align: center;
  color: var(--main-color-three);
  font-family: "SemiBold";
  font-size: 2rem;
  margin-bottom: -1rem;
}

.card-slider-section-proveedores img {
  width: 100%;
}

.card-slider-section-proveedores div {
  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-one);
  height: 6rem;
  padding: 0 2rem;
  border-radius: 0 0 1rem 1rem;
  -webkit-border-radius: 0 0 1rem 1rem;
  -moz-border-radius: 0 0 1rem 1rem;
  -ms-border-radius: 0 0 1rem 1rem;
  -o-border-radius: 0 0 1rem 1rem;
}

.card-slider-section-proveedores p {
  padding: 0 2rem;
  color: white;
  text-align: center;
  font-family: "SemiBold";
  font-size: 1rem;
}

@media screen and (max-width: 700px) {
  .child-section-proveedores {
    width: 85%;
  }
  .sub-title-section-proveedores {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .card-slider-section-proveedores div {
    height: 8rem;
    padding: 0 2rem;
  }
  .card-slider-section-proveedores p {
    font-size: 1.55rem;
  }
}
.section-precio-main {
  background-image: url(../img/iconos/vector-camion.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 31% auto;
}

.child-section-precio {
  width: 70%;
  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;
  margin: 5rem 0;
}

.title-section-precio {
  color: var(--main-color-one);
  text-align: center;
  font-family: "SemiBold";
  font-size: 1.9rem;
  margin-bottom: 3rem;
}

.box-big-section-precio {
  width: 84%;
  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;
}

.box-big-section-precio-01 {
  width: 42%;
  padding-left: 4rem;
}

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

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

@media screen and (max-width: 700px) {
  .section-precio-main {
    background-size: 35% auto;
  }
  .child-section-precio {
    width: 85%;
  }
  .title-section-precio {
    font-size: 2.1rem;
    margin-bottom: 3rem;
  }
  .box-big-section-precio {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box-big-section-precio-01 {
    width: 100%;
    padding-left: 0;
    margin-bottom: 2.5rem;
  }
  .box-big-section-precio-02 {
    width: 100%;
  }
}
.section-tira-imagen-main {
  background-image: url(../img/fondos/fondo-tira-imagen.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.child-section-tira-imagen {
  width: 70%;
  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: 3rem 0;
}

.title-section-tira-imagen {
  text-align: center;
  color: white;
  font-family: "SemiBold";
  font-size: 1.95rem;
  margin-bottom: 0.5rem;
}

.text-section-tira-imagen {
  text-align: center;
  color: white;
  font-family: "SemiBold";
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}

.btn-section-tira-imagen {
  background-color: var(--main-color-two);
  color: black;
  font-family: "SemiBold";
  font-size: 1.05rem;
  padding: 1.2rem 1.8rem;
  border-radius: 1.9rem;
  -webkit-border-radius: 1.9rem;
  -moz-border-radius: 1.9rem;
  -ms-border-radius: 1.9rem;
  -o-border-radius: 1.9rem;
}

@media screen and (max-width: 700px) {
  .child-section-tira-imagen {
    width: 85%;
    margin: 3rem 0;
  }
  .title-section-tira-imagen {
    font-size: 2.1rem;
    margin-bottom: 0.5rem;
  }
  .text-section-tira-imagen {
    font-size: 1.55rem;
  }
  .btn-section-tira-imagen {
    font-size: 1.6rem;
    text-align: center;
    padding: 1.8rem 3rem;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
  }
}
.section-productos-main {
  background-color: var(--main-color-four);
}

.child-section-productos {
  width: 70%;
  margin: 5rem 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-productos {
  color: var(--main-color-one);
  text-align: center;
  font-family: "SemiBold";
  font-size: 1.9rem;
}

.sub-title-section-productos {
  color: var(--main-color-three);
  font-family: "SemiBold";
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 4rem;
}

.box-big-section-productos {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sub-box-big-section-productos {
  width: 21%;
  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: 5rem;
}

.sub-box-big-section-productos img {
  width: 79%;
  margin-bottom: 1.5rem;
}

.cuadro-title-productos {
  text-align: center;
  color: var(--main-color-one);
  font-family: "SemiBold";
  font-size: 1.05rem;
  margin-bottom: 0.2rem;
}

.cuadro-text-productos {
  color: var(--main-color-three);
  font-family: "SemiBold";
  font-size: 1.05rem;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .child-section-productos {
    width: 85%;
    margin: 5rem 0 1rem;
  }
  .title-section-productos {
    font-size: 2.1rem;
  }
  .sub-title-section-productos {
    font-size: 1.55rem;
    margin-bottom: 4rem;
  }
  .sub-box-big-section-productos {
    width: 100%;
    margin-bottom: 4rem;
  }
  .sub-box-big-section-productos img {
    width: 60%;
    margin-bottom: 1rem;
  }
  .cuadro-title-productos {
    font-size: 1.55rem;
    margin-bottom: 0.2rem;
  }
  .cuadro-text-productos {
    font-size: 1.55rem;
  }
}
.section-eleccion-main {
  background-color: var(--main-color-four);
}

.child-section-eleccion {
  width: 65%;
  background-color: var(--main-color-one);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 3rem 3rem;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  margin-bottom: -3.5rem;
  z-index: 5;
}

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

.box-01-section-eleccion img {
  width: 100%;
  margin-top: -3.9rem;
}

.box-02-section-eleccion {
  width: 56%;
  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-eleccion .title {
  text-align: center;
  color: white;
  font-family: "SemiBold";
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.box-02-section-eleccion .text {
  text-align: center;
  color: white;
  font-family: "Regular";
  font-size: 1rem;
  margin-bottom: 1rem;
}

.box-02-section-eleccion .btn {
  color: black;
  background-color: var(--main-color-two);
  font-family: "SemiBold";
  font-size: 1.1rem;
  padding: 0.8rem 1.5rem;
  border-radius: 1.45rem;
  -webkit-border-radius: 1.45rem;
  -moz-border-radius: 1.45rem;
  -ms-border-radius: 1.45rem;
  -o-border-radius: 1.45rem;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 700px) {
  .child-section-eleccion {
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3rem 3rem;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
    margin-bottom: 5rem;
    margin-top: 3rem;
    z-index: 5;
  }
  .box-01-section-eleccion {
    width: 100%;
  }
  .box-01-section-eleccion img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .box-02-section-eleccion {
    width: 100%;
  }
  .box-02-section-eleccion .title {
    font-size: 1.9rem;
  }
  .box-02-section-eleccion .text {
    font-size: 1.55rem;
    margin-bottom: 2rem;
  }
  .box-02-section-eleccion .btn {
    font-size: 1.6rem;
    text-align: center;
    padding: 1.8rem 3rem;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
  }
}
.child-section-somos {
  max-width: 1950px;
  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;
}

.box-01-section-somos {
  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;
  padding: 0 3rem 0 20rem;
}

.logo-section-somos {
  width: 45%;
  margin-bottom: 0.5rem;
}

.text-bottom-logo-section-somos {
  color: var(--main-color-one);
  font-family: "Regular";
  font-size: 0.95rem;
  margin-bottom: 1.2rem;
}

.title-section-somos {
  color: var(--main-color-one);
  font-family: "SemiBold";
  font-size: 1.9rem;
  margin-bottom: 1.5rem;
}

.box-icon-letter-section-somos {
  width: 100%;
  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: 1rem;
}

.box-icon-letter-section-somos p:nth-child(1) {
  color: var(--main-color-one);
  font-size: 0.75rem;
  margin-top: 0.3rem;
  margin-right: 0.5rem;
}

.box-icon-letter-section-somos p:nth-child(2) {
  color: var(--main-color-three);
  font-family: "Regular";
  font-size: 1.05rem;
}

.letter-end-section-somos {
  color: var(--main-color-one);
  font-family: "SemiBold";
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

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

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

@media screen and (max-width: 700px) {
  .child-section-somos {
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5rem 0;
  }
  .box-01-section-somos {
    width: 100%;
    padding: 0;
    margin-bottom: 3rem;
  }
  .logo-section-somos {
    width: 65%;
  }
  .text-bottom-logo-section-somos {
    font-size: 1.55rem;
    margin-bottom: 1.5rem;
  }
  .title-section-somos {
    font-size: 2.1em;
  }
  .box-icon-letter-section-somos {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .box-icon-letter-section-somos p:nth-child(1) {
    margin-top: 0.65rem;
    margin-right: 0.5rem;
  }
  .box-icon-letter-section-somos p:nth-child(2) {
    font-size: 1.55rem;
  }
  .letter-end-section-somos {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
  .box-02-section-somos {
    width: 100%;
  }
}
.section-tira-color {
  background-color: black;
}

.child-section-tira-color {
  width: 70%;
  margin: 2.5rem 0;
  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-tira-color p {
  color: white;
  font-family: "SemiBold";
  font-size: 1.15rem;
  margin-right: 5.5rem;
}

.child-section-tira-color a {
  color: black;
  background-color: var(--main-color-two);
  font-family: "SemiBold";
  font-size: 1.1rem;
  padding: 0.8rem 1.5rem;
  border-radius: 0.35rem;
  -webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  -ms-border-radius: 0.35rem;
  -o-border-radius: 0.35rem;
}

@media screen and (max-width: 700px) {
  .child-section-tira-color {
    width: 85%;
    margin: 5rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .child-section-tira-color p {
    font-size: 1.55rem;
    margin-right: 0;
    margin-bottom: 2.5rem;
    text-align: center;
  }
  .child-section-tira-color a {
    font-size: 1.55rem;
    padding: 1.8rem 3rem;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
  }
}
.child-section-diferencia {
  max-width: 1950px;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.box-01-section-diferencia {
  width: 51%;
  background-image: url(../img/fondos/diferencias.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-white-section-diferencia {
  margin-top: 7rem;
  width: 67%;
  background-color: white;
  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-right: -3rem;
  z-index: 5;
  border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
}

.box-img-personal-diferencia {
  width: 76%;
  margin-top: -3.5rem;
  margin-left: -11rem;
}

.sub-box-white-section-diferencia {
  width: 43%;
  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-left: 1.6rem;
}

.sub-box-white-section-diferencia .img {
  width: 60%;
  margin-bottom: 1.3rem;
}

.sub-box-white-section-diferencia .text-01 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: var(--main-color-one);
  font-family: "SemiBold";
  font-size: 1.1rem;
}

.sub-box-white-section-diferencia .text-02 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: var(--main-color-one);
  font-family: "Regular";
  font-size: 0.8rem;
  margin-bottom: 1.3rem;
}

.icon-text-section-diferencia {
  width: 100%;
  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: var(--main-color-one);
  margin-bottom: 0.1rem;
}

.icon-text-section-diferencia p:nth-child(1) {
  font-size: 0.85rem;
  margin-right: 0.2rem;
  margin-top: 0.2rem;
}

.icon-text-section-diferencia p:nth-child(2) {
  font-size: 0.9rem;
  font-family: "SemiBold";
}

.box-02-section-diferencia {
  background-color: var(--main-color-one);
  width: 49%;
  color: white;
  padding: 11rem 0 5.5rem 9.5rem;
}

.title-01-section-diferencia {
  font-family: "SemiBold";
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.title-02-section-diferencia {
  font-family: "SemiBold";
  font-size: 2rem;
  margin-bottom: 1rem;
}

.title-03-section-diferencia {
  font-family: "Regular";
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.title-04-section-diferencia {
  font-family: "SemiBold";
  font-size: 1.1rem;
}

.title-05-section-diferencia {
  font-family: "Regular";
  font-size: 0.8rem;
}

@media screen and (max-width: 700px) {
  .child-section-diferencia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .box-01-section-diferencia {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4rem 0;
  }
  .box-white-section-diferencia {
    margin-top: 0;
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-right: 0;
    padding: 2rem 2rem 0;
  }
  .box-img-personal-diferencia {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .sub-box-white-section-diferencia {
    width: 100%;
    padding-left: 0;
    margin-bottom: 2.5rem;
  }
  .sub-box-white-section-diferencia .img {
    width: 50%;
    margin-bottom: 1.5rem;
  }
  .sub-box-white-section-diferencia .text-01 {
    font-size: 1.55rem;
  }
  .sub-box-white-section-diferencia .text-02 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  .icon-text-section-diferencia {
    margin-bottom: 0.2rem;
  }
  .icon-text-section-diferencia p:nth-child(1) {
    font-size: 1.3rem;
  }
  .icon-text-section-diferencia p:nth-child(2) {
    font-size: 1.55rem;
  }
  .box-02-section-diferencia {
    width: 100%;
    padding: 3.5rem 3rem;
  }
  .title-01-section-diferencia {
    font-size: 1.55rem;
  }
  .title-02-section-diferencia {
    font-size: 2.2rem;
  }
  .title-03-section-diferencia {
    font-size: 1.55rem;
  }
  .title-04-section-diferencia {
    font-size: 1.55rem;
  }
  .title-05-section-diferencia {
    font-size: 1.2rem;
  }
}
.section-elegir-main {
  background-color: var(--main-color-four);
}

.child-section-elegir {
  width: 70%;
  margin: 5rem 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-elegir {
  color: var(--main-color-one);
  text-align: center;
  font-family: "SemiBold";
  font-size: 1.9rem;
  margin-bottom: 8rem;
}

.box-big-section-elegir {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sub-box-big-section-elegir {
  background-color: white;
  width: 32%;
  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: 5.5rem;
  padding: 0 2.5rem 2.5rem 2.5rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sub-box-big-section-elegir:hover img {
  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
}

.sub-box-big-section-elegir:hover {
  background-color: var(--main-color-four);
}

.sub-box-big-section-elegir img {
  width: 30%;
  margin-bottom: 1.8rem;
  margin-top: -3.4rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.cuadro-title-elegir {
  text-align: center;
  color: var(--main-color-one);
  font-family: "SemiBold";
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.cuadro-text-elegir {
  color: var(--main-color-three);
  font-family: "SemiBold";
  font-size: 1.1rem;
  text-align: center;
}

.btn-section-elegir {
  background-color: var(--main-color-one);
  color: white;
  padding: 1.2rem 4rem;
  font-family: "SemiBold";
  font-size: 1.3rem;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-section-elegir:hover {
  background-color: #268172;
}

@media screen and (max-width: 700px) {
  .child-section-elegir {
    width: 85%;
    margin: 5rem 0;
  }
  .title-section-elegir {
    font-size: 2.1rem;
    margin-bottom: 8rem;
  }
  .sub-box-big-section-elegir {
    width: 100%;
    margin-bottom: 8.5rem;
    padding: 0 2.5rem 2.5rem 2.5rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
  }
  .sub-box-big-section-elegir img {
    width: 40%;
    margin-bottom: 1.8rem;
    margin-top: -5.5rem;
  }
  .cuadro-title-elegir {
    font-size: 1.8rem;
  }
  .cuadro-text-elegir {
    font-size: 1.55rem;
  }
  .btn-section-elegir {
    padding: 1.8rem 3rem;
    font-size: 1.6rem;
    margin-top: -4rem;
  }
}
.child-section-algunos {
  max-width: 1950px;
  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: 5rem 0;
}

.box-01-section-algunos {
  width: 50%;
  padding: 0 7rem 0 20rem;
  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-01-section-algunos {
  color: var(--main-color-three);
  font-family: "SemiBold";
  font-size: 1.9rem;
  margin-bottom: -0.5rem;
}

.title-02-section-algunos {
  color: var(--main-color-one);
  font-family: "SemiBold";
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.text-section-algunos {
  color: var(--main-color-three);
  font-family: "SemiBold";
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
}

.btn-section-algunos {
  background-color: var(--main-color-one);
  color: white;
  padding: 1.2rem 4rem;
  font-family: "SemiBold";
  font-size: 1.3rem;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-section-algunos:hover {
  background-color: #268172;
}

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

.box-02-section-algunos img {
  width: 47.5%;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

@media screen and (max-width: 700px) {
  .child-section-algunos {
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5rem 0 3rem;
  }
  .box-01-section-algunos {
    width: 100%;
    padding: 0;
    margin-bottom: 3rem;
  }
  .title-01-section-algunos {
    font-size: 2.1rem;
  }
  .title-02-section-algunos {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
  .text-section-algunos {
    font-size: 1.55rem;
    margin-bottom: 3rem;
  }
  .btn-section-algunos {
    padding: 1.8rem 3rem;
    font-size: 1.6rem;
  }
  .box-02-section-algunos {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box-02-section-algunos img {
    width: 90%;
    margin-bottom: 2rem;
  }
}
.child-section-linea-imagen {
  max-width: 1950px;
  width: 100%;
}

.child-section-linea-imagen img {
  width: 100%;
}

.section-certificado-main {
  background-color: var(--main-color-one);
}

.child-section-certificado {
  width: 70%;
  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: 4rem 0 -2.5rem;
}

.title-section-certificado {
  color: white;
  text-align: center;
  font-family: "SemiBold";
  font-size: 1.9rem;
  margin-bottom: 1.2rem;
}

.text-section-certificado {
  color: white;
  font-family: "SemiBold";
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 4rem;
}

.box-imgs-section-certificado {
  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: 72%;
}

.box-imgs-section-certificado img {
  width: 47%;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}

@media screen and (max-width: 700px) {
  .child-section-certificado {
    width: 85%;
    margin: 4rem 0 -6em;
  }
  .title-section-certificado {
    font-size: 2.1rem;
  }
  .text-section-certificado {
    font-size: 1.55rem;
    margin-bottom: 3rem;
  }
  .box-imgs-section-certificado {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .box-imgs-section-certificado img {
    width: 90%;
    margin-bottom: 2rem;
  }
}
.section-solucion-main {
  background-color: var(--main-color-four);
}

.child-section-solucion {
  width: 70%;
  margin: 6.5rem 0 5rem;
  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-01-section-soluciones {
  width: 48%;
}

.title-01-section-soluciones {
  color: var(--main-color-one);
  font-family: "SemiBold";
  font-size: 1.35rem;
}

.title-02-section-soluciones {
  color: var(--main-color-three);
  font-family: "SemiBold";
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}

.title-03-section-soluciones {
  color: var(--main-color-one);
  font-family: "SemiBold";
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.letter-background-color-section-soluciones {
  background-color: var(--main-color-one);
  color: white;
  font-family: "Regular";
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  margin-bottom: 0.3rem;
}

.box-02-section-soluciones {
  width: 32%;
  background-color: var(--main-color-one);
  padding: 3rem 3rem;
  border-radius: 1.3rem;
  -webkit-border-radius: 1.3rem;
  -moz-border-radius: 1.3rem;
  -ms-border-radius: 1.3rem;
  -o-border-radius: 1.3rem;
}

.title-box-02-section-soluciones {
  color: white;
  font-family: "Regular";
  font-size: 1.3rem;
  margin-bottom: 2rem;
}

.title-box-02-section-soluciones span {
  font-family: "Bold";
}

.form-section-soluciones {
  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;
}

.input-section-soluciones {
  width: 100%;
  border: 0;
  margin-bottom: 0.4rem;
  font-size: 1rem;
  padding: 0.8rem 1rem;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
}

.submit-section-soluciones {
  width: 100%;
  border: 0;
  cursor: pointer;
  margin-top: 1.5rem;
  background-color: var(--main-color-two);
  color: black;
  font-family: "SemiBold";
  font-size: 1.1rem;
  padding: 0.6rem 0;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
}

@media screen and (max-width: 700px) {
  .child-section-solucion {
    width: 85%;
    margin: 8rem 0 5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box-01-section-soluciones {
    width: 100%;
    margin-bottom: 3rem;
  }
  .title-01-section-soluciones {
    font-size: 1.55rem;
  }
  .title-02-section-soluciones {
    font-size: 1.55rem;
    margin-bottom: 0.5rem;
  }
  .title-03-section-soluciones {
    font-size: 2.1rem;
    margin-bottom: 1.5rem;
  }
  .letter-background-color-section-soluciones {
    padding: 0.8rem 1.5rem;
    font-size: 1.55rem;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    margin-bottom: 0.5rem;
  }
  .box-02-section-soluciones {
    width: 100%;
    padding: 2rem 2rem;
  }
  .title-box-02-section-soluciones {
    font-size: 1.55rem;
    text-align: center;
  }
  .input-section-soluciones {
    margin-bottom: 0.6rem;
    font-size: 1.55rem;
    padding: 1.4rem 1.4rem;
  }
  .submit-section-soluciones {
    cursor: pointer;
    margin-top: 1.5rem;
    font-size: 1.55rem;
    padding: 1.2rem 0;
  }
}
.child-section-distritos {
  width: 58%;
  margin: 5rem 0;
}

.child-section-distritos p {
  font-family: "SemiBold";
  font-size: 1.2rem;
  text-align: center;
  color: var(--main-color-one);
  line-height: 2.2rem;
}

@media screen and (max-width: 700px) {
  .child-section-distritos {
    width: 85%;
  }
  .child-section-distritos p {
    font-size: 1.55rem;
    line-height: 2.4rem;
  }
}
.section-footer-main {
  background-color: var(--main-color-one);
}

.child-section-footer {
  width: 70%;
  margin: 5rem 0;
  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-01-section-footer {
  width: 25%;
}

.box-01-section-footer img {
  width: 72%;
  margin-bottom: 1.5rem;
}

.box-01-section-footer p {
  color: white;
  font-family: "Regular";
  font-size: 0.9rem;
}

.box-02-section-footer,
.box-03-section-footer,
.box-04-section-footer {
  width: 22%;
}

.box-title-line-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: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  margin-bottom: 1.2rem;
}

.box-title-line-section-footer p:nth-child(1) {
  font-family: "SemiBold";
  font-size: 1.05rem;
  margin-right: 0.5rem;
}

.box-title-line-section-footer p:nth-child(2) {
  border-bottom: 0.2rem solid white;
  width: 50%;
}

.box-icon-text-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;
  color: white;
  margin-bottom: 0.3rem;
}

.box-icon-text-section-footer p:nth-child(1) {
  font-size: 0.65rem;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}

.box-icon-text-section-footer p:nth-child(2) {
  font-family: "Regular";
  font-size: 0.85rem;
}

.abc {
  margin-top: 0.5rem !important;
}

.def {
  font-size: 0.9rem !important;
  margin-top: 0.15rem !important;
}

@media screen and (max-width: 700px) {
  .child-section-footer {
    width: 85%;
    margin: 5rem 0 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box-01-section-footer {
    width: 100%;
    margin-bottom: 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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box-01-section-footer img {
    width: 70%;
  }
  .box-01-section-footer p {
    font-size: 1.55rem;
    text-align: center;
  }
  .box-02-section-footer,
  .box-03-section-footer,
  .box-04-section-footer {
    width: 100%;
    margin-bottom: 3rem;
  }
  .box-title-line-section-footer {
    margin-bottom: 1.2rem;
  }
  .box-title-line-section-footer p:nth-child(1) {
    font-size: 1.7rem;
    margin-right: 0.75rem;
  }
  .box-title-line-section-footer p:nth-child(2) {
    width: 45%;
  }
  .box-icon-text-section-footer {
    margin-bottom: 0.3rem;
  }
  .box-icon-text-section-footer p:nth-child(1) {
    font-size: 0.8rem;
    margin-top: 0.65rem;
    margin-right: 0.75rem;
  }
  .box-icon-text-section-footer p:nth-child(2) {
    font-size: 1.55rem;
  }
  .abc {
    margin-top: 1rem !important;
  }
  .def {
    font-size: 1.4rem !important;
    margin-top: 0.4rem !important;
  }
}
.section-copy-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: black;
}

.child-section-copy {
  width: 75%;
  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: 0.8rem 0;
}

.child-section-copy .text-01 {
  color: white;
  font-family: "Regular";
}

.child-section-copy .text-02 {
  color: white;
  font-family: "Regular";
}

.text-02 a {
  font-family: "Bold";
  color: #df6309;
}

@media screen and (max-width: 700px) {
  .child-section-copy {
    width: 85%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1.2rem 0;
  }
  .child-section-copy .text-01 {
    font-size: 1.55rem;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .child-section-copy .text-02 {
    font-size: 1.55rem;
    width: 100%;
    text-align: center;
  }
}
.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;
  height: 60px;
}

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

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

.btn-whatsapp-mobile {
  background-color: #25d366;
  position: fixed;
  bottom: 2%;
  right: 1%;
  width: 5.6rem;
  height: 5.6rem;
  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 i {
  line-height: 0;
}

.btn-whatsapp-mobile:hover {
  background-color: #128C7E;
  -webkit-box-shadow: black 0px 0px 9px;
          box-shadow: black 0px 0px 9px;
}

@media screen and (max-width: 500px) {
  body {
    margin-bottom: 60px;
  }
  .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;
  }
}