

.map-contact-container{
    width: 800px;
    height: 550px;
    background-image: url('mapa.JPG'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative;
}

.map-contact-link-container{
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.map-contact-icono{
    height: 30px;
    width: 30px;
}

.map-contact-label{
    font-size: 24px;
    font-weight: 700;
    font-family: quicksand, sans-serif;
    color: rgb(0, 0, 0);
    text-shadow: 
        2px 2px 4px rgba(255, 255, 255, 0.6), /* sombra base */
        0 0 10px rgba(255, 255, 255, 0.7), /* glow cian */
        0 0 20px rgba(255, 255, 255, 0.5); /* glow más difuso */
    margin: 0;
    padding: 0;
 }

#buttonContactRaicesUrquiza{
    position: absolute;
    top: 250px;
    left: 95px;
}

#buttonContactMapElMayoral{
    position: absolute;
    top: 20px;
    left: 570px;
}

.container-mapita{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 120px;
    height: 180px;
    padding: 10px;
    background-color: black;
    opacity: 0.7;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.mapita-title-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
}

.icono-mapita{
    height: 15px;
    width: 15px;
    margin-right: 5px;
}

.mapita-label{
    font-size: 12px;
    font-weight: 700;
    font-family: quicksand, sans-serif;
    color: whitesmoke;
    line-height: 1;
    text-align: start;
    margin: 0;
    padding: 0;
}

.mapita-img{
    width: 100%;
    height: auto;
    border: 2px solid whitesmoke;
}


@media (max-width: 1200px){

.map-contact-container{
    width: 500px;
    height: 275px;
}

.map-contact-link-container{
    width: 150px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.map-contact-icono{
    height: 20px;
    width:20px;
}

.map-contact-label{
    font-size: 14px;
}

#buttonContactRaicesUrquiza{
    position: absolute;
    top: 120px;
    left: 85px;
}

#buttonContactMapElMayoral{
    position: absolute;
    top: 0px;
    left: 320px;
}

.container-mapita{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 90px;
    height: 140px;
    padding: 10px;
    background-color: black;
    opacity: 0.7;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.mapita-title-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
}

.icono-mapita{
    height: 10px;
    width: 10px;
    margin-right: 3px;
}

.mapita-label{
    font-size: 8px;
    font-weight: 700;
    font-family: quicksand, sans-serif;
    color: whitesmoke;
    margin: 0;
    padding: 0;
}

.mapita-img{
    width: 100%;
    height: auto;
    border: 2px solid whitesmoke;
}


}


@media (max-width: 768px){

.map-contact-container{
    width: 370px;
    height: 250px;
}

.map-contact-link-container{
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.map-contact-icono{
    height: 20px;
    width: 20px;
}

.map-contact-label{
    font-size: 14px;

}

#buttonContactRaicesUrquiza{
    position: absolute;
    top: 110px;
    left: 42px;
}

#buttonContactMapElMayoral{
    position: absolute;
    top: 8px;
    left: 250px;
}

}