body{
    background: 0;
    background-position: 100% 50px;
    background-repeat: no-repeat;
    background-size: 100px;
}

#quienes-somos .container > span{
    font-weight: bold;
    display: block;
    margin-top: 1rem;
    font-size: 1.2rem;
}

#quienes-somos .content > span{
    font-weight: 900;
    font-size: 2rem;
    font-family: 'nunito';
    line-height: 1;
}

#quienes-somos .content > p:first-of-type{
    margin: .5rem 0;
}

h2{
    font-size: 2.9rem;
    margin-bottom: 3.5rem;
}

/* SECCION Principal */


/* SECCION Equipo */

#equipo{
    padding-top: 0;
}

#equipo .container{
    padding-top: 0;
}

#equipo h2{
    text-align: center;
    margin-bottom: 2rem;
}

#equipo ul{
    display: grid;
    gap: 4rem;
}

#equipo li{
    display: flex;
    align-items: center !important;
    flex-direction: column;
    text-align: center;
}

#equipo li >div{
    display: grid;
    gap: .4rem;
}

#equipo img{
    width: 200px;
    border-radius: 50%;
}

#equipo img{
    object-fit: cover;
    box-shadow: 0px 0px 11px -2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 11px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px -2px rgba(0,0,0,0.75);
}

#equipo h3{
    font-size: 1.7rem;
    margin-top: 1.5rem;
}

#equipo li span{
    font-weight: bold;
}

#equipo li p{
    color: grey;
}


@media screen and (min-width: 576px){
    #quienes-somos .content{
        width: 70%;
    }

    body{
        background-image: url(/img/mockup-quienes-somos.png);
        background-size: 260px;

    }
}

@media screen and (min-width: 760px){
    body{
        background-size: 300px;
    }

    section{
        padding: 4rem 0;
    }

    
}
@media screen and (min-width: 992px){
    body{
        background-size: 380px;
        background-position: 100% -50px;
    }

    #equipo ul{
        gap: 2rem;
        grid-template-columns: 1fr 1fr;
    }

    #equipo li > div:first-of-type, #equipo picture{
        margin-right: 1rem;
    }

    #equipo li img{
        width: 170px;
    }

    #equipo h2{
        margin-bottom: 3.5rem;
    }

    #quienes-somos{
        padding-top: 1rem;
    }
}

@media screen and (min-width: 1200px){
    body{background-position: 90% -50px;}

    #equipo li{
        flex-direction: row;
        opacity: 0;
        text-align: left;
        align-items: center;
    }
    
    #equipo h3{margin: 0;}
}



