/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 5, 2015, 9:24:58 AM
    Author     : Cristian
*/

@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);

/* generales */ 

a {
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:focus {
  outline: none;
  outline-offset: -2px;
}
h1, h2, h3{
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  color:black;
  padding-bottom: 30px;
}
.h3-white{
  color:white;
}
.h3-white span{
  font-weight: 300;
}
.no-padding{
  padding-right: 0px;
  padding-left: 0px;
}
.no-margin{
  margin-right: 0px;
  margin-left: 0px;
}
header{
  background-color: #FFD200;
}
.margin-auto{
  margin:0 auto;
}
.center-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.paddingx5{
  padding-left: 5px;
  padding-right: 5px;
}
.parent{
  position:relative;
}
@media (max-width:768px){
  .parent{
    padding-bottom: 25%;
  }
}


/* nav */ 
.navbar-header{
  padding-bottom: 45px;
}
.navbar-default {
  background-color: #FFD200;
  border-color: transparent;
  padding-bottom: 15px;
  margin-bottom: 0px;
  padding-top: 0px;
}
.navbar-right {
  padding-top: 50px;
  margin-right: -15px;
}
.navbar-default .navbar-nav > li > a{
  font-family: 'Oswald', sans-serif;
  color:#000000;
  font-size: 22px;
  text-transform: capitalize;
  padding-left: 30px;
  padding-right: 30px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #000;
  transform: translate(0,-5px);
}
.navbar-default .navbar-nav > li > a:last-child{
  padding-right: 0px;
}
.lenguaje {
  position: relative;
  top: 42px;
  right: 0px;
  float: right;
  z-index: 3;
}
.lenguaje ul {
  list-style: outside none none;
  margin: 0px;
  padding: 0px;
}
.lenguaje ul li{
  display: inline-block;
}
.lenguaje ul li a{
  color:black;
  text-decoration:none;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  text-decoration: none;
}
.lenguaje ul li a:hover{
  border-bottom:1px solid black;
} 
.lenguaje ul li a.active-lan{
  border-bottom:1px solid black;
}

/* recuadro dirección */ 

.recuadro-direccion{
  width:100%;
  height:30px;
  background-color: black;  
}
.direccion {
  color: #FFF;
  font-family: "Oswald",sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  float: right;
  letter-spacing: 2px;
}

/* owl gallery */ 

#owl-galeria .item img{
  display: block;
  width: 100%;
  height: auto;
}
.owl-theme .owl-controls {
  text-align: center;
  margin-top: 10px;
  position: absolute;
  top: 15px;
  right: 99px;
}
.owl-theme .owl-controls .owl-page span {
  background: #000 none repeat scroll 0% 0% !important;
}
.picture {
  position: relative;
  width: 100%;
  padding-bottom: 30%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  transition: all 0.15s ease-in-out 0s;
}
.overlay {
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.44);
  opacity: 1;
  position: absolute;
  top: 0;

  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.picture:hover .overlay{
  opacity:1;
}
.overlay-text {
  left: 0px;
  right: 0px;
  position: absolute;
  bottom: 20px;
}
.gal-caption {
  display: block;
  max-width: 80%;
  font-family: 'Oswald', sans-serif;
  font-size: 55px;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1;
}
.btn-vermas {
  font-family: "Oswald",sans-serif;
  font-size: 20px;
  color: #FFF;
  background-image: url("../img/linea.png");
  background-repeat: no-repeat;
  background-position: 13px 33px;
  float: right;
  position: relative;
  top: 4px;
  border-radius: 0px;
}
.btn-vermas:hover{
  color:#FFD200;
}

/* quienes somos */ 
.quienes-somos{
  margin-top: 50px;
  margin-bottom: 50px;
}
.quienes-somos-p{
  font-family: 'Lora', serif;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
.quienes-somos a{
  color:black;
  text-decoration: none;
}
.quienes-somos a:hover {
  color: #FFD200;
}
.btn-vermas-somos {
  color: #000;
  background-image: url("../img/linea-negra.png");
  float: none !important;
  text-align: center;
  display: inline-block;
  background-position: 63% 95%;
  width: 82px;
  height: 48px;
  position: relative;
  left: 50%;
  margin-left: -41px;
}
.btn-vermas-somos:active {
  background-image: url("../img/linea-negra.png");
  box-shadow: none;
}
.gal-caption-2 {
  font-family: "Oswald",sans-serif;
  font-size: 32px;
  color: #FFF;
  text-align: center;
  display: block;
}

/* productos home */ 

.productos-home{
  padding-bottom: 80px;
}

.productos-home img{
  margin: 0 auto;
}
.productos-items {
  position: relative;
  padding-top: 15px;
  padding-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.productos-items:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0);

  -moz-transform: scale(.8);
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);

  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.productos-items:hover:after {
  background-color: rgba(255,255,255,.1);

  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.productos-items img {
  margin: 0px auto;
  padding-top: 10px;
  padding-bottom: 0px;

  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.productos-items:hover img {
  margin-top: -5px;
  padding-bottom: 5px;
}

.productos-desc {
  padding-top: 60px;
  padding-bottom: 60px;
}
.productos-desc figure+figure {
  margin-top: 45px;
}
.productos-desc h4 {
  font-family: "Oswald",sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 28px;
  padding-bottom: 20px;
}
.productos-desc p {
  font-family: 'Lora', serif;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.productos-desc ul {
  font-family: 'Lora', serif;
  padding-left: 18px;
  list-style: square;
}
.productos-desc ol {
  font-family: 'Lora', serif;
  padding-left: 18px;
}
@media (min-width: 728px) {
  .productos-desc .border-right {
    border-right: 1px solid #c9c9c9;
  }
}

.titulo-producto {
  font-family: "Oswald",sans-serif;
  color: white;
  text-transform: capitalize;
  font-size: 26px;
  display: block;
  text-align: center;
  padding-top: 3px;
}
.subtitulo-producto{
  display: block;
  padding: 0 10px;
  font-family: 'Lora', serif;
  color:white;
  font-size: 15px;
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ultralift{
  background-color:#5d893e;
}
.tegacrane{
  background-color: #0793b4;
}
.movicar{
  background-color: #999999;
}
.tegakit{
  background-color:#643614;
}
.tegachain{
  background-color:#254882;
}
.tegaservice{
  background-color:#db521e;
}
.telecrane{
  background-color:#b12528;
}
.powerlift{
  background-color:#71b145;
}
.anti-explosivo{
  background-color:#fb252a;
}
.triangulo-producto{
  position:relative;
  bottom:50px;
}

/* clientes */

.clientes{
  padding-top: 50px;
  padding-bottom: 70px;
}
.clientes-home img{
  margin:0 auto;
}
.clientes-home a{
  text-decoration:none;
  color:black;
}
.clientes-home a:hover{
  color: #FFD200;
}
.btn-padding{
  top:25px;
}
.logo-clientes img {
  margin: 0 auto;
  max-width: 150px;
  display: block;
}

/* contacto home */ 

.contacto-home {
  background-color: #FFD200;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}
.contacto-home a{
  text-decoration:none;
}
.contacto-home span{
  display:inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  color:black;
}
.contacto-home i{
  display:inline-block;
  position: relative;
  top: 5px;
  padding-left: 15px;
}

/* footer */ 

.direccion-footer{
  letter-spacing: 2px;
  color: #FFF;
  font-family: "Oswald",sans-serif;
  font-size: 17px;
  font-weight: 300;
  position: relative;
  bottom: 27px;
}

/* quienes somos pagina */ 

.bg-image{
  position:relative;
  background-image: url('../img/bg-quienes-somos.jpg');
  width:100%;
  min-height: 400px;
  background-size: cover;
  background-position: center center;
}
.bg-image.folletos-bg-image{
  background-size: contain;
}
@media (max-width:992px){
  .bg-image.folletos-bg-image{
    background-size:cover;
    background-repeat: no-repeat;
  }
}
.bg-image-caption{
  text-align: right;
  padding-top: 15px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  font-size: 13px;
}
.background-image{
  position:relative;
  width:100%;
  min-height: 400px;
  background-size: cover;
  background-position: center center;
}
.background-image.position-top{
  background-position: center 95%;
}
.quienes-somos-paquete{
  padding-top: 50px;
  padding-bottom: 50px;
}



/* historia */ 

.historia-header{
  background-color: black;
}

/* tabs*/ 

.nav-tabs{
  border:0px;
}
.nav-tabs li {
  border: 0px none;
  width: 50%;
  text-align: center;
}
.nav-tabs > li > a{
  color:white;
  font-size:40px;
  font-family: "Oswald",sans-serif;
  margin: 0px;
  border-radius: 0px;
  border:0px;
  padding-top:25px;
  padding-bottom: 25px;
}
.nav-tabs > li.active > a{
  background-color:#FFD200;
  border-radius: 0px;
  color:black;
  border: 0px;
}
.nav-tabs > li > a:hover{
  color:#FFD200;
  border-radius: 0px;
  background-color: transparent;
  border:0px;
}
.nav-tabs > li.active > a:focus{
  background-color: #FFD200 !important;
  border:0px;
  background-color:#FFD200;
  color:black;
}
.tab-content{
  background-color: #FFD200;
  padding-top: 50px;
  padding-bottom: 50px;
}
.tab-content p, .tab-content span{
  font-family: 'Lora', serif;
  font-size: 17px;
  color:black;
  line-height: 33px;
  padding-bottom: 15px;
}
.bold-text{
  font-weight: 700;
}

/* fotos bottom */

.picture-bottom {
  width: 100%;
  position: relative;
  padding-bottom: 35%;
  background-size: cover;
  background-position: center 30%;
}
.overlay-2{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-color: rgba(0, 0, 0, 0.65);
  opacity:0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.picture-bottom:hover .overlay-2{
  opacity: 1;
}


/* productos sitio */

#owl-productos .item{
  margin: 3px;
}
#owl-productos .item img{
  display: block;
  width: 100%;
  height: auto;
}
#owl-productos a{
  text-decoration:none;
}
#owl-productos .owl-controls{
  position:initial !important;
}
.owl-prev{
  position: absolute;
  top: 35%;
  left: 0px;
  background-color: transparent !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.owl-prev:hover{
  left:8px;
}
.owl-next{
  position: absolute;
  top: 35%;
  right: 0px;
  background-color: transparent !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.owl-next:hover{
  right:10px;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
}
.producto-header {
  background-color: #FFD200;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  bottom: 10px;
}
.producto-header p{
  font-size: 26px;
  text-transform: uppercase;
  color:black;
  font-family: "Oswald",sans-serif;
  text-align: center;
}
.producto-textos{
  padding-top: 45px;
  padding-bottom: 20px;
}
.producto-textos p{
  font-family: 'Lora', serif;
  font-size: 18px;
  color:black;
}
.producto-titulo{
  color:black;
  font-family: 'Lora', serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.encabeza-producto{
  width:100%;
  background-color: #db521e;
  padding-top: 15px;
  position:relative;
  bottom: 10px;
}

/* garantía */ 

.garantia{
  padding-top: 50px;
  padding-bottom: 0px;
  padding-left: 3%;
  padding-right: 3%;
}
.garantia p{
  font-size: 18px;
  font-family: 'Lora', serif;
}
.garantia-textos{
  padding-top: 5px;
  padding-bottom: 5px;
}
.garantia-textos i{
  display: inline-block;
  position: relative;
  bottom: 2px;
}
.garantia-textos p{
  display: inline;
  text-transform: capitalize;
  color:black;
  font-size:17px;
  font-family: 'Lora', serif;
}

/* ISO y descarga de manual */ 

.iso{
  border-right:2px solid black;
}
.iso, .manual{
  padding-top:20px;
  padding-bottom: 20px;
}
.iso-manual{
  border-top: 2px solid black;
  margin-top: 30px;
}
.iconos-iso{
  display:block;
  margin:0 auto;
}
.manual span {
  font-size: 28px;
  position: relative;
  top: 8px;
  padding-right: 15px;
}
.manual a{
  text-decoration: none;
  color:black;
}
.manual a i{
  font-size: 36px;
  position: relative;
  top: 12px;
}
.manual a:hover{
  color:#D88C00;
}

/* clientes */



/* contacto */ 

label {
  font-family: "Oswald",sans-serif;
  letter-spacing: 2px;
  padding-left: 1px;
}
textarea {
  width: 100%;
  font-family: "Oswald",sans-serif;
  height: 200px;
  font-size: 16px;
  padding-left: 14px;
}
textarea:focus{
  outline: 0px none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #FFD200;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
  font-family: "Oswald",sans-serif;
}
.form-control:focus {
  border-color: #FFD200;
  outline: 0px none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #FFD200;
}
.btn-enviar {
  width: 50% !important;
  border-radius: 0px !important;
  margin: 0px auto 0px !important;
  padding: 8px !important;
  background-color: black;
  color:white;
  float: right;
  font-family: "Oswald",sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-enviar:hover{
  background-color: #FFD200;
  color:black;
}
.contenedor-form {
  padding-bottom: 30px;
  padding-top: 10px;
}
.footer-contacto{
  bottom:0px;
  background-color: #FFD200;
}
.footer-contacto span{
  color:white;
}
.triangulo-contacto {
  bottom: 0px;
  left: 10px;
}
.contacto-title{
  padding-top: 30px;
}

/* adress box */ 

.adress-titulo{
  font-size: 20px;
  font-family: "Oswald",sans-serif;
  text-transform: uppercase;
  color:black;
}
.adress-box{
  padding-top: 20px;
}
.adress-box p{
  font-family: "Oswald",sans-serif;
  font-size: 18px;
  color:black;
  font-weight: 300;
}

/* quienes somos sitio */
.quienes-somos-desc{
  padding-top: 60px;
  padding-bottom: 60px;
}
.quienes-somos-desc h4{
  font-family: "Oswald",sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 28px;
  padding-bottom: 20px;
}
.quienes-somos-desc p {
  font-family: 'Lora', serif;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.quienes-somos-desc .descript ul{
  padding-left: 14px;
}
.quienes-somos-desc span{
  font-weight: bold;
  padding-right: 15px;
}
.tab-menu{
  padding-left: 0px;
  list-style: none;
}
.tab-menu li {
  width: 85%;
  border-bottom: 1px solid #c9c9c9;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 2px;
  font-family: "Oswald",sans-serif;
}
.tab-menu li a{
  text-decoration: none;
  font-size: 18px;
  color: #000000;
}
.tab-menu li a:hover {
  padding-left: 5px;
  color: #8c8473;
}
@media (max-width:768px){
  .tab-menu{
    padding-bottom: 30px; 
  }
  .tab-menu li{
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
.timeline p{
  padding: 0px;
  display: table-cell;
}
.timeline span{
  display: table-cell;
}
.imagenes-historia{
  padding-top: 40px;
}
.imagenes-historia a {
  text-decoration: none;
  color: #000000;
  display: block;
  padding-bottom: 20px;
}
@media (max-width:992px){
  .imagenes-historia a{
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  } 
}
.imagenes-historia figure{
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.imagenes-historia figcaption{
  text-align: center;
  font-size: 12px;
  padding-right: 40px;
  padding-left: 40px;
  font-weight: bold;
  padding-top: 12px;
}
.imagenes-historia figure .inner-overlay, .folletos figure .inner-overlay, .fotos-industrias figure .inner-overlay, .industrias figure .inner-overlay, .servicios figure .inner-overlay{
  background-color: rgba(87, 87, 70, 0.4);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.imagenes-historia figure:hover .inner-overlay, .folletos figure:hover .inner-overlay, .fotos-industrias figure:hover .inner-overlay, .industrias figure:hover .inner-overlay, .servicios figure:hover .inner-overlay{
  opacity: 1;
}
.imagenes-historia figure .inner-overlay .icon, .folletos figure .inner-overlay .icon, .fotos-industrias figure .inner-overlay .icon, .servicios .inner-overlay .icon{
  color: white;
  font-size: 30px;
  border: 1px solid white;
  display: inline-block;
  padding: 10px;
  text-align: center;
  border-radius: 100%;
  width: 55px;
  height: 55px;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.imagenes-historia figure:hover .inner-overlay .icon, .folletos figure:hover .inner-overlay .icon, .fotos-industrias figure:hover .inner-overlay .icon, .servicios figure:hover .inner-overlay .icon{
  width: 70px;
  height: 70px;
}
.logos{
  padding-top: 15px;
  padding-bottom: 15px;
}
.folletos{
}
.folletos figure {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 140%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width:768px){
  .folletos figure{
    padding-bottom:70%;
  }
}
.folletos a{
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}
.folletos figcaption, .fotos-industrias figcaption {
  text-align: center;
  color: #000000;
  font-family: "Oswald",sans-serif;
  font-size: 28px;
}
.folletos figure:last-child:hover, .fotos-industrias figure:last-child:hover{
  background-color: #ffab00 !important;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#click-to-enlarge{
  cursor: pointer;
}
.fotos-industrias figure{
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fotos-industrias a{
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.servicios h5{
  font-family: "Oswald",sans-serif;
  font-size: 28px;
  text-align: center;
}
.servicios .title{
  padding-top: 20px;
  padding-bottom: 20px;
}
.servicio-item{
  padding-top:20px;
  padding-bottom: 20px;
}
.servicio-item.yellow{
  background-color: #ffd200;
}
.servicio-item h3{
  font-size: 30px;
  padding-bottom: 15px;
}
.lista-transformacion{
  padding-left: 15px;
}
.lista-transformacion p{
  margin: 0px;
}
.servicio-item .desc-servicio span{
  font-weight: bold;
}
.servicio-item .icon, .servicio-item .desc-servicio{
  display: table-cell;
}
.servicio-item .desc-servicio {
  vertical-align: bottom;
  padding-top: 10px;
}
.servicio-item .icon{
  padding-right: 30px;
}
.servicio-item .caracteristicas{
  padding-top: 20px;
}

.servicios figure{
  position:relative;
  width:100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* cd top */ 
.cd-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: fixed;
  right: 45px;
  box-shadow: 0px 0px 10px #FFD200;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #000 url("../img/cd-top-arrow.svg") no-repeat scroll center 50%;
  visibility: hidden;
  opacity: 0.7 !important;
  border-radius: 50%;
  z-index: 30;
  transition: all 0.2s ease-in-out 0s;
  bottom: 100px;
}
.cd-top:hover{
  opacity:1 !important;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.8;
}
.pre-header {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pre-header-text {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  padding: 15px;
  font-family: "Oswald",sans-serif;
  font-size: 28px;
  color: #333;
}

/* contacto */
.canvas-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
}
@media (max-width:768px){
  .canvas-map {
    position: relative;
    padding-top: 15px;
    height: 320px;
  }
}

/* row-vertical */
@media (min-width: 992px) {
  .row-vertical {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .row-vertical > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}

.servicio-img{
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}
.full-width{
  width: 100%;
}

/*==========  Non-Mobile First Method  ==========*/

/* 1378px */ 
@media only screen and (max-width:1400px){
  .subtitulo-producto {
    font-size: 13px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

  .navbar-default .navbar-nav > li > a{
    font-size: 19px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

  .navbar-brand img{
    width:200px;
  }
  .overlay {
    top: 60%;
  }
  .gal-caption {
    font-size: 25px;
    line-height: 30px;
  }
  .btn-vermas{
    top:-8px;
  }
  .adress-box {
    margin-top: 70px;
    padding-bottom: 80px;
  }
  .direccion {
    color: #FFF;
    font-family: "Oswald",sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    float: right;
    letter-spacing: 1px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .recuadro-direccion {
    background-color: #000;
    width: 100%;
    height: auto;
  }
  .navbar-default{
    padding: 0px;
  }
  .navbar-default .navbar-nav > li > a:last-child{
    padding-left: 20px;
  }
  .navbar-default .navbar-nav > li > a{
    font-size:17px;
  }
  .navbar-right{
    padding-top: 30px;
  }
  .lenguaje{
    top:36px;
  }
  .navbar-header{
    padding-bottom: 30px;
  }
  .iso{
    border: 0px;
  }
}

#myCarousel .carousel-control.left, #myCarousel .carousel-control.right{
  background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
}
#myCarousel .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left{
  left: 0%;
}
#myCarousel .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right{
  right: 0%;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

  header {
    position: fixed;
    width: 100%;
    z-index: 30;
    background-color: transparent;
  }
  .navbar-nav {
    margin: -3.5px -15px -30px;
  }
  .navbar-header {
    padding-bottom: 5px;
    padding-top: 0px;
  }
  .navbar-toggle {
    top: 3px;
    border: 0px none !important;
    padding: 0px;
    margin-top: 4px;
  }
  .navbar-default{
    padding:0px;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(221, 221, 221, 0);
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
    margin-top: 7px;
  }
  .navbar-default .navbar-toggle:hover .icon-bar{
  }
  .navbar-default .navbar-nav > li > a{
    font-size: 17px;
    padding-left: 15px;
  }
  .navbar-default .navbar-nav > li > a:hover {
    transform: translate(0px, 0px);
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 47px;
    height: 8px;
    border-radius: 0px;
  }
  .navbar-right{
    padding-top:1px;
  }
  .navbar-brand img{
    width:150px;
  }
  .picture{
    padding-bottom: 100%;
  }
  .overlay {
    opacity: 1;
    top: 80%;
    background-color: rgba(255, 255, 255, 0.69);
  }
  .btn-vermas {
    font-family: "Oswald",sans-serif;
    color: #FFF;
    background-image: url("../img/linea.png");
    background-repeat: no-repeat;
    background-position: 13px 26px;
    float: right;
    position: relative;
    border-radius: 0px;
    background-size: 54px;
    font-size: 15px;
    background-size: 46px;
    top: 0px;
  } 
  .btn-vermas-somos {
    color: #000;
    background-image: url("../img/linea-negra.png") !important;
    float: none !important;
    text-align: center;
    display: inline-block;
    background-position: 52% 71% !important;
    width: 82px;
    height: 48px;
    position: relative;
    left: 50%;
    margin-left: -41px;
  }
  .gal-caption {
    font-size: 18px;
    position: relative;
    top: 7px;
  }
  .overlay-text{
    padding: 0px;
  }
  .owl-theme .owl-controls{
    top:0px;
    right:11px;
  }
  .iconos-iso {
    display: block;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .iso{
    border:0px;
  }
  .nav-tabs > li > a {
    font-size: 27px;
  }
  .adress-titulo{
    font-size:30px;
    display:block;
  }
  .adress-box p{
    text-align: center;
    font-size: 25px;
  }
  .tab-content p, .tab-content span{
    text-align: left;
  }
  .direccion {
    font-size: 14px;
    text-align: center;
  }
  .lenguaje {
    right: 0px;
    z-index: 3;
    float: right;
    top: -120px;
    position: relative;
    height: 30px;
  }
  .lenguaje ul li a{
    font-size: 18px;
  }
  .quienes-somos-p{
    font-size: 16px;
  }
  .btn-enviar{
    width:100% !important;
  }
  .recuadro-top{
    background-color:transparent;
  }
  .barra-productos{
    padding-top: 64px;
  }
  .contacto-mobile{
    padding-top:64px;
  }
  .contacto-home{
    padding-bottom: 140px;
  }
  .productos-items img {
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 60px;
    padding-right: 60px;
  }
  footer{
    position: fixed;
    width: 100%;
    z-index: 40;
    height: auto;
    bottom: 0px;
  }
  .quienes-somos-desc{
    padding-top: 40px;
    padding-bottom: 40px;
  }

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

  .subtitulo-producto{
    font-size: 10px;
  }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 360px) {

  .gal-caption {
    font-size: 17px;
    position: relative;
    top: 9px;
  }
  .overlay {
    top: 70%;
  }

}



























