/*Fontes do projeto*/
/*League Spartan e Libre Baskerville*/
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Poppins:wght@300;400;500;700&display=swap');

:root {
    --body-font-family: 'Libre Baskerville', serif;
    --h-font-family: 'League Spartan', sans-serif;
    --cor-texto: #042940;
    --cor-id-depoimento: #949494;
}
h1, h2, h3, h4, h5 {
    font-family: var(--h-font-family);
}

h3 {
    text-transform: uppercase;
  }

p {
    font-family: var(--body-font-family) !important;

}

.active{
    font-weight: 600 !important;    
}

.logo{
    color: var(--cor-texto) !important;
    font-size: 1.4rem !important;
}

.link_menu{
 font-size: 1.2rem !important;
}

.depoimento {
    padding: 11.25em 0;
}
.depoimento_texto{
    font-size: 1.25em;
}

.identificacao_depoimento {
    color: var(--cor-id-depoimento);
}

.case_title_texto {
    padding: 1em;
}

.case_tumbnail_link {
    text-decoration: none;    
}

.card{
    background: #fff;              
    cursor: pointer;
    padding: 1em;  
    border: none !important;
    transition: all 0.3s;  
}
.card:hover {
    transform: scale(1.08);      
}
.card:hover img {
    opacity: 0.6;    
  }

  /*Cases */
  .espacamento_padrao {
    padding: 3.75em 0;
  }

  .texto_cases {
    padding-top: 1.875em;
  }

  .listas-case {
    list-style: circle !important;
  }

  /*curriculo*/
  .curriculo {
    border: 0.6875em solid var(--cor-id-depoimento);
  }