body{
    font-family: 'Rubik', sans-serif;
    font-size: 0.97rem;
}

img{
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6, li, a, p, input, label{
    font-family: 'Rubik', sans-serif;  
}
a, h3{
    color: #f6932e;
}
#banner{
    background-image: url(../img/banner-cemar-02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   
    height: 280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;  
}

#banner1{
    background-image: url(../img/banner-cemar-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   
    height: 280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;  
}
#banner2{
    height: 250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
     
}
.catalogo ul{
   padding-right: 0px;
   padding-left: 0px;
   padding-bottom: 0px;
   padding-top: 0px;
   margin: 0px;
}
.catalogo ul li{
   list-style-type: none;
   display: inline;
   padding-right: 5px;
   margin: 5px 7px 7px 5px;
}
#slide{
    background-image: url(img/fondo-aside.jpg);
    background-size: cover;
    
    background-repeat: no-repeat;
}
.img-circle {
  border-radius: 50%;
}
#legal p{
    font-size: 0.9rem;
}
#legal{
    font-size: 0.9rem;
}

.abs-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.indice{
    font-size: 0.9rem;
}
.form {
  width: 450px;
}
.centrado{
    margin-left: auto;
    margin-right: auto;
}
.producto{
    margin-bottom: 10px;
}
.producto img{
    margin-top: 7px;
    margin-bottom: 7px;
}
.producto p{
    margin: 0;
}
.a-footer{
    text-decoration: none;
    color: #fff;
}

.mmovil{
    margin-top: 6px;
}

.zoom {
  padding: 20px;
  
  transition: transform .2s;
  
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(2); /* IE 9 */
  -webkit-transform: scale(2); /* Safari 3-8 */
  transform: scale(2); 
}

.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #232323;
    color: white;
    font-family: arial;
    text-align: center;
    padding-bottom: 15px;
}

.cookies__boton {
    background: initial;
    border: 2px solid white;
    padding: 1rem;
    font-size: 1rem;
    color: white;
    width: 5rem;
    text-align: center;
}
#slide a{
    text-decoration: none;
    color: black;
}
#slide li{
    margin-top: 5px;
    
}
#slide li :hover{
    border-color: #fff;
   -webkit-box-shadow: -10px 0px 0px -4px rgb(246, 147, 46);
    -moz-box-shadow: -10px 0px 0px -4px rgb(246, 147, 46);
    box-shadow: -10px 0px 0px -4px rgb(246, 147, 46);
    padding: 10px;
    margin: 5px;
}


@media (max-width: 575.98px){
    body{
        padding: 5px;
    }
    .no-movil{
        display: none;
    }
    .mmovil{
        margin-bottom: 30px;
        margin-top: 6px;
    }
    .abs-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
  
}

@media and (min-width:598px) and (max-width: 759.98px){
    
    .no-movil{
        display: none;
    }
    ..mmovil{
        margin-bottom: 30px;
        margin-top: 6px;
    }
    
}

@media (min-width: 768px) and (max-width: 991.98px) { 
    .no-movil{
        display: none;
    }
    .mmovil{
        margin-bottom: 30px;
        margin-top: 6px;
    }
}
