<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 1024px) {
  .main-menu__button {
    cursor: pointer;
    display: inline-block;
    position: relative;
  }
  .main-menu__button::after {
    opacity: 0;
    transition: opacity 0.3s ease-out, top 0.3s ease-out;
    border-bottom: 15px solid var(--lt-color-secondary);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    content: "";
    position: absolute;
    right: calc(50% - 15px);
    top: 100px;
    width: 0;
  }
  .main-menu__button--active::after {
    opacity: 1;
    top: 23px;
  }
}




@media (max-width: 980px) {

  #menu {
display:none;
  
  }
 #login_button{
     display:none;
 }
.resp_menu.active {
    display: block;
    
}
  .logo_nav{ gap:0}
  .logo {
    width: 8rem;
    height: auto;
    margin: 10px auto;
  }
  .logo_menu{
    width: 9rem;
    height: auto;
  }
  .logo_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
  }

  #menu-close {
    display: block !important;
    cursor: pointer;
    font-size: 1.3rem;
    color: var(--color-002);
  }
  #logome {
    display: block !important;
    cursor: pointer;
    font-size: 3rem;
    color: #fff;
    border-bottom: solid 1px;
  }
  #logome img {
    height: auto;
    width: 8rem;
  }

  #menu a {
    padding: 1rem 0;
    margin: 0 1rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  }
  #menu a:hover {
    color: var(--color-003);
  }
  .menu ul li a {
    color: var(--color-004);
    font-size: 1rem;
  }
  .menu ul li {
    width: 100%;
    border-bottom: none;
  }

  .menu ul {
    opacity: 1;
    align-items: flex-start;
    position: relative;
    background: #ecfcfe;
    pointer-events: auto;
  }

  #btn-mobile {
    display: flex;
    padding: 0.5rem 0;
    box-sizing: border-box;
    font-size: 1rem;
    border: none;
    background: none;
    cursor: pointer;
    gap: 0.5rem;
  }
  #hamburger {
    border-top: 3.3px solid;
    width: 20px;
    color: var(--color-002);
  }
  #hamburger::after,
  #hamburger::before {
    content: "";
    display: block;
    color: var(--color-002);
    width: 20px;
    height: 3px;
    background: currentColor;
    margin-top: 3px;
    transition: 0.3s;
    position: relative;
  }
  #container_menu.active #hamburger {
    border-top-color: transparent;
  }
  #container_menu.active #hamburger::before {
    transform: rotate(135deg);
  }
  #container_menu.active #hamburger::after {
    transform: rotate(-135deg);
    top: -7px;
  }

  .nav-open.button-icon {
    height: 24px;
    margin: 0 15px;
    width: 24px;
    z-index: 1;
  }
  .onde_assistir_online {
    flex-direction: column;
  }
  .ondeass_thumb {
    width: 16rem;
  }
  .nav-close.button-icon {
    height: 30px;
    position: absolute;
    right: 21px;
    top: 15px;
    width: 30px;
    z-index: 5;
  }
  .nav {
    background: var(--lt-color-secondary);
    height: 100vh;
    left: -720px;
    overflow: auto;
    position: fixed;
    text-align: left;
    top: 0;
    transition: left 0.45s ease-in-out 0.15s;
    width: 330px;
    z-index: 3;
  }


  .nav::after {
    background: rgba(0, 0, 0, 0.66);
    bottom: 0;
    content: "";
    left: 330px;
    opacity: 0;
    position: fixed;
    right: calc(100vw * 2);
    top: 0;
    transition: opacity 0.15s ease-out, right 0.01s ease-out 0.6s;
    z-index: -1;
  }
 
  .news-grid {
    flex-direction: column;
    gap: 20px;
    max-height: none;
  }
  .flex_a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main_section_articles {
    flex-direction: column;
  }

  #single-wrapper {
    flex-direction: column;
  }

  .small_post_picture {
    max-width: 100% !important;
    width: 100% !important;
    height: 200px !important;
  }
  .latest_post_thumb {
    height: 400px;
    width: 100%;
  }

  .loop__item__thumb {
    height: 300px;
  }

  .flex_columns {
    display: none;
  }

  .flex_column_b {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .logo_form {
    width: 120px;
    margin: 0 auto;
  }

  .flex_column_b .info_p {
    font-size: 14px;
  }
  
 #synt_novos {
    grid-template-columns: repeat(auto-fill, minmax(29%, 1fr));
     
 }
     .latest{
      grid-template-columns: repeat(auto-fill, minmax(29%, 1fr));
 }
}

@media (max-width: 768px) {
  .pagination {
    text-align: center;
  }
 
  .pagination .prev,
  .pagination .next {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
  }
  .pagination .prev {
    float: left;
  }
  .pagination .next {
    float: right;
  }
    .cookies {
     bottom: 0;
    right: 0;
    width: 100%;
  }

       #info-box{
        flex-direction:column;
        align-items: center;
    }
    
    .data_main{
        align-items: center;
    }
    .content_data{
        align-items: baseline;
        
    }
.data_info{
    flex-wrap:wrap;
}
.sheader_content{
    width: 100%;
}
.sheader_content .poster {
 aspect-ratio: 1 / 1.4;
}
 
}

@media (max-width: 680px) {
   #synt_novos {
    grid-template-columns: repeat(auto-fill, minmax(29%, 1fr));
     
 }

 .cap{

    width: 100%!important;
     
 }
}

@media (max-width: 640px) {
  #eu-cookie-law input {
    bottom: 7.5px;
    left: 7.5px;
    margin-left: 0;
    position: absolute;
    right: 7.5px;
    width: calc(100% - 15px);
  }
     #eu-cookie-law {
    padding-bottom: 60px;
  }



}

@media (max-width: 640px) {
  #infinite-handle span {
    width: 100%;
  }
}

@media (max-width: 480px) {
.container_module{
    padding: 0 5px;
}
  .grid_items {
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  }
   #synt_novos {
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
     
 }
    .latest{
      grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
 }

  .column_r article p iframe {
    max-width: 100%;
    max-height: 250px;
  }


  .footer {
    height: auto;
    padding: 30px 0;
    box-sizing: border-box;
  }
  .content_footer {
    flex-direction: column;
    justify-content: center;
  }
  .auth-container {
        padding: 20px;
        width: 100%;
        top: 50px;
        left: 0;
        margin-left: 0;
    }
    
  .auth-tab {
        font-size: 14px;
        padding: 10px 0;
    }
}
@media (max-width: 360px) {
.container_module{
    padding: 0 10px;
}

  #synt_novos {
    grid-template-columns:repeat(auto-fill, minmax(49%, 1fr));
}

 .latest {
    grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
}
.serie_title ul a{
        flex-wrap: wrap;
        gap: 5px;
        flex-direction: column;
}
.resp_menu {
    width: 90%;

}
.single_nav{
    justify-content: center!important;
}
.data_info{width:100%!important;}
}</pre></body></html>