@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap");

html,
body {
  overflow-x: hidden !important;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  background-color: #0061ba;
  margin: 0px;

  background: url(../img/fondo.png) no-repeat top center fixed;

}

a {
  color: #333;
}

a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #999;
}

.caja_login {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 390px;
  background: #1B61A6;
  box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.20);
  border-radius: 15px;
  padding: 30px;
  padding-top: 110px;
  transition: all 0.3s ease-in-out;

}

.titulo_login {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.caja_blanca {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #E4F0FF;
  height: 90px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  color: #002C61;
  font-size: 39px;
  text-align: center;
  padding-top: 18px;
}

.formulario_email {
  border-radius: 0px;
  border: none;
  width: 100%;
  background-color: #ffffff;
  font-size: 20px;
  color: #000000;
  text-align: left;
  padding: 10px;
  padding-left: 20px;
  margin-top: 15px;
  border-radius: 10px;
}

input::placeholder,
textarea::placeholder {
  color: #585858;
  opacity: 1;
  /* importante en Firefox */
}

.boton_login {
  cursor: pointer;
  width: 100%;
  padding: 10px;
  color: #ffffff;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  background: #0896BE;
  border-radius: 15px;
}

.boton_login:hover {
  background: #000000;
}

.boton_form {
  cursor: pointer;
  background: #002863;
  border-radius: 10px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  width: 190px;
  text-align: center;
}

.boton_form:hover {
  background: #000000;
}

.boton_registro {
  margin-top: 50px;
}

.textito {
  position: absolute;
  width: 100%;
  top: 210px;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}

.boton_descarga {
  background-color: #002863;
  font-size: 26px;
}

.pie {
  width: 100%;
  text-align: center;
  padding: 25px;
  margin-left: auto;
  margin-right: auto;
}

.caja_registro {
  display: none;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 390px;
  background: #1B61A6;
  box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.20);
  border-radius: 15px;
  padding: 30px;
  padding-top: 110px;
  transition: all 0.3s ease-in-out;

}

a {
  color: #ffffff;
  text-decoration: underline;
}

.caja_registro .fondo_color {}

.caja_registro .titulo {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;

}

.caja_registro .titulo_peque {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin-top: -10px;

}

.caja_registro input {
  text-align: left;
  font-size: 16px;

}

.caja_registro label {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;

}

.boton_volver {
  border-radius: 10px;
  background-color: #0896BE;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 8px;
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
}


.caja_zoom {
  position: absolute;
  background-color: #00B3AD;
  top: -700px;
  right: 90px;
  width: 327px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  padding: 20px;

}

.boton_zoom {
  background-color: #00407E;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 8px;
  width: 100%;
  margin-top: 8px;
  cursor: pointer;
}

.boton_salir {
  background-color: #0074e9;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 8px;
  width: 100%;
  margin-top: 8px;
  cursor: pointer;
}

.soporte_logos {
  display: none;
  width: 100%;
  margin-top: 190px;
  background-color: #ffffff;
  text-align: center;
  padding: 15px;
}

.soporte_logos img {
  max-width: 400px;
}

.cerrar {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 18px;
  color: #002863;
  text-decoration: none;
}
.cerrar img {
  width: 20px;
}

.logos_patro {
  width: 100%;
  max-width: 600px;
  margin: auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}
.logos_patro img{
  width: 100%;
}


@media (max-width: 800px) {
  html, body {
    background-size: cover;
}

  .caja_login {
    position: relative;
    width: 100%;
    max-width: 327px;
    margin-top: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .soporte_logos {
    display: block;
    width: 100%;
    margin-top: 220px;
    background-color: #ffffff;
  }

  .caja_registro {
    width: 100%;
    max-width: 327px;
    margin-top: 250px;
    margin-top: 250px;
  }

  .caja_zoom {
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #ffffff;

  }

  .pie img {
    width: 100%;
    text-align: center;
  }

  .boton_login {
    font-size: 18px !important;
    width: 100%;
  }

  .boton_login img{
    width: 15px;
  }

  .cerrar {
    top: 180px;
  }

  .titulo_login {
    font-size: 20px;
}

}