/*
 * 
Theme Name: Volvee Original
Author: Fernanda Cruz
Author URI: https://volvee.com.br
Description:  Tema desenvolvido exclusivamente por Volvee para seu site.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Volvee
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

a {
  text-decoration: none;
}
* {
  outline: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:vertical {
  background-color: #666;
  -webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:horizontal {
  background: #666;
  border-radius: 4px;
  width: 10px;
}

::-moz-scrollbar {
  width: 5px;
  height: 5px;
}

::-moz-scrollbar-button:start:decrement,
::-moz-scrollbar-button:end:increment {
  display: none;
}

::-moz-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:vertical {
  background-color: #666;
  -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:horizontal {
  background: #efefef;
  border-radius: 4px;
  width: 10px;
}

::-scrollbar-button:start:decrement,
::-scrollbar-button:end:increment {
  display: none;
}

::-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 4px;
}

::-scrollbar-thumb:vertical {
  background-color: #666;
  -webkit-border-radius: 4px;
}

::-scrollbar-thumb:horizontal {
  background: #efefef;
  border-radius: 4px;
  width: 10px;
}

html,
body {
  /*width: 100%;
	height: 100%;*/
  z-index: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", serif;
  color: #101010;
}
p, a, ul li, ol li {
	font-family: "Montserrat", serif;
}
ol li {
    line-height: 1.8;
}
li::marker {
    color: #0050C3;
}
header.header-paginas {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    padding-bottom: 18px;
}
header.header {
    width: 100%;
    height: auto;
    position: relative;
    top: 0 !important;
    left: 0;
    z-index: 10;
    padding-bottom: 18px;
}
header.header {
    background: #ccc; 
}
header.header-paginas {
    background: #1B1B1B !important;
}

.spaceHeader {
  width: 100%;
  position: relative;
  z-index: 0;
}
header .logoHeader a {
  display: block;
}
header .logoHeader a img {
  height: auto;
}
@media screen and (max-width: 768px) {
  header .logoHeader a img {
    width: 38%;
    display: flex;
    margin: 0 auto;
  }
  header {
    padding: 15px 0;
  }
}
@media screen and (min-width: 769px) {
  header .logoHeader a img {
    width: 20%;
    display: flex;
    margin: 0 auto;
  }
  header {
    padding-top: 15px;
  }
}
@media screen and (min-width: 992px){
  header .logoHeader a img {
      width: 100%;
      display: flex;
      margin: 0 auto;
  }
}
header .redesSociaisHeader a {
  color: #434343;
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
}
header .l1-header-menu {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
}
header .l2-header-menu {
  /*padding-top: 20px;*/
}
header .list-menu-desktop,
.list-menu-desktop .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .list-menu-desktop > li > .sub-menu {
  display: none;
  position: absolute;
  width: auto;
  background: #fff;
  min-width: 150px;
  padding: 10px;
  border-radius: 0px;
  border: 1px solid #eee;
  z-index: 10;
  top: 100%;
  left: 0;
}
header .list-menu-desktop > li > a:hover + .sub-menu,
header .list-menu-desktop > li > .sub-menu:hover {
  display: block;
}
header .list-menu-desktop > li > .sub-menu > li > a {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  display: block;
  padding: 5px 0;
}
header .list-menu-desktop .menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
  margin-left: 10px;
}
header .list-menu-desktop > li > a {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  padding: 5px 12px;
  border-bottom: 4px solid transparent;
  font-family: 'Montserrat', sans-serif;
}
.container-menu-desktop a:hover {
  border-bottom: 4px solid #FDE402;
}
/* header .list-menu-desktop > li.current-menu-item > a {
  border-bottom: 4px solid #fff;
}
 */
header .list-menu-desktop > li.btn-fale-conosco a {
  background: #05bf2f;
  padding: 12px 30px;
  border-radius: 5px;
  border-bottom: none;
}
/* .header-desktop {
  padding: 0 5%;
} */
header .list-menu-desktop > li, .before-footer-widgets .list-menu-desktop > li {
  display: block;
  position: relative;
}
.before-footer-widgets .list-menu-desktop > li > a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 5px;
    text-transform: uppercase;
}
.before-footer-widgets .list-menu-desktop > li > a:hover {
	color: #000;
}
ul#menu-menu_rodape {
    margin-bottom: 0;
}
header .list-menu-desktop > li:first-child {
  padding-left: 0px;
}
header .list-menu-desktop > li:last-child {
  padding-right: 0px;
}
footer {
    padding: 35px 0 0 0;
    color: #fff;
    background-color: #1B1B1B;
    background-repeat: no-repeat;
    background-size: cover;
}
.container.bordaRodape {
    padding: 30px 0 20px 0;
}
.colunasFooter figcaption.wp-element-caption {
    font-size: 14px;
}
.colunasFooter a {
	color: #fff;
}
footer h4 {
    font-size: 20px;
    color: #000;
	width: 15ch;
}
footer .info-contato a:hover {
    color: #fff;
}
.copyright a img {
  width: auto;
  height: auto;
  max-height: 80px;
  margin-top: 20px;
}
.copyright-footer {
  background: #1B1B1B;
  color: #fff;
}
.btnOpenMenuMobile {
  border: 0;
  background: #393939;
  font-size: 1.5rem;
  font-weight: 400;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
.menuMobile {
  position: fixed;
  z-index: 999999;
  background: transparent;
  width: 85vw;
  height: 100vh;
  top: 0;
  left: -85vw;
  opacity: 0;
  transition: 0.5s;
}
.menuMobile .menu-mobile-header {
    width: 100%;
    padding: 1vh;
    background: #000000c4;
    backdrop-filter: blur(5px);
    height: 7vh;
}
.menuMobile .menu-mobile-header .titleSpace h2 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0;
}
.menuMobile .menu-mobile-header .closeMenu button {
  border: 0;
  background: transparent;
  font-size: 1.4rem;
  color: #888;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.menuMobile .menu-mobile-body {
  height: 86vh;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  padding: 1vh;
  background: #000000c4;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.menuMobile .menu-mobile-body .list-menu-mobile {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  list-style: none;
}
.menuMobile .menu-mobile-body .list-menu-mobile > li > a {
  font-size: 22px;
  display: block;
  height: auto;
  padding: 15px 0;
  color: #fff;
  font-weight: 600;
  width: 100%;
  position: relative;
  text-align: center;
}
.menuMobile .menu-mobile-body .list-menu-mobile > li > a.submenuMobileIsOpen {
  border-bottom: 1px solid #eee;
}
.menuMobile
  .menu-mobile-body
  .list-menu-mobile
  > .menu-item-has-children
  > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 0.8rem;
  position: absolute;
  right: 0;
  top: 10px;
}
.menuMobile
  .menu-mobile-body
  .list-menu-mobile
  > .menu-item-has-children
  > a.submenuMobileIsOpen::after {
  content: "\f077";
}
.menuMobile .menu-mobile-body .list-menu-mobile > li > .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 95%;
  padding-left: 5%;
  margin-bottom: 10px;
  display: none;
}
.menuMobile .menu-mobile-body .list-menu-mobile > li > .sub-menu > li > a {
  display: block;
  padding: 5px 0;
  color: #888;
  font-size: 0.8rem;
  font-weight: 500;
}
.menuMobile .menu-mobile-footer {
  padding: 1vh;
  background: #393939;
  width: 100%;
  height: 8vh;
  border-top: 2px solid #000;
}
.menuMobile .menu-mobile-footer .redesSociaisHeader {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}
.menuMobile .menu-mobile-footer .redesSociaisHeader a {
  background: #000;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  line-height: 30px;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 10px;
  font-size: 1rem;
}
.slick-prev:before {
  content: "\f053";
  margin-left: -10px;
}
.slick-next:before {
  content: "\f054";
}
.slick-dots li {
  width: 10px !important;
  height: 10px !important;
}
.slick-dots li button:before {
  font-size: 29px !important;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #A1A1A1 !important;
}
.slick-dots li button:before {
  opacity: 1 !important;
  color: grey !important;
}
.menuCategoriasFixoEsquerda {
  position: fixed;
  left: -100%;
  z-index: 10;
  background: #035a26;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 25px 0;
  transition: 0.5s;
  opacity: 0;
}
.menuCategoriasFixoEsquerda h3 {
  padding: 10px 50px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
}
.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda ul li a {
  width: 100%;
  height: auto;
  padding: 10px 50px;
  display: block;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
}
.menuCategoriasFixoEsquerda
  .container-menu-categorias-esquerda
  > ul
  > .menu-item-has-children
  > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 0.8rem;
  position: absolute;
  right: 30px;
  top: 10px;
}
.menuCategoriasFixoEsquerda
  .container-menu-categorias-esquerda
  > ul
  > .menu-item-has-children
  a.submenuCatIsOpen::after {
  content: "\f077";
}
.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda ul.sub-menu {
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}
.menuCategoriasFixoEsquerda
  .container-menu-categorias-esquerda
  ul.sub-menu
  li
  a {
  font-size: 0.9em;
  padding: 5px 50px;
}
.menuCategoriasFixoEsquerda
  .container-menu-categorias-esquerda
  > ul
  > .menu-item-has-children
  > a {
  background: #08662e;
}
/*Inicio Rodape*/
.barrinha-verde {
  padding-left: 1rem !important;
  border-width: 3px !important;
  border-color: #05bf2f !important;
  border-left: 5px solid #05bf2f !important;
}
.borda-rodape {
  border-top: 1px solid #353734;
  border-bottom: 1px solid #353734;
}
/*Fim Rodape*/

.card-parceiro img {
    width: 70%;
    margin: 0 auto;
}

section.secao-banner {
    margin-top: -70px;
}
section.secao-banner h1, section.secao-banner p{
    color: #fff;
}

section.secao-contador h2 {
    font-size: 50px;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
}
section.secao-contador p {
    margin-bottom: 35px !important;
    color: #fff;
}
section.secao-contador .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
.secao-cases img {
    border-radius: 40px;
    width: 95%;
    margin: 0 auto;
    display: flex;
}
.secao-sobre ul > li::marker {
    color: #6C2CD6;
}
.secao-sobre li {
    font-family: 'Montserrat', sans-serif;
}
.btn-orcamento a {
    background: #6C2CD6 !important;
    border-radius: 80px !important;
    border: 1px solid #6C2CD6 !important;
    font-weight: 500;
}
.btn-orcamento:hover a {
    background: #2F0C68 !important;
    border: 1px solid #2F0C68 !important;
}
.btn-whatsapp a {
    color: #fff !important;
    background: transparent !important;
    border-radius: 80px !important;
    border: 2px solid #FDE402 !important;
    font-weight: 500;
}
.btn-whatsapp:hover a {
    background: #2F0C68 !important;
    border: 2px solid #2F0C68 !important;
    color: #fff !important;
}

.secao-banner .btn-whatsapp a, .contato-header.btn-whatsapp a {
    color: #fff !important;
    background: transparent !important;
    border-radius: 80px !important;
    border: 2px solid #FDE402 !important;
    font-weight: 500;
}
.contato-header.btn-whatsapp a {
    font-size: 14px;
    padding: 14px 20px;
}
.contato-header.btn-whatsapp:hover a {
    background: #FDE402 !important;
    border: 2px solid #FDE402 !important;
    color: #000 !important;
}

.container-menu-desktop {
    padding-right: 50px;
}
.secao-banner .btn-whatsapp:hover a {
    background: #2F0C68 !important;
    border: 2px solid #fff !important;
    color: #fff !important;
}
section.secao-banner {
    margin-top: -100px;
}
.secao-servicos .vc_icon_element-icon {
    color: #6C2CD6 !important;
}
.secao-servicos h3 {
    font-size: 22px;
    color: #080808;
}
.secao-servicos .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}
.secao-servicos .vc_icon_element {
    margin-bottom: 10px;
}
.secao-servicos .card-servico .vc_column_container {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 310px;
    margin-bottom: 10px;
    padding: 15px 0;
    margin-right: 7px;
    width: 320px;
}
.secao-servicos .card-servico p {
    font-size: 15px;
}
.secao-servicos .card-servico .vc_column_container:hover h3 {
    color: #6C2CD6;
}
input#botaoContato {
	font-weight: 700;
    text-transform: uppercase;
    background: #FDE402 !important;
    border: 2px solid #FDE402 !important;
    color: #000 !important;
}
input#botaoContato:hover {
    background: #bfac03 !important;
}
footer .colunasFooter > div {
    text-align: start;
}
.linha-blog .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    background-color: #6C2CD6;
    color: #fff;
}
.linha-blog .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:hover {
    background-color: #2F0C68;
    color: #f7f7f7;
}
.linha-blog h4 {
    font-size: 20px;
    font-weight: 700;
}
.linha-blog p {
    font-size: 14px !important;
}
.single-blog h2 {
	font-size: 26px;
	padding: 20px 0;
}
.single-blog h3 {
	font-size: 23px;
	padding: 20px 0;
}
.single-blog h4 {
    font-size: 20px;
	padding: 20px 0;
}
.single-blog p, .single-blog li {
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
}
.banner-single-post {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1; 
    color: #fff; 
}
.banner-single-post::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    
    background-color: #000;
    filter: brightness(0.6);
    opacity: 0.4;
}
.banner-single-post .container-interno {
    position: relative; 
    z-index: 3;
}
.banner-single-post h1 {
    position: relative;
    z-index: 3;
	padding: 0 20px;
}
.card-agilidade-agencia .wpb_content_element {
	margin-bottom: 10px;
}
/* .card-agilidade .vc_column-inner {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 95%;
    height: 355px;
    transition: .5s;
}
.card-agilidade .vc_column-inner:hover {
    transition: .5s;
	transform: scale(1.02);
} */
.card-agilidade-agencia h3 {
    font-size: 22px !important;
}
.secao-servicos-lp.secao-servicos .card-servico .vc_column_container {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 360px;
    margin-bottom: 10px;
    padding: 15px 0;
    margin-right: 7px;
    width: 320px;
}
.secao-servicos-lp.secao-servicos h3 {
    font-size: 20px;
    color: #080808;
}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1200px){
	header .list-menu-desktop > li > a {
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {
  html, body {
	overflow-x: hidden;
  }
  body {
	position: relative
  }
  .secao-servicos .card-servico .vc_column_container, .secao-servicos-lp.secao-servicos .card-servico .vc_column_container {
	height: auto;
	width: 100%;
  }
  section.secao-contador h2 {
	font-size: 30px;
  }
}

@media screen and (max-width: 600px){
	footer h4 {
		width: 100%;
	}
	footer ul {
		text-align: center;
		display: flex;
		justify-content: center;
	}
	footer .info-contato a {
		justify-content: center;
	}
	footer .colunasFooter > div {
		padding-bottom: 20px;
		text-align: center;
	}
	footer {
    	padding: 35px 15px 0 15px;
	}
	.banner-single-post h1 {
        padding: 0 0px;
    }
	.card-agilidade .vc_column-inner {
		width: 90%;
		transition: .5s;
		display: flex;
		justify-content: center;
		margin: 10px auto;
	}
}

.logo-horizontal-amarelo img {
    width: 100%;
    height: 700px;
}
.icone-colorido img {
	width: 100%;
    height: 500px;
}

.coluna-sobre {
    padding: 50px 100px;
}
.coluna-servico {
    padding: 50px 250px;
}
.titulo-sobre h2, .titulo-parceiros h2, .titulo-destaque h2, .titulo-servico h2, .titulo-blog h2 {
	text-transform: uppercase; 
}
.titulo-parceiros h2, .titulo-blog h2 {
	color: #000;
}
.titulo-sobre h2, .titulo-destaque h2, .titulo-servico h2 {
	color: #fff;
}
.titulo-sobre h2 {
	font-size: 74px;
}
.titulo-parceiros h2, .titulo-destaque h2, .titulo-servico h2 {
    font-size: 70px;
}
.titulo-blog h2 {
    font-size: 50px;
}
.titulo-destaque h2 {
    font-size: 75px;
}
.texto-sobre p {
    font-size: 20px;
	color: #fff;
}
.coluna-logo-sobre .vc_column-inner, .coluna-icone-servico .vc_column-inner {
    padding: 0 !important;
}
.linha-cases .wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element,
.coluna-icone-servico .wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element{
    margin: 0 !important;
}
.img-parceiro img {
    background: #fff;
    padding: 20px;
}
.coluna-icone-servico img {
	width: 100%;
	height: 100vh;
}
.coluna-servico ul {
    color: #fff;
    font-size: 18px;
}
.coluna-servico li::marker {
    color: #FDE402;
}
.botao-amarelo-volvee a, .linha-blog .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    background-color: #FDE402 !important;
    border-color: #FDE402 !important;
    color: #000 !important;
    font-weight: 700;
}

.botao-amarelo-volvee:hover a, .linha-blog .vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
    background-color: #bfac03!important;
    border-color: #bfac03 !important;
}
.section-banner {
	margin-top: -125px;
}

@media screen and (max-width: 1400px) {
	.coluna-sobre {
		padding: 50px 65px;
	}
	.coluna-servico {
		padding: 50px 100px;
	}
	.titulo-sobre h2, .titulo-parceiros h2, .titulo-destaque h2, .titulo-servico h2 {
		font-size: 50px;
	}
	.titulo-blog h2 {
		font-size: 50px;
	}
	.titulo-destaque h2 {
		font-size: 65px;
	}
	.coluna-icone-servico img {
		width: 100%;
		height: 85vh;
	}
}

@media screen and (max-width: 991px) {
	.logo-horizontal-amarelo img {
		width: 100%;
		height: 700px;
	}
	.icone-colorido img {
		width: 100%;
		height: 400px;
	}
	.coluna-sobre {
		padding: 50px 20px;
	}
	.coluna-servico {
		padding: 50px 55px;
	}
	.titulo-sobre h2, .titulo-parceiros h2, .titulo-destaque h2 {
		font-size: 33px;
	}
	.titulo-servico h2 {
		font-size: 31px;
	}
	.titulo-blog h2 {
		font-size: 28px;
	}
	.titulo-destaque h2 {
		font-size: 40px;
	}
	.coluna-icone-servico img {
		width: 100%;
		height: 65vh;
	}
}

@media screen and (max-width: 567px) {
	.logo-horizontal-amarelo img {
		width: 100%;
		height: 100%;
	}
	.icone-colorido img {
		width: 100%;
		height: 400px;
	}
	.coluna-sobre {
		padding: 50px 20px;
	}
	.coluna-servico {
		padding: 50px 15px;
	}
	.titulo-sobre h2, .titulo-parceiros h2, .titulo-destaque h2 {
		font-size: 33px;
	}
	.titulo-servico h2 {
		font-size: 26px;
	}
	.titulo-blog h2 {
		font-size: 28px;
	}
	.titulo-destaque h2 {
		font-size: 40px;
	}
	.coluna-icone-servico img {
		width: 100%;
		height: 80vh;
	}
	.vc_btn3-container.botao-amarelo-volvee.vc_btn3-right.vc_do_btn {
		text-align: left;
	}
}

@media screen and (max-width: 375px) {
	.titulo-sobre h2, .titulo-destaque h2 {
        font-size: 26px;
    }
	.titulo-parceiros h2 {
		font-size: 22px;
	}
	.titulo-destaque h2, .titulo-parceiros h2 {
		text-align: center;
    }
	.icone-colorido img {
        width: 100%;
        height: 200px;
    }
}

/* ================================================
   FRONT-PAGE HOME — Layout por categorias
   ================================================ */

.volvee-home {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.volvee-section {
    margin-bottom: 3.5rem;
}

/* Cabeçalho de seção */
.volvee-section-header {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 1rem;
}
.volvee-section-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.volvee-section-line {
    height: 3px;
    width: 3rem;
    background-color: #0050C3;
    border-radius: 2px;
}

/* ── Bloco 1: Grid de 3 cards ── */
.volvee-grid-3 {
    margin-bottom: 2.5rem;
}
.volvee-card-wrap {
    margin-bottom: 1.5rem;
}
.volvee-card {
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    background: #fff;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    transition: .5s;
}
.volvee-card:hover {
    transform: scale(1.01);
    transition: .5s;
}
.volvee-card__img-link {
    display: block;
    overflow: hidden;
}
.volvee-card__img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}
.volvee-card__img-link:hover .volvee-card__img {
    transform: scale(1.04);
}
.volvee-card__body {
    padding: 20px;
}
.volvee-card__title {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0.3rem 0 0.5rem;
}
.volvee-card__title a {
    color: #101010;
    text-decoration: none;
}
.volvee-card__title a:hover { color: #0050C3; }

/* ── Bloco 1: Highlighted ── */
.volvee-highlighted {
    display: flex;
    gap: 2rem;
    align-items: center;
}
.volvee-highlighted__img {
    flex: 0 0 40%;
    max-width: 40%;
    border-radius: 6px;
    overflow: hidden;
}
.volvee-highlighted__img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
}
.volvee-highlighted__img:hover img { transform: scale(1.03); }
.volvee-highlighted__body { flex: 1; }
.volvee-highlighted__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0.5rem 0 0.75rem;
}
.volvee-highlighted__title a { color: #101010; text-decoration: none; }
.volvee-highlighted__title a:hover { color: #0050C3; }

/* ── Bloco 2 ── */
.volvee-cat2-center__title {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0.5rem 0 0.75rem;
}
.volvee-cat2-center__title a { color: #101010; text-decoration: none; }
.volvee-cat2-center__title a:hover { color: #0050C3; }

/* ── Bloco 3: Fundo cinza ── */
.volvee-section--cat3 {
    background: #f4f5f6;
    padding: 2.5rem 0;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}
.volvee-section--cat3 .container {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.volvee-card-noimg {
    padding: 0.5rem 0;
}

/* ── Bloco 4: Lista horizontal ── */
.volvee-list-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 1.25rem 0;
    border-bottom: 1px solid #e9ecef;
}
.volvee-list-item__cat {
    flex: 0 0 120px;
    padding-top: 0.2rem;
}
.volvee-list-item__body { flex: 1; }
.volvee-list-item__title {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0.25rem 0 0.35rem;
}
.volvee-list-item__title a { color: #101010; text-decoration: none; }
.volvee-list-item__title a:hover { color: #0050C3; }

/* ── Elementos comuns ── */
.volvee-cat-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background-color: rgba(0, 80, 195, 0.08);
    color: #0050C3;
    padding: 2px 10px;
    border-radius: 20px;
    text-decoration: none;
    margin-bottom: 0.35rem;
}
.volvee-cat-badge:hover {
    background-color: rgba(0, 80, 195, 0.15);
    color: #0050C3;
}
.volvee-cat-text {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #0050C3;
    text-decoration: none;
    display: block;
    margin-bottom: 0.25rem;
}
.volvee-cat-text:hover { color: #0050C3; text-decoration: underline; }
.volvee-card-excerpt {
    font-size: 0.93rem;
    line-height: 1.65;
    color: #555;
    margin-bottom: 0.5rem;
}
.volvee-card-meta {
    font-size: 0.8rem;
    color: #999;
    display: block;
    margin-bottom: 0.4rem;
}
.volvee-card-readmore {
    font-size: 0.88rem;
    font-weight: 600;
    color: #0050C3;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-top: 0.3rem;
}
.volvee-card-readmore:hover { color: #003a99; }
.volvee-arrow { vertical-align: middle; }

/* ── Responsivo ── */
@media (max-width: 767px) {
    .volvee-highlighted {
        flex-direction: column;
    }
    .volvee-highlighted__img {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .volvee-list-item {
        flex-direction: column;
        gap: 0.5rem;
    }
    .volvee-list-item__cat {
        flex: none;
    }
}

/* ── Single Post ── */
.single-header {
    padding: 2rem 0 1.5rem;
}
.single-cat-badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background-color: rgba(0, 80, 195, 0.08);
    color: #0050C3;
    padding: 3px 12px;
    border-radius: 20px;
    text-decoration: none;
    margin-bottom: 1rem;
}
.single-title {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 700;
    line-height: 1.25;
    color: #101010;
    margin-top: 0.5rem;
}
.single-content {
    font-size: 1.0625rem;
    line-height: 1.85;
    color: #2c2c2c;
}
.single-content p { margin-bottom: 1.4rem; }
.single-content h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 2.5rem 0 1rem;
    color: #101010;
}
.single-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 2rem 0 0.75rem;
}
.single-content ul,
.single-content ol {
    padding-left: 1.4rem;
    margin-bottom: 1.4rem;
}
.single-content li {
    margin-bottom: 0.5rem;
    line-height: 1.75;
}
.single-content blockquote {
    border-left: 3px solid #0050C3;
    padding: 0.75rem 1.25rem;
    margin: 1.5rem 0;
    background: #f8f9fa;
    font-style: italic;
}
.single-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1.5rem auto;
}
.single-footer-meta {
    border-top: 1px solid #e9ecef;
    padding-top: 1.5rem;
}
.single-published {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.25rem;
}
.single-ai-note {
    font-size: 0.82rem;
    color: #999;
    margin-bottom: 0;
}
.single-author {
    border-top: 1px solid #e9ecef;
    padding-top: 2rem;
}
.single-author__avatar img {
    width: 64px;
    height: 64px;
    object-fit: cover;
}
.single-author__label {
    font-size: 0.78rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    display: block;
    margin-bottom: 0.15rem;
}
.single-author__name {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}
.single-author__bio {
    font-size: 0.92rem;
    line-height: 1.65;
    color: #555;
}
.single-related {
    border-top: 1px solid #e9ecef;
    padding-top: 2rem;
    margin-bottom: 3rem;
}
.single-related-card__img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 0.75rem;
}
.single-related-card__title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0.4rem;
}
.single-related-card__title a { color: #101010; text-decoration: none; }
.single-related-card__title a:hover { color: #0050C3; }
.single-related-card__excerpt {
    font-size: 0.88rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0.3rem;
}
.single-related-card__meta {
    font-size: 0.8rem;
    color: #999;
    display: block;
}

/* Fix scroll horizontal do bloco cinza */
body { overflow-x: hidden; }

/* ── Search no header ── */
.header-search-wrap {
    position: relative;
}
.btn-search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    color: #fff;
    padding: 0.4rem;
    transition: opacity 0.2s;
}
.btn-search-toggle:hover { opacity: 0.7; }

.search-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    padding: 0.75rem;
    width: 280px;
    z-index: 9999;
}
.search-dropdown.active { display: block; }
.search-dropdown .search-field {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    outline: none;
}
.search-dropdown .search-field:focus {
    border-color: #0050C3;
}
.search-dropdown .search-submit {
    display: none;
}

/*Pagina de resultado*/
.title-page {
    margin-top: 50px;
}
.title-page h1 {
    font-size: 30px;
    font-weight: 500;
}