:root{
    --amarillo:#ffc92f;
}
.card{
    background-color:var(--amarillo);
    border-radius: 15px;
    border:0px;
}
.card-body{

    padding:25px;
}
a{
    color: #282828!important;
}
a:hover{
    color: #ffc92f!important;
}
.box.btn{
    color: #FC3!important;
}
.box.btn.selected{
    color: #282828!important;
}
.black{
    color: #282828!important;
}
.black:hover{
    color: #282828!important;
}
#map_canvas{
    min-height: 450px;
}
.btn-secondary{
    background-color: #000;
}
a.btn-secondary{
    color: #fff!important;
}