/* GENERAL CONFIG
-------------------------------------------------- */
html {
    height: 100%
}
body {
 	font-family: 'Montserrat', sans-serif;
 	margin: 0;
    background-color: #FFF;
    font-weight: 400;
    color: #444;
}
h1 {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-weight: 100;
    color: #444;
    font-size: 48px;
    text-transform: uppercase;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-weight: 600;
    color: #444;
    font-size: 48px;
    text-transform: uppercase;
}
a {
    color: #444;
}
a:hover, a:focus {
   outline: 0;
   text-decoration: none;
   color: #666;
}
a, object, embed, a:active {
   outline: 0;
}
a, object, embed, a:active {
    outline: none;
}
input::-moz-focus-inner { 
  border: 0; 
}
a {
    transition: all 0.5s ease 0s;
}
.wrapSite {
	width: 1170px;
	padding: 0px 15px;
	margin: 0px auto;
}
.right {
	text-align: right;
}
.color1 {
    color: #023551;
}
.color2 {
    color: #7abb00;
}
.text-client {
    color: #023551;
}
.btn-client {
	background-color: #333333;
	color: #FFF;
    border-radius: 0px;
    padding: 15px 20px;
    border: 0px;
}
.btn-client:hover {
    background-color: #666 !important;
    color: #FFFFFF;
}
.btn-clientInvert {
	background-color: #FFF;
	color: #023551;
	border-radius: 0px;
}
.btn-client span.arrow{
	background-color: #FFF;
	color: #00bedc;
	border-radius: 0px;
}
.btn-clientInvert span.arrow{
	background-color: #023551;
	color: #FFF;
	border-radius: 0px;
}
.btn-secondary {
	background-color: #00bedc;
	color: #023551;
}
.btn-secondary:hover {
	color: #FFF;
}
.gbs3 .btn-client {
    background-image: none;
    background-color: #000!important;
    color: #FFF;
    text-shadow: none;
    border: 0px;
}
.gbs3 .btn-client:hover {
    color: #999!important;
}
.bolder {
	font-weight: 700;
}
.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.noPadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.paddingTextBlock {
    float: left;
    padding: 10% 0px;
}
.odd .paddingTextBlock {
    float: right;
    padding-left: 60px;
}
.d-none {
  display:none !important;
}

/* MENU TOP
-------------------------------------------------- */
.lang {
    padding-top: 20px;
}
div.mod-languages ul {
    margin-right: 25px;
}
div.mod-languages li {
    margin-left: 0px;
    margin-right: 0px;
}
div.mod-languages img {
    width: 15px;
    opacity: 0.5;
}
div.mod-languages li.lang-active a img {
    opacity: 1 !important;
}
div.mod-languages li a:hover img {
    opacity: 1;
}
.menuPrincipal {
    position: absolute;
    width: 100%;
    z-index: 1;

    background: rgba(0,0,0,0.5);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.42) 17%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(17%, rgba(0,0,0,0.42)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.42) 17%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.42) 17%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.42) 17%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.42) 17%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    Copy text
}

#gruemenu.menuTop {
    background: none !important;
}
#gruemenu > ul {
    box-shadow: none !important;
    float: right;
}
#gruemenu > ul > li > a {
    border-right: none !important;
    padding: 18px 25px 10px 25px !important;
}
#gruemenu::after, #gruemenu > ul::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#gruemenu.grue_101 > ul > li > a,
#gruemenu.grue_129 > ul > li > a {
    color: #DDD !important;
    text-transform: uppercase;
    font-weight: 300;
}
#gruemenu.grue_101 > ul > li:hover > a, #gruemenu.grue_101 > ul > li > a:hover, #gruemenu.grue_101 > ul > li.active > a,
#gruemenu.grue_129 > ul > li:hover > a, #gruemenu.grue_129 > ul > li > a:hover, #gruemenu.grue_129 > ul > li.active > a {
    color: #FFF !important;
    background: none !important;
    font-weight: 600;
}
/* Sub Menu -------------------------------------- */
#gruemenu.grue_101 > ul > li.has-sub.active > a::after, #gruemenu.grue_101 > ul > li.has-sub:hover > a,
#gruemenu.grue_129 > ul > li.has-sub.active > a::after, #gruemenu.grue_129 > ul > li.has-sub:hover > a {
    border-top-color: #FFF !important;
}
#gruemenu.grue_101 ul ul li a, #navigation-toggle,
#gruemenu.grue_129 ul ul li a {
    color: #FFFFFF;
    background: #333333 !important;
}
#gruemenu ul ul li a {
    box-shadow: none !important;
    padding: 8px 25px !important;
}
#gruemenu.grue_101 > ul > li > ul::after,
#gruemenu.grue_129 > ul > li > ul::after {
    border: none !important;
}
#gruemenu.grue_101 ul > li > ul > li > a,
#gruemenu.grue_129 ul > li > ul > li > a {
    font-size: 12px !important;
    text-transform: uppercase !important;
}

#gruemenu > ul > li.has-sub > a::after {
    border: 4px solid transparent;
    right: 5px !important;
    margin-top: 3px !important;
}


/*#gruemenu.grue_101 > ul > li.has-sub > a::after {
    right: 10px !important;
    top: 50% !important;
}
#gruemenu > ul > li.has-sub > a::after {
    border: 5px solid transparent !important;
}*/

/*#navigation-toggle {
    box-shadow: none;
}
#navigation-toggle span.nav-line {
    background: #444;
}*/



/* SLIDESHOW
-------------------------------------------------- */
.camera_wrap {
    margin-bottom: 0px !important;
}
.camera_pag {
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.camera_wrap .camera_pag .camera_pag_ul {
    text-align: center;
}


/* BREADCRUMBS
-------------------------------------------------- */
.breadcrumbs {
    height: 170px;
    background-color: #EEE;
    padding-top: 70px;
}

.breadcrumb {
    background: none !important;
    text-align: right;
    text-transform: uppercase;
    font-size: 12px;
}
ul.breadcrumb li:first-child,
ul.breadcrumb .itemListElement a,
li.itemListElement, ul.breadcrumb li.itemListElement span,
a.pathway {
    color: #999999 !important;
    font-weight: 100 !important;
}
ul.breadcrumb li.active,
ul.breadcrumb li.active span {
    color: #444 !important;
}
span.divider {
    display: none;
}


/* DESTAQUES BAR
-------------------------------------------------- */
.destaquesBar {
    background-color: #eee;
    padding: 20px 0px;
    overflow: hidden;
}


/* VIDEO BAR
-------------------------------------------------- */
.videoBar {
    overflow: hidden;
}
.barraVideo {
    overflow: hidden;
    max-height: 300px;
    height: 100%;
    background: url(../images/b1.jpg) 100% 35% no-repeat;
    background-size: cover;
}
.barraVideo .popupBt{
    width: 219px;
    height: 217px;
    padding: 40px auto;
    cursor: pointer;
}
.jcemediabox-zoom-image {
    display: none !important;
}


/* FOOTER
-------------------------------------------------- */
.barraFooter {
    background-color: #EEEEEE;
    padding: 40px 0px;
}
.barraFooter p {
    color: #999999;
}
.barraFooter a {
    color: #999999;
    font-weight: 200;
}
.barraFooter a:hover {
    color: #444444;
}


/* ARTIGOS
-------------------------------------------------- */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: none;
}

div.k2ItemsBlock ul li.lastItem {
    margin: 40px 0px 30px 0px;
}

div.k2ItemsBlock ul li a.moduleItemTitle {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 36px;
	color: #000;
	margin-bottom: 20px;
	display: block;
}
.itemBackToTop {
    display: none;
}

.moduleItemIntrotext table td {
    text-align: left;
}

.page-header h2, h2.item-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}

/* LOCAIS ------------------------------------------ */
div.k2ItemsBlock ul li div.moduleItemIntrotext {
    padding: 0px;
}
.locais ul li {
    margin: 0px !important;
}
.itemView {
    display: none;
}


/* AGENDA
-------------------------------------------------- */
.calendarioBar {
    background-color: #FFFFFF;
}
.calendarioBar .gbs3 {
    margin: 60px 0px 80px 0px;
}
.calendarioBar .gbs3 legend {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}
.calendarioBar .gbs3 input {
    height: 50px;
    border: 1px solid #CCCCCC;
}
.calendarioBar .gbs3 .btn-client {
    background-color: #CCCCCC;
    border: none;
}
.calendarioBar .gbs3 .form-inline .form-group {
    width: 25%;
}




/* CONTACTOS
-------------------------------------------------- */
.agendamentoForm {
    margin-bottom: 40px;
}
.gbs3 .page-header {
    margin: 0px !important;
}

.gbs3 .gcore-display-table {
    display: table;
    width: 100%;
}
.gbs3 .A {
    width: 100% !important;
    border-radius: 0px;
}
.gbs3 p.chrono_credits {
    display: none;
}
.gbs3 .A {
    width: 100% !important;
}


@media all and (min-width: 960px) {
    .container {
        width: 100%;
    }
}
@media all and (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}









