.bg-warning {
  background-color: #ffcc07 !important; }

body {
  background: #333;
  color: #FFFFFF; }

.navbar {
  border-bottom: #ffcc07 3px solid; }
  .navbar .btn-outline-warning {
    border: 3px; }

.navbar-brand {
  font-size: x-large; }

#inicio-head-section {
  background-image: url("../images/pexels-photo-242124.jpeg");
  background-size: cover;
  min-height: 700px; }
  #inicio-head-section .home-inner {
    padding-top: 150px; }
  #inicio-head-section .dark-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 700px; }
  #inicio-head-section .card-form {
    color: black;
    opacity: 0.8; }
  #inicio-head-section .fa {
    color: #ffcc07;
    background: #fff;
    padding: 4px;
    border-radius: 5px;
    font-size: 30px; }

#administra-section div {
  color: black; }

#administra-section h3 {
  color: black; }

#administra-section p {
  color: black; }

#administra-section .fa {
  color: black;
  background: #FFFFFF;
  padding: 4px;
  border-radius: 5px;
  font-size: 30px; }

#contacto-head-section {
  background-image: url("../images/pexels-photo-242124.jpeg");
  background-position: bottom;
  background-size: cover;
  min-height: 80px; }
  #contacto-head-section .home-inner {
    padding-top: 0px; }
  #contacto-head-section .dark-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 80px; }

#dropdownMenuButton {
  margin-bottom: 0px;
  background-color: azure !important; }

.dropdown-item:active {
  background-color: #ffcc07 !important; }

.main-footer-dashboard {
  height: 40px; }

.fa-navicon, .list-group-item {
  color: #ffcc07; }

.ingreso{
  color: black !important;
}

.ingreso:hover {
  font-weight: bolder;
  color:  white !important;
  background-color: #533402 !important;

}