/* ==================== SOBRE BL1 ==================== */
#sobre-bl1.sobre-bl1-bg { background-color: #24375F; padding: 80px 0; overflow: hidden; }
.sobre-bl1 { position: relative; }
.sobre-bl1-content { display: flex; align-items: flex-start; }
.sobre-bl1-text { display: flex; flex-direction: column; justify-content: flex-start; padding-right: 30px; }
.sobre-bl1-text h1 { color: #47698B; font-size: 48px; font-weight: 400; margin-bottom: 30px; line-height: 1.2; margin-top: 0; }
.sobre-bl1-text p { color: #fff; font-size: 16px; line-height: 1.8; margin: 0; font-weight: 200; }
.sobre-bl1-images { position: relative; width: 100%; display: flex; flex-direction: column; }
.sobre-bl1-img-main { width: 158%; height: auto; display: block; border-radius: 8px; padding-top: 10%; }
.sobre-bl1-img-secondary { width: 120%; height: auto; display: block; border-radius: 8px; margin-top: 20px; margin-left: auto; }

/* ==================== SOBRE BL2 ==================== */
#sobre-bl2.sobre-bl2-bg { background-color: #24375F; padding: 80px 0; }
.sobre-bl2-video { width: 100%; display: flex; justify-content: center; align-items: center; }
.sobre-bl2-video video { width: 100%; max-width: 1200px; height: auto; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }

/* ==================== SOBRE BL3 ==================== */
#sobre-bl3.sobre-bl3-bg { background-color: #24375F; padding: 80px 0 0 0; }
.sobre-bl3 { padding: 0; }
.sobre-bl3-cards { display: flex; margin: 0; padding: 0; gap: 0; }
.sobre-bl3-cards .col-12 { padding: 0 !important; margin: 0 !important; }
.sobre-card { 
    background-color: #24375F; 
    border: 1px solid rgba(255, 255, 255, 0.2); 
    border-radius: 0; 
    padding: 30px 20px; 
    display: flex; 
    flex-direction: column; 
    align-items: flex-start; 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
    flex: 1;
    min-height: 280px;
    max-height: 280px;
    margin: 0; 
    border-left: none;
    border-right: none;
}
.sobre-card { 
    position: relative;
}
.sobre-bl3-cards > div:first-child .sobre-card { 
    border-left: 1px solid rgba(255, 255, 255, 0.2); 
    border-radius: 8px 0 0 8px;
}
.sobre-bl3-cards > div:first-child .sobre-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 4px;
    background-color: #fff;
    border-radius: 8px 0 0 0;
}
.sobre-card:last-child { 
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0 8px 8px 0; 
}
.sobre-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); z-index: 1; }
.sobre-card img { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; }
.sobre-card p { color: #fff; font-size: 16px; line-height: 1.6; margin: 0; text-align: left; }

/* ==================== RESPONSIVO ==================== */

/* 1799.5px */
@media (max-width: 1799.5px) {
    .sobre-bl1-text h1 { font-size: 46px; }
    .sobre-bl1-img-main { width: 150%; }
    .sobre-bl1-img-secondary { width: 115%; }
    .sobre-card { min-height: 270px; max-height: 270px; }
}

/* 1599.5px */
@media (max-width: 1599.5px) {
    .sobre-bl1-text h1 { font-size: 44px; }
    .sobre-bl1-text p { font-size: 14px; }
    .sobre-bl1-img-main { width: 145%; }
    .sobre-bl1-img-secondary { width: 110%; }
    .sobre-card { padding: 28px 18px; min-height: 260px; max-height: 260px; }
}

/* 1399.5px */
@media (max-width: 1399.5px) {
    .sobre-bl1-text h1 { font-size: 42px; }
    .sobre-bl1-img-main { width: 140%; }
    .sobre-bl1-img-secondary { width: 105%; }
    #sobre-bl1.sobre-bl1-bg { padding: 70px 0; }
    #sobre-bl2.sobre-bl2-bg { padding: 70px 0; }
    #sobre-bl3.sobre-bl3-bg { padding: 70px 0 0 0; }
    .sobre-card { min-height: 250px; max-height: 250px; }
}

/* 1199.5px */
@media (max-width: 1199.5px) {
    .sobre-bl1-text h1 { font-size: 40px; }
    .sobre-bl1-text p { font-size: 13px; line-height: 1.7; }
    .sobre-bl1-img-main { width: 135%; padding-top: 8%; }
    .sobre-bl1-img-secondary { width: 100%; margin-top: 15px; }
    .sobre-card { padding: 25px 15px; min-height: 240px; max-height: 240px; }
    .sobre-card img { width: 70px; height: 70px; }
    .sobre-card p { font-size: 15px; }
}

/* 991.5px */
@media (max-width: 991.5px) {
    .sobre-bl1-content { flex-direction: column; }
    .sobre-bl1-text { padding-right: 0; margin-bottom: 40px; }
    .sobre-bl1-text h1 { font-size: 38px; }
    .sobre-bl1-img-main { width: 100%; padding-top: 0; }
    .sobre-bl1-img-secondary { width: 80%; margin-top: 20px; }
    #sobre-bl1.sobre-bl1-bg { padding: 60px 0; }
    #sobre-bl2.sobre-bl2-bg { padding: 60px 0; }
    #sobre-bl3.sobre-bl3-bg { padding: 60px 0 0 0; }
    .sobre-bl3-cards { flex-wrap: wrap; gap: 0; }
    .sobre-bl3-cards .col-12 { padding: 0 !important; }
    .sobre-card { 
        flex: 1 1 50%; 
        border-radius: 0 !important; 
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        border-right: none !important;
        border-bottom: none !important;
        margin: 0;
        min-height: 220px;
        max-height: 220px;
    }
    .sobre-card:nth-child(2n) { border-right: 1px solid rgba(255, 255, 255, 0.2) !important; }
    .sobre-card:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
    .sobre-bl3-cards > div:first-child .sobre-card { border-radius: 8px 0 0 0 !important; }
    .sobre-bl3-cards > div:first-child .sobre-card::before { width: 50%; border-radius: 8px 0 0 0; }
    .sobre-bl3-cards > div:nth-child(2) .sobre-card { border-radius: 0 8px 0 0 !important; }
    .sobre-bl3-cards > div:nth-child(3) .sobre-card { border-radius: 0 0 0 8px !important; }
    .sobre-bl3-cards > div:last-child .sobre-card { border-radius: 0 0 8px 0 !important; }
    .sobre-card:hover { transform: translateY(-3px); }
}

/* 767.5px */
@media (max-width: 767.5px) {
    .sobre-bl1-text h1 { font-size: 36px; margin-bottom: 20px; }
    .sobre-bl1-text p { font-size: 15px; line-height: 1.6; }
    .sobre-bl1-img-secondary { width: 90%; }
    #sobre-bl1.sobre-bl1-bg { padding: 50px 0; }
    #sobre-bl2.sobre-bl2-bg { padding: 50px 0; }
    #sobre-bl3.sobre-bl3-bg { padding: 50px 0 0 0; }
    .sobre-bl2-video video { border-radius: 8px; }
    .sobre-bl3-cards { flex-direction: column; gap: 0; }
    .sobre-card { 
        flex: 1 1 100%; 
        border-radius: 0 !important; 
        border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
        border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
        border-bottom: none !important;
        margin: 0;
        min-height: 200px;
        max-height: 200px;
    }
    .sobre-bl3-cards > div:first-child .sobre-card { border-radius: 8px 8px 0 0 !important; border-top: 1px solid rgba(255, 255, 255, 0.2) !important; }
    .sobre-bl3-cards > div:first-child .sobre-card::before { display: none; }
    .sobre-bl3-cards > div:last-child .sobre-card { border-radius: 0 0 8px 8px !important; border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
}

/* 575.5px */
@media (max-width: 575.5px) {
    .sobre-bl1-text h1 { font-size: 32px; }
    .sobre-bl1-text p { font-size: 14px; }
    .sobre-bl1-img-main { border-radius: 6px; }
    .sobre-bl1-img-secondary { width: 100%; border-radius: 6px; margin-top: 15px; }
    #sobre-bl1.sobre-bl1-bg { padding: 40px 0; }
    #sobre-bl2.sobre-bl2-bg { padding: 40px 0; }
    #sobre-bl3.sobre-bl3-bg { padding: 40px 0 0 0; }
    .sobre-bl2-video video { border-radius: 6px; }
    .sobre-card { padding: 20px 15px; min-height: 180px; max-height: 180px; }
    .sobre-card img { width: 60px; height: 60px; margin-bottom: 15px; }
    .sobre-card p { font-size: 14px; line-height: 1.5; }
}

/* 400px */
@media (max-width: 400px) {
    .sobre-bl1-text h1 { font-size: 28px; margin-bottom: 15px; }
    .sobre-bl1-text p { font-size: 13px; line-height: 1.5; }
    #sobre-bl1.sobre-bl1-bg { padding: 30px 0; }
    #sobre-bl2.sobre-bl2-bg { padding: 30px 0; }
    #sobre-bl3.sobre-bl3-bg { padding: 30px 0 0 0; }
    .sobre-card { padding: 18px 12px; min-height: 170px; max-height: 170px; }
    .sobre-card img { width: 50px; height: 50px; margin-bottom: 12px; }
    .sobre-card p { font-size: 13px; }
    .sobre-bl2-video video { border-radius: 4px; }
}