@charset "UTF-8";
/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* Ajustes gerais */
.texto-verde h2,  
.texto-verde h3,
.texto-verde h4,  
.texto-verde h5 {
  color: #959d8d;
}

.texto-marrom h2,  
.texto-marrom h3,
.texto-marrom h4,  
.texto-marrom h5 {
  color: #675B5B;
}

.single-progetti #ajax-content-wrap > .container-wrap {
  padding-top: 0;
}

/* Menu principal */
body #header-space {
  display: none;
}

body #header-outer {
  background: linear-gradient(to bottom, rgba(0,0,0,.4) 0%, rgba(0,0,0,0) 100%);;
}

#top .sf-menu .menu-title-text::before {
  border-radius: 0;

}

#top .sf-menu > li:not([class*="menu-item-btn"]):nth-child(5n+1) > a .menu-title-text::before {
  background-color: #ff8f1c;
}

#top .sf-menu > li:not([class*="menu-item-btn"]):nth-child(5n+2) > a .menu-title-text::before {
  background-color: #43b02a;
  
}

#top .sf-menu > li:not([class*="menu-item-btn"]):nth-child(5n+3) > a .menu-title-text::before {
  background-color: #00b5e2;
}

#top .sf-menu > li:not([class*="menu-item-btn"]):nth-child(5n+4) > a .menu-title-text::before {
  background-color: #003865;
}

#top .sf-menu > li:not([class*="menu-item-btn"]):nth-child(5n+5) > a .menu-title-text::before {
  background-color: #78d64b;
}

/* Formulário */
.span_12.light .select2-container--default .select2-selection--single,
.span_12.light input[type=date],
.span_12.light input[type=email],
.span_12.light input[type=password],
.span_12.light input[type=search],
.span_12.light input[type=tel],
.span_12.light input[type=text],
.span_12.light input[type=url],
.span_12.light select,
.span_12.light textarea,
body[data-fancy-form-rcs="1"] .span_12.light .select2-container--default .select2-selection--single {
  background-color: #fff;
  color: #4b544a;
}

.span_12.light input[type=date]:focus,
.span_12.light input[type=email]:focus,
.span_12.light input[type=password]:focus,
.span_12.light input[type=search]:focus,
.span_12.light input[type=tel]:focus,
.span_12.light input[type=text]:focus,
.span_12.light input[type=url]:focus,
.span_12.light select:focus,
.span_12.light textarea:focus {
  border-color: #e6e1d2;
}

.wpcf7 .wpcf7-form .container-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 60px;
}

.wpcf7 .wpcf7-form .container-form > div {
  grid-column: span 1;
}

.wpcf7 .wpcf7-form .container-form .wpcf7-list-item {
  display: block;
  margin-left: 0;
}

.wpcf7 .wpcf7-form .container-form .wpcf7-list-item .wpcf7-list-item-label {
  color: #fff;
}

.wpcf7 .wpcf7-form .container-form .wpcf7-form-control.wpcf7-select option {
  color: #4b544a;
}

.wpcf7 .wpcf7-form .container-form .wpcf7-form-control.wpcf7-textarea {
  min-height: 48px;
  resize: vertical;
}

.wpcf7 .wpcf7-form .botao-submit,
.wpcf7 .wpcf7-form .botao-submit p {
  display: flex;
  align-items: center;
}

.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  border: 1px solid #fff;
  background-color: #6c7463;
}

@media (max-width: 999px) {
  .wpcf7 .wpcf7-form .container-form > div {
    grid-column: span 2;
  }
}

/* Depoimentos */
.testimonial_slider .image-icon {
  display: none;
}

.testimonial_slider blockquote > p {
  font-size: 16px;
  line-height: 21px;
}

/* Carrossel */
.nectar-flickity.nectar-carousel .flickity-slider .cell > .inner-wrap-outer > .inner-wrap {
  display: flex;
  align-items: stretch;
}

/* Grid */
#ajax-content-wrap .nectar-post-grid .flickity-page-dots {
  bottom: -34px;
}

/* Blog */
.nectar-recent-posts-single_featured .nectar-recent-post-slide .nectar-recent-post-bg::after {
  background: linear-gradient(90deg, rgba(75,84,74,1) 0%, rgba(201,201,201,1) 100%);
  mix-blend-mode: multiply;
}
/* 1. Desktop: Altura de 85% da tela */
.card-atuacao-vh {
    min-height: 90vh !important; 
    height: 100% !important;
    display: block !important; /* Retorno ao fluxo padrão */
}

/* 2. Mobile: Ajuste para 70% da tela */
@media only screen and (max-width: 769px) {
    .card-atuacao-vh {
        min-height: 75vh !important;
    }
}

/* 3. Manutenção Crítica: Força o preenchimento das imagens de fundo */
/* Sem isso, o card cresce mas o fundo (cor/imagem) fica curto */
.card-atuacao-vh > .vc_column-inner {
    height: 100% !important;
    min-height: inherit !important;
}

.card-atuacao-vh .column-image-bg-wrap, 
.card-atuacao-vh .column-bg-overlay-wrap,
.card-atuacao-vh .column-image-bg {
    height: 100% !important;
    min-height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

/* 4. Ajuste do botão (Como você tirou o Space Between do Flexbox) */
/* Isso garante que o botão "Saiba mais" mantenha um respiro na base */
.card-atuacao-vh .wpb_wrapper > .ult-item-wrap:last-child {
    margin-top: 30px !important;
    display: block !important;
}
/* Ajuste do botão Saiba Mais para Mobile */
@media only screen and (max-width: 769px) {
    /* Alvo: botão dentro da nossa coluna personalizada */
    .card-atuacao-vh .nectar-button {
        padding: 12px 20px !important; /* Reduz o preenchimento interno */
        font-size: 14px !important;    /* Ajusta o tamanho da fonte se necessário */
        min-width: auto !important;    /* Garante que ele não ocupe a largura toda se não quiser */
        margin-bottom: 20px !important; /* Espaço de respiro na base do card */
    }

    /* Caso queira que o texto do botão fique em uma única linha */
    .card-atuacao-vh .nectar-button span {
        font-size: 14px !important;
        letter-spacing: 0px !important;
    }
}


/* EDICAO TEAM MEMBER */
/* 1. Trava total da imagem e do texto (Sem movimento e sem zoom) */
.team-member[data-style="bio_fullscreen_alt"],
.team-member[data-style="bio_fullscreen_alt"] * {
    transform: none !important;
    -webkit-transform: none !important;
    transition: none !important;
    scale: 1 !important;
}

/* 2. Radius e Overlay #2A0000 (20% no hover) */
.team-member[data-style="bio_fullscreen_alt"] .team-member-image,
.team-member[data-style="bio_fullscreen_alt"] .team-member-image-inner {
    border-radius: 20px !important;
    overflow: hidden !important;
}

.team-member[data-style="bio_fullscreen_alt"] .team-member-image-inner:after {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: #2A0000;
    opacity: 0;
    transition: opacity 0.3s ease !important;
    z-index: 2;
    pointer-events: none;
}

.team-member[data-style="bio_fullscreen_alt"]:hover .team-member-image-inner:after {
    opacity: 0.2 !important;
}

/* 3. Centralização e Ajuste de Distância */
.team-member[data-style="bio_fullscreen_alt"] .team-meta {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important; /* Centraliza itens no eixo horizontal */
    text-align: center !important;  /* Centraliza o texto */
    margin-top: -20px !important;   /* Aproxima da foto conforme solicitado */
    position: relative !important;
    z-index: 10 !important;
}

/* 4. Tipografia do Nome (Mais leve) */
.team-member[data-style="bio_fullscreen_alt"] .team-meta h3 { 
    order: 1 !important; 
    color: #2A0000 !important;
    font-size: 20px !important;
    font-weight: 300 !important;   /* Peso mais leve (Light) */
    line-height: 26px !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
}

/* 5. Tipografia do Cargo (Removendo o Uppercase forçado) */
.team-member[data-style="bio_fullscreen_alt"] .team-meta h5 { 
    order: 2 !important; 
    color: #2A0000 !important;
    font-size: 12px !important; 
    font-weight: 700 !important;
    text-transform: none !important; /* Força a volta das minúsculas */
    letter-spacing: 0px !important;  /* Reseta o espaçamento que o uppercase costuma pedir */
}

/* MUDAR ORDEM DO POST GRID EM LISTA VERTICAL */

/* Container Principal */
.grid-publicacoes-otca .item-main {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
}

/* Coluna de Metadados (Tese/Ano) */
.grid-publicacoes-otca .nectar-post-grid-item__custom-fields {
    order: 2;
    flex: 0 0 25% !important;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 30px !important; 
}

.grid-publicacoes-otca .nectar-post-grid-item__custom-field {
    margin: 0 !important;
    line-height: 1.2;
}

/* Responsivo */
@media only screen and (max-width: 1000px) {
    .grid-publicacoes-otca .item-main {
        flex-direction: column !important;
    }
    .grid-publicacoes-otca .nectar-post-grid-item__custom-fields {
        flex: 0 0 100% !important;
        max-width: 100%;
        margin-left: 0 !important;
        margin-top: 15px;
    }
}

/* Ajuste aparencia banner cookies */
.cmplz-cookiebanner ul li {
  list-style: none;
}
