#fondo{
  background-image: url("../img/Seccion1.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;

}
.INFORMACION{
    position: relative;
    z-index: 1;
    top:0px;

}
.INFORMACION table{
  background: rgba(0,13,40,0.3)!important;
    line-height: 0.8;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.INFORMACION table td a{
    color: white;
    margin: 0 5px;
    text-decoration: none;
    font-size: 12px;
    font-family: sans-serif;
}
#menu1 :hover{
  background-color: rgba(27, 67, 103);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#menu2{
  background-color: rgba(27, 67, 103);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#nosotros{
  background: rgba(25, 111, 156);
}
a{
  text-decoration: none !important;
}
#contacto{
  background: rgba(217, 223, 234);
}
#contacto-form{
  background: rgba(29, 109, 156) !important;
  min-height: 400px;
}
#contenedor-mensaje{
  padding-left: 30% !important;
  padding-right: 30% !important;
}
#mensaje{
  background-color: rgba(19,95,139) !important;
  border:none !important;
}
input{
  width: 350px !important;

  background: none !important;
  border: 1 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-width: 2px !important;
  border-radius: 0 !important;
}
#diesel-slider{
  display: none;
}
#gas-slider{
  display: none;
}
#motos-slider{
  display: none;
}
#transmisiones-slider{
  display: none;
}
#hidraulicos-slider{
  display: none;
}
#grasas-slider{
  display: none;
}
#otros-slider{
  display: none;
}
#novedades{
  background: rgba(133, 214, 234);
}
@media(max-width:1061px) {
#fondo{
  background-image: url("../img/Seccion1-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
#logo a img{
  width: 50% !important;
}
#logo1{
  width: 60px;
  padding-top: 12px;
  padding-left:0 !important;
}
#navbarSupportedContent{
  font-size: 13px;
}
#menu1{
    font-size:10px;
}

}
@media(max-width:768px){
  #fondo{
    background: rgba(0, 150, 182);
  }
  #menu1{
      font-size:14px;
  }
  #logo{
    text-align: center;
  }
  #logo1{
    display: none;
  }
  #seccion{
    height: 400px;
  }
  #mapa{
    padding-top: 20px;
    padding-bottom: 20px;
    height: 500px !important;
  }
  .INFORMACION{
    display: none;
  }
  #contacto-form{
    min-height: 600px;
  }
  #footer-columna{
    padding-left: 0px !important;
  }
  #columna1{
    margin-top: 20px !important;
  }
  #navbarSupportedContent{
    font-size: 18px;
  }
 #diesel{
   display: none;
 }
 #diesel-slider{
   display: block;
 }
 #transmisiones-slider{
   display: block;
 }
 #transmisiones{
   display: none;
 }
 #gas{
   display: none;
 }
 #gas-slider{
  display: block;
}
#motos{
  display: none;
}
#motos-slider{
  display: block;
}
#hidraulicos{
  display: none;
}
#hidraulicos-slider{
  display: block;
}
#grasas{
  display: none;
}
#grasas-slider{
  display: block;
}
#otros{
  display: none;
}
#otros-slider{
  display: block;
}
}
@media (max-width:575px) {
#menu1 :hover{
  background: none !important;
}
#menu2{
background: none;
border: none;
}
}
@media (max-width:550px) {
  #seccion{
    /* height: 300px; */

  }
  .pagination{
    display: none !important;
  }
  .slideshow{
    width: 100% !important;
    left: 0% !important;
  }
  .caption-right{
    display: none !important;
  }
  .caption-left{
    display: none !important;
  }
  #mapa{

    height: 400px !important;
  }
}
@media (max-width:360px) {
  #seccion{
    height: 250px;
  }
}
