    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    body {
      background: #000;
      color: #000;
    }

    .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper2 {
      height: 80%;
      width: 100%;
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper-button-next{
        background-color: white;
        padding: 30px;
        border-radius: 50px;
    }
    
    .swiper-button-prev{
        background-color: white;
        padding: 30px;
        border-radius: 50px;
    }

    @media (max-width: 768px) {
        .disponibilidad{
            width: 50% !important;
        }
        .comodities-bg{
            padding-bottom: 50% !important;
        }
        .master-plan{
            width: 100%;
        }
        .swiper-button-next{
            background-color: white;
            padding: 15px;
            border-radius: 25px;
        }
        
        .swiper-button-prev{
            background-color: white;
            padding: 15px;
            border-radius: 25px;
        }
        .swiper-button-next::after {
           font-size: 18px;
         }
         
         .swiper-button-prev::after {
           font-size: 18px;
         }

         .btn-brochure{
            width: 100%;
         }
    }