@charset "utf-8";

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

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

img{
    justify-content: center;
    background-color: #858AE3;
    background-image: linear-gradient;
    width: 100%;
    height: auto;
   
}


body{

    min-height: 100vh;
    background-color: #F2F7F2;
    min-height: 100vh; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    
}



header{
    margin: 0;
    padding: .8em 0.3em 0.5em 0.5em;
    box-shadow: .px 4px 2px;
    display: flex; 
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #858AE3;
    flex-wrap: wrap;
  
    
}

ul .menu{
    list-style: none;
    display: flex;
    justify-content: center;
    max-width: 40em;
    margin: 1em auto;
    flex-wrap: wrap;
    align-items: center;
        
}


ul.menu{
    
display: flex;
    justify-content: space-between;
    justify-content: center;
    margin: 1em auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    background-color: #F2F7F2;
    font-size: 12px;
    font-family: 'bahnschrifth';
    color: #858AE3;
    
}

ul .menu li{
    display: flex;

    width: 12em;
        height: 3em;
    max-width: 20em;
    max-height: 7em;
    font-size: 12px;
    font-family: 'bahnschrifth';

}


nav ul li{
    text-align: center;
    margin: .4em .4em .4em .4em;
    background-color: #858AE3;
        display: flex; 
    justify-content: center;
    font-size: 12px;
    font-family: 'bahnschrifth';
  

}


nav ul li a{ 
    
    color: #858AE3;
    background-color:#F2F7F2;
    display: block;
    height: 1.2em;
    width: 9em;
    font-size: 12px;
    font-family: 'bahnschrifth';

    
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: 'bahnschrifth';
}
    
#logos{
   
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
   margin: 1.5em;
}



#logoDgcp{
    width: 10em; 
}

#logofadu{
    
    width: 20em;
    background-color: #858AE3;
}


main{

    display:flex;

    flex-wrap: wrap;
flex-direction: center;
    text-align: center;
  
    display: center;
  margin: 1.5em; 
justify-content:center;
  
}


h2{
    font-size: 40px;
    color: #FFA69E;
    font-family:'century gothic';
    font-style: normal;
    text-decoration: underline;
    margin-bottom: .5em;
    text-align: center;

}

h3{
    font-size: 20px;
    color: #FFA69E;
    font-family: 'century gothic';
    font-style: italic;
    margin-bottom: .5em;
    text-align: center;
}

h3, h4{
    font-size: 15px;
    color: #858AE3;
    font-family: 'bahnschrift';
    font-style: italic;
    text-decoration: underline;
    text-decoration-color: #F2F7F2;
    padding-bottom: .1em;
    margin-bottom: .8em; 
    
}

h1{
    font-size: 10px;
    color: black;
    font-family: 'bahnschrift';
    font-style: normal;
    margin-bottom: .6em;
}

p{
    font-size: 10px;
    color:black;
    font-family: 'bahnschrift';
    font-style: normal;
    margin-bottom: .4em;
}

#usuario{

   display: block; 
    justify-content: center;

    max-width: 30em;
   border: solid #FFA69E .2em;
   padding: 1em;
    text-align: center;
    align-items: center;
       background-color: #F2F7F2;
    
}


.informacion{

     margin-bottom: 1em;
    justify-content: center;   
}

#parte2{

    display: flex;
    margin: .8em;
    max-width: 150vh;
   display: flex;
    justify-content: space-between;
     border: solid #858AE3 .2em;
    padding: 1em;  
   
    
}

article {
    display: block;
    justify-content: space-between;
   margin: 1.5em;
    
}

.EquipoVm01{ 
display: flex;
     margin: .8em;
     max-width: 150vh;
    justify-content: space-between;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box; 
      padding: 1em;
    border: solid #858AE3 .2em;
    font-size: 15px;
    font-family: 'bahnschrift';
    
}

section usuario{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 10px;
    font-family: 'bahschrift';
}


footer{
    font-size: 6px;
    font-family: 'bahnschrift';
    margin: 1.5em;
    padding: 2em;
    background-color: #858AE3;  
}


    
    