

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


.scroll {
	width: 70px;
	height: 70px;
	left: calc(50vw - 35px);
	bottom: calc(30vh + 20px);
	z-index: 1;
	opacity: .7;
}



/* CANCELAR EFEITOS */

.element {
	opacity: 1 !important;
	transform: none !important;
}


/* FRONT END */

.bg-sede {
	height: 70vh;
	position: absolute;
	top: 0;
	background-size: cover;
	background-attachment: unset;
}

.front-branco {
	height: 30vh;
	width: 60vw;
	padding: 20px;
	position: absolute;
	top: 70vh;
	left: 0;
}

.front-branco img {
	margin: 2vh 5%;
	width: 80%;
	max-width: 150px;
}

.front-azul {
	height: 30vh;
	width: 40vw;
	position: absolute;
	top: 70vh;
	right: 0;
	padding: 15vh 20px 25px 20px;
}

.front-azul img {
	width: 50%;
}

.front-azul h1 {
	font-size: 14px;
	margin: 5px 0;
}

/* sobre */


.card-citacao {
	padding: 40px;
}

.card-citacao h1 {
	font-size: 40px;
}

.card-citacao p {
	font-size: 18px;
}

/* introdução timeline */

.tl-intro {
}

/* IDENTIDADE */

.id-desc {
	margin-top: 50px;
}


/* CARROSSEL */

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

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


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

/* conceito nova marca */

	.conceito-marca .bg-cinza {width: 30%; margin: 20px 0; padding: 0}
	.conceito-marca .bg-cinza img { width: 100%; margin: 0;}
	.seta-graf {margin-top: 20px;}

/* livro */

	.livro {padding: calc(83% + 60px) 0 80px 0;}


/* video loop */

	.video {
		margin-bottom: 30px;
		border-bottom: 1px solid #dfdfdf;
	}

/* video single */

	.video-topo {
		min-height: unset !important;	
		margin-bottom: -1px;	
	}

	.video-topo iframe {
		width: 100%;
		height: 300px;
	}

	.video-desc h1 {
	    font-size: 30px;
	}


/* header */

	.cabecalho-paginas {
		padding: 15px 0px 15px 35px;
	}

	header {
		height: 60px;
		position: fixed;
		background-color: white;
		top: 0;
		box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	}

	#menu-top {
	position: fixed;
	right: 0;
	top: 0;
	width: 70%;
	max-width: 280px;
	}

	.menu-title {
		padding: 13px 20px;
		display: block;
		margin-bottom: 20px;
	}

	.menu-title h1 {
		margin: 0;
		font-size: 30px;
		text-transform: unset;
	}

	.control-nav-nav {
		position: fixed;
		top: 10px;
		right: 20px;
		font-size: 30px;
		transform: rotate(45deg);
		text-align: center;
		color: white;
		font-weight: bold;
	}

	.cabecalho-inicial .control-nav {
		position: fixed;
		right: 20px;
		top: 20px;
		display: block;
		width: 30px;
		padding: 5px 0;
		border: solid #0000fe;
		border-width: 3px 0;
		z-index: 2;
		cursor: pointer;
	}
	
	.cabecalho-inicial .control-nav:before {
		content: "";
		display: block;
		height: 3px;
		background: #0000fe;
	}
	
	.cabecalho-inicial .control-nav-close {
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
		left: 0;
		display: block;
		z-index: 1;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		-webkit-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}
	
	.cabecalho-inicial nav {
		height: 100vh;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		box-shadow: 0 0 15px rgba(0,0,0,0.3);
		background: white;
		overflow-x: auto;
		z-index: 2;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		-webkit-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}

	.logo-menu {
		display: table;
		padding: 20px;
	}

	.menu-item {
		float: none;
		width: 100%;
		padding: 20px 40px;
	}

	.cabecalho-inicial img {
		float: left;
		height: 20px;
		width: auto;
	}

	.menu-rodape {
		position: fixed;
		bottom: 0;
		right: 0;
		width: calc(100% - 20px);
		margin: 10px;
		text-align: center;
		padding: 0px;
	}

	.cabecalho-inicial .redes * {
		font-size: 40px;
	}

/* footer */

footer p {text-align: center;}