.menu span{
  font-size: 1.2rem;
}

.menu span:hover{
  color: #e4c96f;
}

.menu li{
  margin-right: 1.1rem !important;
  margin-left: 1.1rem !important;
}

.menu-centrado{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.menu-top ul{
  border-top: solid #c5bfbf 1px;
}

.menu-tienda span{
  font-size: 1.2rem;
  color: #cc0033 !important;
}

.menu-tienda span:hover{
  color: #e4c96f !important;
}

.menu-tienda li{
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.menu-cuenta2 span{
  font-size: 1.2rem;
  color: #cc0033 !important;
}

.menu-cuenta2 span:hover{
  color: #e4c96f;
}

.titulo h2{
  font-size: 2.6rem;
  font-weight: bold;
  color: #cc0033;
  text-align: center;
  border-color: #e4c96f;
  border-width:2px;
  border-bottom-style: solid;
}

.titulo p{
  font-size: 1.6rem;
  font-weight: bold;
  color: #474747;
  text-align: center;
  line-height: 2.6rem;
}

.titulo2 h2{
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-color: #e4c96f;
  border-width:2px;
  border-bottom-style: solid;
}

.titulo3 h2{
  font-size: 2.6rem;
  font-weight: bold;
  color: #cc0033;
  text-align: left;
}

.titulo4 h2{
  font-size: 2.3rem;
  font-weight: bold;
  color: #cc0033;
  text-align: center;
  border-color: #e4c96f;
  border-width:2px;
  border-bottom-style: solid;
}

.titulo4 p{
  font-size: 1.3rem;
  font-weight: bold;
  color: #474747;
  text-align: center;
  line-height: 1.9rem;
}

.imagen-full img{
  width: 100% !important;
}

.imagen-contacto{
  width: 50px;
  height: 50px;
}

.borrar-margen{
  margin-bottom: -100px !important;
}

.borrar-margen1{
  margin-bottom: -60px !important;
}

.centrado{
  display: flex;
  justify-content: justify;
  align-items: center;
}

.suscribase p{
  font-weight: bold;
  text-align: center;
}

.footer-menu ul{
  border: none !important;
  padding: 0 !important;
  display: inline-grid;
}

.footer-menu li{
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.footer-menu a{
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.footer-menu a:hover{
	color: #e4c96f;
}

.footer-menu ul{
  display: inline-grid;
}

.g-content-array{
  margin: 0 !important;
}

.g-content-array .g-array-item-details, .g-content-array .g-array-item-text, .g-content-array .g-array-item-read-more{
  margin: 0 !important;
}

.suscripcion table, td, form{
  border: none !important;
  margin: 0px;
}

.btn-primary{
  background-color: #e4c96f;
}

.btn-danger{
  color: #fff;
  font-size: 1.2rem;
}

.effectck-sarah{
  background: #e4c96f !important;
  margin: 0 !important;
  width: 100% !important;
}

.category h2{
  color: #cc0033;
  font-size: 1.1rem !important;
  font-weight: bold;
}

figure[class*="effectck"] figcaption{
  color: #474747 !important;
  text-transform: none !important;
}

figure[class*="effectck"] figcaption [class*="title"]{
  font-weight: bold !important;
}

figure.effectck-sarah figcaption [class*="title"]::after{
  background: #474747 !important;
}

@media (max-width: 30rem){
  .menu-superior{
    display:none !important;
  }
  .fuente-slider{
    font-size: 10px;
  }
}

@media (min-width: 30rem){
  .menu-cuenta2{
    display:none !important;
  }
}