@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url(footer.css);
@import url(acordion.css);
@import url(banner.css);
@import url(clientes.css);
@import url(menu.css);
@import url(articulos.css);
@import url(quienes.css);
@import url(style.css);
@import url(calificaciones.css);


*{
    
    margin:0;
    padding:0;
    box-sizing: border-box;
}
 a {
    text-decoration: none;
     color:orange
}

.contenedor .titulo a{
    text-decoration: none;
    font-size: 30px;
    vertical-align: middle;
}

body{
    background: gray;
    font-family: 'Open Sans', sans-serif;
    
}
h2 {
    padding:10px;
}

header{
    width: 100%;
    height: 60px;
    background: black; 
    color:#fff;
    position: fixed;
    top:0px;
    left:0px;
    z-index: 100;
}

.contenedor{
    width:98%;
    margin: auto;
    background: rgba(6,6,6,.61);/* sombra banner*/
}



header label{
    float: right;
    font-size: 28px;
    margin: 6px 0;
}




.titulo {
    float:left;
    
}


section{
    width: 100%;
    margin-bottom: 25px;
}




/*MEDIA*/


 @media  (min-width: 1024px) {
   
      @media  (min-width: 1024px) {
   
     .items{
         display:flex;
         flex-wrap: wrap;
         
     }
    
     
     }
     .acor, .quienes  {
         width:48%;
         margin:auto;
         height: 369px;
         background:white;
         margin-bottom: 20px;
         font-size: 15px;
     }
.calificaciones li{
    text-align: center;
}
.clientes{
    padding-bottom: 10px;
}
.clientes img{
    width: 112;
    
    
}

}
    
     
     }
     .acor, .quienes  {
         width:48%;
         margin:auto;
         height: 369px;
         background:white;
         margin-bottom: 20px;
         font-size: 15px;
     }
.calificaciones li{
    text-align: center;
}
.clientes{
    padding-bottom: 10px;
}
.clientes img{
    width: 112;
    
    
}

}