.body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}
.Header__menuList {
   color: #ffffff !important;
	font-weight: 500;
  	font-family: 'Open Sans', sans-serif;
  	font-size: 15px;
	
}
.Header__menuList ul li a {
   color: #ffffff !important;
	font-weight: 500;
  	font-family: 'Open Sans', sans-serif;
  	font-size: 15px;
	
}
.textoamarillo{
  font-size: 18px !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #000000;
  background-color: #e7af18;
  padding: 3px 15px;
  border-radius: 10%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
 
}
.titulomesa{
  color: #ffffff;
  font-family: 'Impact', sans-serif;
  font-size: 75px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
 
 
}
.textonaranja{
  color: #f18800;
}
.Header__welcomeTitle{
   color: #ffffff !important;
	font-weight: 700;
  	font-family: 'Open Sans', sans-serif;
  	font-size: 60px;
  	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    
}
.Header__panelbtns{
	background-color: #2762af;
}
.Header__containerLink {
  background-color: #f18800;
}
.Header__containerLi {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  line-height: 1.428571;
 
}

.Button__tagPrimary {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  background-color: #f18800;
  color: var(--color-brand);
  border: .0625rem solid transparent;
  -webkit-box-shadow: 0 0 .9375rem 0 rgba(62,122,247,0.38);
  -moz-box-shadow: 0 0 .9375rem 0 rgba(62,122,247,0.38);
  box-shadow: 0 0 .9375rem 0 rgba(62,122,247,0.38);
}
.botonagente {
  font-size: 18px !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #ffffff;
 
}
.TitleContainer__title,  {
  margin: .9375rem 0 .3125rem;
  line-height: 1.75rem;
  color: #0066b0;
  letter-spacing: .075rem;
  max-width: 100%;
}
.Avatar__img {
  color: #ffffff;
  background-color: #f9b100;
  border-radius: 4px;
  padding: 8px;
}
[data-id="DHO_logo_image"] {
    background-color: #f39c12; 
    color: white; /* Cambia el color del texto */
   
}
.LoginDetail__signin {
  font-size: 15px;
  color: white;
  letter-spacing: .0625rem;
  background-color: #0066b0;
  border-radius: 4px;
  font-weight: 600;
  padding: 8px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.BreadCrumbs__breadCrumbText {
  font-weight: 600;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
.Footer__footerLink{
 font-size: 20px;
}
