/*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: "Montserrat", sans-serif;
}

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, * {
  font-family: "Quicksand", sans-serif !important;
}

header {
  width: 100vw;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 20px 3%;
  box-sizing: border-box;
}
header .logo {
  width: 233px;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header nav a {
  color: #0F123E;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-decoration: none;
  line-height: 18px;
  padding: 0px 25px;
  margin: 0;
  display: block;
}
header nav a.active {
  color: #FF7F01;
}
header nav a.active:hover {
  color: #FF7F01;
  cursor: pointer;
  text-decoration: none;
}
header nav a:hover {
  color: #333;
  text-decoration: underline;
}
header nav a:last-child {
  border: none;
}
header .abreMenu {
  display: none;
  cursor: pointer;
}
header .abreMenu img {
  width: 0px;
}

.lighMenu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  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: 85%;
  left: 5%;
  position: absolute;
}
.lighMenu .der .listaMenu li {
  width: 100%;
  border-bottom: 1px solid #CCC;
  cursor: pointer;
  padding: 8px 0px;
}
.lighMenu .der .listaMenu li a {
  text-decoration: none;
  color: #0F123E;
  font-size: 18px;
  line-height: 30px;
  padding: 0px 0px;
  font-weight: 500;
  -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;
  text-decoration: none;
  margin: 0;
}
.lighMenu .der .listaMenu li a.active {
  color: #FF7F01;
}
.lighMenu .der .listaMenu li a.active:hover {
  color: #FF7F01;
  cursor: pointer;
  text-decoration: none;
}
.lighMenu .der .listaMenu li:hover p {
  padding-left: 6px;
}

.sliderHero {
  width: 100%;
  height: 100vh;
  background-color: #EEE;
  overflow: hidden !important;
}
.sliderHero .swiper-slide {
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.sliderHero .swiper-slide p {
  color: #FFF;
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
  padding-left: 4%;
}
.sliderHero .swiper-pagination-bullet {
  background: #FFF;
  opacity: 0.4;
}
.sliderHero .swiper-pagination-bullet-active {
  opacity: 1;
}

.headerFix {
  width: 100%;
  height: 100px;
}

.heroInt {
  width: 100%;
  height: auto;
  background-position: center left;
  background-size: cover;
}
.heroInt .in {
  width: 100%;
  margin: auto;
  padding: 20px 3%;
}
.heroInt h3 {
  color: #FFF;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  padding: 76px 0px;
  letter-spacing: 2px;
}

.productos {
  width: 100%;
  padding: 50px auto;
  background-color: #E9E9E9;
}
.productos .in {
  width: 90%;
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 40px;
}
.productos a {
  width: 30%;
  min-width: 360px;
  margin: 0 16px;
  height: 320px;
  background-position: center bottom;
  background-size: cover;
  display: block;
  margin-bottom: 35px;
  position: relative;
  border: 4px solid #FFF;
  box-sizing: border-box;
  -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;
  box-shadow: 4px 5px 8px 0px rgba(0, 0, 0, 0.215);
  -webkit-box-shadow: 4px 5px 8px 0px rgba(0, 0, 0, 0.215);
  -moz-box-shadow: 4px 5px 8px 0px rgba(0, 0, 0, 0.215);
}
.productos a .info {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 15px;
  left: 0;
  display: flex;
  align-items: center;
  -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;
}
.productos a .info .line {
  background-color: #FFF;
  width: 30px;
  height: 2px;
  margin-right: 8px;
}
.productos a .info p {
  color: #FFF;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  padding-right: 30px;
}
.productos a:hover {
  border: 4px solid #FF7F01;
}
.productos a:hover .info {
  bottom: 22px;
}
.productos h3 {
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 24px;
}
.productos .vermas {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
.productos .vermas a {
  width: 310px;
  min-width: initial;
  height: auto;
  background-color: #072DC8;
  color: #FFF;
  border: none;
  padding: 16px 10px;
  font-weight: 500;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
  margin: auto;
}
.productos .vermas a img {
  margin-left: 8px;
}
.productos .vermas a:hover {
  background-color: #061f85;
}

footer {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  padding: 30px 3%;
  background-color: #FFF;
  position: relative;
  top: 0;
  left: 0;
  z-index: 9999;
}
footer .logo {
  width: 190px;
}
footer nav a {
  color: #0F123E;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
  line-height: 18px;
  padding: 0px 25px;
  margin: 0;
}
footer nav a.active {
  color: #FF7F01;
}
footer nav a.active:hover {
  color: #FF7F01;
  cursor: pointer;
  text-decoration: none;
}
footer nav a:hover {
  color: #333;
  text-decoration: underline;
}
footer nav a:last-child {
  border: none;
}
footer .abreMenu {
  display: none;
  cursor: pointer;
}
footer .abreMenu img {
  width: 0px;
}

.sliderGaleria {
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  max-width: 1000px;
  width: 94%;
  height: auto;
  overflow: hidden;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 50px;
}
.sliderGaleria .swiper {
  position: relative;
}
.sliderGaleria h2 {
  color: #072DC8;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
.sliderGaleria .swiper-wrapper {
  position: relative;
}
.sliderGaleria .swiper-slide {
  overflow: hidden;
}
.sliderGaleria .swiper-slide img {
  width: 100%;
  height: auto;
}
.sliderGaleria .swiper-pagination-bullet {
  background: #FFF;
  opacity: 0.4;
}
.sliderGaleria .swiper-pagination-bullet-active {
  opacity: 1;
}

.clientes {
  width: 90%;
  height: auto;
  max-width: 1400px;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.clientes img {
  margin: 18px 16px;
  padding: 0px 20px;
}

.contacto {
  width: 90%;
  height: auto;
  padding: 70px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: auto;
}
.contacto form {
  display: flex;
  flex-direction: column;
  width: 400px;
  border-right: 1px solid #DEDEDE;
  padding-right: 53px;
}
.contacto form label {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 3px;
}
.contacto form input {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  box-sizing: border-box;
  padding: 7px;
  border: 1px solid #DEDEDE;
  font-size: 16px;
  line-height: 25px;
}
.contacto form textarea {
  width: 100%;
  height: 130px;
  resize: none;
  margin-bottom: 20px;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  padding: 7px;
  font-size: 16px;
  line-height: 25px;
}
.contacto form .send {
  background-color: #072DC8;
  color: #FFF;
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  width: 160px;
  text-align: center;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  margin-left: auto;
  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: none;
}
.contacto form .send:hover {
  background-color: #061f85;
}
.contacto ul li {
  margin-bottom: 20px;
  padding-left: 50px;
}
.contacto ul li p {
  font-size: 19px;
  line-height: 28px;
}
.contacto ul li p b {
  color: #072DC8;
  font-size: 20px;
  font-weight: 600;
}
.contacto ul li p a {
  color: #333;
}
.contacto ul li p a:hover {
  text-decoration: underline;
}
.contacto .gracias {
  width: 100%;
  max-width: 400px;
}
.contacto .gracias p {
  font-size: 20px;
  line-height: 30px;
}
.contacto .gracias p b {
  color: #072DC8;
  font-weight: 600;
}

.ingenieria {
  width: 90%;
  max-width: 1300px;
  margin: 80px auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.ingenieria li {
  width: 46%;
  border: 1px solid #C8C8C8;
  box-sizing: border-box;
  padding: 30px;
  margin: 0 2%;
  margin-bottom: 60px;
  border-bottom: 5px solid #FF7F01;
  position: relative;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  box-shadow: 4px 3px 9px -2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 4px 3px 9px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 3px 9px -2px rgba(0, 0, 0, 0.25);
}
.ingenieria li h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 7px;
  font-weight: 700;
  text-transform: uppercase;
  color: #373737;
}
.ingenieria li p {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 28px;
}
.ingenieria li img {
  width: 100%;
}
.ingenieria li span {
  width: 10px;
  height: 10px;
  background-color: #072DC8;
  position: absolute;
  left: -5px;
  top: 40px;
}

.quienes {
  width: 100%;
  height: auto;
  padding: 60px 0px;
  padding-bottom: 0px;
}
.quienes .in {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.quienes .in .uno {
  color: #072DC8;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.quienes .in .dos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0px;
}
.quienes .in .dos p {
  font-size: 18px;
  line-height: 27px;
  width: 60%;
  padding-right: 40px;
}
.quienes .in .dos img {
  width: 40%;
  height: auto;
}
.quienes .tres {
  background-color: #F6F6F6;
  width: 100%;
  height: auto;
  padding-top: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.quienes .tres img {
  width: 25%;
}
.quienes .tres p {
  font-size: 18px;
  line-height: 27px;
  width: 80%;
  padding-right: 40px;
  width: 70%;
  padding-left: 50px;
  margin-bottom: 40px;
}
.quienes .tres p b {
  font-weight: 600;
}
.quienes .cuatro {
  background-color: #072DC8;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 50px 0px;
}
.quienes .cuatro p {
  color: #FFF;
  font-size: 20px;
  line-height: 30px;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  font-weight: 700;
}

.africa {
width: 100%;
height: auto;
background-color: #222;
text-align: center;
padding: 10px 0;
}
.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;
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.video-container2 { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container2 iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media (max-width: 1400px) {
  header nav a {
    font-size: 16px;
  }
  .quienes .tres img {
    width: 35%;
  }
  .quienes .tres p {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  header .logo {
    width: 190px;
  }
  header nav a {
    font-size: 15px;
    padding: 0px 8px;
  }
  footer nav a {
    font-size: 15px;
    padding: 0px 19px;
  }
}
@media (max-width: 992px) {
  header nav {
    display: none;
  }
  header .abreMenu {
    display: block;
    width: 30px;
  }
  header .abreMenu img {
    width: 38px;
  }
  footer {
    flex-direction: column;
  }
  footer .logo {
    margin-bottom: 20px;
  }
  .sliderGaleria .swiper-pagination {
    display: none !important;
  }
  .quienes .in {
    width: 86%;
  }
  .quienes .in .dos p {
    font-size: 16px;
    line-height: 24px;
    width: 60%;
  }
  .quienes .tres {
    flex-direction: column-reverse;
  }
  .quienes .tres img {
    width: 100%;
  }
  .quienes .tres p {
    width: 86%;
    padding: 0px;
    margin: auto;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  header {
    padding: 15px 3%;
  }
  header .logo {
    width: 165px;
  }
  .headerFix {
    height: 74px;
  }
  .heroInt h3 {
    font-size: 32px;
    line-height: 40px;
    padding: 40px 0px;
    letter-spacing: 1px;
  }
  footer nav {
    display: none;
  }
  footer .logo {
    margin-bottom: 0px;
  }
  .sliderGaleria h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 28px;
  }
  .clientes img {
    margin: 10px 20px;
    padding: 0px 0px;
    clear: both;
    height: auto;
    width: 23%;
  }
  .contacto {
    flex-direction: column;
    width: 100%;
    max-width: 520px;
  }
  .contacto form {
    width: 85%;
    border-right: none;
    padding-right: 0px;
    margin: auto;
  }
  .contacto ul {
    width: 100%;
    padding: 0px;
    margin: 0;
    margin-top: 25px;
  }
  .contacto ul li {
    margin-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    margin-bottom: 15px;
  }
  .contacto .gracias {
    margin: auto;
  }
  .contacto .gracias p {
    text-align: center;
  }
  .ingenieria {
    margin: 55px auto;
  }
  .ingenieria {
    flex-direction: column;
  }
  .ingenieria li {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
  .quienes .in .uno {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
  }
  .quienes .in .dos {
    flex-direction: column;
  }
  .quienes .in .dos p {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
  }
  .quienes .in .dos img {
    width: 100%;
  }
  .quienes {
    padding: 40px 0px;
  }
  .quienes .cuatro {
    padding: 34px 0px;
  }
  .quienes .cuatro p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 576px) {
  .sliderHero .swiper-slide p {
    font-size: 32px;
    line-height: 41px;
  }
  .clientes img {
    margin: 10px 10px;
    padding: 0px 6px;
    height: auto;
    width: 23%;
  }
  .ingenieria {
    margin: 45px auto;
  }
  .ingenieria li {
    padding: 22px;
  }
  .ingenieria li h4 {
    font-size: 20px;
    line-height: 25px;
  }
  .ingenieria li p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 28px;
  }
  .ingenieria li span {
    top: 29px;
  }
}/*# sourceMappingURL=estilos.css.map */