@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
body {
  font-family: 'Open Sans', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 60px 0;
}

.layout_padding2 {
  padding: 70px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container h2 span {
  color: #0a97b0;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 120vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .header_section {
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #04233b;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  border-radius: 100%;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0a97b0;
}

.header_section .header_top .contact_nav a:hover i {
  color: #04233b;
}

.header_section .header_bottom {
  background-color: #ffffff;
  padding: 20px 0;
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #0a97b0;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
  color: #000000;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.slider_section .slider_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.slider_section .slider_bg_box img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.slider_section .slider_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(37, 37, 37, 0.9)), to(rgba(37, 37, 37, 0.7)));
  background: linear-gradient(to right, rgba(37, 37, 37, 0.9), rgba(37, 37, 37, 0.7));
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #04233b;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 14px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #0a97b0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #065968;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #0a97b0;
}

.service_section {
  position: relative;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  background-color: #f3f3f3e1;
  padding: 50px;
  border-radius: 5px;
  min-height: 270px; /* Ajuste esse valor conforme necessário */
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-right: 25px;
}

.service_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #04233b;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: #0a97b0;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
}

.about_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.about_section .img-box::before, .about_section .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 70%;
  background-color: #04233b;
  z-index: 3;
}

.about_section .img-box::before {
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about_section .img-box::after {
  right: 0;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.about_section .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #0a97b0;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #065968;
}

.track_section {
  position: relative;
  color: #ffffff;
}

.track_section .track_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.track_section .track_bg_box img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.track_section .track_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(37, 37, 37, 0.95)), to(rgba(37, 37, 37, 0.55)));
  background: linear-gradient(to right, rgba(37, 37, 37, 0.95), rgba(37, 37, 37, 0.55));
}

.track_section p {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.track_section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.track_section form input {
  background-color: #ffffff;
  border: none;
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
  outline: none;
  color: #000000;
  min-height: 42.4px;
  padding-left: 15px;
}

.track_section form input ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.track_section form input :-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.track_section form input ::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.track_section form input ::placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.track_section form button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  padding: 9px 30px;
  background-color: #0a97b0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
}

.track_section form button:hover {
  background-color: #065968;
}

.client_section .client_container {
  width: 75%;
  margin-top: 45px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 5px;
}

.client_section .box .detail-box {
  border: 1px solid #dddddd;
  padding: 25px;
  margin-bottom: 25px;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .box .client_id .img-box {
  position: relative;
  width: 75px;
  height: 75px;
}

.client_section .box .client_id .img-box img {
  width: 100%;
}

.client_section .box .client_id .name {
  margin-left: 15px;
}

.client_section .box .client_id .name h6 {
  color: #23242a;
  font-size: 18px;
  margin-bottom: 0;
}

.client_section .box .client_id .name p {
  margin-bottom: 0;
}

.client_section .carousel-wrap {
  margin: 0 auto;
  position: relative;
}

.contact_section {
  position: relative;
  padding-bottom: 90px;
}

.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container {
  margin-right: 15px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #04233b;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #04233b;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #04233b;
}

.contact_section .form_container input::placeholder {
  color: #04233b;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #0a97b0;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #065968;
}

.contact_section .map_container {
  height: 420px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.info_section {
  background-color: #04233b;
  color: #ffffff;
  padding: 45px 0 15px 0;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_col {
  margin-bottom: 10px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 8px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #0a97b0;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #0a97b0;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a:hover {
  color: #0a97b0;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #0a97b0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #065968;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #04233b;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}

/* Outros estilos que já estavam no seu arquivo */

/* Aqui começam os estilos novos para .img-box e .contact_box */

.img-box video, .img-box iframe {
  width: 100%;
  border-radius: 50px; /* Aumentando a curvatura */
  box-shadow: 0px 10px 30px rgba(8, 108, 189, 0.5); /* Sombra vermelha */
}

.contact_boxes {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact_box {
  display: flex;
  align-items: center;
  background: #f8f9fa;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.contact_box i {
  font-size: 24px;
  margin-right: 15px;
  color: #007bff;
}

.contact_box p {
  margin: 0;
  text-align: justify;
}

.contact_box a {
  text-decoration: none;
  color: #333;
}

.contact_box a:hover {
  color: #007bff;
}

/* Para telas maiores (desktop) */
@media (min-width: 992px) {
  .header_bottom .navbar {
    display: flex;
    align-items: center;
    justify-content: center; /* Centraliza os elementos */
    position: relative;
  }

  .navbar-brand {
    position: absolute;
    left: 35%;
    transform: translateX(-50%);
  }

  .navbar-collapse {
    display: flex;
    justify-content: center; /* Centraliza os itens */
  }

  .navbar-nav {
    margin-right: 25%; /* Puxa os links um pouco para a esquerda */
    margin-left: 20%;
  }
}

@media (max-width: 1000px) {
  .header_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navbar {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .navbar-brand {
    margin-bottom: 0;
  }

  .navbar-toggler {
    margin-left: auto; /* Empurra o botão para o lado direito */
  }
}
/* Escopo principal: .hot-tours */
.hot-tours.section-sm {
  padding: 30px 0;
}
.hot-tours .row-sm > [class*="col-"] {
  margin-bottom: 50px;
}

.hot-tours .heading_container {
  margin-bottom: 15px; /* Espaço entre o cabeçalho e os blocos */
}

/* Estilos principais dos blocos (product-big) */
.hot-tours .product-big {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
}
.hot-tours .unit {
  display: flex;
  flex-direction: column;
}
.hot-tours .unit-left,
.hot-tours .unit-body {
  position: relative;
}

/* Imagem de destaque: atualizamos para usar object-fit */
.hot-tours .product-big-figure {
  border: 2px solid #cbd2d3;;
  display: block;
  width: 120%;
  height: 380px;  /* Altura fixa para padronizar os blocos; ajuste conforme necessário */
  position: relative;
  overflow: hidden;
}
.hot-tours .product-big-figure img {
  display: block;
  width: 120%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Conteúdo textual do bloco */
.hot-tours .product-big-body {
  padding: 10px;
  position: relative;
  width: 120%;
}

.hot-tours .product-big-title a {
  text-decoration: none;
  color: #01b3a7;
  font-weight: 600;
}

.hot-tours .product-big-text {
  margin-top: 2px;
  margin-bottom: 10px;
  color: #666666;
  line-height: 1.6;
}

/* Botão */
.hot-tours .button {
  background-color: #e6eef0;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #0a97b0;
  text-decoration: none;
  color: #01b3a7;
  transition: 0.3s ease;
}
.hot-tours .button:hover {
  background-color: #065968;
  color: #fff;
}

/* Selo de preço (canto superior direito com diagonal) */
.hot-tours .product-big-price-wrap {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 20px;
  font-size: 20px;
  color: #fff;
  background: none;
  z-index: 1;
}
.hot-tours .product-big-price-wrap > * {
  display: block;
}
.hot-tours .product-big-price-wrap::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 14px;
  width: 400%;
  height: 100%;
  background: #01b3a7;
  transform: skew(45deg);
  transform-origin: 50% 100%;
  will-change: transform;
  pointer-events: none;
  z-index: -1;
}
.hot-tours .product-big-price {
  font-size: 21px;
  letter-spacing: 0.025em;
  color: #ffffff;
}

/* Responsividade para telas >= 768px */
@media (min-width: 768px) {
  .hot-tours .product-big {
    background-color: #f7f7f7;
    border: 0px solid #f7f2f2;
    padding: 10px 15px; /* Reduz o padding vertical e horizontal */
    max-height: 400px;  /* Define uma altura máxima para o bloco */
    overflow: hidden;   /* Esconde conteúdo que ultrapasse a altura definida */
  }

  .hot-tours .unit {
    flex-direction: row;

    n-height: 366px; /* altura mínima */
  }

  .hot-tours .unit-left {
    flex-basis: 45%;
  }

  .hot-tours .unit-body {
    flex-basis: 50%;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .hot-tours .product-big-price-wrap {
    top: -1px;
    right: -1px;
    padding: 20px 10px 16px;
    font-size: 20px;
  }

  .hot-tours .product-big-price-wrap::before {
    left: 24px;
  }
}

/* Responsividade para telas >= 992px */
@media (min-width: 992px) {
  .hot-tours .unit-left {
    flex-basis: 50%;
  }
  .hot-tours .unit-body {
    padding-left: 12%;
    padding-right: 85px;
  }
  .hot-tours .product-big-price-wrap {
    font-size: 24px;
    padding: 30px 17px 26px;
  }
}
.highlight {
  font-weight: bold;
  color: #0a97b0; /* ou outra cor de destaque que combine com o design */
}

/* Ajustes para espaçamento das seções */
.motivos_section {
  background: #f9f9f9;
  padding: 30px 20px; /* Reduzido para 30px no topo e 20px nas laterais */
  border-radius: 8px;
  margin-top: 30px;
}

.motivos_section .heading_container h2 {
  font-size: 26px;
  font-weight: bold;
  color: #0a97b0;
  margin-bottom: 10px; /* Reduzido para 10px para diminuir o espaço abaixo do título */
  text-align: center;
}

.motivos_section .motivos_content {
  max-width: 800px;
  margin: 0 auto;
  text-align: justify;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.motivos_lista {
  list-style: none;
  padding: 0;
  margin: 10px 0; /* Remove o auto para que não fique centralizado */
  max-width: 800px;
  text-align: left !important; /* Alinha o texto à esquerda */
}

.motivos_lista li {
  font-size: 18px;
  padding: 6px 0; /* Reduzido o padding para diminuir o espaço entre os itens */
  color: #555;
  text-align: justify;
}

.motivos_lista strong {
  color: #000;
}

.destaque {
  text-align: center; /* Garante que o texto seja centralizado */
  font-size: 1.2rem;  /* Ajuste o tamanho da fonte, se necessário */
  font-weight: bold;  /* Deixa o texto em negrito */
  color: #ff6347;     /* Cor destacada (pode ajustar de acordo com o design) */
  margin-top: 20px;   /* Adiciona um pouco de espaço acima, se necessário */
}

/* Responsividade */
@media (max-width: 768px) {
  .motivos_section {
    padding: 20px 15px; /* Reduzido o padding para telas menores */
  }

  .motivos_section .motivos_content {
    font-size: 14px;
  }

  .motivos_lista li {
    font-size: 16px;
    padding: 4px 0; /* Menor padding para reduzir o espaço entre os itens */
  }
}

/* Correção do espaçamento nos parágrafos */
p {
  text-align: justify;
  margin: 0; /* Adicionado para eliminar margens extras nos parágrafos */
  padding: 0; /* Removido padding extra */
}

/* Remover o espaçamento adicional no footer e outras seções */
section {
  margin-bottom: 0;
  padding-bottom: 0;
}

.motivos_section {
  margin-top: 0;
  padding-top: 0;
}

/* Estilo para as imagens dentro do Owl Carousel */
.owl-carousel .item {
  text-align: center; /* Centraliza o conteúdo dentro do item */
  padding: 15px;  /* Espaçamento entre as imagens */
}

.owl-carousel .item img {
  width: 100%;  /* Faz com que a imagem ocupe toda a largura do item */
  max-width: 500px;  /* Define um tamanho máximo para as imagens */
  height: 250px;  /* Define uma altura fixa para manter uniformidade */
  object-fit: cover;  /* Evita distorção e corta excessos para preencher o espaço */
  border-radius: 12px;  /* Mantém os cantos arredondados */
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);  /* Sombra suave */
  transition: transform 0.3s ease, box-shadow 0.3s ease;  /* Efeito ao passar o mouse */
  display: block;  /* Mantém o bloco */
  margin: 0 auto;  /* Centraliza a imagem */
}


.owl-carousel .item img:hover {
  transform: scale(1.05);  /* Aumenta a imagem levemente ao passar o mouse */
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);  /* Aumenta a sombra */
}

.product-big-title {
  font-size: 1.2rem;  /* Tamanho da fonte */
  font-weight: bold;
  color: #333;
  margin-top: 10px;
  transition: color 0.3s ease;
}

.product-big-title a {
  text-decoration: none;
  color: inherit;  /* Sem cor de link */
}

.product-big-title a:hover {
  color: #ff6347;  /* Cor de hover no título */
}
/* Ajusta as margens e o padding do carrossel */
.owl-carousel {
  margin-bottom: 0; /* Remove qualquer margem extra abaixo do carrossel */
  padding-bottom: 0; /* Remove qualquer padding extra abaixo do carrossel */
}

/* Certifique-se de que o conteúdo do carrossel não tenha um espaçamento excessivo */
.owl-carousel .item {
  margin-bottom: 0; /* Remove a margem dos itens do carrossel */
}
.motivos_section {
  margin-top: 0;  /* Remover qualquer margem superior */
  padding-top: ; /* Remover qualquer padding superior */
}

.differentials_section {
  background-color: #003366; /* Azul escuro */
  padding: 8px;
  text-align: center;
}

.differential_item {
  text-align: center;
  color: #fff;
  padding: 10px;
}

.differential_item i {
  font-size: 30px;
  margin-bottom: 10px;
}

.differential_item p {
  text-align: center; /* Alinha o texto à esquerda */
  text-align: center !important;
  text-align: center;
  text-indent: 0;
  letter-spacing: normal;
  word-spacing: normal;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.medidas_section {
  padding: 40px 0;
  background-color: #f5f5f5; /* Fundo claro para destacar a seção */
}

.medidas_section h2 {
  color: #0a97b0;
  margin-bottom: 10px; /* Reduzido para 10px para diminuir o espaço abaixo do título */
  font-size: 26px;
  font-weight: bold;
}

.medidas_section p {
  color: #333;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.medidas_section ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #333;
}

.medidas_section ul li {
  margin-bottom: 8px;
}

/* Mobile adaptation para a seção de medidas */
@media (max-width: 768px) {
  .medidas_section .row {
    flex-direction: column;
  }
  .medidas_section .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .medidas_section h2 {
    font-size: 1.5rem; /* Reduz o tamanho do título */
  }
  .medidas_section p {
    font-size: 1rem; /* Ajusta o tamanho do texto */
  }
  .medidas_section ul {
    padding-left: 20px;
    font-size: 0.95rem; /* Reduz o tamanho da lista */
  }
}

.video-container video {
  width: 100%;
  max-width: 550px; /* Define um tamanho máximo */
  height: auto; /* Mantém a proporção */
}

.whatsapp-fixo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

.whatsapp-fixo:hover {
  transform: scale(1.1);
}

/*# sourceMappingURL=style.css.map */