.blanco-fondo{
    background-color: white;
}
.amarillo-fondo{
    background-color: #fffacc;
}

#contenedor-tiendas{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 70px;
    grid-row-gap: 50px;
}

#contenedor-tiendas svg{
    width: 25px;
    height: 25px;
}
.pin_ubi{
    position: absolute;
    right: -14px;
    top: -22px;
    width: 40px;
}
#contenedor-tiendas article{
    background: white;
    border: 3px solid #ddd;
    padding: 16px;
    font-size: 17px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    position: relative;
    border-radius: 10px;
    height: 230px;
}

#contenedor-tiendas>article>div{
    font-size: 17px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    font-weight: 400;
}
#contenedor-tiendas>article>div span{
    text-align: left;
}

#contenedor-tiendas>article>div:first-of-type span{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 19px;
    height: 55px;
}

#contenedor-tiendas>article>span:last-of-type{
    padding-left: 40px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
}

#mapa-supermercados{
    width: 80%;
    max-width: 1100px;
    height: 550px;
    border:0;
    border-radius: 5px;
    margin: 0 auto;
}

#locales-tiendas{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 3% 13%;
}

@media(max-width: 991px){
    #locales-tiendas{
        padding: 7% 7%;
    }
}

#locales-tiendas p{
    text-align: left;
}


#locales-tiendas ul{
    text-align: left;
}

#contenedor-escribanos{
    display: flex;
    gap: 20px;
    justify-content: center;
}
#contenedor-escribanos a{
    padding: 20px 30px;
}

#puntos-locales{
    display: flex;
    gap: 15px;
    flex-direction: column;
}

#contenedor-locales{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

#contenedor-locales>div:first-of-type{
    width: 450px;
}
#contenedor-locales>div:last-of-type{
    width: 50%;
}

#contenedor-locales div p{
    text-align: left;
}

#contenedor-locales img{
    width: 100%;
    border-radius: 10px;
}

@media(max-width: 1720px){
    #contenedor-tiendas article {
        height: 250px;
    }
}

@media(max-width: 1540px){
    #contenedor-tiendas>article>div:first-of-type span {
        height: 70px;
    }
    #contenedor-tiendas article {
        height: 280px;
    }
}

@media(max-width: 1200px){
    #contenedor-tiendas{
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }

    #contenedor-tiendas article{
        width: 70%;
        margin: 0 auto;
        height: auto;
    }

    #contenedor-locales {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    #contenedor-locales>div:first-of-type{
        width: 45%;
    }

    #contenedor-locales>div:last-of-type{
        width: 100%;
    }

    #contenedor-tiendas>article>div:first-of-type span {
        height: 40px;
    }

}

@media(max-width:1450px) and (min-width: 1200px){
    #contenedor-tiendas>article>div:first-of-type span {
        height: 50px;
    }
    #contenedor-tiendas article {
        height: 220px;
    }

    #contenedor-locales>div:first-of-type{
        width: 40%;
    }

    #contenedor-tiendas{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
}

@media(max-width: 600px){
    #contenedor-tiendas article{
        width: 100%;
    }
}

@media(max-width: 473px){
    #contenedor-tiendas>article>div:first-of-type span {
        height: initial;
    }
}
