@media (max-width: 1366px) {

}


@media (max-width: 480px) {
	section.atuacao article, section.missao .grid, section.solucoes article {
		grid-template-columns: 1fr!important;
	}
	section.conteudo.historia blockquote, section.contato form div {
		flex-direction: column;
	}
	section.conteudo.historia p img {
		margin-right: 0;
	}
	section.solucoes article ul {
		column-count: 1;
		text-align: center;
	}	
	section.blog-single h3 {
		text-align: center;
	}
	section.contato ul li {
		flex-direction: column;
		text-align: center;
		font-size: 18px;
	}
	section.contato ul li strong {
		justify-content: center;
	}
	section.tempo {
		overflow: hidden;
	}	
    header .grid > a[href*="contato"] {
        display: none;
    }
    header nav {
        display: flex;
    }
    header .grid {
        grid-template-columns: max-content max-content;
        justify-content: space-between;
    }    
    section.clientes {
        overflow: hidden;
    }
    section.banner figure, section.sobre figure, section.especialidades figure, section.tempo article img, section.sobre .grid div div {
        display: none;
    }
    section.sobre .grid div div {
        flex-wrap: wrap;
    }
    section.sobre .grid div div ul, section.sobre .grid, section.especialidades .grid, footer .grid, .creditos .grid, section.banner .grid, section.solucoes blockquote,
    section.blog .grid:nth-child(2), section.contato .grid {
        grid-template-columns: 1fr;
    }
    section.banner h1 {
        font-size: 40px;
        font-weight: 400;
        line-height: 52px;
        text-align: center;
    }
    h2 {
        font-size: 32px;
        line-height: 42px;
    }
    p, h2, section.tempo article h3, footer .grid div ul, footer .grid ul {
        text-align: center;
    }
    section.banner ul {
        flex-direction: column;
    }
    section.banner ul li a, section.sobre a {
        margin: 0 auto;
    }
    cite, section.tempo article span {
        justify-content: center;
    }
    section.tempo ul {
        gap: 10px;
        margin-bottom: 40px;
    }
    section.tempo ul li {
        font-size: 16px;
    }
    section.tempo ul li:after {
        width: 15px;
        height: 15px;
    }
    section.especialidades article ul li {
        font-size: 16px;
    }
    section.especialidades article {
        height: unset;
    }
    section.clientes .slick-slide {
        margin: 0 10px;
    }
    footer .grid div:nth-child(1) img {
        margin: 0 auto 30px;
        display: flex;
    }    
    .creditos a {
        justify-content: center;
        flex-direction: column;
    }
    header .grid > a {
        display: flex;
    }
    header img[src*=logo] {
        max-width: 200px;
    }
    section.tempo article {
        padding: 30px;
    }
    section.tempo article p {
        font-size: 18px;
        line-height: 30px;        
    }
    section.banner {
        padding-top: 20px;
    }    
    header ul {
        position: fixed;
        display: none;
        flex-direction: column;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;     
        background: var(--branco);
        z-index: 1;           
    }    
    header ul li a {
        justify-content: center;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    header.abrir ul {
        display: flex;
        flex-direction: column;
    }    
    header.abrir nav {
        position: fixed;
        z-index: 1;
        right: 30px;
        top: 30px;        
    } 
    header ul li ol {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        border-radius: 0;
        justify-content: center;   
        background: var(--azul);             
    }
    header ul li ol li {
        border: 0;
    }
    header ul li ol li img {
        display: none;
    }
    section.solucoes figure, section.conteudo.historia figure {
        float: unset;
        width: 100%;
    }
    section.solucoes blockquote {
        text-align: center;
    }
    section.solucoes blockquote h3 {
        font-size: 32px;
    }
    section.solucoes blockquote ol {
        justify-content: center;
        margin: 12px 0 20px;
    }
    section.solucoes blockquote ol li:first-child {
        display: none;
    }
    section.solucoes blockquote > a {
        justify-content: center;
    }
    section.blog-single figure {
        height: 300px;
    }
    section {
        overflow: hidden;
    }
    header ul > li:last-child {
        display: flex;
        justify-content: center;        
    }
    section.contato, section.conteudo, section.solucoes {
        padding-top: 40px;
    }
}


@media (max-width: 360px) {

}