/*
 * 
Theme Name: Volvee
Author: Fernanda Cruz
Author URI: https://volvee.com.br/
Description:  Tema desenvolvido exclusivamente pela 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
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



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;
  background-image: url('/wp-content/uploads/2025/05/bg-pagina.png');
  /*color: #fff; */
}

/*h1, h2, h3, h4, h5, h6 {*/
/*  font-family: 'Archivo Black', serif;*/
/*  font-weight: 700;*/
/*}*/
/*p, a, li {*/
/*	font-family: 'Inter', serif;*/
/*	font-weight: 400;*/
/*	font-size: 1.2rem;*/
/*}*/
:root {
    --cor-destaque: #FF0033;
	--cor-branco: #fff;
	--cor-preto: #000;
	--cor-cinza: #939393;
}
/* main.main {
    background: var(--cor-azul-petroleo) !important;
} */
header {
    width: 100%;
    height: auto;
    background: transparent;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    border-bottom: 1px solid #2c2c2c6b;
    padding-bottom: 18px;
}
.spaceHeader {
  width: 100%;
  position: relative;
  z-index: 0;
}
header .logoHeader a {
  display: block;
}
header .logoHeader a img {
  height: auto;
/*   width: 100%; */
}
@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: 50%;
      display: flex;
      margin: 0 auto;
  }
}
header .redesSociaisHeader a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
}
header .redesSociaisHeader a:hover {
  color: var(--cor-destaque);
  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: 100;
  font-size: 20px;
  display: inline-block;
  /* padding-top: 30px; */
  /* padding-bottom: 35px; */
  padding: 5px 12px;
  border-bottom: 4px solid transparent;
  font-family: 'Montserrat';
}
.container-menu-desktop a:hover {
  border-bottom: 4px solid #fff;
}
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% 0 2%;
}
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;
}
.copyright a img {
    width: auto;
    height: auto;
    max-height: 41px;
    /* margin-top: -10px; */
}
.copyright-footer {
    background: var(--cor-azul-petroleo);
    padding: 35px 0;
}
.btnOpenMenuMobile {
    border: 0;
    background: var(--cor-azul-petroleo);
    border: 1px solid var(--cor-laranja);
    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: var(--cor-destaque);
    backdrop-filter: blur(5px);
    height: 15vh;
}
.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 {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
	height:100vh;
    padding: 1vh;
    background: var(--cor-destaque);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
}
.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: var(--cor-destaque);
  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: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 20px;
    color: #000;
    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;
}

.card-rede-social {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.card-rede-social i {
    background: #fff;
    padding: 0;
    border-radius: 50px;
    color: var(--cor-azul-escuro);
    align-items: center;
    display: flex;
    justify-content: center;
    width: 40px;
    height: 40px;
}

/*Fim Rodape*/

section.vc_section.section-banner {
    margin-top: -190px;
}

/*SOBRE*/
.cor-destaque {
	color: var(--cor-destaque);
}
.texto-destaque-sobre h1{
	font-weight: 400;
	font-size: 35px;
}
.icone-vmv,
.titulo-vmv {
	margin-bottom: 10px;
}
.descricao-vmv {
	font-size: 1.2rem !important;
}
.borda-destaque-descricao {
    border-width: 3px 0px 3px 3px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ff0033), to(#990202)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(right, #ff0033, #990202) 1 100%;
    -moz-border-image: -moz-linear-gradient(right, #ff0033,#990202) 1 100%;
    -o-border-image: -o-linear-gradient(right, #ff0033, #990202) 1 100%;
    border-image: linear-gradient(to right, #ff0033, #990202) 1 100%;
    padding-left: 20px;
}
.icone-vmv img {
    width: 75%;
}

/*SEÇAO SERVIÇO*/
.card-vantagem {
    margin: 0 auto;
    text-align: center;
    display: block;
}
.img-vantagem {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.titulo-vantagem {
    color: var(--cor-branco);
    font-size: 1.1rem;
    width: 18ch;
    margin: 0 auto;
    margin-top: 20px;
}

/*SEÇAO PQ ESCOLHER*/
.titulo-pq-escolher h2 {
  font-size: 3.75rem;
  font-weight: 400;
}
.titulo-pq-escolher .cor-destaque {
	 font-weight: 700;
}
.card-pq-escolher {
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 335px !important;
    height: 540px;
    margin: 0 10px;
}
.icone-pq-escolher {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: -50px 35px 0 0;
}
.icone-pq-escolher img {
    background: var(--cor-destaque);
    padding: 8px;
    border-radius: 40px;
    width: 76px;
    height: 75px;
}

.box-texto {
    padding: 54px 22px 33px 22px;
}
.box-texto h3 {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Inter';
}
.box-texto p {
    color: var(--cor-cinza);
    font-size: 0.875rem;
}

/*========= Início PORQUE ESCOLHER =========*/
span.destaque-seja-membro {
    font-family: 'Montserrat', serif !important;
    color: var(--cor-laranja) !important;
    text-transform: uppercase !important;
}
.img-seja-membro {
	max-width: 285px;
    min-width: 200px;
}
.img-seja-membro img {
    height: 130px;
    width: 100%;
    object-fit: contain;
    overflow: hidden;
}
.slider-seja-membro .slick-slide div {
    background: #fff !important;
    margin: 10px 5px !important;
    padding: 10px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gif-urbancore {
    margin: 0;
    padding: 0;
    color: #87878778 !important;
    font-size: 100px;
    font-weight: bold;
}
.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 200px;
    overflow-x: inherit;
    -webkit-transform: rotate(-90deg);
    -ff-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0 auto;
}
.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 50s linear infinite;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.titulo-principal-tab h2 {
  font-size: 4rem;
}

.tab-planos .ult_tabmenu.style1, 
.tab-planos .ult_tabmenu.style2 {
  margin: 0;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 100%;
}

.tab-planos .ult_tabmenu.style1 li.ult_tab_li,
.tab-planos .ult_tabmenu.style2 li.ult_tab_li {
  display: inline-block;
  position: relative;
  float: left;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 25%;
}
.tab-planos .ult_tabmenu.style1 a.ult_a,
.tab-planos .ult_tabmenu.style2 a.ult_a {
  font-size: inherit;
  font-weight: inherit;
  display: flex;
  outline: 0;
  padding: 30px;
  text-decoration: none;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  width: 100% !important;
  justify-content: center;
}
.tab-planos .ult_tabitemname {
  position: relative;
  display: none;
  margin: 0;
  padding: 80px 15px 20px;
  color: rgb(0 0 0);
  overflow: hidden;

}
.tab-planos .ult_tabcontent.ult-responsive.style1 {
  background: #fff;
}
.btn-fale-especialista .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern {
    color: #fff;
    border-color: var(--cor-destaque);
    background-color: var(--cor-destaque);
}
.linha-nosso-plano {
  margin-top: -440px;
}
.espaco-banner-secundario {
  height: 11rem !important;
}

.titulo-banner-secundario h2, .descricao-banner-secundario p {
  padding: 0 500px 0 100px;
  color: #fff;
}

.titulo-banner-secundario h2 {
  font-size: 3rem;
  text-transform: uppercase;
}

.section-banner .wpb_text_column.wpb_content_element,
.section-sobre .wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element,
.section-sobre .wpb_raw_code.wpb_raw_html.wpb_content_element {
  margin-bottom: 0;
}

.texto-destaque-sobre h1 {
  font-size: 2.7rem;
  text-transform: uppercase;
}

input#botaoContato {
    background: var(--cor-destaque);
    color: #fff;
    text-transform: uppercase;
}

footer {
  background: #000;
  color: #fff;
}

footer a {
  color: #fff;
}
footer a:hover {
  color: var(--cor-destaque);
}
.texto-contato h2 {
    font-size: 4.3rem;
    text-transform: uppercase;
    font-weight: 400;
}
.footer_columns .wp-block-social-link a {
    font-size: 1.5rem;
}
.footer_columns a {
    font-size: 1rem;
}
.copyright p {
    font-size: 1rem;
}

@media screen and (max-width: 1400px) {
  .linha-nosso-plano {
    margin-top: -370px;
  }
  .texto-destaque-sobre h1 {
	font-size: 2.3rem
  }
}

@media screen and (max-width: 1200px){
	header .list-menu-desktop > li > a {
		font-size: 17px;
	}
	.icone-beneficio img {
		width: 100px !important;
	}
}

@media screen and (max-width: 991px) {
  html, body {
	overflow-x: hidden;
  }
  body {
	position: relative
  }
}

@media screen and (max-width: 600px){
	.marquee {
		-webkit-transform: rotate(0deg);
		-ff-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.gif-urbancore {
		color: #87878778 !important;
	}
	.titulo-pq-escolher h2 {
		font-size: 2.75rem;
	}
	.tab-planos .ult_tabmenu.style1 a.ult_a, .tab-planos .ult_tabmenu.style2 a.ult_a {
		padding: 12px;
	}
	#advanced-tabs-wrap-6947 .ult-span-text {
		font-size: 0.625rem !important;
		width: 15ch;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 15px;
	}
	span.ult_tab_section {
		display: flex;
	}
	.titulo-principal-tab h2 {
		font-size: 2rem;
	}
	.linha-nosso-plano {
        margin-top: -300px;
    }
	.titulo-banner-secundario h2 {
		font-size: 2rem;
	}
	.titulo-banner-secundario h2, .descricao-banner-secundario p {
		padding: 0 0 0 5px;
	}
	.texto-contato h2 {
		font-size: 3rem;
	}
	.card-pq-escolher {
		width: 237px !important;
		margin: 0 5px;
	}
	.icone-pq-escolher img {
		padding: 5px;
		width: 60px;
		height: 60px;
	}
}

@media screen and (max-width: 400px) {
  .slider-porque-escolher {
    padding: 0 10px; /* Garante espaço lateral */
    overflow: hidden; /* Impede estouro lateral */
  }

  .card-pq-escolher {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    height: auto;
  }

  .icone-pq-escolher {
    justify-content: center;
    margin: -30px auto 20px;
  }

  .box-texto {
    padding: 20px;
    text-align: center;
  }

	.slider-porque-escolher .slick-slide {
	  padding: 10px;
	  box-sizing: border-box;
	  display: block !important; /* <- ESSENCIAL */
	}

	.slider-porque-escolher .slick-track {
	  display: flex !important;
	  align-items: stretch;
	}
	
	.ult_tab_section .ult-tab-title, 
	.ult_tab_section h2, 
	.ult_tab_section h3 {
		font-size: 1.5rem !important;  /* Ajuste para tamanho legível */
		white-space: normal !important;
		word-break: break-word !important;
		line-height: 1.3 !important;
		text-align: center;
		padding: 0 10px;
	}
  
	.ult_tab_section .ult-tab-content {
		padding: 15px 10px !important;
	}
	.ult_tab_section {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		box-sizing: border-box;
	}
	.tab-planos .ult_tabmenu.style1 li.ult_tab_li,
	.tab-planos .ult_tabmenu.style2 li.ult_tab_li {
		float: none !important;
		display: block !important;
		width: 100% !important;
		padding: 10px 15px !important;
		box-sizing: border-box;
		text-align: center; /* opcional, centraliza texto da aba */
		border-bottom: 1px solid #ddd; /* opcional para separar abas */
	}
}

main.main {
    background-image: url('/wp-content/uploads/2025/03/background.svg') !important;
    background-size: cover !important;
}
