@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: #003b70;
    max-width: 100%;
    position: relative;
    margin: 0px;
    
}



form {
    
    text-align: center;
   
}

input {
   border-radius: 10px;
   margin-top: 15px;
   height: 38px; 
   width: 320px;
   cursor: pointer;
   text-align: center;
   font-size: 19px;
   font-family: sans-serif;
   background-color: lightgrey;
   }


input:hover{
    background-color: lightblue;
    
}







#logo{
   text-align: center;
   display: flex;
   align-items: center; /* Alinha verticalmente */
   padding-top: 9px;
   opacity: 0.5;
    
}



#sup {
    margin-top: -12px; 
    margin-right: -8px;
    background-color: #00213f;
    max-width: 100%;
    height: 160px; 
    padding: 0px;
    
}


#phrase {
    font-family: 'PT Sans Narrow', sans-serif;
    margin-top: -25px; 
    background-color: #002d58;
    max-width: 100%;
    height: 63px; 
}


#sep {
    
    position: relative;
    top: 100%;  /*isso aqui que definiu a altura do texto - tem que deixar responsivo pra desktop e mobile- tá ajustado pra mobile */
    background-color: #00213f;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 300px;
    
}


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


h2 {
    font-family: "Mukta", Sans-serif;
    font-size: 22px;
    margin-top: 35px;
    opacity: 0.6;
    color: lightgrey;
   
}

h3 {
    
    text-align: center;
    font-size: 30px;
    margin-top: 50px;
    margin-left: 5px;
    opacity: 0.8;
    color: lightgrey;
    text-shadow: black 0.3em 0.3em 0.6em
    
}

h4 {
    text-align: center;
    color: lightgrey; 
    font-size: 24px;
    margin-top: 5px; 
    margin-left: 4px;
    margin-right: 8px;
}

.h4-esp {
    font-style: italic;
    text-align: center;
    color: lightgrey; 
    font-size: 20px;
    margin-top: -13px; 
    margin-left: -50px;
    margin-right: 8px;
    opacity: 0.8;

}



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


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;
    color: lightgrey;
    
}

ul {
    text-align:center;
    margin-left:-46px;
    padding-top: 3px;
   
}

.videom {
    text-align: center;
    padding-top: 10px;
    
}



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


a:link {
     font-size: 18px;
     font-family: 'PT Sans Narrow', sans-serif;
     
}


a {
 color: lightgrey; 


    
}

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

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

#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;
    
}






#escolha {
    
text-align: center;
margin-top: 1%;
position: relative;


}

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

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

    
iframe {
    border: none;
}





