* {
  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 {
  margin: 0;
}

input {
  outline: none;
}

textarea {
  resize: none;
}

@font-face {
  font-family: "M Impact";
  src: url("../font-text/Maximum-Impact.ttf");
}
:root {
  --main-color-one: #192C82;
  --main-color-two: #FF4D36;
  --main-color-three: #D6D6D6;
  --main-color-four: #5a5a5a;
}

.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 (min-width: 1410px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 1550px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1800px) {
  html {
    font-size: 23px;
  }
}
/* */
@media screen and (max-width: 1250px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1150px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1050px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 340px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 10px;
  }
}
.section-header-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.child-section-header {
  max-width: 1950px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: var(--main-color-two);
}

.box-1-section-header {
  width: 26%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  background-color: var(--main-color-one);
}

.box-1-section-header div:nth-child(1) {
  width: 98%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.box-1-section-header div:nth-child(2) {
  width: 2%;
  -webkit-clip-path: polygon(0 0, 100% 0, 1% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 1% 100%, 0 100%);
}

.box-1-section-header div:nth-child(1) img {
  width: 66%;
  margin: 1.5rem 0;
}

.box-2-section-header {
  width: 70%;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: "M Impact";
}

.box-menu-section-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-menu-section-header a {
  color: white;
  font-size: 0.88rem;
  transition: all 0.3s ease;
}

.box-menu-section-header a:hover {
  color: var(--main-color-one);
}

.box-menu-section-header p {
  margin: 0 0.94rem;
}

.box-contacto-section-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-contacto-section-header a {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-contacto-section-header a p:nth-child(1) {
  font-size: 1.38rem;
}

.box-contacto-section-header a p:nth-child(2) {
  font-size: 0.88rem;
}

.division-line-section-header {
  margin: 0 0.63rem;
}

.box-socials-section-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-socials-section-header a {
  background-color: white;
  color: var(--main-color-two);
  font-size: 1.31rem;
  border-radius: 50%;
  padding: 0.2rem 0 0.25rem;
  margin-right: 0.63rem;
  transition: all 0.3s ease;
}

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

@media screen and (max-width: 700px) {
  .child-section-header {
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: var(--main-color-two);
  }

  .box-1-section-header {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    -webkit-clip-path: none;
            clip-path: none;
  }

  .box-1-section-header div:nth-child(1) {
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-clip-path: none;
            clip-path: none;
  }

  .box-1-section-header div:nth-child(2) {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 1% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 1% 100%, 0 100%);
    padding: 0.25rem 0;
  }

  .box-1-section-header div:nth-child(1) img {
    width: 55%;
    margin: 1.4rem 0;
  }

  .box-2-section-header {
    width: 80%;
    margin: 0.8rem 0;
  }

  .box-menu-section-header {
    display: none;
  }

  .box-contacto-section-header a p:nth-child(1) {
    font-size: 1.5rem;
  }

  .box-contacto-section-header a p:nth-child(2) {
    font-size: 1rem;
  }

  .division-line-section-header {
    margin: 0 1.5rem;
  }

  .box-socials-section-header a {
    font-size: 1.7rem;
    border-radius: 50%;
    padding: 0.3rem 0 0.25rem;
    margin-right: 0.63rem;
    transition: all 0.3s ease;
  }
}
.section-banner-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.child-section-banner {
  max-width: 1950px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.box-ab-section-banner {
  position: absolute;
  width: 71.5%;
  bottom: -13.6%;
}

.text-ab-section-banner {
  position: absolute;
  left: 22.5%;
  top: 39.5%;
  width: 33%;
  font-family: "M Impact";
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.text-ab-section-banner p {
  color: white;
}

.text-ab-section-banner p:nth-child(1) {
  font-size: 3.38rem;
  line-height: 3.38rem;
}

.text-ab-section-banner p:nth-child(2) {
  font-size: 2rem;
  line-height: 2rem;
  margin-top: 0.63rem;
}

.text-ab-section-banner a {
  background-color: white;
  color: var(--main-color-one);
  font-size: 1.22rem;
  padding: 0.94rem 2.5rem;
  -webkit-clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
          clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
  margin-top: 0.94rem;
  transition: all 0.3s ease;
}

.text-ab-section-banner a:hover {
  -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
}

@media screen and (max-width: 700px) {
  .box-ab-section-banner {
    position: absolute;
    width: 70%;
    bottom: -7%;
  }

  .text-ab-section-banner {
    left: auto;
    top: 5%;
    width: 80%;
    background-color: var(--main-color-one);
    padding: 1.5rem 1rem;
  }

  .text-ab-section-banner p:nth-child(1) {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  .text-ab-section-banner p:nth-child(2) {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-top: 0.63rem;
  }

  .text-ab-section-banner a {
    background-color: white;
    color: var(--main-color-one);
    font-size: 1.1rem;
    padding: 0.94rem 2.5rem;
    -webkit-clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
            clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
    margin-top: 0.94rem;
    transition: all 0.3s ease;
  }
}
.section-servicios-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.child-section-servicios {
  max-width: 1950px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2.75rem 0 0.94rem;
}

.box1-section-servicios {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.69rem;
}

.box1-section-servicios p:nth-child(1) {
  width: 10.5%;
  padding: 1.19rem 0;
  background-color: var(--main-color-two);
  margin-right: 0.81rem;
}

.box1-section-servicios p:nth-child(2) {
  font-family: "M Impact";
  font-size: 2.19rem;
  color: var(--main-color-one);
}

.box2-section-servicios {
  width: 77%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.container-servicios-only {
  width: 29.5%;
}

.container-servicios-only img {
  width: 100%;
}

.text-all-container-servicios-only {
  border-left: 0.13rem solid var(--main-color-two);
  width: 100%;
  margin-top: 1.13rem;
}

.text-all-container-servicios-only1 {
  margin-left: 0.94rem;
  font-family: "M Impact";
  font-size: 1.38rem;
  color: var(--main-color-one);
  margin-bottom: 1.25rem;
}

.text-all-container-servicios-only2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0.94rem;
  margin-bottom: 0.75rem;
}

.text-all-container-servicios-only2 p:nth-child(1) {
  color: var(--main-color-two);
  font-size: 0.94rem;
  margin-right: 0.94rem;
  margin-top: -0.06rem;
}

.text-all-container-servicios-only2 p:nth-child(2) {
  color: var(--main-color-one);
  font-size: 0.88rem;
  font-family: "M Impact";
}

@media screen and (max-width: 700px) {
  .child-section-servicios {
    margin: 5rem 0 0.94rem;
  }

  .box1-section-servicios {
    margin-bottom: 2.5rem;
  }

  .box1-section-servicios p:nth-child(1) {
    width: 8%;
    padding: 0.75rem 0;
    margin-right: 0.8rem;
  }

  .box1-section-servicios p:nth-child(2) {
    font-size: 1.65rem;
  }

  .box2-section-servicios {
    width: 76%;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .container-servicios-only {
    width: 100%;
    margin-bottom: 2.2rem;
  }

  .container-servicios-only img {
    width: 100%;
  }

  .text-all-container-servicios-only {
    border-left: 0.2rem solid var(--main-color-two);
    margin-top: 1.1rem;
  }

  .text-all-container-servicios-only1 {
    font-size: 1.45rem;
    margin-bottom: 1.25rem;
  }

  .text-all-container-servicios-only2 {
    margin-left: 0.94rem;
    margin-bottom: 0.75rem;
  }

  .text-all-container-servicios-only2 p:nth-child(1) {
    font-size: 1rem;
    margin-top: -0.06rem;
  }

  .text-all-container-servicios-only2 p:nth-child(2) {
    font-size: 1rem;
  }
}
.section-solicita-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.child-section-solicita {
  max-width: 1950px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.box-ab-section-solicita {
  position: absolute;
  width: 89%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sub-box-ab-section-solicita {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "M Impact";
}

.sub-box-ab-section-solicita p {
  color: white;
}

.sub-box-ab-section-solicita p:nth-child(1) {
  font-size: 2rem;
  line-height: 1.94rem;
  margin-top: 2.81rem;
}

.sub-box-ab-section-solicita p:nth-child(2) {
  font-size: 1.38rem;
  line-height: 1.31rem;
  text-align: center;
  margin-top: 1.38rem;
}

.sub-box-ab-section-solicita a {
  background-color: white;
  color: var(--main-color-one);
  font-size: 1.19rem;
  padding: 0.94rem 2.5rem;
  -webkit-clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
          clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
  margin-top: 1.56rem;
  transition: all 0.3s ease;
}

.sub-box-ab-section-solicita a:hover {
  -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
}

@media screen and (max-width: 700px) {
  .box-ab-section-solicita {
    position: relative;
    width: 100%;
    justify-content: center;
    background-color: var(--main-color-one);
  }

  .sub-box-ab-section-solicita {
    width: 85%;
    margin: 2.1rem 0;
  }

  .sub-box-ab-section-solicita p:nth-child(1) {
    font-size: 1.8rem;
    line-height: 1.84rem;
    margin-top: 0;
    text-align: center;
  }

  .sub-box-ab-section-solicita p:nth-child(2) {
    font-size: 1.1rem;
    line-height: 1.31rem;
    margin-top: 1.38rem;
  }

  .sub-box-ab-section-solicita a {
    font-size: 1.15rem;
    padding: 0.94rem 2.5rem;
    margin-top: 1.56rem;
  }
}
.section-modelos-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.child-section-modelos {
  max-width: 1950px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3.94rem 0 3.44rem;
}

.box2-section-modelos {
  width: 84%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.box-container-color-section-modelos {
  width: 4.5%;
  padding: 8.31rem 0;
  background-color: var(--main-color-one);
  margin-top: 4.19rem;
}

.box-container-img-section-modelos {
  width: 27.5%;
  z-index: 5;
}

.box-container-img-section-modelos img {
  box-shadow: 0 0.25rem 0.94rem rgba(0, 0, 0, 0.5);
}

.box-btn-pdf-section-modelos {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.box-btn-pdf-section-modelos a {
  font-family: "M Impact";
  background-color: var(--main-color-two);
  color: white;
  font-size: 1.19rem;
  padding: 0.88rem 2.38rem;
  -webkit-clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
          clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
  transition: all 0.3s ease;
}

.box-btn-pdf-section-modelos a:hover {
  -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
}

@media screen and (max-width: 700px) {
  .child-section-modelos {
    margin: 3.6rem 0 1.5rem;
  }

  .box2-section-modelos {
    width: 85%;
    flex-wrap: wrap;
  }

  .box-container-color-section-modelos {
    width: 50%;
    padding: 0.6rem 0;
    margin-top: 0;
  }

  .box-container-img-section-modelos {
    width: 100%;
    z-index: 5;
    margin-bottom: 3rem;
  }

  .box-btn-pdf-section-modelos {
    margin-top: 1.5rem;
  }

  .box-btn-pdf-section-modelos a {
    font-size: 1.19rem;
    padding: 0.88rem 2.5rem;
    -webkit-clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
            clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
    transition: all 0.3s ease;
  }
}
.section-precios-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.child-section-precios {
  max-width: 1950px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 1.44rem 0 4.38rem;
}

.box2-section-precios {
  width: 76.7%;
}

/**/
.line-text1-sp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
  color: var(--main-color-one);
  font-family: "M Impact";
  font-size: 1.56rem;
}

.box1-line-text1-sp {
  width: 21%;
}

.box2-line-text1-sp {
  width: 40%;
}

.box3-line-text1-sp {
  width: 39%;
}

/**/
.line-text2-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "M Impact";
  font-size: 1.25rem;
  margin-top: 1.06rem;
}

.box1-line-text2-sp,
.box2-line-text2-sp,
.box3-line-text2-sp {
  padding: 0.25rem 0.63rem 0.13rem;
}

.box2-line-text2-sp,
.box3-line-text2-sp {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: var(--main-color-one);
}

.box1-line-text2-sp {
  width: 21%;
  background-color: var(--main-color-two);
  color: white;
}

.box2-line-text2-sp {
  width: 40%;
  background-color: #b4b4b4;
}

.box3-line-text2-sp {
  width: 39%;
  background-color: var(--main-color-three);
}

/**/
.line-text3-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "M Impact";
  color: var(--main-color-one);
  font-size: 1.25rem;
  margin: 0.44rem 0;
}

.box1-line-text3-sp,
.box2-line-text3-sp,
.box3-line-text3-sp {
  padding: 0.31rem 0 0.19rem;
}

.box2-line-text3-sp,
.box3-line-text3-sp {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: var(--main-color-one);
}

.box1-line-text3-sp {
  width: 21%;
}

.box2-line-text3-sp {
  width: 40%;
}

.box3-line-text3-sp {
  width: 39%;
}

/**/
.line-text4-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "M Impact";
  color: var(--main-color-one);
  font-size: 1.25rem;
  margin: 0.44rem 0;
}

.box1-line-text4-sp,
.box2-line-text4-sp {
  padding: 0.31rem 0 0.19rem;
}

.box2-line-text4-sp {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: var(--main-color-one);
}

.box1-line-text4-sp {
  width: 21%;
}

.box2-line-text4-sp {
  width: 79%;
}

@media screen and (max-width: 700px) {
  .box2-section-precios {
    width: 95%;
  }

  /**/
  .line-text1-sp {
    font-size: 1.2rem;
  }

  .box1-line-text1-sp {
    width: 33%;
  }

  .box2-line-text1-sp {
    width: 28%;
  }

  .box3-line-text1-sp {
    width: 39%;
  }

  /**/
  .line-text2-sp {
    font-size: 1rem;
    margin-top: 1.06rem;
  }

  .box1-line-text2-sp,
.box2-line-text2-sp,
.box3-line-text2-sp {
    padding: 0.25rem 0.4rem 0.13rem;
  }

  .box1-line-text2-sp {
    width: 33%;
  }

  .box2-line-text2-sp {
    width: 28%;
  }

  .box3-line-text2-sp {
    width: 39%;
  }

  /**/
  .line-text3-sp {
    font-size: 1rem;
  }

  .box1-line-text3-sp,
.box2-line-text3-sp,
.box3-line-text3-sp {
    padding: 0.31rem 0 0.19rem;
  }

  .box1-line-text3-sp {
    width: 33%;
  }

  .box2-line-text3-sp {
    width: 28%;
  }

  .box3-line-text3-sp {
    width: 39%;
  }

  /**/
  .line-text4-sp {
    font-size: 1rem;
  }

  .box1-line-text4-sp,
.box2-line-text4-sp {
    padding: 0.31rem 0 0.19rem;
  }

  .box1-line-text4-sp {
    width: 21%;
  }

  .box2-line-text4-sp {
    width: 79%;
  }
}
.section-formulario-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.child-section-formulario {
  max-width: 1950px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3.44rem;
  margin-top: 2.5rem;
}

.box1-section-formulario {
  width: 56%;
}

.box1-section-formulario-l {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.box1-section-formulario-l p:nth-child(1) {
  width: 18.75%;
  padding: 1.19rem 0;
  background-color: var(--main-color-two);
  margin-right: 0.81rem;
}

.box1-section-formulario-l p:nth-child(2) {
  font-family: "M Impact";
  font-size: 2.19rem;
  color: var(--main-color-one);
}

.box1-section-formulario2 {
  width: 100%;
  padding-left: 9.7rem;
}

.box1-section-formulario2-letter {
  color: var(--main-color-four);
  font-family: "M Impact";
  font-size: 1.13rem;
  margin-top: 0.31rem;
  margin-bottom: 0.94rem;
}

.form-section-formulario {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}

.form-section-formulario input:nth-child(1),
.form-section-formulario input:nth-child(2),
.form-section-formulario input:nth-child(3),
.form-section-formulario textarea {
  width: 100%;
  font-family: "M Impact";
  font-size: 0.88rem;
  padding: 0.56rem 0.94rem;
  margin-bottom: 0.69rem;
  color: var(--main-color-four);
  border: 0.06rem solid var(--main-color-three);
}

.form-section-formulario input:nth-child(5) {
  background-color: var(--main-color-two);
  border: 0;
  font-family: "M Impact";
  color: white;
  font-size: 1.25rem;
  padding: 0.5rem 3.13rem;
  -webkit-clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
          clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
  transition: all 0.3s ease;
  cursor: pointer;
}

.form-section-formulario input:nth-child(5):hover {
  -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
}

.box2-section-formulario {
  width: 42%;
  padding-right: 2.19rem;
}

@media screen and (max-width: 700px) {
  .child-section-formulario {
    margin-bottom: 3.44rem;
    margin-top: 0;
    flex-wrap: wrap;
  }

  .box1-section-formulario {
    width: 100%;
  }

  .box1-section-formulario-l p:nth-child(1) {
    width: 8%;
    padding: 0.75rem 0;
    margin-right: 0.8rem;
  }

  .box1-section-formulario-l p:nth-child(2) {
    font-size: 1.65rem;
  }

  .box1-section-formulario2 {
    width: 100%;
    padding-left: 0;
    padding: 0 3rem;
    margin-bottom: 2.5rem;
  }

  .box1-section-formulario2-letter {
    font-size: 1rem;
    margin-top: 0.6rem;
    margin-bottom: 1.5rem;
  }

  .form-section-formulario input:nth-child(1),
.form-section-formulario input:nth-child(2),
.form-section-formulario input:nth-child(3),
.form-section-formulario textarea {
    font-size: 1rem;
    padding: 0.8rem 1.1rem;
    margin-bottom: 0.9rem;
  }

  .form-section-formulario input:nth-child(5) {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
    font-size: 1.2rem;
  }

  .box2-section-formulario {
    width: 100%;
    padding-right: 0;
    padding: 0 3.5rem;
  }
}
.section-footer-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.child-section-footer {
  max-width: 1950px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--main-color-three);
}

.box1-section-footer {
  width: 32%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box1-section-footer img {
  width: 75%;
}

.box2-section-footer {
  width: 67.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.box-ab-box2-section-footer {
  position: absolute;
  width: 80%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  color: white;
}

.title-section-footer {
  font-family: "M Impact";
  font-size: 1.25rem;
  margin-bottom: 0.94rem;
}

.box-contact-section-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-family: "M Impact";
  margin-bottom: 0.5rem;
}

.box-contact-section-footer p:nth-child(1) {
  margin-right: 0.63rem;
}

.box-socials-section-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.box-socials-section-footer a {
  background-color: white;
  color: var(--main-color-two);
  font-size: 1.31rem;
  border-radius: 50%;
  padding: 0.1rem 0 0.15rem;
  margin-right: 0.63rem;
  transition: all 0.3s ease;
}

.box-socials-section-footer a:hover {
  background-color: var(--main-color-two);
  color: white;
}

@media screen and (max-width: 700px) {
  .box1-section-footer {
    display: none;
  }

  .box2-section-footer {
    width: 100%;
  }

  .box-ab-box2-section-footer {
    position: absolute;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: white;
  }

  .title-section-footer {
    font-size: 1.45rem;
    margin-bottom: 1rem;
  }

  .box-contact-section-footer {
    font-size: 1.15rem;
    margin-bottom: 0.7rem;
  }

  .box-contact-section-footer p:nth-child(1) {
    margin-right: 0.7rem;
  }

  .box-socials-section-footer a {
    font-size: 2.2rem;
    padding: 0.1rem 0 0.15rem;
    margin-right: 1.6rem;
  }

  .box-big-info-s-f {
    margin-bottom: 1.7rem;
  }
}
.btns-mobile {
  background-color: var(--main-color-one);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  justify-content: space-around;
  align-items: center;
  z-index: 100;
}

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

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

.line-btn-mobile {
  height: 30px;
  width: 2px;
  background-color: white;
}

.main-form-pop-up {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  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;
}

.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: 65%;
  right: 5px;
  width: 60px;
  height: 60px;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 3rem;
  color: white;
  z-index: 90;
}

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

.child-form-pop-up form input,
.child-form-pop-up form textarea {
  color: var(--main-dark);
}

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

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