:root {
    --laranja: #DC7E43;
    --cinzaLogo: #3C3C3B;
    --branco: #FFFFFF;
    --cinzaHeader: #F2F2F2CC;
    --cinzaBgLinks: #1D1D1D;
    --cinzaBgSections: #272727;
    --fonteTitulo: 'Analogist';
    --fonteTexto: 'Inter';
}

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Analogist';
    src: url('/web/20250209104544im_/https://www.robertaweber.com.br/assets/fonts/Analogist.otf') format('opentype'), url('/web/20250209104544im_/https://www.robertaweber.com.br/assets/fonts/Analogist.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0.4rem;
}

::-webkit-scrollbar-thumb {
    background-color: var(--laranja);
}

.links {
    background-color: var(--cinzaBgLinks);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    width: 100%;
    height: 650px;
    overflow: hidden;
}

.contentContainer {
    overflow: visible;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2em;
}

.linksTitulo,
.tituloSection {
    width: 100%;
    color: var(--branco);
    height: auto;
    font-family: var(--fonteTitulo);
    text-align: center;
    font-weight: 400;
    font-size: 1.5em;
}

.destaque {
    color: var(--laranja);
}

.cardLink {
    height: 400px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.imagemLink {
    width: 12.5em;
    border-radius: 0.5em;
    height: 18.75em;
}

.btLink {
    text-decoration: none;
    color: var(--branco);
    font-size: 0.9em;
    font-family: var(--fonteTexto);
    font-weight: 400;
    text-align: center;
    padding: 0.5em;
    border: 0.1em solid var(--branco);
    border-radius: 0.5em;
    width: 65%;
    text-decoration: none;
}

.linksContainer {
    transition: 0.3s ease-in-out;
    transform: translateX(0);
    width: 100%;
    gap: 1em;
    overflow: visible;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.btLinkDesktop, .imagemLinkDesktop, .cardLinkDesktop, .linksContainerDesktop{
    display: none;
}

@media screen and (min-width: 421px) {

    .linksContainer {
        gap: 10em;
    }

    .imagemLink {
        width: 245px;
        height: 375px;
    }

    .cardLink {
        gap: 2em;
    }

}

@media screen and (min-width: 769px) {

    .linksContainer, .cardLink, .imagemLink, .btLink {
        display: none;
    }

    .btLinkDesktop, .imagemLinkDesktop, .cardLinkDesktop, .linksContainerDesktop {
        display: flex;
    }

    .linksContainerDesktop {
        width: 90%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .btLinkDesktop {
        text-decoration: none;
        color: var(--branco);
        font-size: 0.9em;
        font-family: var(--fonteTexto);
        font-weight: 400;
        text-align: center;
        padding: 0.5em;
        border: 0.1em solid var(--branco);
        border-radius: 0.5em;
        width: 65%;
        text-decoration: none;
    }

    .imagemLinkDesktop {
        width: 12.5em;
        border-radius: 0.5em;
        height: 18.75em;
    }

    .cardLinkDesktop {
        width: 15%;
        height: 400px;
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
/*
     FILE ARCHIVED ON 10:45:44 Feb 09, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:08:41 Nov 12, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.563
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.009
  esindex: 0.01
  cdx.remote: 7.18
  LoadShardBlock: 125.239 (3)
  PetaboxLoader3.datanode: 128.63 (4)
  PetaboxLoader3.resolve: 50.765 (2)
  load_resource: 78.249
*/