@media screen and (max-width: 576px) {

    /*APRESENTAÇÃO*/
    .apresentation {
        max-width: 95%;
    }

    /*SOBRE*/
    .about {
        max-width: 95%;
    }

    .container {
        max-width: 95%;
    }

    .fa-sharp {
        font-size: 3.0em;
    }
}

@media screen and (max-width: 990px) {

    /*PROJETOS*/
    .projects__button {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {

    /*CONTATO*/
    .contact__content {
        font-size: 1.1rem;
        padding: 5px 0;
        margin-left: -30px;
    }

    /*APRESENTAÇÃO*/
    .apresentation__title {
        font-size: 1.3rem;
        padding: 5px 0;
        justify-content: center;
        align-items: center;
    }
    .apresentation__button{
        width: auto;
    }

    .apresentation__button__curriculum{
        width: auto;
    }

    .apresentation__buttons__text{
        font-size: 1rem;
    }
    .apresentation__title,
    .apresentation__content,
    .buttons {
        text-align: center;
        align-items: center;
    }

    #texto {
        text-align: center;
    }
    #texto__dev{
        text-align: center;
    }

    .apresentation__content {
        font-size: 2rem;
        padding: 5px 0;
        justify-content: center;
    }

    /*SOBRE MIM*/
    .about__content {
        margin-left: -30px;
    }

    .about__content__title {
        font-size: 1.3rem;
    }

    .about__content__title__2 {
        font-size: 2rem;
        padding: 1rem 0;
    }
    /*PROJETOS*/
    .image-container img {
        max-width: 100%;
        max-height: 100%;
    }

    /*SKILLS*/
    .skills__container i {
        font-size: 3rem;
    }

    /*NAVBAR*/
    .nav-item a {
        font-size: 1.2rem !important;
        color: #161616;
    }

    /*CONTATO*/
    .contact__information{
        font-size: 1rem;
    }
    .contact__item i {
        font-size: 2rem;
    }
    .contact__links i {
        font-size: 1.8rem;
    }
    .contact__item{
        width: auto;
    }
}

@media screen and (max-width: 390px) {
    .apresentation__title,
    .apresentation__content,
    .buttons {
        text-align: center;
        align-items: center;
    }
    .apresentation__button{
        width: auto;
    }

    .apresentation__button__curriculum{
        width: auto;
    }

    .apresentation__buttons__text{
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 992px) {

    /*APRESENTAÇÃO*/
    .apresentation__image img {
        flex-direction: column;
        margin-top: 1.2rem;
    }
}

@media (max-width: 767px) {

    /*SETAS CARROSSEL*/
    .slick-prev,
    .slick-next {
        display: none !important;
    }
}

@media (max-width: 767px) {

    /*NAVBAR*/
    #topo .navbar-brand img {
        width: 30px;
        height: 30px;
    }
}