/*
Theme Name: criem AI-Ready Revisado
Theme URI: criem-toss-v1
Author: TOSS Studio
Description: Tema criado pela TOSS
Version: 1.0
*/

@import url("css/materialize.css");

body {
  font-family: 'Roboto', sans-serif;
  color: #404040;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  }

  h1, h2, h3, h4, h5, h6, nav ul a, .story-content-overlay__title { font-family: "Poppins", sans-serif; }

  h1 { font-size: 80px; line-height: 88px; color: #101010; font-weight: 600; }
  h2 { font-size: 40px; line-height: 52px; color: #101010; font-weight: 600; }
  h3 { font-size: 28px; line-height: 36px; color: #0c00ff; font-weight: 600; }
  h4 { font-size: 24px; line-height: 32px; color: #101010; font-weight: 600; }

  p { margin: 5px 0 20px; }

  .wpcf7-spinner { display: content!important; }



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

  .divider { margin: 50px 0; }

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

  strong, b { color: #101010; }

  .clear {  clear: both; }

  blockquote, .wp-block-quote { font-weight: 700; color: #101010;border-left: 5px solid #c1c1c1; padding-top: 10px; padding-bottom: 10px; }
  blockquote p, .wp-block-quote p { margin: 0; }


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

  #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; }

  .getsocial { margin: 50px 0!important; }
  .gs-plus.free-badge { display: none!important; }

  figure { margin: 10px 0!important; }

  .wp-element-caption { font-size: 14px; line-height: 20px; margin-bottom: 25px; text-align: left; }

  .wp-block-code { background: #303030; padding: 25px; border: 1px solid #303030; font-size: 18px; color: #fff; }

  .form-tslo input[type=email] { float: left; margin: 0; width: 70%!important;  }
  .form-tslo .wpcf7-form-control input[type=submit] { float: left; margin: 0; width: 30%!important; border-radius: 4px!important; height: 50px!important; line-height: 46px!important; }

  /* EFEITOS */
  .oppct {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  .movy {
      opacity: 0;
      transform: translateY(50px); /* Inicia 50px abaixo */
      transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  }


/* Header */
  nav {
    height: 100px!important;
    line-height: 100px!important;
    background-color: #fff;
    padding: 0;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.9); /* precisa de transparência */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* suporte Safari */
  }

  nav .nav-wrapper { background-color: transparent; }

  nav .brand-logo { font-size: 0;  margin: 20px 0 0 40px!important; height: 90px!important; line-height: 90px!important; }
  nav a.brand-logo img { width: 160px; }

  nav ul li { list-style: none!important; margin-top: 25px; height: 44px!important; line-height: 44px!important; }
  nav ul a { font-size: 18px; color: #3d3d3d; font-weight: 700; letter-spacing: 0.2px; text-transform: lowercase; padding: 0 22px; border-radius: 50px; }
  nav ul a:hover { background: #101010;  color: #fff; transition: .3s; }

  ul.conversar { margin-right: 40px; display: inline-flex; }
  ul.conversar li a { background: #0c00ff; color: #fff; border: 2px solid #0c00ff; margin-left: 20px; }
  ul.conversar li a:hover { background: #101010; color: #fff; border: 2px solid #101010;}

  nav .sub-menu { position: absolute; display: none; /*display: block;*/ max-width: 250px; margin-top: 0; background: #ffffff; padding: 0; box-shadow: 0 30px 50px 0 rgba(0,0,0,0.1),0 30px 50px 0 rgba(0,0,0,0.1);  transition: all .3s; z-index: 1; }
  nav .sub-menu li { display: contents!important; white-space: normal; padding: 0; margin: 0; height: 44px; line-height: 44px;}
  nav .sub-menu li a { color: #3d3d3d; border-radius: 0; border-bottom: 1px dotted #eaeaea; }
  nav .sub-menu li a:hover { color: #ffffff; background: #3d3d3d; border-bottom: 1px dotted #3d3d3d; }
  nav .sub-menu li a:hover .menu-item-description { color: #ffffff; }
    nav .sub-menu li .sub-menu { top: 0; left: 270px; width: 250px; min-height: 100%; height: auto; margin-left: -20px;  padding: 0; background: transparent; box-shadow: none; }
    nav .sub-menu li .sub-menu a { color: #050505; white-space: normal;  border-bottom: 1px dotted #eaeaea; padding-top: 10px; border: 0; background: #ffffff; }
    nav .sub-menu li .sub-menu a:hover { color: #ffffff; background: #3d3d3d; }

    li.menu-item-has-children:hover > .sub-menu { display: block; }

  .cta-newsletter { padding: 0; font-size: 22px; }
  .cta-newsletter a  { font-size: 22px; border-radius: 0; padding: 0 32px; text-align: left; height: 70px; line-height: 65px; }

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

  .titulo-paginas { background: #fff; margin-bottom: 0; padding: 100px 0 25px; }
  .titulo-paginas h1 { margin: 10px 0; }
  .titulo-paginas h1 a { color: #050505; }
  .titulo-paginas h3 { color: #7a7a7a; font-weight: 300; margin: 24px 0 10px; max-width: 80%; }

  ul.post-categories {}
  ul.post-categories li { display: inline-block; border-left: 2px solid #0c00ff; padding-left: 15px; margin-right: 5px; }
  ul.post-categories li a { text-transform: lowercase; }
  ul.post-categories li a:hover { color: #0c00ff; }


  /* breadcrumb */
  .breadcrumb { font-size: 14px; text-transform: lowercase; }
  .breadcrumb #breadcrumbs { width: 100%; color: #777777;  margin: 5px 0 25px; padding: 10px 0;  }
  .breadcrumb #breadcrumbs a { color: #0c00ff; }
  .breadcrumb #breadcrumbs strong { color: #0c00ff; font-weight: 400; }
  .breadcrumb:before { content: none; }


/* HOME */
  .section.home-topo { padding: 150px 0 100px; text-align: center; background: #fff; }
  .section.home-topo i { font-size: 120px; color: #0c00ff; margin-bottom: 20px; }
  .section.home-topo h1 { font-size: 100px; line-height: 110px; margin: 0 0 25px; }
  .section.home-topo h3 { color: #0c00ff; font-weight: 500; margin: 50px 0 10px; }

  .palavras-titulo { }
  .palavras-titulo h1 { margin: 0; color: #0c00ff; }
  .palavras-titulo h4 { margin: 0; }
  .palavras-texto { font-size: 28px; line-height: 38px; }

  .guia-palavras a { display: block; padding: 10px 16px; border-radius: 10px; background: #eee; margin: 2px; transition: .3s; }
  .guia-palavras a h4 { margin: 0; font-size: 16px; line-height: 24px; }
  .guia-palavras a:hover { background: #0c00ff;  }
  .guia-palavras a:hover h4 { color: #fff; }

  .home-stories { margin: 0; padding: 50px 0; }
  .home-stories .container { border-top: 2px dotted #e3e3e3; padding-top: 60px; }
  .home-stories h3 { color: #a8a9af; font-weight: 400; margin: 35px 0 0; padding: 0; }
    .web-stories-list { margin: 0!important; }

    .section.lp-blue { margin: 0; padding: 0; color: #fff; background: #0c00ff; }
    .section.lp-blue .row { margin: 0; padding: 100px 0; }
    .section.lp-blue .row .container { padding: 0; }
    .section.lp-blue .row .container h2 { color: #fff; }
    .section.lp-blue .row .container h4 { color: #fff; margin: 20px 0 30px; padding: 20px 30px; border-radius: 10px; background: #0060ef; }
    .section.lp-blue .row .container ul { margin-bottom: 50px; }
    .section.lp-blue .row .container .form-tslo input[type=email] { width: auto; border: 2px solid #fff!important; color: #fff!important; margin-bottom: 3px;  }
    .section.lp-blue .row .container .wpcf7 input[type=submit] { width: 100%; background: #fff; color: #0c00ff!important; height: 56px!important; line-height: 50px!important; border: 2px solid #fff!important; }
    .section.lp-blue .row .container .wpcf7 input[type=submit]:hover { background: #15ff47; color: #0c00ff!important; border: 2px solid #15ff47!important; }


    .section.home-blog {
      margin: 0;
      padding: 0;
      min-height: 50px;
      background: #F5F5F5;
    }

    .section.home-blog .row {
      margin: 0;
      padding: 150px 0;
    }

    .section.home-blog .row .container {
      padding: 0;
    }

    .section.home-blog .row .container .visualizar {
      float: left;
      width: 100%;
      text-align: center;
      margin-top: 25px;
    }

    /* Ajustes para o novo modelo com <img> */
    .article article {
      position: relative;
      padding: 0;
      margin: 0;
      margin-bottom: 25px;
      border-radius: 25px;
      overflow: hidden; /* garante que a imagem e overlay fiquem dentro do border-radius */
    }

    .article article .image-wrapper {
      position: relative;
      width: 100%;
      padding-top: 140%; /* mantém a proporção antiga */
      overflow: hidden;
      border-radius: 25px;
    }

    .article article .image-wrapper img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; /* substitui background-size: cover */
      border-radius: 25px; /* mantém cantos arredondados */
    }

    /* Overlay continua como estava */
    .article article a {
      color: #fff;
      display: block;
      text-decoration: none;
    }
    .article article a:hover {
      opacity: .8;
    }

    .article article a .filter {
      display: block;
      width: 100%;
      height: 100%; /* agora ocupa 100% da .image-wrapper */
      position: absolute;
      top: 0;
      left: 0;
      color: #fff;
      border-radius: 25px;
      background: linear-gradient(0deg, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0) 80%);
    }

    .article article a .filter .blur {
      position: absolute;
      width: 80%;
      bottom: 30px;
      margin-left: 10%;
      padding: 0;
    }

    .article article a .filter .blur h3 {
      color: #fff;
      margin: 0 0 10px;
      opacity: 1;
    }

    .article article a .filter .blur span.categoria {
      color: #fff;
      font-size: 11px;
      line-height: 16px;
    }

    .article article a .filter .blur i {
      font-size: 32px;
    }


    /* --- Side Bar --- */
    .siderbar { padding-top: 0; margin-bottom: 10px; }
    .siderbar h4 { color: #aaa; background: #f9f9f9; padding: 15px 20px; border-radius: 10px; }
    .siderbar ul { margin-bottom: 50px; font-size: 13px; line-height: 18px; }


    .criem-cta-box {
      margin: 50px 0 25px;
      padding: 24px 40px 24px;
      background: #37374f;
      border-radius: 24px;
    }

    .criem-cta-item h2 {
      margin-top: 0;
      margin-bottom: 6px;
      color: #fff!important;
    }

    .criem-cta-item p {
      margin-top: 2px;
      margin-bottom: 18px;
      color: #9898a5;
    }

    .criem-cta-item p.micro {
      margin-top: 2px;
      margin-bottom: 13px;
      color: #212135;
      font-size: 13px;
      line-height: 18px;
      font-weight: 500;
      background: #9898a5;
      width: max-content;
      padding: 2px 5px;
    }



    .btn.whatsapp {
      background: #00f177;
       border: 2px solid #00f177;
      color: #094131!important;
      box-shadow: 0 10px 20px 0 rgba(0,0,0,0.04),0 10px 20px 0 rgba(0,0,0,0.04);
    }

    .criem-cta-item .wpcf7 input[type=email]  { width: 93% !important; color: #fff!important; border: 2px solid #666679!important; margin: 0 0 10px!important; }



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



  .interna-single  { background: #fff; }
  .interna-single img { width: 100%; height: auto; }

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

  .wp-caption { display: contents; }
  .wp-caption-text { font-size: 15px; line-height: 22px; margin: 5px 0 20px; }

    .author-box {
      display: flex;
      align-items: center;
      margin-top: 30px;
      padding-top: 30px;
      border-top: 1px dotted #ccc;
    }
    .author-image {
      margin-right: 15px;
    }
    .author-image img {
      width: 60px;
      border-radius: 50%;
    }
    .author-info h4 {
      margin: 0;
      font-size: 18px;
    }
    .author-info p {
      margin: 5px 0 0;
      font-size: 14px;
      color: #555;
    }

  .perfil { float: left; width: 100%; background: #eeeff1; padding: 25px;border-radius: 24px; color: #676767; margin: 0 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 1px; font-size: 13px; line-height: 15px; text-transform: uppercase; }
  .perfil h3 { margin: 2px 0; color: #050505; }
  .perfil p { margin: 0; font-size: 20px!important; }
  .perfil a { font-weight: 600;}


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


  input[type=text], input[type=search], input[type=password], input[type=email], input[type=tel], input[type=number], textarea {
    font-family: "Poppins", sans-serif; font-size: 15px; font-weight: 600;
    color: #101010!important;
    width: 94%!important;
    padding: 0 3%!important;
    background: #fff;
    line-height: 50px!important;
    height: 50px!important;
    margin: 0 0 5px;
    border: 1px solid #ccc!important;
    border-radius: 8px!important;
    outline: none;
    box-shadow: none;
    transition: all 0.3s;
  }
  .newsletter input[type=email] { border-radius: 50px; }
  .newsletter input[type=submit] { width: 25%; cursor: pointer; width: 100%; }

  .search-form input[type="search"] { background: #fff; }

    .btn, .btn-large, .wpcf7 input[type=submit], .search-submit { font-family: "Poppins", sans-serif; font-size: 15px; font-weight: 600; padding-left: 22px; padding-right: 22px; background: #0c00ff; color: #fff!important; line-height: 44px; height: 48px; border: 2px solid #0c00ff; text-transform: lowercase;!important;  border-radius: 50px; transition: 0.3s; vertical-align: middle; box-shadow: 0; }
    .btn:hover, .btn-large:hover, .wpcf7 input[type=submit]:hover { background: #101010; color: #fff!important; border: 2px solid #101010!important; box-shadow: 0 30px 40px 0 rgba(0,0,0,0.05),0 30px 40px 0 rgba(0,0,0,0.05); }

    .btn.line { background: transparent!important; color: #0c00ff!important; border: 2px solid #0c00ff; }
    .btn:hover.line { background: #fff!important; color: #252525!important; border: 2px solid #252525; }


  /* FOOTER */

  .footer-banners { padding: 50px 0; text-align: center; }

    footer.page-footer { background: #fafafa; padding: 50px 0 100px; }
    footer.page-footer .footer-copyright { font-size: 13px; line-height: normal; color: #aaa; height: auto; background-color: transparent!important; }
    footer .social { margin-bottom: 50px; }
    footer .social .fa { font-size: 36px; text-decoration: none; color: #0c00ff; margin: 0 10px; width: 50px; height: 50px; line-height: 50px; }
    footer .social a { transition: 0.3s; }
    footer .social a.fa:hover { color: #0c00ff; }
    footer .social h4 { color: #050505; }



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

  body { font-size: 20px; line-height: 30px; }

  h1 { font-size: 50px; line-height: 60px; }
  h2 { font-size: 30px; line-height: 38px; }
  h3 { font-size: 22px; line-height: 30px; }
  h4 { font-size: 18px; line-height: 26px; }

  nav a.brand-logo img { width: 150px; }
  nav ul a { font-size: 16px; padding: 0 20px; }

  /* HOME */
    .section.home-topo { padding: 75px 0 50px; }
    .section.home-topo h1 { font-size: 66px; line-height: 74px; }

    .lista-categorias .cat-item { font-size: 16px; line-height: 24px; }


  }




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

  body { font-size: 20px; line-height: 30px; }

  nav .brand-logo { position: relative; left: 0; transform: translateX(0); z-index: 0; }

  nav .button-collapse { margin: 0; }
  nav .button-collapse i { height: 70px; line-height: 70px; }
  nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
    font-size: 36px;
    color: #050505;
  }


	.side-nav { width: 85%; height: 100vh; }
	.side-nav li > a { font-size: 22px; border-radius: 0; }
	.side-nav li { height: 54px!important; line-height: 54px!important; }

	.sub-menu li { border-left: 5px solid #0c00ff; }


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

  .titulo-paginas { margin-bottom: 0; padding: 80px 0 0; }
  .titulo-paginas h1 { max-width: 100%; margin-bottom: 15px; }
  .titulo-paginas h3 { max-width: 100%; }

  .section.home-topo { padding: 100px 5% 25px; }
  .section.home-topo h1 { font-size: 38px; line-height: 44px; letter-spacing: 0; }

  /* breadcrumb */
  .breadcrumb { font-size: 12px; line-height: 18px; }
  .breadcrumb #breadcrumbs { margin: 5px 0 0 0; padding: 0;  }

  .section.home-blog .row { margin: 0; padding: 50px 0; }
  .section.home-blog .row .container { padding: 0; }

}

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

  h1 { font-size: 36px; line-height: 44px; }
  h2 { font-size: 26px; line-height: 34px; }
  h3 { font-size: 20px; line-height: 27px; }
  h4 { font-size: 18px; line-height: 26px; }

  nav { height: 74px!important; line-height: 74px!important; padding: 0 20px; }
  nav .brand-logo { left: 10px; margin: 17px 0 0 0!important; height: 50px!important; line-height: 50px!important; }
  nav a.brand-logo img { width: 100px; margin: 0; padding: 0; }
  nav ul { margin: 15px 0 0 0; }
  nav ul li { height: 38px!important; line-height: 38px!important; margin: 0; }
  nav ul li a { font-size: 14px; padding: 0 16px; }

  ul.conversar { margin: 15px 0 0 0; }

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


  .section.home-topo i { font-size: 70px; margin-bottom: 10px; }
  .section.home-topo h1 { font-size: 34px; line-height: 42px; }
  .section.home-topo h3 { margin: 20px 0 0; }
  .section.home-topo.tslo h1 { font-size: 36px; line-height: 42px; }

  .palavras-titulo h1 { margin: 0; color: #0c00ff; }
  .palavras-titulo h4 { margin: 0; }
  .palavras-texto { font-size: 24px; line-height: 32px; }


  .home-stories { margin: 0; padding: 0 0 25px; }
  .home-stories .container { border-top: 2px dotted #cacaca; padding-top: 30px; }
  .home-stories h3 { margin: 0 0 20px; text-align: center; }
    .web-stories-list { margin: 0!important; }


	.container.reduzido { width: 88%; }

  .section.lp-blue .row { margin: 0; padding: 50px 0; }

  .footer-banners { padding: 0; }

	.btn, .btn-large, .wpcf7 input[type=submit], .search-submit { width: 100%; }

  .form-tslo input[type=email] { width: 94%!important;  }

  .article article .image-wrapper {
    padding-top: 120%; /* mantém a proporção antiga */
    border-radius: 20px;
  }


  .perfil { margin: 0; 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; }

  .criem-cta-box {
    margin: 35px 0 20px;
    padding: 24px 30px 1px;
    border-radius: 16px;
  }

  .criem-cta-item h2 {
    margin-top: 0;
    margin-bottom: 8px;
    color: #fff!important;
  }

  .criem-cta-item p {
    margin-top: 2px;
    margin-bottom: 14px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
  }

  .criem-cta-item p.micro {
    width: auto;

  }



  form p { text-align: center; }


  /* FOOTER */
    footer.page-footer { padding: 50px 0; }
    footer.page-footer .footer-copyright { font-size: 14px; line-height: 20px; }
    footer .social { margin-bottom: 25px; }
    footer .social .fa { font-size: 50px; margin: 0 8px; width: 50px; height: 50px; line-height: 50px; }


}

/* Rodapé: links em cápsulas inspirados nas Categorias em destaque. */
footer.page-footer {
  border-top: 1px solid #e8e8ed;
  padding: 64px 0 40px;
}
footer.page-footer .footer-copyright { color: #62626c; line-height: 1.7; }
footer.page-footer .social { margin-bottom: 36px; }
footer.page-footer .social h4 { font-size: 22px; line-height: 1.4; margin: 0 0 18px; }
footer.page-footer .social .fa {
  font-size: 24px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 0 5px;
  border-radius: 50%;
  background: #eeeef5;
}
footer.page-footer .social .fa:hover { background: #0c00ff; color: #fff; }
footer.page-footer .footer-menu { margin-bottom: 32px; }
footer.page-footer .footer-menu-title {
  color: #0c00ff;
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 18px;
}
footer.page-footer .footer-links,
footer.page-footer .footer-links .sub-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
footer.page-footer .footer-links li {
  float: none;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.page-footer .footer-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 18px;
  border: 1px solid #e6e6eb;
  border-radius: 999px;
  background: #f5f5f5;
  color: #111;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  overflow-wrap: anywhere;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
footer.page-footer .footer-links a:hover {
  transform: translateY(-3px);
  background: #111;
  border-color: #111;
  color: #fff;
}
footer.page-footer .footer-links .current-menu-item > a {
  background: #0c00ff;
  border-color: #0c00ff;
  color: #fff;
}
footer.page-footer a:focus-visible {
  outline: 3px solid #0c00ff;
  outline-offset: 4px;
}
footer.page-footer .footer-links .sub-menu { margin-top: 12px; gap: 8px; }
footer.page-footer .footer-links .sub-menu a { font-size: 13px; }
footer.page-footer .footer-copyright p { max-width: 760px; margin: 0 auto 16px; }
@media only screen and (max-width: 600px) {
  footer.page-footer { padding: 40px 0 24px; }
  footer.page-footer .footer-links { gap: 10px; }
  footer.page-footer .footer-links a { padding: 9px 14px; font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  footer.page-footer .footer-links a, footer.page-footer .social a { transition: none; }
  footer.page-footer .footer-links a:hover { transform: none; }
}

/* Newsletter v2 e CTA compartilhado (página e artigos). */
.newsletter-v2 { padding: 90px 0 72px; background: #fff; }
.newsletter-v2 > .container { max-width: 1120px; }
.newsletter-v2-intro { max-width: 900px; margin: 0 auto 40px; text-align: center; }
.newsletter-v2-eyebrow, .criem-cta-v2 .criem-cta-eyebrow {
  display: block; font: 600 12px/1.5 'Poppins', sans-serif; letter-spacing: .12em;
}
.newsletter-v2-eyebrow { color: #0c00ff; }
.newsletter-v2-intro h1 { margin: 20px 0; font-size: clamp(36px, 5vw, 68px); line-height: 1.12; letter-spacing: -.04em; }
.newsletter-v2-intro h1 span { color: #0c00ff; }
.newsletter-v2-intro > p { max-width: 630px; margin: 0 auto; font-size: 20px; line-height: 1.6; color: #545461; }
.newsletter-v2-topics { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; padding: 0; margin: 26px 0 0; list-style: none; }
.newsletter-v2-topics li { padding: 8px 16px; border-radius: 999px; background: #f5f5f5; color: #33333e; font-size: 14px; line-height: 1.5; }
.criem-cta-box.criem-cta-v2 {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 32px; align-items: center; margin: 40px 0; padding: clamp(20px, 4vw, 44px);
  border-radius: 28px; background: #0c00ff; color: #fff; text-align: left;
  box-shadow: 0 18px 48px rgba(12, 0, 255, .12);
}
.criem-cta-v2 > * { min-width: 0; }
.criem-cta-v2 .criem-cta-eyebrow { color: #e0deff; margin-bottom: 18px; }
.criem-cta-v2 .criem-cta-copy h2 { color: #fff; margin: 0 0 20px; font-size: clamp(30px, 3.5vw, 46px); line-height: 1.12; letter-spacing: -.035em; }
.criem-cta-v2 .criem-cta-copy p { color: #fff; font-size: 17px; line-height: 1.65; margin: 0 0 18px; }
.criem-cta-v2 .criem-cta-copy .criem-cta-note { color: #e0deff; font-size: 14px; margin: 0; }
.criem-cta-v2 .criem-cta-form { padding: clamp(20px, 3vw, 30px); border-radius: 20px; background: #fff; color: #20202b; }
.criem-cta-v2 .criem-cta-form h3 { width: auto; max-width: none; color: #171722; font-size: 24px; line-height: 1.3; margin: 0 0 8px; }
.criem-cta-v2 .criem-cta-form p { color: #343440; font-size: 16px; line-height: 1.6; margin: 0 0 16px; text-align: left; }
.criem-cta-v2 .criem-cta-form .criem-cta-frequency { color: #555563; font-size: 14px; }
.criem-cta-v2 .criem-cta-form .criem-cta-privacy { margin: 16px 0 0; color: #555563; font-size: 12px; line-height: 1.6; }
.criem-cta-v2 .criem-cta-form a { color: #0c00cc; text-decoration: underline; text-underline-offset: 3px; }
.criem-cta-v2 .wpcf7, .criem-cta-v2 .wpcf7 form { margin: 0; min-width: 0; }
.criem-cta-v2 .wpcf7 label { display: block; color: #343440; font-size: 14px; line-height: 1.5; }
.criem-cta-v2 .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=hidden]),
.criem-cta-v2 .wpcf7 select, .criem-cta-v2 .wpcf7 textarea {
  box-sizing: border-box; width: 100%!important; max-width: 100%; min-height: 52px;
  padding: 12px 14px!important; margin: 6px 0 8px!important; background: #fff!important;
  color: #20202b!important; border: 1px solid #858591!important; border-radius: 10px!important;
  font-size: 16px; line-height: 1.5!important; box-shadow: none;
}
.criem-cta-v2 .wpcf7 textarea { height: auto!important; min-height: 120px; }
.criem-cta-v2 .wpcf7 input::placeholder, .criem-cta-v2 .wpcf7 textarea::placeholder { color: #626270; opacity: 1; }
.criem-cta-v2 .wpcf7 input[type=submit], .criem-cta-v2 .wpcf7 button[type=submit] {
  display: block; box-sizing: border-box; width: 100%; height: auto; min-height: 52px;
  padding: 13px 18px; border: 2px solid #0c00ff; border-radius: 999px;
  background: #0c00ff; color: #fff!important; font: 600 16px/1.5 'Poppins', sans-serif;
  white-space: normal; cursor: pointer; text-transform: none; box-shadow: none;
}
.criem-cta-v2 .wpcf7 input[type=submit]:hover, .criem-cta-v2 .wpcf7 button[type=submit]:hover { background: #171722; border-color: #171722!important; box-shadow: none; }
.criem-cta-v2 .wpcf7 :disabled { cursor: wait; opacity: .65; }
.criem-cta-v2 a:focus-visible, .criem-cta-v2 .wpcf7 input:focus-visible,
.criem-cta-v2 .wpcf7 select:focus-visible, .criem-cta-v2 .wpcf7 textarea:focus-visible,
.criem-cta-v2 .wpcf7 button:focus-visible { outline: 3px solid #0c00ff; outline-offset: 3px; }
/* Não altera display/ARIA: o plugin controla quando anunciar/exibir as mensagens. */
.criem-cta-v2 .wpcf7 form .wpcf7-response-output {
  box-sizing: border-box; margin: 20px 0 0; padding: 14px 16px;
  background: #f1f3ff; color: #242447; border: 2px solid #6565a0; border-radius: 10px;
  font-size: 15px; font-weight: 500; line-height: 1.6; text-align: left; overflow-wrap: anywhere;
}
.criem-cta-v2 .wpcf7 form.sent .wpcf7-response-output { background: #eaf8ef; color: #14532d; border-color: #24834b; }
.criem-cta-v2 .wpcf7 form.invalid .wpcf7-response-output,
.criem-cta-v2 .wpcf7 form.unaccepted .wpcf7-response-output,
.criem-cta-v2 .wpcf7 form.payment-required .wpcf7-response-output { background: #fff5dc; color: #713f12; border-color: #a66a09; }
.criem-cta-v2 .wpcf7 form.failed .wpcf7-response-output,
.criem-cta-v2 .wpcf7 form.aborted .wpcf7-response-output,
.criem-cta-v2 .wpcf7 form.spam .wpcf7-response-output { background: #fff0f0; color: #8b1c1c; border-color: #b83232; }
.criem-cta-v2 .wpcf7 .wpcf7-not-valid-tip { display: block; color: #a51d26; background: #fff; font-size: 14px; font-weight: 500; line-height: 1.5; margin: 4px 0 12px; }
.criem-cta-v2 .wpcf7 input[aria-invalid=true], .criem-cta-v2 .wpcf7 textarea[aria-invalid=true] { border-color: #a51d26!important; }
.criem-cta-v2 .wpcf7 .wpcf7-spinner { background: #343440; margin: 8px 0 0; }
.criem-cta-v2 .criem-cta-form .criem-cta-unavailable { padding: 14px; border-radius: 10px; background: #fff5dc; color: #713f12; }
.newsletter-v2-community { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 32px 0; border-bottom: 1px solid #e4e4ed; }
.newsletter-v2-community h2 { font-size: clamp(23px, 3vw, 30px); line-height: 1.3; margin: 10px 0; color: #20202b; }
.newsletter-v2-community p { font-size: 16px; line-height: 1.6; color: #555563; margin: 0; }
.newsletter-v2-community-link { flex-shrink: 0; padding: 14px 20px; border: 1px solid #c9c9d4; border-radius: 999px; color: #20202b; font-size: 14px; line-height: 1.5; font-weight: 600; }
.newsletter-v2-community-link:hover { background: #f2f2f8; color: #0c00ff; }
.newsletter-v2-community-link:focus-visible { outline: 3px solid #0c00ff; outline-offset: 4px; }
.newsletter-v2-content { max-width: 800px; margin: 40px auto 0; }
@media (max-width: 600px) {
  .newsletter-v2 { padding: 64px 0 40px; }
  .newsletter-v2-intro > p { font-size: 17px; }
  .newsletter-v2-topics li { font-size: 12px; }
  .criem-cta-box.criem-cta-v2 { gap: 24px; border-radius: 20px; }
  .newsletter-v2-community { flex-direction: column; align-items: flex-start; }
  .newsletter-v2-community-link { max-width: 100%; box-sizing: border-box; }
}
