.menu span{
  color: #e2c773;
  font-size: 1.1rem;
}
.menu span:hover{
  color: #a6803b;
}
.menu li{
  margin-right: 1.4rem !important;
  margin-left: 1.4rem !important;
}
.menu-top{
  border-top: solid #e2c773 1px;
}
.menu-centrado{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu-footer{
  border-top: #e2c773 1px solid;
  border-bottom: #e2c773 1px solid;
}
.menu-footer li{
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.menu-footer a{
  font-weight: normal !important;
}
.cuadro{
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  border-bottom: #a6803b 3px solid;
}
.flecha{
  text-align: center;
}
.centrado-normal{
  display: flex;
  justify-content: left;
  align-items: center;
}
@media (max-width: 30rem){
  .fuente-slider{
    font-size: 10px;
  }
}
.btn-primary{
  color:#000;
  font-weight: bold;
  background: #e2c773;
  text-transform: none;
}
.g-offcanvas-open .g-offcanvas-toggle {
    color: #e2c773;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
    box-shadow: 0 2px 0 #e2c773;
}