@media screen and (min-width: 600px) and (max-width: 900px) {
    body {
        max-width: 100%;
        max-height: 100%;
        background-image: url(/src/backgrond-logo-alternative.gif);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
	.cabecalho{
        display: flex;
        flex-direction: row;
        background-color: #020220;
        justify-content:space-around;
        max-height: 90px;
    }
    .main-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
        justify-content: center;
        max-width: 100%;
        padding-bottom: 10%;
      }

      .rodape {
        display: flex;
        flex-direction: row;
        justify-content: center;
        height: 18vh;
        background-color: #020220;
    }

    .rodape .rodape-item {
        padding: 65px;
        color: #ffffff;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 20px;
    }
}

@media screen and (min-width: 889px)  and (max-width: 1024px) {
    body {
        max-width: 100%;
        max-height: 100%;
        background-image: url(/src/backgrond-logo-alternative.gif);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
     .rodape {
        display: flex;
        flex-direction: row;
        justify-content: center;
        height: 35%;
        background-color: #020220;
    }

    .rodape .rodape-item {
        color: #ffffff;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 25px;
    }
}

@media screen and (max-width: 768px)  and (max-height: 850px) {
    .cabecalho{
        display: flex;
        flex-direction: row;
        background-color: #020220;
        align-items: center;
        max-height: 768vh;
        
    }

    .cabecalho .cabecalho-imagem {
        display: flex;   
        justify-content: center;
        margin-bottom: 2%;
    }
    
    .cabecalho .cabecalho-lista{
        display: flex;
        flex-direction: row;
        justify-content:center;
        gap: 10px;
    }
    
    .cabecalho .cabecalho-lista-item {
        font-family: 'Bebas Neue', sans-serif;
        color: #ffffff;
        text-decoration: none;
        padding-top: 5px;
        font-size: 30px;
        text-align: center;
    }
    .cabecalho-link {
        display: flex;
        flex-direction: row;
        justify-content:end;
        gap: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .main-container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        max-width: 150vh;
        gap: 30px;
      }
     
      .main-container-center{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 25px;
    }
    
    .main-container-center .main-container-paragrafo{
        color: #ffffff;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 15px;
    }
    
    .main-container-paragrafo .cor{
        color: #9b0505;
    }
    
    .main-button{
        display: flex;
        justify-content: center;
        max-width: 100%;
        gap: 25px;
    }
    
    .main-button .main-button-estilo {
     background-color: #aa0707; 
      border: none;
      color: white;
      text-decoration: none;
      display: inline-block;
      font-size: 18px;
      border-radius: 12px;
      padding: 2px 50px;
      font-family: 'Oswald', sans-serif;
      font-style: italic;
    }
    .cabecalho .cabecalho-lista-item:hover {
        background-color:#7e0303;
        transition: 0.5s;
    }
    .rodape {
       display: flex;
       flex-direction: row;
       justify-content: center;
       height: 35%;
       background-color: #020220;
   }

   .rodape .rodape-item {
       color: #ffffff;
       font-family: 'Roboto Condensed', sans-serif;
       font-size: 20px;
   }
}

@media screen and (max-width: 425px)  and (max-height: 850px) {
    body {
        max-width: 100%;
        max-height: 100%;
        background-image: url(/src/backgrond-logo-alternative.gif);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .cabecalho{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        background-color: #020220;
        align-items: center;
        width: 120%;
    }

    .cabecalho .cabecalho-imagem {
        display: flex;   
        justify-content: center;
        margin-bottom: 2%;
    }
    
    .cabecalho .cabecalho-lista{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content:center;
        gap: 10px;
    }
    
    .cabecalho .cabecalho-lista-item {
        font-family: 'Bebas Neue', sans-serif;
        color: #ffffff;
        text-decoration: none;
        padding-top: 5px;
        font-size: 30px;
        text-align: center;
    }
    .cabecalho-link {
        display: flex;
        flex-direction: row;
        justify-content:end;
        gap: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .main-container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        max-width: 100vh;
        gap: 30px;
      }
     
      .main-container-center{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 25px;
    }
    
    .main-container-center .main-container-paragrafo{
        color: #ffffff;
        font-family: 'Roboto Condensed', sans-serif;
        text-align: center;
        font-size: 15px;
    }
    
    .main-container-paragrafo .cor{
        color: #9b0505;
    }
    
    .main-button{
        display: flex;
        justify-content: center;
        max-width: 100%;
        gap: 25px;
    }
    
    .main-button .main-button-estilo {
     background-color: #aa0707; 
      border: none;
      color: white;
      text-decoration: none;
      display: inline-block;
      font-size: 18px;
      border-radius: 12px;
      padding: 2px 25px;
      font-family: 'Oswald', sans-serif;
      font-style: italic;
    }
    .cabecalho .cabecalho-lista-item:hover {
        background-color:#7e0303;
        transition: 0.5s;
    }
    .rodape {
       display: flex;
       flex-direction: row;
       justify-content: center;
       height: 35%;
       width: 120%;
       background-color: #020220;
   }

   .rodape .rodape-item {
       color: #ffffff;
       font-family: 'Roboto Condensed', sans-serif;
       font-size: 20px;
   }
}

@media screen and (max-width: 320px)  and (max-height: 850px) {
    body {
        max-width: 100%;
        max-height: 100%;
        background-image: url(/src/backgrond-logo-alternative.gif);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .cabecalho{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        background-color: #020220;
        align-items: center;
        width: 150%;
    }

    .cabecalho .cabecalho-imagem {
        display: flex;   
        justify-content: center;
        margin-bottom: 2%;
    }
    
    .cabecalho .cabecalho-lista{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content:center;
        gap: 10px;
    }
    
    .cabecalho .cabecalho-lista-item {
        font-family: 'Bebas Neue', sans-serif;
        color: #ffffff;
        text-decoration: none;
        padding-top: 5px;
        font-size: 30px;
        text-align: center;
    }
    .cabecalho-link {
        display: flex;
        flex-direction: row;
        justify-content:end;
        gap: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .main-container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        max-width: 100vh;
        gap: 30px;
      }
     
      .main-container-center{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 25px;
    }
    
    .main-container-center .main-container-paragrafo{
        color: #ffffff;
        font-family: 'Roboto Condensed', sans-serif;
        text-align: center;
        font-size: 13px;
    }
    
    .main-container-paragrafo .cor{
        color: #9b0505;
    }
    
    .main-button{
        display: flex;
        justify-content: center;
        max-width: 100%;
        gap: 25px;
    }
    
    .main-button .main-button-estilo {
     background-color: #aa0707; 
      border: none;
      color: white;
      text-decoration: none;
      display: inline-block;
      font-size: 18px;
      border-radius: 12px;
      padding: 2px 25px;
      font-family: 'Oswald', sans-serif;
      font-style: italic;
    }
    .cabecalho .cabecalho-lista-item:hover {
        background-color:#7e0303;
        transition: 0.5s;
    }
    .rodape {
       display: flex;
       flex-direction: row;
       justify-content: center;
       height: 35%;
       width: 150%;
       background-color: #020220;
   }

   .rodape .rodape-item {
       color: #ffffff;
       font-family: 'Roboto Condensed', sans-serif;
       font-size: 20px;
   }
}

