
#stores{
    margin-top: 89px;
    margin-bottom: 89px;
}

#map{
    background-color: greenyellow;
    height: 500px;
    width: 100%;
}

#storesTitle{
    text-align: center;
    margin-top: 10px;
    font-size: 24px;
    line-height: 100%;
}

.storesText{
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    margin-top: 36px;
    padding-left: 15px;
    padding-right: 15px;
}

#contacts{
    position: relative;
    padding-bottom: 40px;
    background: white;
}

#contactTitle{
    text-align: center;
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 5px;
}

.containerSubtitle{
    margin-top: 36px;
    margin-bottom: -20px;
    font-size: 15px;
    line-height: 1.1;
    color: inherit;
    text-align: center;
    color: black;
}

#locales{
    text-align: center;
    height:auto;
    width: 65%;
    overflow:hidden;
    margin: 0 auto;
}

.storeContainer{
    text-align: center;
    float: left;
    width: 33.33333333%;
    height: auto;
    min-height: 330px;
    overflow: hidden;
}

.imgSubtitle{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    text-align: center;
    color: black; 
    margin-top: 15px;
}

.addressText{
    margin-bottom: 0px;
}

.centrarIconos{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.columnText{
    font-size: 14px;
    font-weight: lighter;
    line-height: 23px;
    color: #272727;
    margin: 0 0 10px;
    position: relative;
    width: 74%;
    margin-left: 16%;
}

.telephone{
    color: #428bca;
}

.telephone:hover{
    color: #2a6496;
    text-decoration: underline;
}

#sendButton{
    width: 70px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin-left: 0;
    color: black;
    background-color: #f1f1f1;
    padding: 4px;
    border: 0px;
}
#sendButton:hover{
    background: #747474;
    color: #373737;
}
img.conceptImg{
    width:200px;
}

.imgMarley{
    height: 40px;
    width: 40px;
    position: absolute;
}

.imgMarley img{
    width: 100%;
}
@media (max-width: 1100px) {

    #locales{
        width: 80%;
    }
}

@media (max-width: 900px) {
    #stores{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .storeContainer{
        width:100%;
    }
}

