@charset "UTF-8";
/* PALETA DE CORES
1- #331212
2- #FF0000
3- #407699
4- #002510
5- #090519
*/
/**
################################# IMPORTS
*/
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lexend+Deca&display=swap"); /*ORIGINAL*/
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("animate.css");
/**
################################# VARIAVEIS
*/
/*
$cor1: 	#ffd60c;
$cor1_1: 	#ffd60c8a;
$cor2: 	#ffaf00;
$cor2_1:#8d640a;
$cor3: 	#fdba6d;
$cor3_1: 	#fdba6d8a;
$cor4: 	#331212;
$cor4_1: 	#3312128a;
$cor5: 	#ff7300;
$cor5_1: 	#ff73008a;
*/
/**
################################# TAGs HTML
*/
body {
  margin: 0;
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body, html {
  scroll-behavior: smooth;
}

hr.dashed {
  border-top: 1px dashed rgb(0, 0, 0);
}

h1, h2, h3, h4, h5, h6 {
  /*font-family: 'Thasadith', sans-serif;*/
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

footer {
  color: #7d0909;
  background-color: #ffffff;
  font-family: "Ubuntu", sans-serif;
}
footer hr {
  border-color: rgba(125, 9, 9, 0.2);
  width: 100%;
}
footer ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
footer li {
  display: inline-block;
  padding: 0 0.625rem;
  border-right: 1px solid #fff;
  line-height: 1;
}
footer li:last-of-type {
  border-right: none;
}
footer .header {
  background-color: #c7c4c4;
  padding: 2rem 0 2.5rem;
}
footer .header a,
footer .header a:visited {
  color: #380303;
}
footer .header a:hover,
footer .header a:active {
  color: #ca1010;
}
footer .final {
  background-color: #bf9a47;
  padding: 1.5rem 0 0.5rem;
  font-size: 0.9rem;
  color: white;
}
footer .final a,
footer .final a:visited {
  color: #c5c5c5;
}
footer .final a:hover,
footer .final a:active {
  color: #949292;
}

img.pagamento-logo {
  max-width: 80px;
  max-height: 40px;
  margin: 0 50px 0 0;
}

img.galeria {
  margin: 5px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

img.galeria:HOVER {
  opacity: 0.67;
}

span.real {
  font-size: 1.625em;
}

span.cents {
  font-size: 0.625em;
}

/** 
################################# IDs
*/
#main {
  position: relative;
  /*top:200px;*/
  /*margin-top: -102px;*/
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

#mural {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/media/images/mural.jpg");
  height: 60vh;
  max-height: 60vh;
  filter: saturate(140%);
  z-index: 50;
  position: relative;
}

.sticky-top-option2 + #mural {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/media/images/mural.jpg");
  height: 60vh;
  max-height: 60vh;
  filter: saturate(140%);
  filter: blur(5px);
  z-index: 50;
  position: relative;
}

#mural-info {
  position: absolute;
  bottom: 2px;
  right: 5px;
  color: #ffffff;
  box-sizing: border-box;
  padding: 2px 5px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.65);
}

#mural-equipe {
  height: 60vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/media/images/equipe.jpg");
  filter: contrast(1.3);
  position: relative;
}
#mural-equipe > .mural-logo {
  background-image: url("/media/images/logo256bordaw.png");
  position: absolute;
  right: 0.825rem;
  top: 0.825rem;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#modal-galeria-fotos img:not(.active) {
  display: none;
}

#modal-galeria-fotos img {
  max-height: 70vh;
}

#galeria-detalhes {
  margin-top: 0;
  padding: 0 0.625rem 0.3125rem;
  font-style: italic;
  font-size: 1.125rem;
}

#banner_section {
  height: 50vh;
  position: relative;
}
#banner_section a {
  transition: all 0.7s ease-in-out;
  position: absolute;
  left: -200vw;
  right: auto;
  top: 0;
  max-width: 100%;
  height: 50vh;
}
#banner_section a.show {
  margin: 0 auto;
  left: 0;
  right: 0;
}
#banner_section a.getout {
  right: -100vw;
  left: auto;
}
#banner_section img {
  max-height: 50vh;
  max-width: calc(100% - 1rem);
  /*height:100%;*/
}

/* AUDIO */
#audio-div {
  position: fixed;
  /*bottom: 120px;*/
  bottom: 20px;
  right: 1rem;
  width: 32px;
  height: 32px;
  padding: 8px;
  line-height: 1rem;
  border-radius: 16px;
  background-color: red;
  color: white;
  z-index: 100;
  transition: all 0.1s ease-out;
  /*border: 1px solid #18181893;*/
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
}
#audio-div .audio-control, #audio-div .icone-musica {
  cursor: pointer;
}
#audio-div.max {
  width: 100px;
  right: 1rem;
}
#audio-div.max > * {
  display: initial;
  transition: all 0.4s ease-in;
}
#audio-div.max > .icone-musica {
  display: inline-block;
}
#audio-div:not(.max) > * {
  display: none;
}
#audio-div:not(.max) > .icone-musica {
  display: inline-block;
}

.balanco {
  animation: balanco 2s infinite;
  transition: all 0.1s ease-in;
  color: red;
}

@keyframes balanco {
  /*
  0% 		{transform: rotate(0deg);}
  100% 	{transform: rotate(359deg);}
  */
  /*
  0% 		{transform: rotate(0deg); color: #38040e;}
  30% 	{transform: rotate(20deg); color: red;}
  70% 	{transform: rotate(-15deg); color:red;}
  100% 	{transform: rotate(0deg); color: #38040e;}
  */
  0% {
    transform: rotate(0deg);
    color: #f5e9eb;
  }
  30% {
    transform: rotate(20deg);
    color: black;
  }
  70% {
    transform: rotate(-15deg);
    color: black;
  }
  100% {
    transform: rotate(0deg);
    color: #f5e9eb;
  }
}
/* ./AUDIO */
#moduloBusca2 {
  color: black;
  z-index: 100;
  position: absolute;
  top: 120px;
  left: 10vw;
  width: 300px;
  max-width: 80vw;
  background-color: #e9cc9a;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 0px black;
}

#bannerSideModuloBusca2 {
  z-index: 100;
  position: absolute;
  top: 150px;
  right: 10vw;
  width: 450px;
  max-width: 450px;
  height: 253px;
  transition: all 0.3s ease-out;
}
#bannerSideModuloBusca2 .b1, #bannerSideModuloBusca2 .b2, #bannerSideModuloBusca2 .b3 {
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  z-index: 181;
}
#bannerSideModuloBusca2 .b1 {
  rotate: 2deg;
}
#bannerSideModuloBusca2 .b2 {
  rotate: -2deg;
}
#bannerSideModuloBusca2 .b3 {
  padding: 0.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
}
#bannerSideModuloBusca2 .b3 img {
  max-height: 100%;
}
#bannerSideModuloBusca2 * {
  max-width: 100%;
}
@media (max-width: 992px) {
  #bannerSideModuloBusca2 {
    display: none;
  }
}

/**
################################# CLASSES
*/
.bg1 {
  background-color: #bf9a47;
}

.bg2 {
  background-color: #ffaf00;
}

.bg2-1 {
  background-color: #8d640a;
  color: #f0ecec;
}

.bg3 {
  background-color: #fdba6d;
}

.bg4 {
  background-color: #331212;
}

.bg5 {
  background-color: #ff7300;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-help {
  cursor: help;
}

.valor-info {
  padding: 15px 7px;
  border-radius: 1rem;
}

.contato-title-block {
  font-size: 1.75em;
}

.bloco1 {
  width: 350px;
  margin: 0 0.5rem 1rem;
  border: 1px solid white;
  border-radius: 5px;
  background-color: white;
  box-shadow: none;
  transition: all 0.4s ease-in-out;
}
.bloco1 .bloco1-img {
  position: relative;
  width: 100%;
  height: 197px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.bloco1 .bloco1-img .preco {
  position: absolute;
  bottom: -15px;
  left: -0.5rem;
  padding: 0.25rem 1rem 0.25rem 2rem;
  background-color: rgb(1, 27, 112);
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.849);
}
.bloco1 .bloco1-img .lastcall {
  position: absolute;
  top: 0px;
  right: 5px;
  z-index: 20;
  font-size: 1.2rem;
}
.bloco1 .bloco1-img .lastcall span {
  box-shadow: 1px 1px 8px #797878;
}
.bloco1 .bloco1-texto {
  padding: 2rem 1rem 0.5rem;
  text-align: left;
}
.bloco1 .bloco1-btn {
  text-align: center;
  margin: 0.5rem -1rem 1rem;
  border-top: 1px solid rgb(200, 200, 200);
  padding-top: 1.5rem;
}
.bloco1 .bloco1-btn a {
  border: 2px solid rgba(1, 27, 112, 0.9);
  color: rgba(1, 27, 112, 0.9);
  border-radius: 20px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 2.5rem;
  transition: all 0.3s linear;
  font-weight: bold;
}
.bloco1 .bloco1-btn a:hover {
  border: 2px solid rgba(1, 27, 112, 0.9);
  background-color: rgba(1, 27, 112, 0.9);
  color: white;
}

/* ### Botões personalizados ### */
.btn-estilo1 {
  box-sizing: border-box;
  border: 2px solid rgba(1, 27, 112, 0.9);
  color: rgba(1, 27, 112, 0.9);
  border-radius: 20px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 2.5rem;
  transition: all 0.3s linear;
  font-weight: bold;
}
.btn-estilo1:hover {
  text-decoration: none;
  border: 2px solid rgba(1, 27, 112, 0.9);
  background-color: rgba(1, 27, 112, 0.9);
  color: white;
}

.btn-estilo2 {
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 2.5rem;
  transition: all 0.3s linear;
  font-weight: bold;
}
.btn-estilo2:hover {
  text-decoration: none;
  border: 2px solid rgba(1, 27, 112, 0.9);
  background-color: rgba(1, 27, 112, 0.9);
  color: white;
}

/* ### Fim botões personalizados ### */
.galeria-item {
  max-width: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  transition: all 0.2s ease-in-out;
  margin: 5px;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
  z-index: 10;
}
.galeria-item > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0.1) 85%, rgba(0, 0, 0, 0.25) 100%);
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
.galeria-item > div:hover {
  opacity: 1;
}
@media (max-width: 575px) {
  .galeria-item {
    width: calc(100% - 10px);
    height: calc(40vh - 10px);
  }
  .galeria-item.item-grow {
    width: calc(100% - 10px);
    height: calc(40vh - 10px);
  }
}
@media (min-width: 576px) {
  .galeria-item {
    width: calc(100% - 10px);
    height: calc(40vh - 10px);
  }
  .galeria-item.item-grow {
    width: calc(100% - 10px);
    height: calc(40vh - 10px);
  }
}
@media (min-width: 768px) {
  .galeria-item {
    width: calc(50% - 10px);
    height: calc(40vh - 10px);
  }
  .galeria-item.item-grow {
    width: calc(100% - 10px);
    height: calc(60vh - 10px);
  }
}
@media (min-width: 992px) {
  .galeria-item {
    width: calc(33.3333% - 10px);
    height: calc(30vh - 10px);
  }
  .galeria-item.item-grow {
    width: calc(100% - 10px);
    height: calc(60vh - 10px);
  }
}
.classifica20 {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../media/images/classificacao20.png");
  background-repeat: no-repeat;
  vertical-align: bottom;
}
.classifica20.classifica-l {
  background-position: 0px 0px;
}
.classifica20.classifica-10 {
  background-position: -30px 0px;
}
.classifica20.classifica-12 {
  background-position: -60px 0px;
}
.classifica20.classifica-14 {
  background-position: 0px -30px;
}
.classifica20.classifica-16 {
  background-position: -30px -30px;
}
.classifica20.classifica-18 {
  background-position: -60px -30px;
}

.classifica30 {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url("../media/images/classificacao30.png");
  background-repeat: no-repeat;
  vertical-align: bottom;
}
.classifica30.classifica-l {
  background-position: 0px 0px;
}
.classifica30.classifica-10 {
  background-position: -45px 0px;
}
.classifica30.classifica-12 {
  background-position: -90px 0px;
}
.classifica30.classifica-14 {
  background-position: 0px -45px;
}
.classifica30.classifica-16 {
  background-position: -45px -45px;
}
.classifica30.classifica-18 {
  background-position: -90px -45px;
}

.classifica40 {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url("../media/images/classificacao40.png");
  background-repeat: no-repeat;
  vertical-align: bottom;
}
.classifica40.classifica-l {
  background-position: 0px 0px;
}
.classifica40.classifica-10 {
  background-position: -55px 0px;
}
.classifica40.classifica-12 {
  background-position: -110px 0px;
}
.classifica40.classifica-14 {
  background-position: 0px -55px;
}
.classifica40.classifica-16 {
  background-position: -55px -55px;
}
.classifica40.classifica-18 {
  background-position: -110px -55px;
}

.membros-equipe > div {
  border: 1px solid rgb(231, 231, 231);
  border-radius: 10px;
  width: 200px;
  padding: 5px;
  margin: 0.5rem;
}

.membros-equipe .membro-gerente {
  background-color: rgba(2, 153, 153, 0.144);
}

.membros-equipe .membro-img {
  width: 188px;
  height: 190px;
  margin: 10px;
}

.membros-equipe .membro-img > img {
  border-radius: 50%;
  width: 170px;
  box-shadow: 1px 1px 3px 2px #a29c9c;
  border: 4px solid #faf7f7;
}

.membros-equipe .membro-nome {
  padding: 0.5rem;
  text-align: center;
  background-color: rgba(224, 224, 224, 0.795);
}

.membros-equipe .membro-ativ {
  text-align: center;
}

/* ########### INFORMAÇÕES DO PACOTE ########## */
.pacote-nome-info {
  border-left: 4px solid rgba(255, 115, 0, 0.5411764706);
  padding: 5px 5px 5px 16px;
}

.outras-info {
  text-align: justify;
  word-wrap: break-word;
}
.outras-info > p {
  padding-left: 1rem;
}
.outras-info ul {
  list-style: none;
  padding-left: 1.5rem;
}
.outras-info li:before {
  content: "■";
  padding-right: 8px;
}
.outras-info ul > li > ul {
  list-style: none;
  padding-left: 1.5rem;
}
.outras-info ul > li > ul > li:before {
  content: "○";
  padding-right: 8px;
}

.info-sub-item {
  border-bottom: 2px solid rgba(74, 137, 179, 0.45);
  margin-top: 3rem;
  margin-bottom: 1rem;
  width: 90%;
  color: #407699;
}

.outras-info-div h3:not(.info-sub-item) {
  padding: 1rem 2rem;
  background-color: #8d640a;
  background-image: linear-gradient(to right, #8d640a, #a66b00, #c27000 75%, #df7200 85%, #ff7300 100%);
  color: rgba(255, 255, 255, 0.952);
  border-top: solid 3px #8d640a;
  margin-top: 2px;
  border-radius: 15px;
}
.outras-info-div .contrato-box {
  padding: 1rem 1rem;
  background: rgba(253, 186, 109, 0.5411764706);
  font-size: 1.3rem;
}
.outras-info-div .contrato-box h3 {
  margin: -1rem -1rem 1rem;
  font-weight: bold;
  background-color: #bf9a47;
  color: rgba(255, 255, 255, 0.952);
  text-align: left;
  border-radius: unset;
}
.outras-info-div .roteiro-box {
  padding: 1rem 1rem;
  background: rgba(253, 186, 109, 0.5411764706);
}
.outras-info-div .roteiro-box h3 {
  margin: -1rem -1rem 1rem;
  font-weight: bold;
  background-color: #fdba6d;
  color: rgba(255, 255, 255, 0.952);
  border-radius: unset;
}
.outras-info-div .geral-box {
  background-color: rgba(255, 244, 244, 0.5);
  padding: 1rem 2rem;
}
.outras-info-div .geral-box h3:first-of-type {
  margin: -1rem -2rem 1rem;
}
.outras-info-div .geral-box h3 {
  margin: 2rem -2rem 1rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.952);
  background-image: url("/media/images/logo64branco.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: initial;
  padding-right: 90px;
  border-radius: unset;
}
.outras-info-div .danger-box {
  background-color: rgba(255, 204, 204, 0.78);
  padding: 1rem 2rem;
}
.outras-info-div .danger-box h3 {
  margin: -1rem -2rem 1rem;
  font-weight: bold;
  border-top-color: rgba(63, 10, 10, 0.932);
  background-color: rgba(68, 1, 1, 0.836);
  color: rgba(255, 255, 255, 0.952);
  border-radius: unset;
}

.itens-check > *:not(.text-secondary) {
  background-color: #ffaf00;
  color: black;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.431372549);
}

.valor-info {
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.431372549);
}

/* ####### FIM DAS INFORMAÇÕES DO PACOTE ######## */
.logoAdm {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 4rem;
  left: 1rem;
  background-color: #0b47b8;
  color: #e5e5e5;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  border-radius: 50%;
  box-shadow: 1px 1px 2px 2px rgba(88, 88, 88, 0.315);
  z-index: 100;
  cursor: pointer;
}

.barraAdm {
  position: fixed;
  bottom: calc(4rem + 50px + 10px);
  left: 1rem;
  width: 150px;
  height: auto;
  background-color: #0b47b8;
  color: #e5e5e5;
  box-shadow: 1px 1px 2px 2px rgba(88, 88, 88, 0.315);
  z-index: 100;
  padding: 10px;
  line-height: 1.8rem;
}

.barraAdm a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in;
}

.barraAdm a:hover {
  text-decoration: underline;
  color: inherit;
}

/**
################################# MEDIA QUERIES
*/
@media (max-width: 1199px) { /* TELA MENOR QUE 1200px */
  .bloco1 {
    width: 294px;
  }
}
@media (max-width: 991px) { /* TELA MENOR QUE 992px */
  .bloco1 {
    width: 325px;
  }
  .bloco1-img {
    height: 183px;
  }
  #mural-equipe > .mural-logo {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) { /* TELA MENOR QUE 768px */
  .bloco1 {
    width: 325px;
  }
  .bloco1-img {
    height: 183px;
  }
  #mural-equipe > .mural-logo {
    width: 100px;
    height: 100px;
  }
  .info-sub-item {
    width: 100%;
  }
  .outras-info > p {
    padding-left: 1rem;
  }
  .outras-info ul {
    padding-left: 1.5rem;
  }
}
@media (max-width: 575px) { /* TELA MENOR QUE 576px */
  .bloco1 {
    width: 325px;
  }
  .bloco1-img {
    height: 183px;
  }
  #mural-equipe > .mural-logo {
    width: 80px;
    height: 80px;
  }
  .outras-info-div .geral-box h3 {
    background-image: none;
    padding-right: 2rem;
  }
}
.link-atendimento, .link-atendimento > :visited {
  font-size: 3rem;
  color: rgb(240, 240, 240);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  margin-left: 1rem;
  margin-right: 1rem;
  opacity: 0.8;
}
.link-atendimento:hover {
  color: rgb(240, 240, 240);
  opacity: 1;
  text-shadow: 0 0 3px #e1e1e1;
}

#modal-mail .modal-header,
#modal-mail .modal-footer {
  background: #17a2b8;
  color: #ffffff;
}

.carousel-item img {
  width: 100%;
  height: auto;
}

.nav-toggler {
  margin-right: 0;
  border: 2px solid rgba(51, 18, 18, 0.5411764706);
  border-radius: 0.5rem;
  color: #331212;
  font-size: 1.5rem;
  background: transparent;
  transition: all 0.3s linear;
  padding: 0.2rem 1rem;
  margin: 1.5rem 0;
}

@media (max-width: 991px) {
  .nav-collapse {
    width: 100%;
    display: block;
    background: #f8f9fa;
    opacity: 1;
    position: fixed;
    top: 92px;
    left: 0;
    height: calc(100vh - 92px);
    width: 100vw;
    color: #000000;
    /*box-shadow: 0 0 3px 2px rgba(0,0,0,.3);*/
    transition: all 0.2s ease-in-out;
    border-top: 2px solid rgba(0, 0, 0, 0.8);
    overflow-y: auto;
  }
  .nav-collapse:not(.show) {
    display: none;
    transition: all 0.2s ease-in-out;
  }
  .nav-collapse .nav {
    flex-direction: column;
    margin: 0 !important;
  }
  .nav-toggler {
    display: block;
    box-sizing: border-box;
  }
  .nav-toggler:hover {
    /*box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.8);*/
  }
  .nav-toggler.show {
    opacity: 0.7;
    background: transparent;
  }
  .foot-left,
  .foot-right {
    text-align: center;
  }
}
@media (min-width: 992px) { /* TELAS MAIORES QUE 992PX */
  .nav-toggler {
    display: none;
  }
  .foot-left {
    text-align: left;
  }
  .foot-right {
    text-align: right;
  }
}
/* FIM DO MENU COLLAPSE */
@media (min-width: 768px) { /* TELAS MAIORES QUE 768PX */
  .foot-left {
    text-align: left;
  }
  .foot-right {
    text-align: right;
  }
}
@media (max-width: 575px) { /* TELAS MENORES QUE 576PX */
  footer,
  footer .text-right {
    text-align: center !important;
  }
  #mural {
    height: 40vh;
    max-height: 40vh;
  }
  .hidden-sm {
    display: none;
  }
  .visible-sm {
    display: block;
  }
}
@media (min-width: 576px) { /* TELAS MAIORES QUE 576PX */
  .hidden-sm {
    display: block;
  }
  .visible-sm {
    display: none;
  }
}
#pacotes_bloco,
#pacotesDiarios {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pacote-bloco-externo {
  margin: 5px;
  width: 240px;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  text-align: left;
}

.pacote-bloco-externo a,
.pacote-bloco-externo a:visited,
.pacote-bloco-externo a:hover {
  text-decoration: none;
  color: #000000;
}

.pacote-bloco-externo:hover {
  box-shadow: 0px 0px 10px #ecebeb;
  transform: scale(1.04, 1.04);
}

.pacote-bloco {
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  height: 430px;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.875rem;
  transition: all 0.4s ease-in-out;
  position: relative;
  background: #ffffff;
}

.pacote-bloco:hover {
  border-color: #62a3e0;
}

.pacote-bloco .bloco-header {
  height: 150px;
  max-height: 150px;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  border-radius: 5px;
}

.bloco-header img {
  z-index: 11;
  width: 100%;
  max-width: 150%;
  height: 100% !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.pacote-bloco .bloco-body {
  height: 204px;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 0.625rem 0;
  background: rgb(255, 255, 255);
  z-index: 15;
  font-size: 1.2em;
}

.bloco-body .bloco-title {
  color: #3658a1;
  font-weight: 700;
  font-family: inherit;
}

.pacote-bloco .bloco-body ul {
  padding-left: 10px;
  list-style: none;
  font-size: 90%;
}

.bloco-body li i {
  margin-right: 0.5em;
  color: #4b4b4b;
}

.pacote-bloco .bloco-footer {
  box-sizing: border-box;
  border-top: 1px solid #bbbbbb;
  height: 71px;
  width: 100%;
  padding: 0 1.25rem 0;
  line-height: 1.8rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.25rem;
  background: rgb(255, 255, 255);
}

.pacote-bloco .status {
  position: absolute;
  top: 125px;
  left: 15px;
  z-index: 20;
  font-size: 1.5rem;
}

.pacote-bloco .lastcall {
  position: absolute;
  top: 0px;
  right: 5px;
  z-index: 20;
  font-size: 1.2rem;
}

.pacote-bloco .lastcall span {
  box-shadow: 1px 1px 8px #797878;
}

.pacote-bloco .pacotenovo {
  position: absolute;
  top: 125px;
  right: 15px;
  z-index: 20;
  font-size: 1.5rem;
}

@media (max-width: 575px) {
  .pacote-bloco-externo {
    width: 100%;
  }
}
span.bloco-travel-tipo {
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 5px;
  padding: 3px 10px;
  cursor: help;
  background-color: #331212;
  color: white;
}

#scrollTopo {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  height: 2px;
  background-image: url("/media/images/scrollTopo.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}

#scrollTopo .scrollOpac {
  width: 100%;
  float: right;
  height: 100%;
  background: #ffffff;
  transition: all 0.4s linear;
}

#backTopo {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  font-size: 20px;
  padding: 5px 12px;
  background-color: rgba(0, 0, 0, 0.356);
  color: rgb(255, 255, 255);
  transition: all 0.2s linear;
  cursor: pointer;
}
#backTopo:hover {
  background-color: rgba(235, 16, 16, 0.841);
  box-shadow: 0 0 3px 0 #000;
}

#banner-embed .carousel-item img {
  max-height: 60vh;
  width: auto;
}

/* LOADING PAGE */
#loading-page {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /*background: rgba(199, 199, 199, 0.788);*/
  background: rgba(0, 0, 0, 0.788);
  transition: all 0.2s linear;
  display: none;
}

#loading-page img {
  position: absolute;
  width: 200px;
  height: 200px;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  background: url("/media/images/logo256bbranco.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  animation-name: loadinglogo;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transition: all 0.1s linear;
}

@keyframes loadinglogo {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1.2, 1.2);
  }
  60% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.bg-diario {
  background-color: #ccf2ff;
}

.filtro-div {
  background: rgba(193, 142, 48, 0.568);
}

.filtro-div input {
  width: calc(100% - 50px);
  display: inline;
}

.filtro-div button {
  width: 45px;
  display: inline;
}

.filtro-pacotes-box {
  background-color: rgba(109, 5, 5, 0.9921568627);
  color: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.65);
  margin-bottom: 1rem;
  padding: 1rem;
  /*
  .bloco:not(:last-of-type) {
  	margin-right: .5rem;
  	width: auto;
  	flex-grow: 1;
  }
  .bloco:last-of-type {
  	width: 60px;
  }*/
}
.filtro-pacotes-box .bloco {
  margin-right: 0.5rem;
  width: auto;
  flex-grow: 1;
}

#tabela_pacotes .bloco, #tabela_pacotes_index .bloco, #tabela_pacotes_diarios .bloco {
  height: 400px;
  width: calc(50% - 1rem);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 0.5rem 1rem;
  position: relative;
  text-decoration: none;
  color: inherit;
}
#tabela_pacotes .bloco .infoOculta, #tabela_pacotes_index .bloco .infoOculta, #tabela_pacotes_diarios .bloco .infoOculta {
  display: none;
}
#tabela_pacotes .bloco .lSuperior, #tabela_pacotes_index .bloco .lSuperior, #tabela_pacotes_diarios .bloco .lSuperior {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 20px;
  max-height: 50px;
  background-image: linear-gradient(to bottom, #c40404, red);
  border-bottom: 1px solid #c40404;
  padding: 5px 10px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  font-size: 0.85em;
  transition: background 0.2s ease-in-out;
}
#tabela_pacotes .bloco .lInferior, #tabela_pacotes_index .bloco .lInferior, #tabela_pacotes_diarios .bloco .lInferior {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 25px;
  max-height: 80px;
  padding: 4px 10px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: red;
  transition: background 0.2s ease-in-out;
}
#tabela_pacotes .bloco .lEsquerda, #tabela_pacotes_index .bloco .lEsquerda, #tabela_pacotes_diarios .bloco .lEsquerda {
  position: absolute;
  display: block;
  top: 65px;
  left: 0;
  width: 155px;
  height: calc(100% - 65px - 80px);
  background-color: #ffffff;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 5px 10px 5px 5px;
  box-shadow: 2px 1px 2px 1px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
#tabela_pacotes .bloco .lEsquerda .title, #tabela_pacotes_index .bloco .lEsquerda .title, #tabela_pacotes_diarios .bloco .lEsquerda .title {
  font-weight: bold;
  display: flex;
  align-items: center;
  text-align: center;
  padding-top: 10px;
  height: 150px;
}
#tabela_pacotes .bloco .lEsquerda .valor, #tabela_pacotes_index .bloco .lEsquerda .valor, #tabela_pacotes_diarios .bloco .lEsquerda .valor {
  position: relative;
  color: #fff;
  z-index: 5;
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}
#tabela_pacotes .bloco .lEsquerda .circ, #tabela_pacotes_index .bloco .lEsquerda .circ, #tabela_pacotes_diarios .bloco .lEsquerda .circ {
  background-color: red;
  display: block;
  width: 200px;
  height: 200px;
  z-index: 1;
  left: -30px;
  top: 150px;
  position: absolute;
  border-radius: 50%;
  padding: 30px 40px;
  transition: background 0.2s ease-in-out;
  box-shadow: none;
}
#tabela_pacotes .bloco:hover, #tabela_pacotes_index .bloco:hover, #tabela_pacotes_diarios .bloco:hover {
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
}
#tabela_pacotes .bloco:hover .circ, #tabela_pacotes .bloco:hover .lSuperior, #tabela_pacotes .bloco:hover .lInferior, #tabela_pacotes_index .bloco:hover .circ, #tabela_pacotes_index .bloco:hover .lSuperior, #tabela_pacotes_index .bloco:hover .lInferior, #tabela_pacotes_diarios .bloco:hover .circ, #tabela_pacotes_diarios .bloco:hover .lSuperior, #tabela_pacotes_diarios .bloco:hover .lInferior {
  background-color: #c40404 !important;
}
@media (max-width: 991px) {
  #tabela_pacotes .bloco, #tabela_pacotes_index .bloco, #tabela_pacotes_diarios .bloco {
    height: 350px;
    width: calc(100% - 0.25rem);
    max-width: 450px;
    margin: 0 auto 1rem;
    background-position: left center;
  }
  #tabela_pacotes .bloco .lSuperior, #tabela_pacotes_index .bloco .lSuperior, #tabela_pacotes_diarios .bloco .lSuperior {
    font-size: 0.65em;
  }
  #tabela_pacotes .bloco .lEsquerda, #tabela_pacotes_index .bloco .lEsquerda, #tabela_pacotes_diarios .bloco .lEsquerda {
    height: 80px;
    font-size: 0.9em;
    width: 80%;
    min-width: 200px;
    top: 55px;
    background-color: #ffffff;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 5px 10px 5px 5px;
    box-shadow: 2px 1px 2px 1px rgba(0, 0, 0, 0.25);
    overflow: unset;
  }
  #tabela_pacotes .bloco .lEsquerda .title, #tabela_pacotes_index .bloco .lEsquerda .title, #tabela_pacotes_diarios .bloco .lEsquerda .title {
    font-weight: bold;
    display: block;
    text-align: left;
    padding-top: 5px 0;
    height: auto;
  }
  #tabela_pacotes .bloco .lEsquerda .valor, #tabela_pacotes_index .bloco .lEsquerda .valor, #tabela_pacotes_diarios .bloco .lEsquerda .valor {
    position: absolute;
    color: #fff;
    width: 100px;
    z-index: 5;
    left: 15px;
    top: 54px;
    padding-top: 20px;
    text-align: left;
    font-weight: bold;
    font-size: 1em;
  }
  #tabela_pacotes .bloco .lEsquerda .circ, #tabela_pacotes_index .bloco .lEsquerda .circ, #tabela_pacotes_diarios .bloco .lEsquerda .circ {
    background-color: red;
    display: block;
    width: 150px;
    height: 30px;
    z-index: 1;
    left: 0;
    top: 70px;
    position: absolute;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 40px;
    transition: background 0.2s ease-in-out;
    box-shadow: 2px 1px 2px 1px rgba(0, 0, 0, 0.25);
  }
}

.modalfotos .modal-content {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.856);
}

.modalfotos .modal-content hr {
  margin-bottom: 2px;
  margin-top: 4px;
}

.hashtag {
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  background-color: #eeeeee !important;
  transition: all 0.2s linear;
}

.hashtag:hover,
.hashtag:focus,
.hashtag:active {
  background-color: #f8f9fa !important;
  text-decoration: none;
}

/* ###################################### DEPOIMENTOS */
.ratings {
  display: flex;
  flex-direction: column;
}
.ratings .blockquote {
  background-color: white;
  border-radius: 5px;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  margin-bottom: 1rem;
}

.depoimentos {
  position: relative;
}
.depoimentos > .btn-prev, .depoimentos > .btn-next {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  font-size: 32px;
  border-radius: 50%;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  background-color: white;
  line-height: 1;
  padding: 4px 0;
  color: white;
  background-color: #c20114;
  cursor: pointer;
}
.depoimentos > .btn-prev {
  top: 50%;
  left: 0;
}
.depoimentos > .btn-next {
  top: 50%;
  right: 0;
}
.depoimentos > .depoimentos-content {
  margin: 0 60px;
  padding: 0.5rem 1rem 1rem;
  display: flex;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.depoimentos > .depoimentos-content::after {
  content: " ";
  padding-right: 1rem;
}
.depoimentos blockquote.blockquote {
  min-height: 150px;
  width: 350px;
  min-width: 350px;
  box-sizing: border-box;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem 4rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  position: relative;
  font-style: italic;
  margin-right: 1rem;
}
.depoimentos blockquote.blockquote.font-small {
  font-size: 1rem;
}
.depoimentos blockquote.blockquote.font-small-small {
  font-size: 0.8rem;
}
.depoimentos blockquote.blockquote > .blockquote-footer {
  position: absolute;
  bottom: 0.9rem;
  font-size: 0.9rem;
  width: calc(100% - 3rem);
  font-style: normal;
  color: #f16262;
}

@media (max-width: 575px) {
  .depoimentos > .depoimentos-content {
    margin: 0 0 1rem;
  }
  .depoimentos > .btn-prev,
  .depoimentos > .btn-next {
    display: inline-block;
    position: relative;
  }
  .depoimentos blockquote.blockquote {
    min-width: 70vw;
    width: 70vw;
  }
}
/* ###################################### ./DEPOIMENTOS */
/* ###################################### NAVBAR */
header.sticky-top {
  z-index: 200;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  color: rgb(255, 255, 255);
  border-bottom: 1px solid transparent;
}
header.sticky-top .nav-principal {
  background-color: #bf9a47;
}
@media (max-width: 991px) {
  header.sticky-top {
    background-color: #f1f1f1;
    color: rgb(59, 59, 59);
  }
}
header.sticky-top .pre-navbar {
  display: block;
}
header.sticky-top .pre-navbar, header.sticky-top .pre-navbar a {
  color: rgb(255, 255, 255);
}
header.sticky-top a {
  color: rgb(216, 216, 216);
}
@media (min-width: 992px) {
  header.sticky-top.sticky-fixed {
    background-color: #f1f1f1;
    color: rgb(255, 255, 255);
    transition: all 0.6s ease;
    box-shadow: 0 0 5px 2px #ffaf00;
  }
  header.sticky-top.sticky-fixed a {
    text-shadow: unset;
  }
  header.sticky-top.sticky-fixed .pre-navbar {
    display: none;
  }
  header.sticky-top.sticky-fixed .pre-navbar, header.sticky-top.sticky-fixed .pre-navbar a {
    color: rgb(255, 255, 255);
  }
  header.sticky-top.sticky-fixed .nav-item.active a, header.sticky-top.sticky-fixed .nav-item:not(.active):hover a {
    border-bottom-color: white;
  }
}

/*
	opção 2 do sticky top
*/
header.sticky-top-option2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 180;
  width: 100vw;
  transition: all 0.3s ease-out;
}
header.sticky-top-option2 .nav-principal {
  z-index: 190;
}
header.sticky-top-option2 .nav-principal .brand-logo {
  box-sizing: border-box;
  max-height: 64px;
}
header.sticky-top-option2 .nav-principal .brand-logo img {
  padding: 0.6rem 0 1rem;
}
header.sticky-top-option2 .nav-principal .nav-item {
  padding: 0 0.2rem;
}
header.sticky-top-option2 .nav-principal .nav-item a.nav-link {
  color: white;
  text-shadow: 1px 1px 5px black;
  padding: 0 0.8rem;
  border-radius: 5px;
}
header.sticky-top-option2 .nav-principal .nav-collapse ul.nav {
  align-items: center;
  height: calc(100% - 3rem - 136px);
}
header.sticky-top-option2 .nav-principal .nav-item.active a, header.sticky-top-option2 .nav-principal .nav-item:not(.active):hover a {
  background-color: white;
  color: black;
  text-shadow: none;
}
@media (max-width: 991px) {
  header.sticky-top-option2 .nav-principal {
    z-index: 190;
  }
  header.sticky-top-option2 .nav-principal .brand-logo {
    box-sizing: border-box;
    max-height: 64px;
  }
  header.sticky-top-option2 .nav-principal .brand-logo img {
    padding: 0.6rem 0 1rem;
  }
  header.sticky-top-option2 .nav-principal .nav-item {
    padding: 0 0.2rem;
  }
  header.sticky-top-option2 .nav-principal .nav-item a.nav-link {
    color: white;
    text-shadow: 1px 1px 5px black;
    padding: 0 0.8rem;
    border-radius: 5px;
  }
  header.sticky-top-option2 .nav-principal .nav-collapse {
    transition: all 0.3s ease-in-out;
    z-index: 180;
    padding-top: 15px;
  }
  header.sticky-top-option2 .nav-principal .nav-collapse ul.nav {
    align-items: center;
  }
  header.sticky-top-option2 .nav-principal .nav-collapse ul.nav .nav-item {
    width: 100%;
    padding: 0.4rem 1rem 0.2rem;
  }
  header.sticky-top-option2 .nav-principal .nav-item.active a, header.sticky-top-option2 .nav-principal .nav-item:not(.active):hover a {
    background-color: #ffaf00;
    color: black;
    text-shadow: none;
  }
}
header.sticky-top-option2.fixed .nav-principal {
  background-color: #bf9a47;
}

.pre-nav {
  /*background-color: $cor1;*/
  /*background-color: #e20404;*/
  /*background-image: linear-gradient(to bottom, rgb(196, 4, 4), rgba(255,0,0,1));*/
  color: #ffffff;
  padding: 5px;
}
.pre-nav span:not(:last-of-type) {
  margin-right: 0.75rem;
  padding-right: 0.75rem;
  border-right: rgba(255, 255, 255, 0.85) solid 1px;
}

.nav-principal {
  /*padding:5px;*/
  height: auto;
  padding: 0;
  top: 0;
  /*background-color: $cor1;*/
  width: 100%;
  vertical-align: middle;
  z-index: 190;
  position: sticky;
  box-sizing: border-box;
  /*box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 5px;*/
}
.nav-principal ul.nav {
  height: calc(100% - 3rem - 106px);
}
.nav-principal .nav-collapse .logo {
  position: relative;
  margin: 2.5rem 2rem 0;
  border-top: 2px solid rgba(0, 0, 0, 0.35);
  padding: 0.5rem;
  text-align: center;
}
.nav-principal a,
.nav-principal a.nav-link,
.nav-principal a:visited {
  text-decoration: none;
  color: inherit;
}
.nav-principal a.nav-link {
  padding: 1rem 0;
  font-size: 115%;
  font-weight: bold;
}
.nav-principal .nav-item {
  background: transparent;
  padding: 0 1rem;
}
.nav-principal .nav-item a {
  border-bottom: 3px solid transparent;
}
.nav-principal .nav-item.active a {
  border-bottom: 3px solid #ffffff;
}
.nav-principal .nav-item:not(.active):hover a {
  border-bottom: 3px solid #ffffff;
}
.nav-principal .brand-logo, .nav-principal .brand-logo img {
  max-height: 64px;
}
@media (max-width: 991px) {
  .nav-principal .nav-collapse {
    transition: all 0.3s ease-in-out;
    z-index: 180;
  }
  .nav-principal .nav-collapse:not(.show) {
    display: block;
    position: absolute;
    top: -100vh;
  }
  .nav-principal .nav-collapse a {
    text-shadow: none;
  }
  .nav-principal .nav-item {
    background: transparent;
    padding: 0 1rem;
  }
  .nav-principal .nav-item.active {
    background-color: #ffaf00;
    color: white;
  }
  .nav-principal .nav-item.active a {
    border-bottom: 3px solid transparent;
  }
  .nav-principal .nav-item:not(.active):hover a {
    border-bottom: 3px solid transparent;
  }
}

.pre-navbar {
  color: inherit;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 4px 0;
}
.pre-navbar .pre-navbar-item {
  padding: 0 10px;
  transition: all 0.2s linear;
}
.pre-navbar .pre-navbar-item:not(:first-of-type) {
  border-left: 1px solid rgba(255, 255, 255, 0.3882352941);
}
.pre-navbar .pre-navbar-item a:active, .pre-navbar .pre-navbar-item a:hover {
  text-shadow: 0px 0px 2px #ffaf00;
}

.back-nav {
  height: 75px;
  background: #002510;
}

/* ###################################### ./NAVBAR */
#mural-slider-container {
  position: relative;
  margin-top: -102px;
  background-color: rgb(174, 50, 50);
}
#mural-slider-container #mural-slider, #mural-slider-container #mural-slider-fixo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(120%) brightness(75%);
  z-index: 50;
  position: relative;
  transition: all 1s ease;
}
#mural-slider-container #mural-slider {
  height: 70vh;
  max-height: 70vh;
  width: 100%;
}
@media (max-width: 576px) {
  #mural-slider-container #mural-slider {
    height: 0px;
  }
}
#mural-slider-container #mural-slider-fixo {
  height: 0px;
}
@media (max-width: 576px) {
  #mural-slider-container #mural-slider-fixo {
    height: 30vh;
    max-height: 30vh;
  }
}

#mural_pages {
  background-image: url("/media/images/mural_pages.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 310px;
  margin-top: -102px;
  background-color: rgb(174, 50, 50);
  filter: saturate(110%) brightness(55%);
  box-shadow: 0 0 7px 1px #000;
}

#mural_pages_titulo {
  height: 100px;
  margin-top: calc(-100px - 1rem);
  margin-bottom: 2rem;
  color: white;
  text-shadow: 0 0 7px #000;
}

#mural_pacote {
  background-image: url("/media/images/mural_pages.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 80vh;
  margin-top: -102px;
  background-color: rgb(174, 50, 50);
  filter: saturate(110%) brightness(35%);
  box-shadow: 0 0 7px 1px #000;
}

#mural_pacote_titulo {
  height: 250px;
  margin-top: calc(-250px - 1rem);
  margin-bottom: 2rem;
  color: white;
  text-shadow: 0 0 7px #000;
}
#mural_pacote_titulo .badge {
  text-shadow: none;
}

#forma-pagamento {
  background-color: #e5e5e5;
}

/* ###################################### BLOCO DE VIAGENS */
.pacote1-container {
  animation-duration: 1s;
  transition: all 0.3s ease-out;
}
.pacote1-container .pacote1 {
  border: 1px solid #e8ebed;
  padding-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.3rem;
  background-color: white;
}
.pacote1-container .pacote1 a.text-decoration-none {
  color: inherit;
}

.pacote2-container {
  animation-duration: 1s;
  transition: all 0.3s ease-out;
}
.pacote2-container .pacote2 {
  display: flex;
  flex-direction: column;
  border: 2px solid #fdba6d;
  margin-bottom: 1rem;
  border-radius: 0.6rem;
  background-color: white;
  box-shadow: 0 0 25px 10px #e9e0d1;
}
.pacote2-container .pacote2 .titulo-bloco {
  order: 2;
}
.pacote2-container .pacote2 .img-bloco {
  margin-bottom: 10px;
  order: 1;
}
.pacote2-container .pacote2 .img-bloco div {
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}
.pacote2-container .pacote2 .status-bloco {
  order: 3;
}
.pacote2-container .pacote2 .status-bloco div {
  text-align: center;
}
.pacote2-container .pacote2 .preco-bloco {
  position: relative;
  order: 4;
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
  background-color: #ff7300;
  color: white;
}
.pacote2-container .pacote2 .preco-bloco b {
  margin-left: 30px;
}
.pacote2-container .pacote2 a.text-decoration-none {
  color: inherit;
}

/* ###################################### ./BLOCO DE VIAGENS */
/* ###################################### FILTRO */
#cardFiltros {
  border-radius: 15px;
}
#cardFiltros .card-header {
  background-color: #fdba6d;
  color: black;
  border-radius: 15px;
}
#cardFiltros .card-header h5 .fa-chevron-up {
  transition: all 0.2s linear;
}
#cardFiltros .card-header h5.show .fa-chevron-up {
  transform: rotate(180deg);
}
#cardFiltros .card-body {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#cardFiltros .wrunner__handle_theme_default.wrunner__handle, #cardFiltros .wrunner__valueNote_theme_default.wrunner__valueNote {
  background-color: #ffaf00;
}
#cardFiltros .wrunner__pathPassed_theme_default.wrunner__pathPassed {
  background-color: #8d640a;
}
#cardFiltros .wrunner__valueNote_theme_default.wrunner__valueNote_direction_horizontal::after {
  border-top-color: #ffaf00;
}

/* ###################################### ./FILTRO */
/* ###################################### CAROUSEL */
.carousel {
  box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.431372549);
  border-radius: 30px;
  margin-bottom: 1rem;
}

.carousel-inner, .carousel-item {
  max-width: 1100px;
  max-height: 620px;
  width: 100%;
  height: auto;
  border-radius: 2rem;
}

.carousel-inner {
  background-color: #8d640a;
}

.carousel-item {
  justify-content: center;
}

.carousel-item.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item img {
  /*max-width: 1100px; max-height: 620px; width:auto; height:auto;*/
  max-width: 100%;
  max-height: 620px;
  width: auto;
  height: auto;
}

/* ###################################### ./CAROUSEL */
/* ###################################### TOP OF MIND */
.topofmind-container {
  color: white;
  position: relative;
}
@media (max-width: 1199px) {
  .topofmind-container {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .topofmind-container {
    height: 550px;
  }
}
.topofmind-container .topofmind-wrap {
  filter: brightness(0.3);
  z-index: 1;
  background-image: url("/media/images/premiacao_topofmind.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}
.topofmind-container .topofmind-content {
  z-index: 100;
  position: absolute;
  height: 100%;
  width: 100%;
}
@media (max-width: 575px) {
  .topofmind-container .topofmind-content .certificado {
    max-height: 350px;
    width: 80vw;
  }
}
@media (min-width: 576px) {
  .topofmind-container .topofmind-content .certificado {
    max-height: 300px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .topofmind-container .topofmind-content .certificado {
    max-height: 400px;
    width: auto;
  }
}

/* ###################################### ./TOP OF MIND */
/* ###################################### BOOTSTRAP */
.btn-primary {
  background-color: #bf9a47;
  border-color: rgba(191, 154, 71, 0.5411764706);
}
.btn-primary:hover {
  background-color: #bf9a47;
  border-color: rgba(191, 154, 71, 0.5411764706);
}

.btn-info {
  background-color: #ffaf00;
  border-color: #ffaf00;
}
.btn-info:hover {
  background-color: #331212;
  border-color: #331212;
}

/* ###################################### ./BOOTSTRAP *//*# sourceMappingURL=framework.css.map */