@media (max-width: 1024px) {
	section.banner h1 {
	    font-size: 48px;
	    line-height: 52px;
	}
	section.banner h2 {
	    font-size: 28px;
	    line-height: 34px;
	    max-width: 470px;
	    margin-bottom: 25px;
	}	
	section.banner .rotativo:before {
		width: 210px;
		height: 300px;
		background-size: contain;	
		left: -60px;	
	}
	section.banner p {
		max-width: 470px;
	}
	section.banner .slick-dots {
	    right: 0;
	    left: 0;
	    top: 100%;
	    display: flex;
	    gap: 20px;
	    justify-content: center;
	}
	section.info .grid div {
	    display: grid;
	    padding: 15px;
	    align-content: center;
	    justify-items: center;
	    text-align: center;
	    gap: 15px;
	}
	section.produtos .grid:last-child {
		grid-template-columns: repeat(2, 1fr);
		gap: 50px;
	}
	section.produtos .produto h5 {
		height: 55px;
	}
	section:before {
		transform: scale(1);
		opacity: 1;
		font-size: 80px;
	}
	section.local:before {
		top: -85px;
	}
	section.depoimentos:before, section.produtos:before {
		top: 10px;
	}
	section.motivos {
		padding: 55px 0 75px;
	}
	section.motivos:before {
	    text-align: center;
	    top: -85px;
	}	
	section.motivos .grid > img {
		display: none;
	}
	section.motivos .grid {
	    grid-template-columns: 1fr;
	    text-align: center;
	}	
	section.motivos a {
		margin: 0 auto;
	}
	footer > .grid {
	    grid-template-columns: 1fr;
	    gap: 40px;
	    text-align: center;
	}	
	footer .creditos .grid {
		grid-template-columns: 1fr;
	}
	footer .creditos .grid > div {
	    display: grid;
	    justify-content: center;
	    text-align: center;
	}	
	footer .creditos .grid div > a {
		margin: 0 auto;
	}
	footer .creditos .grid > a {
		margin: 30px auto 0;
	}
	section.local {
		padding: 50px 0 75px;
	}
	section.local .grid {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}
	section.local .grid > div > div {
		justify-content: center;
	}
	section.local iframe {
		height: 300px;
	}
	footer .creditos .grid > a {
		display: unset;
		text-align: center;
	}
	footer .creditos .grid > a span {
		display: block;
		width: unset;
		margin-bottom: 15px;
	}
	header ul {
		display: unset;
	    opacity: 0;
	    visibility: hidden;
	    transition: .3s;
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    text-align: center;
	    padding-top: 80px;
	    background: rgb(255 255 255 / 95%);
	}
	header ul li {
		margin-bottom: 20px;
	}
	header ul li:first-child, 
	header ul li:last-child {
		display: block;
	}
	header ul li a {
		font-size: 42px;
		color: var(--preto);
	}
	header ul.aparecer {
		display: unset;
		opacity: 1;
		visibility: visible;
	}
	header .grid {
	    grid-template-columns: max-content 1fr;
	    justify-items: center;
	}	
	header ol {
		margin-right: 175px;
	}
	header.fixo #menu {
		transform: scale(.7) translate(15px, 3px);		
	}
	header #menu {
		display: unset;
	}
	footer > .grid > div:last-child ul li a {
		display: flex;
		justify-content: center;
	}
	footer .grid > div:last-child ul li:nth-child(1), footer .grid > div:last-child ul li:nth-child(2), footer .grid > div:last-child ul li:nth-child(3) {
		line-height: 42px;
	}
	section.produtos .produto a.ver:hover span {
		opacity: 0;
	}	
}

@media (max-width: 480px) {
	header ol {
		display: none;
	}
	section.banner .grid, section.produtos .grid:last-child {
		grid-template-columns: 1fr;
		text-align: center;
	}
	section.banner .grid div:last-child {
		display: none;
	}
	section.info .grid {
	    grid-template-columns: repeat(2, 1fr);
	}	
	section:before {
		font-size: 48px;
	}
	h3 {
	    font-size: 32px;
	    line-height: 36px;
	    margin-bottom: 15px;
	}	
	h4 {
		font-size: 22px;
		line-height: 26px;
	}
	section.banner h1 {
	    font-size: 38px;
	    line-height: 48px;
	    margin-bottom: 20px;
	}	
	section.local .grid > div > div {
	    display: block;
	    margin-bottom: 30px;
	}
	section.depoimentos article h5 {
		font-size: 24px;
	}
	section.local:before, section.motivos:before {
		top: -50px;
	}
	section.depoimentos:before, section.produtos:before {
	    top: 36px;
	}	
	section.motivos, section.depoimentos, section.local {
		margin-top: 30px;
	}
	section.info {
	    padding: 30px 0 10px;
	}	
	section.banner h2 {
		display: none;
	}
	section.banner {
		padding-top: 85px;
	}
	header ul li a {
		font-size: 32px;
	}
	header ul li:first-child a {
		padding-left: 65px;
	}
	header ul li:first-child a:before {
	    width: 55px;
	    height: 50px;	
	    background-size: cover;	
	}
	header ul li:first-child a img {
		width: 110px;
	}
	header ul li:last-child {
		margin-top: 45px;
	}
	header ul li:last-child a {
		padding: 16px 30px;
		font-size: 18px;
	}
	header {
		padding: 30px 0;
	}	
	header .grid > a {
	    transform: scale(.6) translate(-73px, 0px);
	}	
	header #menu {
	    transform: scale(.7) translate(15px, 3px);
	}		
}

@media (max-width: 420px) {
	section.info .grid div {
		padding: 10px;
	}
	
	section.info p strong {
		font-size: 16px;
	}
	section:before {
	    font-size: 40px;
	}	
	section.local:before, section.motivos:before {
	    top: -45px;
	}	
	section.depoimentos p {
		font-size: 18px;
	}
	section.depoimentos article h5 {
		font-size: 20px;
	}
	section.depoimentos article time {
		font-size: 18px;
	}
	section.depoimentos article figure {
	    width: 55px;
	    height: 55px;
	    margin-right: 15px;
	}	
	section.motivos ul {
		column-count: 1;
		margin-top: 45px;
	}
	section.motivos ul li {
		font-size: 18px;
		margin-bottom: 10px;
	}
	footer .grid > div:last-child ul li:nth-child(1) a, footer .grid > div:last-child ul li:nth-child(2) a {
		font-size: 38px;
	}
	footer ul li {
		margin-bottom: 15px;
	}
	footer .creditos {
		margin-top: 60px;
	}
	section.banner a {
		padding: 16px 25px 20px;
		font-size: 18px;
	}
	section.info .grid {
		gap: 15px;
	}
	footer .grid > div:last-child ul li:nth-child(3) a {
		font-size: 24px;
	}
	section.banner h1 {
		font-size: 35px;
	}
	section.banner a img {
	    top: 11px;
	    left: -7px;
	}	
}
