/* FOLHA DE AJUSTES DE APARÊNCIA PARA DISPOSITIVOS MÓVEIS */

* {word-break: break-word;}

h1 {/*font-size: 50px;*/}
p {font-size: 16px;}

.wrap.padding {padding: 20px 0}

.scroll {display:none}

/*.animacao {transition: none; translate: none; opacity: 1 !important;}*/

.padding {padding-top: 50px; padding-bottom: 50px;}


/*.fixed {background-attachment: scroll;}*/




/* ------------------------------ CONTEÚDO - COMEÇA AQUI ------------------------------------ */

/* INÍCIO */

#inicio::before {
	width: calc(33vh);
	height: calc(35vh);
}

#inicio::after {
	top: calc(100vh - (30vh));
	width: calc(40vh);
	height: calc(30vh);
}

.aneethun {
	max-width: 70%;
}



/* SOBRE */


#sobre {
	background-image: none;
}

#sobre iframe {
	height: calc((100vw - 20px) / 16 * 9);
	margin-bottom: 50px;
}

#sobre .no-wrap {
	display: table;
}

#sobre .video {
	
	height: calc((100vw - 20px) / 16 * 9);
}


/* EVOLUÇÃO */

.produto {
	min-height: 260px;
}

.produto p {
	width: 85%;
	margin: 10px 15% 10px 0;
}

.produto img {
	margin-left: -15%;
}

#linha-a img {
	margin-left: -8%;
}




/* MAPA */ 


#mapa .botao {
	float: none;
}

#mapa h1 {
	text-align: center;
}



.quadro1 {
	margin: 90px 0px -220px 15px;
}

.quadro2 {
	margin: 40px 0 -220px 15px;
}

/* CARROSSEL */

.item {
	max-width: 330px;
}


.post-instagram::after {
	width: 100%;
	max-width: 330px;	
}



/* GLOBO */



#globo {
	margin-top: -150px;
	position: unset;
	
}

#lista-sustentabilidade {	
	padding: 30px;
	margin-bottom: 0;
}


#indica h1 {
	margin-bottom: 10px;
}



/* ------------------------ CONTEÚDO - TERMINA AQUI ------------------------------------ */





/* CARROSSEL */

	.carrossel-container {
		max-width: calc(100vw - 40px);
	}

	.seta-esquerda, .seta-direita {
		font-size: 20px;
		width: 50px;
		left: 0px;
		right: auto;
	}


	.seta-direita {
		left: auto;
		right: 0px;
	}

