/* .container {
  max-width: 1152px;
  margin: 0 auto;
} */
body {
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
}
video {
    position: relative;
}

.nav-tabs {
    margin-top: 40px !important;
}


/* .default-btn {
    margin: 0 0 0 15px;
    padding: 8px 12px;
    float: left;
    text-align: center;
    text-decoration: none;
    transition: background 0.5s;
    border-radius: 10px;
} */

.slideshow-container {
    min-height: 370px;
}

.slideshow-container h2 {
    color: #e2056d;
    font-weight: bold;
}

#first-fold {
    z-index: 10;
}

#second-fold {
    padding-top: 10%;
    padding-bottom: 50px;
    background: #ffffff !important;
}

#divDocumentoIntegra h4 {
    font-size: 32px;
    font-weight: 500;
    font-family: 'General Sans', sans-serif;
    color: #474747;
}

@media screen and (max-width: 823px) {
    #second-fold {
        width: 100%;
        padding: 20% 5%;
        padding-top: 40px;
        padding-bottom: 5%;
    }
}


/* .menu-right {
  padding-left: 75%;
  padding-top: 1%;
} */

@media screen and (min-width: 1180px) and (max-width: 1200px) {
    /* .menu-right {
    padding-left: 70%;
    padding-top: 1%;
  } */
}

@media screen and (max-width: 1280px) and (max-height: 800px) {
    /* .menu-right {
    padding-left: 70%;
    padding-top: 1%;
  } */
}

@media screen and (max-width: 1024px) and (max-height: 800px) {
    /* .menu-right {
    display: none;
  } */
}

@media screen and (max-width: 1000px) {
    .menu-right {
        display: none;
    }
}

.text-bold {
    font-weight: bold;
}

#second-fold .text-bold {
    font-size: 26px;
    margin-bottom: 8px;
    font-weight: bold;
    color: #6d6d6d;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 20px;
    max-width: 135px;
    height: 34px;
}

hr {
    /* border: 1px solid #000; */
    background-color: #000;
    opacity: 0.2;
    margin: 40px 0;
}

.hidden {
    display: none;
}

.circulo {
    width: 25px;
    height: 25px;
    background-color: #430e5e;
    color: #fff;
    border-radius: 50%;
    margin-top: 1%;
    margin-right: 1%;
}

.icone {
    padding: 18%;
}

.select2-pink+.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #e2056d;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid;
    /*display: none;*/
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #fff;
    color: #e2056d;
}

.filter-panel {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.filter-block {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px;
}

.filter-panel .filter-icon {
    height: 30px;
}

.filter-panel .title {
    font-size: 18px;
    vertical-align: middle;
    font-weight: bold;
}

.filter-panel h2 {
    font-size: 14px;
    font-weight: bold;
}

.form-check {
    padding: 0px;
}

.form-check-input:checked+.form-check-label {
    color: black;
}

.checkbox {
    width: 100%;
    position: relative;
    display: block;
}

.checkbox input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
}

.checkbox label {
    position: relative;
}

.checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 15px;
    height: 15px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 1px solid #430e5e;
}

.checkbox label:after {
    content: "";
    display: block;
    width: 11px;
    height: 6px;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    will-change: transform;
    position: absolute;
    top: 7px;
    left: 6px;
}

.checkbox input[type="checkbox"]:checked~label::before {
    color: #7bbe72;
    background-color: #430e5e;
    border: 2px solid #430e5e;
}

.checkbox input[type="checkbox"]:checked~label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.checkbox label {
    min-height: 30px;
    display: block;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    vertical-align: sub;
    color: silver;
    font-size: 14px;
    padding-top: 5px;
}

.checkbox label span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.checkbox input[type="checkbox"]:focus+label::before {
    outline: 0;
}

.filter-result h1 {
    font-size: 26px;
    font-weight: bold;
    color: #6d6d6d;
}

.filter-result ul {
    margin: 0px;
    padding: 0px;
}

a.show-more {
    color: #ff5893;
    cursor: pointer;
    text-decoration: underline;
}

.filter-result ul {
    list-style: none;
    counter-reset: my-awesome-counter;
}

.filter-result ul li {
    counter-increment: my-awesome-counter;
    padding: 20px 0px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    color: #6d6d6d;
    margin: 0px;
    font-weight: 500;
}

.filter-result ul li:hover {
    color: #ff5893;
    cursor: pointer;
}


/* .filter-result ul li::before {
  content: counter(my-awesome-counter) ". ";
} */

.filter-result ul li:last-child {
    border: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #fff;
    color: #e2056d;
}

.bounce {
    top: 20px !important;
    animation: up 2s none;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-animation: up 2s;
    -moz-animation: up 2s;
    -o-animation: up 2s;
}

@-webkit-keyframes up {
    0% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes up {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes up {
    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes up {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.text-gray {
    color: grey;
}

#third-fold {
    padding-bottom: 60px;
}

#third-fold p {
    font-size: 16px;
    opacity: 0.7;
}

.nav {
    gap: 7px !important;
    justify-content: space-between !important;
}

.nav-tabs {
    border-bottom: 2px solid #dee2e6 !important;
    margin-bottom: 32px;
}

.text-title {
    font-size: 32px !important;
    margin-bottom: 8px !important;
}

.nav-tabs .nav-link {
    border: none !important;
}

.nav-tabs .nav-item {
    margin-bottom: -2px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    font-weight: 600 !important;
    color: #a6a6a6 !important;
    font-size: 14px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    /* color: #ff5893 !important; */
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 2px solid #ff5893 !important;
    color: #333333 !important;
}

a {
    color: #a6a6a6;
    text-decoration: none;
    background-color: transparent;
}

li a {
    text-decoration: none;
    color: inherit;
}

li a:hover {
    text-decoration: none;
    color: #ff5893;
}

.nav-link {
    cursor: pointer;
}

.lds-default {
    display: none;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 30px auto;
}

.lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ff005a;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}

.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}

.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}

.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}

.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}

.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}

.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}

.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}

.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}

.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}

.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}

.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}

@keyframes lds-default {
    0%,
    20%,
    80%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

select {
    border-radius: 10px !important;
}

.containerFiltro {
    align-items: center;
}

.form-group {
    margin-bottom: 0 !important;
}

.buttonContainer {
    display: flex;
    gap: 1rem;
}

.buttonAvancadoContainer {
    margin: auto;
    padding: 0.4rem 0.8rem;
}

.buttonFiltro {
    font-size: 14px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: none;
    outline: none;
    background: #ff005a;
    cursor: pointer;
    color: #ffffff;
}
.buttonFiltro.ButtonClean{
    border: 1px solid #ff005a;
    color: #ff005a;
    background: #ffffff;
}
.buttonFiltro.ButtonClean:hover{
    background-color :#ff005a ;
    color: #ffffff;
    border: 1px solid #ff005a;
    transition: all 0.3s linear;
}
.modal-title{
    padding: 5px;
}

#btnBuscar {
    border: 1px solid #ff005a;
    background: #ffffff;
    color: #ff005a;
}


/* Resposive Mobile */

.buttonFiltroModal {
    display: none;
}

.buttonMobile {
    background: none;
    border: none;
    outline: none;
    display: none;
    cursor: pointer;
}

button:focus {
    outline: none !important;
}

.icon-button-nav,
.icon-button-nav-closed {
    height: 35px;
    width: 35px;
    transition: all .3s linear;
}

#btnBuscar {
    flex: 1;
}

#btnBuscarAvancada {
    flex: 1;
    padding-left: 33px;
    padding-right: 33px;
}

.button-filtro-mobile {
    display: none;
}

.btn-link {
    padding: 0 !important;
}

.icon-user-gray {
    display: none;
}


/* MOBILE RESPONSIVE PAGES*/

.temaCheckbox {
    padding: 0;
}

.button-container-filtro {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.button-close-filtro {
    display: none;
}

.filtro-close {
    display: none !important;
}

@media(max-width: 1100px) {
    .icon-user-gray {
        display: block;
    }
    .button-close-filtro {
        display: block;
        background: none;
        border: none;
    }
    .filtro-close {
        margin: 10px auto;
        display: block !important;
    }
    #second-fold {
        padding: 15% 2%;
    }
    #second-fold .text-bold {
        font-size: 24px;
    }
    #second-fold .mt-5 {
        margin-top: 1rem !important;
    }
    .buttonContainer {
        max-width: 100%;
        margin: 0 auto;
    }
    .buttonFiltro {
        width: 152px;
        font-size: 14px;
        padding: 8px;
    }
    #tabUltimasAtualizacoes {
        margin-bottom: 16px !important;
        overflow: scroll;
        white-space: nowrap;
        flex-wrap: nowrap !important;
    }
    #third-fold .text-title {
        font-size: 27px !important;
    }
    #third-fold p {
        font-size: 14px;
    }
    .buttonMobile {
        display: block;
        position: absolute;
        right: 15px;
    }
    .header__menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .header__menu li {
        background: none;
        border-bottom: 1px solid #E1E1E1;
        width: 100%;
    }
    .header__menu li:last-child {
        border-bottom: none;
    }
    .header__menu li a strong,
    .time {
        color: #6C8080;
    }
    .nav {
        gap: 0 !important;
        padding-bottom: 0 !important;
    }
    .nav-tabs .nav-item {
        margin: 0 !important;
    }
    hr {
        margin-top: 20px;
    }
    .area-assinante,
    .logout {
        font-size: 14px;
        color: #ff005a !important;
        font-weight: 600;
    }
    .time {
        display: none;
    }
    .icon-user-white {
        display: none;
    }
    
    .btn {
        justify-content: flex-start;
    }
    [data-menu="mobile"] {
        opacity: 0;
        width: 100% !important;
        position: absolute !important;
        left: 0 !important;
        top: 64px !important;
        background: #ffffff;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        padding: 16px;
        pointer-events: none;
        visibility: hidden;
        transition: all .2s;
        transform: translate3d(0, -30px, 0);
    }
    /* nav-mobile-open */
    .nav-mobile-open [data-menu="mobile"] {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }
    .icon-button-nav[name="closed-outline"] {
        display: none;
        transition: all .3s linear;
    }
    .nav-mobile-open .icon-button-nav[name="closed-outline"] {
        display: block;
        transition: all .3s linear;
    }
    .nav-mobile-open .icon-button-nav[name="menu-outline"] {
        display: none;
        transition: all .3s linear;
    }
    .filter-modal {
        width: 100%;
        display: none;
        background: white;
        z-index: 1000;
        margin-bottom: 15px;
    }
    .filter-modal.active {
        display: block;
    }
    .filter-result h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .button-filtro-mobile {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 18px;
        border: none;
        background: none;
        color: #ff005a;
        font-weight: 600;
    }
    #third-fold hr {
        display: none;
    }
    .menu-icone {
        padding-top: 2%;
        padding-bottom: 2%;
        font-size: 24px;
    }
    #pr-titulo span {
        font-size: 12px;
    }
    #divDocumentoIntegra h4 {
        font-size: 28px;
    }
    .button:hover {
        background: none !important;
        text-decoration: none !important;
        border-radius: none !important;
        border: none !important;
        color: #d8054f !important;
        transition: all 0.2s linear;
    }
    #generic-modal {
        width: 341px !important;
        margin: 0px -170px !important;
    }
    #generic-modal p {
        font-size: 15px !important;
        padding: 18px 10px 30px 13px !important;
    }
}

@media(max-width: 760px) {
    .form-group {
        margin-bottom: 1rem !important;
    }
}