/*

New Event

http://www.templatemo.com/tm-486-new-event

*/

body {
		background: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
		font-weight: 400;
}

/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
}

h3,h5 {
  font-weight: 500;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
}

h2 {
  font-size: 25px;
  text-transform: uppercase;
  color: #66ccff;
}

h3 {
  line-height: 36px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

p {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
}

a {
  text-decoration: none !important;
  outline: none;
}


/*---------------------------------------
    General               
-----------------------------------------*/
.section-title {
  margin-bottom: 32px;
}

#overview,
#register,
#fotos,
#youtube,
#insta-seg{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

#visitantes, 
#video,
#speakers, 
#programa,
#notihome,
#agen_ped_trans, 
#contact, 
#noticia_home,
footer{
  padding-top: 10rem;
  padding-bottom: 10rem;
}



#visitantes,
#speakers,
#agen_ped_trans, 
#agen_ped_trans,
footer{
  text-align: center;
}

#overview h3,
#visitantes h3, 
#video h3,
#register h3,
#venue h3,
#contact h3 {
    padding-bottom: 12px;
}

#intro .btn,
#contact .btn,
#notihome .btn,
#noticia-home .btn{
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#intro .btn-danger,
#contact .btn-danger,
#notihome.btn-danger,
#fotos .btn{
    background: #f2545f;
    border-color: transparent;
}



#contact .btn,
#notihome .btn{
  border-radius: 100px;
}


#intro .btn-danger:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

#contact .btn-danger:hover,
.notihome .btn-danger:hover {
  background: #222;
}

#intro .btn-default:hover {
  background: #ffffff;
  color: #333333;
  border-color: transparent;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}


/*---------------------------------------
    Galeria - Fotos e Youtube        
-----------------------------------------*/
#fotos, #insta-seg{
    background: #fffff0;
}


#youtube{
    background: #ffffff;
 }

#fotos h2,
#youtube h2{
  font-weight: 700;
  font-size: 2.5em;  
  color: #9c8080;
}

#insta-seg h3 a {
  font-weight: 700;
  font-size: 2em;  
  color: #9c8080;
}



#fotos p,
#youtube p{
  font-weight: 500;
  color:#777777;
}



#fotos .btn, 
#youtube .btn {
  background: #f2545f;
  border-radius: 5px;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  margin-left: -1em;
}


#fotos .btn:hover, 
#youtube .btn:hover{
  background: #222;
  
}


#fotos hr,
#youtube hr{
  content: '';
  width: 30%;
  height: 10px;
  background-color: #f77; /* Cor da linha */
  margin-left: 2px; /* Espaçamento entre o texto e a linha */
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  width: 50px;
  height: 50px;
  background-color: #222;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }



/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: transparent; /* Menu transparente por padrão */
    transition: background-color 0.4s ease;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.custom-navbar.top-nav-collapse {
    background-color: #101010; /* Fundo preto ao rolar */
    padding: 0 !important;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.custom-navbar .nav li a {
    color: #ddd;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #66ccff;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #66ccff;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
    }
}

@media (max-width: 767px) {
  .custom-navbar .navbar-collapse {
    background-color: #101010;
    transition: background-color 0.3s ease-in-out;
  }

  .custom-navbar .navbar-collapse.collapse.in,
  .custom-navbar .navbar-collapse.show {
    background-color: #101010;
  }

  .custom-navbar .nav > li > a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .custom-navbar .nav > li > a:hover {
    background-color: #222;
    color: #66ccff;
  }
}


/* ==================== Sub-Menu ================= */
.custom-navbar .nav li.dropdown:hover .dropdown-menu {
    display: block;
}
.custom-navbar .nav li.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #101010;
    box-shadow: none;
    top: 4rem;
    left: 1em;
}

.custom-navbar .nav li.dropdown .dropdown-menu li a {
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li.dropdown .dropdown-menu li:hover {
    background: #66ccff;
}

/* ============================================= */

/* ==================== Sub-Menu 2================= */
.custom-navbar .nav li.dropdown-2:hover .dropdown-menu-2{
    display: block;
}
.custom-navbar .nav li.dropdown-2 .dropdown-menu-2 {
    display: none;
    position: absolute;
    background-color:  #66ccff;
    box-shadow: none;
    margin-left: 8rem;
    
    padding: 1rem;
   
}
.custom-navbar .nav li.dropdown-2 .dropdown-menu-2 li {
  list-style: none;
  
}

.custom-navbar .nav li.dropdown-2 .dropdown-menu-2 li a {
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li.dropdown-2 .dropdown-menu-2 li:hover {
    background: #101010;
}



.logo_menu .logo {
    max-width: 100%;
    height: auto;
    width: 180px;         /* Tamanho padrão */
    margin-top: 10px;
}

@media (max-width: 768px) {
    .logo_menu .logo {
        width: 140px;      /* Tamanho menor em telas pequenas */
        margin-top: 5px;
    }
}


/*---------------------------------------
    Intro section              
-----------------------------------------*/


/* ==========INTRO HOME SESSÕES==============*/

#intro-contacto,
#intro-sobre,
#intro-biblioteca,
#introfaqs,
#intro-grupos, 
#oracao,
#intro-galeria{
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 72vh;
  text-align: center;
  background-color: #fff;
}


#intro-sobre .btn,
#intro-contacto .btn,
#intro-biblioteca .btn,
#intro-grupos .btn,
#introfaqs .btn,
#intro-galeria .btn{
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#intro-contacto .btn-danger,
#intro-grupos .btn-danger,
#introfaqs .btn-danger,
#intro-sobre .btn-danger,
#intro-biblioteca .btn-danger,
#intro-oracao .btn-danger, 
#intro-galeria .btn-danger{
    background: #f2545f;
    border-color: transparent;
}

#intro-contacto .btn-danger:hover,
#intro-grupos .btn-danger:hover,
#introfaqs .btn-danger:hover,
#intro-sobre .btn-danger:hover,
#intro-biblioteca .btn-danger:hover
#intro-oracao .btn-danger:hover,
#intro-galeria .btn-danger:hover{
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

#intro-contacto .btn-default:hover,
#intro-grupos .btn-default:hover,
#introfaqs .btn-default:hover,
#intro-sobre .btn-default:hover, 
#intro-biblioteca.btn-default:hover
#intro-oracao.btn-default:hover {
  background: #ffffff;
  color: #333333;
  border-color: transparent;
}

@keyframes slideContent{
  0%{
      opacity: 0;
      transform: translateX(-50%);
    }
}



/*---------------------------------------
  Geral              
-----------------------------------------*/
.section-title {
  margin-bottom: 32px;
  color: #66ccff;
}

#intro-apresentacao h2{
  margin-bottom: 32px;
  text-align: center;
  color: #66ccff;
  }

#overview,
#register,
.contact-information, 
.blog_area, 
#oracao, #sessao-fotos,
#sessao-youtube{
  padding-top: 10rem;
  padding-bottom: 10rem;

}

#intro-sobre, 
#intro {
    background: url('../images/intro-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    height: 100vh;
    text-align: center;
}

#intro h3 {
  letter-spacing: 2px;
}


#intro-sobre, 
#intro-blog, #oracao{
  position: relative;
}
/*
#intro-blog::before,
#intro-grupos::before,
 #intro-sobre::before, 
 #intro-faqs::before{
  content: "";
  position: absolute;
  height: 72vh;
  width: 100%;
  background-color: rgb(0, 0, 0, 0.3);
}

#intro-blog::before{
  content: "";
  position: absolute;
  height: 40vh;
  width: 100%;
  background-color: rgb(0, 0, 0, 0.3);
}*/

#intro-sobre{
  background: url('../images/home/intro-sobrenos.jpg') 50% 0 repeat-y fixed;
  
}
#intro-biblioteca{
  background: url('../images/home/intro-biblioteca.jpg') 50% 0 repeat-y fixed;
  
}

#introfaqs{
  background: url('../images/home/intro-faqs.jpg') 50% 0 repeat-y fixed;
}

#intro-grupos{
    background: url('../images/home/intro-grupos.jpg') 50% 0 repeat-y fixed; 
}

#intro-blog{
  background: url('../images/home/intro-noticia.jpg') 50% 0 repeat-y fixed; 
}

#intro-oracao{
  background: url('../images/home/intro-noticia.jpg') 50% 0 repeat-y fixed; 
}

#intro-galeria{
  background: url('../images/home/intro-noticia.jpg') 50% 0 repeat-y fixed; 
}


#intro-contacto,
#intro-sobre,
#intro-biblioteca,
#introfaqs,
#intro-grupos{
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 72vh;
  text-align: center;
  background-color: #fff;
}


#intro-oracao{
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50vh;
  text-align: center;
  background-color: #fff;
}


#intro-sobre .btn,
#intro-contacto .btn,
#intro-biblioteca .btn,
#intro-grupos .btn,
#introfaqs .btn
#intro-oracao .btn {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 14px 42px;
  margin-top: 42px;
  margin-right: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


#intro-contacto .btn-danger,
#intro-grupos .btn-danger,
#introfaqs .btn-danger,
#intro-sobre .btn-danger,
#intro-biblioteca .btn-danger,
#intro-oracao .btn-danger{
  background: #f2545f;
  border-color: transparent;
}


#intro-contacto .btn-danger:hover,
#intro-grupos .btn-danger:hover,
#introfaqs .btn-danger:hover,
#intro-sobre .btn-danger:hover,
#intro-biblioteca .btn-danger:hover
#intro-oracao.btn-danger:hover{
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

#intro-contacto .btn-default:hover,
#intro-grupos .btn-default:hover,
#introfaqs .btn-default:hover,
#intro-sobre .btn-default:hover, 
#intro-biblioteca.btn-default:hover
#intro-oracao.btn-default:hover {
  background: #ffffff;
  color: #333333;
  border-color: transparent;
}

#intro-contacto h2,
#intro-sobre h2,
#intro-biblioteca h2,
#introfaqs h2,
#intro-grupos h2{
  
  color: #fff;
  font-size: 2em;
  font-weight: 700;
}


/*---------------------------------------
  Sessão Programa     Home        
-----------------------------------------*/

#programa .sessao-titulo h2 {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  color: #66ccff;
  
}

#programa .sessao-titulo p {
  font-weight: 600;
  text-align: justify;
  margin-bottom: 20px; 
}
#programa h4 {
  color: #808080;
  font-size: 12px;
}

#programa h3 {
  margin-top: 16px;
}

#programa .programa-divisor  {
  border: 1px solid #f9f9f9;
  margin-top: 32px;
  margin-bottom: 42px;
}

#programa span {
  padding-right: 12px;
  font-size: 12px;
  font-weight: 600px;
}

#programa img {
  border-radius: 50%;
}

.nav-tabs {
  margin-bottom: 12px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color:  #484848;
  font-size: 14px;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
}

.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #f2545f;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #999;
}
.parallax-section .btn-danger{
  font-size: 1rem;
  color:#fff
}

.tab-content {
  padding-top: 15px;
}

.tab-content h2 {
  font-size: 18px;
  margin: 15px 0 10px 0 ;
  color: #66ccff;
}

.linha::after {
  content: '';
  display: block;
  width: 35%;
  height: 1px;
  background-color: #666; /* Cor da linha */
  margin-top: 1px; /* Espaçamento entre o texto e a linha */
}

.tab-content h3, h4 {
  color: #666;
  margin: 5px 0 5px 0;
  font-weight: 600;
}

.tab-content h3 {
  font-size: 15px;
}

.tab-content h4 {
  font-size: 14px;
}


#programa .tab-content h6 span, 
#programa .tab-content h6 span a{
  color: #4f798f;
}

#programa .tab-content h6 span a:hover {
  color: #f2545f;
}
#programa .tab-content p {
  text-align: justify;
  margin: 10px 0 10px 0;
}

/*---------------------------------------
   SESSÃO NOTÍCIAS - HOME           
-----------------------------------------*/
#notihome  {
  background: #f7f7f7;
  background-size: cover;
  background-position: center center;
}
.notihome_detalhe ul {
padding: 2rem;
}

.notihome_detalhe ul li {
  list-style: none;
  box-sizing: border-box;
  background: #fff;
  padding: 5rem;
}

.notihome_detalhe  ul li .time{
  position: relative;
  margin:0;
  background: #66ccff;
  border-radius: 10px;
  box-sizing: border-box;
  width: 60px;
  height: 40%;
  float: left;
  text-align: center;
  transition: .5s;
}

.notihome_detalhe ul li .time h2 span{
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;  
}

.notihome_detalhe ul li .time h2,
.notihome_detalhe ul li .time span,
.notihome_detalhe ul li .time span p{
  color: #fff;
  font-size: 1em;
}
 
#notihome .notihome_detalhe ul li  .notihome_detalhe-cont {
  padding-left:8rem;
  box-sizing: border-box;
  text-align: justify;
}

#notihome .notihome_detalhe ul li .notihome_detalhe-cont  h2{
  
  margin-top:0;
 }
#notihome .notihome_detalhe ul li .notihome_detalhe-cont  h2 a{
 font-size: 2rem;
 font-weight: 700;
 color: #66ccff;
}

#notihome .notihome_detalhe ul li  .notihome_detalhe-cont h6 span {
 font-size: 12px;
 color: #4f798f;
 margin-bottom: 2px;
}

#notihome .notihome_detalhe ul li  .notihome_detalhe-cont p{
  padding: 0;
}

#notihome .notihome_detalhe ul li  .notihome_detalhe-cont .btn{
 text-decoration: none;
 margin-top: 5px;
 font-size: 12px;
 transition: .5s;
 color: #fff;
 background: #f2545f;
 text-align: center;
}

#notihome .notihome_detalhe ul li  .notihome_detalhe-cont .btn:hover{
  background: #101010;
 }

#notihome .notihome_detalhe ul li  .notihome_detalhe-cont .btn a{
 color: #fff;
}

/*---------------------------------------
     AGENDA - TRANSMISSÃO E PEDIDO DE ORAÇÃO  
-----------------------------------------*/
#agen_ped_trans{
  background: #fff;
}

.agenda_culto,
.culto_vivo, 
.oracao {
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 3em;
  margin: 6px;
  width: 32%;
  height: auto;
}

.stream, .calendar, .oracao-img{
  width: 40px;
  height: auto;
}

#agen_ped_trans h3 a{
  font-size: 2rem;
  font-weight: 700;
  color: #f72e3b; 
}

/*---------------------------------------
    visitantes section              
-----------------------------------------*/
#visitantes {
    background: #222;
    color: #ffffff;
}

#visitantes .fa {
  color: #f2545f;
  font-size: 48px;
}

/*---------------------------------------
    Sessão Video        
-----------------------------------------*/
#video iframe {
  border: none;
}

#video{
  background: #f7f7f7
}

#video h2{
  font-size: 1.2em;
  font-weight: 700;
}

#video p{
  font-size: 14px;
}

#video .reacoes span a{
    font-size: 1rem;
    font-weight: 600;
}

#video .reacoes span{
  margin-left: 1rem ;
}

#video .reacoes span a:hover{
  color: #f2545f;
}

.img-canal{
  margin:0;
}

.img-canal img{
  max-width: 999;
  width: 100%;
	overflow: hidden;
}


/* -------------------------*/

/* ------------- página Oração ------------- */


/* ------------------ Sessão Contacto ----------------------*/
#oracao {
  background: #f7f7f7 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center center;  
}

#oracao{
  height: auto;
}

#oracao .oracao_detail {
  background: #ffffff;
  padding: 5rem 5rem 12rem 5rem;
  }
  
  
#oracao .oracao_detail h2 {
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    color: #66ccff;
    margin-bottom: 1em;
  }

#oracao .oracao_detail p {
    text-align: justify;
  }
  
  
#oracao .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
  }
  
#oracao .form-control:focus {
  border-bottom-color: #999;
}
  
#oracao input {
  height: 45px;
}
  
#oracao input[type="submit"] {
  background: #222;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}
  
#oracao input[type="submit"]:hover {
    background: #f2545f;
}


#oracao .oracao_des {
    padding: 3rem 2em;
    background: #fff;
    margin: 2em 0;
}

#oracao .oracao_des p{
  text-align: justify;
}

/* ============================== */

/*Extensão Biblioteca / Texto de apresentação*/
.texto-intro-biblioteca{
  margin-top: 100px ;
}

.texto-intro-biblioteca .section-heading h2{
  margin-bottom: 25px;
  text-align: center;
  color: #66ccff;
  font-size: 2.5em;
  font-weight: 700px;
}
.texto-intro-biblioteca .section-heading h3{
  margin-bottom: 4px;
  text-align: center;
  color: #6c6c6c;
  font-size: 1.5em;
  font-weight: 600px;
}

.texto-intro-biblioteca  .section-heading p{
margin-bottom:10px;
text-align: justify;

}

.texto-intro-biblioteca .section-heading p em{
color: #f2545f;
}

/* =========================================== */

/*============ Menu Biblioteca===============*/
.menu_biblioteca #tabs ul {
  margin: 20px  0 25px 170px;
  padding: 0;
  align-items: center;
}

.menu_biblioteca  #tabs ul li {
  margin-bottom: 5px;
  display: inline-block;
  width: 20%;
}
.menu_biblioteca  #tabs ul li:last-child {
  margin-bottom: 10px;
}

.menu_biblioteca  #tabs ul li a {
	text-transform: capitalize;
	width: 100%;
	padding: 10px 10px;
	display: inline-block;
	background-color: #66ccff;
  font-size: 16px;
  color: #121212;
  letter-spacing: 0.5px;
  font-weight: 700;
  transition: all 0.3s;
}

.menu_biblioteca  #tabs ul li a i {
	float: right;
	margin-top: 5px;
}

.menu_biblioteca #tabs ul .ui-tabs-active a {
  color: #fff;
}

.menu_biblioteca #tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}*/
/* ===================================== */
#tabs-1{
  margin: 20px 0 100px 0 ;
}
/* =============== Pregações ============= */
.borda{
  border: 2px  solid #66ccff;
  height: 100%;
  width: auto;
  margin-bottom: 50px;
 }

.pregacao-item img {
	width: 100%;
	overflow: hidden;
}

.pregacao-item .down-content {
	background-color: #f7f7f7;
	padding: 15px;
}

.pregacao-item .down-content h4 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
  text-align: center; 
}


.pregacao-item h4 {
    text-align: center;
    height: 50px; /* Defina a altura desejada */
    overflow: auto; /* Adicione a propriedade overflow para lidar com conteúdo que excede a altura */
}

.pregacao-item h4.curto {
    /* Adicione estilos para centralizar ou ajustar o tamanho para temas curtos */
    width: 100%;
}

.pregacao-item h4.longo {
    /* Adicione estilos para permitir a quebra de linha em temas longos sem cortar o texto */
    white-space: normal;
}

.pregacao-item .down-content span {
	color: #66ccff;
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
  text-align: center;
}

.pregacao-item .down-content p {
	margin: 10px 0 20px 0;
	font-size: 14px;
  text-align: center;
}

 /* ========== Botões: Ler, Ouvir, Canal e Saber mais  ============ */
.ler, .ouvir, .canal,  .saber{
  background-color: #66ccff;
  width: 100%;
  height: auto;
  padding: 2px;
  border: #f7f7f7 solid 1px;
  text-align: center;
}

.ler a, .ouvir a, .canal a,  .saber a{
  color:#fff;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
 }

.ler a:hover, .ouvir a:hover, .canal a:hover,  .saber a:hover{
  color: #f2545f;
  font-size: 18px;
 }
.ouvir audio{
  margin-top: 5px;
  width: 201px;
  height: 30px;
}

/* ================================*/
/* =========== Hinário ============ */
#hinos{
	margin: 120px  0 100px 0  ;
}
.hino-item{
  margin-bottom:40px; 
}

.hino-item img {
    width: 100%;
    overflow: hidden;
}
#hinos .hino-item .descricao_hino {
  margin-top: -1px;
  background-color: #66ccff;
  padding: 8px 0 8px 0px;
  text-align: center;
  color: #f7f7f7 ;
  border: 2px  solid  #66ccff;

 }

#hinos .hino-item .descricao_hino h4{
  font-size: 18px;
  font-weight: 600;
  color: #6c6c6c;
 }

.descricao_hino {
  max-height: 60px; /* Defina a altura máxima desejada para a div */
  overflow-y: auto; /* Adiciona uma barra de rolagem vertical quando o conteúdo ultrapassa a altura máxima */
}

 /* ============================================== */

/* Artigos Disponíveis*/
/* ===================================== */
#artigos{
  margin: 2em 1em 35em 1em;
}

.artigos-item{
    margin-bottom:  0px;
}

.artigos-item .bordas{
  border: 2px  solid #f2545f;
  margin-bottom: 50px;
}

.artigos-item img {
  width: 100%;
	overflow: hidden;
}

.artigos-item .texto, 
.artigos-item  .sabermais, 
.artigos-item{
  background-color: #66ccff;
}

.artigos-item .texto, 
.artigos-item  .sabermais, .artigos-item
.estado_artigo a{
  width: 100%;
  height: auto;
  padding: 4px;
  border: #f7f7f7 solid 1px;
  text-align: center;
}

.artigos-item .texto{
  width: 100%;
  height: auto;
  padding: 0;
  border: #f7f7f7 solid 1px;
  text-align: center;
}

.artigos-item  .texto h4, 
.artigos-item  .sabermais a,
.artigos-item  .estado_artigo{
  color:#fff;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
 }

.artigos-item h4.curto {
  /* Adicione estilos para centralizar ou ajustar o tamanho para temas curtos */
  width: 100%;
}

.artigos-item h4.longo {
  /* Adicione estilos para permitir a quebra de linha em temas longos sem cortar o texto */
  white-space: normal;
}

.artigos-item   .sabermais:hover {
  background-color: #f2545f;
  font-size: 19px;
}
/* Botão */
.hinario{
  margin-bottom: 8em ;
 }

.hinario .hino_comp .btn{
  border:none;
  font-size: 14px;
  font-weight: 600;
  
  background-color: #f2545f;
  color: #fff;
  padding: 10px 10px ;
 }



.hinario .hino_comp .btn:hover{
  background-color: #121212;
  color: #fff;
}

/* Form de pesquisa */

#form-pesquisa {
  margin: 4em 0;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Alinha o conteúdo do formulário à esquerda */
}

#form-pesquisa input {
  font-size: 14px;
  font-weight: 700;
  max-width: 70%; /* Limita a largura do campo de entrada */
}

#form-pesquisa button {
  background-color: #66ccff;
  color: #fff;
  border: none;
  padding: 7px;
  margin-left: 8px; /* Espaço entre o botão e o campo de entrada */
  border-radius: 2px;
  cursor: pointer;
}


 /* ============================================== */
 /* ============== Bochuras ============== */
 .table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.total-results {
  font-weight: bold;
}

.brochura-table {
  width: 100%;
  border-collapse: collapse;
}

.brochura-table thead th {
  background-color: #f8f9fa;
  font-weight: bold;
  padding: 10px;
  text-align: left;
}

.brochura-table tbody tr {
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
}

.brochura-table tbody tr td {
  padding: 10px;
}

.brochura-table .text-right {
  text-align: right;
}

.icon {
  margin-left: 10px;
  color: #333;
  text-decoration: none;
}

.icon:hover {
  color: #007bff;
}


.pagination-container {
  text-align: center;
  margin-top: 20px;
}


.pagination .active a {
  font-weight: bold;
  color: #fff;
  background-color: #66ccff;
  
}

.pagination .active a:hover{
  background-color: #f2545f;
  
}



 /* ===================Paginação =============== 
 .custom-pagination .pagination{
  margin:10% 40%;
  align-items: center;
}
.custom-pagination .pagination .page-item .page-link{
  display: inline-block;
}

.custom-pagination .pagination .page-item .page-link{
  font-size: 1em;
  font-weight: 500;
  color: #fff;
  padding: 5px;
  background-color: #66ccff;
  border: solid #d6e5ec 0.5px;
  cursor: pointer;
}


.custom-pagination .pagination .page-item .page-link:hover{
  background-color: #f2545f;
  border: solid #d6e5ec 0.5px;
}
*/
 

  /* ============================================== */


/* ------------------ Sessão Contacto ----------------------*/
#contact {
  background: #f7f7f7 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center center;
}
/*
#contact .contact_des {
padding-top: 3rem;
padding-right: 2rem;
}
*/


.contact-information .sessao-titulo h2 {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 70px;
  color: #66ccff;
  margin-top: -10px;
}

.contact-information .contact-item{
  padding: 50px 20px;
  background-color: #f7f7f7f7;
  text-align: center;
  margin: 1em 1.5em;
}

.contact-information .contact-item i{
  align-items: center;
  color: #66ccff;
  font-size: 30px;
  margin-bottom: 8px;
}

.contact-information .contact-item h4 a{
  margin-bottom: 10px;
}

.contact-information .contact-item a{
  font-weight: 600;
  color: #66ccff;
  font-size: 15px;
}

.contact-information .contact-item p{
  font-weight: 500;
  margin: 10px;
}

#contact .contact_detail {
background: #ffffff;
padding: 5rem 5rem 12rem 5rem;
}


#contact .contact_detail h2 {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  color: #66ccff;
}


#contact .form-control {
background: transparent;
border: none;
border-bottom: 1px solid #f0f0f0;
border-radius: 0px;
box-shadow: none;
margin-bottom: 16px;
transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
border-bottom-color: #999;
}

#contact input {
height: 45px;
}

#contact input[type="submit"] {
background: #222;
border-radius: 100px;
border: none;
color: #ffffff;
letter-spacing: 2px;
height: 50px;
margin-top: 12px;
transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
background: #f2545f;
}
/* ============================== */


 /*==========================*/
/* Page - Grupos*/
#grupos {
	margin: 0;
  background-color:#fff;
  padding: 5em 0 10em 0;
}

#grupos #tabs ul {
  margin: 0 0 2px 0px;
  padding: 0;
}

#grupos #tabs ul li{
  margin-bottom: 1em;
  display: inline-block;
}

.tabs-content{
  padding:0 1em;
}
#grupos #tabs ul li:last-child {
  margin-bottom: 0;
}

#grupos #tabs ul li a {
	text-transform: capitalize;
	width: 100%;
	padding: 0.5rem 1rem;
	display: inline-block;
	background-color: #66ccff;
  font-size: 1.1em;
  color: #121212;
  letter-spacing: 0.5px;
  font-weight: 700;
  transition: all 0.3s;
}

#grupos #tabs ul li a i {
	float: right;
	margin-top: 5px;
}

#grupos #tabs ul .ui-tabs-active a {
  color: #fff;
}

#grupos .tabs-content {
	margin-left: 0px;
  text-align: justify;
  transition: all 0.3s;
  display: inline-block;
}

#grupos .tabs-content img {
	max-width: 100%;
	overflow: hidden;
}

#grupos .tabs-content h3 {
	font-size: 1.5em;
	font-weight: 700;
  text-align: center;
  color: #66ccff;
	letter-spacing: 0.25px;
}

#grupos .tabs-content h4 {
  text-align: justify;
	font-size: 1.8em;
	font-weight: 600;
	letter-spacing: 0.25px;
  margin: 20px 0 10px 0;
  color: #66ccff;
}

#grupos .tabs-content h5 {
  text-align: justify;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 0.25px;
  margin: 15px 0 10px 0;
  color: #22b3fc;
}

#grupos .tabs-content p {
  margin:0;
}
/* ===========================*/

/*---------------------------------------
Sobre Nós             
-----------------------------------------*/
#overview {
  background-image: url(/assets/images/fundos/papel1.jpg);
  background-size: cover; /* ajusta a imagem para cobrir todo o elemento */
  background-repeat: no-repeat; /* impede a repetição da imagem */
  overflow: hidden;
  min-height: 100vh; /* define a altura mínima como 100% da altura da janela do navegador */
}
#overview img {
  position: relative;
  margin: 30px  0 38px 0;
}

#overview h2 {
  margin-bottom: 5% ;
  text-align: center;
  color: #66ccff;

}

#overview h3 {
  margin-bottom: 0px ;
  text-align: justify;
  color: #66ccff;

}

#overview p {
  margin: 0px  0 15px 0;
}

.titulo2{
  margin-top: 100px;}
  /* ==========================*/
  
/*---------------------------------------
   Pregações de William Branham             
-----------------------------------------*/
#speakers {
  background: #f9f9f9;
}

#speakers h2 {
  font-size: 2em;
  margin-bottom: 20px;
  color: #66ccff;
} 

#speakers h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

#speakers p {
  text-align: justify;
  margin-bottom: 10px;
}

#speakers h6 {
  color: #666;
  margin-top: 4px;
}

#speakers img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#speakers .col-md-3 {
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 22px;
}

#speakers .speakers-wrapper {
  background: #ffffff;
  padding-bottom: 22px;
}

#owl-speakers .speakers-thumb h3 a{
  font-size: 18px;
  color: #66ccff;
}


#owl-speakers .speakers-thumb h6{
  font-size: 14px;
  color: #666;
}
/* ========================= */


/* ===========================*/

/* =====================*/
/* == Representantes extensão do Team == */
.team {
	background-color: #f7f7f7;
	margin-top: 0px;
	padding: 120px 0px;
}

.team-item img {
	width: 100%;
	overflow: hidden;
}

.team-item .down-content {
	background-color: #fff;
	padding: 30px;
  margin-bottom: 50px;
}

.corpo_team .team-item .down-content {
	background-color: #fff;
	padding: 30px;
  height: 300px;
  width: auto;
  margin-bottom: 50px;
}
 
 .team .team-item h4{
  text-align: center;
}

.team-item .down-content p{
  margin-bottom: 5px;
  text-align: center;
}
 
.team-item .down-content h4 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
  text-align: center;
  
}

.team-item .down-content span {
	color: 
#66ccff;
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
  text-align: center;
}

.section-heading .spans{
  font-size: 1em;
  margin-top: -70px;
}

.btnteam{
  border: none;
  margin-top: -35px;
  padding:5px 20px 5px 20px;
  background: #66ccff;
  color: #fff;
  font-size: 16px;
  font-weight: 700px;
}
.btnteam:hover{
  background: #f2545f;
}
/* =================================*/
/* team/Nossa Equipa Descrição*/
.team_desc {
  margin-top: 0;
	background-color: #f7f7f7;
	padding: 100px 0px;
}
.section-heading h3{
  color: #66ccff;
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

.team-item .down-content p {
	margin-bottom: 5px;
}

/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#speakers {
    background: #f9f9f9;
}

#speakers h3 {
    font-size: 18px;
    margin-bottom: 0px;
}

#speakers h6 {
  color: #666;
  margin-top: 4px;
}

#speakers img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#speakers .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#speakers .speakers-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
}


/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
}


/*---------------------------------------
    Regsiter section              
-----------------------------------------*/
#register {
    background: url('../images/register-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#register .form-control {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  margin-bottom: 16px;
}

#register input {
  height: 45px;
}

#register input[type="submit"] {
  background: #f2545f;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#register input[type="submit"]:hover {
  background: #ffffff;
  color: #222;
}



/*---------------------------------------
   Faq section              
-----------------------------------------*/
#faq {
  background: #f9f9f9;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#faq .panel-group {
  margin-top: 32px;
}

#faq .panel-group .panel {
  margin-bottom: 8px;
}

#faq .panel-default {
  border: none;
}

#faq .panel-default>.panel-heading {
  background: #f0f0f0;
  color: #505050;
}

#faq .panel-heading {
  border: none;
  padding-top: 8px;
  padding-bottom: 6px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding-top: 22px;
  padding-left: 32px;
  padding-bottom: 22px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"] {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"]::after {
  content: "-";
  display: block;
  position: absolute;
  line-height: 1;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

#faq .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
  content: "+";
}



/*---------------------------------------
   Venue section              
-----------------------------------------*/
#venue {
    background: url('../images/venue-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#venue p {
  padding-top: 12px;
  padding-bottom: 18px;
}



/*---------------------------------------
   agen_ped_trans section              
-----------------------------------------*/


/* ====================================== */  
/*---------------------------------------
   Sessão Footer             
-----------------------------------------*/
footer {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

footer {
  background: #000;
}

footer {
  border-top: #66ccff 3px solid;
}


/* ============ Logo Footer ============= */
.img-footer img{
  height: 50px;
}

.midias-sociais {
  margin: 0;
}


footer  p{
  color:#fff;

}

footer .linksuteis{
  color: #66ccff;
}

footer .linksuteis ul{
  text-align: justify;  
}

footer .linksuteis h3{
  font-size: 16px;
  font-weight: 600;
  text-align: justify;
  margin-bottom: 0;
  color: #66ccff;
}

footer .linksuteis ul li{
  list-style: none;
  text-align: justify; 
  margin: 0 0 5px -40px ;
  
}

footer .linksuteis ul li a{
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

footer .linksuteis ul li a:hover{
  color: #f2545f;
}



/* ============== Whatsapp ================ */
/* ======== Botão Whatsapp ========== */
.fawhatsapp{
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 30px;
  right: 30px;
  background-color:#fff ;
  color: #25d366;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
}
.fawhatsapp{
  margin-bottom: 25px;
}
.fawhatsapp:hover{
  color: #075e54;
}




/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.social-icon li a:hover {
    background: #f2545f;
    color: #ffffff;
}








/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

  p {font-size: 13px;}

  .custom-navbar .navbar-brand {
    font-size: 2rem;
  }

  .custom-navbar .nav li a {
    font-size: 11px;
	line-height: 20px;
  }

  #intro { height: 65vh; }

  /* Agenda stream Oração */
  .agenda_culto,
  .culto_vivo, 
  .oracao {
    margin: 4px;
    width: 30%;
    left: 2.5rem;
  }
  
  #agen_ped_trans h3 a{
    font-size: 1.5rem;
  }

  #video iframe {
    margin-top: 42px;
  }

  #contact .contact_visitantes {
  background: #ffffff;
  padding: 10rem 3rem 10rem 5rem;
}



}

@media (max-width: 768px) {

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

  #overview img,
  #visitantes .col-md-4,
  #register form {
    padding-top: 32px;
  }

  .nav-tabs > li > a {
    font-size: 13px;
  }

  #programa img {
    padding-bottom: 32px;
  }
  /* Agenda stream Oração */
  #agen_ped_trans img {
    padding-top: 22px;
  }
  
  .agenda_culto,
  .culto_vivo, 
  .oracao {
    left: 0rem;
  }

  #contact .contact_visitantes {
    margin-top: 82px;
  }

  /*---------------------------------------
    Sessão Footer             
  -----------------------------------------*/
  /* ============ Logo Footer ============= */
  footer .linksuteis{
    margin-left: 5%;
  }
 
  /*==========================*/


}

@media (max-width: 760px) {

  #intro {
    height: 100vh;
  }

  /* Sessão nothome*/
  #notihome .notihome_detalhe ul li .notihome_detalhe-cont  h2{
    font-size: 1.5rem;
   }
/* _____________*/  
  /* Agenda Streeam oração */
  .agenda_culto,
  .culto_vivo, 
  .oracao {
    padding: 2rem;
    width: 100%;
    left: 0;
    margin:10px 12px  0 0;
  }

}

@media (max-width: 600px) {
  /* Sessão Programa*/
  .linha::after {
    width: 100%;
  }

   /* Sessão nothome*/


   #notihome .notihome_detalhe ul li .notihome_detalhe-cont  h2{
    font-size: 1.3rem;
   }
/* _____________*/ 

#grupos {
	margin: 0;
  background-color:#fff;
  padding: 5em 0 10em 0;
}

#grupos #tabs ul {
  margin: 0 0 2px 0px;
  padding: 0;
}

#grupos #tabs ul li{
  margin-bottom: 1em;
  display: inline-block;
}

.tabs-content{
  padding:0 1em;
}
#grupos #tabs ul li:last-child {
  margin-bottom: 2em;
}

#grupos #tabs ul li a {
	padding: 0.4rem;
  font-size: 1em;
}

#grupos #tabs ul li a i{
	margin-top: 3px;
}

/* ===========================*/

}

@media (max-width: 350px) {
/* Agenda Streeam oração */
  .agenda_culto,
  .culto_vivo, 
  .oracao {
  padding: 2rem;

  
}

  /* Notihome */
.notihome_detalhe  ul li .time{
  right: 22px;
}
#notihome .notihome_detalhe ul li  .notihome_detalhe-cont {
  padding-left:5rem;
}   
}
