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/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: #ff490a;
  --main-color-two: #fd5608;
  --main-color-three: #0083cc;
}

/* */
.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 {
  background-image: url(../img/icons/bg-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.child-section-banner {
  max-width: 1350px;
  width: 70%;
  margin: 2rem 0 2.5rem;
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 2rem;
}

.section-header .b-01 {
  width: 19%;
}

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

.section-header .b-02 {
  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;
}

.btn-section-header {
  background-color: white;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Regular";
  padding: 0.2rem 2rem 0.2rem 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;
}

.btn-section-header:hover {
  background-color: #ebebeb;
}

.btn-section-header p:nth-child(1) {
  font-size: 1.5rem;
  color: var(--main-color-one);
}

.btn-section-domicilio p:nth-child(2) {
  font-size: 0.9rem;
}

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

.box-section-banner-01 {
  width: 42%;
  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-main {
  color: white;
  font-family: "SemiBold";
  font-size: 2.3rem;
}

.text-section-banner-01 {
  color: white;
  font-family: "SemiBold";
  font-size: 2.3rem;
}

.text-section-banner-02 {
  color: white;
  font-family: "Regular";
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.text-section-banner-03 {
  color: white;
  font-family: "Regular";
  font-size: 1.1rem;
  margin-top: 0.8rem;
}

.box-section-banner-02 {
  width: 28%;
}

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

/*rectangle*/
.section-rectangle-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-rectangle {
  max-width: 1920px;
  width: 100%;
  position: relative;
}

.child-section-rectangle img:nth-child(1) {
  position: absolute;
  top: -6.5rem;
  right: 25%;
  width: 9.5rem;
}

.child-section-rectangle img:nth-child(2) {
  width: 100%;
  margin-top: -5rem;
}

@media screen and (max-width: 700px) {
  .section-banner-main {
    background-image: none;
    background-color: var(--main-color-one);
  }
  .child-section-banner {
    width: 85%;
    margin: 2.5rem 0 0;
  }
  .section-header {
    -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-bottom: 2.5rem;
  }
  .section-header .b-01 {
    width: 50%;
  }
  .section-header .b-02 {
    display: none;
  }
  .box-section-banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-section-banner-01 {
    width: 100%;
    margin-bottom: 3rem;
  }
  .title-main {
    font-size: 2.4rem;
  }
  .text-section-banner-01 {
    font-size: 2.3rem;
  }
  .text-section-banner-02 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .text-section-banner-03 {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .box-section-banner-02 {
    width: 80%;
  }
  /*rectangle*/
  .child-section-rectangle {
    display: none;
  }
}
.child-section-servicios {
  max-width: 1350px;
  width: 70%;
  margin: 0 0 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-section-servicios {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: -3rem;
}

.sub-box-section-servicios {
  width: 21%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: var(--main-color-one);
  border-radius: 0.9rem;
  -webkit-border-radius: 0.9rem;
  -moz-border-radius: 0.9rem;
  -ms-border-radius: 0.9rem;
  -o-border-radius: 0.9rem;
}

.sub-box-section-servicios img {
  width: 100%;
  border-radius: 0.9rem 0.9rem 0 0;
  -webkit-border-radius: 0.9rem 0.9rem 0 0;
  -moz-border-radius: 0.9rem 0.9rem 0 0;
  -ms-border-radius: 0.9rem 0.9rem 0 0;
  -o-border-radius: 0.9rem 0.9rem 0 0;
}

.sub-box-section-servicios p {
  text-align: center;
  margin: 1.8rem 0 1.8rem;
  padding: 0 1.4rem;
  color: white;
  font-family: "Regular";
  font-size: 1rem;
}

@media screen and (max-width: 700px) {
  .child-section-servicios {
    width: 85%;
    margin: 4rem 0 3rem;
  }
  .box-section-servicios {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sub-box-section-servicios {
    width: 100%;
    border-radius: 1.3rem;
    -webkit-border-radius: 1.3rem;
    -moz-border-radius: 1.3rem;
    -ms-border-radius: 1.3rem;
    -o-border-radius: 1.3rem;
    margin-bottom: 2.5rem;
  }
  .sub-box-section-servicios p {
    padding: 0 1.5rem;
    font-size: 1.5rem;
  }
}
.section-necesitas-main {
  background-color: #ebebeb;
}

.child-section-necesitas {
  max-width: 1350px;
  width: 70%;
  margin: 5rem 0 10rem;
  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;
}

.title-section-necesitas {
  font-family: "SemiBold";
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.main-box-section-necesitas {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-section-necesitas {
  width: 17%;
  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-section-necesitas img {
  width: 43%;
  margin-bottom: 1.8rem;
}

.box-section-necesitas p {
  font-family: "Regular";
  font-size: 1.05rem;
}

@media screen and (max-width: 700px) {
  .child-section-necesitas {
    width: 85%;
    margin: 4rem 0 2rem;
  }
  .title-section-necesitas {
    font-size: 1.85rem;
    margin-bottom: 0.8rem;
  }
  .main-box-section-necesitas {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-section-necesitas {
    width: 100%;
    margin-bottom: 3.5rem;
  }
  .box-section-necesitas img {
    width: 35%;
    margin-bottom: 1rem;
  }
  .box-section-necesitas p {
    font-size: 1.5rem;
  }
}
.section-domicilio-main {
  background-image: url(../img/icons/fondo-domicilio.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.child-section-domicilio {
  max-width: 1350px;
  width: 70%;
  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-01-section-domicilio {
  width: 54%;
  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-section-domicilio {
  color: white;
  font-family: "Bold";
  font-size: 2.5rem;
}

.title-02-section-domicilio {
  color: white;
  font-family: "Regular";
  font-size: 2.55rem;
  margin-bottom: 1rem;
}

.btn-section-domicilio {
  background-color: white;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Regular";
  padding: 0.3rem 2.5rem 0.3rem 2rem;
  border-radius: 1.4rem;
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  -ms-border-radius: 1.4rem;
  -o-border-radius: 1.4rem;
}

.btn-section-domicilio:hover {
  background-color: #ebebeb;
}

.btn-section-domicilio p:nth-child(1) {
  font-size: 1.5rem;
}

.btn-section-domicilio p:nth-child(2) {
  font-size: 0.9rem;
}

.box-02-section-domicilio {
  width: 42%;
  margin: -3.8rem 0;
}

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

@media screen and (max-width: 700px) {
  .section-domicilio-main {
    background-image: none;
    background-color: var(--main-color-one);
  }
  .child-section-domicilio {
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 4rem;
  }
  .box-01-section-domicilio {
    width: 100%;
    margin-bottom: 3rem;
  }
  .title-01-section-domicilio {
    font-size: 2.2rem;
  }
  .title-02-section-domicilio {
    font-size: 2.35rem;
  }
  .btn-section-domicilio {
    padding: 1rem 2.5rem 1rem 2rem;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
  }
  .btn-section-domicilio:hover {
    background-color: #ebebeb;
  }
  .btn-section-domicilio p:nth-child(1) {
    font-size: 1.8rem;
  }
  .btn-section-domicilio p:nth-child(2) {
    font-size: 1.5rem;
  }
  .box-02-section-domicilio {
    width: 100%;
    margin: 0;
  }
}
.child-section-confian {
  max-width: 1350px;
  width: 70%;
  margin: 7rem 0 6rem;
  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-img-section-confian {
  width: 100%;
  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;
}

.box-img-section-confian img {
  width: 24%;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

@media screen and (max-width: 700px) {
  .child-section-confian {
    width: 85%;
    margin: 5rem 0 4rem;
  }
  .box-img-section-confian {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-img-section-confian img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.section-elegirnos-main {
  background-color: var(--main-color-three);
}

.child-section-elegirnos {
  max-width: 1350px;
  width: 70%;
  margin: 5rem 0 6rem;
  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;
}

.title-section-elegirnos {
  color: white;
  font-family: "SemiBold";
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

.line-section-elegirnos {
  height: 0.5rem;
  width: 4rem;
  background-color: var(--main-color-one);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  margin-bottom: 7rem;
}

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

.items-section-elegirnos {
  border: 0.15rem solid white;
  color: white;
  text-align: center;
  width: 19%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5rem;
  border-radius: 1.3rem;
  -webkit-border-radius: 1.3rem;
  -moz-border-radius: 1.3rem;
  -ms-border-radius: 1.3rem;
  -o-border-radius: 1.3rem;
}

.items-section-elegirnos img {
  width: 60%;
  margin-top: -3.9rem;
  margin-bottom: 1.5rem;
}

.items-section-elegirnos .text-01 {
  font-family: "Bold";
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.items-section-elegirnos .text-02 {
  font-family: "Regular";
  font-size: 1rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 700px) {
  .child-section-elegirnos {
    width: 85%;
    margin: 4rem 0 0;
  }
  .title-section-elegirnos {
    font-size: 1.85rem;
    margin-bottom: 0.8rem;
  }
  .line-section-elegirnos {
    height: 0.5rem;
    width: 5.5rem;
    margin-bottom: 7rem;
  }
  .box-section-elegirnos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .items-section-elegirnos {
    width: 100%;
    padding: 0 1.5rem;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
    margin-bottom: 7rem;
  }
  .items-section-elegirnos img {
    width: 35%;
    margin-top: -5rem;
    margin-bottom: 1.5rem;
  }
  .items-section-elegirnos .text-01 {
    font-size: 1.7rem;
  }
  .items-section-elegirnos .text-02 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.child-section-diagonal {
  max-width: 1920px;
  width: 100%;
}

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

.section-somos-main {
  background-color: #ebebeb;
}

.child-section-somos {
  max-width: 1350px;
  width: 70%;
  margin: 6rem 0 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.box-01-section-somos {
  width: 40%;
  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;
}

.box-01-section-somos .text-01 {
  color: var(--main-color-three);
  font-family: "Bold";
  font-size: 1.6rem;
}

.box-01-section-somos .text-02 {
  font-family: "Bold";
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
}

.box-01-section-somos .text-03 {
  font-family: "Regular";
  font-size: 1.1rem;
  line-height: 1.8rem;
  margin-bottom: 2.5rem;
}

.btn-section-somos {
  background-color: var(--main-color-one);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Regular";
  padding: 0.3rem 2.5rem 0.3rem 2rem;
  border-radius: 1.4rem;
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  -ms-border-radius: 1.4rem;
  -o-border-radius: 1.4rem;
}

.btn-section-somos:hover {
  background-color: var(--main-color-two);
}

.btn-section-somos p:nth-child(1) {
  font-size: 1.5rem;
}

.btn-section-somos p:nth-child(2) {
  font-size: 0.9rem;
}

.box-02-section-somos {
  width: 43%;
  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-02-section-somos img:nth-child(1) {
  z-index: 5;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 62%;
  border-radius: 1.8rem;
  -webkit-border-radius: 1.8rem;
  -moz-border-radius: 1.8rem;
  -ms-border-radius: 1.8rem;
  -o-border-radius: 1.8rem;
}

.box-02-section-somos img:nth-child(2) {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 59%;
  margin-top: -3rem;
  border-radius: 1.8rem;
  -webkit-border-radius: 1.8rem;
  -moz-border-radius: 1.8rem;
  -ms-border-radius: 1.8rem;
  -o-border-radius: 1.8rem;
}

@media screen and (max-width: 700px) {
  .child-section-somos {
    width: 85%;
    margin: 4rem 0 5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-01-section-somos {
    width: 100%;
    margin-bottom: 3rem;
  }
  .box-01-section-somos .text-01 {
    font-size: 2rem;
  }
  .box-01-section-somos .text-03 {
    font-size: 1.5rem;
    line-height: 1.9rem;
    margin-bottom: 2.5rem;
  }
  .btn-section-somos {
    padding: 1rem 2.5rem 1rem 2rem;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
  }
  .btn-section-somos p:nth-child(1) {
    font-size: 1.8rem;
  }
  .btn-section-somos p:nth-child(2) {
    font-size: 1.5rem;
  }
  .box-02-section-somos {
    width: 100%;
  }
  .box-02-section-somos img:nth-child(1) {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .box-02-section-somos img:nth-child(2) {
    width: 100%;
    margin-top: 0;
  }
}
.child-section-form {
  max-width: 1920px;
  width: 100%;
  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;
}

.box-01-section-form {
  width: 58%;
  padding-left: 22rem;
  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;
}

.title-section-form {
  color: var(--main-color-one);
  font-family: "Bold";
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.contact-section-form {
  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;
  margin-bottom: 0.5rem;
}

.contact-section-form p:nth-child(1) {
  color: var(--main-color-one);
  font-size: 1.8rem;
  margin-right: 0.5rem;
}

.contact-section-form p:nth-child(2) {
  font-size: 1.4rem;
  font-family: "Regular";
}

.box-01-section-form img {
  width: 15rem;
  margin-top: 2rem;
}

.box-02-section-form {
  background-image: url(../img/icons/bg-form.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 42%;
  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-color-section-form {
  width: 63%;
  background-color: var(--main-color-three);
  padding: 3rem 3.5rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  margin: 6rem 0;
  margin-left: -9.5rem;
}

.box-color-section-form .text-01 {
  color: white;
  font-family: "Bold";
  font-size: 1.6rem;
}

.box-color-section-form .text-02 {
  color: white;
  font-family: "Regular";
  font-size: 1.15rem;
  margin-bottom: 2rem;
}

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

.inputs-section-form {
  width: 100%;
  border: 0.1rem solid white;
  background-color: transparent;
  margin-bottom: 0.7rem;
  color: white;
  font-size: 0.9rem;
  font-family: "Regular";
  padding: 1rem 1rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

.inputs-section-form::-webkit-input-placeholder {
  color: white;
}

.inputs-section-form::-moz-placeholder {
  color: white;
}

.inputs-section-form:-ms-input-placeholder {
  color: white;
}

.inputs-section-form::-ms-input-placeholder {
  color: white;
}

.inputs-section-form::placeholder {
  color: white;
}

.btn-section-form {
  cursor: pointer;
  background-color: var(--main-color-one);
  border: 0;
  color: white;
  font-family: "Bold";
  font-size: 1.1rem;
  padding: 0.7rem 3.5rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

@media screen and (max-width: 700px) {
  .child-section-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .box-01-section-form {
    width: 100%;
    padding-left: 0;
    padding: 3.5rem 2.5rem;
  }
  .title-section-form {
    font-size: 2.2rem;
  }
  .contact-section-form {
    margin-bottom: 0.8rem;
  }
  .contact-section-form p:nth-child(1) {
    font-size: 2rem;
    margin-right: 0.5rem;
  }
  .contact-section-form p:nth-child(2) {
    font-size: 1.7rem;
  }
  .box-01-section-form img {
    width: 50%;
  }
  .box-02-section-form {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box-color-section-form {
    width: 85%;
    padding: 2rem 2rem;
    margin: 3.5rem 0;
    margin-left: 0;
  }
  .box-color-section-form .text-01 {
    font-size: 1.9rem;
  }
  .box-color-section-form .text-02 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .inputs-section-form {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    padding: 1rem 1rem;
  }
  .btn-section-form {
    border: 0;
    font-size: 1.7rem;
    padding: 1rem 3.5rem;
  }
}
.section-footer-main {
  background-color: var(--main-color-two);
}

.child-section-footer {
  max-width: 1350px;
  width: 70%;
  margin: 4rem 0;
  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-01-section-footer {
  width: 30%;
}

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

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

.box-02-section-footer {
  width: 20%;
  color: white;
}

.title-section-footer {
  font-family: "Bold";
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
}

.items-section-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.5rem;
}

.items-section-footer p:nth-child(1) {
  font-size: 1.5rem;
  margin-right: 0.2rem;
  margin-top: -0.25rem;
}

.items-section-footer p:nth-child(2) {
  font-family: "Regular";
  font-size: 1rem;
}

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

.fonts-section-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.6rem;
}

.fonts-section-footer p:nth-child(1) {
  font-size: 1rem;
  margin-right: 0.2rem;
  margin-top: 0rem;
}

.fonts-section-footer p:nth-child(2) {
  font-family: "Regular";
  font-size: 1rem;
}

.box-socials-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2rem;
}

.box-socials-footer a {
  width: 2.8rem;
  margin-right: 1rem;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
}

.box-socials-footer a:hover {
  transform: translateY(-0.3rem);
  -webkit-transform: translateY(-0.3rem);
  -moz-transform: translateY(-0.3rem);
  -ms-transform: translateY(-0.3rem);
  -o-transform: translateY(-0.3rem);
}

.box-socials-footer a img {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .child-section-footer {
    width: 85%;
    margin: 3rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-01-section-footer {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .box-01-section-footer p {
    font-size: 1.5rem;
  }
  .box-02-section-footer {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .title-section-footer {
    font-size: 1.85rem;
    margin-bottom: 0.7rem;
  }
  .items-section-footer p:nth-child(1) {
    font-size: 1.7rem;
    margin-right: 0.6rem;
    margin-top: -0.25rem;
  }
  .items-section-footer p:nth-child(2) {
    font-size: 1.5rem;
  }
  .box-03-section-footer {
    width: 100%;
  }
  .fonts-section-footer p:nth-child(1) {
    font-size: 1.45rem;
    margin-right: 0.6rem;
    margin-top: 0rem;
  }
  .fonts-section-footer p:nth-child(2) {
    font-size: 1.5rem;
  }
  .box-socials-footer {
    margin-top: 3rem;
  }
  .box-socials-footer a {
    width: 4.5rem;
    margin-right: 2rem;
  }
}
.section-copy-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: black;
}

.child-section-copy {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.8rem 0;
}

.child-section-copy .text-01 {
  color: white;
  font-family: "Regular";
}

.child-section-copy .text-02 {
  color: white;
  font-family: "Regular";
}

.text-02 a {
  font-family: "Bold";
  color: #df6309;
}

@media screen and (max-width: 700px) {
  .child-section-copy {
    width: 85%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1.2rem 0;
  }
  .child-section-copy .text-01 {
    font-size: 1.55rem;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .child-section-copy .text-02 {
    font-size: 1.55rem;
    width: 100%;
    text-align: center;
  }
}
.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: 55px;
}

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