/* BANNER PRINCIPAL */
#home .topo {
  position: relative;
  overflow: hidden;
}
#home .topo .topo__slide {
  overflow: hidden;
  border-radius: 0 0 64px 64px;
}
#home .topo .swiper-slide {
  display: flex;
}
#home .topo video {
  display: block;
  max-width: 100%;
  width: 100%;
}
#home .topo .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 32px !important;
}
#home .topo .swiper-pagination-bullet {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  padding: 16px !important;
  border-radius: 16px !important;
  color: #fff;
  backdrop-filter: blur(4px);
  opacity: 1 !important;
}
#home .blocos {
  padding-top: 5rem;
}
#home .blocos:last-child {
  padding-bottom: 5rem;
}
#home .col-slider {
  overflow: hidden;
  border-radius: 20px;
}
#home .bloco-encontre .pills {
  border-radius: 20px;
  color: #fff;
  padding: 5px 15px;
}
#home .bloco-encontre .pill-1 {
  background-color: #BD0000;
}
#home .bloco-encontre .pill-2 {
  background-color: #D87E00;
}
#home .bloco-encontre .pill-3 {
  background-color: #04B052;
}
#home .bloco-encontre .pill-4 {
  background-color: #189CD9;
}
#home .bloco-encontre img {
  border-radius: 20px;
}
#home .bloco-encontre .col-slider .w-bottom {
  position: absolute;
  bottom: 0;
  display: flex;
  padding: 10px;
  gap: 7px;
}
#home .bloco-encontre .col-slider .w-bottom .tag {
  background-color: #000000a6;
  color: #fff;
  padding: 3px 15px;
  border-radius: 20px;
  font-size: 13px;
}
#home .bloco-encontre .col-left .w-bottom {
  position: absolute;
  bottom: 0;
  right: 15px;
  display: flex;
  gap: 5px;
  padding: 5px;
}
#home .blocos .arrow {
  background-color: #ddd;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home .blocos .arrow:hover {
  opacity: 0.9;
}
#home .bloco-2 .col-wrapper {
  background-color: #fff;
  padding: 40px;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  border: 3px solid #f4f4f4;
}
#home .bloco-2 .col-wrapper .title {
  font-size: 24px;
  width: 100%;
  margin-bottom: 2rem;
}
#home .bloco-2 .col-wrapper .w-image,
#home .bloco-2 .col-wrapper .w-text {
  width: 50%;
}
#home .bloco-2 .col-wrapper .w-image img {
  border-radius: 20px;
}
#home .bloco-2 .col-wrapper .w-text {
  padding: 0 5%;
  font-size: 17px;
}
#home .bloco-2 .parallax {
  position: sticky;
  top: 90px;
  box-sizing: border-box;
  margin-top: -15px;
}
.row.parallax:nth-child(2) {
  transform: translateY(0px);
}
.row.parallax:nth-child(3) {
  transform: translateY(100px);
}
.row.parallax:nth-child(4) {
  transform: translateY(200px);
}
.row.parallax:nth-child(5) {
  transform: translateY(300px);
}
.row.parallax:nth-child(6) {
  transform: translateY(400px);
  margin-bottom: 360px;
}
#home .bloco-tour .swiper-slide img {
  border-radius: 24px;
}
#home .bloco-4 .col-left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
#home .bloco-4 .meta-title {
  font-size: 32px;
  color: var(--blue);
}
#home .bloco-4 .big-title {
  font-size: 90px;
  font-weight: 700;
  color: var(--blue);
}
#home .bloco-4 .col-wrapper {
  background-color: #fff;
  padding: 7%;
  border-radius: 12px;
}
#home .bloco-4 .col-wrapper .texto {
  font-size: 16px;
  font-style: italic;
}
#home .bloco-4 .col-wrapper .nome {
  font-size: 16px;
  font-weight: bold;
}
#home .bloco-4 .w-bottom {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 7px;
}
#home .bloco-4 .col-right {
  position: relative;
}
#home .bloco-4 .col-right::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(90deg,rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
}
#home .bloco-4 .col-right::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(270deg,rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
}
#home .bloco-5 .wrapper-expand {
  display: flex;
  gap: 10px;
}
#home .bloco-5 .w-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 25%;
  height: 550px;
  border-radius: 12px;
  overflow: hidden;
  transition: .6s ease;
  cursor: pointer;
}
#home .bloco-5 .w-box:hover {
  width: 50%;
  transition: .6s ease;
}
#home .bloco-5 .w-box img {
  object-fit: cover;
  width: auto;
  height: 100%;
  transition: .6s ease;
  transform-origin: center;
}
#home .bloco-5 .w-box:hover img {
  transform: scale(1.1);
  width: 100%;
  transition: .6s ease;
  transition-delay: .3s;
  transform-origin: center;
}
#home .bloco-5 .tag {
  position: absolute;
  bottom: 15px;
  background-color: #000000a6;
  color: #fff;
  padding: 3px 15px;
  border-radius: 20px;
  font-size: 14px;
  z-index: 1;
  text-decoration: none;
}
#home .wrapper-mobile-slider .swiper-slide {
  display: flex;
  justify-content: center;
  max-height: 600px;
}
#home .wrapper-mobile-slider .swiper-slide img {
  aspect-ratio: 888/1315;
  border-radius: 16px;
}
#home .bloco-6 h2.title {
  font-size: 28px;
}
#home .bloco-6 .swiper-slide img {
  border-radius: 15px;
}
#home .bloco-tour {
  position: relative;
}
#home .bloco-tour .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 32px !important;
}
#home .bloco-tour .swiper-pagination-bullet {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  padding: 16px !important;
  border-radius: 16px !important;
  color: #fff;
  backdrop-filter: blur(4px);
  opacity: 1 !important;
}
#home .bloco-explore .mosaico .w-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
#home .bloco-explore .mosaico .w-image img {
  transition: .3s ease-in-out;
}
#home .bloco-explore .mosaico .w-image:hover img {
  transform: scale(1.1);
}
#home .bloco-explore .mosaico .w-image .tag {
  display: block;
  position: absolute;
  background-color: rgb(255,255,255,0.8);
  border-radius: 15px;
  padding: 4px 14px;
  font-size: 13px;
  bottom: 7px;
  left: 7px;
  z-index: 1;
  opacity: 0;
  transition: .3s ease;
}
#home .bloco-explore .mosaico .w-image:hover .tag {
  opacity: 1;
}
#home .bloco-explore .mosaico .link-tag {
  display: block;
  color: inherit;
}
#home .bloco-explore .mosaico .link-tag:last-child {
  margin-top: 20px;
}

@media (max-width: 1024px) {

  #home {
    padding-top: 64px;
  }
  #home .topo .topo__slide {
    border-radius: 0 0 24px 24px;
  }
  #home .topo .swiper-pagination {
    flex-wrap: wrap;
    gap: 7px;
  }
  #home .topo .swiper-pagination-bullet {
    width: 40%;
    font-size: 12px;
    margin: 0;
    display: none;
  }
  #home .topo .swiper-pagination-bullet-active {
    display: flex;
  }
  #home .bloco-5 .wrapper-expand {
    gap: unset;
  }
  #home .bloco-5 .w-box {
    width: 100%;
  }
  #home .bloco-5 .wrapper-mobile-slider .tag {
    padding: 6px 30px;
    font-size: 16px;
  }
  #home .bloco-5 .wrapper-mobile-slider {
    overflow: hidden;
    padding-right: 100px;
  }
  #home .bloco-explore .mosaico .w-image .tag {
    opacity: 1;
    font-size: 14px;
  }
  #home .bloco-2 .col-wrapper .title {
    font-size: 18px;
  }
  #home .bloco-2 .col-wrapper {
    padding: 20px;
  }
  #home .bloco-2 .col-wrapper .w-image, 
  #home .bloco-2 .col-wrapper .w-text {
    width: 100%;
  }
  #home .bloco-2 .col-wrapper .w-text {
    padding: 0;
    font-size: 15px;
    margin-top: 10px;
  }
  .row.parallax:nth-child(2) {
  transform: translateY(0px);
  }
  .row.parallax:nth-child(3) {
    transform: translateY(50px);
  }
  .row.parallax:nth-child(4) {
    transform: translateY(100px);
  }
  .row.parallax:nth-child(5) {
    transform: translateY(150px);
  }
  .row.parallax:nth-child(6) {
    transform: translateY(200px);
    margin-bottom: 170px;
  }
  #home .bloco-tour .swiper-slide img {
    height: 400px;
    object-fit: cover;
  }
  #home .bloco-tour .swiper-pagination {
    flex-wrap: wrap;
    gap: 7px;
    bottom: 10px!important;
  }
  #home .bloco-tour .swiper-pagination-bullet {
    font-size: 12px;
    padding: 12px!important;
    margin: 0;
  }
  #home .bloco-clientes .col-left {
    margin-bottom: 2rem;
  }
  #home .bloco-instagram .col-left {
    margin-bottom: 2rem;
    text-align: center;
  }
  #home .bloco-instagram h2.title {
    font-size: 24px;
    padding: 0 50px;
  }
  #home .bloco-instagram .col-left .w-bottom {
    justify-content: center;
  }

}






