:root {
    --primary-color: #1c3971;
    --secondary-color: #141d47;
}

@font-face {
    font-family: Archivo;
    font-weight: 600;
    src: url(../fonts/Archivo-Regular.ttf);
}

@font-face {
    font-family: Archivo;
    font-weight: 700;
    font-style: italic;
    src: url(../fonts/Archivo-BoldItalic.ttf );
}

@font-face {
    font-family: Archivo;
    font-weight: 700;
    src: url(../fonts/Archivo-Bold.ttf );
}

@font-face {
    font-family: Archivo;
    font-weight: 400;
    font-style: italic;
    src: url(../fonts/Archivo-Italic.ttf );
}

@font-face {
    font-family: Archivo;
    font-weight: 400;
    src: url(../fonts/Archivo-Regular.ttf);
}

@font-face {
    font-family: Archivo_Condensed;
    font-weight: 300;
    src: url(../fonts/Archivo_Condensed-Light.ttf);
}

@font-face {
    font-family: Archivo_Condensed;
    font-weight: 500;
    src: url(../fonts/Archivo_Condensed-ExtraLight.ttf);
}

@font-face {
    font-family: Archivo_Condensed;
    font-weight: 700;
    src: url(../fonts/Archivo_Condensed-Medium.ttf);
}

@font-face {
    font-family: Archivo_Condensed;
    font-weight: 950;
    src: url(../fonts/Archivo_Condensed-Bold.ttf);
}

body {
    font-family: Archivo_Condensed;
    font-weight: 900;
}

.btncustom {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #151514CC;
    border-radius: 4px;
    width: fit-content;
    padding: 4px 4px;
}

.menu {
    background-color: var(--secondary-color);
    height: 80px;
    padding: 16px 0px;
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
}

.menu .logo {
    background-image: url('../images/logo_2.png');
    background-size: 150px 50px;
    height: 50px;
    width: 150px;
}

.menu .subscribe {
    height: 100%;
    padding: 0px 44px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: 0.48px;
    margin-right: 38px;
}

.menu .socials a {
    margin-right: 9px;
}

.menu .socials a:last-child {
    margin-right: 0;
}

.menu .socials img {
    width: 22px;
    height: 22px;
}

.banner{
    margin-top: 80px;
}

.banner img {
    width: 100%;
}

.banner .mobile {
    display: none;
}

.details {
    background-color: #151514E5;
    margin-left: calc(var(--bs-gutter-x) * -.5);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    padding: 16px 0px;
}

.details .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.details .item img {
    width: 50px;
    height: 50px;
    margin-bottom: 13px;
}

.details .item .title {
    color: #FDBA12;
    font-size: 50px;
    font-weight: 950;
    line-height: 120%;
    letter-spacing: 5px;
}

.details .item p {
    color: #FFF;
    margin: 0px;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 1.92px;
}

.congresso {
    padding-top: 48px;
    padding-bottom: 64px;
}

.congresso .title {
    color: #F5694B;
    font-size: 64px;
    font-weight: 950;
    line-height: 120%;
    letter-spacing: 6.4px;
    margin-bottom: 8px;
}

.congresso .subtitle {
    text-align: center;
    font-size: 24px;
    font-family: Archivo;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0.48px;
    margin-bottom: 48px;
}

.congresso .box {
    padding: 8px 34px;
    border-radius: 20px;
    margin-right: 40px;
    min-width: 10%;
}

.congresso .box:last-child {
    margin-right: 0px;
}

.congresso .box .title {
    font-size: 32px;
    font-weight: 950;
    line-height: 120%;
    letter-spacing: 2.56px;
    margin-bottom: 3px;
}

.congresso .box .text {
    padding-left: 13px;
    font-size: 18px;
    font-family: Archivo;
    font-weight: 700;
    line-height: 145%;
    letter-spacing: 0.36px;
}

.congresso .box.odd {
    background: #141d47;
}

.congresso .box.odd .title {
    color: #FBF9F9;
}

.congresso .box.odd .text {
    color: #fff;
}

.congresso .box.even {
    background: #FBF9F9CC;
    border: 1px solid #141d47;
}

.congresso .box.even .title {
    color: #141d47;
}

.congresso .box.even .text {
    color: #141d47;
}

.howbe {
    margin-top: 180px;
    margin-bottom: 65px;
}

.question {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0.36px;
}

.question .title {
    font-size: 64px;
    font-weight: 950;
    line-height: 120%;
    letter-spacing: 6.4px;
    margin-bottom: 32px;
}

.question .title-1 {
    color: #5ab847;
}

.question .title-2 {
    color: #f05326;
}

.question .text {
    font-family: Archivo;
}

.question .quote {
    font-family: Archivo;
    font-weight: 700;
}

.question .qmark {
    position: absolute;
    color: #984d9d;
    font-size: 400px;
    font-family: Archivo;
    font-weight: 600;
    margin-top: 0;
    left: 266px;
    line-height: 120%;
    z-index: -1;
}

.howbe .box {
    padding: 16px;
    border-radius: 20px;
    margin-bottom: 40px;
    border: 1px solid #f05326;
    width: 315px;
}

.howbe .box:last-child {
    margin-bottom: 0px;
}

.howbe .box .title {
    color: #4A6D92;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 2.56px;
    margin-bottom: 16px;
}

.howbe .box .text {
    color: #151514CC;
    font-size: 16px;
    font-family: Archivo;
    font-weight: 700;
    line-height: 145%;
    letter-spacing: 0.32px;
}

.howbe .box.odd {
    margin-left: -100px;
}

.howbe .box.even {
    margin-left: 100px;
}

.howbe .kibe {
    position: absolute;
    margin-left: 40%;
    top: 30px;
    width: 200px;
    z-index: -1;
}

.howbe .bola {
    position: absolute;
    margin-left: -50%;
    width: 160px;
    z-index: -1;
}
    
.howbe .shine {
    display: none;
}

.prevevent .title {
    color: #4A6D92;
    font-size: 48px;
    font-weight: 950;
    line-height: 120%;
    letter-spacing: 4.8px;
    margin-bottom: 24px;
}

.gallery-cell {
    width: 28%;
    height: 200px;
    margin-right: 10px;
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer {
    background: var(--secondary-color);
    min-height: 550px;
    color: #FFF;
}

.footer .container>div:first-child {
    padding: 70px 0px;
    border-right: 1px solid #F6FAF6;
}

.footer .title {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 3.2px;
}

.footer .subtitle {
    font-size: 18px;
    font-family: Archivo;
    font-weight: 700;
    line-height: 145%;
    letter-spacing: 0.36px;
}

.footer .socials {
    margin-top: 50px;
}

.footer .socials a {
    margin-right: 30px;
}

.footer .socials a:last-child {
    margin-right: 0;
}

.questions {
    padding-right: 10%;
}

.questions p {
    margin-bottom: 0;
    margin-top: 24px;
    padding: 8px 0;
    border-bottom: 1px solid var(--primary-color);
    position: relative;
}

.questions a {
    color: #FFF;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 2.56px;
    text-decoration: none;
    padding-right: 30px;
    display: block;
    width: 100%;
}

.questions p::after {
    content: "";
    border: solid var(--primary-color);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 10px;
    position: absolute;
    right: 10px;
    bottom: 5px;
    transition: all 0.3s;
}

.questions p:has(a[aria-expanded="false"])::after {
    bottom: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.questions p:has(a[aria-expanded="true"])::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.questions .answer {
    margin-top: 24px;
    font-size: 18px;
    font-family: Archivo;
    font-weight: 700;
    line-height: 145%;
    letter-spacing: 0.36px;
}

.footer .contact {
    color: #DAAB13;
    text-align: center;
    font-size: 20px;
    font-family: Archivo;
    font-weight: 700;
    line-height: 145%;
    letter-spacing: 0.32px;
    margin-top: 16px;
}

.footer .email {
    font-size: 16px;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: 0.96px;
}

.footer .line {
    background: #FFF;
    height: 1px;
    width: 70%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer .org {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.96px;
}

.footer .policy {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: 0.24px;
    text-decoration: none;
}

.footer .by {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: 0.8px;
    margin-top: 42px;
}

.footer .socials img {
    width: 22px;
    height: 22px;
}