html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body
{
	font-size: 15px;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	color: #000000;
}

*
{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

h1
{
	font-family: 'Open Sans Condensed', arial, helvetica, sans-serif;
	font-size: 300%;
	line-height: 110%;
	font-weight: bold;
}

h2
{
	font-family: 'Open Sans Condensed', arial, helvetica, sans-serif;
	font-size: 150%;
	line-height: 110%;
	font-weight: bold;
}

button
{
	font-family: 'Open Sans Condensed', arial, helvetica, sans-serif;
	font-weight: bold;
	border-radius: 10px;
	padding: 10px 30px;
	color: #7a7b7d;  /*BRANCO*/
	border: 2px solid #7a7b7d; /*COR DO CARGO*/
	background-color: transparent; /*COR DO CARGO*/
	cursor: pointer;
	font-size: 100%;
	margin: 20px 0px;
	text-align: center;
}

button:hover
{
	color: #ffffff; /*COR DO CARGO*/
	border: 2px solid #7a7b7d; /*COR DO CARGO*/
	background-color: #7a7b7d; /*TRANSPARENTE*/
}

.forme-compras
{
	color: #ffffff;  /*BRANCO*/
	border: 2px solid #b84c1f; /*COR DO CARGO*/
	background-color: #b84c1f; /*COR DO CARGO*/
}

.forme-compras:hover
{
	color: #b84c1f; /*COR DO CARGO*/
	border: 2px solid #b84c1f; /*COR DO CARGO*/
	background-color: transparent; /*TRANSPARENTE*/
}

.forme-pregoeiro
{
	color: #ffffff;  /*BRANCO*/
	border: 2px solid #f39200; /*COR DO CARGO*/
	background-color: #f39200; /*COR DO CARGO*/
}

.forme-pregoeiro:hover
{
	color: #f39200; /*COR DO CARGO*/
	border: 2px solid #f39200; /*COR DO CARGO*/
	background-color: transparent; /*TRANSPARENTE*/
}

.forme-assessoria
{
	color: #ffffff;  /*BRANCO*/
	border: 2px solid #969927; /*COR DO CARGO*/
	background-color: #969927; /*COR DO CARGO*/
}

.forme-assessoria:hover
{
	color: #969927; /*COR DO CARGO*/
	border: 2px solid #969927; /*COR DO CARGO*/
	background-color: transparent; /*TRANSPARENTE*/
}

.forme-fiscal
{
	color: #ffffff;  /*BRANCO*/
	border: 2px solid #00893e; /*COR DO CARGO*/
	background-color: #00893e; /*COR DO CARGO*/
}

.forme-fiscal:hover
{
	color: #00893e; /*COR DO CARGO*/
	border: 2px solid #00893e; /*COR DO CARGO*/
	background-color: transparent; /*TRANSPARENTE*/
}

.forme-engenheiro
{
	color: #ffffff;  /*BRANCO*/
	border: 2px solid #006778; /*COR DO CARGO*/
	background-color: #006778; /*COR DO CARGO*/
}

.forme-engenheiro:hover
{
	color: #006778; /*COR DO CARGO*/
	border: 2px solid #006778; /*COR DO CARGO*/
	background-color: transparent; /*TRANSPARENTE*/
}

.forme-ti
{
	color: #ffffff;  /*BRANCO*/
	border: 2px solid #0080c8; /*COR DO CARGO*/
	background-color: #0080c8; /*COR DO CARGO*/
}

.forme-ti:hover
{
	color: #0080c8; /*COR DO CARGO*/
	border: 2px solid #0080c8; /*COR DO CARGO*/
	background-color: transparent; /*TRANSPARENTE*/
}

.forme-servicos
{
	color: #ffffff;  /*BRANCO*/
	border: 2px solid #154194; /*COR DO CARGO*/
	background-color: #154194; /*COR DO CARGO*/
}

.forme-servicos:hover
{
	color: #154194; /*COR DO CARGO*/
	border: 2px solid #154194; /*COR DO CARGO*/
	background-color: transparent; /*TRANSPARENTE*/
}

/*TOP MENU*/

.topper-menu
{
	background-color: rgba(0,0,0,0.75);
	height: 70px;
	padding: 20px 10px;
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 9999;
}

.translucent-top-bar
{
	opacity: 0.75;
	filter: alpha(opacity=75);
	height: 70px;
}

.black
{
	background-color: #000000;
}

.topper-content
{
	position: absolute;
	top: 0px;
	margin: 20px 10px 0px 10px;
}

.znt-logo-top
{
	width: 100px;/*74px;*/
	height: 35px;/*26px;*/
	display: block;
	margin-top: -5px;
}

.dat-menu
{
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	float: right;
}

#itsTheMenu
{
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.dat-menu li
{
	float: left;
	padding: 5px 20px;
	color: #ffffff;
	font-family: 'Open Sans Condensed', arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	cursor: pointer;
}

.dat-menu li:hover
{
	color: #1eaeff;
}

/*BANNER*/

.banner-zone
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 9;
	min-height: 580px;
	min-width: 900px;
}

.banner
{
	padding: 0px 20px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

#banner-01
{
	width: 100%;
	background-image: url('images/bg-01.jpg');
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	z-index: 3;
	min-height: 500px;
	cursor: pointer;
}

#banner-02
{
	width: 100%;
	background-color: #ffffff;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 2;
	min-height: 500px;
}

#banner-03
{
	width: 100%;
	/*background-image: url('images/bg-03.jpg');*/
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	min-height: 500px;
}

.centralizer
{
	height: 50%;
}

.dat-01
{
	margin: 0px 0px -200px 0px;
	/*margin: 0px 0px -245px 0px;*/
}

.dat-02
{
	margin: 0px 0px -220px 0px;
}

.banner-content
{
	width: 950px;/*800px;*/
	margin: 0px auto 0px auto;
	display: block;
}

#banner-01-content
{
	width: 500px;
}

#banner-01-content p
{
	font-size: 16px;
	line-height: 150%;
}

.clickandfindout
{
	width: 300px;
	height: 163px;
	margin: 20px auto 0px auto;
	display: block;
	/*float: left;*/
}

#banner-01-arrow
{
	width: 551px;
	height: 127px;
	float: right;
	margin: -50px 0px 0px 0px;
}

#banner-02-content h1
{
	color: #ac2020;
	text-align: center;
	margin: 10px 0px 10px 0px;
}

#banner-03-content
{
	float: right;
	width: 540px;
}

#banner-03-content h1
{
	margin: 0px 0px 0px 0px;
}

#banner-03-content h2
{
	font-size: 150%;
	margin: 10px 0px 10px 0px;
}

#banner-03-content p
{
	margin: 5px 0px 5px 0px;
	font-size: 15px;
	line-height: 150%;
}

.dem-functions
{
	border-radius: 1000px;
	width: 160px;
	height: 160px;
	background-color: rgba(0,0,0,0.75);
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	position: relative;
	margin: 5px 15px;
	display: inline-block;
	cursor: pointer;
}

.second-line
{
	margin: 0px 15px;
}

.function-line-01
{
	width: 775px;
	margin: 0px auto;
}

.function-line-02
{
	width: 580px;
	margin: 0px auto;
}

.container-centralize
{
	display: table;
	height:160px;
}

.inner-function
{
	font-family: 'Open Sans Condensed', arial, helvetica, sans-serif;
	font-size: 100%;
	min-width: 160px;
	font-weight: bold;
	display: table-cell;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

.hover-the-function
{
	margin: 0px 0px 0px 0px;
	width: 160px;
	height: 160px;
	position: absolute;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	background-repeat: no-repeat;
	background-position: center center;
}

.dem-functions:hover .hover-the-function 
{
	margin: -160px 0px 0px 0px;
}

#compras
{
	background-color: #b84c1f;
	background-image: url('images/icon-compras-small.png');
}

#pregoeiro
{
	background-color: #f39200;
	background-image: url('images/icon-pregoeiro-small.png');
}

#assessoria
{
	background-color: #969927;
	background-image: url('images/icon-assessoria-small.png');
}

#fiscal
{
	background-color: #00893e;
	background-image: url('images/icon-fiscal-small.png');
}

#engenheiro
{
	background-color: #006778;
	background-image: url('images/icon-engenheiro-small.png');
}

#ti
{
	background-color: #0080c8;
	background-image: url('images/icon-ti-small.png');
}

#servicos
{
	background-color: #154194;
	background-image: url('images/icon-servicos-small.png');
}

.large-function
{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80px;
	border-radius: 100%;
	width: 200px;/*300px;*/
	height: 200px;/*300px;*/
	float: left;
	margin: 20px 0px 0px 0px;
}

.hundred-percent-width
{
	width: 100%;
}

.compras-large
{
	background-color: #b84c1f;
	background-image: url('images/icon-compras-large.png');
}

.compras-text
{
	color: #b84c1f;
}

.compras-banner-back
{
	background-image: url('images/bg-compras.jpg');
}

.pregoeiro-large
{
	background-color: #f39200;
	background-image: url('images/icon-pregoeiro-large.png');
}

.pregoeiro-text
{
	color: #f39200;
}

.pregoeiro-banner-back
{
	background-image: url('images/bg-pregoeiro.jpg');
}

.assessoria-large
{
	background-color: #969927;
	background-image: url('images/icon-assessoria-large.png');
}

.assessoria-text
{
	color: #969927;
}

.assessoria-banner-back
{
	background-image: url('images/bg-assessoria.jpg');
}

.fiscal-large
{
	background-color: #00893e;
	background-image: url('images/icon-fiscal-large.png');
}

.fiscal-text
{
	color: #00893e;
}

.fiscal-banner-back
{
	background-image: url('images/bg-fiscal.jpg');
}

.engenheiro-large
{
	background-color: #006778;
	background-image: url('images/icon-engenheiro-large.png');
}

.engenheiro-text
{
	color: #006778;
}

.engenheiro-banner-back
{
	background-image: url('images/bg-engenheiro.jpg');
}

.ti-large
{
	background-color: #0080c8;
	background-image: url('images/icon-ti-large.png');
}

.ti-text
{
	color: #0080c8;
}

.ti-banner-back
{
	background-image: url('images/bg-ti.jpg');
}

.servicos-large
{
	background-color: #154194;
	background-image: url('images/icon-servicos-large.png');
}

.servicos-text
{
	color: #154194;
}

.servicos-banner-back
{
	background-image: url('images/bg-servicos.jpg');
}

.banner-controller
{
	position: absolute;
	bottom: 0px;
	z-index: 10;
	width: 100%;
	text-align: center;
}

.banner-bullet
{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 5px;
	background-color: rgba(0,0,0,0.75);
	border-radius: 100px;
	cursor: pointer;
	border: 3px solid rgba(255,255,255,0.75);
}

.banner-bullet:hover, .i-m-the-active-banner
{
	background-color: rgba(255,255,255,0.75);
	border: 3px solid rgba(0,0,0,0.75);
}

#marker02, #marker03
{
	display: none;
}

.explanation
{
	position: absolute;
	bottom: 35px;
	display: none;
	margin: 0px 0px 0px -60px;
	padding: 5px;
	width: 120px;
	font-size: 75%;
	height: auto;
	background-color: rgba(255,255,255,0.75);
	border: 1px solid rgba(0,0,0,0.75);
	border-radius: 5px;
}

.banner-bullet:hover .explanation
{
	display: block;
}

/*CONTENT*/

#the-content
{
	border-top: 1px solid #b8b8b8;
	/*display: none;*/
	width: 100%;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: -1px 0px 0px 0px;
	height: 0px;
}

.title-container
{
	height: 120px;
	width: 100%;
	display: table;
}

.section-title
{
	color: #000000;
	text-align: center;
	font-size: 1%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	margin: 0px;
	display: table-cell;
	vertical-align: middle;
}

.i-m-a-container
{
	position: relative;
	width: 800px;
	margin: 0px auto;
	display: block;
	/*height: 500px;*/
}

.animatable
{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	width: 49%;
	margin: 30px 0px;
}

.to-the-left
{
	margin-left: -1000px;
	display: block;
	float: left;
}

.to-the-right
{
	margin-right: -1000px;
	display: block;
	float: right;
}

.dem-products
{
	/*border-radius: 1000px;*/
	width: 301px;
	height: 301px;
	/*background-color: rgba(0,0,0,0.75);*/
	/*background-image: url('images/fauxback.png');*/
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	position: relative;
	margin: 5px auto;
	display: block;
	/*cursor: pointer;*/
}

.product-mask
{
	width: 301px;
	height: 301px;
	background-image: url('images/fauxback.png');
	position: absolute;
	top: 0px;
}

.inner-products
{
	font-family: 'Open Sans Condensed', arial, helvetica, sans-serif;
	font-size: 100%;
	min-width: 301px;
	font-weight: bold;
	display: table-cell;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

.product-container-centralize
{
	display: table;
	height:301px;
}

.hover-the-product
{
	margin: 0px 0px 0px 0px;
	width: 301px;
	height: 301px;
	position: absolute;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	background-repeat: no-repeat;
	background-position: center center;
}

.dem-products:hover .hover-the-product
{
	margin: -300px 0px 0px 0px;
}

.web-ilc
{
	background-image: url('images/web-back.png');
}

.web-ilc-hovering
{
	background-color: #0084ff;
	background-image: url('images/web-ilc-hover.png');
}

.lei
{
	background-image: url('images/lei-back.png');
}

.lei-hovering
{
	background-color: #ff7200;
	background-image: url('images/lei-hover.png');
}

.ori
{
	background-image: url('images/ori-back.png');
}

.ori-hovering
{
	background-color: #135c95;
	background-image: url('images/ori-hover.png');
}

.ori-esc
{
	background-image: url('images/ori-esc-back.png');
}

.ori-esc-hovering
{
	background-color: #135c95;
	background-image: url('images/ori-esc-hover.png');
}

.ori-tel
{
	background-image: url('images/ori-tel-back.png');
}

.ori-tel-hovering
{
	background-color: #135c95;
	background-image: url('images/ori-tel-hover.png');
}

.revista
{
	background-image: url('images/revista-back.png');
}

.revista-hovering
{
	background-color: #0c385b;
	background-image: url('images/revista-hover.png');
}

.revista-digital
{
	background-image: url('images/revista-digital-back.png');
}

.revista-digital-hovering
{
	background-color: #0c385b;
	background-image: url('images/revista-digital-ilc-hover.png');
}

.web-e-lei
{
	background-image: url('images/web-e-lei-back.png');
}

.web-e-lei-hovering
{
	background-color: #840000;
	background-image: url('images/web-e-lei-hover.png');
}

.cota
{
	background-image: url('images/cota-back.png');
}

.cota-hovering
{
	background-color: #579844;
	background-image: url('images/cota-hover.png');
}

.zenite-facil
{
	background-image: url('images/zenite-facil-back.png');
}

.zenite-facil-hovering
{
	background-color: #967900;
	background-image: url('images/zenite-facil-hover.png');
}

.i-m-a-container h1
{
	font-family: 'Open Sans Condensed', arial, helvetica, sans-serif;
	font-size: 250%;
	color: #000000;
}

.i-m-a-container p
{
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	text-align: justify;
	font-size: 110%;
	color: #000000;
}

.i-m-a-container button
{
	font-size: 150%;
}

.znt-with-you
{
	/*padding: 80px 0px;*/
	height: 300px;
	display: table-cell;
	vertical-align: middle;
}

.znt-with-you h1
{
	font-size: 1%;
	text-align: center;
	color: rgba(0,0,0,0.8);
	margin: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	display: block;
}

.znt-with-you span
{
	border-bottom: 8px solid rgba(255,108,0,0.8);
	clear: both;
	display: block;
	width: 0px;/*280px;*/
	height: 10px;
	text-align: center;
	margin: 0px auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.table-container
{
	display: table;
}

#title-appear6
{
	background-color: #0080c8;
	background-image: url('images/bg-znt-with-you.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	margin-top: 0px;
}

/*#title-appear2
{
	padding: 0px 0px 0px 0px;
	height: 80px;
}*/

#title-appear2
{
	margin: 10px auto;
	height: 120px;
	width: 600px;
}

#title-appear-it2
{
	color: #ffffff;
}

#title-appear3, #title-appear5
{
	padding: 0px 0px 20px 0px;
	/*height: 250px;*/
}

#title-appear-it4
{
	padding: 0px 0px 40px 0px;
	color: #ffffff;
	/*height: 170px;*/
}

#title-appear4
{
	height: 50px;
}

/*#title-appear6
{
	width: 650px;
	margin: 50px auto 0px auto;
}*/

#title-appear-it-3
{
	color: #;
}

/*THE FORM*/

form
{
	width: 600px;
	margin: 0px auto 50px auto;
}

input, textarea, select
{
	border: 1px solid #b9b9b9;
	padding: 5px 10px;
	margin: 5px 0px;
	width: 100%;
	resize: none;
}

select
{
	color: #999;
}

select option
{
	color: #999;
}

.submit-btn
{
	width: 200px;
	font-size: 150%;
	float: right;
	margin: 5px 0px;
}

/*FOOTER*/

.the-footer
{
	width: 100%;
	/*border-bottom: 10px solid #004e6e;*/
}

.footer-wrap
{
	display: block;
	margin: 0px auto;
	padding: 40px 0px;
	width: 900px;
}

.footer-wrap-initial
{
	display: block;
	margin: 0px auto;
	padding: 20px 0px 10px 0px;
	width: 900px;
}

.footer-column
{
	/*display: inline-block;*/
	float: left;
	width: 225px;
	padding: 0px 27px;
	border-right: 1px solid #ffffff;
	min-height: 390px;
}

.footer-last-column
{
	/*display: inline-block;*/
	float: left;
	width: 225px;
	padding: 0px 27px;
	min-height: 270px;
}

h2
{
	font-size: 100%;
	font-weight: bold;
}

.footer-ul
{
	list-style-type: none;
	padding: 0px;
}

.footer-ul li
{
	margin: 10px 0px;
	font-size: 90%;
	color: #ffffff;
}

.footer-ul li a
{
	text-decoration: none;
	color: #ffffff;
}

.footer-ul li a:hover
{
	text-decoration: underline;
}

.follow_buttons
{
	width: 27px;
	height: 27px;
	margin: 0px 0px 20px 0px;
	border: 0px;
}

.footer_divider
{
	height: 240px;
	width: 1px;
	background-image: url('images/footer_divider.png');
	background-repeat: repeat-y;
	float: left;
}

.logo-znt
{
	width: 100px;
	height: 35px;
	margin: 0px auto;
	display: block;
	border: 0px;
}

.znt-block
{
	background-color: #404040;
}

.footer-block
{
	background-color: #191919;
}

.footer-text
{
	font-family: inherit;
	font-size: 100%;
	color: #ffffff;
	text-align: center;
}

.white-font
{
	color: #ffffff;
	font-size: 120%;
}

.button-mimic
{
	font-family: 'Open Sans Condensed', arial, helvetica, sans-serif;
	font-weight: bold;
	border-radius: 10px;
	padding: 10px 30px;
	color: #7a7b7d;
	border: 2px solid #7a7b7d;
	background-color: transparent;
	cursor: pointer;
	font-size: 150%;
	margin: 20px 0px;
	text-align: center;
	display: block;
	text-decoration: none;
}

.button-mimic:hover
{
	color: #ffffff;
	border: 2px solid #7a7b7d;
	background-color: #7a7b7d;
}

.event-banner-link
{
	font-size: 30%;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 60px;
	border: 0px solid #ffffff;
	border-radius: 10px;
	margin: 5px 10px;
}

.event-banner-link:hover
{
	color: #000000;
	background-color: #ffffff;
}

.hire-banner-link
{
	font-size: 75%;
	color: #ffffff;
	text-decoration: none;
	padding: 15px 60px;
	border: 0px solid #ffffff;
	border-radius: 10px;
	margin: 25px auto;
	width: 500px;
	display: block; /*this causes weird resizing*/
}

.hire-banner-link:hover
{
	color: #000000;
	background-color: #ffffff;
}

.banner-interactive-btns
{
	position: absolute;
	height: 100%;
	/*width: 40px;*/
	z-index: 100;
	display: table;
	cursor: pointer;
	font-family: 'Open Sans Condensed', arial, helvetica, sans-serif;
	font-size: 400%;
	color: #ffffff;
}

.banner-interactive-btns-inner-aligner
{
	display: table-cell;
	vertical-align: middle;
}

.theactivator
{
	text-align: center;
	display: block;
	height: 82px;
	width: 82px;
	border-radius: 1000px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	background-color: rgba(0,0,0,0.5);
}

.banner-interactive-btns:hover .theactivator
{
	background-color: rgba(0,0,0,0.75);
	/*color: #ffffff;*/
}

#goback
{
	left: 0px;
	display: none;
}

#goforward
{
	right: 0px;
}

.gobacktext
{
	color: rgba(0,0,0,0.5);
	font-size: 40%;
	display: block;
	text-align: center;
	width: 82px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.banner-interactive-btns:hover .gobacktext
{
	color: rgba(0,0,0,0.75);
}

#waitforit
{
	transition: 0.4s all linear 0s;
	opacity: 1;
}

.hire-znt
{
	background-color: #0080c8;
	background-image: url('images/bg-hire-znt.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	/*margin-top: 50px;*/
	padding: 50px 0px;
}

#take-to-top
{
	width: 100px;
	height: 100px;
	background-image: url('images/take-to-top.png');
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	bottom: 0px;
	left: -200px;
	z-index: 9999;
	border-radius: 100%;
	transition: all 0.5s;
}

#take-to-top:hover
{
	background-color: rgba(0,0,0,0.75);
	cursor: pointer;
}

#the-price, #the-price2
{
	color: #ffffff;
}

#asterisk
{
	font-size: 35%;
	color: #ffffff;
	display: block;
}

.dem-circles
{
	height: 220px;
	width: 218px;
	background-size: 1%;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.5s;
	display: inline-block;
}

.dem-plusses
{
	height: 220px;
	width: 40px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	line-height: 220px;
	color: #ffffff;
	font-size: 1%;
	font-weight: bold;
	transition: all 0.5s;
}

.lei-circle
{
	background-image: url('images/circle-lei.png');
}

.lei-circle:hover
{
	background-image: url('images/circle-lei-hover.png');
}

.ori-esc-circle
{
	background-image: url('images/circle-oriesc.png');
}

.ori-esc-circle:hover
{
	background-image: url('images/circle-oriesc-hover.png');
}

.rev-circle
{
	background-image: url('images/circle-rev.png');
}

.rev-circle:hover
{
	background-image: url('images/circle-rev-hover.png');
}

.web-circle
{
	background-image: url('images/circle-web.png');
}

.web-circle:hover
{
	background-image: url('images/circle-web-hover.png');
}

.lei-web-circle
{
	background-image: url('images/circle-lei-web.png');
}

.lei-web-circle:hover
{
	background-image: url('images/circle-lei-web-hover.png');
}

.ori-tel-circle
{
	background-image: url('images/circle-oritel.png');
}

.ori-tel-circle:hover
{
	background-image: url('images/circle-oritel-hover.png');
}

.zenite-facil-circle
{
	background-image: url('images/circle-zenite-facil.png');
}

.zenite-facil-circle:hover
{
	background-image: url('images/circle-zenite-facil-hover.png');
}

.cota-circle
{
	background-image: url('images/circle-cota.png');
}

.cota-circle:hover
{
	background-image: url('images/circle-cota-hover.png');
}

#circle-activator
{
	height: 218px;
	margin-bottom: 30px;
}

#circle-activator2
{
	height: 218px;
	margin-bottom: 30px;
}

.the-problems
{
	padding: 0px 0px 0px 20px;
}

.the-problems li
{
	margin: 0px 0px 2px 0px;
	font-size: 18px;
}

#anti-spam
{
	/*position: absolute;*/
	top: 0px;
	right: 0px;
	width: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.sucesso 
{
	color:#00893e;
	font-weight:bold;
	display: block;
}

#de-error
{
	color: #ff0000;
	display: block;
}

.revista-digital-container
{
	border-radius: 10px;
	border: 1px solid #ffffff;
	padding: 40px 40px;
	max-width: 500px;
	margin: 0px auto 20px auto;
}

.revista-digital-img
{
	display: block;
	margin: 0px auto;
}

.revista-digital-p
{
	color: #ffffff !important;
	font-weight: bold;
	text-align: center !important;
	margin: 0px 0px 20px 0px;
}

/*PORTAL MIMIC*/

.title-box-replica {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	position: relative;
	color: #ffffff;
	font-size: 24px;
	padding-bottom: 10px;
}

.title-box-replica::before {
	background-color: #ffffff;
	height: 1px;
	display: block;
	left:0px;
	bottom: 0px;
	content: "";
	margin: 0px 0px -1px 0px;
	position: absolute;
	width: 40px;
}

.de-grid-3rds {width: 33%; float: left; margin-bottom: 40px;}

.part-of-the-box {
	width: 250px;
	display: block;
	margin: 0px auto;
	padding: 20px 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #e1e1e1;
}

.second-part {
	padding: 20px !important;
}

.second-part p {margin: 0px;}

.second-part a {
	margin: 0px;
	border-radius: 5px;
	display: block;
	width: 100%;
	padding: 20px;
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background-color: #3099d2;
	border: 1px solid #2983b4;
}

.second-part a:hover {
	background-color: #1ca4ee;
	border: 1px solid #3099d2;
}

.min-h-200 {min-height: 160px;}

.part-of-the-box img {display: block; margin: 0px auto;}