﻿
/* ESTRUTURA */

* { -webkit-tap-highlight-color: transparent; }
*:focus { outline: none; }

html {
scroll-behavior: smooth;
scroll-padding: 90px 0 0;
}

body {
position: relative;
height: 100%;
background: #eef3f5 url('../imagens/fundo.png');
text-align: left;
line-height: 1.5em;
font-family: 'Poppins', sans-serif;
font-weight: normal;
font-size: 17px;
color: #508784;
}

p {
margin: 0 0 1em;
text-align: justify;
}

i {
padding: 0 6px 0 0;
}

sup {
font-size: 60%;
}

a,
input[type=submit],
.submit {
cursor: pointer;
text-decoration: none;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}

h1,h2,h3 {
display: block;
text-transform: lowercase;
font-family: 'Aleo', serif;
font-weight: 300;
	}

	h1 span,
	h2 span,
	h3 span {
	-webkit-filter: brightness(0.7);
	filter: brightness(0.7);
	}	
	
	h1 {
	margin: 0 0 24px;
	text-align: left;
	line-height: 1.1em;
	font-size: 2.3em;
	color: #c73e49;
		}

		h1 a {
		color: #c73e49;
		}
		
		h1 a:hover {
		color: #666;
		}

	h2 {
	margin: 0 0 24px;
	text-align: left;
	line-height: 1.1em;
	font-size: 2.3em;
	color: #c73e49;
		}

		h2 a {
		color: #666;
		}
		
		h2 a:hover {
		color: #888;
		}

	h3 {
	margin: 0 0 10px;
	text-align: left;
	line-height: 1.1em;
	font-size: 1.9em;
	color: #666;
		}
		
		h3 a {
		color: #666;
		}
		
		h3 a:hover {
		color: #888;
		}	

hr {
clear: both;
display: block;
margin: 30px 0;
height: 1px;
background: gray;
border: 0;
	}
	
	hr.clear {
	clear: both;
	margin: 20px 0;
	background: none;
	}

article {
display: inline-block;
width: 100%;
	}

	article h2 {
	margin: 24px 0 20px;
	font-size: 1.7em;
	}

	article p a {
	color: #666;
		}
		
		article p a:hover {
		color: #888;
		}	
	
.conteudo {
display: inline-block;
width: 100%;
}
	
.wrapper {
clear: both;
display: block;
margin: auto;
width: 94%;
max-width: 1200px;
	}

	.wrapper a {
	color: #666;
		}
		
		.wrapper a:hover {
		color: #888;
		}	
	
.principal {
display: block;
float: left;
width: 64%;
}

.extras {
display: block;
float: right;
width: 32%;
}

.desktoponly { display: block!important; }
.mobileonly { display: none!important; }


/* HEADER */

header {
display: table;
margin: 0 0 36px;
width: 100%;
border-top: 4px solid #c73e49;
	}

	header .wrapper {
	position: relative;
	}
	
	header .wrapper .widget_media_image {
	display: block;
	margin: 16px auto;
	width: 230px;
		}
		
		header .wrapper .widget_media_image img {
		width: 100%;
		}

		
/* MENU */		
		
#menu {
display: table;
margin: 16px auto;
width: 100%;
padding: 10px 0;
text-align: center;
border-top: 2px dashed #538c89;
border-bottom: 2px dashed #538c89;
	}
	
	#menu li {
    display: inline-block;
    float: none;
	margin: 0 34px;
		}
		
		#menu li:first-child,
		#menu li:last-child	{
		margin-left: 0
		}

		#menu li:last-child,
		#menu li:nth-last-child(-n+2) {
		margin-right: 0;
		line-height: 0;
		}		

		#menu li a {
		text-transform: lowercase;
		font-family: 'Aleo', serif;
		font-weight: 400i;
		font-size: 24px;
		color: #c73e49;
			}
			
			#menu li a:hover { color: #5c928f; }

.dropdown:hover  > ul {
display: block;
}

.dropdown > ul {
display: none;
position: absolute;
min-width: 160px;
max-width: 290px;
padding: 10px 0 0;
z-index: 3000;
	}

	.dropdown > ul li {
	clear: both;
	display: block;
	margin: 0!important;
	width: 100%;
		}
		
		.dropdown > ul li:first-child a {
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
			}
			
		.dropdown > ul li:last-child a {
		-webkit-border-bottom-right-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;
		}
		
	.dropdown > ul li a {
    display: block;
    padding: 12px 16px 10px;
    text-decoration: none;
    text-align: left;
	font-size: 18px!important;
    color: #034051!important;
	background-color: #fff;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
	font-size: 90%;
		}

		.dropdown > ul li a:hover {
        color: #048888!important;
		background-color: #f2ffff;
        }

		
/* MOBILE MENU */	
			
#mobilenav {
display: none;
}

#menuToggle {
display: block;
position: absolute;
top: 46px;
left: 24px;
z-index: 1;
-webkit-user-select: none;
user-select: none;
	}

	#menuToggle span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #c73f4a; /* Botão */
	border-radius: 3px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
		background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
		opacity 0.55s ease;
		}

		#menuToggle span:first-child {
		transform-origin: 0% 0%;
		}

		#menuToggle span:nth-last-child(2) {
		transform-origin: 0% 100%;
		}

		#menuToggle .xis ~ span {
		opacity: 1;
		transform: rotate(45deg) translate(-2px, -1px);
		background: #c73f4a; /* Botão Active */
			}

			#menuToggle .xis ~ span:nth-last-child(3) {
			opacity: 0;
			transform: rotate(0deg) scale(0.2, 0.2);
			}

			#menuToggle .xis ~ span:nth-last-child(2) {
			transform: rotate(-45deg) translate(0, -1px);
			}			

	#menuToggle #menuLink {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	-webkit-touch-callout: none;
		}

		#menuToggle .fecha {
		transform: none;
		}			

#mobilemenu {
position: absolute;
width: 300px;
margin: -100px 0 0 -50px;
padding: 130px 0 20px 0;
background: #e0e0e0; /* Cor Painel */
list-style-type: none;
-webkit-font-smoothing: antialiased;
transform-origin: 0% 0%;
transform: translate(-100%, 0);
transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.6);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.6);
	}

	#mobilemenu a {
	display: block;
	padding: 12px 0;
	border-top: 1px dashed rgba(0,0,0,0.2); /* Cor Borda */
	text-transform: lowercase;
	text-align: center;
	font-family: 'Aleo', serif;
	font-weight: normal;
	font-size: 22px;
	color: #455a64;
	}
		
	#mobilemenu > li:last-child a {
	border-bottom: 1px dashed rgba(0,0,0,0.2); /* Cor Borda */
	}

	#mobilemenu .collapsible {
	margin: 0;
		}
		
		#mobilemenu .collapsible:after {
		position: absolute;
		right: 22px;
		}

	#mobilemenu .collapsible {
	margin: 0;
		}

		#mobilemenu .collapsible:before {
		top: 12px;
		right: 12px;
		font-size: 80%;
		}	
		
	#mobilemenu .content {
	margin: 0!important;
	}
		
/* FOOTER */

footer {
clear: both;
display: table;
margin: 60px auto 0;
width: 100%;
height: 120px;
padding: 40px 0;
color: #fff;
background: #be3945 url('../imagens/fundo_footer.png');
	}
	
	footer * { color: #fff; }
	footer a { color: #fff; }	
	footer a:hover { color: gray; }
	
	footer h3 {
	margin: 0 0 30px;
	text-transform: none;
	}
	
	footer p { text-align: left; }

	footer span {
	display: inline-block;
	margin: 4px 20px 4px 0;
	}	
	
	footer .logo {
	float: right;
	display: block;
	right: 0;
	width: 230px;
		}
		
		footer .logo img {
		width: 100%;
		}	
	

/* SOCIAL */

.social {
display: table;
float: right;
margin: auto;
text-align: center;
	}
	
	.social li {
	display: inline-block;
	margin: 0 0 0 6px;
	width: 44px;
		}

		.social li a:hover {
		filter: brightness(1.3);
		-webkit-filter: brightness(1.3);
		}

.quickspeak {
text-align: left;
	}
		
	.quickspeak li {
	display: inline-block;
	}
		
	.quickspeak li a {
	display: inline-block;
	margin: 2px 0;
	width: auto;
	height: 34px;
	padding: 0 8px 0 0;
	background: #c21c25;
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
		}

		.quickspeak li a:hover {
		background: #952026;
		}	
		
		.quickspeak li i {
		margin: 0 8px 0 0;
		width: 34px;
		height: 34px;
		padding: 8px;
		background: #952026;
		text-align: center;
		color: #fff;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
		}

		
/* HOME */

#slide_destaque {
margin: 0 0 40px;
border: 2px solid dashed #c73e49;
}

.home h1,
.home h2,
.home p {
text-align: center;
}

/* INTERNAS */

.produtos .principal {
float: right;
	}

	.produtos .principal h2 {
	margin: 0 0 20px;
	font-size: 1.7em;
	}

.produtos .extras {
float: left;
}

.produtos img {
border: 2px dashed #538c89;	
padding: 2px;
}

.contato form {
margin: 20px auto;
width: 80%;
}

.contato iframe {
width: 100%;
height: 450px;
border: 0;
}


/* BOXES */

div.box,
ul.box > li {
display: table;
width: 100%;
padding: 15px;
background: #fff;
border: 2px dashed #538c89;
	}

	div.box h2,
	ul.box > li h2 {
	margin: 0 0 20px;
	font-size: 1.7em;
	}
	
	div.box p:last-child,
	ul.box > li p:last-child {
	margin: 0;
	}
	
	div.box .search,
	ul.box > li .search {
	margin: 0 0 -10px;
	}

div.box_categorias,
ul.box_categorias > li {
position: relative;
display: table;
line-height: 0;
	}

	div.box_categorias > a img,
	ul.box_categorias > li a img {
	width: 100%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
		}

		div.box_categorias > a:hover img,
		ul.box_categorias > li a:hover img {
		-webkit-filter: brightness(1.3);
		filter: brightness(1.3);
		}			
		
	div.box_categorias a h3,
	ul.box_categorias > li a h3 {
	position: absolute;
	margin: 0;
	bottom: 10px;
	left: 12px;
	line-height: 1.3em;
	text-align: left;
	text-shadow: 0 0 4px #000;
	font-size: 1.3em;
	color: #fff;
		}

		div.box_categorias > a:hover h3,
		ul.box_categorias > li a:hover h3 {
		color: #fff;
		}
		
div.box_circles,
ul.box_circles > li {
display: table;
text-align: center;
line-height: 0;
	}

	div.box_circles img,
	ul.box_circles > li img {
	margin: 0 auto 20px;
	width: 120px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	}

	div.box_circles h3,
	ul.box_circles > li h3 {
	margin: 0 auto 16px;
	text-align: center;
	}

	div.box_circles p,
	ul.box_circles > li p {
	line-height: 1.5em;
	text-align: center;
	}
	
	div.box_circles a,
	ul.box_circles > li a {
	margin: auto;
	}

div.box_cursos,
ul.box_cursos > li {
position: relative;
display: table;
padding: 10px;
background: rgba(0,0,0,0.1);
-webkit-border-radius: 5px;
border-radius: 5px;
text-align: center;
line-height: 0;
	}

	div.box_cursos a,
	ul.box_cursos > li a {
	color: #1863A8;
		}
		
		div.box_cursos a:hover,
		ul.box_cursos li a:hover {
		color: #2491EB;
		}	

	div.box_cursos img,
	ul.box_cursos > li img {
	margin: 0 0 10px;
	width: 100%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}		

	div.box_cursos h3,
	ul.box_cursos > li h3 {
	margin: 0 auto 0.4em;
	min-height: 72px;
	line-height: 1.2em;
	text-align: center;
	font-size: 20px;
	}

	div.box_cursos div,
	ul.box_cursos > li div {
	display: block;
	text-align: left;
		}

		div.box_cursos div p,
		ul.box_cursos > li div p {
		margin: 0;
		line-height: 1.2em;
		font-size: 0.9em;
		}

		div.box_cursos div i,
		ul.box_cursos > li div i {
		position: absolute;
		margin: 0;
		right: 0;
		bottom: 4px;
		padding: 10px;
		}

ul.box_faq > li {
position: relative;
display: table;
margin: 0 0 10px 26px;
padding: 0; 
	}		
		
	ul.box_faq > li:before {
	position: absolute;
	top: 0;
	left: -26px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f35a';
	}	
	
	ul.box_faq > li h3 {
	display: table;
	text-align: left;
	font-size: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	}

	ul.box_faq > li p {
	text-align: left;
	}		
		
div.box_missao,
ul.box_missao > li {
display: table;
height: 200px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: rgba(0,0,0,0.1);
line-height: 0;
	}
	
	div.box_missao > div,
	ul.box_missao > li div {
	display: table-cell;
	vertical-align: middle;
	width: 80%;
	}

	div.box_missao > h3,
	ul.box_missao > li h3 {
	margin: 0 0 20px;
	text-align: center;
	}

	div.box_missao > p,
	ul.box_missao > li p {
	text-align: center;
	}
	
div.box_news,
ul.box_news > li {
display: table;
-webkit-border-radius: 5px;
border-radius: 5px;
background: rgba(0,0,0,0.1);
line-height: 0;
	}

	div.box_news a,
	ul.box_news > li a {
	color: #1863A8;
		}
		
		div.box_news a:hover,
		ul.box_news > li a:hover {
		color: #2491EB;
		}	
	
	div.box_news > img,
	ul.box_news > li img {
	display: table-cell;
	vertical-align: middle;
	width: 94%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
	div.box_news > div,
	ul.box_news > li div {
	display: table-cell;
	vertical-align: middle;
	width: 80%;
	}

div.box_pacotes,
ul.box_pacotes > li {
display: flex;
float: left;
width: 100%;
height: 218px;
padding: 10px;
background: rgba(0,0,0,0.1);
-webkit-border-radius: 5px;
border-radius: 5px;
line-height: 0;
	}

	div.box_pacotes img,
	ul.box_pacotes > li img {
	float: left;
	margin: 0 16px 0 0;
	width: 300px;
	height: 198px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}	

	div.box_pacotes h3,
	ul.box_pacotes > li h3 {
	display: table;
	float: left;
	margin: 6px 0 14px;
	}

	div.box_pacotes hr,
	ul.box_pacotes > li hr {
	clear: both;
	display: block;
	margin: 15px 0;
	}
	
	div.box_pacotes p,
	ul.box_pacotes > li p {
	margin: 0;
	line-height: 1.3em;
	color: #404040;
	height: 81px;
		}

		div.box_pacotes p.horario,
		ul.box_pacotes > li p.horario {
		float: right;
		margin: 8px 4px 14px 0;
		height: auto;
		}		

	div.box_pacotes div,
	ul.box_pacotes > li div {
	display: table;
	width: 100%;
	height: 132px;
		}

		div.box_pacotes div div,
		ul.box_pacotes > li div div {
		display: table;
		width: 100%;
		height: auto;
		padding: 6px;
		-webkit-border-radius: 5px;
		border-radius: 5px; background: #f8f8f8;
			}

			div.box_pacotes div div span,
			ul.box_pacotes > li div div span {
			float: left;
			display: table;
			margin: 10px 0 0;
			font-family: 'Kaushan Script', cursive;
			font-weight: normal;
			line-height: 1.1em;
			font-size: 1.2em;
			}

div.box_profissional,
ul.box_profissional > li {
display: table;
width: 100%;
line-height: 0;
	}

	div.box_profissional a,
	ul.box_profissional > li a {
	color: #1863A8;
		}
		
		div.box_profissional a:hover,
		ul.box_profissional > li a:hover {
		color: #2491EB;
		}	
	
	div.box_profissional > img,
	ul.box_profissional > li img {
	display: table-cell;
	vertical-align: middle;
	width: 62px;
	min-width: 48px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	}
	
	div.box_profissional > div,
	ul.box_profissional > li div {
	display: table-cell;
	vertical-align: middle;
	width: 92%;
	padding: 8px 0 0 8px;
	}
			
div.box_servicos,
ul.box_servicos > li {
display: table;
padding: 3px;
background: #fff;
border: 2px dashed #80a8a6;
line-height: 0;
text-align: center;
	}

	div.box_servicos img,
	ul.box_servicos > li img {
	width: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	}	

	div.box_servicos h3,
	ul.box_servicos > li h3 {
	display: table-cell;
	vertical-align: middle;
	clear: both;
	margin: 0 0 2px;
	width: 100%;
	height: 60px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	line-height: 1.3em;
	font-size: 17px;
	color: #538c89;
		}
	
		div.box_servicos a:hover h3,
		ul.box_servicos > li a:hover h3{
		color: #2491EB;
		}		
		
		div.box_servicos a:hover img,
		ul.box_servicos > li a:hover img {
		-webkit-filter: brightness(1.3);
		filter: brightness(1.3);
		}	

	div.box_servicos div,
	ul.box_servicos > li div {
	display: table;
	width: 100%;
	height: 66px;
	padding: 10px;
	}

	ul.box_servicos > li .cta {
	background: rgba(83,140,137,0.6);
	color: #fff!important;
		}

		ul.box_servicos > li .cta:hover {
		background: rgba(83,140,137,1);
		color: #fff;
		}

	.produtos .extras .cta {
	background: rgba(40,200,75,0.6);
	color: #fff!important;
		}

		.produtos .extras .cta:hover {
		background: rgba(40,200,75,1);
		color: #fff;
		}			
		
div.box_side,
ul.box_side > li {
display: table;
padding: 0 0 0 20px;
border-left: 4px solid #1863a8;
}

div.box_strip a,
ul.box_strip > li a {
display: block;
padding: 10px 0;
text-align: center;
background: rgba(0,0,0,0.1);
color: inherit;
	}

	div.box_strip a:hover,
	ul.box_strip > li a:hover {
	background: rgba(0,0,0,0.3);
	}
	

/* BOTÕES */

ul.call  {
clear: both;
display: table;
margin: 34px auto 24px;
text-align: center;
	}

	ul.call li {
	display: inline-block;
	float: left;
	margin: 0 8px;
	}
	
	.conteudo .cta,
	.wp-block-button a.wp-block-button__link {
	padding: 6px 16px 6px;
	text-align: center;
	line-height: 1.5em;
	font-size: initial;
	}

	.conteudo .cta,
	.is-style-squared a.wp-block-button__link {
	color: #508784;
	}	
	
	.wp-block-button a.wp-block-button__link {
	opacity: 1;
		}
	
		.wp-block-button a.wp-block-button__link:hover {
		opacity: 0.8;
		}
		
	.conteudo .cta {
	display: table;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	color: #508784;
		}

		.conteudo .cta:hover {
		background: #508784;
		color: #fff;
		}		

		.conteudo .cta.aligncenter,
		.wp-block-button.aligncenter a {
		margin: auto;
		}

		.conteudo .cta.alignleft,
		.wp-block-button.alignleft a {
		float: left;
		}	

		.conteudo .cta.alignright,
		.wp-block-button.alignright a {
		float: right;
		}		
		
		.full,
		.full a {
		width: 100%; 
		}

		.spacer {
		clear: both;
		margin: 30px auto;
		}
		
.view,
.view-article,
.comment-reply-link,
.comment-reply-login {
clear: both;
display: table;
margin: 16px 0 8px;
padding: 4px 8px;
background: #666;
-webkit-border-radius: 5px;
border-radius: 5px;
font-size: 90%;
color: #fff !important;
	}

	.view:hover,
	.view-article:hover,
	.comment-reply-link:hover,
	.comment-reply-login:hover {
	background: #888;
	color: #fff !important;
	}

	.view-article:before {
	padding: 0 6px 0 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f15c';
	}

	.comment-reply-link:before {
	padding: 0 6px 0 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f3e5';
	}
	
	.comment-reply-login:before {
	padding: 0 6px 0 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f2f6';
	}


/* FORM */

form {
display: block;
margin: 0 auto;
line-height: 0;
width: 100%;
	}

	form:focus { outline: none }

form label {
float: left;
width: 100%;
line-height: 1.5em;
text-align: left;
}

input,
select,
textarea,
form.search,
.submit {
width: 100%;
	}
	
	input.senha { width: 50%; }

	input[type=checkbox] {
	float: left;
    display: block;
	margin: 2px 6px 0 0;
	width: 18px;
    height: 18px;
		}

		.comment-form-cookies-consent {
		margin: 20px 0;
		display: table;
		}		
		
		.comment-form-cookies-consent label {
		float: left;
		width: auto;
		}
		
		.checkbox li {
		margin: 0 0 1em;
		line-height: 1.5em;	
			}

			.checkbox li p {
			display: table;	
			}

	input[type=submit],
	.submit	{
	display: table;
	width: auto;
	text-align: center;
		}
			
		.cadastre input[type=submit] {
		width: 100%;
		}
	
	form .submit {
	width: 32%;
	}

textarea {
height: 140px;
overflow: hidden;
}
		
.login {
display: table;
margin: 8em auto;
width: 48%;
padding: 20px;
background: #fff;
-webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.3);
box-shadow: 0 0 8px 1px rgba(0,0,0,0.3);
	}
	
	.login form {
	margin: 20px auto 6px;
	}

.captcha {
margin: 0 0 16px;
width: 302px;
height: 76px;
overflow: hidden;
	}

	.grecaptcha-badge {
	display: none!important;
	}

	
/* BOTÕES - ESTRUTURA BÁSICA */

ul.call  {
clear: both;
display: table;
margin: 34px auto 24px;
text-align: center;
	}

	ul.call li {
	display: inline-block;
	float: left;
	margin: 0 8px;
	}
	
.cta {
display: table;
text-align: center;
	}

	.cta.aligncenter {
	margin: auto;
	}	

	.cta.alignleft {
	float: left;
	}	

	.cta.alignright {
	float: right;
	}
	
.wp-block-button a.wp-block-button__link {
display: table;
text-align: center;
opacity: 1;
	}

	.wp-block-button a.wp-block-button__link:hover {
	opacity: 0.8;
	}

	.wp-block-button.aligncenter a {
	margin: auto;
	}
	
	.wp-block-button.alignleft a {
	float: left;
	}	

	.wp-block-button.alignright a {
	float: right;
	}

.view,
.view-article,
.comment-reply-link,
.comment-reply-login {
clear: both;
display: table;
	}

	.view-article:before {
	padding: 0 6px 0 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f15c';
	}

	.comment-reply-link:before {
	padding: 0 6px 0 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f3e5';
	}
	
	.comment-reply-login:before {
	padding: 0 6px 0 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f2f6';
	}

.full,
.full a {
width: 100%; 
}
	
	
/* BOTÕES - TAMANHOS */

.cta,
.wp-block-button a.wp-block-button__link,
.is-style-squared a.wp-block-button__link,
.submit {
padding: 10px 16px!important;
line-height: 1.2em;
font-size: initial;
}	

.view,
.view-article,
.comment-reply-link,
.comment-reply-login {
margin: 16px 0 8px;
padding: 4px 8px;
font-size: 90%;
}

input,
select,
textarea {
padding: 10px 12px!important;
line-height: 1.2em;
	}
	
	input[type=date] {
	padding: 6px 10px 4px;
	height: 42px;
	}	

	input[type=file] {
	padding: 8px 7px 7px!important;
	}

	
/* BOTÕES - FORMATOS */	

.cta,
.wp-block-search__button,
.submit,
.view,
.view-article,
.comment-reply-link,
.comment-reply-login,
.widget_tag_cloud a,
input,
select {
-webkit-border-radius: 0;
border-radius: 0;
}

textarea {
-webkit-border-radius: 0;
border-radius: 0;
}


/* BOTÕES - CORES */	

.cta {
background: none;
color: #888!important;
	}

	.cta:hover {
	background: #888;
	color: #fff!important;
	}

input,
select,
textarea {
background: #fff;
border: 1px solid #a0a0a0;
color: #464646!important;;
	}

	input:focus,	
	select:focus,
	textarea:focus {
	background: #FFFDE7!important;;
	}	
	
	::placeholder { color: #424242; }
	::-ms-input-placeholder { color: #424242; }
	:-ms-input-placeholder { color: #424242; }

.view,
.view-article,
.reply .comment-reply-link,
.comment-reply-login,
.wp-block-search__button,
.submit,
input[type=submit] {
background: #666;
border: 1px solid #666;
color: #fff!important;;
	}

	.view:hover,
	.view-article:hover,
	.comment-reply-link:hover,
	.comment-reply-login:hover,
	.wp-block-search__button:hover,
	.wp-block-search__button:active,
	.submit:hover, 
	.submit:active,
	input[type=submit]:hover,
	input[type=submit]:active,
	input.wpcf7-form-control.wpcf7-submit:focus {
	cursor: pointer;
	background: #888!important;
	border: 1px solid #888;
	color: #fff!important;;
	}


/* FILTROS */

.filtro .conteudo {
margin: 6px 0 36px;
border: 0;
}
	
.filtro a {
color: #956b54;
}

.filtro a:hover {
color: #404040;
}

.filtro section {
display: none;
padding: 10px;
margin: 0 0 36px;
background: #fff;
border: 1px solid #c4c4c4;
}

.filtro form {
margin: 0;
width: 100%;
	}

	.filtro select {
	float: left;
	margin: 0 1% 0 0;
	width: 40%;
	}
	
	.filtro input {
	float: left;
	margin: 0 1% 0 0;
	width: 81%;
	}
	
	.filtro input[type=submit] {
	float: left;
	margin: 0 auto;
	width: 18%;
	}

	.filtro input[type=radio] {
	display: none;
	}

.filtro label {
display: inline-block;
margin: 0 0 -1px;
padding: 8px 13px 8px 12px;
font-weight: 600;
text-align: center;
color: #555;
border: 1px solid transparent;
	}
	
	.filtro label:hover {
	color: #259fcb;
	cursor: pointer;
	}
		
	.filtro label:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
	}
	
	.filtro label[for*='1']:before { content: '\f002'; }
	.filtro label[for*='2']:before { content: '\f0b0'; }

.filtro input:checked + label {
color: #555;
border-top: 2px solid #259fcb;
border-bottom: 1px solid #fff;
background: #fff;
border: 1px solid #c4c4c4;
border-bottom: 1px solid #fff;
}

.filtro #tab1:checked ~ #content1,
.filtro #tab2:checked ~ #content2 {
display: block;
}

		
/* LISTAS */

ul.arquivos {
display: table;
margin: 0;
width: 100%;
	}
	
	ul.arquivos li {
	margin: 0 0 10px;
	line-height: 0;
	}

	ul.arquivos i {
	font-size: 130%;
	margin: 1px 2px 0 0;
	}
	
ul.linhas {
display: table;
margin: 20px 0;
width: 100%;
	}
	
	ul.linhas li {
	padding: 8px 0; 
	border-top: 1px dotted gray;
		}
		
		ul.linhas li:last-child {
		margin: 0;
		border-bottom: 1px dotted gray;
		}


/* TABELAS */

table {
margin: 28px auto;
width: 100%;
max-width: 900px;
border-collapse: collapse;
text-align: left;
	}
	
	th {
	background: rgba(0,0,0,0.4);
	font-weight: bold;
	}

	tr:nth-child(even) {background: rgba(0,0,0,0.06); }
	tr:nth-child(odd) {background: rgba(0,0,0,0.04); }
	
	th,
	td {
	padding: 0.5em;
	border: 1px solid #B8B8B8;
		}
		
		td.pad { border: 0; }

		table.t2 th:nth-child(1),
		table.t2 td:nth-child(1) {
		width: 40%;
		}

		table.t2 th:nth-child(2),
		table.t2 td:nth-child(2) {
		width: 60%;
		}
	
		table.t3 th:nth-child(1),
		table.t3 td:nth-child(1) {
		width: 40%;
		}

		table.t3 th:nth-child(2),
		table.t3 td:nth-child(2) {
		width: 30%;
		}

		table.t3 th:nth-child(3),
		table.t3 td:nth-child(3) {
		width: 30%;
		}

		table.t4 th:nth-child(1),
		table.t4 td:nth-child(1) {
		width: 40%;
		}

		table.t4 th:nth-child(2),
		table.t4 td:nth-child(2) {
		width: 20%;
		}

		table.t4 th:nth-child(3),
		table.t4 td:nth-child(3) {
		width: 20%;
		}

		table.t4 th:nth-child(4),
		table.t4 td:nth-child(4) {
		width: 20%;
		}

		table.t5 th:nth-child(1),
		table.t5 td:nth-child(1) {
		width: 30%;
		}

		table.t5 th:nth-child(2),
		table.t5 td:nth-child(2) {
		width: 20%;
		}

		table.t5 th:nth-child(3),
		table.t5 td:nth-child(3) {
		width: 20%;
		}

		table.t5 th:nth-child(4),
		table.t5 td:nth-child(4) {
		width: 15%;
		}		

		table.t5 th:nth-child(4),
		table.t5 td:nth-child(4) {
		width: 15%;
		}	
		

/* WHATSPOPUP 2.1 */

.whatspopup {
position: fixed;
bottom: 10px;
right: 24px;
display: block;
width: 240px;
z-index: 4000;
}

.whatspopup .collapsible {
clear: both;
display: table;
margin: 0 0 4px;
width: 100%;
padding: 10px 10px 10px 36px;
text-align: center;
-webkit-border-radius: 50px;
border-radius: 50px;
background: #3eb65f;
-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
line-height: 26px;
font-family: arial;
font-size: 14px;
color: #fff;
-webkit-user-select: none;
user-select: none;
	}

	.whatspopup .collapsible:hover {
	background: #28abb0;
	color: #fff;
	}

	.whatspopup .collapsible.active {
	background: #28abb0;
	-webkit-animation-name: none;
	}

	.whatspopup .collapsible:before {
	top: 10px;
	left: 16px;
	text-align: left;
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	font-size: 20px;
	content: "\f232";
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
		}

		.blink:hover {
		text-decoration: none;
		-webkit-animation-name: none;
		}	

		@media screen and (max-width: 520px) {
		.whatspopup .collapsible {
		margin-left: 190px;
		width: 48px;
		height: 48px;
			}
			.whatspopup .collapsible span {
			display: none;
			}
		}
		
.whatspopup .content {
margin: 0;
padding: 10px 10px 0!important;
	}

	.whatspopup p {
	margin: 0!important;
	padding: 16px;
	line-height: 1.4em;
	font-family: arial;
	font-size: 14px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
		}
		
		.whatspopup p:first-of-type {
		margin: 0;
		background: #3eb65f;
		border-bottom: 0;
		text-align: center;
		color: #fff;
		-webkit-border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		}	

		.whatspopup p:last-of-type {
		margin: 0 0 15px;
		background: #fff;
		border-top: 0;
		-webkit-border-bottom-left-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		font-weight: bold;
		color: #349950;
		}

	.whatspopup img {
	position: absolute;
	left: -56px;
	top: 152px;
	width: 54px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
		}

		@media screen and (max-width: 370px) {
		.whatspopup img {
		display: none;
		}
		}
	
	.whatspopup form {
	display: inline-block;
	margin: 16px auto 10px;
	width: 100%;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
		}

		.whatspopup ::placeholder { color: #698786; }
		.whatspopup ::-ms-input-placeholder { color: #698786; }
		.whatspopup :-ms-input-placeholder { color: #698786; }			
		
		.whatspopup input {
		float: left;
		margin: 0;
		width: 80%;
		padding: 16px!important;
		border: 0!important;
		background: #fff;
		font-family: arial;
		font-size: 14px;
		color: #424242;
		-webkit-border-radius: 0;
		border-radius: 0;
			}

			.whatspopup input[type=text] {
			-webkit-user-select: none;
			user-select: none;
			outline: none;
			-webkit-border-top-left-radius: 8px;
			-webkit-border-bottom-left-radius: 8px;
			border-top-left-radius: 8px;
			border-bottom-left-radius: 8px;
			}

			.whatspopup input[type=submit] {
			-webkit-user-select: none;
			user-select: none;
			float: right;
			background: #fff url('/wp-content/themes/mvaweb/imagens/send.png') no-repeat 50% 50%;
			background-size: 20px;
			border: 0;
			-webkit-border-top-right-radius: 8px;
			-webkit-border-bottom-right-radius: 8px;
			border-top-right-radius: 8px;
			border-bottom-right-radius: 8px;
			width: 20%;
				}

				.whatspopup input[type=submit]:hover {
				cursor: pointer;
				background-color: #fff;
				border: 0;
				}


/* MVA WEB */

.mvaweb {
position: absolute;
display: block;
bottom: 20px;
width: 100%;
height: 38px;
text-align: center;
	}

	.mvaweb a {
	display: block;
	margin: 20px auto 0;
	width: 78px;
	height: 20px;
	background: url('../imagens/mvaweb-branco.png') 0 50% no-repeat;
	background-size: 250px;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: 0.5;
		}
		
		.mvaweb a:hover {
		width: 250px;
		-moz-opacity: 1.00;
		filter: alpha(opacity=100);
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		opacity: 1;
		}


@media screen and (max-width: 1300px) {

.ruler { background: url('../imagens/1300.png'); }

/* ESTRUTURA */
/* HEADER */
/* MENU */
/* FOOTER */
/* SOCIAL */
/* HOME */
/* INTERNAS */
/* BOXES */
/* BOTÕES */

/* FORM */

.comment-form-cookies-consent label {
width: 400px;
}

/* FILTROS */
/* LISTAS */
/* TABELAS */

}
	

@media screen and (max-width: 1100px) {

.ruler { background: url('../imagens/1100.png'); }

/* ESTRUTURA */

/* HEADER */

header .wrapper .widget_media_image {
width: 190px;
}

#menu {
margin: 16px auto;
	}
	
	#menu li {
	margin: 0 22px;
		}

		#menu li a {
		font-size: 22px;
		}
			
/* FOOTER */
/* SOCIAL */
/* HOME */
/* INTERNAS */
/* BOXES */
/* BOTÕES */
/* FORM */
/* FILTROS */
/* LISTAS */
/* TABELAS */

}


@media screen and (max-width: 900px) {

.ruler { background: url('../imagens/900.png'); }

/* ESTRUTURA */

body { font-size: 1em; }

/* ESTRUTURA */

/* HEADER */
/* MENU */

/* FOOTER */

footer {
clear: both;
display: table;
margin: 60px auto 0;
width: 100%;
height: 120px;
padding: 40px 0;
color: #fff;
background: #be3945 url('../imagens/fundo_footer.png');
	}
	
	footer * { color: #fff; }
	footer a { color: #fff; }	
	footer a:hover { color: gray; }
	
	footer h3 {
	margin: 0 0 30px;
	text-transform: none;
	}
	
	footer p { text-align: left; }

	footer span {
	display: inline-block;
	margin: 4px 20px 4px 0;
	}	
	
	footer .logo {
	float: right;
	display: block;
	right: 0;
	width: 200px;
	}

		
/* SOCIAL */

.quickspeak li a {
height: 32px;
padding: 0 8px 0 0;
	}
	
	.quickspeak li i {
	width: 32px;
	height: 32px;
	padding: 9px;
	}

/* HOME */
/* INTERNAS */
/* BOXES */
/* BOTÕES */
/* FORM */
/* FILTROS */
/* LISTAS */
/* TABELAS */

}
	

@media screen and (max-width: 768px) {

.ruler { background: url('../imagens/768.png'); }

/* ESTRUTURA */

*:focus { outline: none; }

.principal {
float: none;
margin: 0 auto 30px;
padding: 0;
width: 100%;
}

.extras {
float: none;
margin: 0 auto 30px;
padding: 0;
width: 100%;
}

/* ESTRUTURA */

/* HEADER */

header .wrapper .widget_media_image {
width: 170px;
}

/* MENU */
/* FOOTER */

/* SOCIAL */

.social {
float: none;
margin: 0 auto 20px;
}

/* HOME */

/* INTERNAS */

.contato iframe {
height: 280px;
}

/* BOXES */

div.box_cursos h3,
ul.box_cursos > li h3 {
min-height: 60px;
font-size: 16px;
}

div.box_pacotes,
ul.box_pacotes > li {
display: table;
float: none;
	}

	div.box_pacotes img,
	ul.box_pacotes > li img {
	float: none;
	margin: 0 0 20px;
	width: 100%;
	height: auto;
	}	

	div.box_pacotes div,
	ul.box_pacotes > li div {
	height: auto;
	}

	div.box_pacotes p,
	ul.box_pacotes > li p {
	margin: 0 0 20px;
	height: auto;
	}

/* BOTÕES */
/* FORM */
/* FILTROS */
/* LISTAS */

/* TABELAS */
		
table {
width: 100%;
border-collapse: collapse;
text-align: left;
	}

	th {display: none;}

	tr {
	display: block;	
	margin: 0 0 30px;
	width: 100%;
	}

	td {
	padding: 8px;
	border: 1px solid #B8B8B8;
	font-size: 16px;
	vertical-align: top;
	}

		table.t2 td:nth-child(1),
		table.t3 td:nth-child(1),
		table.t3 td:nth-child(2),
		table.t4 td:nth-child(1),
		table.t4 td:nth-child(2),
		table.t4 td:nth-child(3),
		table.t5 td:nth-child(1),
		table.t5 td:nth-child(2),
		table.t5 td:nth-child(3),
		table.t5 td:nth-child(4) {
		display: block;
		width: 100%;
		border-bottom: 0;
		}

		table.t2 td:nth-child(2),
		table.t3 td:nth-child(3),
		table.t4 td:nth-child(4),
		table.t5 td:nth-child(5) {
		display: block;
		width: 100%;
		}	

/* BULLETS */

/* GRID */

.grid_um_terco > li,
.grid_um_quarto > li,
.grid_dois > li,
.grid_dois_wide > li,
.grid_tres_wide > li {
margin-bottom: 30px!important;
width: 100%!important;
	}

	.grid_um_terco > li:last-child,
	.grid_um_quarto > li:last-child,
	.grid_dois > li > li:last-child,
	.grid_dois_wide > li:last-child,
	.grid_tres_wide > li:last-child {
	margin-bottom: 0!important;
	}

/* MENSAGENS */

.mensagem img {
width: 30%;
}

/* WORDPRESS */

.x4 li { width: 33.333% }
.x5 li { width: 33.333% }
.x6 li { width: 33.333% }
.x7 li { width: 33.333% }
.x8 li { width: 33.333% }
.x9 li { width: 33.333% }

/* COLLAPSIBLE */	
/* TOOLTIP */
/* FACEBOOK */
/* MVA WEB */

}


@media screen and (max-width: 520px) {

.ruler { background: url('../imagens/520.png'); }

/* ESTRUTURA */

.desktoponly { display: none!important; }
.mobileonly { display: block!important; }

/* HEADER */

#menu { display: none; }
#mobilenav { display: block }

/* MENU */

/* FOOTER */

footer {
text-align: center;
	}

	footer h3 { text-align: center; }
	footer p { text-align: center; }

	footer .logo {
	clear: both;
	float: none;
	margin: 0 auto 30px;
	display: block;
	width: 180px;
	}	
	
/* SOCIAL */
/* HOME */
/* INTERNAS */
/* BOXES */

/* BOTÕES */

ul.call  {
margin: 26px auto 16px;
	}
	
	ul.call li {
	display: block;
	float: none;
	margin: 8px;
	}

	ul.call .cta {
	width: 100%;
	}
	
	.cta {
	padding: 7px 16px 8px;
		}


/* FORM */

form {
width: 100%;
line-height: 1.5em;
	}
	
	input[type=submit],
	.submit,
	.senha {
	margin: 0;
	width: 100%;
	}

.cadastre input {
margin: 0 0 6px;
width: 100%;
	}

	.cadastrese input[type=submit],
	.cadastrese .submit {
	margin: 0;
	width: 100%;
	}

.login {
width: 54%;
	}
	
	.login form {
	margin: 10px auto 2px;
	}	
	
/* FILTROS */
/* LISTAS */
/* TABELAS */

}


@page { 
    size: auto;
    margin: 30mm 0 30mm 0;
	}

	@media print {

	body {
	font-size: 90%;
	}

	h1, h2 {
	margin: 0 0 10px!important;
	}

	header,
	footer {
	display: none;
	}

	.conteudo {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}

	.wrapper {
	margin: auto;
	width: 85%;
	}

	.principal { width: 100%; }

	.extras,
	.comment-respond {
	display: none;
	}

}

.ruler { position: fixed; bottom: 0; right:0; display: table; width: 32px; height: 16px; z-index: 5000; background-size: 32px; }