body{
    margin: 0;
    padding: 0;
   /* background-color:#fffafa;     */
    width: 100%;
    min-height: 100%;
    overflow: hidden;
  }  
  
  .fs:hover{
    font-size: 20px;
    background-color: rgb(31, 152, 106);;
    border-color: black;
  }
  
  .ex:hover{
    border-color: rgb(175, 33, 33);
    background-color: rgb(187, 67, 67);
  }
  
  .fs{
    visibility: hidden;
    position:absolute; 
    bottom:20px; 
    left:105px;
    width:60px; 
    height:60px;       
    border:#444 solid medium; 
    border-width: 2px;
    border-radius:50%;  
    background-color: rgb(247, 240, 240);
    overflow: hidden;
    float: left;
    background-size: cover;
    /*background-image: url('../images/play.png');*/
  }
  /*
  button.vr{
    position:absolute; 
    bottom:110px; 
    left:10px;
    width:60px; 
    height:60px;       
    border:#444 solid medium; 
    border-width: 2px;
    border-radius:50%;  
    background-color: rgb(247, 240, 240);
    overflow: hidden;
    float: left;
    background-size: cover;
    background-image: url('./images/vr-glasses.png');
    opacity: 1;
  }*/

  .overMic{
    position:absolute; 
    bottom:5%; 
    right:5%;
    width:53px; 
    height:53px;       
    border-radius:50%;  
    border-width: 3px;
    border-style: solid;
    float: left;
    background-color: rgba(35, 35, 53, 0.685);
    align-items: center;
  }
  
  
  .mic{
    position:relative; 
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:50px; 
    height:50px;        
    border-radius:50%;  
    overflow: hidden;
    background-image:url('../images/microfone.png');
    background-size: 100% 100%;
    background-color: rgba(35, 35, 53, 0.685);
  }
  
  .ex{
    visibility: hidden;
    position:absolute; 
    top:10%; 
    right:10px;
    width:20px; 
    height:20px;       
    border:#444 solid medium; 
    border-width: 2px;
    border-radius:50%;  
    background-color: rgb(247, 240, 240);
    overflow: hidden;
    float: left;
    background-size: cover;
    /*background-image: url('../images/cross.png');*/
  }
  
  ul {
  list-style-type: none;
  }
  /*
  .score{
    border:#444 solid medium; 
    border-radius:10%; 
    position: absolute;
    background-color:antiquewhite;
    width: 50px;
    height: 35px;
    left:65px;
    bottom: 90px;
    overflow: hidden;
    float: left;
    background-size: cover;
    border-width: 2px;
  }*/
  
  .joyOne{
    position: absolute;
    width: 80px;
    height: 80px;
    background:rgba(126, 126, 126, 0.5);
    border:#444 solid medium; 
    border-radius:50%;
    bottom: 5%;
    left: 5%;
    opacity: 1.0;
  
  }
  
  .joyTwo{
    position:absolute;
    left: 22.5%;
    bottom: 22.5%;
    width: 40px; 
    height: 40px; 
    border-radius: 50%; 
    background: #fff;
    opacity: 1.0;
  }

  .joyOneTwo{
    position: absolute;
    width: 80px;
    height: 80px;
    background:rgba(126, 126, 126, 0.5);
    border:#444 solid medium; 
    border-radius:50%;
    bottom: 5%;
    right: 5%;
    opacity: 1.0;
  
  }
  
  .joyTwoTwo{
    position:absolute;
    right: 22.5%;
    bottom: 22.5%;
    width: 40px; 
    height: 40px; 
    border-radius: 50%; 
    background: #fff;
    opacity: 1.0;
  }
  
  .sound{
    border:#444 solid medium; 
    border-radius:50%; 
    position: absolute;
    background-color: transparent;
    width: 35px;
    height: 35px;
    left:6%;
    bottom: 12%;
    overflow: hidden;
    float: left;
    background-image: url('../images/sound.png');
    background-size: cover;
  }
  
  .semiCirculo{
    visibility: hidden;
    left: 100%;
    bottom: 100%;
  }

  .semiCirculoTwo{
    visibility: hidden;
    right: 100%;
    bottom: 100%;
  }
  
  .scoreScreen{
    position: absolute;
    color: #fffafa;
    background-color: rgb(234, 239, 234);
    width: 110px;
    height: 60px;
    right: 10px;
    top:8px;
    border-radius: 15%;
  }
  
  .scorePicture{
    position: absolute;
    background-color: transparent;
    max-width: 50px;
    max-height: 50px;
    content: url('../images/wallet.png');
    overflow: hidden;
    float: left;
    border: none;
    left: 5%;
    bottom: 10%;
  }
  
  .scoreNumber{
    position: absolute;
    font-size:x-large;
    text-align: left;
    background-color: transparent;
    color: black;
    max-width: 50px;
    max-height: 40px;
    left: 52%;
    border-radius: 30%;
    top: 20%;
  }
  
  .nombre{
    position: absolute;
    /*color: #fffafa;*/
    color: #000;
    background-color: transparent;
    max-width: 500px;
    max-height: 60px;
    right: 50%;
    top:3%;
    text-align: center;
  }
  
  /*
  .realNome{
    position: absolute;
    font-size:large;
    text-align: left;
    background-color: transparent;
    color: black;
    max-width: 460px;
    max-height: 40px;
    left: 5%;
    top: 20%;
  }*/
  
  .sair{
    position: absolute;
    text-align: center;
    background-color: red;
    bottom: 97%;
    width: 50px;
    height: 25px;
    left: 97%;
  }
  
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    overflow: auto;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  .borda{
          border-radius: 50%;
  
  }
  
  #textbox{
      position: absolute;
      bottom:1%;
      right:10%;
      width: 50%;
  }
  
  #main {
    transition: margin-left .5s;
    padding: 16px;
  }
  
  /* Add responsiveness - on screens less than 500px, make the navigation links appear on top of each other, instead of next to each other */
  @media only screen 
  and (min-device-width : 320px) 
  and (max-device-width : 480px){
    .navbar a {
      float: none;
      display: block;
      width: 100%;
      text-align: left; /* If you want the text to be left-aligned on small screens */
    }

    .overMic{
      position:absolute; 
      top: 90%;
      left: 90%;
      width:43px; 
      height:43px; 
      transform: translate(-50%,-50%);
    }
        
    .mic{
      width:40px; 
      height:40px;        
    }
  }

  @media only screen 
  and (min-device-width : 480px) 
  and (max-device-width : 1024px){
    .navbar a {
      float: none;
      display: block;
      width: 100%;
      text-align: left; /* If you want the text to be left-aligned on small screens */
    }

    .overMic{
      position:absolute; 
      top: 90%;
      left: 90%;
      width:43px; 
      height:43px; 
      transform: translate(-50%,-50%);
    }

    .mic{
      width:40px; 
      height:40px;        
    }
}
  
  #message {
    display:none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px;
  }
  
  #message p {
    padding: 10px 35px;
    font-size: 18px;
  }
  
  #messageCad {
    display:none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px;
  }
  
  .alert-success{
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  #messageCad p {
    padding: 10px 35px;
    font-size: 18px;
  }
  
  /* Add a green text color and a checkmark when the requirements are right */
  .valid {
    color: green;
  }
  
  .valid:before {
    position: relative;
    left: -35px;
    content: "✔";
  }
  
  /* Add a red text color and an "x" when the requirements are wrong */
  .invalid {
    color: red;
  }
  
  .invalid:before {
    position: relative;
    left: -35px;
    content: "✖";
  }
  
    .testeQuadrado{
    position: absolute;
    width: 50%;
    height: 50%;
    top: 25%;
    left: 25%;
    background-color: white;
    text-align: center;
    overflow-y:scroll;
  }
  
  /*Teste carrossel netflix*/
  
  *,
  *::before,
  *::after {
  box-sizing: border-box;
  }
  
  img,
  svg {
  max-width: 100%;
  display: block;
  }
  
  /* general styling */
  
  .imigracao{
    position:absolute;
    top:25%;
    left:5%;
  }
  /*
  .container {
  inline-size: min(100% - 4rem, 70rem);
  margin: 150px auto 30px auto;
  }*/
  /* media scroller */
  
  .media-container {
  position: absolute;
  top:30%;
  }
  
  .media-scroller,
  .media-group {
  display: grid;
  gap: 0.25rem;
  grid-auto-flow: column;
  }
  
  .media-scroller {
  overflow-x: hidden;
  scroll-behavior: smooth;
  grid-auto-columns: 100%;
  padding: 0 3rem;
  scroll-padding-inline: 3rem;
  }
  
  .media-group {
  grid-auto-columns: 1fr;
  }
  
  .media-element {
  border-radius: 0.25rem;
  overflow: hidden;
  }
  
  .media-element > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  }
  
  .next,
  .previous {
  display: none;
  align-items: center;
  z-index: 10;
  position: absolute;
  width: 3rem;
  padding: 1rem;
  background: rgb(0 0 0 / 0);
  opacity: 0;
  }
  
  .previous {
  left: 0;
  top: 0;
  bottom: 0;
  }
  
  .next {
  right: 0;
  top: 0;
  bottom: 0;
  }
  
  .media-group:first-child :where(.next, .previous) {
  display: flex;
  }
  
  .media-scroller:hover :where(.next, .previous) {
  opacity: 1;
  }
  
  :where(.next, .previous):hover {
  background: rgb(0 0 0 / 0.3);
  }
  
  :where(.next, .previous) > svg {
  transition: transform 75ms linear;
  transform: scale(1);
  }
  :where(.next, .previous):hover > svg {
  transform: scale(1.2);
  }
  
  .media-group:target :where(.next, .previous) {
  display: flex;
  }
  
  .media-scroller:has(:target:not(:first-child))
  .media-group:first-of-type
  .next {
  display: none;
  }
  
  /* navigation indicators */
  
  .navigation-indicators {
  opacity: 0;
  position: absolute;
  display: flex;
  gap: 3px;
  
  top: -1rem;
  right: 2rem;
  }
  
  .navigation-indicators > * {
  width: 1rem;
  height: 2px;
  background: white;
  opacity: 0.5;
  }
  
  .media-scroller:has(.media-group:target)
  .navigation-indicators
  > *:nth-child(1) {
  opacity: 0.5;
  }
  
  .navigation-indicators > *:nth-child(1),
  .media-group:nth-child(1):target ~ .navigation-indicators > *:nth-child(1) {
  opacity: 1;
  }
  
  .media-group:nth-child(2):target ~ .navigation-indicators > *:nth-child(2) {
  opacity: 1;
  }
  
  .media-group:nth-child(3):target ~ .navigation-indicators > *:nth-child(3) {
  opacity: 1;
  }
  
  .media-group:nth-child(4):target ~ .navigation-indicators > *:nth-child(4) {
  opacity: 1;
  }
  
  .media-scroller:hover .navigation-indicators {
  opacity: 1;
  }
  
  .search-container {
  position: absolute;
  display: inline-block;
  top:40%;
  height: 30px;
  width: 30px;
  vertical-align: bottom;
  }
  
  .mglass {
  display: inline-block;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  }
  
  .searchbutton {
  position: absolute;
  font-size: 22px;
  width: 100%;
  margin: 0;
  padding: 0;
  }
  /*
  .search:focus + .searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: white;
  color: black;
  }*/
  
  .search {
  position: absolute;
  left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
  background-color: white;
  outline: none;
  border: none;
  padding: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  }
  
  .search:focus {
  width: 363px; /* Bar width+1px */
  padding: 0 16px 0 0;
  }
  
  .expandright {
  left: auto;
  left: 49px; /* Button width-1px */
  }
  
  .expandright:focus {
  padding: 0 0 0 16px;
  }