@import url(https://fonts.googleapis.com/css?family=Open+Sans);

header{
    width: 97%;
    justify-content: center;
        
}

.contenedor {
width: 98%;
    margin: 0;
    padding: 0;
    justify-content: center;
  }
 

.reg h3 {
    display: flex;
    margin-top: 50px;
    padding-bottom: 10px;
    background-color: rgba(121, 117, 237, 0.62);
    text-align: center;
    justify-content: center;
          
}

.pres{
    
    margin: 5px;
    font-size: 14px;
    color: blue;
}
#modulo .contenedor {
  
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
}


#modulo .art  {
    max-width: 180px;
    min-width: 180px;
    max-height: 400px;
    justify-content: center;
    text-align: center;
}
        

.foto{
   display: flex;
    padding: 5px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    border-radius: 20px;
    border: 2px solid rgba(121,117,237,0.62);
    
}

.txt{
    max-width: 210px;
    padding: 15px;
    color: #0f6903;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.talle{
    max-width: 230px;
    color: blue;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    
}

.talle1{
    max-width: 230px;
    color: blue;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
      
    
}


.talle2{
    max-width: 230px;
    color: blue;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    
    
}



.foot {
    
   margin: 5px;
    padding: 25px;
}

@media (min-width:500px){
    
    .contenedor{
    
    }
    
 
    
}

@media (min-width: 748px){
    
    .contenedor{

    }

    
    
}