/*
Theme Name: Tainacan Interface
Author: Tainacan
Theme URI: https://tainacan.org
Description: This is the default theme for the Tainacan project. Use this in conjunction with Tainacan plugin to easily manage and publish you digital collections with a beautiful faceted search interface. Ideal for museums, galleries, libraries and anyone who have a digital repository.
Version: 2.8.1
Tested up to: 6.8.1
Requires PHP: 7.0
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Tags: two-columns, right-sidebar, grid-layout, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, photography, portfolio
Text Domain: tainacan-interface
*/
/* CSS Variables for the theme palette */
:root {
  --tainacan-interface--link-color: #187181;
  --tainacan-interface--tooltip-color: #e6f6f8;
  --tainacan-block-primary: var(--tainacan-interface--link-color, #187181);
  --wp--preset--font-size--small: 14px;
  --wp--preset--font-size--regular: 16px;
  --wp--preset--font-size--large: 18px;
  --wp--preset--font-size--huge: 24px;
  --wp--preset--theme-text-color--default: var(--tainacan-color-default, #187181);
  --wp--preset--theme-text-color--carmine: #8c442c;
  --wp--preset--theme-text-color--cherry: #A12B42;
  --wp--preset--theme-text-color--mustard: #754E24;
  --wp--preset--theme-text-color--mintgreen: #255F56;
  --wp--preset--theme-text-color--darkturquoise: #205E6F;
  --wp--preset--theme-text-color--turquoise: #185F6D;
  --wp--preset--theme-text-color--blueheavenly: #1D5C86;
  --wp--preset--theme-text-color--purple: #4751a3;
  --wp--preset--theme-text-color--violet: #955ba5;
  --wp--preset--theme-text-color--white: #ffffff;
  --wp--preset--theme-text-color--lightgray: #f2f2f2;
  --wp--preset--theme-text-color--darkgray: #505253;
}

:where(:not(.has-link-color)) a:not(.has-link-color) {
  color: var(--tainacan-interface--link-color, #187181);
}
:where(:not(.has-link-color)) a:not(.has-link-color):hover {
  color: var(--tainacan-interface--link-color, #187181);
}

body {
  font-family: "Roboto" !important;
  overflow-x: hidden;
  --tainacan-interface--link-color: #187181;
  --tainacan-interface--tooltip-color: #e6f6f8;
  --tainacan-block-primary: var(--tainacan-interface--link-color, #187181);
  --wp--preset--font-size--small: 14px;
  --wp--preset--font-size--regular: 16px;
  --wp--preset--font-size--large: 18px;
  --wp--preset--font-size--huge: 24px;
  --wp--preset--theme-text-color--default: var(--tainacan-color-default, #187181);
  --wp--preset--theme-text-color--carmine: #8c442c;
  --wp--preset--theme-text-color--cherry: #A12B42;
  --wp--preset--theme-text-color--mustard: #754E24;
  --wp--preset--theme-text-color--mintgreen: #255F56;
  --wp--preset--theme-text-color--darkturquoise: #205E6F;
  --wp--preset--theme-text-color--turquoise: #185F6D;
  --wp--preset--theme-text-color--blueheavenly: #1D5C86;
  --wp--preset--theme-text-color--purple: #4751a3;
  --wp--preset--theme-text-color--violet: #955ba5;
  --wp--preset--theme-text-color--white: #ffffff;
  --wp--preset--theme-text-color--lightgray: #f2f2f2;
  --wp--preset--theme-text-color--darkgray: #505253;
}
body.error404 {
  overflow: hidden;
}
body p {
  font-size: revert;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 600;
}
body *:not(.has-text-color) > *:not(.has-text-color) > h1:not(.has-text-color),
body *:not(.has-text-color) > *:not(.has-text-color) > h2:not(.has-text-color),
body *:not(.has-text-color) > *:not(.has-text-color) > h3:not(.has-text-color),
body *:not(.has-text-color) > *:not(.has-text-color) > h4:not(.has-text-color),
body *:not(.has-text-color) > *:not(.has-text-color) > h5:not(.has-text-color),
body *:not(.has-text-color) > *:not(.has-text-color) > h6:not(.has-text-color) {
  color: #1d1d1d;
}
body h1:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size):not(.metadata-label):not(.label) {
  font-size: 1.802rem;
}
body h2:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size):not(.metadata-label):not(.label) {
  font-size: 1.602rem;
}
body h3:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size):not(.metadata-label):not(.label) {
  font-size: 1.424rem;
}
body h4:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size):not(.metadata-label):not(.label) {
  font-size: 1.266rem;
}
body h5:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size):not(.metadata-label):not(.label) {
  font-size: 1.125rem;
}
body h6:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size):not(.metadata-label):not(.label) {
  font-size: 1rem;
}
body pre:not(.wp-block-code) {
  color: #505253;
  font-size: 1rem;
  font-weight: 400;
  white-space: pre-line;
}
body .wp-block-code code {
  font-size: 0.875rem;
  color: var(--tainacan-interface--link-color, #187181);
  word-break: break-word;
}
body .wp-block-quote {
  margin: 3rem 8.33333%;
  padding: 1rem;
}
body .wp-block-quote p {
  color: #505253;
  font-size: 1rem;
  font-weight: normal;
}
body .wp-block-quote cite {
  color: #505253;
  display: block;
  width: 100%;
  text-align: right;
  font-size: 1rem;
  font-weight: 500;
  font-style: italic;
}
body .wp-block-quote:not(.is-style-large) {
  border-left: 2px solid var(--tainacan-interface--link-color, #187181);
}
body .wp-block-quote.is-style-large {
  font-size: 1.375rem;
}
body .wp-block-separator {
  width: 50%;
  max-width: 300px;
}
body .wp-block-separator:not(.has-background-color):not(.has-text-color) {
  border-color: #a5a5a5;
}
body .wp-block-separator.is-style-wide {
  width: 100%;
}
body .wp-block-separator.is-style-dots:not(.has-background-color):not(.has-text-color)::before {
  color: #a5a5a5;
}
body .wp-block-separator.is-style-dots::before {
  font-weight: 600;
}
body .tainacan-group-heading h1:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size) {
  font-size: 1.6rem;
}
body .tainacan-group-heading h2:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size) {
  font-size: 1.5rem;
}
body .tainacan-group-heading h3:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size) {
  font-size: 1.25rem;
}
body .tainacan-group-heading h4:not(.has-huge-font-size):not(.has-large-font-size):not(.has-medium-font-size):not(.has-normal-font-size):not(.has-small-font-size) {
  font-size: 1.125rem;
}
body .tainacan-group-heading h1:not(.has-text-color),
body .tainacan-group-heading h2:not(.has-text-color),
body .tainacan-group-heading h3:not(.has-text-color),
body .tainacan-group-heading h4:not(.has-text-color) {
  color: var(--tainacan-interface--link-color, #187181);
}
body .tainacan-group-heading p {
  font-style: italic;
}
body .tainacan-group-heading p:not(.has-text-color) {
  color: #898d8f;
}
body .tainacan-group-heading hr.wp-block-separator:not(.is-style-wide) {
  margin-left: 0;
  max-width: 200px;
}
body .tainacan-group-heading hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  border-width: 2px;
  height: 3px;
}
body > ul, body > ol {
  font-size: 1rem;
  font-weight: 400;
  margin-left: 1.75rem;
}
body .wp-block-media-text__content > ul,
body .wp-block-media-text__content > ol {
  margin-left: 1.75rem;
}
body .table thead {
  border-bottom: 1px solid #a5a5a5;
  color: #505253;
}
body .table thead th {
  font-weight: normal;
  font-size: 0.75rem;
}
body .table tbody {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
}
body dl dd {
  margin-left: 2rem;
}
body address {
  font-size: 0.875rem;
  font-style: italic;
}
body p {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
body p code {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #BCBEC0;
  padding: 2px;
  font-size: 12px;
}
body img[class*=align] .gallery-icon img,
body img[class*=wp-image-] .gallery-icon img,
body .gallery .gallery-icon img {
  padding: 6px;
  max-width: 97.5%;
  max-width: calc(100% - 14px);
}
body img[class*=align], body img[class*=wp-image-], body img[class*=attachment-] {
  height: auto;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  padding-top: 0.4rem;
}
body h1::after, body h2::after, body h3::after, body h4::after, body h5::after, body h6::after {
  display: inline-block;
  clear: both;
  content: "";
}
body .wp-block-columns {
  display: flex;
  gap: 4.16667%;
}
body .wp-block-columns .wp-block-column {
  flex-basis: 100%;
}
body .alignleft {
  float: left;
  margin: 1rem 1rem 1rem 0;
}
body .alignright {
  float: right;
  margin: 1rem 0 1rem 1rem;
}
@media only screen and (max-width: 576px) {
  body .alignleft, body .alignright {
    float: none;
    text-align: center;
    margin: 0;
  }
  body .alignleft img, body .alignright img {
    width: 275px;
  }
}
body img {
  max-width: 100%;
}
body img.alignleft {
  float: left;
  margin-right: 1.625em;
  margin-bottom: 1.625em;
}
@media only screen and (max-width: 576px) {
  body img.alignleft {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
body img.alignright {
  float: right;
  margin-left: 1.625em;
}
@media only screen and (max-width: 576px) {
  body img.alignright {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
body img.size-full {
  max-width: 97.5%;
  width: auto;
  height: auto;
}
body img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body .wp-block-cover-image {
  width: 99.5vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media only screen and (max-width: 1200px) {
  body .wp-block-cover-image {
    width: 100vw;
  }
}
body .wp-block-embed iframe {
  width: 100%;
}
body .wp-block-gallery .blocks-gallery-item figure {
  margin: 0 !important;
}
body .wp-block-gallery .blocks-gallery-item img {
  height: 100% !important;
}
@media (max-width: 768px) {
  body .wp-block-gallery {
    padding-left: 0;
  }
}
body .wp-block-image {
  text-align: center;
}
body .wp-block-image.is-resized img {
  max-width: none !important;
}
body .wp-block-image figcaption {
  color: inherit;
  font-size: 0.875rem;
  font-weight: 400;
}
body .wp-block-pullquote {
  margin: 3rem 0;
  padding: 0;
}
body .wp-block-pullquote:not(.is-style-solid-color) {
  border-color: var(--tainacan-interface--link-color, #187181);
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-style: solid;
  border-bottom-style: solid;
}
body .wp-block-pullquote blockquote {
  padding: 2rem 8.3333333%;
  margin: 0;
}
body .wp-block-pullquote blockquote p {
  font-size: 1.375rem;
  font-weight: 500;
}
body .wp-block-pullquote blockquote :not(.has-text-color) p {
  color: var(--tainacan-interface--link-color, #187181);
}
body .wp-block-pullquote blockquote cite {
  color: #505253;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
}
body .wp-caption, body .gallery-caption {
  font-size: 0.8125rem;
  max-width: 100%;
  margin-top: 1em;
  margin-bottom: 1.5em;
}
body .wp-caption .wp-caption-text, body .gallery-caption .wp-caption-text {
  margin: 0.8075em 0;
}
body .wp-caption img[class*=wp-image-], body .gallery-caption img[class*=wp-image-] {
  height: auto;
  margin: 2% 0;
  width: 100%;
}

body.loading-content main {
  min-height: calc(100% - 480px);
  min-height: calc(100vh - 480px);
  width: 100%;
  width: 100vw;
  transition: min-height ease 0.3s, height ease 0.3s;
}

body.loading-content main > * {
  display: none;
  visibility: hidden;
}

@keyframes spinner-border {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
body.loading-content main:before {
  content: " ";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: 4rem 50% 0 50%;
  vertical-align: center;
  border: 0.25rem solid #dbdbdb;
  border-right-color: transparent;
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.5s linear infinite;
  animation: spinner-border 0.5s linear infinite;
}

@keyframes appear-from-bottom {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 60px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0px);
  }
}
.btn {
  padding: 0.25rem 1.125rem;
  box-shadow: none !important;
}

.dropdown .dropdown-menu {
  padding: 0;
}
.dropdown .dropdown-menu:not(.show) {
  display: none;
}
.dropdown .dropdown-menu .dropdown-item {
  border-radius: 0 !important;
}
.dropdown .dropdown-menu .menu-item-has-children .dropdown-toggle {
  padding-left: 1.25rem !important;
  padding-right: 1rem !important;
}

.dropdown.menu-item-has-children {
  display: inline-flex;
  flex-wrap: wrap;
}
.dropdown.menu-item-has-children .dropdown-submenu {
  padding: 0.35rem 0 0.35rem 0.5rem;
}
.dropdown.menu-item-has-children ul.show li.current_page_item > a, .dropdown.menu-item-has-children ul.show li.current-menu-item > a {
  border: none;
  background-color: #d9eced;
}
.dropdown.menu-item-has-children ul.show li .dropdown-menu.show {
  position: relative;
  width: 100%;
  margin-left: 8px;
  border-left: none !important;
  border-right: none !important;
  animation: sub-menu-expand 0.5s linear;
}
@media screen and (max-width: 768px) {
  .dropdown.menu-item-has-children {
    display: flex;
  }
  .dropdown.menu-item-has-children ul.show {
    position: relative;
    width: 100%;
    top: 0;
    margin-left: 16px;
    border-left: none !important;
    border-right: none !important;
    animation: sub-menu-expand 0.5s linear;
  }
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 4.1666666667%;
  right: 4.1666666667vw;
  background: rgb(0, 0, 0);
  background: var(--tainacan-interface--link-color, #187181);
  width: 36px;
  height: 36px;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  animation: appear-from-bottom 0.2s ease;
}
#return-to-top:focus, #return-to-top:active {
  outline: none;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 2px;
  top: -10px;
  font-size: 2rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .header .header-img {
    min-height: 240px;
  }
}
@media only screen and (max-width: 414px) {
  .header .header-icon {
    right: 1.4vw;
  }
}
@media only screen and (min-width: 768px) {
  .header .header-icon {
    right: 2.9vw;
  }
}
@media only screen and (min-width: 1440px) {
  .header .header-icon {
    right: 1.9vw;
  }
}
@media only screen and (min-width: 1670px) {
  .header .header-icon {
    right: 0.9vw;
  }
}

@media only screen and (min-width: 992px) {
  .capa-colecoes .tainacan-info {
    padding: 0 3rem 0 10rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .capa-colecoes .tainacan-info {
    padding: 0 3rem 0 16rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .capa-colecoes .tainacan-img-dest {
    /* show 3 items */
    /* left or forward direction */
    /* farthest right hidden item must be abso position for animations */
    /* right or prev direction */
  }
  .capa-colecoes .tainacan-img-dest .carousel-inner .active,
  .capa-colecoes .tainacan-img-dest .carousel-inner .active + .carousel-item,
  .capa-colecoes .tainacan-img-dest .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }
  .capa-colecoes .tainacan-img-dest .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .capa-colecoes .tainacan-img-dest .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  .capa-colecoes .tainacan-img-dest .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
  }
  .capa-colecoes .tainacan-img-dest .carousel-inner .carousel-item-next,
  .capa-colecoes .tainacan-img-dest .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  .capa-colecoes .tainacan-img-dest .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .capa-colecoes .tainacan-img-dest .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .capa-colecoes .tainacan-img-dest .carousel-item-next.carousel-item-left + .carousel-item,
  .capa-colecoes .tainacan-img-dest .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .capa-colecoes .tainacan-img-dest .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .capa-colecoes .tainacan-img-dest .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .capa-colecoes .tainacan-img-dest .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .capa-colecoes .tainacan-img-dest .carousel-item-prev.carousel-item-right + .carousel-item,
  .capa-colecoes .tainacan-img-dest .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .capa-colecoes .tainacan-img-dest .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

@media only screen and (max-width: 991.98px) {
  footer {
    /* %flipIn{
        animation: flipdown 0.5s ease both;
    } */
  }
  footer .tainacan-side > p, footer .tainacan-side div, footer .tainacan-side ul {
    transition: all 0.25s ease-in-out;
  }
  footer h6 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  footer h6 {
    line-height: 34px;
    letter-spacing: 1px;
    display: block;
    margin: 0;
  }
  footer .tainacan-side > p, footer .tainacan-side div, footer .tainacan-side ul {
    line-height: 18px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    max-height: 795px;
    opacity: 1;
    display: block;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2;
    font-size: 1rem;
  }
  footer .tainacan-side > p:nth-of-type(1), footer .tainacan-side div:nth-of-type(1), footer .tainacan-side ul:nth-of-type(1) {
    margin: 5px 0 0.5em 0;
  }
  footer .tainacan-side {
    border-top: 1px solid white;
  }
  footer .tainacan-side:nth-last-child(1) {
    border-bottom: 1px solid white;
  }
  footer ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
  }
  footer ul li {
    position: relative;
    /* @extend %flipIn; */
  }
  footer ul li:nth-of-type(1) {
    animation-delay: 0.5s;
  }
  footer ul li:nth-of-type(2) {
    animation-delay: 0.75s;
  }
  footer ul li:nth-of-type(3) {
    animation-delay: 1s;
  }
  footer ul li:last-of-type {
    padding-bottom: 0;
  }
  footer ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
  }
  footer ul li input[type=checkbox]:checked ~ h6 ~ p, footer ul li input[type=checkbox]:checked ~ h6 ~ div, footer ul li input[type=checkbox]:checked ~ h6 ~ ul, footer ul li input[type=checkbox]:checked ~ h6 ~ img, footer ul li input[type=checkbox]:checked ~ h6 ~ nav, footer ul li input[type=checkbox]:checked ~ h6 ~ form {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    display: none;
    transform: translate(0, 50%);
  }
  footer ul li input[type=checkbox]:checked ~ h6 {
    position: relative;
  }
  footer ul li input[type=checkbox]:checked ~ h6 i:before {
    content: "plus";
    letter-spacing: normal;
    position: absolute;
    right: 0;
    height: 24px;
    width: 24px;
  }
  footer ul li input[type=checkbox] ~ h6 {
    position: relative;
  }
  footer ul li input[type=checkbox] ~ h6 i:before {
    content: "close";
    letter-spacing: normal;
    position: absolute;
    right: 0;
    height: 24px;
    width: 24px;
  }
  @keyframes flipdown {
    0% {
      opacity: 0;
      transform-origin: top center;
      transform: rotateX(-90deg);
    }
    5% {
      opacity: 1;
    }
    80% {
      transform: rotateX(8deg);
    }
    83% {
      transform: rotateX(6deg);
    }
    92% {
      transform: rotateX(-3deg);
    }
    100% {
      transform-origin: top center;
      transform: rotateX(0deg);
    }
  }
}
@media only screen and (min-width: 992px) {
  footer ul {
    list-style: none;
  }
  footer ul li.tainacan-side {
    margin-right: 4.1666666667%;
    margin-right: 4.1666666667vw;
    flex-grow: 1;
    flex-basis: 18%;
  }
  footer ul li.tainacan-side:last-child {
    margin-right: 0;
  }
  footer ul li.tainacan-side input[type=checkbox] {
    display: none;
  }
  footer ul li.tainacan-side ul:nth-of-type(1) {
    margin: 5px 0 0.5em 0;
    padding-left: 4px;
  }
  footer ul li.tainacan-side > ul {
    width: 10vw;
    padding-left: 0;
  }
  footer ul li.tainacan-side > ul li:nth-of-type(n + 6) {
    display: none;
  }
  footer ul li.tainacan-side > ul li .children {
    padding-left: 0;
  }
  footer ul li.tainacan-side div > ul {
    width: 10vw;
    padding-left: 0;
  }
  footer ul li.tainacan-side div > ul li.menu-item .sub-menu {
    padding-left: 0;
  }
  footer ul li.tainacan-side .textwidget {
    max-width: 200px;
  }
}
footer .tainacan-side .textwidget, footer .tainacan-side .recentcomments, footer .tainacan-side .calendar_wrap, footer .tainacan-side ul li, footer .tainacan-side div li, footer .tainacan-side div, footer .tainacan-side ul, footer .tainacan-side li {
  color: #a5a5a5;
}
footer.tainacan-footer-light .tainacan-side .textwidget, footer.tainacan-footer-light .tainacan-side .recentcomments, footer.tainacan-footer-light .tainacan-side .calendar_wrap, footer.tainacan-footer-light .tainacan-side ul li, footer.tainacan-footer-light .tainacan-side div li, footer.tainacan-footer-light .tainacan-side div, footer.tainacan-footer-light .tainacan-side ul, footer.tainacan-footer-light .tainacan-side li {
  color: #464748;
}
@media only screen and (max-width: 991.98px) {
  footer.tainacan-footer-light .tainacan-side {
    border-top: 1px solid #505253;
  }
  footer.tainacan-footer-light .tainacan-side:nth-last-child(1) {
    border-bottom: 1px solid #505253;
  }
}
footer.tainacan-footer-colored .tainacan-side .textwidget, footer.tainacan-footer-colored .tainacan-side .recentcomments, footer.tainacan-footer-colored .tainacan-side .calendar_wrap, footer.tainacan-footer-colored .tainacan-side ul li, footer.tainacan-footer-colored .tainacan-side div li, footer.tainacan-footer-colored .tainacan-side div, footer.tainacan-footer-colored .tainacan-side ul, footer.tainacan-footer-colored .tainacan-side li {
  color: #e6f6f8;
}
@media only screen and (max-width: 991.98px) {
  footer.tainacan-footer-colored .tainacan-side {
    border-top: 1px solid #e6f6f8;
  }
  footer.tainacan-footer-colored .tainacan-side:nth-last-child(1) {
    border-bottom: 0px solid #e6f6f8;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  footer ul li.tainacan-side {
    flex-basis: 24%;
  }
}
@media only screen and (min-width: 1526px) {
  .max-large {
    max-width: 1400px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .navbar > .pr-lg-5 {
    padding-left: 2.6rem;
  }
  footer ul li.tainacan-side {
    flex-basis: 13%;
  }
  /* #comments {
      #form-comment{
          textarea {
              width: 34.5vw !important;
          }
      }
  } */
}
nav.menu-shadow {
  border-bottom: none;
  padding: 0;
}
nav.menu-shadow .max-large {
  margin: 0 calc(4.1666666667% - 48px) 0 4.1666666667%;
  margin: 0 calc(4.1666666667vw - 48px) 0 4.1666666667vw;
}
nav.menu-shadow .max-large .tainacan-form-search {
  padding-right: 1.875rem !important;
}
nav.menu-shadow .max-large .tainacan-form-search .tainacan-input-search {
  height: 27px !important;
  width: 355px;
}
@media only screen and (max-width: 576px) {
  nav.menu-shadow .max-large .tainacan-form-search .tainacan-input-search {
    width: 229px;
  }
}
nav.menu-shadow .max-large .tainacan-form-search .tainacan-input-search::placeholder {
  font-size: 0.75rem;
  color: #898d8f;
}
nav.menu-shadow .max-large .tainacan-form-search #btn-submit-search {
  height: 27px;
}
nav.menu-shadow .max-large .btn-group button {
  font-size: 0.75rem;
  padding-right: 1.875rem !important;
}
@media only screen and (max-width: 576px) {
  nav.menu-shadow .max-large .btn-group button {
    padding-right: 0.875rem !important;
  }
}
nav.menu-shadow .max-large .btn-group button:last-child {
  padding-right: 0.25rem !important;
}
nav.menu-shadow .max-large .btn-group button i {
  color: #062a57;
  font-size: 1.1875rem;
}
nav.menu-shadow .max-large .btn-group button[data-toggle=dropdown]::after {
  color: var(--tainacan-interface--link-color, #187181);
  margin-left: 5px;
}
nav.menu-shadow .max-large .btn-group button:hover, nav.menu-shadow .max-large .btn-group button:focus {
  text-decoration: none;
}
nav.menu-shadow .max-large .btn-group button.active-button {
  background-color: #c1dae0;
}
nav.menu-shadow .max-large .tainacan-logo {
  padding: 8px 0;
  width: auto;
}
nav.menu-shadow .max-large .tainacan-logo h1 {
  font-size: 1.5rem !important;
  font-weight: normal;
  margin: 0.3rem 0 0.38rem 0;
  padding: 0;
}
nav.menu-shadow .max-large .tainacan-logo .logo {
  width: auto;
  height: auto;
  max-width: 225px;
  max-height: 120px;
}
@media only screen and (max-width: 576px) {
  nav.menu-shadow .max-large .tainacan-logo h1 {
    font-size: 1.125rem !important;
    margin: 0.6rem 0;
  }
  nav.menu-shadow .max-large .tainacan-logo .logo {
    max-width: 175px;
  }
}
@keyframes searchFormAppear {
  from {
    max-height: 0px;
    max-height: 0vh;
    opacity: 0;
    width: 32px;
    right: 0px;
  }
  to {
    opacity: 1;
    max-height: 400px;
    max-height: 100vh;
    width: 280px;
    right: -4px;
  }
}
nav .tainacan-form-dropdown #dropdownMenuLink {
  padding-right: 0.25rem !important;
}
nav .tainacan-form-dropdown #dropdownMenuLink::after {
  content: none;
}
nav .tainacan-form-dropdown #dropdownMenuLink i {
  font-size: 1.1875rem;
}
nav .tainacan-form-dropdown #dropdownMenuLink .tainacan-icon-close {
  display: none;
}
nav .tainacan-form-dropdown > .dropdown-menu {
  top: 0;
  right: -4px;
  width: 280px;
  height: auto;
  padding: 0;
  border-radius: 0px;
  left: inherit;
  overflow: hidden;
  z-index: 9999;
}
nav .tainacan-form-dropdown > .dropdown-menu .input-group {
  background: white;
  padding: 0rem;
  align-items: center;
  height: 2.5rem;
}
nav .tainacan-form-dropdown > .dropdown-menu .form-control {
  height: 100%;
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #898d8f;
  padding-right: 2rem;
}
nav .tainacan-form-dropdown > .dropdown-menu .form-control:focus {
  color: #373839;
  box-shadow: none;
  border: 1px solid #505253 !important;
}
nav .tainacan-form-dropdown > .dropdown-menu .search-controls {
  background: #f2f2f2;
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  padding: 0.75rem 0.875rem 0.5rem 0.875rem;
  font-size: 0.75rem;
  column-count: 2;
}
nav .tainacan-form-dropdown > .dropdown-menu .search-controls label {
  white-space: normal;
  display: flex;
  align-items: center;
}
nav .tainacan-form-dropdown > .dropdown-menu .search-controls label input {
  margin-right: 0.5rem;
}
nav .tainacan-form-dropdown > .dropdown-menu.show {
  animation: searchFormAppear 0.35s ease;
}
nav .tainacan-form-dropdown.show .input-group-append {
  display: none !important;
}
nav .tainacan-form-dropdown.show .tainacan-icon-search {
  display: none;
}
nav .tainacan-form-dropdown.show .tainacan-icon-close {
  position: relative;
  z-index: 999999;
  display: block !important;
}
nav .dropdown-item:hover {
  background-color: #dbdbdb !important;
}
nav.menu-belowheader #menubelowHeader > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
nav.menu-belowheader #menubelowHeader > ul > li.menu-item {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  nav.menu-belowheader #menubelowHeader > ul > li.menu-item {
    padding-left: 42px;
  }
}
nav.menu-belowheader #menubelowHeader > ul > li.menu-item a {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  position: relative;
}
nav.menu-belowheader #menubelowHeader > ul > li.menu-item a::after {
  color: var(--tainacan-interface--link-color, #187181);
  margin-left: 10px;
  margin-bottom: -2px;
}
nav.menu-belowheader #menubelowHeader > ul > li.menu-item a:hover {
  color: #000;
}
nav.menu-belowheader #menubelowHeader > ul > li.menu-item a:hover::before {
  content: "";
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.375rem;
  background-color: var(--tainacan-interface--link-color, #187181);
}
nav.menu-belowheader #menubelowHeader > ul > li.menu-item a.dropdown-item {
  padding-left: 1.25rem;
  padding-right: 1rem;
}
nav.menu-belowheader #menubelowHeader > ul > li.menu-item a.dropdown-item:hover:before {
  background-color: transparent;
}
@media only screen and (max-width: 1024px) {
  nav.menu-belowheader #menubelowHeader > ul > li.menu-item {
    padding-right: 4.1666667%;
    padding-right: 4.1666667vw;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  nav.menu-belowheader #menubelowHeader > ul > li.menu-item {
    padding-right: 0;
  }
}
nav.menu-belowheader #menubelowHeader > ul > li.current_page_item > a, nav.menu-belowheader #menubelowHeader > ul > li.current-menu-item > a {
  border-bottom: 1px solid var(--tainacan-interface--link-color, #187181);
  padding: 0;
  margin-top: 0.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
nav.menu-belowheader #menubelowHeader > ul > li.current_page_item > a:hover:before, nav.menu-belowheader #menubelowHeader > ul > li.current-menu-item > a:hover:before {
  bottom: 0;
}
nav.menu-belowheader #menubelowHeader > ul > li .dropdown-menu {
  border-radius: 0;
  border: 1px solid #dbdbdb;
}
@media only screen and (max-width: 768px) {
  nav.menu-belowheader #menubelowHeader {
    position: absolute;
    top: 48px;
    right: -24px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    z-index: 3;
  }
  nav.menu-belowheader #menubelowHeader > ul > li.menu-item a {
    margin: 0;
    padding: 0.625rem 1.5rem !important;
  }
  nav.menu-belowheader #menubelowHeader > ul > li.menu-item a:before {
    display: none !important;
  }
  nav.menu-belowheader #menubelowHeader > ul > li.menu-item a:hover, nav.menu-belowheader #menubelowHeader > ul > li.menu-item a:focus {
    background-color: #DBDBDB;
  }
  nav.menu-belowheader #menubelowHeader > ul > li.menu-item a:active {
    background-color: #E4F4F6;
  }
}
@media only screen and (max-width: 768px) {
  nav {
    border-bottom: 1px solid #a5a5a5;
  }
}
nav[aria-label=breadcrumb] {
  border-bottom: 1px solid #a5a5a5;
  font-size: 0.875rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
nav[aria-label=breadcrumb] .breadcrumb {
  background: transparent;
}
@media only screen and (min-width: 992px) {
  nav[aria-label=breadcrumb] .breadcrumb {
    margin-left: 31px;
  }
}
nav[aria-label=breadcrumb] .breadcrumb-item + .breadcrumb-item:before {
  content: ">";
  color: var(--tainacan-interface--link-color, #187181);
}

.navbar {
  border: none;
  padding: 0.6rem 1rem;
}
.navbar .navbar-brand {
  padding: 0;
  margin-right: 0;
}
.navbar.tainacan-header-layout--left #topNavbar {
  flex-direction: column;
  align-items: flex-start;
}
.navbar.tainacan-header-layout--left #topNavbar nav.menu-belowheader .container-fluid {
  margin: 0px 16px 0px -6px !important;
}
.navbar.tainacan-header-layout--left #topNavbar nav.menu-belowheader #menubelowHeader > ul > li.menu-item {
  padding-left: 0px;
  padding-right: 42px;
}
.navbar.tainacan-header-layout--left #topNavbar nav.menu-belowheader #menubelowHeader > ul {
  justify-content: flex-start;
}
.navbar.tainacan-header-layout--center #topNavbar {
  flex-direction: column;
  align-items: center;
  margin: 0px auto !important;
}
.navbar.tainacan-header-layout--center #topNavbar .navbar-brand {
  margin-top: 6px;
  text-align: center;
}
.navbar.tainacan-header-layout--center #topNavbar .navbar-box {
  justify-content: center;
  margin: 0px !important;
}
.navbar.tainacan-header-layout--center #topNavbar .navbar-box nav.menu-belowheader .container-fluid {
  margin: 0px 16px !important;
}
.navbar.tainacan-header-layout--center #topNavbar .navbar-box nav.menu-belowheader #menubelowHeader > ul > li.menu-item {
  padding-left: 20px;
  padding-right: 20px;
}
.navbar.tainacan-header-layout--center #topNavbar .navbar-box nav.menu-belowheader #menubelowHeader > ul {
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .navbar.tainacan-header-layout--center #topNavbar .navbar-box {
    justify-content: space-between;
    width: 100%;
  }
  .navbar.tainacan-header-layout--center #topNavbar .navbar-box #menubelowHeader {
    left: 0;
    right: unset;
  }
}

@media only screen and (max-width: 768px) {
  .navbar.navbar--border-bottom {
    max-height: inherit;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
  .navbar.navbar--border-bottom .navbar-brand {
    white-space: normal;
  }
  .navbar.navbar--border-bottom .navbar-box {
    margin-left: auto;
  }
}

.navbar-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.navbar-box .dropdown-menu {
  border: none;
}
.navbar-box nav.menu-belowheader #menubelowHeader > ul > li.menu-item a {
  max-width: 250px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar-box > .navbar {
  margin-right: 32px !important;
}
.navbar-box .tainacan-icon {
  color: #062a57 !important;
}
.navbar-box .navbar-toggler {
  outline: none;
}
.navbar-box .navbar-toggler .tainacan-icon-close {
  display: block;
}
.navbar-box .navbar-toggler .tainacan-icon-menu {
  display: none;
}
.navbar-box .navbar-toggler.collapsed .tainacan-icon-close {
  display: none;
}
.navbar-box .navbar-toggler.collapsed .tainacan-icon-menu {
  display: block;
}

.navbar--border-bottom {
  border-bottom: 1px solid #ededed !important;
}

.page-header {
  height: 200px;
  background-position: 50%;
  background-size: cover;
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: flex-end;
}
.page-header.header-filter {
  position: relative;
  /* &:before {
      background: rgba(0, 0, 0, .2);
  } */
}
.page-header.header-filter:after, .page-header.header-filter:before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
}
.page-header.clear-filter:before {
  background: none;
}
.page-header.collection-page {
  height: 100%;
  height: 100vh;
}
.page-header.page-404 {
  height: 100vh;
}
.page-header.page-404 .container {
  z-index: 2;
}
.page-header.page-404 .container .brand {
  color: white;
  text-align: center;
}
.page-header.page-404 .container .brand h1 {
  font-size: 9.375rem;
  font-weight: 600;
}
.page-header.page-404 .container .brand h3 {
  font-size: 1.313rem;
}
.page-header.page-404 .container a {
  border-color: #1a745c !important;
}
.page-header.page-404 .container a:hover {
  background-color: #1a745c !important;
  border-color: #1a745c !important;
}
.page-header.page-collection {
  height: auto;
}
@media only screen and (max-width: 576px) {
  .page-header.page-collection {
    padding-top: 89.62px;
  }
}
.page-header.page-height {
  height: 400px;
}
@media only screen and (min-width: 577px) {
  .page-header.page-height > div.ph-title-description {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 576px) {
  .page-header.page-height > div {
    margin-bottom: 1.5625rem !important;
    align-self: flex-end;
  }
}
@media only screen and (width: 768px) {
  .page-header.page-height > div .title-header {
    padding-top: 1rem !important;
  }
}
@media only screen and (max-width: 576px) {
  .page-header.page-height {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .page-header > div.ph-title-description {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1526px) {
  .page-header > div.ph-title-description .title-header {
    padding-left: calc((100% - 1400px) / 2) !important;
    padding-left: calc((100vw - 1400px) / 2) !important;
  }
}
@media only screen and (max-width: 576px) {
  .page-header > div {
    align-self: center;
  }
}
.page-header > div.t-bg-collection {
  background-color: #2c2d2d;
  border-top: 4px solid white;
}
@media only screen and (max-width: 576px) {
  .page-header > div.t-bg-collection {
    align-self: flex-end;
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .page-header > div.t-bg-collection {
    margin-bottom: 0;
  }
}
.page-header .title-header {
  display: inline-block;
  padding: 1.5rem;
  padding-left: 4.166667%;
  padding-right: 4.166667%;
  padding-left: 4.166667vw;
  padding-right: 4.166667vw;
  max-width: 87.5vw;
  word-break: break-word;
}
@media only screen and (min-width: 769px) {
  .page-header .title-header {
    min-width: 450px;
    padding: 0rem;
    padding-left: 4.166667%;
    padding-right: 4.166667%;
    padding-left: 4.166667vw;
    padding-right: 4.166667vw;
  }
  .page-header .title-header.singular-title {
    padding: 1.5rem;
    padding-left: 4.166667%;
    padding-left: 4.166667vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-header .title-header {
    padding: 0.85rem 0.7rem;
    padding-top: 1.2rem;
    padding-left: 4.166667%;
    padding-right: 4.166667%;
    padding-left: 4.166667vw;
    padding-right: 4.166667vw;
  }
}
@media only screen and (max-width: 576px) {
  .page-header .title-header {
    padding: 1rem;
    padding-top: 0.8rem;
  }
}
.page-header .title-header h1 {
  color: #000;
  font-size: 3rem !important;
  font-weight: 800;
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .page-header .title-header h1 {
    font-size: 2rem !important;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .page-header .title-header h1 {
    font-size: 1.5rem !important;
    line-height: 1.5rem;
  }
}
.page-header .title-header span {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 576px) {
  .page-header .title-header span {
    font-size: 0.75rem;
  }
}

/* IMAGEM DO TOPO DA INTERNA */
.page-header__image {
  width: 100%;
  width: 100vw;
  margin: 0 auto;
  object-fit: cover;
  display: block;
  min-height: 140px;
  background-color: #f2f2f2;
}

.page-header.page-header--image-full {
  height: auto;
  display: block;
}
.page-header.page-header--image-full > img {
  width: 100%;
  object-fit: cover;
}

.page-template-landing > div > .row {
  padding-top: 0;
}

.page-template-landing article section.tainacan-content > div,
.page-template-landing-breadcrumb article section.tainacan-content > div {
  margin-top: 0;
  margin-bottom: 0;
}

.page-template-landing .tainacan-footer,
.page-template-landing-breadcrumb .tainacan-footer {
  margin-top: 0px !important;
}

.tainacan-title .tainacan-title-page {
  margin-bottom: 0.75rem;
  border: none;
  border-bottom: 2px solid var(--tainacan-interface--link-color, #187181);
}
.tainacan-title .tainacan-title-page .title-page h1 {
  font-size: 1.25rem !important;
  font-weight: bold;
  word-break: break-word;
  margin: 0;
  padding-top: 0;
  color: var(--tainacan-interface--link-color, #187181);
}
@media only screen and (max-width: 576px) {
  .tainacan-title .tainacan-title-page .title-page h1 {
    min-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.tainacan-title .tainacan-title-page .title-page h1 .tainacan-edit-item-collection {
  font-size: 1rem !important;
}
.tainacan-title .tainacan-title-page .title-back {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.25rem;
}

.dropdown-item {
  font-weight: inherit !important;
}
.dropdown-item:hover {
  color: black;
}

.margin-one-column {
  margin: 0 4.1666666667%;
  margin: 0 4.1666666667vw;
}
@media only screen and (max-width: 1526px) {
  .margin-one-column {
    max-width: calc(100vw - 8.3333333333%);
    max-width: 91.6666666667vw;
  }
}

.form-control {
  border-color: #e5e5e5;
}
.form-control:focus {
  box-shadow: none;
  border-color: #898d8f;
}

@media only screen and (max-width: 768px) {
  .margin-md-two-column {
    margin-left: 8.3333333333% !important;
    margin-right: 8.3333333333% !important;
    margin-left: 8.3333333333vw !important;
    margin-right: 8.3333333333vw !important;
  }
}

.margin-one-column-left {
  margin-left: 4.1666666667%;
  margin-left: 4.1666666667vw;
}

.margin-two-column {
  margin: 0 8.3333333333%;
  margin: 0 8.3333333333vw;
}

.margin-three-column {
  margin: 0 12.5%;
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.image-placeholder {
  background-color: #dbdbdb;
  display: flex;
  margin: 0 auto;
}
.image-placeholder > h4 {
  /* align-self: center;
  text-align: center;
  width: 100%; */
  flex: auto;
  margin-top: auto;
  margin-bottom: auto;
  color: #505253;
  font-weight: bold;
}

.page-link {
  margin: 12px auto;
}

.tainacan-copy-link-button,
.tainacan-copy-link-button:hover,
.tainacan-copy-link-button:focus {
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  background: none;
}

@keyframes item-appear {
  from {
    opacity: 0;
    transform: translate(0, 12px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
@keyframes sub-menu-expand {
  from {
    overflow-y: hidden;
    opacity: 0.5;
    max-height: 0px;
  }
  to {
    overflow-y: auto;
    opacity: 1;
    max-height: 600px;
  }
}
.has-carmine-color {
  color: #8c442c !important;
}

.has-carmine-background-color {
  background-color: #8c442c !important;
}

.has-cherry-color {
  color: #A12B42 !important;
}

.has-cherry-background-color {
  background-color: #A12B42 !important;
}

.has-mustard-color {
  color: #754E24 !important;
}

.has-mustard-background-color {
  background-color: #754E24 !important;
}

.has-mintgreen-color {
  color: #255F56 !important;
}

.has-mintgreen-background-color {
  background-color: #255F56 !important;
}

.has-darkturquoise-color {
  color: #205E6F !important;
}

.has-darkturquoise-background-color {
  background-color: #205E6F !important;
}

.has-turquoise-color {
  color: #185F6D !important;
}

.has-turquoise-background-color {
  background-color: #185F6D !important;
}

.has-blueheavenly-color {
  color: #1D5C86 !important;
}

.has-blueheavenly-background-color {
  background-color: #1D5C86 !important;
}

.has-purple-color {
  color: #4751a3 !important;
}

.has-purple-background-color {
  background-color: #4751a3 !important;
}

.has-violet-color {
  color: #955ba5 !important;
}

.has-violet-background-color {
  background-color: #955ba5 !important;
}

.has-white-color {
  color: #ffffff !important;
}

.has-white-background-color {
  background-color: #ffffff !important;
}

.has-lightgray-color {
  color: #f2f2f2 !important;
}

.has-lightgray-background-color {
  background-color: #f2f2f2 !important;
}

.has-darkgray-color {
  color: #505253 !important;
}

.has-darkgray-background-color {
  background-color: #505253 !important;
}

.has-default-color {
  color: var(--tainacan-interface--link-color, #187181) !important;
}

.has-default-background-color {
  background-color: var(--tainacan-interface--link-color, #187181) !important;
}

.alignwide {
  margin-left: calc(-8.3333333333vw + 3.1%) !important;
  margin-right: calc(-8.3333333333vw + 3.1%) !important;
  width: 116.66667%;
  max-width: 1400px;
}
@media only screen and (min-width: 1526px) {
  .alignwide {
    width: 116.66667vw;
  }
}

.has-text-color > a,
.has-text-color > a:hover {
  color: inherit;
}

.wp-block-image.alignwide > img {
  max-width: 1400px !important;
  width: 87.5% !important;
  width: 87.5vw !important;
  padding: 0 !important;
  left: 0px;
  position: relative;
}
@media only screen and (min-width: 1526px) {
  .wp-block-image.alignwide > img {
    width: 100% !important;
  }
}

.alignfull {
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  max-width: 100%;
  max-width: 100vw;
  width: 100%;
  width: 100vw;
}

.wp-block-image.alignfull > img {
  max-width: 100% !important;
  width: 100% !important;
  max-width: 100vw !important;
  width: 100vw !important;
  padding: 0 !important;
}

/* Columns */
.wp-block-columns.alignfull {
  padding-left: 8.333333%;
  padding-right: 8.333333%;
}

/* Buttons */
.wp-block-buttons {
  align-items: center;
}

.wp-block-button {
  margin-bottom: 1rem;
}
.wp-block-button .btn {
  font-size: 0.875rem;
  padding: 0.25rem 1.125rem;
  border-color: transparent;
}
.wp-block-button:not(.is-style-outline) .btn.btn-jelly-bean, .wp-block-button:not(.is-style-outline) .btn.btn-jelly-bean:hover, .wp-block-button:not(.is-style-outline) .btn.btn-jelly-bean:focus {
  background-color: var(--tainacan-interface--link-color, #187181);
  color: var(--wp--preset--theme-text-color--white, #fff);
}
.wp-block-button.is-style-outline > .wp-block-button__link, .wp-block-button > .wp-block-button__link.is-style-outline {
  padding: 0.25rem 1.125rem;
  border: 1px solid #505253 !important;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button > .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: var(--tainacan-interface--link-color, #187181);
}
.wp-block-button button:disabled {
  pointer-events: none;
  opacity: 0.55;
}

.wp-block-button.is-style-outline:not(.has-background-color) .btn {
  background: transparent !important;
}

.wp-block-button.aligncenter,
.wp-block-button.alignleft,
.wp-block-button.alignright {
  display: block;
}

/* Media and Text */
.wp-block-media-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0.75rem 4.16666667%;
  padding: 0.75rem 4.1666667vw;
}

/* Cover block */
/* Carousel */
.wp-block-tainacan-carousel-items-list.alignwide .tainacan-carousel,
.wp-block-tainacan-carousel-collections-list.alignwide .tainacan-carousel,
.wp-block-tainacan-carousel-terms-list.alignwide .tainacan-carousel {
  width: 100%;
  left: 0;
}

.wp-block-tainacan-carousel-items-list.alignfull .tainacan-carousel,
.wp-block-tainacan-carousel-collections-list.alignfull .tainacan-carousel .wp-block-tainacan-carousel-terms-list.alignfull .tainacan-carousel {
  width: 100%;
  width: 100vw;
  left: 0;
}

/* Links */
.wp-social-link {
  padding: 0;
}

/* Fixes for cases where previos block-based widgets are loaded in the theme */
#sidebar .alignfull,
#sidebar .alignwide {
  max-width: 100%;
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* Search and navigation block with some details */
.wp-block-search__label {
  font-weight: bold;
  font-size: 1em;
}

.wp-block-search__inside-wrapper .wp-block-search__button {
  margin-left: 0;
  padding: 0.125rem 0.5rem;
}

.wp-block-navigation .wp-block-navigation-item__label {
  white-space: nowrap;
}

.wp-block-navigation__responsive-close {
  margin-right: 0px;
}

#comments {
  border-top-color: var(--tainacan-interface--link-color, #187181) !important;
}
#comments div[for=comment] span {
  font-size: 1.125rem;
}
#comments div[for=comment] .authenticated {
  font-size: 0.625rem;
}
#comments form#commentform .comment-notes {
  font-size: 0.75rem;
  color: #898d8f;
}
#comments form#commentform .form-row img {
  width: 50px;
  height: 50px;
}
#comments form#commentform .form-row .form-group .comments-input {
  margin-left: auto;
  width: 90% !important;
}
@media only screen and (max-width: 576px) {
  #comments form#commentform .form-row .form-group .comments-input {
    margin-left: 0;
    width: 100% !important;
  }
}
#comments form#commentform p[class^=comment-form-] {
  margin-bottom: 22px;
}
#comments form#commentform p[class^=comment-form-] label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #000;
  margin-right: 1.8%;
}
#comments form#commentform p[class^=comment-form-] input {
  width: 50%;
  border: 1px solid #a5a5a5;
  height: 30px;
}
@media only screen and (max-width: 576px) {
  #comments form#commentform p[class^=comment-form-] input {
    width: 82%;
  }
}
#comments form#commentform .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}
#comments form#commentform .comment-form-cookies-consent #wp-comment-cookies-consent {
  width: auto;
  display: inline-flex;
}
#comments form#commentform .comment-form-cookies-consent label {
  margin: 0 1rem;
}
#comments form#commentform .comment-form-author {
  margin-top: 22px;
}
#comments form#commentform .comment-form-url {
  margin-bottom: 30px !important;
}
#comments form#commentform .comment-form-url label {
  margin-right: 1.4% !important;
}
@media only screen and (max-width: 576px) {
  #comments form#commentform .comment-form-url label {
    margin-right: 0.3% !important;
  }
}
@media only screen and (max-width: 576px) {
  #comments form#commentform .mx-sm-auto {
    padding: 0 2rem;
  }
}
#comments form#commentform textarea {
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  #comments form#commentform button#submit, #comments form#commentform button#cancel-comment-reply-link, #comments form#commentform a#submit, #comments form#commentform a#cancel-comment-reply-link {
    height: 28px;
    padding-top: 2px;
  }
}
#comments form#commentform button#submit:focus, #comments form#commentform button#cancel-comment-reply-link:focus, #comments form#commentform a#submit:focus, #comments form#commentform a#cancel-comment-reply-link:focus {
  box-shadow: none;
}
#comments form#commentform button#cancel-comment-reply-link, #comments form#commentform a#cancel-comment-reply-link {
  color: #150e38;
}
#comments form#commentform button#submit, #comments form#commentform a#submit {
  border: none;
}
#comments form#commentform button#submit:hover, #comments form#commentform a#submit:hover {
  background-color: #1a745c !important;
}
#comments .list-comments .media {
  margin-bottom: 2.5rem;
}
#comments .list-comments .media > .avatar {
  width: 50px;
  height: 50px;
}
#comments .list-comments .media .media-body h5 a.bypostauthor {
  font-size: 0.75rem;
}
#comments .list-comments .media .media-body h5 .comment-time {
  font-size: 0.625rem;
}
#comments .list-comments .media .media-body .comment-text {
  font-size: 0.75rem;
  max-width: 60vw;
}
#comments .list-comments .media .media-body .comment-text p {
  margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
  #comments .list-comments .media .media-body .comment-text p {
    margin-left: 0.5rem;
  }
}
@media only screen and (min-width: 576px) {
  #comments .list-comments .media .media-body .comment-text {
    margin-left: 0.5rem;
  }
}
#comments .list-comments .media .media-body .comment-reply-link, #comments .list-comments .media .media-body .comment-edit-link {
  color: var(--tainacan-interface--link-color, #187181);
  font-size: 0.75rem;
}
@media only screen and (min-width: 576px) {
  #comments ul.children.align-children {
    margin-left: 2.5rem;
  }
}
#comments .navigation {
  border-top: 1px solid #898d8f;
}
#comments .navigation .float-left, #comments .navigation .float-right {
  color: #898d8f;
  margin-top: 0.5rem;
}
#comments .navigation .float-left a, #comments .navigation .float-right a {
  color: #898d8f;
  font-weight: normal;
}
#comments .navigation .float-left i {
  transform: rotate(90deg);
  margin-right: -4px;
  vertical-align: top;
}
#comments .navigation .float-right i {
  transform: rotate(90deg);
  margin-left: -4px;
  vertical-align: top;
}

.tainacan-list-post hr:last-child {
  display: none;
}
.tainacan-list-post .blog-post .blog-thumbnail {
  padding-right: 0;
  margin-right: 4.1666666667%;
}
@media screen and (min-width: 992px) {
  .tainacan-list-post .blog-post .blog-thumbnail {
    flex: 0 0 29.333333%;
  }
}
.tainacan-list-post .blog-post .blog-thumbnail img {
  width: 300px;
  height: auto;
}
.tainacan-list-post .blog-post .blog-content {
  font-size: 0.75rem;
  font-weight: 400;
  color: #898d8f;
}
@media screen and (min-width: 768px) {
  .tainacan-list-post .blog-post .blog-content.blog-flex {
    flex: 0 0 61.666667%;
    max-width: 61.666667%;
  }
}
@media screen and (min-width: 992px) {
  .tainacan-list-post .blog-post .blog-content.blog-flex {
    flex: 0 0 65.666667%;
    max-width: 65.666667%;
    padding-left: 0;
  }
}
.tainacan-list-post .blog-post .blog-content .title-area {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.tainacan-list-post .blog-post .blog-content h3 {
  font-size: 1.125rem !important;
}
.tainacan-list-post .blog-post .blog-content h4 {
  font-size: 0.75rem !important;
  margin-bottom: 0.75rem;
  background: #e6f6f8;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-weight: bold;
  margin-left: 0.5rem;
}
.tainacan-list-post .blog-post .blog-content h4 a,
.tainacan-list-post .blog-post .blog-content h4 a:hover {
  cursor: pointer;
  text-decoration: none;
}
.tainacan-list-post .blog-post .blog-content .text-black {
  font-weight: 400;
  font-size: 1rem;
}
.tainacan-list-post .blog-post .blog-content time {
  font-size: 0.75rem;
  font-weight: 400;
  color: #898d8f;
}
.tainacan-list-post .blog-post .blog-content a[rel=author] {
  font-size: 0.75rem;
  font-weight: 400;
}
.tainacan-list-post .blog-post .blog-content .readmore.screen-reader-text {
  font-size: 0.875rem;
  font-weight: 400;
}
.tainacan-list-post table thead th {
  color: #898d8f;
  font-size: 0.75rem;
  font-weight: 400;
  border-top: none;
  border-bottom: 1px solid #a5a5a5;
}
.tainacan-list-post table .tainacan-list-collection {
  cursor: pointer;
}
.tainacan-list-post table .tainacan-list-collection:hover {
  background-color: #f2f2f2;
}
.tainacan-list-post table .tainacan-list-collection th, .tainacan-list-post table .tainacan-list-collection td {
  vertical-align: middle;
}
.tainacan-list-post table .tainacan-list-collection td {
  border-top: none;
  padding: 10px;
}
.tainacan-list-post table .tainacan-list-collection .collection-checkbox {
  width: 4.1666666667%;
  text-align: right;
  padding-right: 0;
}
.tainacan-list-post table .tainacan-list-collection .collection-miniature {
  min-width: 70px;
  padding-left: 20px;
  text-align: center;
}
.tainacan-list-post table .tainacan-list-collection .collection-miniature img {
  width: 40px;
  height: 40px;
}
.tainacan-list-post table .tainacan-list-collection .collection-miniature .image-placeholder {
  height: 40px;
  width: 40px;
}
.tainacan-list-post table .tainacan-list-collection .collection-title {
  font-size: 0.875rem;
  font-weight: 400;
}
.tainacan-list-post table .tainacan-list-collection .collection-title a {
  color: #000;
}
.tainacan-list-post table .tainacan-list-collection .collection-title a:hover {
  text-decoration: none;
}
.tainacan-list-post table .tainacan-list-collection .collection-description, .tainacan-list-post table .tainacan-list-collection .collection-date {
  font-size: 0.75rem;
  font-weight: 400;
}
.tainacan-list-post table .tainacan-list-collection .collection-description p, .tainacan-list-post table .tainacan-list-collection .collection-date p {
  margin-bottom: 0;
}
.tainacan-list-post table .tainacan-list-collection .collection-create-by {
  font-size: 0.75rem;
  font-weight: 400;
}
.tainacan-list-post table .tainacan-list-collection .collection-create-by a {
  color: #898d8f;
}
.tainacan-list-post table .tainacan-list-collection .collection-create-by a:hover {
  text-decoration: none;
}
.tainacan-list-post .tainacan-list-collection--container-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, 425px);
  grid-gap: 30px;
}
@media only screen and (max-width: 797px) {
  .tainacan-list-post .tainacan-list-collection--container-card {
    grid-gap: 12px;
  }
}
@media screen and (max-width: 480px) {
  .tainacan-list-post .tainacan-list-collection--container-card {
    grid-template-columns: repeat(auto-fit, 100%);
  }
  .tainacan-list-post .tainacan-list-collection--container-card .tainacan-list-collection--card-img,
  .tainacan-list-post .tainacan-list-collection--container-card .image-placeholder {
    width: 130px !important;
    height: 130px !important;
  }
}
.tainacan-list-post .tainacan-list-collection--container-card .tainacan-list-collection--card:hover {
  background: #f2f2f2 !important;
}
.tainacan-list-post .tainacan-list-collection--container-card .tainacan-list-collection--card:hover .tainacan-list-collection--title {
  background-color: #dbdbdb;
}
.tainacan-list-post .tainacan-list-collection--container-card .tainacan-list-collection--card:hover .image-placeholder {
  background-color: #a5a5a5;
}
.tainacan-list-post .tainacan-list-collection--container-card .tainacan-list-collection--card .tainacan-list-collection--title {
  background: #fff;
  font-size: 0.875rem !important;
  font-weight: 400;
  height: 40px;
  line-height: 0.5rem;
}
.tainacan-list-post .tainacan-list-collection--container-card .tainacan-list-collection--card .tainacan-list-collection--card-img {
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.tainacan-list-post .tainacan-list-collection--container-card .tainacan-list-collection--card .image-placeholder {
  height: 170px;
  width: 170px;
  margin-right: 1rem;
}
.tainacan-list-post .tainacan-list-collection--container-card .tainacan-list-collection--card .image-placeholder > h4 {
  text-align: center;
  font-size: 3rem;
}
.tainacan-list-post .tainacan-list-collection--container-card .tainacan-list-collection--card .media-body p {
  font-size: 0.6875rem;
  font-weight: 400;
  padding-top: 0.75rem;
  padding-right: 0.75rem;
}
.tainacan-list-post .tainacan-list-collection--container-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 250px);
  grid-gap: 46px;
}
.tainacan-list-post .tainacan-list-collection--container-grid .tainacan-list-collection--grid {
  width: 250px;
  height: 295px;
}
.tainacan-list-post .tainacan-list-collection--container-grid .tainacan-list-collection--grid .tainacan-list-collection--grid-title {
  margin-top: 0px;
  font-size: 0.875rem;
  font-weight: 400;
  height: 45px;
  line-height: 0.75rem;
}
.tainacan-list-post .tainacan-list-collection--container-grid .tainacan-list-collection--grid .tainacan-list-collection--grid-img {
  width: 250px;
  height: 250px;
}
.tainacan-list-post .tainacan-list-collection--container-grid .tainacan-list-collection--grid .image-placeholder {
  height: 250px;
  width: 250px;
}
.tainacan-list-post .tainacan-list-collection--container-grid .tainacan-list-collection--grid .image-placeholder > h4 {
  font-size: 3rem;
}
.tainacan-list-post .tainacan-list-collection--grid-link:hover, .tainacan-list-post .tainacan-list-collection--card-link:hover {
  text-decoration: none;
  background-color: #f2f2f2;
}
.tainacan-list-post .tainacan-list-collection--grid-link:hover .tainacan-list-collection--title, .tainacan-list-post .tainacan-list-collection--grid-link:hover .tainacan-list-collection--grid-title, .tainacan-list-post .tainacan-list-collection--card-link:hover .tainacan-list-collection--title, .tainacan-list-post .tainacan-list-collection--card-link:hover .tainacan-list-collection--grid-title {
  background-color: #dbdbdb;
}
.tainacan-list-post .tainacan-list-collection--grid-link:hover .image-placeholder, .tainacan-list-post .tainacan-list-collection--card-link:hover .image-placeholder {
  background-color: #a5a5a5;
}

.tainacan-collection-list--simple-search .dropdown #dropdownMenuSorting, .tainacan-collection-list--simple-search .dropdown #dropdownMenuViewMode {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tainacan-collection-list--simple-search .dropdown #dropdownMenuSorting:focus, .tainacan-collection-list--simple-search .dropdown #dropdownMenuViewMode:focus {
  box-shadow: none;
}
.tainacan-collection-list--simple-search .dropdown #dropdownMenuSorting::after, .tainacan-collection-list--simple-search .dropdown #dropdownMenuViewMode::after {
  color: var(--tainacan-interface--link-color, #187181);
}
.tainacan-collection-list--simple-search .dropdown.dropdown-sorting button {
  padding-left: 0;
}
@media only screen and (max-width: 576px) {
  .tainacan-collection-list--simple-search .dropdown.dropdown-viewMode .show {
    transform: translate3d(-94px, 35px, 0px) !important;
    left: 0 !important;
  }
}
.tainacan-collection-list--simple-search .dropdown .dropdown-menu {
  font-size: 0.875rem;
  border-radius: 0;
  border: 1px solid #a5a5a5;
}
.tainacan-collection-list--simple-search .dropdown .dropdown-menu a:hover {
  background-color: #f2f2f2;
}
.tainacan-collection-list--simple-search .dropdown .dropdown-menu a.active {
  background-color: #c1dae0;
}
.tainacan-collection-list--simple-search a {
  color: #898d8f;
}
.tainacan-collection-list--simple-search a:hover {
  color: #898d8f;
}
.tainacan-collection-list--simple-search a.active {
  color: #a5a5a5;
}
.tainacan-collection-list--simple-search a.active:hover {
  color: #a5a5a5;
}
.tainacan-collection-list--simple-search a:focus {
  box-shadow: none;
}
.tainacan-collection-list--simple-search #tainacan-collection-search input {
  height: calc(2.25rem - 3px);
  border-color: #a5a5a5 !important;
}
.tainacan-collection-list--simple-search #tainacan-collection-search input:focus {
  box-shadow: none;
  border-right: none;
}
.tainacan-collection-list--simple-search #tainacan-collection-search input::placeholder {
  font-size: 0.75rem;
  color: #898d8f;
}
.tainacan-collection-list--simple-search #tainacan-collection-search button {
  border-color: #a5a5a5 !important;
  line-height: 0.5;
}
.tainacan-collection-list--simple-search #tainacan-collection-search button:focus {
  box-shadow: none;
}

.tainacan-single-post header .header-meta {
  color: #898d8f !important;
  font-size: 0.75rem;
  font-weight: 400;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .tainacan-single-post header .header-meta {
    margin-top: -10px;
  }
}
.tainacan-single-post header .header-meta img {
  height: 24px;
  padding-left: 1rem;
}
.tainacan-single-post header .header-meta .pagination {
  margin: 0 0.1rem;
}
.tainacan-single-post header .header-meta .pagination a:hover {
  text-decoration: none;
}
.tainacan-single-post header .header-meta .pagination span {
  display: none;
}
.tainacan-single-post header .header-meta .pagination i.tainacan-icon-viewtable::before {
  transform: scale(0.6);
}
.tainacan-single-post header img {
  height: auto;
  display: block;
  margin: 0 auto;
}
.tainacan-single-post header.tainacan-content {
  min-height: auto;
}
.tainacan-single-post .tainacan-content {
  font-size: 1rem;
  min-height: 32.5vh;
}
@media only screen and (min-height: 1080px) {
  .tainacan-single-post .tainacan-content {
    min-height: 50vh;
  }
}
.tainacan-single-post .tainacan-content > p:last-child::after {
  display: block;
  clear: both;
  content: "";
}
.tainacan-single-post .tainacan-content footer {
  font-size: 0.875rem;
  color: #000;
  font-weight: 400;
}
.tainacan-single-post .tainacan-content > * {
  margin-top: 28px;
  margin-bottom: 28px;
}

.tainacan-heading-section-pattern-pattern h1,
.tainacan-heading-section-pattern-pattern h2,
.tainacan-heading-section-pattern-pattern h3,
.tainacan-heading-section-pattern-pattern h4 {
  margin-bottom: 0px !important;
}
.tainacan-heading-section-pattern-pattern p {
  font-style: italic;
  margin-bottom: 0 !important;
}
.tainacan-heading-section-pattern-pattern hr.wp-block-separator:not(.is-style-wide) {
  margin-left: 0;
  margin-top: 0.5rem;
  max-width: 200px;
}
.tainacan-heading-section-pattern-pattern hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  border-width: 2px;
  height: 3px;
}

@media only screen and (min-width: 768px) {
  .sidebar-border {
    border-top: none !important;
  }
}

#sidebar.sidebar .widget .widget-title, #sidebar.sidebar .widget.widget_block > .wp-block-group > .wp-block-group__inner-container > h1, #sidebar.sidebar .widget.widget_block > .wp-block-group > .wp-block-group__inner-container > h2, #sidebar.sidebar .widget.widget_block > .wp-block-group > .wp-block-group__inner-container > h3, #sidebar.sidebar .widget.widget_block > .wp-block-group > .wp-block-group__inner-container > h4, #sidebar.sidebar .widget.widget_block > .wp-block-group > .wp-block-group__inner-container > h5, #sidebar.sidebar .widget.widget_block > .wp-block-group > .wp-block-group__inner-container > h6 {
  font-size: 1rem !important;
  font-weight: bold;
  color: #1d1d1b;
}
#sidebar.sidebar .widget.widget_recent_entries ul li, #sidebar.sidebar .widget.widget_recent_comments ul li {
  margin-bottom: 0.3rem;
}
#sidebar.sidebar .widget.widget_media_gallery .gallery {
  display: grid;
}
#sidebar.sidebar .widget.widget_media_gallery .gallery dl {
  margin-top: 0;
}
#sidebar.sidebar .widget.widget_media_gallery .gallery dl dt img {
  border: 0;
}
#sidebar.sidebar .widget.widget_media_gallery .gallery br {
  display: none;
}
#sidebar.sidebar .widget.widget_text {
  font-size: 0.75rem;
}
#sidebar.sidebar .widget table.wp-calendar-table {
  font-size: 0.875rem;
}
#sidebar.sidebar .widget table.wp-calendar-table td {
  padding: 2px;
}
#sidebar.sidebar .widget ul {
  padding-left: 0;
}
#sidebar.sidebar .widget ul li {
  display: block;
  margin-bottom: 0.3rem;
}
#sidebar.sidebar .widget ul li a {
  font-weight: 400;
  font-size: 0.875rem;
}
#sidebar.sidebar .widget form .input-group-append button {
  height: 30px;
  padding: 0 5px 0 0px;
}
#sidebar.sidebar .widget form .input-group-append button:hover {
  color: inherit;
}
#sidebar.sidebar .widget form .input-group-append button i {
  color: #062a57;
  font-size: 1.1875rem;
}
#sidebar.sidebar .widget #tainacan-search {
  font-size: 0.75rem;
  color: #505253;
  border-color: #dbdbdb;
  height: 30px;
  border-radius: 0px;
}
#sidebar.sidebar .widget #tainacan-search:focus {
  box-shadow: none;
  border-color: #505253;
}
#sidebar.sidebar .widget #tainacan-search + .input-group-append button {
  border-left-width: 0;
  border-color: #dbdbdb;
  border-radius: 0px;
  padding: 0 5px;
}
#sidebar.sidebar .search-controls {
  padding: 0.75rem 0.875rem 0.5rem 0.875rem;
  font-size: 0.75rem;
  column-count: 2;
}
#sidebar.sidebar .search-controls label {
  white-space: normal;
  display: flex;
}
#sidebar.sidebar .search-controls label input {
  margin-right: 0.5rem;
}

.margin-pagination {
  border-width: 2px !important;
  font-size: 0.875rem;
  font-weight: 400;
  color: #898d8f;
  padding: 0 1rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.margin-pagination .pagination .nav-links a:nth-last-child(1) {
  white-space: nowrap;
}
@media only screen and (max-width: 576px) {
  .margin-pagination .pagination .nav-links {
    flex-wrap: wrap;
  }
}
.margin-pagination .pagination .nav-links .page-numbers {
  padding: 0.5rem;
}
.margin-pagination .pagination .nav-links .page-numbers i {
  font-size: 1.125rem;
}
.margin-pagination .pagination .nav-links .page-numbers .next {
  padding-left: 0;
}
.margin-pagination .view-items {
  white-space: nowrap;
}
@media screen {
  .margin-pagination {
    /* @media (max-width: 592px){
        margin-left: 3rem;
        margin-right: 3rem;
    }
    @media (min-width: 768px){
        margin-left: 6rem;
        margin-right: 6rem;
    } */
  }
}

@media only screen and (min-width: 1526px) {
  .collection-header {
    overflow: inherit;
  }
}

.t-bg-collection {
  background-color: #2c2d2d;
  min-height: 150px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .t-bg-collection {
    min-height: 130px;
  }
}
@media only screen and (max-width: 576px) {
  .t-bg-collection {
    min-height: 96px;
  }
}
.t-bg-collection .t-collection--info-img, .t-bg-collection .image-placeholder {
  width: calc(16.6666666667% - 8px);
  width: calc(16.6666666667vw - 8px);
  height: calc(16.6666666667% - 8px);
  height: calc(16.6666666667vw - 8px);
  max-height: 215px;
  max-width: 215px;
  bottom: -111px;
  border-width: 4px !important;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 1526px) {
  .t-bg-collection .t-collection--info-img, .t-bg-collection .image-placeholder {
    margin-left: 4.1666666667%;
    margin-left: 4.1666666667vw;
  }
}
@media only screen and (max-width: 1290px) {
  .t-bg-collection .t-collection--info-img, .t-bg-collection .image-placeholder {
    bottom: calc(-8.33% + 4px);
    bottom: calc(-8.33vw + 4px);
  }
}
@media only screen and (max-width: 767px) {
  .t-bg-collection .t-collection--info-img, .t-bg-collection .image-placeholder {
    width: calc(25% - 8px);
    width: calc(25vw - 8px);
    height: calc(25% - 8px);
    height: calc(25vw - 8px);
    max-width: calc(25% - 8px);
    max-width: calc(25vw - 8px);
    bottom: calc(-12.5% - 4px);
    bottom: calc(-12.5vw - 4px);
  }
  .t-bg-collection .t-collection--info-img h4, .t-bg-collection .image-placeholder h4 {
    font-size: 2.5rem !important;
  }
}
.t-bg-collection .t-collection--info-img h4, .t-bg-collection .image-placeholder h4 {
  font-size: 3rem;
}
.t-bg-collection .t-collection--info {
  padding-top: 10px;
  justify-content: space-between;
}
.t-bg-collection .t-collection--info .t-collection--col-9 {
  padding-left: calc(4.1666666667% + 2.75rem) !important;
  padding-right: 12.5% !important;
}
@media only screen and (max-width: 767px) {
  .t-bg-collection .t-collection--info .t-collection--col-9 {
    padding-left: calc(4.1666666667% + 1.25rem) !important;
    padding-right: 8.33% !important;
  }
}
.t-bg-collection .t-collection--info .t-collection--col-9 h2 {
  padding-top: 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-bg-collection .t-collection--info .t-collection--info-title {
  font-size: 1.5rem !important;
  font-weight: 600;
  margin-top: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .t-bg-collection .t-collection--info .t-collection--info-title {
    font-size: 1.125rem !important;
    font-weight: 600;
  }
}
.t-bg-collection .t-collection--info .t-collection--info-description-text {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0;
}
.t-bg-collection .t-collection--info .t-collection--info-description-text a {
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 576px) {
  .t-bg-collection .t-collection--info .t-collection--info-description-text {
    margin-top: 0.5rem;
  }
}
.t-bg-collection .t-collection--info .t-collection--info-description-text.tainacan-interface-truncate {
  min-height: 65px;
  margin-bottom: 1.25rem;
}
.t-bg-collection .t-collection--info .t-collection--info-description-text.tainacan-interface-truncate .tainacan-interface-more, .t-bg-collection .t-collection--info .t-collection--info-description-text.tainacan-interface-truncate .tainacan-interface-less {
  color: #a5a5a5;
  white-space: nowrap;
  opacity: 0.75;
}
.t-bg-collection .t-collection--info .t-collection--info-description-text.tainacan-interface-truncate.full-story {
  height: auto;
  margin-bottom: 2rem;
}

.absolute-center, .collection-header--share .btn .tainacan-icon, .collection-header--share {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
}

.collection-header--share {
  width: 35px;
  height: 35px;
  left: 94.833333%;
  top: -2px;
}
@media only screen and (max-width: 1526px) {
  .collection-header--share {
    margin-right: 4.1666666667%;
    margin-right: 4.1666666667vw;
  }
}
@media only screen and (max-width: 576px) {
  .collection-header--share {
    left: 90.833333%;
  }
}
.collection-header--share .btn {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  z-index: -10;
  cursor: pointer;
  transition: opacity 0.3s, z-index 0.3s, transform 0.3s;
  transform: translateX(0);
  color: #2c2d2d;
}
.collection-header--share .btn .tainacan-icon {
  font-size: 1.4rem;
  transition: color 0.3s;
  color: #2c2d2d;
  margin-top: -0.05rem;
}
.collection-header--share .btn .tainacan-icon.tainacan-icon-share {
  left: 45%;
}
.collection-header--share .btn .tainacan-icon.tainacan-icon-telegram {
  margin-top: 0.1rem;
  margin-left: -0.01rem;
}
.collection-header--share .btn .tainacan-icon.tainacan-icon-whatsapp {
  margin-top: 0rem;
}
.collection-header--share .btn.trigger {
  opacity: 1;
  z-index: 100;
  cursor: pointer;
  transition: transform 0.3s;
}
.collection-header--share .rotater {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
}
.collection-header--share .rotater a {
  color: #2c2d2d;
}
.collection-header--share.active .btn {
  opacity: 1 !important;
  z-index: 50;
}

.rotater:nth-child(1) {
  transform: rotate(-67.5deg);
}

.collection-header--share.active .rotater:nth-child(1) .btn-icon {
  transform: translateX(-4em) rotate(67.5deg);
}

.rotater:nth-child(2) {
  transform: rotate(-22.5deg);
}

.collection-header--share.active .rotater:nth-child(2) .btn-icon {
  transform: translateX(-4em) rotate(22.5deg);
}

.rotater:nth-child(3) {
  transform: rotate(22.5deg);
}

.collection-header--share.active .rotater:nth-child(3) .btn-icon {
  transform: translateX(-4em) rotate(-22.5deg);
}

.rotater:nth-child(4) {
  transform: rotate(67.5deg);
}

.collection-header--share.active .rotater:nth-child(4) .btn-icon {
  transform: translateX(-4em) rotate(-67.5deg);
}

.rotater:nth-child(5) {
  transform: rotate(112.5deg);
}

.collection-header--share.active .rotater:nth-child(5) .btn-icon {
  transform: translateX(-4em) rotate(-112.5deg);
}

.rotater:nth-child(6) {
  transform: rotate(157.5deg);
}

.collection-header--share.active .rotater:nth-child(6) .btn-icon {
  transform: translateX(-4em) rotate(-157.5deg);
}

.rotater:nth-child(7) {
  transform: rotate(202.5deg);
}

.collection-header--share.active .rotater:nth-child(7) .btn-icon {
  transform: translateX(-4em) rotate(-202.5deg);
}

.rotater:nth-child(8) {
  transform: rotate(247.5deg);
}

.collection-header--share.active .rotater:nth-child(8) .btn-icon {
  transform: translateX(-4em) rotate(-247.5deg);
}

footer.tainacan-footer {
  background-color: #2c2d2d;
  color: white;
}
footer.tainacan-footer a {
  color: #9f9f9f;
}
footer.tainacan-footer a:hover {
  color: white;
  font-weight: 600;
  text-decoration: none;
}
footer.tainacan-footer .tainacan-footer-area-separator {
  background-color: var(--tainacan-interface--link-color, #187181);
}
@media only screen and (max-width: 991px) {
  footer.tainacan-footer .tainacan-footer-widgets-area {
    margin: 0 4.1666666667%;
    margin: 0 4.1666666667vw;
  }
}
@media only screen and (min-width: 992px) {
  footer.tainacan-footer .tainacan-footer-widgets-area {
    margin: 0 8.3333333333%;
    margin: 0 8.3333333333vw;
  }
}
footer.tainacan-footer .tainacan-footer-widgets-area nav {
  border: none;
}
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ul,
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ol {
  list-style: inside;
}
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ul li,
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ol li {
  color: white;
  margin-bottom: 0.875rem;
}
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ul li.tainacan-side h6,
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ol li.tainacan-side h6 {
  font-size: 1.125rem;
}
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ul li p .fiber,
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ol li p .fiber {
  font-size: 0.5625rem;
}
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ul li a,
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ol li a {
  color: #9f9f9f;
}
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ul li a:hover,
footer.tainacan-footer .tainacan-footer-widgets-area .tainacan-side ol li a:hover {
  color: white;
  font-weight: 600;
  text-decoration: none;
}
footer.tainacan-footer .tainacan-footer-widgets-area h1,
footer.tainacan-footer .tainacan-footer-widgets-area h2,
footer.tainacan-footer .tainacan-footer-widgets-area h3,
footer.tainacan-footer .tainacan-footer-widgets-area h4,
footer.tainacan-footer .tainacan-footer-widgets-area h5,
footer.tainacan-footer .tainacan-footer-widgets-area h6 {
  color: white !important;
  font-size: 1.125rem !important;
}
footer.tainacan-footer .tainacan-footer-widgets-area .gallery {
  display: flex;
  flex-wrap: wrap;
  max-height: 485px;
  overflow: hidden;
  justify-content: flex-start;
  align-items: flex-start;
}
footer.tainacan-footer .tainacan-footer-widgets-area .gallery .gallery-item {
  margin: 5px !important;
  width: auto !important;
}
footer.tainacan-footer .tainacan-footer-widgets-area .gallery .gallery-item img {
  border: none !important;
}
footer.tainacan-footer .tainacan-footer-widgets-area .gallery .gallery-caption {
  display: none;
}
footer.tainacan-footer .tainacan-footer-widgets-area .gallery br {
  display: none;
}
footer.tainacan-footer .tainacan-footer-widgets-area .image {
  max-width: 100%;
  height: auto;
}
footer.tainacan-footer .tainacan-footer-widgets-area .input-group {
  background: white;
  padding: 0rem;
  align-items: center;
  height: 2.5rem;
}
footer.tainacan-footer .tainacan-footer-widgets-area .input-group .btn {
  border-radius: 0px;
  border-color: #dbdbdb;
  min-height: 40px;
}
footer.tainacan-footer .tainacan-footer-widgets-area .input-group .btn:hover {
  color: #373839;
}
footer.tainacan-footer .tainacan-footer-widgets-area .form-control {
  height: 100%;
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #898d8f;
  padding-right: 2rem;
}
footer.tainacan-footer .tainacan-footer-widgets-area .form-control:focus {
  color: #373839;
  box-shadow: none;
  border: 1px solid #505253 !important;
}
footer.tainacan-footer .tainacan-footer-widgets-area .search-controls {
  background: #f2f2f2;
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  padding: 0.75rem 0.875rem 0.5rem 0.875rem;
  font-size: 0.75rem;
  column-count: 2;
}
footer.tainacan-footer .tainacan-footer-widgets-area .search-controls label {
  white-space: normal;
  display: flex;
  color: #373839;
  align-items: center;
}
footer.tainacan-footer .tainacan-footer-widgets-area .search-controls label input {
  margin-right: 0.5rem;
}
footer.tainacan-footer .tainacan-footer-info {
  font-size: 0.875rem;
  width: auto;
}
@media only screen and (max-width: 991px) {
  footer.tainacan-footer .tainacan-footer-info {
    margin: 0 4.1666666667%;
    margin: 0 4.1666666667vw;
  }
}
@media only screen and (min-width: 992px) {
  footer.tainacan-footer .tainacan-footer-info {
    margin: 0 8.3333333333%;
    margin: 0 8.3333333333vw;
  }
}
footer.tainacan-footer .tainacan-footer-info .tainacan-footer-info--blog {
  font-weight: 400;
  margin-bottom: 2rem;
}
footer.tainacan-footer .tainacan-footer-info .tainacan-footer-info--logo {
  width: 120px;
}
footer.tainacan-footer .tainacan-footer-info .tainacan-powered {
  font-weight: 400;
  color: #a5a5a5;
}
footer.tainacan-footer .tainacan-footer-info .tainacan-powered a {
  color: #f9f9f9;
}
footer.tainacan-footer .tainacan-footer-info .tainacan-powered a:hover {
  color: white;
  font-weight: 600;
  text-decoration: none;
}
footer.tainacan-footer.tainacan-footer-colored {
  background-color: var(--tainacan-interface--link-color, #187181);
}
footer.tainacan-footer.tainacan-footer-colored a {
  color: #e6f6f8;
}
footer.tainacan-footer.tainacan-footer-colored .tainacan-footer-widgets-area .tainacan-side ul li a,
footer.tainacan-footer.tainacan-footer-colored .tainacan-footer-widgets-area .tainacan-side ol li a {
  color: #e6f6f8;
}
footer.tainacan-footer.tainacan-footer-colored .tainacan-footer-info .tainacan-powered {
  color: #e6f6f8;
}
footer.tainacan-footer.tainacan-footer-light {
  background-color: #f2f2f2;
}
footer.tainacan-footer.tainacan-footer-light .text-white {
  color: #373839 !important;
}
footer.tainacan-footer.tainacan-footer-light a {
  color: #373839;
}
footer.tainacan-footer.tainacan-footer-light a:hover {
  color: black;
}
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-widgets-area .tainacan-side ul li,
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-widgets-area .tainacan-side ol li {
  color: black;
}
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-widgets-area .tainacan-side ul li a,
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-widgets-area .tainacan-side ol li a {
  color: #373839;
}
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-widgets-area .tainacan-side ul li a:hover,
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-widgets-area .tainacan-side ol li a:hover {
  color: black;
}
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-widgets-area h1,
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-widgets-area h2,
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-widgets-area h3,
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-widgets-area h4,
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-widgets-area h5,
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-widgets-area h6 {
  color: black !important;
}
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-info .tainacan-powered {
  color: #373839;
}
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-info .tainacan-powered a {
  color: #222;
}
footer.tainacan-footer.tainacan-footer-light .tainacan-footer-info .tainacan-powered a:hover {
  color: black;
}

footer .wp-block-group ul {
  padding-inline-start: 1rem;
}

.tainacan-grid-container {
  min-height: 50vh;
  padding: 0px 4.166666667% 24px 4.166666667%;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, 285px);
  grid-gap: 0px;
  justify-content: space-evenly;
  animation-name: appear;
  animation-duration: 0.5s;
}
.tainacan-grid-container .row {
  justify-content: space-around;
}
.tainacan-grid-container .col {
  flex-grow: 0;
}
.tainacan-grid-container .tainacan-grid-item {
  width: 255px;
  margin: 12px 15px 24px 15px;
  text-align: center;
  display: block;
  text-decoration: none !important;
}
.tainacan-grid-container .tainacan-grid-item.skeleton {
  width: 255px;
  height: 295px;
}
.tainacan-grid-container .tainacan-grid-item .grid-item-thumbnail {
  width: 255px;
  height: 255px;
  max-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  display: block;
  position: relative;
}
.tainacan-grid-container .tainacan-grid-item .grid-item-thumbnail .skeleton {
  width: 255px;
  height: 255px;
  position: absolute;
  z-index: -1;
  background-color: #e0e0e0;
  bottom: 0;
}
.tainacan-grid-container .tainacan-grid-item .grid-item-thumbnail img {
  width: 255px;
  height: 255px;
  height: auto;
  border-radius: 0px;
  margin-bottom: -5px;
  visibility: hidden;
}
.tainacan-grid-container .tainacan-grid-item:hover {
  background-color: #dbdbdb;
}
.tainacan-grid-container .tainacan-grid-item:hover .metadata-title {
  text-decoration: none !important;
}
.tainacan-grid-container .tainacan-grid-item .metadata-title {
  flex-shrink: 0;
  padding: 0.6rem 1.5rem;
  text-align: left;
  position: relative;
}
.tainacan-grid-container .tainacan-grid-item .metadata-title p {
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tainacan-grid-container .tainacan-grid-item .metadata-title p a,
.tainacan-grid-container .tainacan-grid-item .metadata-title p a:hover {
  color: #1d1d1d !important;
  text-decoration: none !important;
}
.tainacan-grid-container .tainacan-grid-item .metadata-title .slideshow-icon {
  border: none;
  background: none;
  box-shadow: none;
  color: var(--tainacan-info-color) !important;
  position: absolute;
  right: 7px;
  top: 9px;
  transform: scale(0);
  transition: transform 0.2s ease;
}
.tainacan-grid-container .tainacan-grid-item:hover .slideshow-icon, .tainacan-grid-container .tainacan-grid-item:focus .slideshow-icon {
  transform: scale(1);
}

.page-header-taxonomy {
  border: 0;
  display: flex;
  height: 300px;
  margin: 0;
  position: relative;
  overflow-y: auto;
  background-color: var(--tainacan-gray1, #f2f2f2);
}
@media only screen and (min-width: 641px) and (max-width: 992px) {
  .page-header-taxonomy {
    height: 37.5%;
    height: 37.5vw;
  }
  .page-header-taxonomy .page-header-share {
    margin-top: 3px !important;
  }
}
@media only screen and (max-width: 640px) {
  .page-header-taxonomy {
    height: auto;
  }
}
.page-header-taxonomy > .container-fluid {
  max-width: calc(100vw - 4.166667%);
  max-width: 95.833333vw;
}
.page-header-taxonomy > .container-fluid:has(.page-header-image) {
  margin-left: 0 !important;
}
@media only screen and (max-width: 640px) {
  .page-header-taxonomy > .container-fluid {
    margin: 0;
    max-width: 100%;
    max-width: 100vw;
  }
}
.page-header-taxonomy > .container-fluid > .page-header-image {
  height: 100%;
  width: auto;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #f2f2f2;
}
@media only screen and (min-width: 641px) and (max-width: 992px) {
  .page-header-taxonomy > .container-fluid > .page-header-image {
    height: 37.5%;
    height: 37.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .page-header-taxonomy > .container-fluid > .page-header-image {
    height: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 641px) {
  .page-header-taxonomy > .container-fluid > .page-header-image + .page-header-content .page-header-content-meta {
    margin: 35px 0 24px 4.1666666667%;
    margin: 35px 0 24px 4.1666666667vw;
  }
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta {
  margin: 35px 0 24px 0;
}
@media only screen and (max-width: 992px) {
  .page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta {
    margin-top: 24px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta {
    margin-top: 36px;
    margin-bottom: 25px;
    margin-left: 4.1666666667%;
    margin-right: 4.1666666667%;
    margin-left: 4.1666666667vw;
    margin-right: 4.1666666667vw;
  }
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-content-title {
  width: 100%;
  border-color: var(--tainacan-interface--link-color, #187181) !important;
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-content-title .page-header-title {
  color: #062a57;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0.375rem;
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-content-title .page-header-back {
  font-size: 0.875rem;
  display: flex;
  align-self: center;
  margin-bottom: 0.2rem;
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights {
  margin-top: 24px;
}
@media only screen and (max-width: 992px) {
  .page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights {
    margin-top: 14px;
  }
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-description {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  padding: 0 4.1666666667% 0 0;
}
@media only screen and (max-width: 992px) {
  .page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-description {
    font-size: 0.75rem;
    padding-right: 0;
  }
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-description a {
  color: var(--tainacan-interface--link-color, #187181);
  font-size: inherit;
  font-weight: 400;
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-description.tainacan-interface-truncate-term .tainacan-interface-more-term, .page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-description.tainacan-interface-truncate-term .tainacan-interface-less-term {
  color: #4f4f4f;
  white-space: nowrap;
  opacity: 0.75;
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-description.tainacan-interface-truncate-term.full-story {
  height: auto;
  margin-bottom: 2rem;
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-share {
  white-space: nowrap;
  min-width: 110px;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-share {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-share {
    margin-top: 24px;
  }
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-share .page-header-icons {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-share .page-header-icons {
    width: 50%;
  }
  .page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-share .page-header-icons:not(:last-child) {
    width: 20%;
  }
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-share .page-header-icons .share-title {
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.1rem;
}
@media only screen and (min-width: 769px) {
  .page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-share .page-header-icons:not(:last-child) {
    margin-bottom: 22px;
  }
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-share .page-header-icons .icon-export {
  background-color: var(--tainacan-interface--link-color, #187181);
  color: #fff;
  border-radius: 100%;
  padding: 0.282rem 0.4rem;
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-share .page-header-icons .share-link:hover {
  text-decoration: none;
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-hightlights > .page-header-share .page-header-icons .share-link .share-images {
  width: 28px;
  height: 28px;
}

.page-header-taxonomy--height-auto {
  height: auto;
}

.tainacan-single-post .aside-thumbnail,
.tainacan-single-post.aside-thumbnail {
  margin-left: 200px;
}
.tainacan-single-post .aside-thumbnail p,
.tainacan-single-post.aside-thumbnail p {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0;
}
.tainacan-single-post .aside-thumbnail h1,
.tainacan-single-post.aside-thumbnail h1 {
  font-size: 1.5rem !important;
  font-weight: bold;
  margin: 0 60px 0 0px;
  padding-top: 0;
}
@media screen and (max-width: 1526px) {
  .tainacan-single-post .aside-thumbnail,
  .tainacan-single-post.aside-thumbnail {
    margin-left: calc(4.166667% + 165px);
  }
}
@media screen and (max-width: 768px) {
  .tainacan-single-post .aside-thumbnail,
  .tainacan-single-post.aside-thumbnail {
    margin-left: calc(4.166667% + 115px);
  }
}

.title-content-items {
  font-size: 1.125rem !important;
  font-weight: 500;
  color: var(--tainacan-interface--link-color, #187181);
  margin-left: 4.1666666667%;
  margin-right: 4.1666666667%;
  margin-left: 4.1666666667vw;
  margin-right: 4.1666666667vw;
  margin-bottom: 2rem;
  padding-top: 0;
}

.single-item-collection-banner {
  margin-left: -4.16666667%;
  margin-right: -4.1666667%;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  margin-right: calc(-1 * (100vw - 100%) / 2);
  margin-top: -2rem;
  position: relative;
  width: 100%;
  width: 100vw;
}
.single-item-collection-banner > div {
  padding: 8px 4.16666667% 12px 4.16666667%;
  padding: 8px calc((100vw - 1400px) / 2) 12px calc((100vw - 1400px) / 2);
}
.single-item-collection-banner .t-bg-collection {
  min-height: 4.16666667%;
  min-height: 4.16666667vw;
  position: relative;
}
.single-item-collection-banner .collection-name {
  color: white;
  margin-bottom: -2px;
  margin-top: 38px;
}
.single-item-collection-banner .collection-name a {
  color: white;
}
.single-item-collection-banner .item-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.single-item-collection-banner .item-title p, .single-item-collection-banner .item-title h1 {
  display: inline-block;
}
.single-item-collection-banner .collection-thumbnail {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 9;
}
.single-item-collection-banner .collection-thumbnail img {
  width: 185px;
  height: 185px;
  top: -88px;
  border-width: 3px !important;
}
@media screen and (max-width: 1526px) {
  .single-item-collection-banner .collection-thumbnail img {
    left: 4.1666667vw;
    top: -68px;
    height: 150px;
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .single-item-collection-banner .collection-thumbnail img {
    top: -45px;
    height: 110px;
    width: 110px;
  }
}
.single-item-collection-banner .collection-thumbnail .image-placeholder {
  width: 185px;
  height: 185px;
  top: -88px;
  border-width: 3px !important;
}
@media screen and (max-width: 1526px) {
  .single-item-collection-banner .collection-thumbnail .image-placeholder {
    left: 4.1666667vw;
    top: -68px;
    height: 150px;
    width: 150px;
  }
  .single-item-collection-banner .collection-thumbnail .image-placeholder h4 {
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .single-item-collection-banner .collection-thumbnail .image-placeholder {
    top: -45px;
    height: 110px;
    width: 110px;
  }
  .single-item-collection-banner .collection-thumbnail .image-placeholder h4 {
    font-size: 2rem !important;
  }
}
.single-item-collection-banner .collection-thumbnail .image-placeholder h4 {
  font-size: 3rem;
}
.single-item-collection-banner .collection-header--share {
  position: absolute;
  float: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  top: initial;
}
.single-item-collection-banner .collection-header--share .btn {
  max-width: 35px;
  border: 2px solid white;
  background: #2c2d2d;
}
.single-item-collection-banner .collection-header--share .btn .tainacan-icon {
  color: white;
  font-size: 1.25rem;
}
.single-item-collection-banner .collection-header--share .icons {
  position: relative;
  top: 50%;
}

.single-item-collection {
  min-height: 10vh;
  position: relative;
}
.single-item-collection .tainacan-media-component {
  --swiper-navigation-color: var(--tainacan-interface--link-color, #187181);
}
.single-item-collection .tainacan-item-file-download {
  position: absolute;
  opacity: 0;
  transform: scale(0);
  border-radius: 24px;
  width: 36px;
  height: 36px;
  bottom: 0px;
  right: calc(50% - 18px);
  cursor: pointer;
  font-size: 0;
  background-color: var(--tainacan-interface--link-color, #187181);
  color: white;
  transition: opacity 0.3s ease, transform 0.3s ease, font-size 0.3s ease;
}
.single-item-collection .tainacan-item-file-download a {
  height: 38px;
  width: 38px;
  display: block;
  position: relative;
  z-index: 99;
  padding: 0;
}
.single-item-collection .tainacan-item-file-download::after {
  position: relative;
  top: -38px;
  display: inline-block;
  font: normal normal normal 20px/1 "TainacanIcons";
  font-size: 1.25rem !important;
  line-height: 2.25rem;
  text-rendering: auto;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25em;
  text-transform: none !important;
  letter-spacing: normal !important;
  content: "download";
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-item-collection .single-item-collection--document {
  position: relative;
  color: black;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
  min-height: 10vh;
}
.single-item-collection .single-item-collection--document img {
  width: auto;
}
.single-item-collection .single-item-collection--document:hover .tainacan-item-file-download {
  opacity: 1;
  transform: scale(1);
}
.single-item-collection .single-item-collection--document > iframe {
  display: block;
  margin: 0 auto;
  border: none;
}
.single-item-collection .single-item-collection--document img.attachment-large {
  display: block;
  height: auto;
  margin: 0 auto;
  border: none;
}
.single-item-collection .single-item-collection--document > audio {
  width: 95%;
}
.single-item-collection .single-item-collection--document > iframe {
  min-height: 10vh;
}
.single-item-collection .single-item-collection--document > .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}
.single-item-collection .single-item-collection--document .tainacan-content-embed {
  width: 100%;
  height: auto;
}
.single-item-collection .single-item-collection--document .tainacan-content-embed.tainacan-has-aspect-ratio {
  max-width: calc(var(--tainacan-media-main-carousel-height, 60vh) * 2 / 1); /* Default to 2:1 aspect ratio. */
  margin-left: auto;
  margin-right: auto;
}
.single-item-collection .single-item-collection--document .tainacan-content-embed.tainacan-embed-aspect-21-9 {
  max-width: calc(var(--tainacan-media-main-carousel-height, 60vh) * 21 / 9);
}
.single-item-collection .single-item-collection--document .tainacan-content-embed.tainacan-embed-aspect-18-9 {
  max-width: calc(var(--tainacan-media-main-carousel-height, 60vh) * 18 / 9);
}
.single-item-collection .single-item-collection--document .tainacan-content-embed.tainacan-embed-aspect-16-9 {
  max-width: calc(var(--tainacan-media-main-carousel-height, 60vh) * 16 / 9);
}
.single-item-collection .single-item-collection--document .tainacan-content-embed.tainacan-embed-aspect-4-3 {
  max-width: calc(var(--tainacan-media-main-carousel-height, 60vh) * 4 / 3);
}
.single-item-collection .single-item-collection--document .tainacan-content-embed.tainacan-embed-aspect-1-1 {
  max-width: var(--tainacan-media-main-carousel-height, 60vh);
}
.single-item-collection .single-item-collection--document .tainacan-content-embed.tainacan-embed-aspect-3-4 {
  max-width: calc(var(--tainacan-media-main-carousel-height, 60vh) * 3 / 4);
}
.single-item-collection .single-item-collection--document .tainacan-content-embed.tainacan-embed-aspect-9-16 {
  max-width: calc(var(--tainacan-media-main-carousel-height, 60vh) * 9 / 16);
}
.single-item-collection .single-item-collection--document .tainacan-content-embed.tainacan-embed-aspect-1-2 {
  max-width: calc(var(--tainacan-media-main-carousel-height, 60vh) * 1 / 2);
}
.single-item-collection .single-item-collection--document .document-metadata {
  text-align: center;
  width: 100%;
  display: block;
}
.single-item-collection .single-item-collection--document .document-metadata.hide-name .document-metadata__name {
  display: none;
  visibility: hidden;
}
.single-item-collection .single-item-collection--document .document-metadata.hide-description .document-metadata__description {
  display: none;
  visibility: hidden;
}
.single-item-collection .single-item-collection--document .document-metadata.hide-caption .document-metadata__caption {
  display: none;
  visibility: hidden;
}
.single-item-collection .single-item-collection--document .document-metadata__name {
  font-size: 1em;
  font-weight: bold;
  color: var(--tainacan-label-color, #373839);
}
.single-item-collection .single-item-collection--document .document-metadata__caption {
  font-size: 0.9375em;
  color: var(--tainacan-input-color, #1d1d1d);
}
.single-item-collection .single-item-collection--document .document-metadata__caption {
  font-size: 0.875em;
  color: var(--tainacan-info-color, #505253);
}
.single-item-collection .single-item-collection--attachments-prev,
.single-item-collection .single-item-collection--attachments-next {
  position: absolute;
  display: block;
  height: 33px;
  width: 45px;
  line-height: 0px;
  font-size: 3.75rem;
  color: var(--tainacan-interface--link-color, #187181);
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.single-item-collection .single-item-collection--attachments-prev {
  left: -50px;
}
@media only screen and (max-width: 380px) {
  .single-item-collection .single-item-collection--attachments-prev {
    right: -40px;
  }
}
.single-item-collection .single-item-collection--attachments-next {
  right: -50px;
}
@media only screen and (max-width: 380px) {
  .single-item-collection .single-item-collection--attachments-next {
    right: -40px;
  }
}
.single-item-collection .single-item-collection--gallery {
  margin-bottom: 24px;
}
.single-item-collection .single-item-collection--gallery .tainacan-content {
  margin: 0;
}
.single-item-collection .single-item-collection--gallery .tainacan-content img {
  max-height: 60vh;
  width: auto;
}
.single-item-collection .single-item-collection--gallery .tainacan-content video {
  width: auto;
}
.single-item-collection .single-item-collection--gallery .tainacan-content iframe {
  min-height: 200px;
  height: 60vh;
}
.single-item-collection .single-item-collection--gallery .single-item-collection--attachments-next .tainacan-icon-arrowright::before {
  content: "next";
}
.single-item-collection .single-item-collection--gallery .single-item-collection--attachments-prev .tainacan-icon-arrowleft::before {
  content: "previous";
}
.single-item-collection .single-item-collection--gallery-items {
  font-weight: normal;
  transition: font-weight 0.3s ease;
}
.single-item-collection .single-item-collection--gallery-items img {
  border-bottom: 4px solid transparent;
  margin-bottom: 4px;
  transition: border 0.3s ease;
}
.single-item-collection .tainacan-media-component {
  --tainacan-media-background: white;
}
.single-item-collection .single-item-collection--attachments-file:hover .tainacan-item-file-download,
.single-item-collection .tainacan-media-component__swiper-main .swiper-slide:hover .tainacan-item-file-download {
  opacity: 1;
  transform: scale(1);
}
.single-item-collection .single-item-collection--attachments-file:hover .tainacan-item-file-download a,
.single-item-collection .tainacan-media-component__swiper-main .swiper-slide:hover .tainacan-item-file-download a {
  background-color: transparent;
}
.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file,
.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file {
  margin: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  word-break: break-word;
  font-size: 0.875em;
  padding: 0 14px;
}
@media only screen and (max-width: 380px) {
  .single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file,
  .single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file {
    margin: 10px 0;
  }
}
.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file img,
.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file img {
  width: 125px;
  height: 125px;
  display: inline-block;
  object-fit: cover;
}
.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file img:focus,
.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file img:focus {
  outline: none;
}
.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file a,
.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file a {
  width: 100%;
  max-width: 125px;
  margin: 0 auto;
  display: inline-block;
  font-size: 0.875rem;
  text-align: center;
  word-break: break-word;
  line-height: 1.5rem;
}
.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file a,
.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file a:focus,
.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file a:hover,
.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file a,
.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file a:focus,
.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file a:hover {
  outline: none;
  text-decoration: none;
  cursor: pointer;
  color: black;
}
.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file .attachment-without-image img,
.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file .attachment-without-image img {
  padding: 36px;
  background-color: #dbdbdb;
  object-fit: contain;
}
.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file .item-card--thumbnail,
.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file .item-card--thumbnail {
  margin: 0 0 4px 0 !important;
}
.single-item-collection .single-item-collection--information .card {
  background-color: transparent;
  box-shadow: none;
}
.single-item-collection .single-item-collection--information .card .item-card--thumbnail {
  height: auto;
  max-width: 250px;
  padding: 0;
}
.single-item-collection .single-item-collection--information .card h3 {
  color: #000;
  font-size: 0.875rem !important;
  font-weight: 700;
}
.single-item-collection .single-item-collection--information .card p {
  color: #000;
  font-size: 0.75rem;
}
.single-item-collection .single-item-collection--information .card .item-card-link--sharing {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}
.single-item-collection .single-item-collection--information .card .item-card-link--sharing img {
  padding: 0;
  max-width: 100%;
  width: 30px;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata {
  height: 100%;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .card {
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata div {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata > div,
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-metadatum {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .single-item-collection .single-item-collection--information .s-item-collection--metadata {
    -moz-column-count: 2;
    -moz-column-gap: 0;
    -moz-column-rule: none;
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    -webkit-column-rule: none;
    column-count: 2;
    column-gap: 3.5rem;
    column-rule: none;
  }
}
@media only screen and (min-width: 1366px) {
  .single-item-collection .single-item-collection--information .s-item-collection--metadata {
    -moz-column-count: 3;
    -moz-column-gap: 5rem;
    -moz-column-rule: none;
    -webkit-column-count: 3;
    -webkit-column-gap: 5rem;
    -webkit-column-rule: none;
    column-count: 3;
    column-gap: 4rem;
    column-rule: none;
  }
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata h3 {
  color: #1d1d1d;
  font-size: 0.875rem !important;
  font-weight: 700;
  padding-right: 1rem;
  margin-bottom: 0.25rem;
  width: 100%;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata h3:first-of-type:last-of-type {
  display: inline-block;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata h4,
.single-item-collection .single-item-collection--information .s-item-collection--metadata label {
  color: #373839;
  font-size: 0.85rem !important;
  font-weight: 500;
  padding-right: 0.875rem;
  width: 100%;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata h4:first-of-type:last-of-type,
.single-item-collection .single-item-collection--information .s-item-collection--metadata label:first-of-type:last-of-type {
  display: inline-block;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata p {
  color: #000;
  word-wrap: break-word;
  font-size: 0.75rem;
  font-weight: 400;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata p:empty {
  display: none;
  visibility: hidden;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata iframe {
  border: none;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .multivalue-separator {
  color: #a5a5a5;
  margin: 0 8px;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .hierarchy-separator {
  color: #a5a5a5;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .metadata-type-compound {
  margin-bottom: 1rem;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .metadata-type-geocoordinate > div {
  width: 100%;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .metadata-type-compound .multivalue-separator,
.single-item-collection .single-item-collection--information .s-item-collection--metadata .metadata-type-textarea .multivalue-separator {
  display: block;
  max-height: 1px;
  width: 45%;
  background: #a5a5a5;
  content: none;
  color: transparent;
  margin: 0.875rem auto;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-compound-group {
  width: 100%;
  padding-left: 1.5rem;
  border-left: 1px solid #dbdbdb;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-compound-group .label {
  margin: 0;
  padding: 0;
  font-style: normal;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-compound-group p {
  margin-top: 0rem;
  margin-bottom: 0.5rem;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-compound-group > .multivalue-separator {
  margin: 0.5em auto 1em -1.5em;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-compound-group > .tainacan-compound-metadatum {
  width: 100%;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-relationship-group .tainacan-relationship-metadatum .tainacan-relationship-metadatum-header {
  display: flex;
  align-items: center;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-relationship-group .tainacan-relationship-metadatum .tainacan-relationship-metadatum-header img {
  margin-right: 12px;
  max-width: 28px;
  max-height: 28px;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-relationship-group .tainacan-relationship-metadatum .tainacan-relationship-metadatum-header .label {
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-relationship-group .tainacan-relationship-metadatum .tainacan-metadatum {
  padding-left: 40px;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-relationship-group .tainacan-relationship-metadatum .tainacan-metadatum .label {
  font-size: 0.8125em !important;
  line-height: 1em;
  margin-top: 0px;
  margin-bottom: 2px;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-relationship-group .tainacan-relationship-metadatum .tainacan-metadatum p {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-relationship-group > .multivalue-separator {
  display: block;
  max-height: 1px;
  width: calc(100% - 40px);
  background: var(--tainacan-gray2);
  content: none;
  color: transparent;
  margin: 0.5em 0 0.5em 40px;
}
.single-item-collection .single-item-collection--related-items .wp-block-tainacan-carousel-related-items .wp-block-group__inner-container > h3 {
  font-size: 1rem !important;
}
.single-item-collection .single-item-collection--related-items .wp-block-tainacan-carousel-related-items .wp-block-group__inner-container > p {
  font-size: 0.875rem;
}
.single-item-collection .single-item-collection--related-items .wp-block-tainacan-dynamic-items-list {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.single-item-collection--section-metadata--layout-tabs {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 4.16667vw 0 4.16667vw;
}
.single-item-collection--section-metadata--layout-tabs .tainacan-metadata-section {
  display: none;
  padding: 2rem 4.16667vw 1rem 4.16667vw;
  border-top: 1px solid #a5a5a5;
}
.single-item-collection--section-metadata--layout-tabs label {
  width: 100%;
  text-align: center;
  margin: 0;
  cursor: pointer;
  opacity: 0.85;
  border-bottom: 3px solid transparent;
  transition: border-bottom 0.2s ease;
}
.single-item-collection--section-metadata--layout-tabs label h1, .single-item-collection--section-metadata--layout-tabs label h2, .single-item-collection--section-metadata--layout-tabs label h3, .single-item-collection--section-metadata--layout-tabs label h4 {
  font-size: 1rem !important;
  margin: 0.75rem 1.5rem;
}
.single-item-collection--section-metadata--layout-tabs label:hover {
  opacity: 1;
}
.single-item-collection--section-metadata--layout-tabs input {
  position: absolute;
  opacity: 0;
}
.single-item-collection--section-metadata--layout-tabs input:checked + label {
  opacity: 1;
  border-bottom-color: var(--tainacan-interface--link-color, #187181);
}
.single-item-collection--section-metadata--layout-tabs input:checked + label + .tainacan-metadata-section {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-item-collection--section-metadata--layout-tabs label {
    width: auto;
  }
  .single-item-collection--section-metadata--layout-tabs .tainacan-metadata-section {
    order: 99;
  }
}

.single-item-collection--section-metadata--layout-collapses,
.single-item-collection--section-metadata--layout-accordion {
  box-sizing: border-box;
  padding: 0 4.16667vw 0 4.16667vw;
}
.single-item-collection--section-metadata--layout-collapses .tainacan-metadata-section,
.single-item-collection--section-metadata--layout-accordion .tainacan-metadata-section {
  display: none;
  padding: 2rem 4.16667vw 1rem 4.16667vw;
  border-bottom: 1px solid #a5a5a5;
}
.single-item-collection--section-metadata--layout-collapses label,
.single-item-collection--section-metadata--layout-accordion label {
  width: 100%;
  margin: 0;
  cursor: pointer;
  opacity: 0.85;
  border-bottom: 1px solid #a5a5a5;
  transition: opacity 0.2s ease;
}
.single-item-collection--section-metadata--layout-collapses label h1, .single-item-collection--section-metadata--layout-collapses label h2, .single-item-collection--section-metadata--layout-collapses label h3, .single-item-collection--section-metadata--layout-collapses label h4,
.single-item-collection--section-metadata--layout-accordion label h1,
.single-item-collection--section-metadata--layout-accordion label h2,
.single-item-collection--section-metadata--layout-accordion label h3,
.single-item-collection--section-metadata--layout-accordion label h4 {
  font-size: 1rem !important;
  margin: 0.75rem 1.5rem 0.75rem 2.25rem;
}
.single-item-collection--section-metadata--layout-collapses label .tainacan-icon,
.single-item-collection--section-metadata--layout-accordion label .tainacan-icon {
  color: var(--tainacan-interface--link-color, #187181);
  position: absolute;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}
.single-item-collection--section-metadata--layout-collapses label:hover,
.single-item-collection--section-metadata--layout-accordion label:hover {
  opacity: 1;
  border-bottom: 1px solid #dbdbdb;
}
.single-item-collection--section-metadata--layout-collapses input,
.single-item-collection--section-metadata--layout-accordion input {
  position: absolute;
  opacity: 0;
}
.single-item-collection--section-metadata--layout-collapses input:checked + label,
.single-item-collection--section-metadata--layout-accordion input:checked + label {
  opacity: 1;
}
.single-item-collection--section-metadata--layout-collapses input:checked + label .tainacan-icon,
.single-item-collection--section-metadata--layout-accordion input:checked + label .tainacan-icon {
  transform: rotate(90deg);
}
.single-item-collection--section-metadata--layout-collapses input:checked + label + .tainacan-metadata-section,
.single-item-collection--section-metadata--layout-accordion input:checked + label + .tainacan-metadata-section {
  display: block;
}

#breadcrumb-single-item-pagination {
  font-size: 0.875rem;
  height: 1.3rem;
}
#breadcrumb-single-item-pagination .pagination {
  margin-bottom: 0;
  padding: 0;
}
#breadcrumb-single-item-pagination .pagination:last-child {
  padding: 0 6px;
}
#breadcrumb-single-item-pagination .pagination a span {
  display: none;
}
#breadcrumb-single-item-pagination .pagination a:hover {
  text-decoration: none;
}

#item-single-navigation {
  flex-wrap: nowrap;
  flex-grow: 2;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  #item-single-navigation {
    max-width: 100%;
  }
}
@media screen and (max-width: 986px) {
  #item-single-navigation {
    max-width: 66%;
  }
}
#item-single-navigation .pagination {
  max-width: 50%;
  flex-basis: 50%;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding: 0 12px;
}
#item-single-navigation .pagination:first-child {
  justify-content: flex-end;
}
#item-single-navigation .pagination:first-child a {
  justify-content: flex-end;
}
#item-single-navigation .pagination:last-child {
  justify-content: flex-start;
}
#item-single-navigation .pagination:last-child a {
  justify-content: flex-start;
}
#item-single-navigation .pagination:not(:last-child):not(:first-child) {
  margin-right: 0.1rem;
  margin-left: 0.1rem;
}
#item-single-navigation .pagination span {
  max-width: 75%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#item-single-navigation a {
  position: relative;
  left: 0;
  transition: left 0.3s ease;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
#item-single-navigation a:hover {
  text-decoration: none;
}
#item-single-navigation a[rel=prev]:hover {
  left: -7px;
}
#item-single-navigation a[rel=next]:hover {
  left: 7px;
}
#item-single-navigation a.has-small-thumbnail img {
  height: 38px;
  width: auto;
  margin: 0.5rem;
}
#item-single-navigation a.has-large-thumbnail > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#item-single-navigation a.has-large-thumbnail img {
  height: 170px;
  width: auto;
  margin: 0.5rem;
}
@media screen and (max-width: 768px) {
  #item-single-navigation a.has-large-thumbnail img {
    height: 84px;
  }
}

.tainacan-modal,
.theme-items-list,
.vue-tooltip-theme {
  --tainacan-secondary: var(--tainacan-interface--link-color, #187181);
  --tainacan-primary: var(--tainacan-interface--tooltip-color, #e6f6f8);
  --tainacan-input-border-radius: 2px;
  --tainacan-button-border-radius: 3px;
  --tainacan-modal-border-radius: 2px;
  --tainacan-dropdownmenu-border-radius: 0px;
  --tainacan-item-border-radius: 0px;
}

/* Tweaks to still display a lateral padding after Tainacan 1.0.0 changes */
body > .tainacan-modal #filters-modal .modal-content,
body > .theme-items-list #filters-modal .modal-content {
  padding-left: 4.1666666667vw;
}

body > .theme-items-list .search-control {
  padding-left: 4.1666666667vw;
  padding-right: 4.1666666667vw;
}

.archive .theme-items-list #filters-modal .modal-content {
  padding: 20px min(4.1666667vw, 2rem);
}

.tainacan-taxonomy-terms-list-container .tainacan-taxonomy-terms-list {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.tainacan-taxonomy-terms-list-container .tainacan-taxonomy-terms-list.tainacan-list-collection--container-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, 446px);
  grid-gap: 30px;
}
.tainacan-taxonomy-terms-list-container .tainacan-taxonomy-terms-list.tainacan-list-collection--container-card .term-name {
  font-size: 1.125rem !important;
  padding-left: 1rem;
  padding-top: 0.75rem;
}
.tainacan-taxonomy-terms-list-container .tainacan-taxonomy-terms-list.tainacan-list-collection--container-card .term-description p {
  margin-top: 0;
  padding-top: 0 !important;
  padding-left: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tainacan-taxonomy-terms-list-container .tainacan-taxonomy-terms-list.tainacan-list-collection--container-card .term-children-link a {
  padding-left: 1rem;
  margin-bottom: 1.75rem;
}
.tainacan-taxonomy-terms-list-container .tainacan-taxonomy-terms-list.tainacan-list-collection--container-card .term-items-link a {
  padding-left: 1rem;
  margin-bottom: 1.75rem;
}
.tainacan-taxonomy-terms-list-container .tainacan-taxonomy-terms-list.tainacan-list-collection--container-card .term-thumbnail {
  float: right;
  margin-bottom: 0;
  width: 136px !important;
  height: 136px !important;
}
.tainacan-taxonomy-terms-list-container .tainacan-taxonomy-terms-list.tainacan-list-collection--container-grid .term-name {
  margin-bottom: 0.25rem;
  font-size: 1.125rem !important;
}
.tainacan-taxonomy-terms-list-container .tainacan-taxonomy-terms-list.tainacan-list-collection--container-grid .term-children-link a {
  margin-bottom: 1.5rem;
}
.tainacan-taxonomy-terms-list-container .tainacan-taxonomy-terms-list.tainacan-list-collection--container-grid .term-items-link a {
  margin-bottom: 1.5rem;
}
.tainacan-taxonomy-terms-list-container .tainacan-taxonomy-terms-list.tainacan-list-collection--container-grid .term-thumbnail {
  margin-top: 1rem;
  margin-bottom: 0rem;
}

.tainacan-taxonomy-terms-list-container table .term-description {
  width: 48%;
}

.tainacan-taxonomies-pagination-links {
  text-align: end;
}

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