/*general*/
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0px;
}

a {
  text-decoration: none;
}

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

p {
  margin: 0;
}

input {
  outline: none;
}

textarea {
  resize: none;
}

@font-face {
  font-family: "Black";
  src: url("../font-text/Averta-Black.otf");
}
@font-face {
  font-family: "Bold";
  src: url("../font-text/Averta-Bold.otf");
}
@font-face {
  font-family: "SemiBold";
  src: url("../font-text/Averta-Semibold.otf");
}
@font-face {
  font-family: "Regular";
  src: url("../font-text/AvertaDemoPECuttedDemo-Regular.otf");
}
:root {
  --main-color-one: #FFCE03;
  --main-color-two: #0199CD;
  --main-color-three: #94dc34;
  --main-color-dark: #505050;
  --main-color-dark-alt: #e2e2e2;
}

.bg-pc {
  display: block;
}

.bg-mb {
  display: none;
}

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

  .bg-mb {
    display: block;
  }
}
/* */
@media screen and (min-width: 1410px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 1550px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1800px) {
  html {
    font-size: 23px;
  }
}
/* */
@media screen and (max-width: 1250px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1150px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1050px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 340px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 10px;
  }
}
.line-bottom-header {
  width: 100%;
  background-color: var(--main-color-one);
  padding: 0.25rem 0;
}

/**/
.section-header-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color-two);
}

.child-section-header {
  max-width: 1800px;
  width: 93%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2.63rem 0;
  transition: all 0.5s ease;
}

.box1-section-header {
  width: 36%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Regular";
}

.box1-section-header a {
  color: white;
  font-size: 0.88rem;
}

.box1-section-header a:hover {
  color: var(--main-color-one);
}

.box1-section-header p {
  color: white;
  font-size: 0.81rem;
  margin: 0 0.31rem;
  -webkit-user-select: none;
          user-select: none;
}

.box2-section-header {
  width: 35.5%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.wsp-box2-section-header {
  width: 52.5%;
  transition: all 0.3s ease;
}

.wsp-box2-section-header:hover {
  transform: rotate(2deg);
}

.socials-box2-section-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.socials-box2-section-header a {
  background-color: white;
  color: var(--main-color-two);
  font-size: 1.31rem;
  border-radius: 50%;
  padding: 0.1rem 0 0.15rem;
  margin: 0 0.4rem;
  transition: all 0.3s ease;
}

.socials-box2-section-header a:hover {
  background-color: var(--main-color-one);
}

.img-fixed-header {
  position: absolute;
  top: 0;
  width: 25.5%;
  z-index: 5;
  transition: all 0.5s ease;
}

/**/
.fixed-m {
  position: fixed;
  top: 0;
  z-index: 400;
}

.child-fixed {
  margin: 0.6rem 0;
}

.fixed-logo2 {
  width: 9.5% !important;
}

@media screen and (max-width: 700px) {
  .box1-section-header,
.wsp-box2-section-header {
    display: none;
  }

  .child-section-header {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.5rem 0;
  }

  .box2-section-header {
    justify-content: flex-start;
  }

  .socials-box2-section-header a {
    font-size: 2.1rem;
    padding: 0.1rem 0 0.15rem;
    margin: 0;
    margin-right: 0.9rem;
  }

  .btn-menu-mb-main {
    color: white;
    font-size: 2rem;
  }

  .img-fixed-header {
    width: 34%;
  }

  /**/
  .child-fixed {
    margin: 0.6rem 0;
  }

  .fixed-logo2 {
    width: 24% !important;
  }
}
/**/
@media screen and (min-width: 1550px) {
  .img-fixed-header {
    width: 25.5%;
  }
}
@media screen and (min-width: 1800px) {
  .img-fixed-header {
    width: 22%;
  }

  .fixed-logo2 {
    width: 8.5% !important;
  }
}
@media screen and (min-width: 2050px) {
  .img-fixed-header {
    width: 18%;
  }

  .fixed-logo2 {
    width: 7.5% !important;
  }
}
@media screen and (min-width: 2800px) {
  .img-fixed-header {
    width: 11%;
  }

  .fixed-logo2 {
    width: 6% !important;
  }
}
.section-footer-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

.box1-section-footer {
  width: 19%;
}

.title-section-footer {
  font-family: "Black";
  font-size: 1.3rem;
  margin-bottom: 0.94rem;
  color: var(--main-color-one);
}

.box-social-section-footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.box-social-section-footer p:nth-child(1) {
  color: var(--main-color-one);
  margin-top: 0.16rem;
  margin-right: 0.63rem;
}

.box-social-section-footer p:nth-child(2) {
  font-family: "Regular";
  color: white;
}

.socials-two-section-footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.socials-two-section-footer a {
  background-color: white;
  color: var(--main-color-two);
  font-size: 1.31rem;
  border-radius: 50%;
  padding: 0.1rem 0 0.15rem;
  margin-right: 0.8rem;
  transition: all 0.3s ease;
}

.socials-two-section-footer a:hover {
  background-color: var(--main-color-one);
  color: white;
}

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

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

  .title-section-footer {
    font-size: 1.5rem;
  }

  .box-social-section-footer {
    font-size: 1.2rem;
  }

  .box1-mb-section-footer {
    margin-bottom: 1.5rem;
  }

  .socials-two-section-footer a {
    font-size: 2.2rem;
    padding: 0.1rem 0 0.15rem;
    margin-right: 1.4rem;
  }
}
.btns-mobile {
  background-color: var(--main-color-two);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  justify-content: space-around;
  align-items: center;
  z-index: 100;
}

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

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

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

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

.main-form-pop-up-view {
  display: flex;
}

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

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

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

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

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

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

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

  .btns-mobile,
.btn-whatsapp-mobile {
    display: flex;
  }
}
/* -------------------------------- 
Modules - reusable parts of our design
-------------------------------- */
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

/* -------------------------------- 
xnugget info 
-------------------------------- */
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  bottom: 0;
  left: 0;
}

.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #5e6e8d;
  transition: all 0.2s;
}

.no-touch .cd-nugget-info a:hover {
  opacity: 0.8;
}

.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}

.cd-nugget-info span svg {
  display: block;
}

.cd-nugget-info .cd-nugget-info-arrow {
  fill: #5e6e8d;
}

/* -------------------------------- 
xpopup 
-------------------------------- */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(11, 11, 11, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  z-index: 420 !important;
}

.cd-popup-container {
  position: relative;
  width: 100%;
  height: 100vh;
  max-width: 600px;
  margin: 0;
  background: #FFF;
  border-radius: 0.25em 0.25em 0.4em 0.4em;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  transition-property: transform;
  transition-duration: 0.3s;
  padding: 25px;
}

.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: var(--main-color-two);
}

.cd-popup-container .cd-popup-close::before {
  transform: rotate(45deg);
  left: 8px;
}

.cd-popup-container .cd-popup-close::after {
  transform: rotate(-45deg);
  right: 8px;
}

.is-visible .cd-popup-container {
  transform: translateY(0);
}

.img-menu-p-mobile {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-menu-p-mobile img {
  width: 60%;
  margin: 4.3rem 0 4.3rem;
}

.items-m-p-m {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.items-m-p-m a {
  font-family: "Regular";
  font-weight: bold;
  color: var(--main-color-two);
  font-size: 1.3rem;
  margin-bottom: 1.15rem;
}

/*home*/
.section-banner-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.child-section-banner {
  max-width: 1950px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.box-ab-section-banner {
  position: absolute;
  width: 79%;
}

.title-section-banner {
  color: var(--main-color-two);
  font-family: "Black";
  font-size: 5rem;
  margin-bottom: 0.94rem;
}

.sub-title-section-banner {
  color: var(--main-color-dark);
  font-family: "SemiBold";
  font-size: 1.28rem;
  margin-bottom: 2.5rem;
  margin-left: 0.25rem;
  text-align: justify;
}

.btn-section-banner {
  background-color: var(--main-color-two);
  color: white;
  font-family: "Regular";
  font-size: 1rem;
  padding: 0.88rem 1.25rem;
  border-radius: 1.56rem;
  transition: all 0.3s ease;
  margin-left: 0.25rem;
}

.btn-section-banner:hover {
  background-color: var(--main-color-one);
}

/**/
.page-nosotros {
  padding-right: 34.38rem;
  text-align: justify;
}

.title-none-page-nosotros {
  display: none;
}

.title-page-nosotros-main {
  color: var(--main-color-two);
  font-family: "Black";
  font-size: 3.8rem;
  margin-bottom: 0.94rem;
  margin-top: -2.5rem;
}

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

  .title-section-banner {
    font-size: 5rem;
    line-height: 5rem;
    margin-bottom: 1.5rem;
  }

  .sub-title-section-banner {
    font-size: 1.28rem;
    margin-bottom: 2.5rem;
    margin-left: 0.25rem;
  }

  .btn-section-banner {
    font-size: 1.05rem;
    padding: 0.88rem 1.3rem;
    border-radius: 1.56rem;
    transition: all 0.3s ease;
    margin-left: 0.25rem;
  }

  /**/
  .page-nosotros {
    padding-right: 0;
  }

  .title-none-page-nosotros {
    display: none;
  }

  .title-page-nosotros-main {
    color: var(--main-color-two);
    font-family: "Black";
    font-size: 3.1rem;
    margin-bottom: 0.94rem;
    margin-top: -1rem;
  }
}
.section-slider-new-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d4f4fc;
}

.child-section-slider-new {
  max-width: 1780px;
  width: 90%;
  margin: 1.7rem 0 1.7rem;
  display: flex;
  justify-content: space-between;
}

.sub-section-slider-new {
  width: 31.5%;
}

.m-sub-section-slider-new {
  width: 100%;
}

.section-resumen-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.child-section-resumen {
  max-width: 1950px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.box-img-section-resumen {
  background-color: var(--main-color-two);
  width: 39.75%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.box-img-section-resumen img {
  width: 97%;
  margin: 2rem 0;
  margin-right: -3.44rem;
  z-index: 5;
}

.box-letter-section-resumen {
  background-color: var(--main-color-dark-alt);
  width: 60.25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-box-letter-section-resumen {
  width: 79%;
  padding-right: 3.75rem;
  font-family: "Regular";
  font-size: 1.5rem;
  text-align: justify;
  color: var(--main-color-dark);
  line-height: 2.38rem;
}

.sub-box-letter-section-resumen span {
  font-family: "Bold";
  color: var(--main-color-two);
}

@media screen and (max-width: 700px) {
  .child-section-resumen {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .box-img-section-resumen {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .box-img-section-resumen img {
    width: 70%;
    margin: 3.6rem 0 3rem;
    margin-right: 0;
  }

  .box-letter-section-resumen {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sub-box-letter-section-resumen {
    width: 80%;
    padding-right: 0;
    font-size: 1.25rem;
    line-height: 2rem;
    margin: 2rem 0;
  }
}
.section-mision-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.child-section-mision {
  max-width: 1950px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.box-ab-section-mision {
  position: absolute;
  width: 79%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sub-box-ab-section-mision {
  width: 63%;
  color: white;
}

.sub-box-ab-section-mision p:nth-child(1) {
  font-family: "Black";
  text-align: center;
  font-size: 3.19rem;
  margin-bottom: 1.25rem;
}

.sub-box-ab-section-mision p:nth-child(2) {
  font-family: "Regular";
  font-size: 1.5rem;
  text-align: justify;
  line-height: 2.38rem;
}

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

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

  .sub-box-ab-section-mision p:nth-child(1) {
    font-size: 2.4rem;
    margin-bottom: 1.25rem;
  }

  .sub-box-ab-section-mision p:nth-child(2) {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.section-slider-clientes-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color-dark-alt);
}

.child-section-slider-clientes {
  max-width: 1780px;
  width: 90%;
  margin: 1.88rem 0 4.38rem;
}

.title-section-slider-clientes {
  font-family: "Black";
  text-align: center;
  color: var(--main-color-two);
  font-size: 3.19rem;
  margin-bottom: 2.19rem;
}

.box-slider-section-slider-clientes {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btns-move-slider-s-clientes {
  color: var(--main-color-two);
  font-size: 2.69rem;
  cursor: pointer;
}

.btns-move-slider-s-clientes:active {
  color: var(--main-color-one);
}

.box-big-slider-s-c {
  width: 84%;
}

.box-big-slider-s-c-0 {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .child-section-slider-clientes {
    width: 92%;
    margin: 2.7rem 0 3.2rem;
  }

  .title-section-slider-clientes {
    font-size: 2.4rem;
    margin-bottom: 2.19rem;
  }

  .btns-move-slider-s-clientes {
    font-size: 2.45rem;
  }

  .box-big-slider-s-c {
    width: 72%;
  }
}
.section-testimonios-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color-two);
  margin-bottom: 0.31rem;
}

.child-section-testimonios {
  max-width: 1780px;
  width: 90%;
  margin: 3.5rem 0 3.6rem;
}

.box1-section-testimonios {
  font-family: "Black";
  color: white;
  font-size: 3.19rem;
  width: 100%;
  text-align: center;
  margin-bottom: 1.4rem;
}

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

.container-info-testimonio-s-t {
  width: 28%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title-container-info-testimonio-s-t {
  font-family: "Bold";
  font-size: 1.15rem;
  margin-bottom: 1rem;
  text-align: center;
}

.container-img-test-m {
  width: 77%;
}

.container-img-test-m img {
  width: 100%;
  margin-bottom: 1rem;
}

.letter-person-section-testimonios {
  font-family: "Regular";
  font-size: 0.9rem;
  text-align: justify;
}

.line-bottom-letter-person-section-testimonios {
  width: 50%;
  background-color: white;
  padding: 0.06rem 0;
  margin-top: 0.8rem;
}

@media screen and (max-width: 700px) {
  .child-section-testimonios {
    width: 80%;
    margin: 2.8rem 0 2rem;
    justify-content: center;
    flex-wrap: wrap;
  }

  .box1-section-testimonios {
    font-size: 2.4rem;
    width: 100%;
    text-align: center;
    margin-bottom: 2.2rem;
  }

  .box2-section-testimonios {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .container-info-testimonio-s-t {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 2.1rem;
  }

  .container-info-testimonio-s-t img {
    width: 68%;
    align-self: center;
  }

  .box-starts-section-testimonios {
    font-size: 1.4rem;
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
  }

  .letter-person-section-testimonios {
    font-size: 1.1rem;
    text-align: justify;
  }

  .line-bottom-letter-person-section-testimonios {
    width: 50%;
    padding: 0.1rem 0;
    margin-top: 0.9rem;
  }
}
/*nosotros*/
.section-cuidemos-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.child-section-cuidemos {
  max-width: 1950px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.63rem 0 0.94rem;
}

.box1-section-cuidemos {
  width: 64%;
}

.box2-section-cuidemos {
  width: 36%;
  padding-right: 5.63rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.text-l-section-cuidemos {
  margin-left: -3.75rem;
  font-family: "SemiBold";
  font-size: 1.06rem;
  line-height: 1.75rem;
  text-align: justify;
  color: var(--main-color-dark);
  margin-bottom: 1.69rem;
}

.text-l-section-cuidemos span {
  font-family: "SemiBold";
  color: var(--main-color-three);
}

.text-color-big-section-cuidemos {
  align-self: flex-end;
  width: 83%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--main-color-three);
  font-family: "Black";
  font-size: 3.25rem;
  line-height: 3.25rem;
  margin-right: 1.25rem;
}

.text-color-big-section-cuidemos span:nth-child(1) {
  align-self: flex-start;
}

.text-color-big-section-cuidemos span:nth-child(2) {
  align-self: flex-end;
}

@media screen and (max-width: 700px) {
  .child-section-cuidemos {
    margin: 1.5rem 0 2.5rem;
    flex-wrap: wrap;
  }

  .box1-section-cuidemos {
    width: 100%;
  }

  .box2-section-cuidemos {
    width: 100%;
    padding-right: 0;
    padding: 0 3rem;
  }

  .text-l-section-cuidemos {
    margin-left: 0;
  }

  .text-color-big-section-cuidemos {
    align-self: center;
    width: 78%;
    font-size: 2.9rem;
    line-height: 3.25rem;
    margin-right: 0;
  }
}
.section-mision-vision-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.box1-section-mision-vision,
.box2-section-mision-vision {
  width: 100%;
  padding: 3.44rem 7.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box1-section-mision-vision {
  background-color: var(--main-color-one);
}

.box2-section-mision-vision {
  background-color: var(--main-color-two);
}

.box-letter-m-section-mision-vision {
  width: 79%;
  text-align: justify;
  font-family: "SemiBold";
  font-size: 0.97rem;
  line-height: 1.69rem;
}

.box-title-line-m-section-mision-vision {
  width: 16%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.line-and-title-smv {
  width: 70%;
  padding: 0.09rem 0;
  background-color: black;
}

.letter-smv {
  font-family: "Black";
  font-size: 3.13rem;
  margin: 0.63rem 0;
}

/**/
.color-one-main {
  color: var(--main-color-two);
}

.b-color-one-main {
  background-color: var(--main-color-two);
}

.letter-color-one-main {
  color: var(--main-color-dark);
}

/**/
.color-two-main {
  color: var(--main-color-one);
}

.b-color-two-main {
  background-color: var(--main-color-one);
}

.letter-color-two-main {
  color: white;
}

@media screen and (max-width: 700px) {
  .box1-section-mision-vision,
.box2-section-mision-vision {
    padding: 2.5rem 3rem;
    flex-wrap: wrap;
  }

  .box-letter-m-section-mision-vision {
    width: 100%;
    font-size: 1.05rem;
    line-height: 1.7rem;
    order: 2;
  }

  .box-title-line-m-section-mision-vision {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    order: 1;
    margin-bottom: 1.5rem;
  }

  .line-and-title-smv {
    width: 40%;
    padding: 0.09rem 0;
  }

  .letter-smv {
    font-size: 3rem;
    margin: 0.2rem 0;
  }
}
/*servicios*/
.section-servicios-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.child-section-servicios {
  max-width: 1950px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 7rem;
}

.box-title-section-servicios {
  width: 50.5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.title-main-section-servicios {
  color: var(--main-color-two);
  font-family: "Black";
  text-align: center;
  font-size: 3.25rem;
  width: 69%;
}

.box1-latter-section-servicios,
.box2-latter-section-servicios {
  width: 15%;
  height: 5.94rem;
  margin-top: 2.19rem;
}

.box1-latter-section-servicios {
  border-top: 0.19rem solid var(--main-color-two);
  border-left: 0.19rem solid var(--main-color-two);
}

.box2-latter-section-servicios {
  border-top: 0.19rem solid var(--main-color-two);
  border-right: 0.19rem solid var(--main-color-two);
}

.box-big-servicios-items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-img-servicio-m {
  width: 20%;
  box-shadow: 0 0.25rem 0.94rem rgba(0, 0, 0, 0.7);
  z-index: 5;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.box1-lateral-color-section-servicios,
.box2-lateral-color-section-servicios {
  padding: 6.81rem 0;
  background-color: var(--main-color-one);
  margin-top: -1rem;
}

.box1-lateral-color-section-servicios {
  width: 15%;
}

.box2-lateral-color-section-servicios {
  width: 5%;
}

.letter-ab-box-img-servicio-m {
  position: absolute;
  bottom: 4.5%;
  color: var(--main-color-two);
  font-family: "Black";
  text-align: center;
  font-size: 1.25rem;
}

@media screen and (max-width: 700px) {
  .child-section-servicios {
    margin-top: 4.5rem;
  }

  .box-title-section-servicios {
    width: 75%;
    margin-bottom: 1.5rem;
  }

  .title-main-section-servicios {
    font-size: 2.4rem;
    line-height: 2.6rem;
    width: 56%;
  }

  .box1-latter-section-servicios,
.box2-latter-section-servicios {
    width: 20%;
    height: 0.5rem;
    margin-top: 2.5rem;
  }

  .box1-latter-section-servicios {
    border-top: 0.19rem solid var(--main-color-two);
    border-left: 0;
  }

  .box2-latter-section-servicios {
    border-top: 0.19rem solid var(--main-color-two);
    border-right: 0;
  }

  .box-big-servicios-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .box-img-servicio-m {
    width: 70%;
  }

  .box1-lateral-color-section-servicios,
.box2-lateral-color-section-servicios {
    padding: 1.1rem 0;
    margin-top: 0;
  }

  .box1-lateral-color-section-servicios {
    width: 50%;
  }

  .box2-lateral-color-section-servicios {
    width: 50%;
  }

  .letter-ab-box-img-servicio-m {
    bottom: 5%;
    font-size: 1.5rem;
  }
}
.section-detalle-servicio-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.child-section-detalle-servicio {
  max-width: 1950px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--main-color-one);
  margin-bottom: 0.31rem;
}

.box1-section-detalle-servicio {
  width: 49.5%;
}

.box2-section-detalle-servicio {
  width: 48%;
  padding-right: 6.56rem;
}

.box-big-letter-sds {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: var(--main-color-two);
  margin-bottom: 0.63rem;
}

.box-big-letter-sds p:nth-child(1) {
  font-size: 1.25rem;
  margin-right: 0.81rem;
}

.box-big-letter-sds p:nth-child(2) {
  font-size: 1.13rem;
  font-family: "SemiBold";
}

@media screen and (max-width: 700px) {
  .child-section-detalle-servicio {
    flex-wrap: wrap;
    margin-bottom: 0.31rem;
  }

  .box1-section-detalle-servicio {
    width: 100%;
  }

  .box2-section-detalle-servicio {
    width: 100%;
    padding-right: 0;
    padding: 2.2rem 3rem;
  }

  .box-big-letter-sds {
    margin-bottom: 0.8rem;
  }

  .box-big-letter-sds p:nth-child(1) {
    margin-top: 0.1rem;
  }
}
.section-tipos-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.child-section-tipos {
  max-width: 1470px;
  width: 76%;
  margin: 3.75rem 0 3.13rem;
}

.box1-big-section-tipos {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.9rem;
}

.box1-big-section-tipos-n {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1.88rem;
}

.lateral-s-n {
  margin: 0 0.9rem;
}

.sub-box1-big-section-tipos {
  width: 24%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.box-ab-sub-box1-big-section-tipos {
  position: absolute;
  width: 85%;
  top: 8%;
}

.box-ab-sub-box1-big-section-tipos p {
  font-family: "Black";
  -webkit-text-stroke: 0.05rem white;
  font-size: 1.25rem;
  color: var(--main-color-two);
  text-align: center;
}

.box-ab-sub-box1-big-section-tipos img {
  padding: 0 1.88rem;
  margin-top: 2.19rem;
}

.title-dos-section-tipos {
  width: 100%;
  text-align: center;
  font-family: "Black";
  color: var(--main-color-two);
  font-size: 3.25rem;
  margin-bottom: 3.5rem;
}

.box2-big-section-tipos {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.sub-box2-big-section-tipos {
  width: 32%;
  background-color: var(--main-color-two);
}

.sub-box2-big-section-tipos img {
  width: 100%;
  padding-bottom: 0.5rem;
  background-color: white;
}

.sub-box2-big-section-tipos p:nth-child(3) {
  width: 100%;
  padding: 1.15rem 1.38rem 1.4rem;
  color: white;
  font-family: "SemiBold";
  font-size: 0.94rem;
  text-align: justify;
  line-height: 1.4rem;
}

.title-tipos-new-000 {
  width: 100%;
  background-color: white;
  color: var(--main-color-two);
  font-family: "SemiBold";
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.1rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 700px) {
  .child-section-tipos {
    width: 75%;
    margin: 3.5rem 0 1rem;
  }

  .box1-big-section-tipos {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }

  .box1-big-section-tipos-n {
    flex-wrap: wrap;
  }

  .lateral-s-n {
    margin: 0;
  }

  .sub-box1-big-section-tipos {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .box-ab-sub-box1-big-section-tipos {
    top: 10%;
  }

  .box-ab-sub-box1-big-section-tipos p {
    font-size: 1.85rem;
  }

  .box-ab-sub-box1-big-section-tipos img {
    padding: 0 2.6rem;
    margin-top: 2.19rem;
  }

  .title-dos-section-tipos {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }

  .box2-big-section-tipos {
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .sub-box2-big-section-tipos {
    width: 100%;
    margin-bottom: 2.4rem;
  }

  .sub-box2-big-section-tipos img {
    padding-bottom: 0.3rem;
  }

  .sub-box2-big-section-tipos p:nth-child(3) {
    width: 100%;
    padding: 1.15rem 1.38rem 1.4rem;
    color: white;
    font-family: "SemiBold";
    font-size: 0.94rem;
    text-align: justify;
    line-height: 1.4rem;
  }

  .title-tipos-new-000 {
    font-size: 1.2rem;
    padding-bottom: 1.1rem;
  }
}
/*productos*/
.section-productos-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/fondos/banner-productos.jpg);
  background-position: center;
  background-size: cover;
}

.child-section-productos {
  max-width: 1650px;
  width: 90%;
  margin: 9.25rem 0 1.6rem;
}

.title-main-section-t-d-s {
  color: var(--main-color-two);
  font-family: "Black";
  font-size: 1.69rem;
  padding: 0 3.69rem;
}

.sub-title-main-section-t-d-s {
  color: var(--main-color-dark);
  font-family: "SemiBold";
  text-align: justify;
  font-size: 1.31rem;
  padding: 0 3.75rem;
}

.title-box-products-s-p {
  text-align: center;
  font-size: 1.68rem;
  color: var(--main-color-two);
  font-family: "Bold";
  margin-bottom: 2.5rem;
  margin-top: 4rem;
}

.box-main-all-productos {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.box-main-all-productos1 {
  width: 20%;
}

.box-color-categorias {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.56rem 0.63rem;
  width: 100%;
  background-color: var(--main-color-two);
  color: white;
  cursor: pointer;
}

.box-color-categorias p:nth-child(1) {
  font-family: "Regular";
  font-size: 0.88rem;
}

.box-color-categorias p:nth-child(2) {
  font-size: 1rem;
}

.box-white-big-categorias {
  width: 100%;
}

/*productos*/
.tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #484848;
  padding: 0.63rem 0.63rem;
  background-color: #e7e7e7;
  border: 0.06rem solid #868686;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab:hover {
  background-color: rgba(1, 153, 205, 0.5);
  border: 0.06rem solid rgba(1, 153, 205, 0.5);
}

.tab p:nth-child(1) {
  font-family: "Regular";
  font-size: 0.81rem;
}

.tab p:nth-child(2) {
  font-size: 0.81rem;
}

.box-main-all-productos2 {
  width: 76.5%;
  position: relative;
  height: 49.5rem;
}

.content-tab {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 600ms ease;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

input[type=radio] {
  display: none;
}

#radio1:checked ~ .content-tab-1,
#radio2:checked ~ .content-tab-2,
#radio3:checked ~ .content-tab-3,
#radio4:checked ~ .content-tab-4,
#radio5:checked ~ .content-tab-5,
#radio6:checked ~ .content-tab-6 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.content-tab-1,
.content-tab-2,
.content-tab-3,
.content-tab-4,
.content-tab-5,
.content-tab-6 {
  height: 49.4rem;
  overflow-x: hidden;
  overflow-y: scroll;
}

/*productos cada hoja*/
.box-single-producto-m {
  border: 0.06rem solid gray;
  background-color: white;
  width: 32%;
  padding: 1.25rem 1.25rem 1.88rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.box-single-producto-m img {
  margin: 1.1rem 0;
}

.text1-b-s-p-m {
  color: gray;
  font-family: "Bold";
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
}

.text2-b-s-p-m {
  color: var(--main-color-two);
  font-family: "Bold";
  font-size: 1.56rem;
  margin-top: 0.31rem;
  margin-bottom: 0.63rem;
}

.text3-b-s-p-m {
  background-color: var(--main-color-two);
  padding: 0.5rem 1.56rem;
  font-size: 1rem;
  font-family: "Bold";
  color: white;
  transition: all 0.3s ease;
}

.text3-b-s-p-m:hover {
  background-color: var(--main-color-one);
}

@media screen and (max-width: 700px) {
  .title-main-section-t-d-s {
    font-size: 1.65rem;
    padding: 0;
    margin-bottom: 0.5rem;
  }

  .sub-title-main-section-t-d-s {
    font-size: 1.2rem;
    padding: 0;
  }

  .title-box-products-s-p {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }

  .child-section-productos {
    width: 85%;
    margin: 4.5rem 0 2rem;
  }

  .box-main-all-productos {
    flex-wrap: wrap;
  }

  .box-main-all-productos1 {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .box-main-all-productos2 {
    width: 100%;
    position: relative;
    height: 49rem;
  }

  .box-color-categorias {
    padding: 0.8rem 0.8rem;
  }

  .box-color-categorias p:nth-child(1) {
    font-size: 1.1rem;
  }

  .box-color-categorias p:nth-child(2) {
    font-size: 1.4rem;
  }

  /**/
  .tab {
    padding: 0.9rem 0.9rem;
    background-color: #dddddd;
    border: 0.06rem solid #868686;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .tab p:nth-child(1) {
    font-size: 1rem;
  }

  .tab p:nth-child(2) {
    font-size: 1.2rem;
  }

  .content-tab-1,
.content-tab-2,
.content-tab-3,
.content-tab-4,
.content-tab-5,
.content-tab-6 {
    height: 47rem;
  }

  /**/
  .box-single-producto-m {
    width: 48%;
    padding: 1.25rem 1.25rem 1.88rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.25rem;
  }

  .text1-b-s-p-m {
    font-size: 1.05rem;
  }

  .text2-b-s-p-m {
    font-size: 1.5rem;
    margin-top: 0.31rem;
    margin-bottom: 0.63rem;
  }

  .text3-b-s-p-m {
    padding: 0.6rem 1rem;
    font-size: 1.05rem;
  }
}
/*contacto*/
.section-formulario-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.child-section-formulario {
  max-width: 1950px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.box-ab-section-formulario {
  position: absolute;
  width: 76%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sub-box-ab-section-formulario {
  width: 58.5%;
}

.title-section-formulario {
  font-family: "Black";
  color: var(--main-color-two);
  font-size: 1.69rem;
  margin-bottom: 0.44rem;
}

.sub-title-section-formulario {
  font-family: "Bold";
  color: var(--main-color-dark);
  font-size: 1.31rem;
  margin-bottom: 1.25rem;
}

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

.form-section-formulario input {
  border: 0.06rem solid gray;
  margin-bottom: 1.19rem;
  font-family: "SemiBold";
  font-size: 1.38rem;
  padding: 0.56rem 1.25rem;
  color: gray;
}

.form-section-formulario input:nth-child(1),
.form-section-formulario input:nth-child(2) {
  width: 100%;
}

.form-section-formulario input:nth-child(3),
.form-section-formulario input:nth-child(4) {
  width: 49%;
}

.btn-form-section-formulario {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.btn-form-section-formulario input {
  width: 25% !important;
  font-family: "Bold";
  background-color: var(--main-color-two);
  border: 0;
  color: white;
  margin-bottom: 0;
}

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

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

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

  .sub-title-section-formulario {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }

  .form-section-formulario input {
    margin-bottom: 1.1rem;
    font-size: 1.2rem;
    padding: 0.8rem 1.25rem;
  }

  .form-section-formulario input:nth-child(3),
.form-section-formulario input:nth-child(4) {
    width: 100%;
  }

  .btn-form-section-formulario input {
    width: 40% !important;
  }
}