@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&family=Space+Grotesk:wght@300..700&display=swap");
* {
  margin: 0;
  padding: 0;
}

/* Icon 1 */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 40px;
  height: 20px;
  position: relative;
  margin: 8px auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon1:hover span, #nav-icon2:hover span, #nav-icon3:hover span, #nav-icon4:hover span {
  background: #d3531a;
}
#nav-icon1.open span, #nav-icon2.open span, #nav-icon3.open span, #nav-icon4.open span {
  background: #d3531a;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 8px;
}

#nav-icon1 span:nth-child(3) {
  top: 16px;
}

#nav-icon1.open span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}

/* Icon 2 */
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #fff;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 8px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 16px;
}

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 4px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 4px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 14px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 14px;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 8px;
}

#nav-icon3 span:nth-child(4) {
  top: 16px;
}

#nav-icon3.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 8px;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 16px;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

a[href*="elfsight.com/instagram-feed-instashow"],
.eapps-widget-toolbar-panel-wrapper,
.eapps-instagram-feed-title-container,
.eapps-instagram-feed-popup-item es-post {
  display: none !important;
}

html,
body {
  margin: 0px !important;
  padding: 0px !important;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

*:focus,
*:focus-visible,
*:focus:not(.focus-visible) {
  outline: none !important;
  box-shadow: none;
}

a {
  text-decoration: none !important;
  transition: all 0.5s ease;
}

p {
  font-size: 14px;
}

h1 {
  margin: 0px;
  padding: 0px;
  font-weight: 300 !important;
  font-size: 42px;
  line-height: 40px;
}

h2 {
  margin: 0px;
  padding: 0px;
  font-size: 32px;
  line-height: 30px;
}

.titulo h1,
.titulo h2 {
  font-weight: bold;
}

form input[type=text],
form input[type=email],
form input[type=data],
form input[type=number],
form textarea,
form select {
  padding: 7px;
  font-size: 16px;
  border: 0px;
  width: 100%;
  border: 1px solid #051837;
  color: #1f242c;
  border-radius: 10px;
}
form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=data]::-moz-placeholder, form input[type=number]::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bfbfbf;
  opacity: 1;
  /* Firefox */
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=data]::placeholder,
form input[type=number]::placeholder,
form textarea::placeholder,
form select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bfbfbf;
  opacity: 1;
  /* Firefox */
}
form input[type=text]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder,
form input[type=data]:-ms-input-placeholder,
form input[type=number]:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bfbfbf;
}
form input[type=text]::-ms-input-placeholder,
form input[type=email]::-ms-input-placeholder,
form input[type=data]::-ms-input-placeholder,
form input[type=number]::-ms-input-placeholder,
form textarea::-ms-input-placeholder,
form select::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bfbfbf;
}
form label {
  text-align: left;
  width: 100%;
}
form .campos {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
form .campos .duplo {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
form .campos .complemento {
  display: grid;
  grid-template-columns: 20% calc(50% - 10px) 30%;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
form .campos .bairro {
  display: grid;
  grid-template-columns: calc(70% - 5px) 30%;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
form .campos .contato {
  display: grid;
  grid-template-columns: 25% 25% calc(50% - 10px);
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
form .button {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
form .button button {
  width: -moz-min-content;
  width: min-content;
  transition: all 0.5s ease;
  background-color: transparent;
  border: 0px;
  padding: 5px 30px;
  font-size: 14px;
  color: #051837;
  background-color: #f8a45e;
  border-radius: 20px;
}
form .button button:hover {
  color: #f8a45e;
  background-color: #051837;
}
form .chk input {
  display: none;
}
form .chk span {
  width: 12px;
  height: 12px;
  display: block;
  background-color: #fff;
  border: 1px solid #ddd;
}
form .chk input:checked + span {
  background-color: #c03;
}

.seta-divisor-conteudo {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  position: absolute;
  width: 100%;
  margin-top: -20px;
  z-index: 2;
}
.seta-divisor-conteudo .box {
  background-color: #051837;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
.seta-divisor-conteudo .box i {
  color: #f8a45e;
}

.destaque {
  padding: 0px !important;
  border: 0px !important;
  background-color: #f8a45e;
  color: #051837 !important;
  border-radius: 5px;
  padding: 4px 7px !important;
}
.destaque i {
  color: #051837;
}
.destaque:hover {
  background-color: #fff;
  color: #051837 !important;
}

header {
  height: 65px;
  width: 100%;
  transition: all 0.5s ease;
  padding: 0px;
  margin: 0px;
  z-index: 5000;
  position: fixed;
  top: 0px;
  background-color: #051837;
}
header .topo {
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .topo .navbar-brand {
  transition: all 0.5s ease;
  position: relative;
  padding: 0px;
  margin: 0px;
}
header .topo .navbar-brand .logo {
  opacity: 1;
  transition: all 0.5s ease;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0px;
}
header .topo .navbar-brand .logo img {
  transition: all 0.5s ease;
  width: auto;
  max-height: 45px;
  height: 45px;
  -webkit-transition: width 1s ease, height 1s ease;
}
header .topo .itens {
  transition: all 0.5s ease;
  display: grid;
  grid-template-columns: 230px 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
header .topo .itens .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.5s ease;
}
header .topo .itens .menu a {
  transition: all 0.5s ease;
}
header .topo .itens .menu nav {
  transition: all 0.5s ease;
  padding: 0px;
}
header .topo .itens .menu nav #navbarSupportedContent {
  flex-direction: column;
  align-items: flex-end;
}
header .topo .itens .menu nav #navbarSupportedContent .navbar-nav {
  transition: all 0.5s ease;
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
header .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item {
  position: relative;
  text-transform: uppercase;
}
header .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 0px;
  transition: all 0.5s ease;
}
header .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item .nav-link i {
  color: #f8a45e;
}
header .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item .nav-link::after {
  display: none;
}
header .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item .nav-link:hover, header .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item .nav-link.active {
  color: #f8a45e;
}
header .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 10px 0px;
  margin: 0px;
  background-color: transparent;
  border: 0;
}
header .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item.dropdown .dropdown-menu .arrow {
  margin-top: -8px;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  color: #f8a45e;
}
header .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item.dropdown .dropdown-menu .arrow i {
  margin-left: 10px;
}
header .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-items {
  background-color: #f8a45e;
  border-radius: 10px;
  padding: 10px 15px;
  margin: 0;
  list-style: none;
}
header .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-items li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
header .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-items li:last-child {
  border: 0;
}
header .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-items a {
  display: block;
  font-size: 14px;
  color: #051837;
  padding: 8px 0px;
  text-wrap: nowrap;
}
header .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-items a:hover {
  color: #fff;
}
header .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: flex !important;
}
header .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item.destaque {
  padding: 0px !important;
}
header .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item.destaque .nav-link {
  padding: 0px !important;
  border: 0px !important;
  background-color: #f8a45e;
  color: #051837 !important;
  border-radius: 5px;
  padding: 4px 7px !important;
}
header .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item.destaque .nav-link i {
  color: #051837;
}
header .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item.destaque .nav-link:hover {
  background-color: #fff;
  color: #051837 !important;
}

footer {
  border-top: 1px solid #3b4a62;
  background-color: #051837;
}
footer .politica {
  font-size: 10px;
  text-wrap: nowrap;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding-top: 15px;
}
footer .politica:hover {
  color: #f8a45e;
}
footer .rodape {
  padding: 60px 0px;
  color: #ffffff;
}
footer .rodape ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
footer .rodape ul .logo img {
  height: 70px;
}
footer .rodape ul .selos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
footer .rodape ul .selos img {
  height: 70px !important;
  width: auto !important;
}
footer .rodape ul .menu {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
footer .rodape ul .menu a {
  text-wrap: nowrap;
  text-transform: uppercase;
  color: #fff;
}
footer .rodape ul .menu a:hover {
  color: #f8a45e;
}
footer .rodape ul .menu .institucional {
  display: flex;
  flex-direction: column;
}
footer .rodape ul .menu .pedidos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
footer .rodape ul .destaque {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 10px;
  background-color: transparent !important;
}
footer .rodape ul .destaque a {
  text-wrap: nowrap;
  text-transform: uppercase;
  padding: 0px !important;
  border: 0px !important;
  background-color: #f8a45e;
  color: #051837 !important;
  border-radius: 5px;
  padding: 4px 7px !important;
  font-weight: bold;
}
footer .rodape ul .destaque a i {
  color: #051837;
}
footer .rodape ul .destaque a:hover {
  background-color: #fff;
  color: #051837 !important;
}
footer .rodape ul p {
  margin: 0;
  padding: 0;
}
footer .rodape ul .redes a {
  font-size: 24px;
  color: #f8a45e;
}
footer .rodape ul .redes a:hover {
  color: #fff;
}

.banners {
  margin-top: 65px !important;
  height: calc(100vh - 80px) !important;
}
.banners img {
  height: calc(100vh - 80px) !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.banners .item {
  height: calc(100vh - 80px) !important;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
}
.banners .item .container,
.banners .item .row,
.banners .item .col {
  height: calc(100vh - 80px) !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.banners .item .container .content,
.banners .item .row .content,
.banners .item .col .content {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: 30px;
}
.banners .item .container .content h2,
.banners .item .row .content h2,
.banners .item .col .content h2 {
  font-size: 64px;
  line-height: 60px;
  color: #fff;
  margin: 0px;
  padding: 0px;
}
.banners .item .container .content p,
.banners .item .row .content p,
.banners .item .col .content p {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  margin: 0px;
  padding: 0px;
}
.banners .item .container .content .link-banner,
.banners .item .row .content .link-banner,
.banners .item .col .content .link-banner {
  padding: 0px !important;
  border: 0px !important;
  background-color: #f8a45e;
  color: #051837 !important;
  border-radius: 5px;
  padding: 4px 7px !important;
  font-size: 18px;
}
.banners .item .container .content .link-banner i,
.banners .item .row .content .link-banner i,
.banners .item .col .content .link-banner i {
  color: #051837;
}
.banners .item .container .content .link-banner:hover,
.banners .item .row .content .link-banner:hover,
.banners .item .col .content .link-banner:hover {
  background-color: #fff;
  color: #051837 !important;
}

.paginacao {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.paginacao p {
  font-size: 14px;
  color: #b5b4af;
}
.paginacao .pagination {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.paginacao .pagination li {
  padding: 0px;
  border: 0px;
  border-radius: 4px;
  overflow: hidden;
}
.paginacao .pagination li .page-link {
  border: 0px;
  padding: 0px;
}
.paginacao .pagination li a {
  border: 0px;
  background-color: #ffffff;
  width: 35px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c7a71;
}
.paginacao .pagination li:hover a, .paginacao .pagination li.active a {
  background-color: #4db551;
  color: #fff;
}
.paginacao .pagination li.div-prev {
  margin-right: 20px;
}
.paginacao .pagination li.div-next {
  margin-left: 20px;
}

.whatsapp {
  position: fixed;
  z-index: 6000;
  bottom: 30px;
  right: 30px;
}
.whatsapp a {
  border-radius: 60px;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #921a22;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.whatsapp a:hover {
  background-color: #128c7e;
}

.banners {
  position: relative;
}
.banners .item {
  width: 100vw;
  height: 100vh;
  display: block;
  position: relative;
}
.banners .item img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
}
.banners .desktop {
  display: block;
}
.banners .mobile {
  display: none;
}

.owl-theme {
  position: relative;
}
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
  transition: all 0.5s ease;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #fff !important;
  font-size: 24px !important;
  background-color: #051837 !important;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
}
.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
  background-color: #fff !important;
  color: #051837 !important;
}
.owl-theme .owl-nav .owl-next span,
.owl-theme .owl-nav .owl-prev span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: -2px;
  margin-top: -4px;
}
.owl-theme .owl-nav .owl-next {
  right: 0;
  display: flex;
  margin-right: -40px;
}
.owl-theme .owl-nav .owl-prev {
  left: 0;
  display: flex;
  margin-left: -40px;
}
.owl-theme .owl-dots {
  position: absolute;
  height: 100%;
  z-index: 2000;
  top: 0px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.owl-theme .owl-dots .owl-dot {
  width: -moz-min-content;
  width: min-content;
}
.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #fff;
  width: 7px;
  height: 20px;
  background-color: transparent;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff;
}

.chamada-sobre {
  background-color: #f8a45e;
  padding: 110px 0px 390px 0px;
  position: relative;
}
.chamada-sobre .titulo h1 {
  color: #fff;
}
.chamada-sobre .duas-colunas {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.chamada-instagram {
  width: 100%;
}
.chamada-instagram img {
  border-radius: 10px;
}

.chamada-youtube {
  position: relative;
  padding: 0px 0px 110px 0px;
  text-align: center;
  margin-top: -290px;
}
.chamada-youtube .titulo {
  margin-bottom: 30px;
}
.chamada-youtube .titulo h2 {
  font-weight: 300;
}
.chamada-youtube p {
  color: #051937;
}
.chamada-youtube #owl-videos {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 50px;
}
.chamada-youtube #owl-videos img {
  border-radius: 10px;
  height: 200px;
  transition: all 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(0%);
}
.chamada-youtube #owl-videos img:hover {
  filter: grayscale(0%);
}
.chamada-youtube .seta-divisor-conteudo {
  top: auto;
  bottom: 0px;
  margin-bottom: -20px;
}
.chamada-youtube .seta-divisor-conteudo .box {
  background-color: #f8a45e;
}
.chamada-youtube .seta-divisor-conteudo .box i {
  color: #051837;
}

.chamada-promocional {
  padding: 110px 0px;
  background-color: #000928;
}
.chamada-promocional .item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}
.chamada-promocional .item .imagem img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.chamada-promocional .item .chamada-promocional-conteudo {
  padding: 45px 30px;
  text-align: left;
  position: relative;
}
.chamada-promocional .item .chamada-promocional-conteudo span {
  background-color: #f8a45e;
  padding: 0px 7px 0px 30px;
  font-size: 16px;
  color: #fff;
  margin-left: -30px;
  position: absolute;
  height: 30px;
  display: flex;
  align-items: center;
  margin-top: -60px;
}
.chamada-promocional .item .chamada-promocional-conteudo h3 {
  font-size: 18px;
  color: #051937;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.chamada-promocional .item .chamada-promocional-conteudo p {
  font-size: 14px;
  color: #051937 !important;
  line-height: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 7.2rem;
  font-weight: 300;
}
.chamada-promocional .item .chamada-promocional-conteudo .link {
  margin-top: 45px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  z-index: 2;
  text-align: center;
}
.chamada-promocional .item .chamada-promocional-conteudo .link a {
  padding: 7px 15px;
  border-radius: 10px;
  font-size: 14px;
  background-color: #f8a45e;
  color: #fff;
}
.chamada-promocional .item .chamada-promocional-conteudo .link a:hover {
  color: #051937;
}

.chamada-depoimentos {
  padding: 80px 0px 110px 0;
  background-color: #051837;
}
.chamada-depoimentos .item {
  border: 1px solid #fff;
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
}
.chamada-depoimentos .item .imagem {
  margin-top: -60px;
  margin-bottom: 30px;
  width: 50px;
  background-color: #fff;
  border-radius: 100px;
  overflow: hidden;
}
.chamada-depoimentos .item .imagem img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.chamada-depoimentos .item h2 {
  font-size: 22px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 300;
}
.chamada-depoimentos .item h3 {
  font-size: 16px;
  color: #fff;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-weight: 300;
}
.chamada-depoimentos .item p {
  font-size: 14px;
  color: #fff;
}
.chamada-depoimentos .owl-theme .owl-nav span {
  color: #f8a45e !important;
}
.chamada-depoimentos .owl-theme .owl-nav:hover span {
  color: #051837 !important;
}
.chamada-depoimentos .titulo {
  margin-bottom: 50px;
}
.chamada-depoimentos .titulo h2 {
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-size: 32px;
  line-height: 30px;
  font-weight: 300;
}
.chamada-depoimentos .chamada {
  text-align: center;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  justify-content: center;
}
.chamada-depoimentos .chamada p {
  margin: 15px;
  font-size: 14px;
  color: #fff;
}

#blog {
  background-color: #fff;
  padding: 110px 0px;
  text-align: center;
}
#blog .titulo {
  margin-bottom: 30px;
}
#blog .titulo h2 {
  font-weight: 300;
}
#blog ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
#blog ul li {
  height: 100%;
  position: relative;
}
#blog ul li .imagem {
  margin-bottom: 15px;
}
#blog ul li .imagem img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 10px;
}
#blog ul li .conteudo {
  padding: 15px 30px;
  text-align: left;
}
#blog ul li .conteudo h3 {
  font-size: 18px;
  color: #051937;
  margin-bottom: 15px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#blog ul li .conteudo p {
  font-size: 14px;
  color: #051937;
  line-height: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 7.2rem;
  font-weight: 300;
}
#blog ul li .conteudo .link {
  width: calc(100% - 30px);
  box-sizing: border-box;
  z-index: 2;
}
#blog ul li .conteudo .link a {
  font-size: 14px;
  color: #f8a45e;
}
#blog ul li .conteudo .link a:hover {
  color: #051937;
}
#blog .link-todos {
  padding: 120px 0px 60px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
#blog .link-todos a {
  background-color: #fff;
  text-align: center;
  padding: 5px 30px;
  font-size: 14px;
  color: #921a22;
  border-radius: 15px;
}
#blog .link-todos a:hover {
  background-color: #921a22;
  color: #fff;
}

#posts {
  padding: 160px 0px 60px 0px;
}
#posts .titulo {
  margin-bottom: 60px;
}
#posts .posts ul {
  list-style: none;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 60px;
}
#posts .posts ul li {
  height: 100%;
  background-color: #ffffff;
  padding: 15px 15px 30px 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  position: relative;
}
#posts .posts ul li .imagem {
  margin-bottom: 15px;
}
#posts .posts ul li .imagem img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#posts .posts ul li h3 {
  font-size: 20px;
  color: #666666;
  margin-bottom: 15px;
  height: 75px;
}
#posts .posts ul li p {
  font-size: 14px;
  color: #051937;
  line-height: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 7.2rem;
  font-weight: 300;
}
#posts .posts ul li .link {
  position: absolute;
  bottom: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 30px);
  box-sizing: border-box;
  z-index: 2;
}
#posts .posts ul li .link a {
  background-color: #921a22;
  text-align: center;
  padding: 5px 30px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 15px;
}
#posts .posts ul li .link a:hover {
  background-color: #3d4144;
}
#posts .texto {
  display: inline-block;
  line-height: 26px;
}
#posts .texto p {
  font-size: 14px;
  color: #051937;
  line-height: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 7.2rem;
  font-weight: 300;
}
#posts .texto img {
  width: 100%;
  height: auto;
  margin: 15px 0;
  border-radius: 10px;
}
#posts .texto h2 {
  display: block;
  margin-top: 30px;
  margin-bottom: 15px;
}
#posts .texto figure {
  margin-bottom: 15px;
}
#posts .texto figure img {
  margin-bottom: 5px;
}
#posts .texto figure figcaption {
  font-style: italic;
  font-size: 12px;
  line-height: 12px;
}
#posts .texto figure figcaption a {
  display: none;
}

.blog-imagens {
  margin: 60px 0px;
}
.blog-imagens .thumb {
  background-color: #cccccc;
  padding: 15px 80px;
  margin-top: -12px;
}
.blog-imagens .thumb .owl-nav {
  margin: 0px;
}
.blog-imagens .thumb .owl-nav .owl-prev {
  margin-left: -35px;
}
.blog-imagens .thumb .owl-nav .owl-next {
  margin-right: -35px;
}

.blog-itens {
  margin: 60px 0px;
}

.boxComentarios .titulo {
  margin-bottom: 30px !important;
}
.boxComentarios textarea {
  margin-top: 30px;
  height: 140px;
}
.boxComentarios button {
  width: 100%;
  border: 0px;
  background-color: #921a22;
  text-align: center;
  padding: 5px 30px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 15px;
}
.boxComentarios button:hover {
  background-color: #3d4144;
}
.boxComentarios .acao {
  margin-top: 25px;
}
.boxComentarios .radio {
  margin-top: 5px;
}
.boxComentarios .radio label {
  margin: 0px;
  font-size: 16px;
  color: #666666;
  display: grid;
  align-items: center;
  justify-items: flex-start;
  grid-template-columns: 20px 1fr;
}
.boxComentarios .comentario {
  background-color: #f3f3f3;
  padding: 15px;
  margin-bottom: 1px;
}
.boxComentarios .comentario p {
  margin: 0px;
  padding: 0px;
}

.sobre .video {
  background-color: #000928;
  width: 100%;
}
.sobre .video .item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -110px;
  padding-bottom: 110px;
}
.sobre .video .item .midia {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 10px;
}
.sobre .video .item .midia iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
}
.sobre .chamada-youtube {
  padding: 110px 0px;
  background-color: #f1f1f1;
  margin-top: 0px;
}
.sobre .chamada-instagram {
  background-color: #fff;
  margin: 0px;
  padding: 110px 0px;
}
.sobre .chamada-instagram .eapps-instagram-feed-posts-item-link,
.sobre .chamada-instagram .eapps-instagram-feed-posts-item-overlay {
  border-radius: 10px;
  overflow: hidden;
}
.sobre .chamada-instagram img {
  margin-bottom: 30px;
}
.sobre .chamada-instagram .titulo {
  margin-bottom: 30px;
}
.sobre .chamada-instagram .titulo h2 {
  font-weight: 300;
}

.destinos .chamada-sobre {
  padding: 110px 0px;
}
.destinos .local {
  padding: 110px 0px;
}
.destinos .local.cor {
  background-color: #f1f1f1;
}
.destinos .local .titulo {
  margin-bottom: 45px;
}
.destinos .local .titulo h3 {
  border-left: 10px solid #f8a45e;
  margin: 0px;
  padding: 0px;
  font-size: 32px;
  line-height: 30px;
  color: #051937;
  padding-left: 15px;
  font-weight: 300;
}
.destinos .local .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.destinos .local .item span {
  background-color: #f8a45e;
  padding: 7px 15px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  height: 30px;
  display: flex;
  align-items: center;
  margin-top: -15px;
  top: 0;
}
.destinos .local .item img {
  border-radius: 10px;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

#destino .sobre {
  background-color: #051837;
  padding: 110px 0px;
}
#destino .sobre img {
  width: 100%;
  border-radius: 10px;
}
#destino .chamada-promocional .titulo {
  margin-bottom: 50px;
}
#destino .chamada-promocional .titulo h2 {
  color: #fff;
}
#destino .titulo {
  margin-bottom: 50px;
}
#destino .titulo h1 {
  color: #fff;
}
#destino .conteudo {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
#destino .conteudo p {
  color: #fff;
}
#destino .chamada-youtube {
  padding: 110px 0px;
}
#destino .chamada-youtube .seta-divisor-conteudo {
  display: none;
}
#destino .chamada-promocional {
  background-color: #f8a45e;
}
#destino #contato {
  padding: 110px 0px;
  background-color: #f1f1f1;
  text-align: center;
}
#destino #contato .titulo {
  margin-bottom: 30px;
}
#destino #contato .titulo h2 {
  font-weight: 300;
}
#destino #contato .boxContato {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#destino #contato .boxContato label {
  margin-bottom: 0px !important;
}
#destino #contato .boxContato .acao {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#destino #contato .boxContato .acao .h-captcha {
  margin-bottom: -7px;
}
#destino #contato .boxContato .acao button {
  margin-top: -7px;
  padding: 0px !important;
  border: 0px !important;
  background-color: #f8a45e;
  color: #051837 !important;
  border-radius: 5px;
  padding: 4px 7px !important;
}
#destino #contato .boxContato .acao button i {
  color: #051837;
}
#destino #contato .boxContato .acao button:hover {
  background-color: #fff;
  color: #051837 !important;
}

.cidade .banners {
  text-align: center;
}
.cidade .banners .content {
  text-align: center;
  align-items: center !important;
}
.cidade .banners p {
  background-color: #f8a45e;
  border-radius: 10px;
  color: #00131e;
  font-size: 18px;
  padding: 7px 15px !important;
}
.cidade .informacao {
  background-color: #051937;
  padding: 100px 0px !important;
}
.cidade .informacao .titulo h1 {
  color: #fff;
}
.cidade .informacao .item-informacao {
  display: grid;
  grid-template-columns: 70px 1fr;
}
.cidade .informacao .item-informacao .info {
  color: #fff;
}
.cidade .sobre {
  background-color: #f8a45e !important;
}
.cidade .sobre .titulo {
  margin-bottom: 50px;
}
.cidade .sobre .titulo h1 {
  color: #fff;
}
.cidade .sobre .info {
  text-align: center;
}
.cidade .fotos {
  padding: 100px 0px;
}
.cidade .fotos ul {
  margin: 0px;
  padding: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  list-style: none;
}
.cidade .fotos ul li img {
  width: 100%;
  height: 230px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cidade .video {
  width: 100%;
}
.cidade .video .item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: -280px;
}
.cidade .video .item .midia iframe {
  border-radius: 10px;
  width: 800px !important;
  height: 450px !important;
}
.cidade .pacotes {
  background-color: #f2f2f2;
  padding-top: 380px;
  padding-bottom: 100px;
}
.cidade .pacotes .item-pacote {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: #fff;
  height: auto !important;
}
.cidade .pacotes .item-pacote .chamada-pacote-conteudo {
  padding: 45px 30px 30px 30px;
  text-align: left;
}
.cidade .pacotes .item-pacote .chamada-pacote-conteudo span {
  background-color: #f8a45e;
  padding: 7px 15px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  height: 30px;
  display: flex;
  align-items: center;
  margin-top: -60px;
  border-radius: 10px;
}
.cidade .pacotes .item-pacote .chamada-pacote-conteudo h3 {
  font-size: 18px;
  color: #051937;
  margin-bottom: 30px;
}
.cidade .pacotes .item-pacote .chamada-pacote-conteudo p {
  font-size: 14px;
  color: #051937 !important;
  line-height: 1.4rem;
  display: -webkit-box;
  font-weight: 300;
}
.cidade .pacotes .item-pacote .chamada-pacote-conteudo .link {
  margin-top: 30px;
  border-radius: 10px;
  padding: 7px 15px;
  font-size: 14px;
  background-color: #f8a45e;
  color: #fff;
  text-align: center;
}
.cidade #contato {
  background-color: #051937 !important;
}
.cidade #contato .titulo h2 {
  color: #fff;
}
.cidade .similares .local {
  padding: 100px 0px;
}
.cidade .similares .local .titulo {
  margin-bottom: 45px;
}
.cidade .similares .local .titulo h3 {
  border-left: 10px solid #f8a45e;
  margin: 0px;
  padding: 0px;
  font-size: 32px;
  line-height: 30px;
  color: #051937;
  padding-left: 15px;
  font-weight: 300;
}
.cidade .similares .local .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.cidade .similares .local .item span {
  background-color: #f8a45e;
  padding: 7px 15px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  height: 30px;
  display: flex;
  align-items: center;
  margin-top: -15px;
  top: 0;
}
.cidade .similares .local .item img {
  border-radius: 10px;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog .titulo {
  margin-bottom: 45px;
}
.blog .titulo h1 {
  border-left: 10px solid #f8a45e;
  margin: 0px;
  padding: 0px;
  font-size: 32px;
  line-height: 30px;
  color: #051937;
  padding-left: 15px;
  font-weight: 300;
}
.blog .mais-acessadas {
  padding: 110px 0px;
  background-color: #f1f1f1;
}
.blog .mais-acessadas #blog {
  background-color: transparent;
  padding: 0;
}
.blog .mais-acessadas #blog .titulo {
  display: none;
}
.blog .mais-acessadas #blog ul li {
  border-radius: 10px;
  background-color: #fff;
}
.blog .mais-acessadas #blog ul li .imagem {
  position: relative;
}
.blog .mais-acessadas #blog ul li .imagem::before {
  bottom: 0;
  z-index: 2;
  position: absolute;
  width: 90%;
  height: 5px;
  background-color: #f8a45e;
  content: " ";
}
.blog .mais-acessadas #blog ul li .imagem img {
  border-radius: 0;
}
.blog #posts {
  background-color: #fff;
  padding: 110px 0px;
}
.blog #posts ul {
  display: flex;
  flex-direction: column;
  row-gap: 0;
}
.blog #posts ul li {
  padding: 0;
  border: 0;
  box-shadow: none;
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 50px;
  padding-bottom: 40px;
}
.blog #posts ul li .imagem {
  margin-bottom: 20px;
}
.blog #posts ul li .imagem img {
  border-radius: 10px;
}
.blog #posts ul li .titulo {
  margin: 0;
}
.blog #posts ul li .titulo h2 {
  font-weight: 300;
}
.blog #posts ul li small {
  display: block;
  font-size: 14px;
  padding: 15px 0;
  font-weight: 200;
  position: relative;
  margin-bottom: 30px;
}
.blog #posts ul li small::before {
  bottom: 0;
  z-index: 2;
  position: absolute;
  width: 90%;
  height: 5px;
  background-color: #f8a45e;
  content: " ";
}
.blog #posts ul li p {
  margin-bottom: 15px;
}
.blog #posts ul li .link {
  position: unset;
  width: calc(100% - 30px);
  box-sizing: border-box;
  justify-content: flex-start;
  z-index: 2;
}
.blog #posts ul li .link a {
  font-size: 14px;
  color: #f8a45e;
  padding: 0;
  background-color: transparent;
}
.blog #posts ul li .link a:hover {
  color: #051937;
  background-color: transparent;
}
.blog #posts .titulo.post {
  border-left: 10px solid #f8a45e;
  margin: 0px;
  padding: 0px;
  font-size: 32px;
  line-height: 30px;
  color: #051937;
  padding-left: 15px;
  font-weight: 300;
  margin-bottom: 30px;
}
.blog #posts .titulo.post h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
}
.blog #posts .titulo.post h1 {
  border-left: 0px;
  padding-left: 0px;
}
.blog #posts .titulo.post small {
  font-size: 14px;
}
.blog #lateral-blog .titulo {
  margin: 0px;
}
.blog #lateral-blog .titulo h2 {
  border-left: 10px solid #f8a45e;
  margin: 0px;
  padding: 0px;
  font-size: 32px;
  line-height: 30px;
  color: #051937;
  padding-left: 15px;
  font-weight: 300;
}
.blog #lateral-blog .categorias {
  position: relative;
  margin-left: 60px;
}
.blog #lateral-blog .categorias::after {
  content: " ";
  width: 2px;
  height: 100%;
  background-color: #f1f1f1;
  margin-left: -45px;
  position: absolute;
  top: 0px;
}
.blog #lateral-blog .categorias .titulo {
  margin-bottom: 30px !important;
}
.blog #lateral-blog .categorias ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.blog #lateral-blog .categorias ul li {
  margin: 0px;
  padding: 0px;
  border: 0;
}
.blog #lateral-blog .categorias ul li a {
  display: grid;
  grid-template-columns: 150px 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-size: 14px;
  color: #051937;
}
.blog #lateral-blog .categorias ul li a:hover {
  color: #f8a45e;
}
.blog #lateral-blog .categorias ul li a .imagem {
  height: 100px;
  margin: 0px;
  padding: 0px;
}
.blog #lateral-blog .categorias ul li a .imagem img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.blog #lateral-blog .categorias ul li a .descricao {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.blog #lateral-blog .categorias ul li a .descricao p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
.blog #lateral-blog .categorias ul li a .descricao small {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}
.blog #lateral-blog .categorias ul li a .descricao small::before {
  display: none;
}
.blog #lateral-blog .tags {
  position: relative;
  margin-left: 60px;
  margin-top: 120px;
}
.blog #lateral-blog .tags .titulo {
  margin-bottom: 30px !important;
}
.blog #lateral-blog .tags::after {
  content: " ";
  width: calc(100% + 30px);
  height: 2px;
  background-color: #f1f1f1;
  margin-top: -60px;
  position: absolute;
  top: 0px;
  margin-left: -30px;
}
.blog #lateral-blog .tags.removerBorda {
  margin-top: 0px !important;
}
.blog #lateral-blog .tags.removerBorda::after {
  content: " ";
  width: 2px;
  height: 100%;
  background-color: #f1f1f1;
  margin-left: -45px;
  position: absolute;
  top: 0px;
}
.blog #lateral-blog .tags ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  list-style: none;
  flex-direction: column;
}
.blog #lateral-blog .tags ul li {
  margin: 0px;
  padding: 0px;
  border: 0;
}
.blog #lateral-blog .tags ul li a {
  padding-left: 20px;
  font-size: 14px;
  color: #051937;
  display: flex;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  font-weight: 200;
}
.blog #lateral-blog .tags ul li a i {
  font-size: 5px;
}
.blog #lateral-blog .tags ul li a:hover {
  color: #f8a45e;
}
.blog .pagination {
  display: flex;
  flex-direction: row !important;
  -moz-column-gap: 10px !important;
       column-gap: 10px !important;
}
.blog .pagination li {
  border: 0px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50px !important;
  overflow: hidden !important;
  width: 25px !important;
  height: 25px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 12px;
}
.blog .pagination li span {
  border: 0 !important;
}
.blog .pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border: 0px;
  border-radius: 50px;
  color: #051837;
}
.blog .pagination li:hover span, .blog .pagination li.active span {
  background-color: #f8a45e;
}
.blog .page-item.active .page-link {
  background-color: #f8a45e;
}

.modal-open .modal {
  display: flex !important;
  align-items: center !important;
}

@media (max-width: 980px) {
  header.scroll .topo .navbar-brand .logo img {
    width: auto !important;
  }
  header.posts .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
  .navbar-toggler {
    color: #fff;
  }
  header.posts .navbar-toggler {
    color: #921a22;
  }
  .navbar-collapse {
    position: fixed;
    top: 75px;
    left: 0px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background-color: #921a22;
  }
  .scroll .navbar-collapse {
    top: 55px;
  }
  header .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item.orcamento {
    margin: 0px;
    padding: 0px;
  }
  .banner #owl-banners,
  .banner .owl-item {
    height: 40vh !important;
  }
  .banner .imagem {
    background-position: center center;
    background-size: cover;
    height: 40vh !important;
  }
  .banner .owl-dots {
    margin-top: -35px !important;
  }
  .logo {
    width: 220px !important;
    padding: 10px 0px !important;
    height: -moz-min-content !important;
    height: min-content !important;
  }
  .logo img {
    height: -moz-min-content !important;
    height: min-content !important;
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
  }
  .titulo h3 {
    font-size: 16px;
  }
  #destinos .mosaico ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #destinos .mosaico ul li {
    height: 135px;
  }
  #destinos .mosaico ul li .info {
    height: 40px;
    bottom: 0px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #destinos .mosaico ul li .info h2 {
    font-size: 14px;
  }
  #servicos .chamada {
    background-image: none;
  }
  #servicos .box {
    padding: 0px;
  }
  #blog ul {
    row-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  #blog ul li .imagem img {
    height: 240px;
  }
  #contato {
    text-align: center;
  }
  #contato ul {
    align-items: center;
    justify-content: center;
  }
  #contato .boxContato {
    padding: 0px;
    margin-bottom: 50px;
  }
  .rodape {
    text-align: center;
  }
  .rodape img {
    margin-bottom: 30px;
  }
  footer .rodape .acesso-rapido {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  footer .rodape .acesso-rapido .conteudo nav ul {
    flex-direction: column;
  }
  footer .rodape .acesso-rapido .conteudo nav ul li a.titulo {
    align-items: center;
  }
  #posts .posts ul {
    row-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  #posts .posts ul li .imagem img {
    height: 240px;
  }
  header.scroll {
    background-color: #921a22;
  }
  #topo-interno .box form {
    flex-direction: column;
    row-gap: 15px;
  }
  #hotel .descricao #accordionPacotes .card-header button {
    flex-direction: column;
    row-gap: 15px;
    letter-spacing: 1px;
  }
  .titulo h1,
  .titulo h2 {
    font-size: 28px !important;
    line-height: 28px !important;
  }
  .logo img {
    width: auto !important;
  }
  header .topo .itens .menu .navbar-collapse {
    top: 65px;
    background-color: #051837;
  }
  header .topo .itens .menu .navbar-collapse .navbar-nav {
    row-gap: 20px;
  }
  .banners .item .container .content,
  .banners .item .row .content,
  .banners .item .col .content {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .banners .item .container .content h2,
  .banners .item .row .content h2,
  .banners .item .col .content h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .sobre .video .item .midia iframe {
    border-radius: 10px;
    width: 100% !important;
    height: 200px;
  }
  .cidade .informacao .item-informacao {
    margin-bottom: 30px;
  }
  .cidade .fotos ul {
    grid-template-columns: 1fr 1fr;
  }
  .cidade .fotos ul li img {
    height: 145px;
  }
  .cidade .video .item .midia iframe {
    border-radius: 10px;
    width: 100% !important;
    height: 200px;
  }
  .cidade .item-pacote {
    margin-bottom: 30px;
  }
  #destino #contato .boxContato .acao {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cidade .similares .local .item {
    margin-bottom: 30px;
  }
  #destino .chamada-promocional .item {
    margin-bottom: 30px;
  }
  header .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item.dropdown .dropdown-menu .arrow,
  header .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item .nav-link i {
    display: none !important;
  }
  header .topo .itens .menu nav #navbarSupportedContent .navbar-nav .nav-item.dropdown:hover .dropdown-menu,
  .dropdown-menu {
    display: flex !important;
  }
  header {
    position: fixed !important;
    top: 0px !important;
  }
  header.scroll {
    background-color: #00131e;
  }
  footer .rodape ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    row-gap: 30px;
  }
  footer .rodape ul .menu {
    -moz-column-gap: 30px;
         column-gap: 30px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  footer .rodape ul .menu li {
    width: 100%;
  }
  footer .rodape ul .menu li.pedidos {
    grid-template-columns: 1fr;
  }
  .duas-colunas {
    -moz-column-count: 1 !important;
         column-count: 1 !important;
  }
}
.eapps-instagram-feed-posts-item-template-tile {
  border-radius: 10px;
  overflow: hidden;
}/*# sourceMappingURL=main.css.map */