﻿
/* ESTRUTURA */

*:focus { outline: none; }

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

body {
position: relative;
width: 100%;
height: 100%;
text-align: left;
}

p {
margin-top: 0!important;
margin-bottom: 1em!important;
}

strong {
font-weight: var(--wp--custom--typography--font-weight--bold);
}

i {
padding: 0 6px 0 0;
}

sup {
font-size: 60%;
}

a,
button,
input[type=submit],
.submit {
cursor: pointer;
text-decoration: none;
}

a,
button,
input[type=submit],
.submit,
header,
header .faixa,
header .wrapper,
header .quickspeak,
header .wrapper .widget_media_image,
#menu, #menuToggle {
transition: all .4s ease;
}

h1 { margin-bottom: 40px; }
h2, h3, h4, h5, h6 { margin-bottom: 20px!important; }

h1 a { color: var(--wp--preset--color--primaria); }
h1 a:hover { filter: brightness(130%); }

h2 a { color: var(--wp--preset--color--primaria); }
h2 a:hover { filter: brightness(130%); }

h3 a { color:  var(--wp--preset--color--secundaria); }		
h3 a:hover { filter: brightness(130%); }

h4 a { color: var(--wp--preset--color--secundaria); }
h4 a:hover { filter: brightness(130%); }

h5 a { color: var(--wp--preset--color--secundaria); }
h5 a:hover { filter: brightness(130%); }

h6 a { color: var(--wp--preset--color--secundaria); }
h6 a:hover { filter: brightness(130%); }

h1.aligncenter,
h2.aligncenter,
h3.aligncenter,
h4.aligncenter,
h5.aligncenter,
h6.aligncenter {
text-align: center;
}

hr,
hr.wp-block-separator {
clear: both;
display: block;
margin: 36px auto;
width: 20%;
height: 1px;
background: #aaa;
border: 0;
	}
	
	hr.full,
	hr.is-style-wide {
	width: 100%;
	height: 1px;
	}
	
	hr.clear {
	margin: 20px 0;
	background: none;
	}

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

	article h2 {
	font-size: clamp(1.2em, 8vw, 1.4em);
	}

	article h3 {
	font-size: clamp(1.1em, 8vw, 1.2em);
	}
	
	article h1,
	article h2,
	article h3,
	article h4,
	article h5,
	article h6,
	.wp-wrapper h1,
	.wp-wrapper h2,
	.wp-wrapper h3,
	.wp-wrapper h4,
	.wp-wrapper h5,
	.wp-wrapper h6 {
	margin: 20px 0;
		}

		article h1:first-child,
		article h2:first-child,
		article h3:first-child,
		article h4:first-child,
		article h5:first-child,
		article h6:first-child,
		.wp-wrapper h1:first-child,
		.wp-wrapper h2:first-child,
		.wp-wrapper h3:first-child,
		.wp-wrapper h4:first-child,
		.wp-wrapper h5:first-child,
		.wp-wrapper h6:first-child {
		margin: 0 0 20px;
		}

		article p:last-child {
		margin: 0;
		}

	article iframe {
	width: 100%;
	height: 420px;
	border: 0;
	}

.conteudo {
display: inline-block;
padding: 50px 0!important;
width: 100%;
	}
	
	#home .conteudo {
	padding: 0!important;
	}
	
	.conteudo .wp-block-columns {
	margin: 0;
	}

.wrapper {
position: relative;
clear: both;
display: block;
	}

	.wrapper,
	.wp-wrapper > *:not(.alignwide):not(.alignfull),
	div.wp-block-cover.alignfull .wp-block-cover__inner-container,
	div.wp-block-group.alignfull > * {
	margin-left: auto!important;
	margin-right: auto!important;
	width: 92%;
	max-width: var(--wp--custom--wrapper--width)!important;
	}

.principal {
display: inline-block;
float: left;
width: 64%;
}

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

	.extras h2,
	.extras h3,
	.extras h4 {
	margin: 0 0 20px;
	}
	
@media screen and (max-width: 768px) {

	p {
	text-align: left;
	}

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

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

	.tab {
	float: none;
	width: 100%;
	}

}


/* HEADER */

header {
display: table;
width: 100%;
background: #b40001;
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
	}

	header .wrapper {
	position: relative;
	}
	
	header .wrapper .widget_media_image {
	float: left;
	display: block;
	margin: 12px 0;
	width: 230px;
		}
		
		header .wrapper .widget_media_image img {
		width: 100%;
		}

.faixa {
display: block;
background: rgb(247,246,220);
background: linear-gradient(180deg, rgba(247,246,220,1) 0%, rgba(220,219,188,1) 100%);
padding: 10px 0;
	}

	.faixa .collapsible {
	display: none!important;
	}
	
	.faixa .content {
	margin: 0!important;
	display: block;
	opacity: 1;
	max-height: 300px;
	}

	.faixa .searchandfilter {
	float: right;
	max-width: 580px;
	text-align: right;
	line-height: 0!important;
		}
		
		.faixa .searchandfilter ul {
		width: 100%;
		padding: 0!important;
		}
		
		.faixa .searchandfilter ul li:first-child {
		width: 64%;
		float: left; 
		margin: 0!important;
		padding: 0!important;
		}

		.faixa .searchandfilter ul li:last-child {
		width: 34%;
		float: right; 
		margin: 0!important;
		padding: 0!important;
		}
		
		.faixa select,
		.faixa input {
		margin: 0!important;
		border: 0!important;
		width: 100%;
		box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
		background: #fff;
		color: #000;
			}
			.faixa input:focus,	
			.faixa select:focus {
			outline: none;
			}			
			
		.faixa input[type=submit] {
		width: 100%;
		border: 0;
		-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
		box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
		background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
		color: #fff;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
			}

			.faixa input[type=submit]:hover {
			border: 0;
			background-image: linear-gradient(15deg, #3cba92 0%, #3cba92 100%);
			}
		
		.faixa ::placeholder { color: #fff; }
		.faixa ::-ms-input-placeholder { color: #fff; }
		.faixa :-ms-input-placeholder { color: #fff; }	

.socialize {
float: left; 
margin: 3px 0 1px;
max-width: 140px;
	}
	
	.socialize a {
	color: rgba(0,0,0,0.4);
	}			

/* MENU */
		
#menu {
position: absolute;
top: 56px;
right: 0;
display: table;
margin: 16px auto;
max-width: 1280px;
text-align: center;
	}
	
	#menu li {
    display: inline-block;
    float: none;
	margin: 0 12px;
		}
		
		#menu li:first-child {
		margin-left: 0
		}

		#menu li:last-child {
		margin-right: 0
		}	

		#menu li a,
		#mobilemenu > li a {		
		font-family: 'Poppins', sans-serif;
		font-weight: regular;
		}
		
		#menu li a {
		text-transform: uppercase;
		font-size: 18px;
		color: #fff;
			}
			
			#menu li a:hover { color: yellow; }

#menu .menu-item-has-children,
#mobilemenu .menu-item-has-children {
padding: 0;
	}

	#menu .menu-item-has-children:hover > ul {
	display: block;
	}

	#menu .menu-item-has-children > ul {
	display: none;
	position: absolute;
	width: 240px;
	padding: 10px 0 0;
	z-index: 3000;
		}

		#menu .menu-item-has-children > ul li {
		clear: both;
		display: block;
		margin: 0!important;
		width: 100%;
		}
			
		#menu .menu-item-has-children > ul li a {
		display: block;
		padding: 10px 14px 10px;
		text-decoration: none;
		text-transform: none;
		text-align: left;
		color: #034051!important;
		background-color: #fff;
		box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
		font-size: 90%!important;
			}

			#menu .menu-item-has-children > ul li a:hover {
			color: #048888!important;
			background-color: #f2ffff;
			}

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

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

	#menuToggle span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #fff; /* 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: #999; /* 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: 290px;
margin: -100px 0 0 -50px;
padding: 134px 0px 20px 26px;
background: #fff; /* 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 > li a {
	display: block;
	padding: 12px 0 12px 22px;
	border-top: 1px dashed rgba(0,0,0,0.2); /* Cor Borda */
	text-align: left;
	font-size: 16px;
	color: #455a64;
	}
		
	#mobilemenu > li:last-child a {
	border-bottom: 1px dashed rgba(0,0,0,0.2); /* Cor Borda */
	}

	#mobilemenu > li.menu-item-has-children {
	margin: 0;
		}
		
		#mobilemenu > li.menu-item-has-children:after {
		position: absolute;
		right: 22px;
		}

		#mobilemenu > li.menu-item-has-children:before {
		top: 12px;
		right: 12px;
		font-size: 80%;
		}	
		
	#mobilemenu .sub-menu {
	margin: 0!important;
	background: #f3f2d7; /* Cor Painel Submenu */
	}
	
		
/* FOOTER */

footer {
clear: both;
display: table;
width: 100%;
	}

	footer .conteudo {
	display: table;
	width: 100%;
	height: 120px;
	padding: 50px 0;
	color: #fff;
	background: #8f0001;
	text-align: right;
		}

		footer .claro {
		background: #b30001;
		}
		
		footer * { color: #fff; }
		footer a { color: #fff; }	
		footer a:hover { color: gray; }

		footer h3 {
		margin: 0 0 24px;
		text-align: center;
		}


		footer span {
		display: inline-block;
		margin: 2px 0 2px 26px;
		}
		
		footer .wrapper .widget_media_image {
		float: left;
		display: block;
		margin: 0 0 0;
		width: 190px;
			}
			
			footer .wrapper .widget_media_image img {
			width: 100%;
			}	
	

/* SOCIAL */

.social {
display: table;
margin: auto;
text-align: center;
	}

	.social img {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
	.social li {
	display: inline-block;
	margin: 0 5px;
	width: 86px;
		}

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

.quickspeak {
position: absolute;
top: 0;
right: 0;
padding: 6px 12px 6px 30px;
text-align: left;
background: rgb(114,1,1);
background: linear-gradient(280deg, rgba(114,1,1,1) 0%, rgba(114,1,1,0) 100%);
-webkit-border-bottom-right-radius: 8px;
border-bottom-right-radius: 8px;
	}
		
	.quickspeak li {
	display: inline-block;
	}
		
	.quickspeak li a {
	display: inline-block;
	margin: 2px 0 2px 16px;
	width: auto;
	color: #fff;
		}

		.quickspeak li a:hover {
		}	
		
		.quickspeak li i {
		color: #fff;
		}

		
/* HOME */

.camera_wrap {
margin: 0 0 60px!important;
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
}

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

/* 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 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;
}

/* INTERNAS */

.area-page {
display: table;
width: 100%;
height: 280px;
background-attachment: fixed;
background-position: center -100px;
background-repeat: no-repeat;
background-size: cover;
	}
	
	.area-page > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: rgba(0,0,0,0.5);
		}

		.area-page > div div {
		margin: auto;
		display: table;
		}	

		.area-page h1,
		.area-page h2,
		.area-page h3,
		.area-page span {
		margin: 0;
		text-align: center;
		color: #fff;
		}

		.area-page h1,
		.area-page h2,
		.area-page span {
		font-size: 2em;
		}
		
		.area-page h3 {
		margin: 10px auto 0;
		font-size: 1.5em;
		}
			
		.area-page p {
		margin: 16px 0 0;
		text-align: center;
		color: #fff;
		}	
		
.area-post {
display: table;
margin: 0 0 50px;
width: 100%;
height: 640px;
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
	}
	
	.area-post > div {
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	background: rgba(0,0,0,0.3);
		}

		.area-post > div div {
		margin: auto;
		display: table;
		padding: 0 0 30px;
			}

			.area-post h1 {
			margin: 0 0 16px;
			text-align: left;
			font-size: 2em;
			color: #fff;
			}

			.area-post span {
			float: left;
			margin: 0 20px 0 0;	
			color: #fff;
			}

.produtos .box .widget {
margin: 0 0 15px;
}

.produtos .principal {
float: right;
}

.produtos .extras {
float: left;
	}
	
	.produtos .extras img {
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	}

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

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

.simplefavorite-button {
margin: 0 0 15px;
width: 100%;
text-align: center;
}

.box,
.shadow { box-shadow: 0 0 5px 0 rgba(0,0,0,0.25); }
.text_shadow { text-shadow: 0 0 5px rgba(0,0,0,0.5); }

/* BOX SLIDER */

#owl_slider .item { display: none; }
#owl_slider .item:first-child { display: block; }

.box_slider {
margin: 0;
	}

	.box_slider .owl-carousel { position: relative; }

	.box_slider .owl-carousel .owl-nav {
	margin: -34px 0 0!important;
	position: absolute;
	top: 50%; /* Ajuste Vertical Setas */
	width: 100%;
	pointer-events: none;
		}

		.box_slider .owl-carousel .owl-nav button.owl-next,
		.box_slider .owl-carousel .owl-nav button.owl-prev {
		background: transparent!important;
		border: 0!important;
		color: #fff!important;
		height: 60px!important;
		pointer-events: initial;
		font-size: 4em!important;
			}

			.box_slider .owl-carousel .owl-nav button.owl-prev { float: left!important; }
			.box_slider .owl-carousel .owl-nav button.owl-next { float: right!important; }

	.box_slider .item { padding: 0; }

	.box_slider .slide {
	margin: 0;
	width: 100%;
	padding: 0!important;
	height: 50vh;
	min-height: 360px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
		}

		.box_slider .slide.desktop { display: table; }
		.box_slider .slide.mobile { display: none; }

		.box_slider .caixa {
		display: table;
		width: 100%;
		padding: 25px 25px 15px;
		background: rgba(255,255,255,0.5);
		border-radius: 6px;
		box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
			}

			.box .search {
			margin: 0 0 -10px;
			}
		
		.box_slider .caption {
		display: table-cell;
		vertical-align: middle;
		padding: 0; /* Ajuste Vertical */
		background: rgb(0,0,0);
		background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
			}
			
			.box_slider .wp-block-columns { margin: 0!important; }

			.box_slider .caption .wrapper {
			width: 86%;
			}

			.box_slider .caption strong {
			display: block;
			font-weight: 500;
			}
			
			.box_slider .caption h2 {
			margin: 0 0 20px;
			color: #fff;
			text-shadow: 0 0 5px rgba(0,0,0,0.3);
			font-size: 2em;
			}

			.box_slider .caption p {
			margin: 0 0 20px;
			color: #fff;
			text-shadow: 0 0 5px rgba(0,0,0,0.3);
			font-size: 1.2em;
			}

@media (max-width: 1300px) {
	
.box_slider .caption { padding: 0; } /* Ajuste Vertical */

}
			
@media (max-width: 1100px), (max-height: 700px) {

.box_slider .caption .wrapper { width: 88%; }
.box_slider .caption h2 { font-size: 1.6em; }
.box_slider .caption p { font-size: 1.1em; }

}

@media (max-width: 900px) {

.box_slider .caption { padding: 0; } /* Ajuste Vertical */

}

@media (max-width: 768px) {

.box_slider .caption { padding: 0; } /* Ajuste Vertical */
.box_slider .caption .wrapper { width: 74%; }
.box_slider .caption h2 { font-size: 1.3em; }
.box_slider .caption p { font-size: 1em; }

.box_slider .slide {
height: 24vh; 
min-height: 300px;
}

.box_slider .slide.desktop { display: none; }
.box_slider .slide.mobile { display: table; }

}


/* BOXES */

div.box,
ul.box > li {
display: table;
width: 100%;
padding: 15px;
background: rgb(247,246,220);
background: linear-gradient(180deg, rgba(247,246,220,1) 0%, rgba(220,219,188,1) 100%);
box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	}

	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: 8px;
	border-radius: 8px;
	-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: 8px;
border-radius: 8px;
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: 8px;
	border-radius: 8px;
	}		

	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: 8px;
border-radius: 8px;
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: 8px;
border-radius: 8px;
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: 8px;
	border-radius: 8px;
	}
	
	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: 8px;
border-radius: 8px;
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: 8px;
	border-radius: 8px;
	}	

	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: 8px;
		border-radius: 8px; 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;
background: #e8e7c8;
line-height: 0;
box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	}

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

	div.box_servicos a h3,
	ul.box_servicos > li a h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: regular;
	font-size: 17px;
	color: #910001;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
		}
		
		div.box_servicos a:hover h3,
		ul.box_servicos > li a:hover h3{
		color: #910001;
		}		
		
		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;
	}

	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;
	line-height: 1.3em;
	font-size: 16px;
	}

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);
	}
	

/* FORMS, BOTÕES E TABELAS > ESTRUTURAS 27 */

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

	flabel,
	form label {
	float: left;
	line-height: 1.5em;
	text-align: left;
	}

	form p {
	margin: 0;
	line-height: 1.5em;
	text-align: left!important;
	}

select,
input,
form.search,
textarea {
width: 100%;
font-weight: inherit;
	}

	select, option {
	padding-left: 10px; /* Ajuste */
	padding-right: 10px; /* Ajuste */
	}

	input {
	padding-left: 14px; /* Ajuste */
	padding-right: 14px; /* Ajuste */
		}

		input[type=checkbox],
		input[type=radio] {
		margin: -8px 8px 0 2px!important; /* Ajuste */
		}
	
	textarea {
	padding: 14px 14px;
	height: 120px; /* Altura */
	line-height: 1.3em;
	}

	input[type=file] {
	background: transparent!important;
	border: none!important;
	padding: 0!important;
	min-height: 0!important;
		}

		input[type=file]::file-selector-button,
		input[type=file]::-webkit-file-upload-button {
		display: inline-block;
		margin: 0 14px 0 0!important;
		padding: 8px 16px 8px 16px!important;
		outline: none;
		cursor: pointer;
		white-space: nowrap;
		-webkit-user-select: none;
		transition: all .4s ease;
		}

.conteudo button,
.wp-block-group button,
.wp-block-cover button,
.search button.search-submit,
input[type=submit], .cta,
input[type=file]::file-selector-button,
input[type=file]::-webkit-file-upload-button,
.button, .button.wc-backward, .button.wc-forward,
nav.navigation.pagination .nav-links span,
nav.navigation.pagination .nav-links a,
.wp-block-query-pagination span,
.wp-block-query-pagination a { 
width: auto;
padding: 8px 16px 8px 16px;
vertical-align: middle;
text-align: center;
font-family: var(--wp--preset--font-family--titulos);
font-weight: var(--wp--custom--typography--font-weight--normal);
font-size: var(--wp--preset--font-size--medium);
	}

	.conteudo button:before,
	.wp-block-group button:before,
	.wp-block-cover button:before,
	.search button.search-submit:before,
	input[type=submit]:before, .cta:before,
	.button:before, .button.wc-backward:before, .button.wc-forward:before,
	.wp-block-button a.wp-block-button__link:before { 
	font-style: normal!important;
	}

	div.wp-block-button.is-style-outline a.wp-block-button__link { 
	padding-top: 6px;
	padding-bottom: 6px;
	}

	.mini a.wp-block-button__link {
	height: 30px!important;
	font-size: 14px;
	}

	input[type=submit] {
	padding-top: 0; padding-bottom: 0;
	} 

	.conteudo button,
	.wp-block-group button:before,
	.wp-block-cover button:before { 
	min-height: 42px; /* Altura */
	}

	.swal2-popup button {
	width: auto!important;
	}

	form.search, select, input, input[type=submit], .cta,
	.search button.search-submit,
	.wp-block-button a.wp-block-button__link { 
	min-height: 42px; /* Altura Mínima */
		}

		input[type=submit],
		.wp-block-button a.wp-block-button__link { 
		display: table-cell!important;
		}

		.cta { 
		display: table!important;
		padding: 0 18px!important;
			}
			
			.cta span {
			display: table-cell;
			vertical-align: middle;
			}

	.cadastre input[type=submit] {
	width: 100%;
	}		

	div.owl-dots {
	margin: -10px 0 0!important;
	padding: 0!important;
		}

		div.owl-dots button.owl-dot {
		background: transparent!important;
		padding-top: 0!important;
		padding-bottom: 0!important;
		}

	.wpcf7 .wpcf7-list-item {
	clear: both;
	display: block!important;
	margin: 8px 22px 8px 0!important;
	text-align: left;
	/* Fonte dos Radios e Checkboxes */
	font-family: arial, sans-serif;
	font-weight: 300!important;
	font-size: 17px;
		}

		.wpcf7-list-item-label {
		display: table-cell;
		vertical-align: middle;
		color: inherit!important;
			}

			input[type=checkbox] {
			clear: both;
			float: left;
			display: table;
			width: 0.9em;
			height: 0.9em;
			line-height: inherit!important;
				}

				.woocommerce-form__label-for-checkbox span {
				clear: both;
				float: left;
				display: table;
				margin: -1.5em 16px 0 1.5em!important; /* Ajuste */
					}

					.woocommerce-form__label.woocommerce-form__label-for-checkbox span {
					margin: -2.2em 16px 0 1.5em!important; /* Ajuste */
					}

					.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
					margin: -3em 16px 0 1.5em!important; /* Ajuste */
					}

			input[type=radio] {
			clear: both;
			float: left;
			display: table;
			width: 0.9em;
			height: 0.9em;
			line-height: inherit!important;
			}

		.comment-form-cookies-consent {
		margin: 20px 0!important;
		display: table;
			}		
			
			.comment-form-cookies-consent label {
			float: left;
			width: auto;
			}

	input[type=file] {
	padding: 0px 6px 0 0!important; /* Ajuste */
	background: rgba(150,150,150,0.2)!important;
	}

	form.wpcf7-form { position: relative; } /* CF7 Spinner */
		.wpcf7-spinner { position: absolute!important; bottom: 9px; left: 0; }

.wp-block-buttons {
text-align: left;
	}

	.wp-block-button.is-style-outline a.wp-block-button__link { 
	padding-top: 6px;
	padding-bottom: 6px;
	}

	.wp-block-buttons.aligncenter .wp-block-button {
	padding: 4px 4px;
		}

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

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

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.collapsible {
display: table;
vertical-align: middle;
text-align: center;
	}

	.cta.aligncenter {
	margin-left: auto!important;
	margin-right: auto!important;
	}	
	
	.cta.alignleft { float: left; }	
	.cta.alignright { float: right; }

.view,
.view-article,
.comment-reply-link,
.comment-reply-login {
clear: both;
display: table;
margin: 16px 0 8px;
padding: 8px 12px;
line-height: 1em;
text-transform: none;
font-size: 90%;
	}

	.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';
	}

a.axn, .axn a {
padding: 26px!important;
	}

	.wp-block-button__width-25.axn a.wp-block-button__link,
	.wp-block-button__width-50.axn a.wp-block-button__link,
	.wp-block-button__width-75.axn a.wp-block-button__link,
	.wp-block-button__width-100.axn a.wp-block-button__link {
	display: table!important;
	}

.wp-block-button.full {
display: table!important;
margin-left: 0!important;
margin-right: 0!important;
width: 100%!important;
	}

	.full, .full a,
	.wp-block-button.full a {
	width: 100%!important; 
	}

.comment-body {
display: table;
margin: 0 0 20px;
width: 100%;
padding: 10px;
}

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

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

table {
margin: 0!important;
width: 100%;
border-collapse: collapse;
text-align: left;
	}
	
	th,
	td {
	padding: 0.6em;	
	line-height: 1.2em;
	}

.auto table td {
width: auto!important;
}

@media (max-width: 1300px) {

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

}

@media (max-width: 768px) {

	a.axn, .axn a {
	padding: 16px!important;
	}
	
	.wp-block-table  {
	display: block;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	}

}

@media (max-width: 520px) {

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

	.comment-form-cookies-consent label {
	width: 300px;
	}		
		
	.cadastre input {
	margin: 0 0 6px;
	width: 100%;
		}

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

	.login {
	width: 54%;
		}
		
		.login form {
		margin: 10px auto 2px;
		}
		
	ul.call  {
	margin: 26px auto 16px;
		}
		
		ul.call li {
		display: block;
		float: none;
		margin: 8px;
		}

		ul.call .cta {
		width: 100%;
		}

}


/* FORMS & BOTÕES > CURVATURAS 20 */	

input,
select,
header button,
.woobar button,
.conteudo button,
.wp-block-group button,
.wp-block-cover button,
.cookiepanel button,
input[type=file]::file-selector-button,
input[type=file]::-webkit-file-upload-button,
.button, .cta, .view, 
.view-article,
.comment-reply-link,
.comment-reply-login,
.widget_tag_cloud a,
.wp-block-search__button,
.is-style-squared a.wp-block-button__link,
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart,
header.woocommerce-Address-title a.edit,
.woocommerce-MyAccount-navigation ul li a,
.radius {
border-radius: var(--wp--custom--border--radius)!important;
}

.select2-container--default .select2-selection--single {
border-radius: var(--wp--custom--border--radius)!important;
}

textarea {
border-radius: var(--wp--custom--border--radius);
}

.nav-links a,
.nav-links span,
.navigation a,
.navigation span,
ul.page-numbers li a,
ul.page-numbers li span,
.wp-block-query-pagination span,
.wp-block-query-pagination a,
ul.postagens li,
ul.postagens li img {
border-radius: var(--wp--custom--border--radius);
}

.comment-body,
.wp-block-file,
.wp-block-file a.wp-block-file__button {
border-radius: var(--wp--custom--border--radius);
}

.wp-block-image img,
.wp-block-gallery img,
.wp-block-media-text img,
.wp-block-media-text figure,
.wp-block-image figcaption,
.wp-block-gallery ul li figcaption,
.wp-block-post-featured-image img  {
border-radius: var(--wp--custom--border--radius);
}

.swal2-popup,
.swal2-popup button,
p.has-background {
border-radius: var(--wp--custom--border--radius)!important;
}

iframe {
border-radius: 0!important;
}


/* FORMS, BOTÕES, TABELAS E PAGINAÇÃO > CORES E BORDAS 21 */

input,
select,
textarea,
.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.select2-container--default .select2-selection--single,
.select2-results ul li {
background: #fff!important;
border: 1px solid var(--wp--preset--color--borda)!important;
color: #464646!important;
	}

	input:focus,	
	select:focus,
	textarea:focus,
	.select2-container--default .select2-selection--single:focus {
	background: #ffecc3!important;
	}

	.wpcf7-list-item-label { color: #464646; }

	::placeholder, .wpcf7 select {
	color: #888!important;
		}
		
		.wpcf7 select option {
		color:#666!important;
		}

.view,
.view-article,
.reply .comment-reply-link,
.comment-reply-login,
.wp-block-search__button,
input[type=submit],
input[type=file]::file-selector-button,
input[type=file]::-webkit-file-upload-button,
header button,
a.button,
.conteudo button,
.wp-block-group button,
.wp-block-cover button,
.button.wc-backward,
.button.wc-forward,
.wp-block-file .wp-block-file__button,
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
background: var(--wp--preset--color--primaria)!important;
border: 0!important;
color: #fff!important;
	}

	.view:hover, .view:active,
	.view-article:hover, .view-article:active,
	.comment-reply-link:hover, .comment-reply-link:active,
	.comment-reply-login:hover, .comment-reply-login:active,
	.wp-block-search__button:hover, .wp-block-search__button:active,
	input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus,
	input[type=file]:hover::file-selector-button, input[type=file]:active::file-selector-button,
	input[type=file]:hover::-webkit-file-upload-button, input[type=file]:active::-webkit-file-upload-button, 
	header button:hover, header button:active, header button:focus,
	a.button:hover, a.button:active, a.button:focus,
	.conteudo button:hover, .conteudo button:active, .conteudo button:focus,
	.wp-block-group button:hover, .wp-block-group button:active, .wp-block-group button:focus,
	.wp-block-cover button:hover, .wp-block-cover button:active, .wp-block-cover button:focus,
	.button.wc-backward:hover, .button.wc-forward:hover,
	.wp-block-file .wp-block-file__button:hover,
	a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:hover {
	cursor: pointer;
	background: var(--wp--preset--color--primaria)!important;
	border: 0!important;
	opacity: .85!important;
	color: #fff!important;
	}

button.search-submit {
background: var(--wp--preset--color--secundaria)!important;
	}

	button.search-submit:hover {
	background: var(--wp--preset--color--secundaria)!important;
	opacity:.85;
	}

.cta {
background: none;
border: 1px solid var(--wp--preset--color--primaria);
color: var(--wp--preset--color--primaria);
	}

	.cta:hover {
	background: var(--wp--preset--color--primaria);
	border: 1px solid var(--wp--preset--color--primaria);
	color: #fff;
	}

.comment-body {
background: rgba(130,130,130,0.08);
border: 1px solid rgba(130,130,130,0.2);
font-size: 0.9em;
}

.wp-block-file {
background: #f6f7fb;
}

.wp-block-quote {
border-color: var(--wp--preset--color--secundaria)!important;
}

.wp-block-pullquote {
border-color: var(--wp--preset--color--secundaria)!important;
}

table {
margin: 0 0 20px;
	}

	th {
	background: rgba(150,150,150,1)!important;
	color: #fff;
		}

		.cart-subtotal th,
		.order-total th {
		background: rgba(0,0,0,0.05);
		color: inherit;
		}

	td, tr {
	border: 1px solid #B8B8B8;
	color: inherit;
		}

		tr:nth-child(odd) { background: rgba(150,150,150,0.2)!important; }
		tr:nth-child(even) { background: rgba(150,150,150,0.1)!important; }

.nav-links a,
.nav-links span,
.navigation a,
.navigation span,
ul.page-numbers li a,
ul.page-numbers li span,
.wp-block-query-pagination span,
.wp-block-query-pagination a {
background: #e5e5e5;
color: var(--wp--preset--color--primaria);
	}

	.pagination a:hover,
	.navigation a:hover,
	ul.page-numbers li a,
	.wp-block-query-pagination a:hover {
	background: #c7d4e3;
	filter: brightness(130%);
	}		
	
	.pagination span.current,
	.navigation span.current,
	ul.page-numbers li span.current,
	.wp-block-query-pagination-numbers span.current {
	background: var(--wp--preset--color--primaria);
	color: #fff;
	}

.wp-wrapper ul:not(.wp-block-query ul) li:before,
.wp-bullets ul li:before,
article ul li:before {
color: var(--wp--preset--color--terciaria);
}


/* WHATSBUTTON 3.4 */

.whatsbutton {
position: fixed;
bottom: 26px;
right: 26px;
line-height: 1.4em;
z-index: 30;
	}
	
	.whatsbutton a {
	display: block;
	width: 52px;
	height: 52px;	
	padding: 13px 12px 9px;
	text-align: center;
	border: 0;
	box-shadow: 0 0 0 0 rgba(62,182,95, 0.7);
	border-radius: 50%;
	background: rgb(59,230,116);
	background: linear-gradient(143deg, rgba(59,230,116,1) 0%, rgba(28,175,77,1) 100%);
	color: #fff!important;  
	-webkit-user-select: none;
	user-select: none;
	-webkit-animation: pulser 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulser 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulser 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulser 2s infinite;
	transition: all 0.3s ease;
	}

	.whatsbutton a:hover {
	background-size:150%;
	box-shadow: 0 0 0 0 rgba(139,195,74, 0.7);
	}

	.whatsbutton a:before {
	top: 10px;
	left: 16px;
	text-align: left;
	line-height: 25px;
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	font-size: 28px!important;
	content: "\f232";
	}

	.whatsbutton span {
	display: none;
	}

	.whatspulse a {
	box-shadow: 0 0 0 0 rgba(62,182,95, 0.7);
	animation: pulser 2s infinite;
	}

	.pulse a.has-primaria-background-color {
	animation: pulser-p 2s infinite;
	}

	.pulse a.has-secundaria-background-color {
	animation: pulser-s 2s infinite;
	}
	
	.pulse a.has-terciaria-background-color {
	animation: pulser-t 2s infinite;
	}

	@keyframes pulser {
	0% { transform: scale(1); box-shadow: 0 0 0 0 #25D366 , 0 0 0 0 #25D366; }
	70% { transform: scale(1.01); box-shadow: 0 0 0 10px transparent , 0 0 0 20px transparent; }
	100% { transform: scale(1); box-shadow: 0 0 0 0 transparent , 0 0 0 0 transparent; }
	}

	@keyframes pulser-p {
	0% { transform: scale(1); box-shadow: 0 0 0 0 var(--wp--preset--color--primaria) , 0 0 0 0 var(--wp--preset--color--primaria); }
	70% { transform: scale(1.01); box-shadow: 0 0 0 10px transparent , 0 0 0 20px transparent; }
	100% { transform: scale(1); box-shadow: 0 0 0 0 transparent , 0 0 0 0 transparent; }
	}

	@keyframes pulser-s {
	0% { transform: scale(1); box-shadow: 0 0 0 0 var(--wp--preset--color--secundaria) , 0 0 0 0 var(--wp--preset--color--secundaria); }
	70% { transform: scale(1.01); box-shadow: 0 0 0 10px transparent , 0 0 0 20px transparent; }
	100% { transform: scale(1); box-shadow: 0 0 0 0 transparent , 0 0 0 0 transparent; }
	}

	@keyframes pulser-t {
	0% { transform: scale(1); box-shadow: 0 0 0 0 var(--wp--preset--color--terciaria) , 0 0 0 0 var(--wp--preset--color--terciaria); }
	70% { transform: scale(1.01); box-shadow: 0 0 0 10px transparent , 0 0 0 20px transparent; }
	100% { transform: scale(1); box-shadow: 0 0 0 0 transparent , 0 0 0 0 transparent; }
	}


/* 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) {

/* ESTRUTURA */
/* HEADER */
/* MENU */
/* FOOTER */
/* SOCIAL */
/* HOME */

/* INTERNAS */

.area-page {
background-size: 1300px;
background-position: center top;
}

.area-post {
height: 540px;
background-size: 1300px;
background-position: center top;
}

/* BOXES */
/* BOTÕES */

}
	

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

/* ESTRUTURA */

/* HEADER */

header .wrapper .widget_media_image {
float: left;
display: block;
margin: 16px 0;
width: 220px;
}

/* MENU */

#menu {
top: 36px;
width: 440px;
text-align: right;
	}
	
	#menu li {
	margin: 2px 0 2px 26px;
	}

	#menu li a {
	font-size: 16px;
	}	
	
/* FOOTER */
/* SOCIAL */
/* HOME */

/* INTERNAS */

.area-page {
height: 200px;
background-position: center top;
background-size: 1100px;
	}
	
	.area-page  h1,
	.area-page span {
	font-size: 1.6em;
	}

.area-post {
height: 440px;
background-size: 1100px;
	}
	
	.area-post h1 {
	margin: 0 0 16px;
	font-size: 1.6em;
	}

	.area-post span {
	font-size: 90%;
	}

/* BOXES */

}


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

/* ESTRUTURA */

body { font-size: 1em; }

/* ESTRUTURA */

/* HEADER */
/* MENU */

/* FOOTER */

/* SOCIAL */

.social {
display: table;
margin: auto;
text-align: center;
	}

	.social li {
	width: 66px;
	}

/* SOCIAL */
/* HOME */

/* INTERNAS */

.area-post {
height: 340px;
background-size: 900px;
}

/* BOXES */

}
	

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

/* ESTRUTURA */

*:focus { outline: none; }

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

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

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

h1 {
margin: 0 0 36px;
font-size: 1.5em;
}

/* ESTRUTURA */

/* HEADER */

header .wrapper .widget_media_image {
display: block;
float: none;
margin: 16px auto;
width: 200px;
padding: 0 0 0 30px;
}

.faixa .collapsible {
margin: 0;
display: table!important;
	}
	
	.faixa .cta {
	background: #b62326;
	color: #fff;
	border: 0;
		}

		.faixa .cta:hover {
		background: #ca262a;
		}
	
	.faixa .collapsible:before {
	position: absolute;
	top: 12px!important;
	left: 16px;
	right: auto;
	font-size: 90%;
	content: '\f002';
	}

.faixa .searchandfilter {
width: 100%;
max-width: 900px;
	}	

	.faixa .searchandfilter ul {
	width: 100%;
	}

	.faixa .searchandfilter li {
	width: 41.33%;
		}

		.faixa .searchandfilter li:last-child {
		width: 17.33%;
		}
	
.faixa .content {
display: block;
opacity: 0;
max-height: 0;
}		
		
.faixa input[type=submit] {
width: 100%!important;
}

/* MENU */

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

/* FOOTER */

footer .conteudo {
text-align: center;
}

footer .wrapper .widget_media_image {
float: none;
display: block;
margin: 0 auto 30px;
width: 160px;
}

footer span {
margin: 0 14px;
}

/* SOCIAL */

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

/* HOME */

/* INTERNAS */

.area-page {
	}
	
	.area-page h1,
	.area-page span {
	font-size: 1.2em;
	}

.area-post {
height: 240px;
background-size: 768px;
}

.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 */

}


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

/* ESTRUTURA */

/* HEADER */

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

.faixa {
display: block;
height: auto!important;
}

.faixa .searchandfilter {
width: 100%;
max-width: 900px;
padding: 0!important;
	}	

	.faixa .searchandfilter ul {
	width: 100%;
	}

	.faixa .searchandfilter ul li:first-child {
	margin: 0;
	width: 100%;
	padding: 0 0 8px!important;
	}

	.faixa .searchandfilter ul li:last-child {
	margin: 0;
	width: 100%;
	padding: 0!important;
	}

/* MENU */
/* FOOTER */
/* SOCIAL */
/* HOME */

/* INTERNAS */

.area-page {
	}
	
	.area-page h1,
	.area-page span {
	font-size: 1.1em;
	}

.area-post {
background-size: 600px;
}

	.area-post h1 {
	margin: 0 0 14px;
	font-size: 1.4em;
	}

	.area-post span {
	font-size: 80%;
	}

/* BOXES */

}


@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;
	}

}