<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html {
    height: 100%;
    margin: 0;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    background-image: url("../video/video.gif");
    background-size: cover;
}

.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}


.content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.content img {
    max-width: auto;
    height: 75vh; 
    z-index: 1; 
    position: absolute;
    bottom:0;
}
.content img.logo {
    max-height: auto;
    position: absolute;
    left: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: auto;
    top: 10px;
  }
  .menu {
    position: fixed;
    top: 48vh;
    left: -45vh;
    width: 100vh;
    display: flex;
    z-index: 33;
    align-items: center;
    flex-wrap: wrap;
    transform: rotate(270deg);
  }
  .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 100px;
    align-items: center;
  }

.menu li {
    text-align: center;
}

.menu a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    display: block;
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: 900;
    transition: all 0.3s;
  }

.menu a:hover {
    color: #ccc; /* Cor de fundo ao passar o mouse */
}

.menu li.first-item {
    width: 70px;
    background: #fff;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    height: 1px;
    margin-right: 20px;
  }

  .menu li.last-item {
    width: 70px;
    background: #fff;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    height: 1px;
    margin-right: 20px;
  }

  .social {
    position: fixed;
    right: 110px;
    bottom: 110px;
    width: 400px;
    z-index: 2;
  }

  .social .first
  {
    display:flex;
    justify-content: space-between;
  }

  .social .first img
  {
    width:40px;
  }
  .social .second {
    text-align: center;
    width: 100%;
    margin-top: 40px;
  }



  @media (max-width: 768px) {
    video {
     display:none
  }
  
  
  .content img.logo {
    max-height: auto;
    position: absolute;
    left: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
    height: auto;
    top: 40px;
  }

      .content img {
        max-width: auto;
        height: 70vh;
        z-index: 1;
        position: absolute;
        bottom: 0;
      }

      menu a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        display: block;
        padding: 10px 20px;
        text-transform: uppercase;
        font-weight: 900;
        transition: all 0.3s;
      }

      .social {
        position: fixed;
        right: 80px;
        bottom: 50px;
        width: calc(100% - 180px);
        z-index: 2;
      }
      .social img
      {
        width:80px;
      }

      .social .first img
      {
        width:30px;
      }
      .social .second {
        text-align: center;
        width: 100%;
        margin-top: 20px;
      }
      .menu a {
        color: #fff;
        text-decoration: none;
        font-size: 17px;
        display: block;
        padding: 10px 17px;
        text-transform: uppercase;
        font-weight: 900;
        transition: all 0.3s;
      }

      .menu li.first-item {
        width: 30px;
    
      }
    
      .menu li.last-item {
        width: 30px;

      }
      .menu ul {
        width: 100%;
        padding: 0 40px;
        padding-right: 40px;
        padding-left: 40px;
        padding-right: 40px;
        padding-left: 40px;
        padding-right: 0;
        padding-left: 0;
      }

      .menu {
        position: fixed;
        top: 48vh;
        left: -46vh;

      }
  }</pre></body></html>