.header-space {
    padding-top: 84px;
}
.after-event-hero {
    height: 810px;
    display: flex;
    align-items: center;
    background-color: #002820;
    background-size: cover;
}

.after-event-hero .container {
    max-width: 1280px;
    margin: 0 auto;
}

.after-event-hero .hero-content {
    display: flex;
    flex-direction: column;
    gap: 45px;
    align-items: flex-start;
}

.after-event-hero .hero-content img {
    width: 706px;
}

.after-event-hero h3 {
    font-family: var(--title-font-family);
    font-weight: 700;
    font-style: Bold;
    font-size: 46.02px;
    line-height: 100%;
    letter-spacing: 6.95px;
    text-transform: uppercase;
}

.after-event-hero p {
    font-family: var(--title-font-family);
    font-weight: 400;
    font-style: 'regular';
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.25%;
    text-transform: uppercase;
}

.avenue-button--single {
    background-color: #47E57F;
    color: #002820;
    padding: 16px;
    border-radius: 48px;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    outline: 0;
    transition: 0.3s;
    min-width:min-content;
}

.avenue-button--go {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 32px;
}

.after-event-hero .avenue-button--single {
    padding: 24px 192px;
    font-family: var(--title-font-family);
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.25%;
    text-align: center;
    vertical-align: middle;
}

.after-event-hero .hero-content img {
    width: 620px;
}

.two-column {
    padding: 80px 0;
    margin: 0 auto;
    max-width: 1280px;
    display: flex;
    justify-content: center;
    background-color: white;
}

.two-column__box {
    width: 1140px;
    height: 674px;
    background-color: #0B2521;
    border-radius: 20px;
    display: flex;
    gap: 44px;
    padding: 110px 64px;
    justify-content: space-between;
}

.two-column__box > div {
    flex: 0 0 50%;
}

.two-column__box > img {
    align-self: center;
    max-width: 420px;
    max-height: 410px;
}

.two-column__box h2 {
    font-family: var(--title-font-family);
    font-weight: 900;
    font-style: Black;
    font-size: 64px;
    line-height: 110.00000000000001%;
    letter-spacing: 0.25%;
    vertical-align: middle;
    color: #FAFAFC;
    margin-bottom: 36px;
}

.two-column__box p {
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.25%;
    vertical-align: middle;
    color: #FAFAFC;
}

.three-column {
    background-color: #002621;
    padding: 80px;
}

.three-column__box {
    max-width: 1280px;
    margin: 0 auto;
}

.three-column__box h3 {
    font-family: var(--title-font-family);
    font-weight: 700;
    font-size: 56px;
    max-width: 80%;
    margin: 0 auto;
    line-height: 120%;
    letter-spacing: 0.25%;
    text-align: center;
    vertical-align: middle;
    text-align: center;
    color: white;
    margin-bottom: 60px;
}

.three-column__box-items {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.three-column__box-item {
    flex: 0 0 230px;
}

.three-column__box-item h4, .three-column__box-item p {
    font-family: var(--title-font-family);
    font-weight: 700;
    font-size: 60px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: white;
}
.three-column__box-item h4 {
    margin-bottom: 16px;
}
.three-column__box-item p {
    font-size: 28px;
}


/**
 * Hero Form
 */
.hero-form-after-event {
    padding: 110px 0 !important;
    background-position: center !important;
}

.hero-form-after-event form {
    width: 550px;
}


/**
 * Block - Videos
 */
.block-videos {
    padding: 80px 0;
    margin: 0 auto;
    max-width: 1200px;
}

.avenue-section__title {
    font-family: var(--title-font-family);
    font-weight: 900;
    font-style: Black;
    font-size: 56px;
    line-height: 110.00000000000001%;
    letter-spacing: 0.25%;
    text-align: center;
    vertical-align: middle;
    color: #0C2028;
}

.videos__header {
    margin-bottom: 50px;
}

.videos__header p {
    font-weight: 400;
    font-style: 'regular';
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.25%;
    text-align: center;
    vertical-align: middle;
    color: #0C2028;
    margin-top: 16px;
}

.avenue-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

.avenue-grid>div {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.avenue-grid ul {
    display: flex;
    gap: 8px;
}

.avenue-grid ul li a {
    display: inline-block;
    text-decoration-line: none;
    text-transform: uppercase;
    border: 1px solid #CBD4D8;
    border-radius: 16px;
    padding: 8px;
    font-size: 10px;
    font-weight: 500;
    color: #45565C;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.avenue-grid--medium ul li a,
.avenue-grid--small ul li a {
    max-width: 100px;
}

.avenue-grid figure {
    position: relative;
    filter: brightness(95%);
    will-change: transform;
    transition: filter .3s ease-in;
}

.avenue-grid figure img {
    border-radius: 4px;
}

.avenue-grid figure figcaption {
    position: absolute;
}

.avenue-grid figure figcaption.top-left {
    top: 1rem;
    left: 1rem;
    text-transform: uppercase;
    border: 1px solid #CBD4D8;
    padding: 10px 8px 10px 28px;
    font-size: 10px;
    color: #FAF6F2;
    backdrop-filter: blur(6px);
    background-color: #00000066;
    border-radius: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6666 1.83337V4.50004' stroke='%23CBD4D8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.33333 1.83337V4.50004' stroke='%23CBD4D8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 6.49996H14' stroke='%23CBD4D8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6667 3.16663H3.33333C2.59667 3.16663 2 3.76329 2 4.49996V13.1666C2 13.9033 2.59667 14.5 3.33333 14.5H12.6667C13.4033 14.5 14 13.9033 14 13.1666V4.49996C14 3.76329 13.4033 3.16663 12.6667 3.16663Z' stroke='%23CBD4D8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.67544 8.986C4.58344 8.986 4.50878 9.06067 4.50944 9.15267C4.50944 9.24467 4.58411 9.31934 4.67611 9.31934C4.76811 9.31934 4.84278 9.24467 4.84278 9.15267C4.84278 9.06067 4.76811 8.986 4.67544 8.986' stroke='%23CBD4D8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.00869 8.986C7.91669 8.986 7.84203 9.06067 7.84269 9.15267C7.84269 9.24467 7.91736 9.31934 8.00936 9.31934C8.10136 9.31934 8.17603 9.24467 8.17603 9.15267C8.17603 9.06067 8.10136 8.986 8.00869 8.986' stroke='%23CBD4D8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.3422 8.986C11.2502 8.986 11.1755 9.06067 11.1762 9.15267C11.1762 9.24467 11.2509 9.31934 11.3429 9.31934C11.4349 9.31934 11.5095 9.24467 11.5095 9.15267C11.5095 9.06067 11.4349 8.986 11.3422 8.986' stroke='%23CBD4D8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.67544 11.6526C4.58344 11.6526 4.50878 11.7273 4.50944 11.8193C4.50944 11.9113 4.58411 11.986 4.67611 11.986C4.76811 11.986 4.84278 11.9113 4.84278 11.8193C4.84278 11.7273 4.76811 11.6526 4.67544 11.6526' stroke='%23CBD4D8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.00869 11.6526C7.91669 11.6526 7.84203 11.7273 7.84269 11.8193C7.84269 11.9113 7.91736 11.986 8.00936 11.986C8.10136 11.986 8.17603 11.9113 8.17603 11.8193C8.17603 11.7273 8.10136 11.6526 8.00869 11.6526' stroke='%23CBD4D8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 8px center;
    z-index: 999;
}

.avenue-grid figure figcaption.bottom-right-center {
    bottom: 1rem;
    right: 1rem;
    border: 1px solid #CBD4D8;
    padding: 10px 8px 10px 28px;
    font-size: 10px;
    color: #FAF6F2;
    backdrop-filter: blur(6px);
    background-color: #00000066;
    border-radius: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6666 1.83337V4.50004' stroke='%23CBD4D8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.33333 1.83337V4.50004' stroke='%23CBD4D8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 6.49996H14' stroke='%23CBD4D8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6667 3.16663H3.33333C2.59667 3.16663 2 3.76329 2 4.49996V13.1666C2 13.9033 2.59667 14.5 3.33333 14.5H12.6667C13.4033 14.5 14 13.9033 14 13.1666V4.49996C14 3.76329 13.4033 3.16663 12.6667 3.16663Z' stroke='%23CBD4D8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.67544 8.986C4.58344 8.986 4.50878 9.06067 4.50944 9.15267C4.50944 9.24467 4.58411 9.31934 4.67611 9.31934C4.76811 9.31934 4.84278 9.24467 4.84278 9.15267C4.84278 9.06067 4.76811 8.986 4.67544 8.986' stroke='%23CBD4D8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.00869 8.986C7.91669 8.986 7.84203 9.06067 7.84269 9.15267C7.84269 9.24467 7.91736 9.31934 8.00936 9.31934C8.10136 9.31934 8.17603 9.24467 8.17603 9.15267C8.17603 9.06067 8.10136 8.986 8.00869 8.986' stroke='%23CBD4D8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.3422 8.986C11.2502 8.986 11.1755 9.06067 11.1762 9.15267C11.1762 9.24467 11.2509 9.31934 11.3429 9.31934C11.4349 9.31934 11.5095 9.24467 11.5095 9.15267C11.5095 9.06067 11.4349 8.986 11.3422 8.986' stroke='%23CBD4D8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.67544 11.6526C4.58344 11.6526 4.50878 11.7273 4.50944 11.8193C4.50944 11.9113 4.58411 11.986 4.67611 11.986C4.76811 11.986 4.84278 11.9113 4.84278 11.8193C4.84278 11.7273 4.76811 11.6526 4.67544 11.6526' stroke='%23CBD4D8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.00869 11.6526C7.91669 11.6526 7.84203 11.7273 7.84269 11.8193C7.84269 11.9113 7.91736 11.986 8.00936 11.986C8.10136 11.986 8.17603 11.9113 8.17603 11.8193C8.17603 11.7273 8.10136 11.6526 8.00869 11.6526' stroke='%23CBD4D8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 8px center;
    text-transform: uppercase;
    z-index: 999;
}

.avenue-grid figure figcaption.top-right {
    left: unset;
    top: 1rem;
    right: 1rem;
    border: 1px solid #CBD4D8;
    padding: 6px 7px;
    font-size: 10px;
    color: #FAF6F2;
    backdrop-filter: blur(6px);
    background-color: #00000066;
    border-radius: 24px;
    z-index: 999;
}

.avenue-grid figure figcaption.bottom-right {
    bottom: 1rem;
    right: 1rem;
    border: 1px solid #CBD4D8;
    padding: 6px 7px;
    font-size: 10px;
    color: #FAF6F2;
    backdrop-filter: blur(6px);
    background-color: #00000066;
    border-radius: 24px;
    z-index: 999;
}

.avenue-grid figure figcaption.bottom-left {
    left: 1rem;
    bottom: 1rem;
    background-color: white;
    border-radius: 24px;
    padding: 8px 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    color: #45565C;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 999;
}

.avenue-grid figure figcaption.video-title {
    top: 1rem;
    left: 1rem;
    right: 1rem;
    font-size: 20px;
    color: #FAF6F2;
    font-weight: 400;
    line-height: 24px;
    filter: blur(0px);
}

.videos .avenue-grid--big > div {
    position: relative;
}

.videos .avenue-grid--big .shadow-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), transparent);
    height: 33%;
    border-radius: 4px;
}

.videos .avenue-grid--big .shadow-down {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 15%;
    background: linear-gradient(to top, rgba(0, 0, 0, .5), transparent);
    border-radius: 4px;
}

.avenue-grid h3 {
    margin-top: 8px;
}

.avenue-grid h3 a {
    font-size: 20px;
    font-weight: 400;
    color: #002820;
    text-decoration: none;
    cursor: pointer;
}

.avenue-grid p {
    font-size: 16px;
    color: #45565C;
}

.avenue-grid--big {
    flex-wrap: nowrap;
}

.avenue-grid--big>div {
    max-width: 580px;
}

.avenue-grid--medium>div {
    max-width: 270px;
}

.avenue-grid--small>div {
    max-width: 270px;
}
.avenue-grid--small {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .block-grid-posts-by-category {
        padding: 32px 0;
    }
    .avenue-grid {
        padding: 0 24px;
        gap: 24px;
    }

    .avenue-grid--big {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
    }

    .avenue-grid--big>div {
        max-width: 320px;
    }

    .avenue-grid--big figure .avenue-grid--image {
        max-width: 320px;
        min-height: 280px;
        object-fit: cover;
    }

    .avenue-grid--medium,
    .avenue-grid--small {
        flex-direction: column;
    }

    .avenue-grid--medium>div,
    .avenue-grid--small>div {
        max-width: 100%;
    }

    .avenue-grid--medium figure .avenue-grid--image,
    .avenue-grid--small figure .avenue-grid--image {
        min-width: 100%;
        height: 160px;
        object-fit: cover;
    }
}


/* Block - Educacional */

.educacional {
    background-color: #002218;
    padding: 80px 0;
}

.educacional .container > h2 {
    font-family: var(--title-font-family);
    font-weight: 900;
    font-size: 56px;
    line-height: 110.00000000000001%;
    letter-spacing: 0.25%;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.educacional .container > p {
    font-family: var(--default-font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.25%;
    text-align: center;
    vertical-align: middle;
    color: white;
    margin-bottom: 80px;
}

.educacional .container {
    max-width: 1280px;
    margin: 0 auto;
}

.educacional-grid {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
}

.educacional a {
    text-decoration: none;
}

.educacional--title {
    align-self: center;
}

.educacional--title h2 {
    font-family: var(--title-font-family);
    font-weight: 900;
    font-size: 30px;
    line-height: 110.00000000000001%;
    letter-spacing: 0.25%;
    vertical-align: middle;
    color: #FAF6F2;
}

.educacional--title p {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.25%;
    vertical-align: middle;
    color: #FAF6F2;
}

.educacional--title a {
    width: fit-content;
    margin-top: 24px;
}

.educacional h3 {
    font-size: 20px;
    color: #FAF6F2;
    font-weight: 400;
}

.educacional .avenue-grid {
    margin-bottom: 0;
}

.educacional__footer {
    display: none; 
}

.educacional-button {
    display: flex;
    margin-top: 80px;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .educacional {
        padding: 60px 0;
    }

    .educacional__footer {
        display: flex;
        padding: 24px 24px 0 24px;
    }

    .educacional .container > h2 {
        font-size: 42px;
        padding: 0 24px;
        text-align: left;
    }
    .educacional .container > p {
        margin-top: 16px;
        font-size: 20px;
        padding: 0 24px;
        text-align: left;
    }

    .educacional .container, .educacional-grid {
        flex-direction: column;
    }

    .educacional .avenue-grid--medium .avenue-grid--image {
        height: 320px;
    }

    .educacional .avenue-grid--medium > div {
        min-width: 270px;
    }

    /* .educacional .avenue-grid--medium:last-child{
        flex-wrap: nowrap;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
    } */
    .educacional--title .avenue-button--go {
        display: none;
    }
    .educacional__footer .avenue-button--single {
        width: 100%;
        justify-content: center;
    }
    .educacional-button {
        justify-content: center;
    }
}


/**
 * Mobile
 */
@media (max-width: 768px) {
    .hero-form-after-event form {
        width: auto;
    }  
    .three-column__box-items, .two-column__box {
        flex-direction: column;
    }
    .after-event-hero .avenue-button--single {
        padding: 24px;
        width: 90%;
    }
    .avenue-section__title {
        padding: 0 24px;
    }

    .two-column {
        display: block;
    }
    
    .two-column__box > div {
        flex: 0 0 100%;
    }
    .two-column__box > img {
        max-width: 100%;
    }

    .two-column__box {
        width: auto;
        height: auto;
        padding: 80px 32px;
    }
    .after-event-hero .hero-content {
        align-items: center;
    }
    .after-event-hero .hero-content img {
        width: 90%;
    }
    .three-column {
        padding: 80px 24px;
    }
    .three-column__box h3 {
        max-width: 100%;
    }

    

    nav .menu-nav {
        transition: all 0.3s;
        position: fixed;
        top: 75px;
        left: 0;
        background-color: rgb(0 38 33 / var(--tw-bg-opacity, 1));
        height: calc(100vh - 80px);
        width: 100%;
        padding-top: 25px;
    }
    nav .menu-nav .items-baseline {
        margin-left: -12px;
    }
    nav .menu-nav .button-default{
        padding: 0;
        font-size: 1.2em;
    }
    nav ul#menu-connection {
        flex-direction: column;
        margin-left: 12px !important;
        gap: 15px;
    }
}