
body {
    padding: auto;
    margin: 0;
    font-family: "Roboto", sans-serif;
  }

  .ajustar picture img {
    max-width: 300px;
    width: 100%;
  }

  .bg picture {
    z-index: 10000;
    position: relative;
  }

  .bg h3 {
    font-family: arial;
    color: white;
    max-width: 400px;
    margin-left: 0px;
    font-size: 2rem;
    font-weight: 400;
    margin-top: 2px;
    position: relative;
    z-index: 10000;
  }

  .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Cor preta com 50% de opacidade */
  }

  .bg {
    width: 50%;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-image: url('https://s3-alpha-sig.figma.com/img/8c40/b7de/8f917699972793b19aaa90155005e79d?Expires=1714953600&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=kV1DmunT4r8pkHUhQ-ZnwR8Rs5b3O0zKhSJNh9vEMXK8cf0aTHi~OBY~-sdfDhQt~emqw4Rm3IOiHh-QFVylZTaOIXwwrvlY4bClG3TXiqsyqGk6QuimTxM7JnjjZMtew9StgnzrTiKn78iv04m9b7NBDkDvOzdDmUmT-Yk9rKMynpnYGGknwCBJqYjfJ2vlyx13PESj5aR9d9LMwIMN1ii99nN5TUbg34VwbIBOXk48MtrnCJs1bvEFsREn0iuuQZ6nXxepn4dolnVAPvttbFwQC4QY9rpoIp8BldIECyoVoaiUSV0XRfYgeT7k2JgBIPag~OA~NOIXhTA2GAeIyQ__');
  }

  .grid {
    display: flex;
    height: 100%!important;
  }

  .logar h2 {
    font-size: 2rem;
    margin-bottom: 5px;
    color: #d44343;
  }

  .logar {
    display: flex;
    width: 50%;

    justify-content: center;
  }

  span.novoaqui {
    font-size: 1rem;
    font-family: arial;
    margin-bottom: 30px;
    display: block;
    color: white;
  }

  span.novoaqui a {
    color: #ff5ba1;
    font-weight: bold;
  }

  .password-container {
    position: relative;
  }

  .password-container input[type="password"] {}

  .password-container .toggle-password {
    position: absolute;
    top: 45%;
    right: 8px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #ff5ba1;
  }

  form.users input {
    height: 40px;
    border: 1px solid rgb(201, 201, 201);
    margin-bottom: 5px;
    border-radius: 10px;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
  }

  form.users {
    width: 100%;
  }

  .logar div {
    max-width: 400px;
    width: 100%;
  }

  button.entrar {
    background-color: #d44343 !important;
    border: none;
    width: 100%;
    padding: 15px;
    font-weight: bold;
    color: white;
    font-size: 0.9rem;
    border-radius: 10px;
  }

  .alinhar {
    max-width: 1000px;
    margin: 0 auto;
  }

  .galeria video {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    margin-top: 20px;
    background-color: black;
  }

  #volume-button {
    position: absolute;
    bottom: 0;
  }

  .galeria {
    position: relative;
  }

  .novalinha {
    margin-top: 30px;
    height: 1px;
    width: 100%;
    background-color: rgb(255 255 255 / 19%);
  }

  .linhas span {
    background-color: black;
    margin-top: -20px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -13px;
    width: fit-content;
    padding: 0px 10px;
    box-sizing: border-box;
    color: gray;
  }

  a.cadastrar-btn {
    background-color: #d44343;
    width: 100%;
    display: flex;
    border-radius: 10px;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: white;
  }

  .logar {
    background-color: #000;
  }

  button.option-button {
    background-color: black !important;
  }

  .form-container {
    background-color: #121212ab;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
  }

  label,
  input,
  button.option-button {
    display: inline-block;
    font-size: 1.8rem;
    width: 100%;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 3px;
    padding-right: 3px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: transparent;
    color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  input {
    display: none;
  }

  button.option-button.active {
    background-color: #d44343 !important;
    color: white;
    font-weight: bold;
  }

  button#seguirButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    padding: 15px;
    background-color: #d44343;
    color: #ffffff;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  button#seguirButton:hover {
    background-color: #d44343 !important;
    color: white
  }

  header {
    box-sizing: border-box
  }

  .galeria img,
  .header-post img {
    object-fit: cover;
    object-fit: cover
  }

  * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: Roboto, sans-serif
  }

  header {
    height: 70px;
    padding-top: 10px;
    border-bottom: 1px solid #d4d4d4;
    box-shadow: -3px 13px 19px -9px rgb(0 0 0 / .15);
    -webkit-box-shadow: -3px 13px 19px -9px rgb(0 0 0 / .15);
    -moz-box-shadow: -3px 13px 19px -9px rgb(0 0 0 / .15)
  }

  .alinhar {
    max-width: 1300px !important;
    margin: 0 auto
  }

  header picture svg {
    width: 200px
  }

  .modelo-post {
    box-sizing: border-box
  }

  .content,
  .img {
    position: relative
  }

  .header-post img {
    width: 50px;
    height: 50px;
    border-radius: 50%
  }

  .header-post {
    display: flex;
    gap: 10px
  }

  .header-post span {
    font-weight: 700;
    margin-bottom: 5px
  }

  .header-post div:nth-child(2) {
    display: flex;
    flex-direction: column
  }

  .modelo-post {
    padding: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 30px;
    margin-top: 30px
  }

  .galeria img {
    width: 100%;
    height: 350px;
    border-radius: 10px !important;
    display: block;
    justify-content: center;
    margin: 10px auto 0
  }

  .container {
    max-width: 400px;
    margin: 50px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0 0 0 / .1)
  }

  .title {
    text-align: center;
    margin-bottom: 20px
  }

  .form {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto
  }

  .input-container {
    position: relative;
    margin-bottom: 20px
  }

  .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa
  }

  .btn-submit {
    width: fit-content;
    margin: 0 auto;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #62adff;
    color: #fff;
    font-size: 16px;
    cursor: pointer
  }

  .btn-submit:hover {
    background-color: #0056b3
  }

  .bg picture {
    z-index: 10000;
    position: relative
  }

  .bg h3 {
    font-family: arial;
    color: #fff;
    max-width: 400px;
    margin-left: 0;
    font-size: 2rem;
    font-weight: 400;
    margin-top: 2px;
    position: relative;
    z-index: 10000
  }

  .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: rgb(37 37 37);
  }

  .bg {
    width: 50%;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-image: url(https://s3-alpha-sig.figma.com/img/8c40/b7de/8f917699972793b19aaa90155005e79d?Expires=1714953600&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=kV1DmunT4r8pkHUhQ-ZnwR8Rs5b3O0zKhSJNh9vEMXK8cf0aTHi~OBY~-sdfDhQt~emqw4Rm3IOiHh-QFVylZTaOIXwwrvlY4bClG3TXiqsyqGk6QuimTxM7JnjjZMtew9StgnzrTiKn78iv04m9b7NBDkDvOzdDmUmT-Yk9rKMynpnYGGknwCBJqYjfJ2vlyx13PESj5aR9d9LMwIMN1ii99nN5TUbg34VwbIBOXk48MtrnCJs1bvEFsREn0iuuQZ6nXxepn4dolnVAPvttbFwQC4QY9rpoIp8BldIECyoVoaiUSV0XRfYgeT7k2JgBIPag~OA~NOIXhTA2GAeIyQ__)
  }

  .grid {
    display: flex;
    height: 100vh
  }

  .logar h2 {
    font-size: 2rem;
    margin-bottom: 5px
  }

  .logar {
    display: flex;
    width: 50%;
    align-items: center!important;
    justify-content: center
  }

  span.novoaqui {
    font-size: 1rem;
    font-family: arial;
    margin-bottom: 30px;
    display: block
  }

  span.novoaqui a {
    color: #ff5ba1;
    font-weight: 700
  }

  .password-container {
    position: relative;
    margin-bottom: 20px
  }

  .password-container .toggle-password {
    position: absolute;
    top: 45%;
    right: 8px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #d44343;
  }

  form.users input {
    height: 40px;
    border: 1px solid #c9c9c9;
    margin-bottom: 5px;
    border-radius: 10px;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px
  }

  form.users {
    width: 100%
  }

  .logar div {
    max-width: 550px;
    width: 100%
  }

  button.entrar {
    background-color: #ff5ba1;
    border: none;
    width: 100%;
    padding: 15px;
    font-weight: 700;
    color: #fff;
    font-size: .9rem;
    border-radius: 10px
  }

  .alinhar {
    max-width: 1000px;
    margin: 0 auto
  }

  .galeria video {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    margin-top: 20px;
    background-color: #000
  }

  #volume-button {
    position: absolute;
    bottom: 0
  }

  .galeria {
    position: relative
  }

  .container {
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
    margin-bottom: 20px
  }

  .consumidor div {
    font-weight: 700;
    font-size: 1.2rem;
    color: #363535;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px
  }

  .consumidor {
    display: flex;
    gap: 10px;
    text-align: center
  }

  .entrar {
    text-align: center;
    margin-top: 40px
  }

  .entrar a {
    color: #ff5ba1
  }

  #video-container {
    position: relative;
    width: 640px;
    height: 360px;
    overflow: hidden
  }

  #video {
    top: 0;
    left: 0;
    width: 100%;
    height: 450px
  }

  .controls {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    cursor: pointer
  }

  .play-icon {
    display: block;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    position: absolute
  }

  .volume-icon {
    display: block;
    width: 30px;
    height: 30px
  }

  @media screen and (max-width: 860px) {
    .bg {
      display: none;
    }

    .logar {
      padding: 10px;
      box-sizing: border-box;
      width: 100vh;
    }

    input,
    button.option-button {
      max-width: 200px;
      margin: 0 auto;
    }

    .nova-section {
      flex-direction: column;
    }

    .grid {
      height: 100vh;
    }

    label {
      padding: 0px;
      margin-bottom: 30px;
    }

    .logar picture img {
      width: 180px;
    }
  }
  body {
    padding: auto;
    margin: 0;
    font-family: "Roboto", sans-serif;
  }

  .ajustar picture img {
    max-width: 300px;
    width: 100%;
  }

  .bg picture {
    z-index: 10000;
    position: relative;
  }

  .bg h3 {
    font-family: arial;
    color: white;
    max-width: 400px;
    margin-left: 0px;
    font-size: 2rem;
    font-weight: 400;
    margin-top: 2px;
    position: relative;
    z-index: 10000;
  }

  .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Cor preta com 50% de opacidade */
  }

  .bg {
    width: 50%;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-image: url('https://s3-alpha-sig.figma.com/img/8c40/b7de/8f917699972793b19aaa90155005e79d?Expires=1714953600&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=kV1DmunT4r8pkHUhQ-ZnwR8Rs5b3O0zKhSJNh9vEMXK8cf0aTHi~OBY~-sdfDhQt~emqw4Rm3IOiHh-QFVylZTaOIXwwrvlY4bClG3TXiqsyqGk6QuimTxM7JnjjZMtew9StgnzrTiKn78iv04m9b7NBDkDvOzdDmUmT-Yk9rKMynpnYGGknwCBJqYjfJ2vlyx13PESj5aR9d9LMwIMN1ii99nN5TUbg34VwbIBOXk48MtrnCJs1bvEFsREn0iuuQZ6nXxepn4dolnVAPvttbFwQC4QY9rpoIp8BldIECyoVoaiUSV0XRfYgeT7k2JgBIPag~OA~NOIXhTA2GAeIyQ__');
  }

  .grid {
    display: flex;
    height: 100vh;
  }

  .logar h2 {
    font-size: 2rem;
    margin-bottom: 5px;
    color: #d44343;
  }

  .logar {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
  }

  span.novoaqui {
    font-size: 1rem;
    font-family: arial;
    margin-bottom: 30px;
    display: block;
    color: white;
  }

  span.novoaqui a {
    color: #ff5ba1;
    font-weight: bold;
  }

  .password-container {
    position: relative;
  }

  .password-container input[type="password"] {}

  .password-container .toggle-password {
    position: absolute;
    top: 45%;
    right: 8px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #ff5ba1;
  }

  form.users input {
    height: 40px;
    border: 1px solid rgb(201, 201, 201);
    margin-bottom: 5px;
    border-radius: 10px;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
  }

  form.users {
    width: 100%;
  }

  .logar div {
    max-width: 400px;
    width: 100%;
  }

  button.entrar {
    background-color: #d44343 !important;
    border: none;
    width: 100%;
    padding: 15px;
    font-weight: bold;
    color: white;
    font-size: 0.9rem;
    border-radius: 10px;
  }

  .alinhar {
    max-width: 1000px;
    margin: 0 auto;
  }

  .galeria video {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    margin-top: 20px;
    background-color: black;
  }

  #volume-button {
    position: absolute;
    bottom: 0;
  }

  .galeria {
    position: relative;
  }

  .novalinha {
    margin-top: 30px;
    height: 1px;
    width: 100%;
    background-color: rgb(255 255 255 / 19%);
  }

  .linhas span {
    background-color: black;
    margin-top: -20px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -13px;
    width: fit-content;
    padding: 0px 10px;
    box-sizing: border-box;
    color: gray;
  }

  a.cadastrar-btn {
    background-color: #d44343;
    width: 100%;
    display: flex;
    border-radius: 10px;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: white;
  }

  .logar {
    background-color: #000;
  }

  button.option-button {
    background-color: black !important;
  }

  .form-container {
    background-color: #121212ab;
    padding: 5px!important;
    border-radius: 8px;
    max-width: 400px;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
  }

  label,
  input,
  button.option-button {
    display: inline-block;
    font-size: 1.8rem;
    width: 100%;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 3px;
    padding-right: 3px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: transparent;
    color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  input {
    display: none;
  }

  button.option-button.active {
    background-color: #d44343 !important;
    color: white;
    font-weight: bold;
  }

  button#seguirButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    padding: 15px;
    background-color: #d44343;
    color: #ffffff;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  button#seguirButton:hover {
    background-color: #d44343 !important;
    color: white
  }

  header {
    box-sizing: border-box
  }

  .galeria img,
  .header-post img {
    object-fit: cover;
    object-fit: cover
  }

  * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: Roboto, sans-serif;
    box-sizing:border-box;
  }

  header {
    height: 70px;
    padding-top: 10px;
    border-bottom: 1px solid #d4d4d4;
    box-shadow: -3px 13px 19px -9px rgb(0 0 0 / .15);
    -webkit-box-shadow: -3px 13px 19px -9px rgb(0 0 0 / .15);
    -moz-box-shadow: -3px 13px 19px -9px rgb(0 0 0 / .15)
  }

  .alinhar {
    max-width: 1300px !important;
    margin: 0 auto
  }

  header picture svg {
    width: 200px
  }

  .modelo-post {
    box-sizing: border-box
  }

  .content,
  .img {
    position: relative
  }

  .header-post img {
    width: 50px;
    height: 50px;
    border-radius: 50%
  }

  .header-post {
    display: flex;
    gap: 10px
  }

  .header-post span {
    font-weight: 700;
    margin-bottom: 5px
  }

  .header-post div:nth-child(2) {
    display: flex;
    flex-direction: column
  }

  .modelo-post {
    padding: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 30px;
    margin-top: 30px
  }

  .galeria img {
    width: 100%;
    height: 350px;
    border-radius: 10px !important;
    display: block;
    justify-content: center;
    margin: 10px auto 0
  }

  .container {
    max-width: 400px;
    margin: 50px auto;
    background-color: #fff;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0 0 0 / .1)
  }

  .title {
    text-align: center;
    margin-bottom: 20px
  }

  .form {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto
  }

  .input-container {
    position: relative;
    margin-bottom: 20px
  }

  .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa
  }

  .btn-submit {
    width: fit-content;
    margin: 0 auto;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #62adff;
    color: #fff;
    font-size: 16px;
    cursor: pointer
  }

  .btn-submit:hover {
    background-color: #0056b3
  }

  .bg picture {
    z-index: 10000;
    position: relative
  }

  .bg h3 {
    font-family: arial;
    color: #fff;
    max-width: 400px;
    margin-left: 0;
    font-size: 2rem;
    font-weight: 400;
    margin-top: 2px;
    position: relative;
    z-index: 10000
  }

  .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: rgb(37 37 37);
  }

  .bg {
    width: 50%;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-image: url(https://s3-alpha-sig.figma.com/img/8c40/b7de/8f917699972793b19aaa90155005e79d?Expires=1714953600&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=kV1DmunT4r8pkHUhQ-ZnwR8Rs5b3O0zKhSJNh9vEMXK8cf0aTHi~OBY~-sdfDhQt~emqw4Rm3IOiHh-QFVylZTaOIXwwrvlY4bClG3TXiqsyqGk6QuimTxM7JnjjZMtew9StgnzrTiKn78iv04m9b7NBDkDvOzdDmUmT-Yk9rKMynpnYGGknwCBJqYjfJ2vlyx13PESj5aR9d9LMwIMN1ii99nN5TUbg34VwbIBOXk48MtrnCJs1bvEFsREn0iuuQZ6nXxepn4dolnVAPvttbFwQC4QY9rpoIp8BldIECyoVoaiUSV0XRfYgeT7k2JgBIPag~OA~NOIXhTA2GAeIyQ__)
  }

  .grid {
    display: flex;
    height: 100vh
  }

  .logar h2 {
    font-size: 2rem;
    margin-bottom: 5px
  }

  .logar {
    display: flex;
    width: 50%;
    align-items: initial!important;
    justify-content: center
  }

  span.novoaqui {
    font-size: 1rem;
    font-family: arial;
    margin-bottom: 30px;
    display: block
  }

  span.novoaqui a {
    color: #ff5ba1;
    font-weight: 700
  }

  .password-container {
    position: relative;
    margin-bottom: 20px
  }

  .password-container .toggle-password {
    position: absolute;
    top: 45%;
    right: 8px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #d44343;
  }

  form.users input {
    height: 40px;
    border: 1px solid #c9c9c9;
    margin-bottom: 5px;
    border-radius: 10px;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px
  }

  form.users {
    width: 100%
  }

  .logar div {
    max-width: 550px;
    width: 100%;
    padding:0px;
  }

  button.entrar {
    background-color: #ff5ba1;
    border: none;
    width: 100%;
    padding: 15px;
    font-weight: 700;
    color: #fff;
    font-size: .9rem;
    border-radius: 10px
  }

  .alinhar {
    max-width: 1000px;
    margin: 0 auto
  }

  .galeria video {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    margin-top: 20px;
    background-color: #000
  }

  #volume-button {
    position: absolute;
    bottom: 0
  }

  .galeria {
    position: relative
  }

  .container {
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
    margin-bottom: 20px
  }

  .consumidor div {
    font-weight: 700;
    font-size: 1.2rem;
    color: #363535;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px
  }

  .consumidor {
    display: flex;
    gap: 10px;
    text-align: center
  }

  .entrar {
    text-align: center;
    margin-top: 40px
  }

  .entrar a {
    color: #ff5ba1
  }

  #video-container {
    position: relative;
    width: 640px;
    height: 360px;
    overflow: hidden
  }

  #video {
    top: 0;
    left: 0;
    width: 100%;
    height: 450px
  }

  .controls {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    cursor: pointer
  }

  .play-icon {
    display: block;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    position: absolute
  }

  .volume-icon {
    display: block;
    width: 30px;
    height: 30px
  }

  @media screen and (max-width: 860px) {
    .bg {
      display: none;
    }

    .logar {
      padding: 10px;
      box-sizing: border-box;
      width: 100vh;
    }

    input,
    button.option-button {
      max-width: 200px;
      margin: 0 auto;
    }

    .nova-section {
      flex-direction: column;
    }

    .grid {
      height: 100vh;
    }

    label {
      padding: 0px;
      margin-bottom: 30px;
    }

    .logar picture img {
      width: 180px;
    }
  }

  input,
  textarea {
      font-size: 16px;
  }
  a.seguir {
    color:white;
  }
      .faq {
    max-width: 600px;
    margin: 0 auto;
      background-color: black;
  }
  iframe {
    overflow-x: hidden; /* Oculta o scroll horizontal */
  overflow-y: auto; /* Mantém o scroll vertical se necessário */
  }
  .question {
    background-color: #252525;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .question h2 {
    margin: 0;
    font-weight: 500;
    font-size: 1rem;
  }
  .question i {
          margin-left: 10px;
          font-size: 1.5em;
      }
  .answer {
    background-color: #353535;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 5px;
    display: none;
  }
  .answer p {
    margin: 0;
    font-size: 0.8rem;
    color: lightgray;
  }
  .fas.fa-plus {
    float: right;
  }
  body {
    color:white;
    background-color: #252525;
    font-family: "Roboto Condensed", sans-serif!important;
  }
  .input input {
  width: 100%;
  height: 45px;
  border: none;
  border-radius: 10px;
  background: #252525;
  padding-left: 10px;
}
  iframe {
    border:none;
    width:100%;

    
  }
  .plano-name {
    display:flex;
    align-items: center;
    gap: 10px;
    max-width:100%!important;
    width: 100%;
    font-family: "Roboto Condensed", sans-serif!important;
  }
  .logar {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: url(https://privaflix.com/static/Filtred/fundobg.png);
  background-size: auto 110%;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 900;
  overflow-x: auto; /* Habilita o scroll horizontal quando necessário */
  
  max-width: 100%; /* Limita a largura máxima da div */
}
/* Estilização da barra de rolagem */
.logar::-webkit-scrollbar {
  width: 3px; /* Largura da barra de rolagem para navegadores WebKit */
}

.logar::-webkit-scrollbar-track {
  background: #121212; /* Cor de fundo da barra de rolagem */
}

.logar::-webkit-scrollbar-thumb {
  background-color: #313131; /* Cor do 'thumb' (alça) da barra de rolagem */
  border-radius: 10px; /* Borda arredondada */
}

.logar::-webkit-scrollbar-thumb:hover {
  background-color: #FFD700; /* Cor do 'thumb' (alça) da barra de rolagem ao passar o mouse */
}
  .logar h2 {
    font-family: "Roboto Condensed", sans-serif!important;
    font-weight: 900;
    margin-top: -20px;
  }
   .circle {
      width: 20px!important;
      height: 20px!important;
      background-color: #d44343;
      border-radius: 50%;
      position: relative;
  }
  .liberacao {
    background-color: #0000008a;
    font-family: "Roboto Condensed", sans-serif!important;
    padding: 10px;
    border-radius: 3px;
    font-size: 0.8rem;
    box-sizing: border-box;
    font-weight: 500;
    margin-bottom: 8px;
    text-align: center;
    padding:5px!important;
  }
  span.novoaqui {
    font-family: "Roboto Condensed", sans-serif!important;
    font-weight: 800;
    font-size:1.4rem;
    margin-bottom: 10px;
  text-align: center;    }
  .final-preco {
    position: absolute;
    top: -30px;
    right: -17px;
    background-color: #3c3b3b;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 0px 5px 5px 0px;
    font-size:1.4rem;
    max-width: 100px!important;
  }
  .selecioneInfo {
    text-align: center!important;
  }
  .precos-preco {
    position:relative;
  }
  .circle:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 15px;
      height: 15px; /* Ajuste o tamanho da perfuração conforme necessário */
      background-color: #121212; /* Cor de fundo transparente */
      border-radius: 50%;
      transform: translate(-50%, -50%);
  }
  .mobile-select {
    display:none;
  }
  .logar h2 {
    text-align: center;
  }
  .logar picture { 
    width: 100%;
  display: block;
  text-align: center;
  }
  .header-novo {
    display: none;
    position: fixed;
    padding: 1px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.829);
    text-align: center;
    z-index: 10000;
    width: 100%;
  }
  .header-novo img {
    width: 105px;
  }
  path {
    fill: white;
  }
  #seguirButton {
    display: flex;
    align-items: center;
    padding: 10px!important;
    gap: 10px;
    
   
  }
  #seguirButton svg {
    height:20px;
    width:20px;
  }
 
  @media screen and (max-width:860px) {
      .faq {
      padding-top: 10px;
      background-color: black;
  }
 
    .header-novo {
      display: block!important;
    }
    .logar picture {
      visibility: hidden;
    }
    .grid {
      height: 100%!important;
  }
    .nova-section {
      display:none!important;
    }
    .mobile-select {
      display: block;
    }
    .precos {
      
      width:100%;
      display: flex;
      flex-direction: column;
      gap:10px;
      margin-top:10px;
    }
    .precos a {
      border: 1px solid #353535;
      border-radius: 5px;
      display: flex;
      /* padding: 20px 16px; */
      height: 60px;
      padding: 0px 16px;
      color: white;
      align-items: center;
      background: #060606ad;
    }
    .precos-preco {
      font-size:2rem;
      max-width: 95px !important;
    }
    .precos-preco span {
      margin-right: 5px;
      font-size: 0.6rem;
    }
    .mobile {
    display: flex!important;
  }
  }
  @media screen and (min-width:700px){
    .logar {
      background-color: black!important;
    }
    .mobile {
    display:none;
  }
  }
  
  .ou {
    position: relative;;
  }
  .container {
  max-width: 500px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position:relative;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.swiper-pagination-bullet-active {
background-color: rgb(231, 51, 5);
opacity: 0.7;
}
.swiper-container {

  width: 100%!important;
  max-width: 350px!important;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position:relative!important;
  display: block!important;
  margin-top: 0px!important;
}

.swiper-slide {
max-width:400px;
width: 100%!important;
position:relative;
}
.swiper-slide img {
  width: 100%;
  height: 385px;
  object-fit: cover;
  border-radius: 10px;
}
.swiper-button-next, .swiper-button-prev {
width: fit-content !important;
background-color: transparent; /* Cor de fundo dos botões */
color: white; /* Cor do ícone */
border-radius: 50%; /* Borda arredondada para um visual mais suave */
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10; /* Garante que os botões fiquem acima das imagens */
cursor: pointer;
transition: background-color 0.3s ease; /* Transição suave ao passar o mouse */
}

.swiper-button-next:hover, .swiper-button-prev:hover {
background-color: transparent; /* Cor de fundo ao passar o mouse */
}

.swiper-button-next {
margin: 0;
padding: 0;
left: initial !important;
right: 0px !important;
display: block;
display: flex;
width: 100%;
justify-content: flex-end;

}
.swiper-button-prev {
margin: 0;
padding: 0;
left: 0 !important;
right: initial !important;
display: block;
}
.swiper-wrapper {
margin-top:15px;
}
.modelo-single {
position:absolute;
left: 10px;
bottom: 30px;
}
.topo-modelo {
display:flex;
align-items: center;
gap: 10px;
}
a.seguir {
padding: 10px;
background-color:#d44343;
border-radius: 3px;
font-size: 0.8rem;
position: absolute;
right: 10px;
top: 10px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size:1rem!important;
  }
  #detalhe {
    display: grid;
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
max-width: 1000px;
margin: 0 auto;
gap: 15px;
width: 100%;
margin-top: 30px;
margin-bottom: 4px;
  }
  #detalhe i {
    color: white;
    font-size: 3rem!important;
  }
  article.detalhes-user {
    width: 100%;
text-align: center;
display: flex;
flex-direction: column;
font-size: 0.8rem;
padding: 10px;
box-sizing: border-box;
  }
  .form-button{
background-color: #000000;
padding-top: 10px;
text-align: center;
box-sizing: border-box;
margin: 8px;
width: 100%;
}
button#seguirButton1 {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
/* margin-top: 20px; */
padding: 15px;
background-color: #d44343;
color: #ffffff;
font-weight: bold;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 1.5rem;
}
.divbuton{    background-color: black;
padding: 1px !important;
}

.footer {
    display: flex;
    background-color: black;
    padding: 10px;
  }
  footer {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu-link ul {
    display: flex;
    flex-wrap: wrap;
  
    gap: 30px;
    font-weight: bold;
    color: gray;
    font-family: "Roboto Condensed", sans-serif!important;
  }
  .menu-link ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Roboto Condensed", sans-serif!important;
    font-size: 0.8rem;
  }
  .menu-link ul li svg {
    width: 15px;
    height: 15px;
  }
  @media screen and (max-width:860px) {
    footer {
      flex-direction: column;
      align-items: initial!important;
      justify-content: flex-start;
    }
    .menu-link ul {
      margin-top: 10px;
      flex-direction: column;
      
    }
    .footer-img img {
      margin: 0 auto;
      display: block;
      margin-bottom: 5px;
    }
    .faq {
      
    }
  }
  
  #rodape address {
text-align: center;
color: #fff;
font-weight: normal;
font-size: 0.813em;
margin: 20px 0;
}
.container-footer {
margin-left: auto;
margin-right: auto;
max-width: 1024px;
width: 100%;
}
#rodape .texto {
padding: 0 15px;
font-size: 0.688em;
color: #fff;
text-align: center;
font-weight: normal;
}

#rodape address {
text-align: center;
color: #fff;
font-weight: normal;
font-size: 0.813em;
margin: 20px 0;
}