@media screen and (min-width: 1025px) {
  .mb-only {
    display: none;
  }
  .dt-only {
    display: initial;
  }
  .icon {
    width: 37px;
    height: 37px;
  }
  svg.button {
    width: 10vw;
  }
  @keyframes marquee {
    0% {
      background-position: 0;
    }
    100% {
      background-position: -1055px;
    }
  }
  nav {
    padding: 28px 50px 10px 50px;
  }
  nav .hamburger .trigger label {
    gap: 7px;
  }
  nav .hamburger .trigger label div {
    width: 50px;
    height: 3px;
  }
  nav .hamburger .whatsapp .icon {
    width: 26px;
    height: 26px;
  }
  .menu-overlay {
    padding: 65px;
  }
  .menu-overlay .close {
    top: 50px;
    left: 65px;
  }
  .menu-overlay ul {
    gap: 30px;
    align-items: flex-start;
  }
  .menu-overlay ul a {
    height: 120px;
    max-width: 400px;
  }
  .menu-overlay .icon {
    width: 30px;
    height: 30px;
  }
  section {
    border-left: 50px solid var(--color-black);
    border-right: 50px solid var(--color-black);
    padding: 9vw calc(9vw - 50px) 4.5vw calc(9vw - 50px);
  }
  section .quote-icon {
    margin-top: -9vw;
  }
  section .quote-icon svg {
    width: 10vw;
    height: auto;
    aspect-ratio: 18 / 13;
  }
  section .quote-text {
    margin-left: -53px;
  }
  #quote {
    border: unset;
    align-items: center;
    padding: 0 var(--size-hundred);
  }
  #quote .quote-text {
    width: 70vw;
    max-width: unset;
  }
  #quote .bg {
    width: 42%;
  }
  #aboutus {
    min-height: unset;
    position: relative;
  }
  #aboutus .wrapper {
    max-width: 50%;
  }
  #aboutus h3 {
    margin-bottom: 40px;
  }
  #aboutus .h1 {
    line-height: 1.56;
    text-wrap: balance;
    margin-bottom: 50px;
  }
  #aboutus p {
    margin-bottom: 60px;
  }
  #aboutus img {
    width: 50%;
    z-index: 2;
    right: -50px;
    height: auto;
    max-width: 813px;
    position: absolute;
  }
  #aboutus img.random {
    display: none;
  }
  #aboutus img.random.visible {
    display: block;
  }
  #padeltour {
    min-height: unset;
    padding: 7vw 9.5vw;
    justify-content: flex-start;
  }
  #padeltour .wrapper {
    width: 100%;
    max-width: unset;
    text-align: left;
  }
  #padeltour h3 {
    text-align: left;
    margin-bottom: 50px;
  }
  #padeltour .h2 {
    max-width: 65vw;
    margin-top: 8vw;
    text-align: left;
    line-height: 1.4;
    margin-bottom: var(--size-hundred);
  }
  #padeltour .quote-icon {
    top: 5vw;
    margin-top: unset;
    position: absolute;
    margin-left: -3.5vw;
    margin-bottom: -65px;
  }
  #padeltour .quote-icon svg {
    width: 10vw;
    height: auto;
    aspect-ratio: 18 / 13;
  }
  #padeltour .padelLogo {
    height: 74px;
    width: 4.95vw;
    transform: unset;
    margin-top: unset;
    position: initial;
  }
  #virtualtour {
    border: unset;
    padding: 9.5vw;
  }
  #virtualtour .wrapper {
    width: 100%;
    max-width: unset;
  }
  #virtualtour h2 {
    margin-top: 0;
    margin-bottom: 60px;
  }
  #tour_video {
    width: 100vw;
    height: auto;
    max-width: 1920px;
    margin-left: -9.5vw;
    aspect-ratio: 16 / 9;
  }
  #sports {
    flex-direction: column;
    min-height: unset;
    padding: 9.5vw 0;
    padding-top: 0;
  }
  #sports .wrapper {
    display: grid;
    row-gap: 9.5vw;
    max-width: unset;
    margin-bottom: 9.5vw;
    grid-template-columns: 50% 50%;
    grid-template-areas: "title phrase";
  }
  #sports h3 {
    grid-area: title;
    text-align: left;
    margin-bottom: unset;
  }
  #sports h1 {
    text-align: left;
    grid-area: phrase;
    text-wrap: balance;
    margin-right: -110px;
    margin-bottom: unset;
  }
  #sports .mySwiper {
    max-width: unset;
  }
  #sports .mySwiper img:hover {
    filter: unset;
  }
  #sports .mySwiper .swiper-pagination {
    display: none;
  }
  #social {
    min-height: unset;
    align-items: center;
    flex-direction: row;
    padding: 4vw 10.42vw;
    margin-bottom: 4.25vw;
    justify-content: space-between;
  }
  #social .wrapper {
    width: 53.2%;
    max-width: unset;
  }
  #social .programasocial {
    width: 22vw;
    transform: unset;
    position: initial;
  }
  .inner header {
    width: 50vw;
    display: flex;
    margin-left: 50vw;
    align-items: center;
    justify-content: center;
    background-image: unset!important;
    background-color: var(--color-black);
  }
  .inner header svg {
    width: 100%;
    height: 8.3vw;
    grid-column: 2;
    max-width: unset;
    justify-self: center;
  }
  .inner header img {
    width: 50vw;
    object-fit: cover;
    margin-left: -5px;
    height: calc(100 * var(--svh));
  }
  #proposal {
    padding: calc(18.5 * var(--svh)) 7.3vw;
    padding-top: 10.42vw;
  }
  #proposal .wrapper {
    gap: 30px;
    width: 100%;
    max-width: unset;
    align-items: center;
    padding: 0 8.3vw 10.42vw 8.3vw;
  }
  #proposal .h1 {
    width: 55vw;
  }
  #proposal p {
    width: 70vw;
  }
  #proposal .gallery {
    opacity: 1;
    width: 110vw;
  }
  #proposal .gallery img {
    width: auto;
    height: auto;
    max-height: 400px;
    justify-self: center;
  }
  #facilities {
    padding: calc(18.5 * var(--svh)) 7.3vw;
  }
  #facilities .wrapper {
    gap: 7.3vw;
    display: grid;
    padding: unset;
    max-width: unset;
    border-bottom: unset;
    grid-template-columns: 1fr 1fr;
  }
  #facilities .h1 {
    text-align: left;
  }
  #facilities p {
    text-align: left;
    margin-bottom: unset;
  }
  #facilities img {
    grid-row: 1;
    height: auto;
    width: 42.3vw;
    grid-column: 1;
    max-width: 960px;
    margin-left: -7.29vw;
  }
  #facilities .contents {
    width: 42.15vw;
    grid-column: 2;
    padding-left: 7.3vw;
  }
  #courts {
    height: auto;
    border: unset;
    padding: 9.5vw;
    min-height: unset;
    background-image: url(../assets/images/centro-banner_dt.jpg);
  }
  #courts p {
    width: 39.5vw;
    margin: 30px 0 80px 0;
  }
  #courts .padelLogo {
    right: 50px;
    left: unset;
    bottom: 50px;
    height: 74px;
    width: 4.95vw;
    transform: unset;
    margin-top: unset;
    position: absolute;
    aspect-ratio: 4 / 3;
  }
  #restaurant {
    border: unset;
    padding: calc(18.5 * var(--svh)) 0;
  }
  #restaurant .wrapper {
    gap: 14vw;
    display: grid;
    max-width: unset;
    grid-template-columns: calc(50vw - 7.3vw) calc(50vw - 7.3vw);
  }
  #restaurant .contents {
    padding-left: 9.5vw;
  }
  #restaurant img {
    grid-row: 1;
    width: 50vw;
    height: auto;
    grid-column: 2;
    max-width: unset;
  }
  #store {
    border: unset;
    padding: calc(18.5 * var(--svh)) 0;
    padding-top: 0;
  }
  #store .wrapper {
    gap: 14vw;
    display: grid;
    max-width: unset;
    grid-template-columns: calc(50vw - 7.3vw) calc(50vw - 7.3vw);
  }
  #store img {
    grid-row: 1;
    width: 50vw;
    height: auto;
    grid-column: 1;
    max-width: unset;
    padding-right: 7.3vw;
  }
  #store .contents {
    display: flex;
    padding-right: 7.3vw;
    flex-direction: column;
    justify-content: space-between;
  }
  #store .padelNuestroLogo.dt-only {
    width: 7.8vw;
    height: auto;
    display: block;
    mask-size: 7.7vw;
    mask-position: left;
    aspect-ratio: 111/35;
  }
  #sports-proposal {
    border: unset;
    margin: 0 50px;
    padding: 135px 0 0 0;
    border-bottom: 1px solid var(--color-grey);
  }
  #sports-proposal .wrapper {
    width: 100%;
    max-width: 900px;
    border-bottom: unset;
    padding-bottom: 60px;
  }
  #sports-proposal .h1 {
    text-align: center;
  }

  #the-sports {
    padding: calc(18.5 * var(--svh)) 0;
    margin-bottom: unset;
  }
  #the-sports .wrapper {
    width: 100%;
    max-width: unset;
  }
  #the-sports .block ~ .block {
    margin-top: 26.3lvh;
  }
  #the-sports .block {
    gap: 0;
    display: grid;
    max-width: unset;
    grid-template-columns: 50% 50%;
  }
  #the-sports .block p {
    width: 33vw;
    padding: unset;
    align-self: center;
    justify-self: center;
  }
  #the-sports .block img {
    height: auto;
    width: 23.3vw;
    max-width: unset;
    aspect-ratio: 18/23;
  }
  #the-sports .block .images {
    display: flex;
    position: relative;
    padding-right: 9.5vw;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #the-sports .block .images .word {
    left: 0;
    top: 2.9vw;
    z-index: 2;
    margin-top: 0;
    position: absolute;
  }
  #the-sports .block.reverse {
    display: grid;
  }
  #the-sports .block.reverse .images {
    flex-direction: row;
  }
  #the-sports .block.reverse .images .word {
    right: 0;
    left: calc(50% - 9vw);
  }
  #the-sports .block.sport-paddle .images .word {
    top: 0;
    width: 21.32vw;
    aspect-ratio: 300 / 129;
  }
  #the-sports .block.reverse.sport-pickleball .images .word {
    width: 24.653vw;
    aspect-ratio: 238 / 150;
  }
  #the-sports .sport-petanca .word {
    width: 27.5vw;
    aspect-ratio: 300 / 79;
  }
  #ready {
    height: auto;
    border: unset;
    padding: 9.5vw;
    text-align: left;
    min-height: unset;
    background-size: cover;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-image: url(../assets/images/deportes-banner_dt.jpg);
  }
  #ready .wrapper {
    max-width: 45vw;
  }
  #ready .h1 {
    text-align: left;
    margin-bottom: 85px;
  }
  #ready h3 {
    text-align: left;
  }
  #photogallery {
    border: unset;
  }
  #foundation-main header svg {
    width: 30vw;
  }
  #community {
    border: unset;
    padding: 10.42vw 50px 0 50px;
  }
  #community .wrapper {
    width: 100%;
    display: flex;
    max-width: unset;
    align-items: center;
    flex-direction: column;
  }
  #community .h1 {
    width: 70vw;
    max-width: 906px;
    text-wrap: balance;
    margin: 32px 0 67px 0;
  }
  #community p {
    width: 70vw;
    max-width: 906px;
    text-wrap: balance;
    margin-bottom: 9.5vw;
  }
  #community .gallery {
    gap: 50px;
    width: 2160px;
  }
  #heart {
    padding: 9.5vw;
  }
  #heart .wrapper {
    display: grid;
    max-width: unset;
    grid-template-columns: 1fr 1fr;
  }
  #heart .h1 {
    margin-right: -10vw;
  }
  #foundation-quote {
    height: auto;
    border: unset;
    min-height: unset;
    margin-bottom: 5.5vw;
  }
  #foundation-quote .wrapper {
    width: 100%;
    display: flex;
    max-width: unset;
    align-items: center;
    flex-direction: column;
  }
  #foundation-quote .letter {
    width: 81px;
  }
  #foundation-quote .ball {
    width: 190px;
    margin-right: 30px;
    margin-top: -3.47vw;
  }
  #foundation-quote h2 {
    width: 70vw;
    max-width: 906px;
    text-wrap: balance;
  }
  #foundation-quote p {
    width: 70vw;
    max-width: 906px;
    text-wrap: balance;
  }
  footer {
    display: grid;
    position: relative;
    padding-top: unset;
    grid-template-columns: 440px 1fr;
    grid-template-areas:
        "embrace embrace"
        "socials info"
        "sublinks sublinks";
  }
  footer .embrace {
    height: 186px;
    grid-area: embrace;
    animation-duration: 20s;
    background-size: 1055px auto;
  }
  footer .info {
    display: grid;
    padding: 60px 0;
    grid-area: info;
    padding-right: 50px;
    align-items: flex-start;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid var(--color-grey);
  }
  footer .info div {
    text-align: left;
    padding-left: 7.75vw;
  }
  footer .info .contact {
    margin-top: unset;
  }
  footer .info h4 {
    margin-bottom: 20px;
  }
  footer .socials {
    border-top: unset;
    grid-area: socials;
  }
  footer .socials a:nth-child(1) {
    padding-left: unset;
    padding-right: unset;
    justify-content: center;
  }
  footer .socials a:last-child {
    padding-left: unset;
    padding-right: unset;
    justify-content: center;
    border-right: 1px solid var(--color-grey);
  }
  footer .sublinks {
    padding: 30px 50px;
    display: grid;
    grid-area: sublinks;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr) 60px repeat(2, 1fr);
  }
  footer .logo {
    left: 50%;
    z-index: 2;
    width: 40px;
    bottom: 19px;
    height: 40px;
    padding: 35px 0;
    text-align: center;
    position: absolute;
    transform: translate(-50%);
  }
  #privacy-main section {
    border: unset;
    padding: unset;
  }
}