@charset "utf-8";

html {
    height: -webkit-fill-available;
}

body {
    background-color: hsl(0, 100%, 99%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    color: hsl(0, 0%, 50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    }



header {
    background-color: hsl(351, 100%, 79%);
    color: hsl(0, 100%, 99%);
    justify-content: center;
    text-align: center;
}


header nav {
    background-color: hsl(0, 100%, 99%);
    padding: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
}


header ul {
    list-style: none;
    display: flex;
}


header ul li {
width: 10em;
height: 2em;
margin-left: .90em;
display: flex;
justify-content: center;
}


header ul li a {
    width: 100%;
    height: 100%;
    background-color: hsl(351, 100%, 79%);
    color: hsl(0, 100%, 99%);
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}


header ul li a:hover {
    background-color: hsl(351, 100%, 69%);
}

main {
    background-color: hsl(0, 100%, 99%);
    flex-grow: 1;
    display: block;
}

.contenedora1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    max-width: 50rem;
    margin-inline: auto;
    margin-inline-start: auto;
    margin-inline-end: auto;
    padding: 1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
}

.cajac1{
    width: 50em;
    height: 18em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    list-style: none;
}

.button{
    width: 10em;
    height: 2em;
    background-color: hsl(351, 100%, 79%);
    color: hsl(0, 100%, 99%);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn{
    text-decoration: none;
    position: relative;
}

.btn-1 {
    color: hsl(0, 100%, 99%);
}

.button:hover{
    background-color: hsl(351, 100%, 69%);
}

.cajac2{
    width: 50em;
    height: auto;
    margin-inline-start: auto;
    margin-inline-end: auto;

}


.cajac3{
    width: 50em;
    height: auto;
    margin-inline-start: auto;
    margin-inline-end: auto;
 
}

.cajac4{
    width: 50em;
    height: auto;
    margin-inline-start: auto;
    margin-inline-end: auto;
}

.cajac5{
    width: 60em;
    height: auto;
    margin-inline-start: auto;
    margin-inline-end: auto;
}

.imagen{
    padding: 2rem;
}

.usuario {
    margin: auto;
    text-align: center;
    max-width: 20em;
    justify-content: center;
}

.usuario img {
    border-radius: 50%;
    height: 15vw;
    width: 15vw;
    max-width: 35em;
    max-height: 35em;
    justify-content: center;
}

h3 {
    color: snow;
    background-color: hsl(351, 100%, 79%);
    padding-left: 3rem;
}

.contenedora2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-left: auto;
    max-width: 50rem;
    margin-inline: auto;
    margin-inline-start: auto;
    margin-inline-end: auto;
}

.imagenc1{
    margin: 0em;
    width: 0em;
}
.imagenc2{
    width: 1em;
    margin-inline-start: auto;
    margin-inline-end: auto;
}

.contenedora3{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    max-width: 50rem;
    margin-inline: auto;
    margin-inline-start: auto;
    margin-inline-end: auto;
}

.imagenc3{
    margin: 0em;
    width: 0em;
}
.imagenc4{
    margin: 3em;
    width: 1em;
    margin-inline-start: auto;
    margin-inline-end: auto;
}

section {
    background-color: hsl(0, 0%, 50%);
    color: hsl(0, 100%, 99%); 
    padding: 3em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    align-content: space-around;
}

.caja01 {
    margin: 1em;
    width: 15em;

}

.caja02{
    margin: 1em;
    width: 15em;

}

.caja03{
    margin: 1em;
    width: 15em;
}


footer{
    background-color: hsl(0, 0%, 0%);
    color: hsl(0, 100%, 99%);
    text-align: center;
    padding: 5rem;
}

.contenedor {
    max-width: 50em;
    margin: 0 auto;
}