  @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200;300;400;500;600&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  :root {
      /* ============================================ CORES ================================================================= */
      --cor1: #19dafc3b;
      --cor2: #18D0F0;
      --cor3: #15B9D6;
      --cor4: #1298B0;
      --cor5: #0B6170;
      --cor6: #ffffff;
      --cor7: #e2e7e6;
      --cor8: #eff1f0;
      --cor9: #a0a0a0;
      --cor10: #ae3c3c;
      --cor11: #f5f5f5e8;
      --cor12: #f03033;
      --cor13: #1bde6d;
      --cor14: #0f63a3;
      /* ============================================ FONTES ================================================================= */
      --title: 'Roboto', sans-serif;
      --title-primry: 'Montserrat', sans-serif;
      ;
      --title-subtitle: 'Oswald', sans-serif;
      ;
  }

  /* ============================================ CONFIG BASE ================================================================= */

  html{
    font-size: .88em;
  }
  * {
      margin: 0;
      padding: 0;
      /* font-family: "Poppins", sans-serif; */
  }

  a {
      text-decoration: none;
      cursor: pointer;
  }

  img {
      -webkit-user-drag: none;
      user-select: none;
  }

  li>a {
      all: unset;
      cursor: pointer;
  }

  li>a>img {
      width: 100px;
      padding: 3px 0;
      object-fit: cover;
  }

  .hv>a:hover {
      all: unset;
      cursor: pointer;
  }

  .link {
      text-decoration: underline;
  }

  button {
      border: none;
      background-color: transparent;
  }

  ul {
      padding: 0;
  }

  /* ============================================ HEADER ================================================================= */
  header {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      background-image: linear-gradient(39deg, var(--cor2)20%, var(--cor4)66%);
      border-radius: 0px 0px 100px 0px;
      box-shadow: 1px 1px 4px #00000053;

  }

  nav {
      display: flex;
      align-items: center;
      overflow: hidden;
      z-index: 100;
      border-radius: 50px;
      background-color: var(--cor6);
      width: calc(100% - 40px);
      box-shadow: -8px -4px 9px 0px #ffffff82, 1px 3px 3px #00000038;
      min-height: 6.8vh;
  }

  ul>li {
      list-style: none;
  }

  ul>li.menu>a {
      text-decoration: none;
      cursor: pointer;
      color: var(--cor4);
      padding: 5px 15px;
      border: solid 2px var(--cor6);
      transition: all ease-in-out 0.5s;
  }

  li.menu>a:hover {
      color: var(--cor6);
      background-color: var(--cor3);
      border-radius: 50px;
      border: solid 2px var(--cor3);

  }

  li.menu>a:active {
      background-color: var(--cor4);
  }


  nav > ul {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0 10px 0 3px;
    }

    nav > ul:first-child > li:first-child {
        display: flex;
       justify-content: right;
    }


  hr {
      color: var(--cor4);
  }

  h1 {
      font-family: var(--title-subtitle);
      font-size: 3.4em;
  }

  h2 {
      font-family: var(--title-subtitle);
  }

  h3 {
      font-family: var(--title-subtitle);
  }

  .header-title {
      display: flex;
      align-items: center;
      gap: 10px;
      background-color: #2B93B9;
      height: 60px;
      color: var(--cor6);
      border-bottom: solid 2px white;
  }

  /* ============================================ FOOTER ================================================================= */
  footer {
      display: grid;
      justify-items: center;
      grid-template-rows: 1fr;
      grid-template-columns: 1fr 1fr 1fr;
      padding: 10px;
      color: var(--cor6);
      background-image: linear-gradient(39deg, var(--cor2)20%, var(--cor4)66%);
  }

  footer>a {
      cursor: pointer;
  }

  .footer-title {
      height: 10vh;
      background-color: #2B93B9;
      border-top: solid 2px rgb(255, 255, 255);
      color: rgb(255 255 255 / 52%);
      font-size: 0.9em;
      font-weight: 500;
  }

  /* ============================================ TEXTO ================================================================= */
  .fonte-primary {
      font-family: var(--title);
  }

  .fonte-subtitle-m {
      font-family: var(--title-subtitle);
      font-weight: bold;
  }

  .capital-text {
      text-transform: uppercase;
  }

  .text-size-bold {
      font-size: 1.2rem;
  }

  .text-size-bolder {
      font-size: 2.3rem;
  }

  /* ============================================ CORES ================================================================= */
  .Secondary {
      color: var(--cor6);
  }

  .primary {
      color: var(--cor3);
  }

  .primary-black {
      color: black;
  }

  .bagd-color-tride1 {
      background-image: linear-gradient(23deg, var(--cor14)60%, #63abf25e);
      box-shadow: 2px 8px 20px 0px #63abf25e;
  }

  .bagd-color-tride2 {
      background-image: linear-gradient(23deg, var(--cor13)60%, #1bde6c29);
      box-shadow: 2px 8px 20px 0px #1bde6c51;
  }

  .bagd-color-tride3 {
      background-image: linear-gradient(23deg, var(--cor12)60%, #990fa354);
      box-shadow: 2px 8px 20px 0px #f030865e;
  }

  .bagd-color-white {
      background-color: var(--cor6);
  }

  .bagd-color-dark {
      background-color: var(--cor7);
  }

  .bagd-color-primary {
      background-color: var(--cor3);
  }

  .bagd-color-blue {
      background-color: var(--cor14);
      color: white;
      font-weight: 500;
      margin: 0;
  }

  .initial-color {
      color: var(--cor12);
  }

  .medium-color {
      color: var(--cor13);
  }

  .end-color {
      color: var(--cor14);
  }

  .alert-info {
      background-color: #0f63a3a1;
      color: white;
      font-weight: 500;
      margin: 0;
      font-size: 0.8em;
      padding: 6px 11px;

  }

  .alert-success {
      background-color: #24a95c96;
      color: white;
      font-weight: 500;
      margin: 0;
      font-size: 0.8em;
      padding: 6px 11px;
  }

  .alert-warning {
      background-color: #f7af0894;
      color: white;
      font-weight: 500;
      margin: 0;
      font-size: 0.8em;
      padding: 6px 11px;
  }

  .alert-secondary {
      font-weight: 500;
      margin: 0;
      color: #ffffff;
      background-color: #71717177;
      font-size: 0.8em;
      padding: 6px 11px;
  }

  .alert-dangers {
      font-weight: 500;
      margin: 0;
      color: #ffffff;
      background-color: #ff5b5bbf;
      font-size: 0.8em;
      padding: 6px 11px;
  }

  /* ============================================ BOTOES ================================================================= */
  .menu.button-primary {
      background-color: var(--cor3);
      color: var(--cor6);
      border-radius: 50px;
      border: solid px var(--cor3);
      padding: 7px 17px;
  }

  .menu.button-primary:hover {
      background-color: var(--cor6);
      color: var(--cor3);
      border-radius: 50px;
      border: solid 2px var(--cor3);
  }

  .button-secondary {
      background-color: var(--cor6);
      color: var(--cor3);
      border-radius: 50px;
      border: none;
      padding: 7px 17px;
      box-shadow: -7px -4px 5px 0px #ffffff82, 1px 3px 3px #00000038;

  }

  .button-secondary:active {
      box-shadow: 3px 5px 9px 0px #ffffff61, inset 5px 6px 9px #0000003b;
  }

  .search-button {
      background-color: var(--cor3);
      border: none;
      border-radius: 0px 50px 50px 0px;
      margin-right: 0px;
      width: 05vw;
  }

  .search-button:hover {
      transition: 0.2s;
      background-color: var(--cor4);

  }

  .search-button>i:hover {
      transition: 0.5s;
      background-color: transparent;
      transform: scale(1.2);

  }

  /* botao saber mais */
  .slider-button {
      position: relative;
      display: inline-block;
      cursor: pointer;
      outline: none;
      border: 0;
      vertical-align: middle;
      text-decoration: none;
      background: transparent;
      padding: 0;
      font-size: inherit;
      font-family: inherit;
  }

  .slider-button.learn-more {
      width: 11rem;
      height: auto;
  }

  .slider-button.learn-more .circle {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: relative;
      display: block;
      margin: 0;
      width: 3rem;
      height: 3rem;
      background: var(--cor3);
      border-radius: 1.625rem;
  }

  .slider-button.learn-more .circle .icon {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      background: #fff;
  }

  .slider-button.learn-more .circle .icon.arrow {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      left: 0.625rem;
      width: 1.125rem;
      height: 0.125rem;
      background: none;
  }

  .slider-button.learn-more .circle .icon.arrow::before {
      position: absolute;
      content: "";
      top: -0.29rem;
      right: 0.0625rem;
      width: 0.625rem;
      height: 0.625rem;
      border-top: 0.125rem solid #fff;
      border-right: 0.125rem solid #fff;
      transform: rotate(45deg);
  }

  .slider-button.learn-more .button-text {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0.75rem 0;
      margin: 0 0 0 1.85rem;
      color: var(--cor3);
      font-weight: 700;
      line-height: 1.6;
      text-align: center;
      text-transform: uppercase;
  }

  .slider-button:hover .circle {
      width: 100%;
  }

  .slider-button:hover .circle .icon.arrow {
      background: #fff;
      transform: translate(1rem, 0);
  }

  .slider-button:hover .button-text {
      color: #fff;
  }

  .btn-border {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      background-color: var(--cor3);
      padding: 5px 10px;
      border: none;
      border-radius: 5px;
      color: var(--cor6);
      transition: 0.3s ease-in-out;
  }

  .btn-border:hover {
      color: var(--cor6);
      background-color: var(--cor4);
  }

  .btn-border-w {
      background-color: var(--cor3);
      height: 4vh;
      width: 25vw;
      text-align: center;
      border: none;
      border-radius: 5px;
      color: var(--cor6);
  }

  .btn-border-w:hover {
      color: var(--cor6);
      background-color: var(--cor4);
  }

  .btn-border-w10 {
      background-color: var(--cor3);
      height: 40px;
      width: 100%;
      text-align: center;
      border: none;
      border-radius: 5px;
      color: var(--cor6);
  }

  .btn-border-w10:hover {
      color: var(--cor6);
      background-color: var(--cor4);
  }

  .btn-border-w10:disabled {
      background-color: darkgrey;
  }

  .btn-info {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      background-color: var(--cor6);
      padding: 5px 10px;
      border: solid 2px var(--cor3);
      border-radius: 5px;
      color: var(--cor3);
      font-weight: bold;
      transition: 0.3s ease-in-out;
  }

  .btn-blue {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      background-color: var(--cor2);
      padding: 5px 10px;
      border-radius: 5px;
      color: var(--cor6);
      font-weight: bolder;
      transition: .2s ease-in-out;

  }

  .btn-blue:hover {
      background-color: #15aec9;
  }

  .btn-blue:hover>a {
      color: white !important;
  }

  .btn-blue:active {
      background-color: #138497;
  }

  .down-icon>div {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #15aec9;
      border-radius: 50%;
      color: #ffffff;
      font-weight: bolder;
      width: 25px;
      height: 25px;
      padding: 10px;
      transform: translateY(8px) translateX(40px);
      transition: 0.2s;
      cursor: pointer;
  }

  .down-icon>div:hover {
      background-color: #1d96ac;
  }



  /* ============================================ FLEX ================================================================= */
  .d-flex {
      display: flex;
      justify-content: space-evenly;
      align-items: center;
  }

  .flex-row {
      display: flex;
      flex-direction: row;
  }

  .flex-col {
      display: flex;
      flex-direction: column;
  }

  .flex-c-center {
      display: flex;
      justify-content: center;
  }

  .flex-jc-se {
      display: flex;
      justify-content: space-evenly;
  }

  .flex-jc-sa {
      display: flex;
      justify-content: space-around;
  }

  .flex-jc-sb {
      display: flex;
      justify-content: space-between;
  }

  .flex-jc-end {
      display: flex;
      justify-content: end;
  }

  .flex-jc-start {
      display: flex;
      justify-content: start;
  }

  .flex-al-center {
      display: flex;
      align-items: center;
  }

  .flex-al-end {
      display: flex;
      align-items: flex-end;
  }

  .flex-al-start {
      display: flex;
      align-items: flex-start;
  }

  .flex-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
  }

  .conteiner {
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      max-width: 80vw;
  }

  .conteiner-main {
      display: flex;
      padding: 0 5vw;
      justify-content: space-evenly;
      align-items: center;
  }

  .conteiner-header {
      position: sticky;
      overflow: hidden;
      z-index: 90;
      top: -1px;
      left: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 12vh;
      background-image: linear-gradient(146deg, var(--cor2)20%, var(--cor4)66%);
  }

  .conteiner-no-header {
      position: sticky;
      overflow: hidden;
      z-index: 90;
      top: 0px;
      left: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 10vh;
      background-image: linear-gradient(146deg, var(--cor2)20%, var(--cor4)66%);
  }

  .grap-5 {
      gap: 10px;
  }

  .grap-10 {
      gap: 20px;
  }

  .grap-15 {
      gap: 30px;
  }

  /* ============================================ grid ================================================================= */
  .grid {
      display: grid;
      justify-items: center;
      grid-template-rows: 1fr;
      grid-template-columns: 320px 1fr;
      grid-gap: 20px;

      @media (max-width: 768px) {
          grid-template-columns: 1fr;
      }
  }

  .grid-conteiner {
      display: grid;
      justify-items: center;
      gap: 15px;
      grid-template-rows: 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  /* ============================================ CARDES ================================================================= */
  .card-inf {
      background-color: var(--cor6);
      border: none;
      border-radius: 27px;
      /* box-shadow:  20px 20px 60px #d9d9d9,
             -20px -20px 60px #ffffff; */
      width: 250px;
      padding: 10px;
      transition: all ease-in-out 0.3s;
      cursor: pointer;
      margin: 2vh 2vw;
  }

  .card-inf:hover {
      transform: scale(1.03);
      box-shadow: 3px 4px 12px 0px #d9d9d9;
      ;
  }

  .card-main {
      background-color: var(--cor7);
      width: 90vw;
      border: #0B6170;
      padding: 2vw 0vh 10vh 0vh;
      min-height: 58vh;
  }

  .card-one {
      background-color: var(--cor6);
      width: 100%;
      border: none;
      border-radius: 27px;
      padding: 10px;
      transition: all ease-in-out 0.3s;
      box-shadow: -12px -9px 9px 0px #ffffff7d, 0px 0px 15px 4px #00000045;
      ;
  }

  .card-one:hover {
      transform: scale(1.03);
      box-shadow: -5px -6px 20px 0px #ffffff82, 0px 2px 12px 6px #00000045;
  }

  .card-one:hover .capital-text {
      color: var(--cor4);
  }

  .card-show {
      padding: 10px;
      transition: all ease-in-out 0.3s;
      margin: 2vh 2vw;
  }

  /* ============================================ DIMENSÕES ================================================================= */
  .imag-size {
      width: 80px;
      height: 80px;
      transition: all ease-in-out 0.2s;
  }

  .imag-size:hover {
      animation: waving 0.3s linear;
  }

  .img-card {
      width: 100px;
      height: 100px;
      background-color: var(--cor7);
      padding: 5px;
  }

  .m-t-5 {
      margin-top: 2vh;
  }

  .m-t-10 {
      margin-top: 4vh;
  }

  .m-t-50 {
      margin-top: 10vh;
  }

  .m-b-5 {
      margin-top: 2vh;
  }

  .m-r-5 {
      margin-right: 1.3vw;
  }

  .w-5 {
      min-width: 30vw;
  }

  .w-8 {
      max-width: 16vw;
  }

  .w-10 {
      min-width: 20vw;
  }

  .w-50 {
      max-width: 50vw;
  }

  .w-80 {
      max-width: 80vw;
  }

  .grid>img {
      width: 300px;
      height: 230px;
      padding: 3px;
      border: solid 2px #15B9D6;
      background-color: #15b9d61b;
      border-radius: 5px;
  }

  .scale {
      font-size: 2em;
      color: var(--cor3);
      transition: 500ms;
  }

  a>.scale:hover {
      color: var(--cor10);
      transform: scale(1.1);
  }

  .size {
      font-size: 0.8rem;
      padding: 4px;
  }

  .body-card {
      min-height: 80vh;
  }

  .h-50 {
      min-height: 50vh !important;
  }

  .h-80 {
      min-height: 80vh !important;
  }

  .h-90 {
      min-height: 90vh !important;
  }

  .h-100 {
      min-height: 100vh !important;
  }

  .hv-100 {
      min-height: calc(90vh - 10vh);
  }

  /* ============================================ ANIMAÇÃO ================================================================= */
  @keyframes waving {
      0% {
          transform: rotate(10deg);
      }

      50% {
          transform: rotate(0deg);
      }

      80% {
          transform: rotate(10deg);
      }

      100% {
          transform: rotate(0deg);
      }

  }

  /* ============================================ FEITOS ================================================================= */
  .floating-box {
      box-shadow: -12px -9px 9px 0px #ffffff65, 1px 3px 3px #00000038;
      overflow: hidden;
  }

  .f-box-n {
      box-shadow: 0px 3px 6px 0px #00000047;
      ;
  }

  .borde-r-5 {
      border-radius: 27px;
  }

  .borde-r-2 {
      border-radius: 10px;
  }

  .borde-r-1 {
      border-radius: 5px;
  }

  .borde-bar-end {
      border-left: solid 7px var(--cor3);
  }

  .hv {
      display: flex;
      cursor: pointer;
      min-width: 19vw;
      transition: .2s;
  }

  .hv:hover {
      background-color: var(--cor3);
      color: var(--cor6);
  }

  .hv.ative {
      color: var(--cor3);
      background-color: #15b9d61b;
  }

  .ative:hover {
      background-color: #15b9d639;
  }

  .nav-ative {
      transition: .2s;
      cursor: pointer;
      background-color: var(--cor3);
      padding: 5px 15px;
      border-radius: 50px;
      border: solid 1px var(--cor3);
      color: var(--cor6);

  }

  .nav-ative:hover {
      background-color: var(--cor6);
      color: var(--cor3);
      border: solid 1px var(--cor3);
  }

  .sticky {
      position: sticky;
      top: 90px;
      z-index: 50;
  }

  .is-invalid {
      border-radius: 5px !important;
      border: solid 2px white !important;
      box-shadow: 0px 0px 0px 2px #dc3545 !important;
  }

  .time {
      font-family: var(--title);
      font-weight: bold;
      font-size: 0.8rem;
      color: darkgrey;
      transform: translateY(-19px);
  }

  /* ============================================ POSIÇÂO ================================================================= */
  .closed {
      position: relative;
      top: 2px;
      left: -121px;
      z-index: 10;
  }

  .toggle-password {
      position: relative;
      top: -4vh;
      left: 90%;
      color: darkgray;
      opacity: 0.7;
      cursor: pointer;
  }

  #copy-code {
      position: relative;
      left: 100000px;
  }

  /* ============================================ FORMS================================================================= */
  .form-1 {
      background-color: var(--cor8);
      border: none;
      border-radius: 5px;
      padding: 5px;
      width: 100%;
      height: 2.8em;
      outline: none;
      color: black;
  }

  .form-1:focus {
      box-shadow: 0px 0px 1px 1px var(--cor3);
      border: solid 2px var(--cor6);
  }

  .check {
      display: flex;
      align-items: center;
      padding-left: 10px;

  }

  .check label {
      cursor: pointer;
      padding-left: 5px;

  }

  .form-checks {
      appearance: none;
      cursor: pointer;
      height: 1em;
      width: 1em;
      border-radius: 5px;
      border: solid 2px var(--cor9);
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .form-checks::before {
      content: '';
      position: absolute;
      height: 0.8em;
      width: 0.5em;
      border-right: solid 3px var(--cor4);
      border-bottom: solid 3px var(--cor4);
      opacity: 0;
      transition: all 400ms ease-in-out;
      transform: rotate(45deg);
      top: -2px;
      left: 3px;
  }

  .form-checks:checked:before {
      opacity: 1;
  }

  select option:hover {
      background-color: var(--cor4);
      font-family: var(--title);
      font-weight: 700;
  }

  /* ============================================ OBJETOS ================================================================= */
  .search {
      background-color: var(--cor6);
      border: none;
      width: 30vw;
      border-radius: 50px 0px 0px 50px;
      padding-left: 20px;
      margin-left: 0px;
  }

  .search:focus-visible {
      outline: none;
  }

  .search,
  .search-button {
      height: 7vh;
      box-shadow: -12px -9px 9px 0px #ffffff7d, 1px 3px 3px #00000038;
  }

  .circle-user {
      padding: 9.5px 15px;
      border-radius: 50%;
      color: var(--cor3);
      box-shadow: 0px 0px 0px 10px var(--cor3);
  }

  /* ============================================ MODAL ================================================================= */
  .modal {
      position: fixed;
      top: 102px;
      left: 0;
      z-index: 9999;
      display: none;
      width: 100%;
      height: 100%;
      overflow: hidden;
      outline: 0;
  }

  .modal-content {
      background-color: #ffffffba;
      backdrop-filter: blur(3px);
  }

  ::-webkit-scrollbar {
      width: 7px;
  }

  ::-webkit-scrollbar-track {
      background-color: #9898981a;
      border-radius: 8px;
  }

  ::-webkit-scrollbar-thumb {
      background-color: #cececed7;
      border-radius: 10px;
      border: solid 1.5px #9e9e9e;
  }

  /* ============================================ Payment ================================================================= */

  .menu-custom {
      list-style-type: none;
      counter-reset: list-counter;
      padding-left: 0;
  }

  .menu-custom li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 26px;
  }

  .menu-custom li::before {
      content: counter(list-counter);
      counter-increment: list-counter;
      position: absolute;
      left: 0;
      width: 24px;
      height: 24px;
      line-height: 23px;
      text-align: center;
      border-radius: 50%;
      background-color: var(--cor3);
      color: white;
      font-weight: bold;
      font-size: 1.2em;
  }

  .menu-custom li::marker {
      font-size: 1.2em;
      background-color: black;
      color: white;
      border-radius: 50%;
      padding: 0.3em 0.6em;
  }

  .menu-custom>li::after {
      content: "";
      position: absolute;
      left: 9.5px;
      top: 24px;
      width: 4px;
      height: 92px;
      background-color: var(--cor3);
  }

  .menu-custom li:first-child::after,
  .menu-custom li:last-child::after {
      display: none;
  }

  .base64 {
      border: solid 2px black;
      border-radius: 10px;
      display: flex;
      justify-content: center;
  }

  .nav-mobile {
      display: none;

  }

  @media screen and (max-width: 868px) {
      html {
          font-size: 70%;
      }

      .nav-desktop {
          display: none;
      }

      .nav-mobile {
          display: block;
      }

      .nav-mobile {
          display: flex;
          justify-content: space-between;
          padding: 0 5px;
      }

      .nav-mobile>div {
          background-color: var(--cor3);
          padding: 2px 8px;
          color: white;
          font-weight: bold;
          border-radius: 50px;
          margin-right: 15px;
          font-size: large;
      }

      .nav-fix {
          position: sticky;
          z-index: 80;
          top: 50px;
          left: 0;
          display: flex;
          height: 0;
      }

      .nav-fix>ul {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: 25px;
          border: none;
          background-image: linear-gradient(56deg, var(--cor2)20%, var(--cor4)66%);
          color: white;
          font-weight: bold;
          font-size: large;
          height: 34vh;
          width: 100%;
          transition: 1s ease-in-out;

      }

      .w-8 {
          min-width: 60vw;
      }

      .w-80 {
          max-width: 60vw;
      }

      .imag-size {
          width: 88%;
          height: 34%;
      }

      .card-inf>p {
          display: none;
      }

      .search-button {
          width: 16vw;
      }

      .search,
      .search-button {
          height: 4vh
      }

      .search {
          width: 25vh
      }

      .closed {
          left: -84px;
      }

      .conteiner {
          flex-direction: column;
          min-width: 70vw;
      }

      .col-md-7 {
          margin-top: 15px;
      }

      .card-main {
          min-height: 66vh;
      }

      .toggle-password {
          top: -2.5vh;
      }

      .col-md-8 {
          margin-top: 10px;
          z-index: 55;
      }

      .menu-custom>li::after {
          height: 72px;
      }

      .nav-ative {
          background-color: var(--cor6);
          color: var(--cor3);
      }
      footer{
        display: grid;
        justify-items: center;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 2fr;
        grid-template-areas:
        "links contact"
        "info info";
        gap: 5px;
      }
      footer > div:nth-child(1){
        grid-area: links;
        display: flex;
        justify-content: start;
        flex-direction: column;
        width: 100%;
      }
      footer > div:nth-child(2){
        grid-area: contact;
        text-align: end;
      }
      footer > div:nth-child(3){
       grid-area: info;
       text-align: center;
      }
      .copy{
        text-align: center;
      }

  }

  .card-grid {
      display: grid;
      background-color: var(--cor2);
      padding: 10px;
      border-radius: 5px;
      color: white;

  }

  .social-network {
    color: white;
    margin-right: 5px;
  }
  .social-network :hover{
    color: white !important;
  }