/** {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/

@font-face {
	font-family: 'PortalCidadao';
	src: url('../fonts/PortalCidadao.eot?wmt7sg');
	src: url('../fonts/PortalCidadao.eot?#iefixwmt7sg') format('embedded-opentype'), 
		 url('../fonts/PortalCidadao.svg?wmt7sg#PortalCidadao') format('svg'), 
		 url('../fonts/PortalCidadao.ttf?wmt7sg') format('truetype'), 
		 url('../fonts/PortalCidadao.woff?wmt7sg') format('woff');
	font-weight: normal;
	font-style: normal;
}


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, center,
dl, dt, dd, ol, ul, 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;*/
}

html #wrapper 
{
    background-color: white;
    margin: 0 auto;
    max-width: 1003px;
    padding: 0;
    position: relative;
}

html #wrapper
{
	max-width: 100%;
	margin: 0px !important;
}

h1, 
h2, 
h3, 
h4, 
h5,
h6 
{
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 23px;
    color: inherit;
    /*text-rendering: optimizelegibility;*/
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus,
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus,
input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
input[type="color"]:focus 
{
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
}

body 
{
    margin: 0;
    font-family: "LatoRegular","Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #333;
    background-color: white;
    /*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
}

i[class^="icon-"] {
    background: transparent!important;
}

p
{
	font-size: 16px;
	line-height: 23px;
	/*margin: 0 0 15px 0 !important;*/
}

.paragraphIndentation
{
	font-size: 14px !important;
	line-height: 23px !important;
	margin: 0 0 15px 0 !important;
	padding-left: 16px !important;
}
/*
a 
{
	font-family: "Lato","karmamedium";
	font-size: 16px;
	line-height: 18px;
	color: #3498DB;
	text-decoration: none;
}

a:hover 
{
	font-family: "Lato","karmamedium";
	font-size: 16px;
	line-height: 18px;
	color: #3498DB;
	text-decoration: underline;
}*/
a.button 
{
	padding: 0 57px;
	border-radius: 30px;
	height: 43px;
	font-size: 14px!important;
	font-family: "LatoRegular","Lato","latoregular"!important;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	line-height: 43px;
	text-decoration: none;
}

a.button:hover 
{
	font-size: 14px!important;
	font-family: "LatoRegular","Lato","latoregular"!important;
	line-height: 43px;
	text-decoration: none;
}

button:focus 
{
	outline: none;
}

img 
{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}

button
{
	cursor: pointer;
}

.row-fluid [class*="span"] 
{
    min-height: 0;
}

html #wrapper footer .social-media-wrapper li 
{
    border-radius: 6px;
    display: inline-block;
    font-size: 31px;
    margin-top: 11px;
    padding: 3px
}

html #wrapper footer .social-media-wrapper li a 
{
    border-radius: 6px;
    color: #FFF;
    padding: 7px 8px
}

html #wrapper footer .social-media-wrapper li a:hover 
{
    text-decoration: none
}

html #wrapper footer .social-media-wrapper ul 
{
    margin: auto;
    text-align: center;
    padding-top: 6px;
}

html #wrapper footer .social-media-wrapper ul li div 
{
    border: 1px solid #cd4023;
    border-radius: 6px;
    height: 39px;
    padding-top: 7px;
    width: 44px
}

.maniFluid 
{
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1170px;
    margin: auto;
}

/* Header Styles */
#header 
{
	background-color: white;
	-webkit-box-shadow: 0 7px 14px -10px black;
	-moz-box-shadow: 0 7px 14px -10px black;
	box-shadow: 0 7px 14px -10px black;
	position: fixed!important;
	width: 100%;
	z-index: 99;
	top: 0;
	padding-top: 0;
}

#header #heading 
{
	padding: 0;
	top: 0;
	margin-top: 0;
}

/* Horizontal Menu */
.horizontal-menu 
{
	background: #2a2a2a;
	display: block;
	padding: 17px 28px 19px 28px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.horizontal-menu > div 
{
	max-width: 1140px;
	margin: auto;
}

.horizontal-menu > div > ul > li:hover > a, 
.horizontal-menu > div > ul > li .sub-menu li:hover a, 
.horizontal-menu > div > ul > li.active > a, 
.horizontal-menu > div > ul > li .sub-menu li.active a 
{
    color: #3498db!important;
}

/* Language */
.horizontal-menu > div .lang-wrapper 
{
	color: #fff;
	width: 100%;
	text-align: right;
	font-size: 12px;
	font-family: "LatoRegular","Lato","latoregular";
	margin-bottom: 10px;
}

.lang-wrapper i.icon-globe 
{
	height: 19px;
	font-size: 19px;
    line-height: 19px;
	color: #3498db;
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
	width: 14px;
	margin-top: -1px;
}

#selectLang 
{
	display: inline-block;
	background-color: transparent;
	border: 0;
	width: auto;
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-family: "LatoRegular","Lato","latoregular";
	padding: 0;
	height: auto;
}

.lang-wrapper .select2-container 
{
    text-align: left;
    min-width: 40px;
}

.lang-wrapper .select2-container .select2-selection--single 
{
    border: 0 !important;
    background-color: transparent;
    outline: 0 !important;
    border-radius: 0 !important;
    height: 100% !important;
}

.lang-wrapper .select2-container .select2-selection--single .select2-selection__rendered 
{
    color: #fff !important;
    font-size: 12px !important;
    line-height: 12px !important;
    font-family: "LatoRegular","Lato","latoregular" !important;
    padding: 0 !important;
}

.lang-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow 
{
    right: 18px !important;
    width: auto !important;
    height: 100% !important;
}

.lang-wrapper .select2-container .select2-selection--single .select2-selection__arrow b 
{
	border-color: #fff transparent transparent transparent !important;
	border-width: 5px 4px 0 4px !important;
	margin-left: 2px !important;
	margin-top: -3px !important;
}

.select2-container--open .select2-dropdown.select2LangOptions 
{
    background: #2a2a2a!important;
    margin-top: 5px;
    text-align: left;
    border: 0!important;
}

.select2-container--open .select2-dropdown.select2LangOptions .select2-results__option 
{
    color: #fff!important;
    font-size: 12px!important;
    line-height: 12px!important;
    font-family: "LatoRegular","Lato","latoregular"!important;
    padding: 10px 5px 10px 5px!important;
    height: auto;
}

.select2-container--open .select2-dropdown.select2LangOptions .select2-results__option--highlighted[aria-selected],
.select2LangOptions .select2-results__option[aria-selected=true] 
{
    background: #2a2a2a!important;
    color: #3498db!important;
}

.select2-container--open .select2-dropdown.select2LangOptions .select2-results__option[aria-selected=true] 
{
    display: none;
}

.dropdown-toggle b{
	margin-left: 2px;
}

/* Content */
#content {
	padding-left: 0!important;
	padding-right: 0!important;
	background-color: white;
}

body:not(.homepage) #content 
{
	padding: 118px 0 0 0!important;	
}

body #wrapper #banner 
{
    position: fixed!important;
    width: 100%;
    z-index: 99;
    top: 0;
    padding-top: 0!important;
}

body.homepage #wrapper #banner:not(.fixed)
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;  
}
body #wrapper #banner {
    -webkit-box-shadow: 0 7px 14px -10px black;
    -moz-box-shadow: 0 7px 14px -10px black;
    box-shadow: 0 7px 14px -10px black;  
}

body.homepage #wrapper #banner:not(.fixed) 
{
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    background: transparent
}

body.homepage #wrapper #banner.fixed,
body.homepage #wrapper #banner.open 
{
    background: #2a2a2a;
    transition: all .5s;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

body.homepage #breadcrumbs
{
	display: none;
}
/* Banner Normal */
.top-banner 
{
    position: relative;
    overflow: hidden;
}

.top-banner .initialTopBanner .imgTopBanner 
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.top-banner .initialTopBanner .black-overlay 
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: #282828;
    opacity: .5;
}

.top-banner .text-area 
{
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 1;
    padding: 120px 0 140px 0;
}

.top-banner .text-area h1 
{
    margin-top: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.top-banner .text-area h3 
{
    display: none;
}

.top-banner .text-area .description
{
    font-family: "LatoLight",'latolight';
    font-size: 22px;
    margin: auto;
    line-height: 26px;
    margin-top: 28px;
    max-width: 765px;
}

.toTop
{
	background: rgba(42,42,42,0.6);
    height: 42px;
    width: 42px;
    text-align: center;
    position: fixed;
    bottom: 50px;
    z-index: 9;
    right: 40px;
    border-radius: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    cursor: pointer;
}

.toTop.visible
{
	opacity: 1;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

.toTop i
{
	height: 22px !important;
    width: auto !important;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    position: relative;
    top: 9px;    
}

.bx-wrapper .bx-viewport
{
	border: 0px !important;
	left: 0px;
}

.bx-wrapper
{
	margin-bottom: 0px;
}

.black-home-overlay
{
	opacity: 0.5;
	background: #231F20;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
    top: 0px;
    left: 0px;
}

.top-banner #homepage-slider li .img
{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
    top: 0px;
    left: 0px;
    background-size: cover;
}

.top-banner #homepage-slider li img
{
	display: none;
}

.bx-wrapper .bx-controls-direction a
{
	text-indent: 0;
    text-decoration: none;
    background: transparent;
    height: auto;
    width: auto;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
   	-o-transform: translateY(-50%);
   	z-index: 90;
}

.bx-wrapper .bx-controls-direction a i
{
	font-size: 82px;
    color: #fff;
}

.bx-wrapper .bx-controls-direction a:hover i
{
	color: #3498DB !important;
}

.bx-wrapper .bx-prev 
{
    left: 3%;
}

.bx-wrapper .bx-next 
{
    right: 3%;
}

.top-banner #homepage-slider .text-area 
{
    text-align: center;
    color: #fff;
    font-family: "LatoBlack",'latoblack';
    z-index: 2;
    padding: 85px 0;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top-banner #homepage-slider .text-area .description 
{
    padding-bottom: 100px;
    /*margin-top: 170px;*/
    margin-top: 15vh;
}

.top-banner .bx-wrapper .bx-viewport #homepage-slider li,
.top-banner .bx-wrapper .bx-viewport
{ 
	min-height: 100vh;
    min-height: 755px;
}

.top-banner .scrolldown
{
	position: absolute;
    bottom: 30px;
    z-index: 1;
    width: 53px;
    left: 0px;
    right: 0px;
    margin: auto;
    opacity: 1;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    cursor: pointer;
}

.top-banner .scrolldown.scrollhidden
{
	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    cursor: default;
}

#homepage-slider li
{
	position: relative;
}

.top-banner #homepage-slider .text-area h1 
{
    font-size: 42px!important;
    max-width: 500px;
    margin: 0px auto 25px auto;
    /*padding-top: 175px;*/
    padding-top: 15vh;
}

.top-banner #homepage-slider .text-area h3
{
	font-family: "LatoLight","latolight" !important;
	font-size: 26px !important;
	max-width: 735px;
	margin: auto;
	margin-bottom: 80px;
	display: block;
}

.top-banner #homepage-slider .text-area .description p
{
	font-family: "LatoBold","latobold" !important;
	font-size: 24px !important;
	line-height: normal;
}

.top-banner #homepage-slider .verMaisHomeBtn
{
	margin-top: 25px;
}

.top-banner #homepage-slider .verMaisHomeBtn a
{
	min-width: 164px;
    padding: 0 20px;
    border-radius: 30px;
    height: 43px;
    font-size: 13px!important;
    font-family: "LatoRegular","Lato","latoregular"!important;
    text-transform: uppercase;
	color: #2980b9;
    background: #fff;
    border: 0px;
    display: inline-block;
    line-height: 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none !important;
}

.top-banner #homepage-slider .verMaisHomeBtn a:hover
{
    color: #fff;
    background: #2980b9;
    border: 0px;    
}

.bx-wrapper .bx-pager
{
	bottom: 124px;
    height: 21px;
}

.bx-wrapper .bx-pager.bx-default-pager a
{
	background: #fff;
	border: 1px solid #fff;
	margin: 0 13px;
	border-radius: 6px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active
{
	background: transparent;
}

body.homepage #wrapper #banner .horizontal-menu
{
	background: transparent;
}

.block-wrapper
{	
	padding: 85px 0px 90px 0px;
	width: 100%;
}

.block-wrapper > div
{
	max-width: 1540px;
    margin: auto;
    text-align: center;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container-fluid 
{
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container-fluid:not(#wrapper) 
{
    max-width: 1570px;
    margin: auto;
}

.block-wrapper > div:not(.row-fluid):not(.container-fluid)
{
	padding-left: 5%;
    padding-right: 5%;
}

.block-wrapper.grey
{
	background: #E6E7E8;
}

.block-wrapper.blue
{
	background: #187b9e;
}


.block-wrapper.lighter-grey
{
	background: #F1F1F2;
}

.block-wrapper h2
{
	/*max-width: 550px;*/
    margin: auto;
    /*text-align: center;*/
    margin-bottom: 40px;
}

.block-wrapper .p1 a {
    font-size: 18px;
    line-height: 24px;
}
.block-wrapper .button1
{
	background: transparent;
	margin-top: 55px;
}

.block-wrapper .button1:hover
{
	background: #2980b9;
}

.news-wrapper .row-fluid
{
	text-align: left;
}

.news-wrapper .row-fluid a,
.news-wrapper .row-fluid a:hover 
{
	text-decoration: none !important;
}

.pages-wrapper 
{
	text-align: center;
	margin: 70px 0px 100px 0px;
}

.news-wrapper .span4 .image-wrapper
{
	position: relative;
}

.news-wrapper .span4 .blue-overlay,
#listNoticiasWrapper .span4 .blue-overlay
{
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	position: absolute;
	z-index: 1;
	display: none;
	background: rgba(52,152,219,0.8);
	text-align: center;
}

.video-icon i
{
	font-size: 22px;
    color: #2A2A2A;
    margin: auto;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
   	-o-transform: translateY(-50%);
    width: auto !important;
    height: auto !important;
    display: block !important;
}

.video-icon
{
	position: absolute;
	bottom: 13px;
	right: 13px;
	background: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 16px;
}

.news-wrapper .span4:hover
{
	cursor: pointer;
}

.news-wrapper .span4 .p2
{
	color: #2A2A2A;
}

.news-wrapper .span4:hover .p2
{
	color: #9D9D9C;
}

.news-wrapper .span4:hover .blue-overlay
{
	display: block;
}

.news-wrapper .span4 .lead3
{
	color: #2A2A2A;
}

.news-wrapper .span4:hover .lead3
{
	color: #3498DB;
}

.news-wrapper .date-wrapper
{
	font-size: 11px;
	font-family: "LatoBold","latobold";
	color: #808184;
	margin-top: 25px;
	margin-bottom: 20px;
}

.news-wrapper .date-wrapper i
{
	font-size: 16px;
    vertical-align: middle;
    height: auto;
    line-height: normal;
    margin-right: 5px;
}

.news-wrapper .date-wrapper span
{
	vertical-align: middle;
}

.news-wrapper .lead3
{
	color: #3498DB;
	margin-bottom: 15px;
}

.block-wrapper .pages-wrapper
{
	margin: 35px 0 45px 0;
}

.news-wrapper a .button1, 
.news-wrapper .button1
{
	margin-top: 0px;
	color: #2980b9;
	font-size: 14px!important;
    font-family: "LatoRegular","Lato","latoregular"!important;
}

.news-wrapper a:hover .button1, 
.news-wrapper .button1:hover 
{
	color: #ffffff;
	text-decoration: none;
}

.news-wrapper .row-fluid .span12
{
	text-align: center;
}

.block-wrapper.variations-wrapper i
{
    font-size: 48px;
    height: auto;
    width: auto;
    line-height: normal;
}

.block-wrapper.variations-wrapper .lead2
{
	margin: 15px 0px 28px 0px;
}

.block-wrapper.variations-wrapper button
{
	margin-top: 65px;
	font-size: 13px !important;
}

.block-wrapper.variations-wrapper button a
{
    font-size: 13px!important;
    font-family: "LatoRegular","Lato","latoregular"!important;
    text-transform: uppercase;
}

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4
{
	padding: 47px 20px 49px 20px;
	width: 31.91489%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 2.12766%;
}

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:first-child
{
	background: #2A2A2A;	
	margin-left: 0px;
}

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:first-child i
{
	color: #3498DB;
}

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:first-child .lead2
{
	color: #fff;	
}

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:first-child .p2
{
	color: #9D9D9C;	
}

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:first-child a.button
{
	color: #fff;
	border-color: #fff;
	text-decoration: none;
}

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:first-child a.button:hover
{
	color: #2A2A2A;
	border-color: #2A2A2A;	
	background: #fff;
	text-decoration: none;
}

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:nth-child(2)
{
	background: #9D9D9C;	
}

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:nth-child(2) i,
.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:nth-child(2) .lead2,
.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:nth-child(2) .p2
{
	color: #2A2A2A;
}

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:nth-child(2) a.button
{
	color: #2A2A2A;
	border-color: #2A2A2A;
	text-decoration: none;
}

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:nth-child(2) a.button:hover
{
	color: #9D9D9C;
	border-color: #9D9D9C;	
	background: #2A2A2A;
	text-decoration: none;
}

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:last-child
{
	background: #E6E7E8;	
}

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:last-child i
{
	color: #3498DB;
}

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:last-child .lead2
{
	color: #2A2A2A;	
}

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:last-child .p2
{
	color: #808184;	
}

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:last-child a.button
{
	color: #3498DB;
	text-decoration: none;
}

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:last-child a.button:hover
{
	color: #E6E7E8;
	text-decoration: none;
}

.block-wrapper.variations-wrapper .p1,
.block-wrapper.contact-wrapper .p1
{
	max-width: 770px;
    margin: auto;
    margin-bottom: 65px;
}

.block-wrapper.contact-wrapper
{
	color: #fff;
}

.block-wrapper.contact-wrapper .span6
{
	text-align: left;		
}

.block-wrapper.contact-wrapper .span6 .address p
{
	margin-bottom: 0px !important;
}

.block-wrapper.contact-wrapper .span6 .address p a
{
	color: #fff;
	font-family: "Lato","karmamedium";
	font-size: 18px;
}

.block-wrapper.contact-wrapper .span6 button
{
	border-color: #fff;
	color: #fff;
}

.block-wrapper.contact-wrapper .span6 button:hover
{
	color: #3498DB;
	background: #fff;
}

.block-wrapper.contact-wrapper .span6:first-child > i
{
	font-size: 48px;
	height: auto;
	width: auto;
}

.block-wrapper.contact-wrapper .span6:first-child
{
    padding-top: 20px;
}

.block-wrapper.contact-wrapper .span6 .address
{
	display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    width: calc(100% - 47px);
}

.block-wrapper.contact-wrapper .span6 .address h6
{
	max-width: 310px;
    margin-bottom: 29px;
}

.block-wrapper.contact-wrapper .span6.form-wrapper .p2
{
	margin-bottom: 10px;
}

.block-wrapper.contact-wrapper .span6.form-wrapper textarea 
{
    margin-bottom: 28px;
}

.block-wrapper.contact-wrapper .span6.form-wrapper .g-recaptcha
{
	text-align: center;	
}

.block-wrapper.contact-wrapper .span6.form-wrapper .g-recaptcha > div
{
	margin: auto;
}

.block-wrapper.contact-wrapper .span6 .button-wrapper
{
	text-align: center;
}

.block-wrapper.contact-wrapper .span6 .button-wrapper button:last-child
{
	margin-left: 30px;
}

.block-wrapper.contact-wrapper .span6 .button-wrapper button
{
	margin-top: 40px;
}

.block-wrapper.contact-wrapper .span6:first-child #map
{
	width: 100%;
	height: 355px;
	border: 6px solid #fff;
	margin-top: 55px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.block-wrapper.contact-wrapper .span6 .address p
{
	font-size: 18px;
}

.block-wrapper.contact-wrapper .span6 textarea
{
	height: 355px !important;
}

.block-wrapper.contact-wrapper .span6:first-child .button-icon
{
	margin: auto;
	margin-top: 30px;
	display: block;
    line-height: 43px;
}

.block-wrapper.contact-wrapper .row-fluid:last-child
{
	text-align: left;
}

.block-wrapper.contact-wrapper .row-fluid:last-child .span12 .p1
{
	max-width: 100%;
	margin-top: 35px;
}

.block-wrapper.contact-wrapper .row-fluid:last-child .span12 .p1 span
{	
	font-family: "Lato","karmamedium";
}

.icon-location-arrow
{
	font-size: 100% !important;
}

.search-box
{
	height: 209px;
	width: 100%;
	top: -209px;
	z-index: 999999;
}

.search-box.visible
{
	top: 0px;
}

.search-box > div
{
	position: relative;
}

.search-box i.icon-remove, 
.search-wrapper i.icone-search
{
    margin-bottom: 50px;
    margin-top: 60px;
    display: inline-block;
}

.search-box i.icon-remove 
{
    margin-right: 19px;
}

/* Footer Styles */

#footer
{
	background: #F1F1F2 !important;
	padding: 60px 0px 0px 0px !important;
}

#footer .social-media-wrapper
{
	margin-bottom: 50px;
}

#footer .social-media-wrapper ul
{
	padding: 0px;
	margin: 0px;
	text-align: center;
	list-style: none;
    padding-left: 18px;
}

#footer .social-media-wrapper ul li
{
	display: inline-block;
	font-size: 0px;
	margin-left: 18px;
	margin-right: 18px;
}

#footer .social-media-wrapper ul li i
{
	color: #2A2A2A;
	font-size: 22px;
}

#footer .social-media-wrapper ul li:hover i
{
	color: #3498DB;
}

#footer .nav-menu
{
	text-align: center;
}

#footer .nav-menu .container-fluid a
{
	font-size: 12px;
	font-family: "LatoBold",'latobold';
	color: #3498DB;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-decoration: none;
}

#footer .nav-menu .container-fluid .layouts
{	
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	text-align: left;
} 

#footer .nav-menu .container-fluid .layouts li a
{
	font-size: 12px;
	color: #2A2A2A;
	font-family: "LatoRegular","Lato",'latoregular';
	text-transform: none;
}

#footer .nav-menu .container-fluid .layouts li a:hover 
{
    color: #3498DB;
}

#sitemap 
{
	padding-bottom: 50px;
}

#sitemap .nav-menu .span2
{
	text-align: left;
}

#sitemapSubMenu 
{
	background: #E6E7E8;
	padding: 33px 0;
}

#sitemapSubMenu .row-fluid
{
	text-align: center;
}

#sitemapSubMenu .row-fluid a
{
	font-size: 12px;
	color: #2A2A2A;
	font-family: "LatoBold",'latobold';
	text-transform: none;
    vertical-align: -webkit-baseline-middle;
}

#sitemapSubMenu .row-fluid a:hover
{
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(42,42,42,0.5);
	color: rgba(42,42,42,0.5);
	text-decoration: none;
}

#copyright
{
	background: #fff;	
	padding-bottom: 10px;
}

#copyright .row-fluid
{
	text-align: center;
}

#copyright .footer-images-wrapper
{
	font-size: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
}

#copyright .footer-images-wrapper img
{
	max-height: 50px;
	max-width: 100%;
}

#copyright .footer-images-wrapper > div
{
	float: none;
	display: inline-block;
	vertical-align: center;
}

#copyright .row-fluid:last-child p
{
	margin-bottom: 2px;
	color: rgba(42,42,42,0.5);
	font-family: "LatoBold",'latobold';
	font-size: 11px;
}

#copyright .row-fluid:last-child p strong
{
	color: #2A2A2A;	
}

html #wrapper footer .social-media-wrapper li 
{
    border-radius: 6px;
    display: inline-block;
    font-size: 31px;
    margin-top: 11px;
    padding: 3px;
}

/* Breadcrumbs Styles */
.portlet-breadcrumb 
{
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.portlet-breadcrumb .breadcrumb.breadcrumb-vertical
{
	background: transparent;
	padding: 0px 0px !important;
	margin-top: 33px !important;
    margin-bottom: 40px !important;
}

.portlet-breadcrumb .breadcrumb li:last-child span
{
	display: none;
}

.portlet-breadcrumb .breadcrumb li
{
	line-height: 13px;
	display: inline-block;
}

.portlet-breadcrumb .breadcrumb li span
{
	font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}

.portlet-breadcrumb .breadcrumb li.current-parent a 
{
    margin-right: 5px;
}

.portlet-breadcrumb .breadcrumb li a
 {
	color: #2A2A2A;
	font-size: 13px;
	font-family: "LatoRegular","Lato",'latoregular';
    text-decoration: none;
    margin-right: 1px;
}

.portlet-breadcrumb .breadcrumb li.active a
{
	color: #3498DB;
}
.portlet-breadcrumb .breadcrumb.breadcrumb-vertical li.last,
.portlet-breadcrumb .breadcrumb.breadcrumb-vertical li.current-parent 
{
	margin-left: 1px;
}

/* Pagina Menu Lateral Styles */
#menuLateralWrapper
{
	margin-bottom: 100px;
}

#menuLateralWrapper nav.side-menu > ul > li:hover > a, 
#menuLateralWrapper nav.side-menu > ul > li.active > a 
{
    background: #3498DB;
}

#menuLateralWrapper .left-wrapper
{
	margin-bottom: 40px;
}

#menuLateralWrapper .right-wrapper h4 
{
    color: #3498DB;
    padding: 17px 0;
    border-bottom: 1px solid #2980b9;
    border-top: 1px solid #2980b9;
    margin: 0;
    margin-bottom: 50px;
}

#menuLateralWrapper .right-wrapper h5 
{
    font-size: 24px;
    color: #3498DB;
    font-family: "LatoBold",'latobold';
    margin: 0;
    margin-bottom: 30px;
    margin-top: 50px;
}

#menuLateralWrapper .right-wrapper h6 
{
    margin-bottom: 20px;
}

#menuLateralWrapper .right-wrapper .body-content
{
    margin-bottom: 45px;
}

#menuLateralWrapper .right-wrapper .img-content
{
	border-bottom: 1px solid #9D9D9C;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

#menuLateralWrapper .right-wrapper .img-content > div 
{
	background-color: rgba(52, 152, 219, 0.10);
	padding: 15px;
}

#menuLateralWrapper .right-wrapper .img-content > div > img 
{
	width: 100%;
}

#menuLateralWrapper .right-wrapper .img-content > p 
{
	color: #7F8C8D;
	font-family: "LatoLightItalic","latolight_italic";
    margin: 10px 0 0 15px !important;
}

#menuLateralWrapper .right-wrapper .links-content 
{
	border-bottom: 1px solid #9D9D9C;
	padding-bottom: 10px;
}

#menuLateralWrapper .right-wrapper .links-content .lead3 
{
	color: #808184;
	margin-bottom: 20px;
}

#menuLateralWrapper .right-wrapper .links-content  .simple-list-wrapper ul
{
	padding-left: 0px !important;
}

#menuLateralWrapper .right-wrapper .links-content  .simple-list-wrapper ul li
{
    margin: 10px 0px !important
}

#menuLateralWrapper .right-wrapper .links-content  .simple-list-wrapper ul li a 
{
	font-family: "LatoRegular","Lato","latoregular";
	font-size: 18px;
	color: #808184;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
}

#menuLateralWrapper .right-wrapper .links-content  .simple-list-wrapper ul li a:hover 
{
    border-bottom: 1px solid #3498DB;
    color: #3498db;
}
/* Search Styles */
#searchInputWrapper 
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1170px;
    margin: auto;
    padding: 10px 15px;
    margin-top: 30px;
    position: relative;
}

#searchInputWrapper input
{
    margin: 0!important;
    vertical-align: middle!important;
    border: 0!important;
    border-bottom: 1px solid #808184!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    padding: 0 10px 5px 20px!important;
    width: 100%!important;
    font-size: 34px!important;
    line-height: 40px!important;
    font-family: "LatoBlack","latoblack"!important;
    box-sizing: border-box!important;
    height: 40px!important;
    color: #2a2a2a!important;
    background: transparent!important;
    outline: 0px;
}

#searchInputWrapper input::-webkit-input-placeholder
{
	color: #2A2A2A;
    font-size: 34px !important;
    font-family: "LatoBlack","latoblack" !important;
}

#searchInputWrapper input::-moz-placeholder 
{
	color: #2A2A2A;
    font-size: 34px !important;
    font-family: "LatoBlack","latoblack" !important;
}

#searchInputWrapper input:-ms-input-placeholder 
{
	color: #2A2A2A;
    font-size: 34px !important;
    font-family: "LatoBlack","latoblack" !important;
}

#searchInputWrapper input:-moz-placeholder 
{
	color: #2A2A2A;
    font-size: 34px !important;
    font-family: "LatoBlack","latoblack" !important;
}

#searchInputWrapper i 
{
    position: absolute;
    right: 25px;
    bottom: 15px;
    margin: auto;
    font-size: 0;
    height: auto!important;
    cursor: pointer;
}

#searchInputWrapper i:before 
{
    font-size: 40px;
    line-height: 20px;
    font-weight: bold;
}

#searchInputWrapper i:hover
{
    color: #2980B9;
}


#searchResultsWrapper h4
{
	text-align: center;
	color: #2A2A2A;
	margin-top: 50px;
	margin-bottom: 25px;
}

#searchResultsWrapper .searchValueText 
{
	color: #808184;
	font-family: "LatoLight","latolight";
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 100px;
	text-align: center;
}

#searchResultsWrapper .row-fluid:nth-child(n+3) 
{
	margin-top: 60px;
}

#searchResultsWrapper .search-title 
{
	cursor: pointer;	
}

#searchResultsWrapper .search-title .hover-container
{
	display: table;
}

#searchResultsWrapper .search-title a 
{
	font-size: 22px;
	font-family: "LatoRegular","Lato",'latoregular';
	color: #2A2A2A;    
    vertical-align: middle;
    text-decoration: none;
    display: inline-block;
    display: table-cell;
    /*width: calc(100% - 24px);*/
    line-height: 24px;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
}

#searchResultsWrapper .search-title a span.bold 
{
	font-family: "LatoBold",'latobold';
}

#searchResultsWrapper .search-title > p
{
	margin-left: 25px !important;
	margin-bottom: 25px !important;
	margin-top: 10px !important;
	font-size: 16px;
	font-family: "LatoRegular","Lato",'latoregular';
}

#searchResultsWrapper .search-content
 {
	font-size: 16px;
	font-family: "LatoLight",'karmalight';
	color: #808184;
	line-height: 22px;
}

#searchResultsWrapper .search-content span 
{
	font-family: "LatoLight",'karmamedium';
	color: #2A2A2A;
}

#searchResultsWrapper .search-title i
{
    text-align: center;
    vertical-align: top;
    display: table-cell;
    padding-right: 10px;
}

#searchResultsWrapper .search-title i:before 
{
    font-size: 22px;
}

#searchResultsWrapper .search-title:hover,
#searchResultsWrapper .search-title:hover a
{
	color: #3498DB;	
}

#searchResultsWrapper .search-title:hover a > span
{
    border-bottom: 1px solid #3498DB;
}

#searchResultsWrapper .search-title:hover i
{
	background: #3498DB;
}

#searchResultsWrapper .span12:hover .search-content 
{
	color: #2A2A2A;
}
/*csalvado*/
/* Page Text */
#pageTextContent {
    margin-bottom: 100px!important;
}

/* Formulário */
#pageFormularioContent
{
    margin-bottom: 100px!important;
}

#pageFormularioContent .button2 
{
    margin-top: 10px;
}

#formServicesWrapper 
{
    text-align: center;
    background: #2a2a2a;
    padding: 100px 0 110px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}

#formServicesWrapper .headerForm 
{
    max-width: 765px;
    margin: 0 auto 80px auto;
}

#formServicesWrapper .headerForm p 
{
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px!important;
}

#formServicesWrapper .navBulletsForm 
{
    position: relative;
    margin-bottom: 50px;
}

#formServicesWrapper .navBulletsForm * 
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#formServicesWrapper .navBulletsForm .sectionStep 
{
    display: inline-block;
    text-align: center;
}

#formServicesWrapper .navBulletsForm .sectionStep .circleStep 
{
    display: block;
    height: 24px;
    width: 24px;
    border: 2px solid #3498db;
    border-radius: 50%;
    margin: auto;
}
#formServicesWrapper .navBulletsForm .sectionStep .circleStep .circleIntStep 
{
    height: 18px;
    width: 18px;
    margin: 3px;
    background-color: transparent;
    border-radius: 50%;
}

#formServicesWrapper .navBulletsForm .sectionStep.current .circleStep .circleIntStep 
{
    background-color: #fff;
}

#formServicesWrapper .navBulletsForm .sectionStep.active .circleStep .circleIntStep 
{
    background-color: #3498db;
}

#formServicesWrapper .navBulletsForm .sectionStep .textStep 
{
    color: #9d9d9c;
    font-size: 16px;
    line-height: 23px;
    font-family: "LatoBold",'latobold';
    display: block;
}

#formServicesWrapper .navBulletsForm .sectionStep.current .textStep 
{
    color: #fff;
}

#formServicesWrapper .navBulletsForm .sectionStep.active .textStep 
{
    color: #3498db;
}

#formServicesWrapper .navBulletsForm .lineStep 
{
    border-top: 2px solid #3498db;
    border-bottom: 2px solid #3498db;
    height: 2px;
    display: inline-block;
    max-width: 237px;
    vertical-align: top;
    margin: 11px -23px 0 -23px;
    width: 100%;
}

#formServicesWrapper .navBulletsForm .lineStep.active 
{
    background-color: #3498db;
}

#formServicesWrapper .titleForm 
{
    font-size: 18px;
    line-height: 24px;
    font-family: "LatoBold","latobold";
    margin-bottom: 30px;
}

#formServicesWrapper .form-wrapper
 {
    background: transparent!important;
    padding: 0!important;
}

#formServicesWrapper .form-wrapper input,
#formServicesWrapper .form-wrapper textarea 
{
    width: 100%;
    border: 2px solid #fff;
    box-shadow: none;
    height: 60px;
    line-height: 18px;
    color: #808184;
    font-size: 18px;
    font-family: "LatoLight",'latolight';
    padding: 0;
    border-radius: 0;
    padding-left: 33.5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    
    font-size: 16px;
    line-height: 16px;
}

#formServicesWrapper .form-wrapper .generoBox 
{
    text-align: left;
    padding: 17px 33.5px;
}

#formServicesWrapper .form-wrapper .generoBox>span 
{
    font-family: "LatoLight","karmalight";
    font-size: 16px;
    line-height: 16px;
    margin-right: 10px;
}

#formServicesWrapper .form-wrapper .generoBox .radio-button:first-of-type 
{
    margin-right: 20px;
}

#formServicesWrapper .form-wrapper .radio-button .radio-button-wrapper 
{
    border: 2px solid #9d9d9c;
}

#formServicesWrapper .form-wrapper .radio-button input[type="radio"]:checked+.radio-button-wrapper 
{
    border: 2px solid #2980b9!important;
}

#formServicesWrapper .form-wrapper .radio-button label 
{
    color: #9d9d9c;
}

#formServicesWrapper .form-wrapper .radio-button input[type="radio"]:checked+.radio-button-wrapper+label 
{
    color: #2980b9!important;
}

#formServicesWrapper .form-wrapper .labelInfoObrig 
{
    color: #9d9d9c;
    font-size: 16px;
    line-height: 22px;
    font-family: "LatoLight","karmalight";
    margin-bottom: 40px;
}

#formServicesWrapper .form-wrapper .btnWrapper .button1 
{
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    margin: 0 15px;
}

#formServicesWrapper .form-wrapper .btnWrapper .button1:hover 
{
    color: #2980b9;
    background: #fff;
    border: 1px solid #fff;
}

#formServicesWrapper[data-step="1"] .form-wrapper .btnWrapper #btnPrevious 
{
    display: none;
}

#formServicesWrapper[data-step="3"] .form-wrapper .btnWrapper #btnNext 
{
    display: none;
}

#formServicesWrapper .form-wrapper .btnWrapper .button1 i 
{
    margin-top: 0;
    display: inline-block;
    margin-left: 5px;
    vertical-align: text-bottom;
    width: 14px;
    height: 14px;
}

#formServicesWrapper .form-wrapper .btnWrapper #btnPrevious i 
{
    margin-right: 5px;
}

#formServicesWrapper .form-wrapper .btnWrapper .button1 i:before 
{
    font-size: 24px;
    line-height: 15px;
}

/* News */
#listNoticiasWrapper .row-fluid 
{
    text-align: left;
}

#listNoticiasWrapper .row-fluid:not(:last-child) 
{
    margin-bottom: 60px;
}

#listNoticiasWrapper .row-fluid a, 
#listNoticiasWrapper .row-fluid a:hover 
{
    color: transparent;
    text-decoration: none!important;
}

#listNoticiasWrapper .span4 .image-wrapper 
{
    position: relative;
}

#listNoticiasWrapper .span4 .blue-overlay 
{
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    display: none;
    background: rgba(52,152,219,0.8);
    text-align: center;
}

#listNoticiasWrapper .span4:hover .blue-overlay 
{
    display: block;
}

#listNoticiasWrapper .span4 .image-wrapper img 
{
    width: 100%;
}

#listNoticiasWrapper .date-wrapper
{
    font-size: 11px;
    font-family: "LatoBold","latobold";
    color: #808184;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 19px;
}

#listNoticiasWrapper .date-wrapper i 
{
    font-size: 16px;
    vertical-align: middle;
    height: auto;
    line-height: normal;
    margin-right: 5px;
}

#listNoticiasWrapper .date-wrapper span
{
    vertical-align: middle;
}

#listNoticiasWrapper .lead3 
{
    color: #2a2a2a;
    margin-bottom: 15px;
}

#listNoticiasWrapper .twoLinesCopy .lead3 
{
    min-height: 45px;
}

#listNoticiasWrapper .span4:hover .lead3 
{
    color: #3498db;
}

#listNoticiasWrapper .span4 .p2 
{
    color: #2a2a2a;
}

#listNoticiasWrapper .span4:hover .p2 
{
    color: #9d9d9c;
}

/* Details News */
#detailsNoticianWrapper 
{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 50px;
}

#detailsNoticianWrapper .date-wrapper 
{
    font-size: 11px;
    font-family: "LatoBold","latobold";
    color: #808184;
    margin-bottom: 20px;
}

#detailsNoticianWrapper .date-wrapper i 
{
    font-size: 16px;
    vertical-align: middle;
    height: auto;
    line-height: normal;
    margin-right: 5px;
}

#detailsNoticianWrapper .date-wrapper span 
{
    vertical-align: middle;
}

#detailsNoticianWrapper h4 
{
    color: #3498db;
    padding: 17px 0;
    border-bottom: 1px solid #2980b9;
    border-top: 1px solid #2980b9;
    margin: 0;
}

#detailsNoticianWrapper img:not(.ratio) 
{
    display: block;
    margin: 40px auto 30px auto;
}

#detailsNoticianWrapper .btnVideo 
{
    display: block;
    margin: 0 auto 30px auto!important;
}

#detailsNoticianWrapper .btnVideo i 
{
    line-height: 15px;
    font-size: 24px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 8px;
}

#detailsNoticianWrapper .btnVideo i:before 
{
    font-size: 24px;
}

#detailsNoticianWrapper .p2 
{
    color: #2a2a2a;
    margin-bottom: 20px;
    text-align: left;
}

#detailsNoticianWrapper .sharedIcons 
{
    margin: 70px 0 40px 0;
    display: inline-block;
    width: 100%;
}

#detailsNoticianWrapper .sharedIcons ul 
{
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    padding-left: 0;
}

#detailsNoticianWrapper .sharedIcons ul li 
{
    display: inline-block;
    font-size: 0;
    margin-left: 18px;
    line-height: 20px;
    vertical-align: middle;
}

#detailsNoticianWrapper .sharedIcons ul li:first-child 
{
    margin-left: 0;
}

#detailsNoticianWrapper .sharedIcons .tooltip-wrapper 
{
    min-width: 32px;
}

#detailsNoticianWrapper .sharedIcons ul li i 
{
    color: #808184;
    font-size: 22px;
}

#detailsNoticianWrapper .sharedIcons ul li:hover i 
{
    color: #3498db;
}

#detailsNoticianWrapper .sharedIcons .tooltip-wrapper .tool-tip.type1 
{
    background: #3498db;
    left: -5px;
}

#detailsNoticianWrapper .sharedIcons .tooltip-wrapper .tool-tip.tool-tip-top:not(.type2):before 
{
    border-top: 8px solid #3498db;
}

#videoOpenScreen 
{
    background: rgba(0,0,0,0.65);
    z-index: -99;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#videoOpenScreen.activeShow 
{
    z-index: 99999;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

#videoOpenScreen .wrapperIframe 
{
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
    height: 100%;
    display: table;
}

#videoOpenScreen .wrapperIframe > div 
{
    display: table-cell;
    vertical-align: middle;
}

#videoOpenScreen .wrapperIframe .closeBtn 
{
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 5px 0 45px 0;
}

#videoOpenScreen .wrapperIframe .closeBtn i 
{
    line-height: 32px;
    font-size: 32px;
    display: inline;
}

#videoOpenScreen .wrapperIframe .closeBtn i:before 
{
    font-size: 32px;
    line-height: 32px;
}

#videoOpenScreen .wrapperIframe .closeBtn span 
{
    font-family: "LatoRegular","Lato","latoregular";
    font-size: 12px;
    line-height: 18px;
    display: block;
}

#videoOpenScreen .wrapperIframe .containerFrame 
{
    position: relative;
}

#videoOpenScreen .wrapperIframe .containerFrame .ratio 
{
    display: block;
    width: 100%;
    height: auto;
}

#videoOpenScreen .wrapperIframe .containerFrame iframe 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Newsletter */
#newsletterWrapper 
{
    background: #e6e7e8;
}

#newsletterWrapper .newsletter-wrapper 
{
    max-width: 1170px;
    margin: auto;
    background: #e6e7e8!important;
    padding: 33px 16.25%!important;
}

.newsletter-box > i:before 
{
    content: "\f0e0";
    font-size: 24px;
}

/* Contacto Styles */
#contactFormWrapper 
{
    margin-bottom: 80px;
}

#contactFormWrapper .span6:first-child
{
    margin-bottom: 40px !important;
}

#contactFormWrapper .infoSedes
{
    width: 60%;
}

#contactFormWrapper .infoSedes h6 
{
    margin: 0px 0px 15px 0px;
}

#contactFormWrapper .infoSedes > div 
{
    font-size: 18px; 
    line-height: 22px;
    font-family: "LatoLight","karmalight";
    color: #808184;
}

#contactFormWrapper .infoSedes > div > span 
{
    font-family: "LatoRegular","Lato","karmamedium";
}

#contactFormWrapper .infoSedes > div.subtitle 
{
    font-size: 18px; 
    line-height: 22px;
    font-family: "LatoBold","latobold";
    margin: 20px 0px;
    color: #2A2A2A;
}

#contactFormWrapper .form-wrapper 
{
    padding: 0;
    background: none !important;
    text-align: left;
}

#contactFormWrapper .form-wrapper .labelInfoObrig 
{
    color: #9D9D9C;
    font-size: 16px;
    line-height: 22px;
    font-family: "LatoLight","karmalight";
    margin-bottom: 10px;
}

#contactFormWrapper .form-wrapper input,
#contactFormWrapper .form-wrapper textarea 
{
    background-color: #F1F1F2;
    font-family: "LatoLight","karmalight" !important;
    font-size: 16px !important;
    line-height: 16px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#contactFormWrapper .form-wrapper textarea 
{
    line-height: 22px !important;
    margin-bottom: 10px;
}

#contactFormWrapper .form-wrapper input:focus,
#contactFormWrapper .form-wrapper textarea:focus
{
    background-color: #ffffff;
    border: 2px solid #2980b9 !important;
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.4) !important;
    -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.4) !important;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.4) !important;
}

#contactFormWrapper .form-wrapper .g-recaptcha
{
    text-align: center; 
    margin-bottom: 30px;
}

#contactFormWrapper .form-wrapper .g-recaptcha > div
{
    margin: auto;
}

#contactFormWrapper .form-wrapper .btnWrapper 
{
    text-align: center;
}

#contactFormWrapper .form-wrapper .btnWrapper #btnClear 
{
    margin-right: 30px;
}

#locationContactoWrapper 
{
    background: #2A2A2A;
    padding: 80px 0px 110px 0px;
    text-align: center;
    color: #fff;
}

#locationContactoWrapper h3 
{
    margin-bottom: 20px;
}

#locationContactoWrapper p 
{
    font-size: 18px;
    line-height: 24px;
    max-width: 750px;
    margin: auto !important;
}

#locationContactoWrapper #mapContact 
{
    width: 100%;
    height: 500px;
    border: 6px solid #fff;
    margin: 55px 0px 30px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#locationContactoWrapper .btnMap 
{
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

#locationContactoWrapper .btnMap:hover 
{
    border: 1px solid #fff;
    background: #fff;
    color: #3498DB;
}

#locationContactoWrapper .btnMap i 
{
    margin-top: -2px;
}

.privacy-info-message 
{
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px;
    width: 100%;
    z-index: 3;

    background-color: #2A2A2A;
    font-size: 16px;
    font-family: "LatoLight","latolight";
    font-weight: normal;
    line-height: 16px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    height: auto;
    padding: 20px 0px;


    a.hide-strip-privacy-info-message 
    {
        text-decoration: underline;
    }

    a.open-dialog-privacy-policy 
    {
        text-decoration: underline;
    }

    .privacy-info-message-journal-article 
    {
        display: inline-block;
    }
}

.privacy-info-message .layout 
{
    max-width: 1170px;
    margin: auto;
    padding: 0px 15px;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.privacy-info-message .layout .text-private 
{
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 50%;
}

.privacy-info-message .layout .text-private p 
{
	margin: 0;
}

.privacy-info-message .layout .text-private p:first-child 
{
	margin: 0 0 5px !important;
}
    
.privacy-info-message .layout .btnWrapper 
{
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 2%;
}

.privacy-info-message .layout .btnWrapper a 
{
	height: 43px;
    line-height: 43px;
    padding: 0 25px;
    display: inline-block;
    min-width: 162px;
    text-align: center;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    vertical-align: top;
}
    
.privacy-info-message .layout .btnWrapper a:hover 
{
	color: #2980b9;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.privacy-info-message .layout .btnWrapper button 
{
	display: inline-block;
    min-width: 162px;
    padding: 0px 20px;    
    border-radius: 30px;
    height: 43px;
    font-size: 14px!important;
    font-family: "LatoRegular","Lato",'latoregular'!important;    
    text-transform: uppercase;
    color: #FFFFFF;
    background: #2980b9;
    border: 1px solid #2980b9;
    outline: none;
    margin-left: 28px;
    vertical-align: top;
}

.privacy-info-message .layout .btnWrapper button:hover 
{
	color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
}

.news-wrapper .span4 .image-wrapper img, 
#listNoticiasWrapper .span4 .image-wrapper img 
{
    width: 100%;
}

/*AMA 05042018*/

html #wrapper
{
    margin: 0 auto!important;
    /*width : 984px;*/
    width:100%;
    max-width: 1700px;
    
}

body:not(.homepage) #content 
{
    padding: 60px 0 60px 0!important;
}

body:not(.homepage) #content.header-bar--blue
{
    padding: 0 0 60px 0!important;
	/*margin-top: 123px;*/
}

.mainwrapper
{
	color:#000;
}
	
.block-wrapper.variations-wrapper .lead2
{
	margin: 15px 0px 0px 0px;
}
	
.lead2,
.span8
{
	text-align:left;
}

.lead2 a 
{
    font-size: 20px !important;
    font-family: "LatoBold",'latobold' !important;
    line-height: 26px !important;
}

.lead2 h3
{
	text-transform:uppercase;
}
	
.lead2 h4,
.lead2 h4:hover
{
	font-size: 20px !important;
    font-family: "LatoBold",'latobold' !important;
    letter-spacing:normal !important;
}

.p1,
.p2
{
	font-family: "LatoLight",'latolight' !important;
	text-align:left;
}
	
#footer
{
	background:#0f608d!important;
	padding:0px!important;
}

.contactsFooterList h3
{
	font-weight:normal;
	letter-spacing:normal!important;
}

.row-fluid .span8 h2
{
	text-align: left;
	margin:10px 0px;
}
	
.block-wrapper 
{
    padding: 25px 0px 0px 0px;
}
    
.block-wrapper.variations-wrapper i 
{
    font-size: 20px;
}
 
.block-wrapper .row-fluid:nth-child(2)
{
	border-top:none;
	padding-top:20px;
}
	  
.variations-wrapper .row-fluid:nth-child(2)
{
	border-top:solid #000 1px;
	padding-top:20px;
}


.span4:hover,
.span6:hover 
{
    outline: #999999 solid 2px;
    cursor: auto;
    overflow: visible;
}

.span4,
.span6
{
	padding:5px;
}

#wrapper [class^="icon-"], 
#wrapper [class*=" icon-"],
.toTop.visible [class^="icon-"],
.toTop.visible [class*=" icon-"]
{
    font-family: 'FontAwesome';
}



/*mystyle*/

body{
    color: #000 !important;
}
ul.horizontal-breadcrumb li{
    display: inline-block;
    margin-bottom: 15px;
}



ul.horizontal-breadcrumb li a{
    font-size: 14px;
    color: #2A2A2A;
    font-family: "Lato",'Source Sans Pro', sans-serif;
    text-decoration:underline;

}

.header-bar--blue ul.horizontal-breadcrumb li a { 
	color: white;
	text-decoration: none;
}


ul.horizontal-breadcrumb li:last-child a{
    color: #2980B9;
}

.header-bar--blue ul.horizontal-breadcrumb li:last-child a{
    color: white;
}

.margin-between-containers{
    margin-top: 30px !important;
}

.block-wrapper .page-title{
    text-transform: uppercase;
    font-size: 34px !important;
    margin-bottom: 15px;
}
.block-wrapper.header-bar--blue .page-title {
	font-size: 26px !important;
	color: white;
	text-align: left;
	margin: 10px 0 !important;
}

.block-wrapper .page-title .lead2 h2{
    margin-top: 25px;
    font-family: "Lato",'Source Sans Pro', sans-serif !important;
}

.block-wrapper.anchors{
  padding: 0;
  margin-bottom: 15px;
  padding-bottom: 0px;
}

.main-content-area{
    padding-top: 60px;
    margin: 0 auto!important;
}

.main-content-area a{
    text-decoration:none;
}
.main-content-area a:hover{
    text-decoration: underline !important;
    color:#3399cc;
}


.main-title-intro{
    position: relative;
    margin-top: 25px !important;
}

.logo-eugo img
{
	width: 130px;
}
/*
.block-wrapper.anchors a{
    font-size: 15px;
    font-family: "LatoRegular",'latoregular';
    font-weight: 600;
    font-style: italic;
    background-color: #3498DB;
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.block-wrapper.anchors a:hover{
    opacity: 0.9;
}*/

.intro-text{
    padding-top: 0.5em !important; 
}

/*New*/
.block-wrapper.anchors .span12{
    margin-bottom: 5px;
    margin-left: 0px;
}
.block-wrapper.anchors .span12:hover{
    outline: none;
}

.anchors .anchor-entries{
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.anchors .anchor-link{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 8px;
}
.anchors .anchor-link a{
    text-decoration: underline;
    color: #fff;
}

.simple-list-wrapper{
    text-align: left;
}

.incentivos .simple-list-wrapper ul{
    margin-bottom: 15px;
    margin-top: 15px;
}

.simple-list-wrapper ul li {
    list-style: initial;
    margin: 10px;
    font-family: "Lato",'Source Sans Pro', sans-serif !important;
    font-size: 16px;
    color: #000;

}

.incentivos-list ul li{
    line-height: 14px;
}

div.simple-list-wrapper ul li {
    line-height: 30px;
    list-style: disc;
    margin: 0 20px;
}

.simple-list-wrapper ul li:before {
    content: none;
}
.acordeon-body .saber-mais, .saber-mais{
    font-size: 14px;
    font-family: "LatoLight",'karmalight';
}

.saber-mais{
    margin-top: 15px;
    display: block;
}
.saber-mais:hover{
    font-size: 14px;
    font-family: "LatoLight",'karmalight';
}
/*
.acordeon-body a:hover{
    font-size: 14px;
    font-family: 'latolight';
}*/

.acordeon-wrapper .acordeon-header {
    border: 0px;
    border-bottom: 1px solid #d5d5d5;
    color: #3d3d3d;
}

.acordeon-wrapper .acordeon-header.active {
    border: 0px;
    background: #ffffff;
    border-bottom: 1px solid #d5d5d5;
    color: #3d3d3d;
}

.acordeon-wrapper {
    background: #f2f6fd;
    color: #3d3d3d;
}
.acordeon-wrapper-margin{
    margin-top: 15px !important;
}

.acordeon-wrapper .acordeon-header.active i:before{
    display: inline-block;
    right: 0;
}

.lead3{
   
    font-family: "Lato",'Source Sans Pro', sans-serif !important;
}

.lead4{
    color: #4d7b91;
    font-size: 17px !important;
    font-size: 18px !important;
    font-family: "Lato",'Source Sans Pro', sans-serif !important;
    line-height: 22px !important;
    text-align: left;
}
.acordeon-header{
    text-align: left;
    cursor: pointer;
}

.acordeon-wrapper .acordeon-header .lead3 {
    font-size: 16px !important;
    max-width: 90%;
}
.lead2 h3 {
    font-size: 20px !important;
    font-family: "Lato",'Source Sans Pro', sans-serif !important;
    line-height: 26px !important;
    color: #0f608d;
}
.financiamento .p2:nth-child(1) {
    margin-bottom: 15px;
}


.highlight{
    font-family: "Lato",'Source Sans Pro', sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.button-simular{
    background: #de092f;
    border: 1px solid #fff;
    float: left;
    margin-top: 3% !important;/*Alterado a 10/07/2018 antes estava 0 !important*/
    position: relative;
    color: #fff;
    font-family: "Lato",'Source Sans Pro', sans-serif !important;
}

.button-simular span{
    font-size:2.1em;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 8px;

}
.button-simular a{
    color: #fff !important;
}

.button-simular:hover{
    opacity: 0.9;
    background: #de092f !important;
}
.button-simular:focus{
    background: #de092f !important;
}

.icon-target:before {
    content: "\e607";
}

.div-link .content-link{
    cursor: pointer;
}
.div-link a{
    color: #333;
}
.div-link a:hover{
    color: #3498DB;
}
.div-link h3, .div-link .link-title{
    color:#0f608d;
}
.div-link h3:hover, .div-link .link-title:hover{
    color: #3498DB;
}


.contactos .icon-phone:before {
    content: "\f095" !important;
}

.pedido-de-informacao .p2 li{
    margin-bottom: 5px !important;
    font-family: "LatoRegular","Lato","karmamedium";
    list-style-type: disc;
}
.pedido-de-informacao .p2{
    padding-left: 10px;
}

.pedido-de-informacao:hover, .contactos:hover{
    outline: none;

}

.title-logo{
    text-align: left;
}
.title-logo h2{
    display: inline;
    margin-bottom: 10px;    
}
.title-logo img
{
	width:4.5em;
	margin-right: 8px;
}


.border-top-box{
    padding-top: 20px;
    border-top: solid #000 1px;
}


#content a{
    text-decoration: underline !important;
}

#content a:hover{
    text-decoration: underline !important;
}

.text-center{
    text-align: center;
}

.border-bottom-area-title{
    border-bottom: 1px solid #000;
}

.page-title-espaco h2{
    margin-top: 25px;
}

.span4:hover, .span6:hover{
    outline: none;
}


/*@media only screen and (min-width: 768px) {
.no-padding{
    padding-left: 0px !important;
    padding-right: 0 !important;
}
}*/

.no-padding-bottom{
    padding-bottom: 0px !important; 
}
.no-padding-top{
    padding-top: 0px !important; 
}

.aceder-dee{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.aceder-dee p{
    font-size: 15px;
    font-family: "Lato",'Source Sans Pro', sans-serif !important;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 8px !important;
    text-align: left;
}


.contacts-area a
{
    color:#0f608d;
    text-decoration:underline;
    }

.contacts-area a:hover
{
    text-decoration:underline;
    }

.contacts-area i[class^="icon-"] {
    font-family:'FontAwesome';
}

.p1, .p2{
    font-family: "Lato",'Source Sans Pro', sans-serif !important;
}



@media only screen and (min-width: 768px) and (max-width:988px){
.contacts-area .container-fluid .lead2 h4{
    font-size: 15px !important;
}
}


@media only screen and (min-width: 980px){
.main-content-area{
    width: 984px;
}
}

@media only screen and (min-width: 988px) {
.contacts-area .container-fluid{
    width: 984px;
}
}

/*mobile*/
@media only screen and (max-width: 767px) {
    .mobile-remove-padding-wrapper{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .logo-eugo {
        width: 120px;
        float: right;
        position: absolute;
        right: 25px;
        top: 20px;
    }
    .title-logo img{
        width: 12%;
    }
    .title-logo h2 {
        font-size: 36px !important;
    }
}

@media only screen and (max-width: 480px) {
    .acordeon-header {
        padding-left: 10px !important;
    }
    .acordeon-wrapper .acordeon-header .lead3 {
        font-size: 14px !important;
    }

    .title-logo h2{
        font-size: 18px!important;
        text-transform: uppercase;
    }

    .title-logo img{
        width: 14%;

    }
    .logo-eugo {
        float: left;
        position: relative;
        right: 0px;
        top: 10px;
    }
}

}







/*Profissoes*/
.profissoes{
	padding-top:0px !important;
	text-align: left;
}

.header-bar--blue .horizontal-breadcrumb { color: white;}

.horizontal-breadcrumb{
	text-align: left;
}
input#pesq_profissao{
	width: 240px;
    padding: 5px 10px 5px 10px !important;
}

.legenda ul li{
	margin-bottom: 15px;
	list-style: none;
}
.legenda ul li strong{
	font-weight: bold;
}
.legenda ul li img{
	float: left;
    margin-right: 10px;
    width: 20px;
}

ul.profissoes li {
    margin-left: 20px;
    list-style: initial;
    margin: 10px;
    font-family: "Lato",'Source Sans Pro', sans-serif !important;
    font-size: 16px;
    color: #333;
    text-align: left;
}

.leftcontact, .rightcontact {
    padding-top: 2em;
    padding-bottom: 2em !important;
    background-color: #f2f6fd;
}

.leftcontact .title, .leftcontact .p2, .rightcontact .title, .rightcontact .p2{
	padding-left: 20px;
}
.leftcontact label{
	padding-left: 20px;
    margin-top: 10px !important;
    display: block;
    font-size: 14px;
}

.profissoes .block-wrapper.anchors{
	padding-top: 15px;
    padding-bottom: 15px;
}

.contactbox{
	margin-top: 40px;
}

.cae_open, .cae_close {
    font-size: 16px !important;
    color: #3d3d3d;
    padding: 13px 25px 13px 20px !important;
    cursor: pointer;
}
.cae_close {
    line-height: 25px !important;
    border-bottom: 1px solid #008CBA;
}
.cae_open{
    border-bottom: 1px solid #008CBA;
}

.margem .cae_close, .margem .cae_open{
    padding-left: 40px !important;
    border-bottom: 1px solid #d5d5d5;
}

.margem .cae_close_margem
{
	padding-left: 55px !important;

}

@media only screen and (max-width: 768px){
.leftcontact, .rightcontact {
    margin-bottom: 20px;
}
}

/***************************
****************************
These are the styles for
the BdE facelift 2018

Auhtor: José Barros
Version: 1.0
Last changed: 19-06-2018
****************************
***************************/

/* Padding top spacing classes */
.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.pt-5 {
  padding-top: 3rem;
}

/* Margin */

.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 1rem;
}
.mt-4 {
  margin-top: 1.5rem;
}
.mt-5 {
  margin-top: 3rem;
}

.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.mb-5 {
  margin-bottom: 3rem;
}

/* General Classes */
.header-bar--blue {
	background-color: #187b9e;
	padding: 10px 0;
	padding-bottom: 1px !important;
}

/* Section Box */
.content-link.section-box {
	background-color: #fafafa;
	padding: 0;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

} 

.div-link .content-link.section-box {
    cursor: inherit;
}

.section-box__content > div,
.section-box__content--l > div {
	flex-grow: 1;
	padding-bottom: 20px;
	width: 100%;
}

.div-link .content-link.section-box h3,
.div-link .content-link.section-box h3:hover {
	color: #187b9e;
}

.section-box__title {
	background-color: #f2f2f2;
	padding: 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding-left:15px !important;
	display: flex;
	align-items: center;				
}

.img-evo
{
	width: 100px;
	height: 80px;
}
.section-box__title .lead2.mt-0 {
    margin-top: 0;
    margin-bottom: 0;

}

.section-box__title .lead2 h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.section-box__title .span10 {
	display: flex;
	align-items: center;
	align-content: center;
	min-height: 62px;
	height: 0;
}

.variations-wrapper .row-fluid:nth-child(2).section-box__content,
.variations-wrapper .row-fluid:nth-child(2).section-box__content--l
{
	border-top: 0;
	padding: 20px 10px;
}

.section-box__content,
.section-box__content--l {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 170px;
	padding: 10px 10px 0;
	align-items: center;
	height: 0; /* this hack is for ie11 when we want to use flex . The parent must have a height:0 in IE11 */
}

.section-box__content--l {
	min-height: 230px;
}

.section-box__content .btn,
.btn-wrapper .btn,
.section-box__content--l .btn {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.4px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	border-radius: 0;
}

.section-box__content .btn:hover,
.section-box__content--l .btn:hover,
.btn-wrapper .btn:hover,
.main-content .btn-wrapper .btn:hover {
	opacity: .7;
	color: White;
	text-decoration: none !important;
}

.bg-color-secondary {
	background-color: #187b9e;
}

.btn-block {
	width: 100%;
}

.btn button {
	border-radius: 0;
	height: 80px;
	font-size: 16px !important;
}

.btn.button-simular { border: 0; text-transform:uppercase; }

.btn.button-simular:hover {
	border: 0;
	opacity: .7;
	background-color: #187b9e !important;
	color: white;
}

.aceder-dee p {
	text-align: center;
	font-style:normal !important;
	font-weight: normal;
	margin-top: 10px !important;

}

.panel__icon {
	height: 22px;
	width: 22px;
	margin-right: 10px;
	flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.title-logo 
{
	display: flex !important;
	justify-items: center;
	align-items: center;
}

.title-logo h2.page-title {
	text-transform: uppercase;
	font-size: 22px !important;
	color: #187b9e;
	text-align: left;
}

/*novo css 20190110*/
/*#ServerForm {
	margin-top: 1em;
}*/



#rblCitizentType label {
    position:relative;
    font-size: 16px;
    line-height: 25px;
}

#rblCitizentType input[type=radio] 
{margin-right:5px;margin-top: 3px;vertical-align: top;}

/*
#rblCitizentType label {
    position:relative;
}

#rblCitizentType input[type=radio]:checked + label::after 
{
border-radius: 50%;
    background-color: #187b9e;
    position: absolute;
    left: 6px;
    content: " ";
    top: 6px;
    width: 12px;
    height: 12px; }

*/
