@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700&display=swap');

body {
  background: #fff;
  overflow: auto;
  padding: 0;
  color: #737373;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.box {
  width: 100%;
  height: 100vh;
  overflow: auto;
  background: #fff url(bg-medipass-fondo.jpg) no-repeat center;
  background-size: cover;
}

.contenedor {
  max-width: 1170px;
  display: block;
  margin: 1% auto;
}

.box .contenedor img {
  max-width: 200px;
  display: block;
  margin: 20px auto;
}

h2.titulo {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
  color: #1b181e;
  text-align: center;
}

h2.titulo b {
  font-weight: 700;
}

.box-form {
  width: 50%;
  display: block;
  margin: 0 auto 80px;
  padding: 0 10px;
  min-width: 300px;
}

fieldset {
  border: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
select,
textarea {
  background: #fff;
  display: block;
  width: 90%;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  border: 1px solid #f0f0f0;
  -webkit-border: 1px solid #f0f0f0;
  border-radius: 5px;
  min-width: 200px;
  margin: 15px auto;
  padding: 15px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #787878;
}

.seleccion {
  width: 96%;
}

input[type="submit"] {
  background: linear-gradient(to right, #2990c4, #0f5884);
  box-shadow: none;
  padding: 13px 0;
  width: 80%;
  color: #fff;
  min-height: 30px;
  border-radius: 50px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background: linear-gradient(to right, #0f5884, #0f5884);
}

.copy {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 10px solid transparent;
  border-image: linear-gradient(to right, #2990c4 0%, #0f5884 50%, #2990c4 100%) 1;
}

.copy p {
  text-align: Center;
  font-size: 12px;
  color: #565656;
  font-weight: 400;
}

label.selects {
  margin-left: 16px;
  margin-bottom: 0;
  font-size: 14px;
  color: #333;
}

.clearfix {
  clear: both;
  height: 1px;
  width: 80%;
  background: #ccc;
  margin: 20px auto;
}

.box_fono p {
  text-align: center;
  line-height: 1;
}

p.fono {
  font-weight: 300;
}

.link_fono {
  display: block;
  font-weight: bold;
  text-decoration: none;
  font-size: 30px;
  color: #2990c4;
}

@media (max-width:768px) {
  .link_fono {
    background: #2990c4;
    color: #fff;
    padding: 8px 0;
    border-radius: 50px;
  }
}