* {
  -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: "O SemiBold";
  src: url("../font-text/OpenSans-Semibold.ttf");
}
@font-face {
  font-family: "Aldo the a";
  src: url("../font-text/ALDOTHEAPACHE_0.TTF");
}
:root {
  --main-color-one: #aa1717;
  --main-color-two: #2b2b2b;
  --main-color-three: #dadada;
}

/* */
.bg-pc {
  display: block;
}

.bg-mb {
  display: none;
}

@media screen and (max-width: 700px) {
  .bg-pc {
    display: none;
  }

  .bg-mb {
    display: block;
  }
}
@media screen and (max-width: 1900px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1850px) {
  html {
    font-size: 14.5px;
  }
}
@media screen and (max-width: 1800px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1750px) {
  html {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 1700px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 11.5px;
  }
}
@media screen and (max-width: 1350px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 10.5px;
  }
}
@media screen and (max-width: 1250px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 9.5px;
  }
}
@media screen and (max-width: 1150px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 8.5px;
  }
}
@media screen and (max-width: 1050px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 7.5px;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 850px) {
  html {
    font-size: 6.5px;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 6px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 5.5px;
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 450px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 425px) {
  html {
    font-size: 10.5px;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 9.5px;
  }
}
@media screen and (max-width: 350px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 325px) {
  html {
    font-size: 8.5px;
  }
}
@media screen and (max-width: 300px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 290px) {
  html {
    font-size: 7.5px;
  }
}
@media screen and (max-width: 280px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 270px) {
  html {
    font-size: 6.5px;
  }
}
@media screen and (max-width: 260px) {
  html {
    font-size: 6px;
  }
}
.section-line-top {
  width: 100%;
  background-color: var(--main-color-one);
  padding: 0.56rem 0;
}

.section-header-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-color-three);
}

.child-section-header {
  max-width: 1600px;
  width: 82%;
  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: 1.88rem 0;
}

.box1-section-header {
  width: 23%;
}

.box3-section-header {
  width: 14%;
}

.box3-section-header img {
  width: 100%;
}

.box2-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;
}

.box2-section-header a {
  color: var(--main-color-one);
  font-family: "Aldo the a";
  margin: 0 1.13rem;
  font-size: 1.81rem;
}

@media screen and (max-width: 700px) {
  .section-line-top {
    padding: 1.2rem 0;
  }

  .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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2.9rem 0;
  }

  .box1-section-header {
    width: 65%;
    margin-bottom: 2rem;
  }

  .box2-section-header {
    display: none;
  }

  .box3-section-header {
    width: 50%;
  }

  .box3-section-header img {
    width: 100%;
  }
}
.section-banner-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.child-section-banner {
  max-width: 1950px;
  width: 100%;
}

.sub-box-section-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.sub-box-ab-section-banner {
  width: 44%;
}

.text1-section-banner {
  color: white;
  font-family: "Aldo the a";
  font-size: 4.06rem;
  line-height: 4.06rem;
  margin-bottom: 0.94rem;
}

.text2-section-banner {
  color: white;
  font-family: "O SemiBold";
  font-size: 1.69rem;
  text-align: justify;
  line-height: 2.81rem;
  margin-bottom: 2.19rem;
}

.btn-section-banner {
  font-family: "Aldo the a";
  border: 0.06rem solid white;
  background-color: white;
  color: var(--main-color-one);
  font-size: 1.75rem;
  padding: 0.5rem 2.81rem;
}

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

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

  .text1-section-banner {
    font-size: 4.5rem;
    line-height: 4.5rem;
    margin-bottom: 0.7rem;
  }

  .text2-section-banner {
    font-size: 1.9rem;
    line-height: 2.1rem;
    margin-bottom: 2.19rem;
    background-color: var(--main-color-one);
  }

  .btn-section-banner {
    font-size: 2.2rem;
    padding: 0.5rem 2rem;
  }
}
.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-three);
}

.child-section-servicios {
  max-width: 1480px;
  width: 74%;
  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;
  margin: 2.81rem 0 -4.19rem;
  z-index: 5;
}

.title-section-servicios {
  width: 100%;
  text-align: center;
  font-family: "Aldo the a";
  color: var(--main-color-one);
  font-size: 4.06rem;
  line-height: 4.06rem;
  margin-bottom: 2.19rem;
}

.box-section-servicios {
  width: 32.5%;
}

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

.items-text-box-section-servicios {
  background-color: var(--main-color-one);
  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;
  padding: 0.94rem 1.25rem;
  font-family: "Aldo the a";
}

.items-text-box-section-servicios p {
  color: white;
  font-size: 1.88rem;
}

.items-text-box-section-servicios a {
  background-color: white;
  color: var(--main-color-one);
  padding: 0.31rem 1.5rem;
  font-size: 1rem;
  border: 0.06rem solid white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.items-text-box-section-servicios a:hover {
  background-color: var(--main-color-one);
  color: white;
}

@media screen and (max-width: 700px) {
  .child-section-servicios {
    width: 85%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2.81rem 0 2rem;
  }

  .title-section-servicios {
    font-size: 4.7rem;
    line-height: 4.7rem;
    margin-bottom: 2.5rem;
  }

  .box-section-servicios {
    width: 90%;
    margin-bottom: 3rem;
  }

  .items-text-box-section-servicios {
    padding: 1.1rem 1.5rem;
    font-family: "Aldo the a";
  }

  .items-text-box-section-servicios p {
    font-size: 2.7rem;
  }

  .items-text-box-section-servicios a {
    padding: 0.31rem 1.5rem;
    font-size: 1.9rem;
  }
}
.section-galeria-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-color-two);
}

.child-section-galeria {
  max-width: 1950px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 8.63rem 0 0;
}

.title-section-galeria {
  font-family: "Aldo the a";
  color: white;
  font-size: 4.06rem;
  line-height: 4.06rem;
  margin-bottom: 2.19rem;
}

.box-imagenes-galeria {
  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;
}

.sub-box-imagenes-galeria {
  width: 50%;
}

.sub-box-imagenes-galeria img {
  width: 100%;
}

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

  .title-section-galeria {
    font-size: 4.7rem;
    line-height: 4.7rem;
    margin-bottom: 2.7rem;
  }

  .box-imagenes-galeria {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sub-box-imagenes-galeria {
    width: 100%;
  }
}
.section-nosotros-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.child-section-nosotros {
  max-width: 1950px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

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

.sub-box-ab-section-nosotros {
  width: 55%;
  color: var(--main-color-one);
}

.title-section-nosotros {
  font-family: "Aldo the a";
  font-size: 4.06rem;
  line-height: 4.06rem;
  margin-bottom: 0.94rem;
}

.text-section-nosotros {
  font-family: "O SemiBold";
  font-size: 1.2rem;
  text-align: justify;
  line-height: 2.81rem;
}

@media screen and (max-width: 700px) {
  .child-section-nosotros img {
    display: none;
  }

  .box-ab-section-nosotros {
    position: relative;
    width: 85%;
    margin: 3.5rem 0;
  }

  .sub-box-ab-section-nosotros {
    width: 100%;
  }

  .title-section-nosotros {
    font-size: 4.7rem;
    line-height: 4.7rem;
    margin-bottom: 1.1rem;
  }

  .text-section-nosotros {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.section-contacto-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-contacto {
  max-width: 1480px;
  width: 74%;
  margin: 4.5rem 0 5.31rem;
}

.title-section-contacto {
  color: var(--main-color-one);
  font-family: "Aldo the a";
  font-size: 4.06rem;
  line-height: 4.06rem;
  margin-bottom: 1.88rem;
}

.section-form-and-image {
  border: 0.63rem solid var(--main-color-two);
  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;
}

.sub-section-form-and-image1,
.sub-section-form-and-image2 {
  width: 50%;
}

.sub-section-form-and-image1 {
  font-family: "O SemiBold";
  padding: 0 3.13rem;
}

.sub-section-form-and-image2 img {
  width: 100%;
}

.text1-section-contacto {
  color: var(--main-color-one);
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.5rem;
}

.text2-section-contacto {
  color: var(--main-color-two);
  margin-bottom: 1.88rem;
  font-size: 1.38rem;
}

.form-section-contacto {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.input-form-section-contacto {
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 0.63rem 0.94rem;
  font-family: "O SemiBold";
  font-size: 1.25rem;
  color: var(--main-color-one);
  border: 0.13rem solid var(--main-color-two);
  background-color: var(--main-color-three);
}

.input-form-section-contacto::-webkit-input-placeholder {
  color: var(--main-color-one);
}

.input-form-section-contacto::-moz-placeholder {
  color: var(--main-color-one);
}

.input-form-section-contacto:-ms-input-placeholder {
  color: var(--main-color-one);
}

.input-form-section-contacto::-ms-input-placeholder {
  color: var(--main-color-one);
}

.input-form-section-contacto::placeholder {
  color: var(--main-color-one);
}

.btn-form-section-contacto {
  background-color: var(--main-color-one);
  border: 0;
  color: white;
  font-family: "O SemiBold";
  font-size: 1.25rem;
  padding: 0.63rem 2.19rem;
}

@media screen and (max-width: 700px) {
  .child-section-contacto {
    width: 85%;
    margin: 3rem 0 5rem;
  }

  .title-section-contacto {
    font-size: 4.7rem;
    line-height: 4.7rem;
    margin-bottom: 1.88rem;
  }

  .section-form-and-image {
    border: 0.4rem solid var(--main-color-two);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sub-section-form-and-image1,
.sub-section-form-and-image2 {
    width: 100%;
  }

  .sub-section-form-and-image1 {
    font-family: "O SemiBold";
    padding: 2.5rem 2rem;
  }

  .text1-section-contacto {
    font-size: 1.7rem;
  }

  .text2-section-contacto {
    margin-bottom: 2.2rem;
    font-size: 1.7rem;
  }

  .input-form-section-contacto {
    margin-bottom: 1.5rem;
    padding: 0.63rem 0.94rem;
    font-size: 1.6rem;
  }

  .btn-form-section-contacto {
    border: 0;
    font-size: 1.6rem;
    padding: 0.9rem 3.5rem;
  }
}
.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;
}

.child-section-footer {
  max-width: 1950px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

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

.box1-box-ab-section-footer {
  width: 34%;
}

.box2-box-ab-section-footer {
  width: 58%;
}

.title-section-footer {
  font-family: "O SemiBold";
  font-size: 1.56rem;
  color: white;
  margin-bottom: 1.88rem;
}

.items-contacto-section-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sub-items-contacto-section-footer {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  font-family: "O SemiBold";
}

.sub-items-contacto-section-footer p:nth-child(1) {
  font-size: 3.44rem;
  margin-bottom: 0.63rem;
}

.sub-items-contacto-section-footer p:nth-child(2) {
  font-size: 1.25rem;
  text-align: center;
  color: white;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

@media screen and (max-width: 700px) {
  .box-ab-section-footer {
    width: 85%;
  }

  .box1-box-ab-section-footer {
    display: none;
  }

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

  .title-section-footer {
    display: none;
  }

  .items-contacto-section-footer {
    -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;
  }

  .sub-items-contacto-section-footer {
    margin-bottom: 1rem;
  }

  .sub-items-contacto-section-footer p:nth-child(1) {
    font-size: 4.5rem;
    margin-bottom: 0.5rem;
  }

  .sub-items-contacto-section-footer p:nth-child(2) {
    font-size: 1.6rem;
    color: white;
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }
}
.section-pagos-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-two);
}

.child-section-pagos {
  max-width: 1600px;
  width: 82%;
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-section-pagos {
  color: white;
  font-family: "O SemiBold";
  font-size: 1.2rem;
  margin-right: 1rem;
}

.logos-section-pagos {
  width: 26%;
  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;
}

.logos-section-pagos img {
  width: 19%;
}

@media screen and (max-width: 700px) {
  .child-section-pagos {
    width: 85%;
    margin: 1.5rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .text-section-pagos {
    font-size: 1.8rem;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .logos-section-pagos {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .logos-section-pagos img {
    width: 30%;
  }
}
.btns-mobile {
  background-color: #0816c4;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}

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

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

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

.main-form-pop-up {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1rem;
}

.main-form-pop-up-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.child-form-pop-up .title-form-banner-principal {
  color: var(--main-color);
}

.btn-close {
  position: absolute;
  right: -10px;
  top: -20px;
  color: var(--main-color-white);
  background-color: var(--main-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}

.btn-whatsapp-mobile {
  background-color: #25d366;
  position: fixed;
  top: 65%;
  right: 5px;
  width: 60px;
  height: 60px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-size: 3rem;
  color: white;
  z-index: 90;
}

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

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

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

  .btns-mobile,
.btn-whatsapp-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}