.ymh-form-full h3,
.ymh-form-full h4,
select,
input,
textarea,
label,
button,
strong,
p,
a {
  font-family: 'Estricta', sans-serif !important;
}

.ymh-form-full h4 {
  font-size: 1.5rem;
  padding: 20px 0px 0px 0px;
  font-weight: 400;
  text-align: center;
}

.btn-red {
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: white;
  background-color: #ff0000;
  font-size: 1rem;
  padding: 5px 20px;
  text-decoration: none !important;
  border: none;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
  min-width: 350px;
  margin: 0 auto;
}

#contacto_form .check-novedades .checkbox label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

#contacto_form .check-novedades .checkbox {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
  padding: 20px 0px;
}

#contacto_form .check-novedades .checkbox input[type="checkbox"] {
  accent-color: #ff0000;
  margin-top: 10px;
}

#contacto_form .check-novedades .checkbox a {
  color: #ff0000;
}

.btn:hover {
  background-color: black !important;
}


.fullcontent {
  display: none;

}

#main-footer {
  background-color: #202020;
  padding: 30px 0px;

}

#main-footer p {
  font-family: 'Estricta', sans-serif !important;
  text-transform: uppercase;
  font-size: 12px;
}

#main-footer .redes-sociales a {
  border-radius: 10px !important;
}