body {
    overflow-x: hidden;
}

table { /* Matching Template variables */
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
}

.fixed-top {
    transform: translateY(40px);
    transition: transform .3s;
}

.disabled, .nav-link.disabled {
    color: #C0C0C0 !important;
}

.navbar-nav .nav-link {
    color: black;
    font-weight: initial;
    font-size: large !important;
}

.ftco-navbar-light {
    background: #8f00ff !important;
    z-index: 3;
    padding: 0;
    -webkit-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
}

@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: #fff;
        position: relative;
        top: 0;
        padding: 10px 15px;
    }
}

.ftco-navbar-light .navbar-brand {
    color: #000;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
}

.ftco-navbar-light .navbar-brand span {
    display: block;
    font-size: 10px;
    font-weight: 500;
}

.ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus {
    color: #000;
}

@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-brand {
        margin-bottom: 20px;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
        padding-bottom: 10px;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 16px !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    opacity: 1 !important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #8f00ff;
    color: #fff !important;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    z-index: -1;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover, .ftco-navbar-light .navbar-nav > .nav-item > .active {
    color: #8f00ff !important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before, .ftco-navbar-light .navbar-nav > .nav-item > .active {
    visibility: visible;
    background-color: #fff;
    color: #8f00ff !important;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.navbar-expand-lg .navbar-nav .nav-link {
    border-radius: unset;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 10px;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem;
        width: 100%;
    }

    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
        color: #8f00ff;
    }
}

@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 4px;
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
    font-size: 18px;
    color: #000;
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
    background: #8f00ff;
    color: #fff !important;
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff !important;
    background: #8f00ff;
    border-radius: 0px;
}

.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    color: #fff !important;
    background: #8f00ff;
}

@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        color: #fff !important;
        background: #8f00ff;
        border-radius: 4px;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #fff;
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
    visibility: visible;
    background-color: #8f00ff;
    color: #fff !important;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: #000; }
    .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
        display: none;
    }
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 1) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco-navbar-light .navbar-toggler:focus {
    outline: none !important;
}

.navbar {
    display: block;
}

.sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%;
}

.site-footer-top {
    background-color: #ffa100;
}

.site-footer {
    background-color: #ff6600;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin: unset;
}

.sticky-wrapper.is-sticky .nav-link {
    color: white !important;
}

.sticky-wrapper.is-sticky .disabled {
    color: #C0C0C0 !important;
}

.sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
    .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

.sectionTransaction {
    background-color: white;
    position: relative;
    margin-top: -18%;
    overflow: hidden;
    z-index: 2;
    height: 500px;
    clip-path: polygon(0% 65%, 1% 64.95%, 2% 64.8%, 3% 64.6%, 4% 64.3%, 5% 63.9%, 6% 63.45%, 7% 62.9%, 8% 62.25%, 9% 61.55%, 10% 60.8%, 11% 59.95%, 12% 59.05%, 13% 58.1%, 14% 57.1%, 15% 56.05%, 16% 55%, 17% 53.9%, 18% 52.8%, 19% 51.65%, 20% 50.5%, 21% 49.35%, 22% 48.2%, 23% 47.05%, 24% 45.9%, 25% 44.8%, 26% 43.75%, 27% 42.75%, 28% 41.75%, 29% 40.8%, 30% 39.9%, 31% 39.1%, 32% 38.35%, 33% 37.65%, 34% 37.05%, 35% 36.5%, 36% 36.05%, 37% 35.65%, 38% 35.35%, 39% 35.15%, 40% 35.05%, 41% 35%, 42% 35.05%, 43% 35.2%, 44% 35.45%, 45% 35.75%, 46% 36.15%, 47% 36.65%, 48% 37.2%, 49% 37.85%, 50% 38.55%, 51% 39.35%, 52% 40.2%, 53% 41.1%, 54% 42.05%, 55% 43.05%, 56% 44.1%, 57% 45.15%, 58% 46.3%, 59% 47.4%, 60% 48.55%, 61% 49.7%, 62% 50.85%, 63% 52%, 64% 53.15%, 65% 54.25%, 66% 55.35%, 67% 56.4%, 68% 57.45%, 69% 58.4%, 70% 59.35%, 71% 60.2%, 72% 61.05%, 73% 61.8%, 74% 62.45%, 75% 63.05%, 76% 63.6%, 77% 64.05%, 78% 64.4%, 79% 64.7%, 80% 64.85%, 81% 65%, 82% 65%, 83% 64.9%, 84% 64.75%, 85% 64.5%, 86% 64.2%, 87% 63.75%, 88% 63.25%, 89% 62.7%, 90% 62.05%, 91% 61.3%, 92% 60.5%, 93% 59.65%, 94% 58.75%, 95% 57.8%, 96% 56.8%, 97% 55.75%, 98% 54.65%, 99% 53.55%, 100% 52.4%, 100% 100%, 0% 100%);
}

.sectionTransactionFooter {
    background-color: black;
    position: relative;
    overflow: hidden;
    z-index: 2;
    height: 350px;
    clip-path: polygon(0% 65%, 1% 64.95%, 2% 64.8%, 3% 64.6%, 4% 64.3%, 5% 63.9%, 6% 63.45%, 7% 62.9%, 8% 62.25%, 9% 61.55%, 10% 60.8%, 11% 59.95%, 12% 59.05%, 13% 58.1%, 14% 57.1%, 15% 56.05%, 16% 55%, 17% 53.9%, 18% 52.8%, 19% 51.65%, 20% 50.5%, 21% 49.35%, 22% 48.2%, 23% 47.05%, 24% 45.9%, 25% 44.8%, 26% 43.75%, 27% 42.75%, 28% 41.75%, 29% 40.8%, 30% 39.9%, 31% 39.1%, 32% 38.35%, 33% 37.65%, 34% 37.05%, 35% 36.5%, 36% 36.05%, 37% 35.65%, 38% 35.35%, 39% 35.15%, 40% 35.05%, 41% 35%, 42% 35.05%, 43% 35.2%, 44% 35.45%, 45% 35.75%, 46% 36.15%, 47% 36.65%, 48% 37.2%, 49% 37.85%, 50% 38.55%, 51% 39.35%, 52% 40.2%, 53% 41.1%, 54% 42.05%, 55% 43.05%, 56% 44.1%, 57% 45.15%, 58% 46.3%, 59% 47.4%, 60% 48.55%, 61% 49.7%, 62% 50.85%, 63% 52%, 64% 53.15%, 65% 54.25%, 66% 55.35%, 67% 56.4%, 68% 57.45%, 69% 58.4%, 70% 59.35%, 71% 60.2%, 72% 61.05%, 73% 61.8%, 74% 62.45%, 75% 63.05%, 76% 63.6%, 77% 64.05%, 78% 64.4%, 79% 64.7%, 80% 64.85%, 81% 65%, 82% 65%, 83% 64.9%, 84% 64.75%, 85% 64.5%, 86% 64.2%, 87% 63.75%, 88% 63.25%, 89% 62.7%, 90% 62.05%, 91% 61.3%, 92% 60.5%, 93% 59.65%, 94% 58.75%, 95% 57.8%, 96% 56.8%, 97% 55.75%, 98% 54.65%, 99% 53.55%, 100% 52.4%, 100% 100%, 0% 100%);
}

.sectionTransactionBefore {
    margin-top: -10%;
    padding-top: 10%;
    padding-bottom: 12%;
}

#headerContent {
    background-image: url(../image/header-3.jpg);
    background-size: cover;
    background-color: #8f00ff;
    background-position: right top;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    #headerContent {
        background-image: url(../image/header-3.jpg);
        background-color: #8f00ff;
        background-size: cover;
        background-position: right top;
        background-repeat: no-repeat;
    }
}

#headerContent h2, #headerContentSociedade h2, #rio h2, #venue h2 {
    color: #fff !important;
}

#section_about h2, #section_about h3, #section_about p, #section_about ul li {
    color: #fff;
    text-align: justify;
}

h1, h2, h3, h4, h5 {
    color: #8f00ff !important;
}

.sticky-wrapper {
    background-color: unset;
}

.social-icons {
    position: relative;
    z-index: 3;
}

.social-icons .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 4rem;
    width: 4rem;
    border-radius: 100rem;
}

@media (min-width: 992px) {
    .social-icons {
        position: absolute;
        height: 100%;
        top: 0;
        right: 0.5rem;
        width: auto;
    }
}

.btn-yellow {
    background-color: #ff2424;
    color: white;
}

.btn-yellow:hover {
    background-color: white;
    color: #8f00ff;
    border-color: #8f00ff;
}

.btn-blue {
    background-color: white;
    color: #8f00ff;
    border: 5px solid #8f00ff;
    font-weight: bold;
}

.btn-blue:hover {
    background-color: white;
    color: black;
}

.card-title {
    color: white;
    font-size: 0.9em;
    line-height: 0.9em;
}

footer a {
    color: white;
}

a {
    font-weight: bold;
}

p {
    text-align: justify !important;
    /*color: black;*/
    overflow-wrap: break-word;
}

.text-dark {
    color: #0055ff !important;
}

.person {
    text-align: center;
    background-color: white;
    border: 1px solid #0055ff;
    border-radius: 4px;
}

.person img {
    position: relative;
    width: 90px;
    border-radius: 50%;
    margin: -45px auto 0 auto;
}

.person .person-contents {
    padding: 30px;
}

.person .person-contents h2, .person .person-contents .h2 {
    font-size: 18px;
}

.person .person-contents h2 a, .person .person-contents .h2 a {
    color: #0055ff;
    text-decoration: none;
}

.person .person-contents p {
    font-size: 14px;
}

.contact-info i {
    font-size: 20px;
    float: left;
    width: 44px;
    height: 44px;
    background: #00204a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff; }

.contact-info h4, .contact-info .h4 {
    font-size: 18px;
    padding: 0 0 0 60px;
}

.contact-info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
}

.text-success {
    color: var(--dark-color) !important;
}

/* Img Click - Modal */
.clickable-img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
    transition: 0.3s;
    object-fit: cover;
}

.clickable-img:hover {
    opacity: 0.7;
}

#imgModal {
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-wrapper {
    padding-top: 70px; /* Location of the box */
    height: calc(100% - 70px);
}

.img-modal-content {
    margin: auto;
    display: block;
    /*width: 80%;*/
    max-width: 1024px;
    height: auto;
}

#img-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: auto;
}

.img-modal-content, #img-caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

.img-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.img-close:hover,
.img-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px){
    .img-modal-content {
        max-width: 100%;
    }
}
/* -- */

/* Home Top Arrow */
.circle-arrow {
    position: absolute;
    text-align: center;
    z-index: 10;
    width: 65px;
    height: 65px;
    top: calc(100vh - 210px);
    left: calc(50% - 14px);
}

.down-arrow {
    position: absolute;
    top: 15%;
    left: 48%;
    width: 0;
    height: 22px;
    border: 2px solid;
    border-radius: 2px;
    animation: jumpInfinite 1.5s infinite;
    box-sizing: content-box;
}

.down-arrow:after {
    content: " ";
    position: absolute;
    top: 5px;
    left: -10px;
    width: 16px;
    height: 16px;
    border-bottom: 4px solid;
    border-right: 4px solid;
    border-radius: 4px;
    transform: rotateZ(45deg);
    box-sizing: content-box;
}

@keyframes jumpInfinite {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: 15px;
    }
    100% {
        margin-top: 0;
    }
}

.btn .fab {
    font-size: 30px;
}

#ctaButton {
    position: absolute;
    top: 116px;
    right: 13px;
    margin: 0 10px 10px 0;
    z-index: 99;
}

.tab-content {
    background-color: var(--white-color);
    border-radius: 0;
    padding: 10px;
    border: 1px #0055ff solid;
}

.nav-tabs {
    background-color: #0055ff;
    border-radius: 0;
    border-bottom: 0;
    padding: 15px;
}

.nav-tabs .nav-link {
    border-radius: 0;
    border: 0;
    padding: 15px 25px;
    transition: all 0.3s;
    color: white;
}

.nav-tabs .nav-link:first-child {
    margin-right: 15px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background: var(--white-color);
    box-shadow: none;
    color: #0055ff;
    font-weight: bolder;
}

.nav-tabs h5 {
    color: var(--p-color);
    margin-bottom: 0;
}

.nav-tabs .nav-link.active h5,
.nav-tabs .nav-link:focus h5,
.nav-tabs .nav-link:hover h5 {
    color: var(--primary-color);
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #0055ff;
    box-shadow: unset;
}

.accordion-button {
    color: black;
    background-color: #e5f1e2;
    box-shadow: unset;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.text-link {
    color: var(--link-hover-color);
}

.text-black {
    color: var(--p-color);
}

.text-yellow {
    color: #ee7243;
}

.card-img-wrapper {
    overflow: hidden;
    height: 300px;
}

.card-img-wrapper .img-fluid {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pulse {
    background-color: white;
    color: #0348a4;
    border-radius: 10px;
    animation: animate 3s linear infinite
}

.pulse i {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    height: 100%;
    cursor: pointer
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgba(143, 0, 255, 0.7), 0 0 0 0 rgba(143, 0, 255, 0.7)
    }
    40% {
        box-shadow: 0 0 0 50px rgba(143, 0, 255, 0), 0 0 0 0 rgba(143, 0, 255, 0.7)
    }
    80% {
        box-shadow: 0 0 0 50px rgba(143, 0, 255, 0), 0 0 0 30px rgba(143, 0, 255, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(143, 0, 255, 0), 0 0 0 30px rgba(143, 0, 255, 0)
    }
}

.timeline {
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
}

.timeline .timeline-item {
    position: relative;
}

.timeline .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .badge {
    background-color: #8f00ff;
}

.timeline .timeline-item:after {
    background-color: #8f00ff;
    left: -42px;
    top: 5px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    content: "";
}

.bg-green {
    background-color: #00ce7f !important;
    color: white;
}

.bg-clean-orange {
    background-color: #ffa100 !important;
    color: white;
}

#section_about {
    background: #ff6600 url(../image/bg.png) no-repeat center right;
}

ol li {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
}

ol li::marker,
ul li::marker {
    font-weight: var(--font-weight-bold);
}

.table-responsive{
    filter: none; !important
}

a img:hover {
    opacity: 0.5;
    transform: scale(1.2);
}

.card {
    border: 2px #00cdef solid;
    overflow: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

a:hover .middle {
    opacity: 1;
}

.text {
    background-color: #fc1912;
    color: #0055ff;
    font-size: 1em;
    padding: 10px 10px;
}

.card-title {
    font-weight: bold;
}

.card-body {
    z-index: 99;
    background-color: #00cdef;
}
.sm-bold{
        font-weight: 500;
}