@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Open+Sans:wght@300&display=swap");
* {
  font-family: "Montserrat", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:active {
  color: #fa3d22;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  height: 400px;
  /* border: 5px blue solid; */
}

.header__logo {
  width: 250px;
  height: 250px;
  border-radius: 10px;
}

.main__correo__contraseña {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  height: 80px;
  /* border: 5px red solid; */
}

.main__inputs_contraseña_correo {
  height: 35px;
  text-align: center;
  border: 2px black solid;
}

.main__recuerdame__olvidasteContraseña {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  height: 40px;
  /* border: 5px yellowgreen solid; */
}

.main__boton__ingresar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 80px;
  /* border: 5px darkorange solid; */
}

.main__boton__ingresar button {
  height: 50px;
  width: 150px;
  background-color: #fa3d22;
  color: white;
  border-width: 2px 5px 5px 2px;
  border-color: black;
}

.main__tratamiento__datos__condiciones__uso {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  /* border: 5px crimson solid; */
}

.main__no_tienes_cuenta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 100px;
  /* border: 5px deepskyblue solid; */
}

.main__no_tienes_cuenta a {
  background-color: #fa3d22;
  color: white;
  width: 300px;
  text-align: center;
  border: 5px #fa3d22 solid;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-content: center;
  align-items: center;
  height: 60px;
  /* border: 5px darkorange solid;*/
}

/* ESTILOS DOCUMENTO HTML "registrate" */

.logo__redes__sociales {
  width: 50px;
  height: 50px;
  border-radius: 10px;
}

.contenedor__principal {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.contenedor__principal aside {
  display: flex;
  flex-flow: column wrap;
  width: 40%;
  /* border: 5px deeppink solid; */
}

.contenedor__principal main {
  display: flex;
  flex-direction: column;
  width: 60%;
}

.formulario__registro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 700px;
  /* border: 5px chartreuse solid; */
}

.formulario__registro select {
  width: 450px;
  height: 30px;
  text-align: center;
  border: 2px black solid;
}

.formulario__registro input {
  height: 30px;
  text-align: center;
  border: 2px black solid;
}

.numero__documento__celular {
  width: 450px;
}

.boton__registrarme {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 80px;
  /* border: 5px darkorange solid; */
}

.boton__registrarme button {
  height: 50px;
  width: 150px;
  background-color: #fa3d22;
  color: white;
  border-width: 2px 5px 5px 2px;
  border-color: black;
}

.checkboxes__boton__registrarme {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: space-evenly;
  height: 200px;
  /* border: 5px blue solid;*/
}

.tienes__cuenta {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 120px;
  /* border: 5px aqua solid; */
}

.tienes__cuenta span {
  border: 15px #fa3d22 solid;
}

.boton__ingresa__aqui a {
  background-color: #fa3d22;
  color: white;
}

.footer__registrate {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
  align-content: center;
  align-items: center;
  padding: 0 100px;
  height: 60px;
  /* border: 5px darkorange solid; */
}

.aside__ingresar__facebook__google {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 40px white solid;
}

.aside__ingresar__facebook__google button {
  width: 300px;
  height: 50px;
  border-radius: 10px;
  margin: 40px;
}

#boton__facebook {
  background-color: #3b5998;
  color: white;
}

#boton__google {
  background-color: crimson;
  color: white;
}
