:root {
    --turquoise: #199595;
    --dark-blue: #01343F;
    --light-green: #B3D2CF;
    --light-gray: #aaacac;
    --off-white: #f7f7f7;
    --ultra-light: #ececec;
    --ultra-light-green: #dbe7e6;
}

body {
    font-family: 'Gantari', sans-serif;
    background-color: var(--ultra-light);
    color: var(--dark-blue);
    font-weight: 400;
}

.bg-ultra-light {
    background-color: var(--ultra-light);
}

.bg-ultra-light-green {
    background-color: var(--ultra-light-green);
}

.gx-6 {
    --bs-gutter-x: 5rem;
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

header {
    background-color: var(--light-green);
}

header nav {
    position: relative;
    z-index: 100;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-brand img {
    height: 157px;
}

header .navbar-toggler,
.modal-header {
    border: none;
}

header .modal .btn-close-modal {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

header nav .nav-link {
    color: var(--dark-blue);
    fill: var(--dark-blue);
    text-transform: uppercase;
    font-weight: 500;
}

header nav .nav-link.active {
    font-weight: 800;
    color: var(--dark-blue) !important;
}

h1,
.main__specs h2 {
    font-weight: 200;
}

.main__flux small {
    font-weight: 500;
}

#modal-menu-mobile .navbar-nav:first-child .nav-link {
    font-size: 2rem;
}

#modal-menu-mobile .navbar-nav:nth-child(2) .nav-link {
    font-size: 1.5rem;
    color: var(--turquoise);
}

.btn-close-modal {
    border: none;
}

.color-turquoise {
    color: var(--turquoise);
}

.color-dark-blue {
    color: var(--dark-blue);
}

.color-light-green {
    color: var(--light-green);
}

.color-light-gray {
    color: var(--light-gray);
}

main .main__specs .color-turquoise.h1 {
    font-size: 5rem;
    line-height: 0.8rem;
}

.bg-transparent {
    background-color: transparent;
}

.bg-dark-blue {
    background-color: var(--dark-blue) !important;
    color: #fff;
}

.bg-turquoise {
    background-color: var(--turquoise);
    color: #fff;
}

.bg-light-green {
    background-color: var(--light-green);
}

.bg-light-gray {
    background-color: var(--light-gray);
}

.bg-off-white {
    background-color: var(--off-white);
}

footer {
    background-color: var(--dark-blue);
    color: #b2b2b2;
}

footer a {
    color: #b2b2b2;
}

footer li {
    margin-bottom: 1rem;
}

.logos-footer {
    width: 135px;
    height: auto;
    display: block;
}

.main__specs .cifrao {
    right: 2rem;
    width: auto;
    position: absolute;
}

.main__specs .btn {
    right: -2rem;
    bottom: -2rem;
}

.main__flux .btn {
    right: -2rem;
    bottom: 5rem;
}

.main__flux form.year {
    bottom: 3rem;
    right: 2rem;
}

.year .form-select {
    padding-left: 2rem;
    font-weight: 800;
    background-color: var(--transparent);
    color: var(--dark-blue);
    border: 3px solid #fff;
    width: 120px;
    background-image: url(../img/icon-chevron-down.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 8px;
}

.year .form-select:focus {
    border-color: var(--dark-blue);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(1, 52, 63, .25);
}

.btn-secondary {
    border: 3px solid var(--turquoise) !important;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: color .5s;
    z-index: 1;
    font-size: 0.75rem;
    width: 240px;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    padding-left: 1.5rem;
}

.btn-primary:before,
.btn-secondary:before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: var(--dark-blue);
    height: 350px;
    width: 800px;
    border-radius: 25%;
    top: 100%;
    left: 100%;
    transition: all .7s;
}

.btn-primary:hover:before,
.btn-secondary:hover:before {
    top: -60px;
    left: -60px;
}

.btn-primary:active:before,
.btn-secondary:active:before {
    background-color: var(--dark-blue);
    transition: background 0s;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus-visible {
    background-color: var(--turquoise);
}

.btn-secondary {
    background-color: #f3f3f3 !important;
    color: var(--dark-blue);
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus-visible,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus-visible {
    border: 3px solid var(--turquoise) !important;
    color: #fff;
}

.btn-primary strong,
.btn-secondary strong,
.main__posts--interna a.btn,
.main__posts a.btn {
    font-weight: 900;
}

.btn-primary img,
.btn-secondary img {
    height: 10px;
}

.main__specs .border-end:nth-child(3) {
    border: none !important;
}

.btn-back {
    letter-spacing: 1px;
    font-size: 14px;
}

.btn-back img {
    height: 10px;
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-prev:focus,
.slick-prev:active,
.slick-next:hover,
.slick-next:focus,
.slick-next:active {
    width: 50px;
    height: 50px;
    background-color: var(--turquoise);
    border-radius: 50px;
}

.slick-prev:before,
.slick-next:before {
    font-family: monospace;
    font-size: 36px;
    opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: 0.25;
}

.main__modules {
    overflow: hidden;
}

.main__modules.slick-slider {
    padding-left: 4rem;
}

.table-funds {
    --bs-table-color: #fff !important;
    --bs-table-bg: transparent !important;
}

.table-funds tr th,
.table-funds tr td {
    padding: 0.5rem 0;
}

.table-funds tbody tr {
    border-bottom: 1px solid var(--turquoise);
}

.table-funds tr th:last-child,
.table-funds tr td:last-child {
    text-align: right;
}

a {
    text-decoration: none;
}

.px-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.py-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.pt-6 {
    padding-top: 5rem !important;
}

.pb-6 {
    padding-bottom: 5rem !important;
}

.mt-6 {
    margin-top: 5rem !important;
}

.mb-6 {
    margin-bottom: 5rem !important;
}

.mx-6 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}

.my-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.main__modules .slick-list.draggable {
    padding-right: 200px !important;
}

.main__posts--interna p.position-absolute,
.main__posts p.position-absolute {
    min-width: 180px;
    line-height: 1.1;
}

.main__modules p.h6,
.main__modules p.date,
.main__modules table td span,
.mailing__block p {
    font-weight: 500;
}

.main__modules h2.fundName {
    font-weight: 600;
}

.main__modules table th span,
.main__modules a {
    font-weight: 700;
}

.slick-prev {
    left: 15px;
    z-index: 10;
}

.slick-next {
    right: 15px;
}

.main__posts div.rounded-4,
.main__posts--interna div.rounded-4 {
    height: 250px;
}

.main__posts div.rounded-4 div.col-7,
.main__posts--interna div.rounded-4 div.col-7 {
    height: 180px;
}

.main__posts--interna div.rounded-4 div.col-7 p,
.main__posts div.rounded-4 div.col-7 p {
    bottom: 0;
}

.main__posts--interna .logo,
.main__posts .logo {
    width: 100px;
    height: auto;
}

.main__posts--interna .photo,
.main__posts .photo {
    height: auto;
    margin-top: -85px;
}

.main__posts--interna .btn,
.main__posts .btn {
    font-size: 0.75rem;
}

.main__posts--interna .btn:hover,
.main__posts .btn:hover {
    color: var(--turquoise);
}

.main__posts--interna .btn span,
.main__posts .btn span {
    height: 8px;
    transition: 300ms all ease-in-out;
    overflow: hidden;
    width: 180px;
}

.main__posts--interna .btn img,
.main__posts .btn img {
    height: 8px;
    margin-left: auto;
    float: right;
}

.main__posts--interna .btn:hover > span,
.main__posts .btn:hover > span {
    width: 24px;
}

.form-control,
.form-control:focus,
.form-control::placeholder {
    border-color: var(--turquoise);
    color: var(--turquoise);
    padding: 0.75rem;
    font-weight: 700;
}

.mailing__block button {
    width: 260px;
}

.funds__know h1,
.bg-home-tilt-up h1 {
    font-size: 4rem;
}

.bg-home-tilt-up h1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg-home-tilt-up {
    margin-top: -142px;
}

.accordion-body {
    color: #fff;
}

.accordion-body p {
    font-size: 0.8rem;
}

.accordion-item,
.accordion-button,
.accordion-button:not(.collapsed),
.accordion-body {
    background-color: transparent;
}

.bg-turquoise .accordion .accordion-button:not(.collapsed),
.accordion-button {
    color: #fff;
}

.accordion-button:not(.collapsed) {
    color: var(--turquoise);
}

.accordion-button::after {
    background: none;
    content: "+";
    font-size: 2rem;
    line-height: .5;
}

.accordion-button:not(.collapsed)::after {
    background: none;
    content: "-";
    font-size: 2rem;
    transform: none;
    line-height: .5;
    padding-left: 5px;
}

.accordion-button:focus {
    border-color: #fff;
    box-shadow: none;
}

.download-list li {
    margin-bottom: 1rem;
}

.download-list li a {
    padding: 0.5rem 0;
    display: block;
    background-color: transparent;
    border-bottom: 2px solid var(--turquoise);
    vertical-align: middle;
}

.download-list li a.alt {
    border-bottom: 2px solid var(--dark-blue);
}

.download-list li a img {
    height: 24px;
    width: auto;
}

.jumbo-internal .btn-down {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: 3px solid var(--dark-blue);
    width: 150px;
    padding-left: 10px;
    height: 24px;
    overflow: hidden;
}

.jumbo-internal .btn-down div {
    height: 24px;
    transition: none;
    top: 0;
    opacity: 1;
}

.jumbo-internal .btn-down div img {
    margin-right: 10px;
}

.jumbo-internal .btn-down div.text-one {
    height: 24px;
    top: -25px;
    opacity: 0;
}

.jumbo-internal .btn-down:hover > div.text-one {
    top: 0;
    opacity: 1;
    transition: 300ms all ease;
}

.jumbo-internal .btn-down:hover > div.text-two {
    top: 25px;
    opacity: 0;
    transition: 300ms all ease;
}

.about__list a {
    font-weight: 300;
    transition: 300ms all ease-in-out;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}

.about__list a:hover {
    color: var(--turquoise);
    border-bottom: 2px solid var(--turquoise);
}

.about {
    color: #fff;
    height: 380px;
    transition: 300ms all ease-in-out;
}

.about__qs1 {
    background: url(../img/bg-qs-01.png);
}

.about__qs2 {
    background: url(../img/bg-qs-02.png);
}

.about__qs3 {
    background: url(../img/bg-qs-03.png);
}

.about__qs4 {
    background: url(../img/bg-qs-04.png);
}

.about p {
    opacity: 0;
    transition: 300ms all ease-in-out;
}

.about:hover p {
    opacity: 1;
}

.about:hover {
    background: url(../img/bg-qs.png);
}

.modal {
    backdrop-filter: blur(5px);
    background-color: transparent !important;
}

.modal-header .btn-close {
    background-color: #fff;
    opacity: 1;
    border: 2px solid var(--turquoise);
    right: -0.75rem;
}

.title-box .title {
    position: relative;
    z-index: -1;
}

.title-box span {
    font-weight: 800;
    color: var(--turquoise);
}

.btn-secondary-super {
    width: 240px;

}

.btn-secondary-super:hover > span,
.btn-secondary-super span {
    line-height: .5;
    height: auto !important;
    width: fit-content !important;
}

.accordion-button {
    font-size: 1.25rem;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .mailing__block button {
        width: 180px;
        margin-bottom: -70px;
        margin-top: 30px;
    }

    .main__specs .btn {
        right: 2rem;
        bottom: -2rem;
    }

    .main__flux .btn {
        right: 1rem;
        bottom: 5rem;
    }
}

@media screen and (max-width: 991px) {

    .navbar-brand img {
        height: 116px;
    }

    .main__flux .btn {
        right: 0rem;
        bottom: 0rem;
    }

    .container {
        padding: 0 1.5rem;
    }

    main .main__specs .border-end {
        border-right: none !important;
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .main__specs .cifrao {
        right: auto;
        left: 0;
        width: 100%;
        position: relative;
    }

    main .main__specs .color-turquoise.h1 {
        font-size: 3rem;
        line-height: 3rem;
    }

    .main__specs .btn {
        right: 2rem;
    }

    .btn-primary,
    .btn-secondary {
        width: 220px;
    }

    .slick-list.draggable {
        padding-right: 50px !important;
    }

    footer p {
        overflow: hidden;
    }

    .mailing__block button {
        width: 210px;
        float: right;
        margin-bottom: -70px;
        margin-top: 30px;
    }

    .main__modules.slick-slider {
        padding-left: 1rem;
    }
}

@media screen and (min-width: 992px) {

    .px-lg-6 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .py-lg-6 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .pt-lg-6 {
        padding-top: 5rem !important;
    }

    .pb-lg-6 {
        padding-bottom: 5rem !important;
    }

    .mt-lg-6 {
        margin-top: 5rem !important;
    }

    .mb-lg-6 {
        margin-bottom: 5rem !important;
    }

    .mx-lg-6 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .my-lg-6 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .mailing__block button {
        float: none;
    }

    .bg-home-tilt-up {
        margin-top: -183px;
    }
}

/* https://gosnippets.com/snippets/bootstrap-services-in-circle-slider-snippet */

.holderCircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
}

.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20;
}

.inner-circle-1,
.inner-circle-2,
.outer-circle-1,
.outer-circle-2,
.outer-circle-3,
.outer-circle-4 {
    border: 1px solid rgba(255, 255, 255, .25);
    position: absolute;
    border-radius: 50%;
}

.inner-circle-1 {
    height: 250px;
    width: 250px;
    top: 125px;
    left: 125px;
}

.inner-circle-2 {
    height: 100px;
    width: 100px;
    top: 200px;
    left: 200px;
}

.outer-circle-1 {
    height: 550px;
    width: 550px;
    top: -25px;
    left: -25px;
}

.outer-circle-2 {
    height: 700px;
    width: 700px;
    top: -100px;
    left: -100px;
}

.outer-circle-3 {
    height: 850px;
    width: 850px;
    top: -175px;
    left: -175px;
}

.outer-circle-4 {
    height: 1000px;
    width: 1000px;
    top: -250px;
    left: -250px;
}

.dotCircle .itemDot {
    display: flex;
    align-items: center;
    width: 80px;
    height: 80px;
    position: absolute;
    background: transparent;
    color: var(--turquoise);
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    z-index: 3;
    cursor: pointer;
    border: 2px solid #fff;
}

.dotCircle .itemDot.active > i {
    display: none;
}

.dotCircle .itemDot > i {
    line-height: 1;
    font-style: normal;
    color: #fff;
    left: 95px;
    position: absolute;
    font-size: 1rem;
    width: 100px;
    text-align: left;
}

.dotCircle .itemDot .forActive {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.dotCircle .itemDot.active .forActive {
    display: block;
}

.round {
    position: absolute;
    left: 48px;
    top: 48px;
    width: 400px;
    height: 400px;
    border: 1px solid var(--turquoise);
    border-radius: 100%;
    animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
    color: #ffffff;
    transition: 0.5s;
    border: 2px solid var(--turquoise);
}

.dotCircle .itemDot {
    transition: all 1s ease 0s;
}

.dotCircle .itemDot4 {
    background: url(../img/icon-analise-white.png);
}

.dotCircle .itemDot4.active,
.dotCircle .itemDot4:hover {
    background: url(../img/icon-analise-green.png);
}

.dotCircle .itemDot3 {
    background: url(../img/icon-construcao-white.png);
}

.dotCircle .itemDot3.active,
.dotCircle .itemDot3:hover {
    background: url(../img/icon-construcao-green.png);
}

.dotCircle .itemDot2 {
    background: url(../img/icon-gestao-white.png);
}

.dotCircle .itemDot2.active,
.dotCircle .itemDot2:hover {
    background: url(../img/icon-gestao-green.png);
}

.dotCircle .itemDot1 {
    background: url(../img/icon-macro-white.png);
}

.dotCircle .itemDot1.active,
.dotCircle .itemDot1:hover {
    background: url(../img/icon-macro-green.png);
}

.contentCircle {
    width: 100%;
    height: 200px;
    position: relative;
    margin-bottom: 80px;
}

.btns-control a img {
    max-width: 24px;
}

.contentCircle .CirItem {
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s;
    font-size: 15px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
}

.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}

.contentCircle .CirItem i {
    font-size: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    color: #000000;
    opacity: 0.1;
}

@media only screen and (min-width:320px) and (max-width:575px) {

    .about__list,
    #relatorios .download-list {
        --bs-gutter-x: 2.5rem;
    }

    .main__posts--interna .photo,
    .main__posts .photo {
        height: auto;
        margin-top: -60px;
    }

}

@media only screen and (min-width:320px) and (max-width:767px) {

    .about {
        height: 300px;
    }

    .about p {
        line-height: 1.1;
    }

    .about__list a {
        height: 70px;
    }

    .main__posts--interna a.btn,
    .main__posts a.btn {
        position: relative;
        z-index: 999;
        background-color: var(--ultra-light);
    }

    .main__flux form.year {
        bottom: 0rem;
        right: 0rem;
    }

    .homePage__funds .main__modules .item {
        width: 100%;
        max-width: 330px
    }

    .funds__know h1,
    .bg-home-tilt-up h1 {
        font-size: 3em;
    }

    .contentCircle .CirItem {
        text-align: center;
    }

    .btns-control a img {
        max-width: 80px;
    }

    .dotCircle .itemDot > i {
        left: -13px;
        top: 90px;
        text-align: center;
    }

    .holderCircle {
        margin: 0 auto 20px;
        width: 320px;
        height: 320px;
    }

    .round {
        left: 25px;
        top: 25px;
        width: 270px;
        height: 270px;
    }

    .holderCircle::after {
        width: 100%;
        height: 100%;
    }

    .dotCircle {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .inner-circle-1 {
        height: 150px;
        width: 150px;
        top: 85px;
        left: 85px;
    }

    .inner-circle-2 {
        height: 50px;
        width: 50px;
        top: 135px;
        left: 135px;
    }

    .outer-circle-1 {
        height: 375px;
        width: 375px;
        top: -25px;
        left: -25px;
    }

    .outer-circle-2 {
        height: 500px;
        width: 500px;
        top: -90px;
        left: -90px;
    }

    .outer-circle-3 {
        height: 625px;
        width: 625px;
        top: -150px;
        left: -150px;
    }

    .outer-circle-4 {
        height: 750px;
        width: 750px;
        top: -215px;
        left: -215px;
    }
}
