* {
  -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: "Extra Bold";
  src: url("../font-text/OpenSans-ExtraBold.ttf");
}
@font-face {
  font-family: "Bold";
  src: url("../font-text/OpenSans-Bold.ttf");
}
@font-face {
  font-family: "SemiBold";
  src: url("../font-text/OpenSans-Semibold.ttf");
}
@font-face {
  font-family: "Regular";
  src: url("../font-text/OpenSans-Regular.ttf");
}
:root {
  --main-color-one: #2e3192;
  --main-color-two: #c1272d;
  --main-color-three: #444444;
  --main-color-four: #7a7a7a;
  --main-color-five: #ececec;
}

/* */
.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-banner-main {
  width: 100%;
  height: 100vh;
  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-image: url(../img/fondo/banner.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.child-section-banner {
  max-width: 1950px;
  width: 100%;
  height: 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-main-sb-01 {
  max-width: 1915px;
  width: 98.5%;
  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: fixed;
  top: 0;
  z-index: 10;
  margin-top: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-child-sb-01 {
  width: 86.3%;
  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.5rem 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.logo-section-banner {
  width: 25%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-llamada-icon-section-banner {
  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;
}

.icon-llamada-sb {
  width: 4.6rem;
  margin-right: 0.5rem;
}

.container-texts-sb-llamada p:nth-child(1) {
  color: var(--main-color-four);
  font-family: "SemiBold";
  font-size: 1.06rem;
  line-height: 1.06rem;
  margin-bottom: -0.5rem;
}

.container-texts-sb-llamada p:nth-child(2) {
  color: var(--main-color-two);
  font-family: "Bold";
  font-size: 2.5rem;
}

.box-main-sb-02 {
  width: 100%;
  position: absolute;
  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;
  bottom: 5%;
}

.box-main-sb-02-0 {
  max-width: 1655px;
  width: 85%;
  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-01-main-sb-02 {
  width: 37%;
}

.title-01-section-banner {
  color: var(--main-color-one);
  font-family: "Bold";
  font-size: 4.9rem;
  line-height: 4.9rem;
}

.title-02-section-banner {
  color: var(--main-color-two);
  font-family: "Bold";
  font-size: 3.3rem;
  line-height: 3.3rem;
  margin-bottom: 1rem;
}

.icon-letter-section-banner {
  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;
}

.icon-letter-section-banner p:nth-child(1) {
  color: var(--main-color-one);
  font-size: 3rem;
  margin: -0.7rem -1rem;
}

.icon-letter-section-banner p:nth-child(2) {
  color: var(--main-color-three);
  font-size: 1.2rem;
  font-family: "Regular";
}

.margen-bottom-icon-texto-sb {
  margin-bottom: 1.5rem;
}

.sub-box-02-main-sb-02 {
  width: 59%;
}

.sub-box-02-main-sb-02 img {
  width: 100%;
}

/*para header pegado*/
.abajo {
  background-color: white;
}

.abajo .logo-section-banner {
  width: 12%;
}

.abajo .box-child-sb-01 {
  margin: 1rem 0;
}

.abajo .icon-llamada-sb {
  width: 2.8rem;
}

.abajo .container-texts-sb-llamada p:nth-child(2) {
  font-size: 1.5rem;
}

/*ocultar seccion*/
.para-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.para-movil {
  display: none !important;
}

@media screen and (max-width: 700px) {
  .section-banner-main {
    height: auto;
    background-image: url(../img/fondo/banner-mb.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .child-section-banner {
    max-width: 1950px;
    width: 100%;
    height: 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;
    margin: 18rem 0 4.5rem;
  }
  .box-main-sb-01 {
    max-width: 1915px;
    width: 96%;
    position: fixed;
    margin-top: 0.7rem;
  }
  .box-child-sb-01 {
    width: 86.3%;
    -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;
    margin: 1.5rem 0;
  }
  .logo-section-banner {
    width: 70%;
    margin-bottom: 2rem;
  }
  .icon-llamada-sb {
    width: 6rem;
    margin-right: 0.5rem;
  }
  .container-texts-sb-llamada p:nth-child(1) {
    font-size: 1.55rem;
    line-height: 1.06rem;
    margin-bottom: 0;
  }
  .container-texts-sb-llamada p:nth-child(2) {
    font-size: 2.3rem;
  }
  .box-main-sb-02 {
    width: 100%;
    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;
    bottom: auto;
  }
  .box-main-sb-02-0 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sub-box-01-main-sb-02 {
    width: 100%;
    margin-bottom: 3rem;
  }
  .title-01-section-banner {
    font-size: 2.3rem;
  }
  .title-02-section-banner {
    font-size: 1.75rem;
  }
  .icon-letter-section-banner {
    margin-bottom: 0.5rem;
  }
  .icon-letter-section-banner p:nth-child(1) {
    font-size: 3rem;
    margin: -0.9rem -1rem;
    margin-top: -0.4rem;
  }
  .icon-letter-section-banner p:nth-child(2) {
    font-size: 1.55rem;
  }
  .margen-bottom-icon-texto-sb {
    margin-bottom: 1.5rem;
  }
  .sub-box-02-main-sb-02 {
    width: 100%;
  }
  /*para header pegado*/
  .abajo {
    background-color: white;
  }
  .abajo .logo-section-banner {
    width: 55%;
    margin-bottom: 0;
  }
  .abajo .box-child-sb-01 {
    margin: 1.5rem 0;
  }
  .abajo .icon-llamada-sb {
    width: 2.8rem;
  }
  .abajo .container-texts-sb-llamada p:nth-child(2) {
    font-size: 1.5rem;
  }
  .abajo .box-llamada-icon-section-banner {
    display: none;
  }
  /*ocultar seccion*/
  .para-pc {
    display: none !important;
  }
  .para-movil {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.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-image: url(../img/fondo/fondo-plomo.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.child-section-servicios {
  max-width: 1853px;
  width: 95%;
  margin: 4.5rem 0;
}

.box-slider-section-servicios {
  background-color: white;
  -webkit-box-shadow: rgba(172, 172, 172, 0.5) 0px 1px 10px;
          box-shadow: rgba(172, 172, 172, 0.5) 0px 1px 10px;
  padding: 2.5rem 2rem;
  margin: 0.8rem;
  border-radius: 1.2rem;
}

.box-slider-section-servicios p:nth-child(1) {
  color: var(--main-color-two);
  font-family: "Bold";
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.box-slider-section-servicios p:nth-child(2) {
  color: #005CA9;
  font-family: "SemiBold";
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .child-section-servicios {
    width: 90%;
    margin: 4.5rem 0;
  }
  .box-slider-section-servicios {
    padding: 1.5rem;
    margin: 0.8rem;
    border-radius: 1.2rem;
  }
  .box-slider-section-servicios p:nth-child(1) {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
  .box-slider-section-servicios p:nth-child(2) {
    font-size: 1.55rem;
  }
}
.section-atencion-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-atencion {
  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;
}

.img-section-atencion {
  width: 100%;
}

.box-ab-section-atencion {
  position: absolute;
  width: 85%;
  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;
  margin-top: -6rem;
}

.box-ab-section-atencion0 {
  width: 50%;
  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;
}

.title-01-box-ab-section-atencion {
  color: var(--main-color-one);
  font-size: 2.5rem;
  font-family: "Bold";
}

.title-02-box-ab-section-atencion {
  color: var(--main-color-two);
  font-size: 1.75rem;
  font-family: "Bold";
  margin-bottom: 1rem;
}

.title-03-box-ab-section-atencion {
  background-color: var(--main-color-one);
  color: white;
  font-size: 2.5rem;
  font-family: "Bold";
  padding: 0.3rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
}

.box-two-btn-wsp {
  width: 100%;
  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;
}

.box-two-btn-wsp a {
  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);
  padding: 0.7rem 2rem;
  border-radius: 2rem;
  margin-right: 2rem;
}

.box-two-btn-wsp a p:nth-child(1) {
  color: white;
  background-color: green;
  font-size: 1.5rem;
  padding: 0.4rem 0.1rem 0.2rem;
  border-radius: 50%;
  margin-right: 0.8rem;
}

.box-two-btn-wsp a p:nth-child(2) {
  color: white;
  font-family: "Bold";
  font-size: 1.06rem;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .box-ab-section-atencion {
    position: relative;
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    margin: 4.5rem 0 2.5rem;
  }
  .box-ab-section-atencion0 {
    width: 100%;
  }
  .title-01-box-ab-section-atencion {
    font-size: 2.3rem;
  }
  .title-02-box-ab-section-atencion {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  .title-03-box-ab-section-atencion {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }
  .box-two-btn-wsp {
    -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;
  }
  .box-two-btn-wsp a {
    padding: 1.2rem 1.5rem;
    border-radius: 2.5rem;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .box-two-btn-wsp a p:nth-child(1) {
    font-size: 2rem;
    padding: 0.4rem 0.1rem 0.2rem;
  }
  .box-two-btn-wsp a p:nth-child(2) {
    font-size: 1.55rem;
  }
}
.section-equipos-main {
  width: 100%;
  background-image: url(../img/fondo/fondo-plomo.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-equipos-child {
  max-width: 1655px;
  width: 85%;
  margin: 6.8rem 0 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-parte-1-text-equipos {
  background-color: var(--main-color-one);
  width: 34%;
  border-radius: 0.7rem;
  padding: 2rem 3.5rem;
}

.title-equipos0 {
  font-size: 1.75rem;
  font-family: "Bold";
  margin-bottom: 1rem;
  color: white;
}

.title-equipos {
  font-size: 1.06rem;
  font-family: "Semibold";
  color: white;
  line-height: 2.1rem;
}

.section-parte-2-text-equipos {
  width: 51%;
}

.title-parte-2-equipos {
  font-family: "Bold";
  font-size: 2.5rem;
  line-height: 3rem;
  color: var(--main-color-one);
}

.title-parte-2-equipos span {
  color: var(--main-color-two);
}

.img-equipos {
  width: 95%;
  margin-top: 2rem;
}

@media screen and (max-width: 500px) {
  .section-equipos-main {
    background-image: none;
    background-color: var(--main-color-five);
  }
  .section-equipos-child {
    width: 85%;
    margin: 4.5rem 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-parte-1-text-equipos {
    width: 100%;
    padding: 2rem 1.5rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-radius: 0;
  }
  .title-equipos {
    font-size: 1.55rem;
    line-height: 2.4rem;
  }
  .section-parte-2-text-equipos {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2.5rem;
  }
  .title-parte-2-equipos {
    width: 100%;
    font-size: 2.1rem;
    margin: 0;
  }
  .img-equipos {
    width: 100%;
  }
}
.section-imagenes-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-image: -webkit-gradient(linear, left bottom, left top, color-stop(65%, var(--main-color-one)), color-stop(-35%, white));
  background-image: linear-gradient(0deg, var(--main-color-one) 65%, white -35%);
}

.child-section-imagenes {
  max-width: 1460px;
  width: 75%;
  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;
  margin: 4.5rem 0;
}

.child-section-imagenes img {
  width: 31.5%;
}

@media screen and (max-width: 700px) {
  .section-imagenes-main {
    width: 100%;
    background-image: none;
    background-color: var(--main-color-five);
  }
  .child-section-imagenes {
    background-color: var(--main-color-one);
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 4.5rem;
    padding-top: 2rem;
  }
  .child-section-imagenes img {
    width: 88%;
    margin-bottom: 2rem;
  }
}
.section-conoce-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-image: url(../img/fondo/conoce.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 4.5rem;
}

.child-section-conoce {
  max-width: 1655px;
  width: 85%;
  margin: 4.5rem 0 0;
}

.title-section-conoce {
  text-align: center;
  font-size: 2.5rem;
  font-family: "Bold";
  color: var(--main-color-one);
  margin-bottom: 0.5rem;
}

.sub-title-section-conoce {
  text-align: center;
  font-size: 1.06rem;
  font-family: "Bold";
  margin-bottom: 4rem;
  color: var(--main-color-three);
}

.box-section-conoce {
  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-section-conoce {
  width: 18.5%;
  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;
}

.sub-box-section-conoce img {
  width: 90%;
  margin-bottom: 1rem;
}

.sub-box-section-conoce p {
  color: var(--main-color-two);
  font-size: 1.75rem;
  line-height: 1.9rem;
  font-family: "SemiBold";
  text-align: center;
}

.espacio {
  padding: 4.5rem 0;
}

@media screen and (max-width: 700px) {
  .section-conoce-main {
    background-image: none;
    margin-bottom: 0;
  }
  .child-section-conoce {
    margin: 4.5rem 0 2rem;
  }
  .title-section-conoce {
    font-size: 2.3rem;
    margin-bottom: 0.5rem;
  }
  .sub-title-section-conoce {
    font-size: 1.55rem;
    margin-bottom: 4rem;
  }
  .box-section-conoce {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sub-box-section-conoce {
    width: 49%;
    margin-bottom: 4rem;
  }
  .sub-box-section-conoce p {
    font-size: 1.75rem;
    line-height: 1.9rem;
  }
  .espacio {
    padding: 0;
  }
}
.section-somos-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--main-color-one);
}

.section-somos-child {
  max-width: 1655px;
  width: 85%;
  margin: 4.5rem 0rem;
  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;
}

.section-parte-1-somos {
  width: 45%;
}

.title-somos-parte-1 {
  font-size: 2.5rem;
  font-family: "Bold";
  color: white;
  margin-bottom: 1.5rem;
}

.text-contenido-somos-parte1 {
  font-size: 1.06rem;
  font-family: "Semibold";
  color: white;
  text-align: justify;
}

.img-parte2-somos {
  width: 45%;
}

@media screen and (max-width: 500px) {
  .section-somos-child {
    width: 85%;
    margin: 4.5rem 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-parte-1-somos {
    width: 100%;
    margin: 0;
    margin-bottom: 3rem;
  }
  .title-somos-parte-1 {
    font-size: 2.3rem;
    width: 100%;
  }
  .text-contenido-somos-parte1 {
    font-size: 1.55rem;
  }
  .section-parte-2-somos {
    width: 100%;
  }
  .img-parte2-somos {
    width: 100%;
  }
}
.section-porque-main {
  width: 100%;
  background-image: url(../img/fondo/fondo-plomo-porque.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-porque-child {
  max-width: 1853px;
  width: 95%;
  margin: 4.5rem 0 6rem;
}

.title-porque {
  text-align: center;
  font-size: 2.5rem;
  font-family: "Bold";
  color: var(--main-color-one);
  margin-bottom: 4rem;
}

.section-slider-porque-margenes {
  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;
}

.section-slider-porque-margenes-internos {
  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;
  padding: 0.8rem;
}

.img-icon-porque {
  width: 65%;
}

.title-img-interno {
  text-align: center;
  font-size: 1.25rem;
  font-family: "Semibold";
  color: var(--main-color-two);
  margin-top: -1rem;
  margin-bottom: 1rem;
}

.text-img-interno {
  color: #005CA9;
  font-family: "SemiBold";
  font-size: 1.2rem;
  text-align: center;
}

/**/
.btn-move-section-porque {
  color: var(--main-color-two);
  font-size: 2.8rem;
  cursor: pointer;
  opacity: 0.5;
}

.btn-move-section-porque:hover {
  opacity: 1;
}

.box-slider-section-porque {
  width: 90.5%;
}

.box-slider-section-porque0 {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .section-porque-child {
    width: 90%;
    margin: 4.5rem 0rem;
  }
  .title-porque {
    font-size: 2.3rem;
    margin-bottom: 3rem;
  }
  .section-slider-porque-margenes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .img-icon-porque {
    width: 70%;
  }
  .title-img-interno {
    font-size: 1.6rem;
    margin-top: -1rem;
    margin-bottom: 0.5rem;
  }
  .text-img-interno {
    font-size: 1.55rem;
  }
  .box-slider-section-porque {
    width: 75%;
  }
  .box-slider-section-porque0 {
    width: 100%;
  }
}
.section-mostramos-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-five);
}

.child-section-mostramos {
  max-width: 1950px;
  width: 100%;
  margin: 4.5rem 0 4.5rem;
}

.box-section-mostramos {
  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;
}

.box-section-mostramos img {
  width: 24.8%;
}

/*section imagen suelta*/
.section-imagen-suelta-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-imagen-suelta {
  max-width: 1950px;
  width: 100%;
}

.child-section-imagen-suelta img {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .child-section-mostramos {
    width: 85%;
    margin: 4.5rem 0;
  }
  .box-section-mostramos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-section-mostramos img {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.section-clientes-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;
}

.section-clientes-child {
  max-width: 1655px;
  width: 85%;
  margin: 2rem 0 4.5rem;
}

.title-cliente {
  text-align: center;
  font-size: 2.5rem;
  font-family: "Bold";
  margin-bottom: 4rem;
  color: var(--main-color-one);
}

.title-cliente span {
  color: var(--main-color-two);
}

.contenido-text-margen-clientes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.text-margen-cliente {
  width: 29%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.text-contenido-cliente {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 86%, 15% 86%, 10% 100%, 5% 86%, 0 86%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 86%, 15% 86%, 10% 100%, 5% 86%, 0 86%);
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 100%;
  font-size: 1.06rem;
  background-color: var(--main-color-five);
  font-family: "Regular";
  color: var(--main-color-four);
  padding: 2rem 2.5rem 7rem 2.5rem;
  text-align: justify;
}

.parte-inferior-text-cliente-colores {
  font-size: 1.35rem;
  font-family: "Bold";
  color: var(--main-color-one);
  margin-top: 1.5rem;
}

.parte-inferior-text-cliente-colores2 {
  font-size: 1.06rem;
  font-family: "Bold";
  color: var(--main-color-two);
}

@media screen and (max-width: 500px) {
  .section-clientes-child {
    width: 85%;
    margin: 4.5rem 0rem 1.5rem;
  }
  .title-cliente {
    font-size: 2.3rem;
    margin-bottom: 3rem;
  }
  .contenido-text-margen-clientes {
    width: 100%;
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .text-margen-cliente {
    width: 100%;
    margin: 0;
    margin-bottom: 3.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .text-contenido-cliente {
    font-size: 1.55rem;
    padding: 1.8rem 1.8rem 6rem;
    line-height: 2.3rem;
  }
  .parte-inferior-text-cliente-colores {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
  .parte-inferior-text-cliente-colores2 {
    font-size: 1.55rem;
  }
}
.section-promos-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-promos {
  max-width: 1655px;
  width: 85%;
  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: 4.5rem 0;
}

.title-section-promos {
  font-size: 2.5rem;
  color: white;
  font-family: "Bold";
  width: 35%;
}

.box-02-section-promos {
  width: 40.5%;
  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;
}

.btn-move-section-promos {
  color: white;
  font-size: 2.2rem;
  cursor: pointer;
  opacity: 0.5;
}

.btn-move-section-promos:hover {
  opacity: 1;
}

.mini-box-02-section-promos {
  width: 75%;
}

.mini-box-02-section-promos0 {
  width: 100%;
}

.box-slider-promos {
  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;
  text-align: center;
  color: white;
}

.box-slider-promos .text-01 {
  font-family: "Bold";
  font-size: 1.75rem;
}

.box-slider-promos .text-02 {
  font-family: "Regular";
  font-size: 1.06rem;
}

@media screen and (max-width: 700px) {
  .child-section-promos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .title-section-promos {
    font-size: 2.3rem;
    text-align: center;
    width: 100%;
    margin-bottom: 3rem;
  }
  .box-02-section-promos {
    width: 100%;
  }
  .btn-move-section-promos {
    font-size: 2.5rem;
    opacity: 0.5;
  }
  .btn-move-section-promos:hover {
    opacity: 1;
  }
  .mini-box-02-section-promos {
    width: 70%;
  }
  .box-slider-promos .text-01 {
    font-size: 1.7rem;
  }
  .box-slider-promos .text-02 {
    font-size: 1.55rem;
  }
}
.section-clientes-satisfechos-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;
}

.section-clientes-satisfechos-child {
  max-width: 1268px;
  width: 65%;
  margin: 4.5rem 0rem;
  text-align: center;
}

.title-clientes-satisfechos {
  font-size: 2.5rem;
  font-family: "Bold";
  margin-bottom: 4rem;
  color: var(--main-color-one);
}

.title-clientes-satisfechos span {
  color: var(--main-color-two);
}

.accordion {
  width: 100%;
}

.accordion button {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  padding: 1.2rem 0;
  font-size: 1.75rem;
  font-weight: bold;
  border: none;
  outline: none;
  background-color: white;
  color: var(--main-color-four);
  font-family: "SemiBold";
  cursor: pointer;
  background-color: var(--main-color-five);
}

.accordion button:focus {
  background-color: var(--main-color-three);
  color: white;
}

.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 40rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  will-change: opacity, max-height;
  background-color: white;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s linear, max-height 0.3s linear;
  transition: opacity 0.3s linear, max-height 0.3s linear;
  will-change: opacity, max-height;
}

.accordion-content .acordeon-contenido {
  font-size: 1.06rem;
  font-family: "Regular";
  margin: 1em 0.4em;
  padding: 0rem 2.5rem;
}

.accordion-content .menu-despegable-1 {
  text-align: left;
}

.margen-espacios-pregunta-frecuentes {
  margin-bottom: 1rem;
}

@media screen and (max-width: 500px) {
  .section-clientes-satisfechos-child {
    width: 85%;
  }
  .title-clientes-satisfechos {
    font-size: 2.3rem;
    margin: 0;
    margin-bottom: 3rem;
  }
  .accordion button {
    padding: 1.5rem 1.5rem;
    font-size: 1.55rem;
  }
  .accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 30rem;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion-content .acordeon-contenido {
    font-size: 1.55rem;
    padding: 1.5rem 1.5rem;
    margin: 0;
  }
}
.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;
  background-color: var(--main-color-one);
}

.child-section-footer {
  max-width: 1655px;
  width: 85%;
  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;
  margin: 4.5rem 0;
}

.box-01-section-footer {
  width: 22%;
}

.box-01-section-footer img {
  width: 89%;
  margin-bottom: 2.5rem;
}

.box-01-section-footer p {
  color: white;
  font-family: "Regular";
  font-size: 1.06rem;
}

.box-02-section-footer {
  width: 26%;
}

.title-section-footer {
  color: white;
  font-family: "Bold";
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}

.icon-text-section-footer1 {
  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;
  color: white;
  margin-bottom: 0.3rem;
}

.icon-text-section-footer1 p:nth-child(1) {
  font-size: 1.7rem;
  margin: 0 -0.3rem;
  margin-top: -0.2rem;
}

.icon-text-section-footer1 p:nth-child(2) {
  font-size: 1.06rem;
  font-family: "Regular";
}

.box-03-section-footer {
  width: 25%;
}

.icon-text-section-footer2 {
  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;
  color: white;
  margin-bottom: 0.6rem;
}

.icon-text-section-footer2 p:nth-child(1) {
  font-size: 1.2rem;
  margin-right: 0.5rem;
  margin-top: 0.1rem;
}

.icon-text-section-footer2 p:nth-child(2) {
  font-size: 1.06rem;
  font-family: "Regular";
}

.title-section-footer2 {
  color: white;
  font-family: "Bold";
  font-size: 1.75rem;
  margin-top: 1.5rem;
}

/*copy*/
.section-copy {
  width: 100%;
  background-color: var(--main-color-one);
  color: white;
  text-align: center;
  font-family: "Regular";
  padding: 1.2rem 0;
  font-size: 1.06rem;
  border-top: 2px solid #242785;
}

@media screen and (max-width: 700px) {
  .child-section-footer {
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-01-section-footer {
    width: 100%;
    margin-bottom: 3.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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box-01-section-footer img {
    width: 80%;
    margin-bottom: 2.5rem;
  }
  .box-01-section-footer p {
    font-size: 1.55rem;
  }
  .box-02-section-footer {
    width: 100%;
    margin-bottom: 3.5rem;
  }
  .title-section-footer {
    font-size: 2rem;
  }
  .icon-text-section-footer1 {
    margin-bottom: 0.5rem;
  }
  .icon-text-section-footer1 p:nth-child(1) {
    font-size: 1.7rem;
    margin: 0 -0.3rem;
    margin-top: 0.4rem;
  }
  .icon-text-section-footer1 p:nth-child(2) {
    font-size: 1.55rem;
  }
  .box-03-section-footer {
    width: 100%;
  }
  .icon-text-section-footer2 {
    margin-bottom: 0.6rem;
  }
  .icon-text-section-footer2 p:nth-child(1) {
    font-size: 1.7rem;
    margin-right: 0.5rem;
    margin-top: 0.4rem;
  }
  .icon-text-section-footer2 p:nth-child(2) {
    font-size: 1.55rem;
  }
  /*copy*/
  .section-copy {
    font-size: 1.55rem;
    padding: 1.8rem 3rem 3rem;
  }
}
.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: 60px;
}

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