  @media (min-width: 1200px) {

    #buttons-group img {
      width: 10%;
    }

    #buttons-group {
      max-height: 10vh;
    }

  }

  body {
    background-color: rgba(0, 0, 0, 1);
  }

  #index{
    height: 100vh;
    justify-content: initial;
  }

  .test-gradient {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 200px;
    width: 100%;
    /* Para branco, use 255,255,255,0 e 255,255,255,1 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .5) 5%, rgba(0, 0, 0, 0) 50%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5) 5%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0 50%));
    /* Para branco, use #00ffffff e #ffffff abaixo */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0)
  }

  @font-face {
    font-family: 'poppins';
    /* src: url("../fonts/Poppins/Poppins-Regular.ttf") format('opentype'), url("../fonts/Poppins/Poppins-Regular.ttf") format('truetype'); */
    src: url("../fonts/Poppins/Poppins-Light.ttf") format('opentype'), url("../fonts/Poppins/Poppins-Light.ttf") format('truetype');

  }

  body * {
    color: white;
    font-family: 'poppins';
  }

  #link-logo>img {
    width: 90%;
  }

  #link-logo {
    display: flex;
    justify-content: end;
  }

  .menu {
    align-items: end;
  }

  nav {
    margin-top: 60px;
  }

  video {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
    object-fit: cover;
  }

  #envolve-video{
    min-width: 100%;
    min-height: 100%; 
    z-index: -2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
  }

  .menu {
    display: flex;
    justify-content: space-between;
  }

  .menu span {
    font-size: 1.5rem;
  }

  .navbar-toggler {
    border: transparent;
    outline: none;
    box-shadow: none;
  }

  .navbar-toggler:focus {
    border: transparent;
    outline: none;
    box-shadow: none;
  }

  :root {
    --bs-font-sans-serif: Georgia
  }

  .main {
    display: flex;
    justify-content: center;
  }

  .sem-rodape {
    min-height: 100vh;
  }

  #index .sem-rodape {
    min-height: auto;
    margin: 0;
    padding: 0;
    border: 0;
  }

  #conteudo {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 1rem;
  }

  #conteudo p{
    width: 65%;
    margin: 1rem auto;
  }

  .menu-options {
    transition: 1.5s;
    border-right: white solid 0.5px;
    margin-right: 5%;
  }

  li {
    list-style: none;
    font-size: x-large;
  }

  li>a {
    text-decoration: none;
  }

  li>a {
    text-decoration: none;
  }

  .p-4 {
    padding-top: 0;
  }

  div>ul {
    max-height: 70vh;
    overflow-y: scroll;
  }

  .float-footer {
    background-color: transparent;
    position: fixed;
    bottom: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
  }

  #buttons-group {
    justify-content: space-between;
    padding: 0;
    padding-bottom: 30px;
  }

  #buttons-group img {
    width: 50%;
  }

  @media (max-width: 998px) and (min-width: 768px) {
    #buttons-group img {
      width: 70%;
    }
  }

  @media (max-width: 767px) and (min-width: 500px) {
    #buttons-group img {
      width: 100%;
    }
    #conteudo p{
      width: 80%;
      margin: 1rem auto;
    }
  }

  @media (max-width: 499px) {
    #buttons-group {
      width: 80%;
    }

    #buttons-group a {
      width: 80%;
    }

    #navbarToggleExternalContent * {
      font-size: 1.2rem;
    }
  }

  .active {
    border-bottom: solid white 2px;
  }

  .submenu {
    font-size: large;
    /* padding-left: 10%; */
  }

  /* Works on Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: rgb(90, 90, 90) rgb(255, 255, 255);
  }

  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 5px;
  }

  *::-webkit-scrollbar-track {
    background: rgb(90, 90, 90);
  }

  *::-webkit-scrollbar-thumb {
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    border: 1px solid rgb(255, 255, 255);
  }

  .galeria>div {
    margin: 2%;
  }

  .galeria {
    /* background-color: rgba(0,0,0,0.5); */
    /* border-radius: 5px; */
    justify-content: center;
    align-items: center;
  }

  #modal-toggle{
    position: fixed;
    top: 0;
    width: 100%;
  }

  #modal-dialog{
    width: 100%;
    margin: auto;
  }

  .modal-content{
    height: 100vh;
  }

  .fundo-modal {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
  }

  #foto-destaque {
    max-width: 100%;
    max-height: 80vh;
    transition: .5s;
  }

  .modal-content {
    background-color: black;
    z-index: 90;
  }

  .modal-dialog {
    max-width: 70%;
  }

  .modal-header {
    border: 0;
  }

  .maps {
    min-width: 50%;
    width: 100%;
    height: 500px;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 5%;
  }

  .rodape {
    min-height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #buttons-group>a:hover {
    transform: scale(1.1);
    transition: 1s;
  }

  #buttons-group>a {
    transition: 1s;
  }

  #background {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    min-width: 100%;
    z-index: -1;
    opacity: 80%;
  }

  #index .rodape {
    display: none;
  }

  body {
    font: 0.8rem/2 var(--bs-font-sans-serif);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .thumb {
    background-color: rgba(0, 0, 0, 0.5);
  }

  #navbarToggleExternalContent a:hover {
    color: whitesmoke;
    transition: 1s;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .desenvolvedor {
    margin-left: 3px;
  }

  @media (max-width: 490px) {

    .menu .align-middle {
      display: none;
    }

    .menu>div {
      width: 80%;
    }
  }

  @media (max-width: 992px) and (min-width: 770px) {
    #navbarToggleExternalContent {
      width: 40%;
    }
  }

  @media (max-width: 769px) and (min-width: 576px) {
    #navbarToggleExternalContent {
      width: 50%;
    }

    .galeria {
      width: 80%;
    }

    .maps {
      width: 100%;
    }
  }

  @media (max-width: 575px) {

    #navbarToggleExternalContent {
      width: 100%;
      padding-bottom: 1%;
      border-bottom: 1px solid white;
    }

    .main {
      flex-wrap: wrap;
    }

    #conteudo {
      margin-top: 5%;
      width: 100%;
    }

    .galeria {
      width: 100%;
    }

    .modal-dialog {
      margin: auto;
      max-width: 100%;
      position: relative;
      margin-top: 20vh;
    }

    .rodape {
      display: flex;
      flex-wrap: wrap;
      text-align: center;
      min-height: 60px;
    }

    .desenvolvedor {
      margin-left: 0;
      display: flex;
    }

    .maps {
      width: 100%;
    }

    #conteudo p{
      width: 100%;
    }

  }
  .contato-icon {
    width: 60px;
  }

  #infos-contato{
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    margin-bottom: 5%;
  }

  .contato-instagram{
    display: inline;
    margin-left: 5%;
  }

  .contato-wpp{
    display: inline;
    margin-right: 5%;
  }


  /* } */
#moldura{
  display: flex;
  justify-content: space-around;
  margin: auto;
}

.modal-body{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.seta{
  background-color: rgba(255, 255, 255, 0.5);
  width: 10%;
  height: 100%;
  position: absolute;
  display: flex;
  top: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.img-seta{
  width: 50%;
  opacity: 10%;
  transition: .5s;
  filter: invert();
}

.img-seta:hover{
  transform: scale(1.1);
  transition: .5s;
  opacity: 80%;
}

#move-direita{
  right: 0;
  /* Para branco, use 255,255,255,0 e 255,255,255,1 */
  background: -moz-linear-gradient(right, rgba(0, 0, 0, .5) 5%, rgba(0, 0, 0, .5) 60%);
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, .5) 5%, rgba(0, 0, 0, 0) 60%);
  background: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0 60%));
  /* Para branco, use #00ffffff e #ffffff abaixo */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0)
}

#move-esquerda{
  left: 0;
  /* Para branco, use 255,255,255,0 e 255,255,255,1 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, .5) 5%, rgba(0, 0, 0, .5) 60%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 5%, rgba(0, 0, 0, 0) 60%);
  background: linear-gradient(to left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0 60%));
  /* Para branco, use #00ffffff e #ffffff abaixo */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0)
}

#img-seta-esquerda{
  margin-left: 40%;
}

#img-seta-direita{
  margin-right: 40%;
}

.div-btn-close{
  width: 100%;
  display: flex;
  justify-content: end;
}

.btn-close {
  background-color: white;
  color: black;
}

.btn-close{
  font-size: 1.5rem;
  margin-bottom: 5%;
  z-index: 100;
}

video {
  height: 100%;
}

#conteudo {
  line-height: 150%;
  justify-content: center;
  align-items: center;
}

#contato .contato-description{
  white-space: nowrap;
}

@media (max-width: 400px) {

  #contato #infos-contato {
    flex-flow: column;
  }

  #contato #infos-contato>*{
    margin: 0;
    margin-bottom: 15%;
  }
}


@keyframes carrega_body {
  0% {
      background-color: rgb(230, 230, 230);
  }
  50% {
      background-color: rgb(109, 8, 122);
  }
  100% {
      background-color: rgba(230, 230, 230);
  }
}

@keyframes expande {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.2);
  }
  100% {
      transform: scale(1);
  }
}
@keyframes spin {
  to {
      transform: rotate(360deg);
  }
}

#load-fundo{
  -webkit-animation: carrega_body 2s linear infinite;
  -moz-animation: carrega_body 2s linear infinite;
  -o-animation: carrega_body 2s linear infinite;
  animation: carrega_body 2s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 997;
  height: 120vh;
  width: 100vw;
  transition: 2s;
  overflow: hidden;
  top: -70px;
}
#load-figure{
  width: 40px;
  height: 40px;
  border: solid 3px rgba(230, 230, 230, 0.5);
  border-bottom-color: rgb(109, 8, 122);
  border-radius: 100%;
  margin-top: 30px;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#elementos-load{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-animation: expande 2s linear infinite;
  -moz-animation: expande 2s linear infinite;
  -o-animation: expande 2s linear infinite;
  animation: expande 2s linear infinite;
}

.navbar,.main, .menu-options{
  z-index: 998;
}