#map .map-container{
    background-image: url("../assets/mapa-mobile.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 30vh;
}
#map .text-container{
    background-image: url("../assets/mapa-amarillo.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0 4rem 0;
    display: flex;
    flex-direction: column;
}
#map .map-container.en{
    background-image: url("../assets/mapa-mobile-en.png");
}
#map .text-container .first-text {
    font-size: 2.5rem;
    color: white;
    margin: 0;
    padding: 0.5rem 0;
    text-align: center;
    font-family: "Abhaya", sans-serif;
    font-weight: 100;
}
#map .text-container .second-text {
    font-size: 1.5rem;
    color: white;
    margin: 0;
    text-align: center;
    font-family: "Abhaya", sans-serif;
    font-weight: 100;
}
#map .text-container .second-text span {
    font-size: 1.8rem;
    font-family: "Abhaya", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
}

#map .text-container .third-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.5rem;
    width: fit-content;
    align-self: center;
    padding: 0.5rem 1rem;
}
#map .text-container .fourth-text {
    font-size: 1rem;
    color: white;
    margin: 0;
    text-align: center;
    font-family: "Abhaya", sans-serif;
    font-weight: 100;
    font-style: italic;
}
#map .text-container .fourth-text p {
    margin: 0;
}
#map #desde {
    font-size: 1.2rem;
    color: var(--primary-color);
    margin: 0;
    text-align: center;
    font-style: italic;
    font-weight: 100;
}
#map #dinero {
    font-size: 2rem;
    color: var(--primary-color);
    margin: 0;
    text-align: center;
    font-weight: 900;
}
#map #moneda {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin: 0;
    text-align: center;
    font-weight: 900;
}
#map .text-container .first-text.en{
    font-size: 3.5rem;
}
@media screen and (min-width: 768px) {
#map .map-container{
    background-image: url("../assets/mapa-desktop.png");
    height: 80vh;
}
#map .map-container.en{
    background-image: url("../assets/mapa-desktop-en.png");
}
#map .text-container br {
    display: none;
}
#map .text-container .first-text.en{
    font-size: 5rem;
}
#map .text-container .fourth-text {
    font-size: 1.5rem;
    align-self: center;
    width: 45%;
}
#map #desde {
    font-size: 1.5rem;
}
#map #dinero {
    font-size: 2.5rem;
}
#map #moneda {
    font-size: 2rem;
}
#map .text-container .second-text.en {
    font-size: 3rem;
}
#map .text-container .second-text span {
    font-size: 3rem;
    font-family: "Abhaya", sans-serif;
    font-weight: 100;
    text-transform: lowercase;
}
#map .text-container {
    gap: 0.5rem;
    padding: 4rem 0 5rem 0;
}
}

@media screen and (min-width: 768px) and (min-height: 721px) {
#map .map-container{
    background-image: url("../assets/mapa-desktop.png");
    height: 70vh;
}
#map .text-container {
    padding: 4rem 0 5rem 0;
    gap: 0.5rem;
}
}