/*
Theme Name: Dra Nilka donadio
Theme URI: https://dranilkadonadio.com.br
Author: WFerraz
Author URI: http://wferraz.com
Description: Tema desenvolvido exclusivamente por WFerraz Marketing, todos os direitos reservados.
Version: 1.0
License: GNU General Public License v2 or laterLicense URI: http://www.gnu.org/licenses/gpl-2.0.htmlText
Domain: cetipi-maq
*/

/* Variáveis de Cores - Manual de Marca */
:root {
    --cor-fundo-principal: #F8F1E0;
    --cor-rosa-salmao: #D99D85;
    --cor-marrom-principal: #994B28;
    --cor-marrom-escuro: #3D2314;
    --cor-marrom-maisescuro: #3E2416;
    --cor-cinza-claro: #CDD8D0;
    --cor-azul-acinzentado: #7B89DD;
    --cor-cinza-escuro: #788990;
    
    /* Mapeamento das cores antigas */
    --cor-primaria: #994B28; /* Substituindo #8298CE */
    --cor-secundaria: #D99D85; /* Substituindo #6889FC */
    --cor-terciaria: #7B89DD; /* Substituindo #997CFC */
    --cor-quaternaria: #CDD8D0; /* Substituindo #49BAF2 */
}

.conteudo h1 {
    margin: 20px 0 10px!important;
    color: #994B28!important;
    font-family: "Raleway", sans-serif;
    font-size: 45px!important;
    line-height: inherit!important;
    width: 100%!important;
    text-align: left;
}

.conteudo h2 {
    margin: 20px 0 10px!important;
    color: #994B28!important;
    font-family: "Raleway", sans-serif;
    font-size: 35px!important;
    line-height: inherit!important;
    width: 100%!important;
    text-align: left;
}
.conteudo h3 {
    margin: 20px 0 10px!important;
    color: #994B28!important;
    font-family: "Raleway", sans-serif;
    font-size: 28px!important;
    line-height: inherit!important;
    width: 100%!important;
    text-align: left;
}
.conteudo p {
    margin-top: auto;
    width: 100%;
}
.conteudo p strong {
    font-weight: bold;
}
.conteudo p a {
    font-weight: bold;
    color: #8298ce;
    text-decoration: underline;
}
.conteudo blockquote {
    margin: 20px 0;
    border-left: 4px solid #8298ce;
    padding-left: 40px;
    font-style: italic;
}
.conteudo ul li {
    font-family: "Raleway", sans-serif;
    text-align: left;
}
/* News */
.news-slider {
    /* Style the actual content */
    margin-top: 40px;
}

.news-slider .text-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1em;
    width: 30%;
    height: 100%;
}

.news-slider .conteudo h2 {
    margin: 0 0 20px;
    color: #F287B6;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.news-slider .conteudo p {
    color: #4E4E4E;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 200;
}

.news-slider .imagem {
    text-align: center;
}

.news-slider .imagem img {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.news-slider .imagem hr.linhabg {
    height: 336px !important;
    width: 300px !important;
    border: 1px solid #F287B6 !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    background: transparent !important;
    z-index: -1;
    position: absolute;
    top: -20px;
    left: 62px;
}

#page #passos hr.linhabgum {
    height: 440px !important;
    width: 305px !important;
    border: 1px solid #D99D85 !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    background: transparent !important;
    z-index: -1;
    position: absolute;
    bottom: 79px;
    left: -11px;
}

#page #passos hr.linhabgdois {
    height: 440px !important;
    width: 305px !important;
    border: 1px solid #7B89DD !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    background: transparent !important;
    z-index: -1;
    position: absolute;
    bottom: -4px;
    left: 173px;
}


#page #passos hr.linhabgtres {
    height: 440px !important;
    width: 305px !important;
    border: 1px solid #CDD8D0 !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    background: transparent !important;
    z-index: -1;
    position: absolute;
    top: 15px;
    left: -11px;
}

#page #passos{
    position: relative;
}

.news-slider .imagem a.leia-mais {
    position: absolute;
    top: 320px;
    right: calc(50% - 30px);
    background-color: #994B28;
    color: #FFFFFF;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.news-slider .image-content img {
    max-width: 100%;
}

.sy-pager li {
    height: 11px !important;
    width: 11px !important;
}

.sy-pager li a {
    background-color: #EAEAEA !important;
}

.sy-pager li.sy-active a {
    background-color: #F287B6 !important;
}

.news-slider .news-pager li.sy-active a {
    color: #31ace2;
}

.news-slider .news-pager li a {
    font-weight: 500;
    text-decoration: none;
    display: block;
    color: #222;
}

.sy-controls li a::after, .sy-controls li a::before {
    background-image: url("img/arrows.svg") !important;
    background-color: transparent !important;
    color: #F287B6 !important;
}




/* Menu Fixo - Logo */
#topo .navbar-brand img {
    width: 188px;
    height: auto;
}

/*INICIO*/
/* Hero Section */
.hero-section {
    background: linear-gradient(0deg, #9A4C28 0%, #9A4C28 100%), linear-gradient(180deg, #F5F5F7 9.15%, #D6DADB 100.1%);
    background-blend-mode: color, normal;
    padding: 60px 0 140px 0;
    margin-bottom: -75px;
}

.hero-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.hero-left {
    flex: 0 0 auto;
}

.hero-image {
    width: 400px;
    height: auto;
    border-radius: 10px;
}

.hero-right {
    flex: 1;
}

.hero-title {
    font-family: "Raleway", sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #4A3A28;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-subtitle {
    font-family: "Raleway", sans-serif;
    font-size: 26px;
    color: #4A3A28;
    line-height: 1.5;
    font-weight: bold;
}

/* Estilos para experiencia-content dentro da hero-section */
.hero-section .experiencia-content {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
}

.hero-section .experiencia-text-left {
    flex: 0 0 30%;
    max-width: 30%;
}

.hero-section .experiencia-text-left h1 {
    color: var(--cor-marrom-maisescuro);
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
}

.hero-section .experiencia-text-left h1 strong {
    font-weight: 600;
}

.hero-section .experiencia-image {
    flex: 0 0 35%;
    max-width: 35%;
    position: relative;
}

.hero-section .experiencia-image .image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.hero-section .experiencia-image img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-section .experiencia-image .image-border {
    position: absolute;
    top: 15px;
    left: 15px;
    right: -15px;
    bottom: -15px;
    border: 2px solid var(--cor-marrom-principal);
    pointer-events: none;
    z-index: 1;
}

.hero-section .experiencia-text-right {
    flex: 0 0 30%;
    max-width: 30%;
}

.hero-section .experiencia-text-right p {
    color: #4E4E4E;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

#inicio {
    background-color: #f8f9fa;
}

/* Seção Atendimento de Confiança */
#atendimento-confianca {
    padding: 80px 0;
    background-color: #f8f9fa;
}

#atendimento-confianca .section-header h1 {
    color: var(--cor-marrom-maisescuro);
    font-family: 'Raleway', sans-serif;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
}

#atendimento-confianca .section-header .subtitle {
    color: #666;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.confianca-content {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    margin-top: 60px;
}

/* Coluna do Selo (30%) */
.confianca-selo {
    flex: 0 0 30%;
    max-width: 30%;
}

/* Selo Homepage - Layout Compacto */
.selo-container-homepage {
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.selo-container-homepage .selo-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

/* Selo Depoimentos - Layout 3 Colunas */
.selo-container-depoimentos {
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.selo-qualidade {
    width: 100px;
    height: auto;
    margin-bottom: 5px;
}

.selo-info .estrelas {
    font-size: 24px;
    margin-bottom: 4px;
    line-height: 1;
}

.selo-info h3 {
    color: var(--cor-marrom-principal);
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 4px 0;
}

.avaliacoes-count {
    margin: 5px 0;
}

.avaliacoes-count .numero {
    display: block;
    font-size: 30px;
    font-weight: 800;
    color: var(--cor-marrom-maisescuro);
    font-family: 'Raleway', sans-serif;
}

.avaliacoes-count .texto {
    font-size: 16px;
    color: #666;
    font-family: 'Raleway', sans-serif;
}

.link-doctoralia {
    color: var(--cor-marrom-principal);
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.link-doctoralia:hover {
    color: var(--cor-marrom-maisescuro);
    text-decoration: underline;
}

.consulta-verificada {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    text-align: right;
}

.consulta-verificada a {
    color: #28a745;
    text-decoration: none;
    font-weight: 500;
}

.consulta-verificada a:hover {
    text-decoration: underline;
}

/* Coluna dos Depoimentos (70%) */
.confianca-depoimentos {
    flex: 0 0 70%;
    max-width: 70%;
}

.depoimentos-slider {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

/* Controle de visibilidade desktop/mobile */
.mobile-slider {
    display: none;
}

.mobile-slider-controls {
    display: none;
}

.slider-container {
    position: relative;
    width: 300%;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    width: 33.333%;
    display: flex;
    gap: 30px;
    padding: 0 10px;
}

.depoimento-card {
    flex: 1;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-left: 4px solid var(--cor-rosa-salmao);
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.depoimento-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.depoimento-header .nome {
    font-weight: 600;
    color: var(--cor-marrom-principal);
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

.depoimento-header .estrelas {
    font-size: 14px;
    color: #ffc107;
}

.depoimento-card p {
    color: #555;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    font-style: italic;
}

/* Controles do Slider */
.slider-prev, .slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--cor-marrom-principal);
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.slider-prev:hover, .slider-next:hover {
    background: var(--cor-marrom-maisescuro);
    transform: translateY(-50%) scale(1.1);
}

.slider-prev {
    left: -60px;
}

.slider-next {
    right: -60px;
}

/* Indicadores */
.slider-dots {
    text-align: center;
    margin-top: 30px;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 6px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active, .dot:hover {
    background-color: var(--cor-marrom-principal);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .hero-section {
        padding: 30px 0 100px 0;
    }
    
    .hero-content {
        flex-direction: column-reverse;
        text-align: left;
        gap: 20px;
    }
    
    .hero-left {
        width: 100%;
    }
    
    .hero-image {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }
    
    .hero-right {
        padding: 0 15px;
    }
    
    .hero-title {
        font-size: 36px;
        font-weight: 800;
        margin-bottom: 15px;
    }
    
    .hero-subtitle {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.4;
    }
    
    /* Responsividade para experiencia-content dentro da hero-section */
    .hero-section .experiencia-content {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }
    
    .hero-section .experiencia-text-left,
    .hero-section .experiencia-image,
    .hero-section .experiencia-text-right {
        flex: none;
        max-width: 100%;
        order: initial;
    }
    
    .hero-section .experiencia-text-left {
        order: 1;
    }
    
    .hero-section .experiencia-image {
        order: 3;
        max-width: 80%;
        margin: 0 auto;
    }
    
    .hero-section .experiencia-text-right {
        order: 2;
    }
    
    .hero-section .experiencia-text-left h1 {
        font-size: 28px;
    }
    
    .hero-section .experiencia-image .image-border {
        top: 10px;
        left: 10px;
        right: -10px;
        bottom: -10px;
    }
    /* Cards mobile */
    #inicio .row {
        margin-top: 20px;
    }
    
    #inicio .item {
        margin-bottom: 15px !important;
    }
    
    #inicio .item .card {
        height: 180px;
        border-radius: 10px;
        padding: 30px 20px;
    }
    
    #inicio .item .card h1 {
        font-size: 20px;
        line-height: 1.3;
    }
    
    /* Responsividade da Seção Atendimento de Confiança */
    #atendimento-confianca {
        padding: 60px 0;
        overflow-x: hidden;
    }
    
    #atendimento-confianca .section-header h1 {
        font-size: 32px;
    }
    
    .confianca-content {
        flex-direction: column;
        gap: 40px;
        margin-top: 40px;
        padding: 0 15px;
    }
    
    .confianca-selo,
    .confianca-depoimentos {
        flex: none;
        max-width: 100%;
        text-align: center;
    }
    
    .confianca-selo {
        padding: 0;
        width: 100%;
    }
    
    /* Controle de sliders mobile/desktop */
    .desktop-slider {
        display: none;
    }
    
    .mobile-slider {
        display: block;
        position: relative;
    }
    
    /* Garantir que o slider mobile não cause overflow horizontal */
    .mobile-slider .depoimentos-slider {
        overflow: hidden !important;
    }
    
    .selo-container {
        padding: 20px;
        margin: 0 auto;
        display: block;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .selo-qualidade {
        width: 80px;
    }
    
    .selo-info h3 {
        font-size: 16px;
    }
    
    .avaliacoes-count .numero {
        font-size: 24px;
    }
    
    /* Slider mobile: 1 depoimento por vez */
    .mobile-slider .slider-container {
        width: 600%; /* 6 slides × 100% */
    }
    
    .mobile-slider .slide {
        width: 16.666%; /* 100% ÷ 6 slides */
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    
    .mobile-slider .depoimento-card {
        margin: 0;
        padding: 25px;
        min-height: 200px;
        width: 100%;
        max-width: 100%;
    }
    
    /* Ocultar dots de navegação em mobile */
    .desktop-slider .slider-dots {
        display: none;
    }
    
    /* Remover botões internos do slider mobile */
    .mobile-slider .slider-prev,
    .mobile-slider .slider-next {
        display: none;
    }
    
    /* Controles externos do mobile */
    .mobile-slider .mobile-slider-controls {
        display: flex !important;
        justify-content: center;
        gap: 20px;
        margin: 20px 0;
        padding: 0 20px;
        position: relative;
        z-index: 999;
        width: 100%;
        background: transparent;
    }
    
    .mobile-slider .mobile-slider-controls .slider-prev,
    .mobile-slider .mobile-slider-controls .slider-next {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        width: 45px !important;
        height: 45px !important;
        font-size: 18px !important;
        background: var(--cor-marrom-principal) !important;
        color: white !important;
        border: none !important;
        border-radius: 50% !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        display: block !important;
        text-align: center !important;
        line-height: 45px !important;
    }
    
    .mobile-slider .mobile-slider-controls .slider-prev:hover,
    .mobile-slider .mobile-slider-controls .slider-next:hover {
        background: var(--cor-marrom-maisescuro) !important;
        transform: scale(1.1) !important;
    }
    
    /* Contact phones mobile layout */
    .contact-phones {
        display: block;
    }
    
    .phone-item,
    .whatsapp-contact {
        display: block;
        margin-bottom: 8px;
        margin-right: 0;
    }
    
    /* Reduzir espaçamento vertical do footer no mobile */
    footer .logos,
    footer .atendimento, 
    footer .redesocial {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    
    footer .logos {
        margin-bottom: 1.5rem !important;
    }
    
    footer .redesocial {
        margin-bottom: 1.5rem !important;
    }
}

#inicio .row {
    margin-top: -75px;
    position: relative;
    z-index: 9;
}
#inicio .item .card:hover {
    margin-top: -15px;
    box-shadow: 0 29px 24px 0 rgba(139,107,71,0.35);
}
#inicio .item .card {
    transition: all 0.5s;
    height: 164px;
    padding: 20px 5px;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 6px;
}

#inicio .item .card h1 {
    color: #FFFFFF;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

#inicio .item .card:hover a {
    display: block;
    opacity: 1;
    margin-top: 0;
}
#inicio .item .card a {
    margin-top: -12px;
    opacity: 0;
    color: #FFFFFF;
    font-family: Raleway;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #FFF;
    transition: all 0.9s;
}

#inicio .item:nth-child(1) .card {
    background-color: #8B6B47;
    background-position: bottom right;
    background-image: url("img/1.png");
    background-blend-mode: multiply;
    background-repeat: no-repeat;
}

#inicio .item:nth-child(2) .card {
    background-color: #8B6B47;
    background-position: bottom right;
    background-image: url("img/2.png");
    background-blend-mode: multiply;
    background-repeat: no-repeat;
}

#inicio .item:nth-child(3) .card {
    background-color: #8B6B47;
    background-position: bottom right;
    background-image: url("img/3.png");
    background-blend-mode: multiply;
    background-repeat: no-repeat;
}
#blogdranilka {
    margin-bottom: 0;
    background-size: cover;
    background-position: center;
}

/* Contact Phone Styling */
.endereco {
    line-height: 1.8;
}

.contact-phones {
    display: inline-block;
}

.phone-item {
    display: inline-block;
    margin-right: 30px;
}

.phone-item .fas,
.whatsapp-contact .fab {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

/* WhatsApp Contact Styling */
.whatsapp-contact {
    display: inline-block;
}

.whatsapp-contact .fa-whatsapp {
    background-color: #25D366;
    color: white;
    padding: 6px;
    border-radius: 4px;
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
}

.whatsapp-contact a {
    color: #25D366;
    text-decoration: none;
}

.whatsapp-contact a:hover {
    color: #128C7E;
    text-decoration: none;
}

.mapa.inicial {
    padding: 120px 0;
    margin: 0;
}
.mapa.inicial .card-endereco {
    padding: 0;
    height: auto;
    padding: 20px;
}
.mapa.inicial .card-endereco p.endereco {
    margin: 10px;
    line-height: 29px;
}

 /******************/
#page h3 {
    color: #D99D85;
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    margin: 0 auto 20px;
}

#page a.btn {
    padding: 10px 0;
    width: 207px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #994B28;
    color: #FFF !important;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: -15px;
}

#page .insta, footer face {
    display: inline-block;
}

#page .insta i {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#page .linkedin i {
    color: #1a6ca3;
}

#page .face i {
    color: #3B5998;
}
/* RESPONSIVO */
.navbar-light .navbar-toggler {
    color: #994B28;
    border-color: transparent;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(153, 75, 40, 0.8)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* Alinhamento Wordpress */
img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/* PAGINACAO */
.wp-pagenavi {
    height: 28px;
    padding: 20px 0 0;
}

.wp-pagenavi span.pages, .wp-pagenavi span.extend, .wp-pagenavi a.last, .wp-pagenavi a.first {
    display: none;
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #4381CB;
    margin-right: 5px;
    text-decoration: none;
}

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi span.current {
    background-color: #2E64A7;
}

.wp-pagenavi a:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

#popup {
    text-align: center;
    top: 0;
    left: 0;
    z-index: 999999;
    position: absolute;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
}

#popup span {
    position: fixed;
    bottom: 20px;
    right: 40px;
    font-size: 12px;
    font-family: "Lato Bold";
    color: #D9D8D8;
    cursor: pointer;
    text-transform: uppercase;
}

#popup img {
    /*position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25%;*/
    margin-top: 5%;
    border: 6px solid #FFF;
    display: inline;
    /*height: 80%;*/
}

.bx-wrapper {
    border: none !important;
    box-shadow: none !important;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 110.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.nav-up {
    top: -215px !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

.sjb-page .list-data .job-type, .sjb-page .list-data .job-location, .sjb-page .list-data .job-date {
    color: #ec8430 !important;
}

.sjb-page .btn-primary, .sjb-page .btn-primary:hover, .sjb-page .btn-primary:active:hover, .sjb-page .btn-primary:active:focus, .sjb-page .sjb-detail .jobpost-form .file div, .sjb-page .sjb-detail .jobpost-form .file:hover div {
    background-color: #ec8430 !important;
}

.sjb-page .sjb-detail .list-data h3, .sjb-page .sjb-detail .list-data ul li::before, .sjb-page .sjb-detail .list-data .job-detail h3, .sjb-page .sjb-archive-page .job-title {
    color: #ec8430 !important;
}

.sjb-page .sjb-detail .list-data h3, .sjb-page .sjb-detail .list-data ul li::before, .sjb-page .sjb-detail .list-data .job-detail h3, .sjb-page .sjb-archive-page .job-title {
    color: #ec8430 !important;
}

.sjb-page .col-md-1 {
    display: none;
}
.sy-slides-wrap {
    padding-bottom: 20px;
}

/* Manter estilos visuais após correção SEO de headings */
/* Cards de serviços - H2 com aparência de H1 */
#inicio .item .card h2 {
    color: #FFFFFF;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

/* Seção de depoimentos - H2 com estilo correto */
#atendimento-confianca .section-header h2 {
    color: var(--cor-marrom-maisescuro);
    font-family: 'Raleway', sans-serif;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Seção mídia - H2 com estilo original */
#o-que-estao-falando h2 {
    color: #4E4E4E;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

/* Blog - H2 com estilo original */
#blogdranilka h2 {
    color: #4e4e4e;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

/* Blog posts - H3 com estilo original dos cards */
#blogdranilka .card h3 {
    margin: 25px auto;
    color: #0186D5;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
}

/* Alinhamento vertical perfeito do selo Doctoralia - Depoimentos */
.selo-container-depoimentos .row > div {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.selo-container-depoimentos .row {
    align-items: center;
}

/* Responsividade mobile - Reduzir espaçamento vertical do selo Depoimentos */
@media (max-width: 768px) {
    .selo-container-depoimentos .row > div {
        min-height: 60px;
        margin-bottom: 1rem;
    }
    
    .selo-container-depoimentos .row > div:last-child {
        margin-bottom: 0;
    }
    
    .selo-container-homepage {
        padding: 15px;
        gap: 10px;
    }
    
    .selo-container-homepage .selo-info {
        gap: 8px;
    }
}

/* Barra fixa inferior mobile - WhatsApp */
.whatsapp-mobile-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #F8F1E0;
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #e0d4c1;
    box-shadow: 0 -1px 8px rgba(0,0,0,0.08);
    padding: 10px 20px;
    z-index: 9999;
}

.btn-whatsapp-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8B6B47;
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    width: 100%;
    transition: all 0.3s ease;
}

.btn-whatsapp-mobile:hover {
    background: #D99D85;
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
}

.btn-whatsapp-mobile:hover i {
    color: white;
}

.btn-whatsapp-mobile:focus {
    background: #D99D85;
    color: white;
    text-decoration: none;
}

.btn-whatsapp-mobile i {
    margin-right: 8px;
    font-size: 16px;
    color: #ffffff;
    transition: color 0.3s ease;
}

/* Ajustar padding-bottom do body para acomodar a barra fixa */
@media (max-width: 767.98px) {
    body {
        padding-bottom: 65px;
    }
}