@charset "UTF-8";
/*
  CSS Website SBTUR 2017
  Customizações sobre o Pages
*/
@import url("https://fonts.googleapis.com/css?family=PT+Serif+Caption");
/* Variáveis do projeto */
.font-pt-serif-caption {
  font-family: "PT Serif Caption", serif;
}

.testimonial {
  margin: auto;
  max-width: 320px;
}
.testimonial h1 {
  margin-bottom: 0;
}
.testimonial hr {
  width: 40px;
}

.btn-wider {
  width: 300px;
}

@media (max-width: 768px) {
  .btn-wider {
    width: 250px;
  }
}
.landing-numbers {
  max-width: 220px;
  margin: auto;
}

.text-giant {
  font-size: 110px;
}

.text-big {
  font-size: 50px;
}

.b-gray {
  border-color: #EAEAEA;
}

.border-top-dark-gray {
  border-color: #DDD;
}

.bg-primary {
  background-color: #003870;
}

.bg-complete {
  background-color: #26A7F1;
}

.bg-orange {
  background-color: #F9B234;
}

.bg-yellow {
  background-color: #DEDB00;
}

.bg-medium-blue {
  background-color: #0090CF;
}

.color-white, a.color-white {
  color: white;
}

.primary-color {
  color: #003870;
}

.complete-color {
  color: #26A7F1;
}

.color-medium-blue {
  color: #0090CF;
}

.color-medium-gray {
  color: #9B9B9B;
}

.info-color {
  color: #999999;
}

.color-ddd {
  color: #ddd;
}

.color-dark-gray {
  color: #555555;
}

.color-light-gray {
  color: #626262;
}

.border-gray {
  border: solid 1px #999999;
}

.border-complete {
  border: solid 1px #26A7F1;
}

.border-bottom-gray {
  border-bottom: 1px solid #f0f0f0;
}

/* gradient usado na home */
.bg-landing-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#26a7f1+0,208fcf+100 */
  background: #26a7f1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #26a7f1 0%, #208fcf 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #26a7f1 0%, #208fcf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #26a7f1 0%, #208fcf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#26a7f1", endColorstr="#208fcf",GradientType=0 );
  /* IE6-9 */
}

.bg-landing-gradient-dark {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#26a7f1+0,208fcf+100 */
  background: #26a7f1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #004B96 0%, #003870 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #004B96 0%, #003870 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #004B96 0%, #003870 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#004B96", endColorstr="#003870",GradientType=0 );
  /* IE6-9 */
}

.bg-gradient-dark-gray {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#26a7f1+0,208fcf+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #EAEAEA 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #EAEAEA 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #EAEAEA 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#EAEAEA",GradientType=0 );
  /* IE6-9 */
}

/* Override botões */
.btn-success,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.btn-success.active:focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open .dropdown-toggle.btn-success {
  background-color: #7ED321;
  border-color: #7ED321;
}

.btn-success.hover,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
  opacity: 0.8;
  background-color: #7ED321;
  border-color: #7ED321;
}

.btn-primary,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open .dropdown-toggle.btn-primary {
  background-color: #003870;
  border-color: #003870;
}

.btn-primary.hover,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
  opacity: 0.8;
  background-color: #003870;
  border-color: #003870;
}

.btn-complete,
.btn-complete:focus,
.btn-complete.active,
.btn-complete:active,
.btn-complete.active:focus,
.btn-complete:active:focus,
.btn-complete:active:hover,
.open .dropdown-toggle.btn-complete {
  background-color: #26A7F1;
  border-color: #26A7F1;
}

.btn-complete.hover,
.btn-complete:hover,
.open .dropdown-toggle.btn-complete {
  opacity: 0.8;
  background-color: #26A7F1;
  border-color: #26A7F1;
}

.btn-complete.btn-outline {
  border-color: solid 2px #26A7F1;
  color: #26A7F1;
}

.btn-orange,
.btn-orange:focus,
.btn-orange.active,
.btn-orange:active,
.btn-orange.active:focus,
.btn-orange:active:focus,
.btn-orange:active:hover,
.open .dropdown-toggle.btn-orange {
  background-color: #F9B234;
  border-color: #F9B234;
}

.btn-orange.hover,
.btn-orange:hover,
.open .dropdown-toggle.btn-orange {
  opacity: 0.8;
  background-color: #F9B234;
  border-color: #F9B234;
}

.btn-outline {
  background: none;
}
.btn-outline:hover {
  color: white;
}

.header .menu > li > .horizontal .container {
  border-right: none;
}
.header .menu > li > .horizontal .container li:last-child {
  margin-right: 0;
}

/* Header */
.bg-header .menu li:last-child {
  margin-right: 0;
}
.bg-header .menu li:last-child a {
  padding-right: 0;
  margin-right: 0;
}

body {
  margin-top: 80px;
}

/* Rodapé */
footer {
  font-weight: normal;
  /* !!! */
}
footer #logo-footer {
  margin-top: 100px;
  background-color: white;
  text-align: center;
  padding: 80px 0 80px 0;
}
footer hr {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 40px 0;
}

.subscribe .form-group label {
  color: #FFF;
}

.footer-menu {
  /* Título dos grupos do menu */
}
.footer-menu ul, .footer-menu li {
  padding: 0;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.footer-menu a {
  color: white;
  cursor: pointer;
}
.footer-menu .group-title {
  text-transform: uppercase;
  color: white;
  opacity: 0.5;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #contact-email {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #contact-email {
    font-size: 30px;
  }
}
/* Hero shot */
.vh-70 {
  height: 70vh;
}

@media (max-width: 768px) {
  .vh-70 {
    height: 100vh;
  }
}
.hero-shot {
  background-image: url("../images/Heroshot.jpg");
  background-size: cover;
  position: relative;
}
.hero-shot h1 {
  font-weight: 500;
  color: white;
  margin: auto;
  max-width: 1000px;
}
.hero-shot h4 {
  font-weight: 500;
  color: white;
  margin: auto;
  max-width: 600px;
}
.hero-shot .video-cta {
  display: block;
  padding-top: 50px;
}
.hero-shot .hero-shot-arrow {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.m-b-less-50 {
  margin-bottom: -50%;
}

#landing .phone {
  z-index: 1;
  position: relative;
}
#landing .phone img {
  z-index: 555;
}
#landing .phone .white-bar {
  z-index: -1;
  width: 100%;
  background-color: white;
  height: 50%;
  position: absolute;
  bottom: 0;
}

.destino-description-closed {
  height: 200px;
  overflow: hidden;
  padding-top: -100px;
}

.destino-description-open {
  height: auto;
  overflow: auto;
}

.sbtur-card {
  margin: auto;
  max-width: 350px;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}
.sbtur-card img {
  max-width: 100%;
}
.sbtur-card hr {
  height: 2px;
  width: 30px;
  margin-left: 0;
}

.landing-contadores {
  background-image: url("../images/bg_numeros.png");
  background-size: cover;
}

/* Header navigation*/
.header.light-solid .menu > li > a:not(.btn).active,
.header.light-solid .menu > li > a:not(.btn):hover {
  opacity: 1;
}

.header.light-solid .menu > li > a:not(.btn) {
  color: #003870;
  opacity: 0.5;
}

.header .menu li a {
  font-family: "Open Sans";
}

.main-menu {
  font-weight: 700;
  opacity: 1 !important;
}
.main-menu:focus {
  color: #003870;
}

.dropdown-menu {
  background-color: white;
  margin: 0px 0 0 0;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .dropdown-menu {
    margin: 10px 0 0 0;
  }
}
.dropdown-menu {
  left: 50%;
  right: auto;
  text-align: center;
  transform: translate(-55%, 0);
  padding-left: 20px;
  padding-right: 20px;
}

#dd-menu-1 {
  padding-left: 30px;
  padding-right: 30px;
}

.dropdown-menu > li > a:hover {
  opacity: 1;
  color: #0090CF;
}

.dropdown-menu > li > a {
  color: #003870;
  font-weight: 400;
  float: none;
  padding: 0 0 0 0;
  text-align: center;
  line-height: 25px;
  background-image: none;
  text-decoration: none;
  background-color: transparent;
}

/* triangle above dropdown menus*/
.dropdown-menu:before {
  position: absolute;
  top: -7px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: "";
}

/* Dropdown menu 1 - Viajar*/
#dd-menu-1:before {
  left: 50px;
}

#dd-menu-1:after {
  left: 50px;
}

/* Dropdown menu 2 - Clube*/
#dd-menu-2:before {
  left: 65px;
}

#dd-menu-2:after {
  left: 65px;
}

/* Dropdown menu 3 - Planos*/
#dd-menu-3:before {
  left: 65px;
}

#dd-menu-3:after {
  left: 65px;
}

/* End header navigation*/
[data-pages-bg-image] {
  background-position: center;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.stroke-solid {
  stroke-dashoffset: 0;
  stroke-dashArray: 300;
  stroke-width: 4px;
  transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.icon {
  transform: scale(0.8);
  transform-origin: 50% 50%;
  transition: transform 200ms ease-out;
}

#play:hover .stroke-solid {
  opacity: 1;
  stroke-dashoffset: 300;
}
#play:hover .icon {
  transform: scale(0.9);
}

#play {
  cursor: pointer;
  margin-top: 20px;
}

/*CSS for popup offer*/
.popup-offer {
  background-image: url(https://static.sbtur.com/static/natal2017/img/bg-tp2-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  position: fixed;
  right: -320px;
  bottom: 20px;
  z-index: 100;
  text-align: center;
  padding: 30px;
  max-width: 320px;
  transition: all 0.2s;
}
.popup-offer:after {
  position: absolute;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.16);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.popup-offer.show {
  right: 0;
  transition: all 0.3s;
}
.popup-offer p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-shadow: 2px 1px 5px rgba(21, 78, 113, 0.768627451) !important;
}
.popup-offer p span {
  font-weight: 900;
}
.popup-offer p span:first-child {
  display: block;
}
.popup-offer p.small {
  display: none;
  font-size: 14px;
}
.popup-offer a.btn-offer {
  margin-top: 15px;
  color: #fff;
  display: inline-block;
  font-weight: 900;
  border-radius: 4px;
  border: 2px solid #eb992a;
  background: #fcbd59;
  background: -moz-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fcbd59), color-stop(100%, #fe9e30));
  background: -webkit-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: -o-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: -ms-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: linear-gradient(to bottom, #fcbd59 0%, #fe9e30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcbd59", endColorstr="#fe9e30", GradientType=0 );
  padding: 18px;
  text-shadow: 1px 1px 1px #a7650c !important;
  text-transform: uppercase;
}
.popup-offer a.btn-offer.cta-popup-offer-whatsapp {
  display: none;
}
.popup-offer .close-popup-offer {
  display: block;
  color: #fff;
  opacity: 0.8;
  font-weight: 600;
  font-size: 11px;
  margin-top: 8px;
  text-transform: uppercase;
  cursor: pointer;
}

.icon-close-popup-offer {
  position: absolute;
  z-index: 500;
  right: 15px;
  top: 15px;
  font-size: 18px;
  color: #fff !important;
}
.icon-close-popup-offer a {
  color: #fff;
  opacity: 0.6;
  cursor: pointer;
}
.icon-close-popup-offer a:hover {
  opacity: 1;
}

@media only screen and (max-width: 480px) {
  .popup-offer {
    right: 0;
    left: 0;
    display: block;
    bottom: -300px;
    z-index: 100;
    text-align: center;
    padding: 36px;
    width: 100%;
    max-width: 480px;
    transition: all 0.2s;
    max-height: 300px;
  }
  .popup-offer a.btn-offer {
    position: relative;
    padding-right: 48px;
  }
  .popup-offer a.btn-offer:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_whatsapp.svg);
    background-size: cover;
    top: 18px;
    right: 15px;
  }
  .popup-offer a.btn-offer.cta-popup-offer {
    display: none;
  }
  .popup-offer a.btn-offer.cta-popup-offer-whatsapp {
    display: block;
  }
  .popup-offer p.small {
    display: block;
  }

  .popup-offer.show {
    bottom: 0;
    transition: all 0.3s;
  }
}
#cta-whatsapp-natal-2017 span {
  position: relative;
  margin-right: 20px;
}
#cta-whatsapp-natal-2017 span:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_whatsapp.svg);
  background-size: cover;
  top: 3px;
  right: -27px;
}

.link-primary {
  font-size: 14px;
  text-transform: none;
  color: #26A7F1;
  font-weight: 400;
}
.link-primary-bold {
  font-size: 14px;
  text-transform: none;
  color: #26A7F1;
  font-weight: 700;
}

.btn-full {
  width: 100%;
  display: block;
}

.modal-info {
  text-align: center;
}
.modal-info .title-modal {
  padding: 40px 40px 0 40px;
}
.modal-info .title-modal h1 {
  color: #003870;
  font-size: 30px;
  line-height: 40px;
}
.modal-info .title-modal h1 small {
  display: block;
}
.modal-info .text-modal {
  padding: 40px;
}
.modal-info .action-modal {
  padding: 20px 40px 20px 40px;
  border-top: 1px solid #ededed;
}

.showcase-home {
  background-image: url(../images/background-showcase.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.showcase-home .showcase-home-flex {
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding-top: 100px;
}
.showcase-home h1 {
  font-weight: 500;
  color: white;
  margin: auto;
  max-width: 1000px;
  font-size: 42px;
  line-height: 125%;
  max-width: 600px;
}
.showcase-home h1 small {
  color: #fff;
  display: block;
  line-height: 150%;
  font-size: 23px;
  margin-top: 10px;
}
.showcase-home h4 {
  font-weight: 500;
  color: white;
  margin: auto;
  max-width: 600px;
}
.showcase-home .video-cta {
  display: block;
  padding-top: 50px;
}
.showcase-home .hero-shot-arrow {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.footer-gptw {
  margin-top: 15px;
}
.footer-gptw figure {
  max-width: 65px;
}
.footer-gptw h3 {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}
.footer-gptw h3 a {
  color: #00b0ff;
  font-weight: 600;
}

.gtpw-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.gtpw-section figure {
  max-width: 150px;
}
.gtpw-section p {
  font-size: 16px;
  margin-bottom: 20px;
}
.gtpw-section h3 {
  margin-top: 0;
}

.select-input-offer {
  -webkit-appearance: none;
}

footer #logo-footer {
  padding: 30px 0 30px 0;
}

.contaier-logo-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logo-footer .contaier-logo-flex .privacidade {
  color: #bbbbbb;
}

@media only screen and (max-width: 992px) {
  .gtpw-section {
    text-align: center;
  }
  .gtpw-section figure {
    margin: 0 auto;
  }
  .gtpw-section h3 {
    margin-top: 40px;
  }
}
.form-group-lg .form-control {
  font-size: 14px;
}

.newsletter-fotter {
  background: #0090CF;
  padding: 50px 0;
}
.newsletter-fotter h2 {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  max-width: 300px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .newsletter-fotter h2 {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.form-control.form-control-rounded {
  border-radius: 4px !important;
}

.btn {
  font-weight: bold;
  text-transform: uppercase;
  white-space: normal !important;
  word-wrap: break-word;
}

.input-group .form-control {
  padding: 25px 10px;
}
.input-group .form-control .btn {
  text-transform: uppercase;
}

.row.is-flex {
  display: flex;
  align-items: center;
}
.row.is-flex.just-cont {
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .row.is-flex {
    display: block;
  }
}

.new-footer {
  /* Medium Devices, Desktops */
  /* Small Devices, Tablets */
}
.new-footer .footer-top {
  background-color: #003870;
  position: relative;
  overflow-x: hidden;
}
.new-footer .footer-top h3 {
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.new-footer .footer-top ul {
  list-style: none;
  padding-left: 0;
  display: inline-block;
  margin-right: 50px;
}
.new-footer .footer-top ul li {
  list-style: none;
}
.new-footer .footer-top ul li a {
  color: #FFFFFF;
  opacity: 0.8;
  font-size: 14px;
  transition: all 0.2s;
  font-weight: 400;
}
.new-footer .footer-top ul li a:hover {
  opacity: 1;
  transition: all 0.2s;
}
.new-footer .footer-top p {
  color: #fff;
  font-weight: 400;
}
.new-footer .footer-top p.phone-footer {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.new-footer .footer-top .footer-container {
  display: flex;
  flex-direction: row;
}
.new-footer .footer-top .footer-container .footer-left {
  padding: 50px 0;
  width: 65%;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.new-footer .footer-top .footer-container .footer-right {
  padding: 50px 0 60px 80px;
  width: 35%;
  float: right;
  background: #003061;
  position: relative;
}
.new-footer .footer-top .footer-container .footer-right:before {
  position: absolute;
  content: "";
  background: #003061;
  right: -1900px;
  top: 0;
  bottom: 0;
  width: 1900px;
}
.new-footer .footer-top .footer-container .footer-right .actions-footer {
  margin-top: 10px;
}
.new-footer .footer-top .footer-container .footer-right .actions-footer a {
  padding: 10px 20px;
  border-radius: 50px;
  background: #003d7a;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  transition: all 0.5s;
}
.new-footer .footer-top .footer-container .footer-right .actions-footer a:last-child {
  margin-right: 0;
}
.new-footer .footer-top .footer-container .footer-right .actions-footer a span {
  position: relative;
  width: 18px;
  height: 21px;
  display: inline-block;
  margin-right: 6px;
  top: 1px;
}
.new-footer .footer-top .footer-container .footer-right .actions-footer a:hover {
  background: #fff;
  color: #003870;
  transform: scale(1.1);
  transition: all 0.5s;
}
.new-footer .footer-top .footer-container .footer-right .actions-footer a:hover span .bg-icon-footer {
  fill: #003870;
  transition: all 0.5s;
}
.new-footer .footer-top .footer-container .badge-sbtur {
  display: inline-block;
}
.new-footer .footer-top .footer-container .badge-sbtur a {
  display: inline-block;
  margin: 0 10px;
  margin-top: 50px;
  transition: all 0.2s;
}
.new-footer .footer-top .footer-container .badge-sbtur a:nth-child(1) {
  margin-left: 0;
}
.new-footer .footer-top .footer-container .badge-sbtur a img {
  max-width: 140px;
  max-height: 90px;
}
.new-footer .footer-top .footer-container .badge-sbtur a:hover img {
  transform: scale(1.1);
  transition: all 0.2s;
}
@media only screen and (max-width: 1200px) {
  .new-footer .footer-top .footer-container .badge-sbtur a img {
    max-width: 120px;
    max-height: 70px;
  }
}
.new-footer .footer-bottom {
  background: #fff;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.new-footer .footer-bottom .footer-bottom-container {
  display: flex;
  align-items: center;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-left-container {
  display: flex;
  align-items: center;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-left-container .brand-footer-container {
  display: inline-block;
  margin-right: 30px;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-left-container .brand-footer-container img {
  width: 45px;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-left-container .address-footer-container {
  display: inline-block;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-right-container {
  display: flex;
  justify-content: flex-end;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-right-container ul.social-links, .new-footer .footer-bottom .footer-bottom-container .footer-bottom-right-container ul.social-links li {
  padding: 0;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-right-container .social-links {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-right-container .social-links li a {
  padding: 10px;
  display: block;
  transition: all 0.2s;
  position: relative;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-right-container .social-links li a .legend-social {
  position: absolute;
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  top: 0px;
  left: calc(50% - 30px);
  opacity: 0;
  font-size: 10px;
  padding: 0px 6px;
  color: #003060;
  font-weight: bold;
  transition: all 0.2s;
  border-radius: 50px;
  transform: scale(0);
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-right-container .social-links li a figure {
  height: 22px;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-right-container .social-links li a figure svg {
  height: 22px;
  fill: #003870;
  transition: all 0.2s;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-right-container .social-links li a:hover {
  transform: scale(1.2);
  transition: all 0.2s;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-right-container .social-links li a:hover .legend-social {
  opacity: 1;
  top: -24px;
  transform: scale(1);
  transition: all 0.2s;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-right-container .social-links li a:hover figure svg {
  fill: #26A7F1;
  transition: all 0.2s;
}
@media only screen and (max-width: 992px) {
  .new-footer .footer-top .footer-container {
    flex-direction: column;
  }
  .new-footer .footer-top .footer-container .footer-left {
    padding: 50px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
  }
  .new-footer .footer-top .footer-container .footer-right {
    padding: 50px 0 40px 0px;
    width: 100%;
    float: none;
    background: #003061;
    position: relative;
    text-align: center;
    z-index: 2;
  }
  .new-footer .footer-top .footer-container .footer-right:before {
    z-index: -1;
    right: -1900px;
    left: -320px;
  }
}
@media only screen and (max-width: 768px) {
  .new-footer .footer-top .footer-container {
    flex-direction: column;
  }
  .new-footer .footer-top .footer-container .footer-left {
    padding: 50px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
  }
  .new-footer .footer-top .footer-container .footer-left ul {
    margin-right: 0;
  }
  .new-footer .footer-top .footer-container .footer-right {
    padding: 50px 0 40px 0px;
    width: 100%;
    float: none;
    background: #003061;
    position: relative;
    text-align: center;
    z-index: 2;
  }
  .new-footer .footer-top .footer-container .footer-right:before {
    z-index: -1;
    right: -1900px;
    left: -320px;
  }
  .new-footer .footer-bottom .footer-bottom-container {
    flex-direction: column;
  }
  .new-footer .footer-bottom .footer-bottom-container .footer-bottom-left-container {
    display: block;
    text-align: center;
  }
  .new-footer .footer-bottom .footer-bottom-container .footer-bottom-left-container .brand-footer-container {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
  }
  .new-footer .footer-bottom .footer-bottom-container .footer-bottom-left-container .address-footer-container {
    margin-bottom: 20px;
  }
}

.navbar {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 10;
  border-radius: 0px !important;
  transition: all 0.4s;
  background: #fff;
  margin-top: -80px;
}
.navbar.open {
  height: 100vh;
  background: #fff;
  transition: all 0.4s;
}
.navbar.open a.link {
  color: #0090CF;
}
.navbar.open a.btn-inline {
  border: 2px solid #0090CF;
  color: #0090CF;
}
.navbar.open a.btn-inline:hover, .navbar.open a.btn-inline:focus {
  background-color: #0090CF;
  color: #fff;
}
.navbar figure {
  width: 193px;
  top: -6px;
  position: relative;
  height: 55px;
}
.navbar figure svg {
  width: 193px;
  height: 55px;
}
.navbar .list-menu-container {
  top: 10px;
  position: relative;
}
.navbar .list-menu-container ul {
  text-align: right;
}
.navbar .list-menu-container ul li {
  margin-left: 10px;
}
.navbar .list-menu-container ul li a {
  color: #003870;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  transition: 0.2s;
  display: block;
}
.navbar .list-menu-container ul li a:before {
  position: absolute;
  content: "";
  bottom: -5px;
  width: 0px;
  height: 2px;
  background: #003870;
  left: calc(50%);
  transition: 0.2s;
}
.navbar .list-menu-container ul li a:hover, .navbar .list-menu-container ul li a:focus {
  transition: 0.2s;
}
.navbar .list-menu-container ul li a:hover:before, .navbar .list-menu-container ul li a:focus:before {
  width: 30px;
  transition: 0.2s;
  left: calc(50% - 15px);
}
.navbar .list-menu-container ul li a.login {
  color: #0090CF;
}
.navbar .list-menu-container ul li a.login:before {
  background: #0090CF;
}
.navbar .list-menu-container.open {
  display: block !important;
  width: 100%;
}
.navbar .list-menu-container.open ul li {
  display: block;
  text-align: center;
  padding: 0;
}
.navbar .list-menu-container.open ul li a {
  padding: 15px;
}
.navbar.scrolling {
  background-color: #fff;
  border-bottom: 0;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.navbar.scrolling .list-menu-container ul li a.link {
  color: #0090CF;
}
.navbar .menu-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 18px;
}
@media only screen and (max-width: 1200px) {
  .navbar .list-menu-container {
    top: -8px;
  }
  .navbar .list-menu-container ul.list-inline {
    margin-bottom: 0;
  }
  .navbar .list-menu-container ul.list-inline li a {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 992px) {
  .navbar .list-menu-container {
    top: 0px;
    margin-top: 20px;
  }
  .navbar .list-menu-container ul.list-inline {
    margin-bottom: 0;
  }
  .navbar .list-menu-container ul.list-inline li {
    padding: 0px 0;
  }
}

.menu-mobile {
  text-align: right;
}
.menu-mobile .hamburger {
  display: inline-block;
  position: relative;
  height: 47px;
  width: 50px;
  cursor: pointer;
}
.menu-mobile .hamburger .container-hambuger {
  top: 15px;
  position: absolute;
  left: 15px;
}
.menu-mobile .hamburger span {
  width: 20px;
  height: 3px;
  background: #003870;
  display: block;
  border-radius: 2px;
  position: absolute;
  transition: all 0.2s;
}
.menu-mobile .hamburger span:nth-child(1) {
  top: 0px;
}
.menu-mobile .hamburger span:nth-child(2) {
  top: 7px;
}
.menu-mobile .hamburger span:nth-child(3) {
  top: 14px;
}
.menu-mobile .hamburger span:nth-child(4) {
  top: 7px;
}
.menu-mobile .hamburger.open span {
  transition: all 0.2s;
}
.menu-mobile .hamburger.open span:nth-child(1) {
  top: 7px;
  opacity: 0;
}
.menu-mobile .hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
}
.menu-mobile .hamburger.open span:nth-child(3) {
  top: 7px;
  opacity: 0;
}
.menu-mobile .hamburger.open span:nth-child(4) {
  transform: rotate(-45deg);
}

.break-desktop {
  display: block;
}
@media only screen and (max-width: 992px) {
  .break-desktop {
    display: inline;
  }
}

.btn-rounded {
  border-radius: 4px !important;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 18px;
  min-width: 220px;
}

.btn {
  z-index: 1;
  overflow: hidden;
  transition: all 0.2s !important;
  display: inline-block;
  padding: 14px 30px;
}

.btn-blue {
  color: #fff;
  background-color: #0090CF;
  border-color: #0090CF;
}
.btn-blue:hover, .btn-blue:focus {
  color: #fff;
  background-color: #006d9c;
  border-color: #006d9c;
}
.btn-blue.btn-inline {
  border: 2px solid #0090CF;
  background: none;
  color: #0090CF;
}
.btn-blue.btn-inline:hover, .btn-blue.btn-inline:focus {
  background: #0090CF;
  color: #fff;
}

.btn-white {
  color: #0090CF;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover, .btn-white:focus {
  color: #0090CF;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-white.btn-inline {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}
.btn-white.btn-inline:hover, .btn-white.btn-inline:focus {
  background: #fff;
  color: #0090CF;
}

.benefit-container {
  position: relative;
  padding: 31px;
}
.benefit-container:before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  border: 3px solid #E3E3E3;
  top: 140px;
  right: -25px;
  border-radius: 50%;
}
.benefit-container:after {
  position: absolute;
  content: "";
  width: 28px;
  height: 27px;
  top: 154px;
  right: -12px;
  background-image: url(../images/plus.svg);
  background-size: contain;
}
.benefit-container:last-child:before, .benefit-container:last-child:after {
  display: none;
}
.benefit-container h3 {
  font-size: 20px;
  font-weight: 400;
  color: #003870;
  margin-top: 40px;
  line-height: 125%;
}
.benefit-container p {
  font-size: 15px;
}
.benefit-container .icon-benefits {
  max-height: 75px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .benefit-container:before, .benefit-container:after {
    display: none;
  }
}

.collection-sbtur {
  background-image: url(../images/background-colecao.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 120px 0px 120px 0px;
  z-index: 0;
}
.collection-sbtur h2 {
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-size: 40px;
  margin-bottom: 80px;
}
.collection-sbtur h2 small {
  display: block;
  font-size: 16px;
  color: #fff;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  line-height: 125%;
  margin-top: 40px;
}
.collection-sbtur .item-collection-container {
  text-align: center;
  padding: 0 35px;
}
.collection-sbtur .item-collection-container h3 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-top: 25px;
  line-height: 125%;
}
.collection-sbtur .item-collection-container p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}
.collection-sbtur .item-collection-container .icon-collection {
  max-height: 75px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .collection-sbtur .item-collection-container {
    margin-bottom: 60px;
  }
  .collection-sbtur .item-collection-container:last-child {
    margin-bottom: 0;
  }
}

.service {
  position: relative;
  background: #0090CF;
  z-index: 0;
}
.service:before {
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0.1;
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: -1;
}
.service .service-container {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 100px 0;
}
.service .service-container ul.list-inline {
  text-align: center;
}
.service .service-container ul.list-inline li figure img {
  min-width: 50px;
}
.service .service-container h2 {
  color: #fff;
  font-weight: 400;
  text-align: center;
  max-width: 330px;
  font-size: 42px;
  line-height: 125%;
  margin: 0 auto;
}
.service .service-container .service-item {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 30px;
}
.service .service-container .service-item a {
  color: #fff;
  text-decoration: underline;
  text-decoration-style: dashed;
}
.service .service-container .service-item:first-child {
  margin-top: 0px;
}
.service .service-container .service-item h3 {
  font-size: 20px;
  color: #003870;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
}
.service .service-container .service-item p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}
.service .service-container .screen-50 {
  width: 50%;
  padding: 0 15px;
}
.service .service-container .title p {
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 150%;
  padding: 0 70px;
  margin: 0px 0 30px 0;
}
@media only screen and (max-width: 992px) {
  .service:before {
    display: none;
  }
  .service .service-container {
    flex-direction: column;
  }
  .service .service-container ul.list-inline {
    margin-bottom: 50px;
  }
  .service .service-container .screen-50 {
    width: 100%;
    padding: 0 15px;
  }
  .service .service-container h3, .service .service-container p {
    text-align: center;
  }
}

.destiny {
  padding: 100px 0;
}

.list-offers-model h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #003870;
  margin-bottom: 35px;
}
.list-offers-model .thumb-offers-model {
  background-image: url(../images/bg-teste-destino.jpg);
  background-position: center center;
  background-size: auto 100%;
  border-radius: 10px;
  position: relative;
  height: 280px;
  transition: all 0.2s;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
.list-offers-model .thumb-offers-model:before {
  position: absolute;
  transition: all 0.2s;
  content: "";
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  left: 0;
  right: 0;
  bottom: 0;
  top: 60%;
  width: 100%;
}
.list-offers-model .thumb-offers-model .label-offers {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  background: #003870;
  padding: 15px 20px;
  color: #fff;
  font-weight: 700;
}
.list-offers-model .thumb-offers-model .content-offers-model {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  overflow: hidden;
  transition: all 0.2s;
}
.list-offers-model .thumb-offers-model .content-offers-model h3 {
  color: #fff;
  display: block;
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 125%;
}
.list-offers-model .thumb-offers-model .content-offers-model h3 small {
  display: block;
  color: #fff;
  font-weight: 400;
  margin-top: 5px;
  line-height: 125%;
}
.list-offers-model .thumb-offers-model .content-offers-model h3 small.type-offer {
  font-weight: 700;
  margin-bottom: 2px;
}
.list-offers-model .thumb-offers-model:hover {
  background-size: auto 120%;
  transition: all 0.2s;
}
.list-offers-model .thumb-offers-model:hover .content-offers-model {
  bottom: 0px;
  transition: all 0.2s;
}
@media only screen and (max-width: 480px) {
  .list-offers-model .thumb-offers-model {
    height: 340px;
  }
  .list-offers-model .thumb-offers-model .content-destiny-model {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    overflow: hidden;
    transition: all 0.2s;
  }
  .list-offers-model .thumb-offers-model .content-destiny-model h3 {
    color: #fff;
    display: block;
  }
}

.list-destiny-model h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #003870;
  margin-bottom: 35px;
}
.list-destiny-model .thumb-destiny-model {
  background-image: url(../images/bg-teste-destino.jpg);
  background-position: center center;
  background-size: auto 100%;
  border-radius: 10px;
  position: relative;
  height: 280px;
  transition: all 0.2s;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
.list-destiny-model .thumb-destiny-model:before {
  position: absolute;
  transition: all 0.2s;
  content: "";
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  left: 0;
  right: 0;
  bottom: 0;
  top: 60%;
  width: 100%;
}
.list-destiny-model .thumb-destiny-model .content-destiny-model {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  overflow: hidden;
  transition: all 0.2s;
}
.list-destiny-model .thumb-destiny-model .content-destiny-model h3 {
  color: #fff;
  display: block;
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 125%;
}
.list-destiny-model .thumb-destiny-model .content-destiny-model h3 small {
  display: block;
  color: #fff;
  font-weight: 400;
  margin-top: 5px;
  line-height: 125%;
}
.list-destiny-model .thumb-destiny-model:hover {
  background-size: auto 120%;
  transition: all 0.2s;
}
.list-destiny-model .thumb-destiny-model:hover .content-destiny-model {
  bottom: 0px;
  transition: all 0.2s;
}
@media only screen and (max-width: 480px) {
  .list-destiny-model .thumb-destiny-model {
    height: 270px;
    background-size: cover;
  }
  .list-destiny-model .thumb-destiny-model .content-destiny-model {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    overflow: hidden;
    transition: all 0.2s;
  }
  .list-destiny-model .thumb-destiny-model .content-destiny-model h3 {
    color: #fff;
    display: block;
  }
}

.menu-mobile {
  text-align: right;
  display: inline-block;
  float: right;
}

.menu-mobile .hamburger {
  display: inline-block;
  position: relative;
  height: 47px;
  width: 50px;
  cursor: pointer;
}

.menu-mobile .hamburger .container-hambuger {
  top: 15px;
  position: absolute;
  left: 15px;
}

.menu-mobile .hamburger span {
  width: 20px;
  height: 3px;
  background: #0090CF;
  display: block;
  border-radius: 2px;
  position: absolute;
  transition: all 0.2s;
}

.menu-mobile .hamburger.open span {
  background: #0090CF;
}

.navbar.scrolling .menu-mobile .hamburger span {
  background: #0090CF;
}

.menu-mobile .hamburger span:nth-child(1) {
  top: 0px;
}

.menu-mobile .hamburger span:nth-child(2) {
  top: 7px;
}

.menu-mobile .hamburger span:nth-child(3) {
  top: 14px;
}

.menu-mobile .hamburger span:nth-child(4) {
  top: 7px;
}

.menu-mobile .hamburger.open span {
  transition: all 0.2s;
}

.menu-mobile .hamburger.open span:nth-child(1) {
  top: 7px;
  opacity: 0;
}

.menu-mobile .hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
}

.menu-mobile .hamburger.open span:nth-child(3) {
  top: 7px;
  opacity: 0;
}

.menu-mobile .hamburger.open span:nth-child(4) {
  transform: rotate(-45deg);
}

.testimonials {
  background: #003870;
  padding: 100px 0;
}
.testimonials h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.testimonials article .testimonial-container {
  max-width: 330px;
  margin: 0 auto;
  padding-left: 65px;
  position: relative;
  margin-top: 50px;
}
.testimonials article .testimonial-container:before {
  content: "";
  position: absolute;
  background-image: url("../images/quotes.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 40px;
  top: 0;
  left: 0px;
}
.testimonials article .testimonial-container .testimonial-content {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.testimonials article .testimonial-container .testimonial-author-container {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.testimonials article .testimonial-container .testimonial-author-container .testimonial-author {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-left: 10px;
}
.testimonials article .testimonial-container .testimonial-author-container .testimonial-author span {
  font-size: 14px;
  display: block;
  color: #fff;
  font-weight: 400;
}

.list-destiny-model, .list-offers-model {
  padding: 70px 0;
  border-bottom: 1px solid #E3E3E3;
}
.list-destiny-model.last-child, .list-offers-model.last-child {
  border-bottom: none;
}

.showcase-intern {
  position: relative;
  padding-top: 180px;
  color: #fff;
  display: flex;
  align-items: center;
  background-size: cover;
  position: relative;
  background-position: center;
}
.showcase-intern.showcase-intern-before:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  background: #fff;
}
.showcase-intern h1 {
  margin-bottom: 30px;
}
.showcase-intern h1 small {
  display: block;
  color: #fff;
}
.showcase-intern .header-component-container {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.showcase-intern .header-component-container .form-control {
  border: 1px solid #D3D3D3;
}
.showcase-intern .header-component-container p {
  color: #95989A;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}
.showcase-intern .header-component-container .tab-content {
  padding: 50px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.showcase-intern .header-component-container .tab-content .tab-pane {
  max-width: 550px;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .showcase-intern .header-component-container .tab-content {
    padding: 20px;
  }
}
.showcase-intern .header-component-container ul.nav-tabs {
  border-radius: 4px 4px 0 0;
}
.showcase-intern .header-component-container ul.nav-tabs li {
  width: 50%;
  text-align: center;
}
.showcase-intern .header-component-container ul.nav-tabs li:first-child {
  border-radius: 4px 0 0 0;
}
.showcase-intern .header-component-container ul.nav-tabs li:first-child a {
  border-radius: 4px 0 0 0;
}
.showcase-intern .header-component-container ul.nav-tabs li:last-child {
  border-radius: 0 4px 0 0;
}
.showcase-intern .header-component-container ul.nav-tabs li:last-child a {
  border-radius: 0 4px 0 0;
}
.showcase-intern .header-component-container ul.nav-tabs li a {
  text-transform: none;
  background-color: #EFEFEF;
  color: #95989A;
  font-weight: 400 !important;
}
.showcase-intern .header-component-container ul.nav-tabs li.active a, .showcase-intern .header-component-container ul.nav-tabs li.active a:hover, .showcase-intern .header-component-container ul.nav-tabs li.active a:focus {
  border-color: #ffffff;
  color: #0090CF;
  background-color: #ffffff;
  font-weight: 700 !important;
}
.showcase-intern.showcase-intern-destiny {
  background-image: url("../images/bg-hero-destino.jpg");
}
.showcase-intern.showcase-intern-contact {
  background-image: url("../images/bg-hero-contato.jpg");
  padding-top: 50px;
  min-height: 430px;
}
@media only screen and (max-width: 768px) {
  .showcase-intern.showcase-intern-contact {
    padding-top: 0px;
    min-height: 280px;
  }
}
.showcase-intern.showcase-intern-gradient {
  position: relative;
}
.showcase-intern.showcase-intern-gradient:before {
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 30%;
  width: 100%;
}

.list-carousel .list-destiny-model .thumb-destiny-model {
  margin-bottom: 20px;
}

.slick-prev:before, .slick-next:before {
  color: #26A7F1 !important;
}

.resume-destiny {
  padding: 85px 0;
}
.resume-destiny h2 {
  font-size: 28px;
  color: #003870;
  font-weight: 400;
  margin-bottom: 30px;
}
.resume-destiny .resume-destiny-content p {
  max-height: 230px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 10px;
  color: #737677;
  font-weight: 400;
}
.resume-destiny .resume-destiny-content a {
  font-weight: 400;
  cursor: pointer;
}
.resume-destiny .resume-destiny-content a span.hiden {
  display: none;
}
.resume-destiny .resume-destiny-content a span.continue {
  display: block;
}
.resume-destiny .resume-destiny-content a.reading-more span.continue {
  display: none;
}
.resume-destiny .resume-destiny-content a.reading-more span.hiden {
  display: block;
}
.resume-destiny .resume-destiny-content.open p {
  max-height: 600px;
  transition: max-height 0.2s ease-in;
}
.resume-destiny .conversion-destiny {
  margin-left: 30px;
}
.resume-destiny .conversion-destiny .conversion-destiny-title {
  background: #003870;
  border-radius: 4px 4px 0 0;
  padding: 20px 40px;
}
.resume-destiny .conversion-destiny .conversion-destiny-title h3 {
  display: block;
  text-align: center;
  margin: 0 0 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  margin-top: 0px;
}
.resume-destiny .conversion-destiny .conversion-destiny-content {
  padding: 20px 40px;
  border: 1px solid #E3E3E3;
  border-top: none;
  text-align: center;
}
.resume-destiny .conversion-destiny .conversion-destiny-content p {
  margin-bottom: 0;
  font-weight: 400;
}
.resume-destiny .conversion-destiny .conversion-destiny-content a {
  margin-top: 20px;
}
@media only screen and (max-width: 1200px) {
  .resume-destiny .conversion-destiny {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .resume-destiny .conversion-destiny {
    margin-left: 0px;
    margin-top: 40px;
  }
}

.hotel-destiny {
  background: #F7F5F5;
  padding: 90px 0;
}
.hotel-destiny .hoteis-listagem-card {
  background: #fff;
}
.hotel-destiny h2 {
  color: #003870;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
.hotel-destiny .action-hotel-destiny p {
  font-weight: 400;
  font-style: italic;
  margin-top: 10px;
}

.offers-destiny {
  background: #003870;
  padding: 90px 0;
}
.offers-destiny h2 {
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  max-width: 550px;
  margin: 0 auto;
}
.offers-destiny h2 small {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  line-height: 125%;
  margin-top: 10px;
}
.offers-destiny .list-destiny-model {
  border-bottom: none;
  padding-bottom: 0;
}

.destiny-internacional-result {
  padding: 70px 0;
}
.destiny-internacional-result h2 {
  text-align: left;
  font-size: 28px;
  font-weight: 400;
  color: #003870;
  margin-bottom: 35px;
}
.destiny-internacional-result .list-destiny-model {
  border-bottom: none;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .offer-nav {
    background: #003870;
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    z-index: 4;
    text-align: center;
  }
  .offer-nav p {
    color: #fff;
    font-weight: 400;
  }
  .offer-nav p a {
    color: #128FCF;
    font-weight: 600;
  }
  .offer-nav .close-offer-nav {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0.5;
  }
  .offer-nav .close-offer-nav span {
    width: 20px;
    height: 3px;
    background: #fff;
    display: block;
    border-radius: 2px;
    position: absolute;
    transition: all 0.2s;
    top: 23px;
    left: 15px;
  }
  .offer-nav .close-offer-nav span:nth-child(1) {
    transform: rotate(45deg);
  }
  .offer-nav .close-offer-nav span:nth-child(2) {
    transform: rotate(-45deg);
  }

  .navbar-container .offer-nav + .navbar {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 768px) {
  .offer-nav {
    background: #002b57;
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    padding: 20px;
    min-height: 80px;
    display: flex;
    align-items: center;
    z-index: 4;
    text-align: center;
  }
  .offer-nav p {
    color: #fff;
    font-weight: 400;
  }
  .offer-nav p a {
    color: #128FCF;
    font-weight: 600;
  }
  .offer-nav .close-offer-nav {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0.5;
  }
  .offer-nav .close-offer-nav span {
    width: 20px;
    height: 3px;
    background: #fff;
    display: block;
    border-radius: 2px;
    position: absolute;
    transition: all 0.2s;
    top: 23px;
    left: 15px;
  }
  .offer-nav .close-offer-nav span:nth-child(1) {
    transform: rotate(45deg);
  }
  .offer-nav .close-offer-nav span:nth-child(2) {
    transform: rotate(-45deg);
  }
}
.container-contact {
  padding-top: 90px;
  padding-bottom: 90px;
}
.container-contact .resume-contact {
  color: #95989A;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
}
.container-contact .resume-contact small {
  display: block;
  line-height: 150%;
  font-weight: 400;
  font-size: 14px;
}
.container-contact .info-contact-container {
  max-width: 400px;
}
.container-contact .info-contact-container h3 {
  color: #003870;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 30px;
  line-height: 150%;
}
.container-contact .info-contact-container p.phone {
  color: #003870;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .container-contact .resume-contact {
    text-align: center;
  }
  .container-contact .info-contact-container {
    text-align: center;
    margin: 0 auto;
  }
  .container-contact .info-contact-container:last-child {
    margin-bottom: 40px;
  }
}

.agencies-contact {
  background: #0090CF;
  padding-top: 90px;
  padding-bottom: 90px;
  font-weight: 400;
  text-align: center;
}
.agencies-contact h3 {
  color: #fff;
  font-weight: 400;
  font-size: 31px;
  line-height: 42px;
  margin-bottom: 40px;
}
.agencies-contact h3 small {
  display: block;
  margin-top: 30px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 25.88px;
}

.form-group ~ .form-group {
  margin-bottom: 15px;
}

.radio-options label {
  color: #626262 !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

.resume-about {
  padding: 125px 0 125px 0;
}
.resume-about p {
  font-size: 16px;
  line-height: 150%;
}
.resume-about h2 {
  color: #003870;
  font-size: 32px;
  line-height: 150%;
  max-width: 340px;
  margin: 0 auto;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 991px) {
  .resume-about {
    text-align: center;
    padding: 50px 0 100px 0;
  }
  .resume-about h2 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .resume-about h2 {
    font-size: 24px;
  }
}

.acreditamos {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: center;
}
.acreditamos:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-image: url("../images/bg-acreditamos.png");
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.acreditamos article {
  max-width: 348px;
  margin: 0 auto;
}
.acreditamos article h2 {
  color: #003870;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  .acreditamos:before {
    width: 100%;
    height: 240px;
  }
  .acreditamos article {
    margin-top: 270px;
    text-align: center;
  }
}

.cta-middle {
  padding: 140px 0;
  text-align: center;
}
.cta-middle h2 {
  max-width: 518px;
  color: #003870;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cta-middle {
    margin-top: 90px;
    background: #F7F5F5;
    padding: 80px 0;
  }
  .cta-middle h2 {
    font-size: 22px;
  }
}

.benefits h2 {
  font-size: 30px;
  font-weight: 400;
  color: #003870;
  text-align: left;
}
.benefits ul li {
  font-weight: 400;
  font-size: 16px;
  padding: 6px 0;
  list-style: none;
  padding-left: 0;
  position: relative;
}
.benefits ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 7px;
  transform: rotate(135deg);
  border-top: 3px solid #0090CF;
  border-right: 3px solid #0090CF;
  top: calc(50% - 5px);
  left: -23px;
}
.benefits p {
  font-weight: 400;
  font-size: 16px;
}
.benefits .img-right {
  padding: 50px 0;
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
}
.benefits .img-right:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 100%;
  background-image: url("../images/bg-como-funciona-1.png");
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.benefits .img-left {
  margin-top: 100px;
  padding: 50px 0;
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
}
.benefits .img-left:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 100%;
  background-image: url("../images/bg-como-funciona-2.png");
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .benefits .img-right {
    padding: 50px 0 0 0;
  }
  .benefits .img-right:before {
    width: 100%;
    height: 240px;
  }
  .benefits .img-left {
    padding: 0 0;
    margin-top: 0px;
  }
  .benefits .img-left:before {
    display: none;
  }
  .benefits h2 {
    padding: 25px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 70px;
  }
  .benefits p {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 20px;
  }
  .benefits p:before {
    left: 10px;
  }
  .benefits p.s3 {
    margin-top: 0;
  }
}

.what-is {
  margin: 100px 0 0 0;
}
.what-is h2 {
  font-size: 30px;
  font-weight: 400;
  color: #003870;
  text-align: left;
}
.what-is ul li {
  font-weight: 400;
  font-size: 16px;
  padding: 6px 0;
  list-style: none;
  padding-left: 0;
  position: relative;
}
.what-is ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 7px;
  transform: rotate(135deg);
  border-top: 3px solid #0090CF;
  border-right: 3px solid #0090CF;
  top: calc(50% - 5px);
  left: -23px;
}
.what-is .container-what-is {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
}
.what-is .container-what-is:before {
  position: absolute;
  content: "";
  width: 50%;
  height: calc(100% - 30px);
  background-image: url("../images/bg-como-funciona-2.png");
  top: 0;
  left: 15px;
  background-repeat: no-repeat;
  background-size: cover;
}
.what-is p {
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 991px) {
  .what-is .container-what-is {
    text-align: center;
  }
  .what-is .container-what-is:before {
    width: calc(100% - 30px);
    left: 15px;
    max-height: 270px;
  }
  .what-is h2 {
    margin-top: 310px;
    text-align: center;
  }
  .what-is p {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 20px;
    text-align: center;
  }
  .what-is p:before {
    left: 10px;
  }
  .what-is p.s3 {
    margin-top: 0;
  }
}

.how-it-works {
  padding: 100px 0;
}
.how-it-works .container-hiw {
  background: #F7F5F5;
  padding: 100px 70px;
}
.how-it-works h2 {
  font-size: 30px;
  font-weight: 400;
  color: #003870;
  text-align: center;
}
.how-it-works .container-item--hiw {
  max-width: 523px;
  padding-left: 65px;
  margin: 50px 0;
  position: relative;
  z-index: 1;
}
.how-it-works .container-item--hiw h3 {
  font-size: 20px;
  font-weight: 400;
  color: #003870;
}
.how-it-works .container-item--hiw:before {
  position: absolute;
  z-index: -1;
  color: #ebebeb;
  font-size: 155px;
  top: -60px;
  left: 20px;
  width: 238px;
  height: 200px;
  font-weight: 600;
}
.how-it-works .container-item--hiw.s1:before {
  content: "1";
}
.how-it-works .container-item--hiw.s2:before {
  content: "2";
}
.how-it-works .container-item--hiw.s3:before {
  content: "3";
}
.how-it-works .container-item--hiw.s4:before {
  content: "4";
}
@media (max-width: 991px) {
  .how-it-works .img-right {
    padding: 50px 0 0 0;
  }
  .how-it-works .img-right:before {
    width: 100%;
    height: 240px;
  }
  .how-it-works .img-left {
    padding: 0 0;
    margin-top: 0px;
  }
  .how-it-works .img-left:before {
    display: none;
  }
  .how-it-works .container-hiw {
    padding: 20px;
  }
  .how-it-works .container-hiw .container-item--hiw {
    padding-left: 30px;
  }
  .how-it-works .container-hiw .container-item--hiw:before {
    left: 0;
  }
  .how-it-works h2 {
    text-align: center;
  }
  .how-it-works p {
    max-width: 100%;
  }
  .how-it-works p:before {
    left: 10px;
  }
  .how-it-works p.s3 {
    margin-top: 0;
  }
}

.diferenciais {
  background: #F7F5F5;
  margin-top: 100px;
  padding: 115px 0;
}
.diferenciais article {
  padding: 30px;
}
.diferenciais article h2 {
  font-size: 24px;
  font-weight: 400;
  color: #003870;
  text-align: left;
}
@media (max-width: 991px) {
  .diferenciais {
    margin-top: 60px;
    padding: 60px 0;
  }
  .diferenciais article {
    text-align: center;
    padding: 30px 0;
  }
  .diferenciais article h2 {
    text-align: center;
  }
}

.highlight-financeiro {
  background: #F7F5F5;
  position: relative;
}
.highlight-financeiro:before {
  position: absolute;
  content: "";
  background: #ffffff;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.highlight-financeiro article {
  padding: 85px 20px;
  background: #0090CF;
}
.highlight-financeiro article h2 {
  color: #fff;
  font-size: 22px;
  max-width: 460px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 768px) {
  .highlight-financeiro article {
    padding: 40px 20px;
  }
  .highlight-financeiro article h2 {
    font-size: 18px;
  }
}

.cta-bottom {
  padding: 150px 0;
}
.cta-bottom article {
  text-align: center;
}
.cta-bottom article h2 {
  font-size: 18px;
  color: #003870;
  line-height: 150%;
  font-weight: 400;
  max-width: 450px;
  text-align: center;
  margin: 0 auto;
}
.cta-bottom article p {
  max-width: 500px;
  text-align: center;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cta-bottom {
    padding: 90px 0;
  }
  .cta-bottom article h2 {
    margin-bottom: 20px;
  }
}

.ind-premiada {
  position: relative;
  margin-bottom: 60px;
}
.ind-premiada:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-image: url("../images/bg-ind-premiada.png");
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.ind-premiada .flex-center {
  display: flex;
  align-items: center;
}
.ind-premiada h2 {
  color: #fff;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  padding: 220px 0;
}
.ind-premiada article {
  max-width: 366px;
  margin: 0 auto;
}
.ind-premiada article h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #003870;
}
@media (max-width: 991px) {
  .ind-premiada:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 250px;
    background-image: url("../images/bg-ind-premiada.png");
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .ind-premiada .flex-center {
    flex-direction: column;
  }
  .ind-premiada h2 {
    color: #fff;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    padding: 0;
    height: 250px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .ind-premiada article {
    text-align: center;
    max-width: 400px;
  }
}

.navbar .list-menu-container ul li a.active {
  color: #0090CF;
}

.navbar .list-menu-container ul li a.active:before {
  position: absolute;
  content: "";
  bottom: -5px;
  height: 2px;
  background: #0090CF;
  transition: 0.2s;
  width: 30px;
  transition: 0.2s;
  left: calc(50% - 15px);
}

.blog-home {
  background: #F7F5F5;
  padding: 100px 0px;
}
.blog-home h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #003870;
  margin-bottom: 35px;
}
.blog-home .other-posts {
  padding: 0 30px;
}
.blog-home .other-posts h3 {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  color: #003870;
  margin-top: 0;
}
.blog-home .other-posts ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.blog-home .other-posts ul li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.blog-home .other-posts ul li a {
  padding: 7px 0;
  display: block;
  color: #95989A;
  font-size: 14px;
  font-weight: 400;
}
.blog-home .other-posts ul li a:hover {
  color: #128FCF;
}
.blog-home article {
  margin-bottom: 30px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 8px;
  z-index: 0;
}
.blog-home article:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 8px;
  left: 0;
  top: 0;
}
.blog-home article a {
  min-height: 220px;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  z-index: 1;
  font-size: 18px;
  font-weight: 400;
}

.container-cta-footer h2 {
  font-size: 28px;
}
.container-cta-footer h5 {
  font-size: 16px !important;
}

#modal-bancos .text-modal .credito {
  margin-top: 50px;
}
#modal-bancos .text-modal .credito ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 30px;
}
#modal-bancos .text-modal .credito ul li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#modal-bancos .text-modal .credito ul li img {
  width: 90px;
  padding: 0 5px;
  display: inline-block;
  max-height: 40px;
  margin-bottom: 20px;
}
#modal-bancos .text-modal .debito ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 30px;
}
#modal-bancos .text-modal .debito ul li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#modal-bancos .text-modal .debito ul li img {
  padding: 0 5px;
  display: inline-block;
  max-height: 50px;
  max-width: 110px;
  margin-bottom: 20px;
}

.showcase-about-sbtur {
  background-image: url("../images/bg-about.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 50vh;
  display: flex;
  align-items: center;
  position: relative;
  background-attachment: fixed;
}
.showcase-about-sbtur:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
}
.showcase-about-sbtur h1 {
  font-weight: 500;
  color: white;
  margin: auto;
  text-align: center;
  font-size: 42px;
  max-width: 510px;
  line-height: 135%;
}

.container-plans {
  display: flex;
  padding: 0 50px;
  position: relative;
}
.container-plans:before {
  height: 50%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #F7F5F5;
  content: "";
  position: absolute;
  z-index: -1;
}
.container-plans .plan {
  border: 1px solid #ededed;
  padding: 30px;
  text-align: center;
  width: 25%;
  background: #fff;
}
.container-plans .plan header p {
  color: #003870;
  font-size: 26px;
  padding: 20px 0;
}
.container-plans .plan header h3 {
  color: #003870;
  font-weight: bold;
  font-size: 35px;
  padding: 0 0 20px 0;
}
.container-plans .plan header h3 small {
  color: #003870;
  font-weight: 400;
}
.container-plans .plan main ul {
  padding-left: 0;
  list-style: none;
}
.container-plans .plan main ul li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
  font-weight: 400;
}
.container-plans .plan main ul li:last-child {
  border-bottom: 0;
}
.container-plans .plan:first-child {
  background: #003870;
  position: relative;
  overflow: hidden;
}
.container-plans .plan:first-child:before {
  position: absolute;
  content: "Mais vendido";
  width: 240px;
  height: auto;
  text-transform: uppercase;
  top: 15px;
  left: -80px;
  background: #0090CF;
  line-height: 110%;
  color: #fff;
  font-weight: bold;
  transform: rotate(-45deg);
  padding: 10px 80px;
}
.container-plans .plan:first-child header p {
  color: #fff;
}
.container-plans .plan:first-child header h3 {
  color: #fff;
}
.container-plans .plan:first-child header h3 small {
  color: #fff;
}
.container-plans .plan:first-child main ul {
  padding-left: 0;
  list-style: none;
}
.container-plans .plan:first-child main ul li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #003d7a;
  font-weight: 400;
  color: #fff;
}
.container-plans .plan:first-child main ul li:last-child {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .container-plans {
    flex-direction: column;
  }
  .container-plans .plan {
    width: 100%;
  }
}

.list-plans h2 {
  font-weight: 400;
  color: #003870;
  margin-bottom: 30px;
  text-align: center;
  font-size: 26px;
}
.list-plans .container-features-plans {
  text-align: center;
  background: #F7F5F5;
  padding: 60px 100px;
  margin-bottom: 100px;
}
.list-plans .container-features-plans .row.is-flex {
  flex-flow: wrap;
  align-items: flex-start;
}
.list-plans .container-features-plans p {
  font-size: 16px;
  padding: 20px;
  position: relative;
  text-align: left;
}
.list-plans .container-features-plans p:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 7px;
  transform: rotate(135deg);
  border-top: 3px solid #0090CF;
  border-right: 3px solid #0090CF;
  top: 27px;
  left: 0px;
}

/* TEST NEW PRICING PAGE */
.showcase-plans-new {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
  color: #fff;
  display: flex;
  align-items: center;
  background-size: cover;
  position: relative;
  background-position: center;
  background-image: url("https://sbtur-mkt-objetcs.s3.amazonaws.com/site/planos-header.jpg");
}
.showcase-plans-new h1 {
  font-size: 33px;
  line-height: 44px;
}

.container-plans-new {
  display: flex;
  padding: 0 50px;
  position: relative;
}
.container-plans-new:before {
  height: 50%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #F7F5F5;
  content: "";
  position: absolute;
  z-index: -1;
}
.container-plans-new .plan {
  border: 1px solid #ededed;
  padding: 30px;
  text-align: center;
  width: 33.33%;
  background: #fff;
}
.container-plans-new .plan header p {
  color: #003870;
  font-size: 26px;
  padding: 20px 0;
}
.container-plans-new .plan header h3 {
  color: #003870;
  font-weight: bold;
  font-size: 35px;
  padding: 0 0 20px 0;
}
.container-plans-new .plan header h3 small {
  color: #003870;
  font-weight: 400;
}
.container-plans-new .plan main ul {
  padding-left: 0;
  list-style: none;
}
.container-plans-new .plan main ul li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
  font-weight: 400;
}
.container-plans-new .plan main ul li:last-child {
  border-bottom: 0;
}
.container-plans-new .plan:first-child {
  background: #003870;
  position: relative;
  overflow: hidden;
}
.container-plans-new .plan:first-child:before {
  position: absolute;
  content: "Mais vendido";
  width: 240px;
  height: auto;
  text-transform: uppercase;
  top: 15px;
  left: -80px;
  background: #0090CF;
  line-height: 110%;
  color: #fff;
  font-weight: bold;
  transform: rotate(-45deg);
  padding: 10px 80px;
}
.container-plans-new .plan:first-child header p {
  color: #fff;
}
.container-plans-new .plan:first-child header h3 {
  color: #fff;
}
.container-plans-new .plan:first-child header h3 small {
  color: #fff;
}
.container-plans-new .plan:first-child main ul {
  padding-left: 0;
  list-style: none;
}
.container-plans-new .plan:first-child main ul li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #003d7a;
  font-weight: 400;
  color: #fff;
}
.container-plans-new .plan:first-child main ul li:last-child {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .container-plans-new {
    flex-direction: column;
  }
  .container-plans-new .plan {
    width: 100%;
  }
}

.list-plans-new {
  background: #F7F5F5;
  padding-top: 60px;
  padding-bottom: 60px;
}
.list-plans-new h2 {
  font-weight: 400;
  color: #003870;
  margin-bottom: 30px;
  text-align: center;
  font-size: 26px;
}
.list-plans-new .container-features-plans {
  text-align: center;
  background: #F7F5F5;
  padding: 20px 100px;
  margin-bottom: 100px;
}
.list-plans-new .container-features-plans .row.is-flex {
  flex-flow: wrap;
  align-items: flex-start;
}
.list-plans-new .container-features-plans p {
  font-size: 16px;
  padding: 20px;
  position: relative;
  text-align: left;
}
.list-plans-new .container-features-plans p:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 7px;
  transform: rotate(135deg);
  border-top: 3px solid #0090CF;
  border-right: 3px solid #0090CF;
  top: 27px;
  left: 0px;
}

.ldm-form {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* END TEST NEW PRICING PAGE */
.showcase-plans {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
  color: #fff;
  display: flex;
  align-items: center;
  background-size: cover;
  position: relative;
  background-position: center;
  background-image: url("../images/bg-plans.jpg");
  margin-bottom: 100px;
}
.showcase-plans h1 {
  font-size: 33px;
  line-height: 44px;
}

.sticky {
  top: 110px;
  position: sticky;
  position: -webkit-sticky;
}

.benefits-plans .nav-pills > li > a {
  font-weight: 400 !important;
  padding: 70px 20px 20px 20px !important;
  border-radius: 4px !important;
  max-width: 130px;
  text-align: center;
}
.benefits-plans .nav-pills > li.active > a, .benefits-plans .nav-pills > li.active > a:hover, .benefits-plans .nav-pills > li.active > a:focus {
  background: #003870 !important;
  color: #fff !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
}
.benefits-plans .tab-content {
  margin-top: 30px;
  margin-bottom: 30px;
}
.benefits-plans .tab-content h2 {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 20px;
  color: #003870;
}
.benefits-plans .tab-content h2 small {
  margin-top: 10px;
  display: block;
  font-size: 18px;
  line-height: 150%;
}
.benefits-plans .tab-content article {
  margin: 20px 0;
}
.benefits-plans .tab-content article h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  color: #003870;
}
.benefits-plans .tab-content article p {
  margin-top: 0;
}
.benefits-plans .img-left {
  margin-top: 100px;
  padding: 50px 0;
  position: relative;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: flex-start;
}
.benefits-plans .img-left:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 100%;
  background-image: url("../images/bg-showcase-benefits.jpg");
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .benefits-plans .img-right {
    padding: 50px 0 0 0;
  }
  .benefits-plans .img-right:before {
    width: 100%;
    height: 240px;
  }
  .benefits-plans .img-left {
    padding: 0 0;
    margin-top: 0px;
  }
  .benefits-plans .img-left:before {
    display: none;
  }
}

.container-adesao {
  background: #F7F5F5;
  padding: 30px 50px;
  text-align: center;
}
.container-adesao p span.price {
  font-size: 20px;
  font-weight: 700;
  color: #0090CF;
}
.container-adesao p span.tooltip {
  font-size: 20px;
  font-weight: 700;
  color: #0090CF;
}

.adesao-efet-helper {
  color: #128FCF !important;
  border-bottom: 2px dotted #128FCF;
  position: relative;
}

.adesao-efet-helper:hover {
  cursor: help;
}

.adesao-efet-helper:after {
  position: absolute;
  content: "Adesão é cobrada uma única vez ao se tornar membro";
  color: #5d5d5d;
  font-size: 14px;
  width: 180px;
  padding: 13px;
  line-height: 21px;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
  top: -105px;
  left: calc(50% - 90px);
  height: 92px;
  border-radius: 4px;
  z-index: -1;
  opacity: 0;
  transition: 0.2s;
  text-align: center;
  font-weight: 400;
}

.adesao-efet-helper:before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: -18px;
  z-index: -1;
  left: calc(50% - 5px);
  opacity: 0;
  transition: 0.2s;
}

.adesao-efet-helper:hover:after {
  opacity: 1;
  z-index: 1;
  transition: 0.2s;
}

.adesao-efet-helper:hover:before {
  opacity: 1;
  z-index: 3;
  transition: 0.2s;
}

.alert-success-form {
  text-align: center;
}
.alert-success-form h2 {
  color: #003870;
  font-weight: bold;
}
.alert-success-form h2 small {
  display: block;
}
.alert-success-form p {
  font-size: 16px;
  line-height: 150%;
  margin-top: 20px;
}

/*
  Css Página beneficios/*
*/
.beneficios-hero h1 {
  color: white;
  font-weight: 500;
  max-width: 1000px;
}

.font-size-130 {
  font-size: 130%;
}

img.polygon {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 60%, 100% 0);
}

.bg_crop {
  background: url("../images/beneficios/heroshot.png") no-repeat top center;
}

.box-shadow {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

.box-shadow li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
}

/* Smaller screens don't show the arrow, hightlight the background instead.*/
@media (max-width: 767px) {
  .height-xs-50 {
    height: 50px;
  }

  .box-shadow > li.open {
    background-color: #eee;
    border-radius: 20px;
  }
}
/* Positions arrow for small screens*/
@media (min-width: 768px) {
  #first-arrow {
    margin-top: 60px !important;
  }

  .box-shadow > li.open > span.arrow {
    background: url("../images/beneficios/Triangulo.png") no-repeat;
    width: 45px;
    height: 26px;
    left: calc(45% - 14px);
    margin-top: 85px;
    position: absolute;
    z-index: 2;
  }

  .box-shadow > li.open > span.arrow:before {
    content: "";
    position: absolute;
    height: 7px;
    background-color: #ffffff;
    display: block;
    left: -100vw;
    border-top: 1px solid #e6e6e6;
  }

  .box-shadow > li.open > span.arrow:after {
    content: "";
    position: absolute;
    height: 7px;
    left: 14px;
    background-color: #ffffff;
    border-top: 1px solid #e6e6e6;
  }
}
/* Positions arrow for big screens*/
@media (min-width: 992px) {
  .box-shadow > li.open > span.arrow {
    margin-top: 60px;
  }

  .box-shadow > li.open > span.arrow:before {
    content: "";
    position: absolute;
    height: 7px;
    background-color: #ffffff;
    display: block;
    left: -100vw;
    border-top: 1px solid #e6e6e6;
  }

  .box-shadow > li.open > span.arrow:after {
    content: "";
    position: absolute;
    height: 7px;
    left: 14px;
    background-color: #ffffff;
    border-top: 1px solid #e6e6e6;
  }
}
.icon-150 {
  width: 120px;
  border-radius: 60px;
}

.icone {
  cursor: pointer;
}

@media (min-width: 992px) {
  .col-md-3.itens {
    width: 25%;
    margin: 0 4.123123%;
  }
}
.border-radius-20 {
  border-radius: 20px;
}

/*
  CSS for hoteis-detalhes page
*/
.bg-complete-darker {
  background-color: #208fcf;
}

/* Hoteis-*/
.page-hero {
  text-align: center;
  padding: 100px 0;
  background-size: cover;
  position: relative;
}

.page-hero h1, .page-hero h4 {
  font-weight: 500;
  color: white;
  margin: auto;
  max-width: 700px;
}

.hotel-detalhe-header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url("../images/hoteis-detalhes/dallonder_header.png");
}

.inline-block {
  display: inline-block;
}

.rounded {
  border-radius: 4px;
}

@media (max-width: 768px) {
  .show-for-md-up {
    display: none;
  }

  .text-center-for-sm-down {
    text-align: center;
  }
}
@media (min-width: 970px) {
  .b-r-for-md-up {
    border-right: 1px solid white;
  }
}
.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.hotel-detalhe-card {
  margin: auto;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.hotel-btn {
  background: #003870;
}

.hotel-link {
  text-decoration: underline;
}

/* Owl Carousel navigation*/
.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  margin-left: -20px;
  display: block !important;
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  right: -10px;
  display: block !important;
}

.owl-prev i, .owl-next i {
  color: #ddd;
}

@media (min-width: 800px) {
  .owl-prev {
    margin-left: -28px;
  }

  .owl-next {
    right: -20px;
  }
}
@media (min-width: 1300px) {
  .owl-prev {
    margin-left: -45px;
  }

  .owl-next {
    right: -38px;
  }
}
@media (max-width: 991px) {
  .m-t-xs-10 {
    margin-top: 10px;
  }
}
.morecontent span {
  display: none;
}

.morelink {
  display: block;
}

/*
  CSS for lista-ofertas page
*/
.lista-ofertas-hero {
  background-image: url("../images/heroshot_ofertas.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}
.lista-ofertas-hero h1 {
  font-weight: 500;
  color: white;
  max-width: 700px;
}

.lista-ofertas-hero-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

p {
  margin: 0px 0px 0px 0px;
  font-size: 100%;
}

label {
  margin: 0px 0px 0px 0px;
  font-size: 100%;
}

/* Dropdown boxes style */
.SumoSelect {
  width: 150px;
}

.SumoSelect > .CaptionCont {
  background-color: #26A7F1;
  color: white;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}
.SumoSelect > .CaptionCont span {
  padding: 0 0 0 0;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("../images/caret_down.png");
}

.SumoSelect > .CaptionCont > span.placeholder {
  color: white;
  font-style: normal;
}

.SumoSelect.open > .optWrapper {
  top: 40px;
  text-align: left;
  border-radius: 10px;
  color: #999999;
  box-shadow: none;
}

.SumoSelect.open > .optWrapper.multiple {
  padding-left: 0px;
}

.SumoSelect > .optWrapper > .options li.opt {
  border: none;
  padding-left: 10px;
}

/*
.sumo_categoria > .CaptionCont span {
  visibility: hidden;
}
.sumo_categoria > .CaptionCont span:after {
  content: "Categoria";
}*/
/* End dropdown boxes */
.font-size-20 {
  font-size: 20px;
}

.btn-position-relative {
  position: relative;
}

.triangle-down {
  position: absolute;
  font-size: 45%;
}

@media (max-width: 970px) {
  .text-center-for-md-down {
    text-align: center;
  }
}
.lista-ofertas-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  min-height: 390px;
}

.pagination .active a {
  background-color: #26A7F1;
  color: white;
}

.pagination li a {
  color: #26A7F1;
}

.max-width-500 {
  max-width: 500px;
}

/*
  CSS for oferta page
*/
.oferta-hero {
  background-image: url("http://via.placeholder.com/2000x360&text=background");
  background-repeat: no-repeat;
  background-position: top center;
}
.oferta-hero h1 {
  font-weight: 500;
  color: white;
  max-width: 700px;
}

.oferta-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

.min-height-290 {
  min-height: 290px;
}

.min-height-140 {
  min-height: 140px;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

/* The alert close button */
.alert-closebtn {
  margin-left: 15px;
  font-weight: bold;
  opacity: 0.5;
  float: right;
  font-size: 30px;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  top: 5px;
  right: 10px;
  line-height: 30px;
}

/* When moving the mouse over the close button */
.alert-closebtn:hover {
  color: black;
}

.informa-destino {
  font-size: 16px;
}

div.images {
  position: relative;
}
div.images img.bottom {
  top: 15px;
  left: 30px;
  width: 100px;
  position: absolute;
}

div.images.cols-3 img.bottom {
  width: 80px;
}

.bs-u {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.text-shadow {
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.45);
}

.text-hint {
  top: 30px;
  left: 140px;
}

.text-hints {
  top: 10px;
  left: 125px;
}

.swiper-pagination-bullet {
  background: #FFF;
  opacity: 0.5;
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-fixed {
  position: absolute;
  top: 10%;
  z-index: 9;
  text-align: center;
}

.swiper-fixed .wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  width: 70%;
  margin: 0 auto;
}

/*
  CSS for hoteis-listagem page
*/
.hoteis-listagem-hero {
  background-image: url("../images/heroshot_hoteis_2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 2;
  position: relative;
}
.hoteis-listagem-hero h1 {
  font-weight: 500;
  color: white;
  max-width: 700px;
  font-size: 48px;
}
.hoteis-listagem-hero:before {
  content: "";
  background: #fff;
  width: 100%;
  bottom: 0px;
  left: 0;
  right: 0;
  position: absolute;
  display: block;
  z-index: -1;
  height: 120px;
}

.input-autocomplete {
  height: 46px;
  margin-bottom: 10px;
}

.container-input-autocomplete {
  position: relative;
}
.container-input-autocomplete span.twitter-typeahead {
  width: 100%;
}
.container-input-autocomplete .container-autocomplete {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: auto;
  z-index: 10;
  background: #fff;
  height: auto;
  max-height: 350px;
  transition: all 0.2s;
  padding: 25px;
  display: none;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
}
.container-input-autocomplete .container-autocomplete div.list-autocomplete {
  padding-left: 0;
  list-style: none;
  color: #626262;
}
.container-input-autocomplete .container-autocomplete div.list-autocomplete span {
  margin-bottom: 14px;
}
.container-input-autocomplete .container-autocomplete div.list-autocomplete div.list-item-autocomplete {
  padding: 8px 15px;
  cursor: pointer;
}
.container-input-autocomplete .container-autocomplete div.list-autocomplete div.list-item-autocomplete:hover {
  background: #f0f0f0;
}
.container-input-autocomplete .container-autocomplete:nth-child(1) {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
.container-input-autocomplete .container-autocomplete > div + div {
  margin-top: 20px;
  border-top: 1px solid #ededed;
  padding-top: 25px;
}

.hoteis-listagem-hero-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 60px;
}
.hoteis-listagem-hero-card h2 {
  font-size: 20px;
}
.hoteis-listagem-hero-card .btn-rounded {
  border-radius: 0 50px 50px 0 !important;
  height: 60px;
}
.hoteis-listagem-hero-card .input-group {
  max-width: 700px;
  margin: 0 auto;
}
.hoteis-listagem-hero-card .form-control.rounded {
  border-radius: 30px !important;
  height: 60px;
  transition: all 0.2s !important;
}
.hoteis-listagem-hero-card .form-control.rounded.show {
  border-radius: 30px 0 0 0;
  transition: all 0.2s !important;
}
.hoteis-listagem-hero-card .form-control.rounded.show + .container-autocomplete {
  display: block !important;
  transition: all 0.2s;
}

p {
  margin: 0px 0px 0px 0px;
  font-size: 100%;
}

.hoteis-listagem-card {
  border-radius: 10px;
  border: 1px solid #ededed;
  position: relative;
}
.hoteis-listagem-card a figure {
  position: relative;
  transition: all 0.2s;
}
.hoteis-listagem-card a figure:before {
  border-radius: 10px 10px 0 0;
  position: absolute;
  background: rgba(0, 57, 111, 0);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.2s;
  z-index: 1;
}
.hoteis-listagem-card a figure:after {
  position: absolute;
  top: calc(50% - 23px);
  right: calc(50% - 15px);
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background-image: url("../images/icon-magnifyingglass.svg");
  background-size: cover;
  height: 30px;
  width: 30px;
  transition: all 0.2s;
  opacity: 0;
}
.hoteis-listagem-card a:hover figure:before {
  background: rgba(0, 57, 111, 0.5);
}
.hoteis-listagem-card a:hover figure:after {
  opacity: 1;
}

.container-filtro-hoteis {
  border: none;
}
.container-filtro-hoteis h6 {
  font-size: 18px;
}
.container-filtro-hoteis .container-category-filter {
  margin-bottom: 40px;
}

.border-radius-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* Styles for the filter toggle switch*/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #26A7F1;
}

input:checked ~ p {
  color: #26A7F1;
}

.width-150 {
  width: 150px;
}

.slider-selected {
  color: #26A7F1;
  font-weight: 700px;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@media (max-width: 480px) {
  .typeahead,
.tt-query,
.tt-hint {
    width: 220px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    outline: none;
  }
}
@media (min-width: 481px) and (max-width: 761px) {
  .typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    outline: none;
  }
}
@media (min-width: 762px) and (max-width: 991px) {
  .typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    outline: none;
  }
}
@media (min-width: 992px) {
  .typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    outline: none;
  }
}
.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 1px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu {
  text-align: left;
  width: 422px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
  text-align: left;
}
.tt-suggestion:hover a {
  color: white;
}

.tt-suggestion a:hover, .tt-suggestion a:focus, .tt-suggestion a:active {
  color: white;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

#destino .typeahead {
  width: 200px;
  font-size: 16px;
  line-height: 16px;
  margin-left: -10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  #destino .typeahead {
    width: 180px;
  }
}
#destino .tt-menu {
  width: 100%;
}

#hotel-list {
  min-height: 870px;
}

.hoteis-listagem-card {
  min-height: 280px;
}

.hoteis-classificacao {
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #003870;
  z-index: 1 !important;
}

.carousel-inner > .item {
  height: 580px;
}
.carousel-inner > .item img {
  height: 580px;
  object-fit: cover;
}

.modal-reset.modal .modal-content {
  border: 0;
}
.modal-reset .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.modal-reset .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
  max-width: calc(100% - 30px);
}
.modal-reset .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  max-width: inherit;
  /* For Bootstrap 4 - to avoid the modal window stretching full width */
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}
.modal-reset .modal-content .close {
  position: absolute;
  top: 14px;
  right: 33px;
  z-index: 2;
}

.modal-hotel .hotel-info {
  padding: 30px 30px 30px 0;
}
.modal-hotel .hotel-info h1.modal-hotel-title {
  color: #003870;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 20px;
}
.modal-hotel .hotel-info h1.modal-hotel-title small {
  display: block;
  font-weight: 300;
  margin-top: 10px;
}
.modal-hotel .hotel-info p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  max-height: 150px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.modal-hotel .container-reserva {
  padding: 30px 0;
  border-top: 1px solid #f0f0f0;
  margin: 30px 0;
}
.modal-hotel .container-reserva h2 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #003870;
}
.modal-hotel .container-reserva .form-control.rounded {
  border-radius: 18px 0 0 18px;
}

.modal-backdrop.in {
  opacity: 0.75;
}

.checkbox-filter {
  display: block;
  padding: 4px 0px;
}
.checkbox-filter p {
  display: inline;
  position: relative;
}
.checkbox-filter p .helper-filter-item {
  position: absolute;
  margin-left: 5px;
  font-size: 11px;
}
.checkbox-filter p .helper-filter-item a {
  color: #ccc;
}

.container-input-autocomplete-md {
  position: relative;
}
.container-input-autocomplete-md input {
  border-radius: 23px;
  height: 46px;
}
.container-input-autocomplete-md input.form-control.rounded {
  transition: all 0.2s !important;
}
.container-input-autocomplete-md input.form-control.rounded.show {
  border-radius: 23px 23px 0 0;
  transition: all 0.2s !important;
}
.container-input-autocomplete-md input.form-control.rounded.show + .container-autocomplete {
  display: block !important;
  transition: all 0.2s;
}
.container-input-autocomplete-md .container-autocomplete {
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: auto;
  z-index: 10;
  background: #fff;
  height: auto;
  max-height: 350px;
  transition: all 0.2s;
  padding: 15px;
  display: none;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
}
.container-input-autocomplete-md .container-autocomplete div span {
  margin-bottom: 14px;
}
.container-input-autocomplete-md .container-autocomplete div div.list-container-autocomplete {
  padding-left: 0;
  list-style: none;
}
.container-input-autocomplete-md .container-autocomplete div div.list-container-autocomplete div.list-item-autocomplete {
  padding: 8px 15px;
  cursor: pointer;
}
.container-input-autocomplete-md .container-autocomplete div div.list-container-autocomplete div.list-item-autocomplete:hover {
  background: #f0f0f0;
}

.checkbox-selected-destiny {
  margin-bottom: 10px;
  text-align: left;
  display: block;
}
.checkbox-selected-destiny .checkbox-filter {
  display: inline-block;
  margin: 0px 0px;
}

.footer-card-hotel {
  position: absolute;
  bottom: 0;
  right: 0;
}

.show-more-hotels {
  margin-bottom: 40px;
}
.show-more-hotels .btn.disabled {
  border: none !important;
}

body.open-filter {
  overflow: hidden;
  height: 100%;
}

.container-mobile-filter {
  display: block;
  position: fixed;
  top: 0;
  left: 100%;
  right: 0;
  background: #fff;
  width: 100%;
  height: calc(100vh - 76px);
  z-index: 1000;
  overflow-y: auto;
  transition: all 0.2s;
}
.container-mobile-filter .footer-mobile-filter {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  padding: 15px;
}
.container-mobile-filter .close {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 25px;
  z-index: 2;
  padding: 10px;
  display: none;
}
.container-mobile-filter.open {
  left: 0;
  transition: all 0.2s;
}
.container-mobile-filter.open .close {
  display: block;
}

div#autocomplete.opened .form-control.rounded {
  border-radius: 4px 4px 0 0 !important;
}

/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .modal-hotel .hotel-info {
    padding: 20px 20px 20px 20px;
  }

  .carousel-inner > .item {
    height: 300px;
  }
  .carousel-inner > .item img {
    height: 300px;
    object-fit: cover;
    width: 100%;
  }
}
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .hoteis-listagem-hero-card {
    padding: 30px;
  }

  .hoteis-listagem-hero-card h2 {
    line-height: 28px;
  }
}
/* Custom, iPhone Retina */
/*
  CSS página como-funciona
*/
.como-funciona-hero {
  background-image: url("../images/como-funciona/heroshot.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
.como-funciona-hero h1 {
  font-weight: 500;
  color: white;
}
.como-funciona-hero .como-funciona-arrow {
  left: 0;
  right: 0;
  top: 93%;
}

.como-funciona-hero-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

p {
  margin: 0px 0px 0px 0px;
  font-size: 100%;
}

.como-funciona-card {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}

.o-que-e-card {
  background-image: url("http://via.placeholder.com/600x1000&text=como funciona background");
  background-repeat: no-repeat;
  background-position: right;
}

.img-under-card {
  position: absolute;
  top: 0px;
  z-index: -1;
  display: inline;
}

@media (min-width: 1200px) {
  .img-pos-left {
    left: 50%;
  }
}
@media (max-width: 1199px) {
  .img-pos-left {
    left: 40%;
  }
}
@media (max-width: 890px) {
  .img-pos-left {
    left: 30%;
  }
}
@media (max-width: 729px) {
  .img-pos-left {
    left: 0;
    right: 0;
  }
}
/* Blue circles */
@media (min-width: 1200px) {
  .round-circle {
    background-color: #26A7F1;
    border: 1px solid #26A7F1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 25px;
    height: 25px;
    z-index: 1;
    /* Adjust the position of the circles here*/
    top: 115px;
    left: 572px;
  }
}
@media (min-width: 992px) {
  .padding-top-60-md-up {
    padding-top: 60px;
  }

  .padding-bottom-100-md-up {
    padding-bottom: 100px;
  }

  .border-right-dashed-md-up {
    border-right: 2px dashed #ddd;
  }
}
/* Distance from the first blue circle to the top margin - it's bigger than the others */
.first-round-circle {
  top: 175px;
}

/* 'Play' triangle over video */
@media (min-width: 1200px) {
  .triangle-right {
    position: absolute;
    width: 0;
    height: 0;
    /* Triangle size */
    border-top: 40px solid transparent;
    border-left: 60px solid white;
    border-bottom: 40px solid transparent;
    border-radius: 5px;
    /* Adjust the position of the triangle here*/
    top: 140px;
    left: 250px;
  }
}
.margin-auto-0 {
  margin: 0 auto;
}

/*
  CSS for destinos - listagem
*/
.destinos-listagem-hero {
  background: url("../images/heroshot_destinos.jpg") no-repeat top center;
}
.destinos-listagem-hero h1 {
  font-weight: 500;
  color: white;
  max-width: 700px;
}

.destinos-listagem-hero-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

p {
  margin: 0px 0px 0px 0px;
  font-size: 100%;
}

.destinos-listagem-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.rounded-4px {
  border-radius: 4px;
}

.top-rounded-10px {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.btn-nopaddingtopbottom {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (min-width: 768px) {
  .hide-for-md-up {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide-for-sm-down {
    display: none;
  }
}
@media (max-width: 480px) {
  .width-xs-250 {
    width: 220px !important;
  }
}
.select-style:focus {
  background-color: #26A7F1;
}

.select-style:hover {
  cursor: pointer;
}

.b-dark-gray {
  border-color: #9B9B9B;
}

/*
  CSS for jobs page
*/
.jobs-hero {
  background-image: url("../images/heroshot_jobs.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}
.jobs-hero h1 {
  font-weight: 500;
  color: white;
  max-width: 700px;
}

.jobs-hero-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.jobs-hero-card p {
  font-size: 120%;
  color: #9B9B9B;
  font-weight: 500;
}

.jobs-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.jobs-form .form-group {
  text-align: left;
}
.jobs-form .form-group label {
  font-family: "Open Sans";
  text-transform: capitalize;
  font-size: 120%;
  font-weight: 400;
  margin-bottom: 10px;
  color: #9B9B9B;
}
.jobs-form .form-group input {
  border-radius: 20px;
}

.border-radius-50 {
  border-radius: 50%;
}

.p-gray p {
  font-size: 120%;
  color: #9B9B9B;
  font-weight: 500;
}

/*
  CSS for destino-detalhe page
*/
.destino-detalhe-hero {
  background-repeat: no-repeat;
}

h1 {
  font-weight: 500;
  color: white;
  margin: auto;
  text-align: center;
}

.destino-detalhe-hero-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

p {
  font-size: 100%;
}

.bg-gradient-gray {
  background: #eeeeee;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(white, #eeeeee);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, #eeeeee);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, #eeeeee);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, #f2f2f2);
  /* Standard syntax (must be last) */
}

.btn-white-border {
  border-color: white;
}

.min-height-192 {
  min-height: 192px;
}

@media (min-width: 992px) and (max-width: 1169px) {
  .card-oferta {
    min-height: 175px;
  }
}
@media (min-width: 1170px) {
  .card-oferta {
    min-height: 140px;
  }
}
@media (min-width: 992px) {
  .text-left-md-up {
    text-align: left;
  }
}
.destino-description {
  font-size: 18px;
  line-height: 28px;
}

/*
  CSS for planos-de-viagem page
*/
.planos-de-viagem-hero {
  background-image: url("../images/hero_planos.png");
  background-repeat: no-repeat;
  background-position: top center;
}
.planos-de-viagem-hero h1 {
  font-weight: 500;
  color: white;
  max-width: 1000px;
}
.planos-de-viagem-hero .short-hr {
  height: 2px;
  width: 100px;
}
.planos-de-viagem-hero P {
  color: #999999;
}
.planos-de-viagem-hero .hr-card {
  height: 1px;
  background-color: #999999;
  width: 70%;
}

@media (min-width: 768px) {
  .box-right-border {
    border-width: 0px 6px 0px 0;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ddd), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(left, #ddd, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(left, #ddd, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(left, #ddd, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to left, #ddd, rgba(0, 0, 0, 0)) 1 100%;
  }

  .hide-sm {
    display: none;
  }
}
.planos-de-viagem-hero-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.planos-de-viagem-hero-card p {
  font-size: 100%;
  font-weight: 500;
}

@media (min-width: 768px) {
  .md-min-height-180 {
    min-height: 180px;
  }
}
@media (min-width: 1200px) {
  .xl-min-height-160 {
    min-height: 210px;
  }
}
.max-height-30 {
  max-height: 30px;
}

.max-width-200 {
  max-width: 200px;
}

.hr-float-left {
  float: left;
  width: 100px;
  height: 3px;
  background-color: white;
}

.hr-float-right {
  float: right;
  width: 100px;
  height: 3px;
  background-color: white;
}

.border-radius-50 {
  border-radius: 50%;
}

.font-180 {
  font-size: 180%;
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .btn-xs-w200 {
    width: 200px;
  }
}
.font-size-18 {
  font-size: 18px;
}

/*
  CSS for Reativação page
*/
.reativacao-hero {
  background-image: url("../images/heroshot_reativacao.jpg");
  background-repeat: no-repeat;
}
.reativacao-hero h1 {
  font-weight: 500;
  color: white;
  max-width: 700px;
}

.reativacao-hero-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.reativacao-hero-card p {
  font-size: 120%;
  color: #9B9B9B;
  font-weight: 500;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
  height: 100%;
  /* inline-block space fix */
  margin-right: -4px;
}

.reativacao-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.reativacao-video {
  background-image: url("http://via.placeholder.com/1444x700&text=video background");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .btn-converse-xs {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .btn-reativar-xs {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .btn-converse-sm {
    font-size: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*
  CSS for referral page
*/
/* Removes Bootstrap's standard grey gradient background for the slider buttons*/
#referral-carousel-left {
  background-image: none;
}

#referral-carousel-right {
  background-image: none;
}

@media (max-width: 767px) {
  .btn-indicar-xs {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .btn-indicar-sm {
    font-size: 20px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
/*
  CSS for Cobrança page
*/
.cobranca-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

#cpf-input:focus {
  border-color: #F9B234;
  background-color: white;
}

/*
  CSS for lojas-listagem
*/
.lojas-listagem-hero {
  background-image: url("../images/heroshot_lojas.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
.lojas-listagem-hero h1 {
  font-weight: 500;
  color: white;
  max-width: 700px;
}

@media (min-width: 768px) {
  .padding-sm-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.lojas-listagem-hero-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.child-p-font-15 p {
  font-size: 17px;
}

.lojas-row-border {
  border-bottom: 1px solid lightgray;
}

.lojas-row-border:last-child {
  border-bottom: 0px;
}

@media (min-width: 992px) {
  .m-t-40-md {
    margin-top: 40px;
  }
}
.max-width-400-center {
  max-width: 400px;
  margin: 0 auto;
}

/*
  CSS for loja-detalhe
*/
.loja-detalhe-hero {
  background-image: url("http://via.placeholder.com/1440x400&text=lojas");
  background-repeat: no-repeat;
  background-position: center top;
}
.loja-detalhe-hero h1 {
  font-weight: 500;
  color: white;
  max-width: 700px;
}

.loja-detalhe-hero-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

#row-servicos-agencia ul {
  list-style: none;
  /* Remove list bullets */
  padding: 0;
  margin: 0;
}
#row-servicos-agencia li {
  text-align: left;
  font-size: 17px;
  min-height: 58px;
}
#row-servicos-agencia li p {
  display: inline;
}
#row-servicos-agencia li::before {
  font-family: FontAwesome;
  content: "";
  color: #26A7F1;
  padding-right: 10px;
  vertical-align: middle;
  font-size: 25px;
  float: left;
}

@media (min-width: 768px) {
  .p-t-sm-20 {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 480px) {
  .padding-480-0 {
    padding: 0 !important;
  }
}
/*
  CSS for Institucional page
*/
.institucional-hero {
  background-image: url("../images/quem-somos/heroshot.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}
.institucional-hero h1 {
  max-width: 900px;
}

.institucional-hero-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.hero-title {
  font-size: 3.5em;
}

.font-size-16 {
  font-size: 16px;
}

.line-height-15 {
  line-height: 15px;
}

/*
  CSS for login-cliente page
*/
.bg-login-cliente {
  background-image: url("../images/login/bg-login-cliente.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.login-cliente-card {
  background-color: white;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.login-cliente-form .form-group {
  text-align: left;
}
.login-cliente-form .form-group label {
  font-family: "Open Sans";
  text-transform: capitalize;
  font-size: 120%;
  font-weight: 400;
  margin-bottom: 10px;
  color: #9B9B9B;
  display: inline-block;
}
.login-cliente-form .form-group input {
  border-color: #ddd;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
}

.float-none {
  float: none;
}

/*
  CSS for login-hoteleiro page
*/
.bg-login-hoteleiro {
  background-image: url("../images/login/bg-login-hotel.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.login-hoteleiro-card {
  background-color: #213d65;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.login-hoteleiro-form .form-group {
  text-align: left;
}
.login-hoteleiro-form .form-group label {
  font-family: "Open Sans";
  text-transform: capitalize;
  font-size: 120%;
  font-weight: 400;
  margin-bottom: 10px;
  color: white;
  display: inline-block;
}
.login-hoteleiro-form .form-group input {
  border-color: #ddd;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
}
.login-hoteleiro-form .form-group select {
  border-color: #ddd;
  border-radius: 5px;
  font-size: 16px;
}
.login-hoteleiro-form .form-group select:invalid {
  color: #999999;
}

.float-none {
  float: none;
}

/* MEDIA QUERIES */
/* Positions arrow for medium screens */
@media (min-width: 768px) {
  .margin-top-sm-55 {
    margin-top: 55px;
  }
}
/* Positions arrow for medium screens Ipad Vertical*/
@media (max-width: 768px) {
  .dropdown-menu {
    display: block;
    box-shadow: none;
    border: none;
    position: inherit;
    background: transparent;
  }

  .text-hint, .text-hints {
    font-size: 35px;
  }

  .open > .dropdown-menu {
    box-shadow: none;
  }

  .dropdown-menu::before {
    border: none;
  }

  .menu-content ul li a {
    padding: 0px;
  }

  div.first-2-col img.bottom {
    top: 25px;
  }

  div.last-2-col img.bottom {
    top: 58px;
  }

  div.images.cols-3 img.bottom {
    width: 100px !important;
    top: 50px !important;
  }
}
/*** Phones ***/
@media (max-width: 767px) {
  .header-inner .logo {
    width: 60%;
  }

  .hero-shot {
    padding: 115px 0;
  }

  .dropdown-menu {
    display: block;
    box-shadow: none;
    border: none;
    position: inherit;
    background: transparent;
  }

  .open > .dropdown-menu {
    box-shadow: none;
  }

  .dropdown-menu::before {
    border: none;
  }

  .menu-content ul li a {
    padding: 0px;
  }

  /*** HOTEL ***/
  .hotel-detalhe-card {
    box-shadow: none;
  }

  /*** OFERTAS  ***/
  .lista-ofertas-card {
    min-height: 100%;
  }

  div.first-2-col img.bottom {
    width: 50px !important;
    top: 5px !important;
  }

  div.last-2-col img.bottom {
    width: 50px !important;
    top: 14px !important;
  }

  div.images.cols-3 img.bottom {
    width: 55px !important;
    top: 20px !important;
  }

  .text-hint {
    top: 0px;
    left: 90px;
    font-size: 19px;
    line-height: 19px;
  }

  .text-hints {
    line-height: 20px;
    left: 100px;
  }

  /*** destinos ***/
  #destino .typeahead {
    width: 300px !important;
  }
}
/*
  Css Página atendimento/*
*/
.atendimento {
  border-radius: 5px;
  border: solid 1px #CCC;
}

.atendimento .default-margin {
  margin-left: 30px;
  margin-right: 30px;
}

.atendimento h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: -20px;
  padding: 0;
}

.atendimento h2.subtitle {
  line-height: 110%;
  font-size: 22px;
  font-weight: 100;
}

.atendimento .blue-box-wrapper {
  background-color: #E2EEF1;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.atendimento .agencies {
  text-align: center;
  padding: 30px;
}

.atendimento .agencies h4 {
  color: orange;
  margin-bottom: 5px;
  font-size: 18px;
}

.atendimento .agencies a {
  color: #666666;
  text-decoration: underline;
}

.atendimento .agencies a:hover {
  text-decoration: none;
}

.atendimento .nao_encontrou_title {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 60px;
}

.atendimento .nao_encontrou_title h1 {
  line-height: 100%;
  font-size: 30px;
  margin: 0px;
  color: #003870;
}

.atendimento .nao_encontrou_title h2 {
  line-height: 100%;
  font-size: 26px;
  color: #CCCCCC;
}

.atendimento .form-area {
  padding-bottom: 80px;
}
.atendimento .form-area .form-group {
  text-align: left;
}
.atendimento .form-area .form-group label {
  font-family: "Open Sans";
  text-transform: capitalize;
  font-size: 120%;
  font-weight: 400;
  margin-bottom: 10px;
  color: #9B9B9B;
}
.atendimento .form-area .form-group input {
  border-radius: 20px;
}

@media only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) {
  .atendimento .default-margin {
    margin-left: 15px;
    margin-right: 15px;
  }

  .atendimento h1 {
    margin-bottom: 10px;
  }

  .atendimento .blue-box-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.offer-banner-destino {
  background-image: url(../images/ofertas/natal-2017/bg-banner-natal.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}
.offer-banner-destino h2 {
  color: #fff !important;
  font-weight: bold;
  font-size: 32px;
}
.offer-banner-destino p {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  line-height: 32px;
}
.offer-banner-destino p span {
  display: block;
  font-size: 16px;
}
.offer-banner-destino a {
  margin-top: 15px;
  color: #fff;
  display: inline-block;
  font-weight: 900;
  border-radius: 4px;
  border: 2px solid #eb992a;
  background: #fcbd59;
  background: -moz-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fcbd59), color-stop(100%, #fe9e30));
  background: -webkit-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: -o-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: -ms-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: linear-gradient(to bottom, #fcbd59 0%, #fe9e30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcbd59", endColorstr="#fe9e30", GradientType=0 );
  padding: 18px;
  text-shadow: 1px 1px 1px #a7650c !important;
  text-transform: uppercase;
  text-align: center;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .offer-banner-destino {
    text-align: center;
  }
  .offer-banner-destino figure img {
    margin: 0 auto;
  }
}
.offer-banner-small-container {
  background-image: url(../images/ofertas/natal-2017/bg-banner-natal.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
}
.offer-banner-small-container h2 {
  color: #fff !important;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
}
.offer-banner-small-container h2 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.offer-banner-small-container p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 32px;
}
.offer-banner-small-container p span {
  display: block;
  font-size: 13px;
}
.offer-banner-small-container a {
  color: #fff;
  display: inline-block;
  font-weight: 900;
  border-radius: 4px;
  border: 2px solid #eb992a;
  background: #fcbd59;
  background: -moz-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fcbd59), color-stop(100%, #fe9e30));
  background: -webkit-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: -o-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: -ms-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: linear-gradient(to bottom, #fcbd59 0%, #fe9e30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcbd59", endColorstr="#fe9e30", GradientType=0 );
  padding: 18px;
  text-shadow: 1px 1px 1px #a7650c !important;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.offer-banner-small-container .image-offer, .offer-banner-small-container .copy-offer, .offer-banner-small-container .cta-offer {
  display: inline-block;
  margin-right: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-banner-small-container .copy-offer {
  padding-left: 20px;
  padding-right: 20px;
  width: 65%;
}
.offer-banner-small-container .cta-offer {
  padding-left: 20px;
  padding-right: 20px;
  width: 30%;
}

@media only screen and (max-width: 1200px) {
  .offer-banner-small-container {
    margin-bottom: 30px;
  }
  .offer-banner-small-container h2 {
    color: #fff !important;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
  }
  .offer-banner-small-container h2 span {
    display: block;
    font-size: 15px;
    font-weight: 400;
  }
  .offer-banner-small-container .copy-offer {
    width: 60%;
  }
  .offer-banner-small-container .cta-offer {
    width: 40%;
  }
}
@media only screen and (max-width: 992px) {
  .offer-banner-small-container {
    flex-direction: column;
  }
  .offer-banner-small-container .image-offer {
    display: none;
  }
  .offer-banner-small-container .copy-offer {
    display: block !important;
    width: 90%;
  }
  .offer-banner-small-container .cta-offer {
    display: block !important;
    width: 90%;
  }
}
/*
  CSS for 404
*/
.big-404 {
  color: #26A7F1;
  font-size: 148px;
  font-weight: 800;
}

.ops-404 {
  color: #26A7F1;
  font-size: 88px;
  font-weight: light;
}

.text-404 {
  color: #26A7F1;
  font-size: 38px;
  font-weight: light;
}

/*# sourceMappingURL=custom.css.map */
