main{
/*    display: flex;
    justify-content: flex-end;*/
    font-family: Verdana, Geneva, sans-serif;
    color: #373737;
}
main .titulo{
    color: #3D87AB;
    padding: 0 14%;
    font-size: 24px;
    box-sizing: border-box;
}
main .sp{
    position: relative;
    width: 75%;
    border: 2px solid #3D87AB;
    margin-bottom: 32px;
}
main .sp img{
    display: block;
    position: absolute;
    right: -37px;
    top: -26px;
}
main strong{
    font-size: 15px;
    color: #3D87AB;
    font-family: 'Raleway', Verdana, sans-serif;
    font-weight: 700;
}
#tiendas-sugeridas .mini_lista, #tiendas-sugeridas .tabla{
    padding: 0 10%;
}
ul{
    list-style: none;
}
.mini_lista li{
    font-size: 12px;
    background: url(../img/bullet.png) no-repeat left center;
    padding-left: 16px;
    line-height: 20px;
}
#tiendas-sugeridas p{
    margin-bottom: 18px;
    color: #373737;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10%;
    box-sizing: border-box;
    font-family: 'Raleway', Verdana, sans-serif;
}
#tiendas-sugeridas h2{
    padding: 0 10%;
    font-size: 15px;
    color: #3D87AB;
}
#tiendas-sugeridas h2 strong{
    color: #EC008B;
}
.tabla_tiendas{
    padding: 0 10%;
    width: 100%;
}