
.aip-section-wrapper {
    width: 100%;
    background-color: #ffffff;
    padding: 60px 0;
    display: flex;
    justify-content: center; 
}

.aip-content-container {
    width: 100%;
    max-width: 1140px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
}

.aip-headline {
    color: #01A3E0 !important;
    font-size: 34px;
    line-height: 1.2;
    margin: 0 0 24px 0;
    font-weight: 600;
    text-align: left;
}

.aip-description {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin: 0;
    text-align: left; 
    max-width: 900px; 
}

.aip-button-row {
    margin-top: 35px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: flex-start;
}

.btn-aip-compact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    height: 50px;
    border-radius: 50px;
    font-family: 'Jost', sans-serif !important;
    font-size: 13px !important;
    color: #FFFFFF !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none !important;
    background: #0081C1;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-weight: 600;
}

.aip-headline {
    color: #01A3E0 !important;
    font-size: 34px;
    line-height: 1.2;
    margin: 0 0 24px 0;
    font-weight: 600;
    text-align: left;
    padding: 0;
}

.aip-description {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin: 0; 
    text-align: left;
    width: 100%; 
    max-width: 100%; 
}

.btn-aip-compact:hover {
    background-color: #005596;
    transform: translateY(-2px);
}

/* Ajuste Mobile */
@media (max-width: 576px) {
    .aip-button-row {
        flex-direction: column;
        width: 100%;
    }
    .btn-aip-compact {
        width: 100%;
    }
    .aip-section-wrapper {
        padding: 40px 0;
    }
}