@font-face {
    font-family: 'Cygrè';
    src: url('../fonts/Cygre-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cygre-bold';
    src: url('../fonts/Cygre-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cygre-light';
    src: url('../fonts/Cygre-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cygre-semibold';
    src: url('../fonts/Cygre-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: 'Cygre-semibold';
    line-height: 1.3;
    font-size: 60px;
}

h2 {
    font-family: 'Cygre-semibold';
    line-height: 1.3;
    font-size: 30px;
}

h3 {
    font-family: 'Cygre-light';
    line-height: 1.5;
    font-size: 18px;
}

body {
    overflow-x: hidden;
    align-items: center;
    margin-left: 15%;
    margin-right: 15%;
    font-family: 'Cygrè';
    background: #1c4dce;
}

#logo_cabecalho {
    margin-top: 1%;
    width: 20vw;
    /* Ajusta o logo de acordo com a largura da tela */
    max-width: 300px;
    /* Garante que o logo não fique maior que 300px */
    animation: fadeIn 1s ease-in-out;
}

#dobra01 {
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 100%;
}

#titulo-banner {
          color: #fff;
    width: 200px;
    /* Define a largura máxima que você quer */
    word-wrap: break-word;
    /* Força a quebra de palavras longas */
    overflow-wrap: break-word;
    /* Alternativa moderna para navegadores */
    white-space: normal;
    /* Garante que o texto quebre em várias linhas */
    line-height: 1.2;
    margin-bottom: 200px;
}

#dobra01 .coluna1 {
height: 100vh;
    color: #fff;
    margin-top: 2%;
    animation: slideInLeft 1s ease-in-out;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.2;
}

#dobra01 .coluna1 h1 {
    margin-top: 60px;
}

#redescubra_rotate {
    position: absolute;
    left: 38rem;
    top: 0;
    right: 0;
    animation: fadeIn 1s ease-in-out;
    animation: rotate360 20s ease-in-out infinite;
}


#icone_dobra01 {
    vertical-align: middle;
    margin-top: 10%;
    margin-left: 25%;
    width: 65%;
    max-width: 400px;
    animation: slideInRight 1s ease-in-out;
}

#titulo_dobra02 {
    color: #fff;
    margin-top: 500px;
}

#titulo_dobra02 h2 {
    margin-bottom: 20px;
}

#dobra02 {
    display: flex;
    color: #fff;
}

#dobra02 .coluna1,
.coluna2,
.coluna3,
.coluna4 {
    flex: 1;
}

#dobra02 .coluna1 {
    margin: 5%;
    margin-left: 0px;
    margin-top: 0px;
    animation: slideInDown 1s ease-out;
}

#dobra02 .coluna2 {
    margin: 5%;
    margin-left: 0px;
    margin-top: 0px;
    animation: slideInDown 2s ease-out;
}

#dobra02 .coluna3 {
    margin: 5%;
    margin-left: 0px;
    margin-top: 0px;
    animation: slideInDown 3s ease-out;
}

#dobra02 .coluna4 {
    margin: 5%;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 150px;
    animation: slideInDown 4s ease-out;
}

#icons_diferenciais {
    width: 200px;
}

#dobra03 {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    display: flex;
    background-color: #fff;
}

#dobra03 .coluna2 {
    background-image: url(../img/background_dobra02.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex: 1;
}

#dobra03 .coluna1 h2 {
    margin-bottom: 15px;
}

#dobra03 .coluna1 {
    flex: 1;
    margin-left: 15%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-right: 2%;
}

#dobra03 .coluna1 h3 {
    font-family: 'Cygre-bold';
}

#dobra03 .coluna1 h4 {
    font-family: 'Cygre-light';
    margin-top: 0px;
    margin-left: 17px;
    margin-bottom: 40px;
}

#titulo_form h1 {
    font-size: 55px;
    margin-top: 150px;
    margin-bottom: 100px;
    color: #fff;
}

#dobra04 {
    height: 100vh;
    display: flex;
    align-items: stretch;
}

#dobra04 .coluna1,
.coluna2 {
    flex: 1;
    color: #fff;
}

#dobra04 .coluna2 {
    margin-bottom: 150px;
}



/* Para monitores ultrawide com largura maior que 1600px */
@media (min-width: 2000px) {
    body {
        max-width: 3000px;
        /* Ou qualquer valor desejado */
        margin-left: 25%;
        margin-right: 25%;
    }

    #logo_cabecalho {
        width: 15vw;
        /* Ajuste do logo */
    }

    #dobra01 {
        margin: 0 5%;
        margin-bottom: 200px;
    }

    #dobra01 .coluna1 {
        margin-left: -65px;
        color: #fff;
        margin-top: 2%;
        animation: slideInLeft 1s ease-in-out;
        max-width: 600px;
    }

    #titulo-banner {
        color: #fff;
        width: 200px;
        /* Define a largura máxima que você quer */
        word-wrap: break-word;
        /* Força a quebra de palavras longas */
        overflow-wrap: break-word;
        /* Alternativa moderna para navegadores */
        white-space: normal;
        /* Garante que o texto quebre em várias linhas */
        line-height: 1.2;
        margin-bottom: 200px;
    }

    #dobra03 .coluna1 h2 {
        margin-bottom: 15px;
        margin-left: 260px;
    }

    #dobra03 .coluna1 h3 {
        margin-left: 260px;
    }

    #dobra03 .coluna1 h4 {
        margin-left: 260px;
    }

    /* Ajuste outras seções conforme necessário */
}

/* Para dispositivos móveis (telas menores que 768px) */
@media (max-width: 768px) {
    body {
        overflow-x: hidden;
        margin-left: 5%;
        margin-right: 5%;
    }

    #cabecalho {
        display: flex;
        justify-content: center;
        /* Alinha o conteúdo horizontalmente no centro */
        align-items: center;
        /* Alinha o conteúdo verticalmente no centro */
        height: auto;
        /* Ajuste a altura conforme necessário */
        width: 100%;
        /* Garantir que ocupe 100% da largura */
    }

    #logo_cabecalho {
        margin-top: 4vw;
        width: 40vw;
        align-self: center;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 15px;
    }

    #dobra01 {
        display: flex;
        flex-direction: column;
    }


    #dobra01 .coluna1 h1 {
        margin-top: 20px;
        text-align: center;
    }

    #icone_dobra01 {
        width: 40%;
        height: auto;
    }

    #redescubra_rotate {
        width: 20%;
        margin: 0px;
        position: absolute;
        margin-left: -53vh;
        margin-top: 33vh;
    }

    #dobra02 {
        text-align: center;
        display: block;
    }

    #titulo_dobra02 {

        text-align: center;
    }

    #dobra02 .coluna1,
    #dobra02 .coluna2,
    #dobra02 .coluna3,
    #dobra02 .coluna4 {
        margin: 5px;
        flex: none;
        width: 100%;
        margin-bottom: 45px;
    }

    #dobra03 {
        color: #fff;
        flex-direction: column;
        background-image: url(../img/fundo.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #fff;
    }

    #dobra03 h3 {
        font-size: 18px;
    }

    #dobra03 h4 {
        font-size: 16px;
        font-family: 'Cygre-light' sans-serif;
    }

    #dobra03 .coluna2 {
        display: none;
    }

    #dobra03 .coluna1 {
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    #titulo_form h1 {
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 50px;
        text-align: center;
        font-size: 25px;
    }

    #dobra04 {
        flex-direction: column;

        margin-left: 5%;
        margin-right: 5%;
    }

    #dobra04 .coluna1,
    #dobra04 .coluna2 {
        flex: 1;

    }
}