
@keyframes marquee {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -500px;
  }
}
nav {
  top: 0;
  left: 50%;
  z-index: 5;
  width: 100%;
  padding: 20px;
  position: fixed;
  transform: translate(-50%, 0);
  transition: transform .3s ease-in-out;
}
nav .hamburger {
  display: flex;
  margin: 0 auto;
  max-width: 1820px;
  justify-content: space-between;
}
nav .hamburger .trigger {
  width: 50px;
  display: flex;
  align-items: center;
}
nav .hamburger .trigger label {
  gap: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
nav .hamburger .trigger label div {
  width: 43px;
  height: 2px;
  background-color: var(--color-yellow);
}
nav .hamburger .logo {
  width: 50px;
  display: flex;
  align-content: center;
  justify-content: center;
}
nav .hamburger .logo .icon {
  color: var(--color-yellow);
}
nav .hamburger .whatsapp {
  width: 50px;
  text-align: right;
  align-self: center;
}
nav .hamburger .whatsapp .icon {
  width: 18px;
  height: 18px;
  color: white;
}
nav.pastHeader {
  backdrop-filter: blur(10px);
  background-color: #00000044;
  box-shadow: 0 5px 10px #000000CC;
}
section {
  display: flex;
  position: relative;
  min-height: calc(100 * var(--svh));
  justify-content: center;
}
section .quote-icon {
  color: var(--color-grey);
}
section .quote-icon svg {
  width: 116px;
  height: 84px;
}
section .quote-text {
  display: block;
  margin-top: 52px;
  margin-left: -105px;
}

#quote {
  padding: 148px 42px;
  padding: 148px 20px;
  justify-content: flex-start;
  background-color: var(--color-black);
}
#quote .quote-icon svg{
  color: var(--color-magenta);
}
#quote .quote-text {
  max-width: 340px;
}
#quote .quote-text img {
  height: auto;
  max-height: 230px;
  object-fit: contain;
  object-position: top left;
}
#quote .bg {
  right: 0;
  bottom: 0;
  width: 390px;
  height: auto;
  position: absolute;
  pointer-events: none;
}
#quote .randomQuote {
  display: none;
}
#quote .randomQuote.visible {
  display: block;
}
#aboutus {
  padding: 133px 20px;
  justify-content: flex-start;
  background-color: var(--color-black);
}
#aboutus .wrapper {
  max-width: 465px;
}
#aboutus h3 {
  color: var(--color-yellow);
}
#aboutus .h1 {
  margin-top: 20px;
  line-height: 43px;
  margin-bottom: 40px;
  color: var(--color-grey);
}
#aboutus p {
  margin-bottom: 40px;
  color: var(--color-grey);
}

#padeltour {
  padding: 133px 45px;
  background-color: var(--color-grey);
}
#padeltour .wrapper {
  max-width: 480px;
  position: relative;
  text-align: center;
}
#padeltour .quote-icon {
  top: 0;
  left: -20px;
  position: absolute;
}
#padeltour .quote-icon svg{
  color: var(--color-yellow);
}
#padeltour h3 {
  z-index: 2;
  position: relative;
  text-align: center;
  color: var(--color-magenta);
}
#padeltour .h2 {
  z-index: 2;
  margin-top: 20px;
  line-height: 43px;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  color: var(--color-black);
}
#padeltour a {
  display: inline-block;
}
.padelLogo {
  width: 78px;
  text-align: center;
  margin-top: 12.7lvh;
  height: calc(7.2 * var(--svh));
  background-color: var(--color-black);
  -webkit-mask: url(../assets/vectors/logos/worldPadelTourLogo.svg) no-repeat center;
  mask: url(../assets/vectors/logos/worldPadelTourLogo.svg) no-repeat center;
}

#virtualtour {
  height: auto;
  min-height: unset;
  padding: 73px 0 0 0;
  background-color: var(--color-black);
}
#virtualtour .wrapper {
  width: 100%;
}
#virtualtour h3 {
  text-align: center;
  color: var(--color-yellow);
}
#virtualtour h2 {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 40px;
  color: var(--color-grey);
}
#virtualtour .video.bg_video.tour {
  height: auto;
  aspect-ratio: 16/9;
}

#sports {
  display: flex;
  padding: 133px 20px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--color-black);
}
#sports .wrapper {
  width: 100%;
  max-width: 345px;
  margin-bottom: 80px;
}
#sports h3 {
  text-align: center;
  margin-bottom: 20px;
  color: var(--color-yellow);
}
#sports h1 {
  text-align: center;
  color: var(--color-grey);
}
#sports .mySwiper {
  max-width: 350px;
}
#sports .mySwiper .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
#sports .mySwiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: var(--color-grey);
}
#sports .mySwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-red);
}
#sports .mySwiper img {
  filter: grayscale(100%);
}
#social {
  gap: 100px;
  display: flex;
  position: relative;
  padding: 195px 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--color-red);
}
#social .wrapper {
  max-width: 465px;
}
#social h3 {
  margin-bottom: 20px;
  color: var(--color-yellow);
}
#social .h1 {
  margin-bottom: 37px;
  color: var(--color-grey);
}
#social .programasocial {
  width: 232px;
  height: auto;
  display: block;
  align-self: center;
}

.inner header {
  width: 80%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  min-height: calc(100 * var(--svh));
}
.inner header svg{
  position: relative;
}
.inner header img{
  position: absolute;
  inset: 0;
  object-fit: cover;
  z-index: 0;
}

#center-main header svg {
  max-width: 515px;
  color: var(--color-grey);
}

#proposal {
  height: auto;
  padding: 0 20px;
  min-height: unset;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--color-black);
}
#proposal .wrapper {
  gap: 20px;
  display: flex;
  padding: 76px 0;
  max-width: 480px;
  text-align: center;
  flex-direction: column;
}
#proposal h3 {
  color: var(--color-yellow);
}
#proposal p {
  margin-top: 10px;
  text-wrap: balance;
}

#facilities {
  height: auto;
  padding: 0 20px;
  min-height: unset;
  background-color: var(--color-black);
}
#facilities .wrapper {
  gap: 20px;
  display: flex;
  padding: 76px 0;
  max-width: 480px;
  text-align: left;
  flex-direction: column;
}
#facilities h3 {
  color: var(--color-yellow);
}
#facilities p {
  margin-top: 30px;
  margin-bottom: 46px;
}
#facilities img {
  height: 568px;
  object-fit: cover;
  object-position: left;
}
#courts {
  display: block;
  padding: 133px 45px;
  background-size: cover;
  background-position: center;
  background-color: var(--color-black);
  background-image: url(../assets/images/mb/centro-worldpadeltour.jpg);
}
#courts h2 {
  color: var(--color-yellow);
}
#courts p {
  margin: 35px 0;
}
#courts .padelLogo {
  background-color: var(--color-grey);
}
#courts .padelLogo:hover{
  background-color: var(--color-yellow);
}
#restaurant {
  height: auto;
  min-height: unset;
  padding: 75px 20px;
  background-color: var(--color-black);
}
#restaurant .wrapper {
  max-width: 466px;
}
#restaurant p {
  margin: 35px 0;
}
#restaurant img {
  width: auto;
  height: auto;
}
#store {
  height: auto;
  padding: 0 20px;
  min-height: unset;
  background-color: var(--color-black);
}
#store .wrapper {
  max-width: 466px;
}
#store p {
  margin: 35px 0;
}
#store img {
  width: auto;
  height: auto;
}
.padelNuestroLogo {
  -webkit-mask: url(../assets/vectors/logos/padelNuestroLogo.svg) center no-repeat;
  mask: url(../assets/vectors/logos/padelNuestroLogo.svg) center no-repeat;
  background-color: var(--color-grey);
  mask-size: 100% 100%;
  text-align: center;
  margin-top: 45px;
  display: block;
  height: 32px;
  width: 100%;
}
.padelNuestroLogo:hover {
  background-color: var(--color-yellow);
}
#sports-main header svg {
  max-width: 729px;
  color: var(--color-grey);
}
#sports-proposal {
  min-height: unset;
  text-align: center;
  padding: 80px 20px 80px 20px;
  background-color: var(--color-black);
}
#sports-proposal .wrapper {
  max-width: 480px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--color-grey);
}
#sports-proposal h3 {
  margin-bottom: 20px;
  color: var(--color-yellow);
}
#sports-proposal .h1 {
  margin-bottom: 30px;
}
#sports-proposal p {
  text-align: left;
}
#the-sports {
  margin-bottom: calc(18.5 * var(--svh));
}
#the-sports .wrapper {
  max-width: 480px;
}
#the-sports img {
  width: 100%;
  height: auto;
  max-width: 240px;
  margin-top: 125px;
}
#the-sports img:first-of-type {
  margin-top: 0;
}
#the-sports img.word {
  max-width: 360px;
  margin-top: -80px;
  margin-bottom: 20px;
}
#the-sports .block ~ .block {
  margin-top: 120px;
}
#the-sports .block .images {
  text-align: center;
}
#the-sports .block p {
  padding: 0 20px;
}
#the-sports .block.reverse {
  display: flex;
  flex-direction: column-reverse;
}
#ready {
  padding: 60px 20px;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../assets/images/mb/deportes.jpg);
}
#ready .wrapper {
  max-width: 480px;
}
#ready h3 {
  color: var(--color-yellow);
}
#ready .h1 {
  margin-top: 20px;
  margin-bottom: 40px;
}
#photogallery {
  height: auto;
  display: block;
  min-height: unset;
  text-align: center;
  padding: 105px 0 60px 0;
  background-color: var(--color-black);
}
#photogallery h3 {
  color: var(--color-yellow);
}
#photogallery .h1 {
  margin-top: 20px;
  margin-bottom: 60px;
}
#photo_video {
  height: auto;
  aspect-ratio: 16 / 9
}

#foundation-main header {
  padding: 45px;
  text-align: center;
  background-size: cover;
  background-image: url(../assets/images/fundacion-portada.jpg);
}
#foundation-main header svg {
  max-width: 600px;
  color: var(--color-grey);
}

#community {
  height: auto;
  overflow: hidden;
  min-height: unset;
  padding: 78px 20px;
  text-align: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--color-black);
}
#community .wrapper {
  max-width: 480px;
}
#community h3 {
  color: var(--color-yellow);
}
#community .h1 {
  margin-top: 20px;
  margin-bottom: 30px;
}
#community p {
  margin-bottom: 70px;
}
.gallery {
  gap: 20px;
  width: 1024px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.gallery img {
  width: 100%;
  height: auto;
}

#heart {
  height: auto;
  min-height: unset;
  justify-content: flex-start;
  padding: 80px 20px 170px 20px;
  background-color: var(--color-black);
}
#heart .wrapper {
  max-width: 360px;
}
#heart h3 {
  color: var(--color-yellow);
}

#foundation-quote {
  padding: 95px 20px;
  align-items: center;
  flex-direction: column;
  background-color: var(--color-red);
}
#foundation-quote .wrapper {
  max-width: 480px;
  text-align: center;
}
#foundation-quote h2 {
  margin-top: 95px;
  margin-bottom: 30px;
}
#foundation-quote .letter {
  width: 65px;
  height: auto;
}
#foundation-quote .ball {
  width: 170px;
  height: auto;
  margin-top: 145px;
  align-self: flex-end;
}

footer {
  z-index: 1;
  padding-top: 60px;
  position: relative;
  background-color: var(--color-black);
}

footer .embrace {
  width: 100%;
  height: 98px;
  background-size: 500px auto;
  background-repeat: repeat-x;
  background-position: left center;
  animation: marquee 10s infinite linear;
  border-top: 1px solid var(--color-grey);
  border-bottom: 1px solid var(--color-grey);
  background-image: url(../assets/vectors/footer/embrace.svg);
}
footer .info {
  text-align: center;
  padding: 55px 20px 71px 20px;
}
footer .info h4 {
  color: var(--color-yellow);
}
footer .info .contact {
  margin-top: 50px;
}
footer .socials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--color-grey);
  border-bottom: 1px solid var(--color-grey);
}
footer .socials a {
  padding: 34px 0;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border-right: 1px solid var(--color-grey);
}
footer .socials a:hover {
  background-color: var(--color-grey);
}
footer .socials a:hover svg {
  color: var(--color-black);
}
footer .socials a:nth-child(1) {
  margin-right: -1px;
  border-right: 1px solid var(--color-grey);
}
footer .sublinks {
  gap: 20px;
  display: flex;
  padding: 30px 20px;
  flex-direction: column;
}
footer .sublinks  * {
  color: var(--color-grey);
}
footer .sublinks .abracadabra {
  justify-self: flex-end;
}
footer .logo {
  padding: 35px 0;
  text-align: center;
}
@media screen and (min-width: 425px) {
  footer .socials a {
    padding: 34px 0;
    padding-left: 85px;
    align-items: center;
    display: inline-flex;
    justify-content: flex-start;
    border-right: 1px solid var(--color-grey);
  }
  footer .socials a:hover {
    background-color: var(--color-grey);
  }
  footer .socials a:hover svg {
    color: var(--color-black);
  }
  footer .socials a:nth-child(1) {
    margin-right: -1px;
    padding-left: unset;
    padding-right: 85px;
    justify-content: flex-end;
    border-right: 1px solid var(--color-grey);
  }
  #privacy-main {
    padding: 9vw 50px;
  }
}
.dt-only {
  display: none;
}