@charset "utf-8";

/* ----------- reglas generales y módulos ----------- */

body,
input,
textarea,
select {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #de1010;
}

.logo {
  max-width: 50rem;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 1.5em;
  margin-bottom: 1.6em;
}

.logo img{
  width: 45%;
  min-width: 17em;
}

header {
border: none;
}

footer {
    max-width: 48rem;
    margin: 0 auto;
    padding: 1rem;
    font-size: 0.7em;
    font-family: 'Ubuntu Condensed', sans-serif;
    text-transform: uppercase;
    color: black;
}

main {
    margin: .2em auto;
    max-width: 50rem;
    width: calc( 100% - 0rem );
    border: none;
}

body {
    background: url("../imagenes/diagonal.png") repeat;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
}

form{
  margin: 0 30px;
}

hr{
  color: #a9a9a9;
  opacity: 0.3;
}

input[type=text],input[type=password],input[type=email]{
  width: 77%; 
  max-width: 16em;
  height: 2.4em; 
  -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px; 
  border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  background-color: white; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9;
  margin-left: -5px;
  margin-top: 13px; 
  padding-left: 10px;
}

input:invalid {
  border: solid 1px #de1010;
  box-shadow: 1px 1px 5px rgba(247, 0, 0, 0.65); 
}

input[type=password]{
  margin-bottom: 25px;
}

.general {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -1.8em;
}

.individual {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
}

.ingresar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto;
    width: 90%;
    max-width: 18em;
}

.loguearse {
  font-size: 14px;
  font-weight: 600;
  color: white;
  padding: 6px 9% 0px 9%;
  margin: 15px auto 35px auto;
  margin-right: .5em;
  display: flex;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  max-width: 5em; 
  height: 2em; 
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
  background-color: #F34747; 
  -webkit-box-shadow: 0 3px #d83e3e; 
  -moz-box-shadow: 0 3px #d83e3e; 
  box-shadow: 0 3px #d83e3e;
  transition: all 0.1s linear 0s; 
  top: 0px;
  position: relative;
}

.loguearse:hover {
  top: 3px;
  background-color:#F34747;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none;
  color: white;
}

.continuar {
  font-size: 14px;
  font-weight: 600;
  color: white;
  padding: 6px 9% 0px 9%;
  margin: 15px auto 35px auto;
  margin-left: .5em;
  display: flex;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  max-width: 5em; 
  height: 2em; 
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
  background-color: #414141; 
  -webkit-box-shadow: 0 3px #212121; 
  -moz-box-shadow: 0 3px #212121; 
  box-shadow: 0 3px #212121;
  transition: all 0.1s linear 0s; 
  top: 0px;
  position: relative;
}

.continuar:hover {
  top: 3px;
  background-color:#414141;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none;
  color: white;
}

#iconos {
  width: 2em;
  height: 1.3em;
  background-color: #F34747;
  margin-top: .9em;
  margin-left:0;
  padding: 8px 0px 8px 15px;
  -webkit-border-radius: 4px 0px 0px 4px; 
  -moz-border-radius: 4px 0px 0px 4px; 
  border-radius: 4px 0px 0px 4px;
  color: white;
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 0px #cbc9c9;
}


.perdiste {
    display: flex;
    justify-content: flex-end;
    width: 95%;
    max-width: 19em;
    text-align: end;
    margin: 0 auto;
    margin-top: -2em;
}

.perdiste p a {
    margin: 0 1em;
    font-size: .7em;
    margin-bottom: 3em;
    color: #de1010;
}

.logoyregistro {
    display: flex;
    flex-direction: row;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 2em;
    justify-content: center;
}

.logoreal {
    width: auto;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.logoreal img{
    max-height: 6.2em;
    width: 8em;
    align-items: center;
    margin-left: -1em;
    margin-right: -.8em;
}

.lasredesyregister {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: .8em;
    color: black;
    justify-content: flex-start;
}

.lasredesyregister a {
    color: black;
    font-weight: bold;
}

#registernow {
    margin-top: -1em;
}

.lasredesyregister img{
    width: 2em;
    margin: 0 .4em;
}

.lasredesyregister ul{
    display: flex;
    list-style: none;
    margin: .3em;
    margin-top: -.2em;
    padding: 0;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
}

@media screen and (min-width: 400px){
	
.logoreal img{
    margin-right: .5em;
}
    
}
