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


* {
     margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

h2 {
   
    padding: 0.5em;
    margin-top: 2em;
    font-variant: small-caps;
    font-weight: 900;
    color:crimson;
    display: flex;
    justify-content: center;

    
    
}

header{
        background-color: white;
        position:sticky;
        top: 0;
        z-index: 9999;
    }

.navegador {
        background-color: black;
        position:sticky;
        top: 0;
        z-index: 9999;
        padding-top: 4%;
    }


.logos {
   
    display: flex;
    flex-direction:row;
    justify-content:space-around
    
}

.logos img{ 
    padding: 1em;
    margin-left: -3em;
    margin-top:-1em;
    width: 150%;
    height:150%;
}



.bocetos img {
    width: 50%;
    height: 50%;
    margin-bottom: 1em;
    
}

.mapa img {
    width: 80%;
    height: 80%;
    margin-bottom: 1em;
    margin-left: 5%;
}
    


.bocetos{
     display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 1em;
    
}

.navegador ul {
    padding: 1em;
    margin-left: 1em;
    margin-top: 2em;
    margin-bottom: 1em;
    
    width: 20em;
    display: flex;
    align-items: center;
    
    
}
.navegador ul li {
   
    width: 10em;
    height: 1.5em;
    display: flex;
    text-align: center;
}

.navegador ul li a{
    width: 90%;
    height: 150%;
    text-decoration: none;
    background-color:black;
    color: #fdfdfd;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
}

  body {
    font-family: 'Roboto', sans-serif;  
    min-height: 100vh;
    min-height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between
        
      
      }   
        
main{
    flex-grow: 1;
    display: flex;
    flex-direction:column;
    
} 


.infopersonal {
        display: flex;
        justify-content:left;
        flex-wrap: wrap;
        margin: auto;
        text-align: center;
    position: static;
        
    } 
   

.infopersonal img{
    width: 60%;
    position: static;
    
}

    
   
    
 #boton{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    background-color:lightblue;
    position: static;
}


.mas {
    display: flex;
    text-align: right;
    align-content: flex-end;
    margin-bottom: 20px;
    margin-top: -20px;
    max-width: 400px;
    position: relative;

}



ul{
    margin: 3em;
    list-style: none
}


main ul a {
    width: 25em;
    display: flex;
align-items: center;
    
}
    

.trabajo {
    width: 100%;
    min-width: 100%;
}

.contenedor {
    display: flex;
    flex-direction: column;
    justify-content: center;   
    }





.foto img{
    margin-bottom: 1em;
    margin-top: 2em;
    padding-left: 25%;
    
}

.prev, .next {
  cursor: pointer;
  position: relative;
  top: 52%;
  width: auto;
  margin-top: -22px;
  padding: 12px;
  color:crimson;
  font-weight: 800;
  font-size: 33px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
    

#grupo{
    display: flex;
    flex-direction:row;
    margin-top: 2em;
    margin-bottom: -2em;           
}

#grupo a{
    

    width: 50%;
    height: 150%;
    text-decoration: none;

    font-weight: bold;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 1em;
  
}


 a{
    text-decoration: none;
    width: 20%;
    color: #fdfdfd;
    font-weight: bold;
     display: flex;
     margin-bottom: 0.25em;
     
         

    }



footer {
   background-color:black;
    padding: 1em;
    color: seashell;    
    display: flex;
    flex-grow: 1;
    font-size: 0.70em;
    
}


.profes {
     text-align: center;
    list-style:none;
    margin: auto;
    margin-bottom: 5em;
    
}


.textito {
    color: black;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.boton {
    display: flex;
    background-color:black;
    padding: 1em 0 1em 0;
    justify-content: center;
    align-self: center;
    width: 100%;
    margin-bottom: 20px;

}












/* atributos para computadora*/
@media screen and (min-width:600px){

header{
    background-color:black;

    }
    
.navegador {
        background-color: black;
        position:sticky;
        top: 0;
        z-index: 9999;
    }
    
.logos {
    padding: 0;
    margin-left:1%;
    margin-right:3%;
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    
}

.logos img{
    width: 200%;
    height:100%;
}


    

.bocetos img {
    width: 20%;
    margin-left: 4em;
    margin-bottom: 1em;
    margin-right:3em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bocetos {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 1em;
    flex-wrap: wrap;
    
}

.navegador ul {
    margin-top: -3.5em;
    margin-left: 2em;
    margin-bottom: -0.5em;
    width: 20em;
    display: flex;
align-items: center;
    
    
}
.navegador ul li {
    width: 10em;
    height: 1.5em;
    display: flex;
    text-align: center;
}

    }     
.navegador ul li a{
    padding:0.5em;
    margin-right: 0.5em;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color:#183046;
    color: #fdfdfd;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}




  body {
      
      
        font-family: 'Roboto', sans-serif;  
        min-height: 100vh;
        min-height: -webkit-fill-available;
        display: flex;
        flex-direction: column;
        justify-content: space-between
      
      }   
        
main{
    flex-grow: 1;
    display: flex;
    flex-direction:column;
    
} 


.infopersonal {
        display: flex;
    flex-direction: column;
        justify-content:center;
    padding: 2em;    
        
    } 





.trabajo{
      width: 100%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 25px;
   padding: 2em;
    position: relative;
}

    
.contenedor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;    
    }



.intro {
    color: black;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    
}
    
  
}

.foto {
padding: 2em;
    
    
  
}

    .foto img{
    max-width: 80%;
    margin: auto;
    padding-left: 25%;
        
        
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 52%;
  width: auto;
  margin-top: -22px;
  padding: 12px;
  color:crimson;
  font-weight: 800;
  font-size: 33px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

    .next{margin-left: 13em;}
    .prev{margin-left: -1em;}

    

    
    

   





ul{
    margin: 3em;
    list-style: none
    
}


main ul a {
    display: flex;
align-items: center;
   
}

#grupo{
    display: flex;
    flex-direction:column;
    margin-top: 2em;
    margin-bottom: -2em;
    
   
}

#grupo a{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;

    padding: 0.5em;
    width: 100%;
    text-decoration: none;
    color: black;
    font-weight: bold;
  
}


 a{
    text-decoration: none;
    width: 20%;
    color: #fdfdfd;
    font-weight: bold;
     display: flex;
     margin-bottom: 0.25em;
     
         

    }



footer {
    background-color:black;
    padding: 0.15em;
    color: seashell;    
    display: flex;
    flex-grow: 1;
}


.profes {
    text-align: center;
    list-style:none;
    margin: auto;
    
}    
    
    
   
    
 #boton{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px;
    margin: auto;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    background-color:azure;
}


.mas {
    display: none;
   text-align: center;
    margin:auto;
    margin-bottom: 20px;
    margin-top: -20px;
    max-width: 400px;
    

}
