@charset "UTF-8";
/*
 Theme Name:   KNN
 Description:  Divi Child Theme
 Author:       vivóeusébio
 Author URI:   http://www.vivoeusebio.com
 Template:     Divi
 Version:      1.0.0 - 2024/05/16
*/
/* SETTINGS - KNN - 2024-10-31
   ---------------------------*/
/* MIXINS - KNN - 2024-10-31
   -------------------------*/
/* LAYOUT - KNN - 2024-11-20
   -------------------------*/
html, body, nav, div, p, a, span, h1, h2, ul, ol, li {
  margin: 0;
  padding: 0;
}

@media (min-width: 1600px) {
  body {
    background-color: orange;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  body {
    background-color: yellow;
  }
}
@media (max-width: 767px) {
  body {
    background-color: white;
  }
}

a, a:hover {
  color: #222;
  text-decoration: none;
}

.no-padding {
  padding: 0 !important;
}

.hide-me {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .tablet-desktop-hide {
    display: none;
  }
}

@media (max-width: 767px) {
  .smartphone-hide {
    display: none;
  }
}

.et_pb_row {
  max-width: 1000px;
}
@media (max-width: 767px) {
  .et_pb_row {
    width: 90%;
  }
}

.knn-w500 {
  max-width: 500px;
}

@media (min-width: 768px) {
  .knn-w1400.et_pb_row {
    max-width: 1400px;
    width: 100%;
  }
}

.et_pb_section.et_pb_section_0 {
  padding-top: 0;
}

.knn-blog-home .et_pb_ajax_pagination_container {
  display: flex;
  justify-content: flex-start;
  gap: 4%;
  flex-wrap: wrap;
  flex-direction: row;
}
.knn-blog-home .et_pb_post {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 22%;
}
@media (max-width: 767px) {
  .knn-blog-home .et_pb_post {
    width: 48%;
  }
}
.knn-blog-home .et_pb_post .et_pb_image_container {
  margin: 0;
}
.knn-blog-home .et_pb_post .entry-featured-image-url {
  margin-bottom: 0;
}
@media (min-width: 981px) {
  .knn-blog-home .et_pb_post.project_tag-grid-w2, .knn-blog-home .et_pb_post.project_tag-grid-w2-pt, .knn-blog-home .et_pb_post.project_tag-grid-w2-en {
    width: 48%;
  }
}

/*.knn-project-list-section {
   .knn-project-list-row .et_pb_text .et_pb_text_inner{
      display: flex;
      justify-content: space-between;
   }
}*/
#knn-filter-index-section .et_pb_row, #knn-project-index-section .et_pb_row {
  max-width: 1400px;
  border-bottom: 1px solid #222;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 10px 1%;
}
#knn-filter-index-section .et_pb_row .et_pb_column, #knn-project-index-section .et_pb_row .et_pb_column {
  margin: 0;
}
@media (max-width: 767px) {
  #knn-filter-index-section .et_pb_row .et_pb_text_inner, #knn-project-index-section .et_pb_row .et_pb_text_inner {
    padding: 0 2%;
  }
}
#knn-filter-index-section .et_pb_column:nth-child(1), #knn-project-index-section .et_pb_column:nth-child(1) {
  width: 12% !important;
}
#knn-filter-index-section .et_pb_column:nth-child(2), #knn-project-index-section .et_pb_column:nth-child(2) {
  width: 49% !important;
}
@media (max-width: 767px) {
  #knn-filter-index-section .et_pb_column:nth-child(2), #knn-project-index-section .et_pb_column:nth-child(2) {
    width: 37% !important;
  }
}
#knn-filter-index-section .et_pb_column:nth-child(3), #knn-project-index-section .et_pb_column:nth-child(3) {
  width: 18% !important;
}
@media (max-width: 767px) {
  #knn-filter-index-section .et_pb_column:nth-child(3), #knn-project-index-section .et_pb_column:nth-child(3) {
    width: 24% !important;
  }
}
#knn-filter-index-section .et_pb_column:nth-child(4), #knn-project-index-section .et_pb_column:nth-child(4) {
  width: 18% !important;
}
@media (max-width: 767px) {
  #knn-filter-index-section .et_pb_column:nth-child(4), #knn-project-index-section .et_pb_column:nth-child(4) {
    width: 22% !important;
  }
}

#knn-filter-index-section {
  padding-bottom: 0;
}
#knn-filter-index-section #knn-btn-filter-year:hover, #knn-filter-index-section #knn-btn-filter-name:hover, #knn-filter-index-section #knn-btn-filter-category:hover, #knn-filter-index-section #knn-btn-filter-location:hover {
  cursor: pointer;
  text-decoration: underline;
}

#knn-project-index-section {
  padding-top: 0;
}
#knn-project-index-section .knn-index-project-entry.knn-index-project-entry-link {
  background-color: #eee;
}
#knn-project-index-section .knn-index-project-entry.knn-index-project-entry-link:hover {
  background-color: transparent;
}

.knn-project-text-block {
  max-width: 750px;
  margin: auto;
}

@media (min-width: 981px) {
  .knn-project-text-block-row.et_pb_row {
    max-width: 750px;
    padding-top: 0;
  }
}

.et_pb_row.knn-project-details-first {
  margin-top: 24px;
  padding-bottom: 0px;
}

/* NAVIGATION - KNN - 2024-10-31
   -----------------------------*/
#knn-main-header.et_pb_section {
  padding: 0;
}
@media (max-width: 767px) {
  #knn-main-header.et_pb_section .et_pb_column {
    margin-bottom: 0;
  }
}
#knn-main-header.et_pb_section .et_pb_row {
  max-width: 100%;
  width: 96%;
}
@media (max-width: 767px) {
  #knn-main-header.et_pb_section .et_pb_row {
    padding: 18px 0;
  }
}
#knn-main-header.et_pb_section #knn-logo {
  height: 36px;
}
@media (max-width: 767px) {
  #knn-main-header.et_pb_section #knn-logo {
    height: 24px;
    margin-left: 6%;
  }
}
#knn-main-header.et_pb_section #knn-main-menu-container.et_pb_menu .et_pb_menu__wrap {
  justify-content: flex-end;
}
#knn-main-header.et_pb_section .et_pb_menu .et-menu > li {
  padding-left: 16px;
  padding-right: 16px;
}
#knn-main-header.et_pb_section .et_pb_menu .et-menu > li.current-menu-item a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #knn-main-header.et_pb_section .et_pb_column.et_pb_column_1_2 {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .single-project.et_pb_pagebuilder_layout .nav-single {
    width: 100%;
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .single-project.et_pb_pagebuilder_layout .nav-single .nav-next {
    margin-left: auto;
  }
}

#knn-footer {
  padding: 0;
}
#knn-footer .et_pb_text_inner {
  text-align: center;
}
#knn-footer span {
  font-size: 0.85em;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 767px) {
  #knn-footer span {
    font-size: 0.65em;
    padding-left: 12px;
    padding-right: 12px;
  }
}
#knn-footer span a {
  text-decoration: underline;
}
#knn-footer span a:hover {
  text-decoration: none;
}

/* TEXT - KNN - 2024-10-31
   -----------------------*/
body, div, p, a {
  font-family: "Montserrat", serif, sans-serif;
  color: #222;
}
@media (max-width: 767px) {
  body, div, p, a {
    font-size: 0.9em;
    line-height: 1.2em;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.et_pb_text.knn-texto-pequeno {
  font-size: 14px;
  line-height: 140%;
}

.et_pb_text, .knn-texto-regular {
  font-size: 17.5px;
}

.et_pb_text.knn-texto-grande {
  font-size: 34px;
  line-height: 135%;
}
@media (max-width: 767px) {
  .et_pb_text.knn-texto-grande {
    font-size: 24px;
  }
}

.et_pb_text.knn-texto-categoria {
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
  text-transform: uppercase;
}

.et_pb_module.et_pb_text.knn-texto-titulo-pagina h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 767px) {
  .et_pb_module.et_pb_text.knn-texto-titulo-pagina h1 {
    font-size: 32px;
  }
}
@media (min-width: 981px) {
  .et_pb_module.et_pb_text.knn-texto-titulo-pagina {
    margin-bottom: 10px;
  }
}

.knn-blog-home .et_pb_post h2.entry-title {
  font-size: 15px;
  line-height: 1.1em;
  margin-top: 6px;
}
.knn-blog-home .et_pb_post h2.entry-title a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .knn-blog-home .et_pb_post h2.entry-title {
    font-size: 12px;
  }
}

#knn-filter-index-section, #knn-project-index-section {
  hyphens: auto;
}
@media (max-width: 767px) {
  #knn-filter-index-section .et_pb_row .et_pb_text_inner, #knn-project-index-section .et_pb_row .et_pb_text_inner {
    font-size: 0.65em;
    line-height: 1.1em;
  }
}

.text-contact {
  line-height: 18px;
  margin: 0.5rem 0;
  display: flex;
  align-content: center;
}
.text-contact svg {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}
.text-contact a {
  text-decoration: underline;
}
.text-contact a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .et_pb_column .et_pb_module.knn-project-title {
    margin-bottom: 12px;
  }
}
.et_pb_column .et_pb_module.knn-project-title h1 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .et_pb_column .et_pb_module.knn-project-title h1 {
    font-size: 24px;
  }
}

.knn-project-header-summary {
  font-size: 17.5px;
  text-align: center;
}
.knn-project-header-summary span {
  padding: 0 24px;
}
@media (max-width: 767px) {
  .knn-project-header-summary span {
    font-size: 0.65em;
    line-height: 1.1em;
    padding: 0 6px;
  }
}

/*.knn-project-date, .knn-project-location {

}*/
.knn-project-category {
  font-style: italic;
}

.knn-project-details .et_pb_text_inner {
  font-size: 14px;
  line-height: 140%;
}

/*# sourceMappingURL=style.css.map */
