/*
Theme Name:         Leixões Clube
Description:        Leixões Clube Theme
Version:            1.0
Author:             wevolved

Text Domain:        leixoes-clube
*/

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

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

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

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

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

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

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

/* Style for scrollbar track (background) */
html::-webkit-scrollbar-track {
	background-color: var(--white);
}
/********* 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,
textarea,
select,
option {
	margin: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a,
span {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	overflow-wrap: anywhere;
}

strong,
b {
	font-weight: 700;
}

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

/* 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,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px var(--black) inset !important;
	-webkit-text-fill-color: var(--white) !important;
}
a:focus,
a:focus-visible,
a:active {
  outline: none;
  box-shadow: none;
}
/* 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,
.white textarea:-webkit-autofill,
.white textarea:-webkit-autofill:hover,
.white textarea:-webkit-autofill:focus,
.white textarea:-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,
textarea: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;
}

/******** 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 ****************/
/* FontAwesome */
@font-face {
	font-family: "FontAwesome";
	src: url("fonts/FontAwesome.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
/* Creato Display */

/* 100 */
@font-face {
	font-family: "Creato Display";
	src:
		url("fonts/CreatoDisplay-Thin.woff2") format("woff2"),
		url("fonts/CreatoDisplay-Thin.otf") format("opentype");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Creato Display";
	src:
		url("fonts/CreatoDisplay-ThinItalic.woff2") format("woff2"),
		url("fonts/CreatoDisplay-ThinItalic.otf") format("opentype");
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

/* 300 */
@font-face {
	font-family: "Creato Display";
	src:
		url("fonts/CreatoDisplay-Light.woff2") format("woff2"),
		url("fonts/CreatoDisplay-Light.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Creato Display";
	src:
		url("fonts/CreatoDisplay-LightItalic.woff2") format("woff2"),
		url("fonts/CreatoDisplay-LightItalic.otf") format("opentype");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

/* 400 */
@font-face {
	font-family: "Creato Display";
	src:
		url("fonts/CreatoDisplay-Regular.woff2") format("woff2"),
		url("fonts/CreatoDisplay-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Creato Display";
	src:
		url("fonts/CreatoDisplay-RegularItalic.woff2") format("woff2"),
		url("fonts/CreatoDisplay-RegularItalic.otf") format("opentype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

/* 500 */
@font-face {
	font-family: "Creato Display";
	src:
		url("fonts/CreatoDisplay-Medium.woff2") format("woff2"),
		url("fonts/CreatoDisplay-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Creato Display";
	src:
		url("fonts/CreatoDisplay-MediumItalic.woff2") format("woff2"),
		url("fonts/CreatoDisplay-MediumItalic.otf") format("opentype");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

/* 700 */
@font-face {
	font-family: "Creato Display";
	src:
		url("fonts/CreatoDisplay-Bold.woff2") format("woff2"),
		url("fonts/CreatoDisplay-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Creato Display";
	src:
		url("fonts/CreatoDisplay-BoldItalic.woff2") format("woff2"),
		url("fonts/CreatoDisplay-BoldItalic.otf") format("opentype");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

/* 800 */
@font-face {
	font-family: "Creato Display";
	src:
		url("fonts/CreatoDisplay-ExtraBold.woff2") format("woff2"),
		url("fonts/CreatoDisplay-ExtraBold.otf") format("opentype");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Creato Display";
	src:
		url("fonts/CreatoDisplay-ExtraBoldItalic.woff2") format("woff2"),
		url("fonts/CreatoDisplay-ExtraBoldItalic.otf") format("opentype");
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

/* 900 */
@font-face {
	font-family: "Creato Display";
	src:
		url("fonts/CreatoDisplay-Black.woff2") format("woff2"),
		url("fonts/CreatoDisplay-Black.otf") format("opentype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Creato Display";
	src:
		url("fonts/CreatoDisplay-BlackItalic.woff2") format("woff2"),
		url("fonts/CreatoDisplay-BlackItalic.otf") format("opentype");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

/* Headers */
h1 {
	font-family: "Creato Display", sans-serif;
	font-weight: 700;
	font-size: 64px;
	line-height: 1.05;
}

h2 {
	font-family: "Creato Display", sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.1;
}

h3 {
	font-family: "Creato Display", sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.15;
}

h4 {
	font-family: "Creato Display", sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 1.2;
}

h5 {
	font-family: "Creato Display", sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.25;
}

h6 {
	font-family: "Creato Display", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
}

/* Fonts default */
p,
a,
label,
input,
select,
textarea,
option,
li,
button {
	font-family: "Creato Display", sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	resize: none;
}

/* Variáveis p/ reutilizar */
:root {
	/* Cores */
	--black: #000000;
	--white: #ffffff;
	--grey: #222222;
	--red: #c8102e;
	--dark-blue: #0f1b2d;
	--light-grey: #f5f5f5;

	--header-height: 50px;
	--page-margin: 25px;
	--border-radius: 4px;
	--page-top-space: 180px;
	--page-bottom-margin: 128px;
}

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

/* REGRAS PARA PROJETO */
body {
	font-family: "Creato Display", sans-serif;
	font-weight: 400;
	color: var(--black);
	background-color: var(--white);
}

/* esconder badge do recaptcha */
.grecaptcha-badge {
	visibility: hidden !important;
}

/* esconder WPML no footer */
.otgs-development-site-front-end {
	display: none;
}

/* ----------------------------------- 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;
}

/****************************** MEDIA QUERIES ************************************/
main#main {
    min-height: 100vh;
}

/********************************
HEADER
********************************/
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 30000;
}

.container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto !important;
	padding-left: 32px;
	padding-right: 32px;
}

/* CAMADA BRANCA GLOBAL */
body::before {
	content: "";
	position: fixed;
	inset: 0;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	z-index: 29990;
	transition: opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

body.menu-open::before {
	opacity: 1;
}



/* ícone base */
.top-bar-menu > li > a::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex: 0 0 18px;
}

/* LOJA */
.top-bar-menu > li:nth-child(1) > a::before {
    background-image: url('/wp-content/uploads/2026/04/loja-preto.svg');
}
.menu-open .top-bar-menu > li:nth-child(1) > a::before {
    background-image: url('/wp-content/uploads/2026/04/loja-branco.svg');
}

/* BILHETEIRA */
.top-bar-menu > li:nth-child(2) > a::before {
    background-image: url('/wp-content/uploads/2026/04/bilheteira-preto.svg');
}
.menu-open .top-bar-menu > li:nth-child(2) > a::before {
    background-image: url('/wp-content/uploads/2026/04/bilheteira-branco.svg');
}

/* SÓCIOS */
.top-bar-menu > li:nth-child(3) > a::before {
    background-image: url('/wp-content/uploads/2026/04/Socios-preto.svg');
}
.menu-open .top-bar-menu > li:nth-child(3) > a::before {
    background-image: url('/wp-content/uploads/2026/04/socios-branco.svg');
}

/* CARRINHO */
.top-bar-menu > li:nth-child(4) > a::before {
    background-image: url('/wp-content/uploads/2026/04/carrinho-preto.svg');
}
.menu-open .top-bar-menu > li:nth-child(4) > a::before {
    background-image: url('/wp-content/uploads/2026/04/carrinho-branco.svg');
}

/* ACREDITAÇÕES */
.top-bar-menu > li:nth-child(5) > a::before {
    background-image: url('/wp-content/uploads/2026/04/acreditacao-preto.svg');
}
.menu-open .top-bar-menu > li:nth-child(5) > a::before {
    background-image: url('/wp-content/uploads/2026/04/acreditacoes-branco.svg');
}

/* CONTA */
.top-bar-menu > li:nth-child(6) > a::before {
    background-image: url('/wp-content/uploads/2026/04/conta-preto.svg');
}
.menu-open .top-bar-menu > li:nth-child(6) > a::before {
    background-image: url('/wp-content/uploads/2026/04/conta-branco.svg');
}




/* TOP BAR */
.header-top-bar {
    position: fixed;
    z-index: 300030000000000000000000000000000000000000000000000000;
    background: #f9f9f9;
    border-bottom: 0;
    top: 0;
    justify-content: space-between;
    width: 100%;
    display: flex;
}
.menu-open .header-top-nav .top-bar-menu > li > a{
	color: #f9f9f9;
}

.menu-open .header-top-bar {
    background: #DE2B29;
}
.header-top-nav .top-bar-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 38px;
}

.header-top-nav .top-bar-menu > li {
	display: flex;
	align-items: center;
}

.header-top-nav .top-bar-menu > li > a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
color: #131313;
	padding: 10px 0;
	transition: opacity 0.25s ease;
}

.header-top-nav .top-bar-menu > li > a:hover {
	opacity: 0.7;
}

/* HEADER MAIN */
.header-main {
	position: relative;
	z-index: 30003;
	padding-top: 60px;
	padding-bottom: 20px;
	background: transparent;
}

.header-main::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	z-index: 0;
	transition: opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

body.menu-open .header-main::before {
	opacity: 1;
}

.header-main-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.site-branding {
	flex-shrink: 0;
	position: relative;
	z-index: 30004;
}

.site-branding .custom-logo-link {
	display: inline-block;
}

.site-branding .custom-logo {
	width: 110px;
	height: auto;
	display: block;
}

.site-title-link {
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	color: var(--white);
}

/* BOTÃO MENU */
.menu-toggle {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border: 0;
	background: linear-gradient(90deg, #f04a3a 0%, #d91f1f 100%);
	color: #fff;
	padding: 14px 18px;
	min-height: 46px;
	cursor: pointer;
	border-radius: 0;
	box-shadow: none;
	transition:
		opacity 0.25s ease,
		transform 0.25s ease,
		background-color 0.38s cubic-bezier(0.22, 1, 0.36, 1);
	position: relative;
	z-index: 30004;
}

.menu-toggle:hover {
	opacity: 0.92;
}

.menu-toggle-text {
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	transition: color 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-toggle-dots {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	flex-direction: column;
}

.menu-toggle-dots span {
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
	transition: background-color 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ESTADO ABERTO DO BOTÃO */
.menu-toggle.is-active {
	background: #131313;
}

.menu-toggle.is-active .menu-toggle-text {
	color: #fff;
}

.menu-toggle.is-active .menu-toggle-dots span {
	background: #fff;
}

/* OVERLAY FULLSCREEN */
.menu-overlay {
	position: fixed;
	top: var(--topbar-offset, 38px);
	left: 0;
	width: 100%;
	height: calc(100vh - var(--topbar-offset, 38px));
	background: transparent;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-8px);
	transition:
		opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
	z-index: 30001;
}

.menu-overlay[aria-hidden="true"] {
	visibility: hidden;
}

.menu-overlay[aria-hidden="false"] {
	visibility: visible;
}

.menu-overlay.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.menu-overlay-inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-top: var(--mainbar-offset, 90px);
	padding-bottom: 40px;
	overflow-y: auto;
}

.menu-overlay-content {
	display: grid;
	grid-template-columns: minmax(320px, 1fr) minmax(220px, 320px);
	gap: 60px;
	align-items: start;
	flex: 1;
}

/* ESCONDER BOTÃO EXTRA */
.menu-close {
	display: none !important;
}

/* MENU PRINCIPAL */
.menu-overlay-nav {
	margin: 0;
}

.menu-overlay-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-overlay-list li {
	opacity: 0;
	transform: translateY(12px);
	transition:
		opacity 0.35s ease,
		transform 0.35s ease;
}

.menu-overlay.is-open .menu-overlay-list li {
	opacity: 1;
	transform: translateY(0);
}

.menu-overlay.is-open .menu-overlay-list li:nth-child(1) { transition-delay: 0.06s; }
.menu-overlay.is-open .menu-overlay-list li:nth-child(2) { transition-delay: 0.10s; }
.menu-overlay.is-open .menu-overlay-list li:nth-child(3) { transition-delay: 0.14s; }
.menu-overlay.is-open .menu-overlay-list li:nth-child(4) { transition-delay: 0.18s; }
.menu-overlay.is-open .menu-overlay-list li:nth-child(5) { transition-delay: 0.22s; }
.menu-overlay.is-open .menu-overlay-list li:nth-child(6) { transition-delay: 0.26s; }

.menu-overlay-list li a {
	display: inline-block;
	font-size: 40px;
	line-height: 1.05;
	font-weight: 700;
	color: #131313;
	text-decoration: none;
	transition: opacity 0.25s ease;
}

.menu-overlay-list li a:hover {
	opacity: 0.65;
}

/* COLUNA DIREITA */
.menu-overlay-aside {
	opacity: 0;
	transform: translateY(12px);
	transition:
		opacity 0.4s ease 0.16s,
		transform 0.4s ease 0.16s;
}

.menu-overlay.is-open .menu-overlay-aside {
	opacity: 1;
	transform: translateY(0);
}

.menu-overlay-aside,
.menu-overlay-aside p,
.menu-overlay-aside a,
.menu-overlay-aside li {
	font-size: 13px;
	line-height: 1.55;
	color: #131313;
	text-decoration: none;
}

.menu-overlay-aside a:hover {
	opacity: 0.65;
}









.wev-partner-form {
    max-width: 640px;
}

.wev-partner-form h2 {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 600;
    margin: 0 0 45px;
    color: #000;
}

.wev-form-field {
    margin-bottom: 28px;
}

.wev-form-field input,
.wev-form-field textarea {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #131313;
    border-radius: 0;
    background: transparent;
    padding: 0 0 10px;
    font-size: 14px;
    color: #131313;
    outline: none;
}

.wev-form-field textarea {
    height: 42px;
    resize: none;
}

.wev-form-field input::placeholder,
.wev-form-field textarea::placeholder {
    color: #999;
    opacity: 1;
}

.wev-form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
}

.wev-form-acceptance {
    font-size: 13px;
    color: #131313;
}

.wev-form-acceptance a {
    color: #131313;
    text-decoration: underline;
}

.wev-form-acceptance .wpcf7-list-item {
    margin: 0;
}
.wev-form-submit {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.wev-form-submit p {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0;
}
.wev-form-submit {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.wev-form-submit p {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0;
}

.wev-form-submit input[type="submit"] {
    border: 0;
    background: transparent;
    color: #DE2B29;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    padding: 0 48px 0 0;
    cursor: pointer;
    box-shadow: none;
}

.wev-form-submit::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    border: 2px solid #DE2B29;
    border-radius: 50%;
    background: #DE2B29;
    pointer-events: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.wev-form-submit::before {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    z-index: 2;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.wev-form-submit:hover::after {
    background: transparent;
    transform: translateY(-50%) translateX(3px);
}

.wev-form-submit:hover::before {
    border-color: #DE2B29;
    transform: translateY(-50%) translateX(3px) rotate(45deg);
}

.wev-form-submit .wpcf7-spinner {
    position: absolute;
    right: -36px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}
.wev-form-submit .wpcf7-spinner {
    position: absolute;
    right: -36px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}

.wev-infraestruturas {
    width: 100%;
}

.wev-infraestrutura-item {
    padding: 90px 0 !important;
    background: #fff;
}

.wev-infraestrutura-item.is-inverted {
    background: #F2F2F2 !important;
}

.wev-infraestrutura-item__inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 70px !important;
 
}

.wev-infraestrutura-item__content,
.wev-infraestrutura-item__media {
    min-width: 0 !important;
}

/* normal: texto esquerda / imagem direita */
.wev-infraestrutura-item:not(.is-inverted) .wev-infraestrutura-item__content {
    order: 1 !important;
}

.wev-infraestrutura-item:not(.is-inverted) .wev-infraestrutura-item__media {
    order: 2 !important;
}

/* invertido: imagem esquerda / texto direita */
.wev-infraestrutura-item.is-inverted .wev-infraestrutura-item__media {
    order: 1 !important;
}

.wev-infraestrutura-item.is-inverted .wev-infraestrutura-item__content {
    order: 2 !important;
}
.wev-infraestrutura-item__content {
	max-width: 80%;
}
.bloco-1-parceiro{
	margin: 30px 0px;
}
.wev-infraestrutura-item__title {
    color: #DE2B29 !important;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 500;
    margin: 0 0 15px;
}

.wev-infraestrutura-item__local {
    color: #131313 !important;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}

.wev-infraestrutura-item__text {
    font-size: 16px;
    line-height: 1.5;
    color: #131313;
}

.wev-infraestrutura-item__text p {
    margin: 0 0 14px;
}

/* slider */
.wev-infraestrutura-slider {
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    overflow: visible !important;
    padding-bottom: 42px !important;
}

.wev-infraestrutura-slider .slick-list {
    width: 100% !important;
    overflow: hidden !important;
}

.wev-infraestrutura-slider .slick-track {
    display: flex !important;
}

.wev-infraestrutura-slider .slick-slide {
    height: auto !important;
}

.wev-infraestrutura-slider__slide {
    width: 100% !important;
}

.wev-infraestrutura-slider__slide img {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 14 / 9 !important;
    object-fit: cover !important;
}

/* dots */
.wev-infraestrutura-slider .slick-dots {
    display: flex !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 10px !important;
    width: calc(100% - 80px) !important;
    justify-content: left !important;
    align-items: center !important;
    gap: 26px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.wev-infraestrutura-slider .slick-dots li button:before {
    display: none !important;
}
.wev-infraestrutura-slider .slick-dots li {
    width: 80px !important;
    height: 3px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wev-infraestrutura-slider .slick-dots button {
    display: block !important;
    width: 80px !important;
    height: 3px !important;
    border: 0 !important;
    padding: 0 !important;
    background: #D9D9D9 !important;
    font-size: 0 !important;
    cursor: pointer !important;
}

.wev-infraestrutura-slider .slick-dots .slick-active button {
    background: #DE2B29 !important;
}

/* setas */
.wev-infraestrutura-arrow {
    position: absolute !important;
    bottom: 0 !important;
    z-index: 20 !important;
    width: 28px !important;
    height: 28px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #131313 !important;
    color: #fff !important;
    font-size: 22px !important;
    line-height: 24px !important;
    text-align: center !important;
    cursor: pointer !important;
    padding: 0 !important;
}

.wev-infraestrutura-arrow--prev {
    right: 36px !important;
    left: auto !important;
}

.wev-infraestrutura-arrow--next {
    right: 0 !important;
    left: auto !important;
}


.wev-contas-anuais-reg{
	padding: 60px 0px 110px;
}
.wev-contas-anuais {
    padding: 60px 30px 110px;
}
.wev-contas-anuais__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 42px;
}

.wev-contas-anuais__title {
    margin: 0;
    font-size: 80px;
    line-height: 1;
    font-weight: 700;
    color: #DE2B29;
}

.wev-contas-anuais__filter {
    position: relative;
    margin-top: 16px;
}

.wev-contas-anuais__select {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    color: #131313;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 36px 8px 0;
    cursor: pointer;
    outline: none;
}

.wev-contas-anuais__filter::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #131313;
    pointer-events: none;
}

.wev-contas-anuais__filter::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-65%) rotate(45deg);
    z-index: 2;
    pointer-events: none;
}

.wev-contas-anuais__list {
    transition: opacity 0.2s ease;
}

.wev-contas-anuais.is-loading .wev-contas-anuais__list {
    opacity: 0.45;
}

.wev-contas-anuais__item {
    margin-bottom: 34px;
}

.wev-contas-anuais__type {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #DE2B29;
}

.wev-contas-anuais__row {
    display: flex;
    align-items: center;
    gap: 14px;
}

.wev-contas-anuais__name {
    margin: 0;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    color: #151515;
}

.wev-contas-anuais__download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #151515;
    text-decoration: none;
}

.wev-contas-anuais__download:hover {
    color: #DE2B29;
}

.wev-contas-anuais__empty {
    margin: 0;
    font-size: 16px;
    color: #151515;
}



















.tabcontent {
    display: none;
    padding: 50px 0px;
    border-top: none;
}

.tablinks.active {
    background-color: #DE2B29;
    border: 1px solid #de2b29;
    color: white;
}
.tabs {
    gap: 10px;
    display: flex;
}
.tablinks {
    background-color: transparent;
	padding: 5px 15px;
    font-size: 16px;
	border: 1px solid #C6C1C1;
    color: #C6C1C1;
}
.accordion {
    background-color: transparent;
    color: #DE2B29; /* Vermelho para o texto do título */
    cursor: pointer;
    padding: 15px 0px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 54px;
    line-height: 52px;
    font-weight: 500;
    position: relative;
}

.accordion::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 36px;
    transition: transform 0.3s ease;
}

.accordion.active::after {
    transform: rotate(45deg); /* Roda o + em 45 graus quando expandido */
}

.panel {
    display: none;
    overflow: hidden;
    margin-top: 10px;
	border: none;
	box-shadow: none;
}

.panel h6{
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #DE2B29; /* Vermelho para o texto do título */
}
.panel p{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #131313; /* Vermelho para o texto do título */
}
.bloco-1-instituicao{
	margin: 75px 0px;
}



















/* FOOTER DO OVERLAY */
.menu-overlay-footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 32px;
	margin-top: 50px;
	padding-top: 24px;
	opacity: 0;
	transform: translateY(12px);
	transition:
		opacity 0.4s ease 0.2s,
		transform 0.4s ease 0.2s;
}

.menu-overlay.is-open .menu-overlay-footer {
	opacity: 1;
	transform: translateY(0);
}

.menu-footer-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-footer-list li a {
	font-size: 12px;
	line-height: 1.4;
	font-weight: 400;
	color: rgba(17, 17, 17, 0.8);
	text-decoration: none;
	transition: opacity 0.25s ease;
}

.menu-footer-list li a:hover {
	opacity: 0.65;
}

/* SCROLL */
html.menu-open,
body.menu-open {
	overflow: hidden;
}

/* MUITO IMPORTANTE: NÃO EMPURRAR A PÁGINA */
body {
	padding-top: 0 !important;
}
/********************************
FOOTER
********************************/
.site-footer {
    background: #efefef;
    padding: 34px 0 18px;
    box-shadow: 0 -10px 24px rgba(0, 0, 0, 0.08);
}

.footer-top {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 40px;
	padding-bottom: 42px;
}

.footer-links-left {
	display: grid;
	grid-template-columns: repeat(2, minmax(140px, 1fr));
	gap: 40px;
	align-items: start;
}

.footer-nav .footer-menu,
.footer-social-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-nav .footer-menu li + li {
	margin-top: 10px;
}

.footer-nav .footer-menu a {
	font-size: 13px;
	line-height: 1.4;
	color: #131313;
	text-decoration: none;
	transition: opacity 0.25s ease;
}

.footer-nav .footer-menu a:hover {
	opacity: 0.65;
}

.footer-branding {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.footer-branding .custom-logo-link,
.footer-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.footer-branding .custom-logo {
	width: 72px;
	height: auto;
	display: block;
}

.footer-site-name {
	font-size: 18px;
	font-weight: 700;
	color: #131313;
}

.footer-right {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 34px;
}

.footer-book img {
	max-width: 150px;
	height: auto;
	display: block;
}

.footer-social-menu {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.footer-social-menu li {
	margin: 0;
}

.footer-social-menu a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
	color: #131313;
	text-decoration: none;
	transition: opacity 0.25s ease;
}

.footer-social-menu a:hover {
	opacity: 0.65;
}

.footer-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	padding-top: 18px;
}

.footer-copy p, .footer-credits p, .footer-credits p a {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #131313;
}
.footer-credits p a {
    text-decoration: underline;
}
.footer-credits a {
	color: #131313;
	text-decoration: none;
}

.footer-credits a:hover {
	opacity: 0.65;
}

.bloco-vermelho {
	background: #DE2B29;
}


.wev-palmares {
    background: #DE2B29;
    padding: 70px 0 90px;
    overflow: hidden;
}

.wev-palmares__title {
    margin: 0 0 22px;
    text-align: center;
    color: #fff;
    font-size: 72px;
    line-height: 0.95;
    font-weight: 500;
}

.wev-palmares__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 55px;
}

.wev-palmares__arrow {
    width: 22px;
    height: 22px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #DE2B29;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wev-palmares__current-term-wrap {
    position: relative;
    min-width: 180px;
    text-align: center;
}

.wev-palmares__current-term {
    display: none;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
}

.wev-palmares__current-term.is-active {
    display: inline-block;
}

.wev-palmares__content {
    width: 100%;
}

.wev-palmares__panel {
    display: none;
}

.wev-palmares__panel.is-active {
    display: block;
}

.wev-palmares__items {
    display: flex;
    gap: 40px;
    overflow-x: auto;
    padding: 0 90px 20px;
    scroll-behavior: smooth;
    justify-content: center;
}
.wev-palmares__items::-webkit-scrollbar {
    height: 8px;
}

.wev-palmares__items::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.35);
}

.wev-palmares__item {
    flex: 0 0 170px;
    text-align: center;
}

.wev-palmares__image-wrap {
    position: relative;
    min-height: 190px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 18px;
}

.wev-palmares__image img {
    display: block;
    width: auto;
    max-width: 150px;
    max-height: 170px;
    height: auto;
    margin: 0 auto;
}

.wev-palmares__count {
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #131313;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wev-palmares__name {
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
}

.wev-palmares__empty {
    color: #fff;
    text-align: center;
    font-size: 18px;
}


.featured-hero {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
}

.featured-hero-bg {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.featured-hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.featured-hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2;
}

.featured-hero-content {
	position: relative;
	z-index: 3;
	min-height: 100vh;
	display: flex;
	align-items: stretch;
}

.home-hero-inner {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	padding: 110px 0 48px;
}

.home-hero-top {
	width: 100%;
	display: flex;
	justify-content: center;
}

.home-hero-kicker {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
	color: #fff;
}

.home-hero-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.home-hero-title {
	margin: 0;
	font-size: clamp(110px, 18vw, 240px);
	line-height: 0.85;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.04em;
}

.home-hero-subtitle {
	margin: 0;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 400;
	color: #fff;
}

.home-hero-actions {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	max-width: 1120px;
}

.home-hero-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 78px;
	padding: 20px 24px;
	background: #ed2b24;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	border: 1px solid #ed2b24;
	transition: 
		background 0.25s ease, 
		color 0.25s ease, 
		border-color 0.25s ease;
}

/* HOVER CORRETO */
.home-hero-button:hover {
	background: #fff;
	color: #ed2b24;
	border-color: #ed2b24;
}

/* ÍCONE */
.home-hero-button i {
	transition: color 0.25s ease;
}

.home-hero-button:hover i {
	color: #ed2b24;
}

.home-hero-button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
}
.home-hero-button-icon img {
	width: 20px;
	height: 20px;
	display: block;
}

.footer-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 48px;
}

.footer-book img {
	display: block;
	max-width: 175px;
	height: auto;
}

.footer-social {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.footer-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.footer-social-link:hover {
	opacity: 0.7;
	transform: translateY(-1px);
}

.footer-social-link img {
	display: block;
	width: auto;
	height: 20px;
	max-width: 20px;
}


.menu-overlay-content {
	display: grid;
	grid-template-columns: minmax(320px, 520px) minmax(220px, 320px);
	gap: 80px;
	align-items: start;
	flex: 1;
}

.menu-overlay-nav {
	margin: 0;
}

.menu-overlay-list,
.menu-overlay-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-overlay-list > li + li {
	margin-top: 10px;
}

.menu-overlay-list > li > a {
    display: inline-block;
    font-size: 40px;
    line-height: 1.05;
    font-weight: 700;
    color: rgb(0 0 0);
    text-decoration: none;
    transition: color 0.25s ease, opacity 0.25s ease;
}
.leixoes-full figure, .leixoes-full figure div, .leixoes-full figure img {
	width: 100%;
	height: auto;
	display: block;
}

.menu-overlay-list > li.is-active > a {
	color: #ed2b24;
}

.menu-overlay-list > li.is-dimmed > a {
	color: rgba(17, 17, 17, 0.18);
}

.menu-overlay-list > li.is-plain > a {
	color: #131313;
}

.menu-overlay-list > li.is-plain.is-dimmed > a {
	color: rgba(17, 17, 17, 0.22);
}

.menu-overlay-list .sub-menu {
	display: none !important;
}

.menu-overlay-aside {
	min-height: 220px;
	opacity: 1;
	transform: none;
}

.menu-overlay-submenu {
	display: none;
}

.menu-overlay-submenu.is-visible {
	display: block;
}

.menu-overlay-submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.menu-overlay-submenu a, .footer-contact-label {
	font-weight: 500;
	font-style: Medium;
	line-height: 150%;
	letter-spacing: 0%;
	font-size: 20px;
	color: #DE2B29;
}

.menu-overlay-submenu a:hover {
	color: #ed2b24;
}

.menu-overlay-submenu > ul > li > a {
	font-weight: 600;
}

.menu-overlay-submenu .sub-menu {
	padding-left: 16px;
}
.menu-overlay-inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-top: var(--mainbar-offset, 90px);
	padding-bottom: 40px;
	overflow-y: auto;
}

.menu-overlay-content {
	display: grid;
	grid-template-columns: minmax(260px, 420px) minmax(220px, 320px) minmax(220px, 320px);
	gap: 90px;
	align-items: start;
	flex: 1;
}

/* COLUNA ESQUERDA */
.menu-overlay-nav {
	margin: 0;
}

.menu-overlay-list,
.menu-overlay-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-overlay-list > li + li {
	margin-top: 10px;
}

.menu-overlay-list > li > a {
	display: inline-block;
	font-size: 40px;
	line-height: 1.05;
	font-weight: 700;
	color: rgba(17, 17, 17, 0.22);
	text-decoration: none;
	transition: color 0.25s ease, opacity 0.25s ease;
}
.parceiros{
	margin: 50px 0px;
}
main h4{
	font-weight: 500;
	font-style: Medium;
	font-size: 32px;
	leading-trim: NONE;
	line-height: 150%;
	letter-spacing: 0%;
	vertical-align: middle;
}
.menu-overlay-list > li.is-active > a {
	color: #ed2b24;
}

.menu-overlay-list > li.is-dimmed > a {
	color: rgba(17, 17, 17, 0.18);
}

.menu-overlay-list > li.is-plain > a {
	color: #131313;
}

.menu-overlay-list > li.is-plain.is-dimmed > a {
	color: rgba(17, 17, 17, 0.22);
}

.menu-overlay-list .sub-menu {
	display: none !important;
}




.leixoes-absoluto-meio.leixoes-animacao {
    width: 100%;
    justify-content: space-between;
    display: flex;
    text-align: center;
}

.leixoes-absoluto-meio.leixoes-animacao {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    transform: translate(-50%, -50%);
}

.leixoes-palavra {
    opacity: 0;
    transform: translateY(-120px);
    transition:
        transform 1.2s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 1.2s ease;
    will-change: transform, opacity;
}

.leixoes-palavra p {
    margin: 0;
}

/* quando ativa */
.leixoes-animacao.is-visible .leixoes-palavra {
    opacity: 1;
    transform: translateY(0);
}

/* ordem: primeiro meio */
.leixoes-animacao.is-visible .leixoes-palavra--meio {
    transition-delay: 0s;
}

/* depois lados */
.leixoes-animacao.is-visible .leixoes-palavra--esq {
    transition-delay: 0.35s;
}

.leixoes-animacao.is-visible .leixoes-palavra--dir {
    transition-delay: 0.65s;
}








/* COLUNA DO MEIO */
.menu-overlay-middle {
	min-height: 220px;
}

.menu-overlay-submenu {
	display: none;
}

.menu-overlay-submenu.is-visible {
	display: block;
}

.menu-overlay-submenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 10px 0px 20px;
}
.menu-overlay-submenu .sub-menu > li > .sub-menu a, .footer-contact-value, .footer-contact-value a {
    color: black;
    font-size: 20px;
    font-weight: 400;
}

.menu-overlay-submenu a:hover {
	color: #ed2b24;
}

.menu-overlay-submenu > ul > li > a {
	font-weight: 600;
}

.menu-overlay-submenu .sub-menu {
	padding-left: 0px;
}

/* COLUNA DIREITA */
.menu-overlay-aside {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.footer-contact-info {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.footer-contact-item {
	display: flex;
	flex-direction: column;
	gap: 6px;
}




.footer-contact-value a:hover {
	opacity: 0.7;
}

/* FOOTER */
.menu-overlay-footer {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 32px;
	margin-top: 50px;
	padding-top: 24px;
	opacity: 1;
	transform: none;
}

.menu-footer-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-footer-list li a {
	font-size: 12px;
	line-height: 1.4;
	font-weight: 400;
	color: rgba(17, 17, 17, 0.8);
	text-decoration: none;
	transition: opacity 0.25s ease;
}

.menu-footer-list li a:hover {
	opacity: 0.65;
}

.wev-parceiros-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 34px 42px;
    align-items: center;
    margin: 30px 0px;
}

.wev-parceiro-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 78px;
    text-align: center;
}

.wev-parceiro-item a,
.wev-parceiro-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.wev-parceiro-item img {
    display: block;
    max-width: 100%;
    max-height: 58px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.menu-page-menu-container {
    width: 100%;
    padding: 45px 0 5px;
    background-color: #fff;
    z-index: 999;
}

.menu-page-menu-container.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
main h2 {
    font-family: "Creato Display", sans-serif !important;
	font-weight: 500 !important;
}
.leixoes-newsletter{
	margin: 50px 0px;
}
ul#menu-page-menu {
    justify-content: center;
    display: flex;
    gap: 15px;
    margin: 0px 0px;
}

ul#menu-page-menu {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0px 0;
    padding: 0;
    list-style: none;
}

.identidade-img img{
	height: 90vh !important;
	object-fit: cover;
	object-position: center;
}
.leixoes-texto-peq-esq {
    width: 516px;
    max-width: 100%;
    margin: 50px 0px !important;
}
.leixoes-titulos-vermelhos{
	margin: 50px -15px !important;
}
.leixoes-texto-peq-esq h6 {
    font-size: 54px;
    font-weight: 500;
    line-height: 52px;
	margin-bottom: 30px !important;
}
.leixoes-texto-peq-esq p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}
.leixoes-texto-peq-esq p strong{
    color: #DE2B29;
}
.leixoes-titulos-vermelhos h5{
	font-size: 80px;
	font-weight: 500;
	line-height: 80px;
	letter-spacing: 0%;
	text-align: left;
	color: #DE2B29;
	margin-bottom: 20px !important;
}
/* links base */
ul#menu-page-menu li a {
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0%;
    text-decoration: none;
    color: #D9D9D9;
    transition: color 0.25s ease;
}

/* hover */
ul#menu-page-menu li a:hover {
    color: #DE2B29;
}

/* ativo (WordPress classes) */
ul#menu-page-menu li.current-menu-item > a,
ul#menu-page-menu li.current_page_item > a {
    color: #DE2B29;
}

.botao-leixoes {
    position: absolute;
    z-index: 4;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, 0px);
}
.page main#main {
    padding-top: 200px;
}
.page.home main#main {
    padding-top: 0px;
}
/* estado normal */
.botao-leixoes .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, .leixoes-botao-normal button {
    color: #ffffff !important;
    border-color: #000000 !important;
    background-color: #000000 !important;
	    border-radius: 0px !important;
}

.botao-leixoes .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, .leixoes-botao-normal button:hover {
    color: #DE2B29 !important;
    background-color: #ffffff !important;
    border-radius: 0px !important;
    border-color: #ffffff !important;
}
.leixoes-full .leixoes-tornate figure img {
     height: 50vh;
    object-fit: cover;
	object-position: center;
}
.leixoes-tornate {
    position: relative;
    overflow: hidden;
}

.leixoes-tornate::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(222, 43, 41, 0.68);
    z-index: 2;
    pointer-events: none;
}
.leixoes-absoluto-meio {
    position: absolute;
    top: 50%;
    z-index: 12;
    left: 50%;
    transform: translate(-50%, -50%);
}

.leixoes-absoluto-meio p {
    font-weight: 500;
    font-style: Medium;
    font-size: 54px;
    line-height: 52px;
    letter-spacing: -1px;
    color: #F9F9F9;
    margin-bottom: 25px !important;
}

.newsletter-form {
    display: flex;
    align-items: stretch;
    gap: 8px;
    width: 100%;
}

.newsletter-form__field {
    flex: 1;
}

.newsletter-form__field .wpcf7-form-control.wpcf7-email {
    width: 100%;
    height: 56px;
    padding: 0 18px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #131313;
    font-size: 14px;
    box-shadow: none;
    outline: none;
}

.newsletter-form__field .wpcf7-form-control.wpcf7-email::placeholder {
    color: #9a9a9a;
    opacity: 1;
}

.newsletter-form__button .wpcf7-submit {
    height: 56px;
    padding: 0 28px;
    border: 0;
    border-radius: 0;
    background: #131313;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.newsletter-form__button .wpcf7-submit:hover {
    background: #fff;
    color: #DE2B29;
}

.newsletter-form .wpcf7-spinner {
    display: none;
}



.leixoes-absoluto-left {
    width: 50%;
    position: absolute;
    top: 50%;
    z-index: 12;
    left: 7%;
    transform: translate(0px, -50%);
}

.leixoes-absoluto-left h6{
	font-weight: 500;
	font-style: Medium;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: left;
	color: white;
	vertical-align: middle;
	margin-bottom: 25px !important;
}
.leixoes-absoluto-left p{
	font-weight: 500;
	font-style: Medium;
	color: white;
	font-size: 54px;
	line-height: 52px;
	letter-spacing: -1px;
	margin-bottom: 25px !important;
}


.wev-historia-timeline {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 75px 0px;
    margin: 50px 0px !important;
}
.wev-historia-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    height: calc( 100% - 700px);
    background: #DE2B29;
    transform: translateX(-50%);
}

.wev-historia-item {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 25% minmax(0, 1fr);
    align-items: start;
    margin-bottom: 70px;
}

.wev-historia-item::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #DE2B29;
    transform: translateX(-50%);
    z-index: 3;
}

.wev-historia-centro {
    width: 60px;
    justify-self: center;
    position: relative;
    z-index: 2;
}

.wev-historia-bola {
    display: none;
}

.wev-historia-side {
    min-width: 0;
}

.wev-historia-card {

}

.wev-historia-item.is-left .wev-historia-side:first-child {
    justify-self: end;
    text-align: left;
}

.wev-historia-item.is-right .wev-historia-side:first-child {
    grid-column: 3;
    justify-self: start;
    text-align: left;
}

.wev-historia-item.is-right .wev-historia-side--empty {
    grid-column: 1;
}

.wev-historia-topo {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 16px;
    align-items: start;
    margin-bottom: 14px;
}

.wev-historia-ano {
    font-size: 64px;
	line-height: 72px;
    font-weight: 500;
    color: #231F20;
    word-break: break-word;
}

.wev-historia-titulo {
    margin: 0 auto;
    font-size: 24px;
	line-height: 28px;
    font-weight: 500;
    color: #231F20;
	max-width: 300px;
}

.wev-historia-imagem {
    padding-left: 140px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.wev-historia-imagem img {
    display: block;
    width: 100%;
    height: auto;
}

.wev-historia-excerto {
    font-size: 16px;
    line-height: 1.45;
    color: #231F20;
	font-weight: 500;
}

.wev-historia-item:last-child {
    margin-bottom: 0;
}






.wev-presidentes-wrap {
    width: 100%;
}

.wev-presidentes-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 36px;
}

.wev-presidentes-title {
    margin: 0;
    font-size: 72px;
    line-height: 0.95;
    font-weight: 500;
    color: #DE2B29;
}

.wev-presidentes-filter {
    flex: 0 0 auto;
}

.wev-presidentes-select {
    min-width: 126px;
    height: 42px;
    padding: 0 38px 0 14px;
    border: 1px solid #222;
    border-radius: 0;
    background: transparent;
    color: #222;
    font-size: 14px;
    line-height: 1;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #222 50%),
        linear-gradient(135deg, #222 50%, transparent 50%);
    background-position:
        calc(100% - 16px) calc(50% - 3px),
        calc(100% - 11px) calc(50% - 3px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.wev-presidentes-select:focus {
    outline: none;
}

.wev-presidentes-table {
    width: 100%;
}

.wev-presidentes-row {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    align-items: center;
    column-gap: 0;
}

.wev-presidentes-row--head {
    border-bottom: 1px solid #DE2B29;
}

.wev-presidentes-row--head .wev-presidentes-col {
    color: #DE2B29;
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 18px 0;
}

.wev-presidentes-row--item {
    border-bottom: 1px solid #2a2a2a;
}

.wev-presidentes-row--item .wev-presidentes-col {
    padding: 16px 0;
    font-size: 16px;
    line-height: 1.35;
    color: #222;
    font-weight: 500;
}

.wev-presidentes-col--ano {
    padding-right: 24px;
}

.wev-presidentes-row--item.is-hidden {
    display: none;
}

.bloco-cinzento{
	background-color: #F2F2F2;
	padding: 100px 0px !important;
}
.parceiros-form {
    display: flex;
    align-items: center;
    padding: 75px 32px;
}
.wev-contact-info {
    max-width: 240px;
    float: right;
}
.wev-contact-info h6{
    font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #DE2B29;
}
.wev-contact-info a, .wev-contact-info p{
    font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}
.wev-contact-item{
	margin-bottom: 20px;
}
.bloco-form-parceiros{
	margin-bottom: 25px;
}

.wev-partner-form .wpcf7-spinner{
	position: absolute;
}
/* Remove autofill background Chrome */
.wev-partner-form input:-webkit-autofill,
.wev-partner-form input:-webkit-autofill:hover,
.wev-partner-form input:-webkit-autofill:focus,
.wev-partner-form textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #131313 !important;
    transition: background-color 9999s ease-in-out 0s;
}

/* Firefox (menos agressivo mas garante consistência) */
.wev-partner-form input,
.wev-partner-form textarea {
    background: transparent !important;
}




/* ACREDITAÇÕES IMPRENSA */

.leixoes-acreditacoes-imprensa {
    width: 100%;
    background: #e1261c;
}

.leixoes-acreditacoes-imprensa__inner {
    width: 100%;
    min-height: 225px;
    margin: 0 auto;
    padding: 75px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

.leixoes-acreditacoes-imprensa__content {
    color: #fff;
}

.leixoes-acreditacoes-imprensa__label {
    display: block;
    margin-bottom: 20px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
}

.leixoes-acreditacoes-imprensa__title {
    margin: 0;
    color: #fff;
    font-size: 46px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 800;
}

.leixoes-acreditacoes-imprensa__button {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.leixoes-acreditacoes-imprensa__button span:first-child {
    display: inline-block;
}

.leixoes-acreditacoes-imprensa__button-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-width: 32px;
    border-radius: 50%;
    background: #fff;
    color: transparent;
    font-size: 0;
    line-height: 1;
    transition: transform 0.2s ease, background 0.2s ease;
}
.leixoes-acreditacoes-imprensa__button .leixoes-acreditacoes-imprensa__button-icon {
    background: #000000;
}
.leixoes-acreditacoes-imprensa__button-icon::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #e1261c;
    border-right: 2px solid #e1261c;
    transform: rotate(45deg);
    margin-left: -3px;
}

.leixoes-acreditacoes-imprensa__button:hover {
    color: #fff;
}

.leixoes-acreditacoes-imprensa__button:hover .leixoes-acreditacoes-imprensa__button-icon {
    transform: translateX(3px);
    background: #fff;
}


@media only screen and (max-width: 768px) {
    .leixoes-acreditacoes-imprensa__inner {
        min-height: 0;
        padding: 42px 28px;
        display: block;
    }

    .leixoes-acreditacoes-imprensa__title {
        font-size: 36px;
    }

    .leixoes-acreditacoes-imprensa__button {
        margin-top: 34px;
    }
}

@media only screen and (max-width: 480px) {
    .leixoes-acreditacoes-imprensa__inner {
        padding: 36px 22px;
    }

    .leixoes-acreditacoes-imprensa__title {
        font-size: 32px;
    }
}
.bloco-form-contacte-nos .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mapa-leixoes{
    margin-bottom: 100px;
}



/* Título, se estiver fora do formulário ou numa coluna acima */
.bloco-form-contacte-nos h1,
.bloco-form-contacte-nos h2,
.bloco-form-contacte-nos .contacte-nos-title {
    margin: 0 0 58px;
    color: #111;
    font-size: 52px;
    line-height: 0.95;
    letter-spacing: -0.055em;
    font-weight: 800;
}
.bloco-form-contacte-nos .parceiros-form {
    padding: 0px 30px;
    align-items: flex-start;
}

.contct-form .wev-contact-info {
    float: unset;
    max-width: 400px;
    padding-right: 50px;
}
.contct-form > .vc_column-inner{
    display: flex;
    justify-content: end;
}
.wpb_text_column.wpb_content_element.contact-info-especial {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #C6C1C1;
}

.bloco-form-contacte-nos .wpcf7-spinner {
    position: absolute;
    right: -34px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}
/* ACREDITAÇÕES - PÁGINA + FORMULÁRIO */

.acredita-linha {
    margin: 0 auto !important;
    display: flex;
    align-items: flex-start;
}


.acredita-linha .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Coluna esquerda */
.acredita-linha h4 {
    margin: 0 0 50px !important;
    color: #111;
    font-size: 54px;
    line-height: 0.95;
    letter-spacing: -0.055em;
    font-weight: 800;
}

.acredita-linha .wpb_text_column p {
    max-width: 470px;
    margin: 0;
    color: #111;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 600;
}

.acredita-linha .acredita-cinza {
    margin-top: 48px;
}

.acredita-linha .acredita-cinza p {
    color: #b7b7b7;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

/* Formulário */

.acredita-linha .wpcf7 {
    width: 100%;
}

.acredita-linha .wpcf7 form {
    width: 100%;
}

.acredita-linha .wpcf7 h2 {
    margin: 0 0 34px;
    color: #e1261c;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
}

.acredita-linha .wpcf7 p {
    margin: 0 0 28px;
}

.acredita-linha .wpcf7 br {
    display: none;
}

.acredita-linha .wpcf7 form > div[style*="display: flex"] {
    display: flex !important;
    gap: 20px !important;
    margin-bottom: 28px;
}

.acredita-linha .wpcf7 form > div[style*="display: flex"] > p {
    flex: 1 !important;
    margin: 0;
}

.acredita-linha .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* Campos */

.acredita-linha .wpcf7 input[type="text"],
.acredita-linha .wpcf7 input[type="email"],
.acredita-linha .wpcf7 input[type="tel"],
.acredita-linha .wpcf7 textarea {
    display: block;
    width: 100%;
    height: 42px;
    min-height: 42px;
    padding: 0;
    border: 0;
    border-bottom: 2px solid #111;
    border-radius: 0;
    background: transparent;
    color: #111;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;
    outline: none;
    box-shadow: none;
    resize: none;
}

.acredita-linha .wpcf7 textarea {
    overflow: hidden;
}

.acredita-linha .wpcf7 input::placeholder,
.acredita-linha .wpcf7 textarea::placeholder {
    color: #aaa;
    opacity: 1;
}

.acredita-linha .wpcf7 input:focus,
.acredita-linha .wpcf7 textarea:focus {
    border-bottom-color: #e1261c;
}

/* Zona de acesso */

.acredita-linha .wpcf7 strong {
    display: block;
    margin: 0 0 18px;
    color: #e1261c;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
}

.acredita-linha .wpcf7-checkbox {
    display: block;
}

.acredita-linha .wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin: 0 0 9px;
}

.acredita-linha .wpcf7-checkbox label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #111;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer;
}

.acredita-linha .wpcf7-checkbox input[type="checkbox"],
.acredita-linha .wpcf7-acceptance input[type="checkbox"] {
    width: 13px;
    height: 13px;
    margin: 0;
    accent-color: #e1261c;
    cursor: pointer;
}

.acredita-linha .zonas-form {
    display: none;
}

/* Aceitação + botão */

.acredita-linha .aceitar-form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 48px !important;
    margin-bottom: 0 !important;
}

.acredita-linha .wpcf7-acceptance {
    display: block;
    padding-right: 30px;
}

.acredita-linha .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.acredita-linha .wpcf7-acceptance label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #111;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
}
.acredita-linha .wpcf7 input[type="submit"] {
    position: relative;
    min-height: 38px;
    padding: 0 48px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #e1261c;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
    box-shadow: none;
    white-space: nowrap;
}

/* Círculo vermelho do botão */

.acredita-linha .aceitar-form::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    border: 2px solid #e1261c;
    border-radius: 50%;
    background: #e1261c;
    pointer-events: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.acredita-linha .aceitar-form::before {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    z-index: 2;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.acredita-linha .aceitar-form:hover::after {
    background: transparent;
    transform: translateY(-50%) translateX(3px);
}

.acredita-linha .aceitar-form:hover::before {
    border-color: #e1261c;
    transform: translateY(-50%) translateX(3px) rotate(45deg);
}

/* Spinner e mensagens */

.acredita-linha .wpcf7-spinner {
    position: absolute;
    right: -42px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}

.acredita-linha .wpcf7-not-valid-tip {
    margin-top: 7px;
    color: #e1261c;
    font-size: 12px;
    line-height: 1.3;
}

.acredita-linha .wpcf7-response-output {
    margin: 30px 0 0 !important;
    padding: 12px 14px !important;
    border: 1px solid #e1261c !important;
    color: #111;
    font-size: 13px;
    line-height: 1.4;
}
/* MOBILE */

@media only screen and (max-width: 1024px) {
    .acredita-linha {
        display: block;
        padding: 60px 22px 72px;
    }

    .acredita-linha > .vc_col-sm-6:first-child,
    .acredita-linha > .vc_col-sm-6:last-child {
        width: 100%;
        padding-right: 0;
    }

    .acredita-linha > .vc_col-sm-6:last-child {
        margin-top: 54px;
    }

    .acredita-linha h4 {
        margin-bottom: 36px;
        font-size: 42px;
    }

    .acredita-linha .wpb_text_column p {
        max-width: none;
    }
}

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

    .acredita-linha h4 {
        font-size: 34px;
        line-height: 1;
    }

    .acredita-linha .wpcf7 form > div[style*="display: flex"] {
        display: block !important;
        margin-bottom: 0;
    }

    .acredita-linha .wpcf7 form > div[style*="display: flex"] > p {
        margin-bottom: 26px;
    }

    .acredita-linha .aceitar-form {
        display: block;
        margin-top: 36px !important;
    }

    .acredita-linha .wpcf7-acceptance {
        padding-right: 0;
    }

    .acredita-linha .wpcf7-acceptance label {
        align-items: flex-start;
    }

    .acredita-linha .wpcf7 input[type="submit"] {
        margin-top: 28px;
    }

    .acredita-linha .aceitar-form::after {
        top: auto;
        bottom: 3px;
        transform: none;
    }

    .acredita-linha .aceitar-form::before {
        top: auto;
        bottom: 12px;
        transform: rotate(45deg);
    }
}
/* Mensagens CF7 */

.bloco-form-contacte-nos .wpcf7-not-valid-tip {
    margin-top: 7px;
    color: #e1261c;
    font-size: 12px;
    line-height: 1.3;
}

.bloco-form-contacte-nos .wpcf7-response-output {
    margin: 24px 0 0 !important;
    padding: 12px 14px !important;
    border: 1px solid #e1261c !important;
    color: #111;
    font-size: 13px;
    line-height: 1.4;
}

/* CONTACTOS DIREITA */

.wev-contact-info {
    margin: 0;
    padding: 0;
}

.wev-contact-info + .wev-contact-info {
    margin-top: 46px;
    padding-top: 48px;
    border-top: 1px solid #bdbdbd;
}

.wev-contact-item {
    margin: 0 0 28px;
}

.wev-contact-item:last-child {
    margin-bottom: 0;
}

.wev-contact-item h6 {
    margin: 0 0 7px;
    color: #e1261c;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
}

.wev-contact-item p {
    margin: 0;
    color: #111;
    font-size: 18px;
    line-height: 1.22;
    font-weight: 700;
}

.wev-contact-item a {
    color: inherit;
    text-decoration: none;
}

.wev-contact-item a:hover {
    color: #e1261c;
}


@media only screen and (max-width: 640px) {
    .bloco-form-contacte-nos {
        padding: 46px 0 58px;
    }



    .bloco-form-contacte-nos h1,
    .bloco-form-contacte-nos h2,
    .bloco-form-contacte-nos .contacte-nos-title {
        font-size: 34px;
        line-height: 1;
        margin-bottom: 36px;
    }

    .bloco-form-contacte-nos .wpcf7 label {
        margin-bottom: 26px;
    }

    .bloco-form-contacte-nos .wpcf7 p:last-of-type {
        justify-content: flex-start;
    }

    .wev-contact-info + .wev-contact-info {
        margin-top: 36px;
        padding-top: 36px;
    }

    .wev-contact-item p {
        font-size: 16px;
    }
}






/* LOJA DO MAR */

.leixoes-shop {
    background: #f9f9f9;
    min-height: 100vh;
}
.page main#main.leixoes-shop {
    padding-top: 0px;
}
/* HERO */
.leixoes-shop-content__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
}

.leixoes-shop-actions {
    display: flex;
    align-items: center;
    gap: 42px;
}

.leixoes-shop-ordering,
.leixoes-shop-search {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.leixoes-shop-ordering label,
.leixoes-shop-search label {
    color: #111;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.leixoes-shop-ordering select {
    min-width: 22px;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 0;
    cursor: pointer;
    outline: none;
}

.leixoes-shop-search input[type="search"] {
    width: 0;
    height: 24px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid transparent;
    background: transparent;
    color: #111;
    font-size: 12px;
    outline: none;
    transition: width 0.2s ease, border-color 0.2s ease;
}

.leixoes-shop-search::after {
    content: "";
    width: 13px;
    height: 13px;
    background-image: url("/wp-content/uploads/2026/05/search.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}
.leixoes-shop-sidebar .fa-solid, .leixoes-shop-sidebar .fas {
    width: 20px;
    text-align: center;
}
.leixoes-shop-search:focus-within input[type="search"] {
    width: 130px;
    border-bottom-color: #111;
}
.leixoes-shop-search {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.leixoes-shop-search::after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background-image: url("/wp-content/uploads/2026/05/search.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}
.leixoes-shop-cats__link.is-active {
    color: #e1261c;
}
.leixoes-shop-hero {
    position: relative;
    width: 100%;
    min-height: 390px;
    background: #050505;
    overflow: hidden;
}

.leixoes-shop-hero__inner {
    position: relative;
    width: 100%;
    max-width: 1180px;
    min-height: 390px;
    margin: 0 auto;
    padding: 70px 24px 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leixoes-shop-hero__art {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    transform: rotate(-2deg);
}

.leixoes-shop-hero__word {
    position: relative;
    z-index: 2;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: clamp(48px, 8vw, 112px);
    line-height: 0.78;
    letter-spacing: -0.065em;
    font-weight: 900;
    text-shadow: 8px 8px 0 rgba(255, 255, 255, 0.18);
}

.leixoes-shop-hero__slash {
    position: absolute;
    z-index: 1;
    display: block;
    height: 22px;
    background: #e1261c;
    transform: rotate(-8deg);
}

.leixoes-shop-hero__slash--one {
    width: 92%;
    left: 5%;
    top: 24%;
}

.leixoes-shop-hero__slash--two {
    width: 82%;
    left: 12%;
    bottom: 13%;
}

.leixoes-shop-hero__caption {
    position: absolute;
    left: 50%;
    bottom: 58px;
    transform: translateX(-50%);
    color: #777;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 700;
}

/* CONTENT */

.leixoes-shop-content {
    width: 100%;
    display: flex;
    gap: 20px;
    padding: 5% 15px;
}
/* SIDEBAR */

.leixoes-shop-sidebar {
    padding-top: 8px;
    min-width: 170px;
}
.leixoes-shop-sidebar__title {
    margin: 0 0 28px;
    color: #111;
    font-size: 20px;
    line-height: 1;
    font-weight: 700 !important;
}

.leixoes-shop-cats {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.leixoes-shop-cats__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    color: #b5b5b5;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.leixoes-shop-cats__link:hover,
.leixoes-shop-cats__link.is-active {
    color: #e1261c;
}

.leixoes-shop-cats__dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
}

/* MAIN */

.leixoes-shop-main {
    min-width: 0;
}

.leixoes-shop-content__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
}

.leixoes-shop-content__title {
    margin: 0;
    color: #111;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

.leixoes-shop-content__ordering {
    display: flex;
    align-items: center;
    gap: 12px;
}

.leixoes-shop-content__ordering span {
    color: #111;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.leixoes-shop .woocommerce-ordering {
    margin: 0 !important;
}

.leixoes-shop .woocommerce-ordering select {
    min-width: 150px;
    height: 32px;
    padding: 0 28px 0 10px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #111;
    font-size: 12px;
    line-height: 1;
    outline: none;
}

/* GRID */

.leixoes-shop ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 46px 34px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.leixoes-shop ul.products::before,
.leixoes-shop ul.products::after {
    display: none !important;
}

.leixoes-shop ul.products li.product,
.leixoes-product-card {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent;
    text-align: left !important;
}

.leixoes-product-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 285px;
    padding: 24px;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.leixoes-product-card__image img {
    display: block;
    width: 100%;
    max-height: 245px;
    object-fit: contain;
    margin: 0 !important;
    transition: transform 0.35s ease;
}

.leixoes-product-card__image:hover img {
    transform: scale(1.035);
}

.leixoes-product-card__content {
    padding-top: 16px;
}

.leixoes-product-card__title {
    margin: 0 0 7px !important;
    padding: 0 !important;
    color: #111;
    font-size: 14px !important;
    line-height: 1.2;
    font-weight: 700;
}

.leixoes-product-card__title a {
    color: #111;
    text-decoration: none;
}

.leixoes-product-card__title a:hover {
    color: #e1261c;
}

.leixoes-product-card__category {
    display: block;
    margin-bottom: 6px;
    color: #e1261c;
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
}

.leixoes-product-card__price,
.leixoes-product-card__price .price {
    display: block;
    margin: 0 !important;
    color: #e1261c;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.leixoes-product-card__price del {
    color: #b5b5b5;
    opacity: 1;
    margin-right: 5px;
    font-weight: 500;
}

.leixoes-product-card__price ins {
    color: #e1261c;
    text-decoration: none;
    font-weight: 700;
}

.leixoes-shop .onsale,
.leixoes-product-card .button,
.leixoes-product-card__button,
.leixoes-shop ul.products li.product .button {
    display: none !important;
}

/* PAGINATION */

.leixoes-shop-pagination {
    margin-top: 70px;
}

.leixoes-shop .woocommerce-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.leixoes-shop .woocommerce-pagination ul li {
    border: 0 !important;
}

.leixoes-shop .woocommerce-pagination ul li a,
.leixoes-shop .woocommerce-pagination ul li span {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    border-radius: 50%;
    background: transparent;
    color: #999;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
}

.leixoes-shop .woocommerce-pagination ul li span.current {
    background: #111;
    color: #fff;
}

/* EMPTY */

.leixoes-shop-empty {
    color: #111;
    font-size: 14px;
}

/* MOBILE */

@media only screen and (max-width: 1024px) {
    .leixoes-shop-hero,
    .leixoes-shop-hero__inner {
        min-height: 320px;
    }

    .leixoes-shop-content {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 58px 22px 80px;
    }

    .leixoes-shop-sidebar {
        padding-top: 0;
    }

    .leixoes-shop-cats {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 14px 20px;
    }

    .leixoes-shop ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .leixoes-product-card__image {
        min-height: 260px;
    }
}

@media only screen and (max-width: 640px) {
    .leixoes-shop-hero,
    .leixoes-shop-hero__inner {
        min-height: 260px;
    }

    .leixoes-shop-hero__inner {
        padding: 50px 18px 42px;
    }

    .leixoes-shop-hero__word {
        font-size: clamp(40px, 15vw, 70px);
    }

    .leixoes-shop-hero__slash {
        height: 14px;
    }

    .leixoes-shop-hero__caption {
        bottom: 38px;
        font-size: 8px;
    }

    .leixoes-shop-content {
        padding: 46px 18px 64px;
    }

    .leixoes-shop-content__top {
        display: block;
    }

    .leixoes-shop-content__ordering {
        margin-top: 18px;
        justify-content: space-between;
    }

    .leixoes-shop .woocommerce-ordering,
    .leixoes-shop .woocommerce-ordering select {
        width: 100%;
    }

    .leixoes-shop ul.products {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .leixoes-product-card__image {
        min-height: 280px;
    }
}












.leixoes-noticias {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px 100px;
}

.leixoes-noticias__title {
    text-align: center;
    margin-bottom: 28px;
}

.leixoes-noticias__title h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 500;
    color: #131313;
}

.leixoes-noticias__filters {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.leixoes-noticias__filter {
    color: #c4c4c4;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    transition: color 0.2s ease;
}

.leixoes-noticias__filter:hover,
.leixoes-noticias__filter.is-active {
    color: #e1261c;
}

.leixoes-noticias__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.leixoes-noticias-card {
    background: transparent;
}

.leixoes-noticias-card--featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    min-height: 350px;
    gap: 20px;
    margin-bottom: 20px;
    background: #fff;
}

.leixoes-noticias-card__image {
    display: block;
    overflow: hidden;
    background: #f3f3f3;
    text-decoration: none;
}

.leixoes-noticias-card__image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10.5;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.leixoes-noticias-card__image:hover img {
    transform: scale(1.035);
}

.leixoes-noticias-card--featured .leixoes-noticias-card__image img {
    height: 100%;
    aspect-ratio: 16 / 11;
}

.leixoes-noticias-card__content {
    padding-top: 12px;
}

.leixoes-noticias-card--featured .leixoes-noticias-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}
.leixoes-noticias-card--featured .leixoes-noticias-card__title a {
    color: #111;
    text-decoration: none;
    line-height: 1;
    font-size: 3vw;
    font-weight: 400;
}
.leixoes-noticias-card__category {
    display: block;
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #e1261c;
}

.leixoes-noticias-card__title {
    margin: 0;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 700;
}

.leixoes-noticias-card__title a {
    color: #111;
    text-decoration: none;
}

.leixoes-noticias-card__title a:hover {
    color: #e1261c;
}

.leixoes-noticias-card--featured .leixoes-noticias-card__title {
    max-width: 500px;
    margin-bottom: 18px;
    font-size: 42px;
    line-height: 0.98;
    letter-spacing: -0.045em;
}
.leixoes-noticias-card--featured .leixoes-noticias-card__category {
    margin-bottom: 10px;
    font-size: 16px;
}
.leixoes-noticias-card__excerpt {
    max-width: 470px;
    margin: 0 0 22px;
    color: #222;
    font-size: 14px;
    line-height: 1.55;
}

.leixoes-noticias-card__read {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    color: #111;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
}

.leixoes-noticias-card__read::after {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #111;
    background-image: url("/wp-content/uploads/2026/05/arrow_forward_ios.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px auto;
}
.leixoes-noticias__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-top: 54px;
}

.leixoes-noticias__page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #aaa;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
}

.leixoes-noticias__page.is-active {
    color: #e1261c;
}

.leixoes-noticias__page--arrow {
    background: #111;
    color: #fff;
}

.leixoes-noticias-empty {
    text-align: center;
    color: #777;
    margin: 40px 0 0;
}

@media only screen and (max-width: 1024px) {
    .leixoes-noticias {
        padding: 56px 22px;
    }

    .leixoes-noticias__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .leixoes-noticias-card--featured {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .leixoes-noticias-card--featured .leixoes-noticias-card__image {
        order: -1;
    }

    .leixoes-noticias-card--featured .leixoes-noticias-card__image img {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .leixoes-noticias-card--featured .leixoes-noticias-card__content {
        padding: 34px 0 0;
    }

    .leixoes-noticias-card--featured .leixoes-noticias-card__title {
        font-size: 34px;
    }
}

@media only screen and (max-width: 640px) {
    .leixoes-noticias {
        padding: 44px 18px;
    }

    .leixoes-noticias__filters {
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 16px;
        overflow-x: auto;
        margin-bottom: 30px;
        padding-bottom: 6px;
    }

    .leixoes-noticias__filter {
        flex: 0 0 auto;
        font-size: 12px;
    }

    .leixoes-noticias__grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .leixoes-noticias-card--featured {
        margin-bottom: 6px;
    }

    .leixoes-noticias-card--featured .leixoes-noticias-card__title {
        font-size: 30px;
        line-height: 1;
    }

    .leixoes-noticias-card__title {
        font-size: 16px;
    }
}






.leixoes-single-post {
    width: 100%;
    margin-top: 150px !important;
}


.leixoes-single-post__hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

.leixoes-single-post__content {
    max-width: 520px;
}

.leixoes-single-post__category {
    display: block;
    margin-bottom: 14px;
    color: #cfcfcf;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
}

.leixoes-single-post__title {
    margin: 0 0 22px;
    color: #111;
    font-size: 42px;
    line-height: 0.98;
    letter-spacing: -0.045em;
    font-weight: 800;
}

.leixoes-single-post__excerpt {
    margin-bottom: 28px;
    color: #111;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
}

.leixoes-single-post__body {
    color: #222;
    font-size: 14px;
    line-height: 1.65;
}

.leixoes-single-post__body p {
    margin: 0 0 18px;
}

.leixoes-single-post__body p:last-child {
    margin-bottom: 0;
}

.leixoes-single-post__body a {
    color: #e1261c;
    text-decoration: none;
}

.leixoes-single-post__body a:hover {
    text-decoration: underline;
}

.leixoes-single-post__image {
    margin: 0;
    width: 100%;
    overflow: hidden;
    background: #eaeaea;
}

.leixoes-single-post__image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10.5;
    object-fit: cover;
}

.leixoes-single-post__back {
    display: inline-flex;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 35px;
    color: #C6C1C1;
    text-decoration: underline !important;
    font-size: 14px;
    line-height: 1;
    text-underline-position: under;
    font-weight: 500;
}
.leixoes-single-post__share {
    display: flex;
    align-items: center;
    margin-top: 34px;
}

.leixoes-single-post__share-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #111;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
}

.leixoes-single-post__share-link img {
    display: block;
    width: 16px;
    height: 16px;
    object-fit: contain;
}
article.leixoes-single-post__article {
    margin-bottom: 50px;
}
.leixoes-single-post__share-link:hover {
    color: #e1261c;
}
section.leixoes-related-posts {
    margin-top: 150px;
}

.leixoes-related-posts__title {
    margin: 10px 0 40px;
    color: #111;
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}

.leixoes-related-posts__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.leixoes-related-card__image {
    display: block;
    overflow: hidden;
    background: #eaeaea;
    text-decoration: none;
}

.leixoes-related-card__image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9.8;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.leixoes-related-card__image:hover img {
    transform: scale(1.035);
}

.leixoes-related-card__title {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
}

.leixoes-related-card__title a {
    color: #111;
    text-decoration: none;
}

.leixoes-related-card__title a:hover {
    color: #e1261c;
}


.leixoes-newsletter-box__inner {
    background: #e1261c;
    padding: 54px 72px;
    color: #fff;
}

.leixoes-newsletter-box__label {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    opacity: 0.85;
}

.leixoes-newsletter-box__title {
    margin: 0 0 28px;
    color: #fff;
    font-size: 38px;
    line-height: 0.98;
    letter-spacing: -0.045em;
    font-weight: 800;
}

.leixoes-newsletter-box__form {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 430px;
}

.leixoes-newsletter-box__form input {
    width: 100%;
    min-height: 42px;
    border: 0;
    border-radius: 0;
    padding: 0 16px;
    background: #fff;
    color: #111;
    font-size: 13px;
    outline: none;
}

.leixoes-newsletter-box__form input::placeholder {
    color: #aaa;
}

.leixoes-newsletter-box__form button {
    min-height: 42px;
    border: 0;
    border-radius: 0;
    padding: 0 22px;
    background: #111;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.leixoes-newsletter-box__form button:hover {
    background: #000;
}

@media only screen and (max-width: 1024px) {
    .leixoes-single-post__article {
        padding-top: 56px;
    }

    .leixoes-single-post__hero {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .leixoes-single-post__content {
        max-width: none;
    }

    .leixoes-single-post__image {
        order: -1;
    }

    .leixoes-single-post__title {
        font-size: 36px;
    }

    .leixoes-related-posts__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .leixoes-newsletter-box__inner {
        padding: 42px 38px;
    }

    .leixoes-newsletter-box__title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 640px) {
    .leixoes-single-post__article {
        padding: 42px 18px 34px;
    }

    .leixoes-single-post__title {
        font-size: 31px;
        line-height: 1;
    }

    .leixoes-single-post__body {
        font-size: 14px;
    }

    .leixoes-related-posts {
        padding: 28px 18px 44px;
    }

    .leixoes-related-posts__grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .leixoes-newsletter-box {
        padding: 0 18px 60px;
    }

    .leixoes-newsletter-box__inner {
        padding: 34px 24px;
    }

    .leixoes-newsletter-box__title {
        font-size: 28px;
    }

    .leixoes-newsletter-box__form {
        display: block;
        max-width: none;
    }

    .leixoes-newsletter-box__form input {
        width: 100%;
        margin-bottom: 10px;
    }

    .leixoes-newsletter-box__form button {
        width: 100%;
    }
}





























.wev-equipa-page {
    padding: 70px 0 90px;
}

.wev-equipa-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wev-equipa-head h1 {
    color: #DE2B29;
    font-size: 72px;
    line-height: 1;
    margin: 0 0 35px;
    font-weight: 400;
}

.wev-equipa-epoca select {
    border: 0;
    background: transparent;
    font-weight: 500;
    font-size: 16px;
    padding-right: 10px;
}

.wev-equipa-tabs {
    display: flex;
    gap: 14px;
    margin-bottom: 35px;
}

.wev-equipa-tabs a {
    min-width: 130px;
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #ddd;
    color: #b5b5b5;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0,0,0,.08);
}

.wev-equipa-tabs a.is-active {
    background: #DE2B29;
    color: #fff;
    border-color: #DE2B29;
}

.wev-equipa-layout {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 110px;
}

.wev-side-group {
    border-bottom: 2px solid #222;
    padding: 0 0 13px;
    margin-bottom: 18px;
}

.wev-side-title {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #131313;
    text-decoration: none;
}

.wev-side-children {
    margin-top: 12px;
    padding-left: 35px;
}

.wev-side-children a {
    display: block;
    color: #131313;
    text-decoration: none;
    margin: 8px 0;
    font-weight: 500;
    font-size: 16px;
}

.wev-side-children a.is-active,
.wev-side-title.is-active {
    color: #DE2B29;
}

.wev-classificacao-card {
    background: #fff;
    box-shadow: 0 0 18px rgba(0,0,0,.12);
    padding: 0 0 32px;
}

.wev-classificacao-head {
    display: grid;
    grid-template-columns: 1fr auto;
    color: #fff;
}

.wev-classificacao-head span {
    background: #131313;
    font-size: 16px;
    padding: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.wev-classificacao-head strong {
    background: #DE2B29;
    font-size: 16px;
    padding: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.wev-classificacao-list {
    padding: 28px 32px 0;
}

.wev-classificacao-row {
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    align-items: center;
    gap: 20px;
    padding: 12px 0;
    font-size: 17px;
}

.wev-classificacao-row.is-leixoes {
    font-weight: 700;
}

.wev-classificacao-equipa {
    display: flex;
    align-items: center;
    gap: 18px;
}

.wev-classificacao-equipa img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.wev-jogos-list {
    margin-top: 35px;
}

.wev-jogo-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    background: #fff;
    padding: 18px 22px;
    margin-bottom: 12px;
}

.wev-jogo-row span {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #777;
}

.wev-plantel-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.wev-atleta-card {
    background: #fff;
}

.wev-atleta-card img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.wev-atleta-card h3 {
    margin: 14px 0 0;
    color: #131313;
    font-size: 20px;
    line-height: 24px;
}

.wev-empty {
    font-size: 16px;
}

.conteudo-dinamico h1{
    font-weight: 500 !important;
    color: #DE2B29;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -1px;
    font-family: "Creato Display", sans-serif !important;
}
.wev-atleta-card__media {
    width: 100%;
    aspect-ratio: 3 / 4;
    background: #DE2B29;
    overflow: hidden;
}

.wev-atleta-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wev-atleta-card__placeholder {
    width: 100%;
    height: 100%;
    background: #DE2B29;
}
.wev-atleta-card__info {
    padding-top: 14px;
}

.wev-atleta-card__posicao {
    display: block;
    min-height: 18px;
    margin-bottom: 4px;
    color: #DE2B29;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
}

.wev-atleta-card h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
}

.wev-side-news-link {
    margin-top: 14px;
    font-weight: 500;
}

.wev-side-news-link.is-active {
    color: #DE2B29 !important;
}

.wev-atleta-card__media {
    width: 100%;
    aspect-ratio: 3 / 4;
    background: #DE2B29;
    overflow: hidden;
}

.wev-atleta-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wev-atleta-card__placeholder {
    width: 100%;
    height: 100%;
    background: #DE2B29;
}

.wev-atleta-card__info {
    padding-top: 14px;
}

.wev-atleta-card__posicao {
    display: block;
    min-height: 18px;
    margin-bottom: 4px;
    color: #DE2B29;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
}

.wev-atleta-card h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
}

.wev-equipa-noticias {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.wev-equipa-noticia {
    background: #fff;
}

.wev-equipa-noticia__image {
    display: block;
    overflow: hidden;
}

.wev-equipa-noticia__image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.wev-equipa-noticia__content {
    padding: 18px 0 0;
}

.wev-equipa-noticia__date {
    display: block;
    color: #DE2B29;
    font-size: 13px;
    margin-bottom: 8px;
}

.wev-equipa-noticia h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
}

.wev-equipa-noticia h3 a {
    color: #111;
    text-decoration: none;
}






/* HD READY - Resolução Base Desenvolvimento */
@media only screen and (max-width: 1440px) {
	h1 {
		font-size: 56px;
	}

	h2 {
		font-size: 42px;
	}

	h3 {
		font-size: 32px;
	}
}


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

	h2 {
		font-size: 38px;
	}

	h3 {
		font-size: 30px;
	}
}

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

	h2 {
		font-size: 34px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 24px;
	}
        .wev-palmares__title {
        font-size: 54px;
    }

    .wev-palmares__current-term {
        font-size: 20px;
    }

    .wev-palmares__items {
        padding: 0 40px 20px;
        gap: 24px;
    }
}

/* Size considerado para Tablet */
@media only screen and (max-width: 991px) {
        .wev-equipa-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
        .wev-equipa-noticias {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
        .wev-palmares {
        padding: 50px 0 60px;
    }

    .wev-palmares__title {
        font-size: 40px;
    }

    .wev-palmares__nav {
        margin-bottom: 35px;
    }

    .wev-palmares__current-term {
        font-size: 18px;
    }

    .wev-palmares__item {
        flex: 0 0 130px;
    }

    .wev-palmares__image-wrap {
        min-height: 150px;
    }

    .wev-palmares__image img {
        max-width: 115px;
        max-height: 130px;
    }

    .wev-palmares__count {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .wev-palmares__name {
        font-size: 18px;
    }
    .wev-parceiros-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 28px 30px;
    }
        .wev-parceiros-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 20px;
    }

    .wev-parceiro-item {
        min-height: 64px;
    }

    .wev-parceiro-item img {
        max-height: 46px;
    }
    .wev-equipa-head {
        display: block;
    }

    .wev-equipa-head h1 {
        font-size: 48px;
    }

    .wev-plantel-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form__button .wpcf7-submit {
        width: 100%;
    }
    .wev-infraestrutura-item {
        padding: 50px 0 !important;
    }

    .wev-infraestrutura-item__inner {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .wev-infraestrutura-item__content,
    .wev-infraestrutura-item__media {
        order: initial !important;
    }

    .wev-infraestrutura-item__title {
        font-size: 28px;
    }
}

/* Size considerado para Tablet modo portrait */
@media only screen and (max-width: 767.5px) {
	h1 {
		font-size: 36px;
	}
    .wev-partner-form h2 {
        font-size: 34px;
        margin-bottom: 35px;
    }

    .wev-form-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 22px;
	}

	h5 {
		font-size: 20px;
	}

	p,
	a,
	label,
	input,
	select,
	textarea,
	option,
	li,
	button {
		font-size: 15px;
	}
        .wev-contas-anuais {
        padding: 42px 0 50px;
    }

    .wev-contas-anuais__top {
        display: block;
        margin-bottom: 34px;
    }

    .wev-contas-anuais__filter {
        margin-top: 24px;
    }

    .wev-contas-anuais__title {
        font-size: 48px;
    }
}

@media only screen and (max-width: 600px) {
	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 26px;
	}
}

/* Size considerado Mobile - 430px */
@media only screen and (max-width: 430px) {
	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 20px;
	}

	p,
	a,
	label,
	input,
	select,
	textarea,
	option,
	li,
	button {
		font-size: 14px;
	}
}

/* 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) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 20px;
	}
}