@charset "utf-8";


      /* Mobile First */

body{
    margin: 0;
    background-color: #fff5f7;

   
    
}

main{
    padding: 1cm;
    font-family: Raleway;
    
}

*{
    box-sizing: border-box;
}

ol{
    list-style: none;
    padding: 0;
    display: block;
}

a{
    text-decoration: none;
}

nav{
    display: block;
    text-decoration: none;
    font-weight: 600;
}

header{
    background-color:#FAB036;
    color: white;
    font-family:sans-serif;
    font-size: 1em;
    margin: 0;
    padding: .6em ;
    width: 100%;
    box-sizing:border-box;
    
}

.contenedorheader {
    max-width: 50rem;
    margin: auto;

}

h2{
    border-bottom: .2rem solid wheat;
    margin-top: 2em;
    margin-left: 1em;
margin-right: 1em;
    color:wheat;
}
h3{
    color: greenyellow;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    line-height: 2em;
}

/* HEADER */

header .contenedorheader{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#logodgpc{
    width: 7em
}

header nav ul {
    list-style: none;
   display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


header nav ul li {
    justify-content: center;
    min-width: 8em;
    margin: 0 0 0 0.5em;
}

header nav ul li a{
    text-align: center;
    display: block;
    color: orange;
    padding: 0.7em ;

    background-color: white;
    text-decoration: none;
}

header nav ul li a:hover{
    background-color: wheat;
    color: darkorange;
}

/* BODY */

/* nombre */
#candela{
    border-radius: 60%;
    width: 300px;
    display: block;
    
    
}

.contenedorintro p{
    text-align:center;
    margin-top: 0.5em;
    color: #5f5f5f;
    
}


.contenedorintro{
    max-width: 50rem;
    margin: auto;
    align-content: center;
    margin-bottom: 1em;
    align-items: center;
}


h1{
    color: darkorange;
    text-align: center;
    margin: 0;
    
}
#perfil img {
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10%;
    width: 300px;
    display: block;
}



/* materias */
.contenedormaterias{
      display: flex;
    flex-direction: column;
    padding: 2em;
    background-color:#FAB036 ;
    font-family: sans-serif;

}
.contenedormaterias section{
    max-width: 60rem;
    margin-left: 2em;
    display:flex;
    color: wheat;
    align-content: center;
    background-color: #FAB036 ;
    
    flex-wrap: wrap;
}

#aprobadas{
    margin-right: 9em;
}


/*bocetos*/

#boceto{
    width: 100%;
    border-radius: 2%;
    max-width:50rem;
}
#boceto:hover{
    background-color: aliceblue;
}

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

.contenedor div{
    align-content: center;
    padding: 1em;
    margin-bottom: 1em;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    
}

/* integrantes*/
#equipo {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 2em;
    background-color:#FAB036 ;
    font-family: sans-serif;
}
#equipo nav ul {
    display: block;
    list-style-type: disc;
    padding-top: 1em;
    
}
#equipo nav ul li {
    list-style: none;
    text-decoration: none;
    color: wheat
}

.connie {
    margin: 0.25em;
    border: white 3px solid;
    border-radius: 5px;
    padding: 1em;
    width: 15em;
    display: inline-block;
}

.cande {
    margin: 0.25em;
    border: white 3px solid;
    border-radius: 5px;
    padding: 1em;
    width: 15em;
    display: inline-block;
}
.flor {
    margin: 0.25em;
    border: white 3px solid;
    border-radius: 5px;
    padding: 1em;
    width: 15em;
    display: inline-block;
}




h3 {margin-left: 1em;
    margin-top: 2em;
    color: darkorange;
    text-align: center;
    font-weight: bold;
    padding-bottom: px;}

h4 {
    color: darkorange;
    text-align: center;
    text-align: center;}

p {
    text-align: center;
}

.datosfadu {
    text-align: center;
    font-family: sans-serif;
    background-color: #FAB036;
    padding-bottom: 20px;
}

.datosfadu h3 {
    font-size: 15px;
    color: wheat;
    padding-top: 20px;
    margin-bottom: -8px;
}

.datosfadu ul {
    font-size: 12px;
    color: wheat;
    padding: 0;
    padding-top: 7px;
}

.datosfadu li {
    margin-bottom: 8px;
}

footer {
    background-color:#FAB036;
    font-family: raleway;
    color: wheat;
    padding: .5em .5em;
    flex-grow: 0;
    text-align: center;
    align-content: space-around;
    
}




/* Tamaño Tablet */




/* Tamaño Escritorio */