/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
    font-family: 'ambleregular';
    src:url(../fonts/Amble-Regular-webfont.ttf) format('truetype');
}
body{
	font-family:Arial, Helvetica, sans-serif;
	background: url(../images/blur.png)no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center;
	background-size: 100% 100%;
}
.wrap{
	width:80%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}

.header{
	 background:rgba(0, 0, 0, 0);
}
.header-top{
	padding:4% 0;
}
.header-bottom{
	padding:0% 0;
	 /* background:rgba(51, 51, 51, 0.22); */
	 background: rgba(0, 103, 255, 1); 
	text-align: center;
}
.logo {
	float:left;
}
.chat {
	float:right;
}
ul.follow_icon{
	float:right;
}
.follow_icon li {
	float: left;
	margin-right: 20px;
}
.follow_icon li a img {
	vertical-align: middle;
}
.phone {
	float: right;
	font-family: 'Roboto Condensed', sans-serif;
	margin:20px 0 0px 0px;
	line-height: 15px;
}
.texto_topo {
	float: center;
	font-family: 'Roboto Condensed', sans-serif;
	margin:20px 0 0px 0px;
	line-height: 25px;
}
.texto_form_adesao {
    background-color:#CCCCCC;
    text-transform: uppercase;
}
.texto_form_adesao_maiusculo {
    text-transform: uppercase;
}
.plano {
	float: left;
	font-family: 'Roboto Condensed', verdana;
	padding:4% 0;
	/* margin:160px 0px 0px 50px;
	line-height: 0px; */
}
span.order{
	font-weight: normal;
	font-style: italic;
	font-size:1.3em;
	line-height: 10px;
	padding-left: 30px;
	color:#FF0000;
}
h5.ph-no{
	color:#FF0000;
	font-family: 'Roboto Condensed', sans-serif;
	padding-left: 20px;
	display: inline-block;
	font-size:1.5em;
	background:url(../images/phone.png) 0px -1px no-repeat;
	margin-top:15px;
}
/*--menu--*/
#cssmenu > ul > li {
	display: inline-block;
	z-index: 99;
	position: relative;
}
#cssmenu > ul > li > a {
	color: #FFF;
	font-family: 'Roboto Condensed', verdana;
	font-size: 1.5em;
	line-height: 50px;
	padding: 10px 20px 15px;
	-webkit-transition: color .15s;
	-moz-transition: color .15s;
	-o-transition: color .15s;
	transition: color .15s;
	text-transform: uppercase;
}
/*#cssmenu li.active a,*/ #cssmenu li a:hover{
	color:#fff;
	/* background:rgba(7, 105, 43, 0.38); */
	background: rgba(0, 0, 101, 0.4);
	
}
#cssmenu > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  padding: 16px 0 20px 0;
  background-color: #fafafa;
  text-align: left;
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -90px;
  width: 180px;
  -webkit-transition: all .3s .1s;
  -moz-transition: all .3s .1s;
  -o-transition: all .3s .1s;
  transition: all .3s .1s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#cssmenu > ul > li:hover > ul {
  opacity: 1;
  /*top:121px; distancia do submenu */
  visibility: visible;
}
#cssmenu > ul > li > ul:before {
  content: '';
  display: block;
  border-color: transparent transparent #fafafa transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
}
#cssmenu > ul ul > li {
  position: relative;
}
#cssmenu ul ul a {
  color: #323232;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:1em;
  background-color: #fafafa;
  padding: 5px 8px 7px 16px;
  display: block;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
#cssmenu ul ul a:hover {
  background-color: #f0f0f0;
}
#cssmenu ul ul ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -16px;
  left: 206px;
  padding: 16px 0 20px 0;
  background-color: #fafafa;
  text-align: left;
  width: 180px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#cssmenu ul ul > li:hover > ul {
  opacity: 1;
  left: 190px;
  visibility: visible;
}
#cssmenu ul ul a:hover {
  background-color:#CFEEFE;
  color: #000;
}
/*--content--*/
.dc-head-img {
	float: left;
	width: 47%;
}
.dc-head-img img{
	border-radius:500px;
	-webkit-border-radius:500px;
	-moz-border-radius:500px;
	-o-border-radius:500px;
}
.dc-head-info {
	float: left;
	width: 50%;
	margin-left: 3%;
}
h5.head{
	color: #555;
	font-size:2.3em;
	line-height: 35px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 3%;
}
.dc-head-info span {
	font-family: 'Roboto Condensed', sans-serif;
	color: #888;
	font-size: 1.1em;
	text-transform: uppercase;
}
.dc-profile p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	color: #888;
	padding: 20px 0px;
	line-height: 1.5em;
}
.btn-6a {
	border: 4px solid #CFEEFE;
}
.btn-6 {
	color: #FFF;
	background:#333;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	font-family: 'Roboto Condensed', sans-serif;
}
.btn {
	cursor: pointer;
	padding: 10px 40px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 1.2em;
	background-color: #000099;
}
.btn-6a:hover {
	background: rgba(0, 0, 0, 0);
	color:#000;
}
.top-box{
	background:#CFEEFE;
}
.content-top{
	padding: 3% 0 3%;
}
/*  GRID OF THREE   ============================================================================= */
.col_1_of_3{
	display: block;
	float:left;
	margin:0% 0 0% 3.6%;
	
}

.col_1_of_4{
	display: block;
	float:left;
	margin:0% 0 0% 3.6%;
}
.col_1_of_22{
	display: block;
	float:left;
	margin:0% 0 0% 25.6%;
}
.col_1_of_222{
	display: block;
	float:left;
	margin:0% 0 0% 3.6%;
}
.col_1_of_2222{
	display: block;
	float:left;
	margin:0% 0 0% 3.6%;
}
.col_1_of_11{
	display: block;
	float:left;
	margin:0% 0 0% 32%;
}
.col_1_of_111{
	display: block;
	float:left;
	margin:0% 0 0% 0%;
}
.col_1_of_3_precos{
	display: block;
	float:center;
	margin:0% 0 0% 3.6%;
}
.col_1_of_3:first-child { margin-left: 0; }
.span_1_of_3 {
	 width:30.2%; 
	 
}

.col_1_of_4:first-child { margin-left: 0; }
.span_1_of_4 {
	 width:15.2%; 
}
.col_1_of_22:first-child { margin-left: 0; }
.span_1_of_22 {
	 width:36.8%; 
}
.col_1_of_222:first-child { margin-left: 0; }
.span_1_of_222 {
	 width:70%; 
}
.col_1_of_2222:first-child { margin-left: 0; }
.span_1_of_2222 {
	 width:20%; 
}
.col_1_of_11:first-child { margin-left: 0; }
.span_1_of_11 {
	 width:36.8%; 
}
.col_1_of_111:first-child { margin-left: 0; }
.span_1_of_111 {
	 width:100%; 
}
.col_1_of_3:first-child { margin-left: 0; }
.span_1_of_3_precos {
	width:67%;
}
.span_1_of_3  h3{
	color:#777;
	font-size:1.7em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.span_1_of_4  h3{
	color:#777;
	font-size:1.7em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.span_1_of_22  h3{
	color:#777;
	font-size:1.7em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.span_1_of_222  h3{
	color:#777;
	font-size:1.7em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.span_1_of_2222  h3{
	color:#777;
	font-size:1.7em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.span_1_of_11  h3{
	color:#777;
	font-size:1.7em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.span_1_of_3_precos  h3{
	color:#777;
	font-size:1.7em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.col_1_of_22{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%;  
	}
	.span_1_of_4 {
		width:94%;
		padding:3%;  
	}
	.span_1_of_22 {
		width:94%;
		padding:3%;  
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
     
     .wrap{
		width:95%;
	}		
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.col_1_of_22{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:92%;
		padding:4%;
	}
	.span_1_of_4 {
		width:92%;
		padding:4%;
	}
	.span_1_of_22 {
		width:92%;
		padding:4%;
	}
}
.content-middle{
	padding:5% 0;
	background:#fff;
}
h4 span {
	font-weight: 300;
	color: #555;
	display: block;
}
.more1{
	text-align:right;
	padding-top:3%;
}
.box-1 {
	display: block;
	background: #FFF;
	transition: all .4s ease;
	position: relative;
	padding-bottom: 25px;
	z-index: 100px;
	z-index: 9999;
}
.box-adesao {
	display: block;
	background: #FFF;
	
	position: relative;
	padding-bottom: 25px;
	z-index: 100px;
	z-index: 9999;
}
.box-2 {
	display: block;
	background: #FFF;
	/*transition: all .4s ease;*/
	position: relative;
	padding-bottom: 25px;
	z-index: 100px;
	z-index: 9999;
}
.box-1:hover {
	color:#fff;
}
.box-adesao:hover {
	color:#fff;
}
.box-1 .inside {
	padding: 0 0px;
	text-align: center;
}
.box-adesao .inside {
	padding: 0 0px;
	text-align: center;
}
.box-2 .inside {
	padding: 0 0px;
	text-align: center;
}
.box-1 .inside p{
	/*color: #888;*/
	color:#000000;
	padding: 10% 0 5%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
}
.box-adesao .inside p{
	/*color: #888;*/
	color:#000000;
	padding: 10% 0 5%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
}
.box-2 .inside p{
	/*color: #888;*/
	color:#000000;
	padding: 10% 0 5%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
}
.box-1 h2 {
	padding-top:53px;
	padding-bottom: 12px;
}
.box-adesao h2 {
	padding-top:53px;
	padding-bottom: 12px;
}
h2.v1 {
	color:#555;
	font-size:2.3em;
	line-height: 35px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
h2.v1-2 {
	color:#FF0000;
	font-size:7.3em;
	line-height: 35px;
	/*text-transform: uppercase;*/
	font-family: 'Roboto Condensed', sans-serif;
}
.box-1 .box-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	float: center;
	width: 150px;
	height: 42px;
	background: #3E454C url(images/arrow3.png) center center no-repeat;
	background-color: #000066;
}
.box-adesao .box-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	float: center;
	width: 150px;
	height: 42px;
	background: #3E454C url(images/arrow3.png) center center no-repeat;
	background-color: #000066;
}
.box-1 .box-btn:hover{
	background:#FF0000 url(images/arrow3.png) center center no-repeat;
}
.box-adesao .box-btn:hover{
	background:#FF0000 url(images/arrow3.png) center center no-repeat;
}
p.desc{
	color:#888;
}
.magnifier:hover{
	background:url(images/banner1.jpg);
}
.magnifier {
	position: relative;
	display: block;
	background: url(images/magnifier.gif) right bottom no-repeat #000;
}
.magnifier span {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 45px;
	height: 45px;
	background: url(images/magnifier.gif) right bottom no-repeat #000;
}
.magnifier img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 0 0 0 #FFF;
	-moz-box-shadow: 0 0 0 0 #fff;
	box-shadow: 0 0 0 0 #FFF;
	display: block;
}
.gallery ul li {
	display:inline-block;
	width: 31.444%;
	margin-right: 2.5%;
}
.gallery ul li.last{
	width: 31.444%;
	margin-right:0px;
}
.dc-head1 h3 {
	color:#666;
	font-size: 1.7em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 20px 0 10px;
	text-transform: uppercase;
}
.dc-head1 span{
	color:#888;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
}
/*--footer--*/
.col_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}
.span_1_of_4 {
	width: 23.8%;
}
.col_1_of_4:first-child {
	margin-left: 0;
}
ul.first li {
	background:url(../images/marker.png) no-repeat 0 8px;
	line-height: 0.8em;
	padding:0 0 15px 18px;
}
ul.first li a {
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	font-size: 1em;
	color: #A0A0A0;
	line-height: 1.5em;
	/*font-family: 'Verdana';*/
}
.span_1_of_4 ul li a:hover {
	color:#fff;
}
.span_1_of_4 h3 {
	margin-bottom: 20px;
	/*font-family: 'verdana';*/
	font-size: 1.6em;
	line-height: 1.2;
	margin-top: 0px;
	letter-spacing: -1px;
	color:#fff;
}
ul.last li span {
	font-size: 1.1em;
	color:#A0A0A0;
	cursor: pointer;
	margin: 10px 0;
	display: block;
	/*font-family: 'verdana';*/
}
ul.last li span:hover {
	color:#fff;
}
ul.last li span {
	background:none;
}
.follow_icon li {
	float: left;
	margin-right:20px;
}
.follow_icon li a:hover{
	opacity:0.8;
}
.follow_icon li a img {
	vertical-align: middle;
}
.copy {
	text-align: center;
	font-size: 13px;
	/*text-transform: uppercase;*/
	padding:1% 0;
	/*font-family: 'verdana';*/
}
.copy p{
	color:#fff;
	font-size:1.1em;
}
.copy p a {
	color:#C0392B;
}
.copy p a:hover {
	color:#fff;
}
.footer-top {
	padding: 4% 0 2%;
	border-bottom: 1px solid #363636;
}
.footer{
	background:url(../images/pattern.gif);
}

/*--about--*/
.about-grid {
	width: 31.33%;
	float: left;
}
.about-grid h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2em;
	margin-bottom: 4%;
	line-height: 2em;
	text-transform: uppercase;
	color: #555;
}
.about-grid span {
	font-family: 'Roboto Condensed', sans-serif;
	color: #777;
	font-size: 1em;
	padding: 20px 0 10px 0;
	line-height: 1.5em;
	display: block;
	text-transform: uppercase;
}
.about-grid p {
	font-family: 'Roboto Condensed', sans-serif;
	color: #888;
	font-size:1em;
	line-height: 1.5em;
}
.button1 {
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.1em;
	font-weight: normal;
	padding: 10px 30px;
	text-transform: uppercase;
	background:#000099;
	display: inline-block;
	margin: 1em 0 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.button1:hover{
	background:#FF0000;
}
.button_adesao {
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.1em;
	font-weight: normal;
	padding: 10px 30px;
	text-transform: uppercase;
	background:#000099;
	display: inline-block;
	margin: 1em 0 0;
	/*-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;*/
}
.button1_adesao:hover{
	background:#FF0000;
}
.center-grid1 label {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color:#ABC492;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor: pointer;
}
.center-grid1 p {
	padding: 0px 0px 20px 0px;
}
.center-grid1 label:hover {
	color: #555;
}
.center-grid1 {
	margin: 0 3%;
}
.client {
	padding-bottom: 10px;
}
.about-team-left {
	float: left;
	width: 25%;
	margin-top: 0.5em;
}
.about-team-right {
	float: right;
	width: 72%;
}
.about-team-right p {
	margin-bottom: 20px;
}
.about-grids{
	background:#fff;
	padding:4%;
}
.about-team-left img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	cursor: pointer;
}
.about-team-left img {
	-webkit-filter: grayscale(100%);
	opacity: 5;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
/*--services--*/
.service-content {
	float: left;
	width: 74.5%;
}
.service-content h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2em;
	line-height: 2em;
	margin: 0;
	text-transform: uppercase;
	color: #555;
}
.service-content ul {
	padding-bottom: 5px;
}
.service-content ul li {
	display: block;
}
.service-content ul li span {
	width: 5%;
	float: left;
	font-size: 3em;
	color: #555;
	font-family: 'Roboto Condensed', sans-serif;
}
.service-content ul li p {
	font-family: 'Roboto Condensed', sans-serif;
	color: #888;
	font-size: 1em;
	padding: 6px 0 20px 0;
	line-height: 1.5em;
}
.service-content ul li p a {
	font-size: 1.3em;
	color: #555;
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	margin-bottom: 10px;
}
.service-content ul li p a:hover{
	color:#ABC492;
}
.services-sidebar {
	float: right;
	width: 23%;
}
.services-sidebar h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2em;
	line-height: 2em;
	margin: 0;
	text-transform: uppercase;
	color: #555;
}
.services-sidebar ul li {
	border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
	background: url(../images/marker.png) 0 15px no-repeat;
	padding: 9px 13px 8px 23px;
}
.services-sidebar ul li a {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	color: #888;
	padding: 2px 0px 5px 0px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.service-box{
	padding-top: 20px;
}
/*--contact--*/
/*  Contact Form  ============================================================================= */
h1.title, h2.title {
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom:2%;
	color: #555;
	font-size:2.3em;
	line-height: 60px;
	text-transform: uppercase;
	text-align: center;
}
h3.subtitle {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 100%;
	max-width: 65%;
	text-align: center;
	text-transform: none;
	line-height: 1.5em;
	font-size: 1.2em;
	color:#888;
	font-family: 'Roboto Condensed', sans-serif;
}
form div {
	padding-top: 20px;
}
.to input[type="text"] {
	padding: 20px 9px;
	width: 48%;
	font-size: 1em;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 10px 0;
	border: 1px solid #E1E2E2;
	color: #888;
	background: #FFF;
	float: left;
	outline: none;
}
.text input[type="text"], .text textarea {
	width:98.3%;
	font-size:1em;
	margin: 10px 0;
	border: 1px solid #E1E2E2;
	color: #888;
	font-family: 'Roboto Condensed', sans-serif;
	outline: none;
	margin-bottom: 25px;
	height: 150px;
	padding: 20px 9px;
}
.submit{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding:20px 60px;
	text-transform: uppercase;
	background: #ABC492;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.submit_preco_amb{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding:20px 60px;
	text-transform: uppercase;
	background: #00FF00;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.submit_preco_std{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding:20px 60px;
	text-transform: uppercase;
	background: #3333FF;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.submit_preco_exe{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding:20px 60px;
	text-transform: uppercase;
	background: #999999;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.submit_preco_mpl{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding:20px 60px;
	text-transform: uppercase;
	background: #CC9900;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.submit:hover{
	background:#333;
}
.submit_preco_amb:hover{
	background:#FF0000;
}
.submit_preco_std:hover{
	background:#FF0000;
}
.submit_preco_exe:hover{
	background:#FF0000;
}
.submit_preco_mpl:hover{
	background:#FF0000;
}
.map{
	display:block;
}
/*--404--*/
.page-not-found h1 {
	font-size: 15em;
	color: #F0F0F0;
	text-align: center;
	text-shadow: 1px 1px 6px #AAA;
	-moz-text-shadow: 1px 1px 6px #aaa;
	-webkit-text-shadow: 1px 1px 6px #aaa;
	-o-text-shadow: 1px 1px 6px #aaa;
}
/*--responsive design--*/
@media (max-width:1366px){
	.wrap{
		width:90%;
	}
	.to input[type="text"] {
		width: 47.9%;
	}	
	.text input[type="text"], .text textarea {
		width: 98.2%;
	}
}
@media (max-width:1280px){
	.wrap{
		width:90%;
	}
	.to input[type="text"] {
		width: 47.7%;
	}	
	.text input[type="text"], .text textarea {
		width: 98%;
	}
	.gallery ul li {
		width: 31.4%;
	}
}
@media (max-width:1024px){
	.wrap{
		width:90%;
	}
	.to input[type="text"] {
		width:47.2%;
	}	
	.text input[type="text"], .text textarea {
		width:97.7%;
	}
	.gallery ul li {
		width: 31.3%;
	}
	#cssmenu > ul > li > a {
		padding: 30px 20px 70px;
	}
	#cssmenu > ul > li > a {
		font-size: 1.3em;
	}
	h2.v1 {
		font-size: 2em;
	}
	h2.v1-2 {
		font-size: 2em;
	}
	.box-1 h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-adesao h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-1 .inside p {
		font-size: 1em;
	}
	.box-adesao .inside p {
		font-size: 1em;
	}
	.box-1 .box-btn {
		width: 45px;
		height: 45px;
	}
	.box-adesao .box-btn {
		width: 45px;
		height: 45px;
	}
	h5.head {
		font-size: 2em;	
	}
	.span_1_of_3 h3 {
		font-size: 1.5em;
	}
	.dc-head-info span {
		font-size: 1em;
		line-height:1.5em;
	}
	.dc-profile p {
		font-size: 1em;
	}
	.btn {
		font-size: 1em;
	}
	.dc-head1 h3 {
		font-size: 1.5em;
	}
	.dc-head1 span {
		font-size: 1em;
	}
	.f-desc1{
		font-size: 1em;
	}
	.copy p {
		font-size: 1em;
	}
	.follow_icon li {
		margin-right: 10px;
	}
	.toTop, .toBottom {
		margin-top: -47px;
		padding: 15px 12px;
	}
	.about-grid h3 {
		font-size: 1.7em;
	}
	.about-grid span {
		font-size: 0.89em;
	}
	.about-grid p {
		font-size: 0.97em;
	}
	.service-content h3 {
		font-size: 1.7em;
	}
	.service-content ul li p a {
		font-size: 1.1em;
	}
	.service-content ul li p {
		font-size: 0.97em;
	}
	.service-content ul li span {
		font-size: 2.3em;
	}
	.services-sidebar h3 {
		font-size: 1.7em;
	}
	.services-sidebar ul li a {
		font-size: 0.97em;
	}
	h1.title, h2.title {
		font-size: 2em;
	}
	h3.subtitle {
		font-size: 1em;
	}
}
@media (max-width:800px){
	.wrap{
		width:90%;
	}
	.to input[type="text"] {
		width:46.4%;
	}	
	.text input[type="text"], .text textarea {
		width:96.9%;
	}
	.gallery ul li {
		width:31.2%;
	}
	#cssmenu > ul > li > a {
		padding: 30px 20px 70px;
	}
	#cssmenu > ul > li > a {
		font-size: 1.3em;
	}
	h2.v1 {
		font-size: 1.6em;
	}
	h2.v1-2 {
		font-size: 1.6em;
	}
	.box-1 h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-adesao h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-1 .inside p {
		font-size: 1em;
	}
	.box-adesao .inside p {
		font-size: 1em;
	}
	.box-1 .box-btn {
		width: 45px;
		height: 45px;
	}
	.box-adesao .box-btn {
		width: 45px;
		height: 45px;
	}
	h5.head {
		font-size: 2em;	
	}
	.span_1_of_3 h3 {
		font-size: 1.5em;
	}
	.dc-head-info span {
		font-size: 1em;
		line-height:1.5em;
	}
	.dc-profile p {
		font-size: 1em;
	}
	.btn {
		font-size: 1em;
		padding: 10px 25px;
	}
	.dc-head1 h3 {
		font-size: 1.5em;
	}
	.dc-head1 span {
		font-size: 1em;
	}
	.f-desc1{
		font-size: 1em;
	}
	.copy p {
		font-size: 1em;
	}
	.follow_icon li {
		margin-right: 10px;
	}
	.toTop, .toBottom {
		margin-top: -47px;
		padding: 15px 12px;
	}
	.about-grid h3 {
		font-size: 1.7em;
	}
	.about-grid span {
		font-size: 0.89em;
	}
	.about-grid p {
		font-size: 0.97em;
	}
	.service-content h3 {
		font-size: 1.7em;
	}
	.service-content ul li p a {
		font-size: 1.1em;
	}
	.service-content ul li p {
		font-size: 0.97em;
	}
	.service-content ul li span {
		font-size: 2.3em;
	}
	.services-sidebar h3 {
		font-size: 1.7em;
	}
	.services-sidebar ul li a {
		font-size: 0.97em;
	}
	h1.title, h2.title {
		font-size: 2em;
	}
	h3.subtitle {
		font-size: 1em;
	}
}
@media (max-width:768px){
	.wrap{
		width:90%;
	}
	.to input[type="text"] {
		width:46.2%;
	}	
	.text input[type="text"], .text textarea {
		width:96.9%;
	}
	.gallery ul li {
		width:31.1%;
	}
	#cssmenu > ul > li > a {
		padding: 30px 20px 50px;
	}
	#cssmenu > ul > li > a {
		font-size: 1.3em;
	}
	h2.v1 {
		font-size: 1.5em;
	}
	.box-1 h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-adesao h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-1 .inside p {
		font-size: 1em;
	}
	.box-adesao .inside p {
		font-size: 1em;
	}
	.box-1 .box-btn {
		width: 45px;
		height: 45px;
	}
	.box-adesao .box-btn {
		width: 45px;
		height: 45px;
	}
	h5.head {
		font-size: 2em;	
	}
	.span_1_of_3 h3 {
		font-size: 1.5em;
	}
	.dc-head-info span {
		font-size: 1em;
		line-height:1.5em;
	}
	.dc-profile p {
		font-size: 1em;
	}
	.btn {
		font-size: 1em;
		padding: 10px 25px;
	}
	.dc-head1 h3 {
		font-size: 1.5em;
	}
	.dc-head1 span {
		font-size: 1em;
	}
	.f-desc1{
		font-size: 1em;
	}
	.copy p {
		font-size: 1em;
	}
	.follow_icon li {
		margin-right: 10px;
	}
	.toTop, .toBottom {
		margin-top: -47px;
		padding: 15px 12px;
	}
	.about-grid h3 {
		font-size: 1.7em;
	}
	.about-grid span {
		font-size: 0.89em;
	}
	.about-grid p {
		font-size: 0.97em;
	}
	.service-content h3 {
		font-size: 1.7em;
	}
	.service-content ul li p a {
		font-size: 1.1em;
	}
	.service-content ul li p {
		font-size: 0.97em;
	}
	.service-content ul li span {
		font-size: 2.3em;
	}
	.services-sidebar h3 {
		font-size: 1.7em;
	}
	.services-sidebar ul li a {
		font-size: 0.97em;
	}
	h1.title, h2.title {
		font-size: 2em;
	}
	h3.subtitle {
		font-size: 1em;
	}
	.footer-bot {
		padding-right: 8px;
	}
	#cssmenu > ul > li:hover > ul {
		top:100px;
	}
	.service-content ul li span {
		width: 10%;
	}
}
@media (max-width:640px){
	.wrap{
		width:90%;
	}
	.to input[type="text"] {
		width:45.2%;
	}	
	.text input[type="text"], .text textarea {
		width:96.9%;
	}
	.gallery ul li {
		width:80%;
	}
	#cssmenu > ul > li > a {
		padding:28px 20px 50px;
	}
	#cssmenu > ul > li > a {
		font-size: 1.3em;
	}
	h2.v1 {
		font-size: 1.6em;
	}
	.box-1 h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-adesao h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-1 .inside p {
		font-size: 1em;
	}
	.box-adesao .inside p {
		font-size: 1em;
	}
	.box-1 .box-btn {
		width: 45px;
		height: 45px;
	}
	.box-adesao .box-btn {
		width: 45px;
		height: 45px;
	}
	h5.head {
		font-size: 2em;	
	}
	.span_1_of_3 h3 {
		font-size: 1.5em;
	}
	.dc-head-info span {
		font-size: 1em;
		line-height:1.5em;
	}
	.dc-profile p {
		font-size: 1em;
	}
	.btn {
		font-size: 1em;
		padding: 10px 25px;
	}
	.dc-head1 h3 {
		font-size: 1.5em;
	}
	.dc-head1 span {
		font-size: 1em;
	}
	.f-desc1{
		font-size: 1em;
	}
	.copy p {
		font-size: 1em;
	}
	.follow_icon li {
		margin-right: 10px;
	}
	.toTop, .toBottom {
		margin-top: -47px;
		padding: 15px 12px;
	}
	.about-grid h3 {
		font-size: 1.7em;
	}
	.about-grid span {
		font-size: 0.89em;
	}
	.about-grid p {
		font-size: 0.97em;
	}
	.service-content h3 {
		font-size: 1.7em;
	}
	.service-content ul li p a {
		font-size: 1.1em;
	}
	.service-content ul li p {
		font-size: 0.97em;
	}
	.service-content ul li span {
		font-size: 2.3em;
	}
	.services-sidebar h3 {
		font-size: 1.7em;
	}
	.services-sidebar ul li a {
		font-size: 0.97em;
	}
	h1.title, h2.title {
		font-size: 2em;
	}
	h3.subtitle {
		font-size: 1em;
	}
	.footer-bot {
		padding-right: 8px;
	}
	.gallery ul li.last {
		width: 80%;
	}
	.about-grid {
		width: 100%;
		float: none;
	}
	.center-grid1 {
		margin: 0 0;
	}
	.service-content {
		float: none;
		width: 100%;
	}
	.services-sidebar {
		float: none;
		width: 100%;
	}
	.to input[type="text"] {
		padding: 15px 9px;
	}
	.text input[type="text"], .text textarea {
		padding: 15px 9px;
	}
	.submit {
		padding: 15px 55px;
		font-size:1em;
	}
	.logo {
		width: 40%;
	}
	#cssmenu > ul > li:hover > ul {
		top:100px;
	}
	.service-content ul li span {
		width: 10%;
	}
}
@media (max-width:480px){
	.wrap{
		width:90%;
	}
	.to input[type="text"] {
		width: 43.9%;
	}	
	.text input[type="text"], .text textarea {
		width: 94.9%;
	}
	.gallery ul li {
		width:80%;
	}
	#cssmenu > ul > li > a {
		padding:28px 20px 50px;
	}
	#cssmenu > ul > li > a {
		font-size: 1em;
	}
	h2.v1 {
		font-size: 1.6em;
	}
	.box-1 h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-adesao h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-1 .inside p {
		font-size: 1em;
	}
	.box-adesao .inside p {
		font-size: 1em;
	}
	.box-1 .box-btn {
		width: 45px;
		height: 45px;
	}
	.box-adesao .box-btn {
		width: 45px;
		height: 45px;
	}
	h5.head {
		font-size: 2em;	
	}
	.span_1_of_3 h3 {
		font-size: 1.5em;
	}
	.dc-head-info span {
		font-size: 1em;
		line-height:1.5em;
	}
	.dc-profile p {
		font-size: 1em;
	}
	.btn {
		font-size: 1em;
		padding: 10px 25px;
	}
	.dc-head1 h3 {
		font-size: 1.5em;
	}
	.dc-head1 span {
		font-size: 1em;
	}
	.f-desc1{
		font-size: 1em;
	}
	.copy p {
		font-size: 1em;
	}
	.follow_icon li {
		margin-right: 10px;
	}
	.toTop, .toBottom {
		margin-top: -47px;
		padding: 15px 12px;
	}
	.about-grid h3 {
		font-size: 1.7em;
	}
	.about-grid span {
		font-size: 0.89em;
	}
	.about-grid p {
		font-size: 0.97em;
	}
	.service-content h3 {
		font-size: 1.7em;
	}
	.service-content ul li p a {
		font-size: 1.1em;
	}
	.service-content ul li p {
		font-size: 0.97em;
	}
	.service-content ul li span {
		font-size: 2.3em;
	}
	.services-sidebar h3 {
		font-size: 1.7em;
	}
	.services-sidebar ul li a {
		font-size: 0.97em;
	}
	h1.title, h2.title {
		font-size: 2em;
	}
	h3.subtitle {
		font-size: 1em;
	}
	.footer-bot {
		padding-right: 8px;
	}
	.gallery ul li.last {
		width: 80%;
	}
	.about-grid {
		width: 100%;
		float: none;
	}
	.center-grid1 {
		margin: 0 0;
	}
	.service-content {
		float: none;
		width: 100%;
	}
	.services-sidebar {
		float: none;
		width: 100%;
	}
	.to input[type="text"] {
		padding: 15px 9px;
	}
	.text input[type="text"], .text textarea {
		padding: 15px 9px;
	}
	.submit {
		padding: 15px 55px;
		font-size:1em;
	}
	.logo {
		width: 40%;
	}
	span.order {
		font-size: 1.1em;
	}
	h5.ph-no {
		font-size: 1.2em;
	}
	.phone {
		margin: 8px 0 0px 0px;
	}
	.copy {
		float: none;
	}
	ul.follow_icon {
		float: none;
		padding-top: 20px;
	}
	#cssmenu > ul > li:hover > ul {
		top:95px;
	}
	.service-content ul li span {
		width: 10%;
	}
}
@media (max-width:320px){
	.wrap{
		width:90%;
	}
	.to input[type="text"] {
		width:39.9%;
	}	
	.text input[type="text"], .text textarea {
		width: 89.9%;
	}
	.gallery ul li {
		width:80%;
	}
	#cssmenu > ul > li > a {
		padding: 28px 9px 42px;
	}
	#cssmenu > ul > li > a {
		font-size: 0.89em;
	}
	h2.v1 {
		font-size: 1.6em;
	}
	.box-1 h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-adesao h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-1 .inside p {
		font-size: 1em;
	}
	.box-adesao .inside p {
		font-size: 1em;
	}
	.box-1 .box-btn {
		width: 45px;
		height: 45px;
	}
	.box-adesao .box-btn {
		width: 45px;
		height: 45px;
	}
	h5.head {
		font-size: 2em;	
	}
	.span_1_of_3 h3 {
		font-size: 1.5em;
	}
	.dc-head-info span {
		font-size: 1em;
		line-height:1.5em;
	}
	.dc-profile p {
		font-size: 1em;
	}
	.btn {
		font-size: 1em;
		padding: 10px 25px;
	}
	.dc-head1 h3 {
		font-size: 1.5em;
	}
	.dc-head1 span {
		font-size: 1em;
	}
	.f-desc1{
		font-size: 1em;
	}
	.copy p {
		font-size: 1em;
	}
	.follow_icon li {
		margin-right: 10px;
	}
	.toTop, .toBottom {
		margin-top: -47px;
		padding: 15px 12px;
	}
	.about-grid h3 {
		font-size: 1.7em;
	}
	.about-grid span {
		font-size: 0.89em;
	}
	.about-grid p {
		font-size: 0.97em;
	}
	.service-content h3 {
		font-size: 1.5em;
	}
	.service-content ul li p a {
		font-size: 1.1em;
	}
	.service-content ul li p {
		font-size: 0.97em;
	}
	.service-content ul li span {
		font-size: 2.3em;
	}
	.services-sidebar h3 {
		font-size: 1.7em;
	}
	.services-sidebar ul li a {
		font-size: 0.97em;
	}
	h1.title, h2.title {
		font-size: 2em;
	}
	h3.subtitle {
		font-size: 1em;
	}
	.footer-bot {
		padding-right: 8px;
	}
	.gallery ul li.last {
		width: 80%;
	}
	.about-grid {
		width: 100%;
		float: none;
	}
	.center-grid1 {
		margin: 0 0;
	}
	.service-content {
		float: none;
		width: 100%;
	}
	.services-sidebar {
		float: none;
		width: 100%;
	}
	.to input[type="text"] {
		padding: 15px 9px;
	}
	.text input[type="text"], .text textarea {
		padding: 15px 9px;
	}
	.submit {
		padding: 15px 55px;
		font-size:1em;
	}
	.logo {
		width: 40%;
	}
	span.order {
		font-size: 1.1em;
	}
	h5.ph-no {
		font-size: 1.2em;
	}
	.phone {
		margin: 8px 0 0px 0px;
	}
	.copy {
		float: none;
	}
	ul.follow_icon {
		float: none;
		padding-top: 20px;
	}
	.header-top {
		padding: 30px 0;
	}
	h4.f-head {
		font-size: 1.5em;
	}
	#cssmenu > ul > li:hover > ul {
		top: 86px;
	}
	.service-content ul li span {
		width: 10%;
	}
	/*outros estilos */
	}
.col_1_of_header{
	display: block;
	float:left;
	margin: 1% 0 1% 5.6%;
	}
.col_1_of_header:first-child { margin-left: 0; }
.span_1_of_header {
	width: 46.2%;
}
.span_1_of_header  h3{
	color: #FFF;
	margin-bottom: 0.5em;
	font-size:2em;
	line-height: 1.2;
	font-family: 'Aller_Bd';
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.span_1_of_header  p{
	font-size:1.1em;
	padding: 0.5em 0;
	color:#E2DDA0;
	line-height: 1.5em;
	font-family: 'caviar_dreamsregular';
}
.thumb-pad1 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0 0 28px 0;
	border: none;
	border-radius: 0;
	overflow: visible !important;
	box-shadow: none;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.thumb-pad1 figure {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-o-border-radius: 500px;
	float: left;
	padding: 9px;
}
.thumb-pad1 figure img {
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-o-border-radius: 500px;
	display: block;
}
.thumb-pad1 time {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin: 9px;
	border-radius: 500px;
	display: block;
	width: 258px;
	height: 258px;
	padding-top: 77px;
	color: #DCEBEE;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #323A45;
	letter-spacing: inherit;
	padding-left: 6px;
	text-align: center;
}
.thumb-pad1 figure > em {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 500px;
	border-style: solid;
	border-width: 21px 21px 21px 21px;
	border-color: rgba(0, 0, 0, 0) #FFFFFF #FFFFFF #FFFFFF;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	transform: rotate(-35deg);
	-webkit-transform: rotate(-35deg);
}
.more_btn {
	position: relative;
	display: inline-block;
	color: #000099;
	text-decoration: none;
	/* font-family: 'Aller_Bd'; */
	font-family: 'Roboto Condensed', sans-serif;
	margin-top:1px;
	text-transform: uppercase;
	letter-spacing: 0px;
	border-bottom: 1px dashed #555;
	z-index: 2;
	padding-bottom: 5px;
	font-size: 1.3em;
}
.more1{
	text-align:center;
}
.more_btn:hover{
	color:#FF0000;
}
/*--content--*/
/*  GRID OF TWO   ============================================================================= */
.btn-1 {
	border: 3px solid #FFF;
	color: #FFF;
}
.btn1 {
	border: none;
	font-size: 1.2em;
	color: inherit;
	background: none;
	cursor: pointer;
	padding:15px 50px;
	display: inline-block;
	margin:25px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-family: 'Aller_Bd';
}
.btn-1 {
	border: 3px solid #FFF;
	color: #FFF;
}
.btn-1a:hover, .btn-1a:active {
	color:#B6A919;
	background: #FFF;
}
.col_1_of_header{
	display: block;
	float:left;
	margin: 1% 0 1% 5.6%;
}
.col_1_of_header:first-child { margin-left: 0; }
.span_1_of_header {
	width: 46.2%;
}
.span_1_of_header  h3{
	color: #FFF;
	margin-bottom: 0.5em;
	font-size:2em;
	line-height: 1.2;
	font-family: 'Aller_Bd';
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.span_1_of_header  p{
	font-size:1.1em;
	padding: 0.5em 0;
	color:#E2DDA0;
	line-height: 1.5em;
	font-family: 'caviar_dreamsregular';
}

/* css do video do youtube 
figure { width: 90%; min-width: 17.5em; margin:0 auto;}
figcaption { font: 120% sans-serif; text-align: center;}
.boxVideo {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
    height: 0;
    margin:0 auto;
}
.boxVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/
}
/* menu parte superior do site */
.navigation{
	float:right;
}
ul.navig{
	padding:0;
	margin-top: 3px;
	float:right;
}
ul.navig li{
	display:inline-block;
	margin:0 10px;
}
ul.navig li a{
	color:rgba(0, 102, 204, 0.82);
	font-weight:400;
	font-size:0.875em;
	text-decoration:none;
	text-transform:uppercase;
	padding-bottom:5px;
}
ul.navig li a:hover{
	color:#FF0000!important;
	border-bottom:3px solid #0066CC;
}
/*-- Media Queries Starts Here ---*/
@media(max-width:1024px){
	.banner h1 {
		font-size: 3em;
	}
	.banner p {
		font-size: 0.875em;
	}
	.banner {
		margin-top: 16%;
	}
	.header {
		min-height: 459px;
		padding: 2em 0 0;
	}
	ul.navig {
		margin-top: 0px;
	}
	.save-sale h2 {
		font-size: 1em;
	}
	.save-sale p {
		font-size: 0.875em;
	}
	ul.share-list {
		width: 50%;
	}
	.save-grid p {
		width: 180px;
		height: 180px;
	}
	.y-sale {
		width: 180px;
		height: 180px;
		right: 0%;
		padding: 1em 1em 1em 2em;
	}
	.save {
		min-height: 368px;
	}
	.features h3 {
		font-size: 1.2em;
	}
	.features {
		padding: 3em 0;
		min-height: 600px;
	}
	.features-grid h4 , .features-grid-right h4{
		font-size: 0.875em;
		margin-bottom: 0.5em;
	}
	.features-grid:after {
		content: url(../images/grid-dot1.png)no-repeat 0px 0px;
		position: relative;
		right: 3.4em;
		top: -2.05em;
	}
	.features-grid-right:after {
		content: url(../images/grid-dot1.png)no-repeat 0px 0px;
		position: relative;
		left: 3.5em;
		top: -2.05em;
	}
	.features-grid-right p, .features-grid p {
		font-size: 0.75em;
	}
	.fet-but {
		left: 46%;
	}
	.reviews h3 {
		font-size: 1.2em;
		margin: 2em 0 0;
	}
	.slider-top p{
		font-size: 1em;
	}
	.slider-top a img {
		width: 8%;
	}
	.callbacks_tabs {
		top: 89%;
		left: 45.5%;
	}
	.reviews {
		background: #5ec2e7;
		padding: 3em 0;
	}
	.buy-g-top h3 {
		font-size: 1.2em;
	}
	.buy-g {
		padding: 2em 0;
	}
	.shirt-slide img {
		width: 54%;
	}
	.resp-tab-item {
		font-size: 0.875em;
		padding: 1em;
	}
	.resp-tab-active{
		padding: 1em;
	}
	ul.callbacks_tabs.callbacks3_tabs {
		left: 21%;
		top: 98%;
	}
	.flat .selected, .flat li {
		font-size: 0.875em;
		padding: 0.8em 0 0.8em 3em;
	}
	.flat .selected {
		background: url(../images/location-point.png) no-repeat 8px 9px;
	}
	.size .selected {
		background: url(../images/size-point.png) no-repeat 8px 9px;
	}
	.form-head div input[type="text"] {
		padding: 0.8em;
		font-size: 0.875em;
	}
	.form-head span {
		margin: 9px 0 0 -6px;
	}
	.form-head {
		margin: 2% 5% 0;
	}
	.step-f {
		margin: 0% 5% 0 0;
	}
	.flat .selected::after {
		padding: 22px 20px;
	}
	.flat li {
		padding: 5px 10px;
		font-size: 0.8em;
	}
	.flat div {
		height: 79px!important;
	}
	.delivery h4, .delivery-ad h4, .payment h4, .confirm h4 {
		font-size: 0.8em;
	}
	.delivery-ad textarea {
		width: 99%;
		height: 52px;
	}
	.step-f.step-e {
		margin: 2% 6% 0 0;
	}
}
@media(max-width:768px){
	span.menu{
		width:32px;
		height:32px;
		background:url(../images/nav.png)no-repeat;
		display:block;
		cursor: pointer;
		float: right;
		margin-top: -4px;
	}
	.m-clear{
		clear:both;
	}
	.navigation{
		float:none;
		display: none;
		text-align:center;
		background:#fff;
	}
	ul.navig li{
		display: block;
		border-bottom: 1px solid;
		margin: 0;
	}
	ul.navig li a{
		display:block;
		color:#f87e74;
		padding:10px 0;
	}
	ul.navig li a:hover, ul.navig li a.active{
		color:#000!important;
		border-bottom:0px;
	}
	.banner h1 {
		font-size: 2em;
	}
	.banner p {
		font-size: 0.8em;
	}
	.banner {
		margin-top: 12%;
	}
	.header {
		min-height: 362px;
		padding: 1em 0 0;
	}
	.save-grid {
		margin-top: 2em;
	}
	.save-grid p{
		margin:0;
	}
	.y-sale {
		left: 19%;
	}
	.features h3 {
		font-size: 1em;
	}
	.features {
		padding: 3em 0 0;
		min-height: 468px;
	}
	.features-grid {
		width: 29%;
		position: absolute;
		top: 35%;
		right: 5.9%;
		text-align: right;
	}
	.features-grid h4, .features-grid-right h4 {
		font-size: 0.8em;
	}
	.features-grid p,.features-grid-right p {
		width: 70%;
		line-height:1.4em;
	}
	.features-grid:after {
		content: url(../images/grid-dot1.png)no-repeat 0px 0px;
		position: relative;
		right: 2.8em;
		top: -2em;
	}
	.grid-2 {
		top: 63%;
		right: 6%
	}
	.grid-3 {
		top: 83%;
		right: 8%;
		display: none;
	}
	.features-grid-right:after {
		left: 2em;
		top: -2.05em;
	}
	.fet-but a {
		font-size: 0.8em;
		padding: 7px 16px;
	}
	.reviews h3 {
		font-size: 1em;
		margin: 1em 0 0;
	}
	.slider-top p {
		font-size: 0.87em;
	}
	.buy-g-top h3 {
		font-size: 1em;
	}
	.buy-g-row {
		margin: 3em 0 0em;
	}
	.shirt-slide img {
		width: 22%;
	}
	.shirt-slide {
		margin-bottom: 3em;
	}
	ul.callbacks_tabs.callbacks3_tabs {
		left: 39%;
		top: 79%;
	}
	.footer-column {
		margin-bottom: 1.5em;
	}
	p.copyright {
		float: none;
		margin: 1em 0 0;
		text-align: center;
	}
	
}
@media(max-width:640px){
	.banner h1 {
		font-size: 1.5em;
	}
	.banner p {
		font-size: 0.7em;
		width: 60%;
	}
	.banner a {
		font-size: 0.8em;
		color: #76cbeb;
		padding: 9px 13px;
	}
	.banner {
		margin-top: 10%;
	}
	.header {
		min-height: 281px;
		padding: 1em 0 0;
	}
	.save-grid p {
		width: 150px;
		height: 150px;
		font-size:1.5em;
		border-radius:47px;
		-webkit-border-radius:47px;
		-moz-border-radius:47px;
		-o-border-radius:47px;
		-ms-border-radius:47px;
	}
	.y-sale span {
		font-size: 1em
	}
	.y-sale h3 {
		font-size: 1.2em;
		margin:0;
	}
	.y-sale {
		width: 150px;
		height: 150px;
		right: 0%;
		padding: 1em 0.5em 0em 1em;
		border-radius:47px;
		-webkit-border-radius:47px;
		-moz-border-radius:47px;
		-o-border-radius:47px;
		-ms-border-radius:47px;
	}
	.save-grid {
		margin-top: 0em;
	}
	.save-sale {
		margin-top: 2em;
	}
	.features {
		padding: 3em 0 0;
		min-height: 366px;
	}
	.grid-4 {
		display: none;
	}
	.features-grid-right {
		width: 29%;
		position: absolute;
		top: 38%;
		left: 11%;
		text-align: left;
	}
	.grid-2 {
		top: 69%;
		right: 4%;
	}
	.fet-but a {
		font-size: 0.75em;
		padding: 7px 10px;
	}
	.fet-but {
		left: 45.58%;
	}
	.buy-g-row {
		margin: 2em 0 0em;
	}
	ul.callbacks_tabs.callbacks3_tabs {
		left: 38%;
		top: 74%;
	}
	.delivery select {
		padding: 3px;
	}
}
@media(max-width:480px){
	.logo a img {
		width: 70%;
	}
	span.menu {
		width: 24px;
		height: 24px;
		background-size: 100%;
	}
	.banner h1 {
		font-size: 1.2em;
	}
	.banner p {
		font-size: 0.7em;
		width: 70%;
	}
	.header {
		min-height: 250px;
	}
	.y-sale small {
		display: none;
	}
	.save-grid p {
		width: 120px;
		height: 120px;
		font-size: 1.2em;
		border-radius: 36px;
		-webkit-border-radius: 36px;
		-moz-border-radius: 36px;
		-o-border-radius: 36px;
		-ms-border-radius: 36px;
	}
	.y-sale {
		width: 120px;
		height: 120px;
		padding: 2em 0.5em 0em 2em;
		border-radius: 36px;
		-webkit-border-radius: 36px;
		-moz-border-radius: 36px;
		-o-border-radius: 36px;
		-ms-border-radius: 36px;
		left: 21%;
	}
	.save-sale h2 {
		font-size: 0.875em;
	}
	.save-sale p {
		font-size: 0.8em;
		width: 100%;
	}
	.features {
		padding: 1em 0 0;
		min-height: 293px;
	}
	.features h3{
		font-size:0.875em;
	}
	.grid-2 {
		display: none;
	}
	.features-grid {
		width: 52%;
		position: absolute;
		top: 46%;
		right: 6.9%;
	}
	.features-grid-right {
		width: 58%;
		position: absolute;
		top: 64%;
		left: 11%;
		text-align: left;
	}
	.features-grid-right:after {
		left: 3.4em;
	}
	.callbacks_tabs {
		top: 89%;
		left: 40.5%;
	}
	.slider-top a img {
		width: 16%;
	}
	.shirt-slide img {
		width: 31%;
	}
	.buy-g-col {
		text-align: center;
		padding: 0;
	}
	.footer {
		padding: 2em 0;
	}
	.colors {
		float: left;
		width: 100%;
		margin: 5% 0% 0;
	}
	.footer {
		padding: 2em 0;
	}
	.form-head {
		margin: 5% 0 0;
		width:100%;
	}
	.form-head div{
		margin:0;
		padding:0.2em;
	}
	.step-f {
		margin: 3% 0% 0 0;
	}
	.form-head div input[type="text"] {
		padding: 0.5em;
	}
	.delivery {
		margin: 5% 0% 0%;
		text-align: left;
		width: 100%;
		padding:0 0;
	}
	.delivery-ad {
		text-align: left;
		padding: 0 0;
		margin: 5% 0 0 0;
	}
	
}
@media(max-width:320px){
	.banner p {
		width: 100%;
		font-size: 0.65em;
	}
	.banner h1 {
		font-size: 1em;
	}
	.header {
		min-height: 220px;
	}
	.y-sale{
		left:28%;
		width: 100px;
		height: 100px;
		font-size: 1.2em;
		border-radius: 28px;
		-webkit-border-radius: 28px;
		-moz-border-radius: 28px;
		-o-border-radius: 28px;
		-ms-border-radius: 28px;
		padding:1em 0 0 1em
	}
	.save-grid p {
		width: 100px;
		height: 100px;
		font-size: 1.2em;
		border-radius: 28px;
		-webkit-border-radius: 28px;
		-moz-border-radius: 28px;
		-o-border-radius: 28px;
		-ms-border-radius: 28px;
		
	}
	.y-sale span {
		font-size: 0.8em;
	}
	.y-sale h3 {
		font-size: 1em;
		margin: 0;
	}
	.save-sale h2 {
		font-size: 0.8em;
	}
	.save-sale p {
		font-size: 0.75em;
		width: 100%;
	}
	ul.share-list {
		width: 80%;
	}
	.features-grid p, .features-grid-right p,.features-grid, .features-grid-right {
		width: 70%;
		line-height: 1.4em;
		display: none;
	}
	.features {
		padding: 1em 0 0;
		min-height: 193px;
	}
	.features h3 {
		font-size: 0.75em;
	}
	.fet-but {
		left: 39.58%;
	}
	.callbacks_nav {
		height: 48px;
		width: 48px;
		margin-top: -8px;
		background-size: 453%;
	}
	a.callbacks_nav.callbacks1_nav.next {
		background-position: -111px 0px;
	}
	a.callbacks_nav.callbacks1_nav.prev:hover {
		background-position: -5px 0px;
	}
	a.callbacks_nav.callbacks1_nav.next:hover {
		background-position: -165px 0px;
	}
	ul.social li i {
		width: 32px;
		height: 32px;
		background-size: 512%;
	}
	ul.social li i.ft-fa {
		background-position: -7px 0px;
	}
	ul.social li i.ft-fb {
		background-position: -47px 0px;
	}
	ul.social li i.ft-fc {
		background-position: -86px 0px;
	}
	ul.social li i.ft-fd {
		background-position: -125px 0px;
	}
	.cardy {
		width: 100%;
		margin-right:0;
	}
	
}

/*-- Media Queries Ends Here ---*/
}
/* css da parte onde contém misterlove na pagina inicial*/
.caption p{
	font-size:1em;
	color:#777;
	line-height:1.5em;
	padding-top:5%;
	font-family: 'Roboto Condensed', sans-serif;
}
.thumbnail h4{
	color: #777;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.6em;
	margin-bottom:8%;
	text-transform: uppercase;
}
.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	text-transform: none;
	text-shadow: none;
	color: #FFF;
	border: none;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font-size:1.1em;
	margin-top: 7%;
	text-transform: uppercase;
	background: #000099;
	padding: 15px 40px;
} 
.btn_ambulatorial {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	padding: 0;
	font-family: 'verdana';
	margin: 0;
	text-transform: none;
	text-shadow: none;
	color: #00FF00;
	border: none;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font-size:1.1em;
	margin-top: 0%; /*posicionamento vertical do botao "verifique sua cobertura e seu valor"*/
	/*text-transform: uppercase;*/
	background: #FFFFFF;
	padding: 15px 40px;
} 

.btn_standard {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	padding: 0;
	font-family: 'verdana';
	margin: 0;
	text-transform: none;
	text-shadow: none;
	color: #3333FF;
	border: none;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font-size:1.1em;
	margin-top: 0%; /*posicionamento vertical do botao "verifique sua cobertura e seu valor"*/
	/*text-transform: uppercase;*/
	background: #FFFFFF;
	padding: 15px 40px;
} 
.btn_executivo {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	padding: 0;
	font-family: 'verdana';
	margin: 0;
	text-transform: none;
	text-shadow: none;
	color: #666666;
	border: none;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font-size:1.1em;
	margin-top: 14%; /*posicionamento vertical do botao "verifique sua cobertura e seu valor"*/
	/*text-transform: uppercase;*/
	background: #FFFFFF;
	padding: 15px 40px;
} 
.btn_executivo2 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	padding: 0;
	font-family: 'verdana';
	margin: 0;
	text-transform: none;
	text-shadow: none;
	color: #666666;
	border: none;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font-size:1.1em;
	margin-top: 0%; /*posicionamento vertical do botao "verifique sua cobertura e seu valor"*/
	/*text-transform: uppercase;*/
	background: #FFFFFF;
	padding: 15px 40px;
} 
.btn_plus {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	padding: 0;
	font-family: 'verdana';
	margin: 0;
	text-transform: none;
	text-shadow: none;
	color: #CC9900;
	border: none;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font-size:1.1em;
	margin-top: 0%; /*posicionamento vertical do botao "verifique sua cobertura e seu valor"*/
	/*text-transform: uppercase;*/
	background: #FFFFFF;
	padding: 15px 40px;
} 
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.thumb-pad2 .thumbnail .caption {
	color: #000000;
}
.btn1:hover {
	color:#fff;
	background:#FF0000;
}
.btn_ambulatorial:hover {
	color:#fff;
	background:#00FF00;
}
.btn_standard:hover {
	color:#fff;
	background:#3333FF;
}
.btn_executivo:hover {
	color:#fff;
	background:#999999;
}
.btn_executivo2:hover {
	color:#fff;
	background:#999999;
}
.btn_plus:hover {
	color:#fff;
	background:#CC9900;
}


/* CSS PLANOS.HTM*/

/*  GRID OF TWO   ============================================================================= */

.col_1_of_2:first-child { margin-left: 0; }

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_2{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_2 {
		width:94%;
		padding:3%; 
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_2 {
		width: 100%; 
	}
	.col_1_of_2{ 
		margin: 2% 0 2% 0%;
	}
	.span_1_of_2 {
		width:92%;
		padding:4%;
	}
}
.content-middle{
	padding: 4% 0 7%;
}
.btn {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 20px 50px 20px 50px;
	font-family: 'ambleregular';
	margin: 0;
	text-shadow: none;
	color: #FFF;
	border: none;
	text-transform: none;
	background: #C0392B;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font-size: 1.1em;
}
.btn:hover {
	color: #FFF;
	text-decoration: none;
	background: #2C2D2B !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*  GRID OF Content and sidebar   ============================================================================= */
.cont{
	display: block;
	float:left;
}
.lsidebar{
	display: block;
	float:left;
	margin:0% 3.6% 0% 0;
} 	
.span_2_of_bottom {
	width:  67.1%;
}
.span_1_of_bottom {
	width: 29.2%;
}
.span_2_of_bottom  h2,
.span_1_of_bottom  h2 {
	color:#C94848;
	margin-bottom:0.5em;
	font-size:1.5em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_2_of_bottom p,
.span_1_of_bottom  p  {
	font-size:0.8125em;
	padding:0.5em 0;
	color: #fff;
	line-height: 1.5em;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
	.wrap{
		width:95%;
	}
	.cont{ 
		margin: 1% 0 1% 0%;
	}
	.lsidebar{
		margin:0;
	}
	.span_2_of_bottom {
		width:94%;
		padding:3%;  
	}
	.span_1_of_bottom {
		width:94%;
		padding:3%; 
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.cont{ 
		margin: 1% 0 1% 0%;
	}
	.lsidebar{
		margin:0;
	}
	.span_2_of_bottom {
		width:92%;
		padding:4%;
	}
	.span_1_of_bottom {
		width:92%;
		padding:4%;
	}
}
/*  GRID OF TWO   ============================================================================= */
.col_1_of_2{
	display: block;
	float:left;
	margin:0% 0 0% 3.6%;
}
.col_1_of_2:first-child { margin-left: 0; }
.span_1_of_2 {
	/*width:48.2%;*/
	width:22%;
}
.span_1_of_2  h4{
	color: #000;
	font-family: 'ambleregular';
	font-size: 1.6em;
	padding: 5% 0 3%;
	text-transform: uppercase;
}
.span_1_of_2  p{
	font-size: 1em;
	color: #777;
	line-height: 1.5em;
	font-family: 'verdana';
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_2{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_2 {
		width:94%;
		padding:3%; 
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_2 {
		width: 100%; 
	}
	.col_1_of_2{ 
		margin: 2% 0 2% 0%;
	}
	.span_1_of_2 {
		width:92%;
		padding:4%;
	}
}
.content-bottom{
	background:#fff;
}
.grid2{
	padding-bottom:4%;
}
.listview_1_of_2 {
	padding-bottom:9%;
}
.listview_1_of_last {
	padding-bottom:0;
}
.listimg_2_of_1 {
	width: 18.2%;
}
.listimg {
	display: block;
	float: left;
}
.listimg img{
	background: #FFF;
	box-shadow: 0 0 8px #AAA;
	-webkit-box-shadow: 0 0 8px #AAA;
	-moz-box-shadow: 0 0 8px #AAA;
	-o-box-shadow: 0 0 8px #AAA;
	border: 5px solid #FFF;
}
.list_2_of_1 {
	width: 78.2%;
}
.text {
	display: block;
	float: left;
	margin: 0% 0 0% 3.6%;
}
.list_2_of_1 h3 {
	font-family: 'ambleregular';
	color: #000;
	text-align: left;
	text-transform: none;
	font-size: 1.3em;
	text-transform: uppercase;
}
.list_2_of_1 h3 span {
	color:#C0392B;
}
.list_2_of_1 h4 {
	color: #333;
	padding: 15px 0px 5px;
	font-size: 1em;
	text-transform: uppercase;
	font-family: 'ambleregular';
}
.list_2_of_1 p {
	margin: 6px 0px 0px 0px;
	line-height: 1.5em;
	font-size: 1em;
	color: #777;
	font-family: 'ambleregular';
}
.list_2_of_1 .button a {
	font: 400 12px/1.2em Arial;
	color:#000;
	padding:8px 10px;
	background:none;
	text-decoration: none;
	text-shadow: none;
	border: 1px solid #fff;
}
.list_2_of_1 .button a:hover{
	background:#252425;
}

/*--services--*/
.span_1_of_2 img{
	display:block;
}
p.text1{
	background:#C0392B;
	padding:10px;
	color:#fff;
	font-size: 1.1em;
	text-transform:uppercase;
}
p.text_ambulatorial{
	background:#00FF00;
	padding:10px;
	color:#fff;
	font-size: 1.1em;
	text-transform:uppercase;
}
p.text_mensagem_ambulatorial{
	background:#FFFFFF;
	padding:10px;
	color:#000000;
	font-size: 1.1em;
	/*text-transform:uppercase;*/
}
p.text_standard{
	background:#3333FF;
	padding:10px;
	color:#fff;
	font-size: 1.1em;
	text-transform:uppercase;
}
p.text_mensagem_standard{
	background:#FFFFFF;
	padding:10px;
	color:#000000;
	font-size: 1.1em;
	/*text-transform:uppercase;*/
}
p.text_executivo{
	background:#999999;
	padding:10px;
	color:#fff;
	font-size: 1.1em;
	text-transform:uppercase;
}
p.text_mensagem_executivo{
	background:#FFFFFF;
	padding:10px;
	color:#000000;
	font-size: 1.1em;
	/*text-transform:uppercase;*/
}
p.text_plus{
	background:#CC9900;
	padding:10px;
	color:#fff;
	font-size: 1.1em;
	text-transform:uppercase;
}
p.text_rodape_adesao{
	background:#CC9900;
	padding:10px;
	color:#fff;
	font-size: 1.0em; 
	text-transform:uppercase;
	text-align: center;
}
p.text_rodape_adesao2{
	background:#999999;
	padding:10px;
	color:#fff;
	font-size: 1.0em;
	text-transform:uppercase;
	text-align: center;
}


p.text_mensagem_plus{
	background:#FFFFFF;
	padding:10px;
	color:#000000;
	font-size: 1.1em;
	/*text-transform:uppercase;*/
}


.extra-wrap {
	overflow: hidden;
}
.extra-wrap p {
	color:#E2DDA0;
	line-height: 1.5em;
	font-family: 'caviar_dreamsregular';
	font-size: 1.1em;
}
.grid_6{
	margin-bottom:2%;
}
.quote {
	display: inline-block;
	background: url(images/quote.png) 0 bottom no-repeat;
	width: 16px;
	height: 17px;
	padding-right: 6px;
	margin-left: 3px;
}

.arrow {
	position: absolute;
	width: 17px;
	height: 26px;
	background: url(images/arrow-1.png) 0 0 no-repeat;
	left: -11px;
	top: 19px;	
}
.img-ind {
	float: left;
	margin-right: 20px;
	width: 8%;
}
.extra-wrap {
	overflow: hidden;
}
.extra-wrap p {
	color:#E2DDA0;
	line-height: 1.5em;
	font-family: 'caviar_dreamsregular';
	font-size: 1.1em;
}

.box-4 .inside {
	border: 1px solid #999999;
	padding: 25px 28px 28px;
	position: relative;
	margin-left: 1px;
	background: #ddd;
}
.inside h3 {
	color: #333;
	font-size: 1.3em;
	font-family: 'verdana';
	padding-bottom: 10px;
}
.arrow {
	position: absolute;
	width: 17px;
	height: 26px;
	background: url(images/arrow-1.png) 0 0 no-repeat;
	left: -11px;
	top: 19px;	
}

.services-box{
	margin-bottom:2%;
}
.sidebar-nav{
	margin-bottom:10%;
}
.sidebar-nav li {
	background: url(../images/list.png)no-repeat 0 11px;
	border-bottom: 1px dotted #BDBABA;
	padding: 4px 0 10px 10px;
	margin: 10px 0px 0px;
}
.sidebar-nav li.last {
	border-bottom:none;
}
.sidebar-nav li a {
	font-size:1em;
	color: #777;
	vertical-align: top;
	font-family: 'ambleregular';
}
.skills {
	width: 100%;
	margin: 10px 0;
	background-color: #D7DEE0;
	height: 10px;
}
.skills > div {
	height: 100%;
	display: block;
	background-color:#C0392B;
}
.skills p {
	position: absolute;
	margin-top: 3px;
	margin-left: 15px;
	color: #FFF;
}
.text2{
	float:left;
	font-family: 'ambleregular';
	color:#777;
	font-size:1em;
}
.percent{
	float:right;
	font-family: 'ambleregular';
	color:#777;
	font-size:1em;
}
.poling{
	margin-bottom:17%;
}
.poll{
	margin-bottom:8%;
}
  /* Table Base */

  table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: verdana;
  }

  .table {
    border-bottom: #999999 solid 1px;
    width: 100%;
    margin-bottom: 20px;
  }

  .table th,
  .table td {
    border-right: #999999 solid 1px;
    font-size: 18px;
    padding: 8px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
  }

  .table td:last-child {
     border-right: 0;
  }

  .table thead th {
    font-weight: normal;
    /* background-color: #005dab; cor do cabecalho original */
    background-color: #000099;
    color: #fff;
    font-size: 15px;
  }

  .table tbody > tr:nth-child(odd) > td,
  .table tbody > tr:nth-child(odd) > th {
    /*background-color: #f8f8f8;*/
	background-color: #CFEEFE;
  }


/* Small Sizes */
@media (max-width: 767px) { 
  
  /* Responsive Table */
  .table-responsive {
    display: block;
    position: relative;
    width: 100%;
  }

  .table-responsive thead,
  .table-responsive tbody,
  .table-responsive th,
  .table-responsive td,
  .table-responsive tr {
    display: block;
  }
  .table-responsive td,
  .table-responsive th {
    height: 35px;
  }

  .table-responsive thead {
    float: left;
  }

  .table-responsive tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .table-responsive tbody tr {
    display: inline-block;
  }

  
  .table td:last-child {
     border-right: #999999 solid 1px;
  }
}

 /* Table Planos */

  table_planos {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: verdana;
  }

  .table_planos {
    border-bottom: #999999 solid 1px;
    width: 100%;
    margin-bottom: 20px;
  }

  .table_planos th,
  .table_planos td {
    border-right: #999999 solid 1px;
    font-size: 18px;
    padding: 8px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
  }

  .table_planos td:last-child {
     border-right: 0;
  }

  .table_planos thead th {
    font-weight: normal;
    /* background-color: #005dab; cor do cabecalho original */
    background-color: #000099;
    color: #fff;
    font-size: 15px;
  }

  .table_planos tbody > tr:nth-child(odd) > td,
  .table_planos tbody > tr:nth-child(odd) > th {
    /*background-color: #f8f8f8;*/
	/*background-color: #CFEEFE;*/
  }
  


