.menu span{
  color: #b2363c;
  font-size: 1.15rem;
}

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

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

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

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

.titulo h1{
  text-align: center;
  color: #b2363c;
}

.titulo h2{
  text-align: left;
  font-weight: bold;
  color: #b2363c;
  border-bottom: solid 3px #b2363c;
}

.texto-inicio h2{
  color: #b2363c;
  font-size: 2.4rem;
}

.texto-inicio p{
  font-size: 1.7rem;
}

.texto-inicio{
  margin: 10px;
}

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

.margen-superior{
  margin-top: -300px;
}

.margen-izq{
  margin-right: -30px;
}

.menu-footer{
  border-left: 2px solid #c2beb6;
  align-self: center;
  text-align: left;
}

.menu-footer span{
  color: #c2beb6;
  font-weight: normal;
}

.menu-footer span:hover{
  color: #b2363c;
}

.menu-footer a{
  margin: -2px
}

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

.menu-footer-4 a{
  color: #c2beb6;
}

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

.borde-footer{
   border-top: 2px solid #c2beb6;
}

.btn-primary{
  color: #b2363c;
  background-color: #dbcb17;
  font-size: 1.3rem;
}

.ui.form .field>label{
  color: #c2beb6 !important;
}

.ui.checkbox input.hidden+label{
  color: #b2363c !important;;
}