/* FORMATAÇÃO PADRÃO */

a{
    font-family: Century Gothic;
     src: url('../fonts/century-gothic.ttf');
}


h1,h2 {
     font-family: Century Gothic;
     src: url('../fonts/century-gothic.ttf');
}

p{
    font-family: 'Arial';
    color: #333;
    font-size: 14pt;
    text-shadow: none;
    line-height: 1.6;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    padding: 15px;
    margin-bottom: 0!important;
}


section{
    max-width: 100%;
    height: auto;
    text-align: center; 
    padding: 0; 
    margin: auto;
}

.wrap{
    flex-wrap: wrap;
}

.img-responsive{
   width: 100%;
   height: auto;
}

.erro404{
    max-width: 100%;
    margin: 41px 0;
    position: relative;
}

.btn-azul{
    background-color: #168DD3!important;
    color: #FFF!important;
}

.btn-azul:hover{
    background-color: #1468AB!important;
}

.btn-amarelo{
    background: linear-gradient(172deg,rgba(255, 193, 7, 1) 0%, rgba(240, 240, 0, 1) 50%, rgba(255, 193, 7, 1) 100%)!important;
    color: #000;
}

.btn-amarelo{
    background: #F0F000!important;
    color: #000;
}

.btn-outline-azul{
    border: 2px solid #1468AB!important;
    background-color: transparent;
    color: #1468AB!important;
}

.btn-outline-azul:hover{
    border: 2px solid #1468AB!important;
    background-color: #1468AB!important;
    color: #FFF!important;
}


/* =====================================================================
		TOPO
   =====================================================================*/


.bg-topo{
  background-color: #168DD3;
}

.bg-topo img{
    background-repeat: repeat;
}


/* BUSCA */

.aviso-busca{
	margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.1em;
    color: #0D3C8C;
}

.busca ul li{
    list-style: none;
    padding: 20px 0;
    overflow: hidden;
    float: left;
}

.busca ul li a{
	text-decoration: none;
}

.busca img{
	max-width: 250px;
    max-height: auto;
    border-radius: 10px;
    margin: 5px;
    display: table;
}

@media (max-width: 768px){
.busca img {
    display: table;
}
}

.dados-busca{
    margin: 5px;
    float: left;
}

.dados-busca h1{
    font-size: 2vh;
    font-weight: bold;
    color: #0C3B8C;
    margin: 0;
}

.dados-busca p{
    font-size: 2vh;
    line-height: 18px;
    letter-spacing: 0;
    color: #333;
    padding: 0;
}

.DataBusca{
	padding-top: 10px;
    bottom: 0;
    font-family: "Arial";
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0;
    color: #939393;
}


/* =====================================================================
        MENU
   =====================================================================*/

#menu-topo{
    background-color: #168DD3;
    display: block;
    border-bottom: 5px solid #F0F000;
}

.bg-menu{
    background-color: #168DD3;
    padding: 0rem 1rem!important;
}

.logo{
    background-position: center center;
    background-size: contain;
    height: 128px;
    top: 0;
    padding: 0;
}

#conteudoNavbarSuportado{
    background-color: #168DD3;
    text-decoration: none;
    visibility: visible;
}

#conteudoNavbarSuportado ul li a{
    font-size: 2.3vh;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #FFF!important;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    line-height: 1.5em;
    border-bottom: 5px solid #168DD3!important;
    width: auto;
    cursor: pointer;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
    padding: 0;
    display: inline-block;
    transition: all 0.35s ease-in-out;
}

#conteudoNavbarSuportado ul li a:hover{
   color: #F2EE38!important;
   transition: all 0.35s ease-in-out;
}

.navbar-toggler{
    border: 0!important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus{
    outline: none;
    box-shadow: none;
    border: 0;
}

.toggler-icon{
    width: 2.9rem;
    height: 0.5rem;
    margin: 0.5rem;
    line-height: 2.5rem;
    font-size: 1.5rem;
    background-color: #FFF;
    display: block;
    transition: all 0.2s;
}

.middle-bar{
    margin: 5px auto;
}

.navbar-toggler .top-bar{
    transform: rotate(56deg);
    transform-origin: 10%;
}

.navbar-toggler .middle-bar{
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar{
    transform: rotate(-56deg);
    transform-origin: 10%;
}

.navbar-toggler.collapsed .top-bar{
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar{
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar{
    transform: rotate(0);
}

.navbar-toggler.collapsed .toggler-icon{
    background-color: #FFF;
}

.navbar-light .navbar-toggler{
    color: transparent!important;
}


/* =====================================================================
		PRINCIPAL - CAROUSEL
   =====================================================================*/

.container-carousel{
    position: absolute;
    bottom: 15vw;
    left: 0;
    right: 0;
    text-align: center;
}
@media (max-width: 768px){
.container-carousel{
    position: absolute;
    bottom: 80vw;
    left: 0;
    right: 0;
    text-align: center;
} 
}

.carousel-inner{
    height: 80vh;
}

.carousel-item{
    height: 80vh;
    background: #000;
    position: relative;
}

.carousel-fade .carousel-item{
    opacity: 0;
    transition: opacity 0s ease-in-out; /* Ajuste a duração aqui */
}

.carousel-fade .carousel-item.active{
    opacity: 1;
}

.carousel-item h2{
    margin: 0;
    font-size: 3.25rem;
    font-weight: 300;
    line-height: 1.2;
    color: #FFF;
    text-shadow: 1px 1px 2px #000;
}

.carousel-item p{
   width: auto;
   margin-bottom: 1.25rem;
   line-height: 1.4;
   color: #F2EE38;
}
@media (max-width: 980px){
.carousel-item h2{
    font-size: 10vw;
}
}

.carousel-item a{
   text-decoration: none;
}

.overlay-image{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.6;
}


.scroll {
    position: absolute;
    bottom: -13vw;
    width: 100vw;
    margin: auto;
    display: block;
    cursor: pointer;
    left: 0;
    right: 0;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    display: block;
}
@media (max-width: 768px){
.scroll {
    display: none;
}
}

.scroll img{
    width: 80px;
    max-height: 40px;
}

/* =====================================================================
        PRINCIPAL - NATAL
   =====================================================================*/

section#natal{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}


section#natal img{
    width: 100%;
    height: auto;
}

/* =====================================================================
        PRINCIPAL - SERVIÇOS
   =====================================================================*/

section#servicos{
    width: 100%;
    height: auto;
    background-image: url(../imagens/bg-servicos.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}


.serv-left{
    padding: 25px;
    background: transparent;
}

.serv-left p{
    padding: 20px 0;
    background: transparent;
}

.serv-buttom{
    cursor: pointer;
    padding: 15px 180px;
}

.serv-buttom p{
    border: 1px solid #1468AB;
    background-color: transparent;
    color: #1468AB;
    padding: 15px;
    text-decoration: none;
    cursor: pointer;
}

.serv-buttom p:hover{
    border: none;
    background-color: #1468AB;
    color: #FFF;
}

.serv-right{
    margin-top: 20px;
    display: block;
}
@media (max-width: 980px){
.serv-buttom{
    cursor: pointer;
    padding: 0;
}

.serv-buttom p{
    border: none;
    background-color: #1468AB;
    color: #FFF;
}

.serv-right{
    min-height: 0;
    display: none;
}
}

.serv-right img{
    display: block;
}

/* =====================================================================
        PÁGINA SERVIÇOS
   =====================================================================*/

section#pagina-servicos{
    width: 100%;
    height: auto;
    text-align: center;
}

section#pagina-servicos h1{
    font-family: Century Gothic;
    font-size: 5vh;
    text-transform: uppercase;
    color: #168DD3;
    margin: 0!important;
    padding: 40px 0;
}

section#pagina-servicos img{
    border-radius: 15px;
    margin: 15px 0;
}


/* =====================================================================
        PRINCIPAL - AVISOS
   =====================================================================*/

section#avisos{
    width: 100%;
    height: auto;
    background-image: linear-gradient(#014D87, #228BCD);
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}


section#avisos span{
    font-family: Century Gothic;
    font-size: 5vh;
    text-transform: uppercase;
    color: #F2EE38;
    margin: 0!important;
    padding-bottom: 40px;
}

.avisos-left{
    text-align: center;
    padding: 20px 0;
}

.avisos-left h2{
    font-family: Century Gothic;
    margin-top: 0;
    margin-bottom: 0.5rem;
    padding: 20px;
    font-size: 5vh;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #FFF;
    text-shadow: 1px 1px 2px #000;
}

.avisos-buttom{
    cursor: pointer;
    padding: 15px 180px;
}

.avisos-buttom p{
    color: #F2EE38;
    border: 1px solid #F2EE38;
    background-color: transparent;
    padding: 15px;
    text-decoration: none;
    cursor: pointer;
}

.avisos-buttom p:hover{
    color: #000;
    border: none;
    background-color: #F2EE38;
}

.avisos-left p{
    color: #F2EE38;
}

.avisos-right{
    display: block;
}
@media (max-width: 980px){
.avisos-right{
    min-height: 0;
    display: none;
}

.avisos-buttom{
    cursor: pointer;
    padding: 0;
}

.avisos-buttom p{
    color: #000;
    border: none;
    background-color: #F2EE38;
}
}

.avisos-right img{
    display: block;
}

/*CONFIG. CAROUSEL-AVISO*/

.avisos-left .carousel-item{
    background-color: transparent!important;
    height: auto;
    text-align: center;
}

.avisos-left .carousel-item img{
    width: 250px;
    height: 350px;
}

/* =====================================================================
        PRÓXIMO EVENTO
   =====================================================================*/

section#evento{
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #FFF;
}

@media (max-width: 768px){
section#evento{
    text-align: center;
}
}

section#evento span{
    font-family: Century Gothic;
    font-size: 5vh;
    text-transform: uppercase;
    color: #168DD3;
    margin: 0!important;
    padding-bottom: 40px;
}

section#evento h2{
    font-family: Century Gothic;
    font-size: 5vh;
    text-transform: uppercase;
    color: #168DD3;
    margin: 0!important;
    margin-bottom: 40px;
}

/* =====================================================================
        DATAS COMEMORATIVAS
   =====================================================================*/

section#datas{
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 768px){
section#datas{
    text-align: center;
}
}

section#datas span{
    font-family: Century Gothic;
    font-size: 5vh;
    text-transform: uppercase;
    color: #F2EE38;
    margin: 0!important;
    padding-bottom: 40px;
}


/* =====================================================================
        DESTAQUES
   =====================================================================*/

section#destaques{
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #EEE;
}

@media (max-width: 980px){
section#destaques{
    text-align: center;
}
}


section#destaques span{
    font-family: Century Gothic;
    font-size: 5vh;
    text-transform: uppercase;
    color: #168DD3;
    margin: 0!important;
    padding-bottom: 40px;
}

/*CONFIG. CAROUSEL DESTAQUE E CAROUSEL PRÓXIMOS EVENTOS*/

.painel-destaque{
    overflow: hidden;
}

.carousel-destaque{
    width: 100%;
    height: auto;
    text-align: center!important;
    background-color: transparent;
}

.carousel-item .carousel-destaque img{
    max-width: 100%;
    max-height: 500px;
    padding: 15px;
    box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
}


/* =====================================================================
        PRINCIPAL - INFORMATIVOS
   =====================================================================*/

section#informativos{
  width: 100%;
  height: auto;
  background: #FFF;
  text-align: center; 
  padding: 40px; 
}

section#informativos a{
    text-decoration: none;
}


/* =====================================================================
        PÁGINA INFORMATIVO
   =====================================================================*/

section#pagina-informativo h1{
    font-family: Century Gothic;
    font-size: 4vh;
    font-weight: 600;
    color: #168DD3;
    text-align: center;
    padding: 15px 0;
    margin: 0;
}

.legenda{
    font-size: 3vh;
    text-align: center;
    color: #555;
    padding: 0!important;
    margin: 0;
}

.postagem{
    font-size: 14pt;
    text-align: center;
    color: #555;
    padding: 0!important;
    margin: 0;
}

section#pagina-informativo a{
    text-decoration: none;

}

/* =====================================================================
        CENTRAL DE CONTEÚDOS
   =====================================================================*/

section#CentralConteudos{
  width: 100%;
  height: auto;
  background: #168DD3;
  text-align: center; 
  padding: 40px; 
}

section#CentralConteudos h2{
   font-family: Century Gothic;
   font-size: 5vh;
   color: #333;
   text-transform: uppercase;
   text-align: center;
   margin-top: 15px;
}

.figcaption-conteudos{
    margin: 0;
    padding: 0;
    color: #1468AB!important;
}


/* =====================================================================
        ESPAÇO DO PRESIDENTE
   =====================================================================*/

section#presidente{
    width: 100%;
    height: auto;
    background: #EEE;
    text-align: center;
    padding: 40px;
}

section#presidente span{
    font-family: Century Gothic;
    font-size: 5vh;
    color: #168DD3;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}

section#presidente h1{
    font-size: 5vh;
    color: #168DD3;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}

section#presidente h2{
   font-size: 3vh;
   font-weight: 300;
   text-transform: uppercase;
   text-align: center;
   margin: 0;
}

.figcaption-presidente{
    margin: 0;
    padding: 15px;
    color: #1468AB!important;
    border: 1px solid #1468AB;
    background: transparent;
}

.figcaption-presidente:hover{
    color: #FFF!important;
    border: 1px solid #1468AB;
    background: #1468AB;
}

@media (max-width: 980px){
.figcaption-presidente{
    color: #FFF!important;
    border: 1px solid #1468AB;
    background: #1468AB;
 }
}

/* ==============================================================================
        DIRETORIA EM FOCO, PALAVRAS DO PRESIDENTE E MENSAGEM DO PRESIDENTE
   ==============================================================================*/

section#pg-presidente{
    width: 100%;
    height: auto;
    text-align: left;
    padding: 40px;
}

section#pg-presidente h1{
    font-size: 5vh;
    color: #168DD3;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}

section#pg-presidente h2{
   font-size: 3vh;
   font-weight: 300;
   color: #168DD3;
   text-transform: uppercase;
   margin: 0;
}

section#pg-presidente h3{
   font-size: 3vh;
   font-weight: 300;
   color: #555;
   margin: 0;
}

section#pg-presidente img{
   font-size: 3vh;
   font-weight: 300;
   text-transform: uppercase;
   text-align: center;
   border: 4px solid #168DD3;
   margin-bottom: 20px;
}

@media (max-width: 980px){
section#pg-presidente{
    text-align: center;
 }
}


/* =====================================================================
        LOCALIZAÇÃO
   =====================================================================*/

section#local{
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0;
}

section#local span{
   font-family: Century Gothic;
   font-size: 5vh;
   color: #FFF;
   text-transform: uppercase;
   text-align: center;
   margin-bottom: 40px;
}

section#local .map-responsive{
    width: 100%;
    min-height:500px;
    overflow:hidden;
    padding-bottom:0;
    position:relative;
}

section#local .map-responsive iframe{
    left:0;
    top:0;
    border: 1px solid #EEE;
    width:100%;
    max-height:100%;
    position:absolute;
}

@media (max-width: 980px){
    section#local .map-responsive{
        width: 100%;
        min-height:300px;
    }
}

/* =====================================================================
		RODAPÉ
   =====================================================================*/
   
section#rodape{	
	width: 100%;
	position: relative;
	padding-top: 20px;
	bottom: 0;
    background: #1468AB;
    border-top: 5px solid #F0F000;
}

.align-adjust{
    text-align: left;
}
@media (max-width: 980px){
.align-adjust{
    text-align: center;
 }
}

section#rodape h3{
    margin-top: 15px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 10px;
    font: Arial, Helvetica, sans-serif;
    font-size: 2vh;
    color: #FFDB33;
    text-transform: uppercase;
    list-style: none;
}

.larg-box{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 10px;
}

section#rodape ul{
    display: block;
    list-style-type: none;
    padding: 0;
}

section#rodape li{
	line-height: 15px;
    text-align: -webkit-match-parent;
    padding-bottom: 15px;
    display: list-item;
}

section#rodape li a{
    font: Arial, Helvetica, sans-serif;
    font-size: 2vh;
    color: #FFF;
    text-decoration: none;
}

.contador{
    font: Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: #FFF;
    line-height: 30px;
    padding: 0;
}

.footer{
    width: 100%;
    position: relative;
    bottom: 0;
    background: #168DD3;
    color: #FFF;
}

.box-footer{
    padding: 10px 0;
}

.copyright{
    text-align: left;
    font: Arial, Helvetica, sans-serif;
    font-size: 2vh;
    margin: auto!important;
    padding: 10px;
}
@media (max-width: 980px){
.copyright{
    text-align: center;
 }
}

.sociais{
    text-align: right;
    padding: 10px;
}
@media (max-width: 980px){
.sociais{
    text-align: center;
} 
}
.sociais img{
    width: auto;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 980px){
.sociais img{
    padding-left: 10px;
    padding-right: 10px;
 }
}


/* =====================================================================
        BREVE HISTORICO
   =====================================================================*/

section#historico{
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
}

section#historico h1{
   font-family: Century Gothic;
   font-size: 5vh;
   color: #168DD3;
   text-transform: uppercase;
   text-align: center;
   margin-top: 40px;
   margin-bottom: 40px;
}

/* =====================================================================
        PRESIDENTE
   =====================================================================*/

section#perfil-presidente h1{
   font-family: Century Gothic;
   font-size: 5vh;
   color: #168DD3;
   text-transform: uppercase;
   text-align: center;
   margin-top: 40px;
   margin-bottom: 40px;
}

.pres-img{
    float: left;
}

.pres-img img{
   width: 100%;
   height: auto;
   border: 5px solid #1468AB;
}

.pres-info{
    float: left;
}

.box-perfil{
   max-width: 100%;
   margin: 20px 40px;
   color: #000;
   text-align: left;
   float: left;
}
@media (max-width: 980px){
   .box-perfil{
   text-align: center;
 } 
}

.box-perfil h2{
   font-family: Century Gothic;
   font-size: 2.8vh;
   color: #1468AB;
   text-transform: uppercase;
   padding: 0 20px;
   margin-bottom: 10px;
}

.box-perfil .description{
   font-family: Century Gothic;
   font-size: 2vh;
   color: #000;
   text-transform: uppercase;
   padding: 0 20px;
   margin-top: 10px;
}

.box-perfil ul li{
    font-family: Arial;
    font-size: 2vh;
    list-style: square;
}

.box-perfil p{
   font-family: Arial;
   font-size: 2vh;
   color: #000;
}


/* =====================================================================
        DIRETORIA
   =====================================================================*/

section#perfil-diretoria h1{
   font-family: Century Gothic;
   font-size: 5vh;
   color: #168DD3;
   text-transform: uppercase;
   text-align: center;
   margin-top: 40px;
   margin-bottom: 40px;
}

section#perfil-diretoria figure{
  margin: 20px;
}

section#perfil-diretoria figure img{
  width: 100%;
  height: auto;
  border: 5px solid #1468AB;
}

section#perfil-diretoria figcaption{
    margin: 20px 0;
    text-align: center;
}

section#perfil-diretoria figcaption h2{
   font-family: Century Gothic;
    font-size: 2.8vh;
    color: #1468AB;
    text-transform: uppercase;
    margin-bottom: 5px;
}

section#perfil-diretoria figcaption p{
   font-family: Century Gothic;
    font-size: 2vh;
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 0;
}

.dir-perfil{
    float: left;
    border: 5px solid #1468AB;
    margin: 15px;
}

/* =====================================================================
        ASSEMBLÉIA ELEITORAL
   =====================================================================*/

section#assembléia h1{
   font-family: Century Gothic;
   font-size: 5vh;
   color: #168DD3;
   text-transform: uppercase;
   text-align: center;
   margin-top: 40px;
   margin-bottom: 40px;
}

section#assembléia h2{
   font-family: Century Gothic;
    font-size: 2.8vh;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px;
}

section#assembléia figure{
  margin: 20px 0;
}

section#assembléia figure img{
  width: 100%;
  height: auto;
  border: 5px solid #1468AB;
}

section#assembléia figcaption{
    margin: 20px;
    text-align: center;
}

section#assembléia figcaption h3 a{
    font-family: Century Gothic;
    font-size: 2.0vh;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/* =====================================================================
        CONTATO
   =====================================================================*/

section#contato{
    max-width: 800px;
}

section#contato h1{
   font-family: Century Gothic;
   font-size: 5vh;
   color: #168DD3;
   text-transform: uppercase;
   text-align: center;
   margin: 40px 0;
}

.cont-res{
    margin: auto;
    text-align: center;
    color: #168DD3;
}

.cont-res p{
    font-size: 4vh;
    color: #168DD3;
}

.cont-res svg{
    width: 30px;
}

.form-res{
    max-width: 500px;
    margin: auto;
    text-align: left;
}

.btn-form{
    width: 100%;
    color: #FFFFFF!important;
    background: #0d6efd!important;
    border-color: #168DD3!important;
    padding: 10px;
}

.btn-form:hover{
    color: #FFF!important;
    background: #168DD3!important;
    border-color: #168DD3!important;
}

/* =====================================================================
        INFORMATIVO
   =====================================================================*/

section#informativo h2{
   font-family: Century Gothic;
   font-size: 4vh;
   color: #168DD3;
   text-transform: uppercase;
   text-align: center;
   margin-top: 40px;
   margin-bottom: 10px;
}

section#informativo h3{
   font-family: Century Gothic;
   font-size: 2vh;
   color: #333;
   text-align: center;
   margin-bottom: 10px;
}

section#informativo p{
   color: #333;
   text-align: center;
}

section#informativo img{
  max-width: 900px;
  max-height: auto;
  text-align: center;
}

/* =====================================================================
        AGENDA
   =====================================================================*/

section#agenda h1{
   font-family: Century Gothic;
   font-size: 5vh;
   color: #168DD3;
   text-transform: uppercase;
   text-align: center;
   margin-top: 40px;
   margin-bottom: 10px;
}

section#agenda p{
   font-family: Century Gothic;
   font-size: 3vh;
   color: #333;
   text-align: center;
   margin-top: 40px;
}

/* =====================================================================
        DIRETORIA EM FOCO
   =====================================================================*/

section#EspPresidente h1{
   font-family: Century Gothic;
   font-size: 5vh;
   color: #168DD3;
   text-transform: uppercase;
   text-align: center;
   margin-top: 40px;
   margin-bottom: 40px;
}

section#EspPresidente h2{
   font-family: Century Gothic;
   font-size: 4vh;
   color: #333;
   text-transform: uppercase;
   text-align: center;
   margin-bottom: 10px;
}

section#EspPresidente p{
   font-family: Arial;
   font-size: 18px;
   color: #333;
   text-align: center;
}

/* =====================================================================
        PÁGINAS
   =====================================================================*/

section#videos h1{
   font-family: Century Gothic;
   font-size: 5vh;
   color: #168DD3;
   text-transform: uppercase;
   text-align: center;
   margin-top: 40px;
   margin-bottom: 40px;
}

section#videos iframe{
   width: 100%;
   height: 500px;
   margin-bottom: 20px;
}

section#videos ul li{
    list-style: none;
    float: left;
}

section#videos figure{
    margin: 20px;
}

section#videos figure img{
    max-width: 350px;
    max-height: auto;
    margin-top: 0;
    margin-bottom: 15px;
}

section#videos figure a{
    text-decoration: none;
}

section#videos figure figcaption h2{
    font-size: 15px;
    color: #333;
}

section#videos figure figcaption span{
    font-size: 14px;
    color: #999;
}

/* =====================================================================
        ALBUM DE FOTOS
   =====================================================================*/

section#gal-fotos{
    width: 100%;
}

section#gal-fotos .col-md-4{
    float: left;
    padding: 5px;
}

section#gal-fotos img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 5px;
}

section#gal-fotos figcaption p{
    color: #168DD3;
    padding: 0;
}

section#gal-fotos figcaption span{
    font-size: 14px;
    color: #999; 
}

/* =====================================================================
        FOTOS
   =====================================================================*/

section#fotos{
    column-count: 4;
    column-gap: 10px;
}

.fotos{
   font-family: Century Gothic;
   font-size: 5vh;
   color: #168DD3;
   text-align: center;
   padding-top: 30px;
   padding-bottom: 20px;
   margin: 0;
}


section#fotos img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 5px;
    filter: brightness(100%)
}

section#fotos img:hover{
    transition: 0.5s;
    filter: brightness(50%)
}


.item-foto{
    transition: .5s ease-in-out;
}


.item-foto:hover{
    filter: brightness(80%);
}

.item-foto.col-md-3{
    float: left;
}
@media (max-width: 768px){
.item-foto.col-md-3{
    width: 100%;
} 
}

iframe#fabtv-player{
    width: 100%;
    min-height: 500px;
}

.facebook{
    text-align: left;
    display: block;
}

.facebook-mobile{
    text-align: left;
    display: none;
}

@media (max-width: 768px){
.facebook{
    text-align: left;
    display: none;
}

.facebook-mobile{
    text-align: left;
    display: block;
}
}

.busca{
    padding: 10px;
}

.busca input{
    width: 100%;
    margin-right: 10px;
    border-top-right-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
}

.btn-busca{
    background: transparent!important;
    color: #168DD3!important;
    border: 1px solid #168DD3!important;
}

.btn-busca:hover{
    background: #168DD3!important;
    color: #FFF!important;
    border: 1px solid #168DD3!important;
}
