.body {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.body.body-mask {
  overflow: hidden;
}

.body.body-service {
  background-color: #02003f;
}

.section-home {
  width: 100%;
  height: 100vh;
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100%;
  padding-right: 7%;
  padding-left: 7%;
  background-color: transparent;
  -webkit-transition: background-color 1000ms ease;
  transition: background-color 1000ms ease;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-brand {
  height: 100%;
  max-width: none;
}

.brand {
  height: 120px;
}

.nav-link {
  margin-right: 30px;
  margin-left: 30px;
  padding: 3px 0px;
  color: #fff;
}

.nav-link.w--current {
  color: #fff;
}

.menu-button {
  padding: 5px;
  font-size: 40px;
}

.section-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 110;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0066b2;
  -webkit-transform: translate(0px, -100vh);
  -ms-transform: translate(0px, -100vh);
  transform: translate(0px, -100vh);
}

.img-mask {
  height: 200px;
  -webkit-transform: translate(0px, 0vh);
  -ms-transform: translate(0px, 0vh);
  transform: translate(0px, 0vh);
}

.contant-banner {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 5;
  width: 440px;
  margin-bottom: 10vh;
  margin-left: 10%;
}

.link-hacemos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #29f8eb;
  font-weight: 600;
  text-decoration: none;
}

.link-hacemos.popup-youtube {
  width: 290px;
  margin-top: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #d62071;
  color: #fff;
}

.link-hacemos.link-contacto {
  display: inline-block;
  color: #000;
  font-weight: 400;
}

.link-hacemos.link-contacto.link-c-phone {
  display: none;
  margin-top: 35px;
}

.link-hacemos.btn-ver-mas {
  display: none;
  width: 290px;
  margin-top: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #d62071;
  color: #fff;
}

.icon-arrow {
  width: 55px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.icon-arrow.i-video {
  width: 30px;
}

.link-line {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  padding-bottom: 10px;
}

.link-line.link-line-video {
  margin-left: 0px;
  padding-bottom: 0px;
}

.link-line.link-line-contacto {
  padding-bottom: 5px;
}

.link-line.link-line-contacto.l-map {
  margin-right: 0px;
  margin-left: 0px;
}

.line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 25%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: width 500ms ease;
  transition: width 500ms ease;
}

.line.l-blue {
  background-color: #0072bc;
}

.heading-alter {
  margin-bottom: 15vh;
  -webkit-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotate(-14deg);
  font-size: 75px;
  line-height: 75px;
  font-style: italic;
  font-weight: 800;
}

.heading-alter.h-nosotros {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 455px;
  margin-bottom: 0vh;
  font-size: 100px;
  line-height: 80px;
}

.heading-alter.h-nosotros.h-imagina {
  position: relative;
}

.heading-alter.h-contacto {
  margin-top: 0px;
  margin-bottom: 0vh;
  font-size: 100px;
  line-height: 84px;
}

.h-sol.heading-alter {
  display: block;
}

.h-mate.heading-alter {
  display: none;
}

.h-com.heading-alter {
  display: none;
}

.section-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 100px;
}

.section-us.section-vamos {
  margin-top: -135px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section-us.section-services {
  height: 80vh;
  padding-top: 30vh;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.container-heading {
  position: relative;
  width: 50%;
  padding-bottom: 150px;
}

.container-heading.container-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-heading.container-left.c-2 {
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-heading.container-center {
  padding-bottom: 0px;
  text-align: center;
}

.container-heading.c-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-width: 496px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-heading.c-center.c-left {
  padding-bottom: 100px;
}

.container-heading.c-center.c-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-us {
  position: relative;
  z-index: 0;
  width: 100%;
}

.image-us.image-vamos {
  display: inline-block;
  width: 32%;
  margin-right: 1%;
  margin-bottom: 10vw;
  margin-left: 1%;
  -webkit-transform: translate(0px, 0vw);
  -ms-transform: translate(0px, 0vw);
  transform: translate(0px, 0vw);
}

.image-us.image-vamos.i-1 {
  -webkit-transform: translate(0px, 24vw);
  -ms-transform: translate(0px, 24vw);
  transform: translate(0px, 24vw);
}

.image-us.image-vamos.i-3 {
  margin-top: 0px;
  -webkit-transform: translate(0px, 10vw);
  -ms-transform: translate(0px, 10vw);
  transform: translate(0px, 10vw);
}

.image-us.image-vamos.i-4 {
  -webkit-transform: translate(0px, -10vw);
  -ms-transform: translate(0px, -10vw);
  transform: translate(0px, -10vw);
}

.text-span {
  margin-left: -15px;
}

.paragraph-us {
  max-width: 338px;
  -webkit-transform: translate(0px, -15vw);
  -ms-transform: translate(0px, -15vw);
  transform: translate(0px, -15vw);
  font-size: 18px;
  line-height: 22px;
}

.paragraph-us.p-swiper {
  position: relative;
  right: 18%;
  z-index: 10;
  max-width: 420px;
  margin-top: -140px;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 35px 55px;
  background-color: #fff;
  box-shadow: 0 14px 10px 0 rgba(0, 0, 0, 0.05);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.heading-vamos {
  margin-bottom: 35px;
  font-size: 43px;
  line-height: 40px;
  font-weight: 400;
}

.heading-vamos.h-swiper {
  font-weight: 500;
}

.section {
  background-color: #0066b2;
  background-image: url('../images/elementosnosotros1.svg'), url('../images/elementosnosotros1.svg');
  background-position: -2% 65vh, 85% 150px;
  background-size: 28%, 28%;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
}

.swiper-container.swiper-coolprint {
  position: relative;
  overflow: hidden;
  width: 80%;
  height: 48vw;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 75px;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-pagination {
  font-size: 14px;
}

.swiper-button-next.btn-coolprint {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url('../images/flechaazul.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-button-prev.btn-coolprint {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url('../images/flechaazulizquierda.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/carrusel1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper-slide.slide-1 {
  position: relative;
  background-image: url('../images/carrusel1.jpg');
  background-size: cover;
}

.swiper-slide.slide-2 {
  background-image: url('../images/carrusel2.jpg');
  background-size: cover;
}

.swiper-slide.slide-3 {
  background-image: url('../images/carrusel3.jpg');
  background-size: cover;
}

.swiper-slide.slide-4 {
  background-image: url('../images/carrusel4.jpg');
  background-size: cover;
}

.swiper-slide.slide-5 {
  background-image: url('../images/carrusel5.jpg');
  background-size: cover;
}

.swiper-slide.slide-6 {
  background-image: url('../images/carrusel6.jpg');
  background-size: cover;
}

.section-swiper {
  padding-top: 150px;
  padding-bottom: 150px;
  color: #000;
}

.container-navi {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 200px;
  height: 40px;
}

.paragraph-swiper {
  color: #9d9c9f;
  font-weight: 500;
}

.line-swiper {
  width: 100%;
  height: 0%;
  border-right: 1px solid hsla(0, 0%, 100%, 0.75);
  -webkit-transition: height 1500ms ease;
  transition: height 1500ms ease;
}

.footer {
  padding-top: 10px;
  padding-bottom: 30px;
}

.footer.footer-contact {
  width: 100%;
  max-width: 1397px;
  margin-right: auto;
  margin-left: auto;
}

.footer.footer-sevices {
  background-color: #f3f3f6;
}

.link-footer {
  margin-right: 7%;
  margin-left: 7%;
  color: #5c5c5c;
  font-size: 14px;
  text-decoration: none;
}

.p-imagina {
  width: 90%;
  max-width: 340px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.text-span-2 {
  color: #29f8eb;
}

.link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20vh;
  min-height: 150px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.link-arrow.l-a-contact {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 70%;
  max-width: 1110px;
  background-color: transparent;
}

.icon-arrow-down {
  width: 60px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.section-gallery {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.header-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
}

.header-gallery.header-instagram {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.heading-gallery {
  width: 50%;
  padding-right: 50px;
  padding-left: 50px;
  font-weight: 500;
}

.heading-gallery.h-insta {
  margin-left: 25px;
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
  font-weight: 500;
  text-align: center;
}

.heading-gallery.sub-h-gallery {
  color: #9d9c9f;
  font-weight: 400;
}

.section-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-right: 7%;
  padding-left: 7%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/fondocontacto.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.columns {
  width: 100%;
  max-width: 1310px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
}

.div-contact {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-contact.div-address {
  display: block;
}

.icon-w {
  width: 40px;
  margin-top: 5px;
}

.link-w {
  display: block;
  margin-bottom: 5px;
  color: #000;
  text-decoration: none;
}

.link-w.l-icon.link-w-header {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-right: 3%;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  padding: 90px 50px;
}

.link {
  display: block;
  width: 100%;
  color: #0072bc;
  text-align: right;
  text-decoration: none;
}

.text-field {
  width: 47%;
  height: 40px;
  max-height: 200px;
  min-height: 40px;
  margin-bottom: 30px;
  padding-left: 0px;
  float: left;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000;
}

.text-field.textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  clear: both;
}

.text-field.left {
  max-height: 200px;
  margin-left: 6%;
}

.submit-button {
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  background-color: transparent;
  color: #000;
}

.footer-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 25px;
  clear: both;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-red {
  height: 20px;
  margin-top: 20px;
  margin-right: 14px;
  margin-left: 14px;
}

.icon-red.i-red-h {
  height: 100%;
  max-width: none;
  margin: 0px;
}

.div-redes {
  text-align: center;
}

.div-redes.div-redes-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-servicios {
  width: 100%;
}

.div-servicio {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  height: 24vw;
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 20px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.div-servicio:hover {
  z-index: 5;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.div-servicio.d-vertical {
  height: 49vw;
}

.div-servicio.d-horizontal {
  width: 49%;
}

.div-servicio.d-horizontal:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-servicio.d-horizontal-big {
  width: 74%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.div-servicio.d-horizontal-big:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.heading-servicio {
  position: relative;
  z-index: 5;
  max-width: 200px;
  -webkit-transition: font-size 1000ms ease;
  transition: font-size 1000ms ease;
  font-size: 24px;
}

.text-servicio {
  position: relative;
  z-index: 5;
  display: block;
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: max-height 2000ms ease;
  transition: max-height 2000ms ease;
  font-size: 14px;
  font-weight: 500;
}

.slider-servicios {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.slide-nav {
  display: none;
}

.slide-servicio {
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon {
  display: none;
}

.left-arrow {
  width: 40px;
  margin-left: 10px;
  background-image: url('../images/flechablancaizquierda.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.right-arrow {
  width: 40px;
  margin-right: 10px;
  background-image: url('../images/flecha.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-instagram {
  padding-top: 49px;
  padding-bottom: 49px;
  background-color: #f3f3f6;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-image: url('../images/botoninstagram.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.icon-instagram {
  width: 40px;
  margin-right: 20px;
}

.embed-insta {
  width: 80%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.nav-menu {
  background-color: hsla(0, 0%, 100%, 0);
}

.line-nav {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 0%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ed186a;
  -webkit-transition: width 1000ms ease;
  transition: width 1000ms ease;
}

.circle-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0px;
  height: 0px;
  margin: auto;
  border: 0px solid #ed186a;
  border-radius: 100%;
  -webkit-transition: height 1000ms ease, width 1000ms ease;
  transition: height 1000ms ease, width 1000ms ease;
}

.header-redes {
  position: absolute;
  left: 100%;
  top: 100%;
  right: auto;
  bottom: auto;
  margin-top: 25px;
}

.text-redes {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 90px;
  height: 20px;
  margin-top: -12px;
  margin-right: 100%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  font-size: 13px;
}

.link-red-header {
  position: relative;
  height: 25px;
  margin: 10px 25px;
}

.i-red-h.icon-red {
  position: relative;
  z-index: 0;
}

.i-red-h-black.icon-red {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 100%;
  margin: 0px;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.icon-waze {
  width: 28px;
  margin-left: 20px;
}

.div-bg-slide {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 0%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.65), transparent);
  -webkit-transition: height 500ms ease;
  transition: height 500ms ease;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 0, 63, 0.3);
}

@media (max-width: 991px) {
  .navbar {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container {
    z-index: 110;
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-link {
    width: 80px;
    margin: 30px auto;
    text-align: center;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .contant-banner {
    width: 360px;
  }
  .link-hacemos.link-contacto.link-c-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .heading-alter {
    font-size: 52px;
    line-height: 51px;
  }
  .heading-alter.h-nosotros {
    width: 300px;
    font-size: 62px;
    line-height: 50px;
  }
  .section-us {
    padding-top: 100px;
  }
  .section-us.section-services {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .container-heading.c-center.c-left {
    width: 50%;
    min-width: 0px;
  }
  .container-heading.c-center.c-right {
    width: 50%;
    min-width: 0px;
  }
  .text-span {
    margin-left: -10px;
  }
  .paragraph-us.p-swiper {
    right: 15%;
    margin-top: -130px;
  }
  .swiper-container.swiper-coolprint {
    width: 90%;
    height: 58vw;
  }
  .footer {
    background-color: #fff;
  }
  .link-arrow {
    height: auto;
    min-height: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .header-gallery {
    width: 95%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .heading-gallery {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section-contact {
    padding-right: 5%;
    padding-left: 5%;
  }
  .icon-w {
    width: 50px;
  }
  .link-w.l-icon.link-w-header {
    position: fixed;
    top: auto;
    bottom: 15%;
    width: 50px;
    height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-redes.div-redes-header {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .div-servicio {
    height: 30vw;
  }
  .div-servicio:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .div-servicio.d-vertical {
    height: 61vw;
  }
  .text-servicio {
    display: none;
  }
  .nav-menu {
    width: 100%;
    height: 100vh;
    padding-top: 40vh;
    background-color: #0066b2;
    text-align: center;
  }
  .header-redes {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-bottom: 55px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .text-redes {
    position: relative;
    width: auto;
    margin-top: 0px;
    margin-right: 0%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .link-red-header {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .nav-link {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .contant-banner {
    right: 0px;
    margin-bottom: 0vh;
    margin-left: 10px;
    padding-bottom: 10px;
  }
  .link-hacemos.btn-ver-mas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-alter {
    margin-bottom: 50px;
    font-size: 38px;
    line-height: 38px;
  }
  .heading-alter.h-nosotros {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-alter.h-contacto {
    font-size: 62px;
    line-height: 50px;
  }
  .section-us {
    display: block;
  }
  .section-us.section-vamos {
    margin-top: 0px;
    padding-bottom: 150px;
  }
  .section-us.section-services {
    padding-top: 110px;
  }
  .container-heading {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 225px;
  }
  .container-heading.container-left {
    padding-bottom: 20px;
  }
  .container-heading.container-left.c-2 {
    margin-top: -50px;
  }
  .container-heading.container-center {
    width: 100%;
  }
  .image-us.i-0 {
    top: 130px;
  }
  .paragraph-us.p-swiper {
    right: 0%;
    margin-top: 30px;
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.08);
  }
  .section {
    background-position: 0% 75%, 100% 25%;
  }
  .section-swiper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .line-swiper {
    display: none;
  }
  .footer.footer-sevices {
    padding-bottom: 15px;
  }
  .link-footer {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 9px;
    margin-left: 0%;
    text-align: center;
  }
  .link-arrow.l-a-contact {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .icon-arrow-down {
    width: 40px;
  }
  .section-gallery {
    width: 70%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .header-gallery {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 1px 25px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-gallery.header-instagram {
    width: 360px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .heading-gallery {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-gallery.h-insta {
    width: 100%;
    margin-left: 0px;
    font-size: 26px;
  }
  .column {
    padding-bottom: 0px;
  }
  .link {
    margin-bottom: 50px;
  }
  .div-servicio {
    width: 100%;
    height: 35vw;
    margin-right: 1%;
    margin-bottom: 120px;
  }
  .div-servicio:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .div-servicio.d-vertical {
    height: 35vw;
  }
  .div-servicio.d-horizontal {
    width: 100%;
  }
  .div-servicio.d-horizontal:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .div-servicio.d-horizontal-big {
    width: 100%;
  }
  .div-servicio.d-horizontal-big:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .heading-servicio {
    position: absolute;
    top: 100%;
    max-width: none;
  }
  .slider-servicios {
    opacity: 1;
  }
  .left-arrow {
    left: 0%;
    top: 100%;
    right: auto;
    bottom: auto;
    display: none;
    height: 40px;
    margin-top: 5px;
  }
  .right-arrow {
    left: auto;
    top: 100%;
    right: 0%;
    bottom: auto;
    display: none;
    width: 40px;
    height: 40px;
    margin-top: 5px;
  }
  .link-block {
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
  }
  .icon-instagram {
    width: 65px;
    margin-right: 10px;
  }
  .nav-menu {
    padding-top: 60px;
  }
  .header-redes {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-bg-slide {
    height: 35%;
  }
}

@media (max-width: 479px) {
  .nav-link {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contant-banner {
    overflow: hidden;
    width: 100%;
    margin-left: 0px;
    padding: 20px 5px 49px;
  }
  .link-hacemos.popup-youtube {
    width: 240px;
    margin-top: 75px;
  }
  .link-hacemos.link-contacto {
    display: block;
    margin-bottom: 20px;
  }
  .link-hacemos.btn-ver-mas {
    width: 240px;
    margin-top: 75px;
  }
  .icon-arrow {
    width: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .icon-arrow.i-video {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .link-line {
    margin-left: 0px;
  }
  .link-line.link-line-contacto {
    display: inline-block;
  }
  .heading-alter {
    margin-bottom: 25vh;
    font-size: 32px;
    text-align: center;
  }
  .heading-alter.h-nosotros {
    width: 240px;
    font-size: 48px;
    text-align: left;
  }
  .heading-alter.h-contacto {
    font-size: 46px;
  }
  .section-us.section-vamos {
    padding-bottom: 75px;
  }
  .container-heading {
    width: 85%;
  }
  .container-heading.container-left.c-2 {
    margin-top: 0px;
  }
  .container-heading.c-center.c-left {
    width: 85%;
  }
  .container-heading.c-center.c-right {
    width: 85%;
  }
  .image-us.image-vamos {
    width: 42%;
    margin-bottom: 13vw;
  }
  .text-span {
    margin-left: 0px;
  }
  .paragraph-us.p-swiper {
    max-width: 295px;
    padding: 10px 20px 30px;
  }
  .heading-vamos {
    font-size: 32px;
  }
  .section {
    background-position: 0% 95%, 100% 35%;
    background-size: 40%, 40%;
  }
  .swiper-container.swiper-coolprint {
    height: 75vw;
  }
  .container-navi {
    left: 0px;
    right: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .link-footer {
    margin-right: 0%;
    margin-left: 0%;
  }
  .section-gallery {
    width: 90%;
  }
  .header-gallery.header-instagram {
    width: 100%;
  }
  .section-contact {
    padding-top: 100px;
    padding-right: 0px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 70% 50%;
  }
  .link-w.l-icon {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    margin-left: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-w.l-icon.link-w-header {
    margin-left: 0px;
  }
  .link {
    text-align: center;
  }
  .text-field {
    width: 100%;
  }
  .text-field.left {
    margin-left: 0%;
  }
  .footer-form {
    display: block;
    margin-bottom: 0px;
  }
  .div-redes {
    margin-top: 50px;
  }
  .div-redes.div-redes-header {
    margin-top: 0px;
  }
  .text-block {
    margin-bottom: 34px;
  }
  .div-servicio {
    height: 75vw;
    margin-bottom: 150px;
  }
  .div-servicio.d-vertical {
    height: 75vw;
  }
  .embed-insta {
    width: 90%;
  }
  .nav-menu {
    padding-top: 20vh;
  }
  .header-redes {
    padding-bottom: 55px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}