/*
Theme Name: Audio World V2
Theme URI: audioworld-toss-v2
Author: TOSS Studio
Description: Tema criado pela TOSS
Version: 2.0
*/

.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100000; padding: 12px; background: #fff; color: #000; }
.skip-link:focus { top: 16px; }
.breadcrumbs, .post-dates { font-size: 15px; line-height: 1.6; padding-top: 16px; padding-bottom: 16px; }
.footer-links ul { margin: 20px 0; }
.footer-links ul li { display: inline-block; list-style: none; margin: 0 12px; }
.thumb-card { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.thumb-card img { display: block; position: absolute; inset: 0; width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center; }

  body {
    color: #bdbdbd;
    font-size: 22px;
	  font-weight:300;
    font-family: 'Roboto', sans-serif;
    background: #08090a;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }

  iframe { width: 100%!important; }

  h1, h2, h3, h4, h5, h6, nav ul a { font-family: 'Questrial', sans-serif; }

  h1 { font-size: 70px; line-height: 64px; color: #fff; font-weight: 700; }
  h2 { font-size: 36px; line-height: 42px; color: #fff; font-weight: 700; }
  h3 { font-size: 28px; line-height: 32px; color: #fff; font-weight: 700; }
  h4 { font-size: 24px; line-height: 28px; color: #fff; font-weight: 700; }

  a { color: #fff; transition: .3s; }
  a:hover { color: #909090; }

  .divider { margin: 50px 0; background: #303030; }

  img { max-width: 100%; height: auto; }
  .wp-caption { width: 100%; max-width: 100%; }

  figure { margin: 25px 0; }
  figcaption { font-size: 13px; line-height: 18px; color: #909090; }

  .logotipo { padding: 10px 0 50px!important; }
  .logotipo img { width: 240px; max-width: 50%; }

  .clear {  clear: both; }

  blockquote { font-weight: 700; border-left: 5px solid #fff; }

  .container { max-width: 1440px; width: 80%; }

  .fa { font-size: 20px; text-decoration: none; color: #fff; }
  a.fa:hover { transition: 0.5s; }

  #sidenav-overlay { z-index: 1!important; }

  .row ul { margin-top: 25px; margin-left: 50px; margin-bottom: 25px; }
  .row ul li { margin-bottom: 3px; padding-bottom: 3px; list-style: circle; }

	#gallery-1 img { border: 0!important; }


  /* Audio World - Gutenberg Columns */
  .wp-block-columns {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 30px;
    align-items: flex-start;
  }

  .wp-block-column {
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0;
  }

  .wp-block-column figure,
  .wp-block-column .wp-block-image {
    margin: 0;
  }

  .wp-block-column img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Mobile */
  @media (max-width: 768px) {
    .wp-block-columns {
      flex-direction: column !important;
      gap: 25px;
    }

    .wp-block-column {
      width: 100% !important;
      flex-basis: 100% !important;
    }
  }




  /* Audio World - Cards afiliados */
  .hostinger-affiliate-block-list-cards {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 35px 0;
  }

  .hostinger-affiliate-block-list-cards__item {
    background: #111;
    border: 1px solid #222;
    padding: 20px;
    box-sizing: border-box;
  }

  .hostinger-affiliate-block-list-cards__image img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    background: #fff;
    display: block;
  }

  .hostinger-affiliate-block-list-cards__product-title h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    margin: 18px 0 10px;
    color: #fff;
  }

  .hostinger-affiliate-block-list-cards__product-price {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 10px 0 16px;
  }

  .hostinger-affiliate-block-list-cards__product-buy-button {
    display: block;
    text-align: center;
    background: #fff;
    color: #000 !important;
    padding: 12px 18px;
    font-weight: 700;
    text-decoration: none;
  }

  .hostinger-affiliate-block-list-cards__bestseller-label {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
  }

  /* Tablet */
  @media only screen and (max-width: 992px) {
    .hostinger-affiliate-block-list-cards {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* Mobile */
  @media only screen and (max-width: 600px) {
    .hostinger-affiliate-block-list-cards {
      grid-template-columns: 1fr;
    }

    .hostinger-affiliate-block-list-cards__image img {
      height: 200px;
    }
  }





  /* Audio World - Tabela comparativa afiliados */
  .hostinger-affiliate-table-wrap {
    margin: 35px 0;
    overflow-x: auto;
  }

  .hostinger-affiliate-table {
    display: grid !important;
    grid-template-columns: 150px repeat(3, 1fr);
    width: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
  }

  .hostinger-affiliate-table__cell {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 18px;
    box-sizing: border-box;
    background: #fff !important;
    color: #000 !important;
  }

  .hostinger-affiliate-table__value {
    font-family: 'Roboto', sans-serif;
    background: transparent !important;
    color: #000 !important;
    font-size: 15px;
    line-height: 1.3;
  }

  .hostinger-affiliate-table__value a {
    font-family: 'Roboto', sans-serif;
    color: #039be5 !important;
    font-weight: 700;
    text-decoration: none;
  }

  .hostinger-affiliate-table__value--is-feature-label {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: center;
  }

  .hostinger-affiliate-table__value--is-thumbnail {
    text-align: center;
  }

  .hostinger-affiliate-table__value--is-thumbnail img {
    max-width: 150px;
    height: 150px;
    object-fit: contain;
  }

  .hostinger-affiliate-table__value--is-price {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
  }

  .hostinger-affiliate-table__value--is-amazon-button a {
    display: block;
    background: #2f7df6;
    color: #fff !important;
    padding: 12px 16px;
    border-radius: 4px;
    text-align: center;
    font-weight: 700;
  }

  /* Mostra desktop e esconde mobile do plugin */
  .hostinger-affiliate-table--is-desktop {
    display: grid !important;
  }

  .hostinger-affiliate-table--is-mobile {
    display: none !important;
  }

  /* Mobile */
  @media only screen and (max-width: 768px) {
    .hostinger-affiliate-table--is-desktop {
      display: none !important;
    }

    .hostinger-affiliate-table--is-mobile {
      display: grid !important;
      grid-template-columns: 120px 1fr;
      margin-bottom: 24px;
      background: #fff;
      border: 1px solid #ddd;
    }

    .hostinger-affiliate-table__cell {
      padding: 14px;
    }
  }






/* Header */
.navbar-fixed { background-color: #08090a; height: 120px!important; line-height: 120px!important; border-bottom: 1px solid #000; }


  nav { height: 100px!important; line-height: 100px!important; background-color: #080808; padding: 0 50px; margin-bottom: 0; }
  nav .nav-wrapper { background-color: transparent; }

  nav .brand-logo { line-height: 0; margin: 40px 0 0 0; z-index: 99999; }
  nav a.brand-logo img { width: 140px; }

  nav ul li { list-style: none!important; margin-top: 0; }
  nav ul a { font-size: 20px; color: #3d3d3d; font-weight: 700; }
  nav ul a:hover { color: #909090; transition: .3s; }

  nav .button-collapse { margin: 0; }

  nav a.button-collapse { display: inherit; color: #fff; }
  nav a.button-collapse i { line-height: 100px; height: 100px; }
  nav i.material-icons { font-size: 50px; }

  ul.side-nav { background: #1a1b1e; width: 80%; padding-top: 100px; }
  ul.side-nav a { font-size: 20px; color: #fff; font-weight: 600; padding: 0 25px; }

  .z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav { box-shadow: none; }

  .titulo-paginas { background: #08090a; margin-bottom: 50px; padding: 50px 0; }
  .titulo-paginas h1 { color: #fff; margin: 10px 0; }
  .titulo-paginas h1 a { color: #fff; }
  .titulo-paginas h3 { color: #aaa; font-weight: 400; margin: 10px 0; }
  .titulo-paginas ul { margin: 0; }

  .titulo-paginas .vocabulario p { font-size: 20px; margin: 0 0 10px!important; }


/* HOME */

  .section.home-topo { position: relative; height: 100vh; margin-bottom: 100px; background: #08090a; }
  .section.home-topo h1 { position: absolute; width: 75%; top: 15%;  font-size: 100px; line-height: 110px; font-weight: 800; color: #fff; }


  .section.vocabulario-single p { font-size: 22px; line-height: 30px; font-weight: 400; margin: 0 0 25px; }


/* BLOG */

  .blog { padding: 0; }
  .blog h1 { margin: 0; margin-bottom: 50px; }
  .blog article { float: left; width: 100%; margin-bottom: 50px; background: #1a1b1e!important; border-radius: 20px; }
  .blog article .categoria { padding: 5px 30px; line-height: normal; }
  .blog article .categoria a { margin-right: 15px; }
  .blog .titulo { float: left; width: 90%; margin: 5px 5% 20px; }
  .blog .titulo span a { font-size: 12px; line-height: 16px; font-weight: 500; margin-right: 0; color: #4a4a4a; border: 1px solid #1a1b1e; padding:4px 8px; border-radius: 4px; }
  .blog .titulo h4, .blog .titulo .category-card-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin: 10px 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* número máximo de linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px; /* 2 linhas x 24px */
  }

  .blog .titulo h4 a, .blog .titulo .category-card-title a {
    color: #fff;
    transition: 0.3s;
    display: block; /* importante para o clamp funcionar bem */
  }

  .blog .titulo h4 a:hover, .blog .titulo .category-card-title a:hover {
    color: #aaa;
  }
  .blog .titulo p { color: #aaa!important; }

  .thumb-card {
    width: 100%; /* Ajuste conforme necessário */
    padding-top: 0;
    background-size: cover; /* Garante que a imagem cubra toda a área */
    background-position: center; /* Centraliza a imagem no container */
    background-repeat: no-repeat; /* Evita repetição da imagem */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }



  .blog.interna img { width: 100%; height: auto; border-radius: 0; }


  ul#sidebar { padding: 0 0 0 50px; margin-left: 50px; border-left: 1px solid #dadada; }
  ul#sidebar li { margin-bottom: 50px; list-style: none!important; }
  ul#sidebar li h2 { font-size: 1.2rem; color: #cacaca; text-transform: uppercase; margin: 0; margin-bottom: 25px; }
  ul#sidebar li ul { margin-left: 25px; margin-bottom: 50px; }
  ul#sidebar li ul li { border-bottom: 1px solid #cacaca; padding-bottom: 7px; margin-bottom: 7px; list-style: disc; }

  .categoria { text-transform: uppercase; line-height: 40px; }
  .categoria-single a { text-transform: uppercase; color: #fff; font-size: 18px; }
  .categoria-single i { color: #fff; font-size: inherit; margin-bottom: 1px; vertical-align: middle; }

  .paginacao { float: left; display: block; width: 100%!important; }


  #comments { width: 60%; margin: 0 auto; }

  .perfil { float: left; width: 100%; background: #1a1b1e; padding: 25px;border-radius: 20px; color: #909090; margin: 50px 0 35px; }
  .perfil img { float: left; margin-right: 25px; width: 150px!important; height: auto!important; border-radius: 150px!important;}
  .perfil span { display: block; margin: 30px 0 5px; font-size: 13px; text-transform: uppercase; }
  .perfil h3 { margin: 2px 0; }
  .perfil p { margin: 0; font-size: 20px!important; }

  /* FORMULARIOS */

    input:not([type]), input[type=text], input[type=password],
    input[type=email], input[type=url], input[type=time],
    input[type=date], input[type=datetime], input[type=datetime-local],
    input[type=tel], input[type=number], textarea {
      background-color: #fff;
      border: 2px solid #eaeaea;
      font-size: 22px;
      padding: 0% 4%;
      width: 92%!important;
      outline: none;
      box-shadow: none;
      box-sizing: content-box;
      transition: all 0.3s;
    }

    textarea { padding: 2% 3%; width: 94%!important; height: 125px!important; border: 2px solid #eaeaea; }

    .btn, .btn-large, .wpcf7 input[type=submit], input[type=submit] { font-family: 'Questrial', sans-serif; text-transform: none; padding-left: 22px; padding-right: 22px; border: 0; font-weight: 700; line-height: 50px; height: 50px; background: #fff; color: #08090a; transition: 0.3s; }
    .btn:hover, .btn-large:hover,.wpcf7 input[type=submit]:hover { background: #fafafa; color: #fff; }

    input:-moz-placeholder {	color: #999; }
    input::-webkit-input-placeholder {	color: #999; }


/* FOOTER */

  footer.page-footer { background: #08090a!important; padding: 50px 0; margin-top: 50px!important; }
  footer.page-footer .footer-copyright { font-size: 12px; color: #aaa; height: 100%; line-height: normal; background-color: transparent!important; }
  footer.page-footer .footer-copyright p { margin: 0; text-transform: uppercase; }
  footer.page-footer .footer-copyright p span { color: #fff;  }

  footer .social { margin-bottom: 50px; }
  footer .social .fa { font-size: 30px; text-decoration: none; color: #fff; background: #08090a; border-radius: 50px; width: 50px; height: 50px; line-height: 50px; }
  footer .social a { transition: 0.3s; }
  footer .social a.fa:hover { color: #aaa; }
  footer .social h4 { margin: 0; color: #fff; }


/* Responsivo */
@media only screen and (max-width: 1600px) {

body {
  font-size: 18px;
  line-height: 28px;
}

h1 { font-size: 60px; line-height: 60px; color: #fff; }
h2 { font-size: 32px; line-height: 40px; color: #fff; }
h3 { font-size: 26px; line-height: 30px; color: #fff; }
h4 { font-size: 22px; line-height: 28px; color: #fff; }


}




@media only screen and (max-width: 992px) {

  body { font-size: 18px; line-height: 26px; }

  nav .brand-logo { position: relative; left: 0; margin: 20px 0 0 5px; transform: translateX(0); z-index: 99999; }
  nav a.brand-logo img { width: 80px; }

  nav .button-collapse { margin: 0; }

  .container { max-width: 90%; width: 90%; }

  .titulo-paginas { margin-bottom: 50px; padding: 50px 0; }
  .titulo-paginas h1 { margin: 5px 0; }
  .titulo-paginas ul { margin: 0; }


}

@media only screen and (max-width: 600px) {

  nav { height: 70px!important; line-height: 70px!important; padding: 0 20px; margin-bottom: 0!important; }
  .navbar-fixed { height: 70px!important; line-height: 70px!important; }
  nav a.button-collapse i { line-height: 70px; height: 70px; }
  nav i.material-icons { font-size: 44px; }

  h1 { font-size: 44px; line-height: 48px; }
  h2 { font-size: 26px; line-height: 30px; }
  h3 { font-size: 22px; line-height: 26px; }
  h4 { font-size: 18px; line-height: 24px; }

  .divider { margin: 20px 0; }

  .section.blog h1 { font-size: 44px!important; line-height: 46px!important; }

  .titulo-paginas { margin-bottom: 20px; padding: 30px 0 10px; background: #1a1b1e; }
  .titulo-paginas h1 { margin: 0; font-size: 36px!important; line-height: 38px!important;}

  #comments { width: 80%; margin: 0 auto; }

  .blog .titulo { float: left; width: 86%; margin: 10px 7% 20px; }
  .blog .titulo h4, .blog .titulo .category-card-title { font-size: 18px; line-height: 22px; height: 46px; }
  .blog article { margin-bottom: 35px; }

  .logotipo { padding: 10px 0 40px!important; }
  .logotipo img { width: 240px; max-width: 40%; }

  .thumb-card {
    width: 100%; /* Ajuste conforme necessário */
    padding-top: 0;
  }


  .perfil { margin: 40px 0 25px; text-align: center; }
  .perfil img { float: none; display: block; margin: 0 auto 15px; width: 150px!important; height: auto!important; border-radius: 150px!important;}
  .perfil span { display: block; font-size: 12px; margin: 0; }
  .perfil h3 { margin: 2px 0; }
  .perfil p { margin: 0; font-size: 16px!important; line-height: 24px; }

}

/* V2: accessible labels and pagination, independent of Materialize navigation. */
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.paginacao { clear: both; }
.paginacao ul.page-numbers { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 24px 0; padding: 0; }
.paginacao ul.page-numbers li { list-style: none; margin: 0; padding: 0; }
.paginacao .page-numbers a, .paginacao .page-numbers span { display: block; padding: 8px 12px; }
.paginacao .page-numbers .current { background: #fff; color: #08090a; border-radius: 3px; }
a:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }


/* Audio vocabulary: real term links, rendered on the server. */
.aw-glossary.container { max-width: 1120px; padding-top: 48px; padding-bottom: 72px; }
.aw-glossary-intro { margin-bottom: 36px; }
.aw-glossary-eyebrow { color: #a6a8af; font-size: 12px; font-weight: 500; letter-spacing: .14em; }
.aw-glossary-intro h1 { margin: 18px 0 24px; font-size: clamp(36px, 5vw, 64px); line-height: 1.1; overflow-wrap: anywhere; }
.aw-glossary-intro > p { max-width: 720px; font-size: 18px; line-height: 1.7; }
.aw-glossary-cloud { margin-top: 32px; padding: 36px; border: 1px solid #303238; border-radius: 24px; background: #15161a; }
.aw-word-cloud { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px 18px; padding: 0; margin: 0; }
.aw-word-cloud li { max-width: 100%; list-style: none; margin: 0; padding: 0; font-family: 'Questrial', sans-serif; line-height: 1.3; }
.aw-word-cloud a { display: block; padding: 10px 16px; border: 1px solid #35373d; border-radius: 12px; background: #1d1f24; color: #e1e2e6; overflow-wrap: anywhere; }
.aw-word-cloud a:hover { background: #fff; border-color: #fff; color: #101113; }
.aw-word-cloud .aw-word-size-0 { font-size: 20px; }
.aw-word-cloud .aw-word-size-1 { font-size: 28px; }
.aw-word-cloud .aw-word-size-2 { font-size: 36px; }
.aw-definition.container { max-width: 800px; padding-top: 48px; padding-bottom: 72px; }
.aw-definition-content, .aw-glossary-content { font-size: 19px; line-height: 1.8; overflow-wrap: anywhere; }
.aw-definition-content ul { padding-left: 24px; }
.aw-definition-content ul li { list-style: disc; }
.aw-glossary-back { display: inline-block; margin-top: 32px; padding: 12px 0; font-size: 16px; text-decoration: underline; text-underline-offset: 5px; }
@media (max-width: 600px) {
  .aw-glossary.container, .aw-definition.container { padding-top: 28px; padding-bottom: 48px; }
  .aw-glossary-cloud { padding: 20px 14px; border-radius: 18px; }
  .aw-word-cloud { gap: 10px; }
  .aw-word-cloud a { padding: 9px 12px; }
  .aw-word-cloud .aw-word-size-0 { font-size: 16px; }
  .aw-word-cloud .aw-word-size-1 { font-size: 21px; }
  .aw-word-cloud .aw-word-size-2 { font-size: 26px; }
}
