@charset "UTF-8";
/*!
*   ___  ___ ___ ___   ___ _      ___   _____  ___   ___  _  __
*  / __|/ __/ __/ __| | _ \ |    /_\ \ / / _ )/ _ \ / _ \| |/ /
*  \__ \ (__\__ \__ \ |  _/ |__ / _ \ V /| _ \ (_) | (_) | ' < 
*  |___/\___|___/___/ |_| |____/_/ \_\_| |___/\___/ \___/|_|\_\   *   
*
* # Scss Playbook 1.0.0
* http://matthewelsom.com/blog/simple-scss-playbook.html
*
* Released under the CC0 1.0 Universal license
* https://creativecommons.org/publicdomain/zero/1.0/
*
*
* Files in assets/vendor/bourbon 
* Bourbon 4.2.6
* http://bourbon.io
* Copyright 2011-2015 thoughtbot, inc.
* MIT License
*
* Files in assets/vendor/neat
* Neat 1.7.4
* http://neat.bourbon.io
* Copyright 2012-2015 thoughtbot, inc.
* MIT License
*
* Files in assets/vendor/fontawesome 
* Font Awesome 4.6.3 by @davegandy
* http://fontawesome.io
* MIT License
*
* Files in assets/vendor/normalize 
* normalize.css v3.0.3
* http://github.com/necolas/normalize.css
* MIT License
*/
/*
This file is used to contain all vendor imports.
*/
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*
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: "Macan";
  src: url("/wp-content/themes/carlito-carvalhosa-2/src/fonts/Macan-Regular.woff2") format("woff2"), url("/wp-content/themes/carlito-carvalhosa-2/src/fonts/Macan-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Macan";
  src: url("/wp-content/themes/carlito-carvalhosa-2/src/fonts/Macan-Semibold.woff2") format("woff2"), url("/wp-content/themes/carlito-carvalhosa-2/src/fonts/Macan-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Macan";
  src: url("/wp-content/themes/carlito-carvalhosa-2/src/fonts/Macan-Regular-Italic.woff2") format("woff2"), url("/wp-content/themes/carlito-carvalhosa-2/src/fonts/Macan-Regular-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/*
This file is used to contain all base imports.
Files inside this folder can contain global styles used in
the project.
*/
/*
This file can be used to overwrite any normailze settings.
*/
.wp-block-image figcaption {
  margin-inline: 0 !important;
}
@media screen and (min-width: 768px) {
  .wp-block-image figcaption {
    margin-inline: 30px !important;
    padding-block-start: 8 !important;
  }
}

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html *,
body * {
  box-sizing: inherit;
}
html.panel-open,
body.panel-open {
  overflow: hidden;
}

.fixed-position {
  position: fixed;
}

.site {
  min-height: 100vh;
  min-height: 100svh;
}
.site-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-height: calc(100vh - 145px);
  min-height: calc(100svh - 145px);
}
@media screen and (min-width: 768px) {
  .site-main {
    min-height: calc(100vh - 189px);
    min-height: calc(100svh - 189px);
    height: 100vh;
    overflow: hidden;
  }
}
.site .main-content {
  flex: 1;
  padding-top: calc(129px + 16px);
}
@media screen and (min-width: 768px) {
  .site .main-content {
    padding-top: 0;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  .site {
    display: grid;
    grid-template-columns: 400px 1fr;
    grid-template-rows: none;
    height: 100vh;
    overflow: hidden;
  }
  .site-main {
    overflow-y: scroll;
  }
}

.page-template-home .site .main-content,
.post-type-archive .site .main-content,
.page-template-page-todos-arquivo .site .main-content,
.page-template-page-todas-obras .site .main-content,
.page-template-default .site .main-content,
.page-template-page-two-columns .site .main-content {
  padding-top: calc(129px + 57px);
}
@media screen and (min-width: 768px) {
  .page-template-home .site .main-content,
  .post-type-archive .site .main-content,
  .page-template-page-todos-arquivo .site .main-content,
  .page-template-page-todas-obras .site .main-content,
  .page-template-default .site .main-content,
  .page-template-page-two-columns .site .main-content {
    padding-top: 0;
  }
}
.page-template-home .archive-title,
.post-type-archive .archive-title,
.page-template-page-todos-arquivo .archive-title,
.page-template-page-todas-obras .archive-title,
.page-template-default .archive-title,
.page-template-page-two-columns .archive-title {
  position: fixed;
  z-index: 90;
  background-color: #fff;
  width: calc(100% - 32px);
  top: 129px;
}

.screen-reader-text {
  top: 0;
}

.trp-language-switcher {
  width: auto;
}
.trp-language-switcher .trp-ls-shortcode-language {
  display: flex !important;
  justify-content: flex-end;
  overflow: visible;
  visibility: visible;
  padding: 0;
  border: 0;
  width: auto !important;
  height: auto;
  position: static;
  background-image: none;
  font-size: 15px;
  line-height: 1;
}
.trp-language-switcher .trp-ls-shortcode-language a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
  font-size: 15px;
}
.trp-language-switcher .trp-ls-shortcode-language a:hover {
  font-weight: 700;
  background: #fff;
}
.trp-language-switcher .trp-ls-shortcode-language a.trp-ls-shortcode-disabled-language.trp-ls-disabled-language {
  font-weight: 700;
}
.trp-language-switcher .trp-ls-shortcode-language span {
  padding: 0 4px;
}
@media screen and (min-width: 768px) {
  .trp-language-switcher .trp-ls-shortcode-language {
    margin-right: 24px;
    margin-top: 20px;
    font-size: 25px;
    overflow: visible;
  }
  .trp-language-switcher .trp-ls-shortcode-language a {
    font-size: 25px;
  }
}
.trp-language-switcher .trp-ls-shortcode-current-language {
  display: none;
}
.trp-language-switcher__container {
  position: fixed;
  right: 0;
  right: 15px;
  top: calc(129px - 31px);
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .trp-language-switcher__container {
    position: static;
  }
}

.trp-language-switcher:focus .trp-ls-shortcode-language, .trp-language-switcher:hover .trp-ls-shortcode-language {
  display: flex !important;
  position: static !important;
  padding: 0;
  overflow-y: visible;
}

.admin-bar .site-header .navigation {
  top: calc(129px + 45px);
}
.admin-bar .trp-language-switcher__container {
  top: calc(129px + 15px);
}
.admin-bar.page-template-home .archive-title, .admin-bar.post-type-archive .archive-title, .admin-bar.page-template-page-todos-arquivo .archive-title, .admin-bar.page-template-page-todas-obras .archive-title, .admin-bar.page-template-default .archive-title, .admin-bar.page-template-page-two-columns .archive-title {
  top: calc(129px + 56px);
}

.trp-editor-action-hover-container {
  right: unset !important;
}

html {
  font-family: "Macan", sans-serif;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
  font-size: 14px;
  -webkit-font-smoothing: antialiased; /* For Webkit browsers */
  -moz-osx-font-smoothing: grayscale; /* For Firefox */
  font-smooth: always; /* For general antialiasing, not widely supported */
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1080px) {
  html {
    font-size: 16px;
  }
}

button {
  font-family: "Macan", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

p {
  margin: 0;
}

.text-bold {
  font-weight: 700;
}
.text-regular {
  font-weight: 400;
}
.text-medium-weight {
  font-weight: 500;
}
.text-medium-size {
  font-size: 24px;
  line-height: 28px;
}
.text-small {
  font-size: 20px;
  line-height: 26px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.post-body p, .post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5 {
  margin-bottom: 16px;
}

.archive-title {
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  border-bottom: 1px solid #000;
  padding: 11px 0;
  margin-bottom: 11px;
  text-transform: lowercase;
}
.archive-title__breadcrumbs {
  text-decoration: none;
  color: #000;
}
.archive-title span {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .archive-title {
    display: none;
  }
}

/*
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;
  padding: 0 24px;
}
.container-medium {
  max-width: 1080px;
}
.container-small {
  max-width: 650px;
}
.container-desktop-no-left {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}

.section {
  padding: 24px 0;
}

.side-panel {
  position: fixed;
  width: 100vw;
  top: 0;
  right: -100vw;
  padding: 50px 25px;
  height: 100vh;
  transform: translateX(0);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  z-index: 100;
  font-size: 24px;
  line-height: 33px;
  background-color: #fff;
}
.side-panel.active {
  transform: translateX(-100%);
  transition: all 0.5s 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 {
  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;
  margin-bottom: 0.4em;
}
.side-panel .side-panel-content .navigation__links li.has-children {
  margin-bottom: 10px;
}
.side-panel .side-panel-content .navigation__links li.has-children > a {
  display: block;
  margin-bottom: 0.4em;
}
.side-panel .side-panel-content .navigation__links li.has-children.active .navigation__links-sub {
  display: flex;
}
.side-panel .side-panel-content .navigation__links-sub {
  padding-left: 30px;
  display: none;
  font-size: 40px;
  line-height: 40px;
}
.side-panel .side-panel-content .main-navigation {
  font-size: 50px;
  line-height: 50px;
}
.side-panel .side-panel-content .main-navigation li {
  margin-bottom: 30px;
}
.side-panel .side-panel-content .main-navigation li .navigation__links-sub li {
  margin-bottom: 15px;
}
@media screen and (min-width: 1100px) {
  .side-panel {
    width: 33vw;
    top: 0;
    right: -33vw;
    padding: 60px 70px;
  }
}

.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("/wp-content/themes/carlito-carvalhosa-2/src/images/icon-menu.svg");
  height: 20px;
}
.button-icon-menu.active {
  background-image: url("/wp-content/themes/carlito-carvalhosa-2/src/images/icon-close.svg");
}
.button-icon-search {
  background-image: url("/wp-content/themes/carlito-carvalhosa-2/src/images/icon-search.svg");
}
.button-icon-close {
  background-image: url("/wp-content/themes/carlito-carvalhosa-2/src/images/icon-close.svg");
}
.button-icon-close-white {
  background-image: url("/wp-content/themes/carlito-carvalhosa-2/src/images/icon-close-white.svg");
}
.button-icon-social-youtube {
  background-image: url("/wp-content/themes/carlito-carvalhosa-2/src/images/icon-social-youtube.svg");
  width: 44px;
}
.button-icon-social-instagram {
  background-image: url("/wp-content/themes/carlito-carvalhosa-2/src/images/icon-social-instagram.svg");
}
.button-icon-social-twitter {
  background-image: url("/wp-content/themes/carlito-carvalhosa-2/src/images/icon-social-twitter.svg");
}
.button-icon-social-facebook {
  background-image: url("/wp-content/themes/carlito-carvalhosa-2/src/images/icon-social-facebook.svg");
}

.obras-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 32px;
}
.obras-grid:last-child {
  margin-bottom: 0;
}
.obras-grid-title {
  font-size: 20px;
  line-height: 1;
  border-bottom: 1px solid #000;
  padding-bottom: 11px;
}
.obras-grid-item {
  position: relative;
  margin-left: 0;
}
.obras-grid-item-link {
  text-decoration: none;
  color: #000;
}
.obras-grid-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.obras-grid-item-image_container {
  height: 57vw;
  overflow: hidden;
}
.obras-grid-item-info {
  text-decoration: none;
}
.obras-grid-item-info h3, .obras-grid-item-info p {
  border-bottom: 1px solid #000;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.obras-grid-item-info h3 {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .obras-grid-item-info {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-top: 2px solid #000;
    background-color: rgba(255, 255, 255, 0.8);
    align-content: end;
    opacity: 0;
    transition: 0.2s ease-in-out;
  }
  .obras-grid-item-info h3 {
    border-top: 2px solid #000;
  }
  .obras-grid-item-info h3, .obras-grid-item-info p {
    border-bottom: 2px solid #000;
    font-size: 16px;
  }
  .obras-grid-item-info:hover {
    opacity: 1;
    transition: 0.2s ease-in-out;
  }
}
@media screen and (min-width: 768px) {
  .obras-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .obras-grid-title {
    font-size: 28px;
    border-bottom: 2px solid #000;
    padding-bottom: 13px;
  }
  .obras-grid-title:first-child {
    height: calc(189px - 62px);
    align-content: end;
  }
  .obras-grid-item-image_container {
    height: 135px;
  }
}

.page-exposicoes .fotos-grid-item img {
  margin-bottom: 8px;
}

.publicacao-item {
  max-width: 100%;
}
.publicacao-item a {
  color: black;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.publicacao-item a h3 {
  font-size: 16px;
}
.publicacao-item img {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1/1; /* Keeps height equal to width */
  object-fit: cover; /* No distortion of image, and no empty space */
}

.posts-list {
  padding-left: 0;
  margin-top: 0;
}
.posts-list .title-desktop {
  display: none;
}
.posts-list .title-mobile {
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 9px;
}
@media screen and (min-width: 768px) {
  .posts-list .title-desktop {
    display: inline-block;
  }
  .posts-list .title-mobile {
    display: none;
  }
}

.wrap-collabsible {
  position: relative;
  list-style: none;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .wrap-collabsible {
    border-bottom: 2px solid #000;
  }
}

.toggle {
  display: none;
}

.lbl-toggle.accordion-header {
  display: block;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease-out;
  padding: 9px 0;
}
.lbl-toggle.accordion-header h2 {
  font-size: 20px;
  font-weight: normal;
  padding-right: 28px;
}
.lbl-toggle.accordion-header::after {
  content: "→";
  font-size: 19px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 34%;
  height: 18px;
  width: 18px;
  transform: rotate(90deg) translateX(0);
  transition: transform 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .lbl-toggle.accordion-header h2 {
    font-size: 28px;
    padding-right: 46px;
  }
  .lbl-toggle.accordion-header::after {
    height: 16px;
    width: 24px;
    font-size: 28px;
  }
  .lbl-toggle.accordion-header:hover:after {
    transform: rotate(90deg) translateX(-5px);
    transition: transform 0.2s ease-out;
  }
}

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

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
  font-size: 15px;
  line-height: 20px;
  max-width: 750px;
}
.collapsible-content *:last-child {
  padding-bottom: 30px;
}
.collapsible-content-container .accordion-footer {
  display: none;
}
@media screen and (min-width: 768px) {
  .collapsible-content {
    font-size: 18px;
    line-height: 25px;
  }
  .collapsible-content-container {
    display: flex;
    flex-direction: row;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out;
    justify-content: space-between;
    align-items: flex-end;
  }
  .collapsible-content-container .accordion-footer {
    display: block;
    transform: rotate(270deg);
    font-size: 28px;
    margin-bottom: 21px;
    margin-right: 14px;
  }
}

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

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

.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.terms-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  border-top: 1px solid #000;
  padding: 8px 0 8px;
}
.terms-footer-container {
  position: sticky;
  bottom: 0;
  width: 100%;
  padding: 0 16px;
}
.terms-footer a {
  text-decoration: none;
  color: #909090;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .terms-footer {
    border-top: 2px solid #000;
  }
  .terms-footer-container {
    padding: 0 24px 0 0;
    width: 100%;
  }
  .terms-footer a {
    text-decoration: none;
    color: #909090;
    font-size: 14px;
  }
}

/*
This file is used to contain all layout imports.
Files inside this folder should contain all styles relating
to layouts.
*/
.site-footer {
  background: #fff;
  color: #000;
  padding: 32px 50px;
}
.site-footer-logos img {
  max-width: 100%;
  max-height: 35px;
  margin-left: 30px;
  filter: grayscale(1);
}
.site-footer .site-info {
  padding-top: 15px;
  margin: auto;
  border-top: 3px 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: 15px;
}
.site-footer .footer-social a {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .site-footer {
    padding: 32px 15px;
  }
  .site-footer .footer-social a {
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .site-footer-logos img {
    margin-left: 0;
    margin-right: 15px;
  }
}

.site-header {
  background: #fff;
  color: #000;
  padding: 0 15px;
  max-width: 100%;
  width: 100%;
  position: fixed;
  z-index: 100;
}
.site-header .header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 129px;
  border-bottom: 1px solid #000;
}
.site-header .site-branding {
  margin-right: 0;
  z-index: 200;
  padding: 15px 0 11px 0;
}
.site-header .site-branding a {
  text-decoration: none;
}
.site-header .site-branding__text h1 {
  font-size: 30px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
  white-space: nowrap;
}
.site-header .site-branding__text-upper {
  display: block;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  padding-bottom: 11px;
  margin-bottom: 8px;
  border-bottom: 1px solid #000;
}
.site-header .navigation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  height: calc(100% - 129px);
  transform: translateX(100%);
  z-index: 200;
  top: calc(128px);
  left: 0;
  padding: 0 15px 21px 15px;
  transition: all 0.3s ease-in-out;
  background: #fff;
  overflow-x: auto;
}
.site-header .navigation.active {
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
}
.site-header .navigation__links {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
  flex-direction: column;
  background-color: white;
  z-index: 100;
  align-items: flex-start;
}
.site-header .navigation__links li {
  width: 100%;
  border-top: 1px solid #000;
}
.site-header .navigation__links li a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  line-height: 2.3;
  display: block;
}
.site-header .navigation__links li.active a {
  font-weight: 600;
}
.site-header .navigation__links-group > a {
  text-transform: uppercase;
}
.site-header .navigation__links-group ul li {
  border-top: 0;
  border-bottom: 0;
}
.site-header .navigation__links-group ul li a {
  line-height: 1;
  padding-bottom: 10px;
}
.site-header .navigation__links-group ul li:last-child {
  border-bottom: 0;
}
.site-header .navigation__links-group ul:has(li.active) {
  max-height: 300px;
}
.site-header .navigation__links-group ul {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.site-header .navigation__links-group:hover ul {
  max-height: 300px;
  transition: all 0.3s ease-in-out;
}
.site-header .navigation__links-group.closed ul {
  max-height: 0;
  overflow: hidden;
}
.site-header .navigation__links-bottom {
  justify-content: flex-end;
  margin-top: 30px;
}
.site-header .navigation__links-bottom li a {
  text-transform: lowercase;
}
.site-header .navigation__buttons {
  display: block;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .site-header .navigation__buttons {
    display: none;
  }
}
.site-header .navigation.toggled .navigation__links {
  transform: translateX(0);
  transition: transform 0.8s ease-in-out;
}
@media screen and (min-width: 768px) {
  .site-header .navigation {
    position: static;
    transform: none;
    z-index: 100;
    width: 100%;
    padding: 0 0 37px 0;
  }
  .site-header .navigation__links {
    position: static;
    height: unset;
    width: auto;
    flex-grow: 1;
    transform: translateX(0);
  }
  .site-header .navigation__links li {
    border-top: 2px solid #000;
  }
  .site-header .navigation__links li:last-child {
    border-bottom: 2px solid #000;
  }
  .site-header .navigation__links li a {
    font-size: 28px;
    line-height: 1.4;
  }
  .site-header .navigation__links-bottom li a {
    font-size: 22px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .site-header {
    padding: 0;
    position: initial;
    height: 100vh;
  }
  .site-header .header-container {
    padding: 0 24px;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    justify-content: flex-start;
    border-bottom: 0;
  }
  .site-header .navigation {
    height: 100%;
  }
  .site-header .site-branding {
    height: calc(189px - 2px);
    padding: 20px 0;
  }
  .site-header .site-branding__text h1 {
    font-size: 50px;
    line-height: 1;
  }
  .site-header .site-branding__text-upper {
    font-size: 26px;
    line-height: 26px;
    border-bottom: 2px solid #000;
  }
}

.landing-background {
  height: 100%;
  width: 100%;
  display: block;
  height: 99vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.landing-background .home-slider {
  height: 100vh;
  width: 100vw;
  overflow-y: hidden;
  margin-bottom: 0;
}
.landing-background .home-slider-slide-image {
  height: 100vh;
  background-size: cover;
}
.landing-content {
  display: flex;
  flex-direction: row;
  z-index: 101;
  justify-content: space-between;
}
.landing-language {
  margin-right: 15px;
  margin-top: calc(129px - 34px);
  color: #fff;
}
.landing-language-option {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .landing-language {
    margin-right: 32px;
    margin-top: 20px;
    font-size: 25px;
    overflow: visible;
  }
  .landing-language-option {
    font-size: 25px;
    color: #fff;
    text-decoration: none;
  }
}

.page-template-page-landing #masthead {
  display: none;
}
.page-template-page-landing #page {
  display: block;
}
.page-template-page-landing .site-header {
  background: transparent;
  width: unset;
  position: initial;
}
.page-template-page-landing .site-header .site-branding__text h1 {
  color: #fff;
}
.page-template-page-landing .site-header .site-branding__text-upper {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .page-template-page-landing .site-header .site-branding__text-upper {
    border-bottom: 2px solid #fff;
  }
}
.page-template-page-landing .site-header .header-container {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-template-page-landing .site-header {
    height: unset;
  }
}

.admin-bar .landing-content {
  top: 32px;
}

.page-template-page-landing .site-main {
  position: static;
}

.column-layout {
  display: grid;
  grid-template-columns: 1fr;
}
.column-layout-sticky {
  position: sticky;
  height: calc(100vh - 110px);
  top: 110px;
  overflow: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.column-layout-sticky::-webkit-scrollbar {
  display: none;
}
.column-layout > * {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .column-layout {
    column-gap: 32px;
    grid-template-columns: 1fr 2fr;
  }
  .column-layout-1-2 {
    grid-template-columns: 1fr 2fr;
  }
  .column-layout-1-1 {
    grid-template-columns: 1fr 1fr;
  }
  .column-layout-side-menu {
    grid-template-columns: minmax(330px, 360px) 2fr;
  }
}

.two-columns {
  display: flex;
  flex-direction: column;
}
.two-columns .column {
  border-bottom: 1px solid #000;
  padding-top: 9px;
  flex: 1;
}
.two-columns .column:first-child {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .two-columns {
    flex-direction: row;
    gap: 30px;
  }
  .two-columns .column {
    border-top: 2px solid #000;
    border-bottom: 0;
  }
}

.page-two-column.page-default .entry-header {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-two-column.page-default .entry-header {
    border-bottom: 0;
    height: calc(189px - 64px);
  }
}

.side-menu {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.side-menu a {
  text-decoration: none;
  color: grey;
}
.side-menu li {
  margin-bottom: 8px;
}
.side-menu .active a {
  color: #000;
}

.page-video video {
  max-width: 100%;
}
.page-video iframe {
  max-width: 160%;
}
.page-video .image-preview {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  transition: 1s all ease-in-out;
}
.page-video .embed-container iframe,
.page-video .embed-container object,
.page-video .embed-container embed {
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
}
.page-video .video-item-container {
  position: relative;
}
.page-video .video-item-container.opened .embed-container {
  padding-bottom: 56.25%;
  transition: 1s all ease-in-out;
}
.page-video .video-item-container.opened .embed-container iframe,
.page-video .video-item-container.opened .embed-container object,
.page-video .video-item-container.opened .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-video .video-item-container::after {
  content: "";
  height: 60px;
  width: 60px;
  position: absolute;
  display: block;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/wp-content/themes/carlito-carvalhosa-2/src/images/play-outline.svg");
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.page-video .video-item-text-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: white;
  text-transform: uppercase;
}
.page-video .video-item-text-main {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
.page-video .video-item-text-secondary {
  font-weight: 200;
  font-size: 30px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .page-video .video-item-text-container {
    padding: 30px 60px;
  }
  .page-video .video-item-text-main {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1080px) {
  .page-video .video-item-text-container {
    padding: 30px 90px;
  }
  .page-video .video-item-text-main {
    font-size: 80px;
  }
}

#video-modal {
  display: none;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  height: calc(100vh - 100px);
  width: 100vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 500;
}
#video-modal.active {
  display: flex;
}
#video-modal_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  max-height: 95%;
  position: relative;
  height: 95%;
  width: 100%;
  padding-top: 30px;
}
#video-modal_video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
#video-modal_video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 70px);
}
#video-modal_video-container {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#video-modal_title {
  text-align: center;
  margin-top: 30px;
  text-transform: capitalize;
  font-weight: 500;
}
#video-modal_close {
  position: absolute;
  top: -40px;
  right: 0;
}
@media only screen and (min-width: 1080px) {
  #video-modal_close {
    position: absolute;
    top: 0;
    right: -40px;
  }
  #video-modal_container {
    padding-top: 0;
    max-width: calc(100% - 100px);
    width: calc(100% - 100px);
    padding-top: 30px;
  }
}

.video-modal_title-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 768px) {
  .video-modal_title-container {
    justify-content: center;
  }
}
.page-default .entry-header {
  padding: 11px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  position: fixed;
  z-index: 90;
  background-color: #fff;
  width: calc(100% - 32px);
  top: 129px;
}
.page-default .entry-header .entry-title {
  font-weight: normal;
  font-size: 20px;
}
.page-default .wp-element-caption {
  font-size: 12px;
  line-height: 15px;
  border-top: 1px solid #000;
  padding-top: 8px;
  margin-top: 8px;
}
.page-default p {
  margin-bottom: 10px;
}
.page-default p:has(+ hr) {
  margin-bottom: 15px;
}
.page-default .entry-content {
  font-size: 15px;
  line-height: 20px;
}
.page-default .entry-content hr {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .page-default p {
    margin-bottom: 13px;
  }
  .page-default .wp-block-image {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
  }
  .page-default .wp-block-image img {
    width: 100%;
  }
  .page-default .entry-content {
    font-size: 18px;
    line-height: 26px;
  }
  .page-default .entry-content .wp-element-caption {
    margin-left: 30px;
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
    border-top: 2px solid #000;
  }
  .page-default .entry-content > *:not(.wp-block-image) {
    padding-right: 300px;
  }
  .page-default .entry-content hr {
    width: calc(100% - 300px);
    margin-left: 0;
    margin-bottom: 15px;
  }
  .page-default .entry-content .wp-block-image:first-child .wp-element-caption {
    margin-top: -17px;
  }
  .page-default .entry-header {
    height: calc(189px - 62px);
    margin-right: 300px;
    border-bottom: 2px solid #000;
    position: static;
  }
  .page-default .entry-header .entry-title {
    display: none;
  }
}

.obra-grid-info {
  line-height: 1.9;
  padding: 0 16px;
}
.obra-grid-info-title {
  font-size: 15px;
  border-bottom: 1px solid #000;
  line-height: 1;
  padding-bottom: 9px;
  text-transform: lowercase;
}
.obra-grid-info p, .obra-grid-info a {
  font-size: 12px;
  border-bottom: 1px solid #000;
  line-height: 2;
  color: #000;
  display: block;
}
.obra-grid-obra {
  width: 100%;
  display: block;
  max-width: 100vw;
}
@media screen and (min-width: 768px) {
  .obra-grid {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    grid-template-rows: none;
  }
  .obra-grid-obra {
    margin-top: calc(189px - 63px);
  }
  .obra-grid-info {
    padding: 0;
  }
  .obra-grid-info-title {
    font-size: 20px;
    border-bottom: 2px solid #000;
    height: calc(189px - 62px);
    align-content: end;
  }
  .obra-grid-info p, .obra-grid-info a {
    font-size: 20px;
    line-height: 1.9;
    border-bottom: 2px solid #000;
  }
}

.obra-slider {
  overflow: hidden;
  width: 100%;
  margin: auto;
}
.obra-slider-item {
  width: 100%;
  padding: 0 16px;
}
.obra-slider-item-detail {
  display: none;
}
.obra-slider-item img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.obra-slider-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 10px 16px 5px 16px;
  font-size: 12px;
}
.obra-slider-header .current-slide {
  font-weight: 600;
}
.obra-slider_arrow {
  z-index: 10;
  border: none;
  height: 18px;
  width: 22px;
  background-color: transparent;
  font-size: 12px;
  line-height: 8px;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}
.obra-slider_arrow.disabled {
  opacity: 0;
}
.obra-slider_arrow_previous {
  text-align: left;
}
.obra-slider_arrow_next {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .obra-slider {
    padding-right: 32px;
    padding-left: 32px;
  }
  .obra-slider-item {
    height: 49vh;
  }
  .obra-slider-item-detail {
    display: block;
    margin-top: 16px;
  }
  .obra-slider-item .count {
    width: 59.5%;
    text-align: right;
    vertical-align: top;
    text-transform: uppercase;
    display: inline-block;
  }
  .obra-slider-header {
    border-top: 2px solid #000;
    margin: 0 32px 13px 32px;
    font-size: 20px;
    padding-top: 9px;
  }
  .obra-slider_arrow {
    height: 30px;
    width: 34px;
    font-size: 23px;
  }
}

.obra-video .wp-block-embed__wrapper {
  position: relative;
}
.obra-video .wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .obra-video {
    border-top: 2px solid #000;
    margin: 0 32px 13px 32px;
    font-size: 20px;
    padding-top: 16px;
  }
}

.project-nav {
  padding: 9px 16px;
}
.project-nav-buttons {
  border-top: 1px solid #000;
  padding-top: 9px;
  display: flex;
  justify-content: space-between;
}
.project-nav-buttons a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .project-nav {
    padding: 9px 24px 20px 0;
  }
  .project-nav-buttons {
    border-top: 2px solid #000;
  }
  .project-nav-buttons a {
    font-size: 20px;
  }
}

.slick-lightbox .obra-slider-header {
  border-top: 0;
  display: block;
  position: absolute;
  display: flex;
  flex-direction: row;
  top: 64px;
  right: 16px;
  z-index: 100000;
  margin: 0;
}
.slick-lightbox .obra-slider-header .slick-next,
.slick-lightbox .obra-slider-header .slick-prev {
  opacity: 1;
  position: static;
  transform: none;
  height: 18px;
  width: 22px;
  font-size: 12px;
}
.slick-lightbox .slick-next,
.slick-lightbox .slick-prev {
  opacity: 0;
}
.slick-lightbox .custom-counter {
  font-size: 20px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.slick-lightbox .slick-arrow {
  color: #000;
  font-size: 22px;
}
.slick-lightbox .slick-arrow.slick-disabled {
  color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
}
.slick-lightbox .slick-prev {
  z-index: 19999;
}
.slick-lightbox .slick-lightbox-slick-img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .slick-lightbox .obra-slider-header {
    top: 16px;
    right: 64px;
  }
  .slick-lightbox .obra-slider-header .slick-next,
  .slick-lightbox .obra-slider-header .slick-prev {
    height: 40px;
    width: 40px;
    font-size: 23px;
  }
  .slick-lightbox .slick-lightbox-slick-img {
    max-width: 90%;
  }
}

.page-template-page-cronologia .page-default .entry-header {
  border: none;
  position: static;
}
.page-template-page-cronologia .page-default h1, .page-template-page-cronologia .page-default h2, .page-template-page-cronologia .page-default h3, .page-template-page-cronologia .page-default h4, .page-template-page-cronologia .page-default h5 {
  font-size: 20px;
  line-height: 1;
  border-bottom: 1px solid #000;
  padding-bottom: 11px;
  padding-top: 16px;
  margin-bottom: 16px;
  position: sticky;
  top: 129px;
  background: white;
}
.page-template-page-cronologia .page-default .entry-title {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .page-template-page-cronologia .page-default h1, .page-template-page-cronologia .page-default h2, .page-template-page-cronologia .page-default h3, .page-template-page-cronologia .page-default h4, .page-template-page-cronologia .page-default h5 {
    font-size: 28px;
    border-bottom: 2px solid #000;
    padding-bottom: 13px;
    margin-right: 300px;
    padding-right: 0;
    top: 0;
  }
  .page-template-page-cronologia .page-default .entry-header {
    height: 53px;
  }
}
