@charset "UTF-8";
@-ms-viewport{width: extend-to-zoom; zoom: 1.0; }
@import url('https://fonts.googleapis.com/css?family=Nunito');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
    
body {
    font-family: 'Nunito', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content:center;
    background-image: url(../imagenes/fondo_arriba.svg);
    background-position:top;
    background-repeat: no-repeat;
    background-attachment:local;
}


/* -----------  BEHANCE E INSTAGRAM ------------*/

.social{
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 1.2em;
    padding-right: 1em;
    padding-bottom: 0;
  
}


/*--------------- PERFIL------------- */

#banner{
    display: block;
    margin:auto;
    padding: 0.8em;
    padding-bottom: 0em;
    padding-top: 0em;
    max-height: 80%;
    max-width: 100%;
    height: auto;
     
}

/* ---------------BARRA NAV----------- */



.menu {
   	background-color: #77C4B1;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 10px;
    padding-bottom: 2px;
    box-sizing:border-box;
	flex-direction: row;
    align-items: center;
    margin:auto;
   
    }

header nav div a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: white;
    padding-right: 8px;
    margin-left: 8px;
    border-right: 2px solid;
}

/* ------------BARRAS HORIZONTALES ------------------*/

hr{
    margin-left: 1em;
}





/*---------------- TEXTO------------- */

p{  margin-left: 1em;
    margin-right: 1em;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}


/* ------------------BOTONES BLANCOS----------- */


a:link {
    text-decoration:none;
}

a:hover { 
    color: black;
}


/*-------------- BOTONES CATEDRAS--------------- */

.catedras:link{
    text-decoration:none;
}

.catedras:visited{
    color: black;
        
    }

.catedras:hover{
    color: #77C4B3;
}



/* ----------PIE DE PAGINA------------- */

.pie{
    margin: 1em;
   color: whitesmoke;
    background-color: #77C4B1;
    margin: 0;
	justify-content: center;
	padding: 13px;
	flex-direction: row;
    font-size: 10px;
    text-align: center
}


/* ----------TEXTO Y TITULOS NARANJAS------------- */

#texto{
    color: black;
    padding-top: 0; 
    font-size: 14px;
    font-weight: normal;
    
    
}

.catedras{
    font-size: 16px;
    font-weight: normal;
    color: black;
}

/* ---------------BOTON PANTALLA INDIVIDUAL-------------- */
.boton{
        margin: 1em;
        margin-right: 2em;
        padding-right: 10px;
        padding-left: 10px; 
		background: #77C4B1;
		border-radius: 10em;
        font-size: 14px;
        color: white;
        right: auto;
}

.boton:hover{
    color: white;
    background-color: #d1836f;
    text-decoration: none;
 }


/* ----------BOTON INTEGRANTES-------- */
.vm22{
    background-color: #77C4B1;
	display: flex;
	padding: 10px 10px 10px 10px ;
    font-size: 20px;
    margin: 1em;
    margin-top: 0;
     margin-right: 2em;
    margin-left: 2em;
    background: #d1836f;
    border-radius: 10em;
    font-size: 12px;
    color: white;
    text-align: center;
    font-weight: 600;
    font-variant:normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vm22:hover{
    color: white;
    background-color: #77C4B1;
    
}

.vm22:visited{
    color:white;
    background-color:#77C4B1;
}


/* ---------------TITULOS-------------- */

h3{
  margin: none;
  margin-left: 0.5em;
  padding: 20px;
  padding-bottom: 1px;
  font-size: 1em;
  color: #676767 

  }

main section div p {
    color: #D1836F;
    font-size: 16px;
    font-weight: 600;
}

