* {
  box-sizing: border-box;
}

body {
  margin: 0px;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

@font-face {
  font-family: "Montserrat Extra Bold";
  src: url("../font-text/FiraSans-ExtraBold.ttf");
}
@font-face {
  font-family: "Montserrat Regular";
  src: url("../font-text/FiraSans-Regular.ttf");
}
@font-face {
  font-family: "Montserrat Light";
  src: url("../font-text/FiraSans-Light.ttf");
}
:root {
  --main-color: #1d4f90;
  --main-color-second: #39b354;
  --main-color-alt: #fbb03b;
  --main-color-dark: #1E1D23;
  --main-color-dark-alt: #e6e6e6;
  --main-color-white: #FFFFFF;
}

.section-header-main {
  width: 100%;
  justify-content: center;
  display: flex;
}

.child-section-header {
  max-width: 1200px;
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-bottom: 12px;
}

.division-header-one {
  width: 48%;
}

.division-header-two {
  width: 26%;
  display: flex;
  align-items: center;
  font-family: "Montserrat Regular";
  color: var(--main-color);
}

.division-header-three {
  width: 26%;
  display: flex;
  align-items: center;
  font-family: "Montserrat Regular";
  color: var(--main-color);
}

.m-c {
  margin: 0;
}

.wsp-header {
  font-size: 26px;
}

.map-header {
  font-size: 22px;
}

.image-header {
  width: 30%;
}

@media screen and (max-width: 520px) {
  .child-section-header {
    width: 90%;
  }

  .division-header-one,
.division-header-two,
.division-header-three {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .image-header {
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .wsp-header {
    font-size: 20px;
  }

  .map-header {
    font-size: 20px;
  }
}
.section-banner-main {
  width: 100%;
  background: url(../img/portada.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
}

.child-section-banner {
  max-width: 1300px;
  width: 71%;
  margin-top: 70px;
  margin-bottom: 70px;
}

.division-one-banner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}

.division-two-banner {
  width: 100%;
  display: flex;
}

.h2-banner-single {
  width: auto;
  font-family: "Montserrat Extra Bold";
  color: var(--main-color);
  font-size: 50px;
}

.h2-banner-color {
  width: auto;
  background-color: var(--main-color);
  font-family: "Montserrat Extra Bold";
  color: white;
  font-size: 35px;
  padding: 10px 14px;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.division-image-call-banner {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.division-button-wsp {
  width: 50%;
  display: flex;
  align-items: center;
}

.button-wsp-color-banner {
  background: green;
  color: white;
  font-family: "Montserrat Regular";
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  margin-left: 10px;
  border: 2px solid white;
}

.image-call-banner {
  width: 35%;
  margin-right: 10px;
}

@media screen and (max-width: 520px) {
  .section-banner-main {
    background: url(../img/movilportada.jpg);
    background-position: center;
    background-size: cover;
  }

  .child-section-banner {
    width: 90%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .h2-banner-single {
    font-size: 18px;
    padding-left: 50px;
    padding-top: 4px;
  }

  .h2-banner-color {
    font-size: 13px;
    margin-left: 50px;
    padding: 4px 6px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .button-wsp-color-banner {
    display: none;
  }

  .image-call-banner {
    width: 60%;
    margin-right: -50px;
  }
}
.section-reparamos-main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.child-section-reparamos {
  max-width: 1600px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: 10px;
}

.right-section-reparamos {
  width: 50%;
}

.left-section-reparamos {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top-color-reparamos {
  width: 100%;
  background-color: var(--main-color);
  border-top-right-radius: 40px;
  font-family: "Montserrat Extra Bold";
  color: white;
  text-align: center;
  padding-right: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: flex-end;
  font-size: 19px;
}

.bottom-color-reparamos {
  display: flex;
}

.section-void {
  width: 25%;
}

.section-box-image {
  width: 75%;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 20px;
}

.box-single-image {
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.form-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-right: 100px;
  padding-left: 100px;
}

.box-form-single {
  padding: 10px 90px 10px 20px;
  font-size: 15px;
  margin-bottom: 10px;
  background-color: transparent;
  font-family: "Montserrat Light";
  border: 2px solid var(--main-color);
  border-radius: 20px;
  width: 80%;
}

.box-form-button {
  background-color: var(--main-color);
  border-radius: 10px;
  border: 0;
  font-size: 17px;
  font-family: "Montserrat Regular";
  padding: 9px 0;
  margin-top: 10px;
  cursor: pointer;
  color: white;
  margin-bottom: 20px;
  width: 50%;
}

.form-banner input::placeholder,
.form-banner textarea::placeholder {
  color: var(--main-color);
}

.title-form-h3-left {
  color: var(--main-color);
  font-family: "Montserrat Extra Bold";
  font-size: 28px;
}

@media screen and (max-width: 520px) {
  .right-section-reparamos {
    width: 100%;
  }

  .left-section-reparamos {
    display: none;
  }

  .top-color-reparamos {
    border-top-right-radius: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    font-size: 15px;
  }

  .section-void {
    width: 0;
  }

  .section-box-image {
    width: 100%;
    margin-right: 5px;
    margin-left: 5px;
  }

  .form-banner {
    padding-right: 0;
    padding-left: 0;
  }
}
.section-beneficios-main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.child-section--beneficios {
  max-width: 1600px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: var(--main-color-dark-alt);
}

.one-section-beneficios {
  width: 50%;
}

.two-section-beneficios {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.h3-beneficios {
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: "Montserrat Extra Bold";
  color: var(--main-color);
  font-size: 30px;
}

.p-box-beneficios {
  width: 80%;
}

.box-text-and-icon-beneficios {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.img-text-and-icon {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.p-text-and-icon {
  width: 90%;
  font-family: "Montserrat Light";
  padding-left: 15px;
}

.img-tool {
  width: 70%;
}

.bold-text {
  font-family: "Montserrat Regular";
}

@media screen and (max-width: 520px) {
  .one-section-beneficios {
    width: 100%;
  }

  .two-section-beneficios {
    width: 100%;
  }

  .p-box-beneficios {
    width: 90%;
  }

  .img-text-and-icon {
    width: 17%;
  }

  .p-text-and-icon {
    padding-left: 5px;
  }

  .h3-beneficios {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.section-description-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.child-section-description-main1 {
  width: 100%;
  background-color: var(--main-color-alt);
  display: flex;
  justify-content: center;
}

.sub-section-description-main1 {
  max-width: 1200px;
  width: 70%;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}

.child-section-description-main2 {
  width: 100%;
  background: url(../img/fondo1.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}

.sub-section-description-main2 {
  max-width: 1300px;
  width: 55%;
  background: white;
  border-radius: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.child-section-description-main3 {
  width: 100%;
  background-color: var(--main-color-alt);
  display: flex;
  justify-content: center;
}

.sub-section-description-main3 {
  max-width: 1200px;
  width: 80%;
  text-align: center;
  color: white;
  font-family: "Montserrat Extra Bold";
  margin-top: 25px;
  margin-bottom: 25px;
}

.one-description-main1,
.two-description-main1,
.three-description-main1 {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-text-eficiencia {
  font-family: "Montserrat Extra Bold";
  color: white;
  font-size: 21px;
}

.p-image-eficiencia {
  width: 26%;
}

.h3-description-main3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.h3-descriptiion-main3 {
  font-size: 45px;
}

.text-giant-box-description,
.image-giant-box-description {
  width: 50%;
  padding: 30px;
}

.line-division-description {
  border: 3px solid var(--main-color);
  height: 150px;
}

.image-giant-box-description {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.text-giant-box-description {
  color: var(--main-color);
}

.image-mal-olor {
  width: 86%;
}

.h3-box-description {
  font-family: "Montserrat Extra Bold";
  font-size: 28px;
  margin-bottom: 10px;
}

.p-box-description {
  font-family: "Montserrat Light";
  font-size: 20px;
  line-height: 32px;
}

@media screen and (max-width: 520px) {
  .sub-section-description-main1 {
    width: 100%;
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .p-text-eficiencia {
    font-size: 16px;
  }

  .p-image-eficiencia {
    width: 60%;
  }

  .sub-section-description-main2 {
    width: 90%;
    flex-wrap: wrap;
  }

  .text-giant-box-description,
.image-giant-box-description {
    width: 100%;
    padding: 30px;
  }

  .line-division-description {
    display: none;
  }

  .image-mal-olor {
    width: 100%;
    padding-bottom: 30px;
  }

  .h3-box-description {
    font-size: 24px;
    text-align: center;
    margin-top: 30px;
  }

  .p-box-description {
    font-family: "Montserrat Light";
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 20px;
  }

  .text-giant-box-description,
.image-giant-box-description {
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .sub-section-description-main3 {
    width: 95%;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .h3-description-main3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .h3-descriptiion-main3 {
    font-size: 25px;
  }
}
.section-tecnico-main {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: var(--main-color-dark-alt);
}

.child-section-tecnico {
  max-width: 1300px;
  width: 60%;
  display: flex;
}

.container-text-tecnico {
  width: 57%;
  padding-right: 20px;
  padding-left: 20px;
  color: var(--main-color);
  font-family: "Montserrat Extra Bold";
  font-size: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container-image-tecnico {
  width: 43%;
}

.image-tecnico {
  width: 100%;
}

.box-text-tecnico-main {
  width: 100%;
  height: auto;
}

.line-box-void {
  border: 2px solid var(--main-color);
  width: 150px;
}

.text-yellow {
  color: var(--main-color-alt);
}

@media screen and (max-width: 520px) {
  .child-section-tecnico {
    width: 95%;
  }

  .container-text-tecnico {
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
  }

  .line-box-void {
    display: none;
  }
}
.section-repuestos-main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.child-section-repuestos {
  max-width: 1300px;
  width: 91%;
  border: 4px solid var(--main-color);
  display: flex;
  align-items: center;
}

.division-repuestos-one {
  width: 64%;
}

.division-repuestos-two {
  width: 36%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Montserrat Extra Bold";
}

.line-repuestos {
  border: 2px solid var(--main-color);
  height: 120px;
}

.text-contamos-repuestos {
  background: var(--main-color-alt);
  color: white;
  padding: 10px;
  font-size: 20px;
  border-radius: 20px;
  margin-left: 40px;
}

.text-originales-repuestos {
  color: var(--main-color);
  font-size: 30px;
  margin-top: 12px;
  margin-left: 40px;
}

@media screen and (max-width: 520px) {
  .child-section-repuestos {
    width: 95%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-top: 20px;
  }

  .division-repuestos-one {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .division-repuestos-two {
    width: 100%;
    align-items: center;
  }

  .line-repuestos {
    height: auto;
    width: 120px;
  }

  .text-originales-repuestos {
    color: var(--main-color);
    font-size: 20px;
    margin-top: 12px;
    margin-left: 0;
  }

  .text-contamos-repuestos {
    background: var(--main-color-alt);
    color: white;
    padding: 6px;
    font-size: 14px;
    border-radius: 14px;
    margin-left: 10px;
    align-self: flex-start;
  }
}
.section-comentarios-main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.child-section-comentarios {
  max-width: 1600px;
  width: 100%;
  display: flex;
  margin-top: 50px;
  margin-bottom: 10px;
  justify-content: center;
}

.right-section-comentarios {
  width: 50%;
  display: flex;
  margin-right: -60px;
}

.left-section-comentarios {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-white-void-comentarios {
  width: 10%;
}

.box-comentarios-user {
  width: 90%;
}

.title-main-comentarios {
  color: var(--main-color);
  text-align: center;
  font-family: "Montserrat Extra Bold";
  font-size: 28px;
  margin-bottom: 20px;
}

.box-comentarios-only {
  width: 100%;
}

.box-single-information-people {
  display: flex;
  margin-bottom: 7px;
}

.section-one-box-people {
  width: 11%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-two-box-people {
  width: 29%;
}

.section-three-box-people {
  width: 60%;
  padding-right: 20px;
  margin-left: -55px;
}

.p-box-people {
  color: var(--main-color);
  font-family: "Montserrat Extra Bold";
  padding-left: 15px;
}

.box-stars-only {
  color: var(--main-color-alt);
  display: flex;
  padding-top: 5px;
}

.icon-star {
  margin-right: -7px;
}

.p-text-people {
  color: var(--main-color);
  font-family: "Montserrat Light";
  padding-top: 20px;
}

.image-person-single {
  width: 80%;
}

@media screen and (max-width: 520px) {
  .child-section-comentarios {
    width: 90%;
    margin-top: 30px;
  }

  .left-section-comentarios {
    display: none;
  }

  .right-section-comentarios {
    width: 100%;
    margin-right: 0;
  }

  .section-white-void-comentarios {
    width: 0;
  }

  .box-comentarios-user {
    width: 100%;
  }

  .box-single-information-people {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }

  .section-one-box-people {
    width: 20%;
  }

  .section-two-box-people {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .section-three-box-people {
    width: 100%;
    padding-right: 25px;
    margin-left: 0;
  }

  .p-text-people {
    padding-top: 0;
    margin-left: 8px;
    font-size: 15px;
  }

  .title-main-comentarios {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
/*********** mapa location **********/
@media screen and (max-width: 980px) {
  .main-content-map-location {
    margin-bottom: 1.5rem;
  }

  .box-map,
.box-map iframe {
    height: 250px;
  }
}
.section-footer-main {
  width: 100%;
  background: var(--main-color);
  display: flex;
  justify-content: center;
}

.child-section-footer {
  max-width: 1200px;
  width: 85%;
  margin-top: 30px;
  margin-bottom: 40px;
}

.h3-footer-contact {
  color: white;
  font-family: "Montserrat Extra Bold";
  font-size: 28px;
  margin-bottom: 15px;
}

.bottom-footer {
  width: 100%;
  display: flex;
}

.one-footer {
  width: 33.3%;
}

.two-footer {
  width: 20%;
  padding-left: 25px;
}

.line-color-footer {
  border: 1px solid white;
  height: 50px;
}

.three-footer {
  width: 47%;
  padding-left: 25px;
}

.p-cp-footer {
  color: white;
  font-family: "Montserrat Extra Bold";
  font-size: 16px;
}

.wsp-footer {
  color: white;
  font-family: "Montserrat Extra Bold";
  font-size: 18px;
  margin-bottom: 8px;
}

.phone-wsp-footer {
  color: white;
  font-family: "Montserrat Light";
  font-size: 15px;
  padding-left: 5px;
}

@media screen and (max-width: 520px) {
  .child-section-footer {
    width: 90%;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .bottom-footer {
    flex-wrap: wrap;
  }

  .one-footer {
    width: 100%;
  }

  .two-footer {
    width: 100%;
    padding-left: 0;
  }

  .line-color-footer {
    display: none;
  }

  .three-footer {
    width: 100%;
    padding-left: 0;
  }

  .wsp-footer {
    font-size: 16px;
  }

  .phone-wsp-footer {
    margin-bottom: 20px;
  }

  .p-cp-footer {
    font-size: 14px;
    text-align: center;
  }
}
.ir-arriba {
  display: inline-block;
  padding: 10px 8px;
  background: var(--main-color);
  font-size: 20px;
  color: white;
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 15px;
  border-radius: 50%;
}

.wsp-fijo {
  display: inline-block;
  padding: 10px 8px;
  background: var(--main-color-second);
  font-size: 35px;
  color: white;
  cursor: pointer;
  position: fixed;
  bottom: 130px;
  right: 55px;
  border-radius: 50%;
}

@media screen and (max-width: 520px) {
  .ir-arriba {
    bottom: 70px;
    right: 10px;
  }

  .wsp-fijo {
    bottom: 170px;
    right: 5px;
  }
}
.btns-mobile {
  background-color: var(--main-color);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  justify-content: space-around;
  align-items: center;
}

.btn-call,
.btn-cotizar {
  color: var(--main-color-white);
  padding: 1.2rem 0;
  font-size: 1.2rem;
  font-family: "Montserrat Regular";
}

.title-form-h3-mobile {
  font-size: 28px;
  font-family: "Montserrat Extra Bold";
  color: var(--main-color);
  text-align: center;
  margin-bottom: 12px;
}

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

.line-btn-mobile {
  height: 30px;
  width: 2px;
  background-color: var(--main-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;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 1rem;
}

.main-form-pop-up-view {
  display: flex;
}

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

.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: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}

.btn-whatsapp-mobile {
  background-color: #25d366;
  position: fixed;
  top: 50%;
  right: 5px;
  width: 65px;
  height: 65px;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2.4rem;
  color: var(--main-color-white);
}

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

@media screen and (max-width: 980px) {
  body {
    margin-bottom: 60px;
  }

  .btns-mobile,
.btn-whatsapp-mobile {
    display: flex;
  }
}