/*
rojo: #da251b
bordo: #c22928
amarillo: #f0c34e
verde: #34a14f
*/

body {
 color: #333 !important;
}
body h2 {
 color: #da251b !important;
}

.mu-breadcrumb-img {
  margin-bottom: 11px !important;
  width: 150px !important;
  height: auto !important;
}

.rcb-navbar {
 height: 77px !important;
 margin-bottom: 50px !important;
 background-color: #1f1a17 !important;
 background-repeat: no-repeat !important; 
 padding: 0 10vw !important;
}
.rcb-navbar a {
 color: #da251b !important;
}

.btn-success {
  background-color: #f0c34e !important;
  border-color: #f0c34e !important;
  border-style: solid !important;
  color: white !important;
  -webkit-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
}

.btn-success:hover {
 background: #c09c3e !important;
}

.btn-warning {
  background-color: #da251b !important;
  border-color: #da251b !important;
  border-style: solid !important;
  color: white !important;
  -webkit-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
}

.btn-warning:hover {
 background-color: #ae1d15 !important;

}

a {
  color: #34a14f !important;
}

.hamburguer {
 color: white !important; 
}

.hamburguer-breadcrumb.hidden-sm.hidden-md.hidden-lg.open > ul > li.mu-breadcrumb-list-item.brand {
  display: none !important;
}


ul.dropdown-menu {
 background-color: #1f1a17 !important;  
}

.dropdown-menu li a {
 color: white !important;
 background-color: #1f1a17 !important;  
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
 background-color: #f4b008 !important;
 color: white !important;
}

.pagination li a {
 color: white !important;
 background-color: #1f1a17 !important;
 border: solid 1px #1f1a17 !important;
}
.pagination li a:hover, .pagination li a:focus, li.active a  {
 background-color: white !important;
 color: #1f1a17 !important;
 border: solid 1px #1f1a17 !important;
}

.social-icon {
 border-color: #34a14f !important; 
}


.mu-navbar-breadcrumb > ul > li.mu-breadcrumb-list-item.brand {
  display: none !important;
}

div.mu-navbar-breadcrumb > ul > li.mu-breadcrumb-list-item.last {
  color: #f0c34e !important;
}

div.dropdown.hamburguer-breadcrumb.hidden-sm.hidden-md.hidden-lg.open > ul > li.mu-breadcrumb-list-item.brand {
  display: none !important;
}

.dropdown.hamburguer-breadcrumb.open > ul > li.mu-breadcrumb-list-item.brand {
  display: none !important;
}

.mu-navbar-breadcrumb > ul > li:nth-child(2):before {
  content: none !important;
}

li.mu-breadcrumb-list-item::before {
  color: white !important;
}

.book-header > h3 > small:nth-child(3) {
  display: none !important;
}

#auth0-lock-container-1 > div > div.auth0-lock-center > form > div > div > button {
  background-color: #34a14f !important;
}

#auth0-lock-container-1 > div > div.auth0-lock-center > form > div > div > div.auth0-lock-header > div.auth0-lock-header-welcome > img {
  content: url("https://user-images.githubusercontent.com/4105740/106490140-47f35980-6494-11eb-8848-c1989e67659d.jpeg") !important;
  width: auto !important;
  height: 100px !important;
}

#auth0-lock-container-1 > div > div.auth0-lock-center > form > div > div > div.auth0-lock-header{
 background-color: #fef2f5 !important;
}

#auth0-lock-container-1 > div > div.auth0-lock-center > form > div > div > div.auth0-lock-header > div.auth0-lock-header-welcome > div {
 display: none !important; 
}

#auth0-lock-container-1 > div > div.auth0-lock-center > form > div > div > div.auth0-lock-header > div.auth0-lock-header-bg{
 background-color: #fef2f5 !important;  
 background: #fef2f5 !important;  
}

#auth0-lock-container-1 > div > div.auth0-lock-center > form > div > div > div.auth0-lock-header > div.auth0-lock-header-bg.auth0-lock-blur-support > div.auth0-lock-header-bg-blur{
 display: none !important; 
}

#auth0-lock-container-1 > div > div.auth0-lock-center > form > div > div > div.auth0-lock-header > div.auth0-lock-header-bg.auth0-lock-blur-support > div.auth0-lock-header-bg-solid {
  background-color: #1f1a17 !important;
}

#auth0-lock-container-1 > div > div.auth0-lock-center > form > div > div > div.auth0-lock-header > div.auth0-lock-header-bg.auth0-lock-blur-support {
  background: unset !important;
}

#auth0-lock-container-1 > div > div.auth0-lock-center > form > div > div > div.auth0-lock-header {
  background-color: #1f1a17 !important;
}