html, body {
  padding: 0;
  margin: 0;
  background-color: #092533;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}

#logoSerMob, #logoFecafMob {
  /* max-width: 15vw; */
  display: none;
}
header{
    /* background-color: #092533; */
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 90vw;
    margin: 0px auto;
}
#logoSer, #logoFecaf {
    width: 150px !important;
}
h1{
    color: white;
}
h2 {
  position: relative;
  width: 100vw;
  text-align: center;
  color: #fff;
  font-size: 30px;
}

ul {
    list-style-type: none;
    margin: 0px auto;
    padding: 0;
    width: 90vw;
    overflow: hidden;
    background-color: #092525;
    border: 3px solid #00e375;
    border-radius: 10px;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  
  li {
    width: 12.5%;
    border-right: 1px solid #00e375;
    border-left: 1px solid #00e375;
    display: flex;
  }

  li:hover {
    background-color: #00e375;
  }
  
  ul li a {
    color: white;
    position: relative;
    padding: 10px 40px;
    text-decoration: none;
    margin: auto;
    flex-wrap: wrap;
    text-align: center;
  }
  
  .container {    
    width: 90vw;
    height: calc(100vh - 250px);
    position: relative;
    display: flex;
    justify-content: center;
    background-color: aliceblue;
    align-items: center;
    margin: auto;
    /* margin-bottom: -500px !important; */
    border-radius: 10px;
    border: 3px solid #00e375;
  }

  .container-iframe {
    width: 100% !important;
    height: 100% !important;    
    border-radius: 10px;
    border: 3px solid #00e375;
  }
  /* Change the link color to #111 (black) on hover */
  li a:hover {
    /* background-color: #00753F; */
  }
  .active {
    /* background-color: #00753F; */
  }

  footer {
    width: 100vw;
    bottom: 0px;
    margin-top: 55vh;
    padding: 50px;
  }

  footer p {
    color: #333;
    text-align: center;
    font-size: 25px;
  }

  @media  (max-width: 480px) {
    .titulo1 {
      /* display: none; */
      text-align: center;
    }
    
  }

  @media screen and (min-width: 481px) {
    .titulo2 {
      display: none;
    }
    header{
      /* background-color: #092533; */
      justify-content: space-between;
      display: flex;
      flex-direction: row;
      /* margin: 20px auto; */
      
  }
  }
  @media screen and (max-width: 1080px) {
    .container-iframe {
        /* transform: rotate(-90deg); */
        width: max-content;
        height: 100%;
        position: relative;
        width: 100%;
    }
    
    .container {
      width: 90vw !important;
      margin: 0px auto;
      position: relative;
      height: 70%;
      /* width: 10vw; */
      padding-left: 0px;
      /* margin: 10px; */
      /* background-color: #00e375; */
    }
            
        #logoSerMob, #logoFecafMob {
          display: flex;
          height: 30px;
        }

        #logoSer, #logoFecaf{
          display: none;
        }

        header{
          /* background-color: #092533; */
          justify-content: space-between;
          display: flex;
          flex-direction: row;
          /* margin: 20px auto; */
          
      }

      header img {
        /* width: 125px; */
      }
      .titulo1 {
        /* text-align: center; */
      }
      .titulo2 {
        width: 100vw;
        text-align: center;
      }

      .imagem{
        margin: 0px auto;
      }
      h1{
          color: white;
      }

      ul {
        border-radius: 10px;
        flex-direction: row;
        justify-content: flex-start;
        display: flex;
        flex-wrap: wrap;
        margin: 0px auto;
        background-color: #00e375;
      }
      
      li {
        
        background-color: #092525;
        min-width: 24.43%;
        margin: 2px auto;

      }
      ul li a {
        color: white;
        text-decoration: none;
        padding: 10px;
        margin: auto;
        flex-wrap: wrap;
        text-align: center;
      }

            
      footer {
        position: fixed;
        /* width: 100%; */
        bottom: -200px;
        background: aqua;
        /* display: none; */
        /* margin-top: 55vh; */
        padding: 50px 0px;
      }

      footer p {
        color: #333;
        text-align: center;
        font-size: 25px;
        margin-left: auto;
        margin-right: auto;
      }

      @media screen and (max-width: 387px){
        ul {
          justify-content: space-around;
        }
        
        li {
          min-width: 40%;
        }
      }

  }
