@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

/* estilizaçao do header */
header {
    background-color: #89CFF0;
    display: flex;
    padding: 15px 50px;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    /* Faz com que o elemento fique "grudado" na tela quando o usuario rolar a pagina */
    top: 0;
    /* Define que o elemento ficara preso ao topo da tela (0px de distancia do topo) */
    left: 0;
    /* Define o alinhamento a esquerda da pagina, mantendo o 0px de distancia */
    z-index: 1;
    /* controla a sobreposicao do elemento sobre outros elementos da pagina  */
}

#viagens-nacionais {
    scroll-margin-top: 150px;
}

h1 {
    color: #001449;
    align-items: baseline;
    justify-content: end;
    margin-left: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-weight: 800;
}

header img {
    width: 160px;
    height: 140px;
}

.header-list ul {
    display: flex;
    gap: 30px;
    list-style: none;
}

.header-list ul a {
    color: #001449;
    text-decoration: none;
    font-family: "Noto Sans Mono", monospace;
    font-size: 18px;
    font-weight: 1000;


}

.header-list ul a:hover {
    color: #eff1f3;
}


/* fim da estilizacao do header */

.whatsapp img {
    width: 45px;
}

.whatsapp img:hover {
    width: 60px;
    transition: 0.8s;
}

.whatsapp {
    position: fixed;
    right: 10px;
    bottom: 220px;
}


/* comeco das estilizacoes das sections */

/* Começo da section-01 */
.section01 {
    background-color: #89CFF0;
    padding: 250x;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #17f9ff;
    font-size: 20px;
    text-align: center;
    gap: 30px;
}

.paragrafo-01 {
    color: #012677;
    margin-bottom: 150px;
    font-weight: 500;
    font-family: "Noto Sans Mono", monospace;
    margin-right: 40px;
    max-width: 400px;
    margin-bottom: 1px;
    font-family: "Roboto", sans-serif;
}

.paragrafo-01 span {
    color: #001449;
    text-align: initial;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.section01 img {
    width: 600px;
    height: 180px;
    border-radius: 20px;
    margin-bottom: 20px;

}

/* Fim da section-01 */

/* começo da section-02 */
.section02 {
    display: flex;
    background-image: url(imagens-nacionais/BackGround-section-02.jpg );
    padding: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    align-items: center;
    justify-content: center;
}

.section02 a {
    background-color: #001449;
    padding: 10px;
    color: #17f9ff;
    border-radius: 10px;
    text-decoration: none;
    font-size: 20px;
    font-family: "Noto Sans Mono", monospace;
}

.paragrafo-section-02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.h2-section-02 {
    padding: 10px;
    border-radius: 10px;
    background-color: #001449;
    color: #89CFF0;
    font-size: 35px;
    font-weight: 600;
    font-family: "Noto Sans Mono", monospace;
}

/* Fim da section-02 */

/* começo da section-03 */
.section03 {
    background-color: #89CFF0;
    display: flex;
    flex-direction: column;
    padding: 150px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.destinos {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    gap: 30px;

}

.fundo-destinos {
    background-color: white;
    border-radius: 30px;
    box-shadow: 10px 10px 20px black;
}

.fundo-destinos:hover {
    box-shadow: 15px 15px 25px black;
    transition: 0.8s;
}

.div-paragrafos-destinos {
    margin-left: 15px;
}

.info-viagens {
    font-family: "Noto Sans Mono", monospace;
}


.destino-img {
    border-radius: 30px;
    width: 500px;
    height: 400px;
}

.h2-section-03-04 {
    color: #001449;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 800;
    font-family: "Noto Sans Mono", monospace;
}

.estados {
    font-size: 25px;
    font-weight: 800;
    font-family: "Noto Sans Mono", monospace;
}

.saida-dos-estados {
    font-size: 15px;
    font-weight: 500;
    font-family: "Noto Sans Mono", monospace;

}

.valores {
    font-size: 30px;
    font-weight: 600;
    font-family: "Noto Sans Mono", monospace;
}

.viagens-internacionais {
    display: flex;
    align-items: center;
    margin-top: 110px;
    background-color: #012677;
    color: #17f9ff;
    text-decoration: none;
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    border-radius: 20px;

}

.viagens-internacionais:hover {
    color: #001449;
    background-color: #89CFF0;

}

/* Fim da section-03 */

/* Aqui a baixo ficara as Viagens-Internacionais */

/* começo da section-04 */
.section04 {
    padding: 150px;
    background-color: #89CFF0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* Fim da section-04 */

/* começo da section-05 */
.section05 {
    background-color: #012677;
    display: flex;
    padding: 12px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;

}

.feed-back {
    font-size: 30px;
    font-weight: 400;
    color: #89CFF0;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}

.feed-back-02 {
    margin-top: 30px;
    color: #89CFF0;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

.clientes {
    display: flex;
    gap: 30px;
}

.avaliacao {
    padding: 40px;
    width: 300px;
    height: 300px;
    background-color: #89CFF0;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #012677;
    font-size: 24px;
    border-radius: 30px;
    box-shadow: 10px 10px 15px black;
}

.avaliacao:hover {
    box-shadow: 15px 15px 25px black;

}

.fa-star {
    color: rgb(15, 13, 3);

}

/* Fim da section-05 */

/* Fim da estilizacao das viagens Internacionais */

/* Estilizando pagina do Formulario */
.header-formulario {
    align-items: center;
    justify-content: center;
}

.Logo-header {
    width: 400px;
    height: 150px;
}

/* começo da section-06 */
.section06 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #89CFF0;
    padding: 150px;

}

.div-formulario {
    padding: 20px;
    height: 200px;
    background-color: #012677;
    border-radius: 20px;
    color: #89CFF0;
    font-size: 15px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;

}

.finalizar-resetar {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.botoes-inscricao {
    padding: 2px;
    background-color: #89CFF0;
    color: #012677;
    font-size: 15px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    border-radius: 10px;
}

/* Fim da section-06 */

/* Fim da Estilizacao da pagina do formulario */

/* Estilizacao do footer */
footer {
    background-color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.div-icon {
    color: #012677;
    font-size: 30px;
}

.direitos {
    text-align: center;
    margin-bottom: 20px;
}

/* Fim da estilizacao do footer */