/*
Theme Name: Fuxico Gospel
Theme URI: https://www.fuxicogospel.com.br/
Author: Beenla Networks
Author URI:  https://www.fuxicogospel.com.br/
Description:  o portal Fuxico Gospel
Version: 4.1
Text Domain: fuxicogospel
*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}





ol li{font-size:20px;}




@font-face {
    font-family: 'Merriweather';
    src: url('fonts/merriweather.regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    src: url('fonts/merriweather.ultrabold.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Merriweather';
    src: url('fonts/merriweather.bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Merriweather', serif;
}





body {
  padding-top: 130px;
 font-family: 'Merriweather', serif;
}




.post-two-home h2{
    color: #000;
    line-height: 18px;
    letter-spacing: -0.9px;
    font-size: 18px;
}

.post-two-home p{
   
    font-size: 12px;
}


blockquote p{
    
    border-left: 6px solid #fe9b4d;
    margin-left: 2px;
    padding: 0 10px;
}


.post-serven h2{
    color: #000;
    line-height: 18px;
    letter-spacing: -0.6px;

}



/*Corecao CLS*/
.col-md-5 {
  min-height: 80px; /* ajuste conforme seu layout */
}
.d-flex.mb-2.border-bottom {
  min-height: 100px; /* ajuste conforme o conteúdo do item */
}
.autor-info {
  min-height: 24px;
  display: block;
}
.ultimas-noticias, li:has(h2), li:has(h3) {
  min-height: 60px;
}

.box-main-home h2{
  font-family: 'Merriweather', serif;
  font-size: 30px;
    line-height: 30px;
}
.box-main-home p{
    font-family: 'Merriweather', serif;
    font-weight: 400;
}



.border{
  border: 1px solid red;
}
.border-bottom{
  border-bottom: 1px solid #ddd;
}

.text-center {
  text-align: center;
}
.top-header .container {
  position: relative;
}

.top-header .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Utilitários Bootstrap-like (caso não esteja usando o CSS completo) */

.mini-posts a{
  text-decoration: none;
}


.small {
  font-size: 0.675rem;
}

.text-muted {
  color: #6c757d;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.article-content img{
    width: 100%!important;
}
figure{
    width: 100%!important;
}


.bg-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  box-shadow: -3px -3px 13px 7px #eee;
}

.article-content ul{
	font-size: 20px!important;
}

.article-content ul li::marker{
	padding:10px;
	margin-top:5px;
}

.article-content ul li{
	padding:10px;
	margin-top:5px;
}

.article-content h3 {
	font-size: 20px!important;
	padding: 20px 0;
}


.article-content ul {
	padding:10px;
}





.top-header {
  background: #fff;
}

.main-menu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 12px 0;
  margin: 0;
}

.main-menu a {
  text-decoration: none;
  font-weight: 600;
  color: #222;
  font-size: 15px;
  padding: 4px 8px;
  transition: color 0.2s ease;
}
.text-menu{
  font-size: 13px;
}
.text-search{
  font-size: 13px;
  display: flex;
}
.menu-button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #000;
}



.search-button{
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #000;
}

.main-menu a:hover {
  color: #f26400; /* tom alaranjado, combinando com a identidade da logo */
}


.logo img{
  padding: 5px 4px;
}


.icon-social {
  width: 20px;
  height: 20px;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: filter 0.3s, opacity 0.3s;
}

.header-social a:hover .icon-social {
  filter: none;
  opacity: 1;
}
.menu-button,
.search-button {
  background: none;
  border: none;
  padding: 0;
  display: flex;
}

.header-social img {
  width: 20px;
  height: 20px;
}
.sociais-icons a{
  margin-left: 10px;
}







.share-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 0.5rem 0;
}

.share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding: 0.50rem 1.0rem;;
  font-size: 1.5rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.share-btn i {
  font-size: 1.5rem;
}

/* Estilos individuais */
.share-btn.facebook {
  background-color: #f0f2f5;
  color: #1877f2;
  width: 33.33%
}

.share-btn.whatsapp {
  background-color: #f0f2f5;
  color: #25d366;
  width: 33.33%
}

.share-btn.share-native {
  background-color: #f0f2f5;
  color: #555;
  width: 33.33%
}

.share-btn:hover {
  transform: scale(1.05);
}













/* Overlay embaçado */
.menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.3);
  z-index: 99999;
}

/* Menu lateral */
.sidebar {
  position: fixed;
  top: 0;
  left: -260px;
  width: 260px;
  height: 100%;
  background: #fff;
  z-index: 100000;
  transition: left 0.3s ease-in-out;
  padding: 20px;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
}

.sidebar.open {
  left: 0;
}

.menu-overlay.active {
  display: block;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-nav li {
  margin-bottom: 12px;
}

.sidebar-nav a {
  text-decoration: none;
  font-weight: bold;
  color: #111;
  font-size: 16px;
  transition: color 0.3s;
}

.sidebar-nav a:hover {
  color: #e27d30;
}

.close-btn {
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  line-height: 1;
}





/********* Overlay da busca *********/
/* Overlay */
.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  z-index: 9999;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Topo da busca */
.search-top-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Fechar */
.close-search {
  background: none;
  border: none;
  font-size: 30px;
  color: #f26400;
  cursor: pointer;
  line-height: 1;
}

/* Centro */
.search-center {
  max-width: 600px;
  width: 90%;
  text-align: left;
}

.search-label {
  font-weight: bold;
  font-size: 14px;
  color: #f26400;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.search-form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.search-form input {
  flex: 1;
  font-size: 24px;
  border: none;
  border-bottom: 2px solid #f26400;
  padding: 8px 0;
  background: transparent;
  color: #333;
  outline: none;
}

.search-form input::placeholder {
  color: #aaa;
  font-weight: 300;
font-family: 'Merriweather', serif;

}

.search-form button {
  background: none;
  border: 1px solid #f26400;
  color: #f26400;
  font-weight: bold;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s;
}

.search-form button:hover {
  background: #f26400;
  color: white;
}










.site-footer {
  background-color: #fff;
  color: #333;
    font-family: 'Merriweather', serif;
    font-size: 14px;
  border-top: 1px solid #ddd;
}

.footer-bar {
  height: 4px;
  background-color: #f26400; /* Cor do Fuxico Gospel */
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  font-weight: bold;
}

.footer-links li {
  position: relative;
}

.footer-links li::after {
  content: "–";
  margin-left: 10px;
  color: #999;
}

.footer-links li:last-child::after {
  content: "";
  margin: 0;
}

.footer-links a {
  text-decoration: none;
  color: #222;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #f26400;
}

.footer-copy {
  margin: 0;
  color: #444;
  font-weight: bold;
}



.highlight-tag,
.post-tag {
  color: #e27d30;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}

.highlight-title {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
}

.highlight-desc {
  font-size: 15px;
  color: #444;
  line-height: 1.0;
  letter-spacing: normal;
}

.post-title {
    font-size: 17px;
    font-weight: 700;
    color: #222;
    line-height: 1;
    font-family: 'Merriweather', serif;

}

.thumb-sm {
  width: 110px;
  height: 90px;
  object-fit: cover;
  border-radius: 6px;
}

.ad-placeholder {
  background: #f9f9f9;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
}



/* Imagem principal da manchete - 16:9 */
.main-highlight img {
  width: 100%;
  height: 190px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
}

/* Imagens das postagens pequenas - 4:3 */
.thumb-sm {
  width: 110px;
  height: 90px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 6px;
  aspect-ratio: 4 / 3;
}





/* Tag de categoria */
.tag-horizontal {
  background-color: #e27d30;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 8px;
}

/* Título */
.title-horizontal {
    font-size: 38px;
    color: #111;
    margin-bottom: 6px;
    line-height: 0.8;
    text-decoration: none;
}
.highlight-horizontal a{
  text-decoration: none;
}
/* Descrição */
.desc-horizontal {
  font-size: 15px;
  color: #444;
  margin: 0;
}

/* Imagem */
.highlight-horizontal img {
  height: 260px;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
}


/* Força o layout lado a lado mesmo em telas pequenas */
.flex-row-mobile {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 16px;
}

/* Garante que as colunas ocupem proporções corretas */
.flex-row-mobile > div {
  flex: 1 1 50%;
}




.main-highlight a{
  text-decoration: none;
}





/* Imagem da matéria na lista */
.thumb-list {
  width: 140px;
  height: 90px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}




/* Descrição */
.noticia-desc {
  font-size: 14px;
  color: #555;
}

/* Tag de categoria */
.tag-horizontal {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: inline-block;
}

/* Mais lidas */
.mais-lidas h4 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #e27d30;
  padding-bottom: 6px;
}



.mais-lida-titulo {
  font-size: 14px;
  color: #222;
  font-weight: 500;
}



.thumb-list {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

.tag-horizontal {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: inline-block;
}

.noticia-titulo {
  font-size: 28px;
  line-height: 1.0;
  font-weight: 700;
  color: #111;
  margin-bottom: 4px;
  letter-spacing: -1px;
}

.noticia-desc {
  font-size: 14px;
  color: #555;

}

.noticia a{
  text-decoration: none;
}


.autor-info small {
  font-size: 12px;
  color: #666;
}

.autor-info strong {
  color: #111;
}
.article-content blockquote{
    padding: 20px;
}

.article-header h1{
    font-family: 'Merriweather', serif;
font-weight: 700;
  font-size: 50px!important;
  line-height: 1.0!important;
  letter-spacing: 0px;
}
.article-header p{
  font-size: 18px!important;
  line-height: 1.0!important;
}

/*.header-article a{*/
/*  text-decoration: none;*/
/*}*/

.article-content p{
    margin-bottom: 18px;
    line-height: 30px;
    color: rgb(74, 74, 74);
    font-size: 18px;
}

.article-content a{
  color: #e27d30!important;
}




.btn-load-more {
  background-color: #e27d30;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 300px;
}

.btn-load-more:hover {
  background-color: #cc6e2b;
}

.btn-load-more .spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255,255,255,0.5);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}


.header-article h1{
     font-size: 35px;
    letter-spacing: -2px;
   
}

.header-article p{
  font-size: 18px;
}

article figure{
  margin: 0;
}

article figure img{
  width: 100%;
  height: auto;
  border-radius: 15px;  
}

article figure figcaption{
  font-size: 12px;
  color: #666;
  text-align: center;
}

article p{
  font-size: 22px;
}




.artigo-tags a{
  text-decoration: none;
  color: #e27d30!important; 
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 8px;
}





.sticky-sidebar {
  position: sticky;
  top: 140px; /* altura do header + espaçamento */
  z-index: 10;
}


nav ul li{
     font-family: 'Merriweather', serif;
     font-size: 12px;
     color:#444;
}



/* Ajusta espaçamento em telas pequenas */
@media (max-width: 767.98px) {
  .flex-row-mobile {
    flex-direction: row;
    align-items: flex-start;
  }

  .flex-row-mobile .col-md-5,
  .flex-row-mobile .offset-md-1 {
    margin: 0;
    padding: 0 8px;
  }

  .title-horizontal {
    font-size: 20px;
  }

  .desc-horizontal {
    font-size: 14px;
  }

  .tag-horizontal {
    font-size: 10px;
    padding: 3px 8px;
  }

.highlight-title{
  font-size: 18px;
  line-height: 1.0;
}

.noticia-titulo{
        font-size: 16px;
        line-height: 14px;
        letter-spacing: -0.6px;
}
/* Descrição */
.noticia-desc {
  font-size: 12px;
  color: #555;
  display: none;
}
.autor-info {
  display: none;
}



body {
  padding-top: 40px;
}

.post-title{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.0;
   font-family: 'Merriweather', serif;
}
.article-header h1{
  font-size: 28px!important;
  line-height: 1.0!important;

}

.article-header p{
  font-size: 14px!important;
  line-height: 1.0!important;
}


.highlight-horizontal img{
  height: 190px;
}

.header-article h1{
font-size: 25px;
        font-weight: 700;
        letter-spacing: -1px;
        line-height: 25px;
}

.header-article p{
        font-size: 15px;
        line-height: 16px;
        font-weight: 200;
        
}


.box-main-home h2{
        font-family: 'Merriweather', serif;
    font-size: 18px;
    line-height: 20px;
}




}


