/*
Theme Name:         weticket
Description:        weticket Theme
Version:            1.0
Author:             wevolved

Text Domain:        weticket
*/

/* Configurações BASE */
* {
	box-sizing: border-box;
}

html,
body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	user-select: none; /* Standard syntax */
}

/* desativar scroll quando adicionada a classe disableScroll ao HTML */
html.disableScroll {
	overflow-y: hidden;
}

img {
	max-width: 100%;
}

/********* Alterar o scroll bar **********/
html {
	scrollbar-width: thin; /* Adjust the width of the scrollbar */
	scrollbar-color: #888 transparent; /* Adjust the color of the scrollbar */
}

/* Define the style for the scrollbar track */
html::-webkit-scrollbar {
	width: 4px; /* Adjust the width of the scrollbar */
}

/* Define the style for the scrollbar thumb */
html::-webkit-scrollbar-thumb {
	background-color: #888; /* Adjust the color of the scrollbar thumb */
	border-radius: 4px; /* Adjust the border radius of the scrollbar thumb */
}

/* Style for scrollbar track (background) */
html::-webkit-scrollbar-track {
	background-color: var(
		--neutral00
	); /* Background color of the scrollbar track */
}
/********* FIM DE Alterar o scroll bar **********/

/* Reset comportamento de links */
a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: var(--black);
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
input {
	margin: 0px;
	/* para que as fonts fiquem com linha mais fina */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a,
span {
	/* para que as fonts fiquem com linha mais fina */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	overflow-wrap: anywhere;
}

/**************** COMPONENTES DE FORMULARIOS **************/
/* Colocar os placeholders dos inputs com cor normal, remover o cinzento */
input::placeholder {
	color: var(--white);
	opacity: 1; /* Firefox */
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px var(--black) inset !important;
	-webkit-text-fill-color: var(--white) !important;
}

/* Change the white to any color */
.white input:-webkit-autofill,
.white input:-webkit-autofill:hover,
.white input:-webkit-autofill:focus,
.white input:-webkit-autofill:active,
.white select:-webkit-autofill,
.white select:-webkit-autofill:hover,
.white select:-webkit-autofill:focus,
.white select:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
	-webkit-text-fill-color: var(--black) !important;
}

input:focus,
select:focus {
	outline: none !important;
}

/* Remover incremento de número - Chrome, Safari, Edge, Opera  */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* remover espaçamentos */
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.vc_btn3-container {
	margin-bottom: 0px !important;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

p, a {
	font-size: 16px;
}
/******** SELECT IGUAL EM TODO O LADO ********* */
/* select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0 !important;

	color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	padding: 10px;
	width: 35%;
	cursor: pointer;

	background: #0d98e8
		url(https://cdn1.iconfinder.com/data/icons/universal-icons-set-for-web-and-mobile/100/controls_0-12-512.png)
		no-repeat right center;
	background-size: 40px 37px;
}

select option {
	background-color: #fff;
	color: black;
}
select::-ms-expand {
	display: none;
} */
/******** SELECT IGUAL EM TODO O LADO ********* */

/**************** FONTS ****************/
/* Fonts */
@font-face {
	font-family: "FontAwesome";
	src: url("fonts/FontAwesome.otf");
	font-weight: normal;
	font-style: normal;
}

/* Cormorant */
@font-face {
	/* font-family: "XXX";
	src: url("fonts/XXX/XXX.woff2") format("woff2"),
		url("fonts/XXX/XXX.otf") format("ttf");
	font-weight: 300; */
}

@font-face {
    font-family: "FriendsBlack";
    src: url("fonts/Friends-Black.woff2") format("woff2"), 
         url("fonts/Friends-Black.otf") format("opentype"), 
         url("fonts/Friends-Black.ttf") format("truetype");
}

@font-face {
    font-family: "Friends-BlackItalic";
    src: url("fonts/Friends-BlackItalic.woff2") format("woff2"),
         url("fonts/Friends-BlackItalic.otf") format("opentype"), 
         url("fonts/Friends-BlackItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Friends-Italic";
    src: url("fonts/Friends-Italic.woff2") format("woff2"),
         url("fonts/Friends-Italic.otf") format("opentype"), 
         url("fonts/Friends-Italic.ttf") format("truetype");
}

@font-face {
    font-family: "Friends";
    src: url("fonts/Friends-Normal.woff2") format("woff2"),
         url("fonts/Friends-Normal.otf") format("opentype"), 
         url("fonts/Friends-Normal.ttf") format("truetype");
}

@font-face {
    font-family: "Friends-NormalItalic";
    src: url("fonts/Friends-NormalItalic.woff2") format("woff2"),
         url("fonts/Friends-NormalItalic.otf") format("opentype"), 
         url("fonts/Friends-NormalItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Friends-Regular";
    src: url("fonts/Friends-Regular.woff2") format("woff2"),
         url("fonts/Friends-Regular.otf") format("opentype"), 
         url("fonts/Friends-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Friends-SemiBold";
    src: url("fonts/Friends-SemiBold.woff2") format("woff2"),
         url("fonts/Friends-SemiBold.otf") format("opentype"), 
         url("fonts/Friends-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Friends-Thin";
    src: url("fonts/Friends-Thin.woff2") format("woff2"),
         url("fonts/Friends-Thin.otf") format("opentype"), 
         url("fonts/Friends-Thin.ttf") format("truetype");
}

@font-face {
    font-family: "Friends-SemiBoldItalic";
    src: url("fonts/Friends-SemiBoldItalic.woff2") format("woff2"),
         url("fonts/Friends-SemiBoldItalic.otf") format("opentype"), 
         url("fonts/Friends-SemiBoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Friends-UltraBold";
    src: url("fonts/Friends-UltraBold.otf") format("opentype"), 
         url("fonts/Friends-UltraBold.ttf") format("truetype");
}

@font-face {
    font-family: "Friends-ThinItalic";
    src: url("fonts/Friends-ThinItalic.woff2") format("woff2"),
         url("fonts/Friends-ThinItalic.otf") format("opentype"), 
         url("fonts/Friends-ThinItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Friends-UltraBoldItalic";
    src: url("fonts/Friends-UltraBoldItalic.woff2") format("woff2"),
         url("fonts/Friends-UltraBoldItalic.otf") format("opentype"), 
         url("fonts/Friends-UltraBoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Friends-UltraLight";
    src: url("fonts/Friends-UltraLight.woff2") format("woff2"),
         url("fonts/Friends-UltraLight.otf") format("opentype"), 
         url("fonts/Friends-UltraLight.ttf") format("truetype");
}

@font-face {
    font-family: "Friends-UltraLightItalic";
    src: url("fonts/Friends-UltraLightItalic.woff2") format("woff2"),
         url("fonts/Friends-UltraLightItalic.otf") format("opentype"), 
         url("fonts/Friends-UltraLightItalic.ttf") format("truetype");
}


/* Headers */
h1 {
	font-family: "Friends";
	font-size: 30px;
	color: #221F20;
}

h2 {
	font-family: "Friends";
	font-size: 25px;
	color: #221F20;
}

h3 {
	font-family: "Friends";
	font-size: clamp(20px, 1.2vw, 30px);
	color: #221F20;
}

h4 {
	font-family: "Friends";
	font-size: 15px;
	color: #221F20;
}

h5 {
	font-family: "Friends";
	font-size: 10px;
	color: #221F20;
}

.otgs-development-site-front-end, footer, .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{
	display: none;
}

/* Fonts default */
p,
a,
label,
input,
select,
textarea,
option {
	font-family: "Friends";
	font-style: normal;
	font-size: 16px;
	resize: none;
	text-wrap: wrap;
}

/* Variáveis p/ reutilizar */
:root {
	/* Cores */
	--black: #000000;
	--white: #ffffff;
	--brown: #bda687;
	--greyBG: #f5f5f5;
	--grey: #222222;
	/* VALORES DEFAULT - MUDAR */
	--header-height: 110px;
	--page-margin-desktop-xl: 156px;
	--page-margin-desktop: 136px;
	--page-margin-tablet: 20px;
	--page-margin-mobile: 17px;
	--border-radius: 2px;
	--border-radius-big: 12px;
	--page-bottom-margin-desktop-xl: 60px;
	--page-bottom-margin-desktop: 40px;
	--page-bottom-margin-tablet: 30px;
	--page-bottom-margin-mobile: 22px;
}

/* Remover paddings */
.noPadding {
	padding-left: 0px;
	padding-right: 0px;
}

/* REGRAS PARA PROJETO */

.btn-open-login-form {
	top: 85 !important;
}
html, body {
  scroll-behavior: smooth;
}
body {
	/* margin:0px */
	overflow-x: hidden;
}

/* ----------------------------------- COOKIES PROMPT ----------------------------------- */
/* Opção escondida */
.display-none {
	display: none;
}
/* Estrutura do Prompt de Cookies */
.cookiesPrompt {
	position: fixed;
	transform: translate(-100%, -100%);
	top: 97%;
	left: calc(100% - var(--header-side-margin));
	width: 350px;
	height: fit-content;
	background-color: var(--darker-green);
	font-family: "SpaceGrotesk";
	border-radius: var(--border-radius);
	z-index: 8000;
	color: var(--white);
	border: 1px solid var(--electric-green);
}
/* Texto infomração Cookies */
.information {
	padding: 30px;
}

/* Mensagem dos Cookies */
.message,
p.message a {
	font-size: 16px;
}

p.message a {
	color: var(--electric-green);
}
/* Botões Cookies */
.cookiesButtons {
	padding-top: 20px;
	display: flex;
	gap: 20px;
}

/* Botão Aceitar/Rejeitar Cookie */
.acceptCookie,
.rejectCookie {
	font-weight: 600;
	font-size: 20px;
	background-color: transparent;
	display: block;
	padding: 0px;
	transition: all 0.2s ease-in-out;
	margin-bottom: 3px;
	border: 1px solid var(--white);
	background-color: var(--dark-green);
	padding: 5px 20px !important;
	color: var(--white);
	border-radius: var(--button-border-radius);
}

/* ----------------------------------- BOTÃO TELETRANSPORTE TOPO PÁGINA  ----------------------------------- */
.goUp {
	cursor: pointer;
	position: fixed;
	top: 90%;
	right: 30px;
	z-index: 9995;
	opacity: 0;
	transition: 300ms opacity linear;
}
.goUp.show {
	opacity: 1;
	transition: 300ms opacity linear;
}

.desktop{
	display: block;
}
.mobile{
	display: none;
}
/* Garante que o body e html ocupem 100% da altura e largura */
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden; /* Evita o scroll vertical */
}





/* styles */


        /* Layout geral: textos à esquerda, bolas à direita */
.layout-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 85%;
    margin: 20px auto;
}

/* Container para os textos */
.texto-palavras-container {
    width: 45%;
}

.texto-palavra {
    display: none;
    font-size: 18px;
    width: 50%;
    margin-bottom: 10px;
    float: right;
}

.texto-palavra.active-texto {
    display: block;
}

.bola-palavras-container {
    display: grid;
    grid-template-columns: repeat(3, 32%);
    grid-template-rows: repeat(2, auto);
    gap: 4%;
    width: 45%;
}
.texto-palavra h5{
	font-family: 'FriendsBlack';
	font-size: 22px;
	font-weight: 900;
	line-height: 26px;
	letter-spacing: 0.08em;
	text-align: left;
	margin-bottom: 25px;
}
.texto-palavra p{
	font-family: 'Friends';
	font-size: 16px;
	font-weight: 300;
	line-height: 21px;
	letter-spacing: 0.08em;
	text-align: left;
	margin: 10px 0px;
}
.texto-palavra img{
	opacity: 1 !important;
	margin-top: 25px;
}
.bola-palavra {
    font-family: 'FriendsBlack';
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 900;
    line-height: clamp(20px, 2vw, 22.01px);
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px !important;
    position: relative;
    transition: background-color 0.5s ease, color 0.5s ease;
    cursor: pointer;
}
.bola-palavra span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.bola-palavra.active-bola {
    background-color: transparent;
    color: black;
}
/* Efeito hover: some o fundo e muda a cor do texto */
.bola-palavra:hover {
    color: #9EFF00;
}
.bola-palavra.active-bola:hover {
    color: black;
        }




.faq-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.faq-item {
    border: 1px solid #1b1b1b;
    margin-bottom: 0;
    transition: background-color 0.5s ease;
}

/* Remove a borda inferior de todos os itens, exceto o último */
.faq-item:not(:last-child) {
    border-bottom: none;
}

.faq-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #1b1b1b;
    cursor: pointer;
}

.faq-title:hover {
    background-color: #f0f0f0;
}

.faq-title img {
    width: 24px;
    height: auto;
}

.faq-title span {
    padding-right: 20px;
	font-family: "FriendsBlack";
	font-size: 16px;
	font-weight: 900;
	line-height: 20px;
	letter-spacing: 0.08em;
	text-align: left;
}

.faq-content {
    display: none;
    padding: 20px;
    font-size: 16px;
    color: white;
    background-color: #1b1b1b;
}
.faq-content p{
	font-family: 'Friends';
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.08em;
	text-align: left;

}
.faq-item.active .faq-title {
    background-color: #1b1b1b;
    color: white;
}

.faq-item.active .faq-content {
    display: block;
}

.faq-item.active .faq-title img {
    content: url('/wp-content/uploads/2024/10/aberto.png');
}


.custom-images-container, .custom-texts-container {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.custom-image, .custom-text {
    flex: 1; /* Cada imagem/texto ocupa a mesma largura */
    margin: 0 10px; /* Margem entre os itens */
    text-align: center; /* Centraliza o texto dentro dos itens */
}

.custom-image img {
    max-width: 100%; /* Imagem responsiva */
    height: auto; /* Mantém a proporção da imagem */
}




.custom-container {
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin: 0px -30px;
}

.custom-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5vh 30px;
    cursor: pointer;
    overflow: hidden;
}

/* Adicionando o pseudo-elemento para criar o background */
.custom-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #9EFF00;
    z-index: 0; /* Fica por trás do texto */
    transition: width 1s ease; /* Transição do background "enchendo" */
}

.custom-item:hover::before,
.custom-item.active::before {
    width: 100%; /* Faz o fundo "encher" completamente */
}

.custom-title, .custom-description {
    position: relative;
    z-index: 1; /* O texto deve ficar sobre o background */
}

.custom-title {
	font-family: "FriendsBlack";
    font-size: clamp(45px, 5vw, 100px) !important;
    line-height: clamp(50px, 5.5vw, 120px) !important;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-align: left;
	text-transform: uppercase;
    width: 100%;
}


 .custom-description {
    font-family: 'Friends';
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0.08em;
	text-align: left;
    width: 15%;
    opacity: 0;
    text-align: left;
    position: absolute;
    right: 20px;
    transition: opacity 1s ;
}

.custom-item:hover .custom-description,
.custom-item.active .custom-description {
    opacity: 1; /* Aparece depois que o background começa a se preencher */
}


















/* styles */







.caixa-slide {
    height: 100vh;
    display: inline-block !important;
    width: 100vw !important;
    position: relative;
    white-space: normal;
    padding: 15vh 15px 15px 15px !important;
    margin: 0 !important;
}
/* O main deve ser ajustado para permitir o scroll horizontal */
main {
    overflow-x: auto; /* Habilita o scroll horizontal */
    overflow-y: hidden; /* Desativa o scroll vertical */
    white-space: nowrap; /* As caixas ficam na mesma linha */
    display: block; /* Garantia de que os elementos ocupem a linha horizontalmente */
    height: 100vh; /* Garante que main ocupe a altura total da viewport */

    /* Estilo para ocultar a barra de rolagem horizontal */
    scrollbar-width: none; /* Para Firefox */
    -ms-overflow-style: none;  /* Para Internet Explorer e Edge */

}

main::-webkit-scrollbar {
    display: none; /* Para Chrome, Safari e outros navegadores Webkit */
}

header.menu-transparente.header-page {
    position: fixed;
    z-index: 4;
    width: 100%;
    display: flex;
    padding: 0px 30px;
    align-items: center;
    justify-content: space-between;
}



.dragging {
    cursor: grabbing;
    user-select: none; /* Evita a seleção de texto durante o arraste */
}


#background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1; /* Coloca o vídeo atrás do conteúdo */
    transform: translate(-50%, 0%);
    object-fit: cover; /* Cobre o bloco completamente */
    pointer-events: none; /* Desabilita interação com o vídeo */
}




nav#site-navigation {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 4;
}

.menu-main-menu-container ul li a, .menu-main-menu-container ul li span {
    font-family: "Friends", sans-serif;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.08em;
    text-align: left;
    font-weight: 600;
    cursor: pointer;
    color: #FFFFFF;
    text-transform: uppercase;
}


.menu-top-direita .direita-site-weticket {
    display: flex;
    align-items: center;
    gap: 15px; /* Espaço entre as imagens */
}

.direita-site-weticket img {
    width: 35px; /* Ajuste o tamanho conforme necessário */
    height: 35px;
}

.direita-site-weticket a {
    text-decoration: none;
}

.language-switch img,
.icon-instagram img,
.icon-linkedin img {
    /* Inicialmente preto */
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
    transition: filter 0.3s ease; /* Transição suave para o hover e active */
}

.language-switch.active img,
.language-switch:hover img,
.icon-instagram:hover ,
.icon-linkedin:hover {
    /* Aplicar a cor #9EFF00 ao SVG no hover ou quando estiver active */
    filter: invert(71%) sepia(99%) saturate(800%) hue-rotate(75deg) brightness(100%) contrast(95%);
}


.wpb_column.vc_column_container.vc_col-sm-1\/5 {
    width: 17% !important;
    padding: 0 !important;
}
.wpb_column.vc_column_container.vc_col-sm-2\/5 {

    float: right;
    width: 49% !important;
}

.vc_custom_1726668340045 img:hover{
    opacity: 0.3;
}
.wpb_text_column.wpb_content_element.devoleped-by {
    position: fixed;
    bottom: 40px;
    right: 50px;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.wpb_text_column.wpb_content_element.devoleped-by {
    position: fixed;
    bottom: 40px;
    right: 50px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}

.b7 .wpb_text_column.wpb_content_element.devoleped-by {
    opacity: 1;
    visibility: visible;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}

.wpb_text_column.wpb_content_element.devoleped-by li, .wpb_text_column.wpb_content_element.devoleped-by a {
	color: white;
}
.wpb_text_column.wpb_content_element.devoleped-by a {
	font-family: "FriendsBlack";
}
#bloco-1 {
    position: relative;
    overflow: hidden;
}



iframe#widget2 {
    z-index: 1;
    position: relative;
}

#bloco-1 {
    position: relative;
    z-index: 3;
    padding: 0vh 0px 0px 0px !important;
}
.wpb_text_column.wpb_content_element.texto-bloco-1.bloco1-row {
    z-index: 55;
    position: relative;
}
.caixa-video::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 100vh;
    background-color: rgb(5 93 172 / 80%);
    z-index: 4;
}



#bloco-1 .texto-bloco-1.bloco1-row {
    z-index: 4;
    position: absolute;
    width: 50%;
    left: 50% !important;
    transform: translate(-50%, 40%) !important;
}

#bloco-1 h4 {
    font-family: "FriendsBlack";
    font-size: clamp(1.5rem, 2vw + 1rem, 60px);
    font-weight: 900;
    line-height: clamp(2rem, 3vw + 1rem, 70px);

    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    color: white;
    white-space: normal;
}
#bloco-1 h4 strong{
	color: #9EFF00 !important;
}
#bloco-1 p {
    font-family: 'Friends';
font-size: clamp(16px, 1.2vw + 1rem, 22px);
font-weight: 600;
line-height: clamp(24px, 1.3vw + 1rem, 30px);

    letter-spacing: 0.08em;
    text-align: center;
    color: white;
    white-space: normal;
    padding: 20px 20%;
}



/* Oculta o bloco 1 inicialmente */
#bloco-1.hidden {
    opacity: 0;
    display: none;
}

/* Quando visível, aplica estilo normal */
#bloco-1.visible {
    display: block;
    opacity: 1;
    transition: opacity 1s ease;
    z-index: 1;
}



/* Estilo da overlay */
#overlay-animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent; /* Cor de fundo da overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Overlay deve estar acima do conteúdo */
}

/* Cria o buraco em formato de comprimido */
.hole {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 150px;
    border-radius: 100px;
    background-color: transparent;
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: 10000;
    box-shadow: 0 0 0 100vmax rgb(255 255 255 / 100%);
}



.language-switch {
    display: flex; /* Ativa o flexbox */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    border: 1px solid;
    padding: 6px;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    color: black;
    font-family: "Friends-SemiBold";
    font-size: 14px;
    line-height: 14px;
}

.language-switch.active {
    color: #9EFF00;
    border: black;
    background-color: black;
}



/* Estilos do bloco 1 */
#bloco-1 {
    position: relative; /* Para garantir que o conteúdo está em cima */
    z-index: 1; /* Certifique-se de que o bloco 1 está acima da overlay */
    opacity: 1; /* Sempre visível */
}

/* Para garantir que a transição funcione corretamente */
.visible {
    opacity: 1; /* Para mostrar o bloco 1 */
    transition: opacity 1s; /* Transição para opacidade */
}

.caixa-slide img{
	opacity: 0.6;
	transition: 0.5s;
	cursor: pointer;
}

.caixa-slide img:hover{
	opacity: 1;
	transition: 0.5s;
}
.caixa-slide .active img{
	opacity: 1;
}
.custom-text h6{
	font-family: 'FriendsBlack';
font-size: clamp(16px, 0.7vw + 1rem, 22px);
font-weight: 600;
line-height: clamp(24px, 0.9vw + 1rem, 30px);
	letter-spacing: 0.08em;
	text-align: left;
	text-transform: uppercase;
	color: white;
	margin-bottom: 15px;
}
.custom-text a {
    border: 1px solid;
    padding: 10px;
    border-radius: 50px;
    color: white !important;
    font-family: 'Friends';
	font-size: clamp(14px, 0.4vw + 1rem, 16px);
	font-weight: 400;
	line-height: clamp(18px, 0.5vw + 1rem, 21px);
}
.custom-text a:hover {
    border: 1px solid white;
    color: #1a6aff !important;
    background-color: white;
}
.custom-text h4{
	font-family: 'FriendsBlack';
font-size: clamp(1.2rem, 1vw + 1rem, 30px);
font-weight: 900;
line-height: clamp(1.5rem, 1.2vw + 1rem, 34px);

	letter-spacing: 0.08em;
	text-align: left;
	color: white;
	margin-bottom: 15px;
}

.custom-text li {
    font-family: 'Friends';
	font-size: clamp(14px, 0.4vw + 1rem, 16px);
	font-weight: 400;
	line-height: clamp(18px, 0.5vw + 1rem, 21px);
    letter-spacing: 0.08em;
    text-align: left;
    color: white;
    margin-bottom: 15px;
    position: relative;
    padding: 0px 15px;
}
ul li.temporario {
    position: relative; /* Necessário para posicionar o pseudo-elemento */
}

.b6 .menu-main-menu-container ul li a , .b3 .menu-main-menu-container ul li a, .b6 .menu-main-menu-container ul li span , .b3 .menu-main-menu-container ul li span {
    color: #000000;
}

.b6 .logo-preto img, .b3 .logo-preto img{
	filter: invert(1);
}

.b4 .language-switch, .b5 .language-switch, .b7 .language-switch {
    color: #ffffff;
}
.b4 .language-switch.active, .b5 .language-switch.active, .b7 .language-switch.active {
    color: #9EFF00;
    border: #ffffff;
    background-color: #ffffff;
}

.b4 .direita-site-weticket img , .b5 .direita-site-weticket img, .b7 .direita-site-weticket img {
    filter: invert(1);
}

ul li.temporario::before {
    content: '•'; /* Símbolo de disco */
    color: #9eff00; /* Cor do "disco" */
    font-size: 24px; /* Tamanho desejado do "disco" */
    position: absolute;
    left: -15px; /* Ajuste a posição conforme necessário */
    top: 0;
    bottom: 0;
    margin: auto; /* Centraliza verticalmente */
}


.custom-text li::before {
    content: '•'; /* Símbolo de disco */
    color: #9eff00; /* Cor do "disco" */
    font-size: 24px; /* Tamanho desejado do "disco" */
    position: absolute;
    left: -5px; /* Ajuste a posição conforme necessário */
    top: 0;
    bottom: 0;
    margin: auto; /* Centraliza verticalmente */
}


.devoleped-by li::before {
    content: '•'; /* Símbolo de disco */
    color: #9eff00; /* Cor do "disco" */
    font-size: 24px; /* Tamanho desejado do "disco" */
    position: absolute;
    left: -15px; /* Ajuste a posição conforme necessário */
    top: -5px;
    bottom: 0;
    margin: auto; /* Centraliza verticalmente */
}

.custom-text p {
    font-family: 'Friends';
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.08em;
    text-align: left;
    color: white !important;
    margin-bottom: 15px;
}
#bloco-1, #bloco-2, #bloco-3{
	white-space: normal;
}
.bloco2-texto {
    margin: 0px 10%;
}

ul li::marker {
    color: #9eff00;
}


.texto-img-1, .texto-img-2, .texto-img-3 {
  position: relative; /* Necessário para que o ::before fique dentro deste bloco */
  z-index: 1; /* Garante que o conteúdo do bloco fique acima da imagem */
}



div#bloco-2 {
    padding-right: 5% !important;
    padding-left: 5% !important;
}


.custom-images-container {
    width: 70%;
    display: flex;
}

.custom-texts-container {
    width: 30%;
}
.bloco-2-text .wpb_wrapper {
    display: flex;
}

.slick-dots {
    position: absolute;
    bottom: 50%;
    left: -65%;
    display: block;
    width: 100%;
    transform: rotate(90deg);
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

/* Largura e altura dos dots normais */
.slick-dots li {
    position: relative;
    width: 30px; /* Largura do dot */
    height: 10px; /* Altura do dot */
    margin-bottom: 20px; /* Espaço entre dots */
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    background: none;
}

/* Estilo visual dos dots normais */
.slick-dots li button:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ccc; /* Cor padrão dos dots */
    border-radius: 10px; /* Bordas arredondadas */
    opacity: 0.5;
    transition: background-color 0.3s ease, opacity 0.3s ease, width 0.3s ease;
}

/* Dot ativo - largura maior, mas mantendo o espaço */
.slick-dots li.slick-active button:before {
    width: 60px; /* Largura do dot ativo */
    height: 10px; /* Mesma altura */
    opacity: 1;
}


.custom-images-container {
    padding-right: 10%;
}

.slick-dots li {
    margin: 0 5px;
}
.slick-dots li.slick-active {
    margin: 0 35px 0px 5px;
}

.botao-demonstracao{
	margin: 50px 0px;
}

.slick-list.draggable {
    height: 100% !important;
}




.wpb_wrapper {
    counter-reset: section; /* Reseta o contador para começar do zero */
}

.vc_toggle_title h4 {
    position: relative;
    padding-left: 40px; /* Espaço para o número */
}

.vc_toggle_title h4::before {
    content: "0" counter(section) " "; /* Define o conteúdo como "0" + contador */
    counter-increment: section; /* Incrementa o contador */
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    color: #D0D0D0;
	font-family: 'Lexend';
	font-size: 24px;
	font-weight: 400;
	line-height: 26.4px;
	text-align: left;
}

.count-wevolved h5{
    font-family: "FriendsBlack";
	font-size: clamp(1.5rem, 2.3vw + 1rem, 65px);
	font-weight: 600;
	line-height: clamp(1.5rem, 2.6vw + 1rem, 78px);
	letter-spacing: 0.08em;
	color: white;
}
.count-wevolved span{
    font-family: "Friends-SemiBold";
	font-size: 24.34px;
	font-weight: 600;
	line-height: 37.19px;
	letter-spacing: 0.08em;
	color: white;
}


.colun-form input, .colun-form label, .colun-form textarea, .colun-form option {
    background: transparent;
    border: none;
    width: 100%;
    border-bottom: 1px solid white;
    color: white;
    padding: 2vh 0px 2px;
    border-radius: 0px !important;
}
textarea {
    max-height: 20vh;
}
.contacto-esp {
    width: 50%;
    margin-left: auto !important;
    padding-right: 50px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: auto;
    border: 1px solid #9eff00;
    padding: 10px 25px;
    color: #9eff00;
    font-family: "Friends-SemiBold";
    font-size: 15px;
    font-weight: 600;
    line-height: 22.92px;
    letter-spacing: 0.08em;
    float: right;
    margin-top: 30px;
    text-transform: uppercase;
    border-radius: 50px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: #9eff00;
    border: 1px solid #9eff00;
    color: black;
}


.colun-form input::placeholder, .colun-form label::placeholder, .colun-form textarea::placeholder, .colun-form option::placeholder {
	color: #EEEEEE !important;
	opacity: 0.6;
	font-family: 'Friends';
	font-size: 16px;
	font-weight: 400;
	line-height: 24.18px;
	text-align: left;
}

.contacto-esp p{
    font-family: "FriendsBlack";
	font-size: 22px;
	font-weight: 900;
	line-height: 26px;
	letter-spacing: 0.08em;
	text-align: left;
	color: #EEEEEE;
}

.custom-text.contacto-esp a, .custom-text.contacto-esp li {
    border: none;
    padding: 0px !important;
	color: #EEEEEE;
	font-family: 'Friends';
	font-size: 16px;
	font-weight: 300;
	line-height: 21px;
	letter-spacing: 0.08em;
	text-align: left;
	padding-left: 5px !important;
}

.contacto-esp ul {
    margin-left: 20px;
}

.colun-form {
    padding-right: 10% !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #1b1b1b inset !important;
    -webkit-text-fill-color: var(--white) !important;
}


.faqs-esp.contacto-esp h5{
    font-family: "FriendsBlack" !important;
	font-size: 24px;
	font-weight: 900;
	line-height: 37.51px;
	letter-spacing: 0.08em;
	text-align: left;
	color: black;
}
.faqs-esp.contacto-esp p{
	font-family: 'Friends';
	font-size: 24px;
	font-weight: 400;
	line-height: 36.26px;
	letter-spacing: 0.08em;
	text-align: left;
	color: black;
}


#bloco-5 .caixa-video::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 100vh;
    background-color: rgb(158 255 0 / 34%);
    z-index: 4;
}

.bloco5-row h5{
    font-family: "FriendsBlack" !important;
	font-size: 60px;
	font-weight: 900;
	line-height: 70px;
	letter-spacing: 0.08em;
	text-align: center;
	color: white;
	text-transform: uppercase;
}
.bloco5-row{
	z-index: 2;
}
.bloco5-row p, .bloco5-row p a{
	font-family: 'FriendsBlack';
	font-size: 24px;
	font-weight: 900;
	line-height: 30px;
	letter-spacing: 0.08em;
	text-align: center;
	color: white;
	text-transform: uppercase;	
}
.bloco5-row p a{
	color: #9EFF00 !important;

}

.caixa-slide .bloco5-row img{
	opacity: 1 !important;
	height: 100px;
	margin: 50px 5px 0px 5px;
}
.alignnone.size-full.wp-image-334{
    opacity: 0.6 !important;
    background-color: white;
    border-radius: 5px;
    padding: 5px;	
}

#bloco-5{
    padding: 0vh 0px 0px 0px !important;
}




#bloco-5 .caixa-video {
    position: absolute !important;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    top: 0px;
}

#bloco-5 .vc_column_container>.vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}

#bloco-5 #background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none;
}


.texto-bloco-5 {
    position: absolute;
    z-index: 22;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.imagem-site-weticket{
	
    padding: 10px 0px 0px;
    max-width: 140px;
}






/****************************** MEDIA QUERIES ************************************/
/* HD READY - Resolução Base Desenvolvimento */
@media only screen and (max-width: 1440px) {
	/* ----------------------------------- COOKIES PROMPT ----------------------------------- */
	/* Estrutura do Prompt de Cookies */
	.cookiesPrompt {
		top: 97%;
		height: fit-content;
	}
	/* Texto infomração Cookies */
	.information {
		padding: 20px;
	}

	/* Mensagem dos Cookies */
	.message,
	p.message a {
		font-size: 14px;
	}

	/* Botões Cookies */
	.cookiesButtons {
		padding-top: 10px;
	}

	/* Botão Aceitar/Rejeitar Cookie */
	.acceptCookie,
	.rejectCookie {
		font-size: 16px;
	}
	.custom-texts-container {
	    width: 35%;
	}
	.custom-images-container {
	    width: 65%;
	}
	#bloco-1 p {
	    padding: 20px 10%;
	}
	.custom-text li::before {
	    left: -10px;
	}
	.texto-palavra {
	    width: 65%;
	}
	.custom-description {
	    width: 25%;
	}
	.custom-description {
	    font-family: 'Friends';
	    font-size: 13px !important;
	    line-height: 16px !important;
	}
}

/* Media query para menu hamburguer */
@media print, screen and (max-width: 1250px) {
}

/* Media query para menu hamburguer */
@media print, screen and (max-width: 1200px) {
}

/*tablet landscape or old laptop */
@media print, screen and (max-width: 1024px) {
}

/* Size considerado para Tablet */
@media only screen and (max-width: 991px) {
}
/* Size considerado para Tablet modo portrait*/
@media only screen and (max-width: 767.5px) {
	    .custom-images-container, .custom-texts-container {
        flex-direction: column; /* Muda para coluna em telas menores */
    }

    .custom-image, .custom-text {
        margin: 10px 0; /* Margem vertical em telas menores */
    }
}

@media only screen and (max-width: 768px) {
	/* ----------------------------------- COOKIES PROMPT ----------------------------------- */
	/* Estrutura do Prompt de Cookies */
	.cookiesPrompt {
		top: 100%;
		left: 0%;
		width: 100%;
		transform: translate(0px, -100%);
	}

	.mc4wp-form-fields p {
		text-align: center;
	}

	.success-message,
	.wpcf7-response-output {
		top: calc(var(--header-height) + var(--header-top-margin) + 20px);
		width: 80%;
		text-align: center;
	}

main {
    overflow-x: hidden;
    overflow-y: unset;
    white-space: unset;
    display: block;
    height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.caixa-slide {
    height: auto !important;
    display: block !important;
    width: 100% !important;
    position: relative;
    white-space: normal !important;
    padding: 0vh 15px 0px 15px !important;
    margin: 0 !important;
}


#bloco-1 h4 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
}

#bloco-1 p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0%;
}

header.menu-transparente.header-page {
    top: 40px;
}

#bloco-1 .texto-bloco-1.bloco1-row {
    z-index: 4;
    position: absolute;
    width: 80%;
    /* top: 52%; */
    left: 50% !important;
    transform: translate(-50%, 60%) !important;
}
.custom-images-container, .custom-texts-container {
    display: block;
}
.custom-images-container {
    padding-right: 0%;
}
.custom-images-container {
    width: 100%;
}
.bloco-2-text .wpb_wrapper {
    display: block;
}

.custom-texts-container {
    width: 100%;
}
#bloco-2.caixa-slide img {
    display: none;
}
#bloco-2.caixa-slide .active img {
    display: block;
    width: 250px;
    margin: auto;
}
.custom-images-container, .custom-texts-container {
    display: block;
}


.slick-dots {
    position: absolute;
    bottom: 100%;
    left: -30%;
    display: block;
    width: 100%;
    transform: rotate(0deg);
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.custom-text h6 {
    font-size: 20px;
    line-height: 22px;
}

.custom-text h4 {
    font-size: 22px;
    line-height: 24px;
}

.custom-text li, .custom-text p {
    font-size: 14px;
    line-height: 18px;
}
.custom-text a {
    font-size: 14px;
    line-height: 18px;
}
.custom-images-container, .custom-texts-container {
    display: block !important;
    position: relative;
}

#bloco-1 {
    height: 100% !important;
}
.count-wevolved h5 {
    font-family: "FriendsBlack";
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}

.botao-demonstracao {
    margin: 35px 0px 35px 0px !important;
}

.custom-item {
    display: block !important;
    padding: 3vh 30px !important;
}

.custom-title {
        font-size: 32px !important;
        font-weight: 900 !important;
        line-height: 40px !important;
}

.custom-description {
    font-family: 'Friends';
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 18px !important;
    position: relative !important;
    right: unset !important;
    left: 0px !important;
    width: 100% !important;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0px !important;
}

.texto-palavras-container {
    width: 100% !important;
    order: 2;
}

.layout-container {
    display: grid !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    max-width: 100% !important;
    padding-bottom: 50px !important;
    padding-top: 75px !important;
    margin: 20px auto !important;
}

.texto-palavra {
    font-size: 18px !important;
    width: 100% !important;
    margin-bottom: 50px !important;
    float: right !important;
}
.bloco5-row {
    width: 100% !important;
    transform: unset;
    left: unset !important;
    top: unset !important;
    position: relative !important;
}
.bola-palavras-container {
    gap: 4% !important;
    width: 100% !important;
}

.bola-palavra {
    font-size: clamp(10px, 1vw, 18px) !important;
    line-height: clamp(14px, 2vw, 22.01px) !important;
}


#bloco-4.caixa-slide img {
    display: block;
}


.bloco5-row p, .bloco5-row p a {
    font-size: 18px;
    line-height: 20px;
}

.caixa-slide .bloco5-row img {
    opacity: 1 !important;
    margin: 20px 15px 20px 15px;
    height: 60px;
}

.bloco5-row h5 {
    font-size: 34px;
    font-weight: 900;
    line-height: 40px;
}
.contacto-esp {
    width: 100%;
    margin-left: auto !important;
    padding: 50px 0px !important;
}

#bloco-6 .vc_col-sm-6 {
    padding: 0px 0px 50px 0px !important;
}

.desktop{
	display: none;
}
.mobile{
	display: block;
}

.menu-mobile {
    height: 100vh;
    position: absolute;
    left: 110%; /* Começa fora da tela */
    top: -40px;
    background-color: #1B1B1B;
    width: 100%;
    transition: left 0.3s ease; /* Transição suave ao abrir/fechar */
    z-index: 1000; /* Certifique-se de que o menu está no topo */
}

.menu-mobile.open {
    left: 0; /* Quando o menu estiver aberto */
}


nav#site-navigation {
    position: relative;
    bottom: unset;
    left: unset;
    z-index: 4;
}

.click-menu {
    cursor: pointer;
    display: inline-block;
    transition: transform 0.6s ease, color 0.6s ease, border 0.6s ease;
    z-index: 1001;
    position: relative;
    border: 1px solid #1B1B1B;
    border-radius: 50px;
    padding: 10px;
    background-color: #1B1B1B;
    color: white;
	font-size: 10.82px;
	font-weight: 600;
	line-height: 16.53px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-family: "Friends-SemiBold";

}

.click-menu.rotate {
    transform: rotate(270deg); /* Roda a palavra "Menu" em 90 graus */
    color: #9EFF00; /* Apenas um exemplo, você pode ajustar a cor se quiser */
    border: 1px solid #9EFF00;
}

.language-switch.active {
    color: #9EFF00;
    border: 1px solid #9eff00;
    background-color: transparent;
}

.language-switch {
    color: #ffffff;
}

.direita-site-weticket img {
    filter: invert(1);
}

.container-menu {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(0px, -50%);
}

.menu-top-control {
    z-index: 1001;
}
.menu-main-menu-container ul li a, .menu-main-menu-container ul li span {
	font-family: "Friends-SemiBold";
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #FFFFFF;
    text-transform: uppercase;
}

.menu-main-menu-container ul li{
    margin-bottom: 15px;
}

#main-menu{
	margin-bottom: 50px;
}

.imagem-site-weticket{
		max-width: none;
	}
.imagem-site-weticket img{
	height: 60px;
	width: auto;
}


ul li.temporario::before {
    display: none;
}

.wpb_text_column.wpb_content_element.devoleped-by {
    position: relative;
    bottom: -50px;
    right: unset;
    left: 0;
    float: left;
        opacity: 1;
        visibility: visible;
}
#bloco-7{
	padding-bottom: 100px !important;
}

nav#site-navigation {
    display: none;
}
.menu-mobile nav#site-navigation{
	display: block;
}

.custom-images-container {
    padding: 30px 0px 30px 0px;
}

.menu-mobile nav#site-navigation #menu-item-140 > a{
    color: #9eff09;
    border: 1px solid;
    border-radius: 50px;
    padding: 10px;
	
        display: inline-block;
        margin-top: 30px;
}

div#bloco-6 {
    padding: 100px 15px !important;
}
.faqs-esp.contacto-esp h5 {
    font-size: 20px;
    line-height: 25px;
}

.faqs-esp.contacto-esp p {
    font-size: 20px;
    line-height: 24px;
}

.faq-content p {
    font-size: 14px;
    line-height: 20px;
}

#bloco-7 .custom-text li::before {
    left: -15px;
}
#bloco-2{
	padding: 100px 0px !important;
}
.texto-palavra h5 {
    font-size: 18px !important;
    line-height: 20px !important;
}

.texto-palavra p {
    font-size: 14px !important;
    line-height: 18px !important;
}
.layout-container {
    padding-right: 20px !important;
}

#bloco-5 .caixa-video {
    position: relative !important;
    overflow: hidden;
    height: 80vh;
    width: 100vw;
    top: 0px;
}

.texto-bloco-5 {
    width: 80%;
    top: 0%;
    transform: translate(-50%, 40%);
}
.devoleped-by li, .devoleped-by a {
    font-size: 12px;
    line-height: 16px;
    position: relative;
}
.devoleped-by li {
    margin-left: 15px;
}
.colun-form {
    padding-right: 0% !important;
}

.devoleped-by li::before {
    top: 0px;
}
.custom-text li::before {
    left: 1px;
}





}
/* Size considerado Mobile - 430px*/
@media only screen and (max-width: 430px) {
}
/* smartphones plus */
@media only screen and (max-width: 414px) {
}
/* smartphones normais  */
@media only screen and (max-width: 378px) {
}
/* iphone 5 <=  */
@media only screen and (max-width: 320px) {
}
