@charset "UTF-8";
/*
Theme Name: COP30 OTCA
Template: salient
Version: 1.0
*/

/* Ajustes gerais */
.titulo-amarelo h2,  
.titulo-amarelo h3,
.titulo-amarelo h4,  
.titulo-amarelo h5,
.titulo-amarelo h6 {
  color: #FFEC00;
}

.titulo-verde h2,  
.titulo-verde h3,
.titulo-verde h4,  
.titulo-verde h5,
.titulo-verde h6 {
  color: #2F5649;
}

.titulo-verde-escuro h1,  
.titulo-verde-escuro h2,  
.titulo-verde-escuro h3,
.titulo-verde-escuro h4,  
.titulo-verde-escuro h5,
.titulo-verde-escuro h6 {
  color: #374027;
}

.sombra-texto {
  text-shadow: 0 3px 6px rgba(0,0,0,.3);
}

body #ajax-content-wrap .nectar-post-grid .flickity-page-dots {
  bottom: -30px;
}

.grid-link .nectar-post-grid-wrap[data-style=content_under_image] a {
  pointer-events: none;
}

.cptemplate .nectar-post-grid .nectar-post-grid-item-bg {
  overflow: hidden;
  border-radius: 20px;
}

/* Texto pequeno */
.texto-p {
  font-size: 14px;
  line-height: 22px;
}

.texto-m {
  font-size: 16px;
  line-height: 24px;
}

/* Blog */
.single .container-wrap .container.main-content .featured-media-under-header__featured-media {
  margin-top: 45px;
  border-radius: 20px;
}

.related-post-wrap .row-bg-wrap .row-bg {
  background-color: transparent;
}

/* Texto com ícone */
body .iwithtext {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 8px;
}

body .iwithtext .iwt-icon {
  position: static;
}

body .iwithtext .iwt-icon [class^=icon-].icon-default-style {
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
}

body .iwithtext .iwt-text {
  padding-left: 0;
  font-weight: 700;
}

body .span_12.light .iwithtext a,
body .span_12.light .iwithtext [class^="icon-"].icon-default-style {
  color: #fff;
}

/* Programação */
.smile_icon_list_wrap .icon_list_item .icon_list_icon {
  line-height: .6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.smile_icon_list_wrap .icon_list_item .icon_list_icon i.horario {
  padding: 16px;
	font-size: 20px;
  font-family: 'Public Sans' !important;
	font-weight: 700;
}

.smile_icon_list_wrap .icon_list_item .icon_list_icon i.horario::before {
  content: none;
}

/*
 * Mudar a cor do TÍTULO do Post Grid (tag H4)
 */
/* Alvo 1: O link (<a>) do título e o texto (<span>) dentro dele */
.nectar-post-grid .nectar-post-grid-item .item-main h4.post-heading a, 
.nectar-post-grid .nectar-post-grid-item .item-main h4.post-heading a span {
  color: #FFEC00 !important; /* Amarelo */
}

/* Alvo 2: Cor do link do título ao passar o mouse (Hover) */
.nectar-post-grid .nectar-post-grid-item .item-main h4.post-heading a:hover,
.nectar-post-grid .nectar-post-grid-item .item-main h4.post-heading a:hover span {
  color: #FFEC00 !important; /* Mantém a cor amarela no hover */
}

/* Arredonda os cantos de cada item do Post Grid (Masonry) para 20px */
.masonry-blog-item,
.masonry-blog-item .inner-wrap {
  border-radius: 15px !important;
  overflow: hidden !important;
}

/* Oculta a palavra "Categoria" nas páginas de arquivo (archive subheader) */
.blog-archive-header .subheader {
  display: none !important;
}

/* Customiza a cor do título principal dos posts (H1) */
.single-post .entry-title,
.featured-media-under-header__content .entry-title {
  color: #374027 !important;
}

/*
 * Degradê no fundo da área de conteúdo do Post Individual (single-post)
 * De #F0E6D3 (topo) para Branco #FFFFFF (base)
 */
.single-post .container-wrap.no-sidebar {
  /* Aplica o degradê de cima para baixo */
  background: linear-gradient(to bottom, #f0e6d3, #ffffff) fixed;
}

/*
 * CUSTOMIZAÇÕES DA SEÇÃO DE POSTS RELACIONADOS
 */
/* 2. Mudar a cor do Título da Seção ("Related Posts") para #374027 */
.related-post-wrap .related-title {
  color: #374027 !important;
}

/* 3. Aplicar border-radius de 20px aos posts individuais do Grid */
.related-post-wrap .blog-recent .inner-wrap {
  border-radius: 20px !important;
  overflow: hidden !important; 
}

/* 
 * Regras de Estilização para o Formulário do Contact Form 7
 * Target: Inputs de texto e textarea
 */
/* 1. Seleciona todos os inputs de texto e o textarea dentro do CF7 */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  /* Fundo dos campos: */
  background-color: #FFFFFF !important;

  /* Cor do texto digitado: Preto */
  color: #000000 !important;

  /* Arredondamento da Borda (Radius) */
  border-radius: 0px !important;

  /* Garante que a borda padrão do CF7 seja removida (opcional, mas recomendado) */
  border: none !important; 
}

/* Força cantos retos usando o ID do Formulário e a classe .wpcf7-submit */
#wpcf7-f1985-p1974-o1 .wpcf7-form .wpcf7-submit {
  /* Define o raio da borda como 0 para cantos retos */
  border-radius: 0px !important;
  
  /* Regra de compatibilidade */
  -webkit-border-radius: 0px !important; 
}

/* Garante o mesmo para o estado hover */
#wpcf7-f1985-p1974-o1 .wpcf7-form .wpcf7-submit:hover {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important; 
}

/* Menu principal */
body #header-outer {
  background-color: #fff;
  opacity: 1;
  filter: none;
}

body #header-outer #top nav > ul.buttons.sf-menu > li.lang-item-first::before {
  padding: 0 10px;
  content: "|";
}

body #header-outer #top nav > ul.buttons.sf-menu > li > a {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  line-height: 21px;
}

/* Nectar slider - controle opacidade overlay */
body .swiper-slide .slide-bg-wrap .slide-bg-overlay {
  opacity: 0.3;
}

/* NECTAR SLIDER - códigos tamanho de fonte complementar */
/* Estilo padrão (Desktop/Telas Maiores) */
body .container-wrap .container.main-content .nectar-slider-wrap .swiper-slide .content p {
    font-size: 18px;
    line-height: 20px;
}

/* * MEDIA QUERY PARA MOBILE 
 * Aplica estilos apenas em telas de 690px ou menores (smartphones)
 */
@media only screen and (max-width: 690px) {

  body .container-wrap .container.main-content .nectar-slider-wrap .swiper-slide .content p {
    /*
     * Defina aqui o novo tamanho de fonte para mobile.
     * Exemplo: 16px (você mencionou esse valor, que é um bom padrão)
     */
    font-size: 16px !important; 
    line-height: 18px !important; /* Ajuste a altura da linha se necessário */
  }
}
