@font-face {
  font-family: 'DINPro';
  src: url("../fonts/DINPro-Medium.woff2") format("woff2"), url("../fonts/DINPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'DINPro';
  src: url("../fonts/DINPro-Bold.woff2") format("woff2"), url("../fonts/DINPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'DINPro';
  src: url("../fonts/DINPro-Light.woff2") format("woff2"), url("../fonts/DINPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'DINPro';
  src: url("../fonts/DINPro-Regular.woff2") format("woff2"), url("../fonts/DINPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.navbar {
  background-color: #0e1528;
}

.navbar .navbar-brand img {
  width: 150px;
}

.navbar .navbar-toggler {
  background-color: transparent;
  padding: 0;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  height: 20px;
  width: 20px;
  color: white;
  z-index: 99999;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar .navbar-collapse {
  text-align: center;
  font-family: "DINPro";
}

.navbar .navbar-collapse .navbar-nav .nav-link {
  padding: 0px 0px;
}

.navbar .navbar-collapse .nav-item {
  margin: 10px;
}

.navbar .navbar-collapse .nav-item a {
  color: white;
  font-weight: 500;
  font-size: 12px;
}

.navbar .navbar-collapse .nav-item a.active {
  color: #39acb5;
}

.navbar .navbar-collapse .item-absolute a {
  background-color: white;
  color: #0e1528;
  padding: 0 8px !important;
  border-radius: 3px;
}

.navbar .navbar-collapse .item-normal a {
  background-color: white;
  color: #0e1528;
  padding: 0 8px !important;
  border-radius: 3px;
}

#slider_home {
  /* Lista selectora de imagenes del slide */
}

#slider_home .colSlide {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-top: 0rem;
}

#slider_home .slideshow {
  z-index: 1;
}

#slider_home .slideshow .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

#slider_home .slideshow .item {
  z-index: 1;
  overflow: hidden;
}

#slider_home .slideshow .item img {
  width: 100%;
  max-width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

#slider_home .slideshow .textonimage {
  position: absolute;
  z-index: 99999;
  top: 9vw;
  font-family: "DINPro";
  text-align: left;
  color: white;
  margin-left: 20px;
}

#slider_home .slideshow .textonimage h2 {
  margin-top: 70px;
  margin-left: 30px;
  font-size: 5vw;
  text-align: left;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 6vw;
  padding-bottom: 6vw;
  border-bottom: 2px solid white;
}

#slider_home .slideshow .textonimage h2 .comercio {
  font-weight: bold;
}

#slider_home .slideshow .textonimage h2:before {
  content: "";
  display: block;
  height: 3px;
  margin-bottom: 25px;
  width: 30px;
  left: 0;
  background-color: white;
}

#slider_home .slick-dots {
  bottom: 15vw !important;
  opacity: 1;
  width: 130px;
  padding: 0;
  left: 25px;
}

#slider_home .slick-dots li.slick-active button:before {
  background-color: #0e1528;
  border-radius: 100%;
  content: "";
  opacity: 1;
  width: 10px;
  height: 10px;
}

#slider_home .slick-dots li button:before {
  background-color: white;
  border-radius: 100%;
  content: "";
  opacity: 1;
  width: 10px;
  height: 10px;
}

#home_servicios {
  margin: 30px 0;
}

#home_servicios .row .col-12 {
  text-align: left;
  font-family: "DINPro";
  font-weight: bold;
}

#home_servicios .row .col-12 div {
  border-bottom: 0.5px solid #58595b;
  margin-bottom: 45px;
}

#home_servicios .row .col-12 div h1 {
  font-size: 35px;
  padding: 5px 0;
}

#home_servicios .row .col-12 div h1 #tipo_servicio {
  font-weight: 100;
  text-transform: uppercase;
}

#home_servicios .row .col-12 div:before {
  content: "";
  display: block;
  height: 3px;
  margin-bottom: 5px;
  width: 30px;
  left: 0;
  background-color: #58595b;
}

#home_servicios .row .col-xs-12 {
  text-align: center;
}

#home_servicios .row .col-xs-12 img {
  width: 180px;
  max-width: 180px;
  margin-top: 25px;
}

#home_servicios .row .col-xs-12 .img-special {
  margin-left: 40px;
}

#home_servicios .row .col-xs-12 .text {
  font-family: "DINPro";
}

#home_servicios .row .col-xs-12 .text h2 {
  margin-top: 20px;
  font-size: 16px;
}

#home_servicios .row .col-xs-12 .text h3 {
  font-weight: normal;
  font-size: 13px;
  padding: 0 55px;
  color: #58595b;
  line-height: 16px;
}

#home_servicios .row .col-xs-12 a {
  border: 2px solid #39acb5;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 14px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  transition: all 250ms;
}

#home_servicios .row .col-xs-12 a i {
  color: white;
  background-color: #39acb5;
  padding: 4px;
  padding-bottom: 0;
  padding-top: 0;
  border-radius: 50%;
  font-size: 10px;
  float: left;
}

#home_servicios .row .col-xs-12 a p {
  margin: 0 5px;
  margin-top: -2px;
  float: right;
  font-family: "DINPro";
  color: #39acb5;
  font-size: 12px;
}

#home_servicios .row .col-xs-12 a:hover {
  background-color: #39acb5;
  color: white;
  transition: all 250ms;
}

#home_servicios .row .col-xs-12 a:hover p {
  color: white;
}

#home_servicios .row .col-xs-12 a:hover i {
  background-color: white;
  color: #39acb5;
}

#home_servicios .row .colmedio img {
  margin-top: 6px;
}

#home_servicios #exito_casos .col-12 {
  text-align: center;
  font-family: "DINPro";
  font-weight: bold;
  margin-top: 20px;
}

#home_servicios #exito_casos .col-12 a {
  text-transform: uppercase;
  width: 90%;
  color: #0e1528;
  margin: 10px 0px;
  border-right: 2px solid #0e1528;
  border-left: 2px solid #0e1528;
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
}

#home_servicios #exito_casos .col-12 a:first-child {
  border-right: 2px solid #0e1528;
  border-left: 2px solid #0e1528;
  padding-right: 0px;
  padding-left: 0px;
}

#home_servicios #exito_casos .col-12 a:last-child {
  padding-left: 0px;
  padding-right: 0px;
  border-right: 2px solid #0e1528;
  border-left: 2px solid #0e1528;
}

#home_servicios .rowcols .col-xs-12:first-child:after {
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 20px;
  width: 100%;
  left: 0;
  background-color: #cecdcd;
}

#home_servicios .rowcols .colmedio:after {
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 20px;
  width: 100%;
  left: 0;
  background-color: #cecdcd;
}

#home_proposito .row .col-12 {
  text-align: center;
  font-family: "DINPro";
  margin: 40px 0;
  margin-bottom: 50px;
}

#home_proposito .row .col-12 div h2 {
  font-size: 17px;
  font-weight: 300;
  padding-top: 30px;
  padding-bottom: 25px;
}

#home_proposito .row .col-12 div:before {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background-color: #58595b;
}

#home_proposito .row .col-12 div:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background-color: #58595b;
}

#home_proposito .row .colesp {
  margin: 0;
  margin-top: 20px;
}

#home_proposito .row .colesp div h1 {
  font-size: 25px;
  font-weight: bold;
}

#home_proposito .row .colesp div:after {
  display: none;
}

#home_proposito .row .colesp div:before {
  display: none;
}

#home_parallax {
  margin-top: 0;
}

#home_parallax .row {
  text-align: center;
  justify-content: center;
  align-items: center;
  background-image: url("../img/mobile/banner_trayectoria.jpg");
  background-attachment: unset;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#home_parallax .row .col-parallax {
  padding-bottom: 25px;
  margin: 0;
}

#home_parallax .row .col-parallax a:hover {
  text-decoration: none;
}

#home_parallax .row .col-parallax div h1 {
  font-family: "DINPro";
  font-weight: 300;
  color: white;
  font-size: 75px;
}

#home_parallax .row .col-parallax div h2 {
  font-family: "DINPro";
  font-weight: 300;
  color: white;
  font-size: 15px;
}

#home_parallax .row .col-parallax div:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: white;
  margin-top: 35px;
  opacity: 0.5;
}

#home_parallax .row .col-parallax .h3-ver h3 {
  font-family: "DINPro";
  color: white;
  font-style: none;
  font-weight: 300;
  font-size: 16px;
  padding: 5px;
  border: 1px solid white;
  border-radius: 5px;
}

#home_parallax .row .col-parallax .h3-ver h3:hover {
  background-color: #39acb5;
  border: #39acb5;
  cursor: pointer;
}

#home_parallax .row .col1 {
  margin-top: 25px;
}

#home_parallax .row .col5 div:after {
  display: none;
}

#home_confian .row .col-12 {
  padding-top: 40px;
  padding-bottom: 20px;
}

#home_confian .row .col-12 h1 {
  font-family: "DINPro";
  font-size: 21px;
  padding: 10px 0;
}

#home_confian .row .col-12::before {
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  background-color: black;
}

#home_confian .row .col-12::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: black;
  opacity: 0.7;
}

#home_confian .row .colcaru .carousel-clientes {
  padding-bottom: 45px;
}

#home_confian .row .colcaru .carousel-clientes .item img {
  display: block;
  margin: auto;
  display: flex;
  align-items: center;
}

#home_confian .row .colcaru .carousel-clientes .item .logo {
  filter: grayscale(100%);
  transition: all 0.5s;
}

#home_confian .row .colcaru .carousel-clientes .item .logo:hover {
  filter: grayscale(0%) !important;
  transition: all 0.5s !important;
}

#home_contacto .row .col-12 {
  text-align: left;
  font-family: "DINPro";
  font-weight: 500;
}

#home_contacto .row .col-12 div {
  border-bottom: 0.5px solid #58595b;
  margin-bottom: 45px;
}

#home_contacto .row .col-12 div h1 {
  font-size: 28px;
  padding: 5px 0;
}

#home_contacto .row .col-12 div:before {
  content: "";
  display: block;
  height: 3px;
  margin-bottom: 5px;
  width: 30px;
  left: 0;
  background-color: #58595b;
}

#home_contacto .row .col-xs-12 {
  text-align: center;
}

#home_contacto .row .col-xs-12 img {
  width: 30px;
  max-width: 30px;
  margin-top: 25px;
}

#home_contacto .row .col-xs-12 .img-special {
  width: 42px;
  max-width: 42px;
  margin-top: 30px;
}

#home_contacto .row .col-xs-12 .text {
  font-family: "DINPro";
}

#home_contacto .row .col-xs-12 .text h3 {
  font-weight: normal;
  font-size: 15px;
  padding: 0 55px;
  color: #58595b;
  line-height: 16px;
  margin-top: 10px;
  margin-bottom: 30px;
}

#home_contacto .row .col-xs-12 .text a {
  font-weight: normal;
  font-size: 15px;
  padding: 0 55px;
  color: #58595b;
  line-height: 16px;
  margin-top: 10px;
  margin-bottom: 30px;
  text-decoration: none;
}

#home_contacto .rowcols {
  margin: 50px 0;
}

#home_contacto .rowcols .col-xs-12:first-child:after {
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 20px;
  width: 100%;
  left: 0;
  background-color: #cecdcd;
}

#home_contacto .rowcols .colmedio:after {
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 20px;
  width: 100%;
  left: 0;
  background-color: #cecdcd;
}

#home_form .row .col-12 {
  padding: 0;
}

#home_form .row .col-sm-6 .form {
  margin-top: -500px;
  padding-top: 70px;
  z-index: 9999;
  font-family: "DINPro";
}

#home_form .row .col-sm-6 .form .col-12 {
  text-align: center;
}

#home_form .row .col-sm-6 .form .col-12 input {
  margin: 8px;
  width: 85%;
  border: 1px solid #58595b;
  border-radius: 5px;
  padding: 5px;
  background-color: transparent;
  padding-left: 15px;
}

#home_form .row .col-sm-6 .form .col-12 .special {
  width: 40%;
}

#home_form .row .col-sm-6 .form .col-12 textarea {
  margin: 8px;
  width: 85%;
  border: 1px solid #58595b;
  height: 120px;
  border-radius: 5px;
  background-color: transparent;
  padding-left: 15px;
  padding-top: 8px;
  margin-bottom: 15px;
}

#home_form .row .col-sm-6 .form .col-12 a {
  color: white;
  background-color: #58595b;
  padding: 8px 25px;
  border-radius: 3px;
  font-size: 13px;
}

#home_form .row .col-sm-6 .form .col-12 a:hover {
  background-color: #39acb5;
}

#home_form .row .col-sm-6 .form .col-12 h3 {
  font-family: "DINPro";
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-top: -30px;
  color: #58595b;
  font-weight: 300;
}

#home_form .row .col-sm-6 .form .colbtn {
  text-align: left;
}

#home_form .row .col-sm-6 .form .colbtn input {
  color: white;
  background-color: #58595b;
  padding: 8px 25px;
  border-radius: 3px;
  font-size: 13px;
  cursor: pointer;
}

#home_form .row .col-sm-6 .form .colbtn input:hover {
  background-color: #39acb5;
}

#home_form .row .bg {
  background-color: #c5c5c5;
  height: 500px;
  opacity: 0.9;
  margin-top: -5px;
}

#pagina_servicios {
  margin: 30px 30px;
}

#pagina_servicios .row .col-xs-12 {
  text-align: center;
}

#pagina_servicios .row .col-xs-12 img {
  padding-top: 20px;
  width: 180px;
  margin-top: 25px;
}

#pagina_servicios .row .col-xs-12 .more {
  margin-top: -10px;
  width: 100% !important;
  height: auto;
}

#pagina_servicios .row .col-xs-12 .text {
  border-bottom: 1px solid #cecdcd;
  font-family: "DINPro";
  padding-bottom: 30px;
}

#pagina_servicios .row .col-xs-12 .text h2 {
  margin-top: 20px;
  font-size: 16px;
}

#pagina_servicios .row .col-xs-12 .text h3 {
  font-weight: normal;
  font-size: 13px;
  padding: 10px 0px;
  color: #58595b;
  line-height: 16px;
  margin-top: -10px;
}

#pagina_servicios .row .col-xs-12 .text h3 a {
  border: none;
  color: #58595b;
  text-decoration: none;
  padding-left: 0;
  font-weight: bold;
}

#pagina_servicios .row .col-xs-12 a {
  border: 2px solid #39acb5;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 14px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#pagina_servicios .row .col-xs-12 a i {
  color: white;
  background-color: #39acb5;
  padding: 4px;
  padding-bottom: 0;
  padding-top: 0;
  border-radius: 50%;
  font-size: 10px;
  float: left;
}

#pagina_servicios .row .col-xs-12 a p {
  margin: 0 5px;
  margin-top: -2px;
  float: right;
  font-family: "DINPro";
  color: #39acb5;
  font-size: 12px;
}

#pagina_servicios .row .sin-bor {
  border-right: none !important;
}

#exito_imagenes {
  margin: 0 10px;
}

#exito_imagenes .row .col-xs-12 .text {
  font-family: "DINPro";
}

#exito_imagenes .row .col-xs-12 .text h2 {
  margin-top: 20px;
  font-size: 20px;
  text-transform: uppercase;
}

#exito_imagenes .row .col-xs-12 .text h3 {
  font-weight: normal;
  font-size: 16px;
  padding: 0px;
  color: #58595b;
  line-height: 16px;
  text-transform: capitalize;
}

#exito_imagenes .row .col-xs-12 img {
  max-width: none;
  width: 100%;
}

#exito_imagenes .row .col-xs-12 .triangulo {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 0;
  height: 0;
  border-right: 50px solid white;
  border-top: 50px solid white;
  border-left: 50px solid transparent;
  border-bottom: 50px solid transparent;
}

#exito_imagenes .row .col-12 .text {
  font-family: "DINPro";
}

#exito_imagenes .row .col-12 .text .bullet {
  width: 8px;
  height: 8px;
  background-color: #39acb5;
  border-radius: 100%;
  margin-right: 10px;
  margin-top: 7px;
  float: left;
}

#exito_imagenes .row .col-12 .text h2 {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
}

#exito_imagenes .row .col-12 .text h3 {
  font-weight: normal;
  font-size: 14px;
  padding: 0px;
  color: #58595b;
  line-height: 16px;
  margin-left: 18px;
  text-transform: capitalize;
}

footer {
  margin-top: -2px;
}

footer #home_footer .row {
  background-color: #0e1528;
  padding-left: 10px;
}

footer #home_footer .row .colnav {
  padding-top: 30px;
  padding-bottom: 10px;
}

footer #home_footer .row .colnav div {
  text-align: left;
}

footer #home_footer .row .colnav div a {
  font-family: "DINPro";
  color: white;
  font-size: 12px;
  line-height: 32px;
}

footer #home_footer .row .colnav div:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  margin-bottom: -10px;
  height: 1px;
  width: 88%;
  background-color: white;
}

footer #home_footer .row .colinfo {
  padding-top: 20px;
  padding-bottom: 10px;
}

footer #home_footer .row .colinfo .text {
  margin: auto;
  margin-left: 0;
  width: 300px;
  font-family: "DINPro";
  font-size: 12px;
  color: white;
  font-weight: 300;
  margin-top: 5px;
  line-height: 15px;
  text-align: left;
}

footer #home_footer .row .colinfo .text a {
  text-decoration: none;
  color: white;
}

footer #home_footer .row .colinfo .redes {
  text-align: left;
}

footer #home_footer .row .colinfo .redes a {
  transition: all 250ms;
}

footer #home_footer .row .colinfo .redes a:hover {
  opacity: 50%;
  transition: all 250ms;
}

footer #home_footer .row .colinfo .redes img {
  margin-top: 10px;
  width: 23px;
}

footer #home_footer .row .colinfo .redes:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  margin-bottom: -20px;
  height: 1px;
  width: 88%;
  background-color: white;
}

footer #home_footer .row .coliso {
  padding-top: 10px;
  padding-bottom: 10px;
}

footer #home_footer .row .coliso div {
  float: right;
  text-align: left;
  margin-right: 10px;
  margin-top: -180px;
}

footer #home_footer .row .coliso div img {
  width: 65px;
}

footer #home_footer .row .coliso div p {
  margin-top: 15px;
  color: white;
  font-family: "DINPro";
  font-size: 12px;
}

footer #home_footer .row .colint {
  padding-top: 50px;
  padding-bottom: 20px;
}

footer #home_footer .row .colint div {
  text-align: left;
}

footer #home_footer .row .colint div img {
  width: 60px;
}

footer #home_footer .row .colint div p {
  margin-top: 15px;
  color: white;
  font-family: "DINPro";
  font-size: 12px;
  font-weight: 300;
}

footer #home_subfooter .row .col-12 {
  background-color: #39acb5;
  color: white;
  font-family: "DINPro";
  text-align: center;
}

footer #home_subfooter .row .col-12 img {
  width: 70px;
  margin-top: -5px;
}

footer #home_subfooter .row .col-12 p {
  padding-top: 7px;
  margin-bottom: 7px;
  font-weight: 300;
  font-size: 12px;
}

#servicios {
  margin-top: 5rem;
}

#servicios .titulo_servicios {
  padding-top: 10%;
  text-align: center;
  min-height: 100%;
  width: 100%;
}

#servicios .titulo_servicios h2 {
  font-family: "DINPro";
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#servicios .titulo_servicios a {
  font-family: "DINPro";
  border: 2px solid white;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 14px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-decoration: none;
  font-family: "DINPro";
  color: white;
  font-size: 12px;
}

#servicios .titulo_servicios a:hover {
  background-color: white;
  color: #0e1528;
  font-weight: bolder;
}

#servicios #industria_minera {
  transition: all 1000ms;
  margin-top: 20px;
  background-image: url("../../assets/img/mobile/servicios_plantas_llave_en_mano.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#servicios #industria_minera:hover {
  transition: all 1000ms;
  margin-top: 20px;
  background-image: url("../../assets/img/mobile/servicios_plantas_llave_en_mano_hover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#servicios #energias_renovables {
  transition: all 1000ms;
  margin-top: 20px;
  background-image: url("../../assets/img/mobile/servicios_energias_renovables.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#servicios #energias_renovables:hover {
  transition: all 1000ms;
  margin-top: 20px;
  background-image: url("../../assets/img/mobile/servicios_energias_renovables_hover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#servicios #plantas_llave_en_mano {
  transition: all 1000ms;
  margin-bottom: 20px;
  background-image: url("../../assets/img/mobile/servicios_plantas_llave_en_mano.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#servicios #plantas_llave_en_mano:hover {
  transition: all 1000ms;
  margin-bottom: 20px;
  background-image: url("../../assets/img/mobile/servicios_plantas_llave_en_mano_hover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#servicios #oil_gas {
  transition: all 1000ms;
  margin-bottom: 20px;
  background-image: url("../../assets/img/mobile/servicios_oil_gas.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#servicios #oil_gas:hover {
  transition: all 1000ms;
  margin-bottom: 20px;
  background-image: url("../../assets/img/mobile/servicios_oil_gas.jpg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#gracias .row {
  margin: 30px;
  margin-bottom: 150px;
}

#gracias .row .col-xs-12 {
  text-align: center;
  padding: 0;
  margin: auto 0;
}

#gracias .row .col-xs-12 .text {
  font-family: "DINPro";
  float: left;
  margin-top: 30px;
}

#gracias .row .col-xs-12 .text h1 {
  font-weight: bold;
  font-size: 25px;
  padding: 0 0px;
  color: #58595b;
}

#gracias .row .col-xs-12 .text h3 {
  font-weight: normal;
  font-size: 17px;
  padding: 0 0px;
  color: #58595b;
}

@media (min-width: 576px) {
  #servicios .titulo_servicios {
    padding-top: 10%;
    text-align: center;
    min-height: 100%;
    width: 100%;
  }
  #servicios .titulo_servicios h2 {
    font-family: "DINPro";
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 30px;
  }
  #servicios #plantas_llave_en_mano {
    margin-top: 20px;
    margin-bottom: 0;
  }
  #servicios #plantas_llave_en_mano:hover {
    margin-top: 20px;
    margin-bottom: 0;
  }
  #servicios #oil_gas {
    margin-top: 20px;
    margin-bottom: 0;
  }
  #servicios #oil_gas:hover {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.header_img_mobile {
  margin-top: 61px;
  display: block;
}

.header_img {
  margin-top: 73px;
  display: none;
}

#nosotros {
  margin-top: 60px;
}

#nosotros .row {
  margin: 30px 0px;
}

#nosotros .row .col-12 {
  text-align: left;
  font-family: "DINPro";
  font-weight: 500;
}

#nosotros .row .col-12 div {
  border-bottom: 0.5px solid #58595b;
  margin-bottom: 45px;
}

#nosotros .row .col-12 div h1 {
  font-size: 28px;
  padding: 5px 0;
}

#nosotros .row .col-12 div:before {
  content: "";
  display: block;
  height: 3px;
  margin-bottom: 5px;
  width: 30px;
  left: 0;
  background-color: #58595b;
}

#nosotros .row .col-xs-12 {
  text-align: left;
}

#nosotros .row .col-xs-12 .text {
  font-family: "DINPro";
}

#nosotros .row .col-xs-12 .text p {
  font-weight: normal;
  font-size: 16px;
  padding: 0px;
  color: #58595b;
  line-height: 25px;
  margin-top: -20px;
}

#nosotros .rowclientes {
  text-align: center;
}

#nosotros .rowclientes h2 {
  color: #58595b;
  font-size: 20.5px;
}

#nosotros .rowclientes::after {
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  display: block;
  content: "";
  width: 97%;
  height: 1px;
  background-color: #cecdcd;
  margin-top: 50px;
  margin-bottom: 20px;
}

#nosotros .rowclientes .col-6 img {
  max-width: 150px;
  filter: grayscale(100%);
  transition: all 0.5s;
}

#nosotros .rowclientes .col-6 img:hover {
  filter: grayscale(0%);
  transition: all 0.5s;
}

#nosotros .rP::after {
  display: none;
}

@media (min-width: 576px) {
  .navbar {
    padding-top: 15px;
  }
  .navbar .navbar-brand img {
    width: 180px;
    margin-left: 30px;
  }
  .navbar .navbar-collapse .nav-item {
    margin-bottom: -10px;
  }
  .navbar .navbar-collapse .nav-item a:hover {
    opacity: 0.7;
  }
  .navbar .navbar-nav {
    margin-right: 30px;
    position: relative;
  }
  .navbar .item-absolute {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -10px !important;
  }
  .navbar .item-absolute a {
    font-size: 11px !important;
  }
  .navbar .item-normal a {
    font-size: 11px !important;
  }
  #slider_home .colSlide {
    margin-top: 4.5rem;
  }
  #slider_home .slideshow .textonimage {
    position: absolute;
    z-index: 99999;
    top: 4vw;
    font-family: "DINPro";
    text-align: left;
    color: white;
    margin-left: 20px;
  }
  #slider_home .slideshow .textonimage h2 {
    margin-top: 30px;
    margin-left: 30px;
    font-size: 2.5vw;
    text-align: left;
    font-weight: 100;
    letter-spacing: -2px;
    line-height: 3.5vw;
    padding-bottom: 3vw;
    border-bottom: 2px solid white;
  }
  #slider_home .slideshow .textonimage h2 .comercio {
    font-weight: bold;
  }
  #slider_home .slideshow .textonimage h2:before {
    content: "";
    display: block;
    height: 3px;
    margin-bottom: 25px;
    width: 30px;
    left: 0;
    background-color: white;
  }
  #slider_home .slick-dots {
    bottom: 10vw !important;
    opacity: 1;
    width: 130px;
    padding: 0;
    left: 25px;
  }
  #home_servicios {
    margin: 30px;
    margin-top: 50px;
  }
  #home_servicios .row .colmedio {
    border-top: transparent;
    border-bottom: transparent;
    border-left: 1px solid #cecdcd;
    border-right: 1px solid #cecdcd;
  }
  #home_servicios #exito_casos .col-12 {
    text-align: left;
    font-family: "DINPro";
    font-weight: bold;
    margin-top: 20px;
  }
  #home_servicios #exito_casos .col-12 a {
    width: auto;
    color: #0e1528;
    margin: 10px 0px;
    border-left: 0px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 250ms;
  }
  #home_servicios #exito_casos .col-12 a.active {
    color: #39acb5;
  }
  #home_servicios #exito_casos .col-12 a:hover {
    transition: all 250ms;
    color: #39acb5;
  }
  #home_servicios #exito_casos .col-12 a:first-child {
    border-left: 0px;
    padding-right: 20px;
    padding-left: 0px;
  }
  #home_servicios #exito_casos .col-12 a:last-child {
    padding-left: 20px;
    padding-right: 0px;
    border-right: 0px;
    border-left: 0px;
  }
  #home_servicios .rowcols .col-xs-12:first-child:after {
    display: none;
    margin-bottom: 0;
  }
  #home_servicios .rowcols .colmedio:after {
    display: none;
    margin-bottom: 0;
  }
  #servicios {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  #servicios .titulo_servicios {
    margin-top: 50%;
    margin-bottom: 80%;
  }
  #servicios #industria_minera {
    background-image: url("../../assets/img/desktop/home/servicios_industria_minera.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  #servicios #industria_minera:hover {
    background-image: url("../../assets/img/desktop/home/servicios_industria_minera_hover.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  #servicios #energias_renovables {
    background-image: url("../../assets/img/desktop/home/servicios_energias_renovables.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  #servicios #energias_renovables:hover {
    background-image: url("../../assets/img/desktop/home/servicios_energias_renovables_hover.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  #servicios #plantas_llave_en_mano {
    background-image: url("../../assets/img/desktop/home/servicios_plantas_llave_en_mano.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  #servicios #plantas_llave_en_mano:hover {
    background-image: url("../../assets/img/desktop/home/servicios_plantas_llave_en_mano_hover.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  #servicios #oil_gas {
    background-image: url("../../assets/img/desktop/home/servicios_oil_gas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  #servicios #oil_gas:hover {
    background-image: url("../../assets/img/desktop/home/servicios_oil_gas_hover.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  #home_proposito .row .col-12 {
    margin: 20px 0;
  }
  #home_proposito .row .colesp {
    margin-top: -20px;
  }
  #home_parallax {
    margin-top: 4rem;
  }
  #home_parallax .row {
    background-attachment: fixed;
    background-image: url("../img/desktop/home/banner_trayectoria.jpg");
    background-position: center;
    background-size: cover;
  }
  #home_parallax .row .col-parallax {
    padding: 0;
    height: 350px;
  }
  #home_parallax .row .col-parallax div {
    margin: 60px 0;
    margin-top: 100px;
  }
  #home_parallax .row .col-parallax div:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    margin-top: 90px;
    height: 200px;
    width: 1px;
    left: 0;
    margin-left: 0px;
    background-color: white;
  }
  #home_parallax .row .col-parallax .h3-ver {
    margin: 43px;
    margin-top: -40px;
  }
  #home_parallax .row .col1 {
    margin-top: 0;
  }
  #home_parallax .row .col1 div:after {
    display: none;
  }
  #home_confian div div h1 {
    font-size: 34px;
  }
  #home_confian div div::before {
    width: 50px;
  }
  #home_contacto {
    margin: 30px;
    margin-top: 70px;
    margin-bottom: 50px;
  }
  #home_contacto .row .col-12 {
    text-align: left;
    font-family: "DINPro";
    font-weight: 500;
    margin-top: 73px;
  }
  #home_contacto .row .col-12 div {
    border-bottom: 0.5px solid #58595b;
    margin-bottom: 45px;
  }
  #home_contacto .row .col-12 div h1 {
    font-size: 28px;
    padding: 5px 0;
  }
  #home_contacto .row .col-12 div:before {
    content: "";
    display: block;
    height: 3px;
    margin-bottom: 5px;
    width: 30px;
    left: 0;
    background-color: #58595b;
  }
  #home_contacto .row .colmedio {
    border-left: 1px solid #cecdcd;
    border-right: 1px solid #cecdcd;
  }
  #home_contacto .row .colmedio2 {
    border-right: 1px solid #cecdcd;
  }
  #home_contacto .rowcols {
    margin: 0;
  }
  #home_contacto .rowcols .col-xs-12:first-child:after {
    display: none;
    margin-bottom: 0;
  }
  #home_contacto .rowcols .colmedio:after {
    display: none;
    margin-bottom: 0;
  }
  #home_form .row .col-sm-6 {
    margin-top: -500px;
  }
  #home_form .row .col-sm-6 .form {
    margin-top: 0;
    padding-top: 40px;
  }
  #home_form .row .col-sm-6 .form .col-12 .special {
    width: 41%;
  }
  #home_form .row .col-sm-6 .form .col-12 h3 {
    text-align: left;
    padding-left: 50px;
    padding-right: 40px;
    margin-top: 0;
  }
  #home_form .row .col-sm-6 .form .colbtn input {
    margin-left: 50px;
    width: 100px;
    color: white;
    background-color: #58595b;
    padding: 8px 25px;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
  }
  #home_form .row .col-sm-6 .form .colbtn input:hover {
    background-color: #39acb5;
  }
  footer {
    margin-top: -5px;
  }
  footer #home_footer .row {
    padding: 50px 30px;
  }
  footer #home_footer .row .colnav {
    padding-top: 0;
    padding-bottom: 0;
  }
  footer #home_footer .row .colnav div:after {
    display: none;
  }
  footer #home_footer .row .colinfo {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: -30px;
    margin-right: 30px;
  }
  footer #home_footer .row .colinfo .text {
    margin: 0;
    margin-top: 5px;
  }
  footer #home_footer .row .colinfo .redes:after {
    display: none;
  }
  footer #home_footer .row .coliso {
    padding-top: 0;
    padding-bottom: 0;
  }
  footer #home_footer .row .coliso div {
    float: none;
    margin-left: 150px;
    margin-right: 0;
    margin-top: 0;
  }
  footer #home_footer .row .colint {
    padding-top: 0;
    padding-bottom: 0;
  }
  footer #home_footer .row .colint div {
    text-align: right;
    margin-right: 20px;
  }
  footer #home_subfooter .row .col-12 {
    text-align: right;
    padding-right: 60px;
  }
  .header_img_mobile {
    display: none;
  }
  .header_img {
    display: block;
  }
  #nosotros {
    margin-bottom: 10rem;
  }
  #nosotros .row {
    margin: 30px 30px;
  }
  #pagina_servicios {
    margin: 30px 30px;
    margin-bottom: 70px;
  }
  #pagina_servicios .row {
    margin-bottom: 20px;
  }
  #pagina_servicios .row .col-xs-12 {
    margin: 20px 0;
    padding: 0 auto;
    text-align: left;
    border-right: 1px solid #cecdcd;
    display: flex;
    align-items: center;
  }
  #pagina_servicios .row .col-xs-12 img {
    padding: 0px;
    margin: 0px;
  }
  #pagina_servicios .row .col-xs-12 .more {
    width: 100% !important;
    height: auto;
  }
  #pagina_servicios .row .col-xs-12 .text {
    border-bottom: 0px solid #cecdcd;
    font-family: "DINPro";
    padding: 0px 30px;
    margin: auto 0;
  }
  #pagina_servicios .row .col-xs-12 .text h2 {
    color: #58595b;
    margin-top: 0px;
    font-size: 22px;
    font-weight: bold;
  }
  #pagina_servicios .row .col-xs-12 .text h3 {
    font-weight: normal;
    font-size: 17px;
    padding: 0px 0px;
    color: #58595b;
    line-height: 25px;
  }
  #pagina_servicios .row .col-xs-12 a {
    border: 2px solid #39acb5;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 14px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #pagina_servicios .row .col-xs-12 a i {
    color: white;
    background-color: #39acb5;
    padding: 4px;
    padding-bottom: 0;
    padding-top: 0;
    border-radius: 50%;
    font-size: 10px;
    float: left;
  }
  #pagina_servicios .row .col-xs-12 a p {
    margin: 0 5px;
    margin-top: -2px;
    float: right;
    font-family: "DINPro";
    color: #39acb5;
    font-size: 12px;
  }
  #pagina_servicios .row .final {
    border-right: 0px solid transparent;
  }
  #exito_imagenes {
    margin: 0 37px;
  }
  #gracias .row {
    margin: 30px;
    margin-bottom: 150px;
  }
  #gracias .row .col-xs-12 {
    text-align: left;
    padding: 0;
    margin: auto 0;
  }
  #gracias .row .col-xs-12 img {
    max-width: 200px;
    float: left;
    padding-right: 50px;
    border-right: 1px solid grey;
  }
  #gracias .row .col-xs-12 .text {
    font-family: "DINPro";
    float: left;
    margin-top: 30px;
  }
  #gracias .row .col-xs-12 .text h1 {
    font-weight: bold;
    padding: 0 50px;
    color: #58595b;
  }
  #gracias .row .col-xs-12 .text h3 {
    font-weight: normal;
    font-size: 20px;
    padding: 0 50px;
    color: #58595b;
  }
}

#slider_home .slick-next {
  right: 10px;
}

#slider_home .slick-prev {
  left: 10px;
  z-index: 9999;
}

#home_confian .row .colcaru .carousel-clientes .item img:hover {
  cursor: pointer;
  filter: grayscale(0%) !important;
  transition: all 0.5s !important;
}

.agregadocol::before {
  display: none !important;
}

.idiomas {
  position: absolute;
  top: -27px;
  right: 133px;
}

.idiomas li {
  display: inline-block;
  margin: 10px 5px 0 0 !important;
}

.idiomas li img {
  width: 26px !important;
}

@media (max-width: 576px) {
  .idiomas {
    position: relative;
  }
}

/*# sourceMappingURL=styles.map */