body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}

.header-mobile,
.header{
    position: absolute;
    z-index: 1;
}

.offcanvas-body {
    padding: 1.5rem .5rem;
}

.offcanvas-backdrop.show {
    opacity: 0.2;
}

.offcanvas-backdrop.fade{
    opacity: 0;
}

.offcanvas-body .nav-link{
    padding: 0.2rem 0.5rem 0.2rem 0.625rem;
}

.nav-info{
    display: block;
    max-width: 450px
}

.navbar .nav-logo {
    padding-right: 19px;
}

.btn-close{
    opacity: 1;
    color: #191A1B;
}

.page-category:hover{
    border-radius: 1.5rem;
    border: 0.063rem solid #EAEAEA;
    background-color: #EAEAEA;
}

.page-category{
    border-radius: 1.5rem;
    border: 0.063rem solid transparent;
    background-color: transparent;
}

.page-category-link{
    font-size: 1.125rem;
}

.page-name{
    border-radius: 2.438rem;
    border: 0.063rem solid #0154CF;
    background-color: transparent;
    color: #0154CF;
    font-size: 1.05rem;
}

.back{
    font-size: 1.125rem;
    color: #0154CF;
}

.menu-list{
    border-radius: 1.5rem;
    border: 0.063rem solid transparent;
}

.menu-list:hover{
    border: 0.063rem solid;
    border-radius: 1.5rem;
}

.navbar-toggler,
.navbar-toggler:focus-visible{
    border: none;
}
.navbar{
    --bs-navbar-toggler-focus-width: 0;
    --bs-navbar-active-color: #fff;
}
.navbar-toggler-icon{
    width: 1.2rem;
    height: 1.2rem;
}

.menu{
    font-size: 1.05rem;
    background-color: transparent;
}

.btn-close:focus{
    box-shadow: none;
}

.imgbox{
    display: grid;
    height: 100%;
}

.img-desktop{
    max-width: 100%;
    max-height: 100vh;
}

.img-mobile {
    width: 100%;
}

.offcanvas.offcanvas-start {
    width: 75%;
}

.nav-title-offcanvas{
    color: #000;
    font-size: 1.1rem;
}

.nav-subtitle{
    font-size: 1.25rem;
    color: #fff;
}

.dropdown-menu li {
    position: relative;
    border: 0.063rem solid transparent;
    border-radius: 0.75rem;
}

.cat:first-of-type{
    margin-top: 0.938rem;
}

.dropdown-menu{
    border: none;
    padding-top: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    padding: 0px 0.938rem 0.938rem 0.938rem;
    border-radius: 0.875rem;
}

.dropdown-item{
    color: #e9e0e0;
}

.menu-desktop .nav-menu{
    font-size: 1.125rem;
}

.nav-menu.show,
.nav-menu:hover,
.nav-menu:visited,
.nav-menu:target{
    border: 0.063rem solid;
    border-radius: 1.063rem;
}

.nav-menu{
    border: 0.063rem solid transparent;
    border-radius: 1.063rem;
}

.nav-link{
    padding: 0;
}

.dropdown-item{
    color: #000000;
}

.dropdown-toggle.show::after{
    -webkit-transform: rotate(225deg);
}

.dropdown-toggle::after {
    transition: 0.3s ease;
    -webkit-transform: rotate(45deg);
    height: 6px;
    width: 6px;
    border-left: none;
    border-top: none;
    border-right: 2px #fff solid;
    border-bottom: 2px #fff solid;
}

.cat-icon{
    transition: 0.3s ease;
    -webkit-transform: rotate(225deg);
    height: 6px;
    width: 6px;
    border-left: none;
    border-top: none;
}

.collapsed > .cat-icon{
    transition: 0.3s ease;
    -webkit-transform: rotate(45deg);
}

.accordion-button:hover .cat-icon,
.cat-btn .cat-icon{
    border-right: 2px #FFFFFF solid;
    border-bottom: 2px #FFFFFF solid;
}

.cat-icon{
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

.dropdown-menu.drop{
    left: 115%;
    top: -80%;
}

.options:active,
.options:hover,
.options:target,
.options.show{
    border-radius: 0.75rem;
    border: 0.063rem solid;
}

.options{
    border-radius: 0.75rem;
    border: 0.063rem solid transparent;
    cursor: pointer;
}

.arrow{
  width: 0.625rem;
  height: 0.625rem;
  margin: -5px 0 0 -5px;
  -webkit-transform: rotate(225deg);
  border-left: none;
  border-top: none;
  border-right: 0.125rem solid;
  border-bottom: 0.125rem solid;
}

.arrow,
.arrow:before{
  position: absolute;
  left: 90%;
}

.submenu-item:first-of-type{
    margin-top: 0.5rem;
}

.page-titulo > .titulo{
    color: #0154CF;
}

.home-contact {
    padding-top: 73px;
    padding-bottom: 58px;
}

.quem-somos .row{
    --bs-gutter-x: 0;
}

.quem-somos__content {
    margin-top: 5rem;
    max-width: 732px;
}

.servicos-cat{
    color: #0080FF;
    font-size: 1.25rem;
}

.servicos-descricao{
    color: #707070;
}

.servicos,
.news,
.quem-somos,
.contato{
    z-index: -3;
}

.servicos .card-text p{
    background-color: #FFFFFF;
    border: none;
}

.servicos-title{
    color: #0154CF;
    font-size: 2rem;
}

.servicos-card{
    border-radius: 0.75rem;
}

.servicos-fone{
    font-size: 2.375rem;
    text-decoration: none;
}

.servicos-fone-plantao{
    font-size: 1.75rem;
    text-decoration: none;
}

.news{
    background-color: #EFF2F5;
}

.icon-arrow{
    background-color: #fff;
}

section.contato,
section.servicos {
    padding-top: 28px;
}

.title{
    font-size: 2.5rem;
    border: 0.063rem solid;
    border-radius: 2.438rem;
    padding: 0.425rem 0;
    background-color: #fff;
    width: 50%;
}

.paginas-internas {
    margin-bottom: 198px;
}

.news-title{
    font-size: 1.5rem;
    text-decoration: none;
}

.news-info{
    font-size: 1rem;
    min-height: 60px;
}

.news__subtitle {
    padding-bottom: 85px;
}

.selecionada__content {
    padding-right: 58px;
}

.selecionada__last-news {
    padding-left: 72px;
}

.selecionada news-btn {
    margin-bottom: 85px;
    margin-top: 20px;
}

.selecionada .categories-list h3 {
    margin-bottom: 33px;
}

.lgpd,
.ouvidoria,
.policy,
.transparencia,
#quem-somos,
.news-page {
    margin-bottom: 243px;
}

.card-footer{
    border:none;
}

.card-header{
    border:none;
}

.news__post__share__btn,
.news-btn {
    display: inline-block;
    padding: .5rem 1.25rem;
    border-radius: 10rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.125rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    border: none;
    &:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10rem;
        z-index: -2;
    }
    &:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 100%;
        transition: all 0.2s ease;
        border-radius: 10rem;
        z-index: -1;
    }
    &:hover {
        color: #fff;
        &:before {
            width: 100%;
        }
    }
}

.news__post__share__btn{
    font-size: 0.875rem;
    padding: 6px 12px;
}

.news-btn:hover > .icon-arrow {
    transform: translateX(25%);
    transition: all 0.4s ease;
}

.news .card{
    background-color: #EFF2F5;
    border: none;
    max-width: 41.25rem;
}

.footer-brand{
    height: 5.125rem;
    width: 5.125rem;
}

.footer{
    background-color: #3F3F3F;
}

.footer-icons{
    font-size: 2.375rem;
    border-radius: 0.625rem;
    padding: 1rem 0;
    border: 0.063rem solid;
    width: 4.25rem;
}

.footer-info{
    text-decoration: none;
    color: #A0A0A0;
    font-size: 1.5rem;
}

span.contato-info,
span.footer-info {
    font-size: 1.2rem;
}

.footer-links{
    color: #ffffff;
    text-decoration: none;
}

.footer-text{
    color: #999999;
    font-size: 1rem;
}

.email-descricao{
    font-size: 1.2rem;
}

.footer .container ul li{
    list-style: none
}

.footer .container {
    padding: 67px 231px 41px 231px;
}

.footer .footer__address,
.footer .footer__second-image {
    margin-top: 57px;
}

.footer__links {
    margin-top: 136px;
    margin-bottom: 18px;
}

.footer .footer__phone {
    padding-top: 67px;
}

.footer .container ul{
    padding: 0;
}

.contato{
    background-color: #EFF2F5;
}

.contato__content {
    margin-top: 105px;
}

.contato-info{
    color: #0154CF;
    font-size: 1.5rem;
    text-decoration: none;
}

.contato-horario{
    font-size: 1.5rem;
    color: #707070;
}

.contato .form-floating .form-control{
    border: 0.063rem solid #585857;
    border-radius: 1rem;
}

.contato .container .text{
    font-size: 1rem;
    color: #707070;
}

.contato .container .text a{
    color: #0154CF;
}

.pages-btn-text{
    padding: 0rem 2.125rem;
    border: 0.063rem;
    color: #151515;
    font-size: 1.125rem;
}

.accordion-item{
    border: none;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-top-left-radius: 2.438rem;
    border-top-right-radius: 2.438rem;
    border-bottom-left-radius: 2.438rem;
    border-bottom-right-radius: 2.438rem;
}

.servicos > .nav > .active > a{
    color: #ffffff;
    border: none;
}

li[aria-selected=true] > a{
    color: #ffffff;
}

.accordion-button:not(.collapsed) {
    color: #010101;
    background-color: #ffffff;
    box-shadow: none;
}

.nav-pills .nav-link.active,
.accordion-button.cat-btn,
.accordion-button:hover{
    box-shadow: none;
    color: #ffffff;
    border-radius: 2.438rem;
    border: 0.063rem solid;
    padding: 0.125rem 0.75rem;
    text-decoration: none;
    font-size: 1.125rem;
}

.accordion-body a{
    padding: 0.125rem 0.75rem;
}

.img-responsive{
    max-width: 100%;
    max-height: 25rem;
    margin-bottom: 0.938rem;
}

.accordion-body .active{
    background-color: #EFF2F5;
    box-shadow: none;
    border-radius: 2.438rem;
    border: 0.063rem solid #EFF2F5;
    padding: 0.125rem 0.75rem;
    text-decoration: none;
    font-size: 1.125rem;
}

.quemsomos-nav:hover{
    color: #0154CF;
}

.quemsomos-nav{
    color: #010101;
}

.nav-pills .nav-link,
.quemsomos-nav{
    border: 0.063rem solid #ffffff;
    font-size: 1.125rem;
    padding: 0.125rem 0.75rem;
    border-radius: 2.438rem;
    color: #010101;
}

.servicos-nav:hover,
.quemsomos-nav:hover,
.servicos-item:hover{
    background-color: #EFF2F5;
    box-shadow: none;
    color: #0154CF;
    border-radius: 2.438rem;
    border: 0.063rem solid #EFF2F5;
    padding: 0.125rem 0.75rem;
    text-decoration: none;
    font-size: 1.125rem;
    margin: 0;
}

.accordion{
    --bs-accordion-btn-active-icon: none;
    --bs-accordion-btn-icon: none;
}

.accordion-button{
    font-size: 1.125rem;
    border-radius: 2.438rem;
    border: 0.063rem solid #ffffff;
    padding: 0.125rem 0.75rem;
    color: #151515;
}

.accordion-button:focus {
    box-shadow: none;
    border-color:#ffffff;
}

.accordion-button::after{
    color: #ffffff;
    border-color: #ffffff;
}

.subtitle-pages{
    color: #0154CF;
    font-size: 2.063rem;
}

.servicos .card{
    border: none;
}

.servicos-item{
    color: #010101;
    font-size: 1.125rem;
    border: 0.063rem solid #ffffff;

}

.list-group-item + .list-group-item{
    border-top-width: 0;
}

.servicos .servicos__accordion {
    border-right: 0.063rem solid #B1B1B1;
}

.servicos .servicos__accordion .accordion {
    width: 365px;
}

.servicos .breadcrumb li{
    color: #0154CF;
}

.ods div {
    margin: 90px 158px 0 158px;
    max-width: 1024px;
}

#whats-container {
    display: flex;
    flex-direction: column-reverse;
    position: fixed;
    max-width: 21.875rem;
    right: 1.25rem;
    top: 26%;
    z-index: 2;
}

#whats-container > .whats-btn {
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #01CF6F;
    color: #FFF;
    font-size: 32px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0.625rem;
    align-self: flex-end;
    justify-content: center;
    text-decoration: none;
}

#whats-container > .whats-btn > .icon-appear {
    animation: icon-appear .25s ease;
}


#whats-container > div:first-child {
    cursor: pointer;
}

#whats-container > #whats-content {
    display: flex;
    width: 100%;
    font-size: 14px;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
    transition: visibility 0s, opacity .25s ease;
    overflow-y: hidden;
    box-shadow: 2px 2px 4px #888;
    border-radius: 10px;
    position: absolute;
    min-width: 250px;
    right: 0;
    bottom: 65px;
}

#whats-container > #whats-content.hide-whats {
    display: none;
}

#whats-container > #whats-content > div {
    background-color: #1bb143;
    padding: 10px;
    width: 100%;
    display: flex;
    font-size: 16px;
    align-items: center;
}

#whats-container > #whats-content > div > i {
    font-size: 20px;
}

#whats-container > #whats-content span {
    width: 100%;
}

#whats-container > #whats-content > ul {
    background-color: #fff;
    padding: 0 0 10px 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#whats-container > #whats-content > ul > li {
    padding: 10px 10px 0 10px;
}

#whats-container > #whats-content > ul > li > a {
    color: rgba(0, 0, 0, .7);
    display: block;
    transition: none;
}

#whats-container > #whats-content > ul > li > a:hover {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}

div[vw-access-button].active{
    margin-right: 0.625rem;
}

div[vw].enabled{
    display: flex!important;
    margin: 0!important
}

.libras-container {
    right: 1.25rem!important;
    top: 44%!important;
    border-radius: 0.625rem;
    height: 3.75rem;
    min-width: 3.75rem!important;
    background-color: #2974e0;
    display: flex;
    align-items: center;
}

.news-page-title{
    font-size: 2.063rem;
}

.news-page-subtitle{
    font-size: 0.875rem;
    color: #000000;
}

.news-page .principal__categories {
    border-left: 0.063rem solid #B1B1B1;
}

.news-page .col-4 h3{
    font-size: 1.625rem;
}

.last-news-title{
    font-size: 1rem;
    color: #000000;
}

.principal .news-cat::before,
.selecionada .news-cat::before {
    content: "\2022";
    margin-right: 10px;
    font-size: 1.25rem;
}

.principal .title_news{
    font-size: 1.625rem;
}

.principal .list-news__title{
    font-size: 1.75rem;
}

.list-news__data{
    font-size: 0.875rem;
}

list-news__content{
    font-size: 1.25rem;
}

.principal .list-news .list-news__group{
    margin: 55px 50px 0 0;
    padding-bottom: 55px;
    border-bottom: 1px solid #ABABAB;
}

.principal .principal__categories {
    padding-left: 75px;
}

.principal .list-news .list-news__group .list-news__group__btn {
    text-align: right;
}

.principal .list-news__group:last-of-type{
    border-bottom: none;
}

.news-btn,
.icon-back{
    cursor: pointer;
}

.selecionada .last-news-data{
    font-size: 0.688rem;
    color: #000000;
}

.selecionada .news-btn{
    max-width: 180px;
}

.contato .news-btn {
    width: 234px;
}

.last-news{
    font-size: 1.625rem;
}

.last-news-subtitle{
    font-size: 0.75rem;
    color: #000000;
}

.news-page .row .col-md-4{
    border-left: 0.063rem solid #B1B1B1;
}

nav[role=navigation] span,
nav[role=navigation] a{
    border: none !important;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
}

.content-overflow {
    overflow: hidden;
    height: 100%;
}

.box {
    background: #fff;
    margin: 0.938rem 0px;
}

.box .content {
    background-color: white;
    padding: 5px;
    height: 250px;
    box-shadow: 0px 0px 5px 0px #c1c1c1;
    cursor: pointer;
    position: relative;
}

.box .content .description {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 5px;
    color: #eee;
    font-size: 16px;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    width: calc(100% - 10px);
}

.box .content .img-gallery {
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: transform 0.2s;
}

.blueimp-gallery > .title{
    padding: 0 1rem;
}

.box .content .img-gallery:hover {
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.icon-arrow-left{
    background-color: #ffffff;
}


.img-mobile{
    display: none;
}

.offcanvas-body .icon{
    width: 15px;
}


.img-desktop {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}

.imgbox {
    display: grid;
    height: 100%;
}

.carousel {
    z-index: 0;
}

.carousel-indicators{
    list-style-type: none;
}

.slide_text{
    height: 50vh;
}

.slide_text_btn{
    border: 1px solid;
    font-size: 1.25rem;
    border-radius: 1.063rem;
}

.alert-btn{
    border: none;
    background-color: transparent;
    font-size: 1.313rem;
    opacity: 0.8;
}

.attendant_list_container + .help-block  {
    margin-left: 0;
}

#custom-form > * {
    margin-top: 24px;
    margin-bottom: 24px;
}

#custom-form .form-group > div > *,
#custom-form .form-group > div {
    width: 100%!important;
}

#custom-form .form-group:not(.aceite-termos-container) > label {
    font-weight: bold;
}

#custom-form .attendant_list_container {
    margin-top: 12px;
}

#custom-form .attendant_list_container > label {
    font-weight: bold;
}

legend.hidetitle {
    display: none;
}

fieldset.hidetitle {
    padding: 15px;
}

@media(min-width: 992px){
    .policy .container{
        padding: 2.813rem;
    }

    .news-col:first-child{
        border-left: none;
    }

    .news-col{
        border-left: 0.063rem solid #B1B1B1;
    }
}

@media(min-width: 320px) and (max-width: 768px){
    .news-btn{
        font-size: 1.125rem;
    }
}


@media(max-width: 992px){
    .container {
        padding-left: 38px;
        padding-right: 38px;
    }

    .news .row .col-lg-6:first-child{
        border-right: none;
    }

    section.contato,
    section.servicos {
        padding-top: 0;
    }

    .title {
        width: 85%;
    }

    .paginas-internas {
        margin-top: 75px;
        margin-bottom: 0;
    }

    .subtitle-pages {
        margin-bottom: 27px;
    }

    .subtitle-pages + img {
        margin-bottom: 37px;
    }

    .transparencia .news-btn,
    .policy .news-btn,
    .lgpd .news-btn,
    .ouvidoria .news-btn,
    #quem-somos .news-btn,
    #servicos .news-btn{
        margin-top: 88px;
        margin-bottom: 105px;
    }

    .principal .list-news .list-news__group {
        padding-bottom: 30px;
        margin: 30px 0 0 0;
    }

    .news-page .principal__categories {
        border: none;
    }

    .principal .principal__categories {
        margin-top: 103px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .principal__news nav {
        margin-top: 103px;
    }

    .news-page > .news-btn {
        margin-top: 120px;
        width: 191px;
    }

    .lgpd,
    .ouvidoria,
    .policy,
    .transparencia,
    #quem-somos {
        margin-bottom: 0;
    }

    .news-page {
        margin-bottom: 175px;
    }

    .news-page .selecionada {
        padding: 14px;
    }

    .news__subtitle {
        padding-bottom: 42px;
    }

    .selecionada__content {
        padding-right: 0;
    }

    .selecionada__last-news {
        padding-left: 26px;
        padding-right: 26px;
    }

    .selecionada .categories-list {
        padding-top: 134px;
    }

    .selecionada__last-news > .news-btn {
        margin-top: 93px;
    }

    .selecionada + .news-btn {
        margin-top: 67px;
    }

    .quem-somos .tab-pane:not(:first-of-type) {
        padding-top: 50px;
    }
}

@media(max-width: 768px) {
    .news-page.container {
        padding-left: 26px;
        padding-right: 26px;
    }

    .quem-somos__content {
        margin-top: 5.375rem;
    }

    .home-contact {
        padding-top: 50px;
        padding-bottom: 21px;
    }

    .servicos-fone-plantao {
        font-size: 1.5rem;
    }

    section .title h1 {
        font-size: 1.563rem;
    }

    .servicos-title {
        font-size: 1.75rem;
    }

    a.servicos-fone-plantao {
        font-weight: 600;
    }

    .contato-horario{
        font-size: 1.1rem;
    }

    .footer__links > li:not(:last-of-type) {
        border-bottom: 0.063rem solid #707070;
    }

    .footer-links {
        padding: 1.188rem;
        font-size: 1.25rem;
    }

    .footer .container {
        padding: 54px 38px 44px 38px;
    }

    .footer-info{
        font-size: 1.125rem;
    }
    .img-responsive {
        max-width: 100%;
    }

    .quem-somos{
        border: none;
    }

    .nav-title{
        font-size: 1.1rem;
    }

    #whats-container{
        top: 15%;
    }

    .libras-container{
        top: 38%;
    }
    .img-mobile{
        display: block;
        width: 100%;
    }
    .img-desktop {
        display: none;
    }

    .ods div{
        margin: 70px 0 0 0;
    }

    .ods div img{
        max-height: 60px;
    }

    .footer-brand{
        height: 2.813rem;
        width: 2.813rem;
    }

    .news-page .row .col-md-4{
        border: none;
    }

    .selecionada .last-news-data,
    .last-news-subtitle{
        font-size: 0.875rem;
        font-weight: normal;
    }

    .selecionada .news-page-title{
        font-size: 1.5rem;
    }

    .selecionada .news-btn{
        max-width: 295px;
    }

    .principal .list-news__title{
        font-size: 1.25rem;
    }

    .footer .footer__phone {
        padding-top: 39px;
    }

    .footer-info.fone {
        font-size: 1.5rem;
    }

    .footer .footer__address {
        margin-top: 38px;
    }

    .footer__links {
        margin-top: 108px;
        margin-bottom: 43px;
    }
}

@media(min-width: 768px) and (max-width: 1370px){
    .nav-info{
        display: none;
    }
}

@media all and (min-width: 992px) {
	.dropdown-menu li{
         position: relative;
    }

	.nav-item .submenu{
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover > .submenu{
        display: block;
    }
}

@media (max-width: 456px){
    .objetivos{
        height: 60px;
        width: 60px;
    }

    .footer-icons {
        font-size: 2rem;
        padding: 0.5rem 0;
        width: 3rem;
    }
}

@media(max-width: 425px){
    .servicos .servicos-fone{
        font-size: 1.375rem;
    }
    .servicos .servicos-fone-plantao{
        font-size: 1.300rem;
    }
}
