

/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1169px) {



}

/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {



}

/* small mobile :320px. */

@media (max-width: 767px) {

.header-area {
  height: 60px !important;
  background: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
  width: 30px;
  height: 2px;
}

.nav.navbar-nav.navbar-right, .stick .nav.navbar-nav.navbar-right {
  background-color: #fff;
}

.navbar-brand > img {
  width: 70%;
}

.main-area {
  padding: 200px 0px 15px;
}

.main-slider {
  background: rgba(256, 256, 256, 0.8) url("../img/background/bg1.jpg") no-repeat fixed 35% center / cover;
  width: 100%;
}

.main-content {
  margin-top: 120px;
}

.main-content h2 {
  font-size: 22px;
  margin-bottom:2px;
}

.main-logo {
  margin-top: 5px;
  margin-bottom: 25px;
}

.empresa-info {
  background: rgba(256, 256, 256, 0.99) url("../img/background/bg2.jpg") no-repeat 35% top / cover;
}

.empresa-padding {
  padding: 20px 0px 30px;
}

.area-padding-2 {
  padding: 120px 0px 0px;
}

.info-inner {
  border-radius: 100px 0px 0px 100px;
  padding: 10px;
  padding-left: 30px;

}

.info-skill h3 {
  font-size: 14px;
  line-height: 18px;
}

.section-headline h2 {
  font-size: 22px;
}

.servicios-thomas {
  padding: 40px 0px 50px 0px;
}

.thomas-inner p {
  font-size: 14px;
  line-height: 20px;
}

.servicios-toyotomi {
  background: rgba(256, 256, 256, 0.3) url("../img/background/bg5.jpg") no-repeat top left / cover;
  padding: 0px 0px 400px 0px;

}

.toyotomi-mov {
  background-color:rgba(256, 256, 256, 0.65);
  padding-top:20px;
  padding-bottom:20px;
}


.toyotomi-inner h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 18px;
}

.bosch-img {
  margin-top: 15px;
}

.bosch-img img{
  width: 50%;
}


.consejos-bosch {
  background: rgba(256, 256, 256, 0.99) url("../img/background/consejos-bosch.jpg") no-repeat 37% top / cover;
}

.cons2 {
  background: rgba(256, 256, 256, 0.99) url("../img/background/consejos-bosch2.jpg") no-repeat 71% top / cover;
}

.clear-mov{
  padding-left:0;
  padding-right:0;  
}

}

/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {

}
