/* 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 !important;
}

.tp-about__text p {
    margin-bottom: 20px;
    color: #333;
}

.tp-about__feature-box {
    display: flex !important; /* Exibir features box */
    flex-direction: column !important; /* Features uma embaixo da outra */
    align-items: flex-start !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    visibility: visible !important;
    opacity: 1 !important;
    gap: 20px !important; /* Espa?amento entre features */
}

/* Garantir que features apare?am na section sobre */
.tp-about__area .tp-about__feature-box {
    display: flex !important;
    flex-direction: column !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.tp-about__area .tp-about__feature {
    display: flex !important;
    align-items: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-right: 0 !important; /* Remover margem direita quando em coluna */
    margin-bottom: 0 !important;
    width: 100% !important; /* Cada feature ocupa toda a largura */
}

/* 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: 0 !important; /* Remover margem quando em coluna */
    margin-bottom: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important; /* Cada feature ocupa toda a largura */
}

.tp-about__feature-icon {
    width: 60px !important; /* Aumentar tamanho do ?cone */
    height: 60px !important;
    min-width: 60px !important; /* Garantir tamanho m?nimo */
    min-height: 60px !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;
    padding: 8px !important; /* Padding para a imagem */
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
}

.tp-about__feature-icon img {
    width: 100% !important; /* Imagem ocupa todo o espa?o dispon?vel do ?cone */
    height: 100% !important;
    object-fit: contain !important; /* Manter propor??o sem distorcer */
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 100% !important;
    max-height: 100% !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: #172161 !important;
    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 !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 !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 !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;
    }
}


/* Ajustes para imagem preencher altura e conte?do alinhado - ADICIONADO PARA SOBRESCREVER */
.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;
}

.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;
}

/* 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: 100% !important;
    overflow: hidden !important;
    padding-left: 23px !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: -0.8cm !important;
    margin-bottom: 0 !important;
}

.tp-about__area .tp-about__right-wrapper > * {
    margin-bottom: 8px !important;
}
.tp-about__area .tp-about__right-wrapper > *:last-child {
    margin-bottom: 0 !important;
}

.tp-about__area .tp-about__right-wrapper .tp-about__feature-list-wrap .tp-about__feature-list ul li {
    margin-bottom: 0.2cm !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 {
    margin-left: 0.5cm !important;
}
.tp-about__area .tp-about__right-wrapper .tp-about__title-box .tp-section-title {
    transform: translateY(-1cm) !important;
    position: relative !important;
}
