@font-face {
    font-family: "Cera Pro";
    src: url("Cera_Pro_Regular.otf");
}

@font-face {
    font-family: "Cera Pro Bold";
    src: url("Cera_Pro_Bold.otf");
}

@font-face {
    font-family: "Cera Pro Black";
    src: url("Cera_Pro_Black.otf");
}

@font-face {
  font-family: "Roboto";
  src: url("Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url("Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("Roboto-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Roboto Black";
  src: url("Roboto-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Black";
  src: url("Roboto-BlackItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

b {
	font-family: "Cera Pro Bold";	
}

.backgroundColorido {
	background-image: url(background_header.png);
	z-index: 0;
	position: fixed;
	width: 100%;
	height: 400px;
	background-position: center;
}

.conteudoCompleto {
	position: relative;
	z-index: 10;
	width: 100%;
}

header
{
	height: 400px;
	width: 100%;
	background-image: url(transicao-angulos-branca.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 1920px 209px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

header .logoMultiRio {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 205px;
	padding-left: 80px;
	padding-top: 80px;
}

header .logoMultiRio .logo_branco{
	width: 80px;
}

header .logo_principal{
	height: 350px;
	position: relative;
	top: 160px;
}

main {
	background-color: #fff;
	background-image: url(background_papel.svg);
	background-size: 1920px cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 200px;
}

section.limite {
	width: 100%;
	max-width: 1320px;
}

h2 {
	color: #201F3A;
	font-family: "Cera Pro Black";
	font-size: 48px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}

.linha {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	gap: 48px;
	margin-top: 96px;
}

.linha .video1 {
	width: 100%;
	max-width: 872;
	aspect-ratio: 16/9;
	border: 4px solid #25007C;
	border-radius: 4px;
}

.linha .video2 {
	display: none;
	border: 4px solid #25007C;
	border-radius: 4px;
}

.linha .video1 iframe {
	width: 100%;
	max-width: 872;
	aspect-ratio: 16/9;
}

.linha .video2 video {
	width: 100%;
	aspect-ratio: 9/16;
}

.linha .texto
{
	width: 536px;
	/* height: 498px; */
	color: #000;
	font-family: "Cera Pro";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.linha .bloco_imagem {
	display: flex;
    align-items: center;
    flex: 1;
    position: relative;
}

.linha .bloco_imagem .deslocar {
	width: 130%;
    height: fit-content;
    position: relative;
    left: -32%;
}

.linha .bloco_imagem .flutuante_acontece {
	position: absolute;
	top: -68px;
	right: -102px;
}

.linha .bloco_imagem .flutuante_ta_certo {
	position: absolute;
	top: 96px;
	right: -60px;
}

.linha .bloco_imagem .flutuante_do_outro {
	position: absolute;
	left: -182px;
	bottom: -33px;
}

.area_verde
{
	margin-top: 96px;
	padding-bottom: 96px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #C5EF63;
	gap: 96px;
}

.area_verde .video {
	width: 100%;
	max-width: 1320px;
	aspect-ratio: 16/9;	
}

.area_verde .video iframe {
	width: 100%;
	max-width: 1320px;
	aspect-ratio: 16/9;
	border: 4px solid #25007C;
	border-radius: 4px;
}

.area_verde .texto
{
	width: 100%;
	max-width: 872px;
	color: #000;
	font-family: "Cera Pro";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.area_verde .imagem_recorte {
	width: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.area_verde .imagem_recorte.recorte_inferior{
	background-color: unset;
	overflow: hidden;
}

.area_verde .imagem_recorte.recorte_inferior img{
	position: relative;
	top:121px;
	z-index: 30;
}

.area_verde .imagem_recorte img{
	width: 100%;
	height: 167px;
}

.area_verde .imagem_recorte img{
	width: 1920px;
}

.area_filme {
	width: 100%;
	background-image: url(background-video.png);
	background-position: center center;
	background-size: 100%;
	position: relative;
	z-index: 20;
}

.area_filme .blur{
	width: 100%;
	display: flex;
	justify-content: center;
	backdrop-filter: blur(20px);
}

.area_filme .linha_videos {
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.area_filme .linha_videos video{
	width: 1920px;
	aspect-ratio: 1920/800;
}

.area_filme .linha_videos.videos_mobile{
	display: none;
}

footer
{
	width: 100%;
	background-color: #4A0066;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-family: "Cera Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 30px;
	gap: 50px
}

footer .logos {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 56px;
}

footer .logos .linha_separacao{
	display: block;
	height: 80px;
	width: 1px;
	background-color: #FFF;
	margin-bottom: 30px;
}

footer .logos img:nth-child(1) {
	height: 40px;
}
footer .logos img:nth-child(2) {
	height: 80px;
}

footer .imagem_recorte {
	width: 100%;
	height: 20px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
footer .imagem_recorte img{
	height: 167px;
	width: 1920px;
	position: relative;
	top: -127px;
	z-index: 30;
}

@media (min-width: 1920px) {
	.backgroundColorido {
		background-size: 100%;
	}
	header {
		background-size: 100% 209px;
	}
	.area_verde .imagem_recorte img{
		width: 100%;
		height: 167px;
	}
	footer .imagem_recorte img{
		width: 100%;
		height: 167px;
	}
}

@media (max-width: 1554px) {
	.linha .bloco_imagem .flutuante_acontece {
		display: none;
	}

	.linha .bloco_imagem .flutuante_ta_certo {
		width: 33%;
		position: absolute;
		top: -14%;
		right: 3%;
	}

	.linha .bloco_imagem .flutuante_do_outro {
		width: 35%;
		position: absolute;
		left: 3%;
		bottom: -18%;
	}
}

@media (max-width: 992px) {
	.linha {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 48px;
		text-align: center;
		margin-top: 48px;
	}

	header
	{
		display: flex;
		flex-direction: column;
		justify-content: unset;
		align-items: center;
	}

	header .logoMultiRio{
		padding-left: 0;
		padding-top: 48px;
		width: 140px;
	}

	header .logoMultiRio .logo_branco{
		display: none;
	}
	header .logoMultiRio:nth-child(2) {
		display: none;
	}

	.linha .bloco_imagem {
		display: flex;
		align-items: center;
		flex: 1;
		position: unset;
	}

	.linha .bloco_imagem .deslocar {
		width: 100%;
		height: unset;
		position: unset;
		left: unset;
	}

	.linha .texto
	{
		width: 100%;
		height: unset;
		padding: 30px 10px;
		text-align: left;
	}

	.linha.inversao .bloco_imagem {
		order: 2;
	}
	.linha.inversao .texto {
		order: 1;
	}

	.area_verde .texto
	{
		padding: 10px;
	}

}

@media (max-width: 600px) {
	body { overflow-x: hidden; }

	header .logo_principal{
		height: 250px;
		position: relative;
		top: 150px;
	}

	main {
		padding-top: 98px;
		.inversao { overflow: hidden; }
	}

	.linha .bloco_imagem .deslocar {
		width: 140vw;
	}

	.linha .video1 {
		display: none;
	}

	.linha .video2 {
		display: unset;
		width: 100%;
		/* aspect-ratio: 9/16; */
	}

	.area_verde {
		gap: 48px;
	}

	.area_filme .linha_videos{
		display: none;
	}
	.area_filme .linha_videos.videos_mobile{
		display: unset;
	}
	.area_filme .linha_videos.videos_mobile video{
		display: none;
		width: 100%;
		aspect-ratio: 600/800;
	}

	footer .logos {
		max-width: calc(100vw - 80px);
		flex-direction: column;
	padding-top: 24px;
	
		.linha_separacao {
			display: none;
		}
	}
}