.main-section{
    height: 610px;
    background-color: #11ABF7;
    padding-top: 50px;
    padding-bottom: 100px;
    border-bottom: 10px solid #00E0FF;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.main-section.-habilidades{
    border-bottom: 10px solid #ABB2C2;
    background-image: url(../../assets/img/backgroundSkill.png);
    overflow: hidden;
}

.main-section.-habilidades h1{
    font-size: 1.5em;
}

.main-section.-projetos{
    background-color: #000;
    background-image: url(../../assets/img/wallpaperbetter.com_1920x1080.jpg);
    overflow: hidden;
    
}

.main-section.-sobre{
    text-align: center;
    border-bottom: 10px solid #CEB02A;
    background-attachment: scroll;
    background-image: url(../../assets/img/thumb-1920-860645.png);

}

.main-section.-contatos{
    border-bottom: 10px solid #000;
    background-attachment: fixed;
    height: auto;
}

@media (min-width: 480px) and (max-width: 599px){
    .main-section.-habilidades{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}

@media(min-width: 801px) and (max-width: 1280px){
    .main-section.-habilidades h1{
        font-size: 2.5em;
    }
}

@media(min-width: 1281px){
    .main-section.-habilidades h1{
        font-size: 2.5em;
    }
}