#container{
  background-color: #ab0033 !important;
}

#menu-secretarias{
  background-color: #005cb9 !important;
}



#footer-bg {
  background: -moz-linear-gradient(left, #ab0033 0%, #ab0033 50%,#f5f5f5 50%, #f5f5f5 100%) !important;
  background: -webkit-linear-gradient(left, #ab0033 0%, #ab0033 50%,#f5f5f5 50%,#f5f5f5 100%) !important;
  background: linear-gradient(to right, #ab0033 0%,#ab0033 50%,#f5f5f5 50%,#f5f5f5 100%) !important;

  background:  -o-linear-gradient(left, #ab0033 0%, #ab0033 50%,#f5f5f5 50%, #f5f5f5 100%) !important;
  background:  -moz-linear-gradient(left, #ab0033 0%, #ab0033 50%,#f5f5f5 50%, #f5f5f5 100%) !important;
  background:   -webkit-gradient(left, #ab0033 0%, #ab0033 50%,#f5f5f5 50%, #f5f5f5 100%) !important;
}

#footer-no-diagonal {
  background: -moz-linear-gradient(left, #ab0033 0%, #ab0033 50%,#f5f5f5 50%, #f5f5f5 100%) !important;
  background: -webkit-linear-gradient(left, #ab0033 0%, #ab0033 50%,#f5f5f5 50%,#f5f5f5 100%) !important;
  background: linear-gradient(to right, #ab0033 0%,#ab0033 50%,#f5f5f5 50%,#f5f5f5 100%) !important;
}

#footer div.info {
  background: #ab0033 !important;
}


#footer-links{

background-color: #ddc9a3;
margin-left:5%;
}
/* -------------------- btn-primary --------------------------- */

.btn-primary {
    color: #fff;
    background-color: #0d6efd !important;   
    border-color: #0d6efd !important;
  }
  
  .btn-primary:hover {
    color: #fff;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
  }
  
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem #0d6efd !important;
  }
  
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
  }
  
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
  }
  
  .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #0d6efd !important;
  }

  /* -------------------- btn-danger ------------------------- */

  .btn-danger {
    color: #fff !important;
  }

  /* -------------------- btn-secondary ---------------------- */

  .btn-secondary {
    color: #fff;
    background-color: #54565a !important;
    border-color: #54565a
  }
  
  .btn-secondary:hover {
    color: #fff;
    background-color: #54565a !important;
    border-color: #54565a !important;
  }
  
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem #54565a !important;
  }
  
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #54565a !important;
    border-color: #54565a !important;
  }
  
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #54565a !important;
    border-color: #54565a !important;
  }
  
  .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #54565a !important;
  }

  /* -------------------- btn-info --------------------------- */

  .btn-info {
    color: #fff;
    background-color: #bc955c !important;
    border-color: #bc955c !important;
  }
  
  .btn-info:hover {
    color: #fff;
    background-color: #bc955c !important;
    border-color: #bc955c !important;
  }
  
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem #bc955c !important;
  }
  
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #bc955c !important;
    border-color: #bc955c !important;
  }
  
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #bc955c !important;
    border-color: #bc955c !important;
  }
  
  .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
  .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #bc955c !important;
  }

/* ---------------------- page-link ------------------------ */

  .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ab0033 !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
  }
  
  .page-link:hover {
    z-index: 2;
    color: #ab0033 !important;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #ab00338a !important;
  }
  
  .page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #ab0033 !important;
    border-color: #ab0033 !important;
  }

  /* ---------------------- menu-principal ----------------------------- */
  #menu-menu-principal > li:hover > a{
	/*background: #bc955c !important;*/
    background: #C9CAC8 !important;
  }

  #menu-menu-principal li .sub-menu .menu-item:hover {
    /*background: #e8e8e8;*/
    background: #C9CAC8;
  }
  
  #menu-menu-principal li .sub-menu {
    position: absolute;
    background: #fbfbfb;
    border-bottom: 3px solid #ab0033 !important;
    display: none;
  }

  
  #menu-menu-principal .sub-menu li a {
    font-family: 'Open Sans';
    font-size: .9em;
    color: #ab0033 !important;
    padding: 0 20px;
    display: block;
    line-height: 3em;
    white-space:nowrap;
  }
  #menu-menu-principal .sub-menu i.mas{
    position: absolute;
    right: 5px;
    top: 13px;
    color: #ab0033 !important;
  }