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


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,900;1,100&display=swap');


* {
     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:coral;
    display: flex;
    justify-content: center;

    
    
}

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

 
.videoresponsive {
    position: relative;
    margin: auto;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 15px;
    margin-top: 25px;
}

.videoresponsive iframe {
    position: absolute;
    padding: 3em;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}


    .botonplan {
     text-decoration: underline;
    }    

  .botonmapa {
     text-decoration: underline;
    }   

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

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



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

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

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

header ul li a{
    width: 90%;
    height: 150%;
    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;
        justify-content:center;
        flex-wrap: wrap;
        margin: auto;
        text-align: center;   
        
    } 
   

.infopersonal img{
    width: 40%;
    
}

    
   
    
 #boton-materiasaprobadas{
    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:azure;
}


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

}


.minuscula {
    text-transform: lowercase;
    color:coral;
    margin-right: 5px;
    margin-bottom: 2.8px;   
    
    }


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


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

.contenedor-trabajos{
      width: 100%;
    margin: auto;
    position: relative;
}

.contenedor-trabajos {
    width: 60%;
    min-width: 60%
}
    
.contenedor-morfo1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;    
    }



.intro {
    color: black;
    text-transform: uppercase;
   
    
}
    
  


.tp {
    color:coral;
    font-weight: 300;   
    
}

.tp-video {
    color:coral;
    font-weight: 300; 
    margin-right: 1em;
    margin-left: 1em;
    text-align: center;
    
}

.contendor-fotos {
padding: 2em;
    
    
  
}

    .contendor-fotos img{
   width: 100%;
    margin: auto;
        
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 52%;
  width: auto;
  margin-top: -22px;
  padding: 12px;
  color:coral;
  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;
}
    

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

#equipo a{
    
 background-color: #183046;
    width: 90%;
    height: 150%;
    text-decoration: none;
    color: #fdfdfd;
    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:#183046;
    padding: 1em;
    color: seashell;    
    display: flex;
    flex-grow: 1;
    font-size: 0.70em;
    
}



.descrip-acumar {
    padding: 1em;
    margin-right: 1em;
    margin-left: 1em;
    }

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

.persona img{
    
       width: 20em;
    margin: 2em;
       display: flex;
       align-items: center;
       flex-direction: column;
       margin-bottom: 1em;
    }  
  
.fotomapa img{
    width: 100%;
    }     



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

header{
    background-color:aqua;
        position:sticky;
        top: 0;
        z-index: 9999;
    }
    
.logos {
    padding: 1em;
    margin-left: 4em;
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    
}

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


    

.bocetos img {
    width: 12em;
    margin-left: 4em;
    margin-bottom: 1em;
    margin-right:3em;
}

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

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

 .botonplan {
     text-decoration: underline;
    }    

  .botonmapa {
     text-decoration: underline;
    }     
header 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;    
        
    } 

    .infopersonal img{
        width: 25%;
    }



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

.contenedor-trabajos {
    width: 40%;
    min-width: 40%
}
    
.contenedor-morfo1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;    
    }



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


.tp {
    color:coral;
    font-weight: 300;
    text-align: center;
}


.tp-video {
    color:coral;
    font-weight: 300;
    text-align: center;
}

.contendor-fotos {
padding: 2em;
    
    
  
}

    .contendor-fotos img{
    max-width: 100%;
    margin: auto;
        
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 52%;
  width: auto;
  margin-top: -22px;
  padding: 12px;
  color:coral;
  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;
   
}

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

#equipo a{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    background-color:#183046;
    padding: 0.5em;
    width: 100%;
    text-decoration: none;
    color: #fdfdfd;
    font-weight: bold;
  
}


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

    }

.descrip-acumar {
    text-align: center;
    margin-right: 10em;
    margin-left: 10em;
    }

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


.profes {
    text-align: center;
    list-style:none;
    margin: auto;
    
}    
    
    
.persona img{
       width: 30em;
       margin: 2em;
    }    
        
.fotomapa img{
   margin: 10em;
    }  
 
   
    
 #boton-materiasaprobadas{
    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;
    

}


.minuscula {
    text-transform: lowercase;
    color:coral;
    margin-right: 5px;
    margin-bottom: 2.8px;   
    
    }