*,
.aside-wp-nav ul,
.button-next,
.button-prev {
    padding: 0
}

.about-wrapper-text,
.services-wrapper,
section.history .history-wrapper {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15)
}

.gmap_canvas,
.overflow-hidden {
    overflow: hidden
}

*,
.btn-outline-secondary a,
.hm-blog-post {
    text-decoration: none
}

#searchsubmit,
.hm-pags-paginacao .page-numbers {
    letter-spacing: 0;
    text-align: center;
    padding: 0 10px
}

* {
    margin: 0;
    box-sizing: border-box
}

body {
    background-color: #edf0f3;
    font-family: Eudoxus;
    overflow-x: hidden
}

.page h1,
.page h2,
.page h3,
b {
    font-family: EudoxusBold
}

.dropdown .menu-item a {
    min-width: 250px;
    color: var(--vs-primary) !important;
    transition: .3s
}

.text-icon,
a,
h2.title.revert,
section.banner .top-banner,
section.banner .top-banner p {
    color: #fff
}

.header-wrapper .dropdown:hover .dropdown-menu {
    display: block;
    transition: .4s;
    margin-top: 0
}

.dropdown .menu-item a:hover {
    color: var(--bs-pink) !important
}

.dropdown ul li {
    min-width: 250px;
    padding: 10px 20px
}

.dropdown ul {
    list-style: none;
    padding: 0
}

.aside-wp-nav ul li {
    margin-bottom: 32px
}

.container.page {
    z-index: 1000;
    padding-bottom: 30px
}

.page a {
    color: var(--bs-primary)
}

.featured-image{
    width: 100%;
    height: 350px;
    background-position: center;
    border-radius: 16px;
    background-size: cover;
}

.template-page {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-top: 20px;
    z-index: 1000;
    width: fit-content;
    /*margin-left: auto;*/
    margin-right: auto
}

.btn-primary,
.btn-secondary {
    font-size: 14px;
    padding: 15px 25px;
    letter-spacing: 1.6px;
    line-height: 14px
}

.loader,
.margin-trick {
    left: 0;
    width: 100vw;
    background-color: var(--bs-primary)
}

.template-page.overflow-hidden * {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto
}

.margin-trick {
    position: absolute;
    bottom: 0;
    height: 60px;
    z-index: -1
}

.loader svg {
    height: 40px
}

.loader {
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.icon-loader {
    display: inline-block;
    width: 80px;
    position: relative;
    height: 80px
}

.icon-loader div {
    top: 33px;
    width: 13px;
    position: absolute;
    border-radius: 50%;
    height: 13px;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    background: #fff
}

.icon-loader div:first-child {
    animation: .6s infinite icon-ellipsis1;
    left: 8px
}

.icon-loader div:nth-child(2) {
    animation: .6s infinite icon-ellipsis2;
    left: 8px
}

.icon-loader div:nth-child(3) {
    animation: .6s infinite icon-ellipsis2;
    left: 32px
}

.icon-loader div:nth-child(4) {
    animation: .6s infinite icon-ellipsis3;
    left: 56px
}

@keyframes icon-ellipsis1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes icon-ellipsis3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes icon-ellipsis2 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(24px, 0)
    }
}

.btn-primary {
    color: var(--bs-secondary);
    width: fit-content
}

.btn-secondary {
    color: #ffec01;
    font-family: EudoxusLight;
    font-weight: 600
}

.btn-outline-secondary {
    border: none
}

.button-agendar,
.button-agendar-revert {
    justify-content: center;
    border-radius: 4px;
    min-width: 190px;
    width: fit-content;
    padding: 10px 24px;
    font-size: 14px;
    display: flex
}

.btn-outline-secondary a {
    color: currentColor
}

a {
    text-decoration: none !important
}

span.b-pink {
    color: #ffec01;
}

.about-img,
.p-relative,
.page h1,
section.history,
section.services,
span.l-pink {
    position: relative
}

.page h1::after,
span.l-pink::after {
    position: absolute;
    content: '';
    width: 500px;
    top: 100%;
    height: 2px;
    background-color: #ffec01;;
    right: 0
}

span.l-pink.no-overflow::after {
    position: absolute;
    content: '';
    width: 100%;
    top: 100%;
    height: 2px;
    background-color: #ffec01;;
    left: 0
}

.mb-20,
.mb-32 {
    margin-bottom: 20px
}

.page h1,
h2.title {
    font-size: 24px;
    line-height: 30px;
    color: #22272d;
    font-weight: 400
}

.page h1 {
    font-size: 27px;
    margin-bottom: 22px;
    width: fit-content;
    text-align: left;
    margin-left: 0 !important
}

.page h2,
.page h3 {
    margin-bottom: 30px
}

.page h2 {
    font-size: 24px;
    margin-top: 55px
}

.page h3 {
    font-size: 22px;
    margin-top: 30px
}

p {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #3b454f
}

.page p {
    font-size: 16px
}

.button-agendar {
    align-items: center;
    background-color: #fff;
    color: #ffec01
}

.button-agendar-revert,
header,
section.banner {
    background-color: #000;
    background-color: #000000;

}

.button-agendar-revert {
    align-items: center;
    color: #fff
}

.page-link {
    position: absolute;
    top: -75px;
    background: 0 0;
    height: 1px;
    border: none
}

.logo img {
    width: 147px;
}

header .header-wrapper {
    display: flex;
    justify-content: center
}

header {
    position: sticky;
    z-index: 1020;
    top: 0;
    left: 0;
    padding: 16px 0
}

.links-wrapper,
header .button-agendar {
    display: none
}

.header {
    background: #000;
}

.header_nav {
    min-height: 75px;
    display: flex;
    align-items: center;
    gap: 30px
}

.header_nav .logo,
.header_offcanvas .logo {
    width: 200px
}

.header_btn {
    font-size: 30px;
    padding: 0;
    background: 0 0;
    color: #fff;
    outline: 0;
    border: none
}

.header_offcanvas {
    background-color: var(--bs-primary) !important
}

.header_offcanvas_btn {
    font-size: 22px;
    background: 0 0;
    color: #fff;
    outline: 0;
    border: none
}

.offcanvas-link-container a {
    font-family: EudoxusLight;
    color: #fff !important;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.4px;
    text-decoration: none;
    cursor: pointer
}

.about,
.statistics,
footer h2.title,
section.history {
    margin-bottom: 24px
}

section.banner {
    padding: 16px 0 0
}

section.banner .banner-wrapper {
    min-height: 391px;
    padding: 16px 16px 20px;
    position: relative;
    z-index: 5
}

.banner-wrapper img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-height: 487px;
}

.banner-wrapper img.banner-logo-mobile{
    max-height: 208px;
    opacity: 0.6;
}

.banner-wrapper::after {
    position: absolute;
    content: '';
    width: 100%;
    height: calc(100% + 6px);
    border-radius: 4px 4px 0 0;
    border: 1px solid #ffec01;
    border-bottom: none;
    left: 0;
    top: 0;
    z-index: -2
}

.top-banner h3 {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.6px
}

.top-banner h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 2px
}

.text-icon,
.top-banner p {
    font-size: 14px;
    line-height: 21px;
    font-family: EudoxusLight;
    letter-spacing: 1.6px
}

section.history::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 205px;
    background: #000;
    background: #000000;

    z-index: -1
}

section.history .history-wrapper {
    background-color: #fff;
    padding: 24px;
    border-radius: 8px
}

section.history .history-img img {
    width: 100%;
    position: relative;
    z-index: 2
}

section.history .history-img {
    position: relative;
    margin-bottom: 22px
}

section.history .history-img::after {
    position: absolute;
    content: '';
    left: -15px;
    top: -16px;
    width: 256px;
    height: 310px;
    border-radius: 8px;
    background: linear-gradient(146.16deg, #ffec01 0, rgba(255, 190, 194, 0) 29.54%)
}

/*
section.history .history-img::before {
    position: absolute;
    content: '';
    left: -15px;
    width: 250px;
    height: 250px;
    top: -16px;
    background-image: url(../img/water-marker.png);
    background-repeat: no-repeat;
    border-radius: 8px;
    z-index: 3
}*/

section.statistics .statistics-wrapper {
    padding: 32px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
    border-radius: 8px
}

section.statistics .statistics-item h2 {
    color: #ffec01;;
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 30px;
    font-weight: 700
}

section.statistics .statistics-item p {
    color: #330101;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0
}

.about-row {
    max-width: 806px;
    margin: auto
}


.about-img::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background-color: #fff;
    border-radius: 8px 8px 0 0
}

.about-img img{
    border-radius: 24px;
}


.about-img img,
footer img {
    width: 100%
}

.about-wrapper-text {
    background-color: #fff;
    padding: 0 24px 24px;
    border-radius: 0 0 8px 8px
}

.services-wrapper {
    background-color: #fff;
    padding: 28px 24px 24px;
    border-radius: 8px;
    position: relative
}

section.services::after {
    content: "";
    position: absolute;
    height: 64px;
    width: 100%;
    background-color: #000;
    background-color: #000000;

    z-index: -1;
    left: 0;
    bottom: 0
}

.pad-text {
    flex: 280px 0 1
}

.pad-text p {
    margin-bottom: 0;
    display: flex;
    flex-direction: column
}

.pad-text strong {
    font-size: 14px;
    font-weight: 700;
    color: #22272d;
    margin-bottom: 8px
}

.content-pad {
    padding-top: 0;
    gap: 32px
}

section.depositions {
    padding: 32px 0;
    background-color: #000;
    background-color: #000000;

}

.card-depostion {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
    padding: 24px 20px;
    user-select: none
}

.button-next,
.button-prev {
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

#swiper-wrapper-depoimentos .swiper-slide img {
    width: 64px !important;
    height: 64px !important;
    border-radius: 16px
}


.hm-blog-item{
    max-width: 190px;
}


.hm-blog-item-title{
    font-size: 17px;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limita o texto a 2 linhas */
    -webkit-box-orient: vertical;
    overflow: hidden; /* Esconde o texto excedente */
    text-overflow: ellipsis; /* Adiciona "..." ao texto cortado */
    margin-top: 12px;
}



.post-thumbnail {
    width: 100%;
    height: 190px;
    border-radius: 16px;
    background-position: center;
}


@media screen and (max-width:576px) {

    .hm-blog-item{
        max-width: 100%;
    }


    .hm-blog-item-title{
        font-size: 16px;
    }

.post-thumbnail{
    height: 130px;
    margin-bottom: 12px;
}

}




.swiper-slide .name-deposition {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 16px;
    color: #22272d;
    font-family: EudoxusBold
}

.swiper-slide .paragrafo {
    font-size: 14px;
    line-height: 21px;
    color: #22272d;
    line-clamp: 9
}

footer {
    background-color: #000;
    background-color: #000000;

    padding: 0;
    padding-bottom: calc(24px + 58px + 30px)
}

.footer-wrapper {
    display: flex;
    flex-wrap: wrap
}

.footer-bloque {
    flex: 328px 0 1;
    margin-bottom: 32px
}

.footer-logo{
    max-width: 250px;
    opacity: 0.7;
}
.mapouter {
    position: relative;
    text-align: right;
    max-width: 444px;
    min-height: 336px;
    display: flex;
    justify-content: center;
}

.gmap_canvas {
    background: 0 0 !important;
    height: 336px;
    width: 444px
}

.rights-text {
    font-size: 14px;
    color: #fff
}

.container-whatsapp {
    display: flex;
    z-index: 1030;
    height: 100vh;
    width: 100vw;
    position: fixed;
    transform: translateX(-50%);
    left: 50%;
    bottom: 30px;
    pointer-events: none
}

.container-whatsapp a {
    margin-top: auto;
    margin-left: auto;
    width: 100%;
    pointer-events: all
}

.btn-whatsapp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 19px;
    background: #25d366;
    box-shadow: 0 10px 15px rgba(7, 94, 84, .2);
    border-radius: 8px;
    gap: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    width: max-content
}

@media (min-width:768px) {
    .container-whatsapp a {
        width: fit-content
    }

    .loader svg {
        height: 50px
    }

    .history-wrapper {
        display: flex
    }

    .history-wrapper-text .wrapper-text {
        background-color: #fff;
        box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
        padding: 24px 32px;
        border-radius: 4px;
        position: relative;
        left: -16px;
        z-index: 2
    }

    .history-img {
        min-width: 328px
    }

    .content-pad {
        gap: 20px
    }

    .pad-text {
        flex: 233px 0 1
    }

    .pad-text strong {
        font-size: 18px
    }
}

@media (min-width:992px) {
    .page h2 {
        font-size: 32px
    }

    .page h3 {
        font-size: 25px
    }

    .container-custom {
        padding: 0 55px
    }

    .page h1,
    h2.title,
    section.statistics .statistics-item h2 {
        font-size: 40px;
        line-height: 50px
    }

    .page h1::after,
    span.l-pink::after {
        width: 100%;
        left: 0
    }

    .logo svg {
        width: 213px;
        height: 33px
    }

    .links-wrapper,
    header .button-agendar {
        display: flex
    }

    header {
        padding: 2rem
    }

    header .header-wrapper {
        justify-content: space-between;
        align-items: center
    }

    .link-header {
        font-size: 16px;
        line-height: 24px;
        color: #f2f5f8
    }

    .link-header:not(:last-of-type) {
        margin-right: 24px
    }

    .link-header.active {
        font-weight: 700
    }

    section.banner {
        padding: 56px 0 0
    }

    section.banner .banner-wrapper {
        min-height: 521px;
        padding: 72px 40px 48px
    }

    .banner-wrapper::after {
        width: 81.8%
    }

    .top-banner h3 {
        font-size: 24px
    }

    .top-banner p {
        max-width: 557px !important;
        font-size: 18px;
        margin-top: 35px
    }

    section.history .history-wrapper {
        padding: 88px 60px 64px
    }

    .history-wrapper-text {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .history-wrapper-text .wrapper-text {
        max-width: 679px
    }

    .swiper-slide .name-deposition {
        font-size: 18px;
        margin-bottom: 16px;
        margin-top: 24px;
        color: #22272d;
        font-family: EudoxusBold
    }

    .services-wrapper {
        padding: 40px;
        border-radius: 0 0 8px 8px;
        position: relative
    }

    .content-pad {
        padding-top: 38px
    }

    footer {
        padding-bottom: 64px
    }

    .footer-bloque.i {
        margin-right: 135px
    }

    .footer-bloque.b {
        margin-right: 88px
    }
}

.hm-blog-texto p,
.hm-blog-titulo {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.hm-pags-paginacao,
.hm-pags-paginacao .page-numbers {
    font-family: inherit !important;
    color: grey
}

@media (min-width:1200px) {
    header {
        position: relative
    }

    section.history .history-wrapper {
        padding: 88px 115px 64px
    }
}

@media (min-width:1400px) {
    .container-custom {
        padding: 0 115px 0 75px
    }

    .about-row {
        max-width: none;
        margin: auto
    }

    section.about {
        margin-bottom: 0;
        position: relative
    }

    .about-wrapper {
        padding: 0 115px
    }

    .about-img {
        min-width: 672px;
        z-index: 2
    }

    .about-wrapper-text {
        position: relative;
        border-radius: 16px;
        padding: 40px 58px;
        left: -19%;
        height: max-content;
        min-width: 672px;
        align-self: center;
        z-index: 3
    }

    .about-wrapper-text p {
        font-size: 16px
    }

    .about-img::after {
        content: unset
    }

    .about-top-fake {
        position: absolute;
        width: calc(100% - 34px);
        height: 92px;
        border-radius: 8px 8px 0 0;
        background-color: #fff;
        bottom: 0;
        left: 17px;
        z-index: 1
    }
}

.post-list,
.template-posts {
    max-width: 992px;
    margin: auto
}

#searchsubmit {
    height: 36px;
    border: 1px solid grey;
    border-radius: 5px;
    margin: 0 5px;
    font-family: inherit !important;
    color: #fff;
    border: 1px solid var(--bs-primary);
    background-color: var(--bs-primary);
    min-width: 109px;
    align-self: center
}

.template-posts {
    background: #fff;
    padding: 40px;
    border-radius: 40px
}

.template-page img {
    max-width: 100% !important
}

.hm-blog-post {
    padding: 40px;
    margin: 0 -40px;
    border: 2px solid transparent;
    transition: .3s;
    border-color: #00000026;
    border-top: none;
    border-left: none;
    border-right: none
}

.hm-blog-img {
    min-width: 391px;
    max-width: 391px;
    overflow: hidden;
    margin-right: 20px;
    position: relative
}

.hm-blog-img .blog-img {
    width: 390px;
    height: 219px;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    max-width: 100%;
    overflow: hidden
}

.hm-categoria {
    position: absolute;
    padding: 5px 10px;
    border-radius: 2px;
    top: 5px;
    left: 5px;
    background-color: #004cff;
    color: #fff !important
}

.hm-blog-titulo {
    margin-bottom: 20px;
    color: #000;
    -webkit-line-clamp: 3
}

.hm-blog-texto p {
    color: #666;
    -webkit-line-clamp: 4
}

.hm-blog-dados {
    color: grey
}

@media screen and (max-width:1400px) {
    .hm-blog-img {
        min-width: 340px;
        max-width: 340px
    }

    .hm-blog-texto p {
        -webkit-line-clamp: 3
    }
}

@media screen and (max-width:1200px) {
    .hm-blog-post {
        padding: 40px 20px;
        margin: 0 -20px
    }

    .hm-blog-img {
        min-width: 360px;
        max-width: 360px
    }

    .hm-blog-titulo {
        margin-bottom: 20px;
        color: #000
    }
}

@media screen and (max-width:768px) {
    #swiperImagens {
        display: flex;
        align-items: center
    }

    .hm-blog-img {
        min-width: 100%;
        max-width: 100%;
        margin-right: 0
    }

    .hm-blog-img .blog-img {
        width: 100%;
        height: 270px
    }

    .hm-blog-titulo {
        margin-bottom: 20px;
        -webkit-line-clamp: 2;
        color: #000;
        margin-top: 20px
    }
}

@media screen and (max-width:425px) {
    .hm-blog-img .blog-img {
        height: 210px
    }
}

@media screen and (max-width:375px) {
    .hm-blog-titulo {
        margin-bottom: 10px;
        margin-top: 10px
    }

    .hm-categoria {
        top: 10px;
        left: 10px
    }

    .hm-blog-post {
        padding: 20px
    }

    .hm-blog-img .blog-img {
        height: 185px
    }
}

@media screen and (max-width:320px) {
    .hm-blog-img .blog-img {
        height: 153px
    }
}

.hm-pags-paginacao .page-numbers {
    height: 36px;
    border: 1px solid grey;
    border-radius: 5px;
    min-width: 36px;
    margin: 0 5px
}

.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center
}

.hm-pags-paginacao .page-numbers.current,
.hm-pags-paginacao .page-numbers.next,
.hm-pags-paginacao .page-numbers.prev,
.hm-pags-paginacao .page-numbers:hover {
    color: #fff;
    border: 1px solid var(--bs-primary);
    background-color: var(--bs-primary);
    border-radius: 5px;
    padding: 0 10px;
    min-width: 36px;
    margin: 0 5px
}

.page-numbers-reticencias {
    height: 36px;
    text-align: center
}

.hm-controle-paginacao .hm-posicao {
    color: grey;
    font-family: inherit
}


