* {
  padding: 0;
  margin: 0;
}

body{
  background-color: #091538;
}

.sponsors{
  display: none;
}
#clubSponsorsContainer {
  display: none;
}

.container-contacto {
  background: url("/files/contacto/contacto-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.background-degrade {
  background: linear-gradient(0deg, rgba(9, 21, 56, 1) 0%,  rgba(9, 21, 56, 0.8841911764705882) 100%);
  padding-bottom: 15rem;
}

.sub-container-contacto {
  width: 80%;
  margin: auto;
  padding-top: 10rem;
}

.sub-container-contacto h3 {
  text-align: center;
  margin-bottom: 4rem;
  font-weight: 800;
  font-size: 55px;
  color: white;
}

.blur {
  border-top: 5px solid #0ee696;
  backdrop-filter: blur(10px);
}

.form {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  padding: 3rem 0;
}

.form div {
  display: flex;
  flex-direction: column;
  width: 49%;
  justify-content: space-between;
}

.form input,
.form textarea {
  padding-top: 12px;
  padding-bottom: 12px;
  border: 2px solid white;
  background: transparent;
}

::placeholder {
  font-size: 15px;
  color: white;
  line-height: 15px;
  font-weight: 400;
  padding-left: 7px;
}

.button {
  width: 230px;
  height: 59px;
  border: none;
  margin-bottom: 4rem;
  border-radius: 50px;
  color: #091538;
  background: #0ee696;
  border: 2px solid #0ee696;
  font-weight: 900;
  transition: 1s all ease-in-out;
  position: relative;
  left: calc(50% - 115px);
}

.button:hover {
  color: white;
  border: 2px solid #0ee696;
  background-color: transparent;
}

.background-degrade img{
    position: absolute;
    bottom: 0%;
    left: 80%;
}


@media screen and (max-width: 780px) {
  .sub-container-contacto{
    width: 90%;
    background-position: 0 20%;
  }
  .sub-container-contacto h3{
    font-size: 40px;
    margin-bottom: 1rem;
  }
  .blur{
    border-top: unset !important;
  }
  .form{
    display: block;
    width: 90%;
    margin: auto;
  }
  .form div{
    width: 100%;
    margin: auto;
  }
  .form textarea{
    width: 100%;
  }
  .form input, .form textarea{
    margin-bottom: 30px;
  }
  .background-degrade img{
    width: 60%;
    left: 50%;
  }
}
@media only screen and (min-width: 769px) and  (max-width: 1025px) {
  .background-degrade img{
    bottom: -13%;
    left: 64%;
    width: 400px;
  }
}
