html{ margin:0px; height:100%;  }
body { height:100%; overflow-x:hidden; margin:0px; padding:0px; font-family: "Figtree", sans-serif; background-color:#FFFFFF}
.ampla_pagina{ width:1700px; margin:0 auto; }
img { outline:0; vertical-align:top; border:0; }
.clear{ clear:both; }
*{ box-sizing: border-box; }
input[type="text"], input[type="email"], input[type="submit"], textarea{ font-weight:300;}
p{ margin:0; padding:0; font-weight:400;}

#whatsapPOPUP{ position:fixed; right:30px; bottom:30px; width:70px; height:70px; z-index:999999; }
#whatsapPOPUP .uk-icon-button {
  
  width: 70px !important;
  height: 70px !important;
  border-radius: 500px !important;
  background: #7ce300 !important;
  color: #fff !important;
  font-size: 40px !important;
}
#whatsapPOPUP .uk-icon-button:hover{
  

  background: #e8af04 !important;
 
}
#whatsapPOPUP .uk-icon-button svg{
  
  width: 40px;
}


.capcalera{display: flex;}
#header{ width:100%; padding: 20px; }
#header .logoHome { width: 30%; }
#header .dretalogo { width: 70%; padding-top: 20px;}
#header .logoHome img{ max-width: 400px; height: auto; }
#header .menuPC{ }
#header .menuMOBIL{ display:none;}
#header .menuMOBIL .uk-navbar-toggle {
  min-height: 0px;
}
#header .menuMOBIL .uk-navbar-dropdown-nav > li > a {

  display: block !important;
	text-transform: uppercase  !important;
  justify-content: center !important;
  align-items: center !important;
  color: #000 !important;
  column-gap: .25em !important;
  box-sizing: border-box !important;
  min-height: 36px !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  text-decoration: none !important;
  font-family: "Figtree", sans-serif !important;
}

.estiloMenuMobil{
	background-color: #e8af04 !important;
  padding: 10px 20px !important;
  border-radius: 30px !important;color: black !important;
	border: none !important;
	line-height: 28px !important;
}

#header .menuPC > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
	color: #333;
  column-gap: .25em;
  box-sizing: border-box;
  min-height: 36px !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  text-decoration: none;
  font-family: "Figtree", sans-serif !important;
}
#header .uk-navbar-nav > li.uk-active > a {
  color: #333;
	font-weight: 800 !important;
}

#header .iconIdioma{
	background: #e8af04  !important;
	color: #ffffff !important;
}

#header .iconWhatsapp{
	background: #61e804  !important;
	color: #ffffff !important;
}

#header .paddingSuperior{ padding-top: 0px; display: block ruby; text-align: right; }

.instagram{
	background-color: #E4405F  !important;
  	color: white !important;
}
.instagram:hover{
	background-color: #e8af04  !important;
  	color: white !important;
}

.facebook{
	background-color: #1877F2  !important;
  	color: white !important;
}
.facebook:hover{
	background-color: #e8af04  !important;
  	color: white !important;
}

.tiktok{
	background-color: #000000  !important;
  	color: white !important;
}
.tiktok:hover{
	background-color: #e8af04  !important;
  	color: white !important;
}

.submenuMOBIL{
  display:block !important;
  padding: 10px !important; 
  background-color: aliceblue !important;
  color: #000 !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  font-family: "Figtree", sans-serif !important;
	margin-bottom: 5px;
}
.submenuMOBILActiu{
  display:block !important;
  padding: 10px !important; 
  background-color: #ffcd0a !important;
  color: #000000 !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  font-family: "Figtree", sans-serif !important;
}



#formulari h3{
	font-family: "Figtree", sans-serif !important;
	
  font-weight: 800 !important;
  text-transform: uppercase;
  font-size: 20px !important;
  color: #ffcd0a;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 20px !important;
  text-align: left;
}
#formulari input[type="text"], #formulari input[type="email"], #formulari select{ 
  font-family: "Figtree", sans-serif !important;
  width: 100% !important;
  padding: 10px 20px !important;
  background-color: #ffffff !important;
  border: #dddee0 solid 1px !important;
  font-size: 16px !important;
  color: #777777 !important;
  margin-top: 10px !important;
  border-radius: 30px !important;
}
#formulari textarea{ font-family: "Figtree", sans-serif !important;width:100%!important;padding: 10px 20px!important; background-color: #ffffff!important; border:none!important;  border:#dddee0 solid 1px!important; font-size:16px!important; color:#777777!important;  min-height:100px!important; margin-bottom:10px !important;  margin-top: 10px !important;  border-radius: 30px!important;}
#formulari input[type="submit"]{ 
	font-family: "Figtree", sans-serif;
  display: inline-block;
  margin: 0 auto;
  margin-left: 10px;
  margin-right: 10px;
  width: max-content;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  border:none;
	border-radius: 50px;
  font-size: 18px;
  padding: 15px 40px;
  background-color: #e8af04;
 transition: all 0.2s ease-out; 
}
#formulari input[type="submit"]:hover{  background-color:#ffcd0a;color:#ffffff;  transition: all 0.2s ease-out; }
#formulari p{ }


#contacte{
	padding-bottom: 50px; padding-top: 50px;
}

/*
#menuRes{ display:none;  }
#menuRes .botoMenu{ margin:0; padding:4px; border:none; background-color:rgba(255,255,255,1.00); font-size:14px; }
#menuRes .botoMenu i{ color:#000; font-size:28px; margin-left:5px; }
#menuRes .botoMenu:hover i{ color:#000000; }
#menuRes .linkMenu{  display:block; width:100%;font-weight:400;  text-decoration:none; text-align:left; padding:2px; padding-bottom:5px; padding-top:5px; font-family: 'Roboto Condensed', sans-serif; color:#000; font-size:16px; text-transform:uppercase;  transition: all 0.2s ease-out;  }
#menuRes .linkMenu:hover{ display:block; width:100%;font-weight:300;  text-decoration:none; background-color:#0f5ba6; color:#FFFFFF;  text-align:left; padding:2px; padding-bottom:5px; padding-top:5px; font-size:16px; text-transform:uppercase;  transition: all 0.2s ease-out; }
.submenu{ font-size:12px !important; }
.llistatMenuResponsive{ 
width: 250px !important;
padding:20px !important; 
background: #fff !important;
color: #000 !important;
font-size: 1rem !important;
vertical-align: top !important;
border: 1px solid #d3d3d3;
border-radius: 0 !important;
box-shadow: 0 2px 5px rgba(0,0,0,.1);

 }

.uk-overlay-fade {
    opacity: 1 !important;
}
.uk-dotnav > * > * {
     width: 40px  !important;
    height: 6px  !important;
    border-radius:0  !important;
}

.esloganHome { padding-top:100px !important; }
.esloganHome h1{  font-family: 'Anton', sans-serif; line-height:normal; color:#ffffff; text-align:center; font-size:55px !important; font-weight:400; margin:0;}
.esloganHome h1 span{  font-family: 'Anton', sans-serif; line-height:normal; color:#ffcd0a; text-align:center; font-size:55px !important; font-weight:400; margin:0;}


.homePC{ display:block; }
.homeMOBIL{ display:none; }
*/
a.verMas{ display:block; margin:0 auto !important; width:auto; font-weight:700; text-transform:uppercase;  text-decoration:none; color:#ffffff; text-align:center;  font-size:22px; padding:20px;  padding-bottom:10px; padding-top:10px; background-color:#000000; border:#ffcd0a dotted 3px; }
a.verMas:hover{ transition: all 0.2s ease-out; color:#000000; background-color:#ffcd0a; border:#ffcd0a dotted 3px; text-decoration:none;  }

a.botoGroc {
  font-family: "Figtree", sans-serif;
  display:inline-block;
	
  margin: 0 auto;
	margin-left: 10px; margin-right: 10px;
  width: max-content;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  font-size: 18px;
  padding: 15px 40px;
  background-color: #e8af04;
}
a.botoGroc:hover{ transition: all 0.2s ease-out; color:#ffffff; background-color:#ffcd0a; text-decoration:none;  }

a.botoGroc span {
  margin-left: 10px;
}


a.botoGrocV2 {
  font-family: "Figtree", sans-serif;
  display:inline-block;
	
  margin: 0 auto;
	margin-left: 10px; margin-right: 10px;
  width: max-content;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  font-size: 18px;
  padding: 15px 40px;
  background-color: #ffcd0a;
}
a.botoGrocV2:hover{ transition: all 0.2s ease-out; color:#ffffff; background-color:#e8af04; text-decoration:none;  }

a.botoGrocV2 span {
  margin-left: 10px;
}

.llistatLogoMarques{ border-bottom: #ececec solid 1px; border-top: #ececec solid 1px; text-align: center;}
.llistatLogoMarques div{ display: inline-block; margin: 0;padding: 20px ; }
.llistatLogoMarques div p{ display: inline-block; margin: 0;padding: 0 ; font-weight: 800; font-size: 22px; line-height: 20px; text-transform: uppercase; color: black; text-align: right; padding-right: 20px;}
.llistatLogoMarques img{ max-width: 60%; }

#interiors{ padding-bottom:80px; }
#interiors #franjaTitol{ background-color: #e8af04; color: #1f3232; padding:30px 0; margin-bottom:40px;} 
#interiors #franjaTitol h1{ font-family: "Figtree", sans-serif !important; font-weight: 800 !important; text-transform:uppercase; font-size:24px; line-height: 24px; color:#ffffff; margin:0 !important; padding:0 !important; }
#interiors #franjaTitol h2{ font-family: "Figtree", sans-serif !important; font-weight: 300 !important; text-transform:uppercase; font-size:20px; line-height: 24px; color:#ffffff; margin:0 !important; padding:0 !important; }

.ocultarEnMobil{ display:block}

#interiors #franjaFormulariEnviat{ background-color: #e8af04; color: #1f3232; padding:100px 0; margin-bottom:0px;} 
#interiors #franjaFormulariEnviat h1{ font-family: "Figtree", sans-serif !important; font-weight: 800 !important; text-transform:uppercase; font-size:34px; line-height: 24px; color:#ffffff; margin:0 !important; margin-bottom: 10px !important; padding:0 !important; text-align: center }
#interiors #franjaFormulariEnviat h2{ font-family: "Figtree", sans-serif !important; font-weight: 300 !important; text-transform:uppercase; font-size:20px; line-height: 24px; color:#ffffff; margin:0 !important; padding:0 !important; text-align: center }

#interiors #contingut{  margin-bottom:40px; padding-top:50px;}
#interiors #contingut p{ font-size:16px; line-height:24px; color:#333; font-weight:300 !important;margin:0; padding:0; }
#interiors #contingut h2{ font-size:30px; line-height:normal; color:#333; font-weight:300;margin:0; padding:0; margin-bottom:20px; }

#interiors #contingut ul > li, #interiors #contingut ol > li{ font-size:12px; line-height:normal; color:#333; font-weight:400 !important; text-align:left; margin-bottom:20px; }
#interiors #contingut ul li ul li, #interiors #contingut ol li ul li{ font-size:12px; line-height:normal; color:#333; font-weight:400 !important; text-align:left; margin-bottom:5px; }
.enllacNormal{ font-size:12px; line-height:normal; color:#0f5ba6; font-weight:300 !important; text-decoration:none; transition: all 0.2s ease-out;   }
.enllacNormal:hover{ color:#000000;  transition: all 0.2s ease-out;   }

 
a.caixa{ display:block; text-decoration:none; width:100%;/* margin-right:5%; float:left; margin-bottom:30px; */ transition: all 0.2s ease-out;   }
a.caixa .imatge{ background:no-repeat center; -webkit-background-size: cover;  -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 260px;  position:relative;  transition: all 0.2s ease-out; border-radius: 30px 30px 0 0;  }
a.caixa .imatge .segonaFoto{ border-radius: 30px 30px 0 0; display:none; position:absolute; top:0px;/* background-color:rgba(0,0,0,0.50);*/ z-index:2;  height: 260px; width:100%;  transition: all 0.2s ease-out; background:no-repeat center; -webkit-background-size: cover;  -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
a.caixa:hover .imatge .segonaFoto{ display:block;  transition: all 0.2s ease-out;  }

a.caixa .preuFin{ position:absolute; z-index:3;   top:160px; background-color:#000000; padding:6px;  padding-left:15px; padding-right:15px;  transition: all 0.2s ease-out;   }
a.caixa .preuFin h3{ color:#ffffff !important; font-weight: 700 !important; line-height: 22px; font-size:26px !important; padding:0 !important; margin:0 !important;  transition: all 0.2s ease-out;   }
a.caixa .preuFin h3 span{font-size:14px; font-weight: 300 !important; }
a.caixa .preu{ background-color: #000; border-radius: 50px; padding: 7px 15px; transition: all 0.2s ease-out; width: max-content; margin-bottom: 10px; min-width: 110px; text-align: center  }
a.caixa .preu h3{ font-family: "Figtree", sans-serif; color:#ffffff !important; text-align:center; font-weight: 800 !important; font-size:18px !important; line-height: 20px; padding:0 !important; margin:0 !important;  transition: all 0.2s ease-out;   }
a.caixa .preu h3 span{font-size:14px; font-weight: 300 !important; }
a.caixa .preuOferta{ width: max-content; background-color:#000; border-radius: 50px; padding: 7px 17px;  transition: all 0.2s ease-out;   }
a.caixa .preuOferta h3{ color:#68ff00 !important; text-align:center; font-weight: 700 !important; font-size:17px !important; line-height: 20px; padding:0 !important; margin:0 !important;  transition: all 0.2s ease-out;   }
a.caixa .preuOferta h3 span{font-size:13px; font-weight: 800 !important; color: red}
/*a.caixa .lupa{ position:absolute; top:20px; right:20px; transition: all 0.2s ease-out;  }
a.caixa .lupa i{ color:#ffcd0a !important;font-size:32px !important; transition: all 0.2s ease-out;  }*/
a.caixa .informacio{ padding: 25px;  }
a.caixa .informacio h2{ font-family: "Figtree", sans-serif !important;font-weight: 800 !important; text-transform:uppercase; font-size:16px !important; color:#000; margin:0 !important; padding:0 !important; margin-bottom:10px !important;  transition: all 0.2s ease-out; text-align:left;  padding-right: 10px !important; }
a.caixa .informacio p{font-size:15px !important; font-weight: 300 !important; color:#000; margin:0 !important; padding:0 !important;  transition: all 0.2s ease-out;   }
a.caixaUltima{ margin-right:0; }

a.caixa .estilBandera{ position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.6);
	text-align: center;
	z-index: 99;
}
a.caixa:hover .estilBandera {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
a.caixa .estilBandera h3{ color:#ffffff !important; font-weight: 700 !important; font-size:18px !important; padding:0 !important; margin:0 !important;  transition: all 0.2s ease-out;   }

.bandera_1{ background: linear-gradient(135deg, #f63b3b, #9a0000) !important;  }
.bandera_2{ background: linear-gradient(135deg, #ec9a73, #ff7800) !important;  }
.bandera_3{ background: linear-gradient(135deg, #4447ef, #10049e) !important; }
.bandera_4{ background: linear-gradient(135deg, #83f46b, #128f00) !important;  }
.bandera_5{ background: linear-gradient(135deg, #828282, #000) !important;  }

.caixa-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
	margin-bottom: 10px;
}

a.caixa:hover{ text-decoration:none;  }
/*a.caixa:hover .lupa i{ color:#000 !important;font-size:52px !important; transition: all 0.2s ease-out; }*/
a.caixa:hover .informacio h2{ color:#ffcd0a; transition: all 0.2s ease-out;   }

a.caixa .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {
    margin-top: 10px;
}

#informacioFitxa{  text-align: left }
#informacioFitxa h2{ font-family: "Figtree", sans-serif !important;font-weight: 800 !important; text-transform:uppercase; font-size:24px !important; color:#000; margin:0 !important; padding:0 !important; margin-bottom:10px !important; text-align: left}
#informacioFitxa h3{font-family: "Figtree", sans-serif !important;font-weight: 800 !important; text-transform:uppercase; font-size:20px !important; color:#ffcd0a; margin:0 !important; padding:0 !important; margin-bottom:10px !important;  text-align: left }
#informacioFitxa p{ font-size:16px !important; font-weight: 300 !important; color:#000; margin:0 !important; padding:0 !important;  text-align: left  }

#informacioFitxa .estilBandera{ display: inline-block;width:auto; padding:6px;  padding-left:15px; padding-right:15px;  transition: all 0.2s ease-out; margin-bottom:10px;   }
#informacioFitxa .estilBandera h3{ color:#ffffff !important; font-weight: 400 !important; font-size:18px !important; padding:0 !important; margin:0 !important;  transition: all 0.2s ease-out;   }
#informacioFitxa .bandera_1{ background-color:#d23a3a;  }
#informacioFitxa .bandera_2{ background-color:#f58429;  }
#informacioFitxa .bandera_3{ background-color:#3a53d2;  }
#informacioFitxa .bandera_4{ background-color:#55dc43;  }


a.solicitar{ display:block; width:300px; background-color:#23231e; font-size:18px !important; font-weight: 300 !important; color:#ffffff; margin:0 !important; padding:10px;  transition: all 0.2s ease-out; text-align:center;  }
a.solicitar i{ color:#fff; margin-left:10px;  transition: all 0.2s ease-out; }
a.solicitar:hover{ background-color:#ffcd0a; transition: all 0.2s ease-out; text-decoration:none; color:#fff; }

#videoYoutube{ margin-bottom:50px; }
#videoYoutube iframe{ width:100% !important; height:400px !important; }

.llistatHome{ padding-top:100px; padding-bottom:80px;}
.llistatHome h2{ font-family: "Figtree", sans-serif !important;font-weight: 800 !important; text-transform:uppercase; font-size:38px !important; color:#000; margin:0 !important; padding:0 !important; margin-bottom:0px !important; text-align:center;  }
.llistatHome h3{ font-family: "Figtree", sans-serif !important;font-weight: 300 !important; text-transform:uppercase; font-size:30px !important; color:#e8af04; margin:0 !important; padding:0 !important; margin-bottom:80px !important; text-align:center;  }

.llistat .uk-card-default {
  border-radius: 30px !important;
}


.empresa h2{ font-family: "Figtree", sans-serif !important;font-weight: 800 !important;font-size:38px !important; color:#333; margin:0 !important; padding:0 !important; text-align:left; margin-bottom:20px !important;  }

.empresa p {
  font-size: 18px  !important;
  line-height: 24px;
  color: #333;
  font-weight: 300 !important;
  margin: 0;
  padding: 0;
}

.empresa .em_bloc_2 { background-color:aliceblue; padding:80px; margin-bottom: 50px; margin-top: 50px;}
.empresa .em_bloc_2 h2{ color:#000000 !important; text-align:center !important;  }
.empresa .em_bloc_2 p{ text-align:center !important;  }
.empresa h3{ font-family: "Figtree", sans-serif !important;font-weight: 800 !important; text-transform:uppercase; font-size:24px !important; color:#e8af04 !important; margin:0 !important; padding:0 !important; margin-bottom:20px !important; text-align:center;  }



.Willerby{ margin-bottom:40px; }
.Willerby .logo{ width:25%; margin-right:5%; float:left; text-align:center }
.Willerby .logo img{ width:100%; height:auto; max-width:300px;}
.Willerby .desc{ width:70%; float:left; padding-top:15px; }
.Willerby .desc h2{ font-weight: 700 !important;font-size:24px !important; color:#000 !important; margin:0 !important; padding:0 !important;margin-bottom:0 !important;  }
.Willerby .desc p{font-size:18px !important; font-weight: 300 !important; color:#000; margin:0 !important; padding:0 !important; text-align:left;    }

#noticies{ background-color:#23231e; padding:60px; }
#noticies .noti{ border-bottom:#6F6F6F dotted 1px; margin-bottom:50px;padding:10px; padding-bottom:40px;}
#noticies .noti img{ width:100%; height:auto; margin-bottom:30px; }
#noticies .noti h2{ font-weight: 700 !important;font-size:34px !important; color:#ffcd0a !important; margin:0 !important; padding:0 !important;margin-bottom:10px !important; text-align:center;  }
#noticies .noti p{font-size:18px !important; font-weight: 300 !important; color:#fff; margin:0 !important; padding:0 !important; text-align:center;    }



/*
#footer{ width:100%;  }

#footer #peu_1{  }
#footer #peu_1 #peu_1_1{  width:33.33%; float:left; background:no-repeat center; -webkit-background-size: cover;  -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 100%; padding:100px; min-height:500px;  }
#footer #peu_1 #peu_1_2{  width:33.33%; float:left; background:no-repeat center; -webkit-background-size: cover;  -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 100%; padding:100px; min-height:500px; }
#footer #peu_1 #peu_1_3{  width:33.33%; float:left; background:no-repeat center; -webkit-background-size: cover;  -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 100%; padding:100px; min-height:500px; }

#footer #peu_1 h2{  font-family: 'Anton', sans-serif; font-weight:300; color:#ffffff; font-size:38px !important; line-height:38px !important; margin:0; padding:0; text-align:center; margin-bottom:20px;}
#footer #peu_1 p{ color:#fff; font-size:24px !important; text-align:center !important; font-weight:400; text-decoration:none;}



#footer #peu_2{  width:100%; background-color:#ffcd0a; padding-top:40px; padding-bottom:40px;  }
#footer #peu_2 #xarxesPeu{ padding:40px; }
#footer #peu_2 #xarxesPeu p{  font-size:24px; line-height:32px; color:#101010 !important; font-weight:700 !important; margin:0; padding:0; text-align:center;  }
#footer #peu_2 #xarxesPeu p i{  font-size:20px; }
#footer #peu_2 h2{ text-transform:uppercase; color:#ffffff; font-size:27px; margin:0; padding:0; padding-bottom:10px; text-align:center; }
#footer #peu_2 p{ font-size:14px; line-height:20px; color:#101010 !important; font-weight:400 !important; margin:0; padding:0; text-align:center;  }
#footer #peu_2 p a{ font-size:14px; color:#101010 !important; font-weight:700 !important; margin:0; padding:0; text-align:center;  }
#footer #peu_2 .col_1{  width:25%; float:left;}
#footer #peu_2 .col_2{  width:25%; float:left;}
#footer #peu_2 .col_3{  width:25%; float:left;}
#footer #peu_2 .col_4{  width:25%; float:left;}

#footer #peu_3{  width:100%; padding-top:20px; padding-bottom:20px;  }
#footer #peu_3 p{ font-size:14px; color:#777; font-weight:400 !important; margin:0; padding:0; text-align:center; }
#footer #peu_3 p a{ font-size:14px; color:#777; font-weight:400 !important; text-decoration:none; }
*/

/* Altura del slider */
.hero-slider {
    height: 65vh;
    min-height: 350px;
    max-height: 800px;
}

/* Overlay oscuro con degradado */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.3),
        rgba(0,0,0,0.6)
    );
    z-index: 1;
}

/* Contenido encima */
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: auto;padding: 40px;
}

/* Tipografía */
.hero-content h1 {
	font-family: "Figtree", sans-serif;
    font-size: 56px;
	line-height: 60px;
    font-weight: 800;
    margin-bottom: 10px;
	color: #e8af04;
}

.hero-content p {
    font-size: 28px;
	line-height: 30px;
    margin-bottom: 40px;
	font-weight: 300;
	color: #ffffff;
}


/* Responsive */
@media (max-width: 768px) {
    .hero-slider {
        height: 45vh;
    }

    .hero-content h1 {
        font-size: 1.8rem;
    }

    .hero-content p {
        font-size: 1rem;
    }
}
		
		
.banner1 {
    position: relative;
    background-image: url('../img/silder-mobilhome-1.jpg'); /* cambia por tu imagen */
    background-size: cover;
    background-position: center;
    padding: 100px 160px;
}
.banner1 h3{		
	font-family: "Figtree", sans-serif;
    font-size: 40px;
    font-weight: 800;
    margin: 0px;
	color: #e8af04;
	max-width: 50%;
}
.banner1 h4{		
	font-family: Playfair Display,serif;
	font-style: italic;
    font-size: 30px;
    font-weight: 300;
    margin: 0px;
	color: #ffffff;
	max-width: 50%;
	text-align: left;
	margin-bottom: 30px;
  	line-height: 40px;
}
.banner1 p{		
	font-family: "Figtree", sans-serif;
    font-size: 24px;
	line-height: 28px;
    font-weight: 300;
	margin: 0px;
    margin-bottom: 40px;
	color: #ffffff;
	max-width: 50%;
}
.banner1 .overlay {
    position: relative;
    z-index: 2;
    color: white;
}

/* capa degradada */
.banner1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0));
    z-index: 1;
}
		
		
				
.banner2 {
    position: relative;
    background-image: url('../img/medium_Salisbury_Room_Feature.png'); /* cambia por tu imagen */
    background-size: cover;
    background-position: center;
    padding: 100px 160px;
  	text-align: center;
	border-bottom: #ececec solid 1px; border-top: #ececec solid 1px;
	
}
.banner2 h3{		
	font-family: "Figtree", sans-serif;
    font-size: 40px;
    font-weight: 800;
    margin: 0px;
	color: #e8af04;
	text-align: center;
	margin-bottom: 10px;
  	line-height: 40px;
}
.banner2 h4{		
	font-family: Playfair Display,serif;
	font-style: italic;
    font-size: 30px;
    font-weight: 300;
    margin: 0px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 30px;
  	line-height: 30px;
}
.banner2 p{		
	font-family: "Figtree", sans-serif;
    font-size: 24px;
	line-height: 28px;
    font-weight: 300;
	margin: 0px;
    margin-bottom: 40px;
	color: #ffffff;
	text-align: center;
}
.banner2 .overlay {
    position: relative;
    z-index: 2;
    color: white;
}

/* capa degradada */
.banner2::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0));
    z-index: 1;
}

		
.blocsPeu{
			
	background-color: aliceblue;
	padding: 100px;
			
}
.blocsPeu img{		
	max-width: 150px; margin-bottom: 30px;
}
.blocsPeu h3{		
	font-family: "Figtree", sans-serif;
    font-size: 35px;
    font-weight: 800;
    margin: 0px;
	color: #e8af04;
	text-align: center;
  	line-height: 35px;
	margin-bottom: 10px;
}
.blocsPeu h4{		
	font-family: Playfair Display,serif;
	font-style: italic;
    font-size: 24px;
    font-weight: 300;
    margin: 0px;
	color: #1f3232;
	text-align: center;
	margin-bottom: 20px;
  	line-height: 24px;
}
.blocsPeu p{		
	font-family: "Figtree", sans-serif;
    font-size: 20px;
	line-height: 24px;
    font-weight: 300;
	margin: 0px;
    margin-bottom: 40px;
	color: #000000;
	text-align: center;
}
.blocsPeu p a{		
	font-family: "Figtree", sans-serif;
    font-size: 20px;
	line-height: 24px;
    font-weight: 700;
	margin: 0px;
    margin-bottom: 40px;
	color: #000000;
	text-align: center;
}

.Footer2026{
	background-color: #e8af04;
	padding: 50px;
			
}
.Footer2026 h3{		
	font-family: "Figtree", sans-serif;
    font-size: 20px;
    font-weight: 800;
    margin: 0px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
  	line-height: 20px;
}
.Footer2026 h4{		
	font-family: Playfair Display,serif;
	font-style: italic;
    font-size: 20px;
    font-weight: 300;
    margin: 0px;
	color: #1f3232;
	text-align: center;
	margin-bottom: 10px;
  	line-height: 20px;
}
.Footer2026 p{		
	font-family: "Figtree", sans-serif;
    font-size: 18px;
	line-height: 24px;
    font-weight: 300;
	margin: 0px;
    margin-bottom: 40px;
	color: #000000;
	text-align: center;
}
.Footer2026 p a{		
	font-family: "Figtree", sans-serif;
    font-size: 18px;
	line-height: 24px;
    font-weight: 300;
	margin: 0px;
    margin-bottom: 40px;
	color: #000000;
	text-align: center;
}

.calculadora{
	width: 70%;
	float: left;
	
}
.xarxesPeu{
	width: 30%;
	float: left;
}

.legalFooter{
	background-color:aliceblue;
	padding: 20px;
			
}

.legalFooter p{		
	font-family: "Figtree", sans-serif;
    font-size: 14px;
	line-height: 20px;
    font-weight: 300;
	margin: 0px;
	color: #777777;
	text-align: center;
}
		.legalFooter p A{		
	
	color: #777777;
	text-align: center;
}
	
		
.calculadoraFooter h3{		
	font-family: Playfair Display,serif;
	font-style: italic;
    font-size: 24px;
    font-weight: 300;
    margin: 0px;
	color: #ffffff;
	text-align: right;
	margin-bottom: 10px;

}
.calculadoraFooter{
	background-color: #1f3232;
	padding: 20px;
}	
		
.formCalculadora {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.formCalculadora input,
.formCalculadora select,
.formCalculadora button {
    padding: 10px;
    font-size: 14px;
	font-family: "Figtree", sans-serif;
	border-radius: 40px;
	border: none;
}
.formCalculadora input{
			max-width: 100px;
}		
		

.formCalculadora input[type="number"] {
    max-width: 150px;
	border-radius: 40px;
}

.formCalculadora select {
    max-width: 150px;
	border-radius: 40px;
	font-family: "Figtree", sans-serif;
}

.formCalculadora button {
  background: #e8af04;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-family: "Figtree", sans-serif !important;
  color: white;
  padding: 10px 20px;
}

#resultado {
    color: #fff;
    font-weight: bold;
	font-family: "Figtree", sans-serif;
}

/* Responsive */
@media (max-width: 768px) {
    .formCalculadora {
        flex-direction: column;
        align-items: stretch;
    }

    #resultado {
        margin-top: 10px;
    }
}

#contacte{ margin-bottom:40px;  }
#contacte h2{ font-family: "Figtree", sans-serif !important; font-size:24px; line-height:22px; color:#000000; text-transform:uppercase; font-weight:800; margin:0; padding:0; margin-bottom:20px; text-align:left;}
#contacte h3{ font-family: "Figtree", sans-serif !important; font-size:24px; line-height:22px; color:#000000; text-transform:uppercase; font-weight:800; margin:0; padding:0; margin-bottom:20px; text-align:left;}
#contacte h4{ font-family: "Figtree", sans-serif !important; font-size:18px; line-height:22px; color:#e8af04; text-transform:uppercase; font-weight:800; margin:0; padding:0; margin-bottom:20px; text-align:left;}
#contacte p{ font-size:16px; color:#827979; font-weight:300 !important; margin:0; padding:0; text-align:left;}
/*
#contacte  .col_1{ width:30%; margin-right:5%; float:left;  }
#contacte  .col_2{ width:30%; margin-right:5%; float:left;  }
#contacte  .col_3{ width:30%; float:left;  }

#contacte input[type="text"], #contacte input[type="email"], #contacte select{ font-family: 'Roboto Condensed', sans-serif; width:100%; padding:4px; background-color:#ffffff; border:none; border:#dddee0 solid 1px;  font-size:16px !important; color:#000; margin-bottom:10px; }
#contacte option{ font-family: 'Roboto Condensed', sans-serif; width:100%; background-color:#ffffff; border:none; font-size:16px !important; color:#000; }
#contacte textarea{ font-family: 'Roboto Condensed', sans-serif; width:100%; padding:6px; background-color: #ffffff; border:none;  border:#dddee0 solid 1px; font-size:16px !important; color:#000;  min-height:100px; margin-bottom:20px; }
#contacte input[type="submit"]{ font-family: 'Roboto Condensed', sans-serif;  display:block; width:200px; padding:10px; background-color:#23231e; border:none;  font-size:16px; color:#ffffff; font-weight:900; text-align:center; text-decoration:none;  transition: all 0.2s ease-out; }
#contacte input[type="submit"]:hover{  background-color:#ffcd0a; transition: all 0.2s ease-out; }
*/


#mapa{ }
#mapa iframe{ width:100%; min-height:200px; }
#mapa .capa-anti-eventos {
        width: 100%;
        min-height: 200px;
        position: absolute;
        cursor: pointer;
}



/* cookies */
#barraaceptacion { display:none; position:fixed; left:0px; right:0px; bottom:0px; padding:4px; width:100%; text-align:center; background-color: rgba(0, 0, 0, 0.5); color:#fff; z-index:99999; }
#barraaceptacion p{ margin:0; padding:0; font-size:12px;}
#barraaceptacion a.ok {padding:4px;color:#fff;text-decoration:none; font-weight:bold}
#barraaceptacion a.info {padding-left:5px;text-decoration:none;color:#fff;}
/* final cookies */


