@charset 'utf-8';


/**
 * Fonts
 */
 @import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,700|Great+Vibes|Open+Sans:300,400,600,700');

 
/**
 * Roots
 */
html,
body {
    height: 100%;
}

body {
	font-family: 'Open Sans';
	font-size: 14px;
}

#wrapper,
#page-content-wrapper,
.site-container {
    height: 100%;
}


/**
 * ColorLine
 */
.color-line {
	height: 10px;
	display: block;
	background: url(../images/internal/ColorLine.png) repeat-x center;
}


/**
 * Alerts
 */
.alert {
	font-family: 'Open Sans';
	font-size: 12px;
	line-height: 12px;
	margin: 0;
	padding: 17px 42px 13px;
}

.alert.small {
	width: 600px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


/**
 * Navbar
 */
.navbar-default a {
	transition: all .2s linear;
}
 
.navbar-default {
	background: #fff;
	border: 0;
	padding: 10px 15px 5px;
	font-family: 'Open Sans';
	margin: 0;
}

.navbar-default .navbar-header {
	margin: 0;
}

.navbar-default .navbar-toggle {
	border: 1px solid #433470;
	color: #433470;
	margin-top: 18px;
	border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #433470;
	transition: all .1s linear;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle:not(.collapsed) .icon-bar.bar-x-hidden { opacity: 0; }
.navbar-default .navbar-toggle:not(.collapsed) .icon-bar.bar-x-one { transform: rotate(55deg); margin-top: 6px; }
.navbar-default .navbar-toggle:not(.collapsed) .icon-bar.bar-x-two { transform: rotate(-55deg); margin-top: -8px; margin-bottom: 6px; }

.navbar-default .navbar-brand {
	height: 100px;
	padding: 0;
}

.navbar-default .navbar-brand img {
	height: 100%;
}

.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.1);
}

.navbar-default .navbar-nav {
	padding-top: 25px;
	position: relative;
	display: table;
	float: none;
	margin: 0 auto;
}

.navbar-default .navbar-nav li a:not(.navbar-brand) {
	line-height: 60px;
}

.navbar-default .navbar-nav li a.navbar-brand {
	padding-left: 30px;
	padding-right: 30px;
}

.navbar-default .navbar-nav li > a {
	font-size: 14px;
	font-weight: bold;
	position: relative;
	color: #1065af;
	display: block;
	padding: 5px 10px;
	text-transform: uppercase;
}

.navbar-default .navbar-nav li.active > a,
.navbar-default .navbar-nav li.active:hover > a,
.navbar-default .navbar-nav li:hover > a,
.navbar-default .navbar-nav li > a:focus,
.navbar-default .navbar-nav li.active > a:focus {
	background-color: transparent;
	color: #433470;
	text-decoration: none;
}

.navbar-default .navbar-nav li ul {
    background: #fff;
    min-width: 150px;
    padding-top: 8px;
}

.navbar-default .navbar-nav li ul a {
    font-size: 12px;
    font-weight: normal;
    padding: 0 10px !important;
    line-height: 20px !important;
}

/**
 * Slideshow Duplo
 */
/* Control Nav */
.flex-control-nav {
	/*display:none;*/
	display:block;
	width: 100%;
	/*max-width:200px;
	overflow:hidden;*/
	height:20px;
	position: absolute;
	bottom: 10px;
	text-align: center;
	padding-left:35px;
	padding-right:35px;
	z-index:101;
	font-size:0px;
	padding-top:6px;
}
.flex-video-slider .flex-control-nav{
	display:none !important; /* Hide in video slider, otherwise it blocks the controls */
}
.flex-control-nav li {
	/*margin: 0 0 0 10px; */
	margin: 0px 5px 0px 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-nav li:first-child {/*margin: 0;*/margin: 0px 5px 0px 5px;}
.flex-control-nav li a {
	width: 10px; height: 10px; display: block;
	background-image:none;
	background-color:#444;
	background-color:rgba(255,255,255,.5);
	cursor: pointer; text-indent: -9999px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.flex-control-nav li a:hover {
	background-position: 0 -13px;
	background-color:#263e4a;
	background-color:rgba(255,255,255,.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.flex-control-nav li a.active {
	background-position: 0 -26px; cursor: default;
	background-color:#ffffff;
	background-color:rgba(255,255,255,1.0);
}

.slideshow-normal {
    margin-top: 10px !important;
}

.slideshow-normal,
.flexslider,
.flex-container,
.flexslider .slides {
	height: 100%;
	padding: 0;
	margin: 0;
}

.flexslider .slides li {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.flexslider .slides li .slide-content {
	padding: 10% 0; 
	color: #fff;
	text-align: center;
	min-height: 453px;
}

.flexslider .slides li .slide-content h1 {
	font-family: 'Great Vibes';
	font-weight: normal;
	font-size: 50px;
	margin-bottom: 30px;
	color: #261759;
}

.flexslider .slides li .slide-content h2 {
	font-family: 'Droid Serif';
	font-size: 55px;
	margin-top: 30px;
}

.flexslider .slides li .slide-content hr,
.flexslider .slides li .slide-content hr:after {
	width: 50%;
	border: 0;
	height: 1px;
	background-color: #fff;
	position: relative;
	margin: 0 auto;
}

.flexslider .slides li .slide-content hr:after {
	content: '';
	top: 3px;
	width: 98%;
	display: block;
}

.flex-control-nav li:first-child,
.flex-control-nav li {
	margin: 0 2px;
}

.flex-control-nav li a {
	height: 4px;
	width: 40px;
	border-radius: 0;
	background-color: #fff;
	margin: 0;
}

.flex-control-nav li a.active {
	background-color: #1065af;
}


/**
 * Owl Carousel .owl-default
 */
.owl-default .owl-dots {
	text-align: center;
	margin-top: 50px;
}

.owl-default .owl-dots .owl-dot {
	height: 4px;
	width: 40px;
	border-radius: 0;
	background-color: #ddd;
	margin: 2px;
	display: inline-block;
}

.owl-default .owl-dots .owl-dot.active {
	background-color: #1065af;
}


/**
 * Default Tabs
 */
.tabs-default {
	display: block;
	border: 0;
	margin: 0 0 25px;
	text-align: center;
}

.tabs-default li {
	display: inline-block;
	float: none;
}

.tabs-default li.active {
	border: 0;
}

.tabs-default li a,
.tabs-default li a:focus,
.tabs-default li a:hover {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 12px;
	border: 0;
	color: #4c4c4c;
	padding: 0 10px;
	margin: 0;
	text-transform: uppercase;
	background: transparent;
	letter-spacing: 6px;
	border-radius: 0;
}

.tabs-default li a:hover,
.tabs-default li.active a,
.tabs-default li.active a:hover,
.tabs-default li.active a:focus {
	color: #ffcd00;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}

.tabs-default li.active:not(:last-child) a,
.tabs-default li:not(:last-child) a {
	border-right: 2px solid #4c4c4c;
}

/**
 * Sections
 */
section h1.title,
article h1.title,
footer h1.title {
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 27px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
	color: #333;
}

section h2.subtitle,
footer h2.subtitle {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin: 0 0 20px;
	padding: 0;
	letter-spacing: 6px;
	color: #4c4c4c;
}

section p.description {
	font-family: 'Droid Serif';
	font-weight: 300;
	font-size: 14px;
	text-align: center;
	max-width: 80%;
	position: relative;
	margin: 0 auto 65px;
}

section hr.cross-line,
article hr.cross-line {
	width: 170px;
	height: 1px;
	background-color: #333;
	margin: 30px auto;
	position: relative;
	z-index: 0;
}

section hr.cross-line:after,
article hr.cross-line:after {
	content: '';
	z-index: 1;
	position: relative;
	width: 12px;
	height: 1px;
	margin: 0 auto;
	background-color: #ffcd00;
	display: block;
	top: 0;
	top: -9px;
}

section hr.cross-line:before,
article hr.cross-line:before {
	content: '';
	z-index: 1;
	position: relative;
	width: 1px;
	height: 9px;
	margin: 0 auto;
	background-color: #ffcd00;
	display: block;
	top: -4px;
}

/**
 * Section: Sobre
 */
section.sec-sobre {
	padding: 180px 0;
}

section.sec-sobre .row.images img {
	max-width: 100%;
	margin-bottom: 20px;
}

/**
 * Section: Uniao
 */
section.sec-uniao {
	background-color: #fff4cc;
}

section.sec-uniao .image {
	padding: 0;
}

section.sec-uniao .content {
	padding-top: 100px;
	padding-bottom: 40px;
}

section.sec-uniao .content h1.title {
	padding: 20px 0 25px;
	text-align: left;
	margin: 0 !important;
}

section.sec-uniao .content h2.subtitle {
	text-align: left;
	padding: 0;
}

section.sec-uniao .content p.description {
	text-align: left;
	padding: 0;
	max-width: initial;
}
section.sec-uniao .content .row {
	margin: 0;
}

section.sec-uniao .article {
	margin: 0 0 20px 0 !important;
}

section.sec-uniao .article .cross {
	position: absolute;
}

section.sec-uniao .article .cross * {
	background-color: #ccc;
	position: absolute;
	width: 100px;
	height: 180px;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}

section.sec-uniao .article .cross div:nth-child(1) {
	height: 1px;
	width: 52px;
	top: 52px;
}

section.sec-uniao .article .cross div:nth-child(2) {
	height: 1px;
	width: 52px;
	top: 52px;
	left: 57px;
}

section.sec-uniao .article .cross div:nth-child(3) {
	height: 50px;
	width: 1px;
	left: 54px;
}

section.sec-uniao .article .cross div:nth-child(4) {
	height: 75px;
	width: 1px;
	top: 54px;
	left: 54px;
}

section.sec-uniao .article .image {
	padding: 10px 3px 0 0;
	text-align: right;
}

section.sec-uniao .article .image img {
	max-width: 30px;
	max-height: 30px;
}

section.sec-uniao .article .title {
	padding: 5px 20px;
	margin: 0 !important;
	font-family: 'Droid Serif';
	font-weight: bold;
	font-size: 14px;
	height: 55px;
}

section.sec-uniao .article .title.one-line {
	padding-top: 15px;
}

section.sec-uniao .article .empty {
	padding: 0;
}

section.sec-uniao .article .text {
	padding: 5px 20px;
}

section.sec-uniao .article .text p {
	font-family: 'Droid Serif';
	font-weight: 300;
	font-size: 14px;
	margin: 0;
	padding: 0;
}


/**
 * Section: Noticias
*/
section.sec-noticias {
	background-color: #fff;
	padding: 40px 0;
}

section.sec-noticias .news .title {
	font-family: 'Open Sans';
	text-align: left;
	font-size: 17px;
	padding: 0;
	margin: 0 !important;
	text-transform: initial;
	height: 48px;
	overflow: hidden;
	font-weight:bold;
}

section.sec-noticias .news .description {
	font-family: 'Open Sans';
	text-align: justify;
	margin: 0;
	padding: 0;
	font-size: 13px;
	margin-top: 7px;
	margin-bottom: 7px;
	height: 65px;
	max-width: 100%;
}

section.sec-noticias .news div.link {
	text-align: right;
}

section.sec-noticias .news a {
	font-family: 'Open Sans';
	font-size: 13px;
	color: #1065af;
}

section.sec-noticias .news .image {
	width: 100%;
	height: 180px;
	background-color: #eee;
	background-size: cover;
	margin-top: 20px;
}


/**
 * Parallax
 */
.sec-parallax {
	color: #ffcd00;
}

.sec-parallax .parallax-image {
	padding: 150px 0;
}
 
.sec-parallax h1 {
	font-family: 'Open Sans';
	font-size: 14px;
	color: #ffcd00;
}

.sec-parallax p {
	font-family: 'Droid Serif';
	font-size: 18px;
	color: #ffcd00;
}


/**
 * Galeria Nova
 */
section.sec-galeria_nova {
	background: #f4f4f4;
	padding: 90px 0;
}

section.sec-galeria_nova h1.title {
    padding: 10px 0 80px;
}


section.sec-galeria_nova .grid-item {
	padding-top: 15px;
	padding-bottom: 15px;
}

section.sec-galeria_nova img {
	width: 100%;
}

section.sec-galeria_nova:after {
	clear: both;
	display: table;
	content: '';
}


/**
 * Recursos
 */
section.sec-recursos {
	background-size: cover;
	background-position: top center;
	padding: 150px 0;
}

section.sec-recursos .image {
	text-align: center;
	padding-right: 0;
}

section.sec-recursos .titles {
	padding-top: 15px;
}

section.sec-recursos .titles * {
	color: #00375e;
}

section.sec-recursos h1.title {
	padding: 0;
	text-align: left;
	margin: 0 !important;
	color: #fff;
}

section.sec-recursos h2.subtitle {
	text-align: left;
	padding: 0;
	margin: 0 0 7px 0;
	color: #fff;
}

section.sec-recursos .list-viewport {
	background-color: rgba(255,255,255,.8);
	padding: 10px;
	border-radius: 3px;
	max-height: 500px;
	min-height: 500px;
	overflow-y: scroll;
}

section.sec-recursos .list-viewport * {
	font-size: 13px;
}

section.sec-recursos .list-viewport ul.list {
	padding: 0;
	margin: 0;
}

section.sec-recursos .list-viewport ul.list li {
	padding: 3px 0 10px;
}


section.sec-recursos .list-viewport ul.list li:not(:last-child) {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

section.sec-recursos .list-viewport ul.list li:last-child {
	padding-bottom: 0;
}

section.sec-recursos .list-viewport ul.list li a {
	color: #888;
}
section.sec-recursos .list-viewport ul.list li a:before {
	font-family: 'FontAwesome';
	content: '\f019';
	margin-right: 5px;
	font-size: 12px;
}

section.sec-recursos .list-viewport ul.list li a:hover {
	color: #666;
}

section.sec-recursos .list-viewport ul.list li a span {
	font-size: 10px;
	font-style: italic;
}

section.sec-recursos .categories {
	margin: 30px 0 0 85px;
	position: relative;
	display: table;
}

section.sec-recursos .categories li {
	display: block;
}

section.sec-recursos .categories li a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Droid Serif';
	font-size: 15px;
}

section.sec-recursos .categories li.active a,
section.sec-recursos .categories li a:hover {
	font-weight: bold;
}

section.sec-recursos .categories li a i {
	transform: rotate(45deg);
	font-size: 13px;
	margin-right: 5px;
	margin-top: -2px;
}


/**
 * Agenda
 */
section.sec-agenda {
	background-image: url(../images/agenda/Agenda1.jpg);
	background-size: cover;
	background-position: bottom right;
	padding: 10px;
	height: 520px;
	padding-top: 180px;
}

section.sec-agenda h1.title {
	font-family: 'Droid Serif';
	font-size: 48px;
	color: #ffcd00;
	text-align: left;
	margin-bottom: 50px;
	margin: 10px 0 60px !important;
}

section.sec-agenda .event {
	font-family: 'Open Sans';
	font-size: 15px;
	color: #00375e;
}
section.sec-agenda .event:after {
	display: block;
	content: '';
	width: 50px;
	height: 2px;
	background-color: #00375e;
	margin-top: 20px;
}
section.sec-agenda .event div {
	line-height: 20px;
}

/**
 * Footer
 */
footer {
	background-color: #00375e;
	padding: 20px 0;
	font-family: 'Droid Serif';
	font-size: 14px;
}

footer a:hover {
	color: #fff;
}

footer .newsletter-box {
	padding-top: 20px;
}

footer .newsletter-box .row {
	margin: 0 -5px;
}

footer .newsletter-box [class^="col-"] {
	padding: 5px;
}

footer h1.title,
footer h2.subtitle {
	margin: 0 !important;
	color: #ffca00 !important;
	text-align: left;
	font-size: 20px;
}

footer h2.subtitle {
	color: #fff !important;
	margin-bottom: 20px !important;
	font-size: 9px;
	letter-spacing: 1px;
}

footer input[type="text"] {
	border: 0;
	padding: 5px;
	width: 100%;
	display: block;
	border-radius: 15px;
	margin: 0;
}

footer input[type="image"] {
	margin-top: 6px;
}

footer .message-holder p {
	padding: 15px 0 0;
	margin: 0;
	color: #fff;
	font-family: 'Open Sans';
	font-size: 12px;
}


/**
 * Prevent Isotope Animation
 */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.isotope-load {
	margin: 0 auto;
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #333;
	cursor: pointer;
	color: #333;
	padding: 13px 16px;
	margin-top: 60px;
}
 
.isotope-load:hover {
	color: #333;
}

/**
 * Justify Content
 */
.post-content { 
	text-align: justify;
}
 

/**
 * Copyrights
 */
.copyrights {
	background-color: #222;
	padding: 20px 0;
	color: #6e6e6e;
	font-family: 'Droid Serif';
	font-size: 14px;
}

.copyrights span {
	color: #ffcd00;
	font-weight: bold;
}


/**
 * Contact Fix
 */
.contact-form label {
    background: none;
    text-transform: uppercase;
    color: #222;
    border: 0;
    padding: 0;
    float: none;
    display: block;
    height: initial;
}

.contact-form input[type="text"],
.contact-form textarea {
    border: 2px solid #333;
    background: #fff;
}

.contact-form input[type="text"]:focus,
.contact-form textarea:focus {
    border: 2px solid #333;
    background: #fff;
    box-shadow: 0px 0px 5px #ddd;
}

.contact-form input[type="submit"] {
    border: 2px solid #fff;
    background: #333;
    border-radius: 0;
    color: #fff;
    text-shadow: none;
    padding: 10px 20px;
}

.contact-form input[type="submit"]:focus {
    border: 2px solid #333;
    background: #fff;
    color: #333;
    box-shadow: 0px 0px 5px #ddd;
}

.sec-contactos {
	padding-top: 40px;
}

.sec-contactos h1.title {
    padding: 60px 0;
}

.sec-contactos #message {
	clear: both;
	padding: 40px 0;
}

.sec-contactos #message.alert {
	max-width: 600px;
}


/**
 * Article Fix
 */
article {
	padding: 40px 0;
}


/**
 * Footer
 */
footer {
    padding: 0;
}

footer .footer-contact {
    padding: 20px 0;
    color: #fff;
}

footer .footer-contact .row {
    margin-bottom: 0;
}

footer .social {
    padding: 0;
    margin-top: 20px !important;
}

footer .social a,
footer .social img {
    width: 20px !important;
    height: 20px !important;
}

footer .social img {
    vertical-align: top;
}


/**
 * News Fix (Marcos 20180205)
 */
.owl-carousel.owl-drag .owl-item {
	width: 260px !important;
	margin-right: 35px !important;
}


/**
 * Other Fix (Marcos 20180205)
 */
hr {
	margin: 20px 0 !important;
}


/**
 * Media Queries
 */
@media(min-width: 992px) {
    .navbar-default .navbar-nav li.active:after,
    .navbar-default .navbar-nav li:hover > a:not(.navbar-brand):after {
    	content: '';
    	display: block;
    	width: 20px;
    	height: 2px;
    	background-color: #fdcb01;
    	z-index: 100;
    	position: absolute;
    	left: 10px; 
    	top: 68%;
    	white-space: nowrap; 
    }
    
    .navbar-default .navbar-nav li ul {
        display: none;
    }
	
	.navbar-default .navbar-nav li ul > li ul {
		position: absolute;
		margin-left: 149px !important;
		top: -2px !important;
    }
    
    .navbar-default .navbar-nav li:hover > ul {
        display: table;
        position: absolute;
        margin: 0;
        border-top: 2px solid #433470;
    }
}
 
 @media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}
 
/**
 * Phone and Tablet
 */
@media (max-width: 991px) {
	
	.navbar-default .navbar-brand {
		float: left;
		margin: 0;
	}
	
	.navbar-default .navbar-nav {
		padding-bottom: 40px !important;
	}
	
	.navbar-default .navbar-nav li a:not(.navbar-brand) {
		padding-top: 10px;
	}
	
	section.sec-sobre {
		padding: 60px 0;
	}

	section.sec-uniao .content {
		padding-top: 50px;
		padding-bottom: 20px;
	}
		
	section.sec-uniao .article,
	section.sec-uniao .article * {
		text-align: left !important;
		padding: 0 !important;
	}

	section.sec-uniao .article .cross {
		display: none;
	}
	
	section.sec-uniao .article .title,
	section.sec-uniao .article .title.one-line {
		padding-top: 5px !important;
	}
	
	section.sec-uniao .holder > .image > img {
		width: 100%;
	}
	
	section.sec-agenda {
		padding-top: 10px;
	}
}
 
/**
 * Tablet Only
 */
@media (min-width: 767px) and (max-width: 991px) {

	.navbar-default .navbar-nav {
		width: 100%;
		padding: 5px 0 0;
		display: block;
		margin: 0;
	}
	
	.navbar-default .navbar-brand {
		height: 60px;
	}
	
	.navbar-default .navbar-nav li {
	    float: none;
	}
	
	.navbar-default .navbar-nav a {
	    line-height: 20px !important;
	    display: block;
	}
	
	.navbar-default .navbar-nav li ul {
	    display: block;
	}
	
	.navbar-default .navbar-nav li ul a {
	    display: block;
	}

	.flexslider .slides li .slide-content {
		padding-top: 20%;
	}

	.flexslider .slides li .slide-content h1 {
		font-size: 40px;
	}

	.flexslider .slides li .slide-content h2 {
		font-size: 65px;
	}

	section.sec-uniao .holder > .image {
		overflow: hidden;
	}

	section.sec-uniao .holder > .image > img {
		min-height: 100%;
	}
	
}

/**
 * Phone Only
 */
@media (max-width: 767px) {
	
	.navbar-default .navbar-nav {
		width: 100%;
		padding: 5px 0 0;
		display: block;
		margin: 0;
	}
	
	.navbar-default .navbar-brand {
		height: 60px;
	}
	
	.navbar-default .navbar-nav a {
	    line-height: 20px !important;
	}
	
	.navbar-default .navbar-nav li ul {
	    display: block;
	}
	
	.navbar-default .navbar-nav li ul a {
	    display: block;
	}
	
	.navbar-default .navbar-nav li ul > li {
		padding-left: 20px !important;
	}

	.flexslider .slides li .slide-content {
		padding-top: 30%;
	}

	.flexslider .slides li .slide-content h1 {
		font-size: 30px;
	}

	.flexslider .slides li .slide-content h2 {
		font-size: 55px;
	}
	
}