/* Custom CSS para página Sobre - Ajustes para ficar igual ao site de referência */

/* Banner Principal - Fundo laranja/gradiente */
.breadcrumb__area {
    background: linear-gradient(135deg, #fa8a0c 0%, #ff9500 50%, #ffa500 100%) !important;
    position: relative;
    overflow: hidden;
}

.breadcrumb__area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(250, 138, 12, 0.9) 0%, rgba(255, 149, 0, 0.9) 100%);
    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: #fa8a0c;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.tp-about__title-box .tp-section-title {
    color: #132e7d;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
}

.tp-about__text {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

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

.tp-about__feature-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

.tp-about__feature {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.tp-about__feature-icon {
    width: 50px;
    height: 50px;
    background-color: #fa8a0c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.tp-about__feature-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.tp-about__feature-text {
    color: #132e7d;
    font-weight: 600;
    font-size: 16px;
}

.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: #fa8a0c;
    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 {
    background: linear-gradient(135deg, #d97706 0%, #fa8a0c 50%, #ff9500 100%) !important;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.tp-choose-3__area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(217, 119, 6, 0.95) 0%, rgba(250, 138, 12, 0.95) 100%);
    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;
}

.tp-btn-subscribe:hover {
    background-color: #0f2368;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(19, 46, 125, 0.3);
    color: #fff;
}

.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: #fa8a0c;
    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;
    }
}

