:root {
    font-size: 62.5%;
    --highlight-color: rgb(0,0,0);
    --s-highlight-color: rgb(0,0,0);
    --bg-color: rgb(0,0,0);
    --txt-color: rgb(0,0,0);
    --s-txt-color: rgb(0,0,0);
    --neutral-color: 255, 255, 255;
    --hamburguer-stroke: 3px;
    --hamburguer-size: 2.5rem;;
}

*, html, body {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    color: var(--txt-color);
    font-size: 1.8rem;
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.row {
    margin-left: 0;
    margin-right:0;
}

/*------------------------------Text Styles------------------------------*/
/*-----------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p {
    font-weight: 700;
}

h1, h2, p, h3 {
    margin: 0;
}

h1, h2, h3 {
    display: inline-block;
    background-color: var(--highlight-color);
    padding: 3px 5px 0 5px;
    color: var(--txt-color);
    margin-right: .2em;
    line-height: 1.6em;
}

h1 {
    font-size: 2.6rem;
}

h2 {
   font-size: 1.8rem;
}

h3 {
    /*font-size: 1.4rem;*/
    font-size: 1.8rem;
}

h4 {
    /*font-size: 1.4rem;*/
    font-size: 1.8rem;
}

h5 {
    text-transform: uppercase;
    /*font-size: 1.2rem;*/
    font-size: 1.6rem;
    letter-spacing: 2px;
    display: block;
    margin-top: 0.8rem;
}

footer #contacts a {
    /*font-size: 1.8rem;*/
    font-size: 2.2rem;
}

p, p > span {
    /*font-size: 1.8rem;*/
    font-size: 2.2rem;
}

header a, p.smaller, p.smaller > span {
    /*font-size: 1.4rem;*/
    font-size: 1.8rem;
}

i {
    font-size: inherit;
}

footer a {
    /*font-size:1.6rem;*/
    font-size: 1.2rem;
}

section.artwork-info p.smaller:not(.title) {
    margin-bottom: 1.4rem;
    /*margin-bottom: 1.8rem;*/
    line-height: 1.35em;
}

nav ul li a {
    font-size: 1.8rem;
    /*font-size: 1.4rem;
    font-size: 1.8rem;*/
}

nav ul li a:hover:not(nav ul li.lang-selector a) {
    border: 2px solid rgb(var(--neutral-color));
}

nav ul li a.notEnable {
    cursor: not-allowed;
}

nav ul li a.active {
    border: 2px solid rgb(var(--neutral-color)) !important;
}

nav ul li a:not(nav ul li.lang-selector a)  {
    border: 2px solid var(--highlight-color);
    color: rgb(var(--neutral-color)) !important;
}

nav ul li.lang-selector a {
    background: rgb(var(--neutral-color));
    border: 2px solid rgb(var(--neutral-color));
}

nav ul li.lang-selector a {
    color: var(--highlight-color);

}

nav ul li.lang-selector a:hover {
    color: rgb(var(--neutral-color));
}

nav ul li.lang-selector a:hover {
    background:  var(--highlight-color);
}


a, a:focus, a:hover, a:visited {
    text-decoration: none;
    /*color: #fff;*/
    color: rgb(var(--neutral-color));
}

a:hover {
    cursor: pointer;
}

p > a::before {
    content: unset !important;
}

p > a {
    color: var(--txt-color) !important;
    border-color: var(--txt-color);
    /*border-bottom: 0.05em solid var(--txt-color);*/
    font-size: inherit;
}

p > a:hover {
    /*color: var(--s-highlight-color);
    border-color: var(--s-highlight-color);*/
    color: inherit;
    opacity: .5;
}

#bio-field p.smaller a, #desc p.smaller a {
    color: var(--txt-color);
}

@media (min-width: 576px) {
    *, body {
        font-size: 2.2rem;
    }

    h1 {
        font-size: 3.2rem;
    }

    h2 {
        font-size: 2.4rem;
    }

    h3 {
        font-size: 1.8rem;
    }

    h4 {
        font-size: 1.6rem;
    }

    h5 {
        font-size: 1.4rem;
    }

    footer a {
        font-size: 1.4rem;
    }

    p, p > span {
        font-size: 2.4rem;
    }

    section#about p {
        margin-bottom: 2.4rem;
    }

    p.smaller, p.smaller > span {
        font-size: 1.8rem;
    }

    section.artwork-info p.smaller:not(.title) {
        margin-bottom: 1.8rem;
    }

    nav ul li a {
        /*font-size: 1.6rem;
        margin-bottom: .7em;
        padding-left: -1px !important;*/
    }
}
@media (min-width: 1400px) {
    *, body {
        /*font-size: 2.6rem;*/
        font-size: 0.25rem;
    }

    h1 {
        font-size: 3.6rem;
        /*font-size: 4rem;*/
    }

    h2 {
        font-size: 2.6rem;
        /*font-size: 3rem;*/
    }

    h3 {
        /*font-size: 2.6rem;*/
        font-size: 2.2rem;
    }

    h4 {
        font-size: 2rem;
        /*font-size: 2.4rem;*/
    }

    h5 {
        font-size: 1.8rem;
        /*font-size: 2.2rem;*/
    }
    p, p > span {
        font-size: 2.6rem;
        /*font-size: 3rem;*/
    }

    section#about p {
        margin-bottom: 2.6rem;
        /*margin-bottom: 3rem;*/
    }

    p.smaller, p.smaller > span {
        font-size: 1.8rem;
        /*font-size: 2.2rem;*/
    }

    footer a {
    	font-size: 1.6rem;
        /*font-size: 2.0rem;*/
    }

    section.artwork-info p.smaller:not(.title) {
        margin-bottom: 1.8rem;
        /*margin-bottom: 2.2rem;*/
    }
}

/*----------------------------------Grid---------------------------------*/
/*-----------------------------------------------------------------------*/

@media (min-width: 576px) and (max-width: 1199px) {
    .container-fluid {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        /*padding: 0 6rem;*/
        padding: 0;
    }
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1000000000;
}

canvas {
    top: 0;
    left: 0;
    z-index: -1;
    position: fixed;
}

/*--------------------------------Classes--------------------------------*/
/*-----------------------------------------------------------------------*/

.d-flex {
    display: flex;
}

.mt-80 {
    margin-top: 8rem;
}

.mt-40 {
    margin-top: 4rem;
}

.ml-20 {
    margin-left: 2rem;
}

.mr-10 {
    margin-right: 1rem;
}

.pr-20 {
    padding-right: 2rem;
}
.pl-no {
    padding-left: 0 !important;
}

.ml-ident-20 {
    text-indent: 2rem;
}

.highlight, .s-highlight {
    padding: 1px 4px 0 4px;
}

.s-highlight {
    color: var(--s-txt-color);
    /*color: var(--highlight-color);*/
    /*background-color: rgba(255,255,255,.8);*/
    background-color: rgb(var(--neutral-color), 0.8);
}

.highlight {
    background-color: rgba(var(--neutral-color), 0.6);
    color: var(--s-txt-color);
}

.invert-color {
    background-color: var(--s-highlight-color);
    /*color: var(--highlight-color) !important;*/
    color: var(--s-txt-color) !important;
}

.invert-color p {
    color: var(--s-txt-color) !important;
    /*color: var(--highlight-color) !important;*/
}

.invert-color-bg p{
    background-color: var(--s-highlight-color);
    color:red !important;
}

p>span.invert-color, p.invert-color {
    padding: 2px 4px 0 4px;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.cookie-bar-outer {
    position: fixed;
    z-index: 10;
    bottom: 0;
    opacity: .8;
}

.cookie-bar-inner {
    min-width: 100vw;
    padding: .3em 0 .3em 0;
}

.cookie-bar-inner p {
    line-height: 1.2em;
}

.bt-cookies-outer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;

}

.bt-cookies-outer p:hover {
    cursor:pointer;
    color: var(--highlight-color);
}

@media (min-width: 992px) {
    .text-lg-right {
        text-align: right !important;
    }
}

/*-------------------------------Sections--------------------------------*/
/*-----------------------------------------------------------------------*/

section {
    width: 100%;
    display: flex;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 8rem;
    flex-direction: column;
}

@media (min-width: 768px) {
    section#intro {
        min-height: 100vh;
    }

    /*section#about, section#sitemap*/
}

@media (min-width: 991.98px) {
    section {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
}

/*-----------------------------Intro Section-----------------------------*/
/*-----------------------------------------------------------------------*/

.logo-container {
    margin-bottom: 6rem;
}

.c-pad-1 {
    padding-right: 6rem;
    padding-left: 6rem;
}

#logo {
    /*background-image: url(../imgs/Criatech.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;*/
    /*height: 25vmin;
    width: auto;*/
    width: 100%;
    max-height: 300px;
}

#intro {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*padding-top: 5vh;
    padding-bottom: 2rem;*/
    padding-bottom: 0;
    padding-top:0;

    min-height: 100vh;
}

.c-pad-t-1 {
    padding-top:3rem;
}

#org-outer {
    /*padding-top: 5vh;*/
}

.main-info-outer {

}

.tech-city-logo {
   height: 60px !important;
}

#intro .container-fluid:first-child {
    /*display: flex;
    flex-direction: column;*/
    /*flex-grow: 1;*/
}

#intro h1, #intro h2 {
    display: inline;
}


#intro .inline-margin {
    /*margin-top: .6rem;
    margin-bottom: .6rem*/
    /*margin-top: .05em;
    margin-bottom: .05em*/
}

.end-logos-inner {
    padding-bottom: 1.35em;
}


#intro img.arrow {
    width: auto;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}


.container-fluid {
    padding: 0;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}


@media (max-width: 576px) {
    #intro img.arrow {
        margin-top: 3rem;
        display: block;
    }
}

@media (min-width: 576px) {
    #intro img.arrow {
        margin-top: 4rem;
    }

    #intro-logos {
        justify-content: flex-end;
    }

}

@media (max-width: 768px) {
    #intro .col-12 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }

    #intro .container-fluid:first-child .row:nth-child(2)
    {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    #org-outer {
        margin-bottom: 2.7rem !important;
    }


    .logo-container {
        margin-bottom: 2rem;
    }

    #intro .relative-last-row {
        margin-bottom: 4rem;
    }

    #intro img.arrow {
        height: 2.6rem;
    }

    #logo {
        width: 100%;
    }


    .c-pad-1 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .c-pad-t-1 {
        padding-top: 1rem;
    }
}



@media (min-width: 768px) {
    #intro .container-fluid:first-child .row:nth-child(2) {
        /*flex-grow: 1;*/
        max-height: 400px;
        margin-top: 4rem;
        margin-bottom: 6rem;
    }



    .social-network {

    }

    #intro {
        /*padding-bottom: 4rem;*/
    }

    #intro img.arrow {
        height: 3.8rem;
    }

    #logo {
        /*min-height: 160px;*/
    }
}

/*-----------------------------About Section-----------------------------*/
/*-----------------------------------------------------------------------*/

section#about {
    background-color: var(--highlight-color);
    display: flex;
    align-items: center;
}

section#about h2, section#sitemap h2 {
    background-color: var(--s-highlight-color);
    color: var(--s-txt-color);
    margin-bottom: 2rem;
}

section#about .container .row:last-child p, section#sitemap .container .row:last-child p {
    margin-bottom: .6rem;
}

section#about .schedule-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;  
}

section#about .schedule-item:not(:last-child) {
    margin-bottom: 1rem;
}

/*---------------------------Exhibition Section--------------------------*/
/*-----------------------------------------------------------------------*/

section#exhibition {
    flex-direction: column;
}

section#exhibition .row:first-child {
    margin-bottom: 4rem;
}

.card {
    background-color: var(--highlight-color);
    border: none;
    border-radius: 0;
    margin: 0;

    transition: background-color .1s ease;
}

.card p {
    transition: color .1s ease;
}

.card .image {
    height: 400px;
    width: 100%;
}

.card .image .img-container {
    height: 100%;
    width: 100%;
    position: relative;
}

.go-to-website {
    color: var(--s-txt-color) !important;
    background-color: var(--s-highlight-color) !important;
    border: 2px solid var(--s-txt-color) !important;
}

.go-to-website:hover {
    color: var(--s-highlight-color) !important;
    background-color: var(--s-txt-color) !important;
    border: 2px solid var(--s-txt-color) !important;
}

.card .image .img-container img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.card .img-container::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--bg-color);
    opacity: 0.5;
    content: "";
}

.card.inactive:hover {
    cursor: default !important;
}

.card:hover {
    cursor: pointer;
}

.card:not(.coming-soon):hover .know-more {
    opacity: 1;
}

.card .artist, .card .title, .card .date, .card .bio, .card .type, .series {
    padding: 2rem;
}

.card:not(.coming-soon) h5 {
    color: var(--highlight-color);
}

.card:not(.coming-soon) .artist p.smaller, .card:not(.coming-soon) .title p.smaller {
    /*color: #fff;*/
    color: rgb(var(--neutral-color));
    opacity: 0.6;
}

.card .know-more::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--highlight-color);
    opacity: 0.5;
    content: "";
}

.card .know-more {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: flex-end;

    opacity: 0;
    transition: opacity .1s ease;
}

.card .know-more h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: var(--s-highlight-color);
    color: var(--highlight-color) !important;
    display: inline-block;
    text-align: center;
    margin: auto;
    padding: 2px 6px 0 6px;
}

/*-------------------------------- HOW TO GET  ------------------------*/
/*-----------------------------------------------------------------------*/
.how-to-get-icon {
    width: 5rem;
    margin-bottom: 1.35rem;
}

.how-to-get-icon svg {
    fill: var(--txt-color);
    width: 100%;
}

/*----------------------------------Map----------------------------------*/
/*-----------------------------------------------------------------------*/

section#sitemap {
    background-color: var(--highlight-color);
}

section#sitemap h1 {
    margin-bottom: 4rem;
}

.location-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-around;
}

.location-inner div {
    margin-top: 1rem;
}

section#sitemap .location-item {
    margin: .5rem 2rem .5rem 0;
    display: inline-block;
}

section#sitemap .location-item span {
    z-index: 10;
}

section#sitemap .location-item:hover, section#sitemap .location-item.hover {
    cursor: pointer;
}

section#sitemap .location-item:hover p span, section#sitemap .location-item.hover p span {
    /*background-color: var(--bg-color);
    color: var(--highlight-color);*/
    background-color: var(--txt-color);
    color: var(--highlight-color);
}

#map-container {
    margin-top: 2rem;
}

#map-container svg {
    width: 100%;
    height: auto;
}

#map-container svg #Rio path, #map-container svg #Rio polygon {
    fill: var(--highlight-color);
    opacity: .8;
}

#map-container svg #Espacos path, #map-container svg #Espacos polygon, #map-container svg #Espacos rect, #map-container svg #Espacos circle, #map-container svg #Espacos ellipse {
    fill: var(--highlight-color);
    opacity: .3;
}

#map-container svg #Estradas, #map-container svg #Estradas path, #map-container svg #Estradas polygon, #map-container svg #Estradas circle, #map-container svg #Estradas rect, #map-container svg #Estradas ellipse {
    fill: rgb(var(--neutral-color));
    fill: var(--txt-color);
}

#map-container svg #Locais path, #map-container svg #Locais polygon {
    fill: var(--highlight-color);
    opacity: .5;
}

#map-container svg #Locais path:hover, #map-container svg #Locais polygon:hover, #map-container svg #Locais path.hover, #map-container svg #Locais polygon.hover {
    fill: var(--highlight-color);
    opacity: 1;
    cursor: pointer;
}

#map-container svg #Letras path {
    fill: var(--txt-color);
    pointer-events: none;
}


@media (max-width: 992px) {
    section#sitemap .location-item p {
        text-indent: -4.2rem;
        margin-left: 4.2rem;
    }

    .tech-city-logo {
        height:35px !important;
    }

    .px-htg-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}

@media (max-width: 762px) {
    #home-logos, #intro-logos {
        padding: 0 !important;
    }
}

/*----------------------------------Nav----------------------------------*/
/*-----------------------------------------------------------------------*/

nav#home-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;    
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

nav ul li {
    text-decoration: none;
    display: flex;
    margin: 0;
}

nav {
    display: flex;
    flex-direction: row;
    background-color: var(--highlight-color);
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

#artwork-nav {
    /* TODO */
    position: sticky;
    top:0;
    z-index: 100000;
}

/* menu bar */
.hamburger {
    width: var(--hamburguer-size);
    height: var(--hamburguer-size);
}

.hamburger .bar {
    padding: 0;
    left:0;
    width: 100%;
    height: var(--hamburguer-stroke);
    background-color: rgb(var(--neutral-color));
    display: block;
    border-radius: 2px;
    transition: all 0.4s ease-in-out;
    position: absolute;
}

.bar1 {
    top: 0;
}

.bar2,
.bar3 {
    top: calc(50% - calc(var(--hamburguer-stroke) / 2));
}

.bar3 {
    right: 0;
}

.bar4 {
    bottom: 0;
}

.navbar-toggler:focus, .navbar-toggler {
    box-shadow: none !important;
    border: none;
}

.hamburger .bar1 {
    transform-origin: 5%;
}

.hamburger .bar4 {
    transform-origin: 5%;
}

.hamburger {}

.hamburger:active {}

.hamburger:not(.collapsed) > .bar1 {
    transform: rotate(45deg);
    height: calc(var(--hamburguer-stroke) * 1.2);
    width: calc(var(--hamburguer-size) * 1.41);
}

.hamburger:not(.collapsed) > .bar3 {
    transform: rotate(45deg);
    height: calc(var(--hamburguer-stroke) * 1.2);
    background-color: transparent;
    width: calc(var(--hamburguer-size) * 1.41);
}


.hamburger:not(.collapsed) > .bar2{
    transform: rotate(-45deg);
    height: calc(var(--hamburguer-stroke) * 1.2);
    background-color: transparent;
    width: calc(var(--hamburguer-size) * 1.41);
}

.hamburger:not(.collapsed) > .bar4 {
    transform: rotate(-45deg);
    height: calc(var(--hamburguer-stroke) * 1.2);
    width: calc(var(--hamburguer-size) * 1.41);
}

/*

.checkbox3:checked + label > .hamburger3 > .bar1{
    transform: rotate(45deg);
    height: 3px;
    width: 42px;
}

.checkbox3:checked + label > .hamburger3 > .bar3{
    transform: rotate(45deg);
    height: 3px;
    background-color: transparent;
}

.checkbox3:checked + label > .hamburger3 > .bar2{
    transform: rotate(-45deg);
    height: 3px;
    background-color: transparent;
}

.checkbox3:checked + label > .hamburger3 > .bar4{
    transform: rotate(-45deg);
    height: 3px;
    width: 42px;
}
 */

nav .col-6 {
    display: flex;
    align-items: center;
}

nav .navbar-brand {
    display: flex;
}

nav .navbar-brand:hover {
    cursor: pointer;
}

nav .navbar-brand img {
    height: 1.6rem;
}

nav ul {
    display: flex;
    margin-left: auto;
}

nav ul li:not(:last-child):not(:nth-child(6)) {
    margin-right: 1rem;
}

nav ul li a {
    padding: 1px 4px 0 4px;
}

nav ul li a.active {
    border: 2px solid rgb(var(--neutral-color));
    /*background-color: var(--s-highlight-color);*/
}

nav ul li.active a {
    /*color: var(--highlight-color);*/
    color: var(--s-txt-color);
}

@media (max-width: 762px) {

    nav .navbar-brand {
        display: block;
    }

}

@media (min-width: 768px) {
    nav .navbar-brand img {
        height: 1.8rem;
    }

    nav ul {
        justify-content: flex-end;
    }

    nav ul li:not(:last-child):not(:nth-child(6)) {
        margin-right: 1rem;
    }
}

/*-------------------------Partners & Social Media-----------------------*/
/*-----------------------------------------------------------------------*/

.social-network a .st0 {
    /*fill: rgb(var(--neutral-color));*/
    fill: var(--txt-color);
}

.social-network a:hover .st1 {
   fill: var(--txt-color);
    /*fill: var(--s-txt-color);*/
}

.social-network a:hover .st0 {
    fill: var(--highlight-color);
    /*fill: var(--txt-color);*/
}

.social-network a .st1 {
    fill: var(--highlight-color);
}

.social-network a:not(:first-child) {
    margin-left: 1em;
}

#intro .partners, #intro .social-network, footer .partners, footer .social-network {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#intro .partners a:not(:last-child) , footer .partners a {
	margin-right: 4.2rem; /*1.4rem;*/
}

#intro .partners a {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .social-network {
	/*margin-left: 2rem;*/
}

.mb-mob-1 {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    #teatro-av-img{
        height: 52px !important;
    }
}

@media (max-height: 670px){
    /*#intro {
        padding-top: 6vh;
    }*/

    .mb-mob-1 {
        margin-bottom: 2em;
    }

    #org-outer {
        margin-bottom: 1.35rem !important;
    }

    #intro .partners a:not(:last-child), footer .partners a {
        margin-right: 2rem;
    }
}

@media (max-width: 576px) {
    #intro .social-network  {
        margin-left: 1rem;
        width: 100%;
    }

    #intro .partners {
        width: 100%;
    }


    #intro-logos .social-network {
        text-align: right;
    }

    #intro .partners img, #intro .social-network svg {
        margin-top: 0 !important;
    }
}

@media (min-width: 576px) {
    #intro .social-network {
        margin-left: 2rem;
    }
}

@media (max-width: 768px) {
    #intro .partners, #intro .social-network {
        margin: 1rem 0;
    }

    footer .partners, footer .social-network {
        margin: 1rem 0;
    }
}

@media (max-width: 992px) {
    #intro .partners img, #intro .social-network svg {
        margin-top: 0; /*1.25em;*/
    }

    #intro .partners a, footer .partners a {
        margin-right: 2.4rem;
    }

    #effeLogo img {
        height: 50px !important;
    }

    #effeLogoFooter img {
        height: 50px !important;
    }

    #intro .partners img:not(#effeLogo img) {
        height: 50px;
    }

    .c-pad-1 {
        padding-right: 20px;
        padding-left: 20px;
    }

    #teatro-av-img {
        height: 40px !important;
    }

    #intro .partners img, #intro .social-network svg {
        height: 50px;
        width: auto;
    }


    #intro .partners img.aveiro2027 {
        height: 30px;
    }

    footer .partners img, footer .social-network svg {
        height: 36px;
    }

    footer .partners img.aveiro2027 {
        height: 26px;
    }

    nav ul li a {
        font-size: 2.2rem !important;
        margin-bottom: 0.7em;
        padding: 2px 4px 0 4px;
    }

    nav ul {
        margin-left: 0;
    }

    nav > .container-fluid > .navbar-collapse {
        margin-top: 1.35em;
    }

    nav .navbar-brand img {
        height: 2.5rem;
    }



}

@media (min-width: 992px) {
    #intro .partners img, #intro {
        height: 70px; /*60*/
    }

    .social-network svg {
        height: 60px;
    }

    #effeLogo img {
        height: 110px !important;
    }

    #intro .partners img.aveiro2027 {
        height: 80px;
    }

    footer .partners img, footer .social-network svg {
        height: 50px;
    }

    .aveiro-2027-ft img {
        height: 60px !important;
    }

    footer .partners img.aveiro2027 {
        height: 30px;
    }
}

/*--------------------------------Footer---------------------------------*/
/*-----------------------------------------------------------------------*/

footer {
    padding: 2rem 0;
    background-color: var(--bg-color);
}

footer .footer-links {
	margin-top: 2rem;
    display: inline-block;
}

footer .footer-links a {
    background-color: var(--highlight-color);
    color: var(--txt-color);
    padding: 2px 4px 0 4px;
    display: inline-block;
}

footer .footer-links a:hover {
    /*background-color: var(--s-highlight-color);*/
    background-color: var(--txt-color);
    color: var(--highlight-color);
}


@media (min-width: 768px) {
    footer .footer-links a:not(:last-child) {
        margin-right: 2rem;
    }
}

@media (min-width: 1200px) {
    footer {
        padding: 4rem 0;
    }
}

/*------------------------------Artwork Info-----------------------------*/
/*-----------------------------------------------------------------------*/

header.artwork-header {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

/*header.artwork-header a {
    background-color: var(--highlight-color);
    display: inline;
    padding: 2px 4px 0 4px;
}*/

#next-artwork {
    text-align: right;
    /*margin-left: auto;*/
}

#previous-artwork, #next-artwork {
    height: 4rem;
    width: 4rem;
    border: 3px solid white;
    border-radius: 50%;
    display: flex
}

#previous-artwork img, #next-artwork img {
    height: 1.6rem;
    width: auto;
    margin: auto;
}

/*#previous-artwork::before, #next-artwork::after {
    content: "";
    display: block;
    height: 2rem;
    width: 2rem;
    background-size: contain;
    background-repeat: no-repeat;
    border: 2px solid white;
    border-radius: 50%;
}

#next-artwork::after {
    margin: .8rem 0 0 1rem;
    background-image: url("../imgs/next.svg");
}

#previous-artwork::before {
    margin: .8rem 1rem 0 0;
    background-image: url("../imgs/previous.svg");
}*/

/*#previous-artwork a:hover , #next-artwork a:hover {
    background-color: var(--s-highlight-color);
    color: var(--highlight-color);
}*/



section.artwork-info {
    background-color: var(--highlight-color);
    /*background-color: var(--bg-color) !important;*/
    padding: 6rem 0; 
}

section.artwork-info p.title {
    padding: 2px 4px 0 4px;
    display: inline;
    margin-bottom: .5rem;
}

section.artwork-info #img img {
    width: 100%;
    height: auto;
    display: block;
}

header.artwork-header .programme-title {
    margin-bottom: .5rem;
}

section.artwork-info .artwork-capacity, section.artwork-info #img {
    margin-bottom: 2.6rem;
}

section.artwork-info #desc, section.artwork-info #author-bio p:not(.title), #bio-field p{
    margin-top: 1rem;
    /*max-width: 650px;*/
}


.bio-sub-title {
    font-size: inherit;
    border-bottom: 0.1em solid var(--txt-color);
}


#teatro-aveirense-140-ft {
    height: 35px;
}

.effe-label {
    text-align: right;
    vertical-align: bottom;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: stretch;

}

.effe-label a {
    height: 100%;
}

.effe-label img{
    height: 100%;
    max-height: 10rem;
    /*background: var(--s-highlight-color);*/
}
