:root {
  --darker-grey: #333;
  --blue: #2196f3;
  --dark-blue: #1565c0;
  --grey-mid: #a8a8a8;
  --dark-grey: #5d5d5d;
  --grey: #dbdbdb;
  --light-grey: #f1f1f1;
  --green: #4caf50;
  --crimson: #d32f2f;
  --black: black;
  --white: white;
  --slate-grey: #607d8b;
  --pink: #d81b60;
  --purple: #673ab7;
  --indigo: #3f51b5;
  --cyan: #00bcd4;
  --teal: #00bfa5;
  --lime: #cddc39;
  --gold: #ffc107;
  --orange: #f45a1e;
  --brown: #795548;
  --blau: #236dbd;
  --groc: #ede31b;
  --gris: #4d4d4d;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: var(--darker-grey);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 33px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 22px;
}

a {
  color: var(--blue);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  color: rgba(51, 51, 51, .56);
  text-align: center;
  margin-top: 7px;
  font-size: 14px;
  line-height: 20px;
}

.button {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .15s;
  display: inline-block;
}

.button:hover {
  background-color: var(--dark-blue);
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  color: var(--darker-grey);
  background-color: #fff;
}

.button.white:hover {
  background-color: rgba(255, 255, 255, .77);
}

.button.black {
  background-color: var(--darker-grey);
}

.button.black:hover {
  background-color: #000;
}

.button.black.with-field {
  width: 22%;
  float: left;
  margin-left: 2%;
}

.button.full-width {
  width: 100%;
  display: block;
}

.button.small {
  background-color: var(--blue);
  text-transform: uppercase;
  padding: 7px 12px;
  font-size: 11px;
  line-height: 14px;
}

.button.small:hover {
  background-color: var(--dark-blue);
}

.button.tab {
  background-color: var(--grey-mid);
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: var(--blue);
}

.button.tab.w--current:hover {
  background-color: var(--dark-blue);
}

.button.with-field {
  width: 22%;
  float: left;
  margin-left: 2%;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: var(--blue);
}

.navigation-link.white {
  height: auto;
  color: #444441;
  margin-top: -15px;
  margin-bottom: -10px;
  margin-right: -4px;
  padding: 126px 55px 34px 34px;
  font-family: Exo, sans-serif;
}

.navigation-link.white:hover {
  font-weight: 600;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.ffcc33 {
  background-color: #ede31b;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navigation-bar.top {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 58px;
  margin-bottom: 124px;
}

.navigation-menu {
  margin-top: -192px;
  padding-top: 25px;
  padding-bottom: 0;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
}

.brand-link {
  height: 60px;
  transition: opacity .2s;
}

.brand-link:hover {
  opacity: .66;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  float: none;
  text-align: center;
  display: block;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  color: #fff;
  margin-left: 15px;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  height: 550px;
  background-color: #ede31b;
  margin-top: 18px;
  margin-bottom: -11px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: -11px;
}

.section.centered {
  text-align: center;
}

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  background-color: var(--dark-grey);
  color: #fff;
}

.hero-slider {
  height: 455px;
  background-color: rgba(0, 0, 0, 0);
}

.slide {
  background-color: var(--grey);
  padding-top: 82px;
  padding-left: 85px;
  padding-right: 85px;
}

.slide.two {
  background-color: var(--grey);
}

.header-section {
  background-color: var(--dark-grey);
  color: #fff;
  text-align: center;
  padding-top: 104px;
  padding-bottom: 104px;
}

.page-heading {
  margin-top: 0;
  margin-bottom: 11px;
}

.cta-section {
  background-color: var(--grey);
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta-section.centered {
  text-align: center;
}

.cta-section.centered-accented {
  background-color: var(--darker-grey);
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

.cta-heading.inline-block {
  margin-top: 0;
  margin-right: 13px;
  display: inline-block;
}

.align-right {
  text-align: right;
}

.white-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}

.fixed-image-section {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, 125px;
  background-attachment: scroll, fixed;
  padding: 117px 20px;
}

.hero-section {
  height: 600px;
  background-color: var(--light-grey);
  text-align: center;
  margin-bottom: -116px;
  padding-top: 178px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-heading {
  clear: none;
}

.hero-subheading {
  clear: none;
  margin-bottom: 18px;
}

.hollow-button {
  border: 2px solid var(--blue);
  color: var(--blue);
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
}

.hollow-button.white {
  color: #fff;
  border-color: #fff;
}

.hollow-button.white:hover {
  color: rgba(255, 255, 255, .72);
  border-color: rgba(255, 255, 255, .64);
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.main-container {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.form-label {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 13px;
}

.section-subheading.center {
  text-align: center;
  font-size: 20px;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  min-height: 41px;
  border-style: none;
  border-radius: 3px;
  margin-bottom: 17px;
  margin-right: 1px;
  transition: box-shadow .15s;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
}

.form-field:focus {
  box-shadow: 0 0 0 2px var(--blue);
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  width: 75%;
  float: left;
  margin-bottom: 0;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
}

.round-image {
  border-radius: 100px;
  margin-bottom: 13px;
}

.social-button {
  background-color: var(--darker-grey);
  border-radius: 100px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px;
  transition: background-color .15s;
}

.social-button:hover {
  background-color: var(--dark-blue);
  opacity: 1;
}

.social-button.border {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .36);
  padding: 6px;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  opacity: 1;
  padding: 3px;
  transition: opacity .15s;
}

.social-icon-link:hover {
  opacity: .5;
}

.profile-image {
  border-radius: 100px;
  margin-bottom: 15px;
}

.hero-with-nav {
  background-color: var(--grey);
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer.center {
  text-align: center;
}

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  height: 250px;
  background-color: var(--darker-grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 49px;
  padding-bottom: 51px;
  font-size: 14px;
}

.footer.centered-accented {
  background-color: var(--light-grey);
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  color: #fff;
  column-count: 1;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: flex;
}

.link {
  color: var(--blue);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: var(--dark-blue);
}

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  color: #8f8f8f;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
}

.sidemenu-link:hover {
  color: var(--darker-grey);
}

.grid-image {
  margin-bottom: 20px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  color: rgba(0, 0, 0, .74);
  margin-bottom: 6px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  float: left;
  color: #919191;
  padding: 6px;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: var(--grey);
}

.nav-link {
  text-align: center;
  padding: 7px 0;
  display: block;
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 216px;
  margin-bottom: 50px;
  display: block;
}

.content {
  width: 80%;
  float: left;
  overflow: hidden;
}

.social-footer {
  text-align: center;
  margin-top: 56px;
}

.grid-fours {
  width: 25%;
  float: left;
  padding: 10px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.flushed-grid {
  width: 25%;
  float: left;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-image: linear-gradient(#ede31b, #ede31b);
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.success-wrapper {
  background-color: var(--green);
  color: #fff;
  border-radius: 5px;
  padding: 31px;
}

.success-message {
  margin-bottom: 0;
}

.error-wrapper {
  background-color: var(--crimson);
  color: #fff;
  border-radius: 5px;
}

.error-message {
  margin-bottom: 0;
}

.social-link-wrapper {
  text-align: center;
}

.background {
  background-color: var(--grey);
}

.custom-container {
  max-width: 1000px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.rich-text h1, .rich-text h3, .rich-text h5, .rich-text h4, .rich-text h6 {
  margin-top: 30px;
}

.image-column {
  text-align: center;
}

.content-column {
  padding-top: 42px;
}

.feature-column, .center-content {
  text-align: center;
}

.waterfall-content-column {
  padding-top: 39px;
}

.waterfall-image-column {
  text-align: center;
}

.text-block {
  color: #444441;
  text-align: center;
  margin-bottom: 64px;
}

.image {
  display: block;
}

.heading {
  font-size: 18px;
  font-weight: 300;
}

.button-2 {
  opacity: 1;
  color: #444441;
  background-color: rgba(255, 255, 255, .8);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 0;
  margin-left: 0;
  margin-right: -547px;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.button-2:hover {
  background-color: #fff;
}

.image-2 {
  text-align: center;
  margin-bottom: 6px;
  padding-bottom: 0;
}

.slide1 {
  height: 600px;
  background-image: url('../images/imatge_slider_1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  padding-left: 0;
  display: flex;
}

.slider {
  width: 100%;
  height: 600px;
}

.heading-2 {
  opacity: 1;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: -509px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Exo, sans-serif;
  font-size: 50px;
  font-weight: 300;
  transition: opacity 1.175s;
  display: flex;
}

.container-2 {
  align-items: center;
  display: flex;
}

.container-3 {
  background-color: #ede31b;
}

.paragraph {
  column-count: 1;
  margin: 4px auto 81px;
  padding: 37px 273px 81px 270px;
  font-family: Exo, sans-serif;
  display: block;
}

.section-2 {
  height: 150px;
  background-color: #236dbd;
  margin-bottom: 22px;
}

.paragraph-2 {
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 33px;
  padding: 43px 100px 0;
  font-family: Exo, sans-serif;
  font-size: 25px;
  line-height: 35px;
  display: flex;
}

.section-3 {
  background-color: #236dbd;
  margin-top: 51px;
  margin-bottom: -7px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-3 {
  color: #fff;
  flex-direction: column;
  align-items: center;
  margin-bottom: -7px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 300;
  display: flex;
}

.section-4 {
  margin-bottom: -33px;
  padding-top: 27px;
}

.section-5 {
  height: 20px;
  background-color: #ede31b;
  padding-top: 0;
  padding-bottom: 0;
}

.column {
  padding-left: 139px;
  padding-right: 24px;
}

.container-4 {
  padding-left: 0;
  padding-right: 0;
}

.navbar {
  position: absolute;
}

.dropdown-link, .dropdown-link-2 {
  font-family: Exo, sans-serif;
}

.dropdown {
  padding-top: 91px;
}

.text-block-2 {
  font-family: Exo, sans-serif;
}

.container-5 {
  margin-top: -4px;
  margin-bottom: 1px;
  padding: 0 0 0 302px;
  display: flex;
}

.image-3 {
  margin-top: 10px;
}

.icon {
  margin-top: 294px;
  margin-bottom: 208px;
  padding-top: 0;
}

.icon-2 {
  margin-top: 294px;
  margin-bottom: 208px;
}

.link-block {
  width: 300px;
  height: 150px;
  background-image: url('../images/basket.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block.serveis {
  background-image: url('../images/pistes.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-4 {
  color: #fff;
  padding-top: 86px;
  padding-bottom: 0;
  padding-left: 15px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 28px;
}

.heading-4:hover {
  font-weight: 400;
}

.column-2, .column-3, .column-4, .column-5 {
  margin-bottom: 22px;
}

.link-block-copy {
  width: 300px;
  height: 150px;
  background-image: url('../images/image_serveis_activitats.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block-copy.serveis {
  background-image: url('../images/pistes.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.link-block_basket {
  width: 300px;
  height: 150px;
  background-image: url('../images/basket.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block_basket.serveis {
  background-image: url('../images/pistes.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.link-block-futbol {
  width: 300px;
  height: 150px;
  background-image: url('../images/tennis.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block-futbol.serveis {
  background-image: url('../images/pistes.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.link-block-clases {
  width: 300px;
  height: 150px;
  background-image: url('../images/clases.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block-clases.serveis {
  background-image: url('../images/pistes.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.link-block-outdoor {
  width: 300px;
  height: 150px;
  background-image: url('../images/padel_exterior.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block-outdoor:hover {
  background-image: url('../images/padel_exterior.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block-outdoor.serveis {
  background-image: url('../images/pistes.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.link-block-tornejos {
  width: 300px;
  height: 150px;
  background-image: url('../images/torneijos.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block-tornejos.serveis {
  background-image: url('../images/pistes.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.link-block-restauracio {
  width: 300px;
  height: 150px;
  background-image: url('../images/image_serveis_restaurant.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block-restauracio.serveis {
  background-image: url('../images/pistes.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.link-block-gym {
  width: 300px;
  height: 150px;
  background-image: url('../images/fisioterapia.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block-gym.serveis {
  background-image: url('../images/pistes.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.link-block-activitats {
  width: 300px;
  height: 150px;
  background-image: url('../images/torneijos2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block-activitats.serveis {
  background-image: url('../images/pistes.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.link-block-piscina {
  width: 300px;
  height: 150px;
  background-image: url('../images/piscina.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block-piscina.serveis {
  background-image: url('../images/pistes.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.slide-2 {
  background-image: url('../images/imatge_slider2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin-top: -336px;
}

.container-6 {
  background-image: url('../images/imatge_slider2.jpg');
  background-position: 0 0;
  background-size: 779px;
}

.image-4 {
  margin-top: 0;
  margin-left: 1px;
  margin-right: 1px;
  padding: 0;
}

.navbar-2 {
  background-color: #ede31b;
  margin-bottom: 0;
  padding-bottom: 0;
}

.container-7 {
  width: 100%;
  float: right;
  clear: none;
  direction: rtl;
  text-align: right;
  text-transform: none;
  border-right-style: none;
  border-right-color: #000;
  padding-left: 0;
  padding-right: 12px;
  display: block;
  position: static;
}

.slide-3 {
  background-image: url('../images/imatge_slider2.jpg');
  background-position: 0 0;
  background-size: 779px;
}

.slide-4 {
  background-image: linear-gradient(#000, #fff), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 125px;
}

.nav-menu-2 {
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.nav-link-2 {
  text-align: center;
  letter-spacing: 2px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  bottom: -100px;
}

.nav-link-2:hover {
  font-weight: 600;
}

.text-block-3 {
  letter-spacing: 2px;
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.dropdown-toggle {
  bottom: -100px;
}

.body {
  min-width: auto;
  margin-bottom: -29px;
}

.slider3b {
  background-image: url('../images/slider3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.imgslider2 {
  background-image: url('../images/imatge_slider2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.imgslider3 {
  background-image: url('../images/slider3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.imgslider_3 {
  background-image: url('../images/imatge_slider2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.imgslider_3-copy {
  background-image: url('../images/slider3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.class_slider_3 {
  background-image: url('../images/imatge_slider2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.s_img_1 {
  float: none;
  clear: none;
  background-image: url('../images/imatge_slider_1.jpg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
  overflow: visible;
}

.s_img_1.responsive {
  background-position: 50%;
  background-repeat: repeat;
}

.slider-2_up_cabrera {
  height: 550px;
  float: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.s_img_2 {
  background-image: url('../images/imatge_slider_Cornella_04.jpg');
  background-position: 0 0;
  background-size: cover;
}

.s_img_3 {
  background-image: url('../images/imatge_slider2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.heading-5 {
  color: #fff;
  margin-top: 167px;
  margin-left: 157px;
  font-family: Exo, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.dropdown-list {
  padding-bottom: 0;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 86px;
  padding-bottom: 0;
}

.submenu {
  background-image: linear-gradient(#fff, #fff);
  margin-left: 19px;
  margin-right: 19px;
  padding-left: 16px;
  padding-right: 15px;
  font-family: Exo, sans-serif;
}

.submenu:hover {
  font-weight: 600;
}

.dropdown-list-2 {
  margin-top: 0;
}

.dropdown-list-2.w--open {
  background-color: rgba(228, 80, 80, 0);
  margin-top: 86px;
}

.nav-link-4 {
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.nav-link-4:hover {
  color: #000;
  font-weight: 600;
}

.nav-link-4.w--current {
  color: #000;
}

.nav-link-4.w--current:active {
  font-weight: 600;
}

.nav-link-5, .nav-link-6 {
  text-align: center;
}

.nav-link-7, .text-block-4, .text-block-5 {
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6 {
  background-color: #fff;
  font-family: Exo, sans-serif;
}

.dropdown-link-6:hover {
  font-weight: 500;
}

.dropdown-link-6:active {
  font-weight: 600;
}

.dropdown-link-6.w--current {
  color: #000;
}

.dropdown-link-7, .dropdown-link-8 {
  background-color: #fff;
  font-family: Exo, sans-serif;
}

.container-8 {
  width: 100%;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: relative;
}

.navbar-3 {
  width: 100%;
  color: #ede31b;
  background-color: #ede31b;
  text-decoration: underline;
}

.link-2 {
  color: var(--darker-grey);
}

.image-6 {
  clear: none;
}

.slide_2_1d {
  background-image: url('../images/imatge_slider_1.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  border: 1px #000;
}

.slide_b_2 {
  background-image: url('../images/slider3.jpg');
  background-position: 0 0;
  background-size: 779px;
  background-attachment: fixed;
}

.paragraph-home-gris {
  color: #414040;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 33px;
  margin-left: auto;
  margin-right: auto;
  padding: 38px 50px 0;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
  display: block;
}

.section-home {
  height: 150px;
  background-color: #ede31b;
  margin-bottom: 22px;
}

.slider-up-home {
  height: 550px;
  max-width: 1800px;
  float: none;
  background-color: var(--dark-blue);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.s_img_home {
  float: none;
  clear: none;
  background-image: url('../images/imatge_slider_1.jpg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
  overflow: visible;
}

.s_img_home.responsive {
  background-image: url('../images/imatge_slider_1b.jpg');
  background-position: 0 0;
  background-size: cover;
}

.paragraph-blanc {
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 33px;
  padding: 0 0 0 46px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  line-height: 35px;
  display: flex;
}

.s_img_1_cabrera {
  float: none;
  clear: none;
  background-image: url('../images/imatge_slider_1.jpg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
  overflow: visible;
}

.s_img_1_cabrera.responsive {
  background-image: url('../images/imatge_slider_1b.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.heading-6 {
  padding-left: 46px;
}

.heading-6.paragraph-blanc {
  padding-top: 20px;
}

.div-block {
  padding-top: 23px;
}

.heading-7 {
  padding-left: 46px;
}

.paragraph-blanc-light {
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -33px;
  margin-bottom: 33px;
  padding: 0 0 0 46px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 100;
  line-height: 35px;
  display: flex;
}

.div-block-2 {
  width: 100%;
  padding-left: 325px;
  padding-right: 0;
}

.text-block-6 {
  padding-right: 40px;
}

.text-block-7 {
  color: #4d4d4d;
  margin-top: 30px;
  margin-left: -111px;
  padding-left: 0;
  font-family: Exo, sans-serif;
}

.text-blau {
  color: #236dbd;
  margin-bottom: 69px;
  padding-top: 19px;
  font-family: Exo, sans-serif;
}

.text-blau:hover {
  color: #4d4d4d;
}

.text-block-8 {
  color: #236dbd;
  margin-top: 33px;
  font-family: Exo, sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.column-6 {
  padding-left: 80px;
}

.container-9 {
  margin: 8px auto -19px;
  padding-top: 34px;
  padding-bottom: 30px;
  padding-right: 0;
}

.image-7 {
  width: 100%;
}

.text-block-9 {
  width: 50%;
  color: #fff;
  margin-top: -22px;
  padding-top: 79px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Exo, sans-serif;
  font-size: 120px;
  font-weight: 700;
}

.text-block-10 {
  color: #4d4d4d;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 7px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 19px;
}

.image-8 {
  text-align: center;
  padding-left: 40px;
}

.section-6 {
  color: #236dbd;
}

.facebook-2 {
  color: #fff;
  text-align: left;
  margin-bottom: -8px;
  padding-top: 29px;
  padding-bottom: 14px;
  padding-left: 48px;
}

.heading-8 {
  color: #236dbd;
  text-align: center;
  margin-top: -11px;
  padding-top: 28px;
  font-family: Exo, sans-serif;
}

.div-block-3 {
  background-image: linear-gradient(#236dbd, #236dbd);
}

.row {
  height: 80px;
  background-image: linear-gradient(#ede31b, #ede31b);
}

.heading-9 {
  color: var(--dark-blue);
  text-align: right;
  padding-top: 17px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.image-7-80 {
  width: 80%;
}

.slide_cabrera_4 {
  background-image: url('../images/imatge_slider_Cornella_08.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-4 {
  width: 55%;
  height: 2px;
  text-align: center;
  background-image: linear-gradient(#236dbd, #236dbd);
  margin-top: -16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.link-3 {
  width: 40%;
  color: #fff;
  text-align: center;
  background-color: #236dbd;
  border-radius: 10px;
  margin: 36px auto 14px;
  display: block;
}

.heading-10 {
  color: #fff;
  margin-top: 394px;
  margin-bottom: -85px;
  padding-top: 0;
  padding-left: 60px;
  font-family: Exo, sans-serif;
  font-weight: 100;
}

.section-7 {
  height: 500px;
  background-image: url('../images/imatge_fisio.jpg');
  background-position: 0 -88px;
  background-size: auto;
  padding-top: 1px;
}

.container-10 {
  padding-top: 53px;
}

.row-3 {
  margin-top: 10px;
  margin-bottom: -21px;
  padding-top: 0;
  padding-bottom: 0;
}

.imatge_indoor {
  height: 500px;
  background-image: url('../images/badalona_indoor.JPG');
  background-position: 0 0;
  background-size: cover;
  padding-top: 1px;
}

.imatge_outdoor {
  height: 500px;
  background-image: url('../images/padel_outdoor.jpg');
  background-position: 0 -37px;
  background-size: auto;
  padding-top: 1px;
}

.column-8 {
  padding-bottom: 38px;
}

.column-9 {
  margin-bottom: 50px;
}

.imatge_classes {
  height: 500px;
  background-image: url('../images/classes.jpg');
  background-position: 0 -26px;
  background-size: auto;
  padding-top: 1px;
}

.row-4 {
  padding-top: 13px;
  padding-bottom: 18px;
}

.imatge_escola_padel {
  height: 500px;
  background-image: url('../images/imatge_slider_escola2.jpg');
  background-position: 0 -24px;
  background-size: auto;
  padding-top: 1px;
}

.imatge_campus {
  height: 500px;
  background-image: url('../images/imatge_slider_campus.jpg');
  background-position: 0 -50px;
  background-size: auto;
  padding-top: 1px;
}

.imatge_torneijos {
  height: 500px;
  background-image: url('../images/torneijos_1.jpg');
  background-position: 0 -24px;
  background-size: auto;
  padding-top: 1px;
}

.imatge_activitats {
  height: 500px;
  background-image: url('../images/badalona_indoor.JPG');
  background-position: 0 0;
  background-size: cover;
  padding-top: 1px;
}

.imatge_esdeveniments {
  height: 500px;
  background-image: url('../images/esdeveniments.jpg');
  background-position: 0 -89px;
  background-size: auto;
  padding-top: 1px;
}

.imatge_tennis {
  height: 500px;
  background-image: url('../images/tennis_1.jpg');
  background-position: 0 -93px;
  background-size: auto;
  padding-top: 1px;
}

.imatge_pistes {
  height: 500px;
  background-image: url('../images/basket_1.jpg');
  background-position: 0 -87px;
  background-size: auto;
  padding-top: 1px;
}

.imatge_gimnas {
  height: 500px;
  background-image: url('../images/gimnas.jpg');
  background-position: 0 -88px;
  background-size: auto;
  padding-top: 1px;
}

.imatge_piscina {
  height: 500px;
  background-image: url('../images/piscina_1.jpg');
  background-position: 0 -94px;
  background-size: auto;
  padding-top: 1px;
}

.imatge_restauracio {
  height: 500px;
  background-image: url('../images/restauracio.jpg');
  background-position: 0 -95px;
  background-size: auto;
  padding-top: 1px;
}

.slider-3_up_badalona {
  height: 550px;
  float: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.s_img_1_badalona {
  float: none;
  clear: none;
  background-image: url('../images/imatge_slider_1.jpg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
  overflow: visible;
}

.s_img_1_badalona.responsive {
  background-image: url('../images/badalona_3.jpg');
  background-position: 50%;
  background-repeat: repeat;
}

.s_img_badalona_2 {
  background-image: url('../images/badalona_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.s_img_badalona_3 {
  background-image: url('../images/badalona1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slider-3_up_argentona {
  height: 550px;
  float: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.s_img_1_argentona {
  float: none;
  clear: none;
  background-image: url('../images/imatge_slider_1.jpg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
  overflow: visible;
}

.s_img_1_argentona.responsive {
  background-image: url('../images/imatge_slider_argentona.jpg');
  background-position: 50%;
  background-repeat: repeat;
}

.groc_serveis_home {
  height: 950px;
  background-color: #ede31b;
  margin-top: 18px;
  margin-bottom: -11px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: -11px;
}

.groc_serveis_home.centered {
  text-align: center;
}

.groc_serveis_home.accent {
  background-color: #f3f3f3;
}

.groc_serveis_home.dark {
  background-color: var(--dark-grey);
  color: #fff;
}

.section-8 {
  background-image: linear-gradient(#236dbd, #236dbd);
  padding-bottom: 38px;
}

.form-block {
  margin-top: 35px;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  margin-top: -8px;
  margin-bottom: -31px;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
}

.submit-button {
  color: #4d4d4d;
  background-color: #ede31b;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.field-label, .field-label-2, .text-field, .text-field-2 {
  font-family: Exo, sans-serif;
}

.section-cabrera {
  height: 550px;
  background-color: #ede31b;
  margin-top: 17px;
  margin-bottom: -11px;
  margin-left: 0;
  padding-top: 30px;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -11px;
}

.section-cabrera.centered {
  text-align: center;
}

.section-cabrera.accent {
  background-color: #f3f3f3;
}

.section-cabrera.dark {
  background-color: var(--dark-grey);
  color: #fff;
}

.section-badalona {
  height: 550px;
  background-color: #ede31b;
  margin-top: 18px;
  margin-bottom: -11px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: -11px;
}

.section-badalona.centered {
  text-align: center;
}

.section-badalona.accent {
  background-color: #f3f3f3;
}

.section-badalona.dark {
  background-color: var(--dark-grey);
  color: #fff;
}

.section-argentona {
  height: 550px;
  background-color: #ede31b;
  margin-top: 18px;
  margin-bottom: -11px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: -11px;
}

.section-argentona.centered {
  text-align: center;
}

.section-argentona.accent {
  background-color: #f3f3f3;
}

.section-argentona.dark {
  background-color: var(--dark-grey);
  color: #fff;
}

.row-5 {
  margin-bottom: 36px;
}

.imatge_indoor2 {
  height: 500px;
  background-image: url('../images/badalona_indoor.JPG');
  background-position: 0 -54px;
  background-size: auto;
  padding-top: 1px;
}

.imatge_activitats2 {
  height: 500px;
  background-image: url('../images/activitats.jpg');
  background-position: 0 -94px;
  background-size: auto;
  padding-top: 1px;
}

.link-block-piscina2 {
  width: 300px;
  height: 150px;
  background-image: url('../images/piscina.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block-piscina2.serveis {
  background-image: url('../images/pistes.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.link-block-gym2 {
  width: 300px;
  height: 150px;
  background-image: url('../images/gym.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block-gym2.serveis {
  background-image: url('../images/pistes.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.link-block_esdeveniments {
  width: 300px;
  height: 150px;
  background-image: url('../images/image_serveis_esdeveniments.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block_esdeveniments.serveis {
  background-image: url('../images/pistes.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.link-block-torneijos {
  width: 300px;
  height: 150px;
  background-image: url('../images/basket.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block-torneijos.serveis {
  background-image: url('../images/pistes.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.link-block-escola-de-padel {
  width: 300px;
  height: 150px;
  background-image: url('../images/image_serveis_escola.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block-escola-de-padel.serveis {
  background-image: url('../images/pistes.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.field-label-3, .textarea {
  font-family: Exo, sans-serif;
}

.s_img_argentona2 {
  background-image: url('../images/imatge_slider_argentona3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.s_img_argentona_3 {
  background-image: url('../images/imatge_slider_argentona2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.link-4 {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 19px;
  margin-left: 103px;
}

.row-6 {
  margin-bottom: 40px;
}

.row-7 {
  background-image: linear-gradient(#236dbd, #236dbd);
  padding-bottom: 0;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#236dbd, #236dbd);
  margin-top: 16px;
  padding-bottom: 1px;
  font-family: Exo, sans-serif;
}

.link-block-lloguer-tennis-indoor {
  width: 300px;
  height: 150px;
  background-image: url('../images/image_petita_tennis_indoor_02.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block-lloguer-tennis-indoor.serveis {
  background-image: url('../images/pistes.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-4-copy {
  color: #fff;
  padding-top: 86px;
  padding-bottom: 0;
  padding-left: 15px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 28px;
}

.heading-4-copy:hover {
  font-weight: 400;
}

.heading-10-copy {
  color: #fff;
  margin-top: 394px;
  margin-bottom: -85px;
  padding-top: 0;
  padding-left: 60px;
  font-family: Exo, sans-serif;
  font-weight: 100;
}

.imatge_indoor_tennis {
  height: 500px;
  background-image: url('../images/imatge_slider_tennis_indoor.jpg');
  background-position: 50% 80%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 1px;
}

.slider-2_up_cornella {
  height: 550px;
  float: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.s_img_3-copy {
  background-image: url('../images/imatge_slider_Cornella_02.jpg');
  background-position: 0 0;
  background-size: cover;
}

.s_img_1_cornella {
  float: none;
  clear: none;
  background-image: url('../images/imatge_slider_1.jpg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
  overflow: visible;
}

.s_img_1_cornella.responsive {
  background-image: url('../images/imatge_slider_cornella_dron.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.slider-2_up_cornella-copy, .slider-2_up_cornella2 {
  height: 550px;
  float: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide_4_img {
  background-image: url('../images/slider3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.nou_club_cornella {
  max-width: none;
  background-image: url('../images/slider_Mesa-de-trabajo-1-03.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat-x;
  background-size: cover, cover;
}

.heading-11 {
  padding: 141px 0 0 160px;
}

.column-14 {
  padding-left: 0;
  padding-right: 134px;
}

.container-11 {
  background-color: var(--dark-blue);
}

.text-block_politica_privacitat {
  color: #4d4d4d;
  margin-top: 30px;
  margin-left: -111px;
  margin-right: -348px;
  padding-left: 0;
  font-family: Exo, sans-serif;
}

.link-5 {
  text-align: center;
  margin-left: 103px;
}

.link-5.w--current {
  padding-left: 117px;
}

.link_tarifes_inactiu {
  width: 40%;
  color: var(--light-grey);
  text-align: center;
  background-color: #236dbd;
  border-radius: 10px;
  margin: 36px auto 14px;
  display: block;
}

.italic-text {
  font-style: normal;
}

.image-13 {
  max-width: 20%;
  aspect-ratio: auto;
  text-align: center;
  display: inline-block;
  position: relative;
}

.section-10 {
  text-align: center;
  margin-bottom: 59px;
  padding-top: 48px;
}

.patrocinadors {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper-two {
  flex-direction: column;
  margin-bottom: -40px;
  display: flex;
}

.pricing-card-two {
  background-color: #f5f7fa;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 32px;
  display: flex;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  display: flex;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.pricing-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-divider-two {
  height: 1px;
  background-color: #e4ebf3;
  margin: 9px -16px 16px;
}

.pricing-details {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-block {
  margin-bottom: -10px;
}

.pricing-details-text {
  margin-bottom: 8px;
}

.image-14 {
  max-width: 20%;
  text-align: center;
}

.text-block-13 {
  margin-top: -27px;
  padding-top: 0;
  padding-bottom: 34px;
  font-size: 14px;
}

.image-15 {
  margin-bottom: -16px;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  .hamburger-button:hover {
    color: var(--blue);
  }

  .hamburger-button.w--open {
    background-color: var(--darker-grey);
  }

  .hamburger-button.left {
    float: left;
  }

  .hamburger-button.white {
    color: #fff;
  }

  .section {
    height: 750px;
  }

  .hero-slider {
    height: 400px;
  }

  .form-wrapper.squeezed {
    padding-left: 10%;
    padding-right: 10%;
  }

  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }

  .nav-link {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu {
    background-color: var(--darker-grey);
    padding: 17px;
  }

  .logo-link {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .content {
    width: 100%;
    height: auto;
  }

  .social-footer {
    margin-top: 0;
  }

  .content-column {
    padding-top: 0;
  }

  .slide1 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    padding-left: 218px;
    line-height: 65px;
  }

  .paragraph {
    margin-bottom: 8px;
    padding-top: 2px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .paragraph-2 {
    padding-top: 16px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .heading-3 {
    padding-top: 0;
  }

  .column {
    margin-bottom: 56px;
    padding-bottom: 0;
  }

  .heading-4 {
    margin-top: -18px;
    font-size: 17px;
  }

  .navbar-2 {
    margin-bottom: -16px;
    padding-bottom: 0;
  }

  .nav-menu-2 {
    background-color: #ede31b;
    margin-top: -236px;
    padding-top: 228px;
    padding-bottom: 33px;
  }

  .nav-link-2 {
    margin: -181px auto 36px;
    padding-top: 73px;
    padding-bottom: 0;
    display: block;
    top: 13px;
  }

  .text-block-3 {
    text-align: center;
    margin-top: -173px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .s_img_1 {
    float: left;
    clear: none;
    margin-left: auto;
    margin-right: 500px;
    display: block;
    position: relative;
    right: 0;
  }

  .s_img_1.responsive {
    clear: none;
    background-position: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .heading-5 {
    margin-top: 116px;
    margin-bottom: 40px;
    margin-left: 108px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 187px;
    line-height: 70px;
  }

  .image-5 {
    margin-bottom: 107px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .menu-button {
    background-color: #ede31b;
  }

  .menu-button.w--open {
    color: var(--darker-grey);
    background-color: #ede31b;
  }

  .dropdown-2 {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
  }

  .dropdown-3 {
    text-align: center;
    margin-top: 0;
    padding-top: 22px;
    padding-bottom: 0;
  }

  .icon-3 {
    margin-bottom: 0;
  }

  .nav-link-3 {
    text-align: center;
    flex-direction: row;
    align-items: center;
    margin-top: 2px;
    padding-top: 52px;
    padding-bottom: 10px;
    font-family: Exo, sans-serif;
    font-weight: 600;
    display: block;
    position: static;
  }

  .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6, .dropdown-link-7, .dropdown-link-8 {
    text-align: center;
  }

  .icon-4 {
    color: var(--darker-grey);
  }

  .nav-menu-3 {
    background-color: #ede31b;
  }

  .slide_2_1d {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .paragraph-home-gris {
    margin-top: 9px;
    padding-top: 0;
    padding-left: 38px;
    padding-right: 38px;
    font-size: 18px;
    line-height: 25px;
  }

  .section-home {
    margin-top: 0;
    padding-top: 41px;
    padding-bottom: 20px;
  }

  .s_img_home {
    float: left;
    clear: none;
    margin-left: auto;
    margin-right: 500px;
    display: block;
    position: relative;
    right: 0;
  }

  .s_img_home.responsive {
    clear: none;
    background-position: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .paragraph-blanc {
    padding-top: 16px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .s_img_1_cabrera {
    float: left;
    clear: none;
    margin-left: auto;
    margin-right: 500px;
    display: block;
    position: relative;
    right: 0;
  }

  .s_img_1_cabrera.responsive {
    clear: none;
    background-position: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .paragraph-blanc-light {
    margin-top: -49px;
    padding-top: 16px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .div-block-2 {
    padding-left: 0;
  }

  .text-block-7 {
    margin-left: -351px;
    margin-right: 59px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-6 {
    padding-left: 38px;
  }

  .container-9 {
    margin-top: 14px;
    padding-top: 44px;
    padding-left: 19px;
    padding-right: 0;
  }

  .row {
    margin-top: -8px;
    margin-bottom: 16px;
    padding-top: 7px;
    padding-bottom: 0;
  }

  .link-3 {
    width: 60%;
    margin-top: 17px;
  }

  .heading-10 {
    padding-left: 35px;
  }

  .section-7, .imatge_indoor, .imatge_outdoor, .imatge_classes, .imatge_escola_padel, .imatge_campus, .imatge_torneijos, .imatge_activitats, .imatge_esdeveniments, .imatge_tennis, .imatge_pistes, .imatge_gimnas, .imatge_piscina, .imatge_restauracio {
    background-position: -180px 0;
  }

  .s_img_1_badalona {
    float: left;
    clear: none;
    margin-left: auto;
    margin-right: 500px;
    display: block;
    position: relative;
    right: 0;
  }

  .s_img_1_badalona.responsive {
    clear: none;
    background-position: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .s_img_1_argentona {
    float: left;
    clear: none;
    margin-left: auto;
    margin-right: 500px;
    display: block;
    position: relative;
    right: 0;
  }

  .s_img_1_argentona.responsive {
    clear: none;
    background-position: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .groc_serveis_home {
    height: 950px;
  }

  .section-cabrera {
    height: 750px;
    margin-bottom: -33px;
  }

  .section-badalona {
    height: 750px;
  }

  .section-argentona {
    height: 525px;
  }

  .imatge_indoor2, .imatge_activitats2 {
    background-position: -180px 0;
  }

  .link-4 {
    margin-left: 193px;
  }

  .row-8 {
    margin-top: 20px;
  }

  .column-13 {
    padding-bottom: 0;
  }

  .heading-4-copy {
    margin-top: -18px;
    font-size: 17px;
  }

  .heading-10-copy {
    padding-left: 35px;
  }

  .imatge_indoor_tennis {
    background-position: -180px 0;
  }

  .s_img_1_cornella {
    float: left;
    clear: none;
    margin-left: auto;
    margin-right: 500px;
    display: block;
    position: relative;
    right: 0;
  }

  .s_img_1_cornella.responsive {
    clear: none;
    background-position: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .image-11 {
    margin-left: 43px;
  }

  .text-block_politica_privacitat {
    margin-left: 53px;
    margin-right: -339px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-5 {
    margin-left: 15px;
  }

  .link-5.w--current {
    padding-left: 15px;
  }

  .link_tarifes_inactiu {
    width: 60%;
    margin-top: 17px;
  }

  .container-12 {
    max-width: 728px;
  }

  .pricing-card-two {
    align-items: center;
    padding: 24px;
  }

  .pricing-image-two {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .brand-link.on-top {
    float: left;
  }

  .brand-link.left-spacing {
    padding-left: 0;
  }

  .section {
    height: 2000px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-slider {
    height: 528px;
  }

  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-section {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-heading {
    margin-bottom: 10px;
  }

  .form-wrapper.squeezed {
    padding-left: 0;
    padding-right: 9px;
  }

  .picture-border {
    margin-bottom: 13px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-text {
    padding-right: 0;
    font-size: 12px;
  }

  .grid-fours {
    width: 33.33%;
  }

  .image-column {
    margin-bottom: 10px;
  }

  .content-column {
    text-align: center;
    margin-bottom: 13px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .waterfall-content-column {
    text-align: center;
    padding-top: 0;
  }

  .waterfall-image-column {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .paragraph-2 {
    margin-top: 0;
    font-size: 19px;
  }

  .link-block {
    margin-top: 36px;
  }

  .link-block.serveis {
    margin-top: 19px;
    margin-bottom: 28px;
  }

  .heading-4 {
    margin-top: 0;
  }

  .link-block_basket {
    margin-top: 16px;
  }

  .link-block-futbol {
    margin-top: 36px;
  }

  .link-block-outdoor {
    margin-top: -18px;
  }

  .link-block-tornejos {
    margin-top: 31px;
    margin-bottom: 9px;
  }

  .link-block-restauracio {
    margin-top: 28px;
  }

  .link-block-gym {
    margin-top: 19px;
  }

  .link-block-piscina {
    margin-top: 30px;
  }

  .s_img_1.responsive {
    background-position: 91%;
  }

  .s_img_2 {
    background-position: -452px 0;
  }

  .s_img_3 {
    background-position: -169px 0;
  }

  .heading-5 {
    margin-top: 135px;
    margin-left: 93px;
    margin-right: 135px;
    padding-right: 0;
    font-size: 35px;
    line-height: 50px;
  }

  .nav-link-3 {
    padding-bottom: 9px;
  }

  .paragraph-home-gris {
    margin-top: 4px;
    padding-top: 0;
    font-size: 19px;
  }

  .s_img_home.responsive {
    background-position: 91%;
  }

  .paragraph-blanc {
    margin-top: 0;
    font-size: 19px;
  }

  .s_img_1_cabrera.responsive {
    background-position: 35%;
  }

  .heading-6.paragraph-blanc {
    font-size: 35px;
  }

  .paragraph-blanc-light {
    margin-top: -48px;
    font-size: 25px;
  }

  .text-block-7 {
    margin: 30px 36px 26px 31px;
    padding-top: 0;
    padding-right: 21px;
  }

  .text-block-8 {
    margin-top: 4px;
  }

  .column-6 {
    padding-top: 0;
    padding-left: 38px;
  }

  .container-9 {
    margin-top: 0;
  }

  .image-7 {
    width: 25%;
    margin-bottom: -35px;
    margin-right: 170px;
  }

  .text-block-9 {
    width: 50px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 61px;
    padding-right: 0;
    display: block;
  }

  .text-block-10 {
    margin-top: 66px;
  }

  .image-8 {
    padding-left: 0;
    padding-right: 183px;
  }

  .facebook-2 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .row {
    height: 125px;
    margin-top: 35px;
  }

  .heading-9 {
    text-align: center;
  }

  .image-7-80 {
    width: 20%;
    margin-right: 194px;
  }

  .image-9 {
    padding-right: 166px;
  }

  .slide_cabrera_4 {
    background-position: -351px 0;
  }

  .link-3 {
    margin-top: 19px;
  }

  .image-10 {
    padding-left: 0;
  }

  .esquerra_picto {
    margin-bottom: -74px;
    margin-right: 152px;
  }

  .row-2 {
    margin-top: 1px;
  }

  .heading-10 {
    padding-left: 34px;
  }

  .section-7, .imatge_indoor, .imatge_outdoor, .imatge_classes, .imatge_escola_padel, .imatge_campus, .imatge_torneijos, .imatge_activitats, .imatge_esdeveniments, .imatge_tennis, .imatge_pistes, .imatge_gimnas, .imatge_piscina, .imatge_restauracio {
    background-position: -336px 0;
  }

  .s_img_1_badalona.responsive {
    background-position: 35%;
  }

  .s_img_badalona_2 {
    background-position: -169px 0;
  }

  .s_img_badalona_3 {
    background-position: -452px 0;
  }

  .s_img_1_argentona.responsive {
    background-position: 35%;
  }

  .groc_serveis_home {
    height: 2600px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-10 {
    margin-top: -6px;
  }

  .column-11 {
    padding-bottom: 0;
  }

  .section-cabrera {
    height: 2000px;
    text-align: center;
    margin-bottom: -334px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-badalona {
    height: 2000px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-argentona {
    height: 950px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .imatge_indoor2, .imatge_activitats2 {
    background-position: -336px 0;
  }

  .link-block-piscina2 {
    margin-top: 28px;
  }

  .link-block-gym2 {
    margin-top: 30px;
  }

  .link-block_esdeveniments {
    margin-top: 16px;
  }

  .link-block-torneijos {
    margin-top: 36px;
  }

  .link-block-torneijos.serveis {
    margin-top: 19px;
    margin-bottom: 28px;
  }

  .link-block-escola-de-padel {
    margin-top: 31px;
    margin-bottom: 9px;
  }

  .s_img_argentona2 {
    background-position: -169px 0;
  }

  .s_img_argentona_3 {
    background-position: -452px 0;
  }

  .map, .column-12, .row-8, .section-9 {
    padding-bottom: 0;
  }

  .link-block-lloguer-tennis-indoor {
    margin-top: 30px;
  }

  .heading-4-copy {
    margin-top: 0;
  }

  .heading-10-copy {
    padding-left: 34px;
  }

  .imatge_indoor_tennis {
    background-position: -336px 0;
  }

  .s_img_3-copy {
    background-position: -169px 0;
  }

  .s_img_1_cornella.responsive {
    background-position: 35%;
  }

  .image-12 {
    margin-left: 26px;
  }

  .text-block_politica_privacitat {
    margin: 30px 36px 26px 31px;
    padding-top: 0;
    padding-right: 21px;
  }

  .link_tarifes_inactiu {
    margin-top: 19px;
  }

  .patrocinadors {
    padding: 60px 15px;
  }

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .button.tab {
    margin-bottom: 9px;
  }

  .section {
    height: 1650px;
  }

  .hero-slider {
    height: 550px;
  }

  .slide {
    padding-left: 53px;
    padding-right: 53px;
  }

  .footer.accent {
    height: 600px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 241px;
    display: grid;
  }

  .footer-text {
    margin-bottom: 18px;
    font-size: 9px;
  }

  .grid-fours {
    width: 50%;
  }

  .section-2 {
    height: 250px;
    margin-top: -1px;
    margin-bottom: 89px;
    padding-top: 6px;
  }

  .paragraph-2 {
    margin-top: 1px;
    padding-top: 42px;
    font-size: 16px;
    line-height: 20px;
  }

  .section-5 {
    margin-top: -242px;
    margin-bottom: 104px;
    padding-top: 11px;
    padding-bottom: 66px;
  }

  .link-block {
    margin-bottom: -9px;
  }

  .link-block.serveis {
    margin-top: 5px;
    margin-bottom: 31px;
  }

  .link-block-copy {
    margin-bottom: -7px;
  }

  .link-block-futbol {
    margin-bottom: -5px;
  }

  .link-block-outdoor {
    margin-bottom: 3px;
  }

  .link-block-tornejos {
    margin-top: 27px;
    margin-bottom: 31px;
  }

  .link-block-activitats {
    margin-bottom: 3px;
  }

  .image-4 {
    max-width: 50%;
    font-size: 8px;
    position: static;
  }

  .body {
    margin-bottom: -31px;
    padding-top: 0;
  }

  .s_img_1.responsive {
    background-position: 642px 0;
  }

  .s_img_2 {
    background-position: -499px 0;
  }

  .s_img_3 {
    background-position: -178px 0;
  }

  .heading-5 {
    margin: 58px 8px 37px 40px;
    padding-right: 122px;
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph-home-gris {
    margin-top: -1px;
    margin-bottom: 34px;
    padding-top: 14px;
    font-size: 16px;
    line-height: 20px;
  }

  .section-home {
    margin-top: -1px;
    margin-bottom: 21px;
  }

  .s_img_home.responsive {
    background-position: 642px 0;
  }

  .paragraph-blanc {
    margin-top: 1px;
    padding-top: 42px;
    font-size: 16px;
    line-height: 20px;
  }

  .s_img_1_cabrera.responsive {
    background-position: 1088px 0;
  }

  .heading-6.paragraph-blanc {
    line-height: 40px;
  }

  .div-block {
    padding-bottom: 0;
  }

  .paragraph-blanc-light {
    margin-top: -52px;
    padding-top: 42px;
    font-size: 23px;
    line-height: 20px;
  }

  .text-block-7 {
    margin-top: 28px;
    margin-left: -82px;
    padding-bottom: 16px;
    padding-left: 110px;
  }

  .text-blau {
    margin-bottom: 26px;
  }

  .text-block-8 {
    margin-top: -2px;
    margin-bottom: -1px;
    padding-bottom: 0;
  }

  .container-9 {
    margin-top: 5px;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .text-block-9 {
    padding-left: 22px;
  }

  .text-block-10 {
    margin-top: 54px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .facebook-2 {
    padding-left: 0;
  }

  .div-block-3 {
    margin-top: 23px;
    display: block;
  }

  .slide_cabrera_4 {
    background-position: -569px 0;
  }

  .link-3 {
    width: 60%;
  }

  .esquerra_picto {
    margin-left: -26px;
  }

  .column-7 {
    padding-bottom: 0;
  }

  .row-2 {
    margin-top: 0;
  }

  .heading-10 {
    margin-top: 326px;
    padding-left: 21px;
  }

  .section-7, .imatge_indoor, .imatge_outdoor, .imatge_classes, .imatge_escola_padel, .imatge_campus, .imatge_torneijos, .imatge_activitats, .imatge_esdeveniments, .imatge_tennis, .imatge_pistes, .imatge_gimnas, .imatge_piscina, .imatge_restauracio {
    background-position: -506px 0;
  }

  .s_img_1_badalona.responsive {
    background-position: 1088px 0;
  }

  .s_img_badalona_2 {
    background-position: -178px 0;
  }

  .s_img_badalona_3 {
    background-position: -499px 0;
  }

  .s_img_1_argentona.responsive {
    background-position: 1088px 0;
  }

  .groc_serveis_home {
    height: 2575px;
  }

  .column-10 {
    margin-bottom: 5px;
  }

  .section-cabrera, .section-badalona {
    height: 1650px;
  }

  .section-argentona {
    height: 850px;
  }

  .imatge_indoor2, .imatge_activitats2 {
    background-position: -506px 0;
  }

  .link-block-gym2, .link-block_esdeveniments {
    margin-bottom: 4px;
  }

  .s_img_argentona2 {
    background-position: -178px 0;
  }

  .s_img_argentona_3 {
    background-position: -499px 0;
  }

  .link-4 {
    margin-top: -38px;
    margin-bottom: -4px;
    margin-left: 27px;
  }

  .text-block-12 {
    margin-top: 17px;
  }

  .link-block-lloguer-tennis-indoor {
    margin-bottom: 4px;
  }

  .heading-10-copy {
    margin-top: 326px;
    padding-left: 21px;
  }

  .imatge_indoor_tennis {
    background-position: -506px 0;
  }

  .s_img_3-copy {
    background-position: -178px 0;
  }

  .s_img_1_cornella.responsive {
    background-position: 1088px 0;
  }

  .nou_club_cornella {
    background-image: url('../images/slider_Mesa-de-trabajo-1-03.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .column-14 {
    text-align: center;
    padding-top: 73px;
    padding-bottom: 0;
  }

  .column-15 {
    padding-left: 0;
  }

  .image-11 {
    margin-left: 70px;
    padding-top: 0;
  }

  .image-12 {
    margin-left: 27px;
  }

  .text-block_politica_privacitat {
    margin-top: 28px;
    margin-left: -82px;
    padding-bottom: 16px;
    padding-left: 110px;
  }

  .link-5 {
    margin-left: 9px;
    padding-left: 0;
    padding-right: 0;
  }

  .link_tarifes_inactiu {
    width: 60%;
  }

  .container-12 {
    max-width: none;
  }

  .pricing-card-two {
    padding: 15px;
  }

  .pricing-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
  }

  .pricing-block {
    margin-bottom: 10px;
  }
}


