/*
	Theme Name: Hello Elementor Child
	Theme URI: https://github.com/elementor/hello-theme-child/
	Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
	Author: Elementor Team
	Author URI: https://elementor.com/
	Template: hello-elementor
	Version: 2.18.7
	Text Domain: bglbc-vini
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* Color Set
	Vermelho: 	#BA2229
	Preto: 		#1A1919
*/


/* Indice
	Gerais
	Home
	Quem Somos
		Atividades e Estratégia
	O Sector
	Promoção
		A Copo
	Dossier de Imprensa
	Página de Contactos
	Políticas e Cookies
*/

:root {
	--the-red: #BA2229;
	--the-black: #1A1919;
	--the-white: #FFFFFF;
	--the-light-gray: #f0f0f0;
	--the-medium-gray: #999999;
	--the-dark-gray: #666666;
}

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/* BG·LBC
  Gerais
*/
html {
  font-size: 62.5%;
}
.bglbc-red {
  color: var(--the-red);
}
.bglbc-button a:hover {
	text-decoration: none!important;
}
.bglbc-homesocialtext {
	left: 15px;
	top: -4px;
	min-width: 100vw !important;
}



/* BG·LBC
  Home
*/
.bglbc-home-button:hover {
  animation: bounce-right-3x 1s ease-out 1 forwards;
}
@keyframes bounce-right-3x {
  /* Começa na posição normal */
  0% { transform: translateX(0); }

  /* Primeiro Salto */
  20% { transform: translateX(10px); } /* Move 10px para a direita */
  35% { transform: translateX(7px); }  /* Volta ligeiramente */

  /* Segundo Salto */
  50% { transform: translateX(17px); } /* Move mais 10px + 7px */
  65% { transform: translateX(14px); } /* Volta ligeiramente */

  /* Terceiro Salto */
  80% { transform: translateX(24px); } /* Move mais 10px + 14px */
  95% { transform: translateX(21px); } /* Volta ligeiramente */

  /* Termina na posição final do movimento */
  100% { transform: translateX(24px); }
}
.bglbc-cardsgrid {
  overflow: visible !important;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
}
[class*="bglbc-card-zoom"]:hover {
    z-index: 10;
}






/* BG·LBC
	QUEM SOMOS · A VINIPORTUGAL
*/
.bglbc-txtdescritivo {
	max-width: 81%;
}






/* BG·LBC
	Atividades e Estratégia
*/
.bglbc-AEcol-line::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -3.2rem;
	width: 0.5px;
	height: 11vh;
	background-color: #c4c4c4;
}
.bglbc-AEcol-line::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -3.2rem;
	width: 2px;
	height: 8vh;
	background-color: var(--the-red);
	z-index: 10;
}






/* BG·LBC
	O SECTOR
	ESTRATÉGIAS
*/
#bglbc_entidadestabbuttons {
	border-radius: 0;
}
#bglbc_entidadestabbuttons:before {
	display: none;
}

/* BG·LBC
	O SECTOR
	O SECTOR DO VINHO
*/
.bglbc_sectImage img {
	min-height: 350px;
	object-fit: cover;
	max-height: 750px;
	width: 100%;
}








/* BG·LBC
	PROMOÇÃO
	MAPA
*/
.svg-map {
	display: flex;
	justify-content: center;
}

/* BG·LBC
	PROMOÇÃO
		A COPO
*/
body.page-bglbc-a-copo .elementor-button-icon svg {
	fill: var(--the-white);
}






/* BG·LBC
  DI · Dossier de Imprensa
*/
.bglbc-DIcol-line::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -3.2rem;
    width: 0.5px;
    height: 20rem;
    background-color: #c4c4c4;
}
.bglbc-DIcol-line::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -3.2rem;
    width: 2px;
    height: 8rem;
    background-color: var(--the-red);
    z-index: 10;
}

.bglbc-DI-StatTitleBar {
  max-width: 157.6rem;
}

/* Estatisticas */

.bglbc-DI-topTitle {
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 4.8rem;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.bglbc-DI-vinho {
  font-family: "Exo 2", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 4.8rem;
}

/* Lista */
.bglbc-infographics__info {  /* ul */
  color: #ffffff !important;
  margin-bottom: 2.4rem;
  list-style: none;
}

.bglbc-infographics__statistics__item {  /* li */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bglbc-infographics__statistics__item__number {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4rem;
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin-right: 2.4rem;
  font-family: "Exo 2", sans-serif;
}
.bglbc-infographics__statistics__item__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  font-family: "Exo 2", sans-serif;
}

/* País */
.bglbc-DI-infographics__graphs {  /* ul */
  color: #ffffff !important;
  margin-bottom: 2.4rem;
  list-style: none;
}
.bglbc-DI-infographics__graphs li { /* li */
  margin-bottom: 2rem;
}
.bglbc-DI-infographics__graphs li p {
  margin: 0rem;
}
.bglbc-DI-infographics__graphs__ha {
  font-family: "Exo 2", sans-serif;
  display: block;
  font-weight: 700;
  font-size: 2.8rem;
  padding-left: 0;
}
.bglbc-DI-infographics__graphs__txt {
  font-family: "Exo 2", sans-serif;
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
}

/* Top Castas */
.bglbc-DI-toplist { /* ul */
  display: block;
  text-align: left;
  margin-bottom: 2.4rem;
  list-style: none;
}
.bglbc-DI-topitem { /* li */
  font-family: "Exo 2", sans-serif;
  font-size: 1.8rem;
    font-weight: 400;
  margin-bottom: 2rem;
}
.bglbc-DI-topitem span {
  font-weight: 600;
  font-size: 3.2rem;
  margin-right: 2rem;
}

/* Direção */
.bglbc-DI-Direcao:hover .bglbc-DI-DirName,
.bglbc-DI-Direcao:hover .bglbc-DI-DirFunction {
    opacity: 0 !important; /* Adicionado !important */
    transition: opacity 0.3s ease;
}
.bglbc-DI-Direcao .bglbc-DI-DirName,
.bglbc-DI-Direcao .bglbc-DI-DirFunction {
    opacity: 1 !important; /* Adicionado !important */
    transition: opacity 0.3s ease;
}
.bglbc-DI-rep {
    font-weight: 400 !important;
    font-size: 1.6rem !important;
}





/* BG·LBC
	Página de Contactos
*/
.bglbc-contacts-landline {
    position: relative;
    top: -10px;
    font-size: 12px;
}
#bglbc-contactformBTN {
  margin-top: 2rem;
}


.bglbc-contactform input[type=text],
.bglbc-contactform input[type=email]{
	border: none;
	box-shadow: 0px 4px 2px -4px darkgray !important;
    margin-bottom: 4rem;
}
.bglbc-contactform textarea {
	border: none !important;
	box-shadow: 0px 4px 2px -4px darkgray !important;
	padding-bottom: 2.4rem !important;
	resize: none;
    margin-bottom: 4rem;
}
.bglbc-contactform ::placeholder {
	color: rgb(158, 158, 158) !important;
	font-size: 20px !important;
}
.bglbc-contactform .elementor-field-label {
	display: none;
}
.bglbc-contactform .elementor-field-type-acceptance label[for="form-field-bglbRGPDpp"],
.bglbc-contactform .elementor-field-type-acceptance label[for="form-field-bglbRGPDdp"] {
	font-family: 'Exo 2', sans-serif !important;
	font-size: 14px;
	color: rgb(158, 158, 158);
	line-height: 20px!important;
	margin-left: 10px;
    margin-bottom: 1.6rem;
}

/* Página de Contactos - Checkbox - Política de Privacidade */
.elementor-field-group-bglbRGPDpp .elementor-field-option input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.elementor-field-group-bglbRGPDpp .elementor-field-option label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  line-height: 22px;
}
.elementor-field-group-bglbRGPDpp .elementor-field-option label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #9e9e9e;
  background: #eaeaea;
  border-radius: 3px;
  transition: background 0.2s, border-color 0.2s;
}
.elementor-field-group-bglbRGPDpp .elementor-field-option label:hover::before {
  background: #F5D0D2;
  border: 1px dashed var(--the-red);
  transition: all 0.3s ease;
}
.elementor-field-group-bglbRGPDpp .elementor-field-option input[type="checkbox"]:checked + label::before {
  background: var(--the-red);
  border-color: #701116;
  background-image: url("assets/imagens/bglbc-check.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

/* Página de Contactos - Checkbox Dados Pessoais */
.elementor-field-group-bglbRGPDdp .elementor-field-option input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.elementor-field-group-bglbRGPDdp .elementor-field-option label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  line-height: 22px;
}
.elementor-field-group-bglbRGPDdp .elementor-field-option label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #9e9e9e;
  background: #eaeaea;
  border-radius: 3px;
  transition: background 0.2s, border-color 0.2s;
}
.elementor-field-group-bglbRGPDdp .elementor-field-option label:hover::before {
  background: #F5D0D2;
  border: 1px dashed var(--the-red);
  transition: all 0.3s ease;
}
.elementor-field-group-bglbRGPDdp .elementor-field-option input[type="checkbox"]:checked + label::before {
  background: var(--the-red);
  border-color: #701116;
  background-image: url("assets/imagens/bglbc-check.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}


/* Página de Contactos - Field Decoration */
input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
/* Chrome, Safari, Edge (Webkit/Blink) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid var(--the-red);
  -webkit-text-fill-color: var(--the-red);
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
/* Firefox: não suporta autofill styling, mas pode tentar para campos focados/preenchidos */
input:focus,
textarea:focus,
select:focus {
	box-shadow: 0px 4px 4px -4px darkgray !important;
	background: #f9f9f9 !important;
}
/* Edge antigo (não Chromium) e IE: não suportam autofill styling */
/* Para todos os browsers, pode tentar forçar cor e borda em campos preenchidos */
input:not(:placeholder-shown),
textarea:not(:placeholder-shown) {
  border: 1px solid var(--the-red);
  color: var(--the-red);
}









/* BG·LBC
  Politcas e Cookies
*/
.bglbc-Politics-TabHeader {
  font-size: 1.6rem;
  color: #1a1919;
  margin-bottom: 3.3rem;
  text-transform: uppercase;
  line-height: normal;
  cursor: pointer;
}
button #termos-e-condicoes,
button #politicas-de-privacidade {
	border: none !important;
}
button #termos-e-condicoes[aria-controls="e-n-tab-content-1423685521"]:hover::before, /* TERMOS */
button #politicas-de-privacidade[aria-controls="e-n-tab-content-1423685522"]:hover::before  { /* POLITICAS */
  border-left: 3px solid var(--the-red);
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"]::before {
  border-left: 3px solid var(--the-red);
  content: "";
}

#termos-e-condicoes {
	border: none;
}
#politicas-de-privacidade {
	border: none;
}