#sede{
    padding: 5px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 25px;
    padding-top: 50px;
    padding-bottom: 80px;
    border-top: 2px solid white;
}
#titleSede{
    text-align: center;
    color: rgb(0, 255, 0);
    font-size: 2.3rem;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    padding: 10px;
    margin-bottom: 40px;
}

#imgSede{
    width: 600px;
    border: 1px solid white;
}

@media(max-width: 768px){
    #titleSede{
        font-size: 2rem;
    }
    #imgSede{
        width: 80%;
        object-fit: cover;
    }
}