@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800";
@import "https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz";
* {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
button,
label,
input,
textarea,
li,
a,
select,
figcaption {
  font-family: "Montserrat", sans-serif !important;
}

a,
button {
  cursor: pointer;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 24px !important;
}

hr {
  border-bottom: solid 1px #545459;
}

.wp-block-button__link {
  background: #005aa3 !important;
  border: 1px solid #005aa3 !important;
  color: #fff !important;
  height: 56px !important;
  display: flex;
  border-radius: 8px !important;
  font-weight: 600 !important;
  transition: 0.2s;
  margin: 1rem 0 !important;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
}

.wp-block-button__link:hover {
  background: transparent !important;
  border: 1px solid #005aa3 !important;
  color: #005aa3 !important;
  cursor: pointer;
  transition: 0.2s;
}

hr.wp-block-separator {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.grid-1120 {
  width: 100%;
  max-width: 70em;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 71.25em) {
  .structure-blog .grid-1120 {
    padding: 0 0.9375em;
  }
}

.structure-single .sidebar {
  margin-top: -3.6em;
}

.structure-single .sidebar .title-section:first-of-type {
  display: none;
}

html,
body,
form {
  height: 100%;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  -webkit-overflow-scrolling: touch;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
}

.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.dropup {
  margin-top: -5px;
}

.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001;
}

.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
  float: none;
}

.daterangepicker.show-calendar .calendar {
  display: block;
}

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}

.daterangepicker .calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker table {
  width: 100%;
  margin: 0;
}

.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}

.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}

.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px;
}

.daterangepicker .daterangepicker_input {
  position: relative;
}

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}

.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px;
}

.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}

.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.ranges li {
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}

.ranges li:hover {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}

.ranges li.active {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}

@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 160px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .ranges,
  .daterangepicker.single.ltr .calendar {
    float: left;
  }
  .daterangepicker.single.rtl .ranges,
  .daterangepicker.single.rtl .calendar {
    float: right;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.ltr .calendar.right {
    margin-left: 0;
  }
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px;
  }
  .daterangepicker.ltr .ranges,
  .daterangepicker.ltr .calendar {
    float: left;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.rtl .calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px;
  }
  .daterangepicker.rtl .ranges,
  .daterangepicker.rtl .calendar {
    text-align: right;
    float: right;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .calendar.left {
    clear: none !important;
  }
}

.daterangepicker {
  display: none;
  padding: 0;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3);
}

.daterangepicker table {
  border-collapse: collapse;
}

.daterangepicker .calendar td {
  font-weight: normal;
  color: #000;
}

.daterangepicker .calendar td.active {
  background: #008bff;
}

.daterangepicker .calendar td.active:hover,
.daterangepicker .calendar td.active:focus {
  border-radius: 4px !important;
}

.daterangepicker .calendar td.start-date {
  background: #008bff !important;
  color: #fff;
}

.daterangepicker .calendar td.end-date {
  background: #ff8a00;
  color: #fff;
}

.daterangepicker .calendar td.off {
  background: none !important;
  color: #a8a8a8;
}

.daterangepicker .calendar td.today {
  color: #999999;
}

.daterangepicker .calendar .off {
  color: #a8a8a8;
}

@media (max-width: 40em) {
  .daterangepicker {
    width: 100% !important;
    position: fixed !important;
    top: -3px !important;
    left: 0 !important;
    z-index: 3001;
    bottom: 0 !important;
    height: 100% !important;
  }
}

.calendar {
  position: relative;
  height: 50%;
  margin: 0.1em 0 !important;
}

.calendar .month {
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 40px !important;
  line-height: 40px !important;
  border-radius: 0 !important;
  background: #008bff !important;
  color: #fff !important;
}

@media (max-width: 40em) {
  .calendar {
    width: 100% !important;
    max-width: 100% !important;
  }
  .calendar .month {
    color: #008bff !important;
    background: #fff !important;
  }
}

th.available {
  background-color: #ffffff !important;
}

.calendar.left {
  padding-left: 1.125em;
  padding-right: 0.5em;
}

.calendar.right {
  padding-right: 1.125em;
  padding-left: 0.5em;
}

.calendar.single {
  padding: 0 1.125em;
}

.fa-chevron-right,
.fa-chevron-left {
  position: absolute;
  z-index: 1000;
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
}

@media (max-width: 37.5em) {
  .fa-chevron-right,
  .fa-chevron-left {
    height: 22%;
  }
}

.fa-chevron-right {
  right: 0.5em;
}

@media (min-width: 40em) {
  .daterangepicker .left .fa-chevron-right {
    display: none;
  }
}

.fa-chevron-left {
  left: 0.5em;
  transform: rotate(180deg);
}

@media (max-width: 600px) {
  .daterangepicker .calendar th {
    padding: 2em 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #a8a8a8;
  }
}

@media (max-width: 320px) {
  .daterangepicker .calendar td,
  .daterangepicker .calendar th {
    height: 29px;
  }
}

.titulo-calendar {
  position: relative;
  height: 50px;
  padding: 0.9em 1em;
  background: #008bff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.calendar-title {
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

.blog-header {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 76px;
}

.logo {
  display: flex;
  gap: 32px;
  align-items: center;
}

.logo button {
  background: transparent;
  display: flex;
  gap: 5px;
  width: max-content;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #373737;
}

.logo button:hover {
  color: #005aa3;
}

.logo button:hover path {
  fill: #005aa3;
}

.logo button svg {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.blog-header .nav {
  height: 100%;
  display: flex;
  background: #f4f4f4;
  position: relative;
}

.logovdp {
  width: 170px;
}

@media screen and (max-width: 1200px) {
  .logovdp {
    width: 50px;
  }
}

.blog-header .grid-1120 {
  display: flex;
  align-items: center;
}

.blog-header .nav__content {
  background: #f4f4f4;
  justify-content: space-between;
}

.desktop_logo {
  display: block;
}

.mobile_logo {
  display: none;
}

@media screen and (max-width: 800px) {
  .desktop_logo {
    display: none;
  }

  .mobile_logo {
    display: block;
  }
}

@media (max-width: 71.25em) {
  .blog-header .nav__content {
    padding: 0 0.9375em;
  }
}

@media (max-width: 56.25em) {
  .blog-header .nav__content {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  }
  .blog-header .nav__content .menu-mob__container {
    position: fixed;
    z-index: -1;
    top: 5em;
  }
  .menu ul {
    width: 100%;
  }
}

.menu {
  overflow: hidden;
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.ajudaButton {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #373737;
  cursor: pointer;
}

.ajudaButton:hover {
  color: #005aa3;
}

.ajudaButton:hover path {
  fill: #005aa3;
}

.arrowCategoria {
  object-fit: contain;
  width: 20px;
  transition: transform 0.3s ease;
}

.aberto .arrowCategoria {
  transform: rotate(180deg);
}

.menu ul {
  float: right;
}

.menu ul li {
  float: left;
}

.menu ul li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #ffffff;
  border-radius: 5px;
  transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
}

.menu ul li a:hover,
.menu ul li a:focus {
  border: solid 1px #ffd012;
}

.menu ul li a i {
  display: none;
  margin-left: 0.5em;
  padding: 0 0.5em;
  font-size: 0.75em;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  background: #00b277;
}

.menu ul li.current-menu-item a {
  font-weight: bold;
  color: #008bff;
}

.menu ul li:last-of-type a:hover,
.menu ul li:last-of-type a:focus {
  background: none;
  text-decoration: underline;
}

.menu__mob {
  display: none;
  font-size: 0.875em;
  font-weight: 600;
  text-decoration: none;
  color: #004986;
}

.menu__mob i {
  display: inline-block;
  margin-left: 0.5em;
  border-width: 4px;
  border-color: transparent transparent #004986 #004986;
  border-style: solid;
  transform: rotate(45deg);
  transition: transform 0.1s ease;
  -moz-transition: transform 0.1s ease;
  -webkit-transition: transform 0.1s ease;
}

.menu__contatos {
  display: none;
}

.menu-view {
  right: 0 !important;
}

@media (max-width: 56.25em) {
  .menu-mob__container {
    position: fixed;
    z-index: -1;
    top: 4em;
    right: -80%;
    width: 80%;
    height: 100%;
    padding: 0 0 3em 0;
    overflow: auto;
    background: #fff;
    box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    transition: right 1s cubic-bezier(0, 0.98, 0, 0.99);
    -moz-transition: right 1s cubic-bezier(0, 0.98, 0, 0.99);
    -webkit-transition: right 1s cubic-bezier(0, 0.98, 0, 0.99);
  }
  .menu-mob__container::-webkit-scrollbar {
    width: 4px;
    background: #f4f4f4;
  }
  .menu-mob__container::-webkit-scrollbar-thumb {
    background: #a8a8a8;
    border-radius: 10px;
  }
  .menu-mob__container li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #eceff1;
  }
  .menu-mob__container li a {
    display: block;
    padding: 1em;
    color: #004986;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
  .menu-mob__container li a:hover,
  .menu-mob__container li a:focus {
    text-decoration: none;
  }
  .menu-mob__container li a i {
    display: inline-block;
  }
  .menu-mob__container .menu__contatos {
    display: block;
    padding: 1em;
    color: #186aaf;
  }
  .menu-mob__container .menu__contatos p,
  .menu-mob__container .menu__contatos span {
    font-size: 0.625em;
  }
  .menu-mob__container .menu__contatos span {
    text-transform: uppercase;
    font-weight: 700;
  }
  .menu-mob__container .menu__contatos .menu__contatos-region {
    margin-bottom: 0.7em;
  }
}

@media (max-width: 56.25em) and (max-width: 26.25em) {
  .menu-mob__container .menu__contatos .menu__contatos-region img {
    width: 90%;
  }
}

@media (max-width: 56.25em) {
  .menu-mob__container .menu__contatos .menu__contatos-region .menu__subtitulo {
    display: block;
    margin-bottom: 0.5em;
    font-size: 0.625em;
    font-weight: 700;
    text-transform: uppercase;
  }
  .menu-mob__container .menu__contatos .menu__contatos-region .menu__telefone {
    display: block;
    font-size: 1em;
  }
  .menu__mob {
    display: block;
    float: right;
  }
  .menu__seguro:before,
  .menu__area:before,
  .menu__empresa:before,
  .menu__passagens:before {
    content: "";
    display: inline;
    float: left;
    width: 1.875em;
    height: 1.875em;
    margin-right: 0.5em;
    vertical-align: middle;
  }
}

.banner {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  background: #186aaf;
  background-image: -moz-linear-gradient(99deg, #0080bb, #004986);
  background-image: -webkit-linear-gradient(99deg, #0080bb, #004986);
  background-image: linear-gradient(99deg, #0080bb, #004986);
}

@media (max-width: 28.125em) {
  .banner {
    height: 185px;
    padding-bottom: 2em;
  }
}

.banner__titulo {
  float: left;
  width: 50%;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 49.6875em) {
  .banner__titulo {
    width: 100%;
    text-align: left;
  }
}

.banner__breadcrumbs {
  font-size: 0.75em;
  color: #fff;
  margin-top: -1em;
}

.banner__breadcrumbs a {
  text-decoration: none;
  color: #fff;
}

.banner__breadcrumbs a:hover,
.banner__breadcrumbs a:focus {
  text-decoration: underline;
}

.structure-blog .banner {
  height: 180px;
  padding-bottom: 1em;
}

.structure-single .banner {
  height: 231px;
}

@media (max-width: 71.875em) {
  .structure-single .sidebar {
    padding: 0 0.9375em;
  }
}

@media (max-width: 71.25em) {
  .structure-single .banner {
    padding: 0 0.9375em;
  }
}

@media (max-width: 28.125em) {
  .structure-single .banner {
    overflow: hidden;
    height: auto;
    padding: 4em 0.9375em;
  }
  .structure-single .banner__titulo {
    width: 100%;
  }
}

.structure-category .banner {
  height: 180px;
}

.structure-category .banner__titulo {
  margin-top: 0;
}

.structure-category .banner__breadcrumbs {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 71.875em) {
  .structure-category .banner {
    padding: 0 0.9375em;
  }
  .structure-category .recents-posts,
  .structure-category .sidebar {
    padding: 0 0.9375em;
  }
}

@media (max-width: 28.125em) {
  .structure-category .banner {
    height: 163px;
  }
}

section .search {
  position: relative;
  float: right;
  width: 100%;
  max-width: 360px;
  border-bottom: 1px solid #fff;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

section .search input {
  padding: 1em 0;
  background: none;
  font-size: 1em;
  color: #fff;
}

section .search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

section .search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

section .search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

section .search input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 49.6875em) {
  section .search {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    max-width: 100%;
    padding: 0 0.9375em;
    margin-top: -4em;
    border-bottom: none;
    background: #004986;
  }
  section .search:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0.9375em;
    display: block;
    width: 3.125em;
    height: 3.125em;
  }
}

.show-search-bar {
  margin-top: 0 !important;
}

.title-section {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  padding: 0.6875em 0;
  font-size: 1.375em;
  font-weight: bold;
  color: #004986;
}

.line-bottom {
  border-bottom: 1px solid #e7e7e7;
}

.close-calendar {
  display: none;
  position: fixed;
  top: 5px;
  right: 0;
  z-index: 9999;
  width: 50px;
  height: 33px;
  border-radius: 5px;
}

.features {
  position: relative;
  overflow: hidden;
  margin-top: -3em;
  z-index: 0;
}

@media (max-width: 40em) {
  .features-principal .grid-1120 {
    padding: 0;
  }
  .features-principal .grid-1120 article {
    margin-left: 0.9375em;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  }
}

.features__master,
.features__slave {
  position: relative;
}

.features__master figcaption,
.features__slave figcaption {
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 100%;
  padding: 1.875em;
}

.features__master h2,
.features__master h3,
.features__slave h2,
.features__slave h3 {
  margin-top: 0.5em;
  color: #fff;
}

.features__master h2,
.features__slave h2 {
  font-size: 1.5em;
}

@media (max-width: 40em) {
  .features__master h2,
  .features__slave h2 {
    font-size: 1.125em;
  }
}

.features__master h3,
.features__slave h3 {
  font-size: 1.125em;
}

.features__master img,
.features__slave img {
  transition: transform 0.15s ease-out;
  -moz-transition: transform 0.15s ease-out;
  -webkit-transition: transform 0.15s ease-out;
}

.features .features__master:hover img,
.features .features__master:focus img,
.features .features__slave:hover img,
.features .features__slave:focus img {
  transform: scale(1.05);
}

.features__master {
  overflow: hidden;
  float: left;
  width: 65.9122807%;
  max-width: 46.25em;
  height: 25.9375em;
  border-radius: 5px;
  background: #fff;
}

@media (max-width: 40em) {
  .features__master {
    width: 100%;
  }
}

.features__content--slave {
  overflow: hidden;
  float: right;
  width: 31.5789474%;
  max-width: 360px;
}

.features__content--slave .features__slave {
  width: 100%;
}

@media (max-width: 40em) {
  .features__content--slave {
    width: 100%;
    float: left;
    max-width: 100%;
    margin-top: 10px;
  }
  .features__content--slave .features__slave {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .features__content--slave .features__slave:last-of-type {
    margin: 0;
  }
}

.features__slave {
  overflow: hidden;
  float: right;
  display: block;
  width: 32.5789474%;
  max-width: 360px;
  height: 200px;
  margin-bottom: 0.875em;
  background: #000;
  border-radius: 5px;
}

.features__mask {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 70%;
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.8),
    transparent
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.8),
    transparent
  );
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
}

.features__category {
  font-size: 0.875em;
  color: #fff;
}

.feature__container--img {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.feature__container--img img {
  width: 100%;
}

@media (max-width: 71.25em) {
  .feature__container--img img {
    width: auto;
    height: 100%;
  }
}

.features__link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.js-carousel-features {
  display: none;
}

.js-no-carousel-features {
  display: block;
}

@media (max-width: 40em) {
  .js-carousel-features {
    display: block;
  }
  .js-no-carousel-features {
    display: none;
  }
  .features__container--carousel {
    display: none;
    overflow: hidden;
  }
  .features__master,
  .features__slave {
    float: left;
    width: 90%;
    max-width: 90%;
    height: 200px;
  }
}

.owl-nav {
  display: none;
}

.owl-dots {
  display: flex;
  overflow: hidden;
  justify-content: center;
  margin: 0 auto;
}

.owl-dots .owl-dot {
  float: left;
  width: 10px;
  height: 10px;
  margin-right: 0.3em;
  border-radius: 50%;
  background: #c5c5c5;
}

.owl-dots .active {
  background: #186aaf !important;
}

.recents-posts {
  clear: both;
  float: left;
  width: 100%;
  max-width: 46.25em;
  margin: 1em 0;
}

.recents-posts article {
  position: relative;
  padding: 1.5625em 0;
  overflow: hidden;
}

.recents-posts article a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recents-posts article .features__slave {
  float: left;
  width: 360px;
  margin-right: 1.25em;
  margin-bottom: 0;
}

.recents-posts article .features__slave img {
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

@media (max-width: 71.25em) {
  .recents-posts article .features__slave {
    width: 45%;
  }
}

@media (max-width: 63.125em) {
  .recents-posts article .features__slave {
    max-width: 100%;
  }
}

@media (max-width: 40em) {
  .recents-posts article .features__slave {
    width: 100%;
  }
}

.recents-posts article:hover .features__slave img,
.recents-posts article:focus .features__slave img {
  opacity: 0.75;
}

.recents-posts article:hover .recents-posts-title,
.recents-posts article:focus .recents-posts-title {
  color: #008bff;
}

.recents-posts article:hover .recents-posts__leia,
.recents-posts article:focus .recents-posts__leia {
  color: #ff8a00;
}

.recents-posts .feature__container--img img {
  width: 100%;
  height: auto;
}

.recents-posts p {
  color: #545459;
}

@media (max-width: 63.125em) {
  .recents-posts p {
    display: none;
  }
}

@media (max-width: 71.25em) {
  .recents-posts {
    max-width: 65%;
  }
  .recents-posts article {
    overflow: hidden;
    clear: both;
  }
}

@media (max-width: 63.125em) {
  .recents-posts {
    max-width: 100%;
  }
}

@media (max-width: 63.125em) {
  .recents-posts {
    max-width: 100%;
  }
  .recents-posts article {
    overflow: hidden;
    clear: none;
    float: left;
    width: 47.5%;
    margin-right: 2.5%;
  }
  .recents-posts .feature__container--img img {
    width: auto;
    height: 100%;
  }
}

@media (max-width: 29.6875em) {
  .recents-posts {
    max-width: 100%;
  }
  .recents-posts article {
    overflow: hidden;
    clear: both;
    width: 100%;
  }
  .recents-posts .feature__container--img img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 29.6875em) and (max-width: 16.875em) {
  .recents-posts .feature__container--img img {
    width: auto;
    height: 100%;
  }
}

.recents__category {
  font-size: 0.875em;
  color: #a8a8a8;
}

.recents-posts-title {
  margin: 0.625rem 0;
  font-size: 1.5em;
  color: #004986;
  line-height: 1.25;
  transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
}

.recents-posts__leia {
  display: block;
  margin-top: 0.5em;
  font-size: 0.875em;
  text-decoration: none;
  color: #008bff;
  transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
}

.recents-posts__leia b {
  display: inline-block;
  padding: 0.3em;
  font-size: 1.4em;
  font-weight: normal;
}

.recents-posts__pagination {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin: 2.625em 0;
  text-align: center;
}

@media (max-width: 40em) {
  .recents-posts__pagination {
    float: left;
  }
}

@media (max-width: 25em) {
  .recents-posts__pagination {
    float: none;
  }
}
.prev,
.next,
.pagination__prev,
.pagination__next {
  margin: 0 1em;
  font-size: 0.875em;
  font-weight: bold;
  text-decoration: none;
  color: #004986;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  box-shadow: none !important;
}
.prev:hover,
.prev:focus,
.next:hover,
.next:focus,
.pagination__prev:hover,
.pagination__prev:focus,
.pagination__next:hover,
.pagination__next:focus {
  color: #ff8a00 !important;
  background: none !important;
}

@media (max-width: 25em) {
  .prev,
  .next,
  .pagination__prev,
  .pagination__next {
    display: none;
    margin: 2em;
  }
}
.page-numbers,
.pagination__num {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 2.32;
  vertical-align: middle;
  color: #004986;
  border-radius: 4px;
  border: 1px solid #c5c5c5;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.page-numbers:hover,
.page-numbers:focus,
.page-numbers.current,
.pagination__num:hover,
.pagination__num:focus {
  color: #fff;
  background: #004986;
  border-color: transparent;
}

@media (max-width: 40em) {
  .box-search__ida-volta {
    margin-top: 0 !important;
  }
  .box-search__ida-volta:before {
    top: 1.5em !important;
  }
}

.sidebar {
  float: right;
  width: 360px;
  margin: 1em 0 4em;
}

@media (max-width: 71.25em) {
  .sidebar {
    width: 35%;
  }
}

@media (max-width: 63.125em) {
  .sidebar {
    width: 100%;
  }
}

.area-destaque__ofertas {
  margin-bottom: 1.5em;
  text-align: center;
}

.area-destaque__ofertas li {
  margin-top: 1.5625em;
}

.area-destaque__ofertas img {
  width: 100%;
}

@media (max-width: 43.125em) {
  .area-destaque__ofertas li {
    float: left;
    width: 32%;
    margin-right: 1.5%;
  }
  .area-destaque__ofertas li:last-of-type {
    margin-right: 0;
    margin-bottom: 5.5%;
  }
}

@media (max-width: 33.125em) {
  .area-destaque__ofertas li {
    width: 100%;
  }
  .area-destaque__ofertas li img {
    width: 100%;
  }
}

.fb-page {
  width: 100%;
  margin: 1.5625em 0 1.5em;
}

.fb-page span {
  width: 100% !important;
}

@media (max-width: 63.125em) {
  .sidebar__blk {
    width: 48%;
  }
  .sidebar__blk--search {
    float: left;
  }
  .sidebar__blk--promo {
    float: right;
  }
}

@media (max-width: 43.125em) {
  .sidebar__blk {
    width: 100%;
  }
}

.box-search {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 555px;
  margin: 1.5625em auto 0;
  background: #186aaf;
  border-radius: 5px;
  margin-bottom: 1.5em;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.box-search h1 {
  display: block;
  padding: 0.8125rem 1.25rem;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  color: #fff;
  background: #004986;
  border-radius: 5px 5px 0 0;
}

.box-search .box-search--certified {
  display: none;
}

@media (max-width: 33.25em) {
  .box-search {
    height: 605px;
  }
}

.box-search__ida-volta {
  width: 100% !important;
  position: relative;
}

.box-search__ida-volta:before {
  position: absolute;
  display: block;
  top: 1.5em;
  left: 50%;
  z-index: 10;
  margin-left: -0.5em;
  content: "";
  width: 1em;
  height: 1.25em;
}

.box-search__form label {
  display: block;
  margin: 6px 0;
  font-size: 0.875rem;
  color: #fff;
}

.box-search__form input {
  border-radius: 5px;
}

.box-search__form .box-search__container,
.box-search__form .box-search__config {
  position: relative;
  margin: 1em;
  height: 53px;
  border-radius: 5px;
  box-shadow: none;
}

.box-search__form .box-search__vaivolta {
  position: absolute;
  z-index: 20;
  left: 50%;
  width: 30px;
  height: 20px;
  margin: 1em 0 1em -15px;
  background: none;
}

.box-search__form .box-search__ida,
.box-search__form .box-search__volta {
  float: left;
  width: 43.5%;
  height: 100%;
  margin-top: 6px;
}

.box-search__form .box-search__ida label,
.box-search__form .box-search__volta label {
  display: none;
}

.box-search__form .box-search__ida:first-of-type,
.box-search__form .box-search__volta:first-of-type {
  margin-right: 5%;
}

.box-search__form .box-search__volta {
  float: right;
}

.box-search__form .box-search__ida {
  position: relative;
  float: left;
}

.box-search__form .box-search__config {
  margin-top: 0.5em;
  box-shadow: none;
}

.box-search__form .box-search__config .box-search__config--key {
  position: relative;
  float: left;
  display: block;
  width: 11.5625em;
  height: 1.7em;
  margin-top: 0.7em;
  background: #004986;
  border-radius: 1.09375em;
}

.box-search__form
  .box-search__config
  .box-search__config--key
  .box-search__config--default {
  position: relative;
  z-index: 2;
  float: left;
  width: 50%;
  height: 100%;
  font-size: 0.75em;
  font-weight: bold;
  text-align: center;
  line-height: 2.4em;
  color: #fff;
  cursor: pointer;
}

.box-search__form .box-search__config .box-search__config--key .action {
  opacity: 1;
}

@media (max-width: 40em) {
  .box-search__form label {
    display: block;
    float: left;
    width: 100%;
    margin: 1em 0 5px 0;
    font-size: 13px;
    color: #fff;
  }
}

.activate {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 50%;
  height: 1.9625em;
  background: #008bff;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
}

.ida-e-volta {
  left: 0 !important;
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
}

.ida {
  left: 5.8em !important;
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
}

.input {
  float: left;
  height: 3.125rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #000;
}

.input::-webkit-input-placeholder {
  color: #a8a8a8;
}

.input::-moz-placeholder {
  color: #a8a8a8;
}

.input:-ms-input-placeholder {
  color: #a8a8a8;
}

.input:-moz-placeholder {
  color: #a8a8a8;
}

.inputs__close {
  display: none;
  position: absolute;
  top: 0.6em;
  right: 0.7em;
  z-index: 0;
  content: "";
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 0.4;
}

.inputs__close--visible {
  display: block;
}

.input-50 {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 0.625em;
}

.input-50 .twitter-typeahead {
  width: 100%;
  height: 100%;
}

.input-50 input {
  width: 100%;
  height: 100%;
  font-size: 1em;
  padding: 0 3em 0 0.7em;
  border: 2px solid transparent;
}

.input-50 input:focus {
  border: 2px solid #ff8a00;
}

.tt-menu {
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}

.tt-hint {
  color: #a8a8a8;
}

.tt-cursor,
.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #186aaf;
  background: #e5f3ff;
}

.tt-cursor strong,
.tt-suggestion:hover strong,
.tt-suggestion:focus strong {
  color: #ff8a00 !important;
  font-weight: bold !important;
}

.tt-suggestion {
  padding: 1em;
  font-weight: normal;
  font-size: 0.875em;
  cursor: pointer;
}

.tt-suggestion strong {
  font-weight: bold;
  color: #008bff;
}

.input-25 {
  width: 100%;
  height: 53px;
  padding: 0.5em 0 0.5em 2.5em;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
}

@media (max-width: 40em) {
  .input-25 {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 20em) {
  .input-25 {
    padding: 0.5em 0 0.5em 1.7em;
    font-size: 0.9em;
    font-weight: 600;
  }
}

.input-25:focus {
  border: 2px solid #ff8a00;
}

.input-33 {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 15px;
  padding: 0;
  z-index: 99;
  line-height: 1.8;
}

.input-33 .options__passageiros {
  display: none;
  position: absolute;
  top: 3em;
  left: 0;
  z-index: 100;
  width: 100%;
  margin-top: -2em;
  padding: 0.5em;
  color: #545459;
  background: #fff;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
}

.input-33 .options__passageiros table {
  width: 100%;
}

.input-33 .options__passageiros thead {
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
}

.input-33 .options__passageiros .tbl-number {
  text-align: center;
}

.input-33 .options__passageiros td {
  padding: 0.7em 0;
}

.input-33 .options__passageiros td span {
  margin-left: 0.5em;
  font-size: 10px;
  font-weight: normal;
  color: #a8a8a8;
}

.input-33 .options__passageiros .op__title {
  width: 85%;
}

.input-33 .options__passageiros .op__button {
  width: 5%;
}

.input-33 .options__passageiros .op__number {
  width: 15%;
  text-align: center;
}

.input-33 .options__passageiros--ativa {
  display: block;
}

.input-33 .options__passageiros--efect {
  opacity: 1;
  margin-top: 0;
}

.input-33 .options__passageiros--checked {
  clear: both;
  width: 100%;
  height: 100%;
  margin-bottom: 3.5em;
  padding: 0.8em 2.3em 0.5em 2.5em;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  border-radius: 5px;
}

.input-33 .options__passageiros--checked select {
  height: 3.125em;
  border-radius: 5px;
}

.input-33:before {
  position: absolute;
  top: 15px;
  left: 10px;
  content: "";
  display: block;
  width: 2.5625em;
  height: 1.5625em;
}

.input-33 label {
  display: none;
}

.submit {
  width: 100%;
  height: 100%;
  margin: 1.5em 0;
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #ff8a00;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 26px !important;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.submit:hover,
.submit:focus {
  opacity: 0.9;
}

.campo-vazio {
  border-color: "#F44336";
}

.options__passageiros--ok td b {
  display: none;
}

.options__passageiros--ok td b {
  display: block;
  width: 95%;
  margin: 0 auto;
  padding: 0.5em;
  text-align: center;
  font-size: 1em;
  font-weight: normal;
  color: #fff;
  border-radius: 5px;
  background: #008bff;
  cursor: pointer;
}

.box-search__feedback,
.aeroporto__feedback {
  display: none;
  position: absolute;
  top: -3.2em;
  right: 0;
  z-index: 100;
  width: 250px;
  font-size: 0.75em;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
}

@media (max-width: 20em) {
  .box-search__feedback,
  .aeroporto__feedback {
    width: 100%;
  }
}

.box-search__feedback b,
.aeroporto__feedback b {
  display: block;
  padding: 1em;
  border-radius: 5px;
  font-weight: normal;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.box-search__feedback b:before,
.aeroporto__feedback b:before {
  display: block;
  position: absolute;
  right: 1em;
  bottom: -0.3em;
  content: "";
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
}

.alert {
  background: #ffb010;
  background: -moz-linear-gradient(bottom, #bf840c, #ffb010);
  background: -webkit-linear-gradient(bottom, #bf840c, #ffb010);
  background: linear-gradient(bottom, #bf840c, #ffb010);
}

.alert:before {
  background: #bf840c;
}

.error {
  background: #f44336;
  background: -moz-linear-gradient(bottom, #b43128, #f44336);
  background: -webkit-linear-gradient(bottom, #b43128, #f44336);
  background: linear-gradient(bottom, #b43128, #f44336);
}

.error:before {
  background: #b43128;
}

.feedback-efeito {
  top: -4.5em;
  opacity: 1;
}

@media (max-width: 40em) {
  .feedback-efeito {
    top: -1.5em;
  }
}

.box-search__ida-volta {
  position: relative;
  display: block;
  float: left;
  width: 50%;
}

@media (max-width: 40em) {
  .box-search__ida-volta {
    width: 100%;
    margin-top: 0.8em;
  }
  .box-search__ida-volta:before {
    position: absolute;
    display: block;
    top: 2.2em;
    left: 50%;
    z-index: 10;
    margin-left: -0.5em;
    content: "";
    width: 1em;
    height: 1.25em;
  }
}

.campo-vazio {
  border: 2px solid #f44336;
}

.single-post {
  width: 100%;
}

.single-container {
  max-width: 70em;
  margin: 2em auto;
}

@media (max-width: 1024px) {
  .single-container {
    padding: 0 1em;
  }
}

.single-container h1 {
  font-size: 30px;
  font-weight: 600;
  color: #4a4949;
  padding-bottom: 30px;
  text-transform: uppercase;
}

.single-container h2 {
  font-size: 25px;
  font-weight: 600;
  color: #4a4949;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.single-container iframe {
  width: 70%;
  height: 400px;
}

@media (max-width: 1024px) {
  .single-container iframe {
    width: 100%;
  }
}

.single-container img {
  width: 70%;
}

@media (max-width: 1024px) {
  .single-container img {
    width: 100%;
  }
}

.wp-block-button__link {
  margin-bottom: 1.5em;
}

.single-post a {
  text-decoration: none;
  color: #ff8a00;
}

.single-post a:hover,
.single-post a:focus {
  text-decoration: underline;
}

.single-post p {
  margin-bottom: 1.5em;
  font-size: 1.125em;
  line-height: 1.65;
  color: #545459;
}

@media (max-width: 26.5625em) {
  .single-post p {
    padding: 0 0.9375em;
  }
}

.single-post .sigle-post__featured-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  background: #a8a8a8;
}

.single-post .sigle-post__featured-image img {
  width: 120%;
}

@media (max-width: 40.625em) {
  .single-post .sigle-post__featured-image {
    height: auto;
  }
  .single-post .sigle-post__featured-image img {
    width: 100%;
    height: auto;
  }
}

.single-post .single-post__image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #a8a8a8;
}

.single-post .single-post__image img {
  width: 100%;
}

.single-post h3 {
  margin: 1em 0;
  font-size: 1.125em;
  color: #545459;
}

@media (max-width: 26.5625em) {
  .single-post h3 {
    padding: 0 0.9375em;
  }
}

.single-post strong {
  /* clear: both; */
  /* float: left; */
  /* width: 100%;
    margin-bottom: 14px; */
  color: #545459;
}

@media (max-width: 26.5625em) {
  .single-post strong {
    padding: 0 0.9375em;
  }
}

.single-post .single-post__featured-text {
  width: 100%;
  max-width: 34.4375rem;
  margin: 2.5em auto;
  padding: 0 1.5em;
  font-size: 1.375em;
  font-weight: normal;
  text-align: center;
  color: #004986;
}

.single-post ul {
  margin: 2em 0;
  font-size: 1.125em;
}

.single-post ul li {
  color: #545459;
}

.single-post ul li:before {
  content: "• ";
  margin-right: 0.3em;
  font-size: 22px;
  color: #004986;
}

@media (max-width: 71.25em) {
  .single-post ul {
    padding: 0 0.9375em;
  }
}

.single-post .single-post__link-publi {
  display: inline-block;
  margin: 20px 20px 0 0;
  padding: 10px 20px;
  text-decoration: none;
  color: #004986;
  border: 1px solid #004986;
  border-radius: 5px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

@media (max-width: 26.5625em) {
  .single-post .single-post__link-publi {
    margin: 0.9375em 0.9375em 0 0.9375em;
  }
}

.single-post .single-post__link-publi:hover,
.single-post .single-post__link-publi:focus {
  text-decoration: none;
  color: #fff;
  background: #004986;
}

.single-post .single-post__social {
  overflow: hidden;
  margin-bottom: 1.5em;
  padding: 1em 0 0.8em;
  font-size: 14px;
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}

@media (max-width: 71.25em) {
  .single-post .single-post__social {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }
}

@media (max-width: 25em) {
  .single-post .single-post__social {
    text-align: center;
  }
}

.single-post .single-post__social span {
  float: left;
  line-height: 2.3;
  text-transform: uppercase;
  font-weight: 600;
  color: #a8a8a8;
}

@media (max-width: 25em) {
  .single-post .single-post__social span {
    float: none;
    display: inline-block;
    width: 50%;
    margin-bottom: 0.5em;
  }
}

.single-post .single-post__social .single-post__social--gallery {
  float: right;
  overflow: hidden;
}

@media (max-width: 25em) {
  .single-post .single-post__social .single-post__social--gallery {
    float: none;
  }
}

.single-post .single-post__social .single-post__social--gallery a {
  margin-right: 0.3em;
  transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
}

.single-post .single-post__social .single-post__social--gallery a:last-of-type {
  margin-right: 0;
}

.single-post .single-post__social .single-post__social--gallery a:hover,
.single-post .single-post__social .single-post__social--gallery a:focus {
  opacity: 0.65;
  text-decoration: none;
}

.single-post .title-recomended {
  display: block;
  margin: 2.5625em 0 1.5625em 0;
  font-size: 1.125em;
  text-transform: uppercase;
  color: #186aaf;
}

@media (max-width: 71.25em) {
  .single-post .title-recomended {
    padding: 0 0.9375em;
  }
}

.single-post .single-post__recomended {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  max-width: 13.75em;
  margin-bottom: 2em;
}

.single-post .single-post__recomended figure {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 8.125em;
  margin-bottom: 1.1875em;
  background: #000;
}

.single-post .single-post__recomended figure img {
  width: 150%;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.single-post .single-post__recomended p {
  font-size: 1.125rem;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.single-post .single-post__recomended a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-post .single-post__recomended:hover img,
.single-post .single-post__recomended:focus img {
  opacity: 0.65;
}

.single-post .single-post__recomended:hover p,
.single-post .single-post__recomended:focus p {
  color: #ff8a00;
}

@media (max-width: 71.25em) {
  .single-post .single-post__recomended {
    padding: 0 0.9375em;
    max-width: 32%;
  }
}

@media (max-width: 40.625em) {
  .single-post .single-post__recomended {
    max-width: 49%;
  }
}

@media (max-width: 22.8125em) {
  .single-post .single-post__recomended {
    max-width: 100%;
  }
}

.single-post .single-post__recomended--marge {
  margin-right: 2.5em;
}

@media (max-width: 71.25em) {
  .single-post .single-post__recomended--marge {
    margin-right: 1%;
  }
}

dialog {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #545459;
  background: #eceff1;
  transition: top 0.4s ease-out;
  -moz-transition: top 0.4s ease-out;
  -webkit-transition: top 0.4s ease-out;
}

dialog .newsletter__banner {
  height: 10.875em;
  background: #186aaf;
  background: -moz-radial-gradient(#008bff, #004986);
  background: -webkit-radial-gradient(#008bff, #004986);
  background: radial-gradient(#008bff, #004986);
}

@media (min-width: 40.125em) {
  dialog .newsletter__banner {
    background: -moz-linear-gradient(to right, #008bff, #004986);
    background: -webkit-linear-gradient(to right, #008bff, #004986);
    background: linear-gradient(to right, #008bff, #004986);
  }
}

.newsletter__header {
  position: relative;
  width: 100%;
  z-index: 200;
  padding: 0.7em 1.5em;
  line-height: 1.7;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.newsletter__header .newsletter__header--title {
  font-weight: 100;
  color: #545459;
}

.close-news-masc {
  position: absolute;
  top: 0.7em;
  right: 0.3em;
  width: 2.125em;
  height: 2.125em;
  cursor: pointer;
}

.close-news-masc img {
  width: 40%;
}

.form-mascara-newsletter {
  display: block;
  clear: both;
  width: 100%;
  max-width: 35.25em;
  margin: 13% auto 0;
  padding: 0 1.25em;
  font-family: "Montserrat", sans-serif;
}

.form-mascara-newsletter label {
  float: left;
  margin-bottom: 6px;
  font-size: 13px;
}

.form-mascara-newsletter input {
  width: 100%;
  margin-bottom: 11px;
  padding: 0.8125em 1.2em;
  font-size: 1em;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.form-mascara-newsletter input[type="text"]::-webkit-input-placeholder {
  color: #a8a8a8;
}

.form-mascara-newsletter input[type="text"]::-moz-placeholder {
  color: #a8a8a8;
}

.form-mascara-newsletter input[type="text"]:-ms-input-placeholder {
  color: #a8a8a8;
}

.form-mascara-newsletter input[type="text"]:-moz-placeholder {
  color: #a8a8a8;
}

.form-mascara-newsletter input[type="submit"] {
  margin-bottom: 1em;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #186aaf;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-mascara-newsletter p {
  width: 16.0625em;
  margin: 0 auto;
  font-size: 0.75em;
  text-align: center;
  color: #a8a8a8;
}

@media (min-width: 40.125em) {
  .form-mascara-newsletter {
    max-width: 39.25em;
  }
  .form-mascara-newsletter p {
    width: auto;
  }
}

.newsletter__view {
  top: 0 !important;
  opacity: 1 !important;
  transition: all 0.7s cubic-bezier(0, 0.98, 0, 0.99);
  -moz-transition: all 0.7s cubic-bezier(0, 0.98, 0, 0.99);
  -webkit-transition: all 0.7s cubic-bezier(0, 0.98, 0, 0.99);
}

.widget_wysija {
  position: relative;
}

.form-validation-field-0formError {
  left: 50% !important;
  top: -40px !important;
  padding: 0.5em 1em;
  font-size: 0.75em;
  color: #fff;
  background: #f44336;
  background: -moz-linear-gradient(bottom, #b43128, #f44336);
  background: -webkit-linear-gradient(bottom, #b43128, #f44336);
  background: linear-gradient(bottom, #b43128, #f44336);
  border-radius: 5px;
}

.form-validation-field-0formError:before {
  display: block;
  position: absolute;
  right: 1em;
  bottom: -0.2em;
  content: "";
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  background: #b43128;
}

@media (max-width: 40.625em) {
  .form-validation-field-0formError {
    left: 40% !important;
    top: 50px !important;
    margin-right: 1em;
  }
}

.footer__topo--newsletter {
  display: none;
  position: fixed;
  top: -50%;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

.footer__topo--newsletter iframe {
  overflow: hidden;
  left: 0;
  top: 1em;
  width: 100%;
  height: 100%;
  background: #eceff1;
  border: none;
}

@media (min-width: 40.75em) {
  .newsletter__input {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .newsletter__input:last-of-type {
    margin-right: 0;
  }
}

.container__modal {
  position: absolute;
  z-index: 1200;
  width: 100%;
  max-width: 700px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 44.6875em) {
  .container__modal {
    left: 50%;
    top: 50%;
    height: 514px;
    margin: -16.0625em 0 0 -21.875em;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  }
}

.newsletter-mascara {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.85);
}

.newsletter__form--bg {
  display: block;
  float: none;
  width: 100px;
  height: 105px;
  margin: 0 auto;
}

@media (min-width: 40.125em) {
  .newsletter__form--bg {
    float: left;
    width: 11em;
    height: 12.5em;
    margin-top: 7%;
    background-size: 75%;
  }
}

.newsletter__modal h2 {
  width: 13.5em;
  margin: 0 auto;
  padding: 2em 0;
  text-align: center;
  font-size: 1.125em;
  color: #fff;
}

@media (min-width: 40.125em) {
  .newsletter__modal h2 {
    float: right;
    margin: 0;
    font-size: 1.75em;
    text-align: left;
  }
}

.newsletter__modal .allmsgs {
  margin: 30% auto 0;
  width: 100%;
  max-width: 400px;
  padding: 1em;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #00b277;
}

@media (min-width: 40.125em) {
  .newsletter__modal .allmsgs {
    margin: 15% auto 0;
  }
}

.newsletter__banner div {
  width: 100%;
  max-width: 35.25em;
  margin: 0 auto;
}
/*# sourceMappingURL=style-blog.css.map */

.img-responsive {
  max-width: 100%;
  height: auto;
}
.footer__informacoes--link {
  display: inline-block;
  margin: 1.5em 1em 0 0.2em;
  padding: 0.5em 2em;
  font-family: "Open Sans Semi Bold", sans-serif;
  font-weight: 600;
  text-decoration: none;
  border-radius: 60px;
  color: #fff;
  background: #fc0;
  box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.header-desktop {
  display: flex;
}

@media (max-width: 1200px) {
  .header-desktop {
    display: none;
  }
}

.header-mobile {
  display: none;
}

@media (max-width: 1200px) {
  .header-mobile {
    display: flex;
  }
}

.menuOptions.active {
  display: flex;
}

.menuOptions {
  display: none;
  grid-template-columns: 1.2fr 4fr;
  position: absolute;
  background: #fff;
  width: min-content;
  z-index: 1;
  top: 60px;
  right: 75px;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  border-radius: 16px;
}
@media (max-width: 1200px) {
  .menuOptions {
    flex-direction: column;
    width: 95%;
    top: 0;
    border-radius: 0;
    left: unset;
    right: 0;
    height: 100vh;
    position: fixed;
    overflow: scroll;
  }
}
.menuOptions .rowHeader {
  padding: 1rem !important;
  background: #f4f4f4;
}
.menuOptions .menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-right: 1px solid #d6d6d6;
  padding: 1rem;
  width: max-content;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .menuOptions .menu {
    border-right: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: scroll;
  }
}
.menuOptions .menu .menu-item {
  cursor: pointer;
}
.menuOptions .menu .menu-item:hover {
  background: #f4f4f4;
  border-radius: 8px;
}
.menuOptions .menu p {
  margin: 0;
  padding: 1rem 0.5rem;
  display: flex;
  justify-content: space-between;
  color: #373737;
  font-weight: 600;
  font-size: 16px;
  gap: 24px;
}
.menuOptions .menu p img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.menuOptions .menu .active {
  background: #f4f4f4;
  border-radius: 8px;
}
.menuOptions .content-section.active {
  display: flex;
}
.menuOptions .content {
  width: max-content;
}
@media (max-width: 1200px) {
  .menuOptions .content {
    width: 100%;
  }
}
.menuOptions .content-section {
  display: none;
  gap: 60px;
  padding: 1rem;
  width: 250px;
}
@media (max-width: 1200px) {
  .menuOptions .content-section {
    width: 100%;
    flex-direction: column;
    box-sizing: border-box;
    gap: 15px;
  }
}
.menuOptions .content-section ul {
  display: flex;
  list-style: none;
  padding: 0;
  flex-direction: column;
  gap: 15px;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.menuOptions .content-section ul li {
  color: #000;
}
.menuOptions .content-section ul li:hover {
  text-decoration: underline;
  font-weight: 600;
}
.menuOptions .content-section ul .allOptions {
  font-weight: 600;
  color: #005aa3;
}
.menuOptions .content-section ul a {
  color: inherit;
}

.rowHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 1rem 0;
}

.rowHeader #logo {
  display: flex;
  gap: 30px;
  align-items: center;
}

.rowHeader #logo .logo {
  object-fit: contain;
  width: 170px;
}

@media (max-width: 1200px) {
  .rowHeader #logo .logo {
    width: 45px;
  }
}

.rowHeader #logo ul {
  padding: 0;
  list-style: none;
}

@media (max-width: 1200px) {
  .rowHeader #logo ul {
    display: none;
  }
}

.rowHeader #logo ul li {
  display: flex;
  gap: 5px;
  color: #373737;
  font-weight: 600;
  cursor: pointer;
}

.rowHeader #logo ul li .arrowCategoria {
  object-fit: contain;
  width: 20px;
  transition: transform 0.3s ease;
}

.rowHeader #logo ul .aberto .arrowCategoria {
  transform: rotate(180deg);
}

.rowHeader #search {
  display: flex;
  gap: 15px;
  align-items: center;
}

@media (max-width: 1200px) {
  .rowHeader #search {
    display: none !important;
  }
}

#button_whatsapp {
  right: unset !important;
  left: 20px !important;
}
