@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,200;0,400;0,500;0,600;0,700;1,200;1,400;1,700&display=swap');

/* Definições */
:root {
    --black: #000000;
    --white: #FFFFFF;
    --off-white: #FAF7F6;
    --gray1: #F3F3F3;
    --gray2: #D6DDE5;
    --gray3: #616161;
    --gray4: #2D2D2D;
    --gray5: #333333;
    --yellow: #FFEE08;
    --yellowHover: #F3911C;
    --blue: #00ADEF;
    --blueHover: #0183b6;
    --green: #26DA69;
    --red: #F41A23;
}

:root {
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: "Poppins", sans-serif;
    color: var(--gray5);
    background-color: var(--white);
}

/* html, body {
    overflow-x: none !important;
} */

.f-ibm {
    font-family: "IBM Plex Mono", monospace;
}

.noscroll-x {
    overflow-x: hidden !important;
}

[class^="hover-"],
[class*=" hover-"] {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Reutilizavel */
.white {
    color: var(--white);
}

.bg-white {
    background-color: var(--white);
}

.black {
    color: var(--black);
}

.bg-black {
    background-color: var(--black) !important;
}

.yellow {
    color: var(--yellow);
}

a.yellow:hover,
a.yellow:focus {
    color: var(--yellowHover);
}

.fill-yellow {
    fill: var(--yellow);
}

.bg-yellow {
    background-color: var(--yellow);
}

.blue {
    color: var(--blue);
}

a.blue:hover,
a.blue:focus {
    color: var(--blueHover);
}

.bg-blue {
    background-color: var(--blue);
}

.green {
    color: var(--green);
}

a.green:hover,
.green:focus {
    color: var(--blue);
}

.bg-green {
    color: var(--green);
}

.border-green {
    border-color: var(--green) !important;
}

.red {
    color: var(--red);
}

a.red:hover,
.red:focus {
    color: var(--red);
}

.gray1 {
    color: var(--gray1);
}

.bg-gray1 {
    background-color: var(--gray1);
}

.gray2 {
    color: var(--gray2);
}

.bg-gray2 {
    background-color: var(--gray2);
}

.gray3 {
    color: var(--gray3);
}

.bg-gray3 {
    background-color: var(--gray3);
}

.gray4 {
    color: var(--gray4);
}

.bg-gray4 {
    background-color: var(--gray4);
}

.gray5 {
    color: var(--gray5);
}

.bg-gray5 {
    background-color: var(--gray5);
}

.border-gray5 {
    border-color: var(--gray5);
}

.fill-gray5 {
    fill: var(--gray5);
}

.border-1 {
    border: 1px solid transparent;
}

.border-1-tb {
    border: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.border-1-t {
    border: 0;
    border-top: 1px solid transparent;
}

.border-1-r {
    border: 0;
    border-right: 1px solid transparent;
}

.border-1-b {
    border: 0;
    border-bottom: 1px solid transparent !important;
}

.border-2-b {
    border: 0;
    border-bottom: 2px solid transparent;
}

.border-3-b {
    border: 0;
    border-bottom: 2px solid transparent;
}

.border-2-t {
    border: 0;
    border-top: 2px solid transparent;
}

.border-2-tb {
    border: 0;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

.border-2 {
    border: 2px solid transparent !important;
}

.border-3 {
    border: 3px solid transparent;
}

.border-4 {
    border: 4px solid transparent;
}

.border-5-t {
    border-top: 4px solid transparent;
}

.radius-2 {
    border-radius: 2px !important;
}

.radius-4 {
    border-radius: 4px !important;
}

.radius-6 {
    border-radius: 6px !important;
}

.radius-8 {
    border-radius: 8px !important;
}

.radius-10 {
    border-radius: 10px !important;
}

.radius-l-10 {
    border-radius: 10px 0 0 10px !important;
}

.radius-r-10 {
    border-radius: 0 10px 10px 0 !important;
}

.radius-16 {
    border-radius: 16px !important;
}

.radius-20 {
    border-radius: 20px !important;
}

.radius-24 {
    border-radius: 24px !important;
}

.radius-32 {
    border-radius: 32px !important;
}

.radius-36 {
    border-radius: 36px !important;
}

.radius-40 {
    border-radius: 40px !important;
}

.radius-48 {
    border-radius: 48px !important;
}

.radius50 {
    border-radius: 50% !important;
}

/***********************************/
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    height: 80px !important;
}

.modal-content {
    width: 790px;
}

.acf-map {
    width: 100%;
    height: 897px;
    border: 0;
}

.acf-map img {
    max-width: inherit !important;
}

.alm-btn-wrap .alm-load-more-btn.loading:before {
    background: transparent url('../img/loading.gif') no-repeat 50% !important;
    margin: 8px !important;
    background-size: 26px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.ajax-load-more-wrap.blue .alm-load-more-btn {
    background-color: var(--yellow) !important;
    border-radius: 32px !important;
    padding: 16px 24px !important;
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 700 !important;
    text-align: center !important;
    color: var(--white) !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
}

.ajax-load-more-wrap.blue .alm-load-more-btn:hover,
.ajax-load-more-wrap.blue .alm-load-more-btn:focus {
    background-color: var(--blue) !important;
    color: var(--white) !important;
}

.h-300px {
    height: 300px !important;
    object-fit: cover;
}

.opacity-1 {
    opacity: 10%;
}

.opacity-2 {
    opacity: 20%;
}

.opacity-3 {
    opacity: 30%;
}

.opacity-4 {
    opacity: 40%;
}

.opacity-5 {
    opacity: 50%;
}

.opacity-6 {
    opacity: 60%;
}

.opacity-7 {
    opacity: 70%;
}

.opacity-8 {
    opacity: 80%;
}

/********Navbar**********/
header {}

.navbar {
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar .navbar-brand {
    width: auto;
}

.nav-social {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
    align-items: center;
    gap: 12px;
}

.nav-social li a * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar .nav-social svg {
    width: 24px;
    height: 24px;
}

.navbar-items {
    text-align: center;
    margin: 0;
    padding: 0;
}

.navbar-items li {
    display: block;
    list-style: none;
}

.navbar-items li a {
    display: block;
    padding: 4px 0;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 163%;
    letter-spacing: 0.66px;
    color: #191818;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-items li a:hover,
.navbar-items li a:focus,
.navbar-items li.current-menu-item a {
    color: var(--blue);
}

.nav-social li a svg path {
    fill: var(--blue);
}

/* .home header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.home .navbar {
    background: transparent !important;
}

.home .menu-hamburger svg path {
    stroke: var(--white);
}

.home .nav-social li a svg path {
    fill: var(--white);
} */

.sec-topo {
    position: relative;
    /* min-height: 100vh; */
    /* background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; */
    /* display: flex; */
    /* align-items: flex-end; */
    padding-top: 0;
    padding-bottom: 60px;
}

.sec-topo .logo-sec {
    width: 700px;
    max-width: 100% !important;
    position: relative;
    top: -65px;
}

.nav-social li a:hover svg path {
    fill: var(--blue);
}

footer .nav-social li a svg path {
    fill: var(--white);
}

footer .nav-social li a:hover svg path {
    fill: var(--yellow);
}

/************Buttons*****************/
.btn {
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 0;
    font-weight: 600;
    font-family: "IBM Plex Mono";
    letter-spacing: -0.45px;
}

.btn-min {
    padding: 10px 12px;
}

.btn-medium {
    padding: 10px 20px;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23191818'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
    outline: none !important;
    box-shadow: none !important;
}

.btn-close:hover {
    opacity: 1;
}

.btn-border {
    border-radius: 60px;
    border: 2px solid transparent;
}

.btn-min.btn-border {
    border-radius: 20px;
    border: 1px solid transparent;
}

.btn-medium.btn-border {
    border-radius: 20px;
    border: 1px solid transparent;
}

.btn-yellow {
    color: var(--black);
    background-color: var(--yellow);
}

.btn-yellow:hover,
.btn-yellow:focus {
    color: var(--black);
    background-color: var(--yellowHover);
}

.btn-blue {
    color: var(--white);
    background-color: var(--blue);
}

.btn-blue:hover,
.btn-blue:focus {
    color: var(--white);
    background-color: var(--blueHover);
}

.btn-white {
    color: var(--black);
    background-color: var(--white);
}

.btn-white:hover,
.btn-white:focus {
    color: var(--white);
    background-color: var(--black);
}

.btn-outline-yellow {
    color: var(--white);
    background-color: transparent;
    border-color: var(--yellow) !important;
}

.btn-outline-yellow:hover,
.btn-outline-yellow:focus {
    color: var(--gray3);
    background-color: var(--yellow);
    border-color: var(--yellow) !important;
}

.btn-outline-blue {
    color: var(--gray3);
    background-color: var(--white);
    border-color: var(--blue) !important;
}

.btn-outline-blue:hover,
.btn-outline-blue:focus,
.btn-outline-blue.active {
    color: var(--white);
    background-color: var(--blue);
    border-color: var(--blue) !important;
}

.btn-outline-green {
    color: var(--gray3);
    background-color: var(--white);
    border-color: var(--green) !important;
}

.btn-outline-green:hover,
.btn-outline-green:focus,
.btn-outline-green.active {
    color: var(--white);
    background-color: var(--green);
    border-color: var(--green) !important;
}

.circle-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    max-width: 840px;
    /* tamanho do maior círculo */
    margin: 100px auto 0;
}

.circle-wrapper::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%);
    background-image: url('../img/icon-simbolo-vozes.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #000;
    transform: translate(-50%, -50%) scale(0);
    animation: wave 7s ease-out infinite;
    pointer-events: none;
}

.delay1 {
    animation-delay: 1.33s;
}

.delay2 {
    animation-delay: 2.66s;
}

@keyframes wave {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }

    10% {
        opacity: 0.06;
    }

    50% {
        opacity: 0.035;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

.sec-vozes {
    /* background-image: url('../img/bg-sound.png'); */
    background-image: url('../img/bg-top.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
}

.sec-vozes .item-content {
    position: absolute;
    z-index: 2;
    top: 0;
    width: calc(100% - 24px);
    padding: 300px 0 0;
    overflow: hidden;
}

.parallax-wrap {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parallax-wrap span {
    position: absolute;
    height: 120px;
    width: 120px;
    z-index: 3;
    border-radius: 100%;
    transition: transform 0.3s ease-out; /* suaviza o movimento */
    will-change: transform; /* melhora performance */
}

.parallax-wrap span:nth-child(1) {
    top: 5%;
    left: 5%;
}

.parallax-wrap span:nth-child(2) {
    top: 20%;
    left: 27%;
}

.parallax-wrap span:nth-child(3) {
    top: 24%;
    left: 53%;
}

.parallax-wrap span:nth-child(4) {
    top: 13%;
    left: 83%;
}

.parallax-wrap span:nth-child(5) {
    top: 50%;
    left: 10%;
}

.parallax-wrap span:nth-child(6) {
    top: 47%;
    left: 41%;
}

.parallax-wrap span:nth-child(7) {
    top: 45%;
    left: 65%;
}

.parallax-wrap span:nth-child(8) {
    top: 65%;
    left: 29%;
}

.parallax-wrap span:nth-child(9) {
    top: 60%;
    left: 80%;
}

.box-coralista-parallax img {
    opacity: 0.85;
    transition: opacity 0.3s ease-out; /* suaviza o movimento */
    will-change: opacity; /* melhora performance */
}

.box-coralista-parallax p {
    opacity: 0;
    transition: opacity 0.3s ease-out; /* suaviza o movimento */
    will-change: opacity; /* melhora performance */
}

.parallax-wrap span:hover .box-coralista-parallax img, .parallax-wrap span:hover .box-coralista-parallax p {
    opacity: 1;
}

.parallax-wrap span:hover {
    z-index: 4;
}

@media (max-width: 1199px) {
    .sec-vozes .item-content {
        padding: 100px 0 0;
    }

    .circle-wrapper::after {
        width: 100px;
        height: 100px;
    }

    .parallax-wrap span {
        height: 80px;
        width: 80px;
    }
}

@media (max-width: 1199px) {
    .sec-vozes .item-content {
        padding: 50px 0 0;
    }

    .circle-wrapper::after {
        width: 80px;
        height: 80px;
    }

    .parallax-wrap span {
        height: 60px;
        width: 60px;
    }

    .parallax-wrap span:nth-child(1) {
        top: 5%;
        left: 5%;
    }

    .parallax-wrap span:nth-child(2) {
        top: 13%;
        left: 21%;
    }

    .parallax-wrap span:nth-child(3) {
        top: 7%;
        left: 59%;
    }

    .parallax-wrap span:nth-child(4) {
        top: 13%;
        left: 76%;
    }

    .parallax-wrap span:nth-child(5) {
        top: 25%;
        left: 9%;
    }

    .parallax-wrap span:nth-child(6) {
        top: 28%;
        left: 40%;
    }

    .parallax-wrap span:nth-child(7) {
        top: 27%;
        left: 67%;
    }

    .parallax-wrap span:nth-child(8) {
        top: 38%;
        left: 24%;
    }

    .parallax-wrap span:nth-child(9) {
        top: 40%;
        left: 57%;
    }
}

/********Accordion**********/

.accordion-item {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--black);
    padding: 40px 0 36px;
    border-radius: 0 !important;
}

/* .accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
} */

.accordion-button {
    padding: 0 20px 0 0;
    border: 0;
    background: transparent;
    display: flex;
    justify-content: space-between;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    outline: none;
    box-shadow: none;
    /* color: var(--yellow); */
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    content: none;
}

.accordion-button p {
    width: calc(100% - 20px);
}

.accordion-button .icons {
    width: 20px;
}

.accordion-button .icons i {
    font-size: 20px;
}

.accordion-button .icons .icon-tiny-Close {
    display: none;
}

.accordion-button:not(.collapsed) .icons .icon-tiny-Close {
    display: block;
}

.accordion-button:not(.collapsed) .icons .icon-tiny-Chevron-down {
    display: none;
}

.accordion-body {
    padding: 24px 0 0;
}

/************Slide OWL*****************/
.owl-carousel {
    display: inline-block !important;
}

.owl-carousel .owl-item {
    /* -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9); */
    opacity: 0.5;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.owl-carousel .owl-item.active {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    color: var(--black-blue);
}

.owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.not-overflow .owl-carousel .owl-stage-outer {
    overflow: hidden;
}

.effect-opacity .owl-carousel .item {
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.effect-opacity .owl-carousel .active .item {
    opacity: 1;
}

.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-nav {
    margin-top: 0;
    height: auto;
    position: absolute;
    top: 50%;
    left: -5%;
    width: 110%;
    margin-top: -28px;
    display: none;
}

.owl-carousel .owl-nav button {
    width: 28px;
    height: 56px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px;
    cursor: pointer;
    margin: 0;
    border: 0;
    padding: 0;
    position: absolute;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    background-image: url('../img/arrow-owl-left.svg');
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
    background-image: url('../img/arrow-owl-right.svg');
}

/*************Style Slide TNS********************/
.tns-outer,
.slide-tns {
    position: relative;
}

.slide-tns .prev_next>div {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-size: 12px;
    background-position: center center;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-color: var(--yellow);
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slide-tns .prev_next>div:hover {
    background-color: var(--yellowHover);
}

.slide-tns .prev_next .prev {
    left: 40px;
    background-image: url('../img/arrow-owl-left.svg');
}

.slide-tns .prev_next .next {
    right: 40px;
    background-image: url('../img/arrow-owl-right.svg');
}

.tns-nav {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 999;
}

.tns-nav button {
    border: 1px solid var(--yellow) !important;
    height: 16px;
    width: 16px;
    margin: 0 8px;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.tns-nav button.tns-nav-active {
    background-color: var(--yellowHover);
}

.visible {
    display: block !important;
}

.hidden {
    display: none !important;
}

.ajusta-br br {
    display: none !important;
}

.bg-mask-top {
    background-image: url('../img/bg-top.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
}

/* .sec-topo:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(181deg, #191818 24.51%, transparent 70.46%), linear-gradient(172deg, #191818 6.25%, transparent 30.46%);
    background-blend-mode: multiply, multiply;
    z-index: 1;
} */

.box-vozes {
    background: transparent;
    display: block;
    padding-bottom: 14px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-vozes:hover, .box-vozes:focus, .box-vozes.active {
    background: #e6e6e6;
}

@media (max-width: 1900px) {

    .xl-ajusta-br br {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .md-ajusta-br br {
        display: none !important;
    }

    .md-radius-t-10 {
        border-radius: 10px 10px 0 0 !important;
    }

    .md-radius-b-10 {
        border-radius: 0 0 10px 10px !important;
    }
}

@media (max-width: 992px) {
    body {
        /* padding-top: 76px; */
    }

    .ajusta-br br {
        display: none !important;
    }

    .box_palestra .palestrante .avatar {
        margin: 0 auto;
    }
}

@media (max-width: 743px) {
    .sm-ajusta-br br {
        display: none !important;
    }
}