@import url("open-iconic/font/css/open-iconic-bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import "typography.css"

:root {
    --primary-color: #0064cd;
}

html,
body {
    font-family: "Montserrat", sans-serif;
    height: 100%;
}

.hierarquia {
    margin-left: 10px;
}

.client-side-menu {
    list-style: none;
}

    .client-side-menu li a {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        /* identical to box height */

        letter-spacing: 0.1px;
        color: #979797;
    }

    .client-side-menu li.active a {
        color: #003264;
    }

.palestrantes-card {
    height: 300px;
    /*max-width: 200px;*/
    border-radius: 3px;
}

.banner-home {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: auto;
    display: flex;
    flex-direction: column;
}

.banner {
    display: grid;
    grid-template-rows: 100%;
}

.banner-pic {
    width: 100%;
    height: 100%;
    grid-row: 1/2;
    grid-column: 1/2;
    max-height: 740px;
    display: flex;
    justify-content: center;
}

    .banner-pic img{
        aspect-ratio:16/9;
        background-color:#c4c4c4;
        max-width:1440px;
        max-height:720px;
    }

    .banner-link {
        z-index: 2;
        grid-row: 1/2;
        grid-column: 1/2;
        height: 55px;
        align-self: end;
    }

.home-title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 106.9%;
    /* or 43px */

    color: #1f3763;
}

.home-info-compl {
    font-family: "Montserrat";
    font-style: normal;
    font-size: 24px;
    line-height: 29px;
    color: #ffffff;
}

.mobile-none {
    display: flex;
}

/*.dropdown {
    z-index: 9999;
}*/

h1:focus {
    outline: none;
}

button:focus {
    outline: none !important;
    box-shadow: 0 0 0 0 !important;
}

.dropdown-toggle::after {
    color: white;
}

.navbar-light .navbar-toggler {
    border-color: transparent !important;
}

.navbar-toggler-icon {
    background-image: url("../img/menu-icon.svg") !important;
}

.navbar-collapse {
    transform: none !important;
    transition: none !important;
}

.text-abrainc-primary {
    background: url("../img/arrow-bg.png");
    background-size: 100% 100%;
    color: var(--primary-color) !important;
    padding: 10px 25px 10px 10px;
}

.text-saibamais {
    padding: 10px 20px 10px 10px;
}

.text-abrainc-primary-dark {
    color: #003264 !important;
}

.text-muted {
    color: #d0d0d0 !important;
}

a,
.btn-link {
    color: #0071c1;
}

a {
    text-decoration: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.bg-abrainc-primary {
    background-color: var(--primary-color) !important;
}

.bg-abrainc-primary-dark {
    background-color: #003264 !important;
}

.box-shadow-inset{
    box-shadow: 0px -4px 4px 0px #00000040 inset;
}

.btn-abrainc-yellow{
    background-color: #F1D02D;
    border-radius: 8px;
    color: #003264;
    font-weight: 700;
    box-shadow: 0px -4px 4px 0px #00000040 inset;
}

.btn-abrainc-yellow:hover{
    color: #003264!important;
}

.btn-abrainc-light-green{
    background-color: #A3EFD1;
    border-radius: 8px;
    color: #003264;
    font-weight: 700;
    box-shadow: 0px -4px 4px 0px #00000040 inset;
}

.btn-abrainc-light-green:hover{
    color: #003264!important;
}

.btn-abrainc-putline-light-green{
    border: 1px solid #A3EFD1;
    border-radius: 8px;
    color: #A3EFD1;
    box-shadow: 0px -4px 4px 0px #00000040 inset;
}

.btn-abrainc-putline-light-green:hover{
    color: #003264!important;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type="checkbox"]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred.";
    }

.bg-config-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.text-abrainc-green-water {
    color: #a3efd1 !important;
}

.bg-abrainc-green-water {
    background-color: #a3efd1 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.btn-abrainc-green-water {
    background-color: #a3efd1;
    color: #003264;
    font-weight: 500;
    border-radius: 8px;
}

.btn-abrainc-primary {
    background-color: white !important;
    border-radius: 8px !important;
    color: var(--primary-color) !important;
}

.fs-18 {
    font-size: 18px !important;
}

.btn-abrainc-primary-dark {
    background-color: white !important;
    border-radius: 8px !important;
    color: #003264 !important;
    /* height: 48px; */
}

.btn-abrainc-primary-outlined {
    background-color: transparent;
    border: 1px solid #1f3763;
    color: #1f3763;
    border-radius: 0px;
}

/*START: NAV NEXT CLOSED - EVENTS */
#navNextClosedEvents hr.border-nav {
    height: 2px !important;
    background-color: rgba(51, 51, 51, 0.42);
    opacity: 1;
    width: 95% !important;
    margin-left: 2.7rem !important;
}

#navNextClosedEvents .nav-item a {
    color: rgba(0, 0, 0, 0.4) !important;
    line-height: 15px;
}

#navNextClosedEvents .navbar {
    border-bottom: 1px solid rgba(51, 51, 51, 0.42);
}

#navNextClosedEvents .nav-item.active a {
    color: #000 !important;
    font-weight: 700 !important;
    /* border-bottom: 3px solid var(--primary-color); */
}

#navNextClosedEvents .nav-item hr {
    display: none;
}

    #navNextClosedEvents .nav-item hr.active {
        background-color: var(--primary-color);
        height: 3px;
        opacity: 1;
        border-radius: 20px;
        margin-top: 0px;
        width: 108px;
        display: block;
        max-width: 100%;
        margin-left: 8px;
    }

.next-closed-events-tabs .events-tab.active:not([data-tab]) {
    display: block;
}

.next-closed-events-tabs .events-tab:not([data-tab]) {
    display: none;
}

/*END: NAV NEXT CLOSED - EVENTS */

/*START: OWLCAROUSEL CONFIG */
#nextClosedEventsSection .row {
    --bs-gutter-x: 0 !important;
}

.owl-dots {
    margin: auto !important;
    text-align: center;
}

    .owl-dots .owl-dot {
        width: 10px;
        height: 3px !important;
        background-color: rgba(221, 221, 222, 0.6) !important;
        border-radius: 20px;
        margin: 0px 3px;
    }

        .owl-dots .owl-dot.active {
            background-color: #0064cd !important;
            width: 40px !important;
        }

/*END: OWLCAROUSEL CONFIG */

/* START: PARTNER INDEX - SECTION */
#partersSameSide {
    
}

    #partersSameSide h1 {
        line-height: 64px;
    }

    #partersSameSide .know-more {
        margin-top: -10px !important;
    }

/* END: PARTNER INDEX - SECTION */

/* START: HOME */
/* #homeSection {
    margin-top: -90px;
    z-index: -1;
} */

.bg-cover-config {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* .banner-primary-home{
    height: 50vw!important;
} */

#homeSection .group-summit-img {
    /* position: absolute; */
    padding-top: 39rem;
}

    #homeSection .group-summit-img img:nth-child(2) {
        margin-left: -60px;
    }

    /*#homeSection .group-summit-img small {
    position: absolute;
    margin-top: -29px;
}*/

    #homeSection .group-summit-img small:nth-child(1) {
        margin-left: -145px;
    }

    #homeSection .group-summit-img small:nth-child(2) {
        margin-left: 30px;
    }

#homeSection .next-events {
    /* margin-top: 35vw; */
}

.banner-primary-home {
    /* background-attachment: fixed; */
}

/* END: HOME */
@media (max-width: 768px) {
    #partersSameSide h1 {
        line-height: 25px;
    }

    #dropdownClientNavMob .dropdown-menu {
        left: -32%;
    }

    #homeSection .group-summit-img {
        padding-top: 52rem;
    }

    .mobile-none {
        display: none;
    }

    .banner-home {
        min-height: auto;
    }

    .banner-pic img{
        aspect-ratio: 1/1;
    }
}

.show-animate {
    animation: Show 1 0.5s;
}

.hidden-animate {
    animation: Hidden 1 1s;
}

@media (max-width: 992px) {
    .next-closed-events-tabs {
        margin-top: -25px;
    }
}

@keyframes Show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes Hidden {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Style the tab */
.tab {
    overflow: hidden;
    border-bottom: 1px solid #ddddde;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        /* identical to box height, or 150% */

        text-align: center;
        /* Gray 4 */

        color: #bdbdbd;
        /* identical to box height, or 150% */

        text-align: center;
        width: 50%;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            border-bottom: 1px solid #003264;
            color: #003264;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

    .tabcontent.active {
        display: block;
    }

.card-login {
    width: 50%;
}

@media (max-width: 1060px) {
    .card-login {
        width: 75%;
    }
}

.login-label {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    /* #333333 */

    color: #333333;
}

.login-input {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10.3191px;
    gap: 8.6px;
    width: 100%;
    height: 38.64px;
    background: #ffffff;
    /* #333333 */

    border: 1.71984px solid #333333;
    border-radius: 4.29961px;
}

    .login-input:disabled {
        background-color: #c4c4c4;
        color: white;
    }

    .login-input.modified.valid {
        outline: 1px solid #26b050;
    }

.login-check {
    margin-right: 5px;
}

.login-label-check {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    /* #003264 */

    color: #003264;
}

.login-link {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    /* #003264 */

    color: #003264;
}

.btn-log-cad {
    color: white;
    background: #0064cd;
    border-radius: 8px;
    width: 100%;
    border: none;
    padding: 10px;
    margin-top: 10px;
}

    .btn-log-cad:disabled {
        background: #3f95ef;
    }
/* #internEventSection {
    margin-top: -90px;
    z-index: -1;
} */
.group-summit-img {
    position: absolute;
    margin-top: -150px !important;
}

    .group-summit-img img:nth-child(2) {
        margin-left: -60px;
    }

    .group-summit-img small {
        position: absolute;
        margin-top: -29px;
    }

        .group-summit-img small:nth-child(1) {
            margin-left: -145px;
        }

        .group-summit-img small:nth-child(2) {
            margin-left: 30px;
        }

.description-container {
    color: #666666;
}

    .description-container h5 {
        color: #333333 !important;
    }

.line {
    height: 3px;
    background-color: #003264;
    opacity: 1;
}

#aboutEventIntern .line,
#moreInfosEventIntern .line {
    background-color: #003264;
}

.event-banner {
    height: 50vw;
}

.border-palestrante-description {
    width: 30px;
    background-color: #003264;
    opacity: 1;
    height: 1.84px;
}

.palestrantes-description {
    border-radius: 3.68px;
    height: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}

    .palestrantes-description p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin: 0;
        margin-bottom: 5px;
    }

.palestrante-description-func {
    font-size: 12px !important;
    line-height: 15px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 400;
    margin-top: 15px;
}

.programacao-container .line-programacao {
    height: 3px;
    background-color: #a3efd1;
    opacity: 1;
}

#programationEventIntern {
    background-color: #1f3763;
}

    #programationEventIntern .line {
        background-color: #a3efd1;
    }

.title-programation {
    color: #a3efd1;
}

.circle-programation {
    border: 6px solid #a3efd1;
    aspect-ratio: 3/3;
    /* width: 280px; */
    /* height: 280px; */
    max-width: 280px;
}

    .circle-programation h1 {
        font-size: 60px;
    }

.programation-card .details h6 {
    font-size: 18px;
}

.btn-details {
    border: 1px solid #fff;
    width: 180px;
    max-width: 100%;
    font-size: 14px;
    border-radius: 0px;
}

.btn-abrainc-green-water {
    font-size: 16px;
    width: 369px;
    max-width: 100%;
}

.local-infos p {
    font-size: 16px;
}

.ingressos-card .line {
    background-color: #0064cd !important;
}

.title-ingresso {
    color: #414141;
}

.price-quantity p {
    font-size: 14px;
}

.btn-count {
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 4.4px;
    width: 30px;
    height: 30px;
}

    .btn-count:disabled {
        opacity: 0.5;
    }

.tipo-ingressos {
    border-bottom: 1px solid rgba(224, 224, 224, 0.4);
}

.codigo-promocional-input {
    border: none !important;
    border-bottom: 1px solid #d5dde0 !important;
    border-radius: 0px !important;
    padding-left: 0px;
    width: 310px;
    max-width: 100%;
    font-size: 16px;
    background-color: transparent !important;
    text-transform: uppercase;
}

.color-333 {
    color: #333333 !important;
}

/* MODAL - PROGRAMACAO */
.modal-content {
    border-radius: 16px !important;
    border: none !important;
    max-width: 473px;
    margin: auto !important;
    padding: 0.5rem 0.2rem;
}

.modal .modal-header,
.modal .modal-footer {
    border: 0;
}

.modal .modal-body h3 {
    line-height: 34px;
}

.modal .modal-body hr {
    height: 3px;
    opacity: 1;
    width: 90%;
    background-color: var(--primary-color);
}

.modal .modal-container-description {
    font-size: 16px;
}

.desk {
    display: block;
    width: 100%;
}

.mobile {
    display: none;
}

.nav-menu {
   background-color:#003264;
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    /*backdrop-filter:brightness(0.5)*/
}

.nav-menu-light {
    height: auto !important;
}

    .nav-menu-original #dropdownClientNavMob > button > img.icon-nav-link.user-blue-icon,
    .nav-menu-light #dropdownClientNavMob > button > img.icon-nav-link.user-icon,
    body > nav.nav-menu-light > div.desk > ul > li:nth-child(7) > div > button > img.icon-nav-link.user-icon,
    body > nav.nav-menu-original > div.desk > ul > li:nth-child(7) > div > button > img.icon-nav-link.user-blue-icon {
        display: none !important;
    }
    /* .nav-menu-light #dropdownClientNavMob .icon-nav-link .user-icon,
.nav-menu-original #dropdownClientNavMob .icon-nav-link .user-blue-icon{
  display: none!important;
} */

    .nav-menu-original .home-link,
    .nav-menu-light .home-logo-link {
        display: flex;
    }

    .nav-menu-light .home-link,
    .nav-menu-original .home-logo-link {
        display: none;
    }

    .nav-menu-light .mobile  {
        color: #003264 !important;
    }

.btn-open-mobile-menu {
    color: white !important;
}

.nav-menu-light .nav-link-list {
    padding: 0px !important;
}

.nav-menu-light {
    background-color: white !important;
}

.nav-link-list {
    list-style: none;
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin:0;
}

.nav-link-item {
    /* color: #ffffff; */
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
}

    .nav-link-item a {
        color: white;
    }

        .nav-link-item a:hover, 
        .nav-link-item a:focus{
            color: white !important;
        }

    .nav-menu-light {
        top: 0 !important;
    }

    .nav-menu-light .nav-link-item a {
        color: #333333 !important;
    }

.vr {
    border-left: solid 2px white;
    padding-left: 15px;
}

.btn-open-mobile-menu {
    border: none;
    background-color: transparent;
    color: white;
    display: flex;
    align-items: center;
    width: 75px;
    height: 50px;
}

    .btn-open-mobile-menu i {
        width: 1.5em !important;
        height: 1.5em !important;
        font-size: 30px;
    }

.fs-30-20 {
    font-size: 30px;
}

.fs-32-24 {
    font-size: 32px;
}

@media (max-width: 768px) {
    .event-banner {
        height: 578px;
    }

    .fs-30-20 {
        font-size: 20px;
    }

    .fs-32-24 {
        font-size: 24px;
    }

    .group-summit-img {
        margin-top: -100px !important;
    }

    .event-banner {
        background-position: unset !important;
    }

    p {
        font-size: 14px;
    }

    h5 {
        font-size: 18px;
    }

    .map {
        aspect-ratio: 3/4;
    }

    .desk {
        display: none;
    }

    .mobile {
        display: flex;
        justify-content: end;
        padding: 10px 0;
        width: 100%;
    }

    .nav-menu {
        height: 75px;
    }

    .banner-home{
        height:auto;
    }
}

@media (max-width: 600px) {
    .count-text {
        font-size: 14px !important;
    }

    .input-counter-base {
        font-size: 18px;
    }

    .input-count-total-dinheiro {
        width: 110px;
    }

    .iframe-container iframe {
        min-height: 450px !important;
    }

    /*.nav-menu {
        position: absolute;
    }*/
}

.description-prog {
    font-size: 14px;
}

@media (min-width: 769px) {
    h5 {
        line-height: 43px;
    }

}

@media (max-width: 1199px) {
    .row-about-ingressos-card .about-ingressos-col:nth-child(1) {
        order: 2;
    }
}

@media (min-width: 1200px) {
    .ingressos-card {
        margin-top: -178px !important;
        float: right !important;
    }
}

@media (max-width: 1199px) {
    .row-about-ingressos-card .about-ingressos-col:nth-child(1) {
        order: 2;
    }
}

@media (min-width: 990px) and (max-width: 1199px) {
    .programation-card .title-prog {
        font-size: 50px !important;
    }

    .programation-card .description-prog {
        font-size: 12px !important;
    }
}

.iframe-container iframe {
    width: 100%;
    height: 100%;
    min-height: 250px;
}

:is(#carouselEvents, #carouselEventsEncerrados) .carousel-indicators button {
    background-color: rgba(221,221,222,0.24) !important;
}

:is(#carouselEvents, #carouselEventsEncerrados) .carousel-indicators .active {
    background-color: #ffffff !important;
}

:is(#carouselEventsCardsEncerrados,#carouselEventsCardsProximos) .carousel-indicators {
    bottom: -49px !important;
}

    :is(#carouselEventsCardsEncerrados,#carouselEventsCardsProximos) .carousel-indicators button {
        background-color: rgba(221,221,222,0.60) !important;
    }

:is(#carouselEventsCardsEncerrados,#carouselEventsCardsProximos) .carousel-indicators .active{
  background-color: #0064CD!important;
}

#carouselEdicoesPassadas .carousel-control-prev, 
#carouselEdicoesPassadas .carousel-control-next{
  position: relative!important;
  width: auto!important;
}
#carouselEdicoesPassadas .carousel-control-prev .carousel-control-prev-icon,
#carouselEdicoesPassadas .carousel-control-next .carousel-control-next-icon{
    width: 9px;
    height: 13px;
}

#carouselEdicoesPassadas .carousel-control-prev .carousel-control-prev-icon{
    background-image: url('/img/arrow-left-blue.png')!important;
}
#carouselEdicoesPassadas .carousel-control-next .carousel-control-next-icon{
    background-image: url('/img/arrow-right-blue.png')!important;
}

.icon-card{
    color:#c4c4c4;
    margin:0;

}

.icon-card i{
    font-size: 70px;
}

.card-numbers {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.card-numbers-icon{
    font-size:35px;
}
.card-numbers-text{
    font-size:14px;
}

.card-numbers-value{
    font-size: 28px;
    margin:0;
}

.max-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (min-width:768px) {
    .banner-min-height {
        height: 100px;
    }
}

#accordionDuvidasEvento .accordion-item{
    border: none!important;
}
#accordionDuvidasEvento .accordion-button{
    color: #003264!important;
    font-weight: 500!important;
    font-size: 16px!important;
}
#accordionDuvidasEvento .accordion-button::after{
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM9.65 12.65L6.86 9.86C6.54 9.54 6.76 9 7.21 9H12.8C13.25 9 13.47 9.54 13.15 9.85L10.36 12.64C10.16 12.84 9.84 12.84 9.65 12.65Z' fill='%23003264'/%3E%3C/svg%3E%0A")!important;
}