@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
html,body{
  display: grid;
  place-items: center;
  background: #000728;
}
::selection{
  color: #fff;
  background: #003F6E;
}
#whatsapp{
  text-align: center;
}
.trabajo-libre{
    color:#fff;
    font-size:25px;
}
.wrapper .logo{
  width: 350px;
  height: 350px;
  position:relative;
  left:30%;
  background: url(../img/amevasc_white.png);
}
.whats_count{
  margin-top: 35px;
}

.wrapper{
  color: #fff;
  max-width: 2000px;
  text-align: center;
  background: #000728;
}
.wrapper .title{
  margin-top: 0px;
  font-size: 40px;
  font-weight: 500;
}
.indicasion{
    margin-top: 5px;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px;
  }
.wrapper .title span{
  font-weight: 700;

}
.wrapper form{
  margin-top: 50px;
  margin-bottom:20px;
}
.wrapper form .email-field{

  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
form .email-field input{
  width: 100%;
  height: 100%;
  padding-left: 20px;
  border: none;
  outline: none;
  font-size: 18px;
}
 form .email-field button{
  height: 100%;
  width: 200px;
  outline: none;
  border: none;
  background: #003F6E;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.sesion{
    width: 400px;
    outline: none;
    border: none;
    background: #003F6E;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border-radius: 10px;
    transition: background 0.3s ease;
  }
form .email-field button:hover{
  background: #000;
}


@media (max-width: 630px) {
  body{
    width: 100%;
  }
  .wrapper .logo{
    width: 100px;
    height: 100px;
    background: url(../img/amevasc_white_chico.png);
  }
  .title span{
    font-size: 25px;
  }

}
@media (max-width: 542px){
  .wrapper{
    padding: 0 20px;
  }
  .form .email-field button{
    width: 150px;
    font-size: 17px;
  }
  .wrapper .logo{
    width: 100px;
    height: 100px;
    background: url(../img/amevasc_white_chico.png);
  }
  .title span{
    font-size: 25px;
  }
}
@media (max-width: 340px){
  .wrapper .logo{
    width: 400px;
    height: 52px;
    background: url(../img/banner_chico.png);
  }
  .title span{
    font-size: 25px;
  }
}
