/*!
Theme Name: DAHD Tainacan Interface
Author: Tainacan
Author URI: https://tainacan.org
Theme URI: https://tainacan.org/blog/category/tema/
Description: This is the default theme for the Tainacan project. Use this in conjunction with Tainacan plugin to easily manage and publish you digital collectinons with a beautiful faceted search interface. Ideal for museums, galleries, libraries and anyone who have a digital repository.
Version: 2.2.1
Tested up to: 5.5.3
Requires PHP: 5.6
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: tainacan-interface
*/
body {
  font-family: "Source Sans Pro" !important;
  font-size: 1rem;
  overflow-x: hidden;
}
body a {
  color: #298596;
}
body a:hover {
  color: #298596;
}
body.error404 {
  overflow: hidden;
}

p {
  font-size: 1rem;
}

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% {
    transform: rotate(360deg);
  }
  0% {
    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%;
  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 .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 {
  animation: appear-from-bottom 0.2s ease;
  background: #4ea2ad;
  border-radius: 35px;
  bottom: 1rem;
  display: none;
  height: 36px;
  position: fixed;
  right: 3rem;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 36px;
  z-index: 99;
}
#return-to-top:focus, #return-to-top:active {
  outline: none;
}
#return-to-top i {
  color: #fff;
  font-size: 2rem;
  left: 2px;
  margin: 0;
  position: relative;
  top: -10px;
  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 */
  }
  .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 {
    /* left or forward direction */
  }
  .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 {
    /* farthest right hidden item must be abso position for animations */
  }
  .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 {
    /* right or prev direction */
  }
  .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 .tainacan-side > p, footer .tainacan-side div, footer .tainacan-side ul {
    transition: all 0.25s ease-in-out;
  }
  footer {
    /* %flipIn{
        animation: flipdown 0.5s ease both;
    } */
  }
  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 .gallery {
    display: grid;
    max-height: 485px;
    overflow: hidden;
    justify-content: center;
  }
  footer .tainacan-side .gallery .gallery-item {
    margin: 5px 0 !important;
  }
  footer .tainacan-side .gallery br {
    display: none;
  }
  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 {
    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: "more";
    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;
  }
  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;
  }
  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 ul li.tainacan-side .gallery {
    display: grid;
    max-height: 485px;
    overflow: hidden;
  }
  footer ul li.tainacan-side .gallery .gallery-item {
    margin: 5px 0 !important;
  }
  footer ul li.tainacan-side .gallery br {
    display: none;
  }
}
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: #cbcbcb;
}
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 #555758;
  }
  footer.tainacan-footer-light .tainacan-side:nth-last-child(1) {
    border-bottom: 1px solid #555758;
  }
}
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: 1526px) {
  .max-large {
    max-width: 1400px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .navbar > .pr-lg-5 {
    padding-left: 2.6rem;
  }
  /* #comments {
      #form-comment{
          textarea {
              width: 34.5vw !important;
          }
      }
  } */
}
nav.menu-shadow {
  min-height: 50px;
  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: #01295c;
  font-size: 1.1875rem;
}
nav.menu-shadow .max-large .btn-group button[data-toggle=dropdown]::after {
  color: #298596;
  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;
  font-weight: normal;
  margin: 0.3rem 0 0.38rem 0;
}
nav.menu-shadow .max-large .tainacan-logo .logo {
  width: auto;
  height: auto;
  max-width: 255px;
  max-height: 120px;
}
@media only screen and (max-width: 576px) {
  nav.menu-shadow .max-large .tainacan-logo h1 {
    font-size: 1.125rem;
    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;
  left: inherit;
  overflow: hidden;
}
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: #454647;
  box-shadow: none;
  border: 1px solid #555758 !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;
}
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;
}
@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: #298596;
  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: #298596;
}
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 #298596;
  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 #cbcbcb;
  }
}
nav[aria-label=breadcrumb] {
  border-bottom: 1px solid #cbcbcb;
  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: #298596;
}

.navbar {
  border: none;
  padding: 0.6rem 1rem;
}
.navbar .navbar-brand {
  padding: 0;
  margin-right: 0;
}

@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: #01295c !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;
}
.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.header-filter {
  /* &:before {
          background: rgba(0, 0, 0, .2);
      } */
}
.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: #25a189 !important;
}
.page-header.page-404 .container a:hover {
  background-color: #25a189 !important;
  border-color: #25a189 !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 {
  background-color: rgba(255, 255, 255, 0.65);
  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;
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  .page-header .title-header h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .page-header .title-header h1 {
    font-size: 1.5rem;
    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-bottom: 2px solid #298596;
}
.tainacan-title .tainacan-title-page .title-page h1 {
  font-size: 1.25rem;
  font-weight: bold;
  word-break: break-word;
  margin: 0;
}
@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;
}
.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: #555758;
  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;
}

.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-button {
  margin-bottom: 1rem;
}
.wp-block-button .btn {
  font-size: 0.875rem;
}

.wp-block-button.is-style-outline .btn {
  background: white !important;
  color: #298596;
  border: 1px solid #555758 !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 */
.wp-block-cover__inner-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 8.3333333333%;
  padding: 0 8.3333333333vw;
}

/* 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;
}

#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 #cbcbcb;
  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:hover, #comments form#commentform a#submit:hover {
  background-color: #25a189 !important;
}
#comments form#commentform button#submit, #comments form#commentform a#submit {
  border: none;
}
#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: #2cb4c1;
  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;
}
.tainacan-list-post .blog-post .blog-content h4 {
  font-size: 0.75rem;
  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 #cbcbcb;
}
.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 {
  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 p, .tainacan-list-post table .tainacan-list-collection .collection-date p {
  margin-bottom: 0;
}
.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-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: #cbcbcb;
}
.tainacan-list-post .tainacan-list-collection--container-card .tainacan-list-collection--card .tainacan-list-collection--title {
  background: #fff;
  font-size: 0.875rem;
  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;
}
.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 {
  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: 275px;
  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: #cbcbcb;
}

.tainacan-collection-list--simple-search .dropdown #dropdownMenuSorting,
.tainacan-collection-list--simple-search .dropdown #dropdownMenuViewMode {
  font-size: 0.875rem;
}
.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: #298596;
}
.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 #cbcbcb;
}
.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: #cbcbcb;
}
.tainacan-collection-list--simple-search a.active:hover {
  color: #cbcbcb;
}
.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: #cbcbcb !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: #cbcbcb !important;
  line-height: 0.5;
}
.tainacan-collection-list--simple-search #tainacan-collection-search button:focus {
  box-shadow: none;
}

.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;
  font-weight: bold;
  margin: 0 60px 0 0px;
}
@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);
  }
}
.tainacan-single-post.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;
}
.tainacan-single-post.single-item-collection-banner > div {
  padding: 8px 4.16666667% 12px 4.16666667%;
  padding: 8px calc((100vw - 1400px) / 2) 12px calc((100vw - 1400px) / 2);
}
.tainacan-single-post.single-item-collection-banner .t-bg-collection {
  min-height: 4.16666667%;
  min-height: 4.16666667vw;
  position: relative;
}
.tainacan-single-post.single-item-collection-banner .collection-name {
  color: white;
  margin-bottom: -2px;
  margin-top: 38px;
}
.tainacan-single-post.single-item-collection-banner .collection-name a {
  color: white;
}
.tainacan-single-post.single-item-collection-banner .item-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.tainacan-single-post.single-item-collection-banner .item-title p,
.tainacan-single-post.single-item-collection-banner .item-title h1 {
  display: inline-block;
}
.tainacan-single-post.single-item-collection-banner .collection-thumbnail {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 9;
}
.tainacan-single-post.single-item-collection-banner .collection-thumbnail img {
  width: 185px;
  height: 185px;
  top: -88px;
  border-width: 3px !important;
}
@media screen and (max-width: 1526px) {
  .tainacan-single-post.single-item-collection-banner .collection-thumbnail img {
    left: 4.1666667vw;
    top: -68px;
    height: 150px;
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .tainacan-single-post.single-item-collection-banner .collection-thumbnail img {
    top: -45px;
    height: 110px;
    width: 110px;
  }
}
.tainacan-single-post.single-item-collection-banner .collection-thumbnail .image-placeholder {
  width: 185px;
  height: 185px;
  top: -88px;
  border-width: 3px !important;
}
@media screen and (max-width: 1526px) {
  .tainacan-single-post.single-item-collection-banner .collection-thumbnail .image-placeholder {
    left: 4.1666667vw;
    top: -68px;
    height: 150px;
    width: 150px;
  }
  .tainacan-single-post.single-item-collection-banner .collection-thumbnail .image-placeholder h4 {
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .tainacan-single-post.single-item-collection-banner .collection-thumbnail .image-placeholder {
    top: -45px;
    height: 110px;
    width: 110px;
  }
  .tainacan-single-post.single-item-collection-banner .collection-thumbnail .image-placeholder h4 {
    font-size: 2rem !important;
  }
}
.tainacan-single-post.single-item-collection-banner .collection-thumbnail .image-placeholder h4 {
  font-size: 3rem;
}
.tainacan-single-post.single-item-collection-banner .collection-header--share {
  position: absolute;
  float: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  top: initial;
}
.tainacan-single-post.single-item-collection-banner .collection-header--share .btn {
  max-width: 35px;
  border: 2px solid white;
  background: #2c2d2d;
}
.tainacan-single-post.single-item-collection-banner .collection-header--share .btn .tainacan-icon {
  color: white;
  font-size: 1.25rem;
}
.tainacan-single-post.single-item-collection-banner .collection-header--share .icons {
  position: relative;
  top: 50%;
}
.tainacan-single-post header .header-meta {
  color: #898d8f !important;
  font-size: 0.9rem;
  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 .title-content-items {
  font-size: 1.125rem;
  font-weight: 500;
  color: #338591;
  margin-left: 4.1666666667%;
  margin-right: 4.1666666667%;
  margin-bottom: 2rem;
}
.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 pre:not(.wp-block-code) {
  color: #555758;
  font-size: 1rem;
  font-weight: 400;
  white-space: pre-line;
}
.tainacan-single-post .tainacan-content .wp-block-code code {
  font-size: 0.875rem;
  color: #298596;
  word-break: break-word;
}
.tainacan-single-post .tainacan-content .wp-block-quote {
  margin: 3rem 8.33333%;
  padding: 1rem;
}
.tainacan-single-post .tainacan-content .wp-block-quote p {
  color: #555758;
  font-size: 1rem;
  font-weight: normal;
}
.tainacan-single-post .tainacan-content .wp-block-quote cite {
  color: #555758;
  display: block;
  width: 100%;
  text-align: right;
  font-size: 1rem;
  font-weight: 500;
  font-style: italic;
}
.tainacan-single-post .tainacan-content .wp-block-quote:not(.is-style-large) {
  border-left: 2px solid #298596;
}
.tainacan-single-post .tainacan-content .wp-block-quote.is-style-large {
  font-size: 1.375rem;
}
.tainacan-single-post .tainacan-content .wp-block-separator:not(.has-background-color) {
  border-color: #cbcbcb;
}
.tainacan-single-post .tainacan-content .wp-block-separator {
  width: 50%;
  max-width: 300px;
}
.tainacan-single-post .tainacan-content .wp-block-separator.is-style-wide {
  width: 100%;
}
.tainacan-single-post .tainacan-content .wp-block-separator.is-style-dots:not(.has-background-color)::before {
  color: #cbcbcb;
}
.tainacan-single-post .tainacan-content .wp-block-separator.is-style-dots::before {
  font-weight: 600;
}
.tainacan-single-post .tainacan-content > ul, .tainacan-single-post .tainacan-content > ol {
  font-size: 1rem;
  font-weight: 400;
  margin-left: 1.75rem;
}
.tainacan-single-post .tainacan-content .wp-block-media-text__content > ul,
.tainacan-single-post .tainacan-content .wp-block-media-text__content > ol {
  margin-left: 1.75rem;
}
.tainacan-single-post .tainacan-content .table thead {
  border-bottom: 1px solid #cbcbcb;
  color: #555758;
}
.tainacan-single-post .tainacan-content .table thead th {
  font-weight: normal;
  font-size: 0.9rem;
}
.tainacan-single-post .tainacan-content .table tbody {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
}
.tainacan-single-post .tainacan-content dl dd {
  margin-left: 2rem;
}
.tainacan-single-post .tainacan-content address {
  font-size: 0.875rem;
  font-style: italic;
}
.tainacan-single-post .tainacan-content p {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.tainacan-single-post .tainacan-content p code {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #bcbec0;
  padding: 2px;
  font-size: 12px;
}
.tainacan-single-post .tainacan-content img[class*=align] .gallery-icon img,
.tainacan-single-post .tainacan-content img[class*=wp-image-] .gallery-icon img,
.tainacan-single-post .tainacan-content .gallery .gallery-icon img {
  padding: 6px;
  max-width: 97.5%;
  max-width: calc(100% - 14px);
}
.tainacan-single-post .tainacan-content img[class*=align],
.tainacan-single-post .tainacan-content img[class*=wp-image-],
.tainacan-single-post .tainacan-content img[class*=attachment-] {
  height: auto;
}
.tainacan-single-post .tainacan-content .wp-block-columns {
  display: flex;
  margin: 0;
}
.tainacan-single-post .tainacan-content .wp-block-columns .wp-block-column {
  flex-basis: 100%;
}
.tainacan-single-post .tainacan-content .wp-block-columns .wp-block-column:not(:last-child) {
  margin-right: 2.0833333%;
}
.tainacan-single-post .tainacan-content .wp-block-columns .wp-block-column:not(:first-child) {
  margin-left: 2.0833333%;
}
@media only screen and (max-width: 576px) {
  .tainacan-single-post .tainacan-content .wp-block-columns .wp-block-column:not(:last-child) {
    margin-right: 0;
  }
  .tainacan-single-post .tainacan-content .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
.tainacan-single-post .tainacan-content .alignleft {
  float: left;
  margin: 1rem 1rem 1rem 0;
}
.tainacan-single-post .tainacan-content .alignright {
  float: right;
  margin: 1rem 0 1rem 1rem;
}
@media only screen and (max-width: 576px) {
  .tainacan-single-post .tainacan-content .alignleft,
  .tainacan-single-post .tainacan-content .alignright {
    float: none;
    text-align: center;
    margin: 0;
  }
  .tainacan-single-post .tainacan-content .alignleft img,
  .tainacan-single-post .tainacan-content .alignright img {
    width: 275px;
  }
}
.tainacan-single-post .tainacan-content img {
  max-width: 100%;
}
.tainacan-single-post .tainacan-content img.alignleft {
  float: left;
  margin-right: 1.625em;
  margin-bottom: 1.625em;
}
@media only screen and (max-width: 576px) {
  .tainacan-single-post .tainacan-content img.alignleft {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.tainacan-single-post .tainacan-content img.alignright {
  float: right;
  margin-left: 1.625em;
}
@media only screen and (max-width: 576px) {
  .tainacan-single-post .tainacan-content img.alignright {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.tainacan-single-post .tainacan-content img.size-full {
  max-width: 97.5%;
  width: auto;
  height: auto;
}
.tainacan-single-post .tainacan-content img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.tainacan-single-post .tainacan-content .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) {
  .tainacan-single-post .tainacan-content .wp-block-cover-image {
    width: 100vw;
  }
}
.tainacan-single-post .tainacan-content .wp-block-embed iframe {
  width: 100%;
}
.tainacan-single-post .tainacan-content .wp-block-gallery .blocks-gallery-item figure {
  margin: 0 !important;
}
.tainacan-single-post .tainacan-content .wp-block-gallery .blocks-gallery-item img {
  height: 100% !important;
}
@media (max-width: 768px) {
  .tainacan-single-post .tainacan-content .wp-block-gallery {
    padding-left: 0;
  }
}
.tainacan-single-post .tainacan-content .wp-block-image.is-resized img {
  max-width: none !important;
}
.tainacan-single-post .tainacan-content .wp-block-image {
  text-align: center;
}
.tainacan-single-post .tainacan-content .wp-block-image figcaption {
  color: inherit;
  font-size: 0.875rem;
  font-weight: 400;
}
.tainacan-single-post .tainacan-content .wp-block-pullquote {
  margin: 3rem 0;
  padding: 0;
}
.tainacan-single-post .tainacan-content .wp-block-pullquote:not(.is-style-solid-color) {
  border-color: #298596;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-style: solid;
  border-bottom-style: solid;
}
.tainacan-single-post .tainacan-content .wp-block-pullquote blockquote {
  padding: 2rem 8.3333333%;
  margin: 0;
}
.tainacan-single-post .tainacan-content .wp-block-pullquote blockquote p {
  font-size: 1.375rem;
  font-weight: 500;
}
.tainacan-single-post .tainacan-content .wp-block-pullquote blockquote :not(.has-text-color) p {
  color: #298596;
}
.tainacan-single-post .tainacan-content .wp-block-pullquote blockquote cite {
  color: #555758;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
}
.tainacan-single-post .tainacan-content .wp-caption,
.tainacan-single-post .tainacan-content .gallery-caption {
  font-size: 0.8125rem;
  max-width: 100%;
  margin-top: 1em;
  margin-bottom: 1.5em;
}
.tainacan-single-post .tainacan-content .wp-caption .wp-caption-text,
.tainacan-single-post .tainacan-content .gallery-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.tainacan-single-post .tainacan-content .wp-caption img[class*=wp-image-],
.tainacan-single-post .tainacan-content .gallery-caption img[class*=wp-image-] {
  height: auto;
  margin: 2% 0;
  width: 100%;
}
.tainacan-single-post .tainacan-content > p:last-child::after {
  display: block;
  clear: both;
  content: "";
}
.tainacan-single-post .tainacan-content.single-item-collection {
  min-height: 10vh;
  position: relative;
}
.tainacan-single-post .tainacan-content.single-item-collection .tainacan-item-file-download {
  position: absolute;
  opacity: 0;
  transform: scale(0);
  border-radius: 24px;
  width: 36px;
  height: 36px;
  bottom: -18px;
  right: calc(50% - 18px);
  cursor: pointer;
  font-size: 0;
  background-color: #298596;
  color: white;
  transition: opacity 0.3s ease, transform 0.3s ease, font-size 0.3s ease;
}
.tainacan-single-post .tainacan-content.single-item-collection .tainacan-item-file-download a {
  height: 38px;
  width: 38px;
  display: block;
  position: relative;
  z-index: 99;
}
.tainacan-single-post .tainacan-content.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;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--document {
  align-items: center;
  color: black;
  display: flex;
  flex-flow: column wrap;
  font-size: 0.875rem;
  font-weight: 400;
  justify-content: center;
  min-height: 10vh;
  position: relative;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--document:hover .tainacan-item-file-download {
  opacity: 1;
  transform: scale(1);
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--document > iframe,
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--document img.attachment-large {
  display: block;
  height: auto;
  margin: 0 auto;
  border: none;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--document > audio {
  width: 95%;
}
@media only screen and (min-width: 768px) {
  .tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--document > iframe {
    min-height: 600px;
  }
}
@media only screen and (max-width: 576px) {
  .tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--document > iframe {
    min-height: 429px;
  }
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--document .tainacan-embed-container {
  width: 100%;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--document .tainacan-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tainacan-single-post .tainacan-content.single-item-collection .document-metadata {
  padding: 1em 0;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--attachments-prev,
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--attachments-next {
  position: absolute;
  display: block;
  height: 33px;
  width: 45px;
  line-height: 0px;
  font-size: 3.75rem;
  color: #298596;
  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;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--attachments-prev {
  left: -50px;
}
@media only screen and (max-width: 380px) {
  .tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--attachments-prev {
    right: -40px;
  }
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--attachments-prev.slick-disabled {
  display: none;
  visibility: hidden;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--attachments-next {
  right: -50px;
}
@media only screen and (max-width: 380px) {
  .tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--attachments-next {
    right: -40px;
  }
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--attachments-next.slick-disabled {
  display: none;
  visibility: hidden;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--gallery {
  margin-bottom: 24px;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--gallery .slick-list {
  overflow: visible;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--gallery .slick-track {
  display: flex;
  align-items: center;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--gallery .tainacan-content {
  margin: 0;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--gallery .tainacan-content img {
  max-height: 60vh;
  width: auto;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--gallery .tainacan-content video {
  width: auto;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--gallery .tainacan-content iframe {
  min-height: 200px;
  height: 60vh;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--gallery .single-item-collection--attachments-next .tainacan-icon-arrowright::before {
  content: "next";
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--gallery .single-item-collection--attachments-prev .tainacan-icon-arrowleft::before {
  content: "previous";
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--gallery-items {
  font-weight: normal;
  transition: font-weight 0.3s ease;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--gallery-items img {
  border-bottom: 4px solid transparent;
  margin-bottom: 4px;
  transition: border 0.3s ease;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--gallery-items .slick-current {
  font-weight: bold;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--gallery-items .slick-current img {
  border-bottom: 4px solid #298596;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--attachments-file:hover .tainacan-item-file-download {
  opacity: 1;
  transform: scale(1);
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file,
.tainacan-single-post .tainacan-content.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-all;
  font-size: 0.875em;
  padding: 0 14px;
}
@media only screen and (max-width: 380px) {
  .tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file,
  .tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file {
    margin: 10px 0;
  }
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file img,
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file img {
  width: 125px;
  height: 125px;
  display: inline-block;
  object-fit: cover;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file img:focus,
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file img:focus {
  outline: none;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file a,
.tainacan-single-post .tainacan-content.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-all;
  line-height: 1.5rem;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file a,
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file a:focus,
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file a:hover,
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file a,
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file a:focus,
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file a:hover {
  outline: none;
  text-decoration: none;
  cursor: pointer;
  color: black;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file .attachment-without-image img,
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file .attachment-without-image img {
  padding: 36px;
  background-color: #dbdbdb;
  object-fit: contain;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--gallery-items .single-item-collection--attachments-file .item-card--thumbnail,
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--attachments .single-item-collection--attachments-file .item-card--thumbnail {
  margin: 0 0 4px 0 !important;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--information .card .item-card--thumbnail {
  height: auto;
  max-width: 250px;
  padding: 0;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--information .card h3 {
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--information .card p {
  color: #000;
  font-size: 0.9rem;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--information .card .item-card-link--sharing {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--information .card .item-card-link--sharing img {
  padding: 0;
  max-width: 100%;
  width: 30px;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--information .s-item-collection--metadata {
  height: 100%;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--information .s-item-collection--metadata .card {
  box-shadow: none;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--information .s-item-collection--metadata div {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: inline-block;
  width: 100%;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--information .s-item-collection--metadata div:last-child {
  -webkit-column-break-inside: auto;
  page-break-inside: auto;
  break-inside: auto;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tainacan-single-post .tainacan-content.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: 4rem;
    column-rule: none;
  }
}
@media only screen and (min-width: 1366px) {
  .tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--information .s-item-collection--metadata {
    -moz-column-count: 3;
    -moz-column-gap: 7rem;
    -moz-column-rule: none;
    -webkit-column-count: 3;
    -webkit-column-gap: 7rem;
    -webkit-column-rule: none;
    column-count: 3;
    column-gap: 7rem;
    column-rule: none;
  }
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--information .s-item-collection--metadata h3 {
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  padding-right: 1rem;
  margin-bottom: 0.25rem;
  width: 100%;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--information .s-item-collection--metadata h3:first-of-type:last-of-type {
  display: inline-block;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--information .s-item-collection--metadata h4,
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--information .s-item-collection--metadata label {
  color: #454647;
  font-size: 0.85rem;
  font-weight: 500;
  padding-right: 0.875rem;
  width: 100%;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--information .s-item-collection--metadata h4:first-of-type:last-of-type,
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--information .s-item-collection--metadata label:first-of-type:last-of-type {
  display: inline-block;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--information .s-item-collection--metadata p {
  color: #000;
  word-wrap: break-word;
  font-size: 0.9rem;
  font-weight: 400;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--information .s-item-collection--metadata .multivalue-separator {
  color: #cbcbcb;
  margin: 0 8px;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--information .s-item-collection--metadata .hierarchy-separator {
  color: #cbcbcb;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--information .s-item-collection--metadata .metadata-type-compound .multivalue-separator,
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--information .s-item-collection--metadata .metadata-type-textarea .multivalue-separator {
  display: none;
}
.tainacan-single-post .tainacan-content.single-item-collection .single-item-collection--information .s-item-collection--metadata .tainacan-compound-group {
  padding-left: 1.5rem;
  border-left: 1px solid #f2f2f2;
}
.tainacan-single-post .tainacan-content footer {
  font-size: 0.875rem;
  color: #000;
  font-weight: 400;
}

#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-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;
}

.tainacan-content h2 {
  font-size: 2.5rem;
}
.tainacan-content h3 {
  font-size: 2.25rem;
}
.tainacan-content h4 {
  font-size: 2rem;
}
.tainacan-content h5 {
  font-size: 1.75rem;
}
.tainacan-content h6 {
  font-size: 1.5rem;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  margin-bottom: 0.5em;
}

h4 {
  font-style: italic;
}

h6 {
  font-style: 400;
}

h1:not(.has-text-color),
h6:not(.has-text-color) {
  color: #298596;
}

h2:not(.has-text-color),
h3:not(.has-text-color),
h5:not(.has-text-color) {
  color: #000;
}

h4:not(.has-text-color) {
  color: #555758;
}

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

#sidebar.sidebar .widget .widget-title {
  font-size: 1rem;
  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: #01295c;
  font-size: 1.1875rem;
}
#sidebar.sidebar .widget #tainacan-search {
  font-size: 0.75rem;
  color: #555758;
  border-color: #dbdbdb;
  height: 30px;
  border-radius: 0px;
}
#sidebar.sidebar .widget #tainacan-search:focus {
  box-shadow: none;
  border-color: #555758;
}
#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: 5rem;
}
.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;
  }
}

.collection-name {
  display: none;
}

.tainacan-cards-container .tainacan-card {
  box-shadow: 0px 0px 15px -9px rgba(167, 167, 167, 0.5);
  max-height: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  min-width: 0 !important;
  padding: 1rem !important;
}
.tainacan-cards-container .tainacan-card:hover {
  box-shadow: 0px 0px 15px -9px rgba(167, 167, 167, 0.1);
}
.tainacan-cards-container .tainacan-card img,
.tainacan-cards-container .tainacan-card canvas {
  object-fit: contain;
}
.tainacan-cards-container .tainacan-card .card-thumbnail {
  margin-bottom: 1rem;
}
.tainacan-cards-container .tainacan-card .metadata-title {
  margin-bottom: 1rem;
}
.tainacan-cards-container .tainacan-card .metadata-title p {
  font-weight: 700;
}

.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 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-bg-collection .t-collection--info .t-collection--info-title {
  font-size: 1.5rem;
  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;
    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: #cbcbcb;
  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;
}
footer.tainacan-footer a {
  color: #9f9f9f;
}
footer.tainacan-footer a:hover {
  color: white;
  font-weight: 600;
  text-decoration: none;
}
@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 .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-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: #cbcbcb;
}
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: #298596;
}
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: #454647 !important;
}
footer.tainacan-footer.tainacan-footer-light a {
  color: #454647;
}
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: #454647;
}
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-info .tainacan-powered {
  color: #454647;
}
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;
}

.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-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: #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 {
  margin-left: 0 !important;
  max-width: calc(100vw - 4.166667%);
  max-width: 95.833333vw;
}
@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%;
  }
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta {
  margin: 35px 0 24px 4.1666666667%;
  margin: 35px 0 24px 4.1666666667vw;
}
@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: 40px;
    margin-bottom: 25px;
    margin-left: 8.333333%;
    margin-right: 8.333333%;
    margin-left: 8.333333vw;
    margin-right: 8.333333vw;
  }
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-content-title {
  width: 100%;
  border-color: #298596 !important;
}
.page-header-taxonomy > .container-fluid > .page-header-content > .page-header-content-meta > .page-header-content-title .page-header-title {
  color: #01295c;
  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: #298596;
  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: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 {
    width: 50%;
  }
}
.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: #298596;
  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;
}

.modal-backdrop.show {
  opacity: 1;
  background-color: rgba(10, 10, 10, 0.85);
}

.ekko-lightbox .modal-dialog {
  width: 100% !important;
  margin: 3.75rem auto;
  max-width: calc(1400px - 16.667vw) !important;
  display: flex !important;
  align-items: center;
}
.ekko-lightbox .modal-content {
  background: transparent;
  border: none;
  padding: 16px;
}
.ekko-lightbox .modal-content .modal-body {
  padding: 0;
}
.ekko-lightbox .modal-content .modal-body .ekko-lightbox-container {
  height: auto !important;
  max-height: 100%;
  max-height: 85vh;
}
.ekko-lightbox .modal-content .modal-body .ekko-lightbox-item {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ekko-lightbox .modal-content .modal-body .ekko-lightbox-item > * {
  width: 100%;
  max-width: calc(100% - 98px) !important;
  height: auto;
  max-height: 85vh;
}
.ekko-lightbox .modal-content .modal-body .ekko-lightbox-item > img {
  width: auto;
}
.ekko-lightbox .modal-content .modal-body .ekko-lightbox-item > iframe {
  min-height: 80vh;
  border: none;
}
.ekko-lightbox .modal-content .modal-body .ekko-lightbox-item > audio {
  min-height: 54px;
  padding: 12px;
}
.ekko-lightbox .modal-content .modal-body .ekko-lightbox-item > a, .ekko-lightbox .modal-content .modal-body .ekko-lightbox-item > p {
  z-index: 99;
  padding: 1rem 4.33337vw;
  background: white;
  border-radius: 3px;
  word-wrap: break-word;
}
.ekko-lightbox .modal-content .modal-body .ekko-lightbox-nav-overlay {
  display: -ms-flexbox !important;
  display: flex !important;
}
.ekko-lightbox .modal-content .modal-body .ekko-lightbox-nav-overlay a {
  opacity: 1;
}
.ekko-lightbox .modal-content .modal-body .ekko-lightbox-nav-overlay a span {
  padding: 0;
  color: white;
  font-size: 0;
}
.ekko-lightbox .modal-content .modal-body .ekko-lightbox-nav-overlay a span::before {
  display: inline-block;
  font: normal normal normal 56px/1 "TainacanIcons";
  font-size: 56px !important;
  line-height: 1;
  font-size: inherit;
  text-rendering: auto;
  vertical-align: middle;
  line-height: inherit;
}
.ekko-lightbox .modal-content .modal-body .ekko-lightbox-nav-overlay a:hover {
  color: white;
}
.ekko-lightbox .modal-content .modal-body .ekko-lightbox-nav-overlay a:first-child {
  left: -6px;
  position: relative;
}
.ekko-lightbox .modal-content .modal-body .ekko-lightbox-nav-overlay a:first-child span:before {
  content: "arrowleft";
}
.ekko-lightbox .modal-content .modal-body .ekko-lightbox-nav-overlay a:last-child {
  right: -6px;
  position: relative;
}
.ekko-lightbox .modal-content .modal-body .ekko-lightbox-nav-overlay a:last-child span:before {
  content: "arrowright";
}

#tainacanFullScreenViewMode,
#tainacanExposersButton {
  display: none;
}
