header,
.breadcrumb {
	display: none;
}

.ops-404 {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ops-404 .wrapper-2 {
	text-align: center;
}

.ops-404 .wrapper-2 h1 span {
	font-weight: 800;
}


.cor-fonte2 {
	color: #333;
}

.bg-color2 {
	background: #fafafa
}

body {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}

img {
	max-width: 100%;
}

div.header {
	position: absolute;
	width: 100%;
}

div.header .wrapper {
	
}

.desktop-off {
	display: none !important;
}

.logo-header {
	padding: 12px 0;
	font-size: 1.5em;
    font-weight: 700;
}

.wrapper {
	max-width: 85%;
	margin: 0 auto;
}

.wrapper-2 {
	max-width: 1100px;
	margin: 0 auto
}

.padding-wrapper {
	padding: 80px 0;
}

.flex {
	display: flex;
	height: 100%;
}

.flex-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-column {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.logo-header img {
	height: auto;
	width: 230px;
}

.tit-1 {
	font-size: 32px;
	line-height: 38px;
	position: relative;
	font-weight: 600;
	margin: 0 0 70px 0;
}

.tit-1 span {
	font-size: 48px;
	display: block;
	line-height: 58px;
	font-weight: 700;
}

.tit-1:after {
	position: absolute;
    left: 0;
    bottom: -25px;
    content: "";
    width: 100px;
    height: 8px;
    background: #666;
}

.bar-tit2 {
	padding: 80px 0 80px 0;
}

.tit-2 {
	font-size: 32px;
	line-height: 38px;
	font-weight: 700;
	text-align: center;
	overflow: hidden;
}

.tit-2 span {
	display: inline-block;
	position: relative;
}

.tit-2 span::before {
	content: "";
    position: absolute;
    top: calc(50% - (1px / 2));
    width: 2000px;
    border-bottom: 1px solid #e5e5e7;
    right: 100%;
    margin-right: .6em;
}

.tit-2 span::after {
	content: "";
    position: absolute;
    top: calc(50% - (1px / 2));
    width: 2000px;
    border-bottom: 1px solid #e5e5e7;
    left: 100%;
    margin-left: .6em;
}

.tit-3 {
	font-size: 24px;
	line-height: 38px;
	font-weight: 400;
	text-align: center;
	overflow: hidden;
}

.tit-4 {
	font-size: 24px;
	line-height: 38px;
	font-weight: 700;
	overflow: hidden;
}

.cms-content p {
	opacity: .8;
	font-size: 1em;
	line-height: 1.5em;
	margin: 1em 0;
}

.cms-content h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 600;
}

.cms-content img {
	height: auto;
}

ul.ul-item {
	display: flex;
	margin-bottom: 60px;
}


/* BOTÕES . . . . . . . . . . . . . . . . . . . */

a.bt {
	text-decoration: none;
	border-radius: 5px; 
	transition: 0.30s;
}

a.bt:hover {
	transition: 0.30s;
}

a.bt-cta-header {
	color: rgba(255,255,255,.7);
	border: solid 1px rgba(255,255,255,.7);
	text-transform: uppercase;
    font-weight: 700;
    padding: 15px 40px;
    opacity: .8
}

a.bt-cta-header:hover {
	opacity: 1
}

a.bt-cta-header .icon {
	padding-right: 8px;
}

.bt-cta-global {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.bt-cta-global a {
	background: #59AD00;
    color: #fff;
    text-transform: uppercase;
    font-size: .9em;
    line-height: 1.3em;
    font-weight: 600;
    padding: 18px 24px;
    min-width: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);	
}

.bt-cta-global a .icon {
	padding-left: 12px;
}

.bt-cta-global a:hover {
	transform: scale(1.05)
}

.bt-cta-global p {
	margin-top: 12px !important;
}

.bt-cta-global .personalizado .icon {
	transform: rotate(-90deg);
    margin-top: 10px;
}

/*^BOTÕES . . . . . . . . . . . . . . . . . . . */

.action-menu-header {
	display: flex;
	align-items: center;
}

.menu-header ul {
	display: flex;
	align-items: center;
}

.menu-header ul li a {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px;
	font-size: .8em;
	font-weight: 600;
	opacity: .8;
	transition: 0.30s;
}

.menu-header ul li a:hover {
	opacity: 1;
	transition: 0.30s;
}


/* sub menu . . . . . . . . . . . . . . . . . . . */

.menu-header li.menu-item-has-children {
	position: relative;
}

.menu-header li.menu-item-has-children ul.sub-menu {
	position:absolute; 
	top: 30px; 
	left: 0;
	background-color:#f4f4f4; 
	display:none;
	box-sizing: border-box;
	width: 100%;
	height: inherit;
	min-width: 300px;
	transition: all 0.4s ease 1s;
}

.menu-header li.menu-item-has-children ul.sub-menu li {
	display: block;
	border-bottom: 1px solid #cccccc;
}

.menu-header li.menu-item-has-children ul.sub-menu li:last-child {
	border-bottom: 0px;
}

.menu-header li.menu-item-has-children ul.sub-menu li:hover {
	background: #d7d7d7;
}

.menu-header li.menu-item-has-children ul.sub-menu li a {
	padding: 20px 22px;
	display: block;
	font-weight: 600;
	color: #333;
}

.menu-header li.menu-item-has-children ul.sub-menu li a:hover {
	color: #333;
} 

.menu-header li.menu-item-has-children:hover ul.sub-menu {
	display:block;
	transition: all 0.4s ease 1s;
}

/* ^sub menu . . . . . . . . . . . . . . . . . . . */

.header-hero {
	background-size: cover;
	background-attachment: fixed !important;
}

.header-hero-home {
	height: 600px;
	min-height: inherit;
}

.header-hero-home .thumb-hero {
	align-self: flex-end;
	width: 50%
}

.header-hero-home .texto-hero {
	align-self: center;
	width: 50%;
}

.header-hero .mascara-black,
.header-content .mascara-black {
	background-color: rgba(42, 37, 34, 0.19);
    background-image: linear-gradient(180deg, rgba(7,7,10,0.00) 78%, #07070A 100%);
    background-clip: padding-box;
    height: 100%;
    padding: 60px 0;
}

.header-hero-home .mascara-black {
	padding-bottom: 0px;
}

.header-hero .wrapper {
	padding-top: 50px;
}

.header-hero h2,
.header-content .bar-text-hero2 h2 {
	margin: 0;
	font-size: 22px;
	line-height: 28px;
    font-weight: 600;
}

.header-hero p {
	margin: 0;
	color: rgba(255,255,255,.7);
	line-height: 22px;
}

.header-hero .thumb-hero img {
	height: auto;
	padding-bottom: 50px;
	display: block;
}

.header-hero .bar-text-hero1 {
	text-align: center;
	max-width: 55%;
}

.header-hero .bar-text-hero1 p {
	margin: 20px 0;
	opacity: .8
}

.header-hero .bar-text-hero2,
.header-content .bar-text-hero2 {
	background: #000;
    border-radius: 10px;
    margin: 20px auto;
    padding: 40px;
    max-width: 55%;
    text-align: center;
    box-sizing: border-box;
}

.header-hero .formulario-cta {
	padding-top: 20px;
	max-width: 500px
}

.header-hero-home .thumb-hero img {
	padding-bottom: 0px;
}

.header-hero-home .bar-text-hero1  {
	text-align: left;
}

.header-hero-home .bar-text-hero1 h2 {
	font-size: 46px;
    line-height: 56px;
}

.header-hero-home .bar-text-hero1 p {
	margin: 5px 0;
    font-size: 22px;
    line-height: 28px;
}

section.copy-1 {
	padding-top: 60px;
}

section.copy-1 div.bar-texto {
	width: 55%;
	padding-right: 5%;
}

section.copy-1 div.thumbs {
	width: 40%;
	display: flex;
    align-items: center;
    justify-content: center;
}

section.copy-1 div.thumbs img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
}

.oVideo {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 24px;
}

.oVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.grade-depoimentos {
	padding: 40px 0;
}

div.grade-depoimentos ul li {
	padding-bottom: 40px;
}

div.grade-depoimentos ul li div.bar-texto {
	max-width: 60%;
}

div.grade-depoimentos ul li:nth-child(odd) {
	text-align: right;
	display: flex;
	justify-content: flex-end;
}

div.grade-depoimentos p {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 18px;
}

div.grade-depoimentos .autor span {
	color: #999;
}

ul.grade-bar-autor {
	display: flex;
	align-items: center;
	padding:  40px 0;
}

ul.grade-bar-autor li.thumb {
	min-width: 300px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

ul.grade-bar-autor li.thumb .avatar {
	border-radius: 50%;
	max-width: 200px;
}

ul.ul-item .thumb {
	min-width: 200px;
	text-align: center;
}

ul.ul-item .bar-text {
	padding-left: 8px;
}

ul.grade-redes-sociais {
	display: flex;
	align-items: center;
	padding: 20px 0;
}

ul.grade-redes-sociais li {
	padding: 0 4px;
}

ul.grade-redes-sociais li a {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
}

ul.grade-redes-sociais li a img {
	width: 18px;
	opacity: .7
}

ul.grade-redes-sociais2 {
	display: flex;
	align-items: center;
	justify-content: center;
} 

ul.grade-redes-sociais2 li {
	margin: 0 16px;
}

ul.grade-redes-sociais2 li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
	padding: 4px 12px;
	height: 35px; 
	border: solid 1px #333;
	border-radius: 5px;
	opacity: .7
}

ul.grade-redes-sociais2 li a:hover {
	opacity: 1;
}

ul.grade-redes-sociais2 li a img,
ul.grade-redes-sociais2 li a .icon {
	padding-right: 8px;
}

section.section-autor {
	padding: 80px 0;
}

footer h1 {
	font-size: 1.5em;
	font-weight: 700;
}

footer .menu-footer ul {
	display: flex;
}

footer .menu-footer ul a {
	text-decoration: none;
	padding: 0 12px;
	color: #333;
	font-size: .9em;
	opacity: .8
}

footer .menu-footer ul a:hover {
	opacity: 1
}

div.mediabiz {
	display: flex;
	justify-content: center;
	padding: 20px 0;
}


div.mediabiz a {
	text-decoration: none;
    font-size: 11px;
    background: #333;
    color: #fff;
    padding: 6px 18px;
    border-radius: 100px;
    opacity: .7;
    transition: 0.30s;
}

div.mediabiz a:hover {
	opacity: 1;
	transition: 0.30s;
}

div.mediabiz a strong {
	font-weight: 700;
}

.menu-sanduba {
	display: none;
}

.section-galeria-video {
	padding-bottom: 80px;
}


section.copy-3 .mascara-black {
	padding-bottom: 80px;
}

section.copy-3 div.box-thumbs-cta {
	width: 900px;
	background: #fff;
	color: #333;
	margin: 40px auto;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2)
}


section.copy-3 div.box-thumbs-cta img {
	width: 100%;
	display: block;
}

.bar-copy-page1 {
	text-align: center;
}

.bar-copy-page1 .thumb {
	text-align: center;
	max-width: 70%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.bar-copy-page1 h1 {
	font-size: 50px;
    line-height: 65px;
    font-weight: 600;
    display: block;
    margin: 0 auto
}

.bar-copy-page1 h2 {
	font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    display: block;
    padding-top: 28px;
    margin: 0 auto
}

.bar-copy-page1 h3 {
	font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    display: block;
    padding-top: 28px;
    margin: 0 auto
}

.bar-copy-page1 h1,
.bar-copy-page1 h2,
.bar-copy-page1 h3 {
	max-width: 50%;
}

.page-redes-autor {

}

.micro-textos-colunas ul.ul-item {
	flex-direction: column;
	width: 45%;
}

.micro-textos-colunas ul.ul-item .bar-text {
	padding: 8px;
}

.micro-textos-colunas ul.ul-item .thumb {
	text-align: center;
}

.micro-textos-colunas ul.ul-item .thumb img {
	max-height: 150px;
}

.micro-textos-colunas .grade-microtextos-coluna {
	display: flex;
	justify-content: space-between;
}

/* Formulários F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F  */

 

.formulario-primary ul.wpuf-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.formulario-primary ul.wpuf-form li.metade {
	width: 48.5%;
}

.formulario-primary label {
	font-size: 14px;
	line-height: 19px;
	display: inline-block;
	margin-bottom: 8px;
}

.formulario-primary input,
.formulario-primary textarea,
.formulario-primary select {
	width: 100%;
	font-size: 16px;
	padding: 17px;
	border-radius: 5px;
	border: solid 1px #E1E1E1;
	box-sizing: border-box;
	margin-bottom: 4px;
	background: rgba(255,255,255,0.9)
}

.formulario-primary input[type='checkbox'] {
	width: inherit;
	display: inline-block;
}


.formulario-primary select {
	height: 54px;
}

.formulario-primary textarea {
	min-height: 120px;
}

.formulario-primary ::placeholder {
	color: #333;
}

.formulario-primary button {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	padding: 17px;
	border-radius: 5px;
	border: 0;
	box-sizing: border-box;
	margin-bottom: 4px;
	background: #59AD00;
	color: #fff;
	text-transform: uppercase;

}



 /* Formulários F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F  */


/* MOBILE [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []  */


@media ( max-width: 600px ) {

	.MobileMargin {
		margin: 0
	}

	.header-home .flex-between {
		flex-direction: inherit;
	}

	.header-home .logo-header img {
		width: 190px;
	}

	.menu-sanduba {
		display: block;
	}


	.mobileOff {
		display: none !important;
	}

	.desktop-off {
		display: block !important;
	}


	.wrapper {
		max-width: 100%;
		padding: 0 6px;
	}

	.wrapper-2 {
		max-width: 100%;
		padding: 0 6px;
	}

	.padding-wrapper {
    	padding: 20px 6px;
	}

	.tit-1 {
		font-size: 26px;
    	line-height: 32px;
	}

	.tit-1 span {
		font-size: 38px;
		line-height: 54px;
	}

	.tit-2 {
		font-size: 24px;
	}

	.tit-3 {
		font-size: 18px;
		line-height: 24px;
	}

	.bar-copy-page1 .thumb {
    	max-width: 90%;
	}

	.bar-copy-page1 h1 {
		font-size: 30px;
    	line-height: 40px;
	}

	.bar-copy-page1 h2 {
    	font-size: 25px;
    	line-height: 30px;
	}

	.bar-copy-page1 h3 {
    	font-size: 16px;
    	line-height: 22px;
	}

	.bar-copy-page1 h1,
	.bar-copy-page1 h2,
	.bar-copy-page1 h3 {
		max-width: 70%;
	}

	.bar-tit2 {
    	padding: 40px 0 40px 0;
	}

	.bt-cta-global a {
		min-width: 280px;
		box-sizing: border-box;
	}

	.header-hero p {
		text-align: center;
	}

	div.header .flex-between {
		flex-direction: column;
	}

	.header-hero {
		height: inherit;
	}

	.header-hero .wrapper {
		padding-top: 150px;
	}

	section.copy-1 .flex-between {
		flex-direction: column-reverse;
	}

	.header-hero .thumb-hero img {
		
	}

	.header-hero .bar-text-hero1 {
    	padding: 0 18px;
    	max-width: 100%;
	}

	.header-hero .bar-text-hero2 {
		margin: 0 12px;
		max-width: 100%;
	}


	.header-hero-home .mascara-black .flex {
		flex-direction: column-reverse;
		padding-top: 120px;
	}

	.header-hero-home .bar-text-hero1 h2 {
    	font-size: 34px;
    	line-height: 34px;
	}

	.header-hero-home .bar-text-hero1 p {
    	font-size: 18px;
    	line-height: 22px;
	}

	.header-hero-home .thumb-hero {
    	align-self: center;
    	padding-right: 0px;
	}

	.header-hero-home .thumb-hero,
	.header-hero-home .texto-hero {
		width: 100%;
	}

	.header-hero-home .thumb-hero img {
		max-width: 90%;
	}

	section.copy-1 div.bar-texto,
	section.copy-1 div.thumbs {
		width: 100%;
		padding: 0 14px;
		box-sizing: border-box; ;
	}

	ul.ul-item {
		flex-direction: column;
		padding:  0 14px;
	}

	ul.ul-item .thumb {
   	 	min-width: inherit;
    	text-align: center;
	}

	ul.ul-item .thumb img {
		max-width: 120px;
		padding-bottom: 20px;
	}

	ul.ul-item .bar-text {
		padding-left: 0;
	}

	div.grade-depoimentos {
    	padding: 80px 12px;
	}

	div.grade-depoimentos ul li div.bar-texto {
		max-width: 100%;
	}

	ul.grade-bar-autor {
		flex-direction: column;
		padding: 0 12px;
	}

	ul.grade-redes-sociais2 {
		flex-direction: column;
	}

	ul.grade-redes-sociais2 li {
		width: 100%;
		margin: 4px 28px;
    	box-sizing: border-box;
	}

	ul.grade-redes-sociais2 li a {
		justify-content: center;
	}

	section.copy-3 div.box-thumbs-cta {
		width: 100%;
	}

	section.copy-3 div.box-thumbs-cta .bt-cta-global a {
		width: 80%;
		min-width: inherit;
	}

	.micro-textos-colunas .grade-microtextos-coluna {
		flex-direction: column;
	}

	.micro-textos-colunas ul.ul-item {
		width: 100%;
		box-sizing: border-box;
	}

	footer {
		padding: 40px 0 0 0;
	}

	footer .flex-between {
		flex-direction: column;
	}

	footer h1 {
    	font-size: 1.2em;
	}

	footer .menu-footer {
		padding: 20px 0;
	}

	footer .menu-footer ul {
		flex-direction: column;
		align-items: center;
	}

	footer .menu-footer ul li {
		padding: 8px 0;
	}



}
