/*
Theme Name: Exertio child
Theme URI: https://www.tudominio.com/
Description: Tema hijo para Exertio
Version: 1.0.0
Author: cedav95
Author URI: https://www.tudominio.com/
Template: exertio
*/

/* SOLUCIÓN PARA EL MENÚ DESPLEGABLE */
.sb-header {
    position: relative;
    z-index: 9999 !important;
}
.btn-theme-secondary{
    color:white !important;

}
.btn-theme{
    border: 1px solid #dd3333;
     background-color: #dd3333;
    color: #f9f9f9;
}

.btn.btn-dark{
    color: rgb(255, 255, 255) !important;
}