@font-face {
    font-family: 'Roboto-Bold';
    src: url(./fonts/roboto/Roboto-Bold.ttf);
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url(./fonts/roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'Inter-Regular';
    src: url(./fonts/Inter/Inter-Regular.ttf);
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url(./fonts/Open-Sans/OpenSans-Regular.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter-Regular';
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

h2 {
    font-family: 'Inter-Regular';
    font-weight: 700;
    color: #0A3D7D;
}

img {
    max-width: 100%;
    display: block;
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    transition: transform 0.3s ease;
    border-radius: 5px;
    cursor: pointer;
}

.btn:hover {
    transform: scale(1.05);
}

.btn-light-blue {
    background-color: #1D8DCF;
    color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/*RadStation Formulário*/
.modal {
    background-color: #0108275a;
    position: fixed;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    inset: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 999 !important;
    overflow-y: auto;
    padding: 20px 20px;
}

.maxcontainerModal {
    max-width: 700px;
    margin: auto;
    background-color: #e6e6e6;
    border-radius: 20px;
    padding: 10px 10px;
    width: 100%;
    border: 2px solid #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: scroll;
}

.maxcontainerModal > button {
    background-color: #4f8c20;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    margin-left: auto;
    border-radius: 8px;
    cursor: pointer;
}

.fixed-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #4f8c20;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    z-index: 1000;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}
/*RadStation Formulário*/


/* --- Section 1 --- */
.secao-1 {
    background: url('assets/BG-1.png') no-repeat center center/cover;
    color: white;
    padding: 40px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;  
}

.secao-1-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.secao-1-image {
    flex: 0 0 45%;
    align-self: flex-end;
    margin-bottom: -40px;
}

.secao-1-texto {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #003859;
}

.secao-1-texto p {
    font-family: 'Roboto-Regular';
    font-size: 1.8rem;
    max-width: 650px;
    margin-bottom: 25px;
    line-height: 1.4; 
}

.secao-1-texto b {
    font-family: 'Roboto-Bold';
    font-weight: bold;
}

.logo {
    width: 150px;
    align-self: flex-end;
    margin-bottom: 20px;
}

.titulo-imagem {
    width: 100%;
    max-width: 750px;
    margin-bottom: 20px;
}

/* --- Section 2 --- */
.secao-2 {
    background: url('assets/BG-2.png') no-repeat center center/cover;
    color: white;
    padding: 40px 0;
    overflow: hidden;
}

.secao-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('assets/BG-2.png') no-repeat center center/cover;
    opacity: 0.15;
}

.secao-2-container {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
}

.secao-2-list {
    flex: 1.2;
    z-index: 1;
    font-family: 'Roboto-Regular';
}

.secao-2-image {
    flex: 0.8;
    align-self: flex-end;
    margin-bottom: -80px;
}

.secao-2 h2 {
    font-size: 2.3rem;
    color: white;
    margin-bottom: 30px;
    text-align: left;
}

.secao-2-list ul {
    list-style: none;
    padding: 0;
    font-family: 'Inter-Regular';
    color: #00598D;
}

.secao-2-list li {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 15px;
    min-height: 100px;
}

.secao-2-list .numero {
    font-family: 'Inter-Regular';
    font-weight: 900;
    font-size: 3rem;
    color: #00598D;
    margin-right: 20px;
}

/* --- Section 3 --- */
.secao-3 {
    padding: 80px 0;
    background: #FFF;
}

.secao-3-container {
    display: flex;
    align-items: center;
    gap: 60px;
}

.secao-3-list {
    flex: 1;
}

.secao-3 h2 {
    font-size: 2.3rem;
    margin-bottom: 30px;
    font-family: 'OpenSans-Regular';
    color: #082871;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.1px;
}

.secao-3-list ul {
    list-style: none;
    padding: 0;
}

.secao-3-list li {
    font-size: 1.1rem;
    margin-bottom: 15px;
    padding-left: 1.5em;
    position: relative;
    color: #21427E;
    font-family: 'Inter-Regular';
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1px;
}

.secao-3-list li::before {
    content: '•';
    font-family: 'Roboto-Regular';
    color: #1D8DCF;
    font-size: 1.5em;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -0.2em;
}

.secao-3-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.secao-3-cta img {
    width: 200px;
}

.secao-3-cta .btn {
    width: 100%;
}

/* --- Section 4 --- */
.secao-4 {
    background: url('assets/BG-4.png') no-repeat center center/cover;
    padding: 80px 0;
    color: white;
    position: relative;
}

.secao-4 .container {
    position: relative;
    z-index: 1;
    color: #FFF;
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.secao-4 h2 {
    font-size: 2rem;
    color: white;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px auto;
    padding: 10px 20px;
    line-height: 1.4;
}

.secao-4-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.secao-4-img-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.secao-4-img-btn img {
    width: 200px;
    background-color: #555;
    padding: 10px 10px 0 10px;
}

.secao-4-img-btn .btn {
    width: 100%;
    border-radius: 0;
}

.secao-4-text {
    max-width: 250px;
    color: #FFF;
    font-family: 'Roboto-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

/* --- Footer --- */
footer {
    background-color: #2CA3DC;
    padding: 40px 0;
}

footer .container {
    text-align: center;
}

.logo-footer {
    width: 180px;
    margin: 0 auto;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    .secao-1-container,
    .secao-2-container,
    .secao-3-container,
    .secao-4-container {
        flex-direction: column;
    }
    
    .secao-1-texto {
        order: 1;
        align-items: center;
        text-align: center;
    }
    
    .logo {
        order: 1;
        align-self: center;
    }
    
    .titulo-imagem {
        order: 2;
    }

    .secao-1-texto p {
        order: 3;
        text-align: center;
    }
    
    .secao-1-texto .btn-light-blue {
        order: 4;
    }
    
    .secao-1-image {
        order: 5;
        margin-bottom: -40px;
        width: 80%;
        max-width: 350px;
        margin-top: 30px;
    }

    .secao-2 h2 {
        text-align: center;
    }
    
    .secao-2 {
        padding-bottom: 0;
    }
    
    .secao-2-image {
        align-self: center;
        margin-bottom: 0;
    }

    .secao-3-list {
        margin-bottom: 40px;
    }

    .secao-4-container {
        gap: 20px;
    }

    .secao-4-text {
        order: 1;
        margin-bottom: 30px;
        text-align: center;
    }

    .secao-4-img-btn {
        order: 2;
    }
}