@font-face {
    font-family: "HR";
  
    src: url("../fonts/HR.svg") format("svg"),
      url("../fonts/HR.ttf") format("truetype"), 
      url("../fonts/HR.woff") format("woff"), 
      url("../fonts/HR.woff2") format("woff2"); 
    font-weight: normal;
    font-style: normal;
  }

@font-face {
    font-family: "HB";
  
    src: url("../fonts/HB.svg") format("svg"), 
      url("../fonts/HB.ttf") format("truetype"), 
      url("../fonts/HB.woff") format("woff"), 
      url("../fonts/HB.woff2") format("woff2"); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SR";
  
    src: url("../fonts/SR.svg") format("svg"), 
      url("../fonts/SR.ttf") format("truetype"), 
      url("../fonts/SR.woff") format("woff"), 
      url("../fonts/SR.woff2") format("woff2"); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SRI";
  
    src: url("../fonts/SRI.svg") format("svg"), 
      url("../fonts/SRI.ttf") format("truetype"), 
      url("../fonts/SRI.woff") format("woff"), 
      url("../fonts/SRI.woff2") format("woff2"); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SB";
  
    src: url("../fonts/SB.svg") format("svg"), 
      url("../fonts/SB.ttf") format("truetype"), 
      url("../fonts/SB.woff") format("woff"), 
      url("../fonts/SB.woff2") format("woff2"); 
    font-weight: normal;
    font-style: normal;
}

*{
    box-sizing: border-box;
}

html, body{
    scroll-behavior: smooth;
}

body{
    font-family: "SR", Arial, Helvetica, sans-serif;
    background-color: #F5F5F5;
    margin: 0;
    padding: 0;
}

.img-responsive{
  width: 100%;
}

/* SCROLL BAR STYLE */
::-webkit-scrollbar {
    width: 5px;
  }
  
  ::-webkit-scrollbar-track {
    background: #F5F5F5;
  }
   
  ::-webkit-scrollbar-thumb {
    background: #000; 
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #000; 
  }

/* Animations */
@keyframes dissolve{
    from{ opacity: 0;}
    to{ opacity: 1;}
  }
  
  @keyframes dissolve-pins-arquivo{
    from{ opacity: 0; transform: translateY(80px);}
    to{ opacity: 1; transform: translateY(0);}
  }

/* MARQUEE ANIMATIONS */
#marquee-horizontal-sobre {
    overflow: hidden;
    white-space: nowrap;
    height: 48px;
}
  
#marquee-text-sobre {
    content: url(../images/sobre/marquee_sobre.svg);
    padding-top: 8px;
    display: inline-block;
    -webkit-animation:marquee 200s linear infinite;
    -moz-animation:marquee 200s linear infinite;
    -ms-animation:marquee 200s linear infinite;
    -o-animation:marquee 200s linear infinite;
    animation:marquee 200s linear infinite;
}

@-webkit-keyframes marquee {
    from {
      -webkit-transform: translateX(0%);
    }
    to {
      -webkit-transform: translateX(-50%);
    }
  }
  
@keyframes marquee {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-50%);
    }
  }

/* Reveal and Hide Styles */
.toggle-btn{
    display: none;
  }
  
  .toggle-btn-visible{
    display: block;
  }
  
  .toggle-target-hidden{
    display: none;
  }
  
  .toggle-target-expanded{
    display: block;
  }

  /* SOBRE */
span.frame-line-left {
    width: 2px;
    height: 100%;
    background: #000;
    position: fixed;
    z-index: 2;
  }
  
  span.frame-line-bottom {
    width: 100%;
    height: 2px;
    bottom: 0;
    background: #000;
    position: fixed;
    z-index: 2;
  }
  
  span.frame-line-right {
    width: 2px;
    height: 100%;
    background: #000;
    position: fixed;
    right: 0;
    z-index: 2;
  }
  
  .modal-cena {
    width: 100%;
    display: block;
  }
  
  .modal-top {
    width: 100%;
    height: 51px;
    position: fixed;
    background: #F5F5F5;
    border: 2px solid #000;
    border-bottom: 6px solid #000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 2;
  }
  
  .modal-top h2 {
    font-family: "HR", Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    height: 28px;
    margin-bottom: 0;
    margin: auto;
  }
  
  span.line_close_button {
    width: 2px;
    height: 51px;
    background: #000;
    position: absolute;
    right: 42.5px;
    z-index: 1;
}
  
.modal-top a img {
    width: 50px;
    height: 43px;
    right: -4px;
    top: 0;
    position: absolute;
}

.about-intro {
    width: 100%;
    height: 100%;
    padding: 120px 20px 0 20px;
    animation: dissolve 2s ease;
}

.text-about-1, .text-about-2 {
    font-family: "SR", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
}

.button_lermais {
    padding-top: 10px;
}

.button_lermais span {
    padding: 8px 15px;
    color: #000;
    font-family: "HR", Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0;
    width: 116px;
    height: 37px;
    border: 2px solid #000;
    border-radius: 25px;
    background: #EEEE90;
    box-shadow: 2px 3px 0px #000000;
    text-align: center;
}

.button_lermais span:hover{
    color: #EEEE90;
    background: #000;
}

.organizacao-section {
    width: 100%;
    background: #CFE0D4;
    border-top: 3px solid #000;
    margin-top: 80px;
    animation: dissolve 2s ease;
}

.organizacao-button img {
    width: 276px;
    height: 50px;
    position: relative;
    top: 20px;
    left: 20px;
    margin-bottom: 70px;
}

.organizacao-button img:hover{
    content: url("../images/sobre/buttons/Button_organizacao_black.png");
}

.organizacao-info {
    padding: 0 20px 100px 20px;
    background: #CFE0D4;
}

.organizacao-info span {
    margin: 0;
    font-family: "SR", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
}

.socialmedia-organizacao {
    padding-top: 20px;
}

.socialmedia-organizacao img {
    padding-right: 20px;
}

.logos-organizacao {
    padding-top: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

img.logo-traca {
    width: 103.23px;
    height: 95px;
    margin-right: 30px;
}

a.logo-cmlisboa img {
    width: 71.39px;
    height: 95px;
    margin-right: 30px;
}

a.logo-arquivomunicipal img {
    width: 242px;
    height: 50.97px;
    margin-right: 30px;
}

img.logo-rock {
    width: 170.39px;
    height: 95px;
    margin-right: 30px;
}

img.logo-olhodeboi {
    width: 102px;
    height: 95px;
}

.equipa-section {
    width: 100%;
    background: #C3CED3;
    border-top: 3px solid #000;
    animation: dissolve 2s ease;
}

.equipa-button img {
    width: 169.33px;
    height: 50px;
    position: relative;
    top: 20px;
    left: 20px;
    margin-bottom: 70px;
}

.equipa-button img:hover{
    content: url("../images/sobre/buttons/Button_equipa_black.png");
}

.equipa-info {
    padding: 0 20px 100px 20px;
    background: #C3CED3;
}

.equipa-info span{
    margin: 0;
    font-family: "SR", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
}

.participantes-section {
    width: 100%;
    background: #E1C5C6;
    border-top: 3px solid #000;
    animation: dissolve 2s ease;
}

.participantes-button img {
    width: 284px;
    height: 50px;
    position: relative;
    top: 20px;
    left: 20px;
    margin-bottom: 70px;
}

.participantes-button img:hover{
    content: url("../images/sobre/buttons/Button_participantes_black.png");
}

.participantes-info {
    padding: 0 20px 100px 20px;
    background: #E1C5C6;
}

.participantes-info span{
    margin: 0;
    font-family: "SR", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
}

.agradecimentos-section {
    width: 100%;
    background: #DAC8B7;
    border-top: 3px solid #000;
    animation: dissolve 2s ease;
}

.agradecimentos-button img {
    width: 334.67px;
    height: 50px;
    position: relative;
    top: 20px;
    left: 20px;
    margin-bottom: 70px;
}

.agradecimentos-button img:hover{
    content: url("../images/sobre/buttons/Button_agradecimentos_black.png");
}

.agradecimentos-info {
    padding: 0 20px 100px 20px;
    background: #DAC8B7;
}

.agradecimentos-info span{
    margin: 0;
    font-family: "SR", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
}

img.grid-image-about {
    width: 100%;
    object-fit: cover;
    border-top: 3px solid #000;
    animation: dissolve 2s ease;
}

img.grid-image-about-mobile{
    display: none;
}

.grid-about {
    position: absolute;
    height: 0;
}

.grid-text-section {
    width: 60%;
    border: 2px solid #000;
    padding: 20px;
    box-shadow: 2px 3px 0 #000;
    background-color: #F5F5F5;
    position: relative;
    margin: auto;
    bottom: 32.3vw;
    animation: dissolve 2s ease;
}

span.grid-text {
    font-family: "SR", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
}

span.grid-text a {
    color: #933779;
}

.parceiros-section {
    width: 100%;
    padding: 80px 20px 180px 20px;
    animation: dissolve 2s ease;
}

.parceiros-button img {
    width: 228.67px;
    height: 50px;
}

.parceiros-button img:hover{
    content: url("../images/sobre/buttons/Button_parceiros_black.png");
}

.parceiros-text {
    font-family: "SR", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
    padding-top: 50px;
}

.logos-parceiros {
    padding-top: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

img.logo-publico {
    width: 90px;
    height: 95px;
    margin-right: 50px;
}

img.logo-antena2 {
    width: 216px;
    margin-right: 50px;
}

.footer-site {
    width: 100%;
    height: 121px;
    border-top: 3px solid #000;
    background: #D6D6D6;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    animation: dissolve 2s ease;
}

.website-creditos {
    font-family: "HR", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 0 20px 20px;
    order: 1;
}

.website-creditos a {
    font-family: "HB", Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
}

.website-creditos a:hover{
    text-decoration: underline;
}

.croco-backtotop {
    padding-bottom: 16px;
    order: 2;
    border: none;
    background: none;
    outline: none;
}

.croco-backtotop img {
    width: 250px;
    height: 74.47px;
}

.croco-backtotop img:hover{
    content: url("../images/sobre/buttons/Button_croco_open.png");
}

.copyright {
    width: 361px;
    text-align: right;
    font-family: "HR", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 20px 20px 0;
    order: 3;
}

@media (max-width: 1920px){
    .grid-text-section {
        width: 80%;
        bottom: 32.8vw;
    }
}

@media (max-width: 1680px){
    .grid-text-section {
        bottom: 33.5vw;
    }
}

@media (max-width: 1440px){
    .grid-text-section {
        bottom: 35vw;
    }
}

@media (max-width: 1280px){
    .grid-text-section {
        bottom: 35.5vw;
    }
}

@media (max-width: 1024px){
    .grid-text-section {
        bottom: 37.85vw;
    }

    .text-about-1, .text-about-2, .organizacao-info span, .equipa-info span,
    .participantes-info span, .agradecimentos-info span, .parceiros-text {
        font-size: 22px;
    }

    .button_lermais span {
        padding: 8px 15px;
        color: #000;
        font-family: "HR", Arial, Helvetica, sans-serif;
        font-size: 22px;
        text-transform: uppercase;
        line-height: 100%;
        letter-spacing: 0;
        width: 136px;
        height: 41px;
        border: 2px solid #000;
        border-radius: 25px;
        background: #EEEE90;
        box-shadow: 2px 3px 0px #000000;
        text-align: center;
    }
}

@media (max-width: 768px){
    .grid-text-section {
        bottom: 44.3vw;
    }
}

@media (max-width: 480px){
    .about-intro {
        padding: 100px 20px 0 20px;
    }

    .text-about-1, .text-about-2 {
        font-size: 18px;
    }

    .button_lermais span {
        padding: 8px 15px;
        color: #000;
        font-family: "HR", Arial, Helvetica, sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 100%;
        letter-spacing: 0;
        width: 116px;
        height: 37px;
        border: 2px solid #000;
        border-radius: 25px;
        background: #EEEE90;
        box-shadow: 2px 3px 0px #000000;
        text-align: center;
    }

    .organizacao-button img {
        width: 248.4px;
        height: 45px;
        position: relative;
        top: 20px;
        left: 20px;
        margin-bottom: 70px;
    }

    .organizacao-info {
        padding: 0 20px 80px 20px;
    }

    .organizacao-info span {
        font-size: 18px;
    }

    .socialmedia-organizacao {
        padding-top: 30px;
        display: flex;
    }

    .logos-organizacao {
        padding-top: 50px;
        display: flex;
        flex-wrap: wrap;
    }

    img.logo-traca {
        width: 70px;
        height: 64.42px;
        margin-right: 30px;
    }

    a.logo-cmlisboa img {
        width: 48.41px;
        height: 64.42px;
        margin-right: 30px;
    }

    a.logo-arquivomunicipal img {
        width: 148px;
        height: 30.44px;
        margin-right: 30px;
        margin-top: 30px;
    }

    img.logo-rock {
        width: 80.71px;
        height: 45px;
        margin-top: 30px;
    }

    img.logo-olhodeboi {
        width: 69.17px;
        height: 64.42px;
        margin-top: 30px;
    }

    .equipa-button img {
        width: 152.4px;
        height: 45px;
        margin-bottom: 70px;
    }

    .equipa-info span {
        font-size: 18px;
    }

    .equipa-info {
        padding: 0 20px 80px 20px;
    }

    .participantes-button img {
        width: 255.6px;
        height: 45px;
        margin-bottom: 70px;
    }

    .participantes-info span {
        font-size: 18px;
    }

    .participantes-info {
        padding: 0 20px 80px 20px;
    }

    .agradecimentos-button img {
        width: 301.2px;
        height: 45px;
        margin-bottom: 70px;
    }

    .agradecimentos-info span {
        font-size: 18px;
    }

    .agradecimentos-info {
        padding: 0 20px 80px 20px;
    }

    img.grid-image-about {
        display: none;
    }

    img.grid-image-about-mobile {
        display: block;
        border-top: 3px solid #000;
        width: 100%;
        height: 540px;
        object-fit: cover;
        animation: dissolve 2s ease;
    }

    .grid-text-section {
        width: 72%;
    }

    .grid-text-section {
        bottom: 125.7vw;
    }

    span.grid-text {
        font-size: 14px;
    }

    .parceiros-section {
        width: 100%;
        padding: 40px 20px 100px 20px;
        animation: dissolve 2s ease;
    }

    .parceiros-button img {
        width: 205.8px;
        height: 45px;
    }

    .parceiros-text {
        font-size: 18px;
        padding-top: 50px;
    }

    .logos-parceiros {
        padding-top: 40px;
        flex-wrap: wrap;
    }

    img.logo-publico {
        width: 42.63px;
        height: 45px;
        margin-right: 30px;
    }

    img.logo-antena2 {
        width: 130px;
        margin-right: 30px;
    }

    img.logo-rock {
        width: 80.71px;
        height: 45px;
    }

    .footer-site {
        flex-wrap: wrap;
        height: 135px;
    }

    .croco-backtotop {
        order: 1;
        padding: 20px 0 15px 0;
        margin: auto;
    }

    .croco-backtotop img {
        width: 100px;
        height: 29.79px;
    }

    .copyright {
        width: 300px;
        text-align: center;
        font-size: 14px;
        padding: 0 0 10px 0;
        order: 2;
        margin: auto;
    }

    .website-creditos {
        font-size: 14px;
        order: 3;
        padding: 0 0 20px 0;
        margin: auto;
    }
}

@media (max-width: 353px){
    img.logo-rock {
        margin-top: 30px;
    }
}