

body{
    background-image: url(../img/background.png);
}

.toast{
    display: block !important;
}

.fondo-verde-claro{
    background-color: #a9dbc4;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#formulario-mensaje{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-image: url(../img/background.png);
    padding: 10px 0px;
}

.espaciador{
    height: 100px;
}