@charset "utf-8";

:root {
    --font-size-text-md: 1.5rem;
    --font-size-h1: 3.6rem;
    --font-size-h2: 2.8rem;
    --font-size-h5: 1.5rem;
    --font-size-label: 1.1rem;
    --positive-color: #73531d;
    --negative-color: #cecfb1;
    --auxiliary-color: #a19167;
    --card-img-height: 480px;
}

@media only screen and (min-width: 48.75em) {
    :root {
      --font-size-h1: 6rem;
    }
}

@media only screen and (min-width: 60em) {
    :root {
        --title-column-width: 42rem;
    }
}

@media only screen and (min-width: 64em) {
    :root {
        --font-size-text-md: 1.6rem;
        --font-size-h1: 8rem;
        --font-size-h2: 3.2rem;
        --font-size-h5: 1.8rem;
        --font-size-label: 1.2rem;
    }
}

@media only screen and (min-width: 90em) {
    :root {
        --font-size-text-md: 1.8rem;
        --font-size-h1: 11rem;
        --font-size-h2: 3.6rem;
    }
}

* {
    font-family: "Merriweather Sans", sans-serif;
}

html {
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: var(--positive-color);
    overflow-y: scroll;
    color: var(--negative-color);
}

.container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

h1 {
    font-family: "Merriweather";
    font-weight: 900;
    font-style: normal;
    font-size: 4.5rem;
    color: var(--negative-color);
}

a {
    outline: none;
    box-shadow: none;
    text-decoration: underline;
    color: var(--negative-color);
}

.btn {
    border: none;
    border-radius: 0;
    outline: none;
}

.positive-color {
    color: var(--positive-color);
}

/* NAVBAR */
.navbar img {
    width: 180px;
    height: 88.88px;
}

.navbar-nav .nav-item {
    line-height: 1.5rem;
    /* padding: 0 0.5rem; */
    padding-left: 60px;
}

.navbar-nav .nav-link, .navbar-nav .nav-link.active {
    color: var(--negative-color);
    font-size: var(--font-size-text-md);
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.navbar-toggler, .navbar-toggler:focus {
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

.navbar-toggler i {
    color: var(--negative-color);
}

@media (min-width: 576px) {
    .nav-link:not(.btn-search-icon)::after {
        margin-right: var(--bs-navbar-nav-link-padding-x);
        margin-left: var(--bs-navbar-nav-link-padding-x);
    }
}

/* ACESSIBILIDADE*/

:focus {
    /* outline: 2px solid green; */
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 100;
}

.hidden-description {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
}

.hidden-description > * {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(100%);
    border: 0;
    white-space: nowrap;
}

/* OFFCANVAS */
.offcanvas {
    background-color: var(--positive-color);
}

.offcanvas .offcanvas-title {
    color: var(--negative-color);
}

/* FORM BUSCA GERAL */
#form-busca-geral .btn-search {
    background-color: var(--negative-color);
    color: var(--positive-color);
}

#form-busca-geral input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1.2em;
    width: 1.2em;
    border-radius: 50em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 10.5858L9.17157 7.75736L7.75736 9.17157L10.5858 12L7.75736 14.8284L9.17157 16.2426L12 13.4142L14.8284 16.2426L16.2426 14.8284L13.4142 12L16.2426 9.17157L14.8284 7.75736L12 10.5858Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    opacity: 0;
    pointer-events: none;
}

#form-busca-geral input[type="search"]:focus::-webkit-search-cancel-button {
    opacity: 1;
    pointer-events: all;
}

/* BARRA DE FILTROS */
#filters_bar .btn-search {
    background-color: var(--negative-color);
    color: var(--positive-color);
    font-size: 1.6rem;
    font-weight: 400;
    min-width: 100px;
}

#filters_bar i {
    color: var(--negative-color);
}

#filters_bar input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1.2em;
    width: 1.2em;
    border-radius: 50em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 10.5858L9.17157 7.75736L7.75736 9.17157L10.5858 12L7.75736 14.8284L9.17157 16.2426L12 13.4142L14.8284 16.2426L16.2426 14.8284L13.4142 12L16.2426 9.17157L14.8284 7.75736L12 10.5858Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    opacity: 0;
    pointer-events: none;
}

#filters_bar input[type="search"]:focus::-webkit-search-cancel-button {
    opacity: 1;
    pointer-events: all;
}

/* FORMS */

.form-select {
    border-radius: 0;
    border: solid var(--negative-color);
    border-width: 1px 1px 4px 1px;
    background-color: var(--positive-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23a7b292' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    color: var(--negative-color);
    margin-right: 10px;
    font-size: 12px;
    font-weight: 300;
}

.form-select:focus {
    background-color: var(--negative-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2378510b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    color: var(--positive-color);
    box-shadow: none;
}

.form-control {
    background-color: var(--positive-color);
    border: solid var(--negative-color);
    border-width: 1px 1px 4px 1px;
    border-radius: 0;
    color: var(--negative-color);
    margin-right: 10px;
    transition: border-width 0.3s ease;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 300;
}

.form-control:focus {
    background-color: var(--auxiliary-color);
    box-shadow: unset;
    border: solid var(--negative-color);
    border-width: 1px 1px 4px 4px;
    color: var(--positive-color);
    box-sizing: border-box;
}

.form-control:focus::placeholder {
    background-color: unset;
    color: var(--positive-color);
}

.form-control::placeholder {
    color: var(--negative-color);
    opacity: 0.5;
}

.form-control:focus-visible {
    outline: none;
    box-shadow: none;
}


#open_search_bar {
    display: none;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding-bottom: 2rem;
    padding-top: 2rem
}

.site-section-name {
    font-size: var(--font-size-label);
    font-weight: 400;
    margin-bottom: 46px;
}

.page-top {
    padding-top: 80px;
    margin-bottom: 4rem;
}

@media only screen and (min-width: 60em) {
    .page-top {
        margin-bottom: 8rem;
    }
}

@media only screen and (min-width: 90em) {
    .page-top {
        margin-bottom: 12rem;
    }
}

.page-title {
    font-family: "Merriweather Sans", sans-serif;
    font-size: var(--font-size-h1);
    font-weight: 800; 
    line-height: 1.05;
}

.page-content {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: var(--font-size-text-md);
    font-weight: 300; 
    line-height: 1.8; 
}

.acervo-page-title {
    font-family: "Merriweather", serif;
    font-size: var(--font-size-h2);
    font-weight: 900; 
    line-height: 1.1;
    margin-bottom: 1rem;
}

.entity-page-title {
    font-size: 4rem;
    font-weight: 800; 
    line-height: 1.05;
    font-family: "Merriweather Sans", sans-serif;
}

.entity-life-span {
    font-weight: 300;
    font-size: 1.6rem;
    font-family: "Merriweather Sans", sans-serif;
}

.entity-alternate-names {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.3;
    font-family: "Merriweather Sans", sans-serif;
    padding-top: 20px;
}

/* FOOTER */

footer {
    color: var(--negative-color);
    margin-top: 50px;
}

footer img {
    height: 50px;
    width: auto;
}

footer ul {
    list-style: none;
}

footer a {
    cursor: pointer;
}

.care-copyright {
    font-size: 0.8rem;
    text-decoration: underline;
}

/* TIMELINE */

.timeline {
    display: flex;
    flex-direction: column;
    border-top: solid 2px var(--negative-color);
}

.timeline .item {
    display: flex;
    position: relative;
    padding: 16px 0px;
    margin-left: 16px;
}

.timeline .item::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 2px;
    content: "";
    background-color: #a4a896;
}

.timeline .icon {
    position: relative;
    z-index: 1;
}

.timeline .icon-position {
    margin-right: 8px;
    margin-left: -15px;
    color: #77510e;
    background-color: #a4a896;
    display: flex;
    overflow: hidden;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
}

.timeline .icon-position i {
    color: #77510e;
}

.timeline .date {
    min-width: 0px;
    max-width: 100%;
    margin-top: 4px;
    color: #a4a896;
    flex: 1 1 auto;
    font-size: 14px;
}

.timeline span {
    background-color: #a4a896;
    font-size: 1.8rem;
    cursor: pointer;
}

.timeline span:hover {
    opacity: 0.8;
}

.timeline .badge {
    background-color: #a4a896;
    color: #77510e;
}

.timeline-card {
    display: flex;
    align-items: center;
    margin-right: 1.25rem;
    list-style: none;

}


/* SUMMARY (MODAL) */

.modal-body {
    padding: 0;
}

.modal-content {
    margin: 0;
    padding: 0;
}

.modal-footer {
    border-top: 0;
}
.modal-images {
    height: 80%;
}
.modal-body > .card {
    border: 0;
    border-radius: 0 ;
    margin: 0;
}

.modal-xl {
    max-width: 90vw;
}

@media (max-width: 1024px) {
    .modal-xl {
        max-width: 100vw;
    }

}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 2rem;
    }
}

.viewer-backdrop {
    background-color: var(--positive-color);
}

.break-line {
    white-space: pre-line;
}

.modal-dialog .modal-content-default {
    border-radius: 0;
    background-color: var(--positive-color);
    color: var(--negative-color);
}

.modal-dialog .modal-content-reverse {
    border-radius: 0;
    background-color: var(--negative-color);
    color: var(--positive-color);
}

.modal-dialog .border-bottom {
    border-bottom: 1px solid var(--positive-color) !important;
}


.card-img-max-h {
    height: calc(100vh - 8rem);
}

@media (max-width: 767px) {
    .card-img-max-h {
        max-height: 100%;
    }
    /* NAVBAR */
    .navbar img {
        width: 120px;
        height: 58.99px;
    }

}

.pointer {
    cursor: pointer;
}

.svg-social-media {
    fill: var(--negative-color);
    border: 1px solid var(--negative-color);
    background-color: var(--positive-color);
    border-radius: 50%;
    transition: fill 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.svg-social-media:hover {
    fill: var(--positive-color);
    border: 1px solid var(--positive-color);
    background-color: transparent;
}

/* CARD */
.horizontal-card {
    background-color: #654d1f !important;

}

.card {
    border-radius: 0;
    background-color: transparent;
    border: none;
    overflow: hidden;
    box-sizing: border-box;
}

.img-wrapper {
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.34);
    cursor: pointer;
    height: fit-content;
}

#destaques .img-wrapper {
    width: 100%;
    height: var(--card-img-height);
}

#destaques .img-wrapper img {
    height: var(--card-img-height);
    width: calc(100vw - 80px);
    object-fit: contain;
}

@media (min-width: 1200px) {
    #destaques .img-wrapper img {
        width: calc(100vw/4 - 40px);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #destaques .img-wrapper img {
        width: calc(100vw/3 - 40px);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #destaques .img-wrapper img {
        width: calc(100vw/2 - 60px);
    }
}

.viewer-move, .img-wrapper img {
    /* max-width: 100%;
    max-height: 100%;
    object-fit: contain; */
    pointer-events: none;
}

.card img {
    border-radius: 0;
    border: none;
    /* padding-left: 8px;
    padding-right: 8px; */
    transition: transform 1s ease-in-out;
    z-index: 1;
    width: 100%;
}

.card img:hover {
    cursor: pointer;
    transform: scale(1.01);
}

.card-body {
    padding: 0;
}

.card .card-title {
    color: var(--negative-color);
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
}

.card-text {
    color: var(--negative-color);
}

.card-content {
    color: var(--negative-color);
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    /* height: 70px; */
    padding: 10px 10px 10px 5px;
}

.collection-card-title {
    color: var(--negative-color);
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 800;
    font-size: var(--font-size-h5);
    padding-left: 5px;
    height: 45px;
    padding-right: 10px;
}

.collection-title {
    color: var(--negative-color);
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 800;
    font-size: 3.6rem;
    padding: 15px 40px 15px 0px;
}

.collection-card-content {
    color: var(--negative-color);
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    max-width: 54rem;
    line-height: 1.8;
}

.card-default img {
    width: 27.5rem;
    height: 36.688rem;
}

.card-default .card-title {
    width: 27.5rem;
}

.card-default .card-content {
    width: 27.5rem;
}

.card-large img {
    width: 100%;
    max-height: var(--card-img-height);
}

.card-large .card-title > h6 {
    font-size: 18px !important;
    font-weight: 800;
}

.card-image-left .card-title {
    font-weight: 600;
    border-bottom: none;
    margin-left: 20px;
}

.card-image-left .btn {
    background-color: var(--positive-color);
    color: var(--negative-color);
}

.card-image-left img {
    width: 24.063rem;
    height: 32.125rem;
}

.card-full img {
    width: 37.625rem;
    height: 37.75rem;
    padding: 2px;
}

.card-image-left:first-child {
    padding-top: 10px;
    border-top: 1px solid var(--negative-color);
}

.card-image-left {
    border-bottom: 1px solid var(--negative-color);
}

.card hr {
    border-top: 1px solid var(--negative-color);
}

.summary-title {
    font-size: 3.6rem !important;
    font-weight: 300;
    line-height: 1.05;
    color: var(--positive-color);
    padding-bottom: 15px;
}

.summary-attribute-label {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--negative-color);
    border: 0px solid;
}
.summary-attribute-reverse {
    color: var(--negative-color);
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.2;
    border: 0px solid;
}
.summary-attribute-label-reverse {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--positive-color);
    border: 0px solid;
}

.summary-attribute-value {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-left: 5px;
    border: 0px solid;
}

.modal-content-default .summary-link {
    font-weight: 500;
    color: var(--positive-color) !important;
    text-decoration: underline;
}

.modal-content-reverse .summary-link {
    font-weight: 500;
    color: var(--positive-color) !important;
    text-decoration: underline;
}

.browse-list-link {
    color: var(--negative-color) !important;
    text-decoration: underline;
}



/* AUDIO */

.plyr__controls {
    background: none !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

:root {
    --plyr-color-main: var(--negative-color) !important;
    --plyr-audio-control-color: var(--negative-color) !important;
    --plyr-color-buffer:var(--negative-color) !important;
}

.plyr--audio .plyr__progress__buffer {
    color: white !important;
}

.plyr__progress input {

}

input[type="range"]::-webkit-slider-runnable-track {
    /*background: white !important;*/
}

.plyr-play-container {
    display: inline-block;

    padding: 5px 7px;
    padding-left: 7px;

    margin-bottom: 10px;
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
}

.plyr-play-svg {
    fill: var(--positive-color);

}

.plyr-play-container:hover {
    background-color: var(--positive-color);

}

.plyr-play-container:hover .plyr-play-svg {
    fill: white;
}

.plyr__time {
    padding-left: 5px;
}

/* PAGINAÇÃO */

.pagination > li > a {
    background-color: var(--positive-color);
    color: var(--negative-color);
    border-color: var(--positive-color);
    font-size: 1.6rem;
    font-weight: 400;
}

.pagination > li > a:focus,
.pagination > li > a:hover {
    color: var(--negative-color);
    background-color: transparent;
    border-color: var(--negative-color);
    box-shadow: none;
}

.pagination > .active > a {
    color: var(--negative-color);
    background-color: var(--positive-color);
    border: solid 1px var(--negative-color);
}

.pagination > .active > a:hover {
    color: var(--negative-color);
    background-color: var(--positive-color);
    border: solid 1px var(--negative-color);
}

.pagination > .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.linha-horizontal {
    background-image: url('../images/linha-horizontal.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 84px;
    margin: 10px 0 40px 0;
}

@media (max-width: 991.98px) {
    h1 {
        font-size: 35px;
    }

    #filters_bar {
        flex-wrap: wrap;
    }

    #filters_bar .form-select, #filters_bar .form-control {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .card-default img {
        width: auto;
    }

    .card-large img {
        width: auto;
    }

    .card-image-left img {
        width: auto;
    }
}

.carousel-card {
    width: 100%;
    height: 100% !important;
}

.h-5 {
    height: 5%; !important;
}

.h-10 {
  height: 10%; !important;
}

.h-90 {
    height: 90%; !important;
}

.h-65 {
    height: 65%; !important;
}

.slick-track {
    display: flex !important;
    flex-grow: 1;
}

.draggable {
    display: flex;
}

.separator-line {
    display: block;
    height: auto;

}

@media only screen and (min-width: 60em) {
    .separator-line {
        display: block;
        margin-bottom: 6rem;
        pointer-events: none;
        position: relative;
    }
}

.separator-line svg {
    fill: none;
    stroke: currentColor;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.animated-path {
    opacity: 0;
}

.animated-hr {
    height: 4px;
    background-color: var(--negative-color);
    width: 0;
    margin: 0;
    padding: 0;
    transition: width 0.314159265359s ease-in-out;
}

.placeholder-hr {
    margin: 0;
    padding: 0;
    border: none;
    height: 2px;
    background-color: var(--negative-color);
}
.simple-hr-thick {
    border: 1px solid var(--negative-color);
    opacity: 0.5;
}

/* CARD */

.card {
    box-sizing: border-box;
}

.card:hover .animated-hr {
    width: 100%;
}

.card-image-wrapper {
    position: relative;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.card-image-wrapper img {
    padding: 0;
    object-fit: contain;
}

.card-type {
    position: absolute;
    top: 10px;
    left: 20px;
    border-radius: 15px;
    padding: 4px 8px 4px 8px;
    border: 1px solid var(--negative-color);
    background-color: var(--positive-color);
    color: var(--negative-color);
    font-size: 10px;
    z-index: 2;

}

.card-date {
    font-size: 12px !important;
}

.slick-arrow:hover {
    color: whitesmoke;
}

/* NEWSLETTER */

.newsletter-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.newsletter-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/grafismo_acervo.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(90%) sepia(7%) saturate(653%) hue-rotate(23deg) brightness(92%) contrast(87%);
    z-index: -1;

}

.newsletter-background:hover::before {
    transform: scale(1);
}
.newsletter-background {
    position: relative;

}

.newsletter-content {
    background-color: var(--positive-color);
}

.newsletter-btn {
    background-color: var(--negative-color);
    color: var(--positive-color);
    border: solid var(--negative-color);
    border-width: 1px 4px 1px 1px;
    transition: all 0.3s ease-in-out;

}
.newsletter-btn:hover {
    background-color: var(--positive-color);
    color: var(--negative-color);
    border: solid var(--negative-color);
    border-width: 1px 1px 1px 1px;

}

.btn:not(.btn-search-icon, .rounded-btn) {
    background-color: var(--negative-color);
    color: var(--positive-color);
    border: solid var(--negative-color);
    border-width: 1px 1px 1px 1px;
    transition: all 0.3s ease-in-out;
}

.btn:not(.btn-search-icon, .rounded-btn):hover,
.btn:not(.btn-search-icon, .rounded-btn):active {
    background-color: var(--positive-color);
    color: var(--negative-color);
    border: solid var(--negative-color);
    border-width: 1px 1px 1px 1px;
}

.btn.active {
    background-color: var(--positive-color);
    color: var(--negative-color);
    border: solid var(--negative-color);
    border-width: 1px 1px 1px 1px;
}

.btn-tab {
    font-size: 1.5rem;
}

.newsletter-dialog a {
    font-family: "Merriweather";
    font-size: 40px;
    cursor: pointer;
    font-weight: bold;
}

.newsletter-dialog h2 {
    font-family: "Merriweather Sans";
    font-weight: 300;
    font-size: 36px;
}

@media (max-width: 576px) {
    .newsletter-dialog > h2, a{
        line-height: 1.4;
    }
    .newsletter-dialog h2 {
        font-size: 20px;
    }
    .newsletter-dialog a {
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    .newsletter-dialog h2 {
        font-size: 24px;
    }
    .newsletter-dialog a {
        font-size: 28px;
    }
    .newsletter-btn {
        width: 100%;
    }
}

/* UTILS */

.care-animated-link {
    position: relative;
    text-decoration: none;
    color: inherit;
}

.care-animated-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0px;
    height: 0;
    border-bottom: 1px solid;
    background-color: currentColor;
    transition: width 0.2s ease-in-out;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.care-animated-link:hover::after {
    width: 100%;
}

.merriweather {
    font-family: Merriweather;
}
.merriweather-sans {
    font-family: "Merriweather Sans";
}

.filters-bar {
    border-top: 1px solid;
    padding-top: 80px;
    margin-bottom: 72px;
    margin-left: 0px;
    margin-right: 0px;
}

.browse-list {
    padding-top: 40px;
}

.main-header {
    padding-bottom: 18px;
}

.page-title-section {
    padding-top: 80px;
}


.rounded-btn {
    border-radius: 50%;
    width: 4.8rem;
    height: 4.8rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--positive-color);
    color: var(--positive-color);
    transition: all 0.3s ease-in-out;
    border: solid var(--negative-color);
    border-width: 1px 1px 1px 1px;
}

.rounded-btn:hover {
    background-color: var(--negative-color);
    color: var(--positive-color);
}

@media (max-width: 576px) {
    .rounded-btn {
        width: 2rem;
        height: 2rem;
    }
}

.autocomplete-items {
    background: var(--negative-color);
    overflow: auto;
    position: absolute;
    max-height: 250px;
    width: 100%;
    margin-top: 0;
    margin-right: 1rem;
    padding: 0 0.5rem;
    z-index: 1000;
}

.autocomplete-item {
    padding: 0.5rem;
    cursor: pointer;
    color: var(--positive-color);
    border-bottom: 1px solid var(--positive-color);
}

.autocomplete-item:last-child {
    border-bottom: none;
}

.autocomplete-item:hover {
    font-weight: bold;
}

.placeholder {
    background-color: rgba(0, 0, 0, 0.34);
    height: var(--card-img-height);
    cursor: pointer;
}

/* CARD SECTION*/

.carousel-arrow-color {
    color: var(--negative-color)
}

.spinner-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

@media only screen and (min-width: 60em) 
{
    .two-column-page {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 60px;
        min-height: calc(100vh - 450px);
    }
}

.title-column {
    width: var(--title-column-width);
}

.content-column {
    width: calc(100% - var(--title-column-width));
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.8;
}

.page-title-2 {
    font-family: "Merriweather", serif;
    font-weight: 900;
    line-height: 1.1;
    font-size: var(--font-size-h2);
}

.page-subtitle {
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 300;
    font-size: 3.6rem;
    margin-top: 1.5rem;
}

.ri-search-line {
    font-size: 2rem;
}

.card-section-title {
    font-family: "Merriweather", serif;
    font-weight: 900;
    font-size: var(--font-size-h2);
    line-height: 1.1;
}

.grouper-button {
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
}

.browse-list-info {
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
}

.collections-list {
    min-height: calc(100vh - 450px);
}

.btn-saiba-mais {
    background-color: var(--negative-color);
    color: var(--positive-color);
    font-size: 1.5rem;
    font-weight: 800;
    min-width: 135px;
    margin-top: 20px;
}

svg {
    fill: var(--negative-color);
}

.social-media-link {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    text-decoration: none;
}

.text-tiny {
    font-size: 1.2rem !important;
}

.text-small {
    font-size: 1.4rem !important;
}

.text-big {
    font-size: 2.2rem !important;
}

.text-huge {
    font-size: 2.8rem !important;
}

.slider-navigation {
    padding-bottom: 30px;
}

.main-logo {
    width: 12rem;
}

@media only screen and (min-width: 60em) {
    .main-logo {
        width: 18rem;
    }
}

.pdf-container {
    width: 100%;
    height: calc(100vh - 80px);
}