/*------------- GENERAL ------------- */

    @charset "utf-8";

* { 
    box-sizing: border-box;
}

body {
    margin: 0;
    background-color: #F8F8F8;
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
}

ul,
ol {
    padding: 0;
    list-style-type: square;
}

h1,
h2,
h3,
h4,
h5,
h6,
p { 
    margin-bottom: 1em; 
}

h1,
h2 { 
    text-transform: uppercase;
}

img {
    max-width: 100%;
    padding: 0
}

h2 {
    border-bottom: 0.2em solid #F7C4C4;
    box-shadow: 0 .15em  #FADD8D;
    font-size: 1em;
    color: #0D5B67
}

footer {
    background-color: #FADD8D;
    font-size: 0.8em;
    margin-top: 2em;
    padding: 1em;
}


/*--------MENU DE NAVEGACIÓN-----------*/

header nav ul {
    display: flex;
    justify-content: center;
    max-width: 70em;
    margin: 1em auto;
}

header nav ul li{
    width: 10em;
    height: 3em;
    max-width: 20em;
    max-height: 6em;  
    list-style: none;
    border: solid #F8F8F8 0.2em;
    
}

header nav ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #FADD8D;
    color: #555555;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    
    
}

header nav ul li a:hover {
     background-color: #E89291;
}
        
/*-------------CAJA DE PERFIL------------- */

article {
    border-width: 20%;
    padding: 1em;;
    font-size: 1.13em;
    box-shadow: .6em .6em .0em 0em #F7C4C4;
    border: solid 1px;
    margin-bottom: 1em;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    max-width: 22em;
    max-height: 45em;
    text-align: center;
}

h1 {
    color: #0D5B67;
    text-align: center;
    margin-top: 1.4em;
}


.fotoperfil{
    width: 73%;
    box-shadow: .6em .6em .0em 0em #FADD8D;
    margin: auto;
    display: block;
    border-radius: 20em;    
    border: solid #FADF8D
}

.infoperfil{
    text-align: center;
}

.redes {
    text-align: end;
}

.logo, .logot {
    width:  1.6em;}

/*-------------CONTENEDORA MATERIAS/VM27------------ */

#infomaterias{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1em;
    align-items: stretch;
    margin: 1em;
}

.segundacolumna {width: 25em;}


/*-------------MATERIAS APROBADAS------------ */

.materiasaprobadas {
    font-size: 1.1em; 
    list-style-type: square;
      padding: 0em 1em 0em 1em;
 
}


/*-------------CURSANDO ACTUALMENTE----------- */
.cursandoactualmente{
    font-size: 1.1em; 
    list-style-type: square;
    padding: 0em 1em 0em 1em;
       
  }

/*-------------VM27----------- */
.vm27{
    padding: 0em 1em 0em 1em;
    
}

.vm27 ul li {
    width: 16em;
    height: 2em;
    list-style: none;
    margin: auto;
}

.vm27 ul li a {
    width: 100%;
    height: 100%;
    font-size: 1em;;
    background-color: #0D5B67;
    color:  #F8F8F8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2em;
    border-style: solid;
    text-transform: uppercase
}

.vm27 ul li a:hover {
    background-color: #148B9C;
}

/*-------------COMITENTE---------- */

#comitente img {
    width: 70%;    
}

#comitente {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -1em;
}

h3 {
    background-color: #FADD8D;
    border:solid;
    border-color:black;
    border-width: 0.1em;
    box-shadow: 0px 6px 1px #F7C4C4;
    border-radius: 0.3em;
    font-size: 1em;
    padding: 0.6em;
    color: #555555;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

/*-------------BOCETO----------- */

.cajaboceto{
    padding: 1em;
    margin-left: 1em;

}

.boceto{
    display: flex;
    width: 20em;
}

.celular {
    text-align: end;
}
.compuytablet{
    display: flex;
    flex-direction: column;
}


/*-------------MERLO RECICLA---------- */

.merlorecicla {
    max-width: 40em;
    padding: 1em;
}

/*-------------CREDITOS--------- */

#creditos {
    display: flex;
    text-align: center; 
    align-items: center;
    margin: auto;
    border-bottom: 0.5em solid #E89291;
    border-top:  0.5em solid #E89291;
    flex-wrap: wrap;
    justify-content: center
}

#creditos img {
    width: 10em;}
   

#creditos h4,h5{
    margin: 0.2em;
}

#creditos div{
    padding: 1em;
}