/*!
Theme Name: Unkê
Theme URI: 
Author: Victor Savas Jacques
Author URI: http://savasdev.com
Description:
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Unkê
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Unkê is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*
This file is used to contain all abstracts imports.
Files inside this folder can contain abstract settings,
helpers or functions. They have no direct output.
*/
@font-face {
  font-family: 'SagittaireStandard';
  src: url("src/fonts/SagittaireStandard-Regular.woff2") format("woff2"), url("src/fonts/SagittaireStandard-Regular.woff") format("woff"), url("src/fonts/SagittaireStandard-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

/*
This file is used to contain all base imports.
Files inside this folder can contain global styles used in
the project.
*/
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #E9E8D9;
  background-color: #E9E8D9; }
  html *,
  body * {
    box-sizing: inherit; }

.breadcrumbs {
  font-weight: 100;
  font-size: 12px;
  padding: 8px 0 16px 0; }
  .breadcrumbs a {
    text-decoration: none;
    color: #000; }
  .breadcrumbs span {
    font-weight: 300; }
  @media screen and (min-width: 768px) {
    .breadcrumbs {
      display: none; } }

section {
  margin-bottom: 16px; }
  @media screen and (min-width: 768px) {
    section {
      margin-bottom: 32px; } }

.section-title {
  font-family: "SagittaireStandard", Georgia, serif;
  font-size: 26px;
  line-height: 32px;
  border-bottom: 1px solid #000;
  margin-bottom: 12px; }
  @media screen and (min-width: 768px) {
    .section-title {
      border-bottom: 3px solid #000;
      margin-bottom: 24px; } }

.list {
  list-style: none;
  padding-left: 0; }
  .list-item {
    margin-top: 0;
    margin-bottom: 12px;
    border-bottom: 1px solid #000;
    padding: 4px 0 4px 0;
    font-size: 16px;
    line-height: 18px; }
    .list-item-solo {
      margin: 8px 0;
      border-bottom: 0; }
    .list-item p {
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .list-item {
      margin-bottom: 16px;
      font-size: 18px;
      line-height: 22px; }
      .list-item p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0; }
    .list-short {
      border-bottom: 0; }
      .list-short li:last-child {
        border-bottom: 1px solid #000;
        padding-bottom: 4px; }
    .list-long {
      margin-top: 16px; } }

.grid-columns {
  display: grid;
  grid-template-columns: 1fr; }
  .grid-columns img, .grid-columns p {
    max-width: 100%; }
  .grid-columns-top-line > div {
    border-top: 1px solid #000; }
    .grid-columns-top-line > div:first-child {
      border-top: 3px solid #000; }
    @media screen and (min-width: 768px) {
      .grid-columns-top-line > div {
        border-top: 3px solid #000; } }
  @media screen and (min-width: 768px) {
    .grid-columns {
      gap: 16px; }
      .grid-columns-1-3 {
        grid-template-columns: 1fr 3fr; }
      .grid-columns-1-1 {
        grid-template-columns: 1fr 1fr; }
      .grid-columns-4-2 {
        grid-template-columns: 4fr 2fr; } }

@media screen and (min-width: 768px) {
  .columns-1-1 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 16px;
         column-gap: 16px; } }

@media screen and (max-width: 768px) {
  .hidden-mobile {
    display: none; } }

.grid-8-columns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap; }
  .grid-8-columns > * {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .grid-8-columns.equipe-grid {
      flex-wrap: nowrap; }
      .grid-8-columns.equipe-grid .grid-8-3 {
        width: calc((100% / 8 * 3) - 8px); }
      .grid-8-columns.equipe-grid .grid-8-5 {
        width: calc((100% / 8 * 5) + 8px); } }

@media screen and (min-width: 768px) {
  .grid-8-2 {
    width: calc((100% - 16px) / 8 * 2); }
  .grid-8-6 {
    width: calc((100% - 16px) / 8 * 6); } }

html {
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 200;
  color: #000;
  line-height: 1.5;
  font-size: 14px; }
  html li, html p, html a {
    font-family: "tt-commons-pro", sans-serif; }
  @media only screen and (min-width: 600px) {
    html {
      font-size: 15px; } }
  @media only screen and (min-width: 1080px) {
    html {
      font-size: 16px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "SagittaireStandard", Georgia, serif;
  font-weight: 400;
  margin: 0;
  margin-bottom: 1em;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit; }

p {
  font-size: 20px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 100; }
  @media screen and (min-width: 768px) {
    p {
      font-size: 22px;
      line-height: 30px; } }

li {
  font-weight: 100; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.top-line {
  border-top: 1px solid #000; }
  .top-line__mobile-hidden {
    border-top: 0; }
    @media screen and (min-width: 768px) {
      .top-line__mobile-hidden {
        border-top: 3px solid #000; } }
  @media screen and (min-width: 768px) {
    .top-line__title-height {
      margin-top: 32px; } }
  @media screen and (min-width: 768px) {
    .top-line {
      border-top: 3px solid #000; } }

.mt-2 {
  margin-top: 8px; }

.mt-3 {
  margin-top: 16px; }

.mb-2 {
  margin-bottom: 8px; }

.mb-3 {
  margin-bottom: 16px; }

.mb-4 {
  margin-bottom: 32px; }

/*
This file is used to contain all component imports.
Files inside this folder should contain all styles relating
to a reusable component.
*/
.container {
  display: block;
  margin: 0 auto;
  padding: 0 12px; }
  @media screen and (min-width: 768px) {
    .container {
      padding: 0 16px; } }

.side-panel {
  font-family: "tt-commons-pro", sans-serif;
  position: fixed;
  width: 100vw;
  top: 0;
  right: -100vw;
  padding: 25px 14px 94px 14px;
  height: calc(100vh + 64px);
  height: calc(100svh + 64px);
  transform: translateX(0);
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  z-index: 100;
  font-size: 24px;
  line-height: 33px;
  background-color: #E9E8D9; }
  .side-panel.active {
    transform: translateX(-100%);
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .side-panel .panel-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 60px; }
  .side-panel .side-panel-content {
    display: flex;
    align-items: flex-end;
    overflow: auto;
    height: 100%;
    padding-bottom: 80px;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    overflow-y: scroll; }
    .side-panel .side-panel-content::-webkit-scrollbar {
      display: none;
      /* for Chrome, Safari, and Opera */ }
    .side-panel .side-panel-content .navigation__links {
      flex-direction: column;
      align-items: flex-start; }
      .side-panel .side-panel-content .navigation__links li {
        margin-left: 0;
        padding-bottom: 6px;
        margin-bottom: 12px;
        border-bottom: 1px solid #000;
        width: 100%; }
        .side-panel .side-panel-content .navigation__links li a {
          font-size: 20px;
          line-height: 25px; }
  .side-panel .button-icon-close {
    height: 18px;
    width: 18px;
    margin-top: 3px;
    margin-right: 3px; }

.button-icon {
  display: block;
  border: none;
  height: 30px;
  width: 30px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  .button-icon-menu {
    background-image: url("src/images/icon-menu.svg");
    height: 19px; }
  .button-icon-search {
    background-image: url("src/images/icon-search.svg"); }
  .button-icon-close {
    background-image: url("src/images/icon-close.svg"); }
  .button-icon-close-white {
    background-image: url("src/images/icon-close-white.svg"); }
  .button-icon-social-youtube {
    background-image: url("src/images/icon-social-youtube.svg");
    width: 44px; }
  .button-icon-social-instagram {
    background-image: url("src/images/icon-social-instagram.svg"); }
  .button-icon-social-twitter {
    background-image: url("src/images/icon-social-twitter.svg"); }
  .button-icon-social-facebook {
    background-image: url("src/images/icon-social-facebook.svg"); }

.projeto-list {
  list-style: none;
  padding: 0; }
  .projeto-list__item a {
    text-decoration: none;
    color: #000; }
  .projeto-list__item-thumbnail {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden; }
  .projeto-list__item-content {
    background-color: #E9E8D9;
    margin: 8px 0 24px 0;
    border-bottom: 1px solid #000; }
    .projeto-list__item-content h2 {
      font-size: 17px;
      border-bottom: 2px solid #000;
      padding-bottom: 4px;
      margin-bottom: 0; }
    .projeto-list__item-content ul {
      list-style: none;
      padding-left: 0; }
      .projeto-list__item-content ul li {
        border-bottom: 1px solid #000;
        padding: 12px 0 4px 0;
        font-size: 16px; }
        .projeto-list__item-content ul li:not(:nth-child(-n+2)) {
          display: inline-block;
          border-bottom: 0; }
        .projeto-list__item-content ul li:not(:nth-child(-n+3)) {
          margin-left: -3px; }
          .projeto-list__item-content ul li:not(:nth-child(-n+3))::before {
            content: ' / ';
            display: inline-block;
            padding: 0 5px 0 4px; }
    @media screen and (min-width: 1024px) {
      .projeto-list__item-content {
        opacity: 0;
        transition: all ease-in-out 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 40%;
        height: 100%;
        padding: 20px;
        margin: 0;
        border-bottom: 0; }
        .projeto-list__item-content h2 {
          font-size: 20px; }
        .projeto-list__item-content ul li {
          font-size: 16px; }
          .projeto-list__item-content ul li:not(:nth-child(-n+2)) {
            display: list-item;
            border-bottom: 1px solid #000; }
          .projeto-list__item-content ul li:not(:nth-child(-n+3)) {
            margin-left: 0; }
            .projeto-list__item-content ul li:not(:nth-child(-n+3)):before {
              display: none; }
        .projeto-list__item-content-container {
          display: flex;
          align-items: flex-end;
          flex-direction: row;
          justify-content: flex-start; }
          .projeto-list__item-content-container:hover .projeto-list__item-content {
            opacity: 1; }
          .projeto-list__item-content-container:hover:after {
            opacity: 1; } }
  .projeto-list__item-container {
    height: 100%; }
    @media screen and (min-width: 1024px) {
      .projeto-list__item-container {
        display: grid; }
        .projeto-list__item-container > * {
          grid-area: 1 / 1; } }
  @media screen and (min-width: 1024px) {
    .projeto-list__item {
      max-height: 23vw; }
      .projeto-list__item-content-container {
        max-height: 23vw; }
        .projeto-list__item-content-container:after {
          transition: all ease-in-out 0.3s;
          opacity: 0;
          width: 0;
          height: 0;
          content: '';
          border-width: 11.6vw;
          border-style: solid;
          border-color: #E9E8D9 transparent transparent #E9E8D9; }
        .projeto-list__item-content-container:hover .projeto-list__item-content {
          opacity: 1; }
        .projeto-list__item-content-container:hover:after {
          opacity: 1; }
      .projeto-list__item.right-detail .projeto-list__item-content-container {
        display: flex;
        align-items: flex-end;
        flex-direction: row;
        justify-content: flex-end; }
        .projeto-list__item.right-detail .projeto-list__item-content-container::after {
          display: none; }
        .projeto-list__item.right-detail .projeto-list__item-content-container::before {
          opacity: 0;
          transition: all ease-in-out 0.3s;
          width: 0;
          height: 0;
          content: '';
          border-width: 11.6vw;
          border-style: solid;
          border-color: transparent #E9E8D9 #E9E8D9 transparent; }
        .projeto-list__item.right-detail .projeto-list__item-content-container:hover .projeto-list__item-content {
          opacity: 1; }
        .projeto-list__item.right-detail .projeto-list__item-content-container:hover:before {
          opacity: 1; } }
  @media screen and (min-width: 1024px) {
    .projeto-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px; } }

.slider {
  overflow: hidden;
  height: 360px; }
  .slider_container {
    margin-bottom: 24px; }
  .slider.slick-slider {
    margin-bottom: 4px; }
  .slider-item {
    width: 100%; }
    .slider-item-detail {
      display: none; }
    .slider-item img {
      max-width: 100%;
      width: 100%;
      height: 360px;
      -o-object-fit: cover;
         object-fit: cover;
      max-height: 360px; }
    .slider-item.retrato img {
      -o-object-fit: contain;
         object-fit: contain; }
  .slider-info {
    font-size: 16px;
    line-height: 21px; }
    .slider-info_container {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
  .slider-arrow {
    z-index: 10;
    border: none;
    height: 12px;
    width: 20px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("src/images/arrow-left.svg");
    cursor: pointer; }
    .slider-arrow.disabled {
      opacity: 0; }
    .slider-arrow_previous {
      margin-right: 6px; }
    .slider-arrow_next {
      transform: rotate(180deg); }
    .slider-arrow_container {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      vertical-align: top;
      text-align: right; }
      .slider-arrow_container button {
        display: inline-block;
        vertical-align: sub; }
  @media screen and (min-width: 768px) {
    .slider {
      height: unset; }
      .slider-item-detail {
        display: block;
        justify-content: space-between;
        margin-top: 16px;
        font-weight: 500; }
      .slider-item img {
        height: calc(100svh - 160px); }
      .slider-item .text {
        width: 40%;
        display: inline-block; }
      .slider-item img {
        max-height: unset; } }

.count {
  font-size: 16px;
  text-align: right;
  white-space: nowrap;
  vertical-align: sub;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 6px; }

.wrap-collapsible {
  position: relative;
  list-style: none;
  border-bottom: 1px solid #000;
  padding-bottom: 12px; }

.toggle {
  display: none; }

.collapsible-header {
  display: block;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease-out;
  padding: 12px 0 6px 0; }
  .collapsible-header-title {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 16px;
    font-weight: 100;
    padding-right: 28px;
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .collapsible-header h2 {
      font-size: 28px;
      padding-right: 46px; }
    .collapsible-header::after {
      height: 26px;
      width: 26px;
      font-size: 26px;
      font-weight: 100; }
    .collapsible-header:hover:after {
      transform: translateY(-3px);
      transition: transform .2s ease-out; }
    .collapsible-header::after {
      content: '+';
      font-size: 35px;
      line-height: 20px;
      font-weight: 100;
      display: inline-block;
      position: absolute;
      right: 5px;
      top: 34%;
      height: 18px;
      width: 18px;
      transform: translateX(0);
      transform-origin: center;
      transition: transform .2s ease-out;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: antialiased; } }

.toggle:checked + .lbl-toggle::after {
  transform: rotate(45deg) translateX(0); }

.collapsible-content {
  max-height: 90vh;
  overflow: hidden;
  transition: max-height .25s ease-in-out;
  font-size: 15px;
  line-height: 20px;
  max-width: calc(100vw - 32px); }
  .collapsible-content-preview {
    display: none;
    transition: all 0.25s ease-out; }
    @media screen and (min-width: 768px) {
      .collapsible-content-preview {
        display: block;
        max-height: 260px;
        overflow: hidden; } }
  @media screen and (min-width: 768px) {
    .collapsible-content {
      font-size: 18px;
      line-height: 25px;
      max-height: 0px;
      max-width: calc(75vw - 48px); }
      .collapsible-content-container {
        display: flex;
        flex-direction: row;
        max-height: 0px;
        overflow: hidden;
        transition: max-height .25s ease-in-out;
        justify-content: space-between;
        align-items: flex-end; } }

.toggle:checked + .lbl-toggle ~ .collapsible-content-container .collapsible-content,
.toggle:checked + .lbl-toggle ~ .collapsible-content-container {
  max-height: 90vh; }

.toggle:checked + .lbl-toggle ~ .collapsible-content-preview {
  max-height: 0; }

/*
This file is used to contain all layout imports.
Files inside this folder should contain all styles relating
to layouts.
*/
.site-footer {
  background: #E9E8D9;
  color: #000; }
  .site-footer-email {
    padding-bottom: 16px; }
    .site-footer-email a {
      text-decoration: none;
      color: #000;
      font-size: 18px; }
  .site-footer .site-info {
    padding-top: 15px;
    margin: auto;
    border-top: 1px solid #000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
  .site-footer .footer-social {
    display: flex;
    flex-direction: row;
    padding-bottom: 16px;
    margin-top: 2px; }
    .site-footer .footer-social a {
      display: flex;
      margin-right: 15px;
      text-decoration: none;
      color: black;
      font-size: 18px; }
      .site-footer .footer-social a .button-icon {
        height: 19px;
        width: 19px; }
      .site-footer .footer-social a span {
        padding-left: 4px; }
  @media screen and (max-width: 768px) {
    .site-footer .footer-social a {
      margin-left: 0;
      margin-right: 15px;
      margin-bottom: 15px;
      font-size: 16px; }
      .site-footer .footer-social a .button-icon {
        height: 15px;
        width: 15px; }
    .site-footer-logos img {
      margin-left: 0;
      margin-right: 15px; }
    .site-footer-email a {
      font-size: 16px; } }

.footer-social {
  display: flex;
  flex-direction: row;
  margin-top: 2px; }
  .footer-social a {
    display: flex;
    margin-right: 15px;
    text-decoration: none;
    color: black;
    font-size: 20px;
    line-height: 20px; }
    .footer-social a .button-icon {
      height: 19px;
      width: 19px; }
    .footer-social a span {
      padding-left: 2px; }
  @media screen and (max-width: 768px) {
    .footer-social a {
      margin-left: 0;
      margin-right: 15px;
      font-size: 16px;
      line-height: 16px; }
      .footer-social a .button-icon {
        height: 15px;
        width: 15px; } }

.site-header {
  background: #E9E8D9;
  color: #000;
  padding: 12px 0;
  max-width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transition: all ease-in-out 0.1s;
  z-index: 100; }
  .site-header.scrolled-down {
    top: -62px; }
    .site-header.scrolled-down.panel-open {
      top: 0; }
  .site-header.scrolled-up {
    top: 0; }
  .site-header .header-container {
    display: flex;
    flex-direction: row;
    padding: 0 12px;
    justify-content: space-between;
    align-items: flex-end; }
  .site-header .site-branding {
    margin-right: 0;
    height: 38px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    text-decoration: none;
    z-index: 300;
    max-width: calc(100% - 48px); }
    .site-header .site-branding-tagline {
      margin: 0;
      display: flex;
      align-items: flex-end;
      font-size: 5vw;
      line-height: unset;
      color: #000;
      font-family: "tt-commons-pro-thin", sans-serif; }
      .site-header .site-branding-tagline:before {
        content: '';
        display: block;
        height: 7vw;
        width: 7vw;
        background-image: url("src/images/lines-one.svg");
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: -1.7vw; }
    .site-header .site-branding img {
      width: 27vw;
      display: flex;
      align-items: flex-end; }
    @media screen and (min-width: 400px) {
      .site-header .site-branding-tagline {
        font-size: 22px; }
        .site-header .site-branding-tagline:before {
          height: calc(38px - 2px);
          width: 38px;
          margin-right: -14px; }
      .site-header .site-branding img {
        height: 38px;
        width: auto; } }
    @media screen and (min-width: 940px) {
      .site-header .site-branding {
        height: 50px; }
        .site-header .site-branding img {
          height: 3vw; }
        .site-header .site-branding:before {
          content: '';
          display: block;
          height: 3vw;
          width: 4vw;
          background-image: url("src/images/lines-one.svg");
          background-size: contain;
          background-repeat: no-repeat; }
        .site-header .site-branding-tagline {
          font-size: 2vw; }
          .site-header .site-branding-tagline:before {
            background-image: url("src/images/lines-three.svg");
            height: 3vw;
            width: 7.5vw;
            margin-right: 0; } }
    @media screen and (min-width: 1350px) {
      .site-header .site-branding-tagline {
        font-size: 32px; }
        .site-header .site-branding-tagline:before {
          height: calc(50px - 6px);
          width: 108px; }
      .site-header .site-branding img {
        height: 50px; }
      .site-header .site-branding:before {
        height: calc(50px - 6px);
        width: 50px; } }
  .site-header .navigation {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-family: "tt-commons-pro", sans-serif; }
    .site-header .navigation__links {
      display: flex;
      flex-direction: row;
      flex-grow: 1;
      justify-content: flex-start;
      align-items: flex-end;
      list-style: none;
      margin: 0;
      padding-left: 0;
      flex-wrap: wrap; }
      .site-header .navigation__links li {
        display: flex;
        align-items: flex-end; }
        .site-header .navigation__links li a {
          color: #000;
          text-transform: lowercase;
          text-decoration: none;
          line-height: 1; }
          .site-header .navigation__links li a.active {
            font-weight: 400; }
        @media screen and (min-width: 940px) {
          .site-header .navigation__links li:before {
            content: '';
            display: block;
            height: 3vw;
            width: 5.2vw;
            background-image: url("src/images/lines-two.svg");
            background-size: contain;
            background-repeat: no-repeat; } }
        @media screen and (min-width: 1350px) {
          .site-header .navigation__links li:before {
            height: calc(50px - 6px);
            width: 76px; } }
    .site-header .navigation__toggle .button-icon-menu {
      margin-bottom: 5px;
      height: 17px;
      margin-top: 3px; }
    @media screen and (min-width: 940px) {
      .site-header .navigation__toggle {
        display: none; } }
    .site-header .navigation__desktop-links {
      display: none; }
      @media screen and (min-width: 940px) {
        .site-header .navigation__desktop-links {
          display: flex;
          flex-direction: row;
          gap: 32px;
          margin: 0 0 0 32px;
          justify-content: center;
          align-items: flex-end;
          font-size: 1.8vw;
          line-height: 1; } }
      @media screen and (min-width: 1350px) {
        .site-header .navigation__desktop-links {
          font-size: 22px; } }
  @media screen and (min-width: 940px) {
    .site-header {
      padding: 24px 0; } }
  .site-header .main-navigation {
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
    .site-header .main-navigation__links {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      list-style: none;
      margin: 0;
      padding-left: 0; }
      .site-header .main-navigation__links li {
        margin-left: 24px; }
        .site-header .main-navigation__links li a {
          color: #000;
          font-weight: 600;
          text-decoration: none;
          font-size: 22px; }

.single-title {
  border-bottom: 3px solid black;
  margin-bottom: 16px;
  padding-bottom: 8px; }
  @media screen and (min-width: 768px) {
    .single-title {
      margin-bottom: 22px; } }

.single-subtitle {
  font-family: "tt-commons-pro", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 1px solid black;
  margin-top: 24px;
  font-weight: 100;
  padding-bottom: 8px; }
  @media screen and (min-width: 768px) {
    .single-subtitle {
      font-size: 26px;
      margin-top: 32px;
      font-weight: 200; } }

.single-planta {
  max-width: 100%;
  max-height: 100vh;
  height: auto;
  width: auto; }

.single-line {
  border-bottom: 3px solid black;
  margin-top: 46px; }
  .single-line_container {
    display: none; }
    @media screen and (min-width: 768px) {
      .single-line_container {
        display: grid; } }

.single-slider {
  overflow: hidden;
  height: 360px; }
  .single-slider.slick-slider {
    margin-bottom: 8px; }
  .single-slider-item {
    width: 100%; }
    .single-slider-item-detail {
      display: none; }
    .single-slider-item img {
      max-width: 100%;
      width: 100%;
      height: 360px;
      -o-object-fit: cover;
         object-fit: cover;
      max-height: 360px; }
  @media screen and (min-width: 768px) {
    .single-slider {
      height: unset; }
      .single-slider-item-detail {
        display: block;
        justify-content: space-between;
        margin-top: 16px;
        font-weight: 500; }
      .single-slider-item img {
        height: calc(100svh - 160px);
        -o-object-fit: contain;
           object-fit: contain; }
      .single-slider-item .text {
        width: 40%;
        display: inline-block; }
      .single-slider-item img {
        max-height: unset; } }

.single .list-short {
  border-bottom: 3px solid #000;
  margin-bottom: 12px;
  margin-top: 8px;
  border-top: 3px solid #000;
  padding-top: 8px;
  margin-top: 32px; }
  .single .list-short li:last-child {
    padding-bottom: 12px;
    border-bottom: 0;
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .single .list-short {
      padding-top: 16px;
      margin-top: 46px; } }

.single .list-long {
  margin-top: 0; }
  @media screen and (min-width: 768px) {
    .single .list-long {
      margin-top: 16px; } }

.wp-embed-responsive iframe {
  height: 500px; }

.sobre-grid > div {
  border-top: 1px solid #000;
  padding-top: 12px; }
  .sobre-grid > div:first-child {
    border-top: 3px solid #000; }

@media screen and (min-width: 768px) {
  .sobre-grid {
    display: flex;
    gap: 16px; }
    .sobre-grid > div {
      border-top: 3px solid #000;
      padding-top: 22px; }
      .sobre-grid > div:first-child {
        width: calc(25% - 8px); }
      .sobre-grid > div:nth-child(2) {
        width: calc(75% - 8px);
        border-top: 3px solid #000; } }

.sobre-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

@media screen and (min-width: 768px) {
  .sobre .slider-item img {
    height: 600px;
    max-height: calc(100svh - 160px); } }

.sobre .wrap-collapsible:last-child {
  border-bottom: 0; }

.equipe-subtitle {
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 100;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-top: 24px;
  margin-bottom: 12px;
  padding-bottom: 4px; }
  @media screen and (min-width: 768px) {
    .equipe-subtitle {
      font-size: 24px;
      margin-bottom: 24px; } }

.equipe-portrait {
  max-width: 100%;
  height: auto; }

.equipe-projetos {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  .equipe-projetos-single {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 12px; }
    .equipe-projetos-single:not(:last-child) {
      margin-bottom: 8px;
      border-bottom: 1px solid #000; }
    .equipe-projetos-single-slider {
      display: flex;
      flex-direction: column;
      width: 100%; }
    .equipe-projetos-single-title {
      font-family: "tt-commons-pro", sans-serif;
      font-weight: 100;
      font-size: 20px;
      margin-bottom: 0;
      margin-bottom: 6px; }
      @media screen and (min-width: 768px) {
        .equipe-projetos-single-title {
          font-size: 24px; } }
    .equipe-projetos-single-text {
      font-size: 16px; }
      @media screen and (min-width: 768px) {
        .equipe-projetos-single-text {
          font-size: 24px; } }
    @media screen and (min-width: 768px) {
      .equipe-projetos-single {
        flex-direction: row-reverse; }
        .equipe-projetos-single:not(:last-child) {
          margin-bottom: 24px; }
        .equipe-projetos-single > div {
          width: calc(50% - 8px);
          /* Spans 2 columns */ } }
  @media screen and (min-width: 768px) {
    .equipe-projetos .slider .slider-item img {
      height: 20vw; } }

#equipe-slider {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  list-style: none;
  margin-bottom: 8px; }
  #equipe-slider .slick-track {
    display: flex; }
  #equipe-slider .equipe-slider-item {
    padding-right: 10px; }
    #equipe-slider .equipe-slider-item h4, #equipe-slider .equipe-slider-item h5 {
      font-family: "tt-commons-pro", sans-serif;
      font-weight: 200;
      color: #000;
      margin-bottom: 0;
      font-size: 16px;
      line-height: 1.2; }
    #equipe-slider .equipe-slider-item h4 {
      border-top: 1px solid #000;
      margin-top: 12px;
      padding-top: 8px; }
    @media screen and (min-width: 768px) {
      #equipe-slider .equipe-slider-item {
        min-width: 200px; } }
  #equipe-slider .equipe-slider-portrait {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    #equipe-slider .equipe-slider-portrait-container {
      position: relative;
      width: 100%;
      padding-top: 100%;
      overflow: hidden; }

.equipe-slider-section {
  width: calc(100% + 8px); }
  .equipe-slider-section .slider-arrow_container {
    width: calc(100% - 8px); }

/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box; }

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
  line-height: 1.15;
  /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%;
  /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  /* 3. Use a more readable tab size (opinionated). */ }

/*
Sections
========
*/
body {
  margin: 0;
  /* Remove the margin in all browsers. */ }

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder; }

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%; }

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor; }

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0; }

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline; }

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item; }

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