.tienda-title {
    position: absolute;
    z-index: 1;
    top: 80px;
    left: 90px;
}
.tienda-title h2 {
    background: white;
    width: 750px;
    padding: 25px;
}
.tienda-maps {
    background: #fafafa;
    position: relative;
    overflow: hidden;
    padding: 150px 120px 50px 120px;
    margin: 0px 15px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}
.tienda-template a {
    color: white;
    font-weight: 700;
    text-align: center;
    padding: 50px 0 0;
    text-transform: uppercase;
    display: block;
    font-size: 20px;
    text-decoration: underline;
}
.pintuco-info h2{
	text-align: center;
    padding: 50px 0px;
}
.pintuco-info h3{
	text-align: center;
	margin-bottom: 25px;
    min-height: 66px;
}
.pintuco-info p{
	padding:0 20px;
	margin: 10px 0 10px;
}

.pintuco-info .col-md-4{
	padding: 0 3.5px;
    font-weight: 500;
    text-align: left;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.1);
    margin-bottom: 50px;
    background: white;
}
@media screen and (min-width: 769px){
	.pintuco-info .col-md-4{
		height: 674px;
	}
}
@media screen and (max-width: 768px){
	.tienda-title{
		top: 0px;
		left:0px;
	}
	.tienda-title h2 {
	    width: 345px;
	    padding: 25px 25px 25px 0px;
	}
	div.tienda-maps {
	    padding: 120px 0px 50px 0px;
    	margin: 0px 0px;
	}
	.pintuco-info .col-md-4 {
	text-align: center;
	
	
    -ms-flex: none;
    flex: none;
    max-width: 100%;
	}
	.pintuco-info .col-md-4 p{
	text-align: left;
	margin-bottom: 0px;
	margin: 30px 0 30px;
	}
}

#map { 
    height: 50vh; 
}

.address h5{
    margin: 0px;
    font-size: 16px;
}

p.address__datos {
    margin: 7px;
}

p.address__datos span{
    font-weight: bold;
}