* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*font-family: 'Maven Pro', sans-serif;*/
}
  
  /*inserção da imagem de fundo que cobre todo o conteúdo do site*/
  
  body {
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    /*-------------------------*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

[vw] [vw-access-button] .access-button {
  width: 43px !important;
  float: right;
  /*border-radius: 36%;*/
  border: solid #fff 2px;
  /* border: solid black; */
  /* border-radius: 12px; */
}
  
  /*Modificações do cabeçalho (arquivos do NAVBAR)*/
  
  .navbar-header {
    display: flex;
    justify-content: space-evenly;
    font-family: "Montserrat", sans-serif;
    margin-top: 0px;
    height: 70px;
    align-items: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    
    position: fixed;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
      rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  }
  /*
  .material-symbols-outlined {
    display: none;
  }*/
  
  .logo > a {
    font-weight: 900;
    font-size: 25px;
    text-decoration: none;
    text-shadow: -2px 0px 2px rgba(0, 0, 0, 1);
    color: #fff;

    margin-left: 10rem;
  }
  
  .nav-itens {
    list-style: none;
    display: flex;
    gap: 19px;
  }
  
  .nav-itens > li > a {
    padding: 4px 19px;
    text-decoration: none;
    font-size: 12px;
    color: #000000;
    background-color: #d9d9d9fd;
    border-radius: 13px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px,
      rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
      rgba(0, 0, 0, 0.07) 0px 16px 16px;
  }
  
  .nav-itens-name {
    /*esse é o efeito de acender a luzinha azul, ao passar o mouse sobre os temas do navbar*/
    transition: all 0.5s ease-out;
  }
  
  .nav-itens-name:hover {
    color: #fff;
    transition: 0.5s ease-out;
  }
  
  /*barra de pesquisa*/
  
  .search-box {
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
      rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;


      margin-left: 15rem;
  }
  
  
  /*Efeito da cor da Lupa na barra de Pesquisa (Único para cada página!)*/
  
  
  .search-input {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
  }
  
  .search-button {
    position: absolute;
    top: 0;
    right: 0.99px;
    height: 100%;
    border: none;
    cursor: pointer;
    outline: none;
   
  }
  
  .search-button i {
    font-size: 20px;
    color: #999;
  }
  
  /*Caso a pesquisa não retorne resultados*/
  
  .no-results-messenger-group {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 45px;
  }
  
  img.no-results-img {
    border-radius: 10%;
    
    width: 400px;
    height: 300px
  }
  
  .text-no-results {
    max-width: 420px;
    text-align: initial;
    font-family: 'Maven Pro', sans-serif;
    font-size: 20px;
    font-weight: 500;
    
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.26);
  }

  strong{
    max-width: 100%;
    

    overflow: hidden;
    text-overflow: elslipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  /*Caso a pesquisa tenha resultados*/
  
  .search-results {
    width: 300px;
    margin: 0 auto;
  }
  
  .search-result {
    padding: 10px;
    border-bottom: 1px solid #eee;
  }
  
  .search-result h3 {
    margin: 0;
  }
  
  /*Menu mobile*/
  
  .links-mobile {
    position: absolute;
    backdrop-filter: blur(10px);
    top: 69px;
    left: 0;
    width: 40%;
    height: 0;
    
    background-size: cover;
    background-position: center;
    visibility: hidden;
    transition: 0.5s;
    overflow: hidden;
    border-radius: 0 25px;
  }
  
  .links-mobile .nav-itens {
    display: flex;
    flex-direction: column;
    padding: 12px;
    text-align: center;
  }
  
  .links-mobile .nav-itens-name {
    display: block;
    padding: 10px 30px;
    gap: 45px;
  }
  
  #btn-menu {
    color: white;
  }

  #btn-menu-mobile {
    display: none;
    
  }
  
  #btn-menu-close {
    display: none;
    transition: all 0.5s ease-in-out;
  }

  
  /*.ativo {
    display: block;
    transform: rotate(90deg);
    color: #fff;
    transition: all 0.5s ease-in-out;
  }*/

  
  
  .click-botao-menu-mobile {
    display: block;
    transform: rotate(180deg);
    color: #fff;
    transition: all 0.5s ease-in-out;
  }
  
  
  
  @media screen and (max-width: 1030px) {
    .links {
      display: none;
    }
  
    .logo > a {
      width: 100%;
      padding: 20px;
      text-align: center;
      
    }

    #btn-menu {
      display: block;
    }

    #btn-menu-mobile{
      display: block;
      color: #fff;
      text-shadow: rgb(0 0 0 / 61%) 3px 3px 6px;
      font-size: 35px;
    }

    .material-symbols-outlined {
      display: block;
      cursor: pointer;
      transition: all 0.5s ease-in-out;
    }

    span.icon {
      font-size: 17px;
  }
  
    /*ícones do menu na lateral */
    .links-mobile .nav-itens-name {
      display: flex;
    }
  
    .nav-itens-name {
      align-items: center;
    }
    /**/
  
    .mobile-menu {
      display: block;
    }
  
    .navbar-header {
      padding: 30px;
    }
  
    .links-mobile.abrir {
      visibility: visible;
      height: 100vh;
    }
  
    #btn-menu.ativo {
      display: none;
      color: snow;
      transition: all 0.5s ease-in-out;
    }
  
    #btn-menu-close.ativo {
      display: block;
      color: #fff;
      transition: all 0.5s ease-in-out;
    }
  
    .links-mobile {
      width: 25%;
    }

    .videos-yt {
      margin-top: 25px;
  }
  
  }
  
  
  @media (max-width: 980px) {
    .links-mobile {
      width: 46%;
    }
    
  }
  
  @media screen and (max-width: 440px) {
    .links-mobile {
      width: 70%;
    }
  
    @media screen and (max-width: 300px) {
      .links-mobile {
        width: 90%;
      }
    }
  
    .logo > a {
      font-weight: 900;
      font-size: 23px;
      text-decoration: none;
      text-shadow: -2px 0px 2px rgba(0, 0, 0, 1);
      color: white;
    }
  }
  
  /*Fim dos arquivos do NAVBAR*/
  
  .tittle-apresentation-initial {
    margin-top: 3.2rem;
    text-align: center;
    font-family: "Maven Pro", sans-serif;
    padding: 16px 16px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 1);
    font-size: 15px;
    color: #fff;
  }
  
  /*Estilos do Carrosel*/
  .container-notices {
    margin-top: -28px;
  }

.slide-container {
    max-width: 1360px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    padding: 40px 0;
    z-index: 0;
  }
  .card.swiper-slide.swiper-slide-next {
    transform: scale(1.05);
  }
  
  .slide-content {
    margin: 0 40px;
    overflow: hidden;
    padding-bottom: 20px;
  }
  
  .link-notices {
    text-decoration: none;
}

.card {
    margin-top: 35px;
    width: 300px;
    height: 430px;

   /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
    
    font-family: "Maven Pro", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease-out;
    gap: 1rem;

    border-radius: 15px;

}

.card:hover {
  transform: scale(1.03);
}
  
  .card-image {
    width: 100%;
    height: 190px;
    margin-top: 0;
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
  }
  
  .card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px 12px 0px 0px;
  }
  
  .tittle_card {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -1.3px;
    text-align: initial;
    color: #282828;
    /*  padding-top: 10px;*/
    padding: 10px 10px 0px 11px;
  }
  
  .description_card {
    padding: 0px 11px;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    letter-spacing: -1.5px;
    padding-top: 10px;
    /*limitar o texto que parece no card*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    
  }

  @media (max-width: 660px) {
    .card {
      margin: 0;
      height: auto;
      box-shadow: none;
    }

    .card:hover {
      transform: none;
    }
  
    /*limitará a quantidade de caracteres que o card exibirá em no máximo 5 linhas*/
    .description_card {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      font-weight: 450;
      font-size: 17px;
    }
    .swiper-navBtn {
      display: none;
    }
  }
  
  @media (max-width: 300px) {
    .card {
      height: auto;
      text-align: justify;
      letter-spacing: -1.2px;
    }
    .swiper-navBtn {
      display: none;
    }
  }
  
  /*parte da publicidade*/
  
  .ads-grupo {
    padding: 0 20px;
  }
  
  .ads-initial {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 55px;
    margin-top: 25px;
  }
  
  .img-ads {
    padding: 3px 3px;
    height: 17rem;
    width: 30rem;
    border-radius: 25px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    
  }
  
  p.text-ads {
    text-decoration: none;
    font-size: 16px;
    font-family: "Maven Pro", sans-serif;
  }
  
  @media (max-width: 560px) {
    .ads-grupo {
      margin-bottom: 25px;
  }

    .img-ads {
      width: 450px;
      height: 225px;
    }
  }

  @media (max-width: 500px) {
    .img-ads {
      width: 370px;
      height: 225px;
    }
  }
  
  @media (max-width: 440px) {
    .img-ads {
      width: 300px;
      height: 150px;
    }
  }
  
  @media (max-width: 300px) {
    .img-ads {
      width: 250px;
      height: 150px;
    }
  }
  
  a {
    text-align: center;
    text-decoration: none;
  }
  
  /*Vídeos*/
  
  .videos-section {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  
  .videos-section > .videos-yt > iframe {
    border-radius: 25px;
  }
  
  .tittle-apresentation-initial.videos {
    margin-top: 35px;
    font-size: 24px;
    border: none;
    padding: 35px;

    text-shadow: 3px 3px 6px rgba(0, 0, 0, 1);
    
  }
  
  .videos-section {

    padding: 40px;

  }
  
  iframe {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px,
      rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
      rgba(0, 0, 0, 0.07) 0px 16px 16px;
    width: 400px;
    transition: all 0.3s ease-out;
  }
  
  @media (max-width: 1280px) {
    iframe {
      width: 300px;
    }
    /*.audio-spotify {
      width: 300px;
    }*/
  }
  
  @media (max-width: 790px) {
    iframe {
      width: 200px;
    }
    .audio-spotify {
      margin-top: 25px;
      /*width: 205px;*/
    }
  }
  
  @media (max-width: 850px) {
    iframe {
      width: 350px;
    }
    /*.audio-spotify {
      margin-top: 25px;
      width: 350px;
    }*/
  }
  
  @media (max-width: 785px) {
    iframe {
      width: 250px;
    }
    /*.audio-spotify {
      margin-top: 25px;
      width: 250px;
    }*/
  }
  
  @media (max-width: 605px) {
    iframe {
      width: 85%;
    }
    /*.audio-spotify {
      margin-top: 25px;
      width: 85%;
      height: 235px;
    }*/
    .videos-section {
      padding: 12px;
    }
  
    .card-container-2 {
      margin-top: 65px;
    }
  }
  
  iframe:hover {
    transition: all 0.3s ease-out;
    transform: scale(1.03);
  }
  
  .audio-spotify:hover {
    transition: all 0.3s ease-in-out;
    transform: none;
  }
  
  /*Spotify*/
  /*
  .audio-spotify-section {
      margin-top: 45px;
      display: flex;
      justify-content: center;
      gap: 35px;
      flex-wrap: wrap;
  }*/
  
  .audio-spotify {
    margin-top: 35px;
    background-color: inherit;
    padding: 0;
    box-sizing: border-box;
    box-shadow: none;
    gap: 15px;
  }
  
  /*notícias pós parte dos videos*/
  
  .container_notices_pos_ads {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5rem;
  }
  
  .card-container-2 {
    margin-top: 35px;
    width: 300px;
    height: 300px;
    border-radius: 15px;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 1rem;

  }
  
  .card-container-2 {
    font-family: "Maven Pro", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }
  
  .card-container-2 {
    font-family: "Maven Pro", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }
  
  .card-container-2:hover {
    transform: translateY(-9px);
    
  }
  
  .container_notices_pos_ads > .card-container-2 .card-info > .tittle_card {
    padding: 1px 5px;
    /*limitar o texto que parece no card*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    
  }
  
  @media (max-width: 500px) {
    .container_notices_pos_ads {
      padding: 2rem;
      margin-top: 65px;
    }
    .card-container-2 {
      margin-bottom: 12px;
    }
  }
  
  @media (max-width: 300px) {
    .container_notices_pos_ads {
      padding: 0.3rem;
    }
  }
  
  .img-card {
    width: 100%;
    height: 165px;
    border-radius: 12px 12px 0px 0px;
    object-fit: cover;
  }
  
  /*Para deixar o botão alinhado no meio*/
  main {
    text-align: center;
    margin-left: 70px;
  }
  
  /*Estilos do botão*/
  .btn-ver-mais {
    margin-top: 1rem;
    padding: 15px 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 50px;
    font-size: 15px;
    background-color: #dedcdc;
    border: none;
    border-radius: 15px;
    color: rgb(10, 10, 10);
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    transition: all 0.4s ease-out;
    margin-bottom: 45px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  }

  
  .btn-ver-mais:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    background: linear-gradient(270deg, #9dc1d2, #f6f9f9);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 17s ease infinite;
    -moz-animation: AnimationName 17s ease infinite;
    animation: AnimationName 17s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

  /*Menu Desktop*/
 /* .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    
    overflow-x: hidden;
    transition: 0.5s ease-in-out;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 1em 1em 1em 3em;
    text-decoration: none;
    font-size: 1.5em;
    font-family: "Maven pro", sans-serif;
    color: #fff;
    display: block;
    transition: 0.3s;
    display: flex;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 1em;
    margin-left: 1em;
  }
  
  .side_nav_btn {
    color: #fff;
  }
  
  .side_nav_btn {
    display: none;
  }
  span.material-symbols-outlined.\32 {
    display: block;
    color: white;
    font-size: 40px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
  }
  
  span.material-symbols-outlined.\32:hover {
    display: block;
    transform: rotate(-180deg);
    color: #fff;
    transition: all 0.5s ease-in-out;
  }*/

  /*
@media (max-width: 1030px) {
    .side_nav_btn {
    display: none;
}

span.material-symbols-outlined.\32 {
    display: none;
}
}*/

#navbar-icons {
    padding-right: 10px;
}

#sidebar_icons {
    padding-right: 10px;
}

.desativado {
    display: none;
}

#home:hover {
  background: rgb(140, 82, 255);
  background: linear-gradient(
    90deg,
    rgba(140, 82, 255, 1) 23%,
    rgba(255, 145, 77, 1) 100%
  );
}

#culinaria:hover {
  background: rgb(0, 151, 178);
  background: linear-gradient(
    90deg,
    rgba(0, 151, 178, 1) 0%,
    rgba(126, 217, 87, 1) 100%
  );
}

#tech:hover {
  background-color: #3f6ea3;
}

#space:hover {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(80, 80, 80, 1) 100%,
    rgba(255, 255, 255, 1) 100%,
    rgba(40, 40, 40, 1) 100%
  );
}

#aboutus:hover {
  background: rgb(140, 82, 255);
  background: linear-gradient(
    90deg,
    rgba(140, 82, 255, 1) 23%,
    rgba(255, 145, 77, 1) 100%
  );
}

#login:hover {
  background: #009579;
}

.footer {
  margin-left: 15px;
}

@media (max-width: 1300px) {
  .footer {
    margin-left: 5%;
  } 
}
@media (max-width: 1230px) {
  .footer {
    margin-left: 6%;
  } 
}
@media (max-width: 1030px) {
  nav.menu-lateral {
    display: none;
  }
  main {
    margin-left: 0;
  }

  .logo > a {
    margin-left: 10rem;
  }

  .search-box {
    margin: 0;
  }

  .footer {
    margin-left: 0;
  }
}

@media (max-width: 980px) {
  .logo > a {
    margin-left: 0rem;
  }
}