@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0px;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

p, h1, h2, h3 {
  margin: 0;
}

input, textarea, select {
  outline: none;
}

textarea {
  resize: none;
}

.e-p-g {
  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;
}

@font-face {
  font-family: "Extra Bold";
  src: url("../font-text/extrabold.ttf");
}
@font-face {
  font-family: "Bold";
  src: url("../font-text/bold.ttf");
}
@font-face {
  font-family: "SemiBold";
  src: url("../font-text/semibold.ttf");
}
@font-face {
  font-family: "Regular";
  src: url("../font-text/regular.ttf");
}
:root {
  --main-color-one: #2e4277;
  --main-color-two: #3C58AB;
  --main-color-three: #dfdfdf;
}

/* */
.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;
  }
}
.child-section-header {
  width: 80%;
  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: 0.9rem 0;
}

.box-01-section-header {
  width: 18%;
}

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

.box-02-section-header {
  width: 50%;
  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-02-section-header a {
  font-family: "SemiBold";
  color: var(--main-color-one);
  font-size: 1.3rem;
  padding: 0.5rem 1.2rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

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

@media screen and (max-width: 700px) {
  .child-section-header {
    width: 85%;
    margin: 1.5rem 0;
  }
  .box-01-section-header {
    width: 48%;
  }
  .box-02-section-header {
    width: 48%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .box-02-section-header a {
    font-size: 0.9rem;
    padding: 0;
    text-align: end;
  }
}
.box-void-section-banner {
  max-width: 1920px;
  width: 100%;
}

.box-single-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-abso-section-banner {
  width: 50%;
  position: absolute;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-section-banner {
  font-family: "Bold";
  font-size: 2.6rem;
  text-align: center;
  color: white;
  margin-bottom: 1rem;
}

.subtitle-section-banner {
  text-align: center;
  color: white;
  font-family: "Regular";
  font-size: 1.3rem;
  margin-bottom: 2rem;
}

.button-section-banner {
  font-size: 1.5rem;
  color: white;
  font-family: "Regular";
  background-color: var(--main-color-one);
  padding: 1rem 2rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}

.button-section-banner:hover {
  background-color: var(--main-color-two);
}

@media screen and (max-width: 700px) {
  .box-abso-section-banner {
    width: 80%;
  }
  .title-section-banner {
    font-size: 2.4rem;
  }
  .subtitle-section-banner {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .button-section-banner {
    font-size: 1.5rem;
    padding: 1rem 2rem;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
  }
}
.section-detalles-main {
  background-color: var(--main-color-three);
}

.child-section-detalles {
  width: 80%;
  margin: 3rem 0 2rem;
  text-align: center;
  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;
}

.box-section-detalles {
  width: 100%;
  margin-bottom: 1.5rem;
}

.child-section-detalles h2,
.child-section-detalles h1 {
  font-family: "Bold";
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.child-section-detalles p,
.child-section-detalles h3 {
  font-family: "Regular";
  font-size: 1.2rem;
  margin-bottom: 0;
}

@media screen and (max-width: 700px) {
  .child-section-detalles {
    width: 85%;
    margin: 3rem 0 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-section-detalles {
    width: 100%;
  }
  .child-section-detalles h2,
  .child-section-detalles h1 {
    font-size: 2rem;
  }
  .child-section-detalles p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.child-section-personal {
  width: 80%;
  margin: 4rem 0 3rem;
}

.child-section-personal .title {
  text-align: center;
  font-size: 2rem;
  font-family: "Bold";
  margin-bottom: 1.5rem;
}

.boxs-section-personal {
  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;
}

.single-boxs-section-personal {
  width: 30%;
  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;
  margin-bottom: 2.5rem;
}

.single-boxs-section-personal img {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.single-boxs-section-personal .title-personal {
  text-align: center;
  font-family: "Bold";
  font-size: 1.5rem;
}

.single-boxs-section-personal .text-personal {
  text-align: center;
  font-family: "Regular";
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.single-boxs-section-personal button {
  border: 0;
  cursor: pointer;
  background-color: var(--main-color-one);
  font-family: "Regular";
  color: white;
  font-size: 0.95rem;
  padding: 0.7rem 1.3rem;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 1.4rem;
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  -ms-border-radius: 1.4rem;
  -o-border-radius: 1.4rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.single-boxs-section-personal button:hover {
  background-color: var(--main-color-two);
}

/*------modal------*/
/* Estilos para el fondo oscuro cuando la ventana está abierta */
.overlay {
  display: none; /* Oculto por defecto */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Estilos de la ventana emergente */
.modal {
  background: white;
  padding: 2rem;
  position: relative;
  width: 90%;
  max-width: 600px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

/* Botón de cerrar */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  border: none;
  background: none;
}

/* textos */
.title-modal {
  margin-top: 1rem;
  font-family: "Bold";
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.text-modal {
  font-family: "Regular";
  font-size: 1rem;
}

.text-modal span {
  font-family: "Bold";
}

@media screen and (max-width: 700px) {
  .child-section-personal {
    width: 85%;
    margin: 4rem 0 3rem;
  }
  .child-section-personal .title {
    margin-bottom: 2rem;
  }
  .single-boxs-section-personal {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .single-boxs-section-personal img {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .single-boxs-section-personal .title-personal {
    font-size: 1.8rem;
  }
  .single-boxs-section-personal .text-personal {
    font-size: 1.4rem;
  }
  .single-boxs-section-personal button {
    border: 0;
    font-size: 1.5rem;
    padding: 1.1rem 1.7rem;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 1.9rem;
    -webkit-border-radius: 1.9rem;
    -moz-border-radius: 1.9rem;
    -ms-border-radius: 1.9rem;
    -o-border-radius: 1.9rem;
  }
  /*------modal------*/
  /* Estilos de la ventana emergente */
  .modal {
    padding: 1.5rem;
  }
  /* textos */
  .title-modal {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .text-modal {
    font-size: 1.3rem;
  }
}
.section-servicios-main {
  background-color: var(--main-color-three);
}

.child-section-servicios {
  width: 70%;
  margin: 4rem 0;
}

.subtitle-section-servicios {
  text-align: center;
  font-size: 1.2rem;
  font-family: "Bold";
  margin-bottom: 0.5rem;
}

.title-section-servicios {
  text-align: center;
  font-size: 2rem;
  font-family: "Bold";
}

.boxs-section-servicios {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-boxs-section-servicios {
  width: 32%;
  background-color: white;
  margin-bottom: 1.5rem;
  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;
}

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

.single-boxs-section-servicios h2 {
  font-family: "Bold";
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
}

.single-boxs-section-servicios h3 {
  font-family: "SemiBold";
  font-size: 1rem;
  padding: 0 1.5rem 1rem;
}

.single-boxs-section-servicios p {
  font-family: "Regular";
  font-size: 0.95rem;
  padding: 0 1.5rem;
  margin-bottom: 1rem;
}

.single-boxs-section-servicios a {
  background-color: var(--main-color-one);
  font-family: "Regular";
  color: white;
  font-size: 0.95rem;
  padding: 0.7rem 1.3rem;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 1.4rem;
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  -ms-border-radius: 1.4rem;
  -o-border-radius: 1.4rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.single-boxs-section-servicios a:hover {
  background-color: var(--main-color-two);
}

@media screen and (max-width: 700px) {
  .child-section-servicios {
    width: 85%;
    margin: 3rem 0;
  }
  .subtitle-section-servicios {
    font-size: 1.3rem;
  }
  .title-section-servicios {
    font-size: 2rem;
  }
  .boxs-section-servicios {
    margin-top: 2.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .single-boxs-section-servicios {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .single-boxs-section-servicios h3 {
    font-size: 1.8rem;
  }
  .single-boxs-section-servicios p {
    font-size: 1.5rem;
  }
  .single-boxs-section-servicios a {
    font-size: 1.5rem;
    padding: 1.1rem 1.7rem;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 1.9rem;
    -webkit-border-radius: 1.9rem;
    -moz-border-radius: 1.9rem;
    -ms-border-radius: 1.9rem;
    -o-border-radius: 1.9rem;
  }
}
.child-section-contacto {
  width: 80%;
  margin: 4rem 0;
}

.text-01-section-contacto {
  font-family: "Bold";
  font-size: 2rem;
  margin-bottom: 1rem;
}

.text-02-section-contacto,
.text-03-section-contacto {
  font-family: "Regular";
  font-size: 1.2rem;
  font-weight: normal;
}

.box-section-contacto {
  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;
  margin-top: 1rem;
}

.box-section-contacto-01 {
  font-family: "Bold";
  font-size: 1.3rem;
  margin-right: 1rem;
}

.box-section-contacto-02 {
  border: 0.1rem solid black;
  color: black;
  font-family: "Regular";
  font-size: 1.3rem;
  padding: 0.4rem 1.5rem;
}

.boxs-formularios {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.boxs-formularios-01 {
  background-color: var(--main-color-one);
  width: 50%;
  padding: 1rem 3rem;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.boxs-formularios-01 .title {
  color: white;
  font-family: "Bold";
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.boxs-formularios-01 .text {
  color: white;
  font-family: "Regular";
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.form-footer {
  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;
  width: 100%;
}

.form-footer .label {
  color: white;
  font-family: "Regular";
  font-size: 1.2rem;
}

.form-footer .input {
  width: 90%;
  color: black;
  font-family: "Regular";
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
}

.btn-form {
  font-family: "Bold";
  background-color: black;
  color: white;
  border: 0;
  font-size: 1.3rem;
  padding: 0.5rem 2.5rem;
}

.boxs-formularios-02 {
  width: 50%;
}

/*altura mapa*/
.box-map,
.box-map iframe {
  height: 40rem;
  width: 100%;
}

@media screen and (max-width: 700px) {
  .child-section-contacto {
    width: 85%;
    margin: 3rem 0;
  }
  .text-02-section-contacto,
  .text-03-section-contacto {
    font-size: 1.5rem;
  }
  .box-section-contacto-01 {
    font-size: 1.5rem;
    margin-right: 1.5rem;
  }
  .box-section-contacto-02 {
    font-size: 1.5rem;
    padding: 0.8rem 2.5rem;
  }
  .boxs-formularios {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .boxs-formularios-01 {
    width: 100%;
    padding: 2rem;
  }
  .boxs-formularios-01 .title {
    font-size: 2rem;
  }
  .boxs-formularios-01 .text {
    font-size: 1.5rem;
  }
  .form-footer .label {
    font-size: 1.5rem;
  }
  .form-footer .input {
    width: 100%;
    font-size: 1.5rem;
  }
  .btn-form {
    border: 0;
    font-size: 1.5rem;
  }
  .boxs-formularios-02 {
    width: 100%;
  }
  /*altura mapa*/
  .box-map,
  .box-map iframe {
    height: 35rem;
  }
}
.btns-mobile {
  background-color: var(--main-color-one);
  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: 50px;
}

.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: 50px;
  }
  .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;
  }
}