form {
	
	.title {
		color: #212529;
		font-size: 2.5rem;
	}
	
  .formularioContact {
    background-color: #f2f6f8;
		border-radius: 2rem;
    border: none;
    box-shadow: 0 0.438rem 0.313rem rgba(0, 0, 0, 0.11);
    color: gray !important;
    font-family: "Raleway", sans-serif !important;
		
    &.thick {
      height: 3.3rem;
      padding: .5rem 3.5rem !important;
    }
		
		&:focus {
			background-color: #f2f6f8;
			border: none;
			box-shadow: 0 0.438rem 0.313rem rgba(0, 0, 0, 0.11);
		}
  }
	
	.message .formularioContact {
    padding: .5rem 1.8rem !important;
    font-family: "Raleway", sans-serif !important;
    font-size: 1.1rem !important;
    color: gray !important;
	}
	
  .formularioContact ::placeholder {
		font-weight: 600;
    font-family: "Raleway", sans-serif !important;
    color: #838788;
    position: relative;
    left: 0;
  }
	
  .thick, .mensaje {
    color: #212529;
  }
	
  .icon {
    color: #57565c;
    height: 1.3rem;
    position: absolute;
    left: 1.5rem;
    top: 1.1rem;
  }
}

.btnContacto {
	font-weight: bold;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 3rem;
  border: 0;
  border-radius: 3rem;
  background-image:linear-gradient(131deg, #ffd340, #ff923c, #ff923c, #ff923c);
  background-size: 300% 100%;
  transition: all 0.3s ease-in-out;
  font-family: "Raleway", sans-serif !important;
}

.btnContacto:hover:enabled {
  box-shadow: 0 0.5em 0.5em -0.4em #ff923cba;
  background-size: 100% 100%;
  transform: translateY(-0.15em);
}

.formularioContacto {
  margin-bottom: 1rem !important;
}