* {
  -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: "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: #025ea9;
  --main-color-dos: #FFCB0B;
  --main-color-tres:#000000;
  --main-color-cuatro:#e8e8e8;
}

/* */
.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;
  }
}
.btns-mobile {
  background-color: var(--main-color-tres);
  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;
  }
}
.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;
  background-image: url(../img/fondos/fondo-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.child-section-banner {
  width: 85%;
  margin: 3rem 0 0;
}

.box-01-section-banner {
  margin-bottom: 4.5rem;
  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-banner .img-1 {
  width: 11%;
}

.box-01-section-banner .img-2 {
  width: 18%;
}

.box-02-section-banner {
  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;
  padding: 0 4.5rem;
}

.sub-b2-section-banner-1 {
  width: 71%;
  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-banner {
  color: var(--main-color-dos);
  font-family: "Bold";
  font-size: 3.4rem;
}

.title-01-section-banner span {
  background-color: var(--main-color-dos);
  color: black;
  padding: 0 0.5rem;
  border-radius: 0.4rem;
}

.title-02-section-banner {
  color: var(--main-color-dos);
  font-family: "Regular";
  font-size: 2.8rem;
  margin-top: 0.5rem;
}

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

.title-04-section-banner {
  width: 50%;
  margin-top: 2rem;
}

.title-04-section-banner img {
  width: 82%;
}

.sub-b2-section-banner-2 {
  width: 25%;
}

.sub-b2-section-banner-2 img {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .child-section-banner {
    width: 85%;
    margin: 2rem 0 0;
  }
  .box-01-section-banner {
    margin-bottom: 2rem;
    -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 .img-1 {
    width: 50%;
    margin-bottom: 1.5rem;
  }
  .box-01-section-banner .img-2 {
    width: 55%;
  }
  .box-02-section-banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .sub-b2-section-banner-1 {
    width: 100%;
  }
  .title-01-section-banner {
    font-size: 3rem;
  }
  .title-01-section-banner span {
    background-color: var(--main-color-dos);
    color: black;
    padding: 0 0.5rem;
    border-radius: 0.4rem;
  }
  .title-02-section-banner {
    font-size: 2.6rem;
    margin-top: 0.5rem;
  }
  .title-03-section-banner {
    font-size: 1.55rem;
    margin-top: 0.5rem;
  }
  .title-04-section-banner {
    width: 100%;
    margin-top: 2rem;
  }
  .title-04-section-banner img {
    width: 85%;
  }
  .sub-b2-section-banner-2 {
    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: 4rem;
  }
  .sub-b2-section-banner-2 img {
    width: 60%;
  }
}
.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;
  background-color: var(--main-color-dos);
}

.child-section-servicios {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: -5rem 0 -5rem;
}

.box-single-section-servicios {
  width: 31%;
  background-color: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 0.8rem;
  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: 2rem;
}

.box-single-section-servicios img {
  width: 70%;
  margin-bottom: 1.5rem;
}

.box-single-section-servicios p {
  text-align: center;
  font-family: "Bold";
  font-size: 1.6rem;
}

@media screen and (max-width: 700px) {
  .child-section-servicios {
    width: 80%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 4rem 0 1rem;
  }
  .box-single-section-servicios {
    width: 100%;
    padding: 2rem;
    margin-bottom: 3rem;
  }
  .box-single-section-servicios img {
    width: 70%;
    margin-bottom: 1.5rem;
  }
  .box-single-section-servicios p {
    font-size: 1.6rem;
  }
}
.section-opcion-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-opcion.png);
  background-repeat: no-repeat;
  background-position: 0% 80%;
  background-size: 90% auto;
  background-color: var(--main-color-cuatro);
}

.child-section-opcion {
  width: 98%;
  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: 14rem 0 14rem;
}

.box-02-section-opcion {
  width: 61%;
  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-all-section-opcion {
  width: 100%;
}

.box-single-all-section-opcion {
  background-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;
  border-radius: 0.7rem;
  padding: 4rem 2rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.box-single-all-section-opcion p:nth-child(1) {
  font-family: "Bold";
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 1rem;
}

.box-single-all-section-opcion p:nth-child(2) {
  font-family: "Regular";
  font-size: 1rem;
}

@media screen and (max-width: 700px) {
  .section-opcion-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-opcion.png);
    background-repeat: no-repeat;
    background-position: 0% 98%;
    background-size: 100% auto;
    background-color: var(--main-color-cuatro);
  }
  .child-section-opcion {
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 4rem 0 14rem;
  }
  .box-02-section-opcion {
    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;
  }
  .box-single-all-section-opcion {
    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: 3rem 1.5rem;
  }
  .box-single-all-section-opcion p:nth-child(1) {
    font-size: 1.9rem;
    margin-bottom: 1rem;
  }
  .box-single-all-section-opcion p:nth-child(2) {
    font-size: 1.55rem;
  }
}
.section-ahorra-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-ahorra {
  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-ahorra {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-01-section-ahorra {
  color: var(--main-color-dos);
  font-family: "Regular";
  font-size: 1.85rem;
}

.img-section-ahorra {
  width: 30%;
  margin-top: 1rem;
}

.box-02-section-ahorra {
  width: 50%;
  background-image: url(../img/fondos/fondo-ahorrar.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  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: 3.2rem 0;
}

.text-02-section-ahorra {
  color: white;
  font-family: "Regular";
  font-size: 2rem;
}

.text-03-section-ahorra {
  color: black;
  background-color: var(--main-color-dos);
  font-family: "Bold";
  font-size: 1.2rem;
  padding: 0.7rem 1rem;
  border-radius: 0.3rem;
  margin-top: 1.2rem;
}

@media screen and (max-width: 700px) {
  .child-section-ahorra {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-01-section-ahorra {
    width: 100%;
    padding: 2.5rem 2.9rem;
  }
  .text-01-section-ahorra {
    font-size: 1.85rem;
  }
  .img-section-ahorra {
    width: 65%;
    margin-top: 1rem;
  }
  .box-02-section-ahorra {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3.2rem 2.9rem;
  }
  .text-02-section-ahorra {
    font-size: 2rem;
  }
  .text-03-section-ahorra {
    text-align: center;
    font-size: 1.55rem;
    padding: 0.7rem 1rem;
    border-radius: 0.3rem;
    margin-top: 1.2rem;
  }
}
.section-variedad-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-variedad {
  width: 98%;
  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: 4rem 0;
}

.box-01-section-variedad {
  width: 48%;
  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-left: 9.3rem;
}

.title-01-section-variedad {
  font-size: 3.5rem;
  font-family: "Regular";
}

.title-02-section-variedad {
  font-size: 1.7rem;
  background-color: var(--main-color-tres);
  color: var(--main-color-dos);
  border: 1px solid var(--main-color-tres);
  font-family: "Regular";
  padding: 0.3rem 0.5rem;
  margin-bottom: 3rem;
}

.icon-text-section-variedad {
  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.6rem;
}

.icon-text-section-variedad p:nth-child(1) {
  margin-top: 0.42rem;
}

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

.box-02-section-variedad {
  width: 47%;
}

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

@media screen and (max-width: 700px) {
  .child-section-variedad {
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 4rem 0;
  }
  .box-01-section-variedad {
    width: 100%;
    padding-left: 0;
    margin-bottom: 3rem;
  }
  .title-01-section-variedad {
    font-size: 3.5rem;
    font-family: "Regular";
  }
  .title-02-section-variedad {
    font-size: 1.7rem;
    background-color: var(--main-color-tres);
    color: var(--main-color-dos);
    border: 1px solid var(--main-color-tres);
    font-family: "Regular";
    padding: 0.3rem 0.5rem;
    margin-bottom: 3rem;
  }
  .icon-text-section-variedad {
    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.6rem;
  }
  .icon-text-section-variedad p:nth-child(1) {
    margin-top: 0.42rem;
  }
  .icon-text-section-variedad p:nth-child(2) {
    font-size: 1.55rem;
    font-family: "Regular";
  }
  .box-02-section-variedad {
    width: 100%;
  }
  .box-02-section-variedad img {
    width: 100%;
  }
}
.section-algunos-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--main-color-cuatro);
}

.section-algunos-child {
  width: 100%;
  max-width: 1950px;
  margin: 6rem 0rem;
}

.title-algunos {
  font-size: 3.75rem;
  font-family: "Regular";
  margin-bottom: 2rem;
  margin-left: 9rem;
}

.boton-algunos {
  font-size: 1.8rem;
  background-color: var(--main-color-tres);
  color: var(--main-color-dos);
  border: 1px solid var(--main-color-tres);
  font-family: "Regular";
  padding: 0.8rem 0.5rem;
  margin: 0rem 9rem;
  border-radius: 0.4rem;
}

.img-3-algunos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5rem;
}

.img-3-algunos img {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .section-algunos-child {
    width: 85%;
    max-width: 1950px;
    margin: 6rem 0rem;
  }
  .title-algunos {
    font-size: 3.75rem;
    font-family: "Regular";
    margin-bottom: 2rem;
    margin-left: 0rem;
  }
  .boton-algunos {
    font-size: 1.8rem;
    padding: 0.8rem 0.5rem;
    margin: 0rem 0rem;
    border-radius: 0.4rem;
  }
  .img-3-algunos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5rem;
  }
  .img-3-algunos img {
    width: 100%;
  }
}
.section-buscar-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--main-color-dos);
}

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

.img-carro-buscar {
  width: 34%;
}

.section-letra-buscar {
  width: 49%;
  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;
}

.textto-buscar-1 {
  font-size: 2.75rem;
  font-family: "Regular";
  color: var(--main-color-tres);
}

.textto-buscar-1 span {
  font-family: "bold";
}

.text-2 {
  font-size: 1.72rem;
  font-family: "Regular";
  color: white;
}

.boton-buscar {
  font-size: 1.5rem;
  background-color: var(--main-color-tres);
  color: var(--main-color-dos);
  border: 0;
  font-family: "Bold";
  padding: 0.8rem 3rem;
  border-radius: 0.4rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 700px) {
  .section-buscar-child {
    width: 85%;
    margin: 6rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .img-carro-buscar {
    margin-bottom: 3rem;
    width: 100%;
  }
  .section-letra-buscar {
    width: 100%;
  }
  .textto-buscar-1 {
    font-size: 2.75rem;
  }
  .text-2 {
    font-size: 1.72rem;
  }
  .boton-buscar {
    font-size: 1.5rem;
    padding: 0.8rem 3rem;
    border-radius: 0.4rem;
    margin-top: 1.5rem;
  }
}
.section-buscar-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--main-color-dos);
}

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

.img-carro-buscar {
  width: 34%;
}

.section-letra-buscar {
  width: 49%;
  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;
}

.textto-buscar-1 {
  font-size: 2.75rem;
  font-family: "Regular";
  color: var(--main-color-tres);
}

.textto-buscar-1 span {
  font-family: "bold";
}

.text-2 {
  font-size: 1.72rem;
  font-family: "Regular";
  color: white;
}

.boton-buscar {
  font-size: 1.5rem;
  background-color: var(--main-color-tres);
  color: var(--main-color-dos);
  border: 0;
  font-family: "Bold";
  padding: 0.8rem 3rem;
  border-radius: 0.4rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 700px) {
  .section-buscar-child {
    width: 85%;
    margin: 6rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .img-carro-buscar {
    margin-bottom: 3rem;
    width: 100%;
  }
  .section-letra-buscar {
    width: 100%;
  }
  .textto-buscar-1 {
    font-size: 2.75rem;
  }
  .text-2 {
    font-size: 1.72rem;
  }
  .boton-buscar {
    font-size: 1.5rem;
    padding: 0.8rem 3rem;
    border-radius: 0.4rem;
    margin-top: 1.5rem;
  }
}
.section-certificado-calidad-parte-2-main {
  width: 100%;
  height: 35.5rem;
  background-image: url(../img/fondos/img-fondo-certificado-parte-2.png);
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: bottom;
}

.section-certificado-calidad-parte-2-child {
  max-width: 1458px;
  width: 70%;
  margin-top: 4rem;
  margin-bottom: -3rem;
  border-radius: 1.5rem;
  background-color: white;
}

.text-contenido-section-certificado-calidad-parte-2 {
  font-size: 1.55rem;
  color: #535353;
  font-family: "regular";
  padding: 0 9rem;
  width: 100%;
}

.parte-1 {
  margin-top: 6rem;
}

.parte-2 {
  margin-top: 3rem;
}

.margen-boton-section-certificado-calidad-parte-2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4rem 0rem;
}

.boton-certificado-calidad-parte-2 {
  font-size: 1.75rem;
  background-color: var(--main-color-tres);
  color: var(--main-color-dos);
  border: 1px solid var(--main-color-tres);
  font-family: "Bold";
  padding: 1rem 5rem;
  border-radius: 0.4rem;
}

@media screen and (max-width: 700px) {
  .section-certificado-calidad-parte-2-main {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-position: bottom;
  }
  .section-certificado-calidad-parte-2-child {
    width: 85%;
    margin-top: 4rem;
    margin-bottom: -3rem;
    border-radius: 1.5rem;
    background-color: white;
  }
  .text-contenido-section-certificado-calidad-parte-2 {
    font-size: 1.55rem;
    color: #535353;
    font-family: "regular";
    margin-left: 2rem;
    padding: 0 1rem;
    width: 87%;
  }
  .parte-1 {
    margin-top: 3rem;
  }
  .parte-2 {
    margin-top: 1.5rem;
  }
  .margen-boton-section-certificado-calidad-parte-2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1rem 0rem 3rem;
  }
  .boton-certificado-calidad-parte-2 {
    font-size: 1.75rem;
    background-color: var(--main-color-tres);
    color: var(--main-color-dos);
    border: 1px solid var(--main-color-tres);
    font-family: "Bold";
    padding: 1rem 5rem;
    border-radius: 0.4rem;
  }
}
.section-certificado-calidad-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--main-color-dos);
}

.section-certificado-calidad-child {
  max-width: 1655px;
  width: 85%;
  margin: 6rem 0rem;
}

.title-certificado-calidad {
  font-size: 3.75rem;
  text-align: center;
  font-family: "Bold";
}

@media screen and (max-width: 700px) {
  .section-certificado-calidad-main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--main-color-dos);
  }
  .section-certificado-calidad-child {
    max-width: 1655px;
    width: 85%;
    margin: 6rem 0rem;
  }
  .title-certificado-calidad {
    font-size: 3rem;
    text-align: center;
    font-family: "Bold";
  }
}
.section-concreto-premezclado-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/img-concreto-premezclado.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.section-concreto-premezclado-child {
  max-width: 1655px;
  width: 85%;
  margin: 6rem 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;
}

.section-border-concreto-premezclado-1 {
  width: 35%;
}

.texto-concreto-premezclado {
  font-size: 2.95rem;
  font-family: "Regular";
  color: white;
}

.texto-concreto-premezclado span {
  background-color: var(--main-color-dos);
  padding: 0rem 0.55rem;
  color: var(--main-color-tres);
}

.section-border-concreto-premezclado-2 {
  width: 50%;
}

.textto-concreto-premezclado-2 {
  font-size: 2rem;
  font-family: "Regular";
  color: white;
}

.flex-icono-concreto-premezclado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  margin: 0% 3rem;
  margin-top: 1.28rem;
}

.icon-circle-empty {
  font-size: 1.5rem;
  color: var(--main-color-dos);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
}

.text-seguido-icon-concreto-premezclado {
  font-size: 1.6rem;
  font-family: "Regular";
  color: white;
}

@media screen and (max-width: 700px) {
  .section-concreto-premezclado-child {
    width: 85%;
    margin: 6rem 0rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-border-concreto-premezclado-1 {
    width: 100%;
    margin-bottom: 3rem;
  }
  .texto-concreto-premezclado {
    font-size: 2.75rem;
  }
  .section-border-concreto-premezclado-2 {
    width: 100%;
  }
  .textto-concreto-premezclado-2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .flex-icono-concreto-premezclado {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    margin-top: 1.1rem;
  }
  .icon-circle-empty {
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
  }
  .text-seguido-icon-concreto-premezclado {
    font-size: 1.6rem;
  }
}
.section-plomo-ultimo {
  width: 100%;
  height: 10rem;
  background-color: var(--main-color-cuatro);
}

.section-porque-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-porque-child {
  width: 100%;
  max-width: 1950px;
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.border-porque {
  width: 44%;
  margin-left: 9%;
}

.title-porque {
  font-size: 3.5rem;
  font-family: "Regular";
}

.flex-porque {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 96.2%;
  margin-left: 2rem;
  margin-top: 1.5rem;
}

.text-contenido-porque {
  font-size: 1.55rem;
  font-family: "Regular";
}

.img-telefono-porque {
  width: 42%;
  margin-top: 2.8rem;
}

.img-porque {
  width: 41%;
  margin-top: 6rem;
}

@media screen and (max-width: 700px) {
  .section-porque-main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .section-porque-child {
    width: 92%;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .border-porque {
    width: 100%;
    margin-left: 0%;
  }
  .title-porque {
    font-size: 3.5rem;
  }
  .flex-porque {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 96.2%;
    margin-left: 0rem;
    margin-top: 1.5rem;
  }
  .text-contenido-porque {
    font-size: 1.55rem;
    font-family: "Regular";
  }
  .img-telefono-porque {
    width: 75%;
    margin-top: 2.8rem;
  }
  .img-porque {
    width: 100%;
    margin-top: 6rem;
  }
}
.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-dos);
}

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

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

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

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

.box-02-section-footer {
  width: 18%;
}

.title-section-footer {
  font-family: "Bold";
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.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;
  margin-bottom: 1rem;
}

.icon-text-section-footer p:nth-child(1) {
  margin-right: 0.5rem;
  margin-top: 0.45rem;
}

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

.box-03-section-footer {
  width: 28%;
}

.box-03-section-footer-letter-1 {
  color: white;
  font-size: 3rem;
  line-height: 2rem;
  font-family: "Bold";
  margin-bottom: 1rem;
}

.box-03-section-footer-letter-2 {
  color: white;
  font-size: 1.4rem;
  font-family: "Regular";
}

@media screen and (max-width: 700px) {
  .child-section-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 4rem 0;
  }
  .box-01-section-footer {
    width: 100%;
    margin-bottom: 2rem;
  }
  .box-01-section-footer img {
    width: 45%;
    margin-bottom: 1rem;
  }
  .box-01-section-footer p {
    font-size: 1.6rem;
  }
  .box-02-section-footer {
    width: 100%;
    margin-bottom: 2rem;
  }
  .title-section-footer {
    font-size: 1.8rem;
    margin-bottom: 1.3rem;
  }
  .icon-text-section-footer {
    margin-bottom: 1rem;
  }
  .icon-text-section-footer p:nth-child(1) {
    margin-right: 0.5rem;
    margin-top: 0.45rem;
  }
  .icon-text-section-footer p:nth-child(2) {
    font-size: 1.6rem;
  }
  .box-03-section-footer {
    width: 100%;
  }
  .box-03-section-footer-letter-1 {
    color: white;
    font-size: 3rem;
    line-height: 2rem;
    font-family: "Bold";
    margin-bottom: 1rem;
  }
  .box-03-section-footer-letter-2 {
    font-size: 1.55rem;
  }
}