html,body{
    overflow-x: hidden; /* ajusta tamanho de tela bugada no mobile */
}

body{
    font-family: Fort-LT-Web;
    color: var(--cor-bg-principal4) !important;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

.no-gutters > .col-md-6 {
    padding: 0;
}

/* Seção inicial */
.inicio-fran {
    height: 100vh;
    width: 70vh;
    padding: 50px;
    margin-left: 20vh;

}

.texto-01 {
    font-family: Fort-LT-Web-Bold !important;
    font-weight: 900;
    font-size: 54px;
    line-height: 1.2;
    color: #AB4894;
    font-weight: bold;
    margin-bottom: 20px;
}

.fran-button {
    background-color: rgb(0, 176, 185);
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    font-family: Nunito, sans-serif;
    font-size: 30px;
    font-weight: 700;
    height: 71px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    text-align: center;
    unicode-bidi: isolate;
    user-select: none;
    width: 560px;

}

.divider {
    border: none;
    border-top: 1px solid #878786;
    margin: 50px auto;

}


.second-section h2, .third-section h2 {
    font-size: 36px;
    color: #AB4894;
    text-align: center;
}

.second-section p {
    text-align: justify;
    line-height: 1.6;
}

.justified-text {
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

.third-section h3 {
    font-size: 24px;
    color: #00b3b3;
}

.third-section p {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
}

.saiba-button {
    background-color: #00b3b3;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

.dedication-section {
    background-color: #00b3b3;
    color: white;
    margin-top: 50px;

}

.dedication-section h2 {
    font-size: 36px;
    color: white;
    margin-bottom: 50px;
}

.dedication-section .icon {
    width: 50px;
    height: auto;
}

.dedication-section p {
    font-size: 16px;
    color: white;
}

/* Estilos da quarta seção */
.fourth-section {
    background-color: #ffffff;
}

.fourth-section h2 {
    font-size: 36px;
    font-weight: bold;
    color: #AB4894;
    margin-bottom: 20px;
}

.fourth-section p {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
}


.form-section {
    background-color: #AB4894;
    color: white;
    padding: 50px 0;
}

.form-section h2 {
    font-size: 36px;
    color: white;
    /*margin-bottom: 30px; */
}

.form-control {
    background-color: white;
    color: #666;
    border: none;
    padding: 20px;
    font-size: 16px;
    margin: 15px;
    min-width: 350px;
}

.form-group {
    margin-bottom: 20px;  /* Espaçamento inferior entre os grupos de campos */
}
.form-group .form-control {
    margin-bottom: 20px; /* Espaçamento inferior entre os campos */
}


/* Centralizando a div do formulário */
.form-section .container {
    max-width: 800px; /* Largura máxima para a centralização */
}


.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mx-md-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
    .third-section .row {
        margin-bottom: 50px;
    }


@media (max-width: 1024px) {
    .fran-button {
        font-size: 20px;
        padding: 5px 15px;
        width: 200px;
        margin: 20px 0px;
    }
    .texto-01 {
        font-size: 40px;
    }
    .image-space img p {
        padding: 0px 40px;
    }

    .image-icon img {
        margin-top: 15px;
    }
    .saiba-button {
        margin-bottom: 30px;
    }

    .bg-white-mobile {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 15px;
    }

    .text-color-mobile {
        color: #AB4894;
    }

    .custom-padding-mobile {
        padding-left: 3rem;
        padding-right: 3rem;
    }

}


