/*========== global ==========*/
body {
    color: #777;
    overflow-x: hidden;
}
a, a:hover {
    text-decoration: none;
    transition: 0.3s;
}

.preloader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000;
}

.preloader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    background-color: #865EA3;
    border-radius: 0;
    box-shadow: none;
}

.preloader.show {
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.preloader .circular {
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    transform: rotate(0deg);
}

.preloader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes loader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

.wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pagecrumb {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    padding-top: 225px;
    padding-bottom: 225px;
}
.pagecrumb h1 {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
/*========== header ==========*/
header {
    background-color: transparent;
    position: fixed;
    padding: 10px;
    top: 0;
    right: 0;
    left: 0;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000;
}

header li.header-social {
    display: block;
    padding: 10px 8px;
    background: none !important;
    border-radius: 0;
}
/* Separador vertical antes das redes sociais */
header nav ul li:not(.header-social) + li.header-social {
    margin-left: 10px;
    padding-left: 18px;
    position: relative;
}
header nav ul li:not(.header-social) + li.header-social::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #ffffff;
}
header li.header-social a {
    color: #ffffff;
    font-size: 18px;
    transition: color 0.3s ease;
}
header li.header-social a:hover {
    color: #86C7A8 !important;
}
header.scrolled {
    background-color: #865EA3;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
header.scrolled .header-border {
    border-bottom-color: transparent;
    padding: 0;
}
nav ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
nav ul li {
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    position: relative;
    text-transform: initial;
    padding: 10px 15px;
    border-radius: 30px;
}
nav ul li a {
    color: #ffffff;
}
nav ul li a:hover {
    color: #86C7A8!important;
}

nav ul li:hover a,
nav ul li.active a, {
    color: #ffffff!important;
}

/* Pagina de contato - header sempre roxo */
.page-template-page-contato header {
    background-color: #865EA3;
}
.page-template-page-contato header .header-border {
    border-bottom-color: transparent;
    padding: 0;
}

/* Pagina 404 - header sempre roxo */
.page-template-page-404 header {
    background-color: #865EA3;
}
.page-template-page-404 header .header-border {
    border-bottom-color: transparent;
    padding: 0;
}

nav li ul.sub-menu {
	position: absolute;
	left: 20%;
	top: 100%;
	min-width: 170px;
    margin-top: 10px;
    text-align: left;
    display: block;
	background: #ffffff;
    border-bottom: 5px solid #865EA3;
	padding: 15px 0;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease-out 0s;
	border-radius: 3px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
nav li:hover ul.sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
nav ul.sub-menu li {
	display: block;
	padding: 0;
	margin: 0;
}
nav li ul.sub-menu li a {
	display: block;
	padding: 0;
	padding: 9px 25px;
	font-weight: 600;
    color: #777777!important;
	text-transform: capitalize;
}
.header-border {
    border-bottom: 1px solid #fff;
    padding: 0 0 20px;
    transition: border-color 0.3s ease, padding 0.3s ease;
}
/* slicknav */
.slicknav_menu {
    font-size: inherit;
    background: #ffffff;
    padding: 0;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    z-index: 1;
}

.slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin: -55px 0 0;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: none;
    height: 3px;
    width: 30px;
    margin: 5px 0;
    transition-duration: 0.3s;
}

.slicknav_menu .slicknav_icon {
    float: none;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(1px, 7px);
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
    transform: rotate(-45deg) translateY(-6px);
    position: relative;
    top: -1px;
}

.slicknav_nav a {
    color: #333333;
    font-weight: 500;
}

.slicknav_nav .slicknav_row:hover {
    background-color: #ffffff;
    border-radius: 0;
    color: #777;
}

.slicknav_nav a:hover {
    background-color: #ffffff;
    border-radius: 0;
    color: #777;
}

.slicknav_nav .slicknav_row:hover a {
    color: #777;
}

.slicknav_arrow {
    float: right;
}

.slicknav_icon:hover .slicknav_icon-bar {
    background-color: #ffffff;
}

/*========== home ==========*/

.hero .hero-item {
    height: 80vh;
    min-height: 500px;
    max-height: 800px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Overlay escuro para melhor legibilidade do texto */
.hero .hero-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
    z-index: 1;
}
.hero .hero-item .container {
    position: relative;
    z-index: 2;
}
.hero .hero-item .text {
    padding-top: 80px;
    text-align: center;
}
.hero .hero-item h1 {
    color: #ffffff;
    font-size: 52px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    letter-spacing: 0px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    text-transform: uppercase;
}
.hero .hero-item h4 {
    color: #ffffff;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.3px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.hero .hero-item .button {
    margin-top: 30px;
}
.hero .hero-item .btn {
    color: #fff;
    background: #5F4A6E;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    max-width: 220px;
    height: 40px;
    width: 100%;
    border-radius: 20px;
}
.hero .hero-item .btn:hover {
    background: #ffffff;
    color: #5F4A6E;
}
.hero .hero-item .btn:last-child {
    margin: 0;
}
/* Slider Animation - CAROUSEL (Comentado - hero agora é estático)
.owl-item.active .hero-item h1 {
    animation: fadeInUp 1s both 0.6s;
}
.owl-item.active .hero-item h4 {
    animation: fadeInUp 1s both 1s;
}
.owl-item.active .hero-item .btn {
    animation: fadeInDown 1s both 1.5s;
}

.hero .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
*/

/* Hero Static - Animações */
.hero-static .hero-item h1 {
    animation: fadeInUp 1s both 0.6s;
}
.hero-static .hero-item h4 {
    animation: fadeInUp 1s both 1s;
}
.hero-static .hero-item .btn {
    animation: fadeInDown 1s both 1.5s;
}

/* Hero CTAs Container */
.hero-static .hero-ctas {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Botão Primário - Estilo Sobre Nós */
.hero-static .btn-primary {
    width: 170px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;        /* Fundo branco */
    color: #5F4A6E;            /* Texto roxo */
    border: 1px solid #5F4A6E; /* Borda roxa */
    border-radius: 20px;       /* Mantém border-radius consistente */
    font-weight: bold;
    text-align: center;
    transition: all 0.3s;
    display: inline-block;
    text-decoration: none;
    padding: 0; /* Remove padding para usar line-height */
}
.hero-static .btn-primary:hover {
    background: #5F4A6E;       /* Fundo roxo no hover */
    color: #ffffff;            /* Texto branco no hover */
    border: 1px solid #5F4A6E;
}

/* Botão Secundário */
.hero-static .btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.hero-static .btn-secondary:hover {
    background: #fff;
    color: #5F4A6E;
    border: 2px solid #fff;
}
.shape1, .shape2, .shape3 {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-drag: none;
}
.shape1 {
    position: absolute;
    right: -250px;
    margin-top: -150px;
    z-index: 1;
}
.shape2 {
    position: absolute;
    right: -400px;
    margin-top: 120px;
    z-index: 1;
}
.shape3 {
    position: absolute;
    left: -340px;
    margin-top: -120px;
    z-index: 1;
}
.responsabilidades-inner {
    padding: 100px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
}
.responsabilidade-title {
    text-align: center;
    margin-bottom: 40px;
}
.responsabilidade-title h2 {
    color: #5F4A6E;
    text-transform: uppercase;
    font-weight: bold;
}
.responsabilidades h3 {
    color: #5F4A6E;
    font-weight: bold;
}
.sobre {

}
.sobre-text {

}
.sobre .sobre-text h2 {
    color: #5F4A6E;
    font-weight: bold;
}
.sobre .sobre-text h5 {
    color: #865EA3;
    font-weight: bold;
}
.sobre .sobre-text h5::before {
    content: '';
    background: #86C7A8;
    position: absolute;
    height: 2px;
    width: 40px;
    top: 30px;
}
.sobre .sobre-text a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    color: #5F4A6E;
    border: 1px solid #5F4A6E;
    display: block;
    text-align: center;
    font-weight: bold;
    border-radius: 20px;
    transition: all 0.3s;
}
.sobre .sobre-text a:hover {
    background: #5F4A6E;
    color: #ffffff;
}
.blog , .blog-cinza {
    background: #f4f4f4;
}
.blog-cinza .blog-cat-date-single {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background-color: #865EA3;
    padding: 10px 15px;
    text-align: center;
}
.blog-cinza .blog-cat-date-single .day {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}
.blog-cinza .blog-cat-date-single .month-year {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
}
.blog-cinza .blog-cat-text {
    padding: 15px 20px;
    background: #fff;
}
.blog-cinza .blog-cat-text h4 {
    color: #5F4A6E;
    font-weight: bold;
}
.blog-cat-single .blog-cat-text a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    color: #5F4A6E;
    border: 1px solid #5F4A6E;
    display: block;
    text-align: center;
    font-weight: bold;
    border-radius: 20px;
}
.blog-cat-single:hover .blog-cat-text a {
    background: #5F4A6E;
    color: #ffffff;
    border: 1px solid #5F4A6E;
}
.blog-title {
    text-align: center;
    margin-bottom: 40px;
}
.blog-title h2 {
    color: #865EA3;
    font-weight: bold;
}
.parceiros-title {
    text-align: center;
    margin-bottom: 40px;
}
.parceiros-title h2 {
    color: #865EA3;
    font-weight: bold;
}
.parceiros-title p {
    color: #5F4A6E;
}

/*========== especialidades ==========*/

.especialidades-cinza {
    background: #f4f4f4;
}
.especilidades-box {
    text-align: center;
    margin-bottom: 40px;
    transition: 0.7s;
}
.especilidades-box:hover {
    transform: translateY(-10px);
}
.especilidades-box h4 {
    color: #865EA3;
    font-weight: bold;
    margin-top: 20px;

}
.especialidades-title {
    text-align: center;
    margin-bottom: 40px;
}
.especialidades-title h2 {
    color: #5F4A6E;
    font-weight: bold;
}
.especialidades-title p {
    color: #865EA3;
}
.owl-especialistas-item {
    text-align: center;
    transition: 0.4s;
    
}
.owl-especialistas-item:hover {
    transform: translateY(-5px);
}
.owl-especialistas-item h6 {
    font-weight: bold;
    margin-top: 20px;
}
.owl-especialistas-item p {
    margin: 0;
    padding: 0;
}
.especialidades .owl-thumb-item-text {
    background: #83ACD5;
    padding: 100px;
    color: #ffffff;
}
.especialidades .owl-thumb-item-text::after {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 30px 30px 30px;
    border-color: transparent transparent #83ACD5 transparent;
    z-index: 1;
    bottom: 45%;
    bottom: 45%;
    right: -45px;
    content: "";
    transform: rotate(90deg);
    content: "";
}
.especialidades .owl-thumbs {
    display: flex;
}
.especialidades .owl-thumb-item {
    cursor: pointer;
}
/*========== empresa ==========*/


.empresa-cinza {
    background: #f4f4f4;
}
.empresa-box {
    color: #5F4A6E;
   
}
.empresa-inner {
    padding: 50px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
}
.empresa-box h3 {
    font-weight: bold;

}
 .empresa-box h4 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
/*========== midia ==========*/
.midia-intro {
    text-align: center;
}
.midia-intro h2 {
    color: #865EA3;
    font-weight: bold;
    margin-bottom: 20px;
}
.midia-item {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
    overflow: hidden;
}
.midia-item .row {
    margin: 0;
    align-items: stretch;
}
.midia-item .col-lg-4 {
    padding: 0;
    display: flex;
}
.midia-item img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
}
.midia-text {
    padding: 30px;
}
.midia-item h3 {
    font-weight: bold;
    color: #5F4A6E;
    margin-bottom: 15px;
}
.midia-meta {
    color: #777;
    font-size: 0.9rem;
    margin-bottom: 15px;
}
.midia-meta i {
    color: #865EA3;
    margin-right: 5px;
}
.btn-midia {
    display: inline-block;
    padding: 10px 25px;
    background: #ffffff;
    color: #5F4A6E;
    border: 1px solid #5F4A6E;
    border-radius: 20px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}
.btn-midia:hover {
    background: #5F4A6E;
    color: #ffffff;
}

/*========== equipe ==========*/
.equipe {

}
.equipe-title {
    color: #865EA3;
}
.equipe-title h2 {
    font-weight: bold;
}
.equipe .accordion {
    padding-left: 0;
    margin: 0;
    padding: 0;
}
.equipe .accordion p {
    font-size: 15px;
    display: none;
    padding: 20px 45px 15px 20px;
    margin-bottom: 0;
}
.equipe .accordion p::after {
    content: "";
    display: table;
    clear: both;
}
.equipe .accordion .box {
    text-align: center;
    display: inline-block;
}
.equipe .accordion .box
.equipe .accordion .foto {

}
.equipe .accordion .nome {
    font-weight: bold;
}
.equipe .accordion .nome , .equipe .accordion .profissao , .equipe .accordion .crm {
    display: block;
}
.equipe .accordion .descricao {
    width: 75%;
    margin-top: 50px;
    display: block;
    float: right;
}
.equipe .accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: bold;
    padding: 15px 15px 15px 15px;
    border-radius: 0;
    background: #83ACD5;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.25rem;
}
.equipe .accordion a:after {
    position: absolute;
    right: 20px;
    content: "+";
    top: 5px;
    font-size: 2rem;
    font-weight: bold;
}
.equipe .accordion li {
    position: relative;
    list-style-type: none;
}
.equipe .accordion li:first-child {
    border-top: 0;
}
.equipe .accordion li:last-child {
    margin-bottom: 0;
}
.equipe .accordion li a.active , .equipe .accordion li a:hover {
  -webkit-transition: .3s;
  transition: .3s;
}
.equipe .accordion li a.active:after {
    content: "-";
    font-size: 2rem;
}
.equipe .accordion button {
	background: #865EA3;
	color: #fff;
	border: 1px solid #865EA3;
	padding: 10px;
	margin-top: 10px;
	border-radius: 20px;
}
/*========== blog ==========*/
.blog {

}

.blog-single-cat {
    margin-bottom: 30px;
}
.blog-cat-single , .blog-single-cat {
    transition: 0.7s;
}
/* Carrossel removido - regras não mais necessárias
.owl-blog .owl-stage {
    display: flex;
}
.owl-blog .owl-item {
    display: flex;
    flex: 1;
}
.owl-blog .blog-cat-single {
    display: flex;
    flex-direction: column;
    min-height: 450px;
    width: 100%;
    background: #fff;
}
.owl-blog .blog-cat-thumb {
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
}
.owl-blog .blog-cat-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.owl-blog .blog-cat-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
}
.owl-blog .blog-cat-text h4 {
    min-height: 48px;
    flex-shrink: 0;
    margin-bottom: 10px;
}
.owl-blog .blog-cat-text p {
    flex: 1;
    margin-bottom: 15px;
    line-height: 1.6;
}
.owl-blog .blog-cat-text a {
    margin-top: auto;
}
*/

/* Grid estático para seção NOVIDADES */
.blog-cinza .row {
    display: flex;
    flex-wrap: wrap;
}

.blog-cinza .row > [class*="col-"] {
    display: flex;
}
.blog-cat-single:hover  {
    transform: translateY(-10px);
}
.blog-cat-single-date {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #5F4A6E;
    padding-top: 0;
    padding-left: 0;
    line-height: 1em;
    text-align: center;
}
.blog-single-cat-thumb , .blog-cat-thumb {
    overflow: hidden;
    position: relative;
}
.blog-single-cat-thumb img , .blog-cat-thumb img {
    width: 100%;
    transition: 0.3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.blog-single-cat:hover .blog-single-cat-thumb img , .blog-cat-single:hover .blog-cat-thumb img {
    transform: scale(1.1);
}
.blog-single-cat-info {
    padding: 15px 20px;
    background: #fff;
}
.blog-single-cat-info h3 {
    color:#5F4A6E;
    font-weight:bold;
}
.blog-single-cat-info a  {
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    color: #5F4A6E;
    border: 1px solid #5F4A6E;
    display: block;
    text-align: center;
    font-weight: bold;
    border-radius: 20px;
}
.blog-single-cat:hover a {
    background: #5F4A6E;
    color: #ffffff;
    border: 1px solid #5F4A6E;
}

/*========== Blog List Page Styles ==========*/
/* Blog List - Card Styles - Matching blog.html */
.blog-cinza .blog-cat-single,
.blog-cinza .blog-single-cat {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 500px;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 30px;
}

.blog-cinza .blog-cat-single:hover,
.blog-cinza .blog-single-cat:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Blog List - Image Container */
.blog-cinza .blog-cat-thumb,
.blog-cinza .blog-single-cat-thumb {
    position: relative;
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
}

.blog-cinza .blog-cat-thumb img,
.blog-cinza .blog-single-cat-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.blog-cinza .blog-cat-single:hover .blog-cat-thumb img,
.blog-cinza .blog-single-cat:hover .blog-single-cat-thumb img {
    transform: scale(1.1);
}

/* Blog List - Text Content */
.blog-cinza .blog-cat-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    background: #fff;
    box-sizing: border-box;
}

.blog-cinza .blog-cat-text h4 {
    min-height: 72px;
    flex-shrink: 0;
    color: #5F4A6E;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4;
}

.blog-cinza .blog-cat-text p {
    flex: 1;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

/* Blog List - Button */
.blog-cinza .blog-cat-single .blog-cat-text a {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #5F4A6E;
    color: #5F4A6E;
    text-decoration: none;
    transition: all 0.3s;
    margin-top: auto;
    border-radius: 20px;
    font-weight: bold;
    background: #ffffff;
}

.blog-cinza .blog-cat-single:hover .blog-cat-text a {
    background: #5F4A6E;
    color: white;
}

/* Blog List - Pagination Styles */
.blog-pagination {
    margin: 40px 0;
}

.blog-pagination .pagination {
    gap: 4px;
    background-color: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
}

.blog-pagination .pagination .page-link {
    color: #5F4A6E;
    background-color: transparent;
    border: 1px solid #d6cce0;
    border-radius: 4px;
    padding: 5px 13px;
    font-size: 0.9rem;
    line-height: 1.6;
    transition: all 0.25s;
    min-width: 38px;
    text-align: center;
}

.blog-pagination .pagination .page-link:hover {
    background-color: #f0ebf7;
    color: #865EA3;
    border-color: #865EA3;
}

.blog-pagination .pagination .page-item.active .page-link {
    background-color: #865EA3;
    border-color: #865EA3;
    color: white;
    font-weight: 600;
}

.blog-pagination .pagination .page-item.disabled .page-link {
    color: #bbb;
    border-color: #e8e2f0;
    pointer-events: none;
    background-color: transparent;
}

article {
    background: #f4f4f4;
}
.article-single {
    background: #ffffff;
    position: relative;
    top: -150px;
}
.article-single-inner {
    padding: 30px 30px;
}
/*========== contato ==========*/

.contato {
    padding-top: 70px; /* Compensar header fixo */
}
.contato-box {
    background: #f4f4f4;
    padding: 100px;
}
.contato-inner {

}
.contato-info {
    margin-bottom: 20px;
}
.contato-info ul li {
    margin-bottom: 10px;
    display: block;
}
.contato-info ul li i {
    display: inline-block;
    background: #86C7A8;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}
.contato-info ul, .contato-social ul {
    list-style: none;
    padding-left: 0;
}
.contato-social {
    margin-top: 40px;
}
.contato-social ul li {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.contato-social ul li i {
    display: block;
    background: #86C7A8;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
/*========== footer ==========*/

.footer {
    background: url(../img/bgfooter.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.footer-wrapper {
    padding-bottom: 60px;
    padding-top: 60px;
}
.footer-contatos h4 {
    font-weight: bold;
}
.footer-contatos ul {
    list-style: none;
    padding-left: 0;
    margin-top: 40px;
}
.footer-contatos ul li {
    margin-bottom: 10px;
    display: block;
}
.footer-contatos ul li i {
    display: inline-block;
    background: #86C7A8;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}
.footer-logo {
    text-align: center;
}
.footer-social ul {
    list-style: none;
    padding-left: 0;
    margin-top: 40px;
    text-align: center;
}
.footer-social ul li {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.footer-social ul li i {
    display: block;
    background: #86C7A8;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    
}
#scrollUp {
    background-color: #865EA3;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    right: 50px;
    bottom: 100px;
    height: 40px;
    width: 40px;
    text-align: center;
}

#scrollUp:hover {
    background-color: #865EA3;
    color: #ffffff;
}

/*========== responsive breakpoint ==========*/
@media (max-width: 1440px) {
    .shape1 {
        right: -350px;
    }
    .shape2 {
        right: -500px;
    }
    .shape3 {
        left: -450px;
    }

}
@media (max-width: 1260px) {
    .shape1 {
        right: -450px;
    }
    .shape2 {
        right: -550px;
    }
}
@media (max-width: 1024px) {
    .shape1, .shape2 , .shape3 {
        display: none;
    }
    .header-border {
        border: 0;
        padding: 0;

    }
    .especialidades .owl-thumb-item-text::after {
        display: none;
    }
    /* Hero tablet adjustments */
    .hero .hero-item {
        height: 60vh;
        min-height: 450px;
    }
    .hero .hero-item h1 {
        font-size: 36px;
    }
    .hero .hero-item .text {
        padding-top: 60px;
    }
    .equipe .accordion .descricao {
        width: 100%;
        margin-top: 15px;
        display: block;
        float: none;
    }
}
@media (max-width: 600px) {
    .hero .hero-item {
        height: 70vh;
        min-height: 400px;
        max-height: 600px;
    }
    .hero .hero-item h1 {
        font-size: 28px;
        line-height: 1.2;
    }
    .hero .hero-item h4 {
        font-size: 16px;
    }
    .hero .hero-item .text {
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .pagecrumb {
        padding-top: 125px;
        padding-bottom: 125px;
    }
    .article-single {
        top:0;
    }
    .sobre , .responsabilidades-inner ,.empresa-box, .footer , .equipe , .equipe .accordion, .pd-content {
        text-align: center;
    }
    .wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footer-wrapper {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .contato-box {
        padding: 30px;
    }
    .sobre a , .blog-cat-single .blog-cat-text a, .pd-cta-button {
        margin: auto;
    }
    .equipe .accordion p {
        padding: 20px;
    }
    .equipe .accordion a {
        font-size: 1rem;
    }
    .blog-cinza .blog-cat-text {
        text-align: center;
    }
    .midia-item img {
        height: auto;
        min-height: auto;
    }
    .midia-text {
        padding: 20px;
    }
}

/*========== P&D Page Specific Styles ==========*/
.pd-banner {
    background: url(../img/pd-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
}

.pd-banner .banner-content {
    color: #ffffff;
    text-align: center;
    width: 100%;
}

.pd-banner h1 {
    color: #ffffff;
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.pd-banner h2 {
    color: #ffffff;
    font-size: 1.5rem;
    opacity: 0.9;
    margin-bottom: 30px;
    font-weight: 300;
}

.pd-banner .pd-button {
    max-width: 200px;
    margin: 20px auto 0;
    display: block;
}

.pd-sobre {
    background: #ffffff;
}

.pd-sobre .pd-title {
    color: #86c7a8;
    font-size: 4rem;
    margin-bottom: 30px;
}

.pd-sobre h4 {
    color: #865EA3;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.pd-sobre p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #555;
}

.pd-cinza {
    background: #f4f4f4;
}

.pd-box {
    color: #5F4A6E;
    padding: 40px;
    text-align: center;
}

.pd-box h4 {
    font-weight: bold;
    margin: 20px 0;
    color: #865EA3;
}

.pd-box h6 {
    font-weight: bold;
    margin: 10px 0;
    color: #865EA3;
}

.pd-box p {
    color: #777;
    font-size: 16px;
}

.pd-content {
    background: #ffffff;
}

.pd-content .row {
    align-items: stretch;
}

.pd-content .col-lg-6 {
    display: flex;
}

.pd-content .col-lg-6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pd-content-inner {
    padding: 50px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.pd-cta-button {
    display: inline-block;
    max-width: 200px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #865EA3;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    border-radius: 25px;
    margin-top: 30px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.pd-cta-button:hover {
    background: #ffffff;
    color: #865EA3;
    border: 2px solid #865EA3;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(134, 94, 163, 0.3);
}

/* Attribution Section - Full Width Developer Credit */
.pd-attribution {
    background: #f8f9fa;
    padding: 0 0 20px 0;
    border-top: 1px solid #e9ecef;
}

.pd-attribution .wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
}

.pd-attribution .col-lg-3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.attribution-photo {
    text-align: center;
}

.attribution-photo img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #865EA3;
}

.pd-attribution .col-lg-9 {
    display: flex;
    align-items: center;
}

.attribution-content {
    padding-left: 30px;
}

.attribution-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.attribution-text strong {
    color: #865EA3;
    font-weight: 600;
}

.pd-premiacoes {
    background: #ffffff;
}

.pd-premiacoes h2 {
    color: #865EA3;
    margin-bottom: 40px;
    font-weight: bold;
}

/* P&D Responsive Styles */
@media (max-width: 768px) {
    .pd-banner {
        min-height: 250px;
    }

    .pd-banner h1 {
        font-size: 2rem;
    }

    .pd-banner h2 {
        font-size: 1.2rem;
    }

    .pd-sobre .pd-title {
        font-size: 3rem;
    }

    .pd-banner .pd-button {
        max-width: 150px;
        margin-top: 15px;
    }

    .pd-box {
        padding: 30px 20px;
    }

    .pd-content-inner {
        padding: 30px 20px;
    }

    .pd-content .col-lg-6 {
        display: block;
    }

    .pd-content .col-lg-6 img {
        height: auto;
        margin-bottom: 20px;
    }

    .pd-attribution {
        padding: 40px 0;
    }

    .pd-attribution .col-lg-3,
    .pd-attribution .col-lg-9 {
        display: block;
    }

    .attribution-photo {
        margin-bottom: 20px;
    }

    .attribution-content {
        padding-left: 0;
    }

    .attribution-photo img {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 480px) {
    .pd-sobre .pd-title {
        font-size: 2.5rem;
    }

    .pd-attribution {
        padding: 30px 0;
    }

    .attribution-photo img {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 480px) {
    .pd-banner h1 {
        font-size: 1.5rem;
    }

    .pd-banner h2 {
        font-size: 1rem;
    }

    .pd-sobre .pd-title {
        font-size: 2.5rem;
    }
}

.pd-premiacoes {
    background-color: #ffffff;
}

.pd-premiacoes h2 {
    color: #865EA3;
    margin-bottom: 40px;
}

.margin-auto {
    margin: 0 auto;
}

/*========== WhatsApp Floating Button ==========*/
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    z-index: 999;
    transition: transform 0.3s, box-shadow 0.3s;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
    color: #fff;
}

/*========== Partner Logos ==========*/
.parceiros-logos {
    gap: 40px;
}
.parceiro-logo {
    max-height: 80px;
    width: auto;
}