@media screen and (min-width: 1300px) {  
  .offer-title-container {
    color: #515759;
    font-size: 28px;
    font-weight: 400;
    height: 60px;
    margin-top: 5px;
  }

  .offer-title-location-icon {
    height: 20px;
    width: auto
  }

  .offer-title-left {
    width: 82%; 
    float:left;
    font-weight: 300;
    font-size: 22px;
    padding-top: 15px;
  }

  .offer-title-right {
    width: 18%; 
    float:right; 
    text-align: right;
    padding-top: 10px;
  }

  .button-tour {
    border: 0;
    width: 51px;
    height: 32px;
    background-color: transparent;
    background: url("/img/icon-360.png") no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: 0.75;
    transition: all 0.25s ease;
  }

  .button-tour:hover {
    opacity: 1;
    transition: all 0.25s ease;
  }

  .button-video {
    border: 0;
    width: 48px;
    height: 30px;
    background-color: transparent;
    background: url("/img/icon-video.png") no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.25s ease;
  }

  .button-video:hover {
    opacity: 1;
    transition: all 0.25s ease;
  }

  .offer-icons-container {
    height: 80px;
    margin-bottom: 25px;
    padding-top: 8px;
    border: 1px solid #D7B756;  
    border-radius: 15px;
    background-color: #FFF;
  }

  .offer-icon {
    height: 40px;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 0;
  }

  .offer-icons-container-table-price {
    width:99%;
    text-align: right;
    padding-right: 25px;
    font-size: 26px;
    font-weight: 500;
  }

  .offer-icons-container-table-price-small {
    width:99%;
    text-align: right;
    padding-right: 25px;
    font-size: 17px;
    font-weight: 500;
    color: #666;
  }

  .offer-main-container {
      width: 100%;  
  }

  .offer-main-table {
      width: 100%;
  }

  .offer-main-table td {
      vertical-align: top;
  }

  .offer-box {
    padding: 30px;
    min-height: 400px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 22px;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
    background-color: #FFF;
    border-radius: 15px;
    color: rgb(84,89,95);
  }

  .offer-box h2 {
    font-weight: 500;
  }

  .offer-details-table {
    width: 100%;
    border: none;
    border-collapse:collapse;
  }

  .offer-details-table td {
    padding: 8px;
  }

  .offer-details-table td:nth-child(odd) {
    text-align: right;
  }

  .offer-details-table tr:nth-child(even) {
    background-color: #F7F7F7;
  }

  .offer-box-details-table-inside {
    width: 50%;
  }

  .right-box {
    padding-top: 20px;
    padding-left: 40px;
    text-align: center;

  }

  .agent-box-img {
    width: 75%;
    margin-bottom: -40px;
    border-radius: 15px;
  }

  .agent-box-name {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
  }

  .agent-box-function {
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .agent-box-contact {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 3px;
  }

  .agent-box-contact a {
    color: #000;
    transition: all 0.25s;
  }

  .agent-box-contact a:hover {
    color: #D7B756;
    transition: all 0.25s;
  }

  .similar-box {
    margin-top: 30px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 50%);
    border-radius: 15px;
  }

  .similar-offer-image {
    width:100%;
    background-color: #000;
    background-size: cover;
    aspect-ratio: 16/9;
    transition: all 0.25s ease;
  }

  .similar-offer-image:hover {
    transition: all 0.25s ease;
    filter: brightness(0.75);
  }

  .similar-offer-text {
    width:100%;
    transition: all 0.25s ease;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #FFF;
    z-index: 100;
    background-color: #361C32;
    margin-bottom: 15px;
  }

  .similar-offer-text:hover {
    transition: all 0.25s ease;
    color: #D7B756;
  }

  .contact-box {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 35px;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 50%);
    border-radius: 15px;
  }

  .contact-form-box {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .form-topic {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.1px;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .form-rodo {
    font-size: 12px;
    font-weight: 300;
    text-align: justify;
    text-justify: inter-word;
  }

  .form-input {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #F7F7F7;
    border: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 3px;
  }

  .form-button {
    opacity: 0.8;
    background-color: #361C32;
    border: 1px solid #361C32;
    color: #FFF;
    border-radius: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;;
    width: 80%;
    transition: all 0.25s ease;
  }

  .form-button:hover {
    color: #D7B756;
    transition: all 0.25s ease;
  }

  .form-response {
    color: #FF0000;
  }


  .offer-map-container {
    margin-top: 20px;
    filter: grayscale(100%);
    transition: all 0.25s ease;
  }

  .offer-map-container:hover {
    filter:none;
    transition: all 0.25s ease;
  }







  /* Slideshow container */
  .slideshow-container {
    width: 880px;
    height: 560px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow-y: hidden;
    margin-top: 20px;
  }

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

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

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

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    margin-right: 8px;
    transition: all 0.25s ease;
  }

  .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    margin-left: 12px;
    margin-right: 12px;
    background-color: #361C32;
    transition: all 0.25s ease;
  }

  .swiper-button-next, .swiper-button-prev {
    color: white;
    user-select: none;
    padding: 50px 30px 50px 30px;
  }

  .swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: rgba(150,150,150,0.75);
    transition: all 0.25s ease;
  }




  /* Overlay */
  .overlay {
    height: 0;
    width: 100vw;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.5);
    overflow: hidden;
    transition: 0.3s;
  }

  .overlay-content {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: transparent;
  }


  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    z-index: 300;
    text-decoration: none;
    color: #818181;
    text-shadow: 1px 1px #000;
  }

  .closebtn:hover {
    color: #f1f1f1;
  }

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

  .gallery-swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin-left: 24px;
    margin-right: 24px;
    transition: all 0.25s ease;
  }

  .gallery-swiper-pagination .swiper-pagination-bullet-active {
    width: 28px;
    height: 28px;
    margin-left: 28px;
    margin-right: 28px;
    background-color: #361C32;
    transition: all 0.25s ease;
  }

  .gallery-swiper-pagination {
    position: absolute;
    bottom: 200px;
    z-index: 100000;
  }

  .gallery-button-next, .gallery-button-prev {
    position: absolute;
    top: 45%;
    color: #333;
    user-select: none;
    padding: 50px 30px 50px 30px;
    z-index: 9999;
    font-size: 52px;
  }

  .gallery-button-next {
    right: 0;
  }

  .gallery-button-next:hover, .gallery-button-prev:hover {
    background-color: rgba(150,150,150,0.75);
    color: #000;
    transition: all 0.25s ease;
  }

}





@media screen and (max-width: 1299px) {   
  .offer-title-container {
    color: #515759;
    font-size: 2.75vw;
    font-weight: 400;
    height: 80px;
    margin-top: 15px;
  }

  .offer-title-location-icon {
    height: 2.75vw;
    width: auto
  }

  .offer-title-left {
    width: 99%; 
    float: left;
    font-weight: 300;
    font-size: 3.5vw;
    padding-top: 15px;
  }

  .offer-title-right {
    width: 18%; 
    float:right; 
    text-align: right;
    padding-top: 10px;
  }

  .button-tour {
    border: 0;
    width: 51px;
    height: 32px;
    background-color: transparent;
    background: url("/img/icon-360.png") no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: 0.75;
    transition: all 0.25s ease;
  }

  .button-tour:hover {
    opacity: 1;
    transition: all 0.25s ease;
  }

  .button-video {
    border: 0;
    width: 48px;
    height: 30px;
    background-color: transparent;
    background: url("/img/icon-video.png") no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.25s ease;
  }

  .button-video:hover {
    opacity: 1;
    transition: all 0.25s ease;
  }

  .offer-icons-container {
    height: 80px;
    margin-bottom: 25px;
    padding-top: 8px;
    border: 1px solid #D7B756;  
    border-radius: 15px;
    background-color: #FFF;
  }

  .offer-icon {
    height: 40px;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 0;
  }

  .offer-icons-container-table-price {
    width:99%;
    text-align: right;
    padding-right: 25px;
    font-size: 2.75vw;
    font-weight: 500;
  }

  .offer-icons-container-table-price-small {
    width:99%;
    text-align: right;
    padding-right: 25px;
    font-size: 2vw;
    font-weight: 500;
    color: #666;
  }

  .offer-main-container {
      width: 100%;  
  }

  .offer-main-table {
      width: 100%;
  }

  .offer-main-table td {
      vertical-align: top;
  }

  .offer-box {
    padding: 30px;
    min-height: 400px;
    margin-bottom: 25px;
    font-size: 3.25vw;
    line-height: 3.75vw;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
    background-color: #FFF;
    border-radius: 15px;
    color: rgb(84,89,95);
  }

  .offer-box h2 {
    font-weight: 500;
    line-height: 4vw !important;
  }

  .offer-details-table {
    width: 100%;
    border: none;
    border-collapse:collapse;
  }

  .offer-details-table td {
    padding: 8px;
  }

  .offer-details-table td:nth-child(odd) {
    text-align: left;
  }

  .offer-details-table tr:nth-child(even) {
    background-color: #F7F7F7;
  }

  .offer-box-details-table-inside {
    width: 100%;
  }

  .right-box {
    width: 100%;
    padding-top: 20px;
    padding-left: 40px;
    text-align: center;
  }

  .agent-box-img {
    width: auto;
    height: 400px;
    border-radius: 15px;
  }

  .agent-box-name {
    font-size: 3.25vw;
    font-weight: 400;
    margin-bottom: 0;
  }

  .agent-box-function {
    margin-top: 0;
    font-size: 2.75vw;
    font-weight: 400;
  }

  .agent-box-contact {
    color: #000;
    font-size: 2.75vw;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 3px;
  }

  .agent-box-contact a {
    color: #000;
  }

  .agent-box-contact a:hover {
    color: #D7B756;
  }

  .similar-box {
    width: 100%;
    margin-top: 30px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 50%);
    border-radius: 15px;
  }

  .similar-offer-image {
    width:100%;
    background-color: #000;
    background-size: cover;
    aspect-ratio: 16/9;
    transition: all 0.25s ease;
  }

  .similar-offer-image:hover {
    transition: all 0.25s ease;
    filter: brightness(0.75);
  }

  .similar-offer-text {
    transition: all 0.25s ease;
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #FFF;
    z-index: 100;
    background-color: #361C32;
    margin-bottom: 15px;
  }

  .similar-offer-text:hover {
    transition: all 0.25s ease;
    color: #D7B756;
  }

  .contact-box {
    width: 100%;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 35px;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 50%);
    border-radius: 15px;
  }

  .contact-form-box {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .form-topic {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.1px;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .form-rodo {
    font-size: 12px;
    font-weight: 300;
    text-align: justify;
    text-justify: inter-word;
  }

  .form-input {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #F7F7F7;
    border: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 3px;
  }

  .form-button {
    opacity: 0.8;
    background-color: #361C32;
    border: 1px solid #361C32;
    color: #FFF;
    border-radius: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;;
    width: 80%;
    transition: all 0.25s ease;
  }

  .form-button:hover {
    color: #D7B756;
    transition: all 0.25s ease;
  }

  .form-response {
    color: #FF0000;
  }


  .offer-map-container {
    margin-top: 20px;
    filter: grayscale(100%);
    transition: all 0.25s ease;
  }

  .offer-map-container:hover {
    filter: none;
    transition: all 0.25s ease;
  }







  /* Slideshow container */
  .slideshow-container {
    width: 95vw;
    height: 560px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow-y: hidden;
    margin-top: 50px;
  }

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

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

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

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    margin-right: 8px;
    transition: all 0.25s ease;
  }

  .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    margin-left: 12px;
    margin-right: 12px;
    background-color: #361C32;
    transition: all 0.25s ease;
  }

  .swiper-button-next, .swiper-button-prev {
    color: white;
    user-select: none;
    padding: 50px 30px 50px 30px;
  }

  .swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: rgba(150,150,150,0.75);
    transition: all 0.25s ease;
  }




 
  /* Overlay */
  .overlay {
    height: 0;
    width: 100vw;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.95);
    overflow: hidden;
    transition: 0.3s;
  }

  .overlay-content {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
  }


  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 120px;
    z-index: 300;
    text-decoration: none;
    color: #818181;
    text-shadow: 1px 1px #000;
  }

  .closebtn:hover {
    color: #f1f1f1;
  }

  .swiper-slide-img-gallery {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain  !important;
  }

  .gallery-swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    margin-left: 30px;
    margin-right: 30px;
    transition: all 0.25s ease;
  }

  .gallery-swiper-pagination .swiper-pagination-bullet-active {
    width: 36px;
    height: 36px;
    margin-left: 32px;
    margin-right: 32px;
    background-color: #361C32;
    transition: all 0.25s ease;
  }

  .gallery-swiper-pagination {
    position: absolute;
    bottom: 300px;
    z-index: 100000;
  }

  .gallery-button-next, .gallery-button-prev {
    position: absolute;
    top: 45%;
    color: #333;
    user-select: none;
    padding: 50px 30px 50px 30px;
    z-index: 9999;
    font-size: 6vw;
  }

  .gallery-button-next {
    right: 0;
  }

  .gallery-button-next:hover, .gallery-button-prev:hover {
    background-color: rgba(150,150,150,0.75);
    color: #000;
    transition: all 0.25s ease;
  }

}
