@font-face {
font-family: "Utopia Std";
src: url(//www.fageda.com/wp-content/themes/lafageda/fonts/UtopiaStd-Regular.woff2) format("woff2"),
url(//www.fageda.com/wp-content/themes/lafageda/fonts/UtopiaStd-Regular.woff) format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Utopia Std";
src: url(//www.fageda.com/wp-content/themes/lafageda/fonts/UtopiaStd-Bold.woff2) format("woff2"),
url(//www.fageda.com/wp-content/themes/lafageda/fonts/UtopiaStd-Bold.woff) format("woff");
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Roustel";
src: url(//www.fageda.com/wp-content/themes/lafageda/fonts/Roustel.ttf) format("truetype");
} #container_arribar_peu{
margin-bottom: 50px;
}
#container_arribar_bicicleta{
display:none;
}
* {
box-sizing: border-box;
outline: none;
}
img {
max-width: 100%;
height: auto;
}
body {
margin: 0px;
padding: 0px;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
background-color: white;
font-size: 14px;
line-height: 1.7;
color: #1d3e97;
font-family: "Open Sans", sans-serif;
font-weight: 500;
overflow-x: hidden;
}
::-moz-selection {
color: white;
background: #1d3e97;
}
::selection {
color: white;
background: #1d3e97;
}
p::-moz-selection {
color: white;
background: #1d3e97;
}
p::selection {
color: white;
background: #1d3e97;
}
a {
color: #1d3e97;
text-decoration: none;
}
h1 {
font-size: inherit;
font-weight: inherit;
margin: 0;
}
.bigcenter {
width: 1400px;
margin: 0 auto;
}
.center {
width: 1175px;
margin: 0 auto;
max-width: 100%;
}
.spoons {
position: relative;
}
.spoons::before,
.spoons::after {
content: "";
top: 17px;
width: 142px;
height: 30px;
position: absolute;
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/cullera.svg);
background-repeat: no-repeat;
}
.spoons::before {
margin-left: -160px;
}
.spoons::after {
transform: rotate(180deg);
margin-left: 22px;
} .principal_cat_ul {
display: inline-flex;
text-align: center;
list-style: none;
margin: 20px 0 60px 0;
padding: 0;
font-family: "Utopia Std";
font-size: 25px;
line-height: 1;
}
.principal_cat_ul li {
padding: 0 15px;
display: inline-block;
border-right: 1px solid #1d3e97;
}
.principal_cat_ul li:last-child {
border-right: none;
}
.principal_cat_ul li a {
text-decoration: none;
}
.principal_cat_ul li a {
color: #1d3e97;
display: inline-block;
padding: 0 0 5px 0;
text-decoration: none;
background-image: linear-gradient(currentColor, currentColor);
background-position: center bottom;
background-repeat: no-repeat;
background-size: 0% 1px, auto;
transition: background-size 0.3s;
font-size: 22px;
}
.principal_cat_ul li:hover a {
background-size: 100% 1px, auto;
} header {
background-color: white;
padding: 10px 20px 20px 20px;
position: fixed;
width: 100%;
z-index: 99999;
min-height: 90px;
}
#ghostheader{
min-height: 90px;
}
#header_model .center{
width: auto;
margin-left: 20%;
}
#top {
text-align: right;
font-family: "Utopia Std", Georgia, "serif";
}
#top .menu {
margin: 0;
padding: 0;
display: flex;
justify-content: flex-end;
list-style: none;
}
#top .menu li {
margin-left: 20px;
background-image: linear-gradient(currentColor, currentColor);
background-size: 0 1px, auto;
background-repeat: no-repeat;
background-position: center bottom;
transition: all 0.4s cubic-bezier(0.26, 1.04, 0.54, 1);
}
#top .menu li:hover,
#top .menu li.current-menu-item {
background-size: 100% 1px, auto;
}
#top .menu li a {
color: #1d3e97;
}
#cap {
display: flex;
margin-top: 7px;
}
#cap>div { }
#cap .hamburger {
display: none;
}
#cap .caplogo {
flex: 0 0 20%;
}
#cap .caplogo a {
display: flex;
justify-content: flex-end;
width: 100%;
padding-right: 40px;
}
#cap .caplogo img {
margin-top: -25px; width:242px;
}
#cap .capmenu { flex: 0 0 55%;
}
#cap .capmenu ul.menu {
display: flex;
margin: 0;
padding: 0;
list-style: none;
}
.capmenu ul.menu>li {
margin-right: 35px;
flex-shrink: 0;
font-size: 14px;
}
.capmenu ul.menu>li>a {
padding-bottom: 10px;
letter-spacing: 0.5px;
text-transform: uppercase;
font-weight: bold;
background-image: linear-gradient(#9aa4cd, #9aa4cd);
background-position: center bottom;
background-repeat: no-repeat;
background-size: 0% 1px, auto;
transition: background-size 0.3s;
transition: all 0.4s cubic-bezier(0.26, 1.04, 0.54, 1);
}
.capmenu ul.menu>li.no_link>a {
cursor: default;
}
.capmenu ul.menu>li:hover>a,
.capmenu ul.menu>li.current-menu-item>a {
background-size: 100% 1px, auto;
}
.capmenu ul.menu>li>ul.sub-menu {
display: none;
text-transform: uppercase;
font-weight: 600;
background-color: white;
position: absolute;
list-style: none;
margin: 0px 0 0 0;
margin-left: -15px;
padding: 15px 0 15px 25px;
width: 250px;
z-index: 2;
font-size: 14px;
}
.capmenu ul.menu>li:hover>ul.sub-menu {
display: block;
}
.capmenu ul.menu>li>ul.sub-menu>li {
position: relative;
}
.capmenu ul.menu>li>ul.sub-menu>li>a {
background-color: white;
display: block;
padding: 9px 10px 8px 0;
background-image: linear-gradient(#9aa4cd, #9aa4cd);
background-position: 0% 100%;
background-repeat: no-repeat;
background-size: 0% 1px;
transition: background-size 2s;
transition: all 0.4s cubic-bezier(0.26, 1.04, 0.54, 1);
}
.capmenu ul.menu>li>ul.sub-menu>li:hover>a {
background-size: 100% 1px;
}
.capmenu ul.menu>li>ul.sub-menu>li>ul.sub-menu {
position: absolute;
background-color: white;
top: -1px;
left: 223px;
width: 200px;
margin: 0;
padding: 40px 0 20px 0;
list-style: none;
display: none;
animation-name: submenu;
animation-duration: 0.5s;
z-index: -1;
}
@keyframes submenu {
0% {
left: 0px;
}
100% {
left: 223px;
}
}
.capmenu ul.menu>li>ul.sub-menu>li:hover>ul.sub-menu {
display: block;
}
.capmenu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li:first-child {
border-top: 1px solid #9aa4cd;
}
.capmenu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
background-color: white;
display: block;
padding: 7px 5px 7px 25px;
color: #9aa4cd;
font-size: 13.5px;
}
.capmenu ul.menu>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
color: #1d3e97;
}
#cap .capxarxes {
flex: 0 0 25%;
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
align-items: center;
}
#cap .capxarxes input {
width: 100px;
background-color: transparent;
border: none;
font-family: "Open Sans", sans-serif;
color: #1d3e97;
text-align: right;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/lupa.svg);
background-position: center right;
background-repeat: no-repeat;
padding-right: 23px;
}
#cap .capxarxes input::placeholder {
color: #1d3e97;
}
#cap .capxarxes .xarxes {
display: block;
padding: 0 20px;
}
#cap .capxarxes .xarxes a {
padding: 0 5px; transition: all 0.4s cubic-bezier(0.26, 1.04, 0.54, 1);
}
#cap .capxarxes .xarxes a:hover {
color: #1d3e97;
}
#cap .capxarxes .wpml-ls-legacy-dropdown {
width: auto;
font-size: 13px;
}
#cap .capxarxes .wpml-ls-legacy-dropdown a {
border: none;
padding: 5px 30px 5px 10px;
color: #9aa4cd;
}
#cap .capxarxes .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
font-size: 0px;
width: 10px;
height: 10px;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/lang.svg);
background-repeat: no-repeat;
}
.separadorfageda {
background-color: white;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/separador-fageda.svg);
height: 61px;
background-position: center center;
}
a.botons {
font-weight: bold;
background-color: #ffffff;
display: inline-block;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
text-decoration: none;
color: #1d3e97;
padding: 15px 35px;
border-radius: 50px;
transition: 0.1s background-color linear, 0.1s color linear;
}
a.botons.border {
border: 1px solid #1d3e97;
}
a.botons:hover {
background-color: #1d3e97;
color: #fdfcf5;
}
a.botons.transblau {
color: #1d3e97;
background-color: transparent;
border: 1px solid #1d3e97;
text-decoration: none;
}
a.botons.transblau:hover {
background-color: #1d3e97;
color: white;
}
a.botons.trans {
color: white;
background-color: transparent;
border: 1px solid white;
}
a.botons.trans:hover {
background-color: white;
color: #1d3e97;
}
a.botons.light {
font-weight: 300;
}
a.botons.blau {
color: #1d3e97;
border: 1px solid #1d3e97;
}
a.botons.blau:hover {
background-color: #1d3e97;
color: white;
}
.zigzag {
display: block;
width: 375px;
height: 16px;
position: relative;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/zigzag.svg);
-webkit-background-size: contain;
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
clip-path: inset(0% 0% 0% 0%);
-webkit-clip-path: inset(0% 0% 0% 0%);
}
.zigzag.aos-animate {
animation-name: mascarazigzag;
animation-duration: 3s;
animation-timing-function: ease-in-out;
}
@keyframes mascarazigzag {
0% {
clip-path: inset(0% 100% 0% 0%);
-webkit-clip-path: inset(0% 100% 0% 0%);
}
100% {
clip-path: inset(0% 0% 0% 0%);
-webkit-clip-path: inset(0% 0% 0% 0%);
}
}
.zigzag.groc {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/zigzag-groc.svg);
}
.titolsgrans {
font-family: "Utopia Std";
line-height: 1.2;
font-size: calc(35px + 35 * (100vw - 500px) / 1500);
}
@media (min-width: 2000px) {
.titolsgrans,
.titolsgrans.titolsnegresgrans {
font-size: 70px;
}
}
.titol_55 {
font-size: calc(25px + 30 * (100vw - 500px) / -300);
font-family: "Utopia Std", sans-serif;
}
@media (min-width: 200px) {
.titol_55 {
font-size: 55px;
}
}
.titolmitja {
font-family: "Utopia Std";
font-size: calc(27px + 8 * (100vw - 500px) / 1500);
line-height: 1.2;
}
.titolmitja a {
text-decoration: underline;
}
@media (min-width: 2000px) {
.titolmitja {
font-size: 35px;
}
}
.titolpetit {
font-family: "Utopia Std";
font-size: calc(20px + 5 * (100vw - 500px) / 1500);
line-height: 1.2;
margin: 10px 0;
}
@media (min-width: 2000px) {
.titolpetit {
font-size: 25px;
}
}
.titolpetitnegreta {
font-family: "Utopia Std";
font-weight: bold;
font-size: calc(20px + 5 * (100vw - 500px) / 1500);
line-height: 1.2;
margin: 10px 0;
}
@media (min-width: 2000px) {
.titolpetitnegreta {
font-size: 25px;
}
}
.titolsplay {
font-family: "Playfair Display", serif;
font-size: calc(20px + 5 * (100vw - 500px) / 1500);
}
@media (min-width: 2000px) {
.titolsplay {
font-size: 25px;
}
}
.titolsnegresgrans {
font-weight: bold;
line-height: 1.1;
padding-left: 20px;
}
.blocs {
padding: 50px 0;
} #overlay_mobile_menu {
padding-top: 0px;
width: 100%; height: 100%;
position: fixed;
top: 0;
left: -100%;
z-index: 99999999; color: #ffffff;
overflow-y: scroll;
background-color: #ffffff;
-moz-transition: all ease-in-out 0.8s;
-webkit-transition: all ease-in-out 0.8s;
-o-transition: all ease-in-out 0.8s;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: flex-end; }
#overlay_mobile_menu hr {
border-color: #9aa4cd;
opacity: 0.5;
margin: 20px 0;
}
#overlay_mobile_menu ul {
list-style: none;
padding: 0;
margin: 0;
}
#overlay_mobile_menu .container_main_menu,
#overlay_mobile_menu .container_second_menu,
#overlay_mobile_menu .bottom {
border-top: 1px solid #9aa4cd;
margin-top: 20px;
padding-top: 20px;
}
#overlay_mobile_menu .sub-menu,
#overlay_mobile_menu .go_back,
#overlay_mobile_menu .parent_name {
display: none;
}
#overlay_mobile_menu .top {
padding-top: 15px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
position: relative;
}
#overlay_mobile_menu .buscador input {
padding: 5px 10px;
border-radius: 25px;
border: 1px solid #9aa4cd;
}
#overlay_mobile_menu .close_overlay {
position: absolute;
top: 20px;
right: 0px;
width: 20px;
height: 20px;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
#overlay_mobile_menu .close_overlay img {
width: 100%;
}
#overlay_mobile_menu .go_back {
position: absolute;
top: 20px;
left: 25px;
width: 25px;
height: 25px;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
#overlay_mobile_menu .parent_name {
color: #1d3e97;
flex: 1;
text-align: center;
text-transform: uppercase;
font-weight: bold;
}
#overlay_mobile_menu #menu-main-menu>li>a, #overlay_mobile_menu #menu-main-menu-es>li>a  {
text-transform: uppercase;
font-weight: bold;
}
#overlay_mobile_menu #menu-main-menu>li a, #overlay_mobile_menu #menu-main-menu-es>li a {
text-transform: uppercase;
}
#overlay_mobile_menu #menu-main-menu li, #overlay_mobile_menu #menu-main-menu-es li {
padding-bottom: 10px;
}
#overlay_mobile_menu #menu-main-menu li li, #overlay_mobile_menu #menu-main-menu-es li li{
padding-bottom: 12px;
}
#overlay_mobile_menu .sub-menu.active {
display: block;
}
#overlay_mobile_menu .menu-item-has-children {
position: relative;
}
#overlay_mobile_menu .menu-item-has-children .icon {
position: absolute;
right: 0;
top: 1px;
width: 10px;
height: 20px;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/right_arrow.svg);
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
#overlay_mobile_menu .second-level-menu .sub-menu {
padding-left: 25px;
}
#overlay_mobile_menu .menu-item-has-children.second-level-menu .icon {
transform: rotate(90deg);
}
#overlay_mobile_menu .menu-item-has-children.second-level-menu.opened .icon {
transform: rotate(-90deg);
} #overlay_mobile_menu .container_second_menu a {
font-family: "Utopia Std", sans-serif;
} #overlay_mobile_menu .bottom {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
#overlay_mobile_menu .bottom>div {
flex: 1;
}
#overlay_mobile_menu .bottom .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
width: 60px;
}
#overlay_mobile_menu .bottom .xarxes {
text-align: right;
}
#overlay_mobile_menu .bottom .xarxes>a {
margin-left: 8px;
color: #9aa4cd;
} #prefooter {
background-color: #9aa4cd;
padding: 25px 0;
font-size: 13px;
}
#prefooter .center {
display: flex;
justify-content: space-between;
}
#prefooter .center>div {
flex: 1;
}
#prefooter .center>div:nth-child(2) {
text-align: right;
}
#prefooter .center>div:nth-child(3) {
text-align: right;
}
a.footerlinks {
display: inline-block;
line-height: 1.4;
margin-top: 5px;
font-family: "Utopia Std";
font-weight: bold;
text-decoration: none;
font-size: 22px;
background-image: linear-gradient(currentColor, currentColor);
background-position: center bottom;
background-repeat: no-repeat;
background-size: 0% 1px, auto;
transition: all 0.5s;
}
a.footerlinks:hover {
background-size: 100% 1px, auto;
}
.xarxesfooter {
margin-top: 5px;
font-size: 16px;
}
.xarxesfooter a {
margin-left: 10px;
transition: all 0.4s cubic-bezier(0.26, 1.04, 0.54, 1);
}
.xarxesfooter a:hover {
color: white;
opacity: 0.7;
}
footer {
color: white;
background-color: #1d3e97;
padding: 32px 0 47px 0;
font-size: 13px;
}
footer a {
padding-bottom: 3px;
color: white;
background-image: linear-gradient(currentColor, currentColor);
background-position: 0% 100%;
background-repeat: no-repeat;
background-size: 0% 1px;
transition: all 0.5s;
}
footer a:not(.logo_footer):hover {
background-size: 100% 1px;
}
.footer {
display: flex;
justify-content: space-between;
}
img.logofooter {
max-width: 188px;
height: auto;
width:188px;
}
.sitemap {
display: flex;
width: 70%;
}
.sitemap ul {
margin: 0;
padding: 0;
list-style: none;
}
.menufooter1 {
width: 75%;
}
.menufooter1 ul {
display: flex;
flex-wrap: wrap;
}
.menufooter1 ul li {
width: 33%;
}
.menufooter1 ul li.top>a {
display: none;
}
.menufooter1 ul ul {
display: flex;
flex-direction: column;
}
.menufooter1 ul li ul li {
width: 100%;
}
.transblau.mtop {
margin-top: 20px;
}
.menufooter1 ul li {
margin-bottom: 7px;
}
.menufooter2 {
width: 25%;
}
.menufooter2 ul {
text-transform: uppercase;
}
.menufooter2 ul li {
margin-bottom: 7px;
}
#copy {
margin-top: 130px;
display: flex;
padding-top: 15px;
justify-content: space-between;
border-top: 1px solid white;
font-size: 12px;
}
#copy>div {
display: flex;
}
#copy ul {
display: flex;
margin: 0;
padding: 0;
list-style: none;
}
#copy ul li {
border-right: 1px solid white;
}
#copy ul li:last-child {
border-right: none;
}
#copy ul li a {
margin: 0 20px;
} #slide .slick-slide {
height: calc(100vh - 80px - 61px);
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
}
.maskdark {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/overlay.png);
-webkit-background-size: cover;
background-size: cover;
background-position: center left;
background-repeat: no-repeat;
width: 100%;
height: 100%;
display: flex;
align-items: center;
}
#slide .slick-slide .center>div {
width: 50%;
color: white;
position:relative;
z-index:999;
}
#slide h2 {
font-family: "Utopia Std";
margin: 0;
line-height: 1.1;
font-size: calc(40px + 20 * (100vw - 550px) / 650);
}
@media (min-width: 1200px) {
#slide h2 {
font-size: 70px;
}
}
#slide h3 {
font-family: "Utopia Std";
font-weight: normal;
margin: 0;
font-size: 23px;
}
#slide .slick-slide a.botons {
margin-top: 35px;
position:relative;
z-index:999999;
}
#slide .slick-dots {
left: 0px !important;
height: auto;
bottom: calc(50vh - 100px);
display: flex;
flex-direction: column;
align-items: flex-end;
padding: 25px;
justify-content: center;
height:200px;
}
#slide .slick-dots li.slick-active button:before {}
#slide .slick-dots li.slick-active button:before,
#slide .slick-dots li button:hover:before,
#slide .slick-dots li button:before {
color: white !important;
font-size: 70px !important;
}
#slide .slick-dots li {
height: 20px;
width: 20px;
margin:10px 0px;
}
#slide.slick-dotted.slick-slider {
margin-bottom: 0px !important;
}
#slide .slick-next,
#slide .slick-prev {
display: none !important;
} #novetats {
-webkit-background-size: 95% auto;
background-size: 95% auto;
background-position: center 20%;
background-repeat: no-repeat;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/ilustracio-novetats.svg);
}
#novetats .titolmitja {
text-align: center;
}
.contnovetatshome {
display: flex;
justify-content: space-between;
margin-top: 40px;
}
.contnovetatshome>div {
width: 47%;
position: relative;
}
#novetats.aos-animate .contnovetatshome>div:nth-child(1) .imgnovetatshome {
animation-name: novetat;
animation-duration: 2s;
transform: rotate(9deg);
}
@keyframes novetat {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(9deg);
}
}
#novetats.aos-animate .contnovetatshome>div:nth-child(2) .imgnovetatshome {
animation-name: novetat2;
animation-duration: 4s;
transform: rotate(-9deg);
}
@keyframes novetat2 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(-9deg);
}
}
.contnovetatshome>div:nth-child(1) .zigzag,
.contnovetatshome>div:nth-child(2) .zigzag {
position: absolute;
z-index: 10;
}
.contnovetatshome>div:nth-child(2) .zigzag {
right: 0;
}
.iconactualitat {
position: absolute;
width: 215px;
height: 201px;
z-index: 10;
margin: -50px;
background-color: #1d3e97;
color: white;
font-family: "Playfair Display", serif;
display: flex;
justify-content: center;
align-items: center;
width: 190px;
height: 190px;
border-radius: 200px;
text-decoration: underline;
line-height: 1;
font-size: 35px;
}
a.iconblog {
background-color: #1d3e97;
color: white;
position: absolute;
font-size: 65px;
font-family: "Playfair Display", serif;
display: flex;
justify-content: center;
align-items: center;
width: 190px;
height: 190px;
border-radius: 200px;
text-decoration: underline;
line-height: 1;
left: 85%;
margin-top: -150px;
}
.imgnovetatshome {
padding-bottom: 65%;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
}
.contnovetatshome span {
display: block;
max-width: 380px;
margin-left: 57px;
margin-top: 35px;
}
.contnovetatshome span .botons {
text-align: center;
margin-top: 20px;
} #projectefageda {
position: relative;
}
.contprojectefageda {
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
text-align: center;
color: white; }
.contprojectefageda .overlay {
padding: 120px 0;
background: rgba(0, 0, 0, 0);
background: -moz-linear-gradient(top,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.6) 100%);
background: -webkit-gradient(left top,
left bottom,
color-stop(0%, rgba(0, 0, 0, 0)),
color-stop(100%, rgba(0, 0, 0, 0.6)));
background: -webkit-linear-gradient(top,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.6) 100%);
background: -o-linear-gradient(top,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.6) 100%);
background: -ms-linear-gradient(top,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.6) 100%);
background: linear-gradient(to bottom,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.contprojectefageda .overlay .titolsgrans {
max-width: 750px;
margin: 0 auto;
}
.conttxtprojecte {
max-width: 473px;
margin: 0 auto;
}
.conttxtprojecte .titolpetit {
margin: 20px 0 40px 0;
}
.conttxtprojecte a.botons {
margin-top: 50px;
}
#projectefageda {
overflow-x: hidden;
}
#projectefageda>#fundador {
position: absolute;
top: 0;
right: -340px;
display: flex;
-moz-transition: all ease-in-out 1s;
-webkit-transition: all ease-in-out 1s;
-o-transition: all ease-in-out 1s;
}
#projectefageda>#fundador:hover,
#projectefageda>#fundador:hover a {
right: 0;
cursor: url(//www.fageda.com/wp-content/themes/lafageda/img/more.svg), auto;
}
.confundador {
background-color: #9aa4cd;
width: 435px;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/fundador-picto.svg);
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: 200px;
background-size: 200px;
}
.botonfundador {
display: flex;
align-items: center;
}
.botonfundador .circle {
font-family: "Utopia Std";
font-size: 20px;
padding: 20px;
background-color: white;
width: 128px;
height: 128px;
border-radius: 128px;
display: flex;
justify-content: center;
align-items: center;
line-height: 1.2;
text-align: center;
color: #9aa4cd;
margin-right: -64px;
z-index: 10;
} #producteshome {
padding: 100px 0;
text-align: center;
}
#producteshome .titolsgrans {
margin-bottom: 30px;
position: relative;
}
#producteshome .titolsgrans.excepetit {
font-size: 28px;
margin-bottom: 70px;
}
#producteshome .titolsgrans::before,
#producteshome .titolsgrans::after {
content: "";
top: 17px;
width: 142px;
height: 30px;
position: absolute;
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/cullera.svg);
background-repeat: no-repeat;
}
#producteshome .titolsgrans::before {
margin-left: -160px;
}
#producteshome .titolsgrans::after {
transform: rotate(180deg);
margin-left: 22px;
}
#producteshome .titolsgrans.excepetit::before,
#producteshome .titolsgrans.excepetit::after {
top: 5px;
width: 100px;
height: 20px;
}
#producteshome .titolsgrans.excepetit::before {
margin-left: -120px;
}
.introproducteshome {
width: 750px;
margin: 0 auto;
}
#producteshome ul {
display: inline-flex;
text-align: center;
list-style: none;
margin: 20px 0 60px 0;
padding: 0;
font-family: "Utopia Std";
font-size: 25px;
line-height: 1;
}
.seccions {
display: flex;
justify-content: space-between;
}
.seccions a {
width: 23.5%;
text-align: left;
text-decoration: none;
color: #1d3e97;
}
.seccions h3 {
font-family: "Utopia Std";
font-size: 35px;
line-height: 1.1;
width: 60%;
margin: 0;
padding: 0;
}
.seccions .img {
padding-bottom: 100%;
margin-bottom: 20px;
-webkit-background-size: 105%;
background-size: 105%;
background-position: center center;
position: relative;
overflow: hidden;
-moz-transition: all ease-in-out 0.7s;
-webkit-transition: all ease-in-out 0.7s;
-o-transition: all ease-in-out 0.7s;
}
.seccions a .img::before {
transform: scale(2.7) rotate(25deg);
content: "";
position: absolute;
width: 100%;
height: 100%;
-webkit-background-size: cover;
background-size: cover;
-moz-transition: all ease-in-out 0.7s;
-webkit-transition: all ease-in-out 0.7s;
-o-transition: all ease-in-out 0.7s;
}
.seccions a:hover .img {
-webkit-background-size: 100%;
background-size: 100%;
}
.seccions a:hover .img::before {
transform: scale(1) rotate(0deg);
}
.seccions a:nth-child(1) .img::before {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/marca1.svg);
}
.seccions a:nth-child(2) .img::before {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/marca2.svg);
}
.seccions a:nth-child(3) .img::before {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/marca3.svg);
}
.seccions a:nth-child(4) .img::before {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/marca4.svg);
}
.seccions a h3 span {
color: #1d3e97;
width: 100px;
background-image: linear-gradient(currentColor, currentColor);
background-position: 0% 100%;
background-repeat: no-repeat;
background-size: 0% 3px;
transition: all 1s;
}
.seccions a:hover h3 span {
background-size: 100% 3px;
} #compromesos {
padding: 200px 0 150px 0;
display: flex;
align-items: center;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/bg-compromesos.jpg);
-webkit-background-size: cover;
background-size: cover;
background-position: top center;
}
#compromesos>div {
flex: 1;
}
#compromesos>div:nth-child(1) {
text-align: right;
}
#compromesos>div:nth-child(1) img {
height: 100%;
}
.paddcompromesos {
padding-right: 50%;
}
.paddcompromesos p {
margin: 30px 0;
padding-left: 20px;
}
#compromesos strong { padding: 0 10px;
background-color: #d7da72;
}
#compromesos a.botons {
margin-top: 40px;
}
.arrelatshome { -webkit-background-size: cover;
background-size: cover;
background-position: center center;
display: flex;
justify-content: center;
align-items: center;
}
.arrelatshome>div {
width: 30%;
text-align: center;
}
.arrelatshome a.botons {
margin-top: 30px;
}
.visitar {
display: flex;
flex-direction: column;
padding: 90px 0; -webkit-background-size: cover;
background-size: cover;
background-position: center bottom;
}
.visitar>div {
flex: 1;
text-align: center;
}
.visitar>div p {
width: 685px;
margin: 20px auto;
}
.visitar a.botons {
margin-top: 30px;
}
.visitar>div:nth-child(2) {
display: flex;
}
.visitar>div:nth-child(2)>div {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
}
.visitar h2 {
font-size: inherit;
font-weight: inherit;
margin: 0;
}
.galeriavisitar {
width: 515px;
height: 390px;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/galeria-fotos.png);
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
display: flex;
justify-content: center;
}
.galeriavisitar .lagaleria {
background-color: white;
width: 365px;
border: 23px solid white;
-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.47);
-moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.47);
box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.47);
}
.galeriavisitar .lagaleria .slick-slide {
height: 315px;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
}
.galeriavisitar .lagaleria .slick-dots {
bottom: -75px;
}
.galeriavisitar .lagaleria .slick-dots li {
width: 14px;
}
.galeriavisitar .lagaleria .slick-dots li button:before {
font-size: 14px;
color: white;
opacity: 0.6;
}
.galeriavisitar .lagaleria .slick-dots li.slick-active button:before {
opacity: 1;
} #container_header_que_es {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/bg_que_es.png);
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
#container_header_que_es .center {
padding: 100px 0;
text-align: center;
}
#container_header_que_es .center .title {
margin: 0;
}
#container_header_que_es .center .title h1 {
max-width: 400px;
margin: 0 auto;
}
.blocs_que_es .center {
padding: 50px 200px 300px 200px;
text-align: center;
}
.blocs_que_es .center>.title {
max-width: 600px;
margin: 0 auto;
}
#bloc_blau_que_es {
background-color: #1d3e97;
color: #ffffff;
}
#bloc_verd_que_es {
background-color: #d7da72;
}
#bloc_crema_que_es {
background-color: #fdfcf5;
}
.content_blocs_que_es {
margin: -250px 0 100px 0;
position: relative;
}
.content_blocs_que_es .center {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
.content_blocs_que_es .center .bloc {
flex: 0 0 calc(50% - 50px);
margin: 0 25px;
}
.content_blocs_que_es .center .bloc .img {
width: 100%;
padding-bottom: 65%;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
}
.content_blocs_que_es .center .bloc .desc a {
text-decoration: underline;
}
.content_blocs_que_es .center .bloc h3.title {
font-weight: 500;
margin: 35px 0 20px 0;
}
.content_blocs_que_es .center .bloc .button {
margin-top: 25px;
}
.content_blocs_que_es .center .bloc .img .zig-zag {
position: absolute;
width: 50%;
height: 10px;
transform: rotate(5deg);
top: 85%;
left: -15%;
}
.content_blocs_que_es .center .bloc:last-child .zig-zag {
transform: rotate(-5deg);
top: 10%;
right: -15%;
left: inherit;
}
#blocs_blau_que_es .center .bloc:first-child .img .zig-zag svg path {
stroke: #9aa4cd;
}
#blocs_blau_que_es .center .bloc:last-child .img .zig-zag svg path {
stroke: #d7da72;
}
#blocs_verd_que_es .center .bloc:first-child .img .zig-zag svg path {
stroke: #d7da72;
}
#blocs_verd_que_es .center .bloc:last-child .img .zig-zag svg path {
stroke: #1d3e97;
}
#blocs_crema_que_es .center .bloc:first-child .img .zig-zag svg path {
stroke: #97b71a;
}
#blocs_crema_que_es .center .bloc:last-child .img .zig-zag svg path {
stroke: #9aa4cd;
}
#container_fundador_que_es {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/bg-compromesos.jpg);
-webkit-background-size: cover;
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
text-align: center;
padding: 200px 0 100px 0;
}
#container_fundador_que_es .frase {
background-color: #e3e59c;
padding: 30px 40px;
width: 60%;
margin: 0 auto 50px auto;
text-align: center;
}
#container_fundador_que_es .autor div:last-child {
font-weight: 800;
} .main_title_filosofia {
text-align: center;
margin: 100px 0;
}
.info_blocks_filosofia {
margin-bottom: 0 !important;
}
.info_blocks_filosofia .info_block_img {}
.info_blocks_filosofia .info_block_img .content {
position: relative;
}
.info_blocks_filosofia .info_block_img:first-child .content {
background-color: #1d3e97;
color: #ffffff;
}
.info_blocks_filosofia .info_block_img:last-child .content {
background-color: #fdfcf5;
justify-content: flex-start !important;
padding-top: 200px;
}
.info_blocks_filosofia .info_block_img .content .title {
margin-bottom: 25px !important;
}
.info_blocks_filosofia .info_block_img .content .title h3 {
font-family: "Utopia Std", sans-serif;
margin: 0; } .info_blocks_filosofia .info_block_img .content .floating {
position: absolute;
width: 90%;
left: 10%;
top: 55%;
}
.info_blocks_filosofia .info_block_img .content .floating .frase {
background-color: #9aa4cd;
padding: 15px 50px;
}
.info_blocks_filosofia .info_block_img .content .floating .frase h2 {
font-family: "Utopia Std", sans-serif;
font-weight: bold; margin: 0;
}
.info_blocks_filosofia .info_block_img .content .floating .autor {
width: 70%;
text-align: center;
margin-top: 20px;
}
.info_blocks_filosofia .info_block_img .content .floating .autor div:first-child { }
.info_blocks_filosofia .info_block_img .content .floating .autor div:last-child {
font-size: 14px;
font-weight: bold;
}
.info_blocks_filosofia .info_block_img .img {
padding-bottom: 41% !important;
} #container_valors_filosofia {
padding: 100px 0;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/bg_textura_big.jpg);
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
#container_valors_filosofia .center {}
#container_valors_filosofia .center .title {
text-align: center;
}
#container_valors_filosofia .center .title h3 {
font-family: "Utopia Std", sans-serif; margin: 0 0 50px 0;
} #container_valors_filosofia .center #valors_filosofia {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
#container_valors_filosofia .center #valors_filosofia .valor {
flex: 0 0 50%;
text-align: center;
padding: 0 135px;
margin-bottom: 50px;
}
#container_valors_filosofia .center #valors_filosofia .valor .img {}
#container_valors_filosofia .center #valors_filosofia .valor .img img {
max-width: 150px;
max-height: 150px;
}
#container_valors_filosofia .center #valors_filosofia .valor .title h4 {
font-family: "Gloria Hallelujah", cursive;
font-size: 26px;
font-weight: normal;
text-decoration: underline;
}
#container_valors_filosofia .center #valors_filosofia .valor .desc {
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
} #container_historia {
background-color: #fdfcf5;
}
#container_historia .center #cronologia {
padding: 100px 0;
}
#container_historia .center #cronologia .titol {
text-align: left;
}
#container_historia .center #cronologia .event h1 {
width: 45%;
margin: 0 auto;
}
#container_historia .center #cronologia .event {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
padding: 30px 0;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/bg_timeline.gif);
background-position: center center;
background-repeat: repeat-y;
}
#container_historia .center #cronologia .event:first-child {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/bg_timeline_1.gif);
}
#container_historia .center #cronologia .event:last-child {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/bg_timeline_2.gif);
}
#container_historia .center #cronologia .event:nth-child(odd) {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-direction: row-reverse;
-moz-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
-o-flex-direction: row-reverse;
flex-direction: row-reverse;
}
#container_historia .center #cronologia .event>div {
flex: 0 0 50%;
}
#container_historia .center #cronologia .event .container_img .img {
width: 60%;
padding-bottom: 60%;
margin: 0 auto;
-webkit-background-size: contain;
background-size: contain;
background-position: center top;
background-repeat: no-repeat;
}
#container_historia .center #cronologia .event:nth-child(odd) .content {
text-align: right;
}
#container_historia .center #cronologia .event .content .separator {
margin: 10px 0 35px 0;
}
#container_historia .center #cronologia .event .content .year,
#container_historia .center #cronologia .event .content .desc {
padding-left: 85px;
}
#container_historia .center #cronologia .event:nth-child(odd) .content .year,
#container_historia .center #cronologia .event:nth-child(odd) .content .desc {
padding-left: 0;
padding-right: 85px;
} #header_model .title {
text-align: center;
max-width: 315px;
margin: 0 auto 100px auto;
}
#container_sentit_model .green_block {
background-color: #d7da72;
padding: 50px 0 25px 0;
}
#container_sentit_model .green_block .center .title {
text-align: center;
width: 40%;
margin: 0 auto;
}
#container_sentit_model .green_block .center .desc {
text-align: center;
margin: 50px 0;
}
#container_sentit_model .white_block {
padding: 25px 0;
margin-bottom: 100px;
}
#container_sentit_model .container_list {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
}
#container_sentit_model .container_list>div {
flex: 0 0 50%;
padding: 0 25px;
position: relative;
}
#container_sentit_model .container_list .list ul {
padding-left: 0;
}
#container_sentit_model .container_list .list ul li {
margin-bottom: 10px;
}
#container_sentit_model .container_list>div .img {
position: absolute;
right: 0;
top: 0;
width: calc(100% - 50px);
height: 700px;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
} #container_entitats {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/bg_textura_big.jpg);
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
padding: 50px 0;
}
#container_entitats .center>.title {
text-align: center;
width: 33%;
margin: 0 auto 25px auto;
}
#container_entitats .center>.desc {
text-align: center;
width: 66%;
margin: 0 auto 50px auto;
}
#container_entitats .center #entitats {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#container_entitats .center #entitats .entitat {
flex: 0 0 50%;
padding: 50px 50px;
position: relative;
min-height: 375px;
}
#container_entitats .center #entitats .entitat:before {
content: "";
position: absolute;
top: 0;
left: 50px;
width: 100%;
height: 14px;
-webkit-background-size: contain;
background-size: contain;
background-position: center left;
background-repeat: no-repeat;
}
#container_entitats .center #entitats .entitat:first-child:before {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/zigzag-groc.svg);
}
#container_entitats .center #entitats .entitat:nth-child(2):before {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/zigzag.svg);
}
#container_entitats .center #entitats .entitat:nth-child(3):before {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/zigzag_light.svg);
}
#container_entitats .center #entitats .entitat:nth-child(4):before {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/zigzag-verd.svg);
}
#container_entitats .center #entitats .entitat .number {
position: absolute;
top: 50px;
left: 0;
right: 0;
margin: 0 auto;
font-family: "Utopia Std";
font-size: 500px;
color: #9aa4cd;
opacity: 0.2;
font-weight: 800;
line-height: 0.7;
text-align: center;
}
#container_entitats .center #entitats .entitat .title {
font-weight: 500;
width: 75%;
} .container_lucre {
background-color: #1d3e97;
color: #ffffff;
padding: 50px 0;
margin-bottom: 200px;
}
.container_lucre .center .title {
text-align: center;
}
.container_lucre .center .content {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
}
.container_lucre .center .content>div {
flex: 0 0 calc(50% - 100px);
margin: 0 50px;
position: relative;
}
.container_lucre .center .content .img .inner {
position: absolute;
top: 0;
left: 50px;
height: 550px;
width: 100%;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
} #container_balanc {
background-color: #d7da72;
padding-bottom: 50px;
margin-bottom: 200px;
}
#container_balanc .center .title {
text-align: center;
width: 40%;
margin: 0 auto;
padding: 50px 0;
}
#container_balanc .center .content {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
#container_balanc .center .content>div {
flex: 0 0 50%;
padding: 0 25px;
position: relative;
}
#container_balanc .center .content .desc ul {
padding-left: 0;
}
#container_balanc .center .content>div .img {
position: absolute;
right: 0;
left: 0;
margin: 0 auto;
top: 0;
width: calc(100% - 50px);
height: 500px;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
} #container_admin_public .center {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#container_admin_public .center .separator {
text-align: center;
margin: 25px 0;
}
#container_admin_public .center .pagament {
flex: 0 0 calc(50% - 10px);
margin: 0 5px;
}
#container_admin_public .center .pagament .title {
text-align: center;
width: 75%;
margin: 0 auto;
}
#container_admin_public .center .benefici {
flex: 0 0 calc(50% - 10px);
margin: 0 5px;
}
#container_admin_public .center .benefici .title {
text-align: center;
width: 75%;
margin: 0 auto;
}
#container_admin_public .center .bloc_verd {
background-color: #e3e59c;
padding: 25px;
margin-bottom: 10px;
text-align: center;
font-size: 16px;
}
#container_admin_public .center .desc {
flex: 0 0 100%;
text-align: center;
margin: 50px 0 100px 0;
} #container_reconegut {
position: relative;
padding-bottom: 250px;
}
#container_reconegut .bloc_beige {
background-color: #fdfcf5;
padding: 50px 0 250px 0;
}
#container_reconegut .bloc_beige .center .title {
max-width: 400px;
margin: 0 auto;
text-align: center;
}
#container_reconegut .bloc_blanc .center {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
margin-top: -200px;
}
#container_reconegut .bloc_blanc .center>div {
flex: 0 0 calc(50% - 100px);
margin: 0 50px;
}
#container_reconegut .bloc_blanc .center>div .title {
font-weight: 500;
}
#container_reconegut .bloc_blanc .center .premis .desc ul {
padding-left: 0;
}
#container_reconegut .bloc_verd {
position: absolute;
left: 0;
bottom: 50px;
background-color: #d7da72;
width: 48%;
padding: 25px 100px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: flex-end;
}
#container_reconegut .bloc_verd .desc {
width: 55%;
font-family: "Utopia Std";
line-height: 1.2;
font-weight: 800;
font-size: calc(20px + 5 * (100vw - 500px) / 1500);
}
@media (min-width: 2000px) {
#container_reconegut .bloc_verd .desc {
font-size: 25px;
}
}
#container_reconegut .bloc_verd img {
width: 150px;
top: -75px;
right: -75px;
position: absolute;
} #header_child_cat.fundador .header_bg>div:first-child {
background-color: #ffffff;
}
#header_child_cat.fundador .center {
padding-bottom: 50px;
}
#header_child_cat.fundador .center .subtitle {
margin: 100px 0 0 0;
}
#container_content_fundador {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/bg_textura_big.jpg);
}
#container_content_fundador .overlay {
background-color: rgba(154, 164, 205, 0.4);
} #container_content_fundador .bloc_1>.title,
#container_content_fundador .bloc_2>.title {
text-align: center;
padding: 50px 0;
}
#container_content_fundador .bloc_1>.title h2,
#container_content_fundador .bloc_2>.title h2 {
font-weight: 500;
width: 350px;
margin: 0 auto 50px auto;
}
#container_content_fundador #container_info_blocks .info_block_subcat .video {
padding-bottom: 32%;
}
#container_content_fundador .info_block_img.info_block_subcat .content {
background-color: transparent;
padding: 50px 0px 120px 60px !important;
color: inherit;
}
#container_content_fundador .info_block_img.info_block_subcat .content .desc{
max-width: 750px;
padding-right: 50px;
}
#container_content_fundador .info_block_img.info_block_subcat .content .floating {
top: 70%;
left: 5%;
width: 95%;
}
#container_content_fundador .info_block_img.info_block_subcat .content .floating .frase {
padding: 15px 40% 15px 50px;
background-color: #e3e59c;
font-style: italic;
}
#container_content_fundador .info_block_img.info_block_subcat .content .title h3 {
font-weight: 500;
}
#container_content_fundador .bloc_1 .frase_center,
#container_content_fundador .bloc_2 .frase_center {
text-align: center;
}
#container_content_fundador .bloc_1 .frase_center .frase,
#container_content_fundador .bloc_2 .frase_center .frase {
margin: 50px auto;
text-transform: uppercase;
font-weight: 800;
max-width: 800px;
} #container_content_fundador .bloc_2 .sub_blocs>div .center {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
}
#container_content_fundador .bloc_2 .sub_blocs>div .center>div {
flex: 0 0 50%;
padding: 0 50px;
}
#container_content_fundador .bloc_2 .sub_blocs .sub_bloc_2 {
position: relative;
}
#container_content_fundador .bloc_2 .sub_blocs .sub_bloc_2 .floating {
position: absolute;
left: 0;
width: 50%;
top: 0;
padding: 25px 25px 25px 22%;
background-color: #e3e59c;
font-style: italic;
}
#container_content_fundador .bloc_2 .sub_blocs .sub_bloc_2 .center div>p:first-child {
margin-top: 0;
}
#container_content_fundador .bloc_2 .frase_center {
margin-top: 50px;
}
#container_content_fundador .bloc_2 .frase_center h3 {
font-weight: 500;
} #container_content_fundador .bloc_3 {
text-align: center;
padding: 100px 0;
}
#container_content_fundador .bloc_3 .frase {
background-color: #e3e59c;
padding: 25px 100px;
width: 75%;
margin: 0 auto 35px auto;
font-weight: 800;
font-family: "Utopia Std";
font-size: calc(16px + 6 * (100vw - 500px) / 1500);
line-height: 1.2;
}
@media (min-width: 2000px) {
#container_content_fundador .bloc_3 .frase {
font-size: 22px;
}
} .page-template-page-com_arribar {
background-color: #fdfcf5;
}
#main_title {
padding: 75px;
text-align: center;
}
.page-template-page-atencio_consumidor #main_title{
padding:25px;
}
#main_title .title,
#main_title h1 {
font-family: "Utopia Std", sans-serif;
font-weight: normal;
font-size: calc(30px + 35 * (100vw - 500px) / 1500);
}
@media (min-width: 2000px) {
#main_title .title,
#main_title h1 {
font-size: 65px;
}
}
#header_child_cat.com_arribar .center {
padding: 0;
}
#header_child_cat.com_arribar .center .title {
width: 28%;
}
#header_child_cat.com_arribar .center .title h1 { font-weight: bold;
} #header_child_cat .separator {
margin: 75px 0;
}
#header_child_cat.com_arribar .center ul {
padding-left: 15px; } #header_child_cat.com_arribar .center ul li {
margin-bottom: 15px;
line-height: 1.2;
}
.sub_header_arribar .center {
text-align: center;
}
.sub_header_arribar .center .frase {
padding-top: 50px;
font-weight: 500;
font-size: 16px;
}
.sub_header_arribar a {
font-family: "Utopia Std", sans-serif;
font-size: 25px;
color: #9aa4cd;
border-right: 1px solid #9aa4cd;
padding: 0 10px 5px 10px;
text-decoration: none;
background-image: linear-gradient(currentColor, currentColor);
background-position: center bottom;
background-repeat: no-repeat;
background-size: 0% 1px, auto;
transition: background-size 0.3s;
}
.sub_header_arribar a:last-child {
border-right: 0;
}
.sub_header_arribar a:hover {
background-size: calc(100% - 20px) 1px, auto;
}
#container_content_arribar #container_llocs .lloc>.title,
#container_content_arribar #container_arribar_peu>.title,
#container_content_arribar #container_arribar_bicicleta>.title {
text-align: center;
}
#container_content_arribar #container_llocs .lloc .title h3,
#container_content_arribar #container_arribar_peu .title h4,
#container_content_arribar #container_arribar_bicicleta .title h4 {
position: relative;
margin-bottom: 10px; } #container_content_arribar #container_llocs .lloc .title h3:after,
#container_content_arribar #container_arribar_peu .title h4:after,
#container_content_arribar #container_arribar_bicicleta .title h4:after {
content: "";
position: absolute;
top: 110%;
left: 0;
right: 0;
margin: 0 auto;
width: 380px;
height: 15px;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/zigzag.svg);
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
#container_content_arribar #container_llocs .lloc .content,
#container_content_arribar #container_arribar_peu .content,
#container_content_arribar #container_arribar_bicicleta .content {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
}
#container_content_arribar #container_llocs .lloc .content>div,
#container_content_arribar #container_arribar_peu .content>div,
#container_content_arribar #container_arribar_bicicleta .content>div {
flex: 0 0 48%;
}
#container_content_arribar #container_llocs .lloc .content>div .title h4,
#container_content_arribar #container_arribar_peu .content .title,
#container_content_arribar #container_arribar_bicicleta .content .title { font-weight: normal;
margin: 100px 0 25px 0;
} #container_content_arribar #container_llocs .lloc .link {
text-align: center;
padding: 50px 0;
}
#container_content_arribar #container_arribar_peu .link,
#container_content_arribar #container_arribar_bicicleta .link {
padding: 50px 0;
}
#container_content_arribar #container_arribar_bicicleta {
padding: 50px 0;
margin-bottom: 100px;
}
#container_content_arribar #container_arribar_bicicleta {
position: relative;
}
#container_content_arribar #container_arribar_bicicleta:after {
content: "";
position: absolute;
top: 100%;
left: 0;
right: 0;
margin: 0 auto;
width: 380px;
height: 15px;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/zigzag.svg);
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
#container_bottom_arribar .recordatori {
background-color: rgba(154, 164, 205, 0.5);
padding: 25px 100px;
position: relative;
}
#container_bottom_arribar .recordatori .icon {
width: 125px;
position: absolute;
top: -60px;
left: -60px;
}
#container_bottom_arribar .frase {
text-align: center;
padding: 50px 0; }  #container_bg_garrotxa {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/bg_textura_big.jpg);
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
padding-bottom: 50px;
}
#header_child_cat.garrotxa {
z-index: 1;
}
#header_child_cat.garrotxa .header_bg>div:first-child {
background-color: transparent;
}
#header_child_cat.garrotxa .center {
padding: 50px 0 0 0;
}
#header_child_cat.garrotxa .title {
font-weight: normal;
}
#container_content_garrotxa .center .separator {
margin: 50px 0;
text-align: center;
}
#container_content_garrotxa .center .content {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
}
#container_content_garrotxa .center .content .video {
flex: 0 0 45%;
padding-bottom: 30%;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
cursor: pointer;
}
#container_content_garrotxa .center .content .video .blue_overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
}
#container_content_garrotxa .center .content .desc {
flex: 0 0 50%;
padding-top: 25px;
} #container_que_fer .header {
background-color: #d7da72;
text-align: center;
position: relative;
padding: 25px 0;
}
#container_que_fer .header .title {
margin: 0;
}
#container_que_fer .header .separator {
position: absolute;
left: 0;
right: 0;
bottom: -13px;
}
#container_que_fer .content {
background-color: #ffffff;
padding-bottom: 100px;
}
#container_que_fer .content .center .desc {
text-align: center;
padding: 50px 100px;
}
#container_que_fer .content .center .logos {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#container_que_fer .content .center .logos .logo {
flex: 0 0 30%;
} #header_serveis {
text-align: center;
padding: 120px 25%;
}
#header_serveis h1 {
margin-bottom: 50px;
}
#container_content_serveis .container_parent_cat:nth-child(even) .content {
background-color: #d7da72;
}  #container_header_servei .title {
text-align: center;
padding: 0 15% 120px 15%;
}
#container_principal_servei {
position: relative;
margin-bottom: 100px;
}
#container_principal_servei .superior {
background-color: #d7da72;
}
#container_principal_servei .superior .center .desc {
width: 50%;
padding: 75px 0;
}
#container_principal_servei .inferior .center .desc {
width: 50%;
text-transform: uppercase;
font-weight: 800;
line-height: 2;
font-size: 14px;
padding: 25px 0 0 0;
}
#container_principal_servei .inferior .center .desc ul {
margin: 0;
}
#container_principal_servei .img {
position: absolute;
top: 50px;
right: 15%;
width: 33%;
height: 100%;
background-color: teal;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
} #container_oferim_servei {
background-color: #1d3e97;
color: #ffffff;
margin-bottom: 250px;
}
#container_oferim_servei .center {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
position: relative;
}
#container_oferim_servei .center>* {
margin: 0 25px;
}
#container_oferim_servei .center .title {
flex: 0 0 100%;
text-align: center;
margin: 50px 0;
}
#container_oferim_servei .center .img { 
position: absolute;
left: 0;
top: 225px;
height: 600px;
width: calc(50% - 50px);
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
#container_oferim_servei .center .desc {
flex: 0 0 calc(50% - 50px);
margin-bottom: 50px;
font-size: 14px;
line-height: 2;
} #container_destacats_servei {
margin-bottom: 100px;
}
#container_destacats_servei .center .title {
text-align: center;
margin-bottom: 50px;
font-weight: 500;
}
#container_destacats_servei .center .title h2 {
font-weight: 500;
}
#container_destacats_servei .center .content .projectes {
column-count: 2;
column-gap: 100px;
}
#container_destacats_servei .center .content .projectes .projecte {
margin-bottom: 25px;
}
#container_destacats_servei .center .content .projectes .projecte span {
font-weight: 800;
}
#container_destacats_servei .center .text {
width: 66%;
margin: 0 auto;
text-align: center;
}
#container_destacats_servei .center .text a{
text-decoration: underline;
}
#container_destacats_servei .content .text_block {
margin-bottom: 55px;
} #container_formulari_servei {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/bg-compromesos.jpg);
-webkit-background-size: cover;
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
padding: 150px 0 50px 0;
}
#container_formulari_servei .center {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
#container_formulari_servei .center>* {
flex: 0 0 50%;
}
#container_formulari_servei .center .info {
padding-right: 150px;
}
#container_formulari_servei ul.gform_fields {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
} #container_altres_serveis .center {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
padding: 100px 200px;
}
#container_altres_serveis .center>.title {
flex: 0 0 100%;
text-align: center;
margin-bottom: 50px;
}
#container_altres_serveis .center>.title .separator {
margin-top: 25px;
}
#container_altres_serveis .center .servei {
flex: 0 0 calc(50% - 50px);
margin: 0 25px;
}
#container_altres_serveis .center .servei .img {
width: 100%;
height: 250px;
-webkit-background-size: cover;
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
}
#container_altres_serveis .center .servei .title {
margin: 40px 0 25px 0;
}
#container_altres_serveis .center .servei .desc {
margin-bottom: 25px;
} #container_header_visites {
padding-top: 150px;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
#container_header_visites .center .content {
width: 50%;
background-color: #fdfcf5;
padding: 80px 50px;
}
#container_header_visites .center .content .separator {
text-align: center;
margin: 50px 0;
}
#container_header_visites .center .content .sub_1,
#container_header_visites .center .content .sub_2 {
margin: 0;
}
#container_header_visites .center .content .sub_1 h1,
#container_header_visites .center .content .sub_2 h2 {
font-size: inherit;
font-weight: inherit;
margin: 0;
}
#container_header_visites .center .content .desc {
margin-top: 25px;
} #container_visites {
padding: 50px;
}
#container_visites .center .header {
text-align: center;
margin-bottom: 50px;
}
#container_visites .center .header .title h2 {
margin: 0 0 10px 0;
font-weight: inherit;
}
#container_visites .center #visites {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#container_visites .center #visites .visita {
flex: 0 0 48%;
padding: 25px;
margin-bottom: 50px;
}
#container_visites .center #visites .visita .img {
position: relative;
}
#container_visites .center #visites .visita:nth-child(odd) .img:before {
content: "";
position: absolute;
top: 85%;
left: -25%;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/zigzag_light.svg);
width: 66%;
height: 13px;
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
z-index: 1;
}
#container_visites .center #visites .visita:nth-child(even) .img:before {
content: "";
position: absolute;
top: 15%;
right: -25%;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/zigzag-verd.svg);
width: 66%;
height: 13px;
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
z-index: 1;
}
#container_visites .center #visites .visita .title h3 {
font-weight: normal;
margin: 25px 0 50px 0;
}
#container_visites .center #visites .visita .content>div {
padding-left: 50px;
margin-bottom: 25px;
position: relative;
}
#container_visites .center #visites .visita .content>div:before {
content: "";
position: absolute;
top: -5px;
left: 0;
width: 35px;
height: 35px;
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
#container_visites .center #visites .visita .content .info:before {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/icon_visites_info.svg);
}
#container_visites .center #visites .visita .content .people:before {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/icon_visites_people.svg);
}
#container_visites .center #visites .visita .content .calendar:before {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/icon_visites_calendar.svg);
}
#container_visites .center #visites .visita .content .time:before {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/icon_visites_durada.svg);
}
#container_visites .center #visites .visita .content .price:before {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/icon_visites_preu.svg);
}
#container_visites .center #visites .visita .link {
margin-top: 50px;
} #container_arribar_visites .visites .header_bg>div:first-child {
background-color: #1d3e97;
}
#container_arribar_visites .visites .center {
color: #ffffff !important;
padding: 120px 0;
}
#container_arribar_visites .visites .center>* {
width: 33%;
}
#container_arribar_visites .visites .center .title {
margin-bottom: 50px;
font-weight: 500;
}
#container_arribar_visites .visites .center .desc {
margin-bottom: 50px;
}
#container_arribar_visites .visites .center .desc a {
color: #fff;
} #container_dubtes_visites {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/bg_textura_big.jpg);
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
#container_dubtes_visites .overlay {
background-color: rgba(154, 164, 205, 0.6);
text-align: center;
}
#container_dubtes_visites .center {
padding: 100px 100px 150px;
}
#container_dubtes_visites .center .desc {
margin-bottom: 50px;
} #container_garrotxa_visites {
background-color: #d7da72;
text-align: center;
padding-bottom: 100px;
}
#container_garrotxa_visites .galeria .center {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
position: relative;
padding: 0 210px;
}
#container_garrotxa_visites .galeria .img_1,
#container_garrotxa_visites .galeria .img_3 {
margin-top: -50px;
}
#container_garrotxa_visites .galeria .img_2 {
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
top: -75px;
z-index: 1;
}
#container_garrotxa_visites>.center .title {
width: 33%;
margin: 0 auto;
}
#container_garrotxa_visites .center .desc {
width: 60%;
margin: 25px auto 50px auto;
} #container_sostenible_visites {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/bg_textura_big.jpg);
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
padding: 100px 0;
}
#container_sostenible_visites .center {
padding: 0 150px;
}
#container_sostenible_visites .center .icon {
text-align: center;
}
#container_sostenible_visites .center .icon img {
max-width: 150px;
}
#container_sostenible_visites .center .title {
text-align: center;
} #header_child_cat.tax_visites .header_bg>div:first-child {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/bg_textura_big.jpg);
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
}
#header_child_cat.tax_visites .header_bg>div:first-child .overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(154, 164, 205, 0.6);
}
#header_child_cat.tax_visites .subtitle {
margin: 50px 0 0 0 !important;
}
#header_child_cat.tax_visites .subtitle h2.titolpetit {
font-weight: normal;
}
#header_child_cat.tax_visites .desc {
margin-bottom: 50px;
}
#header_child_cat.tax_visites .calendar {
padding-left: 50px;
margin-bottom: 25px;
position: relative;
}
#header_child_cat.tax_visites .reserva {
padding-left: 50px;
position: relative;
}
#header_child_cat.tax_visites .calendar:before {
content: "";
position: absolute;
top: -5px;
left: 0;
width: 35px;
height: 35px;
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/icon_visites_calendar.svg);
}
#header_child_cat.tax_visites .reserva:before {
content: "";
position: absolute;
top: -5px;
left: 0;
width: 35px;
height: 35px;
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/icon_visites_reserves.svg);
} #container_visites .center .contact {
width: 50%;
margin: 0 auto;
}
#container_visites .center .contact .title {
text-align: center;
}
#container_visites .center .contact .separator {
text-align: center;
}
#container_visites .center .contact .content {
padding-top: 50px;
} #container_material {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/bg_textura_big.jpg);
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
}
#container_material .overlay {
background-color: rgba(154, 164, 205, 0.6);
padding: 50px 0 50px 0;
}
#container_material .overlay .center>.title {
text-align: center;
margin-bottom: 25px;
}
#container_material .overlay .center>.title h2 {
margin: 0;
}
#container_material .overlay .center .desc {
text-align: center;
margin-bottom: 50px;
}
#container_material .overlay .center #material {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#container_material .overlay .center #material .item_material {
flex: 0 0 48%;
}
#container_material .overlay .center #material .item_material .content {
position: relative;
padding-left: 125px;
}
#container_material .overlay .center #material .item_material .content:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100px;
height: 125px;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/icon_pdf.svg);
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
#container_material .overlay .center #material .item_material .content .title {
font-weight: bold;
text-transform: uppercase;
}
#container_material .overlay .center #material .item_material .content>div {
margin: 20px 0;
}
#container_material .overlay .center #material .item_material .content a {
text-decoration: underline;
} #container_main_content_visita {
background-color: #fdfcf5;
padding-bottom: 100px;
overflow: hidden;
}
#container_main_content_visita .breadcrumbs {
padding-top: 50px;
}
#container_main_content_visita .center>.title {
text-align: center;
margin-bottom: 80px;
}
#container_main_content_visita .center #main_content_visita {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
}
#container_main_content_visita .center #main_content_visita .item {
flex: 0 0 50%;
}
#container_main_content_visita .center #main_content_visita .item .title {
background-color: rgba(215, 218, 114, 0.7);
padding: 10px 20px 10px 115px;
position: relative;
}
#container_main_content_visita .center #main_content_visita .item .title:before {
content: "";
position: absolute;
top: 6px;
left: 65px;
width: 35px;
height: 35px;
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
#container_main_content_visita .center #main_content_visita .item.quan .title:before {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/icon_visites_calendar.svg);
}
#container_main_content_visita .center #main_content_visita .item.durada .title:before {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/icon_visites_durada.svg);
}
#container_main_content_visita .center #main_content_visita .item.edat .title:before {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/icon_visites_edat.svg);
}
#container_main_content_visita .center #main_content_visita .item.horari .title:before {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/icon_visites_horari.svg);
}
#container_main_content_visita .center #main_content_visita .item.reserves .title:before {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/icon_visites_reserves.svg);
}
#container_main_content_visita .center #main_content_visita .item.preu .title:before {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/icon_visites_preu.svg);
}
#container_main_content_visita .center #main_content_visita .item .content {
padding-left: 115px;
min-height: 80px;
}
#container_main_content_visita .center #main_info_visita {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
margin-top: 50px;
}
#container_main_content_visita .center #main_info_visita>div {
flex: 0 0 50%;
}
#container_main_content_visita .center #main_info_visita .content {
padding: 75px 50px 25px 50px;
background-color: rgba(215, 218, 114, 0.7);
}
#container_main_content_visita .center #main_info_visita .content .title h2 {
margin: 0;
}
#container_main_content_visita .center #main_info_visita .img {
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
}
#container_main_content_visita .center #main_info_visita .img:before {
content: "";
position: absolute;
top: 5%;
right: -25%;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/zigzag.svg);
width: 66%;
height: 13px;
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
z-index: 1;
transform: rotate(-10deg);
}
#container_main_content_visita .center .link {
margin: 100px 0 0 0;
text-align: center;
} #container_que_portar {
text-align: center;
padding: 50px 0;
}
#container_que_portar .center .title h2 {
margin: 0 0 10px 0;
font-weight: normal;
}
#container_que_portar .center .content {
margin-top: 25px;
} #container_altres_visites .bg_color {
background-color: rgba(154, 164, 205, 0.7);
padding: 75px 0 200px 0;
}
#container_altres_visites .bg_color .title {
text-align: center;
}
#container_altres_visites .bg_color .title h3 {
margin: 0;
}
#slider_visites {
margin-top: -150px;
margin-bottom: 50px;
}
#slider_visites .visita {
margin: 0 20px;
}
#slider_visites .visita .title h3 {
font-weight: normal;
}
#slider_visites .visita .img {
padding-bottom: 100%;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
#slider_visites .visita .content {
margin: 25px 0;
} #container_header_ambit .center {
text-align: center;
}
#container_header_ambit .center .breadcrumbs {
text-align: left;
}
#container_header_ambit .center ul li {
border-color: #9aa4cd;
}
#container_header_ambit .center ul li a {
color: #9aa4cd;
}
#container_header_ambit .center ul li:nth-child(1) a:hover{
color:#B5CFEE;
}
#container_header_ambit .center ul li:nth-child(2) a:hover{
color:#CFE5C7;
}
#container_header_ambit .center ul li:nth-child(3) a:hover{
color:#EF8F52;
}
#container_header_ambit .center ul li:nth-child(4) a:hover{
color:#225CA8;
}
#container_header_ambit .center ul li:nth-child(5) a:hover{
color:#225CA8;
}
#container_jardineria_empresarial .overlay,
#container_melmelades_empresarial .overlay {
background-color: rgba(215, 218, 114, 0.4);
}
#container_ramaderia_empresarial .overlay,
#container_atencio_empresarial .overlay {
background-color: rgba(154, 164, 205, 0.4);
}
#container_ramaderia_empresarial .img {
position: relative;
}
#container_ramaderia_empresarial .content_overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#container_ramaderia_empresarial .content_overlay img {
position: absolute;
width: 130px;
height: 130px;
bottom: -65px;
right: -65px;
-webkit-animation: spin 5s linear infinite;
-moz-animation: spin 5s linear infinite;
animation: spin 5s linear infinite;
}
#container_ramaderia_empresarial .content_overlay .hidden_content {
position: absolute;
width: 250px;
height: 250px;
bottom: -5px;
right: -5px;
border-radius: 50%;
padding: 25px;
background-color: #ffffff;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
color: #9aa4cd;
font-family: "Utopia Std";
font-size: 18px;
line-height: 1.2;
opacity: 0;
-moz-transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
-o-transition: all ease-in-out 0.4s;
}
#container_lactics_empresarial .center>.separator {
margin: 75px 0 100px 0;
text-align: center;
}
.block_empresarial {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/bg_textura_big.jpg);
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.block_empresarial.nobg{
background: transparent !important;
}
.block_empresarial .center {
padding: 75px 0;
}
.block_empresarial .center>.header {
text-align: center;
margin-bottom: 50px;
}
.block_empresarial .center>.intro {
text-align: center;
max-width: 900px;
margin: 0px auto;
margin-bottom: 80px;
font-size: 17px;
}
.block_empresarial .center>.header .title {
font-weight: 800;
margin-bottom: 15px;
}
.block_empresarial .center>.content,
.block_empresarial #container_postres,
.block_empresarial #container_gelats {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.block_empresarial .center>.content>div,
.block_empresarial #container_postres>div,
.block_empresarial #container_gelats>div {
flex: 0 0 calc(48% - 50px);
margin: 0 25px;
}
.block_empresarial .img {
min-height: 450px;
position: relative;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.block_empresarial .img.video{
cursor: pointer;
background-size: contain !important;
min-height: inherit;
}
.block_empresarial .img.video::after{
content:"";
position: absolute;
top:calc(50% - 50px);
left:calc(50% - 50px);
width:100px;
height: 100px;
background: url(https://www.fageda.com/wp-content/themes/lafageda/img/icon_play.svg) no-repeat center center;
background-size: contain;
}
.block_empresarial .img .border_overlay {
position: absolute;
width: calc(100% + 15px);
height: calc(100% + 15px);
background-color: transparent;
border: 15px solid #c2c8e1;
left: -30px;
top: -30px;
}
#container_ramaderia_empresarial .border_overlay,
#container_atencio_empresarial .border_overlay {
border: 15px solid #d7da72;
}
.block_empresarial .center>.content .desc {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
justify-content: center;
}
.block_empresarial .center>.content .button {
margin-top: 50px;
} #container_xifres_empresarial .content .xifra {
flex: 0 0 calc(25% - 50px);
margin: 0 25px;
text-align: center;
margin-bottom: 45px;
}
#container_xifres_empresarial .content .xifra .icon img {
max-width: 120px;
max-height: 100px;
}
#container_xifres_empresarial .content .xifra .number {
font-weight: bold;
line-height: 1;
font-size: calc(25px + 30 * (100vw - 500px) / 1500);
}
@media (min-width: 2000px) {
#container_xifres_empresarial .content .xifra .number {
font-size: 55px;
}
}
#container_xifres_empresarial .content .xifra .unit {
min-height: 50px;
font-weight: bold;
text-transform: uppercase;
font-size: calc(20px + 5 * (100vw - 500px) / 1500);
}
@media (min-width: 2000px) {
#container_xifres_empresarial .content .xifra .unit {
font-size: 25px;
}
}
#container_xifres_empresarial .content .xifra .desc {
font-size: calc(16px + 4 * (100vw - 500px) / 1500);
font-family: "Utopia Std";
line-height: 1.2;
}
@media (min-width: 2000px) {
#container_xifres_empresarial .content .xifra .desc {
font-size: 20px;
}
}
#container_xifres_empresarial .content .separator {
flex: 0 0 100%;
text-align: center;
margin: 50px 0;
opacity: 0 !important;
}
.desc a,
.info a,
.content_tab a {
text-decoration: underline;
} .block_empresarial #container_superior,
.block_empresarial #container_inferior {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
.block_empresarial #container_superior>div,
.block_empresarial #container_inferior>div {
flex: 0 0 calc(48% - 50px);
margin: 0 25px;
margin-bottom: 25px;
}
.block_empresarial #container_inferior {
flex-direction: row-reverse;
}
.block_empresarial .center>.separator {
margin: 75px 0 100px 0;
text-align: center;
}
.block_empresarial h3 {
font-weight: 500;
}
#container_area_ocupacional #container_inferior,
#container_area_habitatges #container_inferior {
flex-direction: row;
flex-wrap: wrap;
}
#container_area_laboral {
padding-bottom: 100px;
}
#container_area_ocupacional .overlay {
background-color: rgba(215, 218, 114, 0.4);
}
#container_area_formativa .overlay {
background-color: rgba(215, 218, 114, 0.4);
}
#container_area_habitatges .overlay {
background-color: rgba(154, 164, 205, 0.4);
}
#container_saber_mes_tabs #header_tabs {
padding: 0; list-style: none;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center; }
#container_saber_mes_tabs #header_tabs li {
flex: 0 0 33%;
text-align: center;
padding: 25px 50px;
text-transform: uppercase;
font-weight: 800;
position: relative;
}
#container_saber_mes_tabs h4 {
margin: 0;
}
#container_saber_mes_tabs #header_tabs li a {
color: #c2c8e1;
}
#container_saber_mes_tabs #header_tabs li.ui-tabs-active a {
color: inherit;
}
#container_saber_mes_tabs #header_tabs li:after {
content: "";
position: absolute;
top: 100%;
left: 0;
right: 0;
margin: 0 auto;
width: 35px;
height: 35px;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/down_arrow.svg);
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
#container_saber_mes_tabs #header_tabs li.ui-tabs-active:after {
transform: rotate(180deg);
}
#container_saber_mes_tabs .content_tab {
padding: 100px 0 50px 0;
}
#container_area_habitatges #container_superior {
flex-direction: row-reverse;
}
#container_area_habitatges .img .border_overlay {
border-color: #d7da72;
} .foto.video-col {
position: relative;
overflow: hidden;
background-color: #EF8F52;
display: flex;
align-items: center;
justify-content: center;
}
.foto.video-col .video-background-wrapper {
position: relative;
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
z-index: 1; 
}
.foto.video-col .video-background-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
object-fit: contain;
}
@media (min-width: 1279px) {
.videohabitatge .text .content{
max-width:700px !important;
padding: 40px 50px !important;
}
}
@media (max-width: 768px) {
.foto.video-col {
min-height: auto; }
} #header_child_cat.les_persones .header_bg>div:first-child {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/bg_textura_big.jpg);
background-color: #ffffff;
flex: 0 0 55%;
}
#header_child_cat.les_persones .header_bg>div:last-child {
flex: 0 0 45%;
}
#header_child_cat.les_persones .center {
padding: 100px 0 250px 0;
position: relative;
}
#header_child_cat.les_persones .center .title {
width: 35%;
margin-bottom: 50px;
}
#header_child_cat.les_persones .center .container_cita {
position: absolute;
left: 10%;
bottom: 50px;
width: 80%;
padding: 25px;
background-color: #e3e59c;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
}
#header_child_cat.les_persones .center .container_cita .cita {
flex: 0 0 100%;
text-align: center;
font-family: "Utopia Std";
font-weight: bold;
font-size: calc(20px + 5 * (100vw - 500px) / 1500);
line-height: 1.2;
}
@media (min-width: 2000px) {
#header_child_cat.les_persones .center .container_cita .cita {
font-size: 23px;
}
}
#header_child_cat.les_persones .center .container_cita .autor {
flex: 0 0 40%;
text-align: center;
}
#header_child_cat.les_persones .center .container_cita .autor .cargo {
font-weight: 800;
} #container_content_persones .row:nth-child(even) .container_parent_cat {
flex-direction: row-reverse;
}
#container_content_persones .row:nth-child(even) .container_parent_cat .content {
background-color: #fdfcf5;
padding: 120px 19% 120px 170px;
text-align: right;
}
#container_content_persones .row .container_parent_cat .content {
min-height: 500px;
}
#container_content_persones .row .container_parent_cat .img {
width: 50%;
margin-bottom: 0;
}
#container_content_persones .row .container_parent_cat .img .slick-list,
#container_content_persones .row .container_parent_cat .img .slick-track {
height: 100%;
}
#container_content_persones .row .container_parent_cat .img .slick-dots {
bottom: 20px;
}
#container_content_persones .row .container_parent_cat .img .slick-dots li button:before {
color: #ffffff;
}
#container_content_persones .row .container_parent_cat .img .slick-dots li.slick-active button:before {
color: #ffffff;
}
#container_content_persones .row .container_parent_cat .img .slide {
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
} #header_child_cat.espai .header_bg>div:first-child {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/bg_textura_big.jpg);
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
flex: 0 0 55%;
}
#header_child_cat.espai .header_bg>div:first-child .overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(154, 164, 205, 0.3);
}
#header_child_cat.espai .header_bg>div:last-child {
flex: 0 0 45%;
}
#header_child_cat.espai .center {
padding: 100px 0;
}
#header_child_cat.espai .center .title {
margin-bottom: 55px;
}
#header_child_cat.espai .center .subtitle {
margin: 0;
font-weight: 500;
}
#header_child_cat.espai .center .link {
margin-top: 25px;
} #container_content_espai .row:nth-child(even) .container_parent_cat {
flex-direction: row-reverse;
}
#container_content_espai .row .container_parent_cat .content {
background-color: #fdfcf5;
padding-top: 50px;
padding-bottom: 50px;
min-height: 500px;
}
#container_content_espai .row:nth-child(even) .container_parent_cat .content {
padding: 50px 19% 50px 170px;
text-align: right;
background-color: rgba(154, 164, 205, 0.7);
}
#container_content_espai .row .container_parent_cat .img {
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
}
#container_content_espai .row .container_parent_cat .img p {
padding: 0px;
margin: 0px;
display: flex;
height: 100%;
}
#container_content_espai .row .container_parent_cat .img iframe {
width: 100%;
height: 100%;
}
#container_content_espai .row .container_parent_cat .img .icon_float {
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
bottom: 150px;
width: 125px;
height: 125px;
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
-moz-transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
-o-transition: all ease-in-out 0.4s;
}
#container_content_espai .row .container_parent_cat .img .icon_float>img {
width: 100%;
height: 100%;
-moz-transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
-o-transition: all ease-in-out 0.4s;
-webkit-animation: spin 5s linear infinite;
-moz-animation: spin 5s linear infinite;
animation: spin 5s linear infinite;
}
#container_content_espai .row .container_parent_cat .img .icon_float.enllac .arrow {
margin-left: 10px;
}
#container_content_espai .row .container_parent_cat .img .text_float {
position: absolute;
left: -50%;
width: 300px;
transform: rotate(-10deg);
top: 80%;
padding: 10px;
font-size: 19px;
text-decoration: underline;
font-family: "Gloria Hallelujah", cursive;
background-color: #fdfcf5;
-moz-transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
-o-transition: all ease-in-out 0.4s;
}
#container_content_espai .row .container_parent_cat .img .hidden_overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
padding: 25px 10%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
align-items: center;
color: #ffffff;
opacity: 0;
font-family: "Gloria Hallelujah", cursive;
font-size: 19px;
text-align: center;
-moz-transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
-o-transition: all ease-in-out 0.4s;
}
@media (max-width: 1400px) {
#container_content_espai .row .container_parent_cat .img .hidden_overlay {
display: flex;
flex-direction: column-reverse;
}
}
#container_content_espai .row .container_parent_cat .img .hidden_overlay.vaca img {
max-width: 230px; transform: rotate(-10deg); } #container_block_inferior_espai {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/bg_textura_big.jpg);
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
#container_block_inferior_espai .overlay {
background-color: rgba(215, 218, 114, 0.3);
padding: 75px 0 100px 0;
}
#container_block_inferior_espai .overlay .center {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
#container_block_inferior_espai .overlay .center .block_inferior {
flex: 0 0 calc(50% - 100px);
margin: 0 50px;
}
#container_block_inferior_espai .overlay .center .block_inferior .img {
padding-bottom: 100%;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
margin-bottom: 25px;
}
#container_block_inferior_espai .overlay .center .block_inferior .button {
margin-top: 25px;
} .page-template-page-alliances .title h2,
.page-template-page-alliances .title h3 {
font-family: "Utopia Std", sans-serif;
font-weight: normal;
margin: 0;
line-height: 1.2;
}
.page-template-page-alliances .title h2 { } .page-template-page-alliances .title h3 { margin-bottom: 20px;
} .container_empreses {
margin-top: 100px;
}
.container_empreses.aliances {
margin-top: 0px;
}
.container_empreses>.title,
.container_empreses>.desc {
text-align: center;
}
.container_empreses>.separator {
text-align: center;
margin: 25px 0 50px 0;
}
.container_empreses .empreses {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
margin-bottom: 100px;
}
.container_empreses .empreses .empresa {
flex: 0 0 33%;
padding: 0 25px;
margin-bottom: 25px;
}
.container_empreses .empreses .empresa .logo {
max-height: 250px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column; height: 250px;
}
#container_subenvionats,
#container_ajuts {
margin-top: 75px;
}
#container_ajuts {
margin-bottom: 100px;
}
#container_subenvionats .separator,
#container_ajuts .separator {
margin: 10px 0 25px 0;
}  #container_info_premis {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/bg_textura.jpg);
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
#container_info_premis .overlay {
background-color: rgba(154, 164, 205, 0.6);
padding: 50px 0;
}
#container_info_premis .center .subtitle,
#container_premis .center .title {
text-align: center;
}
.page-template-page-premis h2 { font-weight: normal;
margin: 0;
} #container_info_premis .center .separator,
#container_premis .center .separator {
text-align: center;
margin: 10px 0 50px 0;
}
#container_info_premis .center .desc {
text-align: center;
padding: 0 100px;
}
#container_premis {
padding: 50px 0;
}
#container_premis .center #premis .premi {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
margin-bottom: 20px;
}
#container_premis .center #premis .premi .any {
margin-right: 50px;
font-size: 20px;
font-weight: bold;
} #container_faqs {
margin-bottom: 100px;
}
#container_faqs h2 { font-weight: normal;
margin: 75px 0 35px 0;
}
#container_faqs .center .title:first-child h2 {
margin-top: 0;
} #container_faqs h3 {
border-bottom: 1px solid #b8bfdc;
padding: 10px 25px;
margin: 0;
position: relative;
cursor: pointer;
}
#container_faqs h3.ui-state-active {
border-bottom: 1px solid #1d3e97;
}
#container_faqs h3:after {
content: "";
position: absolute;
right: 7px;
top: 13px;
width: 10px;
height: 20px;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/right_arrow.svg);
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
transform: rotate(90deg);
}
#container_faqs h3.ui-state-active:after {
transform: rotate(-90deg);
}
#container_faqs .content {
padding: 0 50px;
}
#container_faqs .content a {
text-decoration: underline;
}  #container_form_contacte {
background-color: #fdfcf5;
position: relative;
padding: 25px 0;
}
#container_form_contacte .title {
background-color: rgba(215, 218, 114, 1);
width: 48%;
padding: 10px 200px 10px 0;
text-align: right;
font-size: 30px;
font-family: "Utopia Std", sans-serif;
line-height: 1;
position: absolute;
left: 0;
top: -25px;
font-weight: 500;
margin: 0;
}
ul.gform_fields {
display: -webkit-flex !important;
display: -moz-flex !important;
display: -ms-flex !important;
display: -o-flex !important;
display: flex !important;
justify-content: space-between !important;
}
.gfmc-column {
width: 48% !important;
}
.ginput_container_select {
border: 1px solid #1d3e97;
border-radius: 25px;
width: 100%;
overflow: hidden;
}
.gform_body input,
.gform_body textarea {
background-color: transparent;
border: 1px solid #1d3e97;
border-radius: 25px;
padding: 10px 20px !important;
}
.gform_body select {
padding: 10px 20px !important;
background-color: transparent;
border: 0;
width: 105% !important;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/down_arrow.svg);
-webkit-background-size: 15px;
background-size: 15px;
background-position: 90% center;
background-repeat: no-repeat;
}
.gform_body input[type="checkbox"] {
background-color: #fdfcf5 !important;
}
.gform_body .gfield.consent .gfield_label {
display: none !important;
}
.gform_footer input[type="submit"] {
font-weight: bold;
background-color: transparent;
display: inline-block;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
text-decoration: none;
color: #1d3e97;
padding: 15px 35px;
border-radius: 50px;
transition: 0.1s background-color linear, 0.1s color linear;
border: 1px solid #1d3e97;
cursor: pointer;
}
#container_form_contacte .gform_footer {
text-align: right;
}
.gform_footer input[type="submit"]:hover {
background-color: #1d3e97;
color: #fdfcf5;
} #container_dades_contacte {
padding: 50px 0;
background-color: #1d3e97;
color: #ffffff !important;
}
#container_dades_contacte .center #dades_contacte {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
max-height: 1000px;
}
#container_dades_contacte .center #dades_contacte .contacte {
width: 50%;
}
#container_dades_contacte .center #dades_contacte .contacte:nth-child(3) .separator {
display: none;
}
#container_dades_contacte .center #dades_contacte .contacte .title { width: 66%;
font-weight: 500;
}
#container_dades_contacte .center #dades_contacte .contacte .content {
width: 66%;
}
#container_dades_contacte .center #dades_contacte .contacte .content a {
color: #fff;
text-decoration: underline;
}
#container_dades_contacte .center #dades_contacte .contacte .separator {
margin: 50px 0;
text-align: center;
display: none;
}
.content_transparencia .cont .box .documents .desplegables {
list-style: none;
padding-left: 0px;
margin-left: 0px;
}
.content_transparencia .cont .box .documents .desplegables>li {
margin-bottom: 10px;
}
.content_transparencia .cont .box .documents .desplegables>li span {
border-bottom: 1px solid #1d3e97;
padding-bottom: 5px;
cursor: pointer;
position: relative;
padding-right: 25px;
}
.content_transparencia .cont .box .documents .desplegables>li span::before {
content: "";
position: absolute;
top: 3px;
right: 2px;
width: 16px;
height: 16px;
background: url(https://www.fageda.com/wp-content/themes/lafageda/img/arrow_blue.svg) no-repeat center center;
background-size: contain;
}
.content_transparencia .cont .box .documents .desplegables>li.actiu span::before {
transform: rotate(180deg);
}
.content_transparencia .cont .box .documents .desplegables ul {
display: none;
list-style: none;
padding-left: 0px;
margin-left: 0px;
width: 100%;
min-width: 100%;
margin-top: 15px;
}
.content_transparencia .cont .box .documents .desplegables li ul li {
width: 100%;
min-width: 100%;
}
.content_transparencia .cont .box .documents .desplegables li ul li a {
margin-bottom: 0px;
} #container_maps_contacte {
height: 500px;
background-color: teal;
}
#container_maps_contacte iframe{
width:100%;
height: 100%;
} #container_dades_contacte.atencio .center #dades_contacte {
max-height: 500px;
}
#container_dades_contacte.atencio .center #dades_contacte .contacte {
padding-left: 60px;
position: relative;
}
#container_dades_contacte.atencio .center #dades_contacte .contacte:before {
content: "";
width: 45px;
height: 45px;
position: absolute;
top: 0;
left: 0;
-webkit-background-size: contain;
background-size: contain;
background-position: center top;
background-repeat: no-repeat;
}
#container_dades_contacte.atencio .center #dades_contacte .contacte:first-child:before {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/icon_chat.svg);
}
#container_dades_contacte.atencio .center #dades_contacte .contacte:nth-child(2):before {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/icon_phone.svg);
}
#container_dades_contacte.atencio .center #dades_contacte .contacte:last-child:before {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/icon_mail.svg);
}
#container_dades_contacte.atencio .center #dades_contacte .contacte:nth-child(2) .separator {
display: none;
}
#container_dades_contacte.atencio .center #dades_contacte .contacte:nth-child(3) .separator {
display: block;
}
#container_maps_contacte.atencio {
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
} #container_header_premsa {
background-color: #fdfcf5;
padding: 100px 0 150px 0;
text-align: center;
position: relative;
}
#container_header_premsa .center .separator {
position: absolute;
bottom: -15px;
left: 0;
right: 0;
margin: 0 auto;
}
#container_header_premsa.recursos_informativos {
padding: 0px;
}
.recursos_informativos .recurs {
text-align: center;
margin-bottom: 15px;
}
.recursos_informativos .recurs a {
width: 100%;
display: block;
}
.recursos_informativos .recurs .t,
.recursos_informativos .recurs .d {
display: inline-block;
}
#container_content_premsa {
padding-bottom: 100px;
}
#container_content_premsa .center #tabs #header_tabs {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
list-style: none;
padding: 0;
margin: -100px 0 150px 0;
}
#container_content_premsa .center #tabs #header_tabs li {
padding: 0 25px;
border-right: 2px solid #9aa4cd;
z-index: 1;
text-align: center;
}
#container_content_premsa .center #tabs #header_tabs li:last-child {
border-right: 0;
}
#container_content_premsa .center #tabs #header_tabs li a {
color: #9aa4cd;
}
#container_content_premsa .center #tabs #header_tabs li.ui-tabs-active a {
color: #1d3e97;
}
#container_content_premsa .center #tabs .content_tab {
text-align: center;
}
#container_content_premsa .content_tab>.title {
margin-bottom: 25px;
}
#container_content_premsa .content_tab img {
margin: 25px 0;
}
#container_content_premsa .content_tab .download {
display: block;
text-transform: uppercase;
text-decoration: underline;
}
#container_content_premsa .content_tab .comunicats .comunicat .title {
text-transform: uppercase;
font-weight: 600;
}
#container_content_premsa .content_tab .comunicats .comunicat .title a:hover {
text-decoration: underline;
}
#container_content_premsa .content_tab .comunicats .comunicat .date {
margin: 5px 0 10px 0;
font-style: italic;
}
#container_content_premsa .content_tab .publicacions .publicacio .title a {
font-weight: 600;
}
#container_content_premsa .content_tab .publicacions .publicacio .title a:hover {
text-decoration: underline;
}
#container_content_premsa .content_tab .publicacions .publicacio .content {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
margin: 5px 0 20px 0;
}
#camara_premsa{
filter: invert(67%) sepia(5%) saturate(1713%) hue-rotate(191deg) brightness(98%) contrast(93%);
} #float_consulta {
position: fixed;
top: 150px;
right: 5%;
width: 100px;
height: 100px;
-webkit-animation: spin 5s linear infinite;
-moz-animation: spin 5s linear infinite;
animation: spin 5s linear infinite;
z-index: 1;
}
@-moz-keyframes spin {
100% {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} #container_header_comprar {
text-align: center;
}
#container_header_comprar .center #main_title {
width: 60%;
padding-bottom: 0;
margin: 0 auto;
}
#container_header_comprar .center .content {
width: 75%;
margin: 50px auto;
}
#container_header_comprar .principal_cat_ul li {
border-color: #9aa4cd;
}
#container_header_comprar .principal_cat_ul a {
color: #9aa4cd;
} .section_on_comprar .center .header {
text-align: center;
padding: 50px 0 200px 0;
}
.section_on_comprar .center .header .title {
margin: 15px 0;
font-weight: 500;
}
.filter_comprar.mobile,
#container_switcher_mobile {
display: none;
}
#container_switcher_mobile li {
color: #9aa4cd;
cursor: pointer;
}
#container_switcher_mobile li.active {
color: #1d3e97;
text-decoration: underline;
} .filter_comprar {
background-color: #fdfcf5;
padding-bottom: 50px;
}
.filter_comprar.mobile {
background-color: #ffffff;
}
.filter_comprar form>ul {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
padding: 0;
}
.filter_comprar form>ul>li {
flex: 0 0 calc(16% - 20px);
margin: 0 10px;
text-align: center;
} .filter_comprar form>ul>li .select2 {
width: 100% !important;
text-align: left;
border-radius: 25px;
max-width: 370px;
overflow: hidden;
}
.filter_comprar form>ul>li .select2 .select2-selection,
#container_blog_index .select2 .select2-selection,
#container_actualitat_index .select2 .select2-selection {
border: 1px solid #1d3e97;
border-radius: 25px;
padding: 8px 20px;
height: inherit;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/arrow_down.svg);
-webkit-background-size: 15px;
background-size: 15px;
background-position: 95% center;
background-repeat: no-repeat;
}
.filter_comprar form>ul>li .select2 .select2-selection:hover,
#container_blog_index .select2 .select2-selection:hover,
#container_actualitat_index .select2 .select2-selection:hover {
background-color: #f2f2f2;
}
.filter_comprar form>ul>li .select2 .select2-selection .select2-selection__rendered,
#container_blog_index .select2 .select2-selection .select2-selection__rendered,
#container_actualitat_index .select2 .select2-selection .select2-selection__rendered {
color: #1d3e97;
font-weight: 600;
}
.filter_comprar form>ul>li .select2 .select2-selection__arrow,
#container_blog_index .select2 .select2-selection__arrow,
#container_actualitat_index .select2 .select2-selection__arrow {
display: none;
}
.select2-dropdown { text-transform: uppercase;
font-weight: 600;
}
.select2-dropdown .select2-search {
display: none;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
border-bottom-left-radius: 25px !important;
border-bottom-right-radius: 25px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #d7da72 !important;
}
.select2-results__option {
padding: 6px 35px !important;
} .filter_comprar .sf-field-taxonomy-tipus_producte {
flex: 0 0 100%;
margin-top: -132px;
margin-bottom: 25px;
}
.filter_comprar .sf-field-taxonomy-tipus_producte>ul {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0;
margin: 0;
}
.filter_comprar .sf-field-taxonomy-tipus_producte>ul>li {
flex: 0 0 calc(25% - 50px);
text-align: center;
margin: 0 25px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
}
.filter_comprar .sf-field-taxonomy-tipus_producte>ul>li label {
width: 100%;
padding: 44.65555% 0;
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
color: #ffffff;
cursor: pointer;
background-color: #1d3e97;
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
font-family: "Utopia Std";
font-size: 23px;
line-height: 1;
}
.filter_comprar .sf-field-taxonomy-tipus_producte li.sf-option-active label {
color: #1d3e97;
background-color: #d7da72;
}
.filter_comprar .sf-field-taxonomy-tipus_producte .sf-item-0,
.filter_comprar .sf-field-taxonomy-tipus_producte input {
display: none;
} .filter_comprar .sf-field-taxonomy-sub_tipus_producte,
.filter_comprar .sf-field-post-meta-referencia {
flex: 0 0 calc(33% - 20px);
}
.filter_comprar input[type="submit"] {
padding: 12px 25px;
border-radius: 25px;
border: none;
background-color: #1d3e97;
color: #ffffff;
font-weight: 600;
cursor: pointer;
}
.filter_comprar .sf-field-reset {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
margin-top: 6px;
}
.filter_comprar .sf-field-reset a {
position: relative;
}
.filter_comprar .sf-field-reset a:hover {
text-decoration: underline;
}
.filter_comprar .sf-field-reset a:after {
content: "";
position: absolute;
top: 7px;
right: -15px;
width: 10px;
height: 10px;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/close.svg);
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
} .filter_comprar .results {
padding: 100px 0 50px 0;
}
.filter_comprar .results .shops {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
}
.filter_comprar .results .shops .shop {
flex: 0 0 calc(25% - 50px);
margin: 0 25px 50px;
text-align: center;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
}
.filter_comprar .results .shops .shop .logo {
margin-bottom: 25px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
justify-content: center;
-ms-align-items: center;
align-items: center;
flex-grow: 1;
}
.filter_comprar .results .shops .shop .logo img {
max-width: 200px;
margin: 0 auto;
}
.filter_comprar .results .shops .shop .button a {
padding: 10px 30px;
border: 1px solid #1d3e97;
border-radius: 25px;
font-weight: 600;
display: inline-block;
}
.filter_comprar .results,
.filter_comprar:not(.mobile) .sf-field-taxonomy-sub_tipus_producte,
.filter_comprar:not(.mobile) .sf-field-post-meta-referencia,
.filter_comprar:not(.mobile) .sf-field-submit,
.filter_comprar:not(.mobile) .sf-field-reset {
display: none;
}
.filter_comprar.mobile .sf-field-taxonomy-sub_tipus_producte,
.filter_comprar.mobile .sf-field-post-meta-referencia,
.filter_comprar.mobile .sf-field-submit,
.filter_comprar.mobile .sf-field-reset { }  #container_vostra_consulta {
padding: 50px 0;
}
#container_vostra_consulta .center {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
#container_vostra_consulta .center>div {
flex: 0 0 50%;
}
#container_vostra_consulta .center .content {
padding-right: 20%;
}
#container_vostra_consulta .center .content .title {
margin-bottom: 25px;
font-weight: 600;
}
#container_vostra_consulta .center .form {
padding-left: 50px;
}
#container_vostra_consulta ul.gform_fields {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
}
#container_vostra_consulta .gform_wrapper,
#container_vostra_consulta .gform_wrapper ul li.gfield:first-child {
margin-top: 0;
}
#container_vostra_consulta .gform_footer {
text-align: left;
}
#container_vostra_consulta .gform_footer input[type="submit"] {
background-color: transparent;
}
#container_vostra_consulta .gform_footer input[type="submit"]:hover {
background-color: #1d3e97;
} #container_granja {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/bg-compromesos.jpg);
-webkit-background-size: cover;
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
padding: 50px 0 100px 0;
}
#container_granja .header {
padding: 100px 0 50px 0;
}
#container_granja .desc {
padding: 0 20%;
text-align: center;
}
#container_granja .button {
text-align: center;
margin-top: 50px;
} #container_actualitat_index .titolsgrans {
text-align: center;
margin: 50px 0;
}
#container_actualitat_index .select2.select2-container {
width: 33% !important;
}
#container_actualitat_index ul {
padding: 25px 0 75px 0;
text-align: right;
}
#container_actualitat_index ul .select2-selection__rendered {
text-align: left;
}
#container_blog_index .select2.select2-container {
width: 33% !important;
}
.posts .noticia.actualitat {
flex: 0 0 100%;
margin: 0 0 50px 0;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
}
.posts .noticia.actualitat>div {
flex: 0 0 37%;
}
.posts .noticia.actualitat .img {
padding-bottom: 23%;
margin: 0;
}
.posts .noticia.actualitat .content {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 20px 0;
flex: 0 0 60%;
}
.posts .noticia.actualitat .content .title {
flex-grow: 1;
}
.posts .noticia.actualitat .content .button .transblau {
color: #1d3e97;
background-color: transparent;
border: 1px solid #1d3e97;
padding: 10px 35px;
border-radius: 50px;
transition: 0.1s background-color linear, 0.1s color linear;
display: inline-block;
text-transform: uppercase;
font-weight: 800;
margin-top: 25px;
}
.posts .noticia.actualitat .content .button .transblau:hover {
background-color: #1d3e97;
color: white;
}  #container_blog_index .titolsgrans {
text-align: center;
margin: 50px 0;
text-decoration: underline;
}
#container_blog_index ul {
padding: 25px 0 75px 0;
text-align: center;
}
#container_blog_index .select2.select2-container {
width: 33% !important;
} #container_header_blog_single .center .breadcrumbs {
margin-bottom: 20px;
padding-left:6%;
}
#container_header_blog_single .center .img {
text-align: center;
position: relative;
min-height:110px;
}
#container_header_blog_single .center .img img {
max-height: 500px;
margin: 0 auto;
}
#container_header_blog_single .center .img .img_after {
position: absolute;
top: 10%;
right: 0;
padding: 5px 25px;
background-color: #1d3e97;
color: #ffffff;
}
#container_header_blog_single .center .img .img_after.blog {
width: 100px;
height: 100px;
border-radius: 50%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
align-items: center;
text-decoration: underline;
}
#container_header_blog_single .center .header_content {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
margin-top: 15px;
}
#container_header_blog_single .center .header_content .date {
font-style: italic;
flex: 1;
}
#container_header_blog_single .center .header_content .share {
flex: 1;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: flex-end;
align-items: center;
font-family: "Gloria Hallelujah", cursive;
font-size: 19px;
color: #9aa4cd;
}
#container_header_blog_single .center .header_content .share .addtoany_shortcode {
margin-left: 20px;
}
#container_header_blog_single .center .title {
text-align: center;
}
#container_header_blog_single .center .separator {
text-align: center;
margin: 50px 0;
} #container_content_blog_single .center .subtitle {
margin-top: 25px;
font-weight: 800;
font-size: calc(18px + 10 * (100vw - 500px) / -300);
}
@media (min-width: 200px) {
#container_content_blog_single .center .subtitle {
font-size: 28px;
}
}
#container_content_blog_single .center .img {
text-align: center;
}
#container_content_blog_single .center .img img {
max-height: 500px;
}
#container_content_blog_single .center .video {
padding-bottom: 43.4%;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
cursor: pointer;
width: 66%;
margin: 0 auto;
}
#container_content_blog_single .center .video .blue_overlay {
background-color: rgba(29, 62, 151, 0.3);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
}
#container_content_blog_single .center .video .blue_overlay img {
width: 100px;
}
#container_content_blog_single .tags {
margin-top: 50px;
}
.tags {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
.tags .tag {
padding: 3px 20px 3px 15px;
margin-right: 20px;
color: #ffffff;
font-size: 13px;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/bg_tags.svg);
-webkit-background-size: cover;
background-size: cover;
background-position: right center;
background-repeat: no-repeat;
}
#container_content_blog_single .center .separator {
text-align: center;
margin: 50px 0;
} #container_more_posts {
margin-bottom: 50px;
}
#container_more_posts .center>.title {
text-align: center;
margin-bottom: 25px;
}
.posts {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
}
.posts .noticia {
flex: 0 0 calc(50% - 50px);
margin: 0 25px 50px 25px;
position: relative;
}
.posts .noticia .img {
position: relative;
margin-bottom: 15px;
padding-bottom: 60%;
overflow: hidden;
}
.posts .noticia .img .background {
position: absolute;
width: 100%;
height: 100%;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
-moz-transition: all ease-in-out 2s;
-webkit-transition: all ease-in-out 2s;
-o-transition: all ease-in-out 2s;
-webkit-backface-visibility: hidden;
}
.posts .noticia:hover .img .background {
transform: scale(1.05);
}
.posts .noticia:not(.actualitat):nth-child(odd):before {
content: "";
position: absolute;
top: 50%;
left: -25%;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/zigzag-verd.svg);
width: 66%;
height: 13px;
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
z-index: 1;
}
.posts .noticia:not(.actualitat):nth-child(even):before {
content: "";
position: absolute;
top: 15%;
right: -25%;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/zigzag.svg);
width: 66%;
height: 13px;
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
z-index: 1;
}
.posts .noticia .date {
font-size: 13px;
font-style: italic;
}  #container_header_horeca .center {
text-align: center;
}
#container_header_horeca .center>* {
width: 75%;
margin: 0 auto;
}
#container_header_horeca .center .principal_cat_ul {
margin: 50px auto 100px auto;
}
#container_header_horeca .center .principal_cat_ul li {
border-color: #9aa4cd;
}
#container_header_horeca .center .principal_cat_ul li a {
color: #9aa4cd;
} #iogurts_horeca #sub_tipus_horeca {
background-color: #fdfcf5;
}
#iogurts_horeca #header_child_cat .center {
padding: 100px 0;
} #gelats_horeca #header_child_cat .center {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
-ms-align-items: flex-end;
align-items: flex-end;
padding: 100px 0;
}
#gelats_horeca #header_child_cat .header_bg {
-webkit-flex-direction: row-reverse;
-moz-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
-o-flex-direction: row-reverse;
flex-direction: row-reverse;
}
#gelats_horeca #header_child_cat .header_bg>div:first-child {
background-color: #ffffff;
}
#iogurts_horeca #header_child_cat .center .title,
#gelats_horeca #header_child_cat .center .title,
#industria_horeca #header_child_cat .center .title {
font-weight: 800;
font-size: calc(25px + 25 * (100vw - 500px) / 1500);
margin-bottom: 50px;
}
@media (min-width: 2000px) {
#iogurts_horeca #header_child_cat .center .title,
#gelats_horeca #header_child_cat .center .title,
#industria_horeca #header_child_cat .center .title {
font-size: 50px;
}
} #sub_tipus_horeca .center {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
padding: 100px 0;
}
#sub_tipus_horeca .center .subcat {
text-align: center;
margin: 0 50px;
flex: 0 0 calc(33% - 100px);
}
#sub_tipus_horeca .subcat {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
}
#sub_tipus_horeca .subcat .img {
flex-grow: 1;
}
#sub_tipus_horeca .subcat a.botons {
padding: 6px 30px;
margin-top: 10px;
} #industria_horeca #header_child_cat .center {
padding: 50px 0;
}
#industria_horeca #header_child_cat .center .separator {
width: 100%;
text-align: center;
}
#industria_horeca #header_child_cat .center .desc {
width: 33%;
margin-bottom: 50px;
} #container_info_productes_horeca {
padding: 100px 0;
}
#container_info_productes_horeca .center {
text-align: center;
}
#container_info_productes_horeca .center .title {
width: 38%;
margin: 0 auto;
}
#container_info_productes_horeca .center .desc {
margin: 25px auto 50px auto;
width: 38%;
}
#container_info_productes_horeca .center .desc.spoons:before {
top: 0;
left: -33%;
}
#container_info_productes_horeca .center .desc.spoons:after {
top: 0;
left: 133%;
} #container_content_child_cat.horeca.individuals .center {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
margin-top: -50px;
}
#container_content_child_cat.horeca.individuals .center .container_tag {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
#container_content_child_cat.horeca.individuals .center .container_tag .tag_name {
flex: 0 0 10%;
padding-top: 50px;
margin-left: -50px;
}
#container_content_child_cat.horeca.individuals .center .container_tag .tag_products {
flex: 0 0 90%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
}
#container_content_child_cat.horeca.individuals .center .container_tag .tag_products .product {
flex: 0 0 calc(25% - 30px);
margin: 0 15px 100px 15px;
}
#container_content_child_cat.horeca.individuals .center .container_tag .tag_products .product .title {
margin-top: 20px;
font-size: 14px;
min-height: 50px;
}
#container_content_child_cat.horeca.individuals .center .container_tag .tag_products .product a.botons.transblau {
padding: 6px 35px;
}
#container_info_blocks.horeca {
margin-bottom: 50px;
}
.button_horeca_subcat {
text-align: center;
margin-bottom: 50px;
}
#container_publicitario {
margin-bottom: 50px;
}
#container_publicitario .center {
position: relative;
padding: 50px 0;
}
#container_publicitario .center:before {
content: "";
position: absolute;
top: 0;
right: -150px;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/zigzag.svg);
width: 380px;
height: 15px;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
#container_publicitario .center:after {
content: "";
position: absolute;
bottom: 0;
left: -200px;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/zigzag-verd.svg);
width: 380px;
height: 15px;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
#container_publicitario .center #slider_publicitario {
margin-bottom: 50px;
text-align: center;
} #header_produtes {
padding: 120px 0;
text-align: center;
}
#header_produtes ul {
margin-bottom: 0;
}
#header_produtes li:not(:last-child) {
border-right: 1px solid #9aa4cd;
}
#header_produtes li a {
color: #9aa4cd;
}
.container_parent_cat {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
.container_parent_cat:nth-child(even) {
flex-direction: row-reverse;
}
.container_parent_cat>div {
flex: 0 0 50%;
}
.container_parent_cat .content {
background-color: rgba(154, 164, 205, 0.7);
padding: 120px 170px 120px 19%;
}
.container_parent_cat:nth-child(even) .content {
background-color: #fdfcf5;
padding: 120px 19% 120px 170px;
text-align: right;
}
.container_parent_cat .content .title { font-weight: bold;
}
.container_parent_cat .content .desc {
margin: 40px 0;
}
.container_parent_cat .img {
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}  #header_parent_cat {
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
#header_parent_cat .overlay {
padding: 70px 0 150px 0;
background: rgba(255, 255, 255, 1);
background: -moz-linear-gradient(left,
rgba(255, 255, 255, 1) 0%,
rgba(255, 255, 255, 0) 100%);
background: -webkit-gradient(left top,
right top,
color-stop(0%, rgba(255, 255, 255, 1)),
color-stop(100%, rgba(255, 255, 255, 0)));
background: -webkit-linear-gradient(left,
rgba(255, 255, 255, 1) 0%,
rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(left,
rgba(255, 255, 255, 1) 0%,
rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(left,
rgba(255, 255, 255, 1) 0%,
rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to right,
rgba(255, 255, 255, 1) 0%,
rgba(255, 255, 255, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}
#header_parent_cat .overlay .center .title { }
#header_parent_cat .overlay .center .subtitle { margin-bottom: 40px;
font-weight: 500;
}
#header_parent_cat .overlay .center .desc {
width: 50%;
opacity: 0.75;
} #container_content_parent_cat {
z-index: 1;
}
#container_content_parent_cat .center {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: -195px;
}
#container_content_parent_cat .center .subcat {
flex: 0 0 calc(30% - 50px);
margin: 0 25px 50px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
}
#container_content_parent_cat .center .subcat .img { }
#container_content_parent_cat .center .subcat .img img {
display: block;
}
#container_content_parent_cat .center .subcat .content {
text-align: center;
}
#container_content_parent_cat .center .subcat .content .title { font-weight: bold;
margin: 20px 0;
}
#container_content_parent_cat .center .subcat .content .button a {
padding: 5px 35px;
}
#container_content_parent_cat .center .separator {
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/separator.svg);
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
width: 100%;
height: 10px;
margin: 75px 0 100px 0;
} #container_cat_links {
margin-bottom: 50px;
}
#container_cat_links .title { text-align: center;
margin-bottom: 50px;
}
#container_cat_links .title.spoons:before,
#container_cat_links .title.spoons:after {
width: 100px;
height: 21px;
top: 8px;
}
#container_cat_links .title.spoons::before {
margin-left: -121px;
}  #header_child_cat {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
position: relative;
}
#header_child_cat .header_bg {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
}
#header_child_cat .header_bg>div {
flex: 0 0 50%;
}
#header_child_cat .header_bg>div:first-child {
background-color: #fdfcf5;
}
#header_child_cat .header_bg>div:last-child {
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
#header_child_cat .center {
padding: 15px 0 150px 0;
}
#header_child_cat .center>* {
width: 45%;
}
.breadcrumbs {
margin-bottom: 100px;
}
.breadcrumbs>* {
font-size: 11px;
}
.breadcrumbs>span {
font-weight: 700;
}
#header_child_cat .center .title { } #header_child_cat .center .subtitle { margin: 20px 0 40px 0;
}
#header_child_cat .center .desc { } #container_content_child_cat .center {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: -100px;
}
#container_content_child_cat .center .product {
flex: 0 0 calc(22% - 50px);
margin: 0 25px 50px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
z-index: 5;
}
#container_content_child_cat .center .product .img {
flex-grow: 1; display: block;
text-align: center;
}
#container_content_child_cat .center .product .content {
text-align: center;
}
#container_content_child_cat .center .product .content .title {
font-size: 16px;
font-weight: 500;
height: 56px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
position: relative;
}
#container_content_child_cat .center .product .content .title::after{
background-image: linear-gradient(currentColor, currentColor);
background-position: center bottom;
background-repeat: no-repeat;
background-size: 0% 1px, auto;
transition: background-size 0.3s;
content: "";
width:100%;
height: 3px;
position: absolute;
bottom:0px;
left:0px;
}
#container_content_child_cat .center .product:hover .content .title::after{
-webkit-background-size: 100% 1px, 100%;
background-size: 100% 1px, 100%;
}
#container_content_child_cat:not(.horeca) .center .product:hover .content .title {
} #container_info_blocks {
margin-bottom: 150px;
}
#container_info_blocks .info_block_subcat {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
#container_info_blocks .info_block_subcat>div {
flex: 0 0 50%;
}
#container_info_blocks .info_block_subcat:nth-child(even) {
-webkit-flex-direction: row-reverse;
-moz-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
-o-flex-direction: row-reverse;
flex-direction: row-reverse;
}
#container_info_blocks .info_block_subcat .content {
padding-right: 170px;
padding-left: 19%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
justify-content: center;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
#container_info_blocks .info_block_subcat:nth-child(even) .content {
padding-right: 19%;
padding-left: 170px;
}
#container_info_blocks .info_block_subcat .content .title {
margin-bottom: 50px;
font-weight: bold; } #container_info_blocks .info_block_subcat .img {
padding-bottom: 43.4%;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
#container_info_blocks .info_block_subcat .video {
padding-bottom: 43.4%;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
cursor: pointer;
}
#container_info_blocks .info_block_subcat .video .blue_overlay {
background-color: rgba(29, 62, 151, 0.3);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
}
#container_info_blocks .info_block_subcat .video .blue_overlay img {
width: 100px;
} #overlay_video {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
opacity: 0;
z-index: -99;
background-color: rgba(0, 0, 0, 0.3);
-moz-transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
-o-transition: all ease-in-out 0.4s;
}
#overlay_video #container_iframe {
position: relative;
width: 80%;
height: 0;
padding-bottom: 56.25%;
}
#overlay_video #container_iframe iframe {
position: absolute;
top: 10%;
left: 0; height: 80%;
} #container_info_evans {
margin-bottom: 100px;
margin-top: 120px;
}
#container_info_evans .center {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
#container_info_evans .center>div {
flex: 0 0 50%;
padding: 100px;
}
.titol_buscador {
padding-top: 125px;
padding-bottom: 35px;
font-size: 30px;
}
.div_resultats {
margin-bottom: 80px;
}
#container_info_evans .center .title {
position: relative;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: center;
align-items: center;
justify-content: center;
text-align: center;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
font-weight: bold; }
@media (min-width: 2000px) {
#container_info_evans .center .title {
font-size: 47px;
}
}
#container_info_evans .center .title .icon {
position: absolute;
width: 200px;
height: 200px;
left: -100px;
top: -100px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-direction: column;
justify-content: center;
}
#container_info_evans .center .desc {
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
} #supreme_container_single_product.mobile {
display: none;
}
.imgflotant {
width: 100%;
position: fixed;
background-position: 55% center;
background-repeat: no-repeat;
z-index: 9;
pointer-events: none;
height:85vh;
bottom:0px;
background-size: 35%;
}
@media (min-width:1441px) {
.imgflotant {
background-size: 625px;
} 
} .imgflotant.imgtextura {
z-index: 10;
opacity: 0;
transition: all 2s cubic-bezier(0.26, 1.04, 0.54, 1);
pointer-events: none;
}
.imgflotant.imgtextura.active {
opacity: 1;
}
.imgflotant.hide {
opacity: 0;
}
.imgflotant.imgquieta {
position: absolute;
opacity: 0 !important;
}
.imgflotant.imgquieta.active {
opacity: 1 !important;
}
.centerprod {
width: 1550px;
margin: 0 auto;
}
.page1 .fullheight {
display: flex;
}
.sectionprod .centerprod {
display: flex;
align-items: center;
height: 100vh !important;
padding-top: 120px;
}
.centerprod>div {
flex: 30%;
}
.centerprod .texturabackproducte {
flex: 50%; height: 650px;
background-repeat: no-repeat;
-webkit-background-size: contain;
background-size: 100%;
background-position: bottom;
max-height: 100%;
}
#container_main_content_visita .link a {
background-color: #1d3e97;
color: #fff;
}
#container_main_content_visita .link a:hover {
background-color: transparent;
color: #1d3e97;
}
.sectionprod h1 {
font-family: "Utopia Std";
line-height: 1;
font-weight: bold; font-size: calc(24px + 25 * (100vw - 500px) / 1500);
} @media (min-width: 2000px) {
.sectionprod h1 {
font-size: 60px;
}
}
.sectionprod h2 {
font-weight: 500;
}
.varietats {
text-align: right;
flex: 20%!important;
}
.varietats .titolpetit strong {
display: block;
}
ul.llistatvarietats {
margin: 50px 0 0 0;
padding: 0;
list-style: none;
}
ul.llistatvarietats li {
margin-bottom: 7px;
}
ul.llistatvarietats li:nth-child(even) {
margin-right: 35px;
}
ul.llistatvarietats li a {
display: flex;
justify-content: flex-end;
color: #9aa4cd;
transition: all 0.4s cubic-bezier(0.26, 1.04, 0.54, 1);
}
ul.llistatvarietats li a>div:first-child {
padding-right: 20px;
}
ul.llistatvarietats li:hover a {
color: #1d3e97;
}
ul.llistatvarietats .punt {
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
position: relative;
transform: rotate(45deg);
margin-top: -15px; }
ul.llistatvarietats .punt>div:nth-child(1) {
width: 20px;
height: 20px;
position: absolute;
z-index: 2;
}
ul.llistatvarietats .punt>div:nth-child(2) {
width: 2px;
height: 2px;
transition: all 1s cubic-bezier(0.26, 1.04, 0.54, 1);
}
ul.llistatvarietats li:hover .punt>div:nth-child(2) {
width: 18px;
height: 18px;
border: 25px solid;
opacity: 0.3;
} .page2 {
background-color: #fdfcf5;
position: relative;
}
#descobreixscret {
position: absolute;
left: 37vw;
top: 66%;
z-index: 10;
}
#descobreixscret img {
width: 100px;
animation: looprotate infinite 7s linear;
}
@keyframes looprotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
#descobreixscret img:hover {
cursor: pointer;
}
.centerprod2 {
width: 1550px;
margin: 0 auto;
height: 100vh !important;
display: flex;
align-items: center;
padding-top: 100px;
}
.centerprod2>div {
flex: 1;
display: flex;
flex-flow: row wrap;
}
.centerprod2>div>div {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.centerprod2>div>div:nth-child(3) {
text-align: right;
}
.img_sensegluten {
max-width: 65px;
}
.centerprod2 .texturabackproducte {
height: calc(76vh - 100px); width: 625px;
}
.btns_fitxa {
display: flex;
flex-direction: column;
max-width: 390px;
margin: 0px auto;
}
.btns_fitxa .btn {
font-weight: bold;
background-color: #ffffff;
display: inline-flex;
justify-content: center;
align-items: center;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
text-decoration: none;
color: #fff;
background-color: #1d3e97;
border: 1px solid #1d3e97;
padding: 0px 35px;
height: 50px;
border-radius: 50px;
transition: 0.1s background-color linear, 0.1s color linear;
text-align: center;
margin-bottom: 10px;
margin-top: 10px;
}
.btns_fitxa .btn svg {
margin-right: 15px;
}
.btns_fitxa .btn:hover {
color: #1d3e97;
background-color: #fff;
border: 1px solid #1d3e97;
}
.btns_fitxa .btn:hover svg path {
fill: #1d3e97;
stroke: #1d3e97;
}
.popup_nutri {
display: none;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: rgba(29, 62, 151, 0.3);
z-index: 999999999999;
margin-top: 84px;
}
.popup_nutri.active {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.popup_nutri .content {
max-width: 600px;
width: 100%;
background: #fff;
color: #1d3e97;
border: 4px solid #1d3e97;
position: relative;
z-index: 99999999999999;
}
.popup_nutri .close {
margin-top: -84px;
max-width: 600px;
width: 100%;
height: 30px;
background: url(https://www.fageda.com/wp-content/themes/lafageda/img/close.svg) no-repeat top right;
display: flex;
justify-content: flex-end;
}
.popup_nutri .close span {
height: 30px;
width: 25px;
cursor: pointer;
background: url(https://www.fageda.com/wp-content/themes/lafageda/img/close.svg) no-repeat top right;
}
.popup_nutri .content .top {
background: #d7da72;
text-align: center;
padding: 15px;
}
.popup_nutri .content .top .t {
font-size: 21px;
line-height: 22px;
margin-bottom: 5px;
font-weight: bold;
}
.popup_nutri .content .top .d {
line-height: 1;
}
.popup_nutri .content .taula {
background: url(https://www.fageda.com/wp-content/themes/lafageda/img/fons_nutri.jpg) repeat-y center center;
}
.popup_nutri .content .taula .r {
display: flex;
border-bottom: 1px solid #1d3e97;
}
.popup_nutri .content .taula .r:last-child {
border-bottom: 0px;
}
.popup_nutri .content .taula .r>div {
padding: 0px;
text-align: center;
display: flex;
align-items: center;
justify-content: flex-start;
}
.popup_nutri .content .taula .r .d {
display: flex;
flex-direction: column;
}
.popup_nutri .content .taula .r .d div {
border-bottom: 1px solid #1d3e97;
padding: 5px;
text-align: center;
width: 100%;
padding-left: 20%;
padding-right: 5%;
}
.popup_nutri .content .taula .r.padding {
padding: 5px;
}
.popup_nutri .content .taula .r .d div:last-child {
border-bottom: 0px;
}
.popup_nutri .content .taula .r>div:first-child {
padding-left: 50px;
width: 40%;
}
.popup_nutri .content .taula .r>div:last-child {
width: 60%;
justify-content: center;
}
.popup_nutri .content .taula .r>div:last-child span {
padding-left: 20%;
padding-right: 5%;
}
.popup_nutri .content .taula .r>div:last-child span.petit {
font-size: 11px;
}
.popup_nutri .content .taula .r>div.sep {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.popup_nutri .content .taula .r>div.sep .t1 {
margin-bottom: 5px;
}
.popup_nutri .content .taula .r>div.sep .t2 {
padding-left: 15px;
}
#container_content_child_cat a.botons {
padding: 6px 30px;
margin-top: 10px;
}
ul.llistatingredients,
ul.formats {
margin: 40px 0 0 0;
padding: 0;
list-style: none;
font-size: 20px;
}
ul.formats {
margin: 20px 0 0 0;
}
.infonutri {
margin-top: 50px;
display: flex;
flex-wrap: wrap;
font-weight: 600;
}
.infonutri>div {
width: 50%;
margin-bottom: 30px;
}
.infonutri>div span {
font-family: "Utopia Std";
font-weight: normal;
display: block;
font-size: 40px;
line-height: 1.2;
}
.asterisc {
font-style: italic;
font-size: 12px;
}
.valorproducte {
font-family: "Gloria Hallelujah", cursive;
text-align: center;
font-size: 23px;
line-height: 1.4;
text-decoration: underline;
margin-bottom: -66px;
padding: 0 5%;
opacity: 0;
transition: all 2s cubic-bezier(0.26, 1.04, 0.54, 1);
z-index: 999;
position: relative;
}
.valorproducte.active {
opacity: 1;
} .contpage3 {
display: flex;
height: 100vh;
}
.contpage3>div {
flex: 1;
}
.page3blau {
background-color: #1d3e97;
color: white;
display: flex;
align-items: center;
}
.page3blau>div {
padding: 0 45% 0 5%;
}
.page3blau .title {
margin-bottom: 50px;
font-size: calc(25px + 22 * (100vw - 500px) / 1500);
font-family: "Utopia Std", sans-serif;
line-height: 1.2;
}
.link_phone{
display: none;
}
@media (min-width: 2000px) {
.page3blau .title {
font-size: 47px;
}
}
.fotosensacioprod {
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
} #comprarnos {
background-color: #fdfcf5;
padding: 54px 0;
text-align: center;
}
#comprarnos>div {
width: 350px;
margin: 0 auto;
}
#comprarnos .title {
margin: 20px 0;
font-size: calc(25px + 22 * (100vw - 500px) / 1500);
font-family: "Utopia Std", sans-serif;
line-height: 1.2;
font-weight: 500;
}
@media (min-width: 2000px) {
#comprarnos .title {
font-size: 47px;
}
}
#comprarnos a.botons {
margin-top: 20px;
font-weight: bold;
} .main_transparencia {
padding: 100px 0px;
text-align: center;
}
.content_transparencia {
background: #fdfcf5;
padding: 100px 0px;
}
.content_transparencia .cont {
display: flex;
max-width: 1200px;
margin: 0px auto;
flex-wrap: wrap;
}
.content_transparencia .cont .box {
width: 33.3%;
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 50px;
text-align: center;
height: 100%;
}
.content_transparencia .cont .box .img {
height: 70px;
width: 100px;
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center center !important; 
}
.content_transparencia .cont .box .titol {
margin-top: 10px;
font-size: 26px;
font-family: "Utopia Std";
font-weight: bold;
line-height: 1.4;
flex: 1;
}
.content_transparencia .cont .box .documents {
margin-top: 10px;
display: none;
min-width: 100%;
}
.content_transparencia .cont .box .documents a {
text-decoration: underline;
margin-bottom: 10px;
display: block;
}
.content_transparencia .cont .box .open_docs {
background: #004a97;
padding: 18px 40px;
border-radius: 20px;
position: relative;
margin-top: 10px;
cursor: pointer;
}
.content_transparencia .cont .box .open_docs::before {
content: "";
position: absolute;
top: 11px;
left: 33px;
width: 15px;
height: 13px;
background: url(https://www.fageda.com/wp-content/themes/lafageda/img/arrow.svg) no-repeat center center;
background-size: contain !important;
transform: rotate(90deg);
}
.content_transparencia .cont .box .open_docs.actiu::before {
transform: rotate(-90deg);
}
.frase_responsable {
display: flex;
max-width: 1200px;
margin: 0px auto;
flex-wrap: wrap;
margin-top: 50px;
}
.frase_responsable .left {
width: 55%;
border-right: 1px solid #1d3e97;
padding-right: 90px;
font-size: 27px;
font-weight: normal;
line-height: 1.4;
text-align: center;
font-family: "Utopia Std";
}
.frase_responsable .right {
width: 45%;
padding-left: 45px;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
}
.frase_responsable .right strong {
margin-left: 10px;
margin-right: 10px;
}
.frase_responsable .right a {
font-weight: bold;
}
.frase_responsable .right a:hover {
text-decoration: underline;
}
.recursos_informativos .center {
display: flex;
flex-direction: column;
padding: 100px 0px;
}
.recursos_informativos .center a {
text-decoration: underline;
}
#container_header_ambit .desc {
margin-bottom: 80px;
}
#searchform{
display:block !important;
}
.sense-resultats #searchform {
margin-bottom: 55px;
}
.sense-resultats #searchform input {
padding: 8px 25px 8px 35px;
min-width: 250px;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/lupa.svg);
background-position: 10px 8px;
background-repeat: no-repeat;
}
#container_recursos_informatius .box { 
background: #d7da72;
max-width: 700px;
margin: 0px auto;
padding: 50px;
text-align: center;
margin-bottom: 80px;
position: relative;
}
#container_recursos_informatius .box::before {
content: "";
position: absolute;
top: -84px;
right: -50px;
width: 200px;
height: 200px;
background: url(https://www.fageda.com/wp-content/themes/lafageda/img/icon_documents.svg) no-repeat center center;
}
#container_recursos_informatius .box .t {
font-size: 27px;
margin-bottom: 15px;
font-family: "Utopia Std";
}
#container_recursos_informatius .box a {}
#header_produtes .text {
max-width: 900px;
margin: 0px auto;
}
#header_produtes .text a{
text-decoration: underline;
}
.sos_groc {
display: flex;
background: #fdfcf5;
}
.sos_groc .content {
width: 70%;
padding: 120px 170px 120px 19%;
}
.sos_groc .content .t {
font-size: 31px;
font-family: "Utopia Std";
line-height: 1.2;
}
.sos_groc .content .d {}
.sos_groc .foto {
width: 30%;
background-size: cover !important;
}
.sos {
display: flex;
margin-top: 50px;
margin-bottom: 50px;
}
.sos .content {
width: 55%;
padding: 25px;
}
.sos .content .t {
font-size: 47px;
font-family: "Utopia Std";
line-height: 1.2;
}
.sos .content .d {}
.sos .foto {
width: 45%;
background-size: cover !important;
min-height: 700px;
}
.sos3 .frase {
font-size: 31px;
font-family: "Utopia Std";
line-height: 1.2;
margin-bottom: 25px;
}
.sos3 .options {
display: flex;
margin-bottom: 25px;
}
.sos3 .options .box {
cursor: pointer;
display: flex;
flex-direction: column;
align-items: center;
margin-right: 55px;
}
.sos3 .options .box img {
margin-bottom: 10px;
}
.sos3 .options .box .arrow {
width: 25px;
height: 20px;
background: url(https://www.fageda.com/wp-content/themes/lafageda/img/arrow_blue.svg) no-repeat center center;
background-size: contain !important;
}
.sos3 .options .box.actiu .arrow {
transform: rotate(180deg);
}
.sos3 .tabs_custom .box {
display: none;
}
.sos3 .tabs_custom .box.actiu {
display: block;
}
.sos3 .tabs_custom .box .botons {
margin-bottom: 15px;
}
#container_oferim_servei.sos4 {
margin-top: 80px;
margin-bottom: 100px;
}
#container_oferim_servei.sos4 .center {
justify-content: flex-start;
}
#container_oferim_servei.sos4 .center .img {
top: 100px;
left: auto;
right: 0px;
}
#container_oferim_servei.sos4 .center .desc {
padding-top: 50px;
}
#container_oferim_servei.sos4 .center .desc .t {
font-size: 47px;
font-family: "Utopia Std";
line-height: 1.2;
}
.resum_accions {
text-align: center;
margin-top: 80px;
margin-bottom: 80px;
}
.resum_accions .botons.transblau {
background: #1d3e97;
color: #fff;
display: inline-flex;
justify-content: center;
align-items: center;
margin-bottom: 50px;
transition: all 0.4s ease;
}
.resum_accions .botons.transblau:hover {
background: #fff;
color: #1d3e97;
}
.resum_accions .botons.transblau span {
width: 20px;
height: 20px;
background: url(https://www.fageda.com/wp-content/themes/lafageda/img/icon-download.svg) no-repeat center center;
background-size: contain;
display: inline-block;
margin-right: 10px;
}
.resum_accions .botons.transblau:hover span {
background: url(https://www.fageda.com/wp-content/themes/lafageda/img/icon-download-blau.svg) no-repeat center center;
}
.resum_accions .cuadre_gris {
max-width: 950px;
margin: 0px auto;
padding: 35px 50px;
position: relative;
background: #9aa4cd;
margin-top: 65px;
}
.resum_accions .cuadre_gris::before {
content: "";
position: absolute;
top: -75px;
left: -75px;
width: 150px;
height: 150px;
background: url(https://www.fageda.com/wp-content/themes/lafageda/img/icon_info.svg) no-repeat center center;
background-size: contain;
}
.volunteriat {
text-align: center;
margin-top: 80px;
}
.volunteriat .title {
font-size: 42px;
font-family: "Utopia Std";
}
.volunteriat .boxes {
display: flex;
flex-wrap: wrap;
max-width: 1200px;
margin: 0px auto;
margin-top: 35px;
}
.volunteriat .boxes .box {
width: 50%;
padding: 25px;
text-align: left;
}
.volunteriat .boxes .box .t {
font-size: 31px;
font-family: "Utopia Std";
margin-bottom: 20px;
}
.volunteriat .boxes .box .d {}
.volunteriat .formulari {
background: url(//www.fageda.com/wp-content/themes/lafageda/img/bg-compromesos.jpg) no-repeat top center;
background-size: cover !important;
min-height: 800px;
padding-top: 150px;
}
.volunteriat .formulari .content {
max-width: 1200px;
margin: 0px auto;
display: flex;
text-align: left;
padding: 0px 25px;
}
.volunteriat .formulari .content .left {
width: 50%;
padding-right: 50px;
}
.volunteriat .formulari .content .left .t {
font-size: 47px;
font-family: "Utopia Std";
margin-bottom: 15px;
line-height: 1.2;
}
.volunteriat .formulari .content .right {
width: 50%;
}
.volunteriat .formulari .content .right .gform_fields {
display: flex;
flex-direction: column;
}
.volunteriat .formulari .content .right ul {
width: 100% !important;
}
.volunteriat .formulari .content .right ul li {
width: 100% !important;
}
.volunteriat .formulari .content .right ul li ul {
width: 100%;
display: flex;
}
.volunteriat .formulari .content .right ul li ul li {
width: 100%;
}
.volunteriat .formulari .content .right ul li ul li.checkboxs {}
.volunteriat .formulari .content .right ul li ul li.checkboxs ul {
flex-wrap: wrap;
}
.volunteriat .formulari .content .right ul li ul li.checkboxs ul li {
width: 33.3% !important;
}
#filter_online .pagination, #filter_fisic .pagination{
display: none;
}
.select_custom{
display: none;
}
#c_area_laboral{
margin-bottom: 50px;
}
#c_area_ocupacional{
margin-top: 100px;
scroll-margin-top: 160px;
}
#c_area_formativa{
margin-top: 100px;
}
.area_social .top{
text-align: center;
max-width: 760px;
margin:0px auto;
margin-bottom: 80px;
padding: 0px 25px;
}
#c_area_formativa.area_social .top{
margin-bottom: 30px;
}
.foto_text{
width:100%;
display: flex;
}
.foto_text.invert{
flex-direction: row-reverse;
}
.foto_text .foto{
width:100%;
background-size: cover !important;
}
.foto_text .text{
width:100%;
min-height: 500px;
background-color: #B5CFEE;
}
.foto_text .text.verd{
background-color: #CFE5C7;
}
.foto_text .text.taronja{
background-color: #EF8F52;
color:#fff;
}
.foto_text .text.blau{
background-color: #225CA8;
color:#fff;
}
.foto_text.invert .text{
display: flex;
justify-content: flex-end;
align-items: center;
}
.foto_text .text .content{
max-width: 550px;
padding: 80px 50px;
}
.mitat_ocupacional{
display: flex;
max-width: 1200px;
margin:0px auto;
margin-top: 80px;
margin-bottom: 80px;
}
.mitat_ocupacional .box{
width:100%;
padding: 25px;
}
.mitat_ocupacional .box .content{
margin-bottom: 25px;
}     #header_child_cat .breadcrumbs{
margin-top: 60px;
margin-bottom: 25px;
}  @media only screen and (max-width: 1600px) {
#header_model, #container_header_servei, #container_header_ambit{
padding: 0px !important;
padding-bottom: 50px !important;
padding-top: 35px !important;
}
#header_model .center{
margin-left: 0px;
padding: 0px 25px;
}
.breadcrumbs{
margin-bottom: 60px;
}
#header_model .title{
margin-bottom: 25px;
}
#container_content_fundador .info_block_img.info_block_subcat .content .floating{
position: relative;
top: auto;
left: auto;
margin-top: 25px;
}
#container_content_fundador .info_block_img.info_block_subcat .content .floating .frase{
padding:15px 25px;
}
.bigcenter,
.centerprod,
.centerprod2 {
width: 95%;
}
#cap .capmenu { }
#cap .caplogo img {
margin-right: 0;
width: 100%;
min-width: 150px;
}
.arrelatshome>div {
width: 40%;
}
}
@media only screen and (max-width: 1500px) {
a.iconblog {
font-size: 40px;
width: 150px;
height: 150px;
margin-top: -120px;
left: 60%;
} .info_blocks_filosofia .info_block_img:last-child .content {
padding-top: 100px;
}
.info_blocks_filosofia .info_block_img .content .floating { } #container_info_blocks .info_block_subcat .content {
padding-left: 10%;
padding-right: 150px;
}
#container_info_blocks .info_block_subcat:nth-child(even) .content {
padding-right: 10%;
padding-left: 150px;
}
#container_info_evans .center {
padding: 0 100px;
}
}
@media only screen and (max-width: 1399px) {
#cap {
flex-wrap: wrap;
}
#cap .capmenu {
flex: 0 0 79%;
}
#cap .capxarxes {
flex: 0 0 100%;
}
#cap .capxarxes input {
width: 80px;
}
.iconarrelats {
margin-left: 0;
}
.arrelatshome {
height: inherit !important;
padding: 100px 0 200px 0;
}
}  @media only screen and (max-width: 1220px) {
.center {
width: 90%;
}
.seccions h3 {
font-size: 30px;
}
.visitar a.botons {
margin-bottom: 25px;
}
.arrelatshome>div {
width: 50%;
} #container_valors_filosofia .center #valors_filosofia .valor {
padding: 0 25px;
}
#container_valors_filosofia .center #valors_filosofia .valor .img img {
max-width: 100px;
min-height: 100px;
} #container_form_contacte .title {
width: 66%;
} #container_garrotxa_visites .galeria .center {
padding: 0 150px;
}
#container_garrotxa_visites .galeria .img_2 img {
width: 35%;
} #container_info_blocks .info_block_subcat .content {
padding-left: 50px;
padding-right: 50px;
}
#container_info_blocks .info_block_subcat:nth-child(even) .content {
padding-right: 50px;
padding-left: 50px;
}
#container_info_evans .center {
padding: 0 50px;
}
#container_info_evans .center>div {
padding: 50px;
}
#container_info_evans .center .title .icon {
width: 100px;
height: 100px;
left: -50px;
top: -50px;
} #header_produtes {
padding: 50px 0;
}
.container_parent_cat .content {
padding: 120px 100px 120px 15%;
}
.container_parent_cat:nth-child(even) .content {
padding: 120px 15% 120px 100px;
} #supreme_container_single_product.desktop {
display: none;
}
#supreme_container_single_product.mobile {
display: block;
}
.capprod {
margin: 0 auto;
width: 90%;
text-align: center;
}
.texturabackproducte {
padding-top: 40px;
background-repeat: no-repeat;
background-position: center center;
}
h1.titmobile {
padding: 0 15%;
font-family: "Utopia Std";
font-size: 30px;
line-height: 1.2;
}
h2.titolpetitmobile {
padding: 0 15%;
font-family: "Utopia Std";
font-weight: normal;
line-height: 1.2;
font-size: 22px;
}
.varietatsmobile {
margin-top: 25px;
text-align: left;
border-bottom: 1px solid #9aa4cd;
}
.selectvarietatsmobile {
display: flex;
justify-content: space-between;
padding-bottom: 10px;
}
.titvarietmbl {
font-family: "Utopia Std";
font-size: 22px;
line-height: 1;
}
.selectvarietatsmobile ul {
text-align: right;
margin: 0;
padding: 0;
}
.llistvar {
position: relative;
}
.currentcat {
line-height: 1.2;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/lang.svg);
background-position: center right;
-webkit-background-size: 17px 17px;
background-size: 17px 17px;
background-repeat: no-repeat;
padding-right: 28px;
}
ul.othervarietatsmobile {
visibility: hidden;
border: 1px solid #9aa4cd;
position: absolute;
background-color: white;
width: 200%;
right: 0;
z-index: 9999;
padding: 15px 20px;
list-style: none;
}
.llistvar:hover ul.othervarietatsmobile {
visibility: visible;
}
ul.othervarietatsmobile li {
margin: 7px 0;
}
.ingredientesmobile {
margin-top: 25px;
background-color: #fdfcf5;
padding: 25px 5%;
text-align: center;
}
.ingredientesmobile ul.llistatingredients,
.ingredientesmobile ul.formats {
margin: 20px 0 30px 0;
}
.ingredientesmobile ul.llistatingredients li,
.ingredientesmobile ul.formats li {
margin: 5px 0;
}
.ingredientesmobile .infonutri {
margin-top: 30px;
}
.ingredientesmobile .infonutri>div span {
font-size: 32px;
}
img#imgnutri {
width: 48px;
margin-bottom: 15px;
}
.fotosensacioprodmobile {
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
padding-bottom: 80%;
}
.page3blau.page3blaumobile>div {
padding: 150px 5% 50px 5%;
}
.page3blau.page3blaumobile .title {
margin: 0;
}
.imgquietamobile {
-webkit-background-size: contain;
background-size: contain;
height: 250px;
width: 100%;
background-repeat: no-repeat;
background-position: center center;
position: absolute;
margin-top: -130px;
z-index: 1;
} .section_on_comprar .center .header {
padding: 50px 0;
}
.filter_comprar .sf-field-taxonomy-tipus_producte {
margin-top: 0;
}
.filter_comprar,
#container_punts_venda,
#container_header_comprar .principal_cat_ul {
display: none;
}
.filter_comprar.mobile,
#container_switcher_mobile {
display: block;
}
.filter_comprar .sf-field-taxonomy-sub_tipus_producte,
.filter_comprar .sf-field-post-meta-referencia,
.filter_comprar form>ul>li {
flex: 0 0 100%;
margin: 0;
}
.filter_comprar .sf-field-taxonomy-tipus_producte>ul>li label {
font-size: 20px;
}
.filter_comprar .sf-field-taxonomy-tipus_producte>ul>li { }
}  @media only screen and (max-width: 1000px) {
#header_model, #container_header_servei, #container_header_ambit{
padding-top: 5px !important;
}
#cap .hamburger { flex-grow: 1;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: flex-end;
}
#cap .hamburger img {
width: 25px;
}
#cap .caplogo img{
margin-top:unset;
}
#top,
#cap .capmenu,
#cap .capxarxes {
display: none;
}
.seccions h3 {
font-size: 27px;
}
.visitar { padding: 90px 0 300px 0;
}
.visitar>div:nth-child(2)>div:nth-child(2) {
flex: 0 0 100%;
}
.iconarrelats {
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
width: 150px;
height: 150px;
} #container_info_blocks.info_blocks_filosofia .info_block_img:last-child .content {
padding-bottom: 200px !important;
}
.info_blocks_filosofia .info_block_img .img {
padding-bottom: 300px !important;
} #header_child_cat.espai {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
}
#header_child_cat.com_arribar {
-webkit-flex-direction: column-reverse;
-moz-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
-o-flex-direction: column-reverse;
flex-direction: column-reverse;
}
#header_child_cat.com_arribar .center {
text-align: center;
}
#header_child_cat.com_arribar .center .title {
margin: 0 auto;
}
#header_child_cat.com_arribar .center ul {
list-style: none;
margin-bottom: 50px;
}
#header_child_cat .separator {
margin: 25px 0;
} #header_child_cat.garrotxa {
-webkit-flex-direction: column-reverse;
-moz-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
-o-flex-direction: column-reverse;
flex-direction: column-reverse;
}
#container_content_garrotxa .center .content {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
}
#container_content_garrotxa .center .content .video {
padding-bottom: 56.5%;
} #container_dades_contacte {
padding: 100px 0 25px 0;
}
#container_dades_contacte .center #dades_contacte {
max-height: inherit;
}
#container_dades_contacte .center #dades_contacte .contacte {
width: 100%;
text-align: center;
}
#container_dades_contacte .center #dades_contacte .contacte>* {
margin: 0 auto;
}
#container_dades_contacte .center #dades_contacte .contacte:nth-child(3) .separator {
display: block;
}
#container_dades_contacte .center #dades_contacte .contacte:last-child .separator {
display: none;
} #container_dades_contacte.atencio .center #dades_contacte {
max-height: inherit;
}
#container_dades_contacte.atencio .center #dades_contacte .contacte {
padding: 25px 0;
}
#container_dades_contacte.atencio .center #dades_contacte .contacte:before {
top: -55px;
left: 0;
right: 0;
margin: 25px auto 0;
}
#container_dades_contacte.atencio .center #dades_contacte .contacte:nth-child(2) .separator {
display: block;
}
#container_dades_contacte.atencio .center #dades_contacte .contacte:last-child .separator {
display: none;
} .container_empreses .empreses .empresa {
flex: 0 0 50%;
} #container_header_visites .center .content {
width: 66%;
}
#container_arribar_visites #header_child_cat.visites {
background-color: #1d3e97;
}
#container_arribar_visites .visites .center>* {
width: 100%;
padding: 0 25px;
text-align: center;
}
#container_garrotxa_visites>.center .title {
width: 50%;
}
#container_sostenible_visites .center {
padding: 0;
} #header_child_cat.tax_visites {
background-color: rgba(154, 164, 205, 0.6);
}
#container_material .overlay .center #material .item_material {
flex: 0 0 100%;
} #header_child_cat.espai {
background-color: rgba(154, 164, 205, 0.6);
} #container_main_content_visita {
padding-bottom: 50px;
}
#container_main_content_visita .center #main_content_visita .item {
flex: 0 0 100%;
}
#container_main_content_visita .center #main_content_visita .item .title {
padding: 10px 20px 10px 75px;
}
#container_main_content_visita .center #main_content_visita .item .title:before {
left: 25px;
}
#container_main_content_visita .center #main_content_visita .item .content {
min-height: inherit;
margin-bottom: 25px;
padding: 0 15px;
}
#container_main_content_visita .center .link {
margin-top: 50px;
}
#container_main_content_visita .center #main_info_visita {
-webkit-flex-direction: column-reverse;
-moz-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
-o-flex-direction: column-reverse;
flex-direction: column-reverse;
}
#container_main_content_visita .center #main_info_visita .img {
padding-bottom: 400px;
}
#container_main_content_visita .center #main_info_visita .content {
padding: 50px 25px;
} #header_child_cat {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
background-color: #fdfcf5;
}
#header_child_cat .header_bg {
position: inherit;
z-index: inherit;
}
#header_child_cat .header_bg>div:first-child {
flex: inherit;
}
#header_child_cat .header_bg>div:last-child {
flex: 0 0 100%;
padding-bottom: 300px;
}
#header_child_cat .center {
padding: 15px 0 50px 0;
}
#header_child_cat .center>* {
width: 100%;
}
.breadcrumbs {
margin-bottom: 25px;
}
#container_content_child_cat .center {
margin-top: 50px;
}
#container_content_child_cat .center .product {
flex: 0 0 calc(33% - 50px);
}
#container_info_blocks .info_block_subcat {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
}
#container_info_blocks .info_block_subcat:nth-child(even) {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
}
#container_info_blocks .info_block_subcat .content {
padding: 100px !important;
}
#container_info_blocks .info_block_subcat .img {
padding-bottom: 400px;
}
#container_info_evans .center {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
} .container_parent_cat .content {
padding: 50px 50px 50px 10%;
}
.container_parent_cat:nth-child(even) .content {
padding: 50px 10% 50px 50px;
} #container_header_comprar .center #main_title {
width: 100%;
}
.filter_comprar .sf-field-taxonomy-tipus_producte>ul>li {
flex: 0 0 calc(50% - 10px);
margin: 0 5px;
}
}  @media only screen and (max-width: 992px) {
.introproducteshome {
width: 100%;
}
.contprojectefageda .overlay .titolsgrans {
max-width: 500px;
margin: 0 100px;
}
.contprojectefageda .overlay .conttxtprojecte {
max-width: 500px;
margin: 0 100px;
}
}
@media only screen and (max-width: 800px) {
.content_transparencia .cont .box {
width: 50%;
} #slide .slick-slide {
height: 300px;
margin-bottom: 250px;
position: relative;
}
#slide .slick-slide .center>div {
width: 80%;
margin: 0 auto;
text-align: center;
}
#slide .content {
position: absolute;
top: 100%;
text-align: center;
color: #1d3e97;
width: 60%;
margin: 25px auto 0 auto;
left: 0;
right: 0;
}
#slide .content .botons {
border: 1px solid #1d3e97;
margin-top: 15px !important;
}
#slide .slick-dots {
bottom: 250px;
-webkit-flex-direction: row;
-moz-flex-direction: row;
-ms-flex-direction: row;
-o-flex-direction: row;
flex-direction: row;
right: 0;
margin: 0 auto;
}
.separadorfageda {
height: 37px;
}
#novetats {
background-image: none;
}
.contnovetatshome {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
}
.contnovetatshome>div {
width: 75%;
margin: 25px auto 0 auto;
}
.imgnovetatshome {
transform: rotate(5deg);
}
.contnovetatshome>div:last-child .imgnovetatshome {
transform: rotate(-5deg);
}
.contprojectefageda .overlay {
padding: 100px 0;
}
.contprojectefageda .overlay .titolsgrans,
.contprojectefageda .overlay .conttxtprojecte {
margin: 0 auto;
max-width: 80%;
}
.contprojectefageda .overlay .conttxtprojecte {
position: absolute;
top: 115%;
left: 0;
right: 0;
margin: 0 auto;
color: #1d3e97;
}
#projectefageda {
overflow: initial;
}
#projectefageda>#fundador {
right: 50px;
}
#projectefageda>#fundador:hover,
#projectefageda>#fundador:hover a {
right: 50px;
cursor: inherit;
}
.botonfundador {
-ms-align-items: flex-end;
align-items: flex-end;
}
.botonfundador .circle {
margin: 0 0 -65px 0;
background-color: #9aa4cd;
color: #ffffff;
transform: rotate(10deg);
}
.confundador {
display: none;
}
.conttxtprojecte a.botons {
color: #1d3e97;
border: 1px solid #1d3e97;
margin-top: 25px;
}
#producteshome {
padding: 375px 0 100px 0;
}
#producteshome .titolsgrans::before,
#producteshome .titolsgrans::after {
width: 75px;
top: 10px;
}
#producteshome .titolsgrans::before {
margin-left: -95px;
}
.seccions {
flex-wrap: wrap;
}
.seccions a {
width: 48%;
margin-bottom: 20px;
}
#compromesos {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
padding: 50px 0;
}
#compromesos>div:nth-child(1) {
text-align: center;
}
#compromesos>div:nth-child(1) img {
width: 90%;
margin: 0 auto;
}
.paddcompromesos {
padding: 0 5%;
text-align: center;
}
.paddcompromesos .titolsgrans {
text-align: left;
}
.paddcompromesos p {
text-align: left;
}
#compromesos strong { }
#compromesos a.botons {
margin-top: 0;
}
.arrelatshome>div {
width: 80%;
}
.visitar>div:nth-child(2) {
margin-bottom: 350px;
}
.iconactualitat {
margin: -25px;
font-size: 20px;
width: 120px;
height: 120px;
} #container_historia .center #cronologia .event h1 {
text-align: center;
width: 100%;
}
#container_historia .center #cronologia .event,
#container_historia .center #cronologia .event:nth-child(odd) {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
background-image: none !important;
}
#container_historia .center #cronologia .event .content,
#container_historia .center #cronologia .event:nth-child(odd) .content {
text-align: center;
padding: 0 10%;
}
#container_historia .center #cronologia .event .content .year,
#container_historia .center #cronologia .event .content .desc,
#container_historia .center #cronologia .event:nth-child(odd) .content .year,
#container_historia .center #cronologia .event:nth-child(odd) .content .desc {
padding: 0;
}
#container_historia .center #cronologia .event .content .year {
margin: 15px 0;
} #container_form_contacte .title {
width: 90%;
} #container_header_visites .center .content {
width: 100%;
text-align: center;
}
#container_visites {
padding: 50px 0;
}
#container_visites .center #visites .visita {
flex: 0 0 100%;
}
#container_visites .center #visites .visita .img a {
margin: 0 auto;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
-ms-align-items: center;
align-items: center;
justify-content: center;
}
#container_garrotxa_visites .galeria .center {
padding: 0 50px;
}
#container_garrotxa_visites .galeria .img_2 img {
width: 42%;
} #container_visites .center #visites .visita .img {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
-ms-align-items: center;
align-items: center;
justify-content: center;
}
#container_visites .center .contact {
width: 75%;
}
#container_visites .center .contact .separator {
margin: 25px 0;
}
#container_visites .center .contact .content {
padding-top: 0;
} #container_header_premsa {
padding: 100px 0 275px 0;
}
#container_content_premsa .center #tabs #header_tabs {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
margin: -250px 0 75px 0;
}
#container_content_premsa .center #tabs #header_tabs li {
border: 0;
margin-bottom: 20px;
position: relative;
}
#container_content_premsa .center #tabs #header_tabs li:after {
content: "";
position: absolute;
bottom: -10px;
left: 0;
right: 0;
margin: 0 auto;
width: 50px;
height: 1px;
background-color: #9aa4cd;
}
#container_content_premsa .center #tabs #header_tabs li:last-child:after {
display: none;
}
#container_content_premsa .center #tabs #header_tabs {
padding: -100px 0 25px 0;
} #header_parent_cat {
background-position: 75% center;
}
#header_parent_cat .overlay {
background: rgba(255, 255, 255, 0);
background: -moz-linear-gradient(top,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.75) 50%,
rgba(255, 255, 255, 1) 100%);
background: -webkit-gradient(left top,
left bottom,
color-stop(0%, rgba(255, 255, 255, 0)),
color-stop(50%, rgba(255, 255, 255, 0.75)),
color-stop(100%, rgba(255, 255, 255, 1)));
background: -webkit-linear-gradient(top,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.75) 50%,
rgba(255, 255, 255, 1) 100%);
background: -o-linear-gradient(top,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.75) 50%,
rgba(255, 255, 255, 1) 100%);
background: -ms-linear-gradient(top,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.75) 50%,
rgba(255, 255, 255, 1) 100%);
background: linear-gradient(to bottom,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.75) 50%,
rgba(255, 255, 255, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
#header_parent_cat .overlay .center .desc {
width: 100%;
}
#container_content_parent_cat .center .subcat .content .button a {
padding: 5px 20px;
}
#container_content_parent_cat .center .subcat {
flex: 0 0 calc(50% - 50px);
}
#container_content_parent_cat .center .subcat .img {
justify-content: flex-start;
} #container_content_child_cat .center .product {
flex: 0 0 calc(50% - 50px);
}
#container_cat_links .title.spoons:before,
#container_cat_links .title.spoons:after {
width: 50px;
}
#container_cat_links .title.spoons::before {
margin-left: -70px;
} #header_produtes ul {
display: none;
}
.container_parent_cat,
.container_parent_cat:nth-child(even) {
-webkit-flex-direction: column-reverse;
-moz-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
-o-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.container_parent_cat .content,
.container_parent_cat:nth-child(even) .content {
text-align: center;
padding: 50px;
}
.container_parent_cat .img {
padding-bottom: 40%;
} #container_vostra_consulta .center {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
}
#container_vostra_consulta .center .form {
padding-left: 0;
margin-top: 50px;
}
#container_granja .desc {
padding: 0;
}
.filter_comprar .results .shops .shop {
flex: 0 0 calc(50% - 20px);
margin: 0 10px 50px;
}
.filter_comprar .results .shops .shop .logo img {
max-width: 100%;
}
.filter_comprar .results .shops .shop .button a {
padding: 10px;
font-size: 10px;
} footer {
padding: 25px 0;
}
.footer>div:first-child,
.menufooter1 {
display: none;
}
#prefooter .center {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
}
#prefooter .center>div {
text-align: center !important;
}
.sitemap,
.menufooter2 {
width: 100%;
text-align: center;
}
#copy {
margin-top: 25px;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
}
#copy>div {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
}
#copy ul li a {
margin: 0 5px;
}
#copy ul li:first-child a {
margin-left: 0;
}
#copy .byneorg {
order: -1;
text-align: right;
}
a.footerlinks {
margin-top: 0;
margin-bottom: 10px;
}
}  @media only screen and (max-width: 768px) {
.sos3 .options{
width:100%;
display: block;
}
.sos3 .options .box{
width:100%;
}
#container_more_posts .posts .noticia:not(.actualitat):nth-child(odd):before{
display: none;
}
#container_more_posts .posts .noticia:not(.actualitat):nth-child(even):before{
display: none;
}
#container_news .posts .noticia:not(.actualitat):nth-child(odd):before{
display: none;
}
#container_news .posts .noticia:not(.actualitat):nth-child(even):before{
display: none;
}
.posts .noticia.actualitat{
flex-direction: column;
}
.posts .noticia.actualitat .img{
padding-bottom: 52%;
}
#container_info_blocks .info_block_subcat .content{
max-width: none !important;
}
#container_content_fundador .info_block_img.info_block_subcat .content .desc{
max-width: none !important;
padding-right: 0px;
}
#container_content_fundador .info_block_img.info_block_subcat .content .title h3{
text-align: center;
margin-top: 25px;
}
.area_social .top{
margin-bottom: 35px;
}
.foto_text{
flex-direction: column;
}
.foto_text.invert{
flex-direction: column;
}
.foto_text .foto{
min-height: 300px;
}
.mitat_ocupacional{
flex-direction: column;
}
.mitat_ocupacional .box{
padding: 0px 25px;
}
.foto_text .text{
min-height: inherit;
}
.foto_text .text .content{
padding:25px;
}
#container_saber_mes_tabs .content_tab{
padding:40px 0 50px 0;
}
.page-template-page-atencio_consumidor #main_title .center{
width:100%;
}
.page-template-page-atencio_consumidor .desc h2{
line-height: 1.3;
}
#container_header_blog_single .center .breadcrumbs a, #container_header_blog_single .center .breadcrumbs span{
display: none;
}
#container_header_blog_single .center .breadcrumbs{
color:#fff;
}
.post-template-default iframe{
max-height: 260px;
}
#container_header_blog_single .center .header_content{
flex-direction: column;
}
#container_header_blog_single .center .header_content .date{
margin-bottom: 11px;
}
#container_blog_index .select2.select2-container{
width: 65% !important;
}
.filter_comprar form>ul>li .select2 .select2-selection, #container_blog_index .select2 .select2-selection, #container_actualitat_index .select2 .select2-selection{
background-position: 91% center;
}
#container_visites .center .contact{
width:100%;
}
.sos .content .t{
font-size: 28px;
}
#container_oferim_servei.sos4 .center .desc .t{
font-size: 28px;
}
.tabs_custom .center{
width:100%;
text-align: center;
}
.sos3 .tabs_custom .box .botons{
font-size: 10px;
}
#sub_tipus_horeca .center{
flex-wrap: wrap;
}
#container_vostra_consulta .center .content{
padding-right: 0px;
}
.popup_nutri .content .taula .r>div:first-child{
padding-left: 15px;
width: 47%;
}
.popup_nutri .content .taula .r>div:last-child{
width:52%;
}
.popup_nutri .content .taula .r>div.sep .t1{
text-align: left;
}
.popup_nutri .content .taula .r>div.sep .t2{
padding-left: 10px;
padding-right: 5px;
text-align: left;
}
ul.othervarietatsmobile{
width:100%;
}
.filter_comprar .results{
padding:25px 0 25px 0;
}
.link_phone{
display: block;
}
#slide .slick-slide{
height: calc(100vh - 140px);
margin-bottom: 0px;
}
#slide .content{
position: relative;
left: auto;
right: auto;
top:auto;
bottom:auto;
width:100%;
color:#fff;
}
#slide .slick-dots{
bottom: 25px;
width: 100% !important;
height:auto;
text-align: center;
justify-content: center;
}
.container_second_menu li{
margin-bottom: 10px;
} .select_custom{
display: block;
padding:0px 25px;
position:relative;
}
.select_custom .t{
font-size: 16px;
color: #1d3e97;
font-weight: bold;
margin-bottom: 10px;
}
#select_on_comprar{
background: #fff;
border:1px solid #1d3e97;
padding:11px 25px;
border-radius: 25px;
width: 100%;
color: #1d3e97;
font-size: 15px;
font-family: "Open Sans", sans-serif;
font-weight: 600;
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
}
.select_custom::before{
content: "";
position: absolute;
bottom: 14px;
right: 39px;
height: 15px;
width: 15px;
background: url(//www.fageda.com/wp-content/themes/lafageda/img/arrow_down.svg) no-repeat center center;
background-size: contain;
z-index: 9999;
}
.filter_comprar.mobile .sf-field-taxonomy-sub_tipus_producte, .filter_comprar.mobile .sf-field-post-meta-referencia, .filter_comprar.mobile .sf-field-submit, .filter_comprar.mobile .sf-field-reset{
overflow: hidden;
}
#container_switcher_mobile{
display: none;
}
.select_custom{
text-align: center;
}
#container_punts_venda .header{
display: none;
}
#container_online .header{
display: none;
}
#container_dades_contacte .center #dades_contacte .contacte{
margin-bottom: 45px;
}
#container_dades_contacte .center #dades_contacte .contacte:nth-child(3) .separator{
display: none;
}
#container_maps_contacte{
height: 225px;
}
#container_dades_contacte.atencio .center #dades_contacte .contacte{
margin-bottom: 35px;
}
#main_title{
padding:25px 0px;
}
#container_header_premsa{
padding:60px 0 230px 0;
}
#container_content_premsa{
margin-top: 50px;
}
iframe{
max-width: 100%;
}
.posts .noticia{
opacity: 1 !important;
}
#container_blog_index ul{
padding:0px 0 45px 0;
}
#container_header_blog_single .center .separator{
margin:25px 0px 35px 0px;
}
.titol_55{
font-size: 27px;
}
#container_header_blog_single .center .header_content{
align-items: center;
margin-bottom: 25px;
}
#container_header_blog_single .center .header_content .share{
flex: 3;
}
#container_actualitat_index .titolsgrans{
margin: 50px 0 25px 0px;
}
#container_actualitat_index ul{
text-align: center;
padding: 0px 0 40px 0;
}
#container_main_content_visita .center .link{
margin-top: 10px;
}
#container_main_content_visita .center #main_content_visita{
margin-top: 25px;
}
#container_main_content_visita .center>.title{
margin-bottom: 35px;
}
#container_main_content_visita .center #main_info_visita{
margin-top: 0px;
}
.link_desktop{
display: none;
}
#container_header_visites .center .content{
padding:30px;
}
.resum_accions{
margin-bottom: 0px;
}
#container_oferim_servei.sos4{
margin-top: 60px;
margin-bottom: 60px;
}
.tabs_custom{
margin-top: 50px;
}
.sos3 .options{
padding: 0px 25px;
}
.sos3 .options .box{
margin-right: 10px;
margin-left: 10px;
}
.sos3 .slick-prev, .sos3 .slick-prev:hover, .sos3 .slick-prev:focus{
background: url(https://www.fageda.com/wp-content/themes/lafageda/img/arrow_blue.svg) no-repeat center center;
background-size: contain;
transform:rotate(90deg);
left:-5px;
top:33%;
} 
.sos3 .slick-prev::before{
display: none;
} 
.sos3 .slick-next, .sos3 .slick-next:hover, .sos3 .slick-next:focus{
background: url(https://www.fageda.com/wp-content/themes/lafageda/img/arrow_blue.svg) no-repeat center center;
background-size: contain;
right:-5px;
transform:rotate(-90deg);
top:33%;
}
.sos3 .slick-next::before{
display: none;
} 
.sos3 .slick-dots{
left:0px;
}
#header_serveis h1{
margin-bottom: 25px;
}
.blocs_que_es .center{
padding:45px 10px 200px 10px !important; 
}
.content_blocs_que_es .center .bloc{
margin:10px !important
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
border:0px !important;
background: url(https://www.fageda.com/wp-content/themes/lafageda/img/arrow_lang.svg) no-repeat center center !important;
background-size: contain !important ;
top:7px !important;
width: 13px;
height: 12px;
}
.wpml-ls-legacy-dropdown a{
border:0px !important;
color:#9AA4CD !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover{
background: transparent !important;
}
#overlay_mobile_menu .buscador input{
min-width: 80vw;
position: relative;
padding: 8px 10px !important;
}
#overlay_mobile_menu .buscador{
position: relative;
}
#overlay_mobile_menu .buscador::before{
content: "";
position: absolute;
top:8px;
right:15px;
width:15px;
height: 15px;
background: url(https://www.fageda.com/wp-content/themes/lafageda/img/icon_search.svg) no-repeat center center;
background-size:contain !important;
display: block;
z-index: 999;
}
.menu-legal-menu-container{
margin-top: 5px;
}
#copy>div{
margin-top: -22px;
}
a.botons{
padding:10px 35px;
}
#container_faqs .content {
padding: 0px 25px;
}
.resum_accions .cuadre_gris::before {
top: -29px;
left: 45%;
width: 60px;
height: 60px;
}
#container_oferim_servei.sos4 .center .img {
top: 35px;
margin:0px;
}
#container_content_espai .row .container_parent_cat .img.video_iframe {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
#container_content_espai .row .container_parent_cat .img iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#container_header_premsa.recursos_informativos {
padding-top: 0px;
padding-bottom: 0px;
}
.frase_responsable .left {
width: 100%;
border-right: 0px;
padding-right: 0px;
}
.frase_responsable .right {
width: 100%;
padding-left: 0px;
margin-top: 25px;
}
.content_transparencia .cont .box {
width: 50%;
}
.introproducteshome {
width: 90%;
margin: 0 auto;
}
.visitar>div p {
width: 90%;
}
.prodhommobile {
padding: 25px 0 !important;
}
#container_fundador_que_es{
padding:80px 0 35px 0;
}
#container_entitats .center>.desc{
width:90%;
}
.container_lucre .center .title{
margin-bottom: 20px;
}
#container_admin_public .center .bloc_verd{
font-size: 14px;
}
#container_reconegut .bloc_verd{
padding:25px 40px;
}
#container_reconegut .bloc_verd img{
width:130px;
}
.principal_cat_ul{
display: none;
}
.block_empresarial .center>.header{
margin-bottom: 0px;
}
#container_lactics_empresarial .center>.separator{
margin:20px 0 35px 0;
}
#container_melmelades_empresarial .content, #container_atencio_empresarial .content, #container_xifres_empresarial .content{
margin-top: 25px;
}
#container_xifres_empresarial .titolpetit{
margin-top: 15px;
}
#container_xifres_empresarial .content .separator{
margin:10px 0; 
display: none;
}
#container_xifres_empresarial .content .xifra{
flex:0 0 calc(50% - 30px) !important;
margin:15px !important; 
}
#container_header_ambit .desc{
margin-bottom: 0px;
}
.block_empresarial .center>.intro{
margin-bottom: 50px;
}
.block_empresarial .center>.separator{
margin:15px 0 35px 0;
display: none;
}
#container_info_blocks.info_blocks_filosofia > div:first-child{
flex-direction: column-reverse;
}
#container_valors_filosofia .center .title h3{
margin:0 0 25px 0;
}
#container_valors_filosofia .center #valors_filosofia .valor .title h4{
margin-top: 10px;
margin-bottom: 10px;
}
#header_child_cat.les_persones .center .title{
margin-bottom: 15px;
}
#header_child_cat.les_persones .center .container_cita{
width:90%;
left: 5%;
}
.container_parent_cat .content .desc{
margin: 20px 0;
}
#header_child_cat.espai .center{
padding:40px 0 !important;
}
#container_block_inferior_espai .overlay{
padding:25px 0 40px 0;
}
#container_content_espai .row .container_parent_cat .img .icon_float{
display: none;
}
#container_historia .center #cronologia{
padding:45px 0;
}
#container_historia .center #cronologia .event .content .separator{
margin:10px 0 20px 0;
}
#container_historia .center #cronologia .event{
padding:15px 0;
}
#container_content_fundador #container_info_blocks .info_block_subcat .video{
padding-bottom: 58%;
}
#container_content_fundador .info_block_img.info_block_subcat .content .floating{
position: relative;
top:auto;
left: auto; }
.main_transparencia{
padding:60px 0px 35px 0px;
}
.volunteriat .boxes .box .t{
line-height: 1.1;
}
.volunteriat .formulari{
background: #fdfcf5;
padding-top: 40px;
margin-top: 20px;
}
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label{
width:75% !important;
}
.filter_comprar .sf-field-taxonomy-tipus_producte{
margin-bottom: 0px;
}
#container_content_parent_cat .center .subcat .content .button a{
padding:8px 20px;
}
#container_content_child_cat .center .product{
flex: 0 0 calc(100% - 50px);
margin: 0px;
}
#container_content_child_cat{
margin-bottom: 45px;
}
.texturabackproducte{
background-size: contain !important;
}
h1.titmobile{
padding:0 5%;
}
#container_formats{
display: none;
}
.imgquietamobile{
height: 315px;
margin-top: -185px;
}
#container_header_horeca{
margin-bottom: 45px;
}
#container_header_horeca #main_title{
padding-bottom: 15px;
}
#sub_tipus_horeca .center .subcat{
flex: 0 0 calc(100% - 25px) !important;
margin: 0 15px; 
margin-bottom: 35px;
}
#gelats_horeca #header_child_cat .center{
padding:40px 0;
}
#iogurts_horeca #header_child_cat .center .title, #gelats_horeca #header_child_cat .center .title, #industria_horeca #header_child_cat .center .title{
margin-bottom: 15px;
}
#container_info_productes_horeca{
padding:55px 0px;
}
#container_content_child_cat a.botons{
padding:8px 30px;
}
#container_content_child_cat .center .product{
margin-bottom: 15px;
}
#container_content_child_cat.horeca.individuals .center .container_tag{
flex-direction: column;
}
#container_content_child_cat.horeca.individuals .center .container_tag .tag_name{
margin-left: 0px;
}
#container_content_child_cat.horeca.individuals .center .container_tag .tag_products .product{
flex:0 0 calc(100% - 30px);
margin-bottom: 35px;
}
#header_child_cat .center .subtitle{
margin:15px 0 20px 0;
}
#container_info_blocks .info_block_subcat .content .title{
margin-bottom: 20px;
}
.sos3 .frase{
font-size: 20px;
}
#container_oferim_servei.sos4 .center{
flex-direction: column-reverse;
padding-bottom: 45px;
}
#container_oferim_servei.sos4 .center .img{
top:auto;
position: relative;
}
}
@media only screen and (max-width: 600px) {
#container_balanc .center .content>div .img{
width: 100%;
height: 405px;
}
#container_recursos_informatius .box{
margin-bottom: 35px;
}
#container_recursos_informatius .center{
width:100%;
}
#container_recursos_informatius .box::before{
top: -43px;
right: 36%;
width: 93px;
height: 84px;
z-index: 999999999 !important;
background-size: contain !important;
}
.contnovetatshome>div {
width: 90%;
}
#producteshome .titolsgrans {
width: 50%;
margin: 50px auto 0 auto;
}
#producteshome .titolsgrans::before,
#producteshome .titolsgrans::after {
top: 35px;
}
#producteshome ul {
display: none;
}
.introproducteshome {
margin: 25px auto;
}
.galeriavisitar {
width: 90%;
height: 375px;
}
.galeriavisitar .lagaleria .slick-slide {
height: 300px;
}
.contnovetatshome span {
margin-left: 0;
}
.zigzag {
width: 200px;
}
a.iconblog {
font-size: 25px;
width: 100px;
height: 100px;
margin-top: -67px;
left: 75%;
}
.botonfundador .circle {
margin: 0px 0 -50px 0;
width: 100px;
height: 100px;
}
.contprojectefageda .overlay .titolsgrans,
.contprojectefageda .overlay .conttxtprojecte {
max-width: 90%;
}
.arrelatshome .titolsplay {
font-size: 13px;
} #container_info_blocks.info_blocks_filosofia .info_block_img:last-child .content {
padding-bottom: 250px !important;
}
#container_valors_filosofia .center #valors_filosofia .valor {
flex: 0 0 100%;
} #header_child_cat.com_arribar .center .title {
width: 50%;
}
#container_content_arribar #container_llocs .lloc .title h3:after,
#container_content_arribar #container_arribar_peu .title h4:after,
#container_content_arribar #container_arribar_bicicleta .title h4:after,
#container_content_arribar #container_arribar_bicicleta:after {
width: 250px;
}
#container_content_arribar #container_llocs .lloc .content,
#container_content_arribar #container_arribar_peu .content,
#container_content_arribar #container_arribar_bicicleta .content {
flex-wrap: wrap;
}
#container_content_arribar #container_llocs .lloc .content>div,
#container_content_arribar #container_arribar_peu .content>div,
#container_content_arribar #container_arribar_bicicleta .content>div {
flex: 0 0 100%;
}
#container_content_arribar #container_llocs .lloc .content>div .title h4,
#container_content_arribar #container_arribar_peu .content .title,
#container_content_arribar #container_arribar_bicicleta .content .title {
margin: 50px 0 25px 0;
}
#container_content_arribar #container_arribar_peu .link,
#container_content_arribar #container_arribar_bicicleta .link {
padding: 25px 0;
}
.sub_header_arribar .center {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
padding-bottom: 50px;
}
.sub_header_arribar .center .frase {
padding-bottom: 50px;
}
.sub_header_arribar a {
border: 0;
}
#container_bottom_arribar .recordatori .icon {
left: 0;
right: 0;
margin: 0 auto;
width: 100px;
}
#container_bottom_arribar .recordatori {
padding: 50px 25px;
} #container_que_fer .content .center .desc {
padding: 50px;
} #container_form_contacte .title {
padding: 10px 25px 10px 0;
}
#container_form_contacte ul.gform_fields {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
padding: 0 25px;
}
.gform_footer input[type="submit"] {
padding: 10px 35px;
} #container_info_premis .center .desc {
padding: 0 25px;
}
#container_premis .center #premis .premi .any {
margin-right: 25px;
} #container_faqs h3 {
padding: 10px 25px 10px 0;
} #container_header_visites .center .content {
padding: 50px 30px;
}
#container_header_visites .center .content .separator {
margin: 25px 0;
}
#container_visites .center #visites .visita {
margin-bottom: 45px;
}
#container_visites .center #visites .visita .link{
margin-top: 25px;
}
#container_arribar_visites .visites .center {
padding: 50px 0;
}
#container_dubtes_visites .center {
padding: 50px 0 150px 0;
}
#container_garrotxa_visites>.center .title {
width: 70%;
}
#container_garrotxa_visites .center .desc {
width: 90%;
}
#container_sostenible_visites {
padding: 50px 0;
} #container_material .overlay .center #material .item_material .content {
padding-left: 85px;
}
#container_material .overlay .center #material .item_material .content:before {
width: 75px;
height: 75px;
} #container_content_premsa .content_tab .publicacions .publicacio .content {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
} #container_content_parent_cat .center .subcat {
flex: 0 0 calc(50% - 20px);
margin: 0 10px 50px;
}
#container_content_parent_cat .center .subcat .content .button a {
padding: 5px 10px;
}
#container_content_parent_cat .center .separator {
margin: 0 0 50px 0;
} #container_info_blocks {
margin-bottom: 35px;
}
#container_info_evans{
margin-top: 35px;
}
#container_info_blocks .info_block_subcat .content {
padding: 30px !important;
}
#container_info_evans .center {
padding: 0;
}
#container_info_evans .center .title .icon {
left: 0;
right: 0;
margin: 0 auto;
}
#container_info_evans .center .title {
padding-top: 75px;
}
#container_cat_links .title.spoons:before,
#container_cat_links .title.spoons:after {
display: none;
}
#container_arribar_visites a.botons{
font-size: 12px;
}
#container_dubtes_visites a.botons{
font-size: 12px;
}
}  @media only screen and (max-width: 544px) {
.popup_nutri {
padding: 0px 25px;
}
.popup_nutri .content {
max-width: 100%;
max-height: 80vh;
overflow-y: scroll;
}
.content_transparencia .cont .box {
width: 100%;
}
#main_title {
padding: 50px;
}
.blocs,
.visitar,
#compromesos {
padding: 30px 0;
}
.visitar .titolsgrans {
width: 50%;
margin: 25px auto 0 auto;
}
.galeriavisitar {
height: 250px;
}
.galeriavisitar .lagaleria {
width: 235px;
border: 15px solid white;
}
.galeriavisitar .lagaleria .slick-slide {
height: 190px;
}
#slide .content {
width: 90%;
}
#slide h3 {
line-height: 1.2;
margin-top: 10px;
}
.iconarrelats {
margin-left: -30px;
}
#producteshome {
padding-bottom: 25px;
}
.seccions h3 {
font-size: 20px;
}
.seccions .img {
margin-bottom: 5px;
} #container_garrotxa_visites .galeria .center {
padding: 0;
}
#container_garrotxa_visites .galeria .img_2 img {
width: 54%;
}
#container_visites .center #visites .visita .content>div:before {
width: 25px;
height: 25px;
}
#container_visites .center #visites .visita .content>div {
padding-left: 35px;
} .container_parent_cat .img {
padding-bottom: 60%;
}
.container_parent_cat .content,
.container_parent_cat:nth-child(even) .content {
padding: 30px;
} #container_header_comprar .center #main_title {
padding: 50px 0 0 0;
}
.visitar>div:nth-child(2) {
margin-bottom: 65px;
}
}  @media only screen and (min-device-width: 320px) and (max-device-width: 850px) and (orientation: landscape) {}
.gform_wrapper ul.gform_fields li.gfield a{
text-decoration: underline;
}
.container_lucre .desc a{
color:#fff;
}
.center b.bold{
font-family: "Utopia Std";
font-weight: bold;
font-size: 20px;
}
.searchandfilter.search-filter-disabled ul li.sf-field-taxonomy-sub_tipus_producte{
opacity: 0.4;
pointer-events: none;
}
.searchandfilter.search-filter-disabled ul li.sf-field-post-meta-referencia{
opacity: 0.4;
pointer-events: none;
}
.searchandfilter.search-filter-disabled ul li.sf-field-submit{
opacity: 0.4;
pointer-events: none;
}
.searchandfilter.search-filter-disabled ul li.sf-field-reset{
opacity: 0.4;
pointer-events: none;
}
#container_content_blog_single .desc img{
display: block;
margin-top: 15px;
margin-bottom: 15px;
}
.searchandfilter.search-filter-disabled{
background: url(https://www.fageda.com/wp-content/themes/lafageda/img/spinner.gif) no-repeat center center;
background-size: 100px !important;
}
#gf_2{
scroll-margin-top: 200px;
}
.single-noticies #container_content_blog_single .desc img{
display:block;
margin:0px auto;
margin-top:15px;
margin-bottom:15px; 
}
.wp-block-table table tr td{
border:1px solid;
padding:10px;
}
.wp-block-table table{
border:1px solid;
}
.center_ajust{
text-align:center;
display:block;
margin-bottom:50px;
}
.grecaptcha-badge{
display:none !important;
}
.page-template-page-serveis .grecaptcha-badge, .single-serveis .grecaptcha-badge, .page-template-page-contacte .grecaptcha-badge, .page-template-page-atencio_consumidor .grecaptcha-badge, .page-template-page-voluntariat .grecaptcha-badge{
display:block !important;
} #container_header_arrelats { 
padding-top: 400px;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
#container_header_arrelats .center .content { 
width: 100%;
background-color: #ffffff;
padding: 30px 50px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
#container_header_arrelats .center .content .separator { 
text-align: center;
margin-top: -60px;
margin-bottom: 30px;
}
#container_header_arrelats .center .content .sub_1,
#container_header_arrelats .center .content .sub_2{ 
margin: 0;
}
#container_header_arrelats .center .content .sub_1 h1,
#container_header_arrelats .center .content .sub_2 h2{ 
font-size: inherit;
font-weight: inherit;
margin: 0;
text-align: center;
font-size: 40px;
width: 70%;
margin: auto;
}
#container_header_arrelats .center .content .desc { 
text-align: center;
width: 40%;
margin: auto;
margin-top: 15px;
}
#container_header_arrelats .center .content .link { 
margin-top: 35px !important;
text-align: center;
margin: auto;
} #container_arrelats { 
padding: 50px;
}
#container_arrelats .center .header .desc p{ 
text-align: center;
width: 35%;
font-size: 13px;
margin: auto;
margin-top: 10px;
margin-bottom: 30px;
}
#container_arrelats .center .header{ 
text-align: center;
margin-bottom: 50px;
}
#container_arrelats .center .header .title h2{ 
margin: 0 0 10px 0;
font-weight: inherit;
}
#container_arrelats .center #visites { 
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#container_arrelats .center #visites .visita{ 
flex: 0 0 48%;
padding: 25px; }
#container_arrelats .center #visites .visita .img{
position: relative;
}
#container_arrelats .center #visites .visita:nth-child(odd) .img:before { 
content: '';
position: absolute;
top: 85%;
left: -25%;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/zigzag_light.svg);
width: 66%;
height: 13px;
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
z-index: 1;
}
#container_arrelats .center #visites .visita:nth-child(even) .img:before { 
content: '';
position: absolute;
top: 15%;
right: -25%;
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/zigzag-verd.svg);
width: 66%;
height: 13px;
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
z-index: 1;
}
#container_arrelats .center #visites .visita .title h3{ 
font-weight: normal;
margin: 25px 0 50px 0;
}
#container_arrelats .center #visites .visita .content > div{ 
padding-left: 50px;
margin-bottom: 25px;
position: relative;
}
#container_arrelats .center #visites .visita .content > div:before{ 
content: '';
position: absolute;
top: -5px;
left: 0;
width: 35px;
height: 35px;
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
#container_arrelats .center #visites .visita .content .info:before{ 
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/icon_visites_info.svg);
}
#container_arrelats .center #visites .visita .content .people:before{ 
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/icon_visites_people.svg);
}
#container_arrelats .center #visites .visita .content .calendar:before{ 
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/icon_visites_calendar.svg);
}
#container_arrelats .center #visites .visita .content .time:before{ 
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/icon_visites_durada.svg);
}
#container_arrelats .center #visites .visita .content .price:before{ 
background-image: url(//www.fageda.com/wp-content/themes/lafageda/img/icon_visites_preu.svg);
}
#container_arrelats .center #visites .visita .link{ 
margin-top: 50px;
}
#arrelats_logo{
width: 100%;
min-height: 200px;
background-size: 200px auto;
background-repeat: no-repeat; }
#container_arrelats_novetats {
background-color: #ffffff;
text-align: center;
}
#container_arrelats_novetats .center .link {
margin-top: 30px;
}
#container_arrelats_novetats .center .title .titolmitja{
font-size: 40px;
margin-bottom: 0px;
font-weight: normal;
}
#container_arrelats_novetats .center .desc{
margin-bottom: 35px;
}
#container_arrelats_novetats .center .desc p{
text-align: center;
width: 35%;
font-size: 13px;
margin: auto;
margin-top: 10px;
margin-bottom: 30px;
}
#novetats_logo{
width: 100%;
min-height: 300px;
background-size: 150px auto;
background-repeat: no-repeat;
margin-top: -130px;
margin-left: 770px;
}
#container_arrelats_novetats .center .link .botons, #container_header_arrelats .center .link .botons{
font-family: "Roustel";
text-transform: inherit;
padding: 5px 40px !important;
font-size: 28px;
color: #fff !important;
background-color: #24512c !important;
font-weight: normal !important;
}
@media (max-width:1220px) {
#novetats_logo {
width: 30%;
min-height: 300px;
background-size: 150px auto;
background-repeat: no-repeat;
margin-top: -130px;
float: right;
}
#container_arrelats_novetats {
margin-bottom: 125px;
}
}
@media (max-width:975px) {
#container_arrelats .center .header .desc p{
width: 45%;
}
#container_arrelats_novetats .center .desc p{
width: 45%;
}
#container_header_arrelats .center .content .sub_1 h1{
width: 80%;
}
#novetats_logo{
width: 25%;
}
}
@media (max-width:768px) {
#container_header_arrelats .center .content .sub_1 h1{
width: 100%;
}
#container_header_arrelats .center .content .desc{
width: 100%;
}
#container_arrelats .center .header .desc p{
width: 100%;
}
#container_arrelats_novetats .center .desc p{
width: 100%;
}
#novetats_logo{
width: 20%;
background-size: 135px auto;
}
#arrelats_logo{
min-height: 115px;
}
}
@media (max-width:645px) {
#container_header_arrelats .center .content .separator{
margin-top: 0px;
}
#novetats_logo{
width: 18%;
background-size: 100px auto;
margin-top: -110px;
}
}
@media (max-width:568px) {
#container_arrelats .center #visites{
flex-direction: column;
}
#novetats_logo{
display: none;
}
}