* {
  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;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

textarea {
  resize: none;
}

@font-face {
  font-family: "Medium";
  src: url("../font-text/GOTHAM-MEDIUM_0.otf");
}
@font-face {
  font-family: "Light";
  src: url("../font-text/GothamNarrow-Light.otf");
}
:root {
  --main-color-one: #f2b808;
  --main-color-two: #e3e3e3;
}

.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-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-banner1 {
  position: absolute;
  left: 11.5%;
  top: 45.5%;
}

.title-box-ab-section-banner1 {
  color: var(--main-color-one);
  font-family: "Medium";
  font-size: 3.88rem;
}

.box-ab-section-banner2 {
  position: absolute;
  top: 2.5%;
  width: 76.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-section-banner {
  width: 14%;
}

.box-items-section-banner {
  width: 77.4%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.box-items-section-banner1 {
  width: 100%;
  border-bottom: 0.06rem solid white;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: white;
  font-family: "Light";
  padding-bottom: 0.75rem;
}

.box-items-section-banner11 {
  font-size: 0.81rem;
}

.box-items-section-banner12 {
  font-size: 0.75rem;
  margin: 0 1.88rem;
}

.box-items-section-banner13 {
  font-size: 0.88rem;
}

.box-items-section-banner14 {
  font-size: 0.88rem;
  margin-left: 1.25rem;
}

.box-items-section-banner2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
}

.menu-box-items-section-banner2 {
  color: white;
  font-family: "Medium";
  font-size: 0.63rem;
  transition: all 0.3s ease;
}

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

.wsp-box-items-section-banner2 {
  width: 24%;
  transition: all 0.3s ease;
}

.wsp-box-items-section-banner2:hover {
  transform: rotate(2deg);
}

@media screen and (max-width: 700px) {
  .box-ab-section-banner1 {
    left: 6.5%;
    top: 47%;
    width: 86%;
  }

  .title-box-ab-section-banner1 {
    font-size: 3.2rem;
  }

  .box-ab-section-banner2 {
    top: 5.5%;
    width: 85%;
  }

  .logo-section-banner {
    width: 20%;
  }

  .box-items-section-banner {
    width: 68%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .box-items-section-banner1 {
    width: 100%;
    justify-content: space-between;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .box-items-section-banner11 {
    display: none;
  }

  .box-items-section-banner12 {
    display: none;
  }

  .box-items-section-banner13 {
    font-size: 1rem;
  }

  .box-items-section-banner14 {
    font-size: 1rem;
    margin-left: 1.25rem;
  }

  .box-items-section-banner2 {
    display: none;
  }
}
.section-nosotros-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: var(--main-color-one);
}

.child-section-nosotros {
  max-width: 1490px;
  width: 76.4%;
  margin: 4.06rem 0 4.69rem;
  color: white;
}

.title-section-nosotros {
  font-family: "Medium";
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}

.text-section-nosotros {
  font-family: "Light";
  font-size: 1.06rem;
  line-height: 1.5rem;
  text-align: justify;
}

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

  .title-section-nosotros {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .text-section-nosotros {
    font-size: 1.15rem;
    line-height: 1.5rem;
  }
}
.section-servicios-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-image: url("../img/fondos/servicios.jpg");
  background-position: center;
  background-size: cover;
}

.child-section-servicios {
  max-width: 1490px;
  width: 76.4%;
  margin: 4.06rem 0 -8.25rem;
  color: white;
}

.box-img-section-servicios {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3.13rem;
}

.sub-box-img-section-servicios {
  width: 32.5%;
  box-shadow: 0 0.25rem 0.94rem rgba(0, 0, 0, 0.4);
}

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

.color-sub-box-img-section-servicios {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--main-color-one);
  padding: 0.94rem 0.94rem;
}

.color-sub-box-img-section-servicios p {
  font-family: "Medium";
  font-size: 1rem;
}

.color-sub-box-img-section-servicios a {
  font-family: "Light";
  font-size: 0.88rem;
  background-color: white;
  color: var(--main-color-one);
  padding: 0.25rem 0.56rem;
  border: 0.06rem solid white;
  transition: all 0.3s ease;
}

.color-sub-box-img-section-servicios a:hover {
  background-color: transparent;
  color: white;
}

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

  .box-img-section-servicios {
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 2.5rem;
  }

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

  .color-sub-box-img-section-servicios {
    padding: 0.94rem 0.94rem;
  }

  .color-sub-box-img-section-servicios p {
    font-size: 1.1rem;
  }

  .color-sub-box-img-section-servicios a {
    font-size: 1.1rem;
    padding: 0.4rem 0.7rem;
  }
}
.section-preguntas-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: var(--main-color-two);
}

.child-section-preguntas {
  max-width: 1490px;
  width: 76.4%;
  margin: 11.38rem 0 2.81rem;
}

.title-section-preguntas {
  font-family: "Medium";
  font-size: 1.75rem;
  margin-bottom: 1.56rem;
  color: var(--main-color-one);
}

.box-de-preguntas-g {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.box-de-preguntas-g1 {
  width: 49%;
  background-color: white;
  padding: 0.88rem 1.13rem;
  margin-bottom: 1.25rem;
}

.box-de-preguntas-g1-title {
  color: var(--main-color-one);
  font-family: "Medium";
  font-size: 0.81rem;
  margin-bottom: 0.75rem;
}

.box-de-preguntas-g1-text {
  color: gray;
  font-family: "Light";
  font-size: 0.88rem;
  line-height: 1rem;
  text-align: justify;
}

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

  .title-section-preguntas {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }

  .box-de-preguntas-g1 {
    width: 100%;
    padding: 0.95rem 1.4rem;
    margin-bottom: 1.25rem;
  }

  .box-de-preguntas-g1-title {
    font-size: 1.15rem;
    margin-bottom: 0.9rem;
  }

  .box-de-preguntas-g1-text {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}
.section-opiniones-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.child-section-opiniones {
  max-width: 1490px;
  width: 76.4%;
  margin: 4.88rem 0 3.94rem;
}

.boxs-opiniones-m {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.next-and-previous-clicks {
  color: gray;
  font-size: 1.38rem;
  padding: 0.25rem 0;
  cursor: pointer;
}

.boxs-opiniones-m-0 {
  width: 92%;
}

.boxs-opiniones-m-00 {
  width: 100%;
}

.sub-boxs-opiniones-m {
  width: 47%;
  background-color: var(--main-color-two);
  border-radius: 0.5rem;
  padding: 1.56rem 1.88rem;
}

.box-nombre-slider-opiniones {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.box-nombre-slider-opiniones1 {
  width: 70%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.box-nombre-slider-opiniones2 img {
  width: 2rem;
}

.sub1-box-nombre-slider-opiniones1 {
  width: 18%;
  margin-right: 1.13rem;
}

.sub1-box-nombre-slider-opiniones1 img {
  border-radius: 50%;
  width: 100%;
}

.sub2-box-nombre-slider-opiniones1 p:nth-child(1) {
  font-family: "Medium";
  font-size: 1.13rem;
}

.sub2-box-nombre-slider-opiniones1 p:nth-child(2) {
  font-family: "Light";
  font-size: 0.94rem;
}

.box-stars-slider-opiniones {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0.63rem 0;
}

.box-stars-slider-opiniones p {
  color: #f1aa07;
  font-size: 1.06rem;
}

.text-slider-opiniones {
  font-family: "Light";
  font-size: 0.94rem;
  text-align: justify;
}

@media screen and (max-width: 700px) {
  .child-section-opiniones {
    width: 90%;
    margin: 3rem 0 1.6rem;
  }

  .boxs-opiniones-m {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .sub-boxs-opiniones-m {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1.8rem;
  }

  .boxs-opiniones-m-0 {
    width: 80%;
  }
}
.section-mapa-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

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

.box-section-mapa1 {
  width: 49.5%;
  padding-left: 9.88rem;
}

.form-section-mapa {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.input-section-mapa-l,
.input-section-mapa-c {
  font-family: "Medium";
  color: black;
  font-size: 1.13rem;
  padding: 0.44rem 1.06rem;
  border: 0.06rem solid black;
  border-radius: 1.13rem;
  margin-bottom: 1rem;
}

.input-section-mapa-l::placeholder,
.input-section-mapa-c::placeholder {
  color: black;
}

.input-section-mapa-l {
  width: 100%;
}

.input-section-mapa-c {
  width: 49%;
}

.box-btn-form-section-mapa {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.box-btn-form-section-mapa input {
  border: 0;
  background-color: #303030;
  color: white;
  font-family: "Medium";
  font-size: 1.13rem;
  padding: 0.5rem 1.56rem;
  border-radius: 1.13rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.box-btn-form-section-mapa input:hover {
  background-color: gray;
}

.box-section-mapa2 {
  width: 46.7%;
}

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

.box-map,
.box-map iframe {
  height: 26.3rem;
  border: 0;
}

@media screen and (max-width: 700px) {
  .child-section-mapa {
    flex-wrap: wrap;
    justify-content: center;
    padding: 3rem 0 3.4rem;
  }

  .box-section-mapa1 {
    width: 85%;
    padding-left: 0;
    margin-bottom: 2.5rem;
  }

  .input-section-mapa-l,
.input-section-mapa-c {
    font-size: 1.15rem;
    padding: 0.85rem 1.06rem;
    margin-bottom: 1rem;
  }

  .input-section-mapa-c {
    width: 100%;
  }

  .box-btn-form-section-mapa {
    justify-content: center;
  }

  .box-btn-form-section-mapa input {
    font-size: 1.15rem;
    padding: 0.8rem 4rem;
  }

  .box-section-mapa2 {
    width: 85%;
  }

  .box-map,
.box-map iframe {
    height: 35rem;
  }
}
.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: center;
  align-items: center;
  position: relative;
}

.box-ab-section-footer {
  position: absolute;
  width: 76.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-log-section-footer {
  width: 20%;
}

.box-info-section-footer {
  width: 63%;
}

.title-section-footer {
  font-family: "Medium";
  font-size: 1.34rem;
  margin-bottom: 1.25rem;
}

.box-items-section-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sub-box-items-section-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: black;
}

.sub-box-items-section-footer p:nth-child(1) {
  font-size: 2.5rem;
  margin-bottom: 0.94rem;
}

.sub-box-items-section-footer p:nth-child(2) {
  font-size: 1.25rem;
  font-family: "Medium";
}

@media screen and (max-width: 700px) {
  .box-ab-section-footer {
    width: 85%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .box-log-section-footer {
    display: none;
  }

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

  .title-section-footer {
    font-size: 1.3rem;
    text-align: center;
  }

  .box-items-section-footer {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .sub-box-items-section-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: black;
    margin-bottom: 0.6rem;
  }

  .sub-box-items-section-footer p:nth-child(1) {
    font-size: 2.6rem;
    margin-bottom: 0.7rem;
  }

  .sub-box-items-section-footer p:nth-child(2) {
    font-size: 1.15rem;
  }
}
.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: "Medium";
}

.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: 500px) {
  body {
    margin-bottom: 45px;
  }

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