@media screen and (max-width: 600px) {
    .apresentation{
        background: #ece8da;
    }
    .apresentation .slider{
        display: none;
    }
    .apresentation .home p.title::before {
        display: none;
    }

    .apresentation .navbar #link {
        opacity: 1;
        transition: all 0.3s ease;
        transform: translateX(0);
        pointer-events: all;
    }

    .apresentation .navbar #menuLink {
        display: none;
    }

    .apresentation .navbar .nav-link{
        color: #333 !important;
    }

    .apresentation .navbar .navbar-toggler {
        border: none;
        box-shadow: none;
        outline: none;
    }

    .apresentation .navbar .navbar-toggler i {
        color: #333;
        font-size: 40px;
    }

    .apresentation .navbar.dark .navbar-toggler i {
        color: #000;
        font-size: 40px;
    }

    .apresentation .home {
        position: relative;
        margin-top: 0px;
        padding-top: 0px;
    }

    .apresentation .home p.stitle {
        color: #333;
        text-align: center;
        font-weight: 500;
        font-size: 25px;
        margin-bottom: 0px;
        margin-top: 60px;
    }

    .apresentation .home p.title {
        color: #B71622;
        text-align: center;
        font-weight: 700;
        font-size: 45px;
        line-height: 45px;
        margin-top: 20px;
    }

    .apresentation .home p.desc {
        color: #333;
        text-align: center;
        font-weight: 400;
        font-size: 20px;
        margin-top: 20px;
    }

    .texts-div img,
    .contact img[src="./app/images/iconnb.png"],
    .about .col-md-5 img,
    .footer .button-pedras {
        display: none;
    }

    .texts-div,
    .footer p.title,
    .footer ul li {
        text-align: center;
    }

    .texts-div .stext {
        text-align: center !important;
    }

    .div-texts .button-pedras,
    .testimonials .button-pedras,
    .warn .button-pedras {
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .portfolio .itens,
    .about .posts {
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .portfolio .itens .item img,
    .about .posts img{
        height: 100% !important;
    }
    .apresentation{
        padding-bottom: 40px;
    }
    .contact.abb{
        margin-top: 30px;
    }
    .about p.title,
    .materiais p.title,
    .texts p.title{
        line-height: 60px;
    }
    .about p.title2{
        margin-top: 40px !important;
    }
    .apresentation .icon{
        left: 42% !important;
    }
}