/*hoja de estilo*/
/*GRUPO*/
/*body*/

body{
    background-color: #A9F5F2;
} 

/*header*/

.menu{
    background-color: black;
    background-size: cover
    width: 80%;
    margin: auto;
    overflow:hidden;
    position: absolute;
    margin-top: -10px;
}

header {
    background: rgba(0,0,0,0.9);
    width: 100%;
    position: fixed;
}

nav {
    float: right; 
    padding-right: 30px;
 
}
nav ul {
    list-style: none;
    overflow: hidden; 
}
nav ul li {
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
nav ul li a {
    display: block; 
    padding: 10px;
    color: #fff;
    text-decoration: none;
}
nav ul li:hover {
    background: #A9F5F2;
    color:black;
}

.dgpc{
    padding-top: 15px;
    padding-left: 10px;
        
}

/*__titulo__*/
h1{
    padding-top: 100px;
    padding-left: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
}

h3{
    font-size: 14px;
    padding-left: 30px;
    margin-top: -30px;
    font-family: 'Jura', sans-serif;
    
}

h4{
    font-family: 'Montserrat', sans-serif;
    
}

/*__integrantes__*/

.integrantes {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.integrantes-perfil{
    width: 20%;
    padding: 10px;
	box-sizing: border-box;
    font-size: 1.3em;
    text-align: center;
    text-decoration:none;
}     

    
.integrantes-perfil img {
    height: auto;
    width: 100%;
}

.integrantes-perfil p{
    margin: 0;
    color:black;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.integrantes a{
    text-decoration: none;
}

/*__fadu uba--*/
.uba-fadu{
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: auto;
}

.info-fadu{
    padding: 1.5rem;
}

h4{
    padding: 10px;
    margin-bottom: 0;
    background-color: black;
    background-size: cover;
    color:#A9F5F2
}

p{
    padding: 0;
    margin: 5px 0px 10px;
    font-family: 'News Cycle', sans-serif;
}
/*__footer__*/
footer{
    position: absolute;
    bottom: 10;
    padding: 1rem 7rem;
    background-color: black;
    font-size: 13px;
    text-align: center;
    color:  #A9F5F2;
    margin-top: 5rem;
}

.menu-perfil {
    width: 98%;
    height: 55px;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    z-index: 99;
    margin-top: 0rem;
    padding: 0;
    background: transparent;
    border-bottom: 1px solid #000;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
}

.icono-inicio,
.icono-notificaciones,
.icono-perfil,
.icono-chat,
.icono-buscar{
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    fill: white;
    background-size: 55%;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    margin-top: 0.7rem;
    
   
}


.icono-trabajos,
. icono-amigos,
.icono-almacenados,
.icono-informacion{
    width: 75px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    fill: white;
    background-size: 55%;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


.carta-t{
    background-color: #A9F5F2;
    padding-bottom: 5rem;
}


.contenido-c{
    background-color: aliceblue;
}



/*__responsive- menos de 1000__*/
@media screen and (max-width: 1000px){
    
.integrantes {
    width: 100%;
    flex-wrap: wrap;
    }
               
    .integrantes-perfil {
    width: 40%;
    }        
    
    .integrantes-perfil img {
    width: 90%;
    }


}

/*__responsive- menos de 600__*/
@media screen and (max-width: 600px){
    .integrantes{
    width: 100%;
    flex-direction: column;
    }
               
    .integrantes-perfil {
    width: 100%; 
    }        
    
    .integrantes-perfil img {
    width: 60%;
    }
           
}

/*CARTA*/

.carta-fondo{
    background-color: gainsboro;
}

.logo{
    object-position: center;
    width: 20%;
}
.contenido-c{
    margin-top: 2rem;
    margin:0;
    padding: 30px 30px 30px 30px;
}
.cont-t-c{
    color: white;
    
}

.f-carta{
    color:gainsboro;
}


/*MAPA*/
.mapa-fondo{
    background-color: lavenderblush;
}
.mapa-img{
    width: 100%;
}

.mapa-cont{
    padding: 10px 30px 10px 30px;
}

.f-mapa{
    color:lavenderblush;
}


/*__responsive- menos de 600__*/
@media screen and (max-width: 600px){
    .uba-fadu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -1rem;
    margin-left: 1rem;
    overflow: auto;
}

    
}

/*__responsive- menos de 450__*/
@media screen and (max-width: 450px){
    .uba-fadu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -1rem;
    margin-left: 1rem;
    overflow: auto;
}
    
}

/*__responsive- menos de 400__*/
@media screen and (max-width: 400px){
    .uba-fadu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -1rem;
    margin-left: 1rem;
    overflow: auto;
}
  
    
}