@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pathway+Gothic+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital@1&family=Noto+Sans:ital@1&display=swap');


body {
    background-color: #007bff;
    max-width: 100%;
    position: relative;
}





#sup {
    margin-top: -18px; 
    margin-left: -8px;
    margin-right: -8px;
    background-color: #052c4f;
    max-width: 100%;
    height: 145px; 
    
}



#sep {
    
    
    position: absolute;
    top: 100%;  /*isso aqui que definiu a altura do texto - tem que deixar responsivo pra desktop e mobile- tá ajustado pra mobile */
    margin-left: -32px;
    margin-right: -8px;
    margin-bottom: -18px; 
    background-color: #052c4f;
    width: 100%;
    height: 300px; 
    
    
}




h1 {
    font-family: 'Bebas Neue', cursive;
    margin-top: 34px;
    margin-left: -7px;
    font-size: 35px;
    color: lightgrey;
    opacity: 0.9;
    
}

h2 {
    font-family: 'Mukta', sans-serif;
    font-size: 19px;
    margin-top: 39px;
    opacity: 0.6;
    color: lightgrey;
}

h3 {
    
    text-align: center;
    font-size: 37px;
    margin-top: 40px;
    margin-left: 5px;
    opacity: 0.8;
    color: black;
    text-shadow: black 0.2em 0.2em 0.5em
}

h4 {
    font-family: 'Mukta', sans-serif;
    text-align: center;
    font-size: 30px;
    margin-top: 20px; 
    margin-left: 4px;
    margin-right: 8px;
    opacity: 0.8;
    color: black;
    text-shadow: grey 0.2em 0.2em 0.5em
}

.h4-subtitle {
    font-size: 26px;
    font-weight: bold;
    color: white;
}

#text {
   color: black;
   font-size:22px;
   font-family: 'Mukta', sans-serif;
   opacity: 0.5;
   text-align: center;
   margin-top:50px;
}


h5 {
   color: lightgrey;
   font-size:17px;
   font-family: 'Mukta', sans-serif;
   opacity: 0.5;
   text-align: center;
}




h6 {
   color: lightgrey;
   font-size:11px;
   text-align: center;
   font-family: 'Noto Sans', Sans-serif;
   opacity: 0.6;
}


h7 {
    font-size: 15px;
    margin-top: 50px; 
    margin-bottom: 100px;
    text-align: right;
    margin-left: -10px;
    
}



.footer {
    width: 100%;
    bottom: 10px;
}

a:link {
     text-decoration:none; 
     color:lightgrey;
}

a {
    color: inherit;  
}

#xasca {
      padding-top: 30px;
      display: flex;
}

#xumbi {
    text-align: center;
    list-style: none;  
    display: flex;
    max-width: 100%;
    padding-left: 0;
}

#xanal{
   text-align: center;
   
    
}

#menu-h {
    opacity: 0.8;
    text-align: right;
    list-style: none;  
    font-size: 20px;
    padding-top: -2px;
    padding-right: 60px;
    font-family: 'PT Sans Narrow', sans-serif;
}

#menu-h li{
   display: inline; 
   padding: 4px;  /*separação entre os ítens do menu*/
}

#total {
    display: flex;
    max-width: 100%;
    margin-left: 12px;
    
}

#parteb { 
    
    margin-left: auto;
    margin-right: auto;
    position: relative;
    
}

button {
   border-radius: 10px;
   margin-top: 0px;
   height: 46px; 
   width: 210px;
   cursor: pointer;
   text-align: center;
   font-size: 17px;
   font-family: sans-serif;
   background-color: #C0C0C0;
   }

button:hover{
    background-color:#246dea;
}


#escolha {
    
text-align: center;
margin-top: 10%;
position: relative;
max-width: 100%;

}

#autor {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
    
}

#voltar {
   text-align:center;
   color: white;
   font-size: 26px;
   opacity: 0.8;
   text-shadow: 3px 3px 2px black;
}

/*Menu do topo*/

        #menu {
            font-family: 'Arial', sans-serif;
            font-size: 18px;
            background-color: #082543;
            padding: 14px 0;
            position: sticky; 
            top: 0;
            z-index: 9999;
            margin: -8px;
        }

        #menu ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
            display: flex;
            justify-content: center;
        }

        #menu ul li {
            margin: 0 15px;
            position: relative;
        }

        #menu ul li a {
            color: white; /* tom de verde */
            text-decoration: none;
            padding: 5px 5px;
            display: block;
        }
        
        #menu ul li a:hover {
           color: #2c98ff; /*  Verde-água */
           transition: color 0.3s ease;
}

        #menu ul li:hover > a {
            background-color: #011c38;
            border-radius: 5px;
        }

        #menu ul li ul {
            display: none;
            position: absolute;
            background-color: black;
            border-radius: 5px;
            left: 0;
            top: 100%;
        }

        #menu ul li:hover > ul {
            display: block;
        }

        #menu ul li ul li {
            margin: 0;
        }

        #menu ul li ul li a {
            padding: 10px 15px;
        }

/*css para o menu encolher*/

.submenu {
    display: none;
}

.solucoes-item.open .submenu {
    display: block;
}






