nav {
    width: 100vw;
    z-index: 500;
}
#footer {
    background-color: #ff9e18;
}

/* components css */

/* Estilos para as Cards de eventos */
.main-cards-container {
    display: flex;
    justify-content: center;
    gap: 28px 35px;
    width: 100%;
    flex-wrap: wrap;
    padding: 60px 60px 0;
}

.card-container {
    width: 48%;
    border: 3px solid #F6F5E6;
    border-radius: 40px;
    padding: 48px 21px 21px 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    min-width: 380px;
    min-height: 280px;
}

.card-header {
    color: #F6F5E6;
    font-family: 'Diagramm';
    font-size: 49.5px;
    line-height: 48px;
    padding-left: 20px;
    padding-right: 16px;
    font-weight: 400;
    flex-grow: 2;
}

.card-footer-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
}

.card-footer-tags {
    display: flex;
    gap: 16px;
    padding-bottom: 5px;
    flex-wrap: wrap;
    font-family: 'Diagramm';
}

.card-tag {
    font-size: 18px;
    line-height: 30px;
    border: 3px solid #F6F5E6;
    border-radius: 43px;
    color: #F6F5E6;
    text-align: center;
    min-width: 122px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    text-transform: uppercase;
}

.card-btn {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 54.5px;
    min-height: 54.5px;
    background-color: #F6F5E6;
}

.card-btn img {
    width: 50%;
    transform: rotate(45deg);
}

@media screen and (max-width: 1400px) {
    .card-header {
        font-size: 40px;
    }

    .card-tag {
        font-size: 16px;
    }
}

@media screen and (max-width: 1035px) {
    .main-cards-container {
        padding: 40px;
    }

    .card-container {
        min-width: auto;
        width: 100%;
    }

    .card-header {
        font-size: 38px;
        line-height: 60px;
    }

    .card-tag {
        min-width: 141px;
        min-height: 57px;
        font-size: 16px;
    }
}

@media screen and (max-width: 475px) {
    .main-cards-container {
        padding: 24px;
    }

    .card-footer-container {
        justify-content: flex-end;
    }

    .card-tag {
        min-width: auto;
        min-height: auto;
        font-size: 12px;
    }

    .card-header {
        font-size: 33px;
        line-height: 45px;
    }
}

/* Estilos header titulos */
.pages-header {
    height: 84vh;
}

.pages-header img {
    width: 100%;
}

.pages-titles-container {
    margin-top: -60px;
    padding: 0 80px 0 80px;
}

.pages-titles-container h1 {
    font-family: 'Diagramm';
    font-size: 60px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    color: #F6F5E6;
    margin-bottom: 66px;
}

.pages-titles-container h3 {
    font-family: 'Diagramm';
    font-size: 35px;
    font-weight: 500;
    color: #101820;
    max-width: 780px;
}

@media screen and (max-width: 480px) {
    .pages-header {
        height: auto;
    }

    .pages-titles-container {
        margin-top: -34px;
        padding: 0 24px 120px;
    }

    .pages-titles-container h1 {
        font-size: 36px;
        line-height: 1;
    }

    .pages-titles-container h3 {
        font-size: 22px;
        line-height: 1;
    }
}

@media screen and (min-width: 1600px) {
    .pages-titles-container {
        margin-top: -80px;
        padding: 0 117px 0 117px;
    }

    .pages-titles-container h1 {
        font-size: 80px
    }

    .pages-titles-container h3 {
        font-size: 48px;
    }
}

/* titulos */
.titulo-curvado-esquerda {
    padding: 60px 80px 60px 80px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.titulo-curvado-esquerda img {
    height: 88px;
}

.titulo-curvado-esquerda h3 {
    font-family: 'Diagramm';
    color: #F6F5E6;
    font-size: 36px;
    font-weight: 500;
    margin-left: 150px;
    margin-top: -27px;
}

@media screen and (max-width: 1280px) {
    .titulo-curvado-esquerda img {
        height: 80px;
    }

    .titulo-curvado-esquerda h3 {
        font-size: 32px;
        margin-left: 140px;
        margin-top: -25px;
    }
}

@media screen and (max-width: 480px) {
    .titulo-curvado-esquerda {
        padding: 32px 24px;
    }

    .titulo-curvado-esquerda img {
        height: 44px;
    }

    .titulo-curvado-esquerda h3 {
        font-size: 24px;
        margin-left: 90px;
        margin-top: -17px;
    }
}

@media screen and (min-width: 1600px) {
    .titulo-curvado-esquerda {
        padding: 100px 80px;
    }

    .titulo-curvado-esquerda img {
        height: 115px;
    }

    .titulo-curvado-esquerda h3 {
        font-size: 48px;
        margin-left: 200px;
        margin-top: -37px;
    }
}

/* carrossel2 final */
.events-container {
    display: flex;
    position: relative;
    align-items: center;
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 140px;
}

.events-container .left-arrow {
    position: absolute;
    top: 46%;
    left: 64px;
    cursor: pointer;
    z-index: 2;
}

.events-container .right-arrow {
    position: absolute;
    top: 46%;
    right: 64px;
    cursor: pointer;
    z-index: 2;
}

.events-scroller {
    display: flex;
    gap: 24px;
    cursor: grab;
    align-items: center;
    transition: transform 0.5s ease;
}

.event-card {
    display: flex;
    height: 400px;
    min-height: 400px;
    width: 400px;
    min-width: 400px;
    align-items: flex-end;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    padding: 8px;
    gap: 18px;
    transition: transform 0.3s ease;
}

.event-card.active {
    min-width: 440px;
    min-height: 440px;
}

@media screen and (max-width: 480px) {
    .events-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .event-card {
        width: 260px;
        min-width: 260px;
        height: 260px;
        min-height: 260px;
        gap: 8px;
    }

    .event-card.active {
        width: 280px;
        min-width: 280px;
        height: 280px;
        min-height: 280px;
    }
}

@media screen and (min-width: 1600px) {
    .pages-titles-container h3 {
        max-width: 1030px;
    }
    .event-card {
        height: 548px;
        min-height: 548px;
        width: 548px;
        min-width: 548px;
    }

    .event-card.active {
        width: 600px;
        min-width: 600px;
        height: 600px;
        min-height: 600px;
    }
}

/* join us css */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    max-width: 1920px;
}

body {
    background-color: #101820;
}

.main-container-body-join {
    display: flex;
    flex-direction: column;
    background-color: #101820;
    overflow-x: hidden;
    margin-top: 110px;
}

.pages-titles-container h1,
.pages-titles-container h3 {
    color: #F6F5E6;
}

.container_solucionBusiness {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    color: white;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.container_latest {
    width: 100%;
    margin-bottom: 200px;
}

#footer {
    background-color: #ff9e18;
}

.titulo-curvado-esquerda img {
    filter: brightness(100);
}

/* responsive css */
@media (max-width:1100px) {
    .container_solucionBusiness {
        height: auto;
    }

    .container_from_solucion_containers {
        flex-wrap: wrap;
    }
}

@media (max-width:750px) {
    .container_latest {
        height: auto;
        margin-bottom: 150px;
    }
}

/* container from solucion containers */
.container_from_solucion_containers {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    padding: 20px 80px;
    gap: 28px;
}

.box_title {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 18px 22px;
    gap: 8px;
    width: 100%;
    min-height: 141px;
    border-radius: 20px;
    margin-bottom: 18px;
}

.box_title p:nth-child(1) {
    font-size: 36px;
    font-weight: 500;
    font-family: 'Diagramm';
}

.box_title p:nth-child(2) {
    font-size: 22px;
    font-family: 'Diagramm';
}

.box_title img {
    position: absolute;
    width: 26px;
    top: 19px;
    right: 16px;
}

.box_body_text {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    gap: 32px;
    min-height: 334px;
    justify-content: space-between;
    border-radius: 20px;
    padding: 30px 0 30px 22px;
}

.box_text_inside {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: -0.56px;
    font-family: 'SourceSansPro';
}

.iconsbottomTextimg {
    display: flex;
}

.iconsbottomTextimg div {
    width: 100%;
    display: flex;
    gap: 12px;
}

.iconsbottomTextimg img {
    height: 22px;
}

.solucion_box:first-child .box_title,
.solucion_box:first-child .box_body_text,
.solucion_box:nth-child(5) .box_title,
.solucion_box:nth-child(5) .box_body_text {
    background-color: #393172;
    color: #F5F5E6;
}

.solucion_box:nth-child(2) .box_title,
.solucion_box:nth-child(2) .box_body_text,
.solucion_box:nth-child(6) .box_title,
.solucion_box:nth-child(6) .box_body_text {
    background-color: #D05E30;
    color: #F5F5E6;
}

.solucion_box:nth-child(2)
.box_title img,
.solucion_box:nth-child(3)
.box_title img,
.solucion_box:nth-child(6)
.box_title img,
.solucion_box:nth-child(7)
.box_title img {
filter: brightness(0);
}

.solucion_box:nth-child(3) .box_title,
.solucion_box:nth-child(3) .box_body_text,
.solucion_box:nth-child(7) .box_title,
.solucion_box:nth-child(7) .box_body_text {
    background-color: #D2451E;
    color: #F5F5E6;
}

.solucion_box:nth-child(4) .box_title,
.solucion_box:nth-child(4) .box_body_text,
.solucion_box:nth-child(8) .box_title,
.solucion_box:nth-child(8) .box_body_text {
    border: 3px solid #F5F5E6;
    color: #F5F5E6;
}

@media screen and (max-width: 780px) {
    .container_from_solucion_containers {
        grid-template-columns: 1fr 1fr;
        gap: 22px 60px;
    }

    .box_title {
        min-height: 142px;
    }

    .box_body_text {
        padding: 30px 12px 30px 22px;
        min-height: 372px;
    }

    .box_text_inside {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .container_from_solucion_containers {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .box_body_text {
        min-height: auto;
    }
}

@media screen and (max-width: 1280px) {
    .box_body_text {
        min-height: 328px;
    }

    .box_title p:nth-child(1) {
        font-size: 28px;
    }

    .box_title img {
        width: 22px;
        top: 17px;
        right: 14px;
    }

    .box_body_text {
        min-height: 328px;
    }

    .box_text_inside {
        font-size: 18px;
        line-height: 25px;
    }

    .iconsbottomTextimg img {
        height: 16px;
    }

    .box_title {
        min-height: auto;
    }
}