html,
body {
  font-family: "Poppins" !important;
  font-weight: 100;
}
body {
  margin: 0;
  background: linear-gradient(153.16deg, #06aeeb 0%, #0f3877 94.78%);

  color: white;
  text-align: center;
  line-height: 1.5;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  justify-content: space-between;
}
.container2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 75vh;
}
.ioenviologo {
  width: 80%;
}
.logo {
  margin-bottom: 20px;
}
h1 {
  font-weight: 100;
  font-family: 40px;
  margin: 0;
}
h2 {
  font-weight: 100;
}
p {
  font-size: 20px;
  max-width: 800px;
  margin-bottom: 20px;
}
.btn {
  background: white;
  color: #0072ce;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.btn:hover {
  background: #f1f1f1;
}
.social-icons {
  margin-top: 60px;
}
.social-icons a {
  color: white;
  margin: 0 10px;
  font-size: 1.5em;
  text-decoration: none;
}
.contact {
  margin-top: 20px;
  font-size: 16px;
}
.contact br {
  display: none;
}
.redes {
  min-height: 150px;
}
b {
  font-weight: bold;
}
.contact2 {
  display: none;
}

@media screen and (max-width: 650px) {
  .container {
    padding: 0 10px;
    display: grid;
  }
  .logo {
    margin-bottom: 0px;
  }
  .ioenviologo {
    width: 100%;
  }
  h1 {
    font-size: 26px !important;
    margin: 10px 0;
  }
  p {
    font-size: 12px;
  }
  .con1 {
    display: none;
  }
  .contact2,
  .contact2 br {
    display: block !important;
  }
  .social-icons {
    margin-top: 20px;
  }
  .container2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 75vh;
  }
}
