@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Overpass', sans-serif;
	color: #1d4a58;
	background-color: rgba(255,255,255,1);
	height: auto;
	margin: 0px 0px 0px 0px;	
	}

a {
	color: inherit;
	text-decoration: none;
	}

ul {
	list-style: none;
	}

hr {
	height: 100px;
	width: 0px;
	margin: auto 0px auto 0px;
	}

h1 {
	font-size: 34pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	margin: 0px;
	font-size: 12pt;
	}

h4 {
	margin: 0px;
	font-size: 12px;
	}

.none {
	display: none;
	}
.pelicula {
	background-image: linear-gradient(135deg, rgb(54, 230, 181), rgba(0, 8, 255, 0.9), rgba(159, 48, 216, 0.8));
	}
.div-black {
	background: rgba(0,0,0,.7);
	height: 90px;
	margin: 0px auto 0px auto;
	}
	
.enunciado {
	position: absolute;
	z-index: 9998;
	text-align: center;
	
	margin: 210px auto auto auto;
	width: 100%;
	}
.enunciado h1 {
	margin: 0px;
	
	font-size: 60px;
	color: white;
	text-shadow: 1px 1px 5px rgba(0,0,0,.5);
	}
.enunciado h3 {
	font-size: 18px;
	color: white;
	text-shadow: 1px 1px 3px rgba(0,0,0,.5);
	}
.botoes {
	margin-top: 50px;
	}
.botao {
	font-size: 18px;
	margin: 10px;
	padding: 5px 60px;
	
	background-color: chocolate;
	color: white;
	border-style: solid;
	border-radius: 4px;
	cursor: pointer;
	}
.i {
	background-color: #dfb232;
	border-color: #dfb232;
	}
.ii {
	background-color: dodgerblue;
	border-color: dodgerblue;
	}

.shape {
	margin: 0px;
	padding: 0px;
	text-align: center;
	box-shadow: 1px 1px 10px rgba(0,0,0,.5);
	}
#shape1 {
	background-color: rgba(252,252,252,1);	
}
#shape2 {
	/*background-color: rgba(70,56,255,1);*/
	background-image: linear-gradient(135deg, rgba(70,56,255,1), #0066ff, rgb(48, 77, 216));
	color: rgba(255,255,255,1);
	}
	#shape2 h1{
		color: #dfb232;
	}
#shape3 {
	
}
	#shape3 h1{
		color: #134251;
		font-size: 34pt;
		padding: 90px 0px 0px;
		margin: 0px;
	}
	#shape3 .texto{
		text-align: justify;
	}
		#shape3 .texto h3{
			padding: 20px 5%;
	}
#shape4 {	
	padding: 50px 20px;
	background-color: #7fffd4;	
}
#shape5 {
	
}
.parceiro {
	background-color: rgba(245,245,245,1);
	color: black;
	}
.retangulo {
	display: inline-flex;
	padding: 0px;
	height: 500px;
	width: 100%;
	margin: 0px;
	}
.retangulo img {
	border-radius: 50% 5%;
	height: auto;
    width: 100%;
	}
.shape .texto{
	padding: 5% 8%;
}
.shape .texto h1{
	font-size: 28pt;
}
.shape .texto h3{
	font-size: 14pt;
	text-align: justify;
}

.faq {
	padding: 0px 7%;
}
.pergunta{
	margin: 20px 0px;
	text-align: left;
}
	.pergunta h2{
		margin: 0px;
		padding: 10px 20px;
		color: #FFEB3B;
		background-color: #000000;
		border-radius: 5px 5px 0px 0px;
	}
	.resposta h3{
		padding: 10px 20px;
		background-color: #ffffff;
	}
.box-3xline{
	display: flex;
	padding: 0px 16%;
}
	.img-3xline{
		width: 33.333%;
		padding: 5%;
	}
		.img-3xline img{
			width: 80%;
			border-radius: 50%;
		}
		.img-3xline p{
			margin: 0;
			/*background: #171717;*/
			color: #1d4a58;
			text-transform: uppercase;
			padding: 10px;
			bottom: 0;
			left: 0;
			right: 0;
			text-align: center;
		}
.lado-ilustrado {
	padding: 5%;
	width: 40%;
	}
.lado-descricao {
	padding: 5%;
    width: 40%;
	}
	.lado-descricao h1{
		font-size: 30px;
		}
	.lado-descricao h3{
		font-size: 16px;
		}
/*.azul {
	margin: 0px;
	background-color: rgba(0,255,0,1);
	
	height: 100%;
	width: 100%;
	position: absolute;
	} */

.topicos {
	}
.topicos h1 {
	text-align: center;
	}
.topicos h2 {
	font-size: 20px;
	margin: 30px 11% 5px 11%;
	padding: 4px 0px 4px 5%;
	border-radius: 5px;
	background-color: rgba(0,0,0,1);
	color: white;
	}



/* barra de menu NAV "class=menu" */

.f-nav{ z-index: 9999; position: fixed; left: auto; top: 0; width: 100%;} /* this make our menu fixed top - george*/

.topo {
	height: 52px;
	display: inline-flex;
	background-color: white;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
	}


.m-logo {
	position: absolute;
	margin-left: 8%;
	}
.m-lado h2{
	font-size: 16px;
	color: rgb(190, 190, 190);
	}
	.m-lado h2:hover{
		color: rgb(25,25,25);
		}
.logo img{	
	height: 40px;
	padding: 5px;
	}
.contato {
	color: black;
	padding: 0px;	
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 130%;
	}
.contato .pelicula {
	width: 100%;
	height: auto;
	}
	.contato div .lado-descricao{
		padding: 10% 15% 0px 15%;
    	width: 30%;
		}
.tres-partes {
	display: block;
	margin: 0px;
	}
.caixa-texto {
	margin: 0px auto 0px 5%;
	}


/* dropdown novo */

.hamburgerbtn {
    color: white;
    padding: 26px;
    font-size: 16px;
    border: none;
    cursor: pointer;
	
	background-image: url(http://moradaminha.com.br/imagens/icons/hamburger.png);
    background-color: #3498DB;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 15px 17px;
}

.hamburgerbtn:hover, .hamburgerbtn:focus {
    background-color: #2980B9;
}

.hamburger {
    position: relative;
    display: inline-block;
}

.hamburger-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
}

.hamburger-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.hamburger a:hover {background-color: #f1f1f1}

.show {display:block;}

/* dropdown novo - Fim */

/* menu pc */

	.menu-pc{
		display: inline-flex;
    	position: absolute;
    	right: 10%;
	}
		.menu-pc div{
			padding: 0px 20px;
			height: 52px;
		}
		.menu-pc .destaque{
			background-color: #1e90ff;
			color: white;
		}


.topo .tres-pontos {
	position: absolute;
	display: inline-block;
	color: rgb(102,102,102);
	transform: rotate(90deg);
	margin: 15px 13px 0px 0px;
	top: 0px;
	right: 0px;
	font-size: 18px;
	}
	.topo .tres-pontos:hover{
		color: rgb(25,25,25);
		}
	
li.conf {
	display: inline-block;
	float: right;
	}
.content {
    display: none;
	position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	
	z-index: 9999;
	right: 0px;
	top: 50px;
	padding: 30px 60px 30px 60px;
	border-bottom-left-radius: 40px;
	}
.content a {
	color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
	}
.content h1 {
	font-size: 24px;
	}
.content h3 {
	font-size: 18px;
	}
.conf:hover .content {
	display: block;
	}
/*Fim. [tres-pontos, opções do mobile .Fim*/

/*Fim barra de menu NAV "class=menu" Fim*/





/*"slider_produtos" e "parte"*/
.slider_produtos {
	/*background: rgba(255,0,0,1);*/
	margin: 5px 0px 30px 0px;
	padding: 0px 13% 0px 13%;
	text-align: center;
	}
	
.slider_produtos-parte {
	margin: 10px 20px 10px 20px;
	padding: 10px;
	text-align:justify;
	/*background-color: #0F0;*/
	}

.slider_produtos-parte h1 {
	font-size: 18px;
	position: fixed;
	margin: 25px 0px 0px 25px;
	opacity: 1;
	}

.slider_produtos-parte h2 {
	font-size: 14px;
	text-align: right;
	margin: -50px 10px 0px 10px;
	opacity: 1;
	}

.slider_produtos-parte a h1 {
	text-shadow: 1px 1px 2px rgba(0,0,0,1);
	opacity: 0;
	}

.slider_produtos-parte a h2 {
	text-shadow: 1px 1px 2px rgba(0,0,0,1);
	opacity: 0;
	}

.slider_produtos-parte a:hover h1 {
	opacity: 1;
	}

.slider_produtos-parte a:hover h2 {
	opacity: 1;
	}

.slider_produtos-parte a:hover {
	color: rgba(255,255,255,1);
	text-decoration: blink;
	opacity: 1;
	}

.slider_produtos-parte img{
		margin: 0px auto 10px auto;
		border: 9px rgba(230,230,230,1) solid;
		width: 100%;
		}
/*Fim "slider_produtos" e "parte" Fim*/




/* [mm-play (parallax)] */
#contato {
	background-image: url(../imagens/slide-banner/img-01.jpg);
	}
#mm-play {
	background-image: url(../imagens/slide-banner/img-01.jpg);
	background-color: black;
	background-repeat: repeat;
	-webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	-moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	-ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	-o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	}
#mm-play-a {
	background-image: url(../imagens/slide-banner/img-02.jpg);
	background-color: black;
	background-repeat: repeat;
	-webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	-moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	-ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	-o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	}
#mm-play-b {
	background-image: url(../imagens/slide-banner/img-03.jpg);
	background-color: black;
	background-repeat: repeat;
	-webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	-moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	-ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	-o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	}
#mm-play-c {
	background-image: url(../imagens/slide-banner/img-04.jpg);
	background-color: black;
	background-repeat: repeat;
	-webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	-moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	-ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	-o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	}
#mm-play-d {
	background-image: url(../imagens/slide-banner/img-05.jpg);
	background-color: black;
	background-repeat: repeat;
	-webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	-moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	-ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	-o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	}
.mm-play {
	display: inline-flex;
	
	opacity: 10px;
	padding: 30px auto 30px auto;
	margin: 0 auto;
	width: 100%;
	position: relative;
	min-height: 100%;
	text-shadow: 0 0 10px rgba(0,0,0,.7);
	
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%;
}

.info-i {
	height: auto;
	width: 100%;
	padding: 0px;
	margin: auto;
	}
.info-i img {
	height: auto;
	width: 84.25%;
	display: block;
	margin: auto 8px auto auto;
	}

.video-container {
	position: relative; /* keeps the aspect ratio */
	padding-bottom: 56.25%; /* fine tunes the video positioning */
	overflow: hidden;
	/*margin-top: 5%; /* centralizar o vídeo */
	/*margin-bottom: 5%; /* centralizar o vídeo */
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	width: 100%;
	height: 100%;
}


.mm-play .info {
	/*background-color: rgba(255,255,255,1);*/
	border-right: 2px rgba(0,0,0,.5) dotted;
	margin: 30px 2% 30px 2%;
	padding: 0px 20px 0px 0px;
	height: auto;
	width: 45%;
	}

.mm-play .video {
	margin: 30px 2% 30px 0px;
	height: auto;
	width: 45%;
	}
/*Fim [mm-parallax] Fim*/







/* [noticias] */
.noticias {
	display: inline-flex;
	
	height: auto;
	width: 100%;
		
	background-color: rgba(240,240,240,1);
}

	.noticias .lista {
		/*border-right: 2px rgba(0,0,0,.5) dotted;*/
		margin: 30px 2% 30px 2%;
		height: auto;
		width: 45%;
		}
		.caixa {
			}
		.caixa ul {
			margin-left: 15%;
			margin-top: 30px;
			width: 80%;
			}
		.caixa ul li {
			display: inline-block;
			
			vertical-align: middle;
			}
		.miniatura {
			margin-right: 20px;
			}
		.miniatura img {
			border-radius: 20%;
			border: 3px solid white;
			height: 80px;
			width: 80px;
			}
		.descricao {
			padding-bottom: 10px;
			}
		.descricao h5 {
			margin: 0px;
			
			text-transform: uppercase;
			}
		.descricao p {
			margin: 2px auto 2px auto;
			max-inline-size: 230px;
			font-size: 13px;
			}
		.descricao span {
			color: #3498DB;
			}

	.noticias .monitor {
		margin: 30px 2% 30px 0px;
		height: auto;
		width: 45%;
		}


/*Fim [noticias] Fim*/





/* [footer] */
footer {
	background-color: rgb(215 227 232);
	height: auto;
	margin: 0px;
	padding: 15px auto 15px auto;
	}
	footer section.shape{
		display: inline-flex;
    	width: 80%;
    	padding: 2% 10%;
		}
	footer section div{
		width: 33.33%;
		}
	footer h3 {
		color: rgb(15 66 81);
		text-align: center;
		padding: 4px;
		font-size: 18px;
		}
	footer h3:hover {
		color: rgb(0 155 180);
		text-align: center;
		}
	
	footer h4 {
		color: rgb(15 66 81);
		text-align: left;
		padding: 4px;
		}
		footer h4:hover {
			color: rgb(0 155 180);
			text-align: left;
			}
			
	footer h4.top{
		font-size: 14px;
		color: rgb(65 178 132);
		}
		footer h4.top:hover{
			font-size: 14px;
			color: rgb(65 178 132);
			}

	footer ul {
		margin: 0px;
		padding: 20px 0px 0px;
		text-align: center;
		}
	footer ul li {
		/*border-right: 1px rgba(255,255,255,.5) dotted;*/
		padding: 2px 4px 2px 4px;
		margin: 2px auto 2px auto;
		display: block;
		}
	footer ul li img {
		height: 18px;
		width: auto;
		vertical-align: top;
		padding: 0px 2px;
		}
		li.redes_sociais{
			display: inline-flex;
			float: left;
			}
		li.redes_sociais img{
			height: 25px;
    		padding: 5px 10px;
			}
			li.redes_sociais img:hover{
				background-color: #1e90ff;
    			border-radius: 3px;
				}
	footer .icon {
		height: 15px;
	}


.footer-logo {
	width: auto;
	}
.footer-logo img {
	height: 130px;
	}


.sem-borda {
	border: none;
	}
/*Fim [footer] Fim*/



/* p (paginas) */

.formulario {
	background-color: green;
	background-image: url(../banco_de_imagens/familia-unida.jpg);
	}
	.formulario h1{
		font-size:9px;
		}

/*Fim. p (paginas) .Fim*/