@charset "utf-8";


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif, "Roboto";
    text-decoration: none;
    list-style: none;
}

body {
    background-image: url(../imagenes/fondo.jpg);
    background-size: 100%;
    min-height: 100vh;
    background-position: top center;
    background-attachment: fixed;
    background-color: #474747;
    font-family: "Roboto";
    font-weight: 300;
    font-size: .8em;
}


header {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-repeat: no-repeat;
    height: 580px;
    width: 100%;
    box-shadow: inset 0px -15px 69px -22px rgba(0,0,0,0.75);
    padding: 3em;
}

main {
    background: linear-gradient(to right, rgba(76,76,76,1) 0%, rgba(28,28,28,0.72) 91%, rgba(19,19,19,0.69) 100%);
    background-position: top center;
    background-attachment: fixed;
    text-decoration: none;
    font-weight: 300;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

main ul a {
    color: white;
    text-decoration: none;
    font-weight: 700;
    
}

main ul a:hover {
    color: black;
    background-color: cyan;
    font-weight: 700;
}


header a {
    color: white;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 1em;
    position: relative;
    text-align: right;
}

nav ul {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    text-align: right;
}

nav ul li{
    border-bottom: solid 1px white;
    padding: .2em;
    margin-bottom: .2em;
}



.perfil {
    display:flex;
    flex-direction: column;
}

.perfil img{
    border: solid 1px white;
    box-shadow: 0px 4px 9px -3px rgba(0,0,0,0.68);
    max-width: 140px;
}


.contenido {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    max-width: 100%;
    text-align: left;
}

.contenido ul li {
    list-style: none;
	text-decoration: none;
    display:flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    padding: .em;
}

ul {
    list-style: none;
}


.titulo { 
    display: flex;
    flex-direction: row;
    justify-content: space-around;;
    background: linear-gradient(to right, rgba(76,76,76,1) 0%, rgba(28,28,28,0.72) 91%, rgba(19,19,19,0.69) 100%);
    border-bottom: solid 2px;
    height: 5em;
}


.titulo img {
    width: 22px;
}

.titulo h4 {
    display: flex;
    align-items: center;
}


h1 {
    color: white;
    letter-spacing: 4px;
    font-size: 1.5em;
    font-weight: 400;
    padding-top: 1em;
}

h2 {
    color: white;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    padding-bottom: 1em;
    padding-top: 1em;
}

h3 {
    color: black;
    margin: 0;
    padding: 0px 30px 0px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 4px;
    max-width: 340px;
}

a {
    letter-spacing: 2px;
}


footer {
    color: white;
    background-color: black;
    padding: 30px;
    font-size: 10px;
}
