.video-container .Decorintro {
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;
}

.video-container .Decorintro .row {
  width: 100%;
  margin: 0;
}

.video-container .Decortitle {
  margin: 0;
  text-align: center;
}

.video-container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(84%);
}

.Decortitle {
  font-size: 43px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 3px;
  font-family: "figtree";
  color: #fff;
}

.page-title h1,
.bookmeeting h1,
.tlt_contact h1 {
  font-family: "Figtree";
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 35px;
  margin: 8px 0 4px;
  color: #000;
  font-weight: 600;
  line-height: 53px;
}

/* Telas pequenas Medias */

@media (min-width: 992px) {
  .page-title h1,
  .bookmeeting h1,
  .tlt_contact h1 {
    font-size: 30px;
  }
}

/* Telas pequenas 767 */

@media (max-width: 767px) {
  .page-title h1,
  .bookmeeting h1,
  .tlt_contact h1 {
    font-size: 30px;
  }
}

.page-title .text-article {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.75);
  letter-spacing: 1px;
  line-height: 26px;
}

@media (min-width: 768px) {
  .page-title .text-article {
    font-size: 16px;
  }
}

.consultation-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 284px;
  min-height: 56px;
  margin: 40px auto 0;
  padding: 0 16px;

  border: none;
  background-color: #000;
  color: #fff;

  font-family: "Figtree", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;

  text-decoration: underline;
  text-underline-offset: 5px;

  box-sizing: border-box;
  cursor: pointer;

  transition:
    background-color 150ms ease,
    color 150ms ease;
}

.consultation-button:hover,
.consultation-button:focus {
  background-color: #27272a;
  color: #fff;
}

.page-title p {
  font-family: "Figtree";
  font-size: 17px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 26px;
  font-weight: 300;
  text-transform: none;
  text-align: center;
}

.grid-rooms {
  display: flex;
}

.image-container {
  position: relative;
  overflow: hidden;
  width: 50vw;
  transition: width 0.3s ease;
}

.grid-rooms-1 .content1,
.grid-highlights .content1,
.grid-rooms-2 .content1 {
  height: 100%;
  width: calc(100% - 25px);
  top: 0;
  left: 38px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.grid-rooms-1 .content2,
.grid-highlights .content2,
.grid-rooms-2 .content2 {
  height: 100%;
  width: calc(100% - 45px);
  top: 0;
  left: 38px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.grid-rooms-1 .content1 h2,
.grid-rooms-1 .content2 h2,
.grid-rooms-1 .content3 h2,
.grid-highlights .content1 h2,
.grid-highlights .content2 h2,
.grid-highlights .content3 h2,
.grid-rooms-2 .content1 h2,
.grid-rooms-2 .content2 h2,
.grid-rooms-2 .content3 h2 {
  font-family: "Figtree";
  color: #fafafa;
  letter-spacing: 2px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
}

.ctaimg {
  text-transform: uppercase;
  font-family: "Figtree";
  font-size: 12px !important;
  position: relative;
  display: inline-block;
  min-width: auto;
  padding: 3px 0px 3px 0px !important;
  letter-spacing: 1.2px !important;
  border-width: 0 0 1px;
  color: #fafafa !important;
  background: 0 0 !important;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom: 1px solid #fafafa;
  border-radius: 0;
}

.ctaimg:hover::after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.ctaimg::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition:
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.ctaimg:hover {
  color: #fff;
  background: 0 0;
  border-width: 0 0 1px;
  padding: 3px 15px 3px 15px !important;
  border-radius: 0;
}

@media (min-width: 640px) {
  .consultation-button {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 1024px) {
  .consultation-button {
    width: 285px;
    max-width: 285px;
    padding-right: 48px;
    padding-left: 48px;
    font-size: 15px;
    letter-spacing: -0.02em;
    text-underline-offset: 9px;
  }
}

.btn_new {
  width: 340px !important;
  position: relative;
  border: none !important;
  font-size: 15px;
  right: unset;
  font-weight: 400;
  margin: 30px 5px 30px 5px;
  text-decoration: underline;
}


.flex {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}