body {
    margin: 0;
    overflow-x: hidden;
}

.button-container {
    display: flex; 
   margin-top: -8%;
    width: 100%;
}
@media (min-width:2560px){
    .button-container{
        margin-top: 1%;
        margin-left: 2%;
    }

}
@media (min-width:330px ) and (max-width:450px){
    .button-container{
        display: none;
    }

}
.button-container button {
    background: none;
    border: none;
    margin-top: -9%;
}
.button-container button:hover {
  cursor: pointer;
}

.button-container button img {
    width: 50%; /* Make sure the image fills the button */
}
#Botão-sobre{
    margin-left: 100%;
}

#Botão-contato{
    margin-left: -50%;
}

#Botão-regulamento{
    margin-left: 100%;
}
#Botão-regulamento{
    margin-left: 70%;
}
#Botão-seguros{
    margin-left: 20%;
}
.hamburger-menu {
    display: none;
}

@media (min-width:330px ) and (max-width:450px){
    .hamburger-menu{
       display:block;
       width: 50px;
       height: 40px;
       margin-top: -18%;
       margin-left: 70%; 
       border: none;
       background-color: transparent;
    }
    #img-menu{
        width: 50px;
        height: 50px;
        margin-left: -20%;
        margin-top: -20%;
    }
}
#fundo-sombreado {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 110%;
    height: 180%;
    margin-left: -5%;
    
}
@media (min-width:2560px){
    #fundo-sombreado{
       height: 120%;
      margin-left: -5%;
     
    }

}
@media (min-width:330px ) and (max-width:450px){
    #fundo-sombreado{
        width: 105%;
        height: 80%;
        margin-top: -10%;
    }
}
#juntos-na-estrada{
    width: 30%;
    margin-left: 8%;
    margin-top: 5%;
}
@media (min-width:330px ) and (max-width:450px){
    #juntos-na-estrada{
        margin-top: 15%;
        width: 170px;
    }
}
#com-a-viajante{
    width: 30%;
    margin-left: 8%;
   
}
@media (min-width:330px ) and (max-width:450px){
    #com-a-viajante{
        width: 60%;
        margin-top: 10%;
    }
}
#barra-pesquisa{
    border-radius: 30px;
    border: none;
    height: 70px;
    background-color: rgb(255, 255, 255);
    width: 45%;
    margin-left: 10%;
}
@media (min-width:2560px){
    #barra-pesquisa{
        width: 35%;
    }

}
@media (min-width:330px ) and (max-width:450px){
    #barra-pesquisa{
        width: 35%;
        height: 30px;
        font-size: 6px;
    }
}
#imagem-caminhao{
    width: 500%;
}
@media (min-width:330px ) and (max-width:450px){
    #imagem-caminhao{
        width: 650%;
        
    }
}
#viavante{
    width: 400px;
    margin-top: 5%;
    margin-left: 5%;
}
@media (min-width:2560px){
    #viavante{
      margin-top: 15%;
      margin-left: 10%;
      width: 300px;
    }

}
@media (min-width:330px ) and (max-width:450px){
    #viavante{
        width: 150px;
       margin-top: 5%;
    }
}
#imagem-1{
    width: 10%;
    margin-left: 55%;
    margin-top: -35%;
}
@media (min-width:2560px){
    #imagem-1{
       margin-top: -35%;
      margin-left: 45%;
    }

}
@media (min-width:330px ) and (max-width:450px){
    #imagem-1{
        margin-top: -70%;
        margin-left: 40%;
    }
}
#botao-azul{
    height: 60px;
    width: 160px;
    border-radius: 25px;
    border: none;
    background-color: rgb(85,179,255);
    margin-left: -13%;
    color: aliceblue;

}
@media (min-width:2560px){
    #botao-azul{
       margin-left: -7%;
    }

}
@media (min-width:330px ) and (max-width:450px){
    #botao-azul{
        height: 30px;
        width: 12%;
        font-size: 6px;
    }
}
#botao-azul:hover{
    background-color: rgb(29, 136, 223);
    cursor: pointer;
}
/* Adicione este estilo no seu arquivo style.css */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.fechar {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 2%;
}
#conteudoPDF {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    /* Adicione outros estilos conforme necessário */
}
#conteudoPDF a{
    color: aliceblue;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-bottom: 20px; 
    
}

.fechar:hover,
.fechar:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.nota{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #1880C4;
}
.nota h1{
    color: #fc0328;
}
.texto1{
    padding: 0 150px;
}
.texto2{
    padding: 0 150px;
}
