* {
      
    }

#tienda-section{
    flex-wrap: wrap;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    /* justify-items: center; */
    align-items: center;
    align-content: center;
    margin: 0 !important;
}

.tienda{
    width: 200px;
    
    
    border: 1px solid #fafafa;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: 0.3s
}


.tienda:hover{
     border: 2px solid #dadada;
     transition: 0.3s;
    border-radius: 25px;
}

.tienda img{
    width: 100%;
    overflow: hidden;
    
}
.tienda-img{
    height: 200px;
}

.tienda div{
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 8px;
}

.tienda a{
    text-align: center;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color:#333;
    text-decoration:none;
    padding-top: 5px;
    padding-bottom: 5px;
    
}

#tienda-section .icon-phone {
    color: #70C056;
   
}

#tienda-section .icon-globe {
    color: orange;
   
}

#tienda-section .icon-instagram {
    color: orange;
   
}

#tienda-section .icon-whatsapp{
    color:#70C056;
}
.tienda h3{
    font-family: 'Lato', sans-serif;
    color: #333;
    
   
}

.tienda h4{
    font-family: 'Lato', sans-serif;
    color: #009cdd;
   
}

.titulo{
/*    border-top: 2px solid #ddd;*/
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color:#333 !important;
    
}   

@media (max-width:1200px){
    .tienda{
       
        
    }
}
@media (min-width:280px){
    .tienda{
        width:150px;
        min-height:370px;
    }
    .tienda-img{
    height: 150px;
    }
}

@media (min-width:370px){
    .tienda{
        width:170px;
        height:auto;
        margin: 4px;
    }
    
}

@media (min-width:500px){
    .tienda{
       width:200px;
       height:auto;
    }
    
    .tienda-img{
        height:200px;
    }
    
    
}

@media (min-width:1366px){
    .tienda{
        margin: 25px;
        width: 240px;
        min-height: 460px;
    } 
    
    .tienda-img{
        height:240px;
    }
    
}

@media (min-width:1440px){
    .tienda{
       margin: 30px;
    } 
    
}

