.conteudo{
    padding-left: 140px;
    
}

.reel{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    
} 

.reel-gen{
    margin-top: 85px;
     
}

.reel-titles{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    font-family: var(--font2);
    font-size: var(--fontSL);
    color: var(--colorBlack);
    margin-bottom: 40px;
}

.reel-video{
    margin-bottom: 55px;
    border-radius: 10px;
}  

.line-reel{
    width: 1250px;
    height: 1px;
    background: var(--colorHlt);
}

.reel-generalist{
    margin-top: 55px;
    margin-bottom: 10px; 
}

.solas{
    margin-top: 55px;
    margin-bottom: -1vw
}


.reel-line1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 3vw;
    gap: 1vw;
    
} 

.video{
    border-radius: 10px;
}

/* MEDIA QUERY */

@media screen and (max-width: 2000px){
    .conteudo{
        padding-left: 20vw;
    }
}

@media screen and (max-width: 1700px){
    .reel-video{
        width: 60vw;
        height: 30vw;
    }

    .reel-titles{
        margin-top: 9vw;
        font-size: 1.5vw;
        margin-bottom: 1.5vw;
    } 

    .reel{
        margin-bottom: 5vw;
    }

    .reel-gen{
        margin-top: -3.5vw;

    }

    .solas{
        margin-top: -6vw;
    }

    .reel-personal{
        margin-top: -2vw;
        margin-bottom: 3vw;
    }

    .line-reel{
        width: 60vw;
    }

    .video{
        width: 27vw;
        height: 15vw;

    }
    
    .vLine{
        height: 240vh;
    }

} 

@media screen and (max-width: 1370px){
    .conteudo{
        padding-left: 30vw;
    }

    .reel-gen{
        padding-top: 2vw;
    }

    .solas{
        margin-top: -3.5vw;
        margin-bottom: -1vw;
    }

    .vLine{
        height: 240vh;
    }
}


@media screen and (max-width: 1024px){
    .conteudo{
        padding-left: 40vw;
        padding-right: 6vw;
    }

    .reel-titles{
        font-size: 2vw;
    } 


    .vLine{
        height: 195vh;
    }
    
    
    
}

@media screen and (max-width: 800px){
    .conteudo{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 20vw;
        padding-left: 5vw;
    }

    .reel-titles{
        font-size: 2.7vw;
        margin-bottom: 1vw;
    }

    .reel-video{
        width: 80vw;
        height: 50vw;
        margin-bottom: 4vw;
        
    }

    .line-reel{
        width: 80vw;
    }

    .reel-line1{
        display: flex;
        flex-direction: column;
        margin-bottom: 1vw;

    }

    .video{
        width: 80vw;
        height: 50vw;
    }


}





