* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-family: "Poppins", Helvetica;
  font-size: 14px; }

a {
  color: #000;
  outline: none;
  text-decoration: none; }

p {
  margin-bottom: 10px; }

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 10px; }

.block {
  display: block; }

.no-margin, .nomargin {
  margin: 0px; }

.no-padding, .nopadding {
  padding: 0px; }

.m-t-0 {
  margin-top: 0px; }

.m-t-5 {
  margin-top: 5px; }

.m-t-10 {
  margin-top: 10px; }

.m-t-20 {
  margin-top: 20px; }

.m-r-0 {
  margin-right: 0px; }

.m-r-5 {
  margin-right: 5px; }

.m-r-10 {
  margin-right: 10px; }

.m-r-20 {
  margin-right: 20px; }

.m-b-0 {
  margin-bottom: 0px; }

.m-b-5 {
  margin-bottom: 5px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-l-0 {
  margin-left: 0px; }

.m-l-5 {
  margin-left: 5px; }

.m-l-10 {
  margin-left: 10px; }

.m-l-20 {
  margin-left: 20px; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.wrapper {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  width: 100%; }

section {
  background: #F6F6F6;
  padding: 30px; }
  section .section-title {
    font-size: 2.5em;
    margin-bottom: 30px;
    text-align: center; }
  section .product-title {
    letter-spacing: 3px;
    text-transform: uppercase; }

section.light-bg {
  background: #FFF; }

section.black-bg {
  background: #000; }
  section.black-bg .section-title {
    color: #FFF; }

section.fullscreen {
  height: calc(100vh); }

.service-card {
  background-color: #FFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  display: block;
  filter: grayscale(1);
  height: 230px;
  margin: 15px 0;
  padding: 10px;
  position: relative;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease; }
  .service-card-content {
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .service-card-content .icon {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      border: 1px solid rgba(0, 0, 0, 0.3);
      height: 60px;
      margin: 0 auto 10px;
      width: 60px;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      -o-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
    .service-card-content .desc {
      color: #FFF;
      display: block;
      font-size: 1.2em;
      left: 50%;
      letter-spacing: 1px;
      line-height: 1.4em;
      text-align: center;
      text-transform: uppercase;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
  .service-card:hover {
    background-color: #FFF;
    filter: grayscale(0); }
    .service-card:hover .desc {
      color: #FFF; }

.service-card.bkr {
  height: 300px; }

.service-card.industrial {
  background-image: url(../img/industrial/industrial.jpg); }

.service-card.design {
  background-image: url(../img/design/corte-laser.jpg); }

.service-card.mantenimiento {
  background-image: url(../img/servicios/mantenimiento.jpg); }

.service-card.reparacion {
  background-image: url(../img/servicios/reparacion.jpg); }

.service-card.mantenimiento-programado {
  background-image: url(../img/servicios/mantenimiento-programado.jpg); }

.service-card.cuadrilla {
  background-image: url(../img/servicios/cuadrilla.jpg); }

.service-card.automatizacion {
  background-image: url(../img/industrial/industrial.jpg); }

.slider {
  padding: 0; }
  .slider .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    position: relative; }
    .slider .item .overlay {
      background-color: rgba(0, 0, 0, 0.25);
      height: 100%;
      width: 100%;
      z-index: 100; }
    .slider .item .content {
      left: 50%;
      position: absolute;
      text-align: center;
      text-transform: uppercase;
      top: 50%;
      z-index: 200;
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .slider .item .content h2 {
        color: #FFF;
        font-family: "Poppins", Helvetica;
        font-size: 3.2em;
        line-height: 1em;
        margin: 0;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
        white-space: nowrap; }
  .slider .slideBKR1 {
    background-image: url(../img/bkr/slide1.jpg); }
  .slider .slideBKR2 {
    background-image: url(../img/bkr/slide2.jpg); }
  .slider .slideBKR3 {
    background-image: url(../img/bkr/slide3.jpg); }
  .slider .slide1 {
    background-image: url(../img/slide1.jpg); }
  .slider .slide2 {
    background-image: url(../img/slide2.jpg); }
  .slider .slide3 {
    background-image: url(../img/slide3.jpg); }
  .slider .slide4 {
    background-image: url(../img/slide4.jpg); }

.slider.fullscreen .item {
  height: calc( 100vh); }

.gallery .item {
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .gallery .item img {
    height: auto;
    left: 50%;
    position: relative;
    width: 100%;
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
  .gallery .item .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease; }

    .gallery .item1 .overlay {
      background: linear-gradient(0deg,rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url(../img/industrial/proyectos/Adosa2_thumb.jpg);
      background-size: cover;
    }

    .gallery .item2 .overlay {
      background: linear-gradient(0deg,rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url(../img/industrial/proyectos/Holcim2-thumb.jpg);
      background-size: cover;
    }

    .gallery .item3 .overlay {
      background: linear-gradient(0deg,rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url(../img/industrial/proyectos/KIA-Monclova2-thumb.jpg);
      background-size: cover;
    }

    .gallery .item4 .overlay {
      background: linear-gradient(0deg,rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url(../img/industrial/proyectos/Metalsa2-thumb.jpg);
      background-size: cover;
    }

    .gallery .item5 .overlay {
      background: linear-gradient(0deg,rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url(../img/industrial/proyectos/Obispado2-thumb.jpg);
      background-size: cover;
    }

    .gallery .item6 .overlay {
      background: linear-gradient(0deg,rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url(../img/industrial/proyectos/Rheem2-thumb.jpg);
      background-size: cover;
    }

    .gallery .item .overlay p.desc {
      bottom: 45px;
      line-height: 1.2em;
      margin: 0;
      left: 20px;
      opacity: 0;
      padding-right: 20px;
      position: absolute; }
      .gallery .item .overlay p.desc span.project-type {
        display: block;
        font-size: 1.25em;
        font-weight: 900;
        letter-spacing: 3px;
        margin-bottom: 10px;
        text-transform: uppercase; }
      .gallery .item .overlay p.desc span.clic {
        display: block;
        font-size: 0.8em;
        font-style: italic;
        font-weight: 200;
        margin-top: 20px; }
  .gallery .item:hover .overlay {
    cursor: pointer;
    opacity: 1; }
    .gallery .item:hover .overlay p.desc {
      opacity: 1; }

.gallery .project-item {
  height: 240px; }
  .gallery .project-item img {
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

header {
  background: #000;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease; }
  header .brand-logo {
    display: inline-block;
    width: 170px; }
    header .brand-logo svg {
      height: 50px;
      fill: #FFF; }
  header nav {
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    header nav a {
      color: white;
      display: inline-block;
      margin: 0 10px;
      text-transform: uppercase; }

header.transparent {
  background-color: transparent;
  padding: 20px 0; }

.form-wrapper {
  background: #FFF;
  margin: 50px 0;
  padding: 80px 20px; }
  .form-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .form-wrapper .group {
    margin-bottom: 40px; }
  .form-wrapper input, .form-wrapper textarea {
    background-color: transparent;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.5);
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    box-shadow: none;
    display: block;
    font-size: 1.2em;
    font-family: "Poppins", Helvetica;
    font-weight: 300;
    margin-bottom: 30px;
    outline: 0;
    padding: 5px 5px 1px;
    width: 100%; }
  .form-wrapper input {
    height: 45px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease; }
    .form-wrapper input:focus {
      border-color: black; }
  .form-wrapper textarea {
    height: 150px;
    max-width: 100%;
    min-width: 100%; }

.icon {
  display: block;
  font-family: "Poppins", Helvetica;
  margin-bottom: 20px; }
  .icon i {
    line-height: 1em;
    font-size: 1.8em; }
  .icon span {
    display: inline-block;
    font-size: 1.1em;
    font-weight: 700;
    padding-left: 10px;
    text-transform: uppercase;
    -moz-transform: translate(0, -2.5px);
    -webkit-transform: translate(0, -2.5px);
    -o-transform: translate(0, -2.5px);
    -ms-transform: translate(0, -2.5px);
    transform: translate(0, -2.5px); }

.img-circle {
  border: 2px solid #000;
  display: block;
  height: 120px;
  margin: 0 auto;
  padding: 20px;
  width: 120px; }

button {
  background-color: #FFF;
  border-color: rgba(0, 0, 0, 0.3);
  border-width: 1px;
  border-style: solid;
  display: block;
  font-family: "Poppins", Helvetica;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 3px;
  padding: 12px 25px;
  text-align: center;
  text-transform: uppercase;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  button:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    cursor: pointer; }

.tipo-lamina {
  max-height: 150px; }

footer {
  background: #000; }

#fullImage .modal-dialog, .project-slider .modal-dialog {
  margin-top: 110px !important;
  width: calc( 70vw) !important; }
  #fullImage .modal-dialog .modal-content, .project-slider .modal-dialog .modal-content {
    background-color: transparent;
    border-radius: none;
    border-width: 0;
    box-shadow: none;
    overflow: hidden; }
    #fullImage .modal-dialog .modal-content .modal-body, .project-slider .modal-dialog .modal-content .modal-body {
      padding: 0; }
      #fullImage .modal-dialog .modal-content .modal-body img, .project-slider .modal-dialog .modal-content .modal-body img {
        height: calc(85vh);
        margin: 0 auto !important;
        width: auto;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        -o-border-radius: 7px;
        -ms-border-radius: 7px;
        border-radius: 7px; }

.slick-slide img {
  margin: 0 auto !important; }

.project-slider .modal-body {
  background-image: url(../img/preloader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 400px; }

.modal-backdrop.in {
  opacity: .85 !important; }

/**
 * -----------------------------------------------------------------------------
 * 5 Columns Grid
 * -----------------------------------------------------------------------------
 */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 20% !important; }

@media (min-width: 320px) and (max-width: 480px) {
  .slider .item .content h2 {
    font-size: 1em; }
  .fullscreen {
    height: 100%; } }

@media (max-width: 768px) {
  header nav {
    display: none; } }

@media (min-width: 768px) {
  .wrapper {
    width: 750px; }
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .wrapper {
    width: 970px; }
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .wrapper {
    width: 1280px; }
  .col-lg-5ths {
    width: 20%;
    float: left; } }

.whatsapp img {
  position: fixed;
  bottom: 10px;
  right: 10px;
  max-width: 60px;
  z-index: 111;
}