html {
    font-size: 50%;
}

main {
    margin: 9rem 0 0;
}

.pb-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #000;
    z-index: 100;
    padding: 3.6rem 0 3.5rem;
}

.pb-header__container {
    display: flex;
    position: relative;
}

.pb-header__social {
    display: flex;
    align-items: center;
    gap: 2rem;
    position: absolute;
    right: 0;
}

.pb-header__social a {
    display: flex;
}

.pb-header__social a img {
    filter: invert(1);
    height: auto;
}

.pb-header__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
    flex: 1;
}

.pb-header__menu a {
    color: #000;
    font-family: 'Work Sans', sans-serif;
    font-size: 2rem;
    line-height: 2.3rem;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-weight: 500;
}

.pb-footer {
    background-color: #2E6E2E;
    padding: 5.25rem 0;
}

.pb-footer__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: -.05em;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
}

.dev {
    color: #fff;
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
}

.pb-faq {
    margin: 15rem 0;
}

.pb-faq__container {
    max-width: 95rem;
}

.pb-faq__container h2 {
    text-align: center;
    font-size: 4.5rem;
    line-height: 5rem;
    font-weight: 700;
    margin: 5.4rem;
}

.pb-faq__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #2e6e2e;
}

.pb-faq__heading {
    cursor: pointer;
    position: relative;
}

.pb-faq__heading h3 {
    font-size: 2.2rem;
    line-height: 2.5rem;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    color: #000;
}

.pb-faq__heading::before, .pb-faq__heading::after {
    content: '';
    width: 1.4rem;
    height: 2px;
    background-color: #1e1e1e;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2rem;
    transition: .3s ease;
}

.pb-faq__heading::after {
    transform: rotate(90deg) translateY(-50%);
    right: .1rem;
    top: calc(50% - 1px);
}

.pb-faq__item:not(:last-child) {
    margin-bottom: 3rem;
}

.pb-faq__content {
    width: 100%;
    padding: 1.4rem 0;
    font-family: 'Work Sans',sans-serif;
    font-size: 1.8rem;
    line-height: 2rem;
    letter-spacing: -.05em;
    font-weight: 400;
    color: #393939;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: .5s ease;
}

.pb-faq__item.active {
}

.pb-faq__item.active .pb-faq__content {
    max-height: 20rem;
    opacity: 1;
}

.pb-faq__item.active .pb-faq__heading::after {
    opacity: 0;
}

.pb-sign {
    background: url('../img/image4.png'), #129538;
    background-size: cover;
    mix-blend-mode: luminosity;
    padding: 9.3rem 0;
}

.pb-sign__container {
    max-width: 95.1rem;
}

.pb-sign__container > h2 {
    font-size: 4.5rem;
    line-height: 5rem;
    font-weight: 700;
    text-align: center;
}

.pb-sign__container > p {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: #000;
}

.pb-sign__container > p a {
    text-decoration: underline;
}

.pb-support {
    border-top: 1px solid #adafff;
    padding-top: 17.8rem;
    margin: 0 0 10rem;
}

.pb-support__container {
    display: flex;
    flex-wrap: wrap;
    gap: 15rem 5rem;
}

.pb-support__left {
    display: flex;
    flex-direction: column;
    gap: 6rem;
    width: 100%;
}

.pb-support__left > h2 {
    /* align-self: center; */
    font-size: 4.5rem;
    line-height: 5rem;
    color: #000;
}

.pb-support__images {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4rem;
    margin: auto 0;
}

.pb-support__images img {
    height: auto;
    width: 20%;
}

.pb-support__left:nth-child(2) {
    flex: 0 0 70%;
}

.pb-support__left:nth-child(2) .pb-support__images img {
    width: 12%;
}

.pb-support__left:nth-child(3) {
    flex: 0 0 calc(30% - 5rem);
}

.pb-support__left:nth-child(3) .pb-support__images img {
    width: 100%;
}

.pb-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13rem 0;
}

section.pb-about {
    margin: 10rem 0;
}

.pb-about__container {
    max-width: 95rem;
}

.pb-about__container h2 {
    font-size: 4.5rem;
    line-height: 5rem;
    margin-bottom: 7rem;
}

.pb-about__container > p {
    font-family: 'Work Sans', sans-serif;
    font-size: 2.5rem;
    line-height: 3.5rem;
    color: #000;
    font-weight: 400;
}

.pb-about__container > p:not(:last-of-type) {
    margin-bottom: 2.5rem;
}

.pb-anchor {
    max-width: 94.6rem;
    margin: 6.8rem auto 0;
    background-color: #2E6E2E;
    display: flex;
    align-items: flex-start;
    gap: 5%;
    padding: 4.1% 4.6%;
}

.pb-anchor__link {
    background-color: #052019;
    padding: 1.5rem 2.5rem;
    border-radius: .5rem;
    font-family: 'Work Sans', sans-serif;
    font-size: 2rem;
    line-height: 2.3rem;
    color: #fff;
    font-weight: 600;
}

.pb-anchor__right {
    flex: 1;
}

.pb-anchor__right p {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

.pb-speeches {
    background-image: url('../img/bg-palestras.png');
}

.pb-speeches__container {
    position: relative;
    padding: 8rem 0 15rem;
    max-width: 1300px;
}

.pb-speeches__container > h2 {
    text-align: center;
    font-size: 4.5rem;
    line-height: 5rem;
    font-weight: 700;
    margin: 0 0 5rem;
}

.pb-speeches__content {
    position: relative;
}

.pb-speeches__item {
    background-color: #fff;
    display: flex !important;
    position: relative;
}

.pb-speeches__left {
    display: flex;
    flex-direction: column;
    border-right: 2px solid #2E6E2E;
    flex: 0 0 34.8%;
    padding: 0 0 3.7rem;
}

.pb-speeches__info {
    background-color: #2e6e2e;
    padding: 2.6rem 2.8rem;
}

.pb-speeches__info span {
    font-size: 2rem;
    line-height: 2.3rem;
    letter-spacing: .1em;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    color: #fff;
}

.pb-speeches__info > h3 {
    font-size: 4.5rem;
    line-height: 5rem;
    color: #fff;
    font-weight: 700;
    margin: 1rem 0;
}

.pb-speeches__info h2 {
    font-size: 2.2rem;
    line-height: 2.5rem;
    font-family: 'Work Sans', sans-serif;
    color: #fff;
    font-weight: 400;
}

.pb-speeches__tables {
    padding: 2rem 3rem 0;
}

.pb-speeches__tables:not(:last-child) .pb-speeches__table {
    border-bottom: 2px solid #2e6e2e;
    padding-bottom: 2.4rem;
}

.pb-speeches__tables:not(:last-child) {
}

.pb-speeches__table {
    position: relative;
}

.pb-speeches__table h4 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
}

.pb-speeches__table > p {
    font-size: 2.2rem;
    line-height: 2.5rem;
    font-family: 'Work Sans', sans-serif;
}

.pb-guests {
    margin: 1.5rem 0 0;
    list-style: none;
}

.pb-guests li {
}

.pb-guests li p {
    font-size: 1.9rem;
    line-height: 2.2rem;
    letter-spacing: .02em;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
}

.pb-guests span {
    font-size: 2rem;
    line-height: 2.2rem;
    color: #000;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
}

.pb-speeches__guests {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    padding: 3.8rem 7.3% 5.2rem;
    gap: 6.7rem 4%;
    flex: 1;
}

.pb-speeches__guest {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    flex: 0 0 22%;
}

.pb-speeches__guest h5 {
    font-size: 1.6rem;
    line-height: 2rem;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
}

.pb-speeches__guest p {
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: -.05em;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
}

.pb-speeches__image {
    width: 10.6rem;
    height: 10.6rem;
    display: flex;
    margin: 0 0 1.8rem;
    border-radius: 50%;
    overflow: hidden;
}

.pb-speeches__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pb-speeches__content .slick-dots {
    position: absolute;
    bottom: -5rem;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 1.4rem;
    transform: translateX(-50%);
}

.pb-speeches__content .slick-dots li {
    display: flex;
}

.pb-speeches__content .slick-dots li button {
    border: 2px solid #000;
    font-size: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    transition: .3s ease;
}

.pb-speeches__content .slick-dots li.slick-active {
}

.pb-speeches__content .slick-dots li.slick-active button {
    background-color: #000;
}

.table {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
}

.opening-guests {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0rem 4%;
    margin-bottom: 3rem;
}

.opening-guests > h4 {
    flex: 0 0 100%;
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.pb-banner {
    position: relative;
    width: 100%;
    height: calc(100vh - 10rem);
}

.pb-banner > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pb-banner__container {
    position: relative;
    height: 100%;
    display: flex;
    padding: 6rem 0;
}

.pb-banner__container .left {
    max-height: 100%;
    align-self: center;
}

.pb-banner__container .right {
    position: absolute;
    right: 0;
    top: 5.5rem;
}

.pb-banner__text {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #0d3d47;
    padding: 4.2rem 5rem 3.6rem 5.4rem;
}

.pb-banner__text h1 {
    font-size: 5.7rem;
    line-height: 6.7rem;
    text-align: right;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 3.1rem;
    margin-bottom: 3rem;
}

.pb-banner__text p {
    font-size: 2.5rem;
    line-height: 3.5rem;
    color: #fff;
    text-align: right;
}

.pb-sign__form {
}

.pb-sign__form #rd-column-luuo4buq > div {
    background-color: #39a35a;
    padding: 0;
}

.pb-sign__form #conversion-form-cartacapital-dialogos-capitais-um-projeto-de-brasil {
    display: flex;
    flex-direction: column;
}

.pb-sign__form #conversion-form-cartacapital-dialogos-capitais-um-projeto-de-brasil .bricks-form__fieldset {
    width: 100%;
}

.pb-sign__form #conversion-form-cartacapital-dialogos-capitais-um-projeto-de-brasil .bricks-form__field {
    width: 100%;
    margin: 0 0 1.6rem;
}

.pb-sign__form #conversion-form-cartacapital-dialogos-capitais-um-projeto-de-brasil .bricks-form__label {
    color: #1e1e1e;
    font-family: 'Work Sans', sans-serif;
    font-size: 2rem;
    line-height: 2.2rem;
    margin-left: 1rem;
    font-weight: 400;
}

.pb-sign__form #conversion-form-cartacapital-dialogos-capitais-um-projeto-de-brasil .bricks-form__input {
    width: 100%;
    border: none;
    background-color: #fff;
    border-radius: 0;
}

.pb-sign__form #conversion-form-cartacapital-dialogos-capitais-um-projeto-de-brasil .bricks-form__submit {
    display: flex;
    justify-content: flex-end;
}

.pb-sign__form #conversion-form-cartacapital-dialogos-capitais-um-projeto-de-brasil #rd-button-luuo4buu {
    min-width: unset;
    width: unset;
    margin: 0;
    align-self: flex-end;
    border-radius: 1rem;
    border: none;
    height: unset;
    padding: 1rem 2.8rem;
    font-size: 2.2rem;
    line-height: 1.2;
    color: #1e1e1e;
    transition: .3s ease;
}

.pb-sign__form #conversion-form-cartacapital-dialogos-capitais-um-projeto-de-brasil #rd-button-luuo4buu:hover {
    background-color: #1e1e1e;
    color: #fff;
}

.pb-video {
    margin: 5rem 0 0;
}

.pb-video__container {
    display: flex;
    max-width: 1300px;
}

.pb-video iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.pb-speeches__button {
    position: absolute;
    bottom: 2rem;
    right: 32.6%;
    transform: translateX(50%);
    font-family: 'Work Sans', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2e6e2e;
    border-radius: .5rem;
    color: #fff;
    padding: 1rem 1.75rem;
    font-size: 1.6rem;
}

@media only screen and (max-width: 1200px) {
    .pb-header__menu {
        gap: 5%;
    }

    .pb-header__social {
        gap: 1rem;
    }
}

@media only screen and (max-width: 800px) {
    .pb-header {
        padding: 2rem 0;
    }

    .pb-header__container {
        flex-direction: column-reverse;
        align-items: center;
        gap: 2rem;
    }
    
    .pb-header__social {
        position: initial;
    }
    
    .pb-header__menu {
        gap: 1rem;
        flex-wrap: wrap;
    }
    
    .pb-header__menu a {
        font-size: 1.3rem;
    }    

    .pb-footer__container {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        text-align: center;
    }

    .pb-banner__container {
        flex-direction: column;
        align-items: center;
        padding-bottom: 0;
    }
    
    .pb-banner__container .left {
        width: 90%;
        height: auto;
        align-self: center;
    }
    
    .pb-banner__text {
        position: initial;
    }
    
    .pb-banner {
        height: initial;
    }
    
    .pb-banner__container .right {
        top: 2rem;
    }

    .pb-speeches__item {
        flex-direction: column;
    }
    
    .pb-speeches__guests {
        gap: 5rem 12%;
        border-top: 2px solid #2e6e2e;
    }
    
    .pb-support__container {
        flex-direction: column;
        gap: 7rem;
    }

    .pb-support__left > h2 {
        align-self: center;
    }
    
    .pb-support__images {
        justify-content: center;
    }
    
    .pb-support__images img {
        width: 40% !important;
    }

    .pb-support__left .pb-support__images img {
        width: 70% !important;
    }
    
}
