/*cascade style sheet archivo.css*/

* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    justify-content: center;
    box-sizing: border-box;
}

html {
    min-height: -webkit-locale: es;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

body{
    background-color: #fff0d6
}

/*HEADER*/

#logos {
    background-color: #fac66f;
    display: flex;
    flex-direction: row;
    padding: .3em;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    max-height: 5em;
}

#dgpc {
    padding: .5em;
    width: 9em;
    max-width: 6rem;
}

#fadu {
    padding: .5em;
    width: 9em;
    max-width: 9rem;
}

#navprincipal {
    background-color: #f36300;
    padding: .2em;
}

header nav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    font-size: .8em;
}

header nav ul li a {
    display: flex;
    color: white;
    padding: .3em;
}

/*MAIN*/

#perfil {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: .8em  2em 0em 2em;
    padding: .6em;
    font-size: 14px;
    border-bottom: 5px dotted #fac66f;
}

#pp img{
    border-radius: 100%;
    border:5px solid #f36300;
    max-width: 130px;
    margin: 0em  .8em 0em 0em
}

#info{
    display: flex;
    justify-items: flex-start;
    font-size: 12px;
    align-items: flex-start;
    
}

#redes {
    display: flex;
    justify-content: flex-start;
    padding: .8em  0em 0em 0em;
    max-width: 90px;
}

.redes1{
    padding-right: 1em;
}

#nombre {
    font-size: 22px;
}

#sobremi {
    display: flex;
    flex-direction: column;
    margin: 0  2em .8em 2em;
    padding: .6em;
    font-size: 14px;
}

.titulo2 {
    background-color: #f36300;
    color: white;
    padding: .2em;
    font-size: 20px;
    text-align: center;
    align-content: center;
}

.cursada {
    display: flex;
    flex-direction: column;
    margin: 1em;
    padding: 1em;
    background-color: #fac66f;
    color: #5c2500;
    font-size: 14px;
}

main section article ul {
    padding-top: .6em;
}

#tpsp {
    display: flex;
    flex-direction: row;
    text-align: center;
    margin: 1em 2em 0em 2em;
    font-size: 15px;
}

.tps {
    margin:  0em  1em .8em 1em;
}

#video {
    display: flex;
    justify-content: flex-start;
    margin:  0em  1em .8em 1em;
    height: 453px;
}

.slide {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    padding-top: 1em;
}

/*FOOTER*/

#footer{
    background-color: #fac66f;
    color: #5c2500;
    display: flex;
    flex-direction: column;
    font-size: .7em;
    padding:  2em;
}

#creditos {
    background-color: #000000;
    color: #aa4500;
    text-align: center;
    padding: 2em;
    font-size: .6em;
}

#dgpcf {
    max-width: 5rem;
    text-align: left;
}

#faduf {
    max-width: 9rem;
    text-align: left; 
}