/* Custom CSS para página Sobre - Ajustes para ficar igual ao site de referência */

/* Banner Principal - Fundo laranja/gradiente */
.breadcrumb__area {
    position: relative;
    overflow: hidden;
}

.breadcrumb__area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.breadcrumb__content {
    position: relative;
    z-index: 2;
}

.breadcrumb__title {
    color: #fff !important;
    font-size: 48px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.breadcrumb__list a {
    color: #fff !important;
    font-weight: 500;
}

/* Section Sobre - Ajustes de layout */
.tp-about__area {
    background-color: #f8f9fa !important;
    padding-top: 80px;
    padding-bottom: 80px;
}

.tp-about__title-box .tp-section-subtitle {
    color: #4fa1d3;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

/* Títulos dentro de tp-price-2__title-wrap devem ser azuis */
.tp-price-2__title-wrap .tp-section-title {
    color: #172161 !important;
}

/* SVG abaixo dos títulos também deve ser azul */
.tp-price-2__title-shape svg path {
    fill: #172161 !important;
}

/* Títulos dentro de tp-service__title-box devem ser azuis */
.tp-service__title-box .tp-section-title {
    color: #172161 !important;
}

/* SVG abaixo dos títulos de serviços também deve ser azul */
.tp-service__title-shape svg path {
    fill: #172161 !important;
}

/* Remover linha azul embaixo dos títulos */
.tp-section-subtitle.section-subtitle-border {
    position: relative !important;
    border-bottom: none !important;
    color: #4fa1d3 !important; /* Cor para todos os títulos */
}
.tp-section-subtitle.section-subtitle-border::after {
    display: none !important; /* Remover linha azul */
}

/* Remover borda laranja de todos os botões tp-btn-subscribe */
.tp-btn-subscribe,
a.tp-btn-subscribe,
.tp-about__btn .tp-btn-subscribe,
.tp-choose-3__btn .tp-btn-subscribe,
.tp-hero-2__btn .tp-btn-subscribe {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.tp-btn-subscribe:hover,
a.tp-btn-subscribe:hover,
.tp-about__btn .tp-btn-subscribe:hover,
.tp-choose-3__btn .tp-btn-subscribe:hover,
.tp-hero-2__btn .tp-btn-subscribe:hover {
    border: none !important;
    outline: none !important;
}
/* Remover linhas laranjas SVG embaixo dos títulos */
.tp-price-2__title-shape,
.tp-service__title-shape {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
}
.tp-price-2__title-shape svg,
.tp-service__title-shape svg,
.tp-price-2__title-shape path,
.tp-service__title-shape path {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Corrigir botão CTA desalinhado e ícone quebrado */
.tp-btn-subscribe {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    vertical-align: middle !important;
    border: none !important; /* Remover borda laranja */
    outline: none !important; /* Remover outline */
}
.tp-btn-subscribe i,
.tp-choose-3__area .tp-btn-subscribe i {
    display: inline-block !important;
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Light", "Font Awesome 6 Sharp", "Font Awesome 6 Free", "Font Awesome 5 Pro", "Font Awesome 5 Free" !important;
    font-weight: 300 !important;
    font-style: normal !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    margin-left: 8px !important;
    width: auto !important;
    height: auto !important;
    font-size: inherit !important;
}
.tp-btn-subscribe i.fa-sharp.fa-light.fa-arrow-right::before,
.tp-btn-subscribe i.fa-arrow-right::before,
.tp-choose-3__area .tp-btn-subscribe i.fa-sharp.fa-light.fa-arrow-right::before,
.tp-choose-3__area .tp-btn-subscribe i.fa-arrow-right::before,
.tp-choose-3__area .tp-btn-subscribe i::before {
    content: "\f061" !important;
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Light", "Font Awesome 6 Sharp", "Font Awesome 6 Free", "Font Awesome 5 Pro", "Font Awesome 5 Free" !important;
    font-weight: 300 !important;
    display: inline-block !important;
}

/* Corrigir respiros desiguais - espaçamentos consistentes */
.tp-section-subtitle-box {
    margin-bottom: 20px !important;
}
.tp-section-title {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
}
.tp-choose-3__title-box {
    margin-bottom: 30px !important;
}
.tp-price-2__section-box {
    margin-bottom: 40px !important;
}
.tp-about__title-box {
    margin-bottom: 15px !important;
}
.tp-service__title-box {
    margin-bottom: 30px !important;
}

.tp-about__title-box .tp-section-title {
    color: #132e7d;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Sobrescrever padding-bottom do main.css */
.tp-about__area .tp-about__title-box .tp-section-title {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.tp-about__text {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 35px !important;
    margin-top: 0 !important;
    padding-top: 0.5cm !important;
}

.tp-about__text p {
    margin-bottom: 20px;
    color: #333;
}

.tp-about__feature-box {
    display: flex !important; /* Exibir features box */
    align-items: center !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Garantir que features apareçam na section sobre */
.tp-about__area .tp-about__feature-box {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.tp-about__area .tp-about__feature {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.tp-about__area .tp-about__feature-icon {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.tp-about__area .tp-about__feature-text {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Melhorar espaçamento entre blocos na seção sobre */
.tp-about__right-wrapper > * {
    margin-bottom: 35px !important;
}

.tp-about__right-wrapper > *:last-child {
    margin-bottom: 0 !important;
}

.tp-about__feature-list-wrap {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.tp-about__author-info {
    margin-top: 35px !important;
    margin-bottom: 0 !important;
}

.tp-about__feature {
    display: flex !important;
    align-items: center !important;
    margin-right: 40px !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.tp-about__feature-icon {
    width: 50px !important;
    height: 50px !important;
    background-color: #172161 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 15px !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.tp-about__feature-icon img {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.tp-about__feature-text {
    color: #132e7d !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}

.tp-about__feature-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-about__feature-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #333;
    font-size: 16px;
}

.tp-about__feature-list ul li span {
    width: 25px;
    height: 25px;
    background-color: #4fa1d3 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.tp-about__feature-list ul li span i {
    color: #fff;
    font-size: 12px;
}

.tp-about__feature-list ul li span.yellow-bg-color {
    background-color: #ffb302;
}

/* Section CTA - Fundo laranja escuro */
.tp-choose-3__area {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.tp-choose-3__area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.tp-choose-3__title-box {
    position: relative;
    z-index: 2;
}

.tp-choose-3__title-box .tp-section-subtitle {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.tp-choose-3__title-box .tp-section-title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
}

.tp-choose-3__content {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.tp-choose-3__content p {
    color: #fff;
    margin-bottom: 15px;
}

.tp-choose-3__btn {
    position: relative;
    z-index: 2;
}

.tp-btn-subscribe {
    background-color: #132e7d;
    color: #fff;
    padding: 15px 40px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: inline-block;
    border: none !important; /* Remover borda laranja */
    outline: none !important; /* Remover outline */
}

.tp-btn-subscribe:hover {
    background-color: #0f2368;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(19, 46, 125, 0.3);
    color: #fff;
    border: none !important; /* Remover borda laranja no hover */
    outline: none !important;
}

.tp-btn-subscribe i {
    margin-left: 10px;
}

/* Section Servicos - Ajustes */
.tp-service__area {
    background-color: #fff !important;
    padding-top: 80px;
    padding-bottom: 80px;
}

.tp-service__title-box .tp-section-subtitle {
    color: #4fa1d3 !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.tp-service__title-box .tp-section-title {
    color: #132e7d;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
}

.tp-service__title-shape {
    position: absolute;
    bottom: -10px;
    left: 0;
}

/* Section Planos - Ajustes */
.tp-choose__area {
    background-color: #f8f9fa;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Texto corrido - Ajustes */
.texto-corrido-section {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.texto-corrido-section h2 {
    color: #132e7d;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.texto-corrido-section .content-text {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

.texto-corrido-section .content-text p {
    margin-bottom: 20px;
    color: #333;
}

/* Responsive */
@media (max-width: 768px) {
    .breadcrumb__title {
        font-size: 32px;
    }
    
    .tp-choose-3__title-box .tp-section-title {
        font-size: 28px;
    }
    
    .tp-about__title-box .tp-section-title {
        font-size: 28px;
    }
    
    .tp-service__title-box .tp-section-title {
        font-size: 28px;
    }
    
    /* Espaçamento de 1.5cm entre imagem e título no mobile */
    .tp-about__area .tp-about__right-wrapper {
        margin-top: 1.5cm !important;
        padding-top: 0.5cm !important;
    }
    
    .tp-about__area .tp-about__right-wrapper .tp-about__title-box .tp-section-subtitle-box,
    .tp-about__area .tp-about__title-box .tp-section-subtitle-box {
        margin-top: 0 !important;
        padding-top: 0.5cm !important;
    }
    
    /* Garantir espaçamento também no wrapper do título */
    .tp-about__area .tp-about__right-wrapper .tp-about__title-box {
        margin-top: 0 !important;
        padding-top: 0.5cm !important;
    }
    
    /* Ajustar botão tp-btn-subscribe no mobile */
    .tp-about__btn .tp-btn-subscribe {
        padding: 10px 12px !important;
        font-size: 11px !important;
        line-height: 1.4 !important;
        width: 100% !important;
        max-width: 100% !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        box-sizing: border-box !important;
        overflow: visible !important;
        gap: 4px !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        text-align: center !important;
        min-height: 44px !important;
    }
    
    .tp-about__btn .tp-btn-subscribe svg {
        width: 10px !important;
        height: 10px !important;
        margin-left: 4px !important;
        flex-shrink: 0 !important;
        max-width: 10px !important;
        max-height: 10px !important;
    }
}


/* Estilos para botões tp-btn-border na seção de serviços */
.tp-service__item .tp-btn-border {
    margin-top: 20px !important;
    border-color: #4fa1d3 !important;
}

.tp-service__item .tp-btn-border::before {
    background: #4fa1d3 !important;
}

.tp-service__item .tp-btn-border:hover {
    border-color: #4fa1d3 !important;
}

.tp-service__item .tp-btn-border:hover::before {
    background: #4fa1d3 !important;
}

/* Hover effect para título e texto dos serviços - mudar cor para branco */
.tp-service__item:hover .tp-service__title {
    color: #fff !important;
    transition: color 0.3s ease !important;
}

.tp-service__item:hover .tp-service__text {
    color: #fff !important;
    transition: color 0.3s ease !important;
}

/* Alterar cor de hover dos ícones SVG e links no rodapé de vermelho para #4fa1d3 */
.policy-file:hover a>svg * {
    fill: #4fa1d3 !important;
}

.hov-text-primary:hover {
    color: #4fa1d3 !important;
}

/* Aumentar espaçamento na seção footer Description */
.bg-light.border-top.border-bottom .container.py-32px h1.fs-18 {
    margin-top: 1cm !important;
}

.bg-light.border-top.border-bottom .container.py-32px .text-control-btn {
    margin-bottom: 1cm !important;
}

/* Aumentar altura da seção footer Description em 1cm */
section.bg-light.border-top.border-bottom.mt-auto {
    margin-top: 0 !important;
    padding-top: 0.5cm !important;
    padding-bottom: 1cm !important;
}


/* Reduzir espaço entre tp-price-2__area e tp-choose-3__area */
.tp-price-2__area.tp-price-2__pb {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.tp-price-2__area.tp-price-2__pb + .tp-choose-3__area,
.tp-price-2__area.tp-price-2__pb ~ .tp-choose-3__area {
    margin-top: -3cm !important;
}

/* Reduzir espaçamento abaixo da seção tp-choose-3__area */
.tp-choose-3__area.tp-choose-3__bg.pb-180 {
    padding-bottom: 50px !important;
}

/* Ocultar div col-xl-12 mas manter conteúdo tp-price-2__section-box visível */
.tp-price-2__area.tp-price-2__pb .container .row .col-xl-12 {
    padding: 0 !important;
    margin: 0 !important;
    display: contents !important;
}

/* Aumentar altura da imagem na seção sobre */
.tp-about__img-wrapper img {
    height: auto !important;
    max-height: 650px !important;
    min-height: 550px !important;
}

/* Reduzir distância entre tp-about__feature-list-wrap e tp-about__feature-box */
.tp-about__feature-box + .tp-about__feature-list-wrap {
    margin-top: 0 !important;
}

.tp-about__feature-list-wrap {
    margin-top: 0 !important;
}

/* Aumentar distância entre itens da lista na seção sobre */
.tp-about__area .tp-about__right-wrapper .tp-about__feature-list-wrap .tp-about__feature-list ul li {
    margin-bottom: 0.5cm !important;
    padding-bottom: 0.3cm !important;
    line-height: 1.5 !important;
    margin-top: 0.2cm !important;
}

.tp-about__area .tp-about__right-wrapper .tp-about__feature-list-wrap .tp-about__feature-list ul li:last-child {
    margin-bottom: 0.5cm !important;
}
/* Ajustar altura do conteúdo para alinhar com a imagem */
.tp-about__area .tp-about__right-wrapper {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    height: 100% !important;
    max-height: 531px !important;
    overflow: hidden !important;
}

.tp-about__area .tp-about__title-box {
    margin-bottom: 15px !important;
}

.tp-about__area .tp-about__text {
    margin-bottom: 15px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.tp-about__area .tp-about__feature-box {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.tp-about__area .tp-about__feature-list-wrap {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}

/* Fazer imagem preencher toda a altura da div pai */
.tp-about__area .col-xl-6.col-lg-6.wow.tpfadeLeft {
    display: flex !important;
    align-items: stretch !important;
    height: 100% !important;
}

.tp-about__area .tp-about__img-wrapper {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

.tp-about__area .tp-about__img-wrapper img {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* Garantir que ambas as colunas tenham a mesma altura */
.tp-about__area .container .row {
    display: flex !important;
    align-items: stretch !important;
}

.tp-about__area .col-xl-6.col-lg-6 {
    display: flex !important;
    flex-direction: column !important;
}

/* Mudar apenas a cor do efeito hov-animate-outline para #4fa1d3, mantendo o comportamento original */
.hov-animate-outline:hover::before {
    border-top-color: #4fa1d3 !important;
    border-right-color: #4fa1d3 !important;
}

.hov-animate-outline:hover::after {
    border-bottom-color: #4fa1d3 !important;
    border-left-color: #4fa1d3 !important;
}

[dir="rtl"] .hov-animate-outline:hover::before {
    border-left-color: #4fa1d3 !important;
    border-right-color: transparent !important;
}

[dir="rtl"] .hov-animate-outline:hover::after {
    border-right-color: #4fa1d3 !important;
    border-left-color: transparent !important;
}

/* Mudar cor primária em efeitos e hovers para #172161 */
.text-primary,
.hov-text-primary:hover,
a.text-primary,
a.hov-text-primary:hover,
span.text-primary,
span.fw-700.text-primary,
.fw-700.text-primary {
    color: #172161 !important;
}

.bg-primary,
.hov-bg-primary:hover {
    background-color: #4fa1d3 !important;
}

.border-primary,
.hov-border-primary:hover {
    border-color: #4fa1d3 !important;
}

/* Mudar cores laranja específicas para #4fa1d3 */
.text-orange,
.hov-text-orange:hover,
.badge-orange,
.btn-orange,
.border-orange {
    color: #4fa1d3 !important;
    background-color: #4fa1d3 !important;
    border-color: #4fa1d3 !important;
}

/* Preorder orange para #4fa1d3 */
[style*="#FF6002"],
[style*="#ff6002"],
[style*="#ffc519"],
[style*="#d43533"],
[style*="#9d1b1a"] {
    color: #4fa1d3 !important;
    background-color: #4fa1d3 !important;
    border-color: #4fa1d3 !important;
}

/* Sobrescrever cores vermelhas/laranja em bordas específicas */
[style*="border-bottom-color: #d43533"],
[style*="border-bottom-color:#d43533"] {
    border-bottom-color: #4fa1d3 !important;
}

/* Botões e elementos com cor primária */
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #4fa1d3 !important;
    border-color: #4fa1d3 !important;
    color: #fff !important;
}

/* Links e textos com cor primária - já definido acima como #172161 */

/* SVGs e elementos gráficos com cor primária */
svg[fill*="#d43533"],
svg[fill*="#FF6002"],
svg[fill*="#ff6002"],
svg[stroke*="#d43533"],
svg[stroke*="#FF6002"],
svg[stroke*="#ff6002"],
path[fill*="#d43533"],
path[fill*="#FF6002"],
path[fill*="#ff6002"],
path[stroke*="#d43533"],
path[stroke*="#FF6002"],
path[stroke*="#ff6002"] {
    fill: #4fa1d3 !important;
    stroke: #4fa1d3 !important;
}

/* Elementos com fill e stroke usando var(--primary) */
[fill*="primary"],
[stroke*="primary"] {
    fill: #4fa1d3 !important;
    stroke: #4fa1d3 !important;
}

/* Mudar cores laranjas/vermelhas do botão btn-visit para #4fa1d3 e #172161 */
.btn-visit .circle {
    background: #4fa1d3 !important;
}

.btn-visit .circle .icon {
    background: #172161 !important;
}

.btn-visit .circle .icon.arrow::before {
    border-top-color: #172161 !important;
    border-right-color: #172161 !important;
}

.btn-visit:hover .circle .icon.arrow {
    background: #172161 !important;
}

[dir="rtl"] .btn-visit .circle .icon.arrow::before {
    border-top-color: #172161 !important;
    border-right-color: #172161 !important;
}

/* Mudar cor do texto do botão "VISITE A LOJA" para #172161 */
.btn-visit .button-text,
.btn-visit:hover .button-text {
    color: #172161 !important;
}

/* Mudar cor dos ícones SVG na navegação mobile para #172161 */
.svg-active svg *,
.svg-active svg {
    fill: #172161 !important;
}

/* Mudar cor do link "Ver tudo" e linha embaixo para #172161 */
.text-blue.hov-text-primary.animate-underline-primary,
a.text-blue.hov-text-primary.animate-underline-primary {
    color: #172161 !important;
}

.animate-underline-primary::after,
.animate-underline-primary:hover::after {
    background: #172161 !important;
}

/* Mudar fundo dos botões de wishlist e compare - branco normalmente, azul no hover */
.aiz-p-hov-icon a.hov-svg-white {
    background: #fff !important;
}

.aiz-p-hov-icon a.hov-svg-white:hover {
    background: #4fa1d3 !important;
}

/* Mudar efeito de hover laranja claro para azul claro nas categorias */
.aiz-category-menu .category-nav-element:hover > a,
.header-drop .category-nav-element:hover > a {
    background: rgba(79, 161, 211, 0.15) !important;
}
