

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

   body{
     font-family: 'Montserrat', sans-serif;
     padding-bottom: 0;
   }
.expocajas-navigation{
    background-color:#fa573f;
    background-image: none;
    height: 80px;
}
span.header-bajada{
  display: inline;
}

#whatsapp{
	position: fixed;
	z-index: 9999;
	bottom: 25px;
	right: 20px;
	width: 60px;
	
	transition: 0.3s;
}
#whatsapp:hover{
	bottom: 30px;
}
#whatsapp img{
	width: 100%;
}


@media(max-width:664px){
  span.header-bajada{
    display: none;
  }
  .navbar-brand{
    margin:20px 0 0 0;
    padding: 0;

  }
}
.expocajas-navigation .expocajas-navigation-right{
    color:#fff;
    line-height: 80px;
    font-size: 12px;

}
.expocajas-navigation .expocajas-navigation-right img{
  margin-left: 10px;
}
.expocajas-container-title{
    background-color:#383838;

}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
  color:#fff;
  font-size: 30px;
  font-family: 'gothamultraregular';
  line-height: 45px;
}
.navbar-brand img{
  margin-top:10px;
  width:220px;
}

@media(max-width:664px){
  .navbar-brand img{
    margin-top:10px;
    width:180px;
  } 
}
.expocajas-form-container{
  margin-top:40px;
}
.expocajas-container-title-content{
    background-image: url(../img/home-main-imageV4.jpg);
    background-repeat: no-repeat;
    background-position: center 80px;
    /*background-attachment: fixed;*/
    background-size: cover;
    min-height: 900px;

}
.expocajas-container-title h1{
    color:#fff;
    font-family: 'gothamultraregular';
    margin-top: 23%;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    font-size: 60px;
}
.expocajas-container-title .scrolldown-icon-container{
  margin-top:460px;
  margin-bottom: 40px;
}
@media(max-width:664px){
  .expocajas-container-title .scrolldown-icon-container{
    margin-top:100px;
    
  }
  .expocajas-container-title h1{
    font-size: 40px;
    padding-top:40px;
  }
}

.expocajas-orange{
    color:#fa573f;
}
.company-left-col{
  background-color:#fa573f;
}
.company-left-col img{
  max-width: 100%;
}
.company-right-col{
  background-color:#fff;
  margin-bottom:40px;

}
.company-right-col h3{
  font-family: "gothamultraregular";
  font-size: 30px;
  color:#fa573f;
  margin-left: 40px;
  margin-top:40px;
}
.company-right-col h3 span{
  font-weight: bold;
  color:#AEAEAE;
}
.company-right-col p{
  font-weight: 400;
  color:#AEAEAE;
  font-size: 14px;
  line-height: 20px;
  max-width: 400px;
  margin-top: 20px;
  margin-left: 40px;
}

.expocajas-container-products{
background-color: #444A58;
color:#fff;
padding-top: 40px;
padding-bottom: 40px;
}

.expocajas-container-products h3{
  font-size: 30px;
    color:#fa573f;
    font-family: "gothamultraregular";
}

.expocajas-container-products h3 span{
  color:#fff;
}

.expocajas-container-products ul{
  margin:0;
  padding: 0;
}
.expocajas-container-products ul li{
  margin:0;
  padding: 0;
  list-style-type: none;
}
.expocajas-container-products .products-inner-col{
  padding-right: 0;
  padding-left: 0;
}
img.products-gearbox{
  margin-top:-100px
}

@media(max-width:768px){
  img.products-gearbox{
    margin-top: 20px;
    max-width: 100%;
  }
}

.expocajas-container-used-engines{
  background-image: url(../img/usedengines.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  
  padding-top: 40px;
  padding-bottom: 40px;
 
}
.expocajas-container-used-engines p{
  color:#fff;
  font-size: 14px;
}
.expocajas-container-used-engines h2{
  color:#fff;
  font-family: 'gothamultraregular';
  padding-bottom:10px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-size: 40px;
}
a.expocajas-button,
input.expocajas-button, 
.expocajas-send-form{
  background-color:#fa573f;
  color:#fff;
  padding:15px 26px;
  font-size: 14px;
  display: inline-block;
  transition: all .5s;
}
input.expocajas-button{
  border: 0;
}
a.expocajas-button:hover,
input.expocajas-button:hover,
.expocajas-send-form:hover{
  text-decoration: none;
  background-color: #d92c13;
  transition: background-color .4s;
  cursor: pointer;
}
.expocajas-send-form{
  border: 0;
  font-size: 18px;
  font-weight: 700;
  padding:20px 46px;
  background-color: #d92c13;
  
}

.expocajas-send-form:hover{
  background-color:#fa573f;
}

@media(max-width:664px){
  .expocajas-send-form{
    padding:15px 26px;
    font-size: 16px;
  }
}

.expocajas-container-providers{
  color:#aeaeae;
  text-align: center;
  padding-top: 60px;
  padding-top: 40px;
  background-color: #f6f6f6;
}
.expocajas-container-location{
  padding-top:200px;
  padding-bottom: 40px;
  background-image: url(../img/mapa.png);
  background-repeat: no-repeat;
  background-position: center top;
  color:#fff;
  min-height: 400px;
}
footer{
  background-color:#10141e;
  color: #f7f7f7;
  /*max-height:60px;*/
  line-height: 60px;
  padding-top:20px;
}
footer .data-fiscal{
  text-align: right;
}
footer .data-fiscal img{
  max-height: 60px;
}




@media(max-width:664px){
  footer .data-fiscal{
    text-align: center;
  }
}
.expocajas-container-form, .expocajas-container-gracias{
  background-color: #10141e;
  color:#fff;
}
.expocajas-container-gracias{
  text-align: center;
}
#errorMessage {
    display: none;
    text-align: center;
    margin: 10px;
    background: #ffdede;
    color: #be0000;
    padding: 5px;
}
@media(max-width:960px){
  footer{
    text-align:center;
  }
}


.products-pistons{
  max-width: 100%; 
  margin-top:50px;
}

.expocajas-pistones-mobile{
  display: none;
}
@media(max-width:768px){
  .expocajas-pistones-mobile{
    display: inherit;
  }   
  .expocajas-pistones-web{
    display: none;
  }

}