@charset "utf-8";

/* FUENTES TIPOGRÁFICAS */
@font-face {
    font-family: 'yanone_kaffeesatzbold';
    src: url('yanonekaffeesatz-bold-webfont.eot');
    src: url('yanonekaffeesatz-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('yanonekaffeesatz-bold-webfont.woff2') format('woff2'),
         url('yanonekaffeesatz-bold-webfont.woff') format('woff'),
         url('yanonekaffeesatz-bold-webfont.ttf') format('truetype'),
         url('yanonekaffeesatz-bold-webfont.svg#yanone_kaffeesatzbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'yanone_kaffeesatzlight';
    src: url('yanonekaffeesatz-light-webfont.eot');
    src: url('yanonekaffeesatz-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('yanonekaffeesatz-light-webfont.woff2') format('woff2'),
         url('yanonekaffeesatz-light-webfont.woff') format('woff'),
         url('yanonekaffeesatz-light-webfont.ttf') format('truetype'),
         url('yanonekaffeesatz-light-webfont.svg#yanone_kaffeesatzlight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'yanone_kaffeesatzregular';
    src: url('yanonekaffeesatz-regular-webfont.eot');
    src: url('yanonekaffeesatz-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('yanonekaffeesatz-regular-webfont.woff2') format('woff2'),
         url('yanonekaffeesatz-regular-webfont.woff') format('woff'),
         url('yanonekaffeesatz-regular-webfont.ttf') format('truetype'),
         url('yanonekaffeesatz-regular-webfont.svg#yanone_kaffeesatzregular') format('svg');
    font-weight: normal;
    font-style: normal;

}





.botonera{
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    /* tamaño de la caja */
    margin-right: 90px;
    margin-left: 90px;
    
   /* NO SE DEFORMA AL AGRANDAR PANTALLA */
   max-width: 400px;   
   margin: 20px auto;
}

.boton{
    justify-content:space-between;
    background-color: #625772;
    min-width: 24%;
    /* ESPACIO ENTRE HIJOS */
    margin-bottom: 1.5rem;
    width: 100%;
    /* marco*/
    background: #FEFAEC;
    padding: .5rem;
    border: 1px solid transparent;
    }


nav ul li a:hover {color: #CCF6F0;
    background-color: #F38181; 
    
    
}


header nav ul li a{
    color: #ffffff;
    text-decoration:none;
    display: block;
    background-color:#625772;
    text-align: center;
    margin: auto;
    height: 3rem;
    line-height: 3rem;
    
    font-family:'yanone_kaffeesatzbold';
    font-weight: 700;
    text-align: center;
    font-size: 2rem;
    
}

 ul li a p{
    color: #ffffff;
    text-decoration:none;
    display: block;
    background-color:#625772;
    text-align: center;
    margin: -0.5rem auto;
    height: 1rem;
    line-height: 1rem;
    font-family:'yanone_kaffeesatzregular';
    font-weight: 300;
    text-align: center;
    font-size: 1.2rem;
    
}

.img{
    border-radius: 50%;
    }

/* PARA QUE SE VEA BIEN EN CELULAR - HACER SIEMPRE */
*{
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
}


/* ESCRITORIO */

body {
    background-color:#5BCEBB;
    padding: 0;
    text-align: center;
}

h1 {  font-family:'yanone_kaffeesatzbold';
    font-weight: 700;
    text-align: center;
    font-size: 2.5rem;
    color: #ffffff;
    padding: 0.5rem;
    margin: 0.5rem;
    margin-bottom: -1rem;
    
}

h2 {  font-family: 'yanone_kaffeesatzregular';
    font-weight: 200;
    text-align:center;
    font-size: 1.5rem;
    color: #CCF6F0;
    margin-bottom: 3rem;
    margin-top: 3rem ;
    margin: 1rem;
}

h3 {  font-family: 'yanone_kaffeesatzlight';
    font-weight: 300;
    justify-content: space-between;
    text-align: left;
    font-size: 1.5rem;
    color: #ffffff;
   }



a {
    text-decoration: none;
    color: #FEFAEC;
}









.hijo2{
    text-align: center;
}


img{
    padding: 0.5rem;
    margin: 0.5rem;
}


/* FORMULARIO DE REGISTRO */

.registro {
   display: flex;
    flex-direction: column;
    
    
   background-color: #625772;
   padding: 50px;
    margin-left: 50rem;
   /* NO SE DEFORMA AL AGRANDAR PANTALLA */
   max-width: 400px;   
   margin: 80px auto;
   }

.hijo {   
   
  font-family: 'yanone_kaffeesatzregular';
  font-weight: 400;
  text-align:left;
  font-size: 1rem;
  color: #F38181;
    /* ESPACIO ENTRE HIJOS */
  margin-bottom: 1.5rem;
  width: 100%;
  background: #FEFAEC;
  padding: .5rem;
  border: 1px solid transparent;
   
}




.imput {
    text-align: center;
}



.padre2{
    display: flex;
    justify-content: space-around;
    min-width: 5rem;
    flex-grow: 0rem;
}


.pie{
    color:white;
    font-family: 'yanone_kaffeesatzlight';
    font-weight: 700;
    text-align:left;
    font-size: 1rem;
    justify-content: space-between;
    min-width: 15rem;
    flex-grow: 20rem;
    margin: 1rem
    }



/* ADAPTAR A DISTINTOS TAMAÑOS */

@media screen and (min-width:10rem) {   
img {max-width:100%}
               }