#welcome {
  background-image: url(../images/bg-welcome-contacto.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 35vh; }

form .redes {
  text-decoration: none;
  background-color: #f2f8f9;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s; }
  form .redes svg {
    height: 1.1rem; }
    form .redes svg path {
      fill: #084C3E;
      transition: all 0.3s; }
  form .redes:hover {
    background-color: #084C3E; }
    form .redes:hover svg path {
      fill: #ffffff; }

form #submit:disabled {
  color: #ffffff;
  pointer-events: none;
  background-color: #084C3E;
  border-color: none;
  opacity: 0.8; }
