/*RESET*/
a {
  text-decoration: none;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: "Roboto", sans-serif;
  color: #2E2E2E;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

body, * {
  color: #2E2E2E;
  font-family: "Roboto", sans-serif;
}

body {
  background-image: url(../img/puntos.png);
  background-color: #FEF9F9;
}

.bodyIn {
  background-image: none !important;
}

.sending {
  display: none;
}

header {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  padding: 0px;
}
header .in {
  width: 100%;
  max-width: 1400px;
  padding: 22px 30px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  height: 66px;
}
header .headRight {
  display: flex;
  align-items: center;
  margin-left: auto;
}
header .headRight ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
}
header .headRight ul li {
  padding: 4px 15px;
  margin: 0px 10px;
}
header .headRight ul li a {
  display: block;
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}
header .headRight ul li a span {
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #00C0CF;
  left: 0;
  bottom: -5px;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
header .headRight ul li a:hover {
  color: #FFF;
}
header .headRight ul li a:hover span {
  width: 100%;
  color: #00C0CF;
}
header .headRight ul li a.active span {
  width: 100%;
}
header .headRight ul li a.active {
  color: #06949e;
  font-weight: 700;
}
header .headRight .idioma {
  border: 1px solid #FFF;
  padding: 6px 8px;
  box-sizing: border-box;
}
header .headRight .idioma a {
  color: #FFF;
  padding: 0px 10px;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  font-size: 13px;
  line-height: 13px;
  box-sizing: border-box;
}
header .headRight .idioma a:first-child {
  border-right: 1px solid #FFF;
}
header .headRight .idioma a:hover {
  opacity: 0.5;
}
header .headRight .idioma b {
  font-weight: bold;
  color: #FFF;
}
header .headRight .icMenu {
  display: none;
  cursor: pointer;
}

header.show-menu {
  background-color: #32302d;
}

header.headIn {
  background-color: #FFF;
}
header.headIn .headRight ul li a {
  color: #1d1d1b;
}
header.headIn .headRight .idioma {
  border: 1px solid #666;
}
header.headIn .headRight .idioma a {
  color: #666;
}
header.headIn .headRight .idioma a:first-child {
  border-right: 1px solid #555;
}

.fixHeader {
  height: 94px;
}

.lighMenu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999999;
  display: none;
}
.lighMenu .izq {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 350px;
}
.lighMenu .der {
  width: 350px;
  height: 100%;
  position: absolute;
  right: -350px;
  top: 0;
  background-color: #FFF;
}
.lighMenu .der .cerrar {
  width: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  cursor: pointer;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
.lighMenu .der .listaMenu {
  top: 100px;
  width: 80%;
  left: 10%;
  position: absolute;
  background-color: #FFF;
}
.lighMenu .der .listaMenu li {
  width: 100%;
  border-bottom: 1px solid #CCC;
  cursor: pointer;
  padding: 5px 0px;
}
.lighMenu .der .listaMenu li a {
  color: #333;
  font-size: 18px;
  padding: 13px 0px;
  font-weight: 300;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  display: block;
}
.lighMenu .der .listaMenu li:hover a {
  padding-left: 6px;
}

.contHero {
  background-color: #FFF;
  width: 100%;
  height: 90vh;
  position: relative;
  z-index: 0;
}
.contHero .redes {
  position: absolute;
  right: 30px;
  top: 0px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  top: 50%;
  transform: translate(0%, -50%) !important;
  -webkit-transform: translate(0%, -50%) !important;
  -moz-transform: translate(0%, -50%) !important;
  -ms-transform: translate(0%, -50%) !important;
  -o-transform: translate(0%, -50%) !important;
}
.contHero .redes a {
  padding: 14px 10px;
}
.contHero .redes a img {
  height: 20px;
}
.contHero .redes a:hover {
  opacity: 0.6;
}
.contHero .sliderHero {
  width: 100%;
  margin: auto;
  height: 90vh;
}
.contHero .sliderHero .swiper-slide {
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-position: center 0vh;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.contHero .sliderHero .swiper-slide .texto {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  position: relative;
  z-index: 99;
  padding: 0px 30px;
}
.contHero .sliderHero .swiper-slide .texto h3 {
  font-size: 74px;
  line-height: 82px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #FFF;
}
.contHero .sliderHero .swiper-slide .texto p {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 45px;
  color: #FFF;
}
.contHero .sliderHero .swiper-slide .texto .btn1 {
  color: #00C0CF;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 25px;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  width: -moz-fit-content;
  width: fit-content;
}
.contHero .sliderHero .swiper-slide .texto .btn1 img {
  padding-left: 16px;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
.contHero .sliderHero .swiper-slide .texto .btn1:hover img {
  padding-left: 22px;
}
.contHero .sliderHero .swiper-slide .opacidad {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(84, 86, 90, 0.3);
  z-index: 0;
}
.contHero .sliderHero .swiper-pagination-bullet {
  background-color: #FFF;
  opacity: 0.3;
}
.contHero .sliderHero .swiper-pagination-bullet-active {
  background-color: #FFF;
  opacity: 1;
}
.contHero .sliderHero .swiper-button-next.swiper-button-disabled, .contHero .sliderHero .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
  cursor: pointer !important;
  pointer-events: initial !important;
}
.contHero .sliderHero .swiper-pagination {
  bottom: 20px !important;
}
.contHero .sliderHero .swiper-slide-active {
  animation-name: MOVE-BG;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes MOVE-BG {
  0% {
    background-position: center top;
  }
  50% {
    background-position: center bottom;
  }
  100% {
    background-position: center top;
  }
}

#services, #servicios {
  padding: 75px 0px;
  position: relative;
  scroll-margin-top: 70px;
}
#services .row, #servicios .row {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
#services .foto, #servicios .foto {
  background-image: url(../img/foto1.jpg);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 440px;
}
#services .seccion, #servicios .seccion {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  color: #818181;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 3px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  margin-top: 40px;
}
#services .seccion span, #servicios .seccion span {
  background-color: #00C0CF;
  height: 1px;
  width: 60px;
  margin-right: 16px;
}
#services p, #servicios p {
  color: #727272;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  max-width: 600px;
}
#services p b, #servicios p b {
  font-weight: 700;
  color: #727272;
}
#services ul, #servicios ul {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 700px;
}
#services ul li, #servicios ul li {
  width: 50%;
  margin-bottom: 10px;
  cursor: pointer;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  display: flex;
  align-items: flex-start;
  font-size: 22px;
  line-height: 32px;
  font-style: italic;
  font-weight: 500;
  color: #616161;
}
#services ul li img, #servicios ul li img {
  width: 30px;
  padding-right: 10px;
  padding-top: 7px;
}
#services ul li:hover, #servicios ul li:hover {
  color: #111;
}
#services .back, #servicios .back {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 80%;
  background-color: #FFF;
  top: 0;
  left: 0;
}

#aboutus, #quienessomos {
  padding-bottom: 70px;
  width: 100%;
  max-width: 900px;
  padding-top: 110px;
  scroll-margin-top: 50px;
}
#aboutus .seccion, #quienessomos .seccion {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #FF4766;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 3px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
#aboutus .seccion span, #quienessomos .seccion span {
  background-color: #FF4766;
  height: 1px;
  width: 90px;
  margin: 0px 15px;
}
#aboutus h2, #quienessomos h2 {
  color: #464646;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}
#aboutus p, #quienessomos p {
  color: #727272;
  font-size: 16px;
  line-height: 24px;
}
#aboutus p.hide, #quienessomos p.hide {
  display: none;
  margin-top: 10px;
}
#aboutus .btn1, #quienessomos .btn1 {
  color: #00C0CF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  margin: auto;
  margin-top: 25px;
  cursor: pointer;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #00C0CF;
  padding: 10px 20px;
  box-sizing: border-box;
}
#aboutus .btn1 img, #quienessomos .btn1 img {
  padding-left: 16px;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
#aboutus .btn1:hover img, #quienessomos .btn1:hover img {
  padding-left: 22px;
}
#aboutus .red, #quienessomos .red {
  background-image: url(../img/net.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin: auto;
  margin-top: 80px;
  width: 769px;
  height: 638px;
  position: relative;
}
#aboutus .red div, #quienessomos .red div {
  cursor: pointer;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -ms-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  width: 200px;
  height: 200px;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
#aboutus .red div > h5, #quienessomos .red div > h5 {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -31px;
  left: 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #333;
  opacity: 0;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
#aboutus .red div:hover, #quienessomos .red div:hover {
  background-size: 106% auto;
}
#aboutus .red div:hover h5, #quienessomos .red div:hover h5 {
  opacity: 1;
}
#aboutus .red .p1, #quienessomos .red .p1 {
  top: -30px;
  left: 148px;
}
#aboutus .red .p2, #quienessomos .red .p2 {
  top: 78px;
  left: 557px;
}
#aboutus .red .p3, #quienessomos .red .p3 {
  top: 215px;
  left: 268px;
}
#aboutus .red .p4, #quienessomos .red .p4 {
  top: 326px;
  left: 0px;
}
#aboutus .red .p5, #quienessomos .red .p5 {
  top: 431px;
  left: 514px;
}

#quotation, #presupuesto {
  background-image: url(../img/quotation.png);
  background-position: center center;
  background-size: cover;
}
#quotation .row, #presupuesto .row {
  padding: 160px 0px;
  box-sizing: border-box;
}
#quotation h4, #presupuesto h4 {
  color: #FFF;
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 8px;
}
#quotation p, #presupuesto p {
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  max-width: 700px;
  margin: auto;
  margin-bottom: 15px;
}
#quotation .btn1, #presupuesto .btn1 {
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 18px;
  margin: auto;
  margin-top: 25px;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #FFF;
  padding: 10px 20px;
  box-sizing: border-box;
}
#quotation .btn1 img, #presupuesto .btn1 img {
  padding-left: 16px;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
#quotation .btn1:hover img, #presupuesto .btn1:hover img {
  padding-left: 22px;
}

footer {
  background-color: #FFF;
}
footer .row {
  padding: 45px 0px;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
footer .row .col-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .row .col-12 .izq {
  display: flex;
  align-items: center;
}
footer .row .col-12 .izq .logo {
  height: 54px;
}
footer .row .col-12 .izq .redes {
  margin-left: 40px;
}
footer .row .col-12 .izq .redes a {
  margin-right: 10px;
}
footer .row .col-12 .izq .redes a img {
  height: 22px;
}
footer .row .col-12 .izq .redes a:hover {
  opacity: 0.6;
}
footer .row .col-12 .der h6 {
  color: #303030;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 6px;
}
footer .row .col-12 .der ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .row .col-12 .der ul li {
  width: 50%;
  color: #303030;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 3px;
}
footer .row .col-12 .der ul li:hover a {
  color: #000;
}

.africa {
  width: 100%;
  height: auto;
  background-color: #222;
  text-align: center;
  padding: 10px 0px;
}

.africa p {
  color: #CCC;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}

.africa p a {
  color: #CCC;
}

.africa p a:hover {
  color: #FFF;
  text-decoration: underline;
}

.lightRed {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  display: none;
}
.lightRed .in {
  background-color: #FFF;
  width: 90%;
  max-width: 900px;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
}
.lightRed .in .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  padding: 6px 8px;
  cursor: pointer;
}
.lightRed .in .foto {
  width: 194px;
}
.lightRed .in .txt {
  padding-left: 26px;
  padding-top: 5px;
}
.lightRed .in .txt h4 {
  font-size: 20px;
  line-height: 30px;
  color: #00C0CF;
  font-weight: 600;
  margin-bottom: 7px;
  font-style: italic;
}
.lightRed .in .txt p {
  color: #464646;
  font-size: 15px;
  line-height: 23px;
  padding-right: 30px;
}

.lightServ {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  display: none;
}
.lightServ .in {
  background-color: #FFF;
  width: 90%;
  max-width: 600px;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
}
.lightServ .in .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  padding: 6px 8px;
  cursor: pointer;
}
.lightServ .in .txt {
  padding-top: 5px;
}
.lightServ .in .txt h4 {
  font-size: 20px;
  line-height: 30px;
  color: #00C0CF;
  font-weight: 600;
  margin-bottom: 7px;
  font-style: italic;
}
.lightServ .in .txt p {
  color: #464646;
  font-size: 15px;
  line-height: 23px;
  padding-right: 10px;
}

#contactIn {
  margin: auto;
  margin-top: 140px;
  margin-bottom: 60px;
  width: 90%;
  max-width: 840px;
}
#contactIn .seccion {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #00C0CF;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 3px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
#contactIn .seccion span {
  background-color: #00C0CF;
  height: 1px;
  width: 90px;
  margin: 0px 15px;
}
#contactIn p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #727272;
}
#contactIn form {
  margin-top: 40px;
}
#contactIn form .campo2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
#contactIn form .campo2 div {
  display: flex;
  flex-direction: column;
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
}
#contactIn form .campo2 div label {
  color: #818181;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 4px;
}
#contactIn form .campo2 div label.label2 {
  color: #818181;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 2px;
}
#contactIn form .campo2 div input {
  margin-top: 3px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #89BAC9;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}
#contactIn form .campo2 div select {
  margin-top: 3px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #89BAC9;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}
#contactIn form .campo2 .twoLang {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0px;
}
#contactIn form .campo2 .twoLang div {
  padding: 0px;
}
#contactIn form .campo2 .twoLang span {
  padding: 0px 12px;
}
#contactIn form .campo1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 10px;
  flex-direction: column;
}
#contactIn form .campo1 h6 {
  color: #727272;
  margin-bottom: 3px;
}
#contactIn form .campo1 label {
  color: #818181;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 4px;
}
#contactIn form .campo1 label.label2 {
  color: #818181;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0px;
}
#contactIn form .campo1 textarea {
  margin-top: 3px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #89BAC9;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  resize: none;
  height: 140px;
}
#contactIn form .losChecks {
  margin-top: 8px;
  margin-bottom: 20px;
}
#contactIn form .losChecks div {
  display: flex;
  padding-left: 11px;
  margin-bottom: 7px;
  align-items: center;
}
#contactIn form .losChecks div input {
  margin: 0;
  padding: 0;
  margin-right: 4px;
}
#contactIn form .losChecks div label {
  color: #818181;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
}
#contactIn form .sendBTn {
  background-color: #00C0CF;
  border: none;
  padding: 12px 28px;
  padding-bottom: 10px;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 1px;
}
#contactIn form .sendBTn:hover {
  background-color: #06949e;
}

.wp {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 99999999;
}
.wp img {
  width: 50px;
}

.input-file-container {
  position: relative;
  width: 236px;
  cursor: pointer !important;
}
.input-file-container label {
  color: #FFF !important;
  letter-spacing: 0px !important;
  font-size: 16px !important;
  cursor: pointer !important;
}
.input-file-container input {
  cursor: pointer !important;
}

.js .input-file-trigger {
  display: block;
  padding: 14px 28px;
  margin-top: 6px;
  background: #00C0CF;
  color: #fff;
  transition: all 0.4s;
  cursor: pointer;
}

.js .input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}

.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  background: #049ca7;
  color: #FFF;
}

.file-return {
  margin: 0;
}

.file-return:not(:empty) {
  margin: 1em 0;
}

.js .file-return {
  font-style: italic;
  font-size: 0.9em;
  font-weight: bold;
}

.js .file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal;
}

@media (max-width: 3200px) {
  header .in {
    padding: 22px 0px;
  }
  .contHero .sliderHero .swiper-slide .texto {
    padding: 0px;
  }
}
@media (max-width: 1500px) {
  header .in {
    padding: 22px 30px;
  }
  .contHero .sliderHero .swiper-slide .texto {
    padding: 0px 30px;
  }
}
@media (max-width: 1200px) {
  .contHero .sliderHero .swiper-slide .texto h3 {
    font-size: 62px;
    line-height: 78px;
  }
}
@media (max-width: 992px) {
  header .headRight ul {
    display: none;
  }
  header .headRight .icMenu {
    display: block;
    height: 36px;
  }
  header .headRight .redes {
    border-left: none;
    border-right: 1px solid #FFF;
    padding-left: 0px;
    padding-right: 16px;
    margin-right: 16px;
  }
  header.headIn .headRight .redes {
    border-left: none;
    border-right: 1px solid #CCC;
    padding-left: 0px;
    padding-right: 16px;
    margin-right: 16px;
  }
  header .headRight .idioma {
    margin-right: 17px;
  }
  .contHero {
    height: 70vh;
  }
  .contHero .sliderHero {
    height: 70vh;
  }
  #services ul, #servicios ul {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
  }
  #services ul li, #servicios ul li {
    width: 100%;
  }
  #aboutus .red, #quienessomos .red {
    width: 700px;
    height: 600px;
    background-size: contain;
  }
  #aboutus .red div, #quienessomos .red div {
    width: 175px;
    height: 175px;
  }
  #aboutus .red .p1, #quienessomos .red .p1 {
    top: -30px;
    left: 144px;
  }
  #aboutus .red .p2, #quienessomos .red .p2 {
    top: 78px;
    left: 520px;
  }
  #aboutus .red .p3, #quienessomos .red .p3 {
    top: 212px;
    left: 245px;
  }
  #aboutus .red .p4, #quienessomos .red .p4 {
    top: 312px;
    left: 8px;
  }
  #aboutus .red .p5, #quienessomos .red .p5 {
    top: 412px;
    left: 471px;
  }
}
@media (max-width: 768px) {
  .contHero .redes {
    right: 8px;
  }
  .contHero .sliderHero .swiper-slide .texto {
    text-align: left !important;
  }
  .contHero .sliderHero .swiper-slide .texto h3 {
    padding-right: 30px;
    font-size: 44px;
    line-height: 55px;
  }
  .contHero .sliderHero .swiper-slide .texto p {
    font-size: 24px;
    line-height: 32px;
  }
  #aboutus h2, #quienessomos h2 {
    padding: 0px 20px;
  }
  #aboutus p, #quienessomos p {
    padding: 0px 20px;
  }
  footer .row .col-12 {
    flex-direction: column;
  }
  footer .row .col-12 .izq {
    flex-direction: column;
  }
  footer .row .col-12 .izq img {
    margin-bottom: 20px;
  }
  footer .row .col-12 .izq .redes {
    margin-left: 0px;
  }
  footer .row .col-12 .der {
    text-align: center;
  }
  footer .row .col-12 .der ul {
    flex-direction: column;
  }
  footer .row .col-12 .der ul li {
    width: 100%;
  }
  #aboutus .red, #quienessomos .red {
    margin-top: 0;
    width: 510px;
    height: 600px;
  }
  #aboutus .red div, #quienessomos .red div {
    width: 120px;
    height: 120px;
  }
  #aboutus .red .p1, #quienessomos .red .p1 {
    top: 68px;
    left: 109px;
  }
  #aboutus .red .p2, #quienessomos .red .p2 {
    top: 136px;
    left: 375px;
  }
  #aboutus .red .p3, #quienessomos .red .p3 {
    top: 240px;
    left: 179px;
  }
  #aboutus .red .p5, #quienessomos .red .p5 {
    top: 378px;
    left: 352px;
  }
  .lightRed .in {
    width: 94%;
    flex-direction: column;
    max-height: 90%;
    overflow-y: scroll;
  }
  .lightRed .in .foto {
    width: 120px;
    text-align: center;
    margin: auto;
    margin-bottom: 12px;
  }
  .lightRed .in .txt {
    padding-left: 0px;
    padding-top: 5px;
    text-align: center;
  }
  .lightRed .in .txt p {
    font-size: 14px;
    line-height: 21px;
    padding-right: 0px;
  }
  #aboutus .red div > h5, #quienessomos .red div > h5 {
    visibility: hidden;
  }
  #services, #servicios {
    margin-bottom: 60px;
    padding-bottom: 35px;
  }
  #services .back, #servicios .back {
    height: 100%;
  }
  #contactIn form .campo2 {
    flex-direction: column;
  }
  #contactIn form .campo2 div {
    width: 100%;
  }
  #contactIn .seccion span {
    width: 12px;
  }
  #contactIn .seccion {
    font-size: 15px;
    line-height: 20px;
  }
  #contactIn p {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 576px) {
  header .logo {
    height: 54px;
  }
  .contHero .sliderHero .swiper-slide .texto h3 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .contHero .sliderHero .swiper-slide .texto p {
    font-size: 20px;
    line-height: 30px;
  }
  .contHero .sliderHero .swiper-slide .texto .btn1 {
    padding: 8px 24px;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 14px;
    padding-left: 0px;
  }
  #aboutus, #quienessomos {
    padding-bottom: 0;
  }
  #aboutus .red, #quienessomos .red {
    width: 371px;
    height: 620px;
  }
  #aboutus .red div, #quienessomos .red div {
    width: 150px;
    height: 150px;
  }
  #aboutus .red .p1, #quienessomos .red .p1 {
    top: 40px;
    left: 23px;
  }
  #aboutus .red .p2, #quienessomos .red .p2 {
    top: 40px;
    right: 0;
    left: inherit;
  }
  #aboutus .red .p3, #quienessomos .red .p3 {
    top: 210px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  #aboutus .red .p4, #quienessomos .red .p4 {
    top: 370px;
    left: 17px;
  }
  #aboutus .red .p5, #quienessomos .red .p5 {
    top: 370px;
    left: inherit;
    right: 0px;
  }
  #services ul li, #servicios ul li {
    font-size: 19px;
    line-height: 28px;
  }
  #aboutus h2 {
    font-size: 19px;
    line-height: 27px;
  }
}
@media (max-width: 440px) {
  header .logo {
    height: 38px;
  }
  #aboutus .red, #quienessomos {
    width: 100%;
  }
  #aboutus .red .p1, #quienessomos .p1 {
    left: 0px;
  }
  #aboutus .red .p4, #quienessomos .p4 {
    left: 0px;
  }
}
@media (max-height: 700px) {
  .contHero {
    height: 90vh;
  }
  .contHero .sliderHero {
    height: 90vh;
  }
  .contHero .sliderHero .swiper-slide .texto h3 {
    font-size: 26px;
    line-height: 28px;
    padding-top: 43px;
  }
  .contHero .sliderHero .swiper-slide .texto p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 13px;
  }
}/*# sourceMappingURL=estilos.css.map */