/*
GERAL
*/
@font-face {
    font-family: nexa;
    src: url(/font/NexaScriptDemo-Bold.otf);
}



.botao {
    color: #FFFFFF;
    text-decoration: none;
    padding: 8px 8px;
    background-color: #00FF7F;
    font-size: .7em;
    border-radius: 10px;
}

.botao:hover {
    color: black;
}

/*
NAVEGAÇÃO
*/


nav {
    background-color: rgba(255,255,255,0.7);
    margin-top: 0px;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1;
    
}


/*menu janela reduzida*/
nav ul {
    list-style: none;
    padding: 0px;
    position: absolute;
    right: 0;
    z-index: 1;
}

nav ul li {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    float: left;
    width: 150px;
    font-size: 10px;
    z-index: 1;
    text-align: center;
}

nav ul li a {
    color: black;
    position:static;
    display: flex;
    width: 100%;
    z-index: 1;
}


@media (max-width: 1100px) {
    
    label[for="bt_menu"] {
    display:block;  
    position: absolute;
    
    }
    nav ul li {
        width: 100%;
        float: none;
        z-index: 1;  
        font-size: 22px;
    }
    
}



/*
CABEÇALHO
*/

header {
   
}

#marcas h1 {
    color: #000000;
    margin-top: 110px;
    font-family: 'Montserrat:wght@700', sans-serif;
    font-weight: px;
    text-align: center;
    font-size: 70px;
}

header p {
    margin-bottom: em;
    color: black;
    font-size: 17px;
    text-align: center;
    font-family: "montserrat";
    
}

/*
Parceiros
*/

#dallare img {
    margin-top: 200px;
    margin-left: 150px;
}

#dallare p {
    margin-top: 40px;
    margin-left: 150px;
    margin-right: 300px;
    text-align: left;    
}

#pasabahce img {
    margin-left: 150px;
}

#pasabahce p {
    margin-top: 40px;
    margin-left: 150px;
    margin-right: 300px;
    text-align: left;  
}


#botao div {
    position: relative;
    display: flex;
    position: center;
    justify-content: center;
}

#botao {
    background-color: #4b4b4b;
    
    
}

#botao p {
    color: #fff;
    font-family: "montserrat";
    
    
}
#questoes h1 {
    font-family: "montserrat";
    margin-left: 40px;
    margin-bottom: 30px;
    margin-top: -20px;
}

.question {
    border-bottom: 1px solid #ccc;
    padding: 10px 40px;
    margin-top:10px;
    
    
}

.question input,
.question .answer { display: none }

.question label {
    cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
  width: 100%;
}

.question input:checked ~ .answer {
  display: block;
}

/*
FOOTER
*/

footer {
    text-align: center;
    padding: 10px;
    background-color: #4d4d4d;
    color: #f1f1f1;
    
}

/*
MEDIA QUERIES
*/

@media screen and (min-width: 300px) {
    /*
    NAVEGAÇÃO
    */
    

    
    /*
    CABEÇALHO
    */
    
    header {
        
        justify-content: center;
    }
    
    /*

    
    /*
    CONTATO
    */
    
    #contato {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        max-width: 500px;
        margin: 0 auto;
    }
    
    #contato h2,
    #contato p {
        width: 100%;
    }
   
 
}
