html {
  font-size: 14px;
}
.dropdown-menu.show {
    display: block;
    background-color: #5E5D5E !important;
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #daae4e !important;
}
nav{
    background-color: NONE!important;
}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: white !important;
    background-color: #7d5a0c !important
}

@media (min-width: 768px) {
    html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px; 
} 
 


/*Incio de Nav*/
#MenuMovil {
    display: none;
    background-color: #6F6C6E !important;
}
#MenuEscritorio {
    background-color: #6F6C6E !important; 
}
.navbar-nav .nav-link.active {
    color: white !important;
}
#MenuEscritorio a {
    color: white !important;
}
#MenuEscritorio a:hover
{
    color:#DAAE4E;
}
#Ficosec
{
    margin-left:20px;
    margin-right:20px;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-end;
    }
}

@media (max-width: 991px) { 
    #MenuMovil {
        display: block;
    }
    #MenuEscritorio {
        display: none;
    }
    .text-bg-dark {
        color: white !important;
        background-color: #6F6C6E !important;
    }
    #FicosecMov {
        margin-left: 20px;
        margin-right: 20px;
    }
}
/*Fin de Nav*/