@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: 'Droid Sans';
	font-size: 14px;
}

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


/**
 * 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-color:#2b2e36;
	border: 0;
	padding: 28px 15px 5px;
	font-family: 'Open Sans';
	margin: 0;
}

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

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

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	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: 65px;
	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: 10px;
	padding-bottom: 15px;
	position: relative;
	display: table;
	float: none;
	margin: 0 auto;
}

.navbar-default .navbar-nav > li > a:not(.navbar-brand) {
	padding-top: 30px;
	
	background-image: url(../images/menu_sep.png);
	background-repeat: no-repeat;
	background-position: 100% 90%;
}

.navbar-default .navbar-nav li:last-child a{
	background-image: none;
}

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

.navbar-default .navbar-nav li a {
	font-size: 15px;
	font-weight: normal;
	position: relative;
	color: #fff;
	display: block;
	padding: 5px 10px;
}

/*.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: #fff;
}*/

.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: 94%;
	white-space: nowrap; 
}
.navbar-default .navbar-nav li:hover ul li a:not(.navbar-brand):after {
	background-color: transparent !important;
}

.navbar-default ul:not(.is-tab) li.active a,
.navbar-default ul:not(.is-tab) li.active:hover a,
.navbar-default ul:not(.is-tab) li:hover a,
.navbar-default ul:not(.is-tab) li a:focus,
.navbar-default ul:not(.is-tab) li.active a:focus {
	background-color: transparent;
	color: #fff;
}

.navbar-default .navbar-nav > li > ul {
    padding: 25px 5px 5px !important;
}

.navbar-default .navbar-nav li ul {
    background: #2b2e36;
    min-width: 200px;
	max-width: 100%;
	padding-top: 8px;
	margin: 0;
	z-index:2;
}

.navbar-default .navbar-nav li ul a {
    /*background: #fff;*/
    font-size: 12px;
    font-weight: normal;
    padding: 5px 10px !important;
    line-height: 20px !important;
}

.navbar-default .navbar-nav ul.is-tab ul {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%;
	position: relative !important;
}

.navbar-default ul.is-tab > li:first-child > a {
	padding: 5px !important;
	margin: 0 0 5px;
	background-color: #c10b24;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	cursor: default;
}

.navbar-default .navbar-nav ul.is-tab > li:first-child > a:after {
	display: none !important;
}


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

.flexslider .slides li {
	/*height: calc(100% - 120px);*/
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.flexslider .slides li .slide-content {
	padding-top: 13%;
	color: #fff;
	text-align: center;
}

.flexslider .slides li .slide-content h1 {
    font-family: 'Open Sans';
	font-size: 24px;
	margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 20px;

}

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

.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: #fdcb01;
}


/**
 * 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: #00375e;
}


/**
 * 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: 'Droid Serif';
	font-weight: 300;
	font-size: 35px;
	/*text-transform: uppercase;*/
	text-transform: none;
	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: 14px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin: 0 0 20px;
	padding: 0;
	letter-spacing: 6px;
	color: #4c4c4c;
}

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

section hr.cross-line,
article hr.cross-line, 
section hr.cross-line2,
article hr.cross-line2 {
	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: 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: 13px;
	height: 55px;
	overflow:hidden;
}

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: 30px 0;
}

section.sec-noticias .news .title,
section.sec-noticias .news .title a {
	text-align: left;
	font-size: 24px;
	padding: 0;
	margin: 0 !important;
	text-transform: initial;
	height: 77px;
	overflow: hidden;
	color:#00375e;
}

section.sec-noticias .news .description {
	font-family: 'Open Sans';
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 14px;
	margin-top: 7px;
	margin-bottom: 7px;
	height: 84px;
	max-width: 100%;
	color:#1e1e1e;
}

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

section.sec-noticias .news .link a {
	font-family: 'Open Sans';
	font-size: 12px;
	color: #daa90f;
	font-weight:bold;
}

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: 70px 0px 230px 0px;
}
 
.sec-parallax h1 {
	font-family: 'Open Sans';
	font-size: 14px;
	color: #00375e;
}

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


/**
 * Padre
 */
section.sec-padre {
	background-color: #fff;
}

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

section.sec-padre .content {
	padding-top: 100px;
	padding-bottom: 20px;
}

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

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

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

section.sec-padre .content img {
	position: relative;
	margin: 0 auto;
	display: block;
}


/**
 * lista
 */
section.sec-lista {
	background-color: #fff;
}

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

section.sec-lista .content {
	padding-top: 100px;
	padding-bottom: 25px;
}

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

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

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

section.sec-lista .content img {
	position: relative;
	margin: 0 auto;
	display: block;
}


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

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: '';
}

.galeria-cats {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
.galeria-cats a {
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
	font-weight:normal;
}
.galeria-cats a.active {
	font-weight:bold;
}

/**
 * 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;
}


/**
 * 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: 62px;
	color: #d2b386;
	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: 1px;
}

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

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

footer h1.title,
footer h2.subtitle {
	margin: 0 !important;
	margin-bottom:24px !important;
	color: #d2b386 !important;
	text-align: left;
	font-size: 26px;
	text-transform:uppercase;
}

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

footer input[type="text"] {
	border: 0;
	padding: 5px 10px;
	width: 100%;
	display: block;
	border-radius: 15px;
	margin: 0;
	font-size:12px;
	color:#45464e;
}

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;
}
 

/**
 * 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
 */
.sec-contactos {
	padding-top: 40px;
}

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

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


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

/**
 * Media Queries
 */
  
 @media(min-width: 992px) {
    .navbar-default .navbar-nav li.active:after,
    .navbar-default .navbar-nav li:hover > a:not(.navbar-brand):after,
	.navbar-default .navbar-nav li > ul > li.active:after,
	.navbar-default .navbar-nav li > ul > li > ul > li:hover > a:after {
    	content: '';
    	display: block;
    	width: 20px;
    	height: 2px;
    	background-color: #fdcb01;
    	z-index: 100;
    	position: absolute;
    	left: 10px; 
    	top: 95%;
    	white-space: nowrap; 
    }
    
    .navbar-default .navbar-nav li ul {
        display: none;
    }
    
    .navbar-default .navbar-nav li:hover ul {
        display: table;
        position: absolute;
        margin: 0;
    }
}
 
@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;
	}

	section#sobre1 .container {
		background-image:none !important;
	}

	.navbar-default .navbar-nav > li > ul {
		padding-top:1px !important;
	}
	.navbar-default .navbar-nav > li > a:not(.navbar-brand) {
		background-image:none;
	}
}
 
/**
 * 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: 55px;
	}
	
	.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: 55px;
	}
	
	.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;
	}

	.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;
	}
	
}

@media (max-width: 467px) {
	
	.navbar-default .navbar-brand {
		height: 40px;
	}
	
}


/* MARCOS 27-04-2017 */
footer {
    background-color: #2b2e36 !important;
	padding: 68px 0 !important;
}
.copyrights {
	padding: 30px 0 !important;
}
.flexslider .slides li .slide-content h2 span {
	color:#ffca00;
	font-weight:bold;
}
section#sobre1 .container {
	background-image: url(../images/bkgs/sec-sobre-bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height: 600px;
}
section#sobre1 .sobre-txt {
	padding-top:125px;
	padding-bottom:10px;
}
section#sobre1 .sobre-txt .description,
section#sobre1 .sobre-txt .description p {
	text-align:justify;
	line-height:28px;
	color:#4c4c4c;
	font-size:16px;
}
section.sec-sobre h1.title,
section.sec-agenda h1.title {
	text-transform:uppercase;
}
section.sec-uniao {
	background-color: #f2e9dc;
}
section.sec-galeria_nova hr.cross-line {
	border-top:0;
}
section#padre1 .description {
	max-width:100%;
}
section#padre1 .description, section#padre1 .description p {
	text-align:left;
}

/* MARCOS 13-07-2017 */
.post ol, .post ul {
	padding-left:30px;
}
.post-content iframe {
	max-width:100%;
}