body{
    background-color:#F2F3EE ;
    min-height: 100vh;
}
.contenedor-principal{
    width: auto;
    height: 600px;
}

.titulo h1,h2 {
    font-family: raleway;
    color:black;
    font-weight: 300;
    margin-bottom: 10px;
    
}
.titulo{
    height: 100px;
    
}
.titulo h1{
    font-size: 8rem;
    position: relative;
    top: 0px;
   
    
}
.subtitulo h2{
    margin-top: 5px;
    margin: auto;
    padding: 20px;
    margin: 10px;
    width: auto;
    text-align: center;
}

.foto-portada{
    width: 100%;
    height:250px;
    object-fit:cover;
    object-position: center;
   
}
.member-container{
    width: 260px;
    height: 300px;
    background-color: white;
    text-align: center;
    padding-top: 100px;
    border-radius: 10px;
    position: relative;
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container-foto {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    margin: auto;
    position: absolute;
    bottom: 180px;
    margin-bottom: 10px;
    
}
.member-container:hover{
    box-shadow: 3px 3px 6px 2px #3333;
    transform: scale(1.05);
    cursor: pointer;
    
}

.profile-container{
    margin:30px;
    margin-top: -10px;
    width: 100%;
    height:auto;
    display:flex;
    justify-content: space-around;
   
}
.nombre{
    margin-top: 30px;
    font-family: PT+sans;
}
.nombre h4{
    font-family: PT+sans;
    font-size: 16px;
}

.icono img{
    width: 30px;
    height: 30px;
    object-fit: cover;
    object-position: center;
    margin-top:10px;
}
@media screen and (max-width:600px){
    .titulo h1{
        font-size: 5rem;
        top: 5px;
       
    }
    .titulo{
        height: 4rem;
    }
}
