body{
    background-color: white;
}

.rowMensajeInicio{
    /*margin-top: 150px;*/
    margin-top: 25vh;
    /*margin-bottom: 25vh;*/

}    

.rowMensajeInicio > div {
    border: 2px solid #e3e2e5;
    border-radius: 15px;
    padding: 50px;
    background-color: #f0eff3;
    color: #38af84;
    font-weight: 800;


    /* background-color: #311d5278; */
    /* color: #38af84; */
    /* font-weight: 900; */
    /* font-size: 30em;*/
}

.home_mensaje_inicial{
    font-size: 1.55rem !important;
}
.color_verde{
    color: #38af84;
}
.color_violeta{
    color: #311d52;
}

.texto_footer{
    font-size: 1.2rem;
    font-weight: 500;
}
.div_footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.dashboard-div{
    height: inherit;
}


@media screen and (min-width: 1000px) {
    .movil {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .escritorio {
        display: none;
    }

}
.menu_movil{
    margin-top: 20px;
    padding-left: 50px;
}

.dropdown-menu_movil{
    background-color: #fff0 !important;
    border: none;
    padding-left: 15px;

}
.dropdown-item_movil{
    color:#ffffff !important;
    font-weight: 600;
}
/*
.movil{
    text-align: right;
}*/

.boton_menu_movil{
    background-color: none;
    color:#ffffff;
    float: right;

}