html,
body {
  font-family: "Open Sans", sans-serif !important; }

h1 {
  font-family: "Montserrat", sans-serif !important; }

div,
section {
  padding: 0px !important; }

a {
  outline: 0 !important;
  text-decoration: none !important; }

.fb-share-button {
  margin-top: 15px;
  margin-bottom: 15px; }

.img_itinerario img {
  max-width: 33%; }

.header {
  padding: 12px 0px !important; }
  .header ul {
    padding: 0px;
    margin: 0;
    text-align: right;
    list-style-type: none; }
    .header ul a {
      color: #333 !important;
      font-size: 13px; }
    .header ul i {
      padding-right: 6px !important; }
    .header ul li {
      border-right: 1px solid #555;
      padding-right: 9px;
      padding-left: 8px;
      display: inline-flex;
      align-items: center; }

.center {
  text-align: center; }
  .center h1 {
    color: #555; }

.box-shadow {
  box-shadow: 0px 0px 11px #ccc; }

.sub-head {
  padding: 35px 0px !important; }
  .sub-head img {
    max-width: 200px; }
  .sub-head .menu ul {
    padding: 0px;
    margin: 0;
    text-align: right;
    list-style-type: none; }
    .sub-head .menu ul li {
      display: inline-flex; }
    .sub-head .menu ul a {
      color: #111 !important;
      font-size: 16px;
      padding-left: 15px;
      text-transform: uppercase; }

.flex {
  display: flex;
  align-items: center; }

.banner {
  padding: 90px 0px !important;
  background-image: url("../imagens/banner1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #464646;
  background-size: cover; }
  .banner h1 {
    color: white;
    font-size: 36px; }
  .banner p {
    color: white; }

.apre p {
  font-size: 24px;
  text-shadow: 0px 0px 11px #111; }

.pagination {
  float: right;
  padding-right: 14px !important; }
  .pagination li {
    display: inline-block;
    list-style-type: none;
    padding: 5px 15px !important;
    background: #ea7d24;
    color: white;
    font-weight: bold;
    border-radius: 5px !important; }
    .pagination li a.page-link {
      color: white;
      font-weight: 300; }

.see-more a {
  display: block;
  background: #ea7d24;
  color: white;
  border-radius: 8px;
  padding: 6px 12px !important;
  width: 24% !important;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  text-transform: uppercase;
  transition: 0.2s; }
.see-more a:hover {
  color: white;
  background: #00435e;
  transition: 0.2s; }

input,
select,
textarea {
  border: 1px solid #ccc;
  padding: 8px 5px !important; }

.search {
  float: right !important;
  background: white;
  padding: 20px !important;
  width: 90%; }
  .search div {
    padding-bottom: 15px !important; }
  .search label,
  .search input,
  .search select {
    width: 100% !important; }

input[type="submit"] {
  background: #ea7d24;
  border: 0px !important;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: white; }

.title {
  padding: 30px 0px !important;
  display: flex;
  align-items: center; }
  .title h1 {
    color: #111;
    font-size: 40px;
    float: left; }
  .title span {
    height: 2px;
    width: 64%;
    background: #ea7d24;
    float: right;
    margin-left: auto; }

.title2 {
  padding: 0px !important;
  margin-bottom: 20px; }
  .title2 h2 {
    color: #111;
    font-size: 26px;
    float: left;
    width: 100%;
    margin-bottom: 0px; }
    .title2 h2 span {
      color: #00435e; }

.valido {
  margin-bottom: 0px !important;
  font-size: 10px; }

.date {
  margin-top: 0px; }

.wrap-paco .box-promo {
  width: 24%;
  margin-right: 1%;
  margin-left: 0; }

.box-promo {
  float: left;
  width: 30%;
  margin: 10px 1.5%; }
  .box-promo img {
    height: 200px;
    width: 100% !important;
    object-fit: cover; }
  .box-promo h3 {
    margin-bottom: 5px;
    padding-left: 15px !important;
    color: #333;
    font-weight: 300;
    font-size: 14px; }
  .box-promo h2 {
    margin-top: 0px;
    font-size: 18px !important;
    height: 52px !important;
    margin-top: 9px; }
  .box-promo h2,
  .box-promo p {
    padding-left: 15px !important;
    margin-bottom: 8px;
    color: #111; }
  .box-promo p.price {
    font-size: 26px;
    font-weight: bold;
    float: left;
    color: #00435e;
    font-family: "Montserrat", sans-serif; }
    .box-promo p.price span {
      font-size: 12px;
      padding-left: 5px;
      font-weight: 300;
      color: #666;
      font-family: "Open Sans", sans-serif; }
  .box-promo .info p {
    margin-top: 5px; }

.filtros {
  box-shadow: 0px 0px 11px #ccc;
  padding: 15px !important;
  margin-top: 20px; }
  .filtros .col-xs-12 {
    margin-bottom: 10px; }
  .filtros label,
  .filtros select {
    width: 100%;
    margin-bottom: 8px; }
  .filtros .price input {
    width: 100% !important;
    float: left; }
  .filtros .price p {
    width: 10%;
    float: left;
    text-align: center;
    padding-top: 9px;
    margin: 0; }
  .filtros input[type="submit"] {
    font-size: 14px;
    padding: 5px 22px !important;
    margin-top: 8px; }

.listagem {
  padding-left: 26px !important; }
  .listagem .wrap-paco .box-promo {
    width: 31%;
    margin-right: 2.33333333%; }

.box-promo:nth-child(3) {
  margin: 0 5%; }

.wrap-promos {
  width: 70% !important;
  margin: 0 auto; }

.banner-pub {
  margin-top: 60px;
  background-image: url("../imagens/banner2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #464646;
  background-size: cover; }
  .banner-pub .content {
    padding-top: 20px !important;
    padding-bottom: 25px !important;
    background: rgba(234, 125, 36, 0.9);
    width: 50%;
    float: right;
    padding-right: 8.33333333% !important;
    padding-left: 4% !important; }
    .banner-pub .content h1,
    .banner-pub .content p {
      color: white !important; }
    .banner-pub .content a {
      color: white !important;
      font-size: 20px;
      font-weight: bold;
      margin-right: 15px;
      border: 3px solid white;
      padding: 4px 28px; }

.top20 {
  padding-top: 20px !important; }

.footer h1 {
  color: #111; }
.footer p {
  margin: 0px 0px 6px 0px;
  color: #111; }
  .footer p i {
    padding-right: 6px;
    width: 24px; }
  .footer p a {
    color: #111; }
.footer .fb {
  margin-top: 20px; }
  .footer .fb .fb-page {
    float: right; }

.newsletter input[type="email"] {
  width: 65%;
  float: left; }
.newsletter input[type="submit"] {
  width: 25%;
  float: left; }

.title-prod h1 {
  color: #111;
  margin-bottom: 10px; }

.content-pacote .imagens-pacote {
  height: 420px !important; }
  .content-pacote .imagens-pacote .text-imagem {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0; }
    .content-pacote .imagens-pacote .text-imagem h1 {
      padding-left: 10px;
      font-size: 14px;
      color: white;
      margin-bottom: 0; }
    .content-pacote .imagens-pacote .text-imagem p {
      font-size: 22px;
      margin-top: 0;
      padding-left: 10px;
      text-transform: uppercase;
      font-weight: bold;
      color: white;
      margin-bottom: 8px; }
.content-pacote img:first-of-type {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover; }
.content-pacote .info-pacote .info {
  padding: 15px !important;
  padding-bottom: 2px !important; }
  .content-pacote .info-pacote .info p {
    font-size: 14px;
    line-height: 1.68888;
    margin-bottom: 2px;
    margin-top: 5px; }

.details-pacote .title-info {
  background: #00435e;
  padding: 10px 0px !important;
  text-align: center; }
  .details-pacote .title-info b {
    color: white; }
.details-pacote .info {
  width: 100%;
  float: left;
  padding: 15px 0px 0px 15px !important; }
  .details-pacote .info label {
    margin-bottom: 4px; }
  .details-pacote .info p {
    margin-bottom: 2px;
    margin-top: 4px; }
  .details-pacote .info p.price {
    font-size: 38px;
    font-weight: bold;
    color: #ea7d24;
    font-family: "Montserrat", sans-serif; }
    .details-pacote .info p.price span {
      font-size: 12px;
      color: #666;
      font-weight: 300;
      font-family: "Open Sans", sans-serif; }
.details-pacote a.reservar {
  font-size: 18px;
  font-weight: bold;
  color: white;
  font-family: "Montserrat", sans-serif;
  background: #ea7d24;
  width: 100% !important;
  display: block;
  float: left;
  margin-top: 11px;
  text-align: center;
  padding: 6px 0px !important; }
.details-pacote .help {
  padding: 15px !important;
  float: left; }
  .details-pacote .help img {
    width: 50px !important; }
  .details-pacote .help .wrap {
    float: left;
    padding-left: 8px !important; }
    .details-pacote .help .wrap p {
      margin: 0; }

.modal {
  position: fixed;
  overflow-y: scroll;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.84);
  z-index: 9999; }
  .modal .modal-box {
    background: white;
    border-radius: 5px;
    padding: 20px !important;
    margin: 0 auto;
    width: 25%; }
    .modal .modal-box img {
      max-width: 50px;
      margin: 0 auto; }
    .modal .modal-box h2 {
      text-align: center;
      color: #00435e; }
    .modal .modal-box label,
    .modal .modal-box input {
      width: 100%; }
    .modal .modal-box p {
      font-size: 12px; }
    .modal .modal-box label:not(:first-child) {
      margin-top: 10px !important; }
    .modal .modal-box .close-modal {
      position: absolute;
      width: 25% !important;
      left: 0;
      right: 0;
      margin-top: -41px !important;
      margin: auto; }
      .modal .modal-box .close-modal i {
        font-size: 26px !important;
        background: white;
        border-radius: 35px !important;
        padding: 7px !important;
        float: right;
        cursor: pointer; }

.empty_form {
  background: #0d1321;
  color: white;
  margin-top: 4px;
  float: left;
  width: 100%;
  padding: 7px !important; }

.pointer {
  cursor: pointer; }

.btn-ntfound {
  text-align: center;
  font-size: 13px;
  color: #333;
  display: block; }

.alert-success {
  background: #9f9;
  padding: 5px 10px !important;
  border-radius: 5px !important;
  font-weight: bold; }

#contactos label {
  width: 100%;
  margin-bottom: 8px; }
#contactos input, #contactos textarea {
  margin-bottom: 15px;
  width: 100%; }

.voucher-sucesso {
  background: #9f9;
  padding: 0px !important;
  text-align: center; }
  .voucher-sucesso p {
    font-size: 16px;
    color: black; }
    .voucher-sucesso p a {
      color: white; }

.voucher-fail {
  background: indianred;
  padding: 0px !important;
  text-align: center; }
  .voucher-fail p {
    font-size: 16px;
    color: white; }
    .voucher-fail p a {
      color: white; }

.voucher-promo {
  background: #ea7d24;
  padding: 0px !important;
  text-align: center; }
  .voucher-promo p {
    font-size: 16px;
    color: white; }
    .voucher-promo p a {
      color: white; }

.voucher {
  display: flex;
  align-items: stretch;
  margin-bottom: 40px !important; }
  .voucher img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .voucher .form-voucher {
    float: right;
    padding: 0px 25px !important; }
    .voucher .form-voucher h3 {
      margin: 0;
      margin-bottom: 25px !important;
      font-size: 24px !important; }
    .voucher .form-voucher .form-input {
      margin-bottom: 25px !important; }
      .voucher .form-voucher .form-input label {
        font-weight: bold;
        margin-bottom: 0px; }
      .voucher .form-voucher .form-input input {
        width: 100%;
        border: 0px !important;
        border-bottom: 1px solid #444 !important; }
      .voucher .form-voucher .form-input input[type="submit"] {
        border-bottom: 0px !important; }

@media screen and (min-width: 300px) and (max-width: 500px) {
  .banner {
    background-image: url("../imagens/bg500.jpg"); }

  .banner-pub {
    background-image: url("../imagens/banner500.jpg"); } }
@media screen and (min-width: 501px) and (max-width: 767px) {
  .banner {
    background-image: url("../imagens/bg700.jpg"); }

  .banner-pub {
    background-image: url("../imagens/banner700.jpg"); } }
@media screen and (min-width: 768px) and (max-width: 992px) {
  .banner {
    background-image: url("../imagens/bg900.jpg"); }

  .banner-pub {
    background-image: url("../imagens/banner900.jpg"); } }
@media screen and (min-width: 993px) and (max-width: 1367px) {
  .banner {
    background-image: url("../imagens/bg1300.jpg"); }

  .banner-pub {
    background-image: url("../imagens/banner1300.jpg"); } }
@media screen and (max-width: 767px) {
  .wrap-paco .box-promo {
    width: 100% !important;
    margin-right: 0px !important; }

  .listagem {
    padding-left: 0px !important; }
    .listagem .wrap-paco .box-promo {
      width: 100%; }

  .img_itinerario img {
    max-width: 70%; }

  .sub-head img {
    width: 100% !important;
    max-width: 100% !important; }

  .banner {
    padding: 30px 0px !important; }
    .banner .flex {
      display: block; }
      .banner .flex h1 {
        font-size: 26px;
        text-align: center; }
      .banner .flex .search {
        width: 100% !important; }

  .wrap-promos .title {
    padding: 15px 0px !important; }
    .wrap-promos .title h1 {
      font-size: 24px; }
    .wrap-promos .title span {
      width: 54%; }
  .wrap-promos .box-promo {
    width: 100%;
    margin-bottom: 15px; }

  .banner-pub .content {
    padding: 20px !important;
    width: 100% !important; }
    .banner-pub .content h1 {
      margin-top: 0px !important; }

  .modal .modal-box {
    width: 85%; }
    .modal .modal-box .close-modal {
      width: 85% !important; } }
@media screen and (max-width: 991px) {
  .listagem .wrap-paco .box-promo {
    width: 47%; }

  .search {
    width: 90% !important; }

  .apre p {
    font-size: 19px !important; }

  .menu a {
    padding-left: 8px !important; }
  .menu li {
    font-size: 14px; }

  .content-pacote .imagens-pacote {
    height: 350px !important; }
    .content-pacote .imagens-pacote img:first-of-type {
      width: 100% !important; }
    .content-pacote .imagens-pacote img {
      width: 25% !important; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner {
    padding: 40px 0px !important; }
    .banner .flex h1 {
      font-size: 28px; }

  .wrap-promos .title {
    padding: 18px 0px !important; }
    .wrap-promos .title h1 {
      font-size: 32px; }
    .wrap-promos .title span {
      width: 58%; }
  .wrap-promos .box-promo {
    width: 49%;
    margin: 10px 0.5%; }

  .modal .modal-box {
    width: 55%; }
    .modal .modal-box .close-modal {
      width: 55% !important; } }
@media screen and (min-width: 1000px) and (max-width: 1365px) {
  .content-pacote .imagens-pacote {
    height: 350px !important; }
    .content-pacote .imagens-pacote img:first-of-type {
      width: 100% !important; }
    .content-pacote .imagens-pacote img {
      width: 25% !important; }

  .modal .modal-box {
    width: 55%; }
    .modal .modal-box .close-modal {
      width: 55% !important; } }

/*# sourceMappingURL=styles.css.map */
