@charset "UTF-8";

@media screen and (max-width:599px){
    nav{
        display: none;
    }

    #burguer{
        display: block;
        font-size: 35px;
        float: left;
        cursor: pointer;
    }

    #close{
        font-size: 35px;
        cursor: pointer;
        color: inherit;
        transition: background-color 0.3s, color 0.3s;
    }
    
    .bottom-content button, .projects-success .container button {
        max-width: 70%;
        min-height: 80px;
    }

    .bottom-content {
        font-size: 0.8em;
    }

    button a {
        padding: 10px;
    }

    .section-servicos .container {
        display: block;
    }

    .item1 img, .item2 img, .item3 img, .item4 img, .item5 img, .item6 img, .item7 img, .item8 img, .item9 img {
        width: 150px;
        height: 150px;
    }

    .item1, .item2, .item3, .item4, .item5, .item6, .item7, .item8, .item9 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .social, .sitemap, .address{
        text-align: center;
    }
    .address{
        padding: 0;
    }
}
@media screen and (min-width:600px) and (max-width:768px) {
    .bottom-content button, .projects-success .container button {
        max-width: 320px;
        min-height: 80px;
    }

    button a {
        padding: 10px;
    }
}

@media screen and (max-width:768px) {
    
    header{
        max-height: 220px;
    }
    
    header .container{
        
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 20px;
        margin-bottom: 20px;
    
    }
    
    /* .item1 form button {
        font-size: 12px;
    }
     */
    
    .contato{
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
    
    /* .item1, .item2, .item3, .item4{
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    } */
    
    hr {
        display: block;
        margin: 1rem 0;
        color: #f8f9fa;
        border: 0.1rem solid #fff;
        opacity: 0.25;
        width: 100%;
    }
    
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 992px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 768px;
    }

    .bottom-content{
        width: 90%;
    }

    .item1 form button {
            height: 5rem;
            border-radius: 6px;
    }
}

@media screen and (max-width:480px){

    .gallery {
        grid-template-columns: repeat(1, 1fr);
    }
    .text-sobre {
        width: 100%;
    }
    .img-sobre {
        display: none;
    }
    .min-img-sobre {
        display: block;
        padding-top: 12px;
        text-align: center;
    }
    .min-img-sobre img{
        width: 85%;
        padding-top: 15%;
    }
    .social, .sitemap, .address{
        border-bottom: #fff 1px solid;
        grid-column: span 3;
    }
    .address{
        border-left: 0px;
        border-right: 0px;
    }
    
}
/* @media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1024px;
    }

    section {
        min-height: 45vh;
    }

    .img-sobre {
        height: 45vh;
    }
} */