* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

html {
    scroll-behavior:smooth;
  }

  ul li a {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  h1 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
  }

  h2 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
  }

  h3 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
  }

  span {
    font-family: 'Montserrat',sans-serif;
    font-weight: bold;
  }

  button {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  p {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
  }


body::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: white;
    /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #11142c;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 2px solid whitesmoke;
    /* creates padding around scroll thumb */
}


header {
    width: 100%;
    position: absolute;
    margin-top: 50px;
    z-index: 99;

}

nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    background-color: white;
    height: 70px;
}

ul {
    display: flex;
    align-items: center;
    gap: 70px;
}

ul li a {
    color: black;
    cursor: pointer;
    transition: 0.3s;
}

ul li a:hover {
    color: rgba(0, 0, 0, 0.364)
}

.imgfundo1 img {
    width: 100%;

}



.logo img {
    width: 200px;
}



.risco {
    width: 1px;
    height: 50px;
    border: 1px solid rgba(128, 128, 128, 0.201);
}

/* MAIN */

.texto-na-imagem {
    position: absolute;
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    color: white;
    margin-left: 190px;
    font-size: 25px;
}

#btn1 {
    width: 200px;
    margin-top: 20px;
    border-radius: 50px;
    background-color: transparent;
    color: white;
    border: 2px solid white;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    padding: 10px;
}

#btn1:hover {
    color: black;
    border: 2px solid white;
    background-color: white;
}

.texto-na-imagem h3 {
    margin-top: 20px;
    font-size: 23px;
}

/* section */

.img-texto {
    height: 839px;
    background-repeat: no-repeat;
    background-image: url(../img/Fundo\ 07.png);
}

.texto-dentro {
    display: flex;
    flex-direction: column;
    font-size: 30px;
    align-items: center;
}

.texto-dentro h1 {
    font-weight:500;
 color: #1c1e35;
}

.texto-dentro span {
    color: #11142c;
    font-weight: bold;
}

#btn2 {
    width: 250px;
    margin-top: 20px;
    border-radius: 50px;
    background-color: transparent;
    color: #35374c;
    border: 2px solid #35374c;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    padding: 10px;

}

#btn2:hover {
    background-color: black;
    color: white;
}

.texto-dentro img {
    width: 50px;
}

.seta {
    display: flex;
    align-items: center;
    width: 200px;
    margin-top: 50px;
    justify-content: center;
}


.mover-e-posicionar {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
}




/* form */

.select {
    display: flex;
    flex-direction: column;


}

select {
    width: 375px;
    padding: 10px;
    border-radius: 50px;
    border: 2px solid #556579;
}

input {
    border-radius: 50px;
    display: flex;
    padding: 10px;
    width: 350px;
    border: 2px solid #556579;

}


.radios {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    gap: 15px;

}

.radios input {
    width: 80px;
}

.radio-btn {
    display: flex;
}

#btn3 {
    width: 350px;
    margin-top: 20px;
    border-radius: 50px;
    background-color: transparent;
    color: #35374c;
    border: 2px solid #35374c;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    padding: 10px;
}


#btn3:hover {
    background-color: black;
    color: white;
}

/* SECTION 2 */

.img-fundo {
    justify-content: space-around;
    display: flex;
    height: 700px;
    width: 100%;
    align-items: center;
    background-repeat: no-repeat;
    background-image: url(../img/Fundo\ 03.png);
}

.img-mulher {
    width: 49%;
    background-repeat: no-repeat;
    height: 700px;
    background-image: url(../img/mocaduvida.png);
}


/*SECTION 2*/


.textoo-dentro {
    color: white;
}

.textoo-dentro h1 {
    margin-bottom: 20px;
    font-size: 38px;

}

.bordinha {
    background-color: white;
    width: 190px;
    border-bottom: 2px solid white;
    margin-bottom: 20px;
}

.textoo-dentro span {
    font-weight: bold;
}

.textoo-dentro p {
    font-size: 40px;
}


.titulo-section3 {
    padding-top:50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #3f5269;
    font-size: 19px;
    text-align: center;
}

.titulo-section3 span {
    font-weight: bold;
}

.risco-titulo-sec3 {
    border-bottom: 1px solid #3f5269;
    width: 90px;
}


.op-section3 {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 5px;
    align-items: center;
    margin-top: 80px;
}


.op2-section3 {
    border: 2px solid #3f5269;
    border-radius: 20px;
    padding: 50px;
    display: flex;
    background-color: white;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #1f344f;
}

.op2-section3 span {
    font-size: 20px;
    margin-top: 20px;
    color: #1f344f;
}

.risco-op2-sec3 {
    border-bottom: 1px solid #3f5269;
    width: 90px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}


.op2-section3 h2 {
    font-size: 30px;
}


.section3 {
    background-repeat: no-repeat;
    background-image: url(../img/Fundo\ 05.png);
}

.btn-section3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    padding-bottom: 50px;
}

#btn4 {
    background-color: #11142c;
    color: white;
    font-weight: bold;
    border-radius: 20px;
    border: 2px solid #11142c;
    width: 300px;
    padding: 10px;
    cursor: pointer;
    transition: 0.3s;
}

#btn4:hover {
    background-color: transparent;
    color: black;
}


.titulo-section4 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;

}

.titulo-section4 h1 {
    font-size: 50px;
    font-weight: bold;
    color: white;
}


.container-section-4 {
    height: 667px;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-image: url(../img/Faixa\ 01.png);
}

.risco-titulo-sec4 {
    border-bottom: 2px solid white;
    width: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.titulo-section4 span {
    font-size: 35px;
    color: white;
}


.titulo-section5 {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 90px;
    font-size: 25px;
    color: #11142c;
}

.op-section5 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.op1-section5 {
    background-color: #11142c;
    color: white;
    padding: 20px;
    height: 250px;
    text-align: center;
}

.op1-section5 h1 {
    margin-bottom: 5px;
}

.op1-section5 span {
    font-size: 20px;
    color: white;
    line-height: 27px;
}

.risco-op1-sec5 {
    border-bottom: 2px solid white;
    width: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
}


.btn-section5 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    padding-bottom: 60px;
}


.container-section5 {
    background-repeat: no-repeat;
    background-image: url(../img/Fundo\ 05.png);
}


.titulo-section6 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
    flex-direction: column;
}

.titulo-section6 h1 {
    font-size: 40px;
    color: white;
}

.op-section6 {
    display: flex;
    justify-content: center;
    gap: 200px;
    margin-top: 50px;

}

.op1-section6 {
    padding: 20px;
}

.op1-section6 h1 {
    font-size: 25px;
}

.op1-section6 p {
    font-size: 25px;
}

.op1-section6 {
    background-color: white;

}

.container-section6 {
    background-repeat: no-repeat;
    background-image: url(../img/Fundo\ 03.png);
}

.btn-section6 {
    display: flex;
    text-align: center;
    padding-bottom: 50px;
    justify-content: center;

}


#btn5 {
    border: 2px solid #11142c;
    padding: 10px;
    width: 290px;
    border-radius: 20px;
    margin-top: 50px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    color: #11142c;
    transition: 0.3s;

}

#btn5:hover {
    background-color: black;
    border: 2px solid black;
    color: white;
}


.risco-titulo-sec6 {
    border-bottom: 2px solid white;
    width: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.deixar-do-lado {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 250px;
}

.quemsomosbrasil img{
    width: 400px;
}

.quemsomos h1{
    font-size: 40px;
    margin-bottom: 20px;
}

.quemsomos p {
    font-size: 27px;
}


.container-section7 {
    padding-top: 50px;
    height:550px;
    background-repeat: no-repeat;
    background-image: url(../img/Fundo\ 07.png);
}

#btn6 {
    padding: 10px;
    width: 250px;
    border-radius: 50px;
    background-color: transparent;
    color: #1F344F;
    border: 2px solid #1F344F;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
    margin-top: 20px;
}

#btn6:hover {
    background-color:#1F344F ;
    border: 2px solid #1F344F;
    color: white;
}

.escrita-dentro {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding-top: 50px;

}

.escrita-dentro h1 {
    color: white;
    font-size: 50px;
}

.bordaaa {
    border-bottom: 2px solid white;
    width: 200px;
    margin-top: 20px;
}

.container-section-9 {
    background-repeat: no-repeat;
    height:160px;
    background-image: url(../img/Faixa\ 02.png);
}


.container-section8 {
    margin-left: 100px;
    margin-top: 50px;
}

.container-section8 p {
    font-size: 25px;
}

.btn-section8 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}



.container-section-10 {
    height:230px;
    margin-top: 50px;
    background-repeat: no-repeat;
    background-image: url(../img/Faixa\ 02.png);
}


.escrita-dentro2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 50px;
    text-align: center;
    
    }
    
    .escrita-dentro2 h1 {
        color: white;
        font-size: 50px;
    }


    .container-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 400px;
        background-repeat: no-repeat;
        background-image: url(../img/Fundo\ 05.png);
    }


    .escrita {
        text-align: center;
    }

    .escrita h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .escrita h3 {
        font-size:30px ;
    }

    .escrita span  {
    font-size: 30px;
}

#pra-baixo {
    margin-bottom: 20px;
}


.direitos2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: white;

}

.direitos {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/Faixa\ 03.png);
    height: 50px;
}