.sub-menu #block-webform-client-block-23 {
  width: 280px;
  font-size: 10px;
  margin-top: 0;
  height: auto;
  position: relative;
}

.sub-menu #webform-client-form-23 .form-item {
  padding: 3px 0 3px 0;
  margin: 0;
}

#webform-client-form-23 .compact-form-label {
  top: 4px;
  left: 5px;
  font-size: 11px;
}
#webform-client-form-23 input[type="text"],
#webform-client-form-23 input[type="email"],
#webform-client-form-23 .form-item,
#webform-client-form-23 .label,
#webform-client-form-23 .form-textarea {
  font-size: 12px !important;
  color: #999;
  height: 16px;
  line-height: 14px;
  padding-left: 5px;
  width: 95%;
  vertical-align: middle;
  border-radius: 5px;
}
#webform-client-form-23 input[type="text"],
#webform-client-form-23 input[type="email"]{
  background: #FFF;
}

#webform-client-form-23 .webform-component-textarea,
#webform-client-form-23 #edit-submitted-mensagem {
  height: 60px !important;
}
.menu-attach-block-drop-link {
  height: 0 !important;
}

#webform-client-form-23 input.form-submit, a.button {
  font-size: 12px !important;
  line-height: 12px !important;
}


.view-noticias .view-display-id-page_1 .views-row { height: 172px; }
.view-noticias .view-display-id-page_1 .blog-img-fundo { float: left; margin-right: 10px;}
.blog-img-fundo {
  height: 150px;
  width: 278px;
  padding-bottom: 5px;
  float: left;
  margin-right: 10px;
}
.blog-img-fundo p { margin-bottom: 0px; }

/* new clearfix */
.clearfix:before,
.clearfix:after {
  content: "\0020";    
  display: block;    
  height: 0;    
  overflow: hidden;	
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child + html .clearfix { zoom: 1; } /* IE7 */

.front h1#page-title { visibility: hidden; margin: 0; padding: 0; height: 0; }

.not-front h1#page-title { 
  font-family: 'Yanone Kaffeesatz', sans-serif;
  word-spacing: 0.03em;
  letter-spacing: 0;
  color: #3AA0E1;
  font-size: 34px;
  text-transform: uppercase;
  padding-bottom: 0px;
  padding-top: 15px;
  line-height: 36px;    
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0em;
  font-family: Tahoma, Arial, Georgia, 'Times New Roman', serif;
}

h1 {
  font-size: 20px;
  color: #969491;
}

h2 {
  font-size: 16px;
  color: #666;
}

/* Make site titles the same size if it's an H1 (home) or H2 (internal) */
h1.site-name,
h2.site-name {
  font-size: 16px;
}

/* Make it a bit smaller for block headers */
h2.block-title {
  margin: 0;	
  font-family: 'Yanone Kaffeesatz', sans-serif;
  word-spacing: 4px;
  letter-spacing: 0em;
  color: #747474;
  font-size: 33px;
  text-transform: uppercase;
  padding-bottom: 0px;
  padding-top: 20px;  
  text-align: center;
  line-height: 26px;      
}

#block-block-14 h2.block-title,
#block-block-15 h2.block-title  { padding-bottom: 20px; }

h2.node-title {
  font-size: 14px;
}

h3 {
  font-size: 13px;
}

h4 {
  font-size: 12px;
}

h5 {
  font-size: 11px;
}

h6 {
  font-size: 10px;
}

body {
  background-color: #FFF;
  color: #202020;
  line-height: 20px;
  font-size: 14px;  
}

label { font-weight: normal; }

img#logo { width: 178px; height: 65px; }

.node-links { padding: 20px 20px 20px 0; }
.node ul.inline, .node ol.inline { padding-left: 0 !important; }

#zone-postscript-wrapper {
  background: #EBEBEB url(../imagens/galeria-bg.gif) left top repeat-x;
}

#zone-postscript {
    background: #EBEBEB url(../imagens/galeria-bg.gif) left top repeat-x;
}

#zone-footer-wrapper {
  background-color: #151E19;
}

.container-24 .grid-8 {
  margin: 0;
}

#zone-menu-wrapper {
  background: white url(../imagens/menu-bg.png) repeat-x;
  background: #d6d6d6; /* Old browsers */
  background: -moz-linear-gradient(top, #d6d6d6 0%, #dadada 6%, #efefef 25%, #f2f2f2 29%, #f3f3f3 37%, #e9e9e9 57%, #e0e0e0 68%, #cbcbcb 88%, #c3c3c3 98%, #8a8a8a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(6%,#dadada), color-stop(25%,#efefef), color-stop(29%,#f2f2f2), color-stop(37%,#f3f3f3), color-stop(57%,#e9e9e9), color-stop(68%,#e0e0e0), color-stop(88%,#cbcbcb), color-stop(98%,#c3c3c3), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d6d6d6 0%,#dadada 6%,#efefef 25%,#f2f2f2 29%,#f3f3f3 37%,#e9e9e9 57%,#e0e0e0 68%,#cbcbcb 88%,#c3c3c3 98%,#8a8a8a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d6d6d6 0%,#dadada 6%,#efefef 25%,#f2f2f2 29%,#f3f3f3 37%,#e9e9e9 57%,#e0e0e0 68%,#cbcbcb 88%,#c3c3c3 98%,#8a8a8a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d6d6d6 0%,#dadada 6%,#efefef 25%,#f2f2f2 29%,#f3f3f3 37%,#e9e9e9 57%,#e0e0e0 68%,#cbcbcb 88%,#c3c3c3 98%,#8a8a8a 100%); /* IE10+ */
  background: linear-gradient(to bottom, #d6d6d6 0%,#dadada 6%,#efefef 25%,#f2f2f2 29%,#f3f3f3 37%,#e9e9e9 57%,#e0e0e0 68%,#cbcbcb 88%,#c3c3c3 98%,#8a8a8a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#8a8a8a',GradientType=0 ); /* IE6-9 */  
  height: 66px;
}

.front #section-header {
  background: white url(../imagens/header-bg.gif) 0 66px repeat-x;
}
.front #zone-header-wrapper {
  height: 398px;
  background: transparent url(/sites/all/files/imagens/banners/banner-principal.jpg) center top no-repeat;
  background-size: 1256px 398px;  
}
.not-front #zone-header-wrapper {
  background: #F5F5F5 url(/sites/all/files/imagens/tema/header-inner.jpg) center top no-repeat;
  background-size: 1200px 282px;  
  height: 243px !important;
}


.blog-front {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.blog-marca {
  overflow: hidden;
  position: relative;
  padding: 20px 0 0 0;
  max-width: none;
}

.blog-marca .view-noticias { 
  width: 280px; 
  margin-left: auto;
  margin-right: auto;
}

.blog-front .views-field-field-noticia-marca {
  color: #3AA0E1;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  padding-bottom: 8px;
}

.views-field-title { padding-bottom: 5px; }

.blog-front .views-field-title a:link, 
.blog-front .views-field-title a:visited {
  font-family: 'Yanone Kaffeesatz',sans-serif;
  word-spacing: 0;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: #181818;
  font-size: 24px;
  line-height: 22px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.blog-front .views-field-title a:hover { text-decoration: underline; color: #3AA0E1; } 

.blog-front .views-field-body {
  color: #101010;
  font-size: 13px;
  padding-bottom: 8px;
}

.blog-front .views-field-field-data-publicacao {
  color: #444;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-style:italic;
  padding-bottom: 5px;
}

.blog-img-icon {
  display: block;
  position: absolute;
  top: 100px;
  left: 276px;
}
.blog-img-icon img { width: 46px; height: 46px; }  

img.blog-icon-19 { background: url(/sites/all/files/imagens/tema/blog-icons.jpg) -231px 354px; } /* Pro */
img.blog-icon-21 { background: url(/sites/all/files/imagens/tema/blog-icons.jpg) -231px 46px; }
img.blog-icon-18 { background: url(/sites/all/files/imagens/tema/blog-icons.jpg) -231px -81px; }
img.blog-icon-13 { background: url(/sites/all/files/imagens/tema/blog-icons.jpg) 47px 357px; }
img.blog-icon-15 { background: url(/sites/all/files/imagens/tema/blog-icons.jpg) 368px 48px; }
img.blog-icon-20 { background: url(/sites/all/files/imagens/tema/blog-icons.jpg) 48px 48px; }
img.blog-icon-22 { background: url(/sites/all/files/imagens/tema/blog-icons.jpg) -541px -81px; }

.blog-img-fundo {
  height: 150px;
  width: 278px;
  background: transparent url(/sites/all/files/imagens/tema/blog-imagem-bg.png) top center no-repeat;
  padding-bottom: 5px;
} 

.blog-imagem { width: 271px; height: 123px; margin: 3px 0 0 4px !important; } 


.bubbleInfo { position: relative; }
.popup {
  position: absolute;
  display: none; /* keeps the popup hidden if no JS available */
}
.popup img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)" !important; /* IE8 */   
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF) !important;   /* IE6 & 7 */      
  zoom: 1;
}  

.front .block {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.menutopo {
  width:950px;
  height:25px;
  float:left;
  margin-top:4px;
}

.dir tr:hover td, tr.even:hover td.active, .dir tr.odd:hover td.active { background: none !important; }

.dir table td, .dir table th { padding: 0; }

.dir {
  width:745px;
  float:left;
}
.dir table { margin-bottom: 0px; }

.dirdentro { 
  width:745px;
  float:left;
}

.esq_Intro {
  width:349px;
  float:left;
  margin-left:40px;
}

.esq_IntroB {
  margin-top: -1px;
  margin-bottom: -1px;
  width:349px;
  float:left;
}

.esq_IntroC {
  margin-top: 10px;
  width:354px;
  height:132px;
  float:left;
  background-image: url(../imagens/flash-bg.png);   
}

.dir_IntroA {
  width:349px;
  float:left;
}

#zone-content {
  background-color: #FFF;
}
#zone-content ul, #zone-content ol {
  padding-left: 30px;
}

#zone-content ul.vertical-tabs-list { padding-left: 0px !important; }

#zone-branding-wrapper {
  background-color: #FFF;
  color: #000;
}

#zone-branding { padding-top: 0px; }

.clear{
	/* This class clears the floats */
	clear:both;
}

.front #block-system-main { background: none; visibility: hidden; height: 0; margin; 0; padding: 0; }

.baixo_int table { border: 0; }
.front .topo { padding-bottom: 20px; }

.breadcrumb {
  padding: 3px 10px 3px 10px; 
  background: #DDD url(../imagens/breadcrumb.png) 50% 50% repeat-x;
  margin-bottom: 10px; 
}
.breadcrumb a, .breadcrumb a:visited { color: #000; text-decoration: none; }



	/*--- slider begin ---*/
	#block-block-1 {
    margin-bottom: 10px;
  }
  
	div.content-gallery { position:relative;  width:799px; height: 156px; float:left;}
	div.slideshow-container {
		/*position: relative;*/
		clear: both;
		height: 156px; /* This should be set to be at least the height of the largest image in the slideshow */
		float:left;
		}

	div.slideshow { width:799px; height:156px; position:absolute; z-index:0;}
	
	div.slideshow span.image-wrapper {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	div.slideshow a.advance-link {
		display: block;
		width: 799px;
		height: 156px; /* This should be set to be at least the height of the largest image in the slideshow */
		/* This should be set to be at least the height of the largest image in the slideshow */
	}
	div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
		text-decoration: none;
	}
	
	div.slideshow img {
		position:absolute;
		top:0;
		left:0;
	}
	div.download {
		float: right;
	}
	
	ul.thumbs { visibility: hidden; }
	
#block-block-1 { margin-bottom: 4px; }   
#block-block-4 { padding-top: 10px;}
.rodadapecentro img { padding-top: 20px; }

#block-block-5 { width: 950px; height: 25px; background: url(../imagens/header-menu-bg.gif) no-repeat; margin-bottom: 15px; }
#block-block-5 ul.menu { margin-left: 132px; }
#block-block-5 ul.menu li { float: left; padding-top: 1px; }
#block-block-5 ul.menu li a { text-decoration: none; }
#block-block-5 ul.menu li a:hover { text-decoration: underline; }

#sliderWrap {
  margin:  0 0 0 750px;
  width: 179px;
  height: 0;
}
#slider {
  position: absolute;
  background-image:url(../imagens/slider-pesquisa.png);
  background-repeat:no-repeat;
  background-position: bottom;
  width: 179px;
  height: 88px;
  top: -61px;
  margin-bottom: -61px;
  z-index: 1;
}
#slider img {
  border: 0;
}
#sliderContent {
  margin: 5px 25px 0 5px;
  position: absolute;
  text-align: left;
  padding: 10px;
}
#openCloseWrap {
  position:absolute;
  margin: 58px 0 0 45px;
}

#block-search-form {
  width: 179px;
}

#edit-search-block-form--2 {
  width: 125px;
}

#search-block-form input { font-size: 12px; }

#block-block-4 { 
  padding-top: 15px; 
  background-image:url(/sites/all/files/imagens/paginas/advance-news.png);
  background-repeat:no-repeat;
  background-position: bottom;
  width: 747px;
  height: 187px;
}
#block-block-4 .content { 
  padding: 0px 10px 10px 7px;
  line-height: 1.0em !important; 
}  
#block-block-4 .views-field-title a {
  font-size: 12px !important;  
  font-weight: bold;
  text-decoration: none;
  color: #0062A0;
}  
#block-block-4 .views-field-title a:hover {
  text-decoration: underline;
  color: #3A3A3A;
}  

#block-block-4 .views-field-body {
  font-size: 11px !important;  
  font-weight: normal;
  color: #3A3A3A;
}  

#block-block-4 .views-row { padding-bottom: 15px; }

#block-block-4 .views-field-path {
  float: right;
  margin-top: 2px;
  margin-right: 7px;
  background-image:url(../imagens/ler-mais.png) !important;
  background-repeat: no-repeat;
  width: 31px;
  height: 18px;
}  
#block-block-4 .views-field-path:hover {
  background-image:url(../imagens/ler-mais-hover.png) !important;
  cursor: pointer;
}  
#block-block-4 .view-header {
  padding-top: 7px;
  padding-left: 580px;
}  
#block-block-4 .view-header p {
  margin-bottom: 14px;
}
#block-block-4 .view-header a {
  font-size: 12px !important;  
  font-weight: bold;
  color: #171A63 !important;
  text-decoration: none;
}
#block-block-4 .view-header a:hover {
  color: #FFF !important;
}  

#block-block-4 .views-field-field-data-publicacao {
  float: right;
  font-size: 9px;
  font-weight: bold;
  color: #3A3A3A;
  margin-top: 4px;
  margin-right: 20px;
}


/** button & read more **/

.addtoany img { margin: 0; vertical-align: middle; }

.node-links ul li a, 
.comment-links ul li a,
input.form-submit, 
a.button {
  vertical-align: middle;
  margin: 0 12px 12px 0;
  cursor: pointer;
  padding: 3px 15px 3px 14px;
  float: left;
  font: 14px "Lucida Grande",Verdana,sans-serif !important;
  color: #444;
  font-weight: normal;
  font-size: 1.077em;
  text-decoration: none;
  text-shadow: white 0 1px 1px;
  text-align: center;
  line-height: 24px !important;
  border: 1px solid #E4E4E4;
  border-bottom: 1px solid #B4B4B4;
  border-left-color: #D2D2D2;
  border-right-color: #D2D2D2;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAiCAIAAAA24aWuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzEyQ0NCQzIxNTI1MTFFMjk4Qzc5QjQ0OEY4MkI5QzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzEyQ0NCQzMxNTI1MTFFMjk4Qzc5QjQ0OEY4MkI5QzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MTJDQ0JDMDE1MjUxMUUyOThDNzlCNDQ4RjgyQjlDMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3MTJDQ0JDMTE1MjUxMUUyOThDNzlCNDQ4RjgyQjlDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpilPbsAAABaSURBVHja7JLBCQAxCASjiP0XbDTmOph75eGCP4dZQamqBaOLZ5hhbiwzMfPjR5/29CCViFwPZuoLvmc8D3saQC+nqtjTyxYRqFiXsr4Jd9t7427uTj1HgAEAtCF1Ad0rVEcAAAAASUVORK5CYII=); 
  -moz-border-radius: 20px;                                                                                              
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: visible;
}

.node-links ul li a:hover, 
.comment-links ul li a:hover,
input.form-submit:hover, 
a.button:hover { 
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEE), to(white));
	background:-moz-linear-gradient( center top, white 5%, #EEE 100% );
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00EEEEEE,endColorstr=#00FFFFFF)" !important; /* IE8 */   
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#ffffff'); /* IE6 & 7 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAiCAIAAAA24aWuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUYzMEUzMjExNTI4MTFFMjkzRTBEOTU0ODJDRDZCNzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUYzMEUzMjIxNTI4MTFFMjkzRTBEOTU0ODJDRDZCNzMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRjMwRTMxRjE1MjgxMUUyOTNFMEQ5NTQ4MkNENkI3MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRjMwRTMyMDE1MjgxMUUyOTNFMEQ5NTQ4MkNENkI3MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtNZn+kAAABnSURBVHja7JPBDQAhCAQB6b9Mi+ABt95ZgPsx92AS48fJRKI658xMOcbMPCKq6txRVR9j0B1EoJ47OO+A7ugLdx8sqLQjDMtBhJ51d/7d+TYq5dRj2w4budhRamj7qwpPO+0sHgEGALOKKoJajK3PAAAAAElFTkSuQmCC); 
}

.node .field-name-field-galeria-foto img {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

.mini-site-thumb {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}

.mini-site-titulo  {
  font-family: 'Yanone Kaffeesatz',sans-serif;
  word-spacing: 0;
  letter-spacing: 0.03em;
  font-size: 23px;
  line-height: 20px;
  color: #3F3F3F;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
}

.ver-mini-site {
  text-align: left;    
}
.ver-mini-site p { margin-bottom: 0; }
.ver-mini-site a {
  font-size: 13px;
  line-height: 12px;
  color: #3fa5e6;
  text-decoration: none;
}

#block-block-2,
#block-block-14 { background: none; }
#block-block-15 { padding-bottom: 30px; } 
#block-block-15 .content { padding-left: 0px; }

#block-block-17 {
  background: none;
  padding: 0;
  margin: 0 auto 0 auto;
}

.ui-draggable { position: absolute; left: 0; top: 0; }
.rvml { position: absolute; left: 0; top; 0; }

/* Rodap\E9 */
.rodape { width: 100%; margin-top: 20px; }
.rodape table { border: none; width: auto; margin-bottom: 10px; }
.rodape table table { margin-bottom: 0px; }

a.footerText, 
.footerText {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999999; 
  text-align: left;
  text-decoration: none;
}  
a.footerText {
  color: #999999; 
}
.footerText strong a {
  color: white; 
}

a.footerText:hover {
  color: #1b95d2;
  text-decoration: underline;
}

.rodape table {
  font-size: 10px;
  padding-top: 5px; 
  display: inline-block;
}  

#footer {
  width: 100%;
  text-align: center;
  color: #555;
  font-weight: bold;
  font-size: 11px;
  border-top: 1px solid #555;
}
.rodape ul#rodape  {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 0;
}

.rodape ul#rodape li {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  min-width: 318px;   
}

.rodape .2 {
  float: right !important;
  max-width: 200px;
  margin-left:  auto !important;
  margin-right:  auto !important;
}

#links-menu  { text-align: left !important; }
ul#rodape table#contatos,
ul#rodape #redes-sociais  { text-align: right; }

#block-block-2 { padding-bottom: 0; }

img#google,
img#twitter,
img#facebook {
  width:  28px;
  height: 24px;
}
img#google { background:url(/sites/all/files/imagens/tema/icons-redes-sociais.png) 0 -24px; }
img#twitter { background:url(/sites/all/files/imagens/tema/icons-redes-sociais.png) -25px 0px; }
img#facebook { background:url(/sites/all/files/imagens/tema/icons-redes-sociais.png) -52px -72px; }

#redes-sociais {
  float: right;
  margin-right: 40px;
}

/* This file will hold styles that are loaded using the same media query as the narrow grid. */

.not-front .container-24 .grid-16 {
  min-width: 300px !important;
  padding-left: 5px !important; 
  padding-right: 5px !important; 
}
.not-front .container-24 .grid-8 {
  width: 310px !important; 
  float: none; 
  text-align: center;
  margin-left: auto;
  margin-right: auto;  
}

.not-front #zone-header-wrapper { height: 282px; }
.not-front .jcarousel-skin-tango .jcarousel-container-vertical { padding: 40px 10px 20px 10px; }

.front .block { background-size: 300px 15px !importan; }

.mini-site-titulo { font-size: 18px; }
.ver-mini-site { margin-bottom: 5px; }

#block-block-14 .jcarousel-skin-tango .jcarousel-item p { margin-bottom: 5px; }

.responsive-layout-mobile .banner { height: 240px; }
.responsive-layout-mobile .banner img { width: 240px; height: 127px; }

.responsive-layout-mobile .not-front #block-block-16 { margin-top: 0 !important; }
.responsive-layout-mobile .not-front .jcarousel-skin-tango .jcarousel-container-vertical { padding: 10px 10px 20px 10px !important; }

#frontpage #foto-1 { left: 5px;  right: 0;  top: 5px; width: 300px; height: 131px; }
#frontpage #foto-2 { left: 1px;   right: 0; top: 60px; }
#frontpage #foto-3 { left: 120px; right: 0; top: 140px; }
#frontpage #foto-4 { left: -9999px; right: -9999px; top: 0px; display: none; }
#frontpage #foto-5 { left: -9999px; right: -9999px; top: 0px; display: none; }
#frontpage #foto-6 { left: -9999px; right: -9999px; top: 0px; display: none; }
#frontpage #foto-7 { left: -9999px; right: -9999px; top: 0px; display: none; }
#frontpage #titulo { left: 1px; right: 0;    top: 230px; }

#prounicenter #foto-1 { left: 0;     right: 1px;   top: 1px; z-index: 6; }
#prounicenter #foto-2 { left: 0;     right: 82px;  top: 5px; }
#prounicenter #foto-3 { left: 0;     right: 173px; top: 0px; z-index: 1; }
#prounicenter #foto-4 { left: -20px; right: 0;     top: 17px; }
#prounicenter #titulo { left: 0;     right: 1px;   top: 195px; }

#pingusenglish #foto-1 { left: 0;     right: 1px;   top: 15px; z-index: 2 !important; }
#pingusenglish #foto-2 { left: 0;     right: 160px; top: 24px; }
#pingusenglish #foto-3 { left: 0;     right: 198px; top: 0px; }
#pingusenglish #foto-4 { left: -10px; right: 0;     top: 50px; }
#pingusenglish #titulo { left: 0;     right: -10px; top: 194px; }

#formacao-formadores #foto-1 { left: 0;   right: 100px;  top: 30px; }
#formacao-formadores #foto-2 { left: 0;   right: 290px;  top: 17px; }
#formacao-formadores #foto-3 { left: 0;   right: 492px;  top: 20px;  }
#formacao-formadores #foto-4 { left: 20px;  right: 0;    top: 50px;  }
#formacao-formadores #titulo { left: 250px; right: 0;    top: 190px;  }

#campus-digital #foto-1 { left: 0;     right: 10px;  top: 2px; }
#campus-digital #foto-2 { left: 0;     right: 1px;   top: 73px; }
#campus-digital #foto-3 { left: 0;     right: 130px; top: 5px; }
#campus-digital #foto-4 { left: -10px; right: 0;     top: 30px; }
#campus-digital #foto-5 { left: -9999px; right: -9999px; top: 0px; display: none; }
#campus-digital #titulo { left: 0;     right: 1px;   top: 200px; }

#seguranca-saude-trabalho-sst #foto-1 { left: 0;  right: -10px;  top: 10px; }
#seguranca-saude-trabalho-sst #foto-2 { left: 0; right: 200px; top: 1px; }
#seguranca-saude-trabalho-sst #foto-3 { left: -5px; right: 0;     top: 100px; }
#seguranca-saude-trabalho-sst #titulo { left: auto; right: 1px; top: 160px; }

#skills-gym #foto-1 { left: -9999px; right: -9999px; top: 0px; display: none; }
#skills-gym #foto-2 { left: -9999px; right: -9999px; top: 0px; display: none; }
#skills-gym #foto-3 { left: -9999px; right: -9999px; top: 0px; display: none; }
#skills-gym #foto-4 { left: 1px;  right: 0;     top: 5px;   width: 264px; height: 271px; }
#skills-gym #titulo { left: 7px; right: auto;   top: 297px; width: 164px; height: 34px; }

#unicenter #foto-1 { left: 0; right: 273px; top: 5px; width: 334px; height: 146px; }
#unicenter #foto-2 { left: 0; right: 104px; top: 75px; width: 223px; height: 156px; }
#unicenter #foto-3 { left: 20px; right: 0; top: 0px; width: 361px; height: 282px; }
#unicenter #foto-4 { left: 390px; right: 0; top: 25px; width: 49px; height: 68px; }
#unicenter #foto-5 { left: 380px;  right: 0;  top: 170px; width: 50px; height: 50px; }
#unicenter #titulo { left: 0; right: 458px; top: 174px; }

#directenglish #foto-1 { left: 0; right: 1px; top: 50px; width: 230px; height: 162px; }
#directenglish #foto-2 { left: 0; right: 112px; top: 17px; width: 216px; height: 159px; }
#directenglish #foto-3 { left: 1px; right: 0; top: 52px; width: 273px; height: 182px; }
#directenglish #foto-4 { left: -9999px; right: -9999px; top: 0px; display: none; }
#directenglish #titulo { left: 0; right: 10px; top: 208px; }

#linguaphone #foto-1 { left: 0; right: 1px; top: 50px; width: 235px; height: 172px; }
#linguaphone #foto-2 { left: 0; right: 112px; top: 17px; width: 227px; height: 178px; }
#linguaphone #foto-3 { left: 1px; right: 0; top: 52px; width: 211px; height: 217px; }
#linguaphone #foto-4 { left: -9999px; right: -9999px; top: 0px; display: none; }
#linguaphone #titulo { left: 0; right: 10px; top: 208px; }

#advance-station #foto-1 { left: 662px;  right: 0;  top: 20px; }
#advance-station #foto-2 { left: 456px; right: 0; top: 1px; }
#advance-station #foto-3 { left: 40px; right: 0;     top: 100px; }
#advance-station #titulo { left: 326px; right: 0; top: 160px; }

.descricao {
  margin-top: 10px !important;
}
.descricao p {
  font-family: Helvetica,Arial,sans-serif;
  text-align: left;
  font-size: 11px;
  font-style: italic;
  text-decoration: none !important;
  margin: 0 1px 0 1px;
  color: #444;
  font-weight: normal;
  line-height: 12px;
}
  .features hr{
   opacity:0.5;
  }
  .features ul li{
  list-style-type:disc;
  }

  #zone-menu { height: 66px; width: 100%; }
  #zone-menu .grid-24 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }  
  .main-nav ul { margin-bottom: 0; }
  
.nav-links:hover {
  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca', endColorstr='#fefeff',GradientType=0 ); /* IE6-9 */
}

.main-nav-wrap .container {
  color: #151e19;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1;
}

.main-nav-wrap .main-subnav {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
  background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
  /*border-right: 1px solid gainsboro;*/
}

.main-nav-wrap {
  color: #151e19;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1;
  overflow:hidden;
  height:65px;
  z-index:99;
  top: 0px;
  left: 0px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  /*border-bottom: 1px solid #ACACAC; */     
}
.main-nav {
  height: 66px;
  position: relative;
}
.main-nav a:hover {
    text-decoration: none;
}
.main-nav li {
  cursor: pointer;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 66px;
  position: relative;
  width: 11%;
  padding: 0 3px 0 3px;
  text-align:center;
}
.main-nav #first {
  float: left;
}

.nav-links a,
.nav-links h2 {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 13px;
  display: block;
  height: 66px;
  margin: 0 auto 0 auto;
  padding-top: 14px;
  color: #525252;
  text-decoration: none;
}
.nav-links a:hover {
   color: #3AA0E1;
}
.nav-icon a, .nav-icon h2 {
  padding-top: 0;
}

.nav-links span {
    display: block;
    height: 19px;
    margin: 15px 0 10px 34px;
    width: 30px;
}

.main-subnav {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 12px;
    padding-bottom: 30px;
    width: 100%;
    height:100%;
}
.main-subnav a,
.main-subnav h2 {
  display: block;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.main-subnav a {
    color: #454545;
}
.main-subnav .container{
  height:100%;
  padding-bottom:66px;
}
.main-subnav .group{
 display:block;
 left:-2000px;
}
.main-subnav a:hover {
    color: #3AA0E1;
    text-decoration: none;
}
.sub-menu {
  display: none;
  padding: 0px;
  position:absolute;
  padding-bottom: 0px;
  width: 100%;
}
.main-subnav .sub-container {
  border-right: 1px solid #F3F3F3;
}
.main-subnav .sub-container ul {
    border-right: 1px solid #F3F3F3;
    margin: 0;
    padding: 0 9px;
}
.main-subnav .sub-container ul li {
  position: relative;
  padding: 0 3px 10px 3px;
  margin-bottom: 20px !important;
}
.sub-menu .sub-container ul {
    padding: 0;
}
.sub-menu .sub-container ul ul {
    padding: 0 15px;
    padding-top:20px;
}

.sub-menu .sub-container ul {
    padding: 0;
}
.sub-menu li.subnav-icon {
  padding-bottom: 0;
  padding-top: 10px;
  text-align: center;
  width: auto;
  position: relative !important;
  border-right: 1px solid #E3E3E3;
  margin: 0;
  padding-bottom: 0;
  padding-top: 20px;
  text-align: center;
  width: 140px;
}

.main-subnav #3 li.subnav-icon {
  width: 220px !important;
}
.sub-menu li.last {
  margin: 0;
  width: 168px;
  border-right: none;
}
.sub-menu li.last ul {
    padding-left: 10px;
}

.sub-menu .sub-container ul {
    padding: 0;
}
.sub-menu li.last {
    margin: 0;
    width: 168px;
}
.sub-menu li.last ul {
    padding-left: 10px;
}

.main-nav .nav-icon span,
.sub-menu .subnav-icon span {
  display: block;
  position: relative;
  padding-top: 0px;
  padding-bottom: 5px;
  margin: 0 auto 0 auto;
  -moz-transition:0.5s ease-in;
  -o-transition:0.5s ease-in;
  -webkit-transition:0.5s ease-in;
  -ms-transition:0.5s ease-in;
  transition:0.5s ease-in;
}
.main-nav .nav-icon span:hover,
.sub-menu .subnav-icon span:hover {
   top: 5px;
    -moz-transition:0.5s ease-in;
   -o-transition:0.5s ease-in;
   -webkit-transition:0.5s ease-in;
  -ms-transition:0.5s ease-in;
  transition:0.5s ease-in;
}
.main-nav .nav-icon span {
  left: 0px;
  height: 66px;
  top: 0px;
  width: 100%;
}
.main-nav .nav-icon span:hover {
   top: 3px;
}
.sub-menu h2 {
  text-align: left;
  margin-top: 12px;
  text-decoration: none;
  font-size:12px;
}
.sub-menu div {
  margin-top: 15px;
  position: relative;
}
.sub-menu input[type="text"] {
  border-radius:5px;
  background:#ddd;
  color: #999999;
  font-size: 12px;
  height: 14px;
  line-height: 12px;
  padding-left: 5px;
  width: 100%;
}
.sub-menu input[type="button"] {
    background: none repeat scroll 0 0 #CE111C;
    border-color: #E5888D #6D8000 #9A9A9A;
    border-left: 0 solid #6D8000;
    border-radius: 3px 3px 3px 3px;
    border-right: 0 solid #6D8000;
    border-style: solid;
    border-width: 1px 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 2px #1E1919 inset;
     -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 2px #1E1919 inset;
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 2px #1E1919 inset;
       -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 2px #1E1919 inset;
    color: #FFFFFF;
    cursor: pointer;
    left: 830px;
    padding: 13px 23px;
    position: absolute;
    top: 10px;
}

/* Second CSS */

.container {
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow:hidden;
}
.sub-container {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  margin: 0 10px 0 10px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

#first {
    margin-left: 0 !important;
}
.last {
    margin-right: 0 !important;
}
.sub-container .grid_1 {
    width: 60px;
}
.sub-container .grid_2 {
    width: 140px;
}
.sub-container .grid_3 {
    width: 208px;
}
.sub-container .grid_4 {
    width: 300px;
}
.sub-container .grid_5 {
    width: 380px;
}
.sub-container .grid_6 {
    width: 460px;
}
.sub-container .grid_7 {
    width: 540px;
}
.sub-container .grid_8 {
    width: 620px;
}
.sub-container .grid_9 {
    width: 700px;
}
.sub-container .grid_10 {
    width: 780px;
}
.sub-container .grid_11 {
    width: 860px;
}
.sub-container .grid_12 {
    width: 940px;
}

.nav-bullet {
  display: inline-block;
  height: auto;
  padding: 0 !important;
}
.nav-bullet h2 {
  padding: 0;
  margin: 0;
}

.grid_3.nav-bullet.li-2239 { overflow:auto; width:100%; font-size: 10px; }
.grid_3.nav-bullet.li-2239 .blog-img-icon { display: none; height:0; padding: 0; margin: 0; }
.grid_3.nav-bullet.li-2239 .views-row { width: 25%; float: left; margin-top: 0; }
.grid_3.nav-bullet.li-2239 a { font-size: 11px; }
.grid_3.nav-bullet.li-2239 img { width: 140px; height: 77px; }
.grid_3.nav-bullet.li-2239 .blog-img-fundo { width: 147px; height: 77px; background-size: 147px 77px; margin-top: 0; margin-right: 5px; }
.grid_3.nav-bullet.li-2239 div { margin-top: 12px; }
.grid_3.nav-bullet.li-2239 .views-field-field-noticia-marca {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #3AA0E1;
}

.grid_3.nav-bullet.li-558 { overflow:auto; float: right; }
.grid_3.nav-bullet.li-558 {
  overflow: auto;
  float: right;
  width: 280px;  
}
.grid_3.nav-bullet.li-558 #edit-submit {
  float: right;
  margin-top: 5px;
  margin-right: 26px;
}
.grid_3.nav-bullet.li-552 a { font-size: 13px; }

.menu-divider {
  background: gainsboro url(../imagens/menu-divider.png) left top no-repeat;
  background: -moz-linear-gradient(top, rgba(183,183,183,0.14) 0%, rgba(178,178,178,0.34) 2%, rgba(178,178,178,0.35) 3%, rgba(178,178,178,0.35) 13%, rgba(133,133,133,0.35) 39%, rgba(125,125,125,0.35) 50%, rgba(126,126,126,0.35) 56%, rgba(133,133,133,0.35) 64%, rgba(178,178,178,0.35) 89%, rgba(179,179,179,0.35) 98%, rgba(179,179,179,0.25) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(183,183,183,0.14)), color-stop(2%,rgba(178,178,178,0.34)), color-stop(3%,rgba(178,178,178,0.35)), color-stop(13%,rgba(178,178,178,0.35)), color-stop(39%,rgba(133,133,133,0.35)), color-stop(50%,rgba(125,125,125,0.35)), color-stop(56%,rgba(126,126,126,0.35)), color-stop(64%,rgba(133,133,133,0.35)), color-stop(89%,rgba(178,178,178,0.35)), color-stop(98%,rgba(179,179,179,0.35)), color-stop(100%,rgba(179,179,179,0.25))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(183,183,183,0.14) 0%,rgba(178,178,178,0.34) 2%,rgba(178,178,178,0.35) 3%,rgba(178,178,178,0.35) 13%,rgba(133,133,133,0.35) 39%,rgba(125,125,125,0.35) 50%,rgba(126,126,126,0.35) 56%,rgba(133,133,133,0.35) 64%,rgba(178,178,178,0.35) 89%,rgba(179,179,179,0.35) 98%,rgba(179,179,179,0.25) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(183,183,183,0.14) 0%,rgba(178,178,178,0.34) 2%,rgba(178,178,178,0.35) 3%,rgba(178,178,178,0.35) 13%,rgba(133,133,133,0.35) 39%,rgba(125,125,125,0.35) 50%,rgba(126,126,126,0.35) 56%,rgba(133,133,133,0.35) 64%,rgba(178,178,178,0.35) 89%,rgba(179,179,179,0.35) 98%,rgba(179,179,179,0.25) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(183,183,183,0.14) 0%,rgba(178,178,178,0.34) 2%,rgba(178,178,178,0.35) 3%,rgba(178,178,178,0.35) 13%,rgba(133,133,133,0.35) 39%,rgba(125,125,125,0.35) 50%,rgba(126,126,126,0.35) 56%,rgba(133,133,133,0.35) 64%,rgba(178,178,178,0.35) 89%,rgba(179,179,179,0.35) 98%,rgba(179,179,179,0.25) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(183,183,183,0.14) 0%,rgba(178,178,178,0.34) 2%,rgba(178,178,178,0.35) 3%,rgba(178,178,178,0.35) 13%,rgba(133,133,133,0.35) 39%,rgba(125,125,125,0.35) 50%,rgba(126,126,126,0.35) 56%,rgba(133,133,133,0.35) 64%,rgba(178,178,178,0.35) 89%,rgba(179,179,179,0.35) 98%,rgba(179,179,179,0.25) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24b7b7b7', endColorstr='#40b3b3b3',GradientType=0 ); /* IE6-9 */
  width: 2px;
  height: 65px;  
  float: left;
}  

.main-subnav li.subnav-icon .descricao {
  margin-left: 5px;
}

.nav-bullet .descricao p { margin: 0; }
.subnav-icon h2 { text-align: center; }
.nav-bullet h2 { color: #3AA0E1; }
.main-subnav .sub-container .nav-bullet { margin-bottom: 15px !important; } 

.main-subnav a:hover,
.main-subnav h2:hover { color: #000; }

.view-display-id-page_1 .views-row { 
  min-height: 160px; 
  background: transparent url(../imagens/blog-divider.png) center bottom no-repeat;
  margin-bottom: 30px;
  padding-bottom: 20px;  
}
.view-display-id-page_1 .blog-img-icon {
  margin-top: -20px;
  margin-left: -47px;
  width: 46px;
  height: 46px;
  position: relative;  
}

.view-display-id-page_1 .views-field-field-data-publicacao {
  font-style: italic;
  font-size: 12px;
  font-weight: bold;
  padding-top: 5px;
}

.main-subnav .sub-container .nav-bullet {
  margin-bottom: 15px !important;
}
.sub-container.item-524 li.li-2239 { margin-bottom: 0px !important; }
.sub-container.item-524 li.li-992 { float: right; padding-bottom: 20px !important; }

.blog-ver-tudo {
  padding: 5px 10px 5px 10px;
  background-color: #ECECEC;
  font-size: 12px;
}

.blog-ver-tudo a {
  color: #3FA5E6;
  text-decoration: none;
}

.blog-ver-tudo a:hover {
  color: #CF132A;
  text-decoration: underline;
}

.view-id-blog .view-footer {
  display: inline-block;
  width: 100%;
  margin-top: -20px;
  margin-right: 50px;
}

.front .blog-marca { min-height: 420px }

.foto-blog img { width: auto; height: 180px; }
/* Slide de Natal 
.front #zone-header-wrapper {
    background-image: url(/sites/all/files/imagens/banners/banner-natal.jpg);
}*/
 /*Slide da Pascoa*/
/*.front #zone-header-wrapper {
    background-image: url(/sites/all/files/imagens/banners/Slide_Adavance-Station.gif) !important;
	background-color: #EFE4E4 !important;
	}*/
	/*Slide Natal */
	/*
.front #zone-header-wrapper {
    background-image: url(/sites/all/files/imagens/banners/ads_natal.jpg);
}
	.banner-topo-imagens {
    display: none !important;
}

.front #section-header { background-image: none !important; }
*/
/*.Slide Natal */

/* REENERGIÇACAO ADS */

.front #section-header { background-image: none !important; }
.front #zone-header-wrapper {
    background: none !important;
        background-size: contain !important;
}
div#principal {
    background-color: white;
    /* background-color: rgb(178, 108, 107, 0.3); */
}

.banner-2019 img {
    text-align: center;
    margin: auto;
    display: block;
    max-height: 537px;
    max-width: 100%;
}

.banner-2019 {
    margin-top: -40px;
}

div#principal {
    background-color: rgb(255,255,255,0.6);
}

.main-nav-wrap {
    background-color: rgb(255,255,255,0.6);
}

div#principal {
    width: 100%;
    background-color: rgb(255,255,255,0.6);
    padding-left: 10%;
}

.nav-links a, .nav-links h2 {
    color: black;
}

.menu-divider {
    display: none;
}

div#home-b2 {
    width: 100%;
	display: flex;
}
.home-b2-1 {
    padding-left: 10%;
    padding-right: 10%;
    width: 50%;
    padding-top: 50px;
}
.home-b2-2 {
    width: 50%;
}

img.home-b2-img {
    width: 100%;
    padding-top: 20px;
}

h1.home-b2-1-h1 {
    color: black;
}

div#home-b2 {
    background-image: url(/sites/all/files/imagens/2019/background-home-min.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: -10px;
}

map#ImageMapsCom-image-maps-2019-03-27-113355 {
    display: table-column;
    /*visibility: hidden;*/
}

div#home-b3 {
    display: flex;

}

img.home-b3-img1, img.home-b3-img2, img.home-b3-img3 {
    width: 100%;
}

.home-b3-outer-img1, .home-b3-outer-img2, .home-b3-outer-img3 {
    position: relative;
    text-align: center;
    color: white;
}


@media (min-width: 601px)
{

h2.home-b3-h2 {
    color: black;
    padding-left: 13%;
}

div#home-b3 {

	margin-top: 30px;
	    padding-left: 13%;
    width: 100%;
}
}

.sub-left-1 {
  position: absolute;
  bottom: 27px;
  left: 16px;
color: white;
}

.sub-left-2 {
  position: absolute;
  bottom: 8px;
  left: 16px;
color: white;
}

.sub-left-3 {
  position: absolute;
  bottom: 27px;
  left: 16px;
color: white;
}

.sub-left-1 h2, .sub-left-2 h2, .sub-left-3 h2 {
    color: white;
    text-align: left;
    padding-right: 20px;
font-family: Tahoma, Arial, Georgia, 'Times New Roman', serif;
font-size: 18px;
}

.home-b3-outer-img1, .home-b3-outer-img2, .home-b3-outer-img3 {
    width: 28%;
}


@media (max-width:600px)
{
div#zone-header-wrapper {
    height: 300px !important;
}
div#first {
    display: none;
}
div#principal {
    padding-left: 5px;
}
div#home-b2 {
	display: block;
background-color: rgb(178,108,107,0.2);
background-image: none;
}
.home-b2-1 {
    width: 80%;
}
.home-b2-2 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
}
img.home-b2-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

div#home-b3 {
    display: block;
    margin-top: 40px;
}
.sub-left-1, .sub-left-2, .sub-left-3 {
    position: relative;
    display: block;
}
.sub-left-1 h2{
    color: black;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
margin-top: 30px;
}
.sub-left-2 h2{
    color: black;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
margin-top: 10px;
}
.sub-left-3 h2{
    color: black;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
margin-top: 30px;
}

img.home-b3-img1 {
    width: 100%;
}

img.home-b3-img2 {
    width: 100%;
}

img.home-b3-img3 {
    width: 100%;
}
.home-b3-outer-img1, .home-b3-outer-img2, .home-b3-outer-img3 {
    width: 100%;
}
h2.home-b3-h2 {
    color: black;
    text-align: center;
margin-top: 40px;
}
}

@media (min-width: 1200px)
{
section#block-webform-client-block-183 {
    /*width: 116%;
    margin-left: -10%;*/
}

.webform-client-form-183 .webform-layout-box.horiz.webform-component--layout1 {
    width: 100%;
}

.webform-client-form-183 .form-item.webform-component.webform-component-textfield.webform-component--layout1--nome {
    width: 49%;
}

.webform-client-form-183 .form-item.webform-component.webform-component-email.webform-component--layout1--email {
    width: 49%;
}

.webform-client-form-183 .form-item.webform-component.webform-component-select.webform-component--layout2--franchising-de-interesse {
    width: 49%;
}

.webform-client-form-183 .form-item.webform-component.webform-component-textfield.webform-component--layout2--telefone {
    width: 49%;
}

.webform-client-form-183 select#edit-submitted-layout2-franchising-de-interesse {
    width: 100% !important;
}
.webform-client-form-183 select#edit-submitted-layout3-politica {

}
}

section#block-webform-client-block-183 h2.block-title {
    text-align: left;
    color: #6B0400;
}

@media (min-width: 980px)
{
section#block-webform-client-block-183 h2.block-title {
    margin-top: 30px;
    margin-bottom: 30px;
}
section#block-webform-client-block-183 {
    /*width: 115%;
    margin-left: -7%;*/
	    padding-left: 50px;
}

.webform-client-form-183 .webform-layout-box.horiz.webform-component--layout1 {
    width: 100%;
}

.webform-client-form-183 .form-item.webform-component.webform-component-textfield.webform-component--layout1--nome {
    width: 44%;
}

.webform-client-form-183 .form-item.webform-component.webform-component-email.webform-component--layout1--email {
    width: 44%;
}

.webform-client-form-183 .form-item.webform-component.webform-component-select.webform-component--layout2--franchising-de-interesse {
    width: 44%;
}

.webform-client-form-183 .form-item.webform-component.webform-component-textfield.webform-component--layout2--telefone {
    width: 44%;
}

.webform-client-form-183 select#edit-submitted-layout2-franchising-de-interesse {
    width: 100%;
}
.webform-client-form-183 .form-item.webform-component.webform-component-textfield.webform-component--layout3--localidade {
    width: 44%;
}
.webform-client-form-183 .form-item.webform-component.webform-component-textfield.webform-component--layout1--nome {
    margin-right: 20px;
}
.webform-client-form-183 .form-item.webform-component.webform-component-select.webform-component--layout2--franchising-de-interesse {
    margin-right: 20px;
}
.webform-client-form-183 select#edit-submitted-layout3-politica {

}
}

@media (max-width: 600px)
{
	.webform-client-form-183 input#edit-submitted-layout1-nome {
    width: 100%;
}
.webform-client-form-183 input#edit-submitted-layout1-email {
    width: 100%;
}
.webform-client-form-183 select#edit-submitted-layout2-franchising-de-interesse {
    width: 100%;
}
.webform-client-form-183 input#edit-submitted-layout2-telefone {
    width: 100%;
}
.webform-client-form-183 input#edit-submitted-layout3-localidade {
    width: 100%;
}
}

h2.block-title {
    color: black;
}

.webform-client-form-183 input.webform-submit.button-primary.form-submit {
    background: #6B0400 !important;
}

.webform-client-form-183 input.webform-submit.button-primary.form-submit {
    color: white;
    background: #6B0400 !important;
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.webform-client-form-183 input.webform-submit.button-primary.form-submit {
    border: none;
    color: white;
    background: #6B0400 !important;
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: bolder !important;
}

.webform-client-form-183 input.webform-submit.button-primary.form-submit:hover {
    background: #0F3A6E !important;
}

.webform-client-form-183 label {
    color: black;
    text-transform: uppercase;
    font-weight: bold;
}

.webform-client-form-183 input#edit-submitted-layout1-nome, .webform-client-form-183 input#edit-submitted-layout1-email, .webform-client-form-183 select#edit-submitted-layout2-franchising-de-interesse, .webform-client-form-183 input#edit-submitted-layout2-telefone, .webform-client-form-183 input#edit-submitted-layout3-localidade {
    box-shadow: none;
    border: solid 1px black;
}

.webform-client-form-183 select#edit-submitted-layout3-politica {
    border: none;
    height: 15px;
    margin-top: 19px;
box-shadow: none;
-webkit-appearance: none !important;
    -moz-appearance: none !important;
overflow: hidden;
    margin-left: 19px;

}
select#edit-submitted-layout3-politica::-ms-expand {
    display: none;
}

div#zone-postscript {
    background: none;
    background-color: white;
}

div#zone-postscript-wrapper {
    background: none;
    background-color: white;
}

section#block-webform-client-block-183 {
    background: none;
}

div#block-block-12 {
    background: none;
}

section#block-webform-client-block-183 {
    background: white;
    background-repeat: no-repeat;
    background-size: 100% !important;
	box-shadow: 5px 5px 50px rgba(0, 0, 0, .4);
}

#block-block-15 .jcarousel-skin-tango .jcarousel-item img {
    border: none !important;
    background: none !important;
}

section#block-block-15 h2 {
    text-align: left;
    padding-left: 20px;
}

span.footerText {
    color: white;
}

a.footerText {
    color: white;
    font-weight: bold;
}

span.footerText.footerText-2 a, span.footerText.footerText-2 {
    color: #999999;
}

span.grey {
    color: #999999 !important;
}
span.mailto {
    display: none !important;
}

a.footer-mail.mailto {
    text-decoration: none;
    color: #999999;
}

img.logo-footer {
    margin-bottom: 15px;
}

h1.pagina-h1 {
    color: black;
    font-size: 32px;
    font-weight: bold;
}

.pagina-bloco1{
    /*width: 60%;
	    display: inline-table;*/
}

.pagina-bloco2 {
    /*width: 30%;
	    display: inline-table;*/
}

.pagina-bloco2 {
    margin-bottom: 50px;
}

.pagina-bloco3, .pagina-bloco4 {
    width: 48%;
display: inline-table;
}

img.img-pagina-bloco2 {
    width: 400px;
    height: auto;
    margin-left: auto;
    display: block;
    margin-right: auto;
}

h2.pagina-h2 {
    font-size: 32px;
    color: white;
}

.pagina-bloco1 {

    padding-left: 100px;
    
}

.pagina-bloco3 {
    background-color: #0F3A6E;
    margin-right: 10px;
    padding-right: 25px;
    padding-left: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 36%;
}

.pagina-bloco4 {
    background-color: #6B0400;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 100px;
    padding-left: 25px;
    width: 36%;
}

@media (min-width: 993px)
{
.pagina-bloco4 {
	height: 340px;
}
}

p.pagina-p2 {
    color: white;
}

.pagina-row1 {
    background-image: url(/sites/all/files/imagens/2019/sobrenos-fundo1-min.jpg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: auto;
}

h2.pagina-h2-2 {
    color: black;
    font-size: 32px;
}

.pagina-bloco5 {
    margin-right: 10px;
    padding-right: 25px;
    padding-left: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 36%;
	display: inline-table;
}

.pagina-bloco6 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 100px;
    padding-left: 25px;
    width: 36%;
    background-color: rgb(178,108,107,0.2);
	display: inline-table;
}

h2.pagina-h2-2.pagina-h2-3 {
    text-align: center;
    margin-top: 40px;
	font-size: 32px;
}

p.pagina-p4 {
    text-align: center;
}

.pagina-bloco8 {
	    height: 280px;
    width: 23%;
    display: inline-table;
    /* background-color: blue; */
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    /*background-image: url(/sites/all/files/imagens/2019/sobrenos-img2-min.jpg);*/
}

.pagina-bloco8
{
	background-image: url(/sites/all/files/imagens/2019/sobrenos-img2-min.jpg);
}
.pagina-bloco9
{
	background-image: url(/sites/all/files/imagens/2019/sobrenos-img3-min.jpg) !important;
}
.pagina-bloco10
{
	background-image: url(/sites/all/files/imagens/2019/sobrenos-img4-min.jpg) !important;
}

.pagina-bloco8-2 {
    background-color: white;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: bold;
    padding-left: 20px;
	width: 205px;
	height: 50px;
}

ul.ul-pagina-bloco8 {
    color: white;
}

nav.links.node-links.clearfix {
    display: none;
}

.pagina-bloco8 {
    background-image: url(/sites/all/files/imagens/2019/sobrenos-img2-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -50px;
}

.pagina-bloco8-0 {
    padding-bottom: 100px;
    background-image: url(/sites/all/files/imagens/2019/sobrenos-fundo2-min.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

@media (max-width:990px)
{
#node-page-184 .content.clearfix {
    text-align: center;
}
.pagina-bloco1 {
    padding: 0px;
}
.pagina-bloco3 {
    padding-left: 25px;
}
.pagina-bloco4 {
    padding-right: 25px;
}
.pagina-bloco5 {
    padding-left: 25px;
}
.pagina-bloco1, .pagina-bloco2, .pagina-bloco3, .pagina-bloco4, .pagina-bloco5, .pagina-bloco6, .pagina-bloco7, .pagina-bloco8 {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    width: 80%;
}

.pagina-bloco8-2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
}
ul.ul-pagina-bloco8, ul.ul-pagina-bloco6 {
    list-style-type: square;
}

.page-node-184 #zone-header-wrapper {
    background: url(/sites/all/files/imagens/2019/banner-sobrenos-min.jpg) center top no-repeat !important;
}

.page-node-184 h1#page-title {
    display: none;
}

.page-node-185 #zone-header-wrapper {
    background: url(/sites/all/files/imagens/2019/contactos-banner-min.jpg) center top no-repeat !important;
}

.page-node-185 h1#page-title {
    display: none;
}

.page-node-187 h1#page-title {
    display: none;
}

.page-node-187 #zone-header-wrapper {
    background: url(/sites/all/files/imagens/2019/banner-franch-min.jpg) center top no-repeat !important;
}

.page-node-187 div#zone-header-wrapper::before {
    content: 'Franchising';
    display: inline;
    position: relative;
    z-index: 999;
    text-align: center;
    top: 100px;
}

.page-node-188 h1#page-title {
    display: none;
}

.page-node-188 #zone-header-wrapper {
    background: url(/sites/all/files/imagens/2019/banner-clientes-min.jpg) center top no-repeat !important;
}

.page-node-188 div#zone-header-wrapper::before {
    content: 'Clientes';
    display: inline;
    position: relative;
    z-index: 999;
    text-align: center;
    top: 100px;
}

div#zone-header-wrapper {
    color: white;
    font-size: 40px;
    font-weight: bold;
	text-align: center;
}

.page-node-184 div#zone-header-wrapper::before {
    content: 'Sobre Nós';
    display: inline;
    position: relative;
    z-index: 999;
    text-align: center;
    top: 100px;
}

.page-node-185 div#zone-header-wrapper::before {
    content: 'Contactos';
    display: inline;
    position: relative;
    z-index: 999;
    text-align: center;
    top: 100px;
}

.page-node-189 h1#page-title {
    display: none;
}

.page-node-189 #zone-header-wrapper {
    background: url(/sites/all/files/imagens/2019/banner-oportunidades-min.jpg) center top no-repeat !important;
}

.page-node-189 div#zone-header-wrapper::before {
    content: 'Oportunidades';
    display: inline;
    position: relative;
    z-index: 999;
    text-align: center;
    top: 100px;
}



h1.contactos-h1 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: black;
    font-size: 32px;
    display: inline-block;
    background-color: rgb(178,108,107,0.3);
    padding-right: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    width: 200px;
    z-index: -99;
}

.contactos-bloco1 {
    width: 40%;
    display: inline-block;
}

h2.contactos-h2 {
    color: #6B0400;
}

.contactos-bloco2 {
    padding-left: 50px;
    margin-left: 50px;
    padding-right: 50px;
    margin-right: 50px;
    width: 36%;
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 40px;
    box-shadow: 5px 5px 50px rgba(0, 0, 0, .4);
}

#webform-client-form-186 input#edit-submitted-nome {
    width: 100%;
box-shadow: none;
    border: solid 1px black;
}
#webform-client-form-186 input#edit-submitted-email {
    width: 100%;
box-shadow: none;
    border: solid 1px black;
}

#webform-client-form-186 input#edit-submitted-telefone {
    width: 100%;
box-shadow: none;
    border: solid 1px black;
}

#webform-client-form-186 textarea#edit-submitted-mensagem {
    width: 100%;
box-shadow: none !important;
    border: solid 1px black;
}

#webform-client-form-186 label {
    font-weight: bold;
    text-transform: uppercase;
}

#webform-client-form-186 input.webform-submit.button-primary.form-submit {
    border: none;
    color: white;
    background: #6B0400 !important;
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: bolder !important;
}

#webform-client-form-186 input.webform-submit.button-primary.form-submit:hover {
    background: #0F3A6E !important;
}

.grippie {
    display: none !important;
}

.contactos-bloco3 {
    width: 47%;
    display: inline-block;
	    margin-top: 80px;
}

.contactos-bloco4 {
    width: 51%;
    display: inline-block;
    margin-top: 40px;
}


img.contactos-porto {
    width: 400px;
}

h2.contactos-h2-1 {
    color: black;
    font-size: 32px;
font-family: 'Yanone Kaffeesatz', sans-serif;
}

.contactos-bloco3-inner {
    background-color: #DDE3EB;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
	margin-right: -10px;
}

p.contactos-p1 {
    padding-right: 30px;
}

img.contactos-lisboa {
    width: 400px;
    margin-left: auto;
    display: block;
    margin-right: 20px;
}

.contactos-bloco5 {
    width: 51%;
    display: inline-block;
	    margin-top: 50px;
}

.contactos-bloco6 {
    width: 47%;
    display: inline-block;
	    margin-top: 40px;
}

h2.contactos-h2-2 {
    color: black;
   font-size: 32px;
font-family: 'Yanone Kaffeesatz', sans-serif;
}

.contactos-bloco6-inner {
    background-color: #F4EAEA;
    margin-left: -24px;
    padding-left: 24px;
    margin-right: -10px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.sub-menu:first-child, .sub-menu:nth-child(4), .sub-menu:nth-child(7) {
    display: none !important;
}

@media (max-width: 992px)
{
.contactos-bloco1, .contactos-bloco2, .contactos-bloco3, .contactos-bloco4, .contactos-bloco5, .contactos-bloco6, .contactos-bloco7, .contactos-bloco8 {
    width: 100%;
}

h1.contactos-h1 {
    width: 200px;
    padding-right: 300px;
}
.contactos-bloco2 {
    width: 90%;
    margin-left: 0px;
    margin-right: 0px;
}
}

h1.franchise-h1 {
    color: black;
    font-size: 32px;
font-family: 'Yanone Kaffeesatz', sans-serif;
    text-align: center;
    font-weight: bold;
}

.franchise-bloco2, .franchise-bloco6 {
    display: inline-block;
    width: 40%;
}

.franchise-bloco3, .franchise-bloco5 {
    width: 58%;
    display: inline-block;
}

img.franchise-img-de, img.franchise-img-linguaphone {
    width: 90%;
}

.franchise-bloco4 {
    background-color: #DDE3EB;
    width: 70%;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 60px;
    margin-top: -20px;
}

.franchise-bloco2 {
    margin-top: 50px;
}

.franchise-bloco6 {
    margin-top: 50px;
}

.franchise-bloco7 {
    background-color: #F4EAEA;
    width: 70%;
    padding-top: 40px;
    padding-bottom: 10px;
    /* padding-right: 70px; */
    padding-left: 60px;
    margin-top: -20px;
    margin-left: auto;
}

.franchise-bloco6 {
    text-align: right;
}

h1, h2 {
font-size: 32px;
font-family: 'Yanone Kaffeesatz', sans-serif;
}

ul.estrategia-ul li, ul.estrategia-ul2 li {
    color: white;
    list-style: square;
}

.pagina-bloco8-2.pagina-bloco8-2-2 {
    margin-top: 100px;
}

@media (min-width: 1440px)
{
	.pagina-bloco8-2.pagina-bloco8-1 {
    margin-top: 80px;
}

.pagina-bloco8 {
    margin-left: 40px;
}
}

tr.franchise-tr td.franchise-td1 {
    width: 30%;
	    vertical-align: middle;
}

tr.franchise-tr td.franchise-td2 {
    width: 70%;
}

td.franchise-td2 {
    text-align: right;
}

td.franchise-td1 {
    text-align: right;
}

h1.clientes-h1 {
    color: black;
    text-align: center;
}

tr.clientes-tr td {
    width: 40%;
    font-weight: bold;
}


ul.clientes-ul li::before {
    content: "\25A0";
    color: #0f3a6e;
}

ul.clientes-ul {
  list-style: none;
}

table.clientes-table {
    margin-top: 60px;
	width: 100%;
	
}

table.clientes-table {
    background-image: url(/sites/all/files/imagens/2019/background-clientes-min.jpg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position-y: 50px;
	    margin-bottom: 70px;
}

@media (max-width: 992px)
{
table.clientes-table td {
    display: block;
}
table.clientes-table {
    background-size: 100%;
}
}

.webform-client-form-190 label {
    color: black;
    text-transform: uppercase;
    font-weight: bold;
}

.webform-client-form-190 input#edit-submitted-layout-1-nome, .webform-client-form-190 input#edit-submitted-layout-1-cargo-a-que-se-cadidata, .webform-client-form-190 input#edit-submitted-layout-2-email, .webform-client-form-190 input#edit-submitted-layout-2-telefone, .webform-client-form-190 textarea#edit-submitted-mensagem {
    box-shadow: none;
    border: solid 1px black;
}

@media (min-width: 1200px)
{
section#block-webform-client-block-190 {
    /*width: 116%;
    margin-left: -10%;*/
}

.webform-client-form-190 .webform-layout-box.horiz.webform-component--layout-1 {
    width: 100%;
}

.webform-client-form-190 .form-item.webform-component.webform-component-textfield.webform-component--layout-1--nome {
    width: 49%;
}

.webform-client-form-190 .form-item.webform-component.webform-component-textfield.webform-component--layout-1--cargo-a-que-se-cadidata {
    width: 49%;
}

.webform-client-form-190 .form-item.webform-component.webform-component-email.webform-component--layout-2--email {
    width: 49%;
}

.webform-client-form-190 .form-item.webform-component.webform-component-number.webform-component--layout-2--telefone {
    width: 49%;
}
.webform-client-form-190 input#edit-submitted-layout-2-telefone {
    width: 100%;
}
.webform-client-form-190 textarea#edit-submitted-mensagem {
    width: 88.5%;
}

.webform-client-form-190 select#edit-submitted-layout3-politica {

}
}

@media (min-width: 980px)
{
section#block-webform-client-block-190 h2.block-title {
    margin-top: 30px;
    margin-bottom: 30px;
}
section#block-webform-client-block-190 {
    /*width: 115%;
    margin-left: -7%;*/
	    padding-left: 50px;
}

.webform-client-form-190 .webform-layout-box.horiz.webform-component--layout-1 {
    width: 100%;
}

.webform-client-form-190 .form-item.webform-component.webform-component-textfield.webform-component--layout-1--nome {
    width: 44%;
	    padding-right: 20px;
}

.webform-client-form-190 .form-item.webform-component.webform-component-textfield.webform-component--layout-1--cargo-a-que-se-cadidata {
    width: 44%;
}

.webform-client-form-190 .form-item.webform-component.webform-component-email.webform-component--layout-2--email {
    width: 44%;
	padding-right: 20px;
}

.webform-client-form-190 .form-item.webform-component.webform-component-number.webform-component--layout-2--telefone {
    width: 44%;
}

input#edit-submitted-layout-2-telefone {
    width: 100%;
}

textarea#edit-submitted-mensagem {
    width: 90.5%;
}

.webform-client-form-190 select#edit-submitted-layout2-franchising-de-interesse {
    width: 100%;
}
.webform-client-form-190 .form-item.webform-component.webform-component-textfield.webform-component--layout3--localidade {
    width: 44%;
}
.webform-client-form-190 .form-item.webform-component.webform-component-textfield.webform-component--layout1--nome {
    margin-right: 20px;
}
.webform-client-form-190 .form-item.webform-component.webform-component-select.webform-component--layout2--franchising-de-interesse {
    margin-right: 20px;
}
.webform-client-form-190 select#edit-submitted-layout3-politica {

}
}

@media (max-width: 600px)
{
	.webform-client-form-190 input#edit-submitted-layout-1-nome {
    width: 100%;
}
.webform-client-form-190 input#edit-submitted-layout-1-cargo-a-que-se-cadidata {
    width: 100%;
}
.webform-client-form-190 input#edit-submitted-layout-2-email {
    width: 100%;
}
.webform-client-form-190 input#edit-submitted-layout-2-telefone {
    width: 100%;
}
.webform-client-form-190 textarea#edit-submitted-mensagem {
    width: 100%;
}
}

input#edit-submitted-anexar-curriculo-pdf-doc-upload {
    float: left;
}

.webform-client-form-190 input.webform-submit.button-primary.form-submit, input#edit-submitted-anexar-curriculo-pdf-doc-upload-button, input#edit-submitted-anexar-curriculo-pdf-doc-upload-button--2 {
    border: none;
    color: white;
    background: #6B0400 !important;
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: bolder !important;
}

.webform-client-form-190 input.webform-submit.button-primary.form-submit:hover, input#edit-submitted-anexar-curriculo-pdf-doc-upload-button:hover, input#edit-submitted-anexar-curriculo-pdf-doc-upload-button--2:hover {
    background: #0F3A6E !important;
}

input#edit-submitted-anexar-curriculo-pdf-doc-upload-button {
    margin-right: 10px;
}

section#block-webform-client-block-190 h2.block-title {
    display: none;
}


img.oportunidades-img1, img.oportunidades-img2 {
    width: 90%;
}
td.oportunidades-td1,  td.oportunidades-td2, td.oportunidades-td3,  td.oportunidades-td4 {
    width: 50%;
}
td.oportunidades-td1 {
    vertical-align: top;
}

td.oportunidades-td2 {
    vertical-align: middle;
}


td.oportunidades-td4 {
    vertical-align: top;
}

h1.oportunidades-h1 {
    color: black;
}

table.oportunidades-table1 td {
    padding-top: 40px;
    padding-bottom: 40px;
}


.oportunidades-titulo {
    background-color: #6B0400;
    color: white;
    padding-top: 40px;
    padding-bottom: 3px;
    text-align: center;
	margin-bottom: 25px;
}

h2.oportunidade-h2 {
    color: white;
    font-size: 40px;
}

.page-node-191 div#zone-header-wrapper::before {
    content: 'Grupo ADS';
    display: inline;
    position: relative;
    z-index: 999;
    text-align: center;
    top: 100px;
}

.page-node-191 h1#page-title {
    display: none;
}

.page-node-191 #zone-header-wrapper {
    background: url(/sites/all/files/imagens/2019/banner-directenglish-min.jpg) center top no-repeat !important;
}

td.grupo-ads-td1, td.grupo-ads-td2, td.grupo-ads-td4 {
    vertical-align: top;
}

td.grupo-ads-td1, td.grupo-ads-td4 {
    width: 50%;
}

td.grupo-ads-td2, td.grupo-ads-td3 {
    width: 50%;
}

td.grupo-ads-td3 {
    vertical-align: middle;
}

td.grupo-ads-td2 {
    text-align: center;
}

h1.grupo-ads-h1 {
    color: black;
    font-size: 32px;
}

td.grupo-ads-td4 {
    background-color: #0F3A6E;
    color: white;
    padding-left: 50px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 20px;
}

h2.grupo-ads-h2 {
    color: white;
}

img.grupo-ads-logo {
    width: 200px;
}

span.azul {
    color: #0F3A6E;
}

h1.grupo-ads-h1 {
    color: black;
    font-size: 32px;
}

td.grupo-ads-td3 {
    padding-right: 50px;
}

ul.grupo-ads-ul li::before {
    content: "\25A0";
    color: #0f3a6e;
}

ul.grupo-ads-ul {
  list-style: none;
}

ul.grupo-ads-ul li::before {
    padding-right: 10px;
}

table.grupo-ads-table {
    background: url(/sites/all/files/imagens/2019/grupo-ads-fundo-azul-min.jpg);
    background-repeat: no-repeat;
    background-position-y: 25%;
    background-size: 700px;
}

td.grupo-ads-td2 {
    vertical-align: middle;
}

@media (max-width: 992px)
{
	table.grupo-ads-table td {
    width: 100%;
    display: block;
}
}

.page-node-192 div#zone-header-wrapper::before {
    content: 'Grupo ADS';
    display: inline;
    position: relative;
    z-index: 999;
    text-align: center;
    top: 100px;
}

.page-node-192 h1#page-title {
    display: none;
}

.page-node-192 #zone-header-wrapper {
    background: url(/sites/all/files/imagens/2019/banner-directenglish-min.jpg) center top no-repeat !important;
}

.page-node-192 td.grupo-ads-td4 {
    background-color: #6B0400;
}

.page-node-192 ul.grupo-ads-ul li::before {
    content: "\25A0";
    color: #6B0400;
}

.page-node-193 h1#page-title {
    display: none;
}

.page-node-193 #zone-header-wrapper {
    background: url(/sites/all/files/imagens/2019/banner-directenglish-min.jpg) center top no-repeat !important;
}

.page-node-193 div#zone-header-wrapper::before {
    content: 'Grupo ADS';
    display: inline;
    position: relative;
    z-index: 999;
    text-align: center;
    top: 100px;
}

.page-node-194 #zone-header-wrapper {
    background: url(/sites/all/files/imagens/2019/banner-franch-min.jpg) center top no-repeat !important;
}

.page-node-194 div#zone-header-wrapper::before {
    content: 'Franchising';
    display: inline;
    position: relative;
    z-index: 999;
    text-align: center;
    top: 100px;
}

.page-node-194 h1#page-title {
    text-align: center;
    color: black !important;
}

.bloco-passos {
    background-image: url(/sites/all/files/imagens/2019/passos-back1-min.jpg);
    background-repeat: no-repeat;
    background-size: 50%;
}

.bloco-passos2 {
    background-image: url(/sites/all/files/imagens/2019/passos-back2-min.jpg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position-x: right;
    background-position-y: bottom;
}

.page-node-195 #zone-header-wrapper {
    background: url(/sites/all/files/imagens/2019/banner-franch-min.jpg) center top no-repeat !important;
}

.page-node-195 div#zone-header-wrapper::before {
    content: 'Franchising';
    display: inline;
    position: relative;
    z-index: 999;
    text-align: center;
    top: 100px;
}

.page-node-195 h1#page-title {
    text-align: center;
    color: black !important;
}

.formacao-b2 {
    margin-bottom: 40px;
}
.vermelho { color: #6B0400; }


.page-node-196 #zone-header-wrapper {
    background: url(/sites/all/files/imagens/2019/banner-adsacademy-min.jpg) center top no-repeat !important;
}

.page-node-196 div#zone-header-wrapper::before {
    content: 'ADS Academy';
    display: inline;
    position: relative;
    z-index: 999;
    text-align: center;
    top: 100px;
}

.page-node-196 h1#page-title {
    text-align: center;
    color: black !important;
	display: none;
}

td.table-academy-tr1-td1 {
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-right: 50px;
}

td.table-academy-tr1-td2 {
    width: 30%;
    vertical-align: bottom;
    margin-left: -40px;
    display: inline-block;
}
.table-academy-tr1-td2-inner {
    background-color: #0F3A6E;
    color: white;
	    height: 100px;
}

td.table-academy-tr1-td1 {
    width: 60%;
    background-color: #DDE3EB;
}

h3.academy-h3 {
    padding-top: 45px;
    font-size: 21px;
	text-align: center;
}

td.table-academy-tr1-td1 {
    padding-top: 30px;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-right: 50px;
}

td.table-academy2-tr1-td1 {
    width: 40%;
}

td.table-academy2-tr1-td2 {
    width: 60%;
}

td.table-academy2-tr1-td2 {
    background-color: #F4EAEA;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 70px;
    padding-right: 40px;
    display: inline-block;
}

td.table-academy2-tr1-td1 {
    margin-right: -20px;
    /* vertical-align: middle; */
    width: 30%;
    display: inline-block;
    z-index: 99;
}

.table-academy2-tr1-td2-inner {
    background-color: #6B0400;
    color: white;
    height: 110px;
    text-align: center;
}

h3.academy-h32 {
    padding-top: 28px;
    font-size: 21px;
}

table.table-academy2 {
    margin-top: 40px;
}

table.table-academy.table-academy3 {
    margin-top: 40px;
}

.academy-col1 {
    width: 55%;
    display: inline-block;
	vertical-align: top;
}

.academy-div3 {
    width: 40%;
    display: inline-block;
}

.academy-div1 {
    background-color: #6B0400;
    padding-bottom: 20px;
    color: white;
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
}

h3.h3h3 {
    font-size: 23px;
    line-height: 25px;
padding-right: 70px;
}

.academy-div2-inner {
    margin-right: 40px;
    padding-left: 150px;
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #F4EAEA;
    padding-right: 40px;
}

.academy-div3-inner {
    background-color: #F4EAEA;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
}

.academy-div3 {
    width: 40%;
    display: inline-block;
    margin-left: -20px;
    z-index: -1;
}

.academy-div4 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #0F3A6E;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

p.academy-div4-p {
    font-size: 23px;
    text-align: center;
    line-height: 25px;
	font-weight: bold;
}

.academy-div4-outer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: -20px;
    z-index: 99;
    position: relative;
}
a.botao-academy {
    display: table;
    margin-top: -25px;
    background-color: #6B0400;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}

a.botao-academy:hover {
    background-color: #F4EAEA;
color: black;
}

a.a-franchise, a.a-franchise2, a.a-franchise-3 {
    text-decoration: none;
    color: white;
}

a.a-franchise:hover, a.a-franchise2:hover, a.a-franchise-3:hover {
    color: #6B0400;
}

ul.jcarousel-navigation {
    display: none;
}

td.grupo-ads-td1 {
    padding-left: 20px;
}

.page-node-191 section#block-webform-client-block-183 h2.block-title, .page-node-188 section#block-webform-client-block-183 h2.block-title {
    color: #0F3A6E;
}

.page-node-191 .webform-client-form-183 input.webform-submit.button-primary.form-submit, .page-node-188 .webform-client-form-183 input.webform-submit.button-primary.form-submit
{
	background-color: #0F3A6E !important;
}
.page-node-191 .webform-client-form-183 input.webform-submit.button-primary.form-submit:hover, .page-node-188 .webform-client-form-183 input.webform-submit.button-primary.form-submit:hover
{
	background-color: #6B0400 !important;
}

section#block-webform-client-block-183 {
    margin-bottom: 50px;
}

@media (max-width: 993px)
{
.franchise-bloco1 {
    padding-left: 100px;
    padding-right: 100px;
}
p.clientes-p {
    padding-left: 100px;
    padding-right: 100px;
}
}

.franchise-bloco3, .franchise-bloco5 {
    width: 58%;
    display: inline-block;
    vertical-align: top;
    padding-top: 70px;
}

.franchise-bloco1 {
    background-image: url(/sites/all/files/imagens/2019/background-vermelho-min.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 50px;
}

.bloco-passos {
    padding-left: 50px;
}

@media (min-width: 1600px)
{
	.pagina-bloco3 {
    height: 320px;
}
}

.pagina-bloco8-2.pagina-bloco8-1 {
    text-align: center;
    padding-left: 0px;
}

.pagina-bloco8-2.pagina-bloco8-2-2 {
    padding-left: 0px;
    text-align: center;
}

.pagina-bloco8-2.pagina-bloco8-3 {
    padding-left: 0px;
    text-align: center;
}

@media (min-width: 1600px)
{
	.pagina-bloco8-2.pagina-bloco8-1 {
    width: 270px;
}
.pagina-bloco8-2.pagina-bloco8-2-2 { width: 270px;}
.pagina-bloco8-2.pagina-bloco8-3 { width: 270px;}

}

td.pagina-td1 {
    vertical-align: top;
    padding-right: 20px;
}

.table-academy-tr1-td2-inner {
    background-image: url(/sites/all/files/imagens/2019/icon1-min.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-x: 20px;
}

.table-academy-tr1-td2-inner.table-academy-tr1-td2-innerx {
    background-image: url(/sites/all/files/imagens/2019/icon3-min.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.table-academy2-tr1-td2-inner {
    background-image: url(/sites/all/files/imagens/2019/icon2-min.png);
    background-repeat: no-repeat;
    background-size: 30%;
}

.academy-div1 {
    background-image: url(/sites/all/files/imagens/2019/icon4-min.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
}

h3.academy-h32 {
    padding-top: 44px;
    font-size: 21px;
    padding-left: 70px;
}

.table-academy-tr1-td2-inner.table-academy-tr1-td2-innerx {
    padding-bottom: 20px;
}

.academy-bigdiv {
    /*background-image: url(/sites/all/files/imagens/2019/icon5-min.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 50;
    position: relative;*/
}

.academy-div3-inner {
    z-index: 40;
    position: relative;
}

img.academy-icon5 {
    position: absolute;
    bottom: 0;
    right: -50px;
    z-index: 999;
}

p.academy-div4-p {
    padding-left: 90px;
    padding-right: 90px;
}

table.table-academy.table-academy3 {
    margin-bottom: 40px;
}

@font-face {
  font-family: 'Titillium-Regular';
  src:  url('/sites/all/themes/advancestation/fonts/TitilliumWeb-Regular.ttf')  format('truetype');
}

@font-face {
  font-family: 'Titillium-Bold';
  src:  url('/sites/all/themes/advancestation/fonts/TitilliumWeb-Bold.ttf')  format('truetype');
}

body, p, .cc-message{
	font-family: 'Titillium-Regular';
}

h1, h2, h3, h4, f5, h2.block-title, .nav-links a, .nav-links h2, h1.franchise-h1, .not-front h1#page-title, h2.contactos-h2-2, h2.contactos-h2-1, h1.contactos-h1, .nav-bullet h2, .pagina-bloco8-2.pagina-bloco8-1 p, .pagina-bloco8-2.pagina-bloco8-2-2 p, .pagina-bloco8-2.pagina-bloco8-3 p{
	font-family: 'Titillium-Bold';
	
}

h1.contactos-h1, h2.contactos-h2 {
    line-height: 30px;
}

div#zone-header-wrapper::before {
    font-family: 'Titillium-Bold';
	    z-index: 9 !important;
}

h1.franchise-h1 {
    line-height: 28px;
}

.subnav-icon img { max-width: 100px;}

.bloco-passos2 {
    padding-left: 50px;
}

.rodape {
    background-color: black;
}

#zone-footer-wrapper {
    background-color: black;
}

@media (max-width: 996px)
{
	tr.table-academy-tr1 td {
    display: block;
    width: 90%;
}
tr.table-academy2-tr1 td {
    display: block;
    width: 80%;
}
.academy-col1 {
    display: block;
    width: 90%;
}
.academy-div3 {
    display: block;
    width: 90%;
    margin-top: 50px;
}
.table-academy2-tr1-td2-inner {
    background-size: 90px;
}
.table-academy-tr1-td2-inner {
    background-size: 90px;
}
tr.oportunidades-tr1 td, tr.oportunidades-tr2 td {
    display: block;
    width: 100%;
}
a.a-franchise {
    color: black;
}
a.a-franchise2 {
    color: black;
}
a.a-franchise-3 {
    color: black;
}
}

h1.oportunidades-h1 {
    line-height: 30px;
}

h2.oportunidade-h2 {
    line-height: 33px;
}

td.oportunidades-td1 {
    padding-right: 50px;
}

td.oportunidades-td2 {
    vertical-align: top;
}

table.oportunidades-table1.oportunidades-table4 {
    margin-top: -30px;
}

.page-node-193 table.grupo-ads-table {
    background: url(/sites/all/files/imagens/2019/background-vermelho-min.jpg);
background-repeat: no-repeat;
    background-position-y: 25%;
    background-size: 700px;
}

@media (min-width: 1500px)
{
.pagina-bloco3 {
    width: 38%;
}
.pagina-bloco4 {
    width: 38%;
}
.pagina-bloco5 {
    width: 38%;
}
.pagina-bloco6 {
	width: 38%;
}
}

a.jcarousel-prev.jcarousel-prev-horizontal {
    content: url(/sites/all/files/imagens/2019/seta-esq-min.png);
    background: none;
}
a.jcarousel-next.jcarousel-next-horizontal {
    content: url(/sites/all/files/imagens/2019/seta-dir-min.png);
    background: none;
}

div#principal {
    background-color: rgb(255,255,255,0.6) !important;
}

li.nav-links:nth-child(12) {
    display: none;
}

b3-h2 {
    padding-left: initial !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div#home-b3 {
    padding-left: 7% !important;
}

@media (max-width: 992px)
{

td.pagina-td1 {
    display: block;
}
td.pagina-td2 {
    display: block;
}

}

.pagina-bloco8-2.pagina-bloco8-1 {
    margin-top: 40px;
}



@media (min-width: 1200px)
{
.webform-client-form-190 textarea#edit-submitted-mensagem {

        width: 90.5%;
}
input#edit-submitted-layout1-nome {
        width: 100%;

}
input#edit-submitted-layout3-localidade {

        width: 100%;

}


input#edit-submitted-layout-1-nome {

        width: 100%;

}
input#edit-submitted-layout-2-email {

        width: 100%;

}
input#edit-submitted-layout-1-cargo-a-que-se-cadidata {

        width: 100%;

}

}

@media (min-width: 1500px)
{
.pagina-bloco8-2.pagina-bloco8-1 {

        margin-top: 82px;
}
}

a.cc-btn.cc-dismiss {
    border: none;
    color: white;
    background: #6B0400 !important;
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: bolder !important;
}

a.cc-link { color: #6B0400 !important; }

a.cc-btn.cc-dismiss:hover {
    background: #0F3A6E !important;
}
.page-node-42 p { margin-top: 20px;}

.page-node-42 h1#page-title { font-family: 'Titillium-Bold'; color: black !important; }

.cc-window.cc-banner.cc-type-info.cc-theme-block.cc-bottom.cc-color-override--1762072787 {
    background-color: black;
    color: white;
}
/* .REENERGIÇACAO ADS */
