/* Start custom CSS *//*CSS em Configurações de pagina*/
/* Cabeçalhos de páginas, tamanho, titulos... */
/* "Caso kom"
.wd-content-layout {
    padding-bottom: 0px !important;
}
.wd-page-title {
    height: 500px;
    display: flex;
    align-items: center;
}
.wd-page-title .container {
    align-items: flex-start !important;
}
.wd-page-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0; 
}
.wd-page-title h1 {
    z-index:1;
}
@media screen and (max-width: 1024px) {
  .wd-page-title h1 {
    font-size: 65px !important;
    transform: translateY(-60px);
    padding-left: 10px;
  }
}
@media screen and (max-width: 690px) {
  .wd-page-title {
    align-items: flex-start;
    justify-content: center;
    background-size: auto 120% !important;
  background-repeat: no-repeat;
  background-position: calc(50% - 60px) top !important;
    
  }
  .wd-page-title h1 {
    transform: none !important;
    padding-left: 0 !important;
    margin-top: 20px;
  }
  .wd-page-title .container {
    align-items: center !important;
  }
}
*//* End custom CSS */