@media (max-width: 1024px) {
	section.banner h1 {
	    font-size: 30px;
	}
	section.banner h2 {
	    font-size: 27.45px;
	    margin-bottom: 20px;
	}	
	section.banner p {
		margin-bottom: 25px;
	}
	section.banner a {
		font-size: 18px;
	    padding: 20px 40px;
	    margin-bottom: 5px;
	}
	section.banner span {
	    font-size: 16px;
	    padding-left: 12px;
	}	
	h3 {
		font-size: 32px;
	}
	h4 {
		font-size: 26px;
	}
	section.reparo ul li {
	    font-size: 18px;
	    margin-bottom: 0;
	}
	section.reparo ul li a {
		margin-top: 30px;
	}	
	section.assistencia .grid:nth-child(2) article h5,
	section.assistencia .grid:nth-child(3) h5 {
		font-size: 24px;
	}
	section.assistencia a {
		font-size: 18px;
	}
	section.avaliacoes .carousel p {
		font-size: 16px;
		line-height: 22px;
		min-height: 176px;
	}
	section.onde .grid:nth-child(2) {
		grid-template-columns: 1fr;
	}
	section.onde .gmap a {
		font-size: 13px;
	}
	section.onde iframe {
		width: 100%;
	}
	section.onde .conteudo {
		text-align: center;
	}
	section.avaliacoes .carousel h6, section.onde .contato > a, section.duvidas a {
		font-size: 18px;
	}
	section.avaliacoes .carousel time {
	    font-size: 16px;
	}	
	section.onde h5, section.duvidas h5 {
		font-size: 24px;
	}
	footer .grid:nth-child(1) {
	    grid-template-columns: 1fr .75fr;
	    grid-gap: 50px;
	}
	header ul li a {
	    font-size: 20px;
	}	
	header ol, .aviso, header p {
		display: none;
	}
	header #menu {
		display: unset;
	}
	.fale {
		display: grid;
	}
	header .grid {
	    grid-template-columns: repeat(2, minmax(max-content, 1fr));
	}	
	header ul {
	    position: fixed;
	    top: 0;
	    left: 0;
		padding-top: 75px;	    
	    width: 100%;
	    height: 100%;
	    text-align: center;
		background: rgb(229,232,241);
		background: linear-gradient(148deg, rgba(229,232,241,1) 0%, rgba(255,255,255,1) 50%, rgba(229,232,241,1) 100%);
	    z-index: 1;
	    visibility: hidden;
	    opacity: 0;
	}
	header ul.ativo {
	  visibility: visible;
	  opacity: 1;
	}	
	header ul {
		transition: .3s;
	}
	header ul li {
		display: block;
		margin: 0 0 20px;
		position: relative;
		top: -30px;
	    font-weight: 700;
	    text-transform: uppercase;		
		transition: .3s;
	}
	header ul.ativo li {
		top: 0;
	}
	header ul #menu {
		width: 40px;
		height: 40px;
	}
	header {
		padding: 10px 0;
	}
	section.duvidas .grid {
	    grid-template-columns: 1fr;
	}
	section.duvidas img {
	    display: none;
	}	
	section.duvidas h3, section.duvidas h4 {
		text-align: center;
	}
}

@media (max-width: 480px) {
	section.reparo .grid:last-child {
		grid-gap: 30px;
	}
	h4 {
		margin-bottom: 40px;
	}
	section.banner {
		text-align: center;
	}
	section.banner, section.assistencia, section.avaliacoes, section.insta, section.onde, section.duvidas {
		padding: 50px 0;
	}
	section.banner .grid, 
	section.reparo .grid:last-child, 
	section.assistencia .grid:nth-child(2), 
	section.assistencia .grid:nth-child(3),
	section.avaliacoes .grid:nth-child(2) {
		grid-template-columns: 1fr;
	}
	section.banner .grid > img, section.reparo .grid > img, 
	section.assistencia .grid:nth-child(2) img,
	section.avaliacoes ul {
		display: none;
	}
	section.assistencia .grid:nth-child(2) article:first-child, 
	section.assistencia article {
		text-align: center;
	}
	section.avaliacoes .carousel p {
		min-height: 132px;
	}
	section.reparo {
		padding: 50px 0;
	}
	section.insta .grid:nth-child(2) {
	    grid-template-columns: repeat(2, 1fr);
	    grid-gap: 15px;
	}
	section.insta figure:nth-child(7),
	section.insta figure:nth-child(8) {
		display: none;
	}
	section.onde .contato {
	    grid-template-columns: 1fr;
	    grid-gap: 15px;
	}
	section.duvidas .bg {
		padding: 30px;
	}
	section.onde iframe {
		height: 225px;
	}
	footer .grid:nth-child(1) {
		grid-template-columns: 1fr;
	}	
	footer ul {
		text-align: center;
	}
	section.banner h1, h3 {
		font-size: 22px;
		line-height: unset;
	}
	section.banner h2, h4 {
		font-size: 20px;
	}
	section.banner p, section.banner ul li {
		font-size: 18px;
	}
	section.banner a {
		font-size: 16px;
		margin: 0 auto;
	}
	section.banner ul {
	    text-align: left;
	    margin-left: 125px;
	}	
	section.assistencia .grid:nth-child(2) article h5, 
	section.assistencia .grid:nth-child(3) h5,
	section.onde h5{
		font-size: 22px;
	}
	section.assistencia p, section.onde p, section.duvidas p, footer p, footer ul li {
		font-size: 18px;
	}
	section.duvidas h5 {
		font-size: 18px;
		line-height: 20px;
	}
	section.reparo ul li a {
	    margin: 30px auto 0;
	}
	section.banner a, section.reparo ul li a, section.assistencia a, section.onde .contato > a, section.duvidas a {
		font-size: 16px;
	    padding: 15px 20px;		
	}
	section.assistencia .grid:nth-child(4) {
	    grid-template-columns: repeat(2, 1fr);
	}	
	section.avaliacoes .media {
		display: none;
	}
	section.avaliacoes .nota {
		justify-self: center;
	}
	footer .grid:nth-child(1) {
		grid-gap: 30px;
	}
	footer .redes, footer .creditos p:last-child {
		justify-self: center;
	}
	footer p, footer ul li {
		text-align: center;
	}
	footer .logo img {
	    float: unset;
	    margin: 0 auto 15px;
	    display: block;
	}	
	section.banner .grid .conteudo {
	    margin-top: 50px;
	}	
}

@media (max-width: 420px) {
	section.banner ul {
	    margin-left: 100px;
	}	
	section.banner span {
		padding-left: 0;
	}
	section.reparo ul li, section.banner ul li {
		font-size: 16px;
	}
	section.reparo ul li a, section.assistencia a, section.duvidas a {
		text-align: center;
	}
	section.reparo ul li a {
	    margin: 30px auto 0;
	}	
	section.assistencia a {
		margin-top: 40px;
	}
	footer {
		padding: 50px 0 0;
	}
}

@media (max-width: 400px) {	
}

@media (max-width: 380px) {
	section.banner h1, h3 {
	    font-size: 28px;
	    line-height: 32px;
	    margin-bottom: 12px;
	}	
	section.banner h2, h4 {
	    font-size: 24px;
	    margin-bottom: 30px;
	}	
	section.banner p {
	    margin-bottom: 15px;
	}	
	section.banner ul {
	    margin-bottom: 20px;
	}	
	section.onde h6 {
		line-height: 30px;
	}	
	section.reparo ul li {
	    letter-spacing: -0.5px;
	}	
	section.onde a {
	    text-align: center;
	    font-size: 16px;
	}	
}

@media (max-width: 360px) {
	section.banner ul {
	    margin-left: 75px;
	}	
}