* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', 'Unica One', sans-serif;
}

li,
a {
    list-style: none;
    text-decoration: none;
}

main {
    display: flex;
    flex-direction: column;
    padding-bottom: 4vw;
}

body {
    max-width: 100vw;
    max-height: 100vw;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background-image: url(../../1/tp/img/fondo.jpg);
    background-size: cover;
    border-image-repeat: no-repeat;
}

header {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    height: 3em;
    background: -webkit-gradient(radial, center center, 0, center center, 380, from(#111A41), to(#090D1E));
    align-items: center;
}

header a {
    background: none;
}

header a img {
    display: block;
    width: 2em;
    height: 2em;
    background: none;
    margin: 5;
    margin-top: 5;
    display: flex;
}

header h2 {
    color: white;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    background: -webkit-gradient(radial, center center, 0, center center, 380, from(#111A41), to(#090D1E));
}

main h1 {
    color: white;
    background: -webkit-gradient(radial, center center, 0, center center, 380, from(#377B97), to(#245260));
    display: flex;
    justify-content: center;
    align-items: center;
}

main h1 img {
    width: 2em;
    height: 2em;
    background: none;
}

ul,
li,
a {
    text-decoration: none;
    list-style: none;
}

ul {
    color: white;
    display: flex;
    flex-direction: column;
    margin: 50px;
       
}
.atras img{
    height:10%;
        
}
.atras{
    padding: 3%
}

#escribir {
    background-color: white;
    color: white
}

.llenar {
    display: flex;
    background-color: white;
    width: 100%;
}

.titulo {
    display: flex;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    text-align: center;
}

.boton a {
    list-style: none;
    color: black;
    background-color: 006666;
    background: -webkit-gradient(radial, center center, 3, center center, 300, from(white), to(#7FD9C0));
    display: flex;
    height: 29px;
    justify-content: center;
    border-radius: 70px;
    margin-top: 10px;
    align-items: center;
}

.botonchico {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: space-around;
    color: 111A41;
    background: linear-gradient( #377B97, #245260);
    border-radius: 28px;
    font-size: 20px;
    align-items: center;
    font-weight: bold;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 90%;
}

footer div {
    padding-top: 50%
}



#hora {
    background: none;
    color: black;
    font-size: 500%;
}

h2 {
    color: 111A41;
    text-align: center;
}

#cuerpo {
    display: flex;
    flex-direction: row;
    width: 100%;
}

figure {
    display: flex;
   max-width: 100%
}

div ul {
    color: 111A41;
    display: flex;
    }

h4 {
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#017C79), to(#0B3A31));
    color: white;
    text-align: center;
    margin-bottom: 3px;
    
}

.registro {
    display: flex;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#017C79), to(#0B3A31));
    color: white;
    text-align: center;
    margin-bottom: 1px;      
}

.registro div {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#017C79), to(#0B3A31));
    max-width: 100%;
    max-height: 15%;
}

.registro h5 {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-color: 006666;
    max-width: 100%;
    max-height: 15%;
}

.registro p {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#017C79), to(#0B3A31));
    max-width: 100vw;
    max-height: 15vw;
    font-size: 80%;
}

.registro img {
    display: flex;
   max-height: 30%;
    max-height: 20%
            
}

.botonlargo {
    width: 100;
    background: -webkit-gradient(radial, center center, 1, center center, 45, from(white), to(#7FD9C0));
    display: flex;
    color: black;
    flex-direction: column;
    text-align: center;
    height: 29px;
    justify-content: center;
    border-radius: 70px;
    margin-bottom: 10px
}

.botonlargo2 {
    list-style: none;
    height: 30px;
    width: 100px;
    background: -webkit-gradient(radial, center center, 1, center center, 45, from(white), to(#7FD9C0));
    right: 30;
    bottom: 80px;
    color:black;
    display: flex;
    justify-content: center;
    border-radius: 70px;
    margin-top: 10px;
    flex-direction: column;
    text-align: center;
    margin-bottom: 2px;
}

.llenar {
    border: none;
    height: 30px;
    text-align-last: center;
    opacity:0.6;
}


nav {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}

.form{
    display: flex;
}
#cuerpo img{
    border-radius: 50%;   
    display: flex;
    min-width: 20%;
}

figure{
    display: flex;
    min-width: 10%;
    
}

.registrof{
    display: flex;
    max-width: 30%
}