.font-r {
    font-family: 'Roboto', sans-serif;
}

.font-m {
    font-family: 'Montserrat', sans-serif;
}

.bg-dark {
    background-color: #222525;
}

.bg-primaria {
    background-color: #BE3144;
}

.bg-secondary {
    background-color: #DA5545;
}

.text-primaria {
    color: #BE3144;
}

.bg-background {
    background-color: #F9F9FA;
}

.bg-background-secondary {
    background-color: #fcfcfc;
}

.card-map {
    height: 37rem !important;
}

.height-wall {
    height: 40rem !important;
}

@media (min-width: 1024px) {
    .lg\:leading-72 {
        line-height: 72px !important;
    }
}
