/*formulaio de coontacto nuevo Abril 2026*/
.contenedor-formu {
  padding:20px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 10px #c3c3c3, 0 0 0 10px #f3f3f3 inset;
}
.contenedor-formu br {
  display: none;
}
.contenedor-campos-formu legend {
  margin-bottom: 10px;
}
#nombre {
  width: 97.5%;
}
.contenedor-campos-formu .grid {
  display: flex;
  gap: 10px;
}
.campo-tfn-formu,
.campo-wsp-formu {
  width: 25%!important;
}
.campo-mail-formu {
  width: 45%;
}
.contenedor-campos-formu #whatsapp,
.contenedor-campos-formu #telefono {
  font-weight: inherit;
  color: #33475b;
  text-align: inherit;
}
.contenedor-formu input {
  background: #f5f8fa;
  color: #33475b;
  border: 1px solid #cbd6e2;
  height: 40px;
  padding-left: 10px;
}
.campo-contacto input {
  width: 100%;
}
form > label:nth-child(1) {
  margin-bottom: 10px !important;
  display: block;
}
.contenedor-campos-formu {
  border: none;
  padding-left: 0;
  margin-top: 20px;
  padding-right: 0;
  width: 100%;
}
.label-mensaje {
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
}
#mensaje {
  width: 97%;
  border: 1px solid rgba(0,0,0,0.5);
  box-shadow: none !important;
  min-height: 100px;
  background: #f5f8fa;
  color: #33475b;
  border: 1px solid #cbd6e2;
  padding-left: 10px;
  margin-bottom: 20px;
  font-family: "Tahoma", "Arial", "Verdana" !important;
  font-size: 16px;
}
#pol-priv a {
  color: var(--colorboton);
}
#privacidad {
  margin-left: 0;
  height: 14px;
}
.boton-formu {
  background: #009cde;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 20px;
  display: block;
  width: 180px;
  letter-spacing: 2px;
  border: none;
  margin: auto;
  cursor: pointer;
}
#mensaje::placeholder {
  font-family: var(--fuente) !important;
  font-size: 16px;
}
.contenedor-formu input::placeholder,
.contenedor-formu input {
	font-size: 16px;
  font-family: var(--fuente) !important;
}
.formu-con-titulo {
  grid-template-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
}