@font-face {
  font-family: fa-gutesgeld;
  src: url(fonts/fa-gutesgeld.ttf?t4nipe) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'BebasNeue-Regular';
  src:
    url(fonts/BebasNeue-Regular.woff) format('woff'),
    url(fonts/BebasNeue-Regular.woff2) format('woff2');
}

@font-face {
  font-family: 'DMSerifText-Regular';
  src:
    url(fonts/DMSerifText-Regular.woff) format('woff'),
    url(fonts/DMSerifText-Regular.woff2) format('woff2');
}

@font-face {
  font-family: 'DMSerifDisplay-Regular';
  src:
    url(fonts/DMSerifDisplay-Regular.woff) format('woff'),
    url(fonts/DMSerifDisplay-Regular.woff2) format('woff2');
}

@font-face {
  font-family: 'Archivo-Regular';
  src:
    url(fonts/Archivo-Regular.woff) format('woff'),
    url(fonts/Archivo-Regular.woff2) format('woff2');
}

@font-face {
  font-family: 'Archivo-Light';
  src:
    url(fonts/Archivo-Light.woff) format('woff'),
    url(fonts/Archivo-Light.woff2) format('woff2');
}

/* GENERAL */

body,
html {
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  background-color: rgb(10, 10, 10);
}

p {
  font-family: 'Archivo-Regular' !important;
  font-size: 31px;
  line-height: 110%;
  color: white;
}

h1 {
  font-family: 'BebasNeue-Regular' !important;
  line-height: 90%;
  font-size: 92px;
  color: white;
}

h2 {
  font-family: 'Archivo-Regular' !important;
  font-size: 31px;
  line-height: 72px;
}

h3,
h3 * {
  font-family: 'DMSerifText-Regular' !important;
  line-height: 100%;
  font-size: 61px;
}

h4 {
  font-family: 'Archivo-Light' !important;
  font-size: 60px;
  line-height: 70px;
}

a.boto {
  font-family: 'Archivo-Regular' !important;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  border: 1px solid;
  border-radius: 150px;
  padding: 15px 20px;
}

a.boto.boto-verd {
  color: #016a4e;
  border-color: #016a4e;
}

a.boto.boto-verd:hover {
  color: white;
  background-color: #016a4e;
  border-color: #016a4e;
}

.sticky.is-stuck {
  position: unset;
  z-index: 5;
  width: 100%;
  max-width: 100% !important;
}

header#site-header,
.home header#site-header {
  height: 100px !important;
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 1111;
  background-color: #1e472e;
}

.vc_row.wpb_row.vc_row-fluid.vc_row-no-padding[data-vc-full-width='true'] {
  max-width: 100%;
  margin-left: 0%;
  width: 100% !important;
  left: 0px !important;
}

.header__wrapper {
  background: transparent;
  height: 100px;
}

article .vc_section:first-child {
  padding-top: 0px;
  padding-bottom: 0px;
}

.header__nav,
#nav-main {
  width: 85%;
  justify-content: center;
  display: flex;
}

.nav-main__container {
  width: 100%;
}

.menu,
.menu.horizontal {
  justify-content: end;
}

.dropdown.menu > li a {
  color: #fff;
  /* Body styles/body-compact-02 */
  font-family: 'DMSerifText-Regular';
  font-size: 20px;
  font-style: normal;
  line-height: 32px; /* 137.5% */
  font-weight: 400;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
  background-color: #1e472e;
  width: 300px;
  padding: 10px;
}

body:not(.home) .dropdown.menu > li:last-child a {
  text-transform: unset;
  font-weight: 400;
  border-width: 0px;
}

.dropdown.menu > li {
  margin-left: 50px;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 0px;
}

.dropdown.menu > li a:hover {
  text-decoration: underline;
}

.header__content.grid-container {
  width: 95%;
}

.vc_row.wpb_row.vc_row-fluid {
  max-width: 1920px;
  margin: auto;
  width: 85%;
}

.footer {
  position: relative;
  margin: 0px;
  background: #1e472e;
}

.footer * {
  color: #e5dac2;
  font-family: 'Open Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  letter-spacing: 0.16px;
}

.footer .cell.medium-4 {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}

.adreca-footer p,
.adreca-footer p a {
  color: #fff !important;
  text-align: center;
  font-family: 'Archivo-Regular' !important;
  font-size: 18px;
}

.enllacos-destacats {
  width: 100%;
  margin-top: 50px;
}

.footer .primer_pis {
  background: #f0f7ef;
  padding: 30px;
}

.footer .segon_pis {
  padding: 30px;
}

.xarxes-socials a {
  margin: 5px 10px;
}

#logoskit-footer {
  width: 50%;
}

.links p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 0px;
}

.enllacos-web {
  margin-top: 30px;
}

.enllacos-web a {
  font-family: 'Archivo-Light';
  font-size: 12px;
  line-height: 16px;
}

.footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.xarxes {
  display: flex;
  justify-content: space-between;
  width: 50%;
  align-items: center;
}

.footer .cell:last-child {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
}

.footer .dropdown.menu > li a {
  color: white;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
  font-family: 'Archivo-Regular' !important;
  font-size: 14px !important;
  line-height: 18px !important;
  background: unset;
  text-transform: unset;
  font-weight: 600 !important;
  margin-top: 50px;
  margin-bottom: 25px;
}

.footer .dropdown.menu.submenu > li a {
  font-family: 'Archivo-Light' !important;
  font-weight: 400 !important;
  margin-top: 0px;
  margin-bottom: 10px;
}

.footer .menu.dropdown.submenu.is-dropdown-submenu.first-sub.vertical {
  display: block;
}

#nav-footer {
  width: 100%;
  height: 90%;
}

.nav-footer__container {
  height: 48vh;
}

.nav-footer__container .menu.dropdown {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  justify-content: start;
  height: 100%;
}

.nav-footer__container > ul > li:first-child {
  height: 100%;
}

.nav-footer__container > ul > li:nth-child(2) {
  height: auto;
}

.nav-footer__container > ul > li:nth-child(5) {
  height: auto;
}

.nav-footer__container > ul > li:nth-child(4) {
  height: 40%;
}
.nav-footer__container > ul > li:nth-child(5) {
  height: auto;
}
.nav-footer__container > ul > li:nth-child(6) {
  height: 50%;
}

.footer .menu.dropdown.submenu.is-dropdown-submenu.first-sub.vertical {
  display: block;
  position: unset;
}

.xarxes div {
  width: 40%;
  display: flex;
  justify-content: space-around;
}

.idiomes {
  width: 15%;
  display: flex;
  justify-content: space-between;
}

.logo_footer {
  width: 50%;
}

.enllacos_interes {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.grid-x.grid-padding-x.primer_pis,
.grid-x.grid-padding-x.segon_pis {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

.header__logo {
  height: 100px;
}

#logo-footer img {
  height: 60px;
}

#logo-footer-promou {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 70%;
}

#logo-footer-promou p {
  font-family: 'Synonym';
  font-weight: 500;
  font-size: 20px;
  color: black;
}

#logo-footer-promou img {
  height: 60px;
}

.home header#site-header,
.home footer {
  display: none !important;
}

header#site-header.display {
  display: block !important;
  position: fixed;
}

.show-mobile {
  display: none;
}
.hide-mobile {
  display: block;
}

.seccio.inhabilitat {
  display: none !important;
}

.up-boto {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 222222;
  width: 60px;
  height: 60px;
  background: #1e472e;
  border-radius: 20px;
  padding: 5px;
  opacity: 0.5;
  cursor: pointer;
}

.up-boto.display {
  display: block;
}

.up-boto:hover {
  opacity: 1;
}

/* CCS */

#cabecera h1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  margin: auto;
  margin-bottom: 25px;
  color: rgb(10, 10, 10);
  -webkit-text-stroke-width: 7px;
  -webkit-text-stroke-color: white;
  paint-order: stroke fill;
}

#cabecera h1::before {
  content: ' ';
  position: absolute;
  height: 32px;
  width: calc(100% + 20px);
  background-color: #fdfb00;
  z-index: -1;
}

.vc_btn3-container.vc_btn3-center {
  background-color: white !important;
  border: 5px solid #fdfb00 !important;
  border-radius: 50px !important;
  position: relative !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: max-content;
  margin: auto;
  padding: 8px 30px;
}

a.vc_general {
  font-family: 'BebasNeue-Regular' !important;
  color: rgb(10, 10, 10) !important;
  background-color: transparent !important;
  position: relative !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 30px !important;
  line-height: 110% !important;
  border: 0px !important;
  background-image: unset !important;
  padding: 0px !important;
  z-index: 2;
}

.vc_btn3-container.vc_btn3-center:hover {
  color: rgb(10, 10, 10) !important;
  background-color: #fdfb00 !important;
  border: 5px solid #fdfb00 !important;
}

.vc_btn3-container.vc_btn3-center:hover a.vc_general {
  color: #fdfb00;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  paint-order: stroke fill;
}

.vc_btn3-container.vc_btn3-center:hover a.vc_general::before {
  content: ' ';
  position: absolute;
  height: 8px;
  width: calc(100% + 20px);
  background-color: white;
  z-index: -1;
}

.vc_column_container > .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}

#elementos-flotantes {
  position: absolute;
  width: 100vw;
  height: 100vh;
}

#elementos-flotantes {
  background-image: linear-gradient(115deg, white 5%, #7be6f1 42%, #ecb1f8 58%, #fdfb00 95%);
  background-size: 400% 400%;
  mix-blend-mode: hue;
  filter: brightness(0.75) contrast(1.5);
  animation: shimmer 12s ease-in-out infinite;
  z-index: 22;
}

@keyframes shimmer {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@media screen and (max-width: 1500px) {
  h1 {
    font-size: 73px;
    line-height: 90%;
  }

  #cabecera h1::before {
    height: 12px;
  }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 650px) {
  h1 {
    font-size: 50px !important;
  }

  #cabecera h1 {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    paint-order: stroke fill;
  }
  #cabecera h1::before {
    height: 8px;
  }
}

@media screen and (max-width: 470px) {
  h1 {
    font-size: 40px !important;
  }
  p {
    font-size: 22px;
    line-height: 110%;
  }
}
