@font-face {
    font-family: "Panton";
    font-weight: 400;
    src: url(./../fonts/panton/Panton-Regular.ttf);
    font-display: swap
}

@font-face {
    font-family: "Panton SemiBold";
    font-weight: 600;
    src: url(./../fonts/panton/Panton-SemiBold.ttf);
    font-display: swap
}

@font-face {
    font-family: "Panton Bold";
    font-weight: 700;
    src: url(./../fonts/panton/Panton-Bold.ttf);
    font-display: swap
}

@font-face {
    font-family: "Hand Of Sean";
    src: url(./../fonts/hand-of-sean/HandOfSean.ttf);
    font-display: swap
}

/* Suaviza o scroll */
html {
    scroll-behavior: smooth;
}

span {
    border-radius: 5px;
    background-color: #6700F81A;
    color: #6700F8;
    padding: 8px;
    font-family: "Panton Bold";
    font-size: 14px;
    line-height: 18px;
}

h1, h2, h3, h4, h5 {
    position: relative;
}

h1 {
    color: #12284C;
    font-family: "Panton Bold";
    font-style: italic;
    font-size: 32px;
    line-height: 40px;
}

h2 {
    color: #12284C;
    font-family: "Panton Bold";
    font-size: 40px;
    line-height: 48px;
    margin: 14px 0px;
}

h3 {
    color: #12284C;
    font-family: "Panton Bold";
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 6px;
    margin: 48px 0px 14px;
}

h3::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #6700F8;
    bottom: 0px;
    left: 0px;
}

h4 {
    color: #12284C;
    font-family: "Panton Bold";
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
    float: left;
}

h4::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 12px;
    background-color: rgba(242, 102, 34, 0.5);
    bottom: 4px;
    left: 0px;
    z-index: -1;
}

h5 {
    color: #003162;
    font-family: "Panton Bold";
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
}

p {
    color: #333;
    font-family: "Panton";
    font-size: 20px;
    line-height: 28px;
}

strong {
    font-family: "Panton Bold";
}

a {
    color: #6700F8;
    font-family: "Panton Bold";
    font-size: 20px;
    line-height: 28px;
}

a:hover,
p i {
    color: #F26622;
}

i {
    font-weight: 900;
}

li {
    color: #12284C;
    font-family: "Panton SemiBold";
    font-size: 20px;
    line-height: 28px;
}

@media (max-width: 767px) {
    h2 {
        font-size: 32px;
        line-height: 40px;
    }

    h3 {
        font-size: 26px;
        line-height: 34px;
    }
}

.btn {
    border-radius: 5px;
    font-family: "Panton Bold";
    font-size: 16px;
    line-height: 20px;
    padding: 14px 24px;
    text-transform: uppercase;
    transition: background-color 0.5s ease, color 0.5s ease;
}

@media (max-width: 767px) {
    .btn {
        padding: 12px 16px;
        font-size: 14px;
    }
}

.btn-primary {
    background-color: #6700F8;
    border-color: #6700F8;
    color: #FFF;
} 

.btn-primary i,
.btn-outline-primary i {
    color: #F26622;
    margin-left: 4px;
    font-weight: bold;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus:active {
    background-color: #F26622;
    border-color: #F26622;
}

.btn-primary:hover i {
    color: #FFF;
}

.btn-outline-primary {
    border-color: #6700F8;
    color: #6700F8;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:focus:active {
    border-color: #6700F8;
    background-color: #6700F81A;
    color: #6700F8;
}

.container {
    max-width: 1240px;
}

:active,
:focus {
    background-color: transparent;
}

@media (max-width: 767px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

#sobre,
#local,
#organizacao,
#hospedagem,
#ajuda,
#call-for-papers,
#cronograma,
#templates,
#programacao {
    scroll-margin-top: 0px !important;
}

.texto-expandivel {
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.botao-expandir {
    color: #6700F8;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    font-family: "Panton Bold";
    font-size: 20px;
    line-height: 28px;
}

.botao-expandir:hover {
    color: #F26622;
}


/* HEADER */
header {
    box-shadow: 0px 0px 20px #84A0A933;
    background-color: #FFF !important;
    position: sticky;
    width: 100%;
    top: 0px;
    z-index: 9999;
}

header .logos {
    width: 100%;
    border-bottom: 2px dashed #84A0A94D;
}

header .logos .d-flex {
    padding: 20px 1.5rem;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    max-width: 1240px;
    width: 100%;
    margin: 0px auto;
}

header .logos .d-flex div {
    gap: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

header .logos .d-flex div span {
    width: 1px;
    padding: 0px;
    margin: 0px 18px;
    height: 44px;
    background-color: #84A0A94D;
}

header .logos .d-flex .apoio p {
    margin: 0px;
}

nav {
    padding: 12px 0px !important;
}

nav ul {
    gap: 0.5rem;
}

nav ul li a {
    text-transform: uppercase;
    font-family: "Panton Bold";
    font-size: 16px !important;
    line-height: 20px;
    color: #12284C !important;
}

nav ul li a:hover {
    color: #6700F8 !important;
}

nav div {
    display: flex;
    gap: 1rem;
}

nav .collapse {
    display: flex;
    justify-content: space-between;
}

.disabled-link {
    pointer-events: none; /* desativa o clique */
    cursor: not-allowed;
    color: #CCC !important;
}

.disabled-link span {
    padding: 0px;
    color: #F26622;
    background-color: transparent;
    font-family: "Hand Of Sean";
    text-transform: lowercase;
    padding-left: 6px;
}

@media (max-width: 767px) {
    header .logos {
        border: 0px;
    }

    header .logos .d-flex {
        gap: 0.4rem;
    }

    header .logos .d-flex div {
        gap: 0.4rem;
    }

    header .logos .d-flex div img {
        height: 40px;
    }

    header .logos .d-flex div span {
        margin: 0px 12px;
        height: 36px;
    }

    header .logos .d-flex .apoio {
        display: none;
    }

    header .logos .d-flex .menu i {
        font-size: 40px;
    }

    nav {
        padding: 0px !important;
    }
}

.offcanvas {
    max-width: 390px !important;
    width: 100% !important;
    border: 0px !important;
    background-color: #FFF !important;
}

.offcanvas .offcanvas-header {
    border-bottom: 2px dashed #84A0A94D;
    padding: 24px;
    justify-content: space-between;
    align-items: center;
}

.offcanvas .offcanvas-header .apoio {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.offcanvas .offcanvas-header .apoio p {
    margin: 0px;
}

.offcanvas .offcanvas-header .btn-close {
    padding: 0px;
    margin: 0px;
    background: none;
    font-size: 32px;
    color: #6700F8;
    filter: none;
    opacity: inherit;
}

.offcanvas .offcanvas-body {
    padding: 0px;
    margin: 0px;
}

.offcanvas .offcanvas-body div {
    border-bottom: 2px dashed #84A0A94D;
    padding: 18px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
} 

.offcanvas .offcanvas-body div a {
    font-size: 16px;
    padding: 12px;
}

.offcanvas .offcanvas-body div a:first-child {
    flex: 1 1 calc(47% - 1rem);
}

.offcanvas .offcanvas-body div a:last-child {
    flex: 1 1 calc(53% - 1rem);
}

.offcanvas .offcanvas-body ul {
    padding: 24px;
    display: flex;
    gap: 1rem;
}

.offcanvas .offcanvas-body ul li a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}

.offcanvas .offcanvas-body ul li a.nav-link:hover {
    text-decoration: underline !important;
}

.offcanvas .offcanvas-body .dropdown-toggle::after {
    display: none;
}

.offcanvas .offcanvas-body .dropdown-toggle {
    color: #84A0A9;
    border-bottom: 1px solid #84A0A9;
    width: 100%;
}

.offcanvas .offcanvas-body .dropdown-menu {
    padding: 24px 16px !important;
    border: 0px;
    display: flex;
    gap: 1.4rem;
    flex-direction: column;
}

.offcanvas .offcanvas-body .dropdown-menu li a {
    padding: 0px;
    text-transform: capitalize;
    text-decoration: underline;
}

.nav-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.nav-link::before {
  content: '';
  position: absolute;
  left: 10%;
  bottom: 4px;
  height: 2px;
  width: 0%;
  background-color:  #6700F8;
  transition: width 0.3s ease-in-out;
}

.nav-link:hover:before {
    width: 80%;
}

.dropdown .nav-link::before {
    display: none;
}

@media (min-width: 768px) {
    .dropdown .dropdown-toggle {
        display: flex;
        justify-content: center;
        text-decoration: none;
    }

    .dropdown .dropdown-toggle::after {
        content: '\f078';
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 12px;
        height: 12px;
        border: none;
        color: #F26622;
        margin-left: 6px;
        margin-top: -3px;
    }

    .dropdown .dropdown-menu::after {
        display: none;
    }

    .dropdown .show::after {
        content: '\f077';
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 12px;
        height: 12px;
        border: none;
        color: #F26622;
        margin-left: 6px;
        margin-top: -3px;
    }

    .dropdown-menu {
        border: 0px;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
        margin: 0px;
        top: 54px !important;

        opacity: 0;
        transform: translateY(-10px); /* começa mais acima */
        visibility: hidden;
        display: block; /* necessário para animação */
        transition: opacity 0.4s ease, transform 0.4s ease;
        pointer-events: none;
    }

    .dropdown-menu.show {
        opacity: 1;
        transform: translateY(0); /* desliza para posição normal */
        visibility: visible;
        pointer-events: auto;
    }

    .dropdown-item {
        text-transform: capitalize;
        line-height: 24px;
    }

    .dropdown-item:hover {
        background-color: transparent;
        text-decoration: underline;
    }
}

@media (max-width: 767px) {
    .dropdown .dropdown-toggle {
        text-align: left;
        justify-content: flex-start;
    }

    .offcanvas .offcanvas-body .dropdown-menu li a {
        color: #003162;
    }

    .dropdown-menu {
        opacity: 1;
    }

    .dropdown-menu.show {
        opacity: 1;
    }

    /* Corrige o fundo azul nos dropdowns mobile */
    .dropdown-toggle:active,
    .dropdown-toggle:focus,
    .dropdown-toggle:focus:active {
        background-color: transparent !important;
        -webkit-tap-highlight-color: transparent;
    }
    
    .dropdown-menu {
        -webkit-tap-highlight-color: transparent;
    }
    
    .dropdown-item:active,
    .dropdown-item:focus,
    .dropdown-item:focus:active {
        background-color: transparent !important;
        -webkit-tap-highlight-color: transparent;
    }
    
    /* Remove highlight de todos os elementos clicáveis no mobile */
    * {
        -webkit-tap-highlight-color: transparent;
    }
    
    /* Remove outline de foco no mobile */
    .nav-link:focus,
    .dropdown-toggle:focus,
    .dropdown-item:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    .offcanvas .offcanvas-body div a {
        font-size: 14px;
    }

    .nav-link::before,
    .nav-link:hover:before {
        display: none;
    }
}


/* MAIN */
main {
    padding: 0px;
    margin: 0px;
    position: relative;
    overflow: hidden;
}

main::before {
    content: url('./../img/arte-logo-1.webp');
    position: absolute;
    top: 1100px;
    right: -720px;
    z-index: -1;
}

@media (max-width: 1180px) {
    main::before {
        display: none;
    }
}

section {
    padding: 100px 0px;
    border-bottom: 2px dashed #84A0A94D;
}

@media (max-width: 767px) {
    section {
        padding: 48px 0px;
    }

    section .d-flex {
        flex-direction: column;
    }
}

.hero {
    padding: 54px 0px 0px;
    position: relative;
    overflow: hidden;
    border-top: 0px;
}

.hero .d-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero .d-flex .circles {
    border-top: 2px dashed #84A0A94D;
    border-bottom: 2px dashed #84A0A94D;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0px 0px 60px;
    position: relative;
}

.hero .d-flex .circles div {
    max-width: 1240px;
    width: 100%;
    height: 15px;
    display: flex;
    justify-content: center;
    position: relative;
}

.hero .d-flex .circles div::before {
    content: '';
    background-image: url('./../img/grampo.webp');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -66px;
    left: 2px;
    width: 16px;
    height: 63px;
}

.hero .d-flex .circles img {
    margin: 0px;
}

.hero .d-flex .destaque {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.hero .d-flex .destaque img {
    margin-bottom: 24px;
}

.hero .d-flex .destaque h1 {
    max-width: 600px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero .d-flex .destaque h1::before {
    content: '';
    position: absolute;
    width: 94%;
    height: 12px;
    background-color: rgba(242, 102, 34, 0.5);
    bottom: 46px;
    left: 18px;
    z-index: -1;
}

.hero .d-flex .destaque h1::after {
    content: '';
    position: absolute;
    width: 78%;
    height: 12px;
    background-color: rgba(242, 102, 34, 0.5);
    bottom: 4px;
    left: 11%;
    z-index: -1;
}

.hero .d-flex .destaquex h1,
.hero .d-flex .destaque p {
    margin-bottom: 32px;
}

.hero .d-flex .destaque p {
    font-family: "Panton SemiBold";
    font-size: 24px;
    line-height: 32px;
    color: #12284C;
}

.hero .d-flex .destaque::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    border-top: 2px dashed #84A0A94D;
    border-right: 2px dashed #84A0A94D;
    right: 0px;
    top: 108px;
    z-index: -1;
}

.hero .d-flex .destaque::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    border-top: 2px dashed #84A0A94D;
    border-right: 2px dashed #84A0A94D;
    right: 0px;
    bottom: 172px;
    z-index: -1;
}

.hero .d-flex .botoes {
    border-top: 2px dashed #84A0A94D;
    border-bottom: 2px dashed #84A0A94D;
    width: 100%;
    padding: 18px 0px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.hero .d-flex .botoes div {
    max-width: 1240px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    position: relative;
}

.hero .d-flex .botoes div::before {
    content: '';
    background-image: url('./../img/grampo.webp');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -84px;
    right: 2px;
    width: 16px;
    height: 63px;
}

.hero .d-flex .links {
    display: flex;
    flex-direction: row;
    gap: 0rem;
    max-width: 1200px;
    width: 100%;
    justify-content: center;
    align-items: stretch;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.hero .d-flex .links div {
    flex: 1 1 calc(33.333% - 0rem);
    max-width: calc(33.333% - 0rem);
    justify-content: center;
    display: flex;
    padding: 42px 0px;
}

.hero .d-flex .links div:hover {
    background-color: #6700F81A;
}

.hero .d-flex .links div a {
    align-items: center;
    display: flex;
}

.hero .d-flex .links div:nth-child(2),
.hero .d-flex .links div:nth-child(3) {
    border-left: 2px dashed #84A0A94D;
}

.hero .d-flex .links div ul {
    gap: 2rem;
}

.hero .d-flex .links div ul li a {
    font-size: 24px;
}

.hero .d-flex .links::before {
    content: "";
    width: 20px;
    height: 800px;
    position: absolute;
    border-left: 2px dashed #84A0A94D;
    border-right: 2px dashed #84A0A94D;
    left: -20px;
    bottom: 0px;
}

.hero .d-flex .links::after {
    content: "";
    width: 20px;
    height: 800px;
    position: absolute;
    border-left: 2px dashed #84A0A94D;
    border-right: 2px dashed #84A0A94D;
    right: -20px;
    bottom: 0px;
}

@media (max-width: 767px) {
    .hero {
        padding: 24px 0px 0px;
    }
   
    .hero .d-flex .destaque::before,
    .hero .d-flex .destaque::after {
        display: none;
    }

    .hero .d-flex .destaque img {
        height: 152px;
    }

    .hero .d-flex .destaque h1 {
        max-width: 88%;
        font-size: 28px;
        margin-bottom: 12px;
    }

    .hero .d-flex .destaque h1::before {
        width: 98%;
        height: 12px;
        bottom: 86px;
        left: 1%;
    }

    .hero .d-flex .destaque h1::after {
        width: 70%;
        bottom: 48px;
        left: 15%;
    }

    .hero .d-flex .destaque p {
        max-width: 88%;
        text-align: center;
        font-size: 20px;
    }

    .hero .d-flex .destaque p::before {
        content: '';
        position: absolute;
        width: 80%;
        height: 12px;
        background-color: rgba(242, 102, 34, 0.5);
        bottom: 114px;
        left: 10%;
        z-index: -1;
    }
    
    .hero .d-flex .botoes div a.btn {
        font-size: 14px !important;
    }

    .hero .d-flex .botoes div a,
    .hero .d-flex .links div a {
        font-size: 16px !important;
    }

    .hero .d-flex .links::before {
        left: -2px;
    }

    .hero .d-flex .links::after {
        right: -2px;
    }

    .hero .d-flex .circles div::before {
        left: 0px;
    }

    .hero .d-flex .botoes div::before {
        right: 0px;
    }

    .hero .d-flex .links {
        flex-wrap: wrap;
    }

    .hero .d-flex .links div:nth-child(1),
    .hero .d-flex .links div:nth-child(2) {
        flex: 1 1 calc(50% - 0rem);
        max-width: calc(50% - 0rem);
        padding: 12px 0px;
    }

    .hero .d-flex .links div:nth-child(3) {
        flex: 1 1 calc(100% - 0rem);
        max-width: calc(100% - 0rem);
        border-left: 0px;
        border-top: 2px dashed #84A0A94D;
        padding: 18px 0px;
    }
}


/* Sobre */
.sobre .container .d-flex {
    gap: 3rem;
    align-items: flex-start;
}

.sobre .container .d-flex div:first-child {
    flex: 1 1 calc(75% - 3rem);
    max-width: calc(75% - 3rem);
}

.sobre .container .d-flex .simposio {
    margin: 30px 30px 30px 90px;
    padding: 30px;
    border: 1px solid #84A0A94D;
    border-radius: 5px;
    width: 540px;
}

.sobre .container .d-flex div p strong {
    font-family: "Panton Bold";
    color: #12284C;
}

.sobre .container .d-flex div a {
    text-decoration: none;
}

.sobre .container .d-flex div ul {
    padding: 12px 0px 0px 20px;
    margin-bottom: 0px;
    display: inline-block;
}

.sobre .container .d-flex div ul li {
    padding-left: 12px;
    margin-bottom: 18px;
}

.sobre .container .d-flex div ul li::marker {
    content: "\F26A";
    font-family: "bootstrap-icons";
    color: #F26622;
}

.sobre .container .d-flex div ul li:last-child {
    margin-bottom: 0px;
}

.sobre .container .d-flex div ul li a {
    color: #84A0A9;
    text-decoration: underline;
}

.sobre .container .d-flex div ul li span {
    background-color: transparent;
    padding: 0px;
    color: #F26622;
    font-family: "Hand Of Sean";
    font-size: 18px;
}

@media (max-width: 767px) {
    .sobre .container .d-flex {
        gap: 0rem;
    }

    .sobre .container .d-flex div:first-child {
        flex: 1 1 calc(100% - 0rem);
        max-width: calc(100% - 0rem);
    }

    .sobre .container .d-flex .simposio {
        width: 100%;
        margin: 24px 0px 0px;
    }
}

/* Local */
.local {
    text-align: center;
}

.local .container div {
    padding: 0px 10%;
}

.local .container div iframe {
    border-radius: 5px;
    border: 2px solid #84A0A94D;
}

.local .container div div {
    padding: 24px 0px 0px;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

@media (max-width: 767px) {
    .local .container div {
        padding: 0px;
    }

    .local .container div iframe {
        width: 100%;
        height: 400px;
    }

    .local .container div div {
        flex-direction: column;
    }
}

.submissoes {
    position: relative;
    overflow: hidden;
}

.submissoes::before {
    content: url('./../img/arte-logo-2.webp');
    position: absolute;
    bottom: -280px;
    left: -660px;
    z-index: 9;
}

@media (max-width: 1180px) {
    .submissoes::before {
        display: none;
    }
}

/* Call for Pappers */
.call-for-papers {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.call-for-papers .container .d-flex {
    align-items: flex-start;
}

.call-for-papers .container .d-flex div.call {
    flex: 1 1 calc(75% - 3rem);
    max-width: calc(75% - 3rem);
}

.call-for-papers .container .d-flex .atencao {
    margin: 30px 30px 30px 90px;
    padding: 30px;
    border: 1px solid #84A0A94D;
    border-radius: 5px;
    width: 540px;
}

.call-for-papers .container .d-flex .atencao div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
}

.call-for-papers .container .d-flex .atencao div i {
    color: #F26622;
    font-size: 24px;
    margin-right: 12px;
}

.call-for-papers .container .d-flex .atencao span {
    border-bottom: 2px solid #84A0A94D;
    width: 100%;
    height: 2px;
    padding: 0px;
    margin-bottom: 16px;
    display: flex;
}

.call-for-papers .accordion-item h2 {
    margin: 0px;
}

.call-for-papers .accordion-button {
    padding: 26px 20px;
    font-family: "Panton Bold";
    font-size: 20px;
    line-height: 20px;
    color: #12284C;
}

.call-for-papers .accordion-button:hover {
    background-color: #F7F2FF;
}

.call-for-papers .accordion-button::before {
    flex-shrink: 0;
    margin-right: 24px;
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #F26622;
    /* transition: var(--bs-accordion-btn-icon-transition); */
}

.call-for-papers .accordion-button:not(.collapsed)::before {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #F26622;
    /* transform: var(--bs-accordion-btn-icon-transform); */
}

.call-for-papers .accordion-button::after {
    display: none;
}

.call-for-papers .accordion-button:not(.collapsed) {
    background: transparent;
    color: #6700F8;
    box-shadow: none;
}

@media (max-width: 767px) {
    .call-for-papers .container .d-flex {
        gap: 0rem;
    }

    .call-for-papers .container .d-flex div.call {
        flex: 1 1 calc(100% - 0rem);
        max-width: calc(100% - 0rem);
    }

    .call-for-papers .container .d-flex .atencao {
        margin: 24px 0px 0px;
        width: 100%;
    }

    .call-for-papers .accordion-button::before {
        margin-right: 18px;
    }

    .call-for-papers .accordion-button {
        padding: 24px 0px;
    }
}

/* Como Participar */
.como-paricipar {
    border: 0px;
    padding-top: 12px;
    margin-bottom: 16px;
    padding-bottom: 48px;
    border-bottom: 2px dashed #84A0A94D;
}

.como-paricipar .container .d-flex {
    margin: 24px 0px;
    gap: 1rem;
}

.como-paricipar .container .d-flex div {
    border: 1px solid #84A0A94D;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(20% - 1rem);
    max-width: calc(20% - 1rem);
}

.como-paricipar .container .d-flex div:hover {
    background-color: #FF66121A;
}

.como-paricipar .container .d-flex div span {
    width: 56px;
    height: 56px;
    line-height: 48px;
    font-size: 32px;
    background-color: #F26622;
    color: #FFF;
    display: block;
    border-radius: 100px;
    margin-bottom: 12px;
}

.como-paricipar .container .d-flex div h5 {
    margin: 0px;
}

@media (max-width: 767px) {
    .como-paricipar {
        padding-bottom: 24px;
    }

    .como-paricipar .container .d-flex div {
        flex: 1 1 calc(100% - 0rem);
        max-width: calc(100% - 0rem);
        padding: 12px;
        display: block;
    }

    .como-paricipar .container .d-flex div h5 {
        float: left;
        width: 80%;
        text-align: left;
        padding-left: 12px;
    } 

    .como-paricipar .container .d-flex div span {
        width: 56px;
        margin: 0px;
        float: left;
    }
}


.cronograma {
    margin-top: 12px;
    padding-top: 48px;
    padding-bottom: 0px;
    border-top: 2px dashed #84A0A94D;
    border-bottom: 0px;
    position: relative;
    overflow: hidden;
}

.cronograma .container {
    position: relative;
}

.cronograma .container .list-group {
    border: 0px;
    margin-top: 24px;
    margin-bottom: 60px;
}

.cronograma .container .list-group div {
    border: 0px;
    border-bottom: 2px dashed #84A0A94D;
    padding: 24px 0px;
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.cronograma .container .list-group div strong {
    flex: 1 1 calc(20% - 2rem);
    max-width: calc(20% - 2rem);
    font-family: "Panton Bold";
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    color: #003162;
}

.cronograma .container .list-group div p {
    flex: 1 1 calc(80% - 2rem);
    max-width: calc(80% - 2rem);
}

.cronograma .container .list-group div p a {
    color: #6700F8;
}

@media (max-width: 767px) {
    .cronograma h3 {
        margin-top: 0px;
    }

    .cronograma .container .list-group {
        margin-bottom: 48px;
    }
}


.banner {
    border: 0px;
}

.banner .container {
    background-color: #6700F81A;
    border-radius: 5px;
    padding: 60px 100px;
}

.banner .d-flex {
    gap: 2rem;
    justify-content: space-between;
    align-items: center;
}

.banner .d-flex h3 {
    margin-top: 24px;
}

.banner .d-flex p {
    margin: 0px;
    padding: 0px;
}

.banner .d-flex div .btn {
    margin-left: 12px;
}

.banner .d-flex div .btn-outline-primary {
    background-color: #FFF;
}

@media (max-width: 767px) {
    .cronograma .container .list-group div {
        flex-direction: column;
        gap: 1rem;
    }  

    .cronograma .container .list-group div p,
    .cronograma .container .list-group div strong {
        flex: 1 1 calc(100% - 0rem);
        max-width: calc(100% - 0rem);
    }

    .banner {
        padding: 0px;
        text-align: center;
    }

    .banner .container {
        padding: 36px 24px;
    }

    .banner .d-flex h3::after {
        left: 50%;
        margin-left: -20px;
    }

    .banner .d-flex div:last-child {
        gap: 1rem;
        display: flex;
        flex-direction: column;
    }

    .banner .d-flex div:last-child a {
        width: 100%;
        margin: 0px;
    }
}

.programacao {
    position: relative;
    overflow: hidden;
}

.programacao::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-top: 2px dashed #84A0A94D;
    top: 50px;
    left: 0px;
}

.programacao::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-top: 2px dashed #84A0A94D;
    bottom: 50px;
    left: 0px;
}

.programacao .container {
    position: relative;
}

.programacao .container::before {
    content: '';
    position: absolute;
    width: 20px;
    width: 20px;
    height: 1500px;
    border-left: 2px dashed #84A0A94D;
    border-right: 2px dashed #84A0A94D;
    top: -100px;
    left: -50px;
}

.programacao .container::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 1500px;
    border-left: 2px dashed #84A0A94D;
    border-right: 2px dashed #84A0A94D;
    top: -100px;
    right: -50px;
}

.programacao .container .title {
    text-align: center;
}

.programacao .container .title h2 span {
    display: block;
    background: transparent;
    padding: 0px;
    color: #F26622;
    font-family: "Hand Of Sean";
    font-size: 18px;
    line-height: 26px;
    padding-top: 6px;
}

.programacao .container ul {
    max-width: 258px;
    width: 100%;
    display: flex;
    justify-content: space-between !important;
    margin: 0px auto;
    border: 2px solid #F26622;
    border-radius: 5px;
    overflow: hidden;
    gap: 0px;
}

.programacao .container ul li {
    flex: 1 1 calc(33.333% - 0px);
    max-width: calc(33.333% - 0px);
}

.programacao .container ul li:nth-child(2),
.programacao .container ul li:nth-child(3) {
    border-left: 2px solid #F26622;
}

.programacao .container ul li a {
    border-radius: 0px;
    color: #6700F8;
    width: 100%;
    font-family: "Panton Bold";
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}

.programacao .container ul li a:hover {
    background-color: #FF66121A;
    color: #6700F8;
}

.programacao .container ul li a.active {
    background-color: #F26622;
    color: #FFF;
}

.programacao .list-group {
    border: 0px;
    margin-top: 24px;
    margin-bottom: 60px;
}

.programacao .list-group div {
    border: 0px;
    border-bottom: 2px dashed #84A0A94D;
    padding: 24px 0px;
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.programacao .list-group div div {
    border: 0px;
    margin: 0px;
    padding: 0px;
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 0rem;
    flex: 1 1 calc(80% - 0rem);
    max-width: calc(80% - 0rem);
}

.programacao .list-group div strong {
    flex: 1 1 calc(20% - 2rem);
    max-width: calc(20% - 2rem);
    font-family: "Panton Bold";
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    color: #003162;
}

.programacao .list-group div p {
    flex: 1 1 calc(80% - 2rem);
    max-width: calc(80% - 2rem);
}

.programacao .list-group div p span {
    display: block;
    padding: 0px;
    background-color: transparent;
    font-family: "Panton Bold";
    font-size: 20px;
    line-height: 28px;
    color: #12284C;
    margin-bottom: 12px;
}

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

    .programacao .list-group div {
        flex-direction: column;
        gap: 1rem;
    }

    .programacao .list-group div:last-child {
        border-bottom: 0px;
        padding-bottom: 0px;
    }

    .programacao .list-group div div {
        flex: 1 1 calc(100% - 0rem);
        max-width: calc(100% - 0rem);
    }

    .programacao .list-group div strong,
    .programacao .list-group div p {
        flex: 1 1 calc(100% - 0rem);
        max-width: calc(100% - 0rem);
    }

    .programacao::before,
    .programacao::after {
        display: none;
    }
}


.submissao {
    background-image: url('./../img/arte.webp');
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
}

.submissao .container {
    position: relative;
}

.submissao .container::before {
    content: url('./../img/seta-1.svg');
    position: absolute;
    left: -90px;
    bottom: -64px;
}

.submissao .container::after {
    content: url('./../img/seta-2.svg');
    position: absolute;
    right: -72px;
    top: -60px;
}

.submissao .container .d-flex {
    background-color: #FFF;
    box-shadow: 0px 0px 20px #84A0A933;
    padding: 60px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.submissao .container .d-flex::before {
    content: "";
    width: 100%;
    height: 210px;
    position: absolute;
    border-top: 2px dashed #84A0A94D;
    border-bottom: 2px dashed #84A0A94D;
    right: 0px;
    bottom: 50%;
    margin-bottom: -105px;
}

.submissao .container .d-flex::after {
    content: "";
    width: 1104px;
    height: 326px;
    position: absolute;
    border-left: 2px dashed #84A0A94D;
    border-right: 2px dashed #84A0A94D;
    right: 50%;
    bottom: 0px;
    margin-right: -552px;
}

.submissao .container .d-flex div {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 24px 60px;
    position: relative;
    overflow: hidden;
    z-index: 99;
}

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

    .submissao .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .submissao .container .d-flex {
        padding: 48px;
    }

    .submissao .container .d-flex div {
        padding: 0px 12px;
    }

    .submissao .container .d-flex::before {
        height: 90%;
        left: 0px;
        top: 5%;
        right: inherit;
        bottom: inherit;
    }

    .submissao .container .d-flex::after {
        width: 90%;
        height: 450px;
        left: 5%;
        top: 0px;
        right: inherit;
        bottom: inherit;
    }
    
    .submissao .container .d-flex a.btn {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    .submissao::before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 50px;
        height: 50px;
        background-image: url('./../img/seta-1.svg');
        background-size: contain;
        background-repeat: no-repeat;
        left: 16px;
        bottom: 8px;
    }

    .submissao::after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 40px;
        height: 40px;
        background-image: url('./../img/seta-2.svg');
        background-size: contain;
        background-repeat: no-repeat;
        right: 12px;
        top: 12px;
    }

    .submissao .container::before,
    .submissao .container::after {
        display: none;
    }
}


.organizacao h3 {
    margin-bottom: 24px;
}

.organizacao .d-flex {
    gap: 2rem;
}

.organizacao .d-flex div {
    flex: 1 1 calc(50% - 2rem);
    max-width: calc(50% - 2rem);
}

.organizacao .d-flex div div {
    flex: 1 1 calc(100% - 2rem);
    max-width: calc(100% - 2rem);
    margin-bottom: 36px;
}

.organizacao .banner {
    margin-top: 48px;
}

.organizacao .banner img {
    width: 100%;
    height: auto !important;
}

@media (max-width: 767px) {
   .organizacao .d-flex {
        gap: 1rem;
    } 

    .organizacao .d-flex div,
    .organizacao .d-flex div div {
        flex: 1 1 calc(100% - 0rem);
        max-width: calc(100% - 0rem);
    }

    .organizacao .banner {
        margin-top: 24px;
    }

    .organizacao h3 {
        margin-top: 24px;
    }
}


.hospedagem .container div {
    text-align: center;
}

.hospedagem .container div h2,
.hospedagem .container div p {
    padding: 0px 12%;
}

.hospedagem .container div .d-flex {
    gap: 1rem;
    padding-top: 24px;
}

.hospedagem .container .d-flex .card {
    overflow: hidden;
    border-color: #84A0A94D;
    border-radius: 5px;
    text-align: left;
}

.hospedagem .container div .d-flex .card figure {
    width: 100%;
    height: 200px;
    margin: 0px;
    overflow: hidden;
    position: relative;
}

.hospedagem .container div .d-flex .card figure img {
    object-fit: cover;
    object-position: bottom;
    position: absolute;
    bottom: -36px;
}

.hospedagem .container div .d-flex .card .card-body {
    text-align: left;
}

.hospedagem .container div .d-flex .card .card-body span {
    background-color: #F26622;
    color: #FFF;
}

.hospedagem .container div .d-flex .card .card-body h3 {
    margin: 0px;
    padding: 12px 0px;
}

.hospedagem .container div .d-flex .card .card-body h3::after {
    display: none;
}

.hospedagem .container div .d-flex .card .card-body a {
    padding-bottom: 12px;
    display: inline-block;
}

.hospedagem .container div .d-flex .card .card-body p {
    padding: 0px;
}

.hospedagem .container div .d-flex .card .card-body .btn {
    margin: 0px;
}

@media (max-width: 767px) {
    .hospedagem .container div h2,
    .hospedagem .container div p {
        padding: 0px;
    }
}


.ajuda {
    border-bottom: 0px;
}

.ajuda .container .d-flex {
    gap: 3rem;
    align-items: flex-start;
}

.ajuda .container .d-flex .duvidas {
    flex: 1 1 calc(60% - 3rem);
    max-width: calc(60% - 3rem);
}

.ajuda .accordion-item h2 {
    margin: 0px;
}

.ajuda .accordion-button {
    padding: 26px 20px;
    font-family: "Panton Bold";
    font-size: 20px;
    line-height: 24px;
    color: #12284C;
}

.ajuda .accordion-button:hover {
    background-color: #F7F2FF;
}

.ajuda .accordion-button::before {
    flex-shrink: 0;
    margin-right: 24px;
    content: "\F285";
    font-family: "bootstrap-icons";
    color: #F26622;
    /* transition: var(--bs-accordion-btn-icon-transition); */
}

.ajuda .accordion-button:not(.collapsed)::before {
    content: "\F282";
    font-family: "bootstrap-icons";
    color: #F26622;
    /* transform: var(--bs-accordion-btn-icon-transform); */
}

.ajuda .accordion-button::after {
    display: none;
}

.ajuda .accordion-button:not(.collapsed) {
    background: transparent;
    color: #6700F8;
    box-shadow: none;
}


.ajuda .container .d-flex .contato {
    flex: 1 1 calc(40% - 3rem);
    max-width: calc(40% - 3rem);
    margin-left: 12%;
}

.ajuda .container .d-flex .contato h3 {
    margin-top: 0px;
}

.ajuda .container .d-flex .contato ul {
    gap: 2rem;
}

.ajuda .container .d-flex .contato ul li a {
    font-size: 24px;
}


@media (max-width: 767px) {
    .ajuda .container .d-flex {
        gap: 1rem;
    }

    .ajuda .container .d-flex .duvidas {
        flex: 1 1 calc(100% - 0rem);
        max-width: calc(100% - 0rem);
    }

    .ajuda .container .d-flex .contato {
        flex: 1 1 calc(100% - 0rem);
        max-width: calc(100% - 0rem);
        margin-left: 0px;
    }

    .ajuda .accordion-button::before {
        margin-right: 18px;
    }

    .ajuda .accordion-button {
        padding: 24px 0px;
    }
}


/* FOOTER */
footer {
    border-top: 2px dashed #84A0A94D;
}

footer .container .d-flex {
    padding: 30px 0px;
    justify-content: space-between;
}

footer .container .d-flex p {
    margin: 0px;
    font-family: "Panton SemiBold";
    color: #12284C;
}

@media (max-width: 767px) {
    footer .container .d-flex {
        flex-direction: column;
        gap: 0.5rem;
        justify-content: center;
        align-items: center;
    }

    footer .container .d-flex p:last-child {
        font-family: "Panton";
    }
}

/* Back to Top */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #F26622;
    color: white;
    border-radius: 50%;
    font-size: 20px;
    display: none;
    z-index: 999;
    transition: opacity 0.3s ease, transform 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.back-to-top:hover {
    background-color: #6700F8;
    transform: translateY(-3px);
}