/* Gerais */

p{
  font-family: 'Inter','Roboto', sans-serif;
  font-weight: 400;
}

.blog h2{
  font-size: 24px;
  line-height: 28px;
}
.blog h3{
  font-size: 20px;
  line-height: 24px;
}
.blog h4{
  font-size: 16px;
  line-height: 20px;
}
.blog h5{
  font-size: 14px;
  line-height: 18px;
}

.blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog h6{
  color: #003786;
  padding: 24px 0 16px;
  font-weight: 700;
}

.blog strong{
  font-weight: 700;
}

.post-excerpt{
  color: #003786;
}

.content_post{
  color: #575757;
  font-size: 12px;
  line-height: 14px;
}

.entry-content a, .wp-block-heading a:hover{
  color: #205295;
  text-decoration: underline;
}
.entry-content a:hover{
  color: #144272;
  text-decoration: none;
}
.wp-block-heading a{
  text-decoration: none;
  color: inherit;
}

.single .progress-container-top{
  top: 49px;
  z-index: 0;
}
.topo.blog{
  background: #ffff;
  z-index: 99999;
  position: relative;
}

/* Start Here */

/* .start-here-wrapper{
  border: 2px solid #8FBDFA;
  border-radius: 24px;
  padding: 32px;
  background: #f0f6ff;
  box-shadow: 0 20px 40px rgba(20, 66, 114, 0.08);
} */
.start-here__grid > div{
  display: flex;
}
.start-here__grid > div > *{
  width: 100%;
}
.start-here__highlight{
  background: #EEF7FF;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.start-here__highlight-thumb img{
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  border-radius: 24px;
}
.start-here__highlight-body{
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #EEF7FF;
}
.start-here__badge{
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 8px 14px;
  background: #2F7DEB;
  color: #fff;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
}
.start-emphasis .start-here__badge{
  position: absolute;
  top: 24px;
}
.start-here__badge:hover{
  text-decoration: none;
  color: #0f3b69;
  background: #d0e3ff;
}
.start-here__list{
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}
.start-here__list-item{
  display: flex;
  gap: 16px;
  background: #fff;
  border-radius: 18px;
}

.start-here__list .card-title{
  font-size: 20px;
}

.start-here__list-thumb{
  flex: 0 0 96px;
  display: block;
}
.start-here__list-thumb img{
  width: 170px;
  height: 170px;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}
.start-here__list-content h3{
  font-size: 16px;
  margin-bottom: 8px;
}
.start-here__title{
  text-decoration: none;
  color: inherit;
}
.start-here__title:hover{
  text-decoration: underline;
}
.start-here__empty{
  color: #205295;
}

@media (max-width: 991px){
  .start-here-wrapper{
    padding: 28px 20px;
  }
  .start-here__highlight-thumb img{
    height: 240px;
  }
  .start-here__list-item{
    flex-direction: column;
  }
  .start-here__list-thumb{
    flex: 0 0 auto;
  }
  .start-here__list-thumb img{
    width: 100%;
    height: 180px;
  }
}

/* Indice de conteúdo */

.wp-block-yoast-seo-table-of-contents{
  border: solid 1px #ddd;
  border-radius: 10px;
  padding: 24px;
  background-color: #f0f9ff;
  margin-bottom: 24px;
}

.wp-block-yoast-seo-table-of-contents h2{
  font-size: 18px;
  line-height: 20px;
  padding-top: 0;
}

.wp-block-yoast-seo-table-of-contents  li{
  list-style: decimal;
  padding-left: 8px;
  line-height: 20px;
  font-size: 14px;
}

.single .comment-form-cookies-consent{
  display: none;
}

/* Card post */

.card-post img{
  border-radius: 8px;
  height: 220px;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  max-height: 230px;
}
.card-post h4{
  color: #144272;
}
.bg_header{
  background-color: #E6E8EB;
  min-height: 160px;
}
.bg_header .entry-title, .bg_header .content_post{
  color: #677389;
}
.archive .img-video{
  border-radius: 10px;
}
.archive .img-post{
  border-radius: 10px;
  object-fit: cover;
  min-height: 220px;
  max-height: 220px;
  width: 100%;
  background: #ecf0f3;
  position: relative;
}
.image-post img{ 
  min-height: 170px;
  max-height: 340px;
}
.image-post::after, .archive .img-post::after{
  content: '';
  background: linear-gradient(180deg, rgba(5, 29, 59, 0.00) 30.68%, #051d3b54 100.17%), #d3d3d300 50% / cover no-repeat;
  z-index: 2;
  position: absolute;
  width: 100%;
  display: block;
  height: 280px;
  bottom: 0;
  border-radius: 0 0 8px 8px;
}
.archive .last-post img{ 
  min-height: 335px;
  border-radius: 10px;
  max-height: 340px;
}
.post-summary{
  color: #5B5B5B;
  line-height: 1.4em !important;
}
.archive .link_read{
  color: #144272;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-popular{
  padding-top: 40px;
}
.blog-popular__header{
  text-align: left;
  margin-bottom: 32px;
}
.blog-popular__header h2{
  font-size: 32px;
  margin-bottom: 8px;
}
.blog-popular__header p{
  color: #4c5c72;
  margin: 0;
}
.blog-popular__grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.blog-popular__card{
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 252px;
}
.blog-popular__card--feature{
  grid-row: span 2;
  height: 530px;
}
.blog-popular__image{
  display: block;
  height: 100%;
  position: relative;
}
.blog-popular__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-popular__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 18, 39, 0) 0%, #051D3B 100%);
}
.blog-popular__title{
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.blog-popular__card--feature .blog-popular__title{
  font-size: 28px;
}

@media (max-width: 991.98px){
  .blog-popular__grid{
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .blog-popular__card--feature{
    grid-row: auto;
    height: 320px;
  }
  .blog-popular__card{
    height: 220px;
  }
  .blog-popular__title{
    font-size: 20px;
  }
}
.post-grid-2,.post-grid-1{
  display: flex;
  background: #ddd;
  border-radius: 10px;
  position: relative;
}
.post-grid-2::after,.post-grid-1::after{
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(5, 29, 59, 0.00) 30.68%, #051d3bd6 100.17%), #d3d3d300 50% / cover no-repeat;
  z-index: 1;
  position: absolute;
  border-radius: 10px;
}
.post-grid-2{
  min-height: 250px;
  max-height: 250px;
}
.post-grid-2 img, .post-grid-1 img{
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  max-height: 250px;
}
ul.page-numbers li a, ul.page-numbers li span, .todos-os-posts .page-numbers, .nav-links .page-numbers{
  padding: 10px 14px;
  border: 1px solid #ddd;  
  border-radius: 8px;
  color: #051d3b;
}
ul.page-numbers li span.page-numbers.current,  .todos-os-posts .page-numbers.current, .nav-links .page-numbers.current{
  background: #205295;
  font-weight: bold;
  color: #ffffff;
  border-color: #051d3b;
}
a.page-numbers:not(.current):not(.dots):hover  {
  background-color: #205295;
  color: var(--white);
  border-color: #123565;
}
ul.page-numbers, ul.page-numbers li{
  background-color: transparent;
  border: 0;
  list-style: none;
}
ul.page-numbers{
  display: flex;
  justify-content: center;
  margin: 0;
  gap: 12px;
}
/* Banner conteudo */

.bg-black{
  background-color: #051D3B;  
  min-height: 400px;
}
.bg-black .typed-text{
  color: #8FBDFA;
}
.text-secondary{
  color: #2975AB;
}

.bg-black span.cursor {
  display: inline-block;
  background-color: #8FBDFA;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}
.bg-black span.cursor.typing {
  animation: none;
}
@keyframes blink {
  0%  { background-color: #8FBDFA; }
  49% { background-color: #8FBDFA; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #8FBDFA; }
}
.b-search input[type="text"]{
  width: 100%;
  height: 50px;
  border-radius: 8px;
  background: #EBF3FF;
  border: solid 1px #cbd5e3;
  padding: 16px 32px;  
}
.b-search svg{
  width: 23px;
  height: 24px;
}
.b-search input[type="text"]:focus-visible{
  outline-color: #425685;
}

.b-search button[type="submit"]{
  height: 50px;
  background-color: transparent;
  z-index: 9;
  width: 50px;
  border: 0;
  right: -8px;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  margin-right: 10px;
  top: 50%;
  transform: translateY(-24px);
}

.description-social p{
  color: #1c1b1b;
  font-size: 14px;
  line-height: 1.2 !important;
  padding-top: 10px;
}
.description-social a{
  border: solid 1px #ddd;
  border-radius: 8px;
  display: block;
  height: 100%;
  padding: 12px;
}
.author a, .breadcrumbs a, .meta{
  color:  #777777;
  font-size: 14px;
}
.bg_header .breadcrumbs a{
  color: #677389;
  text-decoration: underline;
}
.tts-controls{
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.tts-toggle{
  background: transparent;
  color: #003786;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-weight: 600;
  padding: 4px 0;
}
.tts-toggle:hover{
  color: #003786;
}
.tts-toggle:disabled{
  opacity: .6;
  cursor: not-allowed;
}
.tts-toggle .tts-icon{
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tts-toggle .tts-icon svg{
  width: 100%;
  height: 100%;
  color: #2F7DEB;
}

.tts-toggle .tts-icon circle{
  fill: currentColor;
}
.tts-toggle .tts-icon path{
  fill: #fff;
  display: block;
}
.tts-toggle .tts-icon .tts-icon-pause{
  display: none;
}
.tts-toggle.is-playing .tts-icon .tts-icon-play{
  display: none;
}
.tts-toggle.is-playing .tts-icon .tts-icon-pause{
  display: block;
}
.tts-toggle .tts-label{
  font-size: 18px;
}
.tts-controls .tts-meta{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #003786;
  font-weight: 500;
}
.tts-meta .tts-wave{
  width: 32px;
  height: 24px;
  display: inline-block;
}
.tts-meta .tts-wave svg rect{
  fill: #2F7DEB;
}
.tts-duration{
  font-size: 18px;
  line-height: 1;
}
.tts-status{
  color: #555;
  font-size: 13px;
}
.share-bar{
  background: #ECF5FF;
  border-radius: 14px;
  padding: 14px 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.share-label{
  font-size: 14px;
  color: #2F7DEB;
  font-weight: 600;
}
.share-actions{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.share-actions .share-btn{
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #2F7DEB;
  transition: transform .15s ease, box-shadow .15s ease;
}
/* .share-actions .share-btn svg{
  width: 100%;
  height: 100%;
} */
.share-actions .share-btn circle{
  fill: transparent;
}
.share-actions .share-btn path{
  fill: #fff;
}
.share-actions .share-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}
.image-post img{
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
}
.post-grid.video img{
  height: 130px;
  width: 100%;
}
.content-sidebar{
  flex: 0 0 394px;
  max-width: 394px;
  width: 100%;
  margin-left: 24px;
}
@media(max-width: 1024px){
  .content-sidebar{
    flex: 1 1 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
/* .entry-content .content{
  z-index: 2;
  position: relative;
  margin-top: -30px;
}  */
/* .entry-content .content::before{
  content: '';
  background-color: #ffffff;
  position: absolute;
  z-index: -1;
  width: 105%;
  margin-top: -24px;
  height: 150px;
  top: 0;
  left: -10px;
  border-radius: 8px;
} */
/* .entry-content, .entry-header .container{
  max-width: 90%;
} */
article p, .post p{
  margin-bottom: 16px;
}

.categorias-list{
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 20px;
}
.category, .category-blog{
  background: #2F7DEB;
  border-radius: 8px;
  color: #fff;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 100%;
  top: 0;
  left: 30px;
  position: absolute;
}
.category-blog{
  background: transparent;
  border: solid 1px #2F7DEB;
  color: #2F7DEB;
  font-size: 20px;
  position: relative;
}
.category-blog:hover{
  background: #2F7DEB;
  color: #fff;
}
.category:hover{
  color: #fff;
}
.cat_item a{
  color: var(--blue);
  line-height: 1.4;
}
.cat_item:hover a{
  color: #ffff;
}
.cat_item svg path{
  fill: #e0e0e0;
}
.cat_item:hover path{
  fill: #144272;
}
.menu-categorias li a, .categorias .cat_item a{
  display: block;
  background-color: #E5EAF0;
  border-radius: 6px;  
  color: var(--blue);
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
}
.menu-categorias li a:hover, .cat_item:hover a{
  background-color: #205295;
  color: white;
}

ul.categorias{
  list-style: none;
}

.section-category{
  padding: 80px 0;
}

.blog-carousel{
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin-top: 32px;
  touch-action: pan-y;
  outline: none;
}
.blog-carousel__track-wrapper{
  overflow: hidden;
}
.blog-carousel__track{
  display: flex;
  gap: 16px;
  transition: transform 0.45s ease;
}
.blog-carousel__slide{
  flex: 0 0 100%;
  opacity: 0.25;
  transition: opacity 0.3s ease;
}
.blog-carousel__slide.is-hidden{
  display: none;
}
.blog-carousel__slide.is-active{
  opacity: 1;
}
.blog-carousel.is-grabbing{
  cursor: grabbing;
}
.blog-carousel__card{
  max-width: 780px;
  margin: 0 auto;
}
.blog-carousel__thumb{
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.blog-carousel__thumb img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.blog-carousel__title{
  margin-bottom: 12px;
}
.blog-carousel__excerpt{
  color: #4c5c72;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
}
.blog-carousel__nav{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 24px;
}
.blog-carousel__nav.is-hidden{
  display: none;
}
.blog-carousel__control{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #2F7DEB;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.blog-carousel__control:hover{
  background: #1d5bb7;
}
.blog-carousel__pager{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.blog-carousel__pager-button{
  background: transparent;
  border: none;
  color: #999;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.blog-carousel__pager-button:hover{
  color: #2F7DEB;
}
.blog-carousel__pager-button.is-active{
  color: #2F7DEB;
}

@media (max-width: 991.98px){
  .blog-carousel{
    border-radius: 20px;
    padding: 20px 16px 28px;
  }
  .blog-carousel__thumb img{
    height: 220px;
  }
}

@media (min-width: 768px){
  .blog-carousel__slide{
    flex: 0 0 calc(50% - 8px);
  }
}

@media (min-width: 1200px){
  .blog-carousel__slide{
    flex: 0 0 calc(33.333% - 10.7px);
  }
}

@media (max-width: 575.98px){
  .blog-carousel__thumb img{
    height: 180px;
  }
}

@media (min-width:768px){
  p, article ul li{
    font-size: 18px;
  }
  .entry-header .breadcrumbs{
    padding: 0 30px 0 0;
  }
  /* .entry-content, .entry-header .container{
    max-width: 920px;
    width: 100%;
  } */
  /* .entry-content .content{
    padding: 0 12px;
  } */
  /* .entry-content .content::before{
    margin-top: -30px;
    left: -18px;
    border-radius: 16px;
  } */
  .content_post{
    font-size: 14px;
  }
  .blog h2{
    font-size: 32px;
    line-height: 40px;
  }
  .blog h3{
    font-size: 24px;
    line-height: 30px;
  }
  .blog h4, .wp-block-yoast-seo-table-of-contents h2{
    font-size: 20px;
    line-height: 26px;
  }
  .blog h5, .wp-block-yoast-seo-table-of-contents li{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0 !important;
  }
  .wp-block-yoast-seo-table-of-contents > ul{
    padding-left: 20px;
  }
  .wp-block-yoast-seo-table-of-contents li{
    font-size: 18px;
    margin-bottom: 8px !important;
  }
  .wp-block-yoast-seo-table-of-contents a{
    font-size: 18px;
    margin-bottom: 8px !important;
    color: #1d3749;
  }
  .sharing-box{
    width: 212px;
    padding-left: 24px;
    margin-left: 25px;
  }
  .share-button-wrapper{
    position: sticky;
    top: 105px;
  }
  .share-post_links{
    display: flex;
    flex-direction: row;
    text-align: center;
    gap: 4px;
  }
  .menu-cta li a{
    font-size: 14px;
  }
  .image-post{
    background: #ddd;
    border-radius: 14px;
  }
  .image-post img{
    border-radius: 16px;
    min-height: 380px;
    max-height: 400px;
  }
  .image-post::after{
    border-radius: 0 0 16px 16px;
  }
  .sidebar-blog{
    position: sticky;
    top: 90px;
    margin-bottom: 250px;
  }
  .widget-cta{
    position: sticky;
    top: 190px; 
  }
}

@media (min-width:1100px){
  .box-experimente{
    margin-left: -5px; 
    max-width: 246px;
  }
  .sharing-box{
    margin-right: -130px;
  }
  .single .progress-container-top{
    top: 45px;
    z-index: 5;
  }
}

@media (min-width:1305px){
  .box-experimente{
    margin-right: -90px; 
    max-width: 246px;
  }
}

.blog .main-menu-header a{
  font-size: 15px;
  padding-right: 15px;
}

.blog .login a{
  border: 2px solid var(--blue-dark);
  padding: 8px 8px;
  margin-right: 5px;
}
.card{
  border: 1px solid #ddd;
  border-radius: 10px;
}
.card:hover h3{
  color: #144272;
}
article.type-blog li ul{
  margin-top: 20px;
}
article.type-blog ul{
  list-style: initial;
  margin-left: 20px;
}
article.type-blog ul li{
  margin-bottom: 8px;
}
article ol{
  padding-left: 20px;
  font-size: 16px;
  font-family: 'Inter', 'Roboto';
  margin-bottom: 1.5rem;
}
article ol li{
  margin-bottom: 8px;
}

.comment-form-comment-subscribe{
  display: none;
}

.box-author {
  display: flex;
  align-items: center;
}
.box-author .p-avatar{
  width: 160px;
  height: 160px;
  position: absolute;
}
.box-author .author-description{
  background: #fdfdfd;
  border: solid 1px #DDDDDD;
  border-radius: 8px;
  padding: 24px 30px 24px 80px;
  margin-left: 102px;
  min-width:  60%;
  max-width:  80% !important;
  min-height: 150px;
}
.p-avatar img.avatar{
  border-radius: 50%;
}

.experimente-gratis, .box-experimente{
  border: #144272  solid 1px;
  box-shadow: 5px 5px 0 0 #144272 ;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  padding: 12px;
  border-radius: 8px;
  background-color: #fff;
}
.box-experimente{
  margin-top: 18px; 
  z-index: 9;
}
.experimente-gratis{
  border-color: var(--blue);
  box-shadow: 5px 5px 0 0 var(--blue);
}

.categories-blog .box-1{
  min-height: 150px;
  border: 2px solid #CDE6F9;
  transition: all .3s ease-in-out;
}
.categories-blog .box-1:hover{
  border: solid 2px #144272;
}
.gc-horizontal-navigation{
  background-color: var(--blue);
  padding: 0 12px;
  position: sticky;
  top: 0;
  z-index: 99999;
}
.gc-horizontal-navigation .link_logo{
  color: #fff;
  display: flex;
  align-items: center;
}
.gc-horizontal-navigation .st0{
  fill: #fff;
}
.gc-horizontal-navigation .gc-logo__subbranding{
  padding-left: 8px;
  font-family: 'Inter', Verdana, Geneva, Tahoma, sans-serif;
  letter-spacing: 2;
}
.gc-horizontal-navigation a{
  color: #fff;
}
.gc-horizontal-navigation .btn-menu-opener{
  width: 24px;
  height: 20px;
  cursor: pointer;
  position: relative;
}
.gc-horizontal-navigation .btn-menu-opener span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  margin-bottom: 5px;
}
.gc-horizontal-navigation .navbar-toggler{
  padding: 12px;
  padding-right: 0;
}
.cta_outline-blog{
  background-color: #ECF5FF;
  border: 1px solid #B4CCE5;
  font-size: 16px;
  border-radius: 4px;
  color: #1E1E1E;
}
.search_header form.search-form [type="submit"]{
  background-color: transparent !important;
}
.search_header .rhi-search{
  color: #1E1E1E;
}
.search_header #searchsubmit{
  height: 35px;
  width: 40px;
  margin: 2px -2px -5px -2px;
  margin-left: -41px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.search_header.mobile input[type="text"]::placeholder{
  color: #ffff;
}

.search_header.mobile{
  padding: 10px 0;
}

@media (min-width:768px){
  article ol{
    font-size: 18px;
  }
}

@media (max-width: 750px) {
  .box-author .p-avatar{
    width: 80px;
    height: 80px;
    position: absolute;
  }
  .box-author .author-description{
    margin-left: 50px;
    padding: 20px 20px 20px 50px;
  }
  /* svg.gestaoclick.logo{
    width: 140px;
  } */
  .menu-mobile li a{
    height: initial;
  }
}

@media (max-width: 480px) {
  .logo-blog svg.logo-gc{
    width: 130px;
  }
  .logo-blog svg.logo-gc.blog{
    width: 45px;
    margin-right: 8px;
  }
  .topo.blog .btn-green{
    font-size: 14px;
  }
  #sidebarForm.open{
    width: 100%;
    overflow: auto;
  }
  .gc-horizontal-navigation{
    padding: 8px 12px;
  }
}
/* 
@media (min-width:1750px){
  .entry-content{
    max-width: 65rem;
  }
} */



.offcanvas{
  z-index: 999999;
}

/* Comentários */



.comments-area{
  max-width: 100%;
  width: 780px;
  margin: auto;
  /* background: #fdfdfd; */
  /* padding: 24px; */
  /* border: solid 1px #ddd; */
  margin-top: 20px;
  border-radius: 16px;
}


.comment-respond form {
  display: flex;
  flex-wrap: wrap;
}
.comment-respond p{
  position: relative;
}
.comment-respond label{
  position: absolute;
  left: 10px;
  font-size: 14px;
  background: #fff;
  top: -7px;
  padding: 0 8px;
}
.comment-notes, .comment-form-comment, .form-submit, .logged-in-as{
  font-size: 14px;
  width: 100%;
  margin-top: 0;
}
.comment-form-author, .comment-form-email{
 width: 50%;
}
.comment-form-author{
  padding-right: 8px;
 }
.comment-form-email{
  padding-left: 8px;
}
.comment-form-author input, .comment-form-email input, .comment-form-comment textarea{
  width: 100%;
  border-radius: 4px;
  border: solid 1px #939393;
}
.comment-form-author input, .comment-form-email input{
  height: 48px;
}

.form-submit input{
  background: var(--blue);
  font-size: 14px;
  padding: 8px 18px;
  border-radius: 6px;
  box-shadow: none;
  border: 0;
  color: #fff;
}
.form-submit:hover input{
  background-color: var(--blue-dark);
}

/*  Lista de comentários  */

.commbox, .comment-respond{
  max-width: 100%;
  margin: auto;
  background: #fdfdfd;
  padding: 24px;
  border: solid 1px #ddd;
  border-radius: 16px;
}
.commentlist{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.commentlist li, .commentlist ul{
  margin-left: 0;
  list-style: none;
}
.comment-author{
  display: flex;
  column-gap: 16px;
  align-items: center;
}
.comment-author .avatar{
  background-color: #ddd;
  border-radius: 50%;
}
.comment-respond small{
  font-size: 16px;
  padding-left: 16px;
}
.comment-reply-link, .comment-edit-link{
  font-size: 14px;
}
.comment-content p{
  font-size: 16px;
}
.replybox{
  display: flex;
  column-gap: 8px;
  justify-content: flex-end;
}
/* {
  width: 100%;
} */


.form-blog{
  background: #e8f0fe;
  margin: 4px -12% 0;
  padding: 10px 16px;
  border-radius: 10px;
  padding-top: 10px;
}

.form-blog .col-lg-6{
  max-width: 100%;
  flex: 100%;
}

.form-blog .gck-text-field__label::after, .gck-input.error ~.gck-text-field__label::after{
  height: 16px;
  background-color: #e4ecf9;
  top: 0;
}

.form-blog .gck-text-field__label{
 font-size: 14px;
}
.form-blog .btn{
  padding: 16px 20px;
}

.form-blog input[type="text"].gck-input,.form-blog  input[type="email"].gck-input, .form-blog  input[type="password"].gck-input{
  background-color:#e4ecf9;
}


.wp-block-verse{
  background: #f0f9ff;
  padding: 16px 8px;
  border: solid 1px #bbc7ce;
  border-radius: 6px;
}

/* FAQ blog */

#rank-math-faq{
  padding: 0;
}
/* h3.rank-math-question{
  font-size: 18px;
  line-height: 24px;
  padding: 18px;
}

.rank-math-block p, .rank-math-block ul li{
  font-size: 16px;
} */

/* END FAQ blog */


.meta-avatar img{
  border-radius: 50px;
  margin-right: 8px;
}

.sticky-toc{
  background-color: #ECF5FF;
  padding: 16px;
  border-radius: 8px;
}
.table-list-content{
  max-height: 460px;
  overflow: auto;
}
.sticky-toc ul, .sticky-toc  ol{
  margin-left:26px;
  margin-bottom: 10px;
}
.sticky-toc a.is-active{
  text-decoration: underline;
}
.toc-item a:hover{
  text-decoration: underline;
}
.toc-sticky,
.b-sticky{
  position: -webkit-sticky;
  position: sticky;
  top: 112px;
  z-index: 5;
}
.sidebar-social .social-title{
  color: #1E2A4A;
}
 .social-links .social-chip{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ECF5FF;
  border: 1px solid #d5e5ff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.social-links .social-chip:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
  border-color: #2F7DEB;
}
.social-links .social-chip svg{
  width: 28px;
  height: 28px;
  /* fill: #1E2A4A;
  stroke: #1E2A4A; */
  stroke-width: 0.6;
}
.social-links {
  gap: 0.5em;
}

.toc-indice{
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 8px;
}


/* .sidebar-social .social-links .social-chip.instagram rect,
.sidebar-social .social-links .social-chip.instagram circle,
.sidebar-social .social-links .social-chip.whatsapp path,
.sidebar-social .social-links .social-chip.youtube path{
  fill: none;
  stroke: #1E2A4A;
  stroke-width: 1.6;
}
.sidebar-social .social-links .social-chip.linkedin circle{
  fill: #1E2A4A;
}
.sidebar-social .social-links .social-chip.linkedin path{
  fill: #fff;
  stroke: none;
} */


/* Remove FAQ styling inside article content */
.post-content #rank-math-faq,
.post-content .wp-block-rank-math-faq-block,
.post-content .schema-faq{
  padding: 0 !important;
  background: none;
  border: 0;
  box-shadow: none;
}
.post-content .rank-math-list,
.post-content .rank-math-faq-item,
.post-content .rank-math-list-item{
  padding: 0 !important;
  margin: 0 0 24px;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
.post-content .rank-math-question,
.post-content .rank-math-faq-item .rank-math-question,
.post-content .rank-math-list-item .rank-math-question{
  position: static;
  padding: 0;
  margin: 0 0 8px;
  background: transparent;
  border: 0 !important;
  cursor: inherit;
  font-size: 24px;
  line-height: 30px;
  /* font: inherit;
  color: inherit;
  line-height: inherit; */
}
.rank-math-block p, .rank-math-block ul li{

}
.post-content .rank-math-question:after,
.post-content .rank-math-faq-item.active .rank-math-question:after,
.post-content .rank-math-list-item.active .rank-math-question:after{
  content: none !important;
}
.post-content .rank-math-answer,
.post-content .rank-math-answer.is-open,
.post-content .rank-math-list-item.active .rank-math-answer{
  display: block !important;
  margin: 0;
  padding: 0;
}


.single-blog article a{
  text-decoration: underline;
}
.single-blog article a:hover{
  text-decoration: none;
}