@charset "UTF-8";
/*
Theme Name: Passagens Promo
Theme URI: https://www..orangered-chough-476423.hostingersite.com/
Description: Passagens Promo Theme
Author: atendimento@www.orangered-chough-476423.hostingersite.com
Author URI: https://www..orangered-chough-476423.hostingersite.com/
Version: 4.0
Tags: blue, responsible
License: Copyright Passagens Promo
Text Domain: responsive

Passagens Promo Theme, Copyright (C) 2025 passagens promo
*/
/* TODO: sass --watch style.scss:style.min.css --style compressed */
@import url("https://orangered-chough-476423.hostingersite.com/blog/assets/vendor/datepicker.css");
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap";
@import "https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz&display=swap";
* {
  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;
}

.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: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

div.nav {
  background-color: #455CD1 !important;
}

.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;
  -moz-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;
  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;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  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;
}

div.nav {
  background-color: #455CD1;
}

.fa-chevron-right,
.fa-chevron-left {
  position: absolute;
  z-index: 1000;
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  background: url(./img/arrow-calendar-desk.svg) no-repeat center center/32%;
}

@media (max-width: 37.5em) {
  .fa-chevron-right,
  .fa-chevron-left {
    height: 22%;
    background: url(./img/arrow-calendar.svg) no-repeat center center/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: 80px;
  /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); */
}

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

.blog-header .nav__content {
  background-color: #455CD1;
  z-index: 120;
}

@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%;
  }
}
.logo {
  float: left;
  width: 100%;
  max-width: 10.5em;
  height: 80px;
  text-indent: -9999px;
  background: url(./img/logo_pass-promo.png) no-repeat left center/100%;
}

.logo a {
  display: block;
  height: 100%;
}

.menu {
  overflow: hidden;
  width: 100%;
}

.menu ul {
  float: right;
}

.menu ul li {
  float: left;
}

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

@media screen and (min-width: 1024px) {
  .menu ul li a {
    color: #fafafa;
  }
}
.menu ul li a:hover,
.menu ul li a:focus {
  background: #e9f0f9;
  color: #455CD1;
}

.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: #fafafa;
}

.menu__mob i {
  display: inline-block;
  margin-left: 0.5em;
  border-width: 4px;
  border-color: transparent transparent #fafafa #fafafa;
  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: #fafafa;
    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;
  }
  .menu__seguro:before {
    background: url(img/seguros_menu.svg) no-repeat center center;
  }
  .menu__area:before {
    background: url(img/pedidos_menu.svg) no-repeat center center;
  }
  .menu__empresa:before {
    background: url(img/empresa_menu.svg) no-repeat center center;
  }
  .menu__passagens:before {
    background: url(img/passagens_menu.svg) no-repeat center center/100%;
  }
}
.banner {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  background: #455CD1;
  /*   background-image: -moz-linear-gradient(99deg, #0080bb, #004986);
    background-image: -webkit-linear-gradient(99deg, #0080bb, #004986);
    background-image: linear-gradient(99deg, #0080bb, #004986); */
  margin-bottom: 25px;
}

@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;
  background: url(img/search.svg) no-repeat center right/5%;
  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;
    background: url(img/search.svg) #004986 no-repeat right center/18px;
  }
}
.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;
  background: url(./img/close-calendar.svg) transparent no-repeat center center/28%;
}

.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: 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: 15px 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__category {
    display: inline-block;
    padding-top: 15px;
  }
  .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;
}

@media (max-width: 48px) {
  .recents__category {
    margin-top: 15px;
  }
}
.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;
}

@media (max-width: 48em) {
  .recents-posts-title {
    font-size: 1.2em;
  }
}
.recents-posts__leia {
  display: block;
  margin-top: 0.5em;
  font-size: 0.875em;
  text-decoration: none;
  text-align: right;
  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%;
  padding: 2.625em 0;
  text-align: center;
}

/* @media (max-width: 40em) {
    .recents-posts__pagination {
        display: flex;
        justify-content: space-between;
    }
} */
@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;
}

.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: 30em) {
  .page-numbers {
    display: none;
  }
  .page-numbers.prev,
  .page-numbers.next,
  .page-numbers.pagination__prev,
  .page-numbers.pagination__next {
    display: initial;
  }
  .page-numbers.next {
    width: 30% !important;
    text-align: right;
    float: right;
    padding-right: 15px;
  }
  .page-numbers.prev {
    width: 30% !important;
    text-align: left;
    float: left;
    padding-right: 15px;
  }
}
@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%;
  }
}
/* single post */
.single-post {
  float: left;
  width: 100%;
  margin-top: -2em;
  max-width: 46.25em;
}

@media (max-width: 71.25em) {
  .single-post {
    max-width: 65%;
    padding: 0 0.9375em;
  }
}
@media (max-width: 63.125em) {
  .single-post {
    max-width: 100%;
  }
}
@media (max-width: 26.5625em) {
  .single-post {
    padding: 0;
  }
}
.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 h2 {
  margin: 1em 0;
  font-size: 1.5em;
  color: #004986;
}

@media (max-width: 26.5625em) {
  .single-post h2 {
    padding: 0 0.9375em;
  }
}
.single-post h3 {
  margin: 1em 0;
  font-size: 1.25em;
  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;
  }
}
.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;
}

@media (max-width: 64em) {
  .single-post .single-post__recomended p {
    font-size: 1em;
  }
}
.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%;
    height: 240px;
  }
}
@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%;
  }
}
/* Newsletter */
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: radial-gradient(#008bff, #004986);
}

@media (min-width: 40.125em) {
  dialog .newsletter__banner {
    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: "Open Sans", 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: 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;
  background: url("img/group-4-copy.svg") no-repeat center center/84%;
}

@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;
}


.img-responsive {
  max-width: 100%;
  height: auto;
}

/* bannerpopup */
.bannerpopup {
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 99999;
}

.bannerpopup .popup_content {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
  background-color: #160a30;
  font-family: "Open Sans", sans-serif;
  position: relative;
  border-radius: 10px;
}

@media screen and (max-width: 480px) {
  .bannerpopup .popup_content {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.bannerpopup .popup_content .close_bannerpopup {
  color: #ffffff;
  cursor: pointer;
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  border: none;
  font-size: 30px;
  background: transparent;
  position: absolute;
  right: 0;
  top: -40px;
}

.bannerpopup .popup_content .headerblackpromo {
  max-width: 480px;
  height: 170px;
  position: relative;
  border-bottom-left-radius: 400px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: linear-gradient(249deg, #a529c4, #d636ff -1%);
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .bannerpopup .popup_content .headerblackpromo {
    height: 110px;
  }
}
.bannerpopup .popup_content img {
  position: absolute;
  top: 36px;
  max-width: 100%;
}

@media screen and (max-width: 480px) {
  .bannerpopup .popup_content img {
    max-width: 232px;
  }
}
.bannerpopup .popup_content .bodyblackpromo {
  position: relative;
  z-index: 2;
  display: grid;
  row-gap: 40px;
  width: 85%;
  margin: 0 auto;
  padding-top: 47px;
  padding-bottom: 40px;
  max-width: 480px;
}

@media screen and (max-width: 480px) {
  .bannerpopup .popup_content .bodyblackpromo {
    position: relative;
    z-index: 2;
    display: grid;
    row-gap: 20px;
    width: 85%;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 40px;
    max-width: 480px;
  }
}
.bannerpopup .popup_content .bodyblackpromo .titlecall {
  color: #ff8a00;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.bannerpopup .popup_content .bodyblackpromo .textcall {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}

.bannerpopup .popup_content .bodyblackpromo a {
  display: flex;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #cf34f7;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

/* Form RD */
.form-contact-post {
  max-width: 100%;
  background: #e5f3ff;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  margin: 25px 0 25px 0;
  min-height: 355px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .form-contact-post {
    max-width: 290px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.form-contact-post .form-inputs .title-form-contact {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #008bff;
  font-family: "Open Sans", sans-serif;
}

.form-contact-post .form-inputs .sub-title-form-contact {
  font-size: 16px;
  line-height: 1em;
  color: #545459;
}

.form-contact-post .form-inputs .text-form-contact {
  font-size: 12px;
  color: #545459;
  padding-bottom: 10px;
  margin-top: 10px;
}

.form-contact-post .form-success {
  margin: 0 auto;
  min-height: 355px;
}

.form-contact-post .form-success .is_mobile {
  display: initial;
}

@media only screen and (max-width: 992px) {
  .form-contact-post .form-success .is_mobile {
    display: none;
  }
}
.form-contact-post .form-success .svg-success {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 20px 0;
}

.form-contact-post .form-success .title-success {
  font-size: 22px;
  font-weight: 700;
  margin: 0 15px 20px 15px;
  color: #008bff;
}

.form-contact-post .form-success .text-success {
  font-size: 14px;
  margin: 0 15px 0 15px;
  color: #545459;
}

.wpcf7-mail-sent-ok, .wpcf7-validation-errors {
  display: none !important;
}

.form-contact-post .wpcf7-form-control-wrap input {
  -webkit-appearance: none;
  width: 100%;
  max-width: 400px;
  padding: 8px;
  border-radius: 5px;
  border: solid 1px #d2d0d0;
  height: 45px;
  font-size: 14px;
  margin-top: 25px;
}

.form-contact-post .wpcf7-form-control-wrap input.wpcf7-not-valid {
  border: solid 1px #e02020;
}

.form-contact-post .wpcf7-form-control.wpcf7-submit {
  width: 75%;
  max-width: 400px;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(8, 117, 199, 0.25);
  background-color: #008bff;
  color: #fff;
  height: 45px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  margin-top: 25px;
}

.form-contact-post .form-inputs .row-submit {
  position: relative;
}

.ajax-loader {
  background-image: url("https://orangered-chough-476423.hostingersite.com/blog/wp-content/themes/ppromov4.1/img/loading-newsletter.gif") !important;
  position: absolute;
  bottom: 42px;
  left: 45%;
  width: 30px !important;
  height: 30px !important;
}

.form-inputs.hide, .form-success {
  display: none;
}

.form-success.show {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 355px;
}

.form-contact-post .wpcf7-not-valid-tip {
  font-size: 10px !important;
  background: 0 0 !important;
  border: none !important;
  left: 0 !important;
  bottom: -27px !important;
  z-index: 100 !important;
  padding: 0 !important;
  top: 2.3rem !important;
}

@media (max-width: 71.875em) {
  .structure-single .sidebar {
    margin-top: 0;
  }
}
@media (min-width: 71.875em) {
  .content-grid {
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
  }
  .content-grid .sidebar {
    position: relative;
  }
  .structure-blog .content-grid .sidebar__blk.sidebar__blk--search {
    display: grid;
    position: sticky;
    top: -87px;
  }
  .structure-single .content-grid .sidebar__blk.sidebar__blk--search {
    display: grid;
    position: sticky;
    top: 0;
  }
}
.category-select {
  display: block;
  overflow: hidden;
  background: #e5f3ff;
  padding: 20px 20px 30px 20px;
}

.category-select .category-select__tile {
  display: block;
  color: #545459;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}

.category-select .container_select {
  width: 100%;
  display: block;
  font-family: "Open Sans", sans-serif;
  background-color: #ffffff;
  border-radius: 5px;
  height: 45px;
  border: 1px solid #a8a8a8;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 10px;
  font-weight: 700;
}

.category-select select {
  width: 100%;
  color: #545459;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  background-color: #ffffff;
  border-radius: 5px;
  height: 100%;
  border: none;
  box-sizing: border-box;
  font-weight: 700;
}

/*Wordpress custom fix */
.wp-block-image figcaption {
  font-size: 14px;
  font-style: italic;
  color: #808080;
  font-family: "Open Sans", sans-serif;
}

.wp-block-image img {
  width: 100%;
  height: auto;
}

.has-cyan-bluish-gray-background-color {
  background-color: #e5f3ff !important;
  color: #545459;
}

.has-cyan-bluish-gray-background-color a {
  color: #008bff;
}

.has-cyan-bluish-gray-background-color a strong {
  color: #008bff;
}

/* SOCIAL READING TIME */
.single-post__social.single-post__social--grid {
  display: grid;
  grid-template-areas: "socialtime socialtitle socialgallery";
  grid-template-columns: 1fr auto auto;
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.single-post__social--time span, .single-post__social--time strong {
  float: none !important;
  text-transform: lowercase !important;
}

.single-post__social .single-post__social--time {
  grid-area: socialtime;
}

.single-post__social .single-post__social--title {
  grid-area: socialtitle;
}

.single-post__social .single-post__social--gallery {
  grid-area: socialgallery;
}

@media screen and (max-width: 768px) {
  .single-post__social.single-post__social--grid {
    display: grid;
    grid-template-areas: "socialtime" "socialtitle" "socialgallery";
    align-items: center;
    justify-content: center;
    text-align: center;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 25em) {
  .single-post .single-post__social.single-post__social--grid span {
    display: inline;
    width: auto;
  }
}
/* CTA */
.container_cta {
  display: none;
}

@media screen and (max-width: 468px) {
  .container_cta {
    font-family: "Open Sans", sans-serif;
    display: none;
    justify-content: center;
    align-items: center;
    height: 140px;
    width: 100%;
    position: fixed;
    bottom: 15px;
  }
  .box_cta {
    background-color: #ffffff;
    display: grid;
    width: 290px;
    grid-template-columns: auto 92px 92px;
    height: 140px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    padding: 15px 15px 15px 15px;
    box-sizing: border-box;
    grid-template-areas: "logocta titlecta titlecta" " logocta textcta textcta" "logocta btnfechar btnpesquisar ";
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .logo-cta {
    grid-area: logocta;
  }
  .title-cta {
    font-size: 16px;
    font-weight: bold;
    color: #545459;
    grid-area: titlecta;
    align-self: center;
  }
  .text-cta {
    font-size: 12px;
    color: #545459;
    grid-area: textcta;
    align-self: start;
  }
  .btn-cta {
    border: 1px solid #008bff;
    background-color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    width: 92px;
    color: #008bff;
    border-radius: 5px;
    display: grid;
    justify-content: center;
    align-items: center;
  }
  .btn-cta--active {
    background-color: #008bff;
    color: #ffffff;
  }
  .btn-fechar {
    grid-area: btnfechar;
    align-self: end;
  }
  .btn-pesquisar {
    grid-area: btnpesquisar;
    align-self: end;
  }
}
img.size-full {
  max-width: 100%;
  height: auto;
}

#ez-toc-container li,
#ez-toc-container ul,
#ez-toc-container ul li,
div.ez-toc-widget-container,
div.ez-toc-widget-container li {
  line-height: 1.2 !important;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
  padding-left: 1rem;
}

@media screen and (max-width: 40em) {
  div#ez-toc-container {
    background: #edf3ff;
    border: 1px solid #ffffff;
    width: auto;
    box-sizing: border-box;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.footer__topo {
  float: left;
  width: 100%;
  padding: 2.25em;
  height: auto;
  min-height: 14em;
  background-color: #004986;
  background-position: bottom left;
  background-repeat: repeat-x;
}
@media (max-width: 52.5em) {
  .footer__topo { /* 840px */
    background-color: #004986;
  }
}
@media (max-width: 40em) {
  .footer__topo { /* 640px */
    padding: 2em 0.7em;
  }
}
.footer__topo .newsletter {
  position: relative;
  float: left;
  width: 50%;
  color: #ffffff;
}
.footer__topo .newsletter a {
  display: block;
  width: 100%;
  max-width: 18.875em;
  margin: 1.25em 0;
  padding: 0.5em 0;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 2.3em;
  color: #ffffff;
  border-radius: 5px;
  background: #008bff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.footer__topo .newsletter a:hover, .footer__topo .newsletter a:focus {
  background: #ff8a00;
}
@media (max-width: 52.5em) {
  .footer__topo .newsletter { /* 840px */
    width: 100%;
    margin: 1.6em 0px 0px 0px;
    text-align: center;
  }
  .footer__topo .newsletter a {
    margin: 1.25em auto;
    max-width: 25.875em;
    font-family: "Open Sans";
    font-weight: bold;
  }
  .footer__topo .newsletter:after {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 85px;
    height: 98px;
    margin: -6em 0 0 -42.5px;
    content: "";
  }
  .footer__topo .newsletter form {
    width: 70%;
    display: inline-block;
  }
}
@media (max-width: 52.5em) and (max-width: 38.75em) {
  .footer__topo .newsletter form {
    display: none;
  }
}
.footer__topo .newsletter input[type=text] {
  float: left;
  width: 65%;
  height: 2.8125rem;
  padding: 0 1em;
  font-family: "Open Sans", sans-serif;
  background: #ffffff;
  border-radius: 5px 0 0 5px;
}
.footer__topo .newsletter input[type=submit] {
  display: block;
  width: 8.25em;
  height: 2.8125rem;
  margin-left: -0.3em;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  color: #ffffff;
  background: #008bff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: opacity 0.2s ease;
}
.footer__topo .newsletter input[type=submit]:hover, .footer__topo .newsletter input[type=submit]:focus {
  opacity: 0.9;
}
.footer__topo .newsletter h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  display: block;
  width: 100%;
}
.footer__topo .newsletter p {
  font-size: 14px;
  font-family: "Open Sans";
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 53.125em) {
  .footer__topo .newsletter p { /* 850px */
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    font-weight: bold;
    letter-spacing: normal;
    text-align: center;
    margin: 2em 3em;
    text-transform: none;
    font-size: 18px;
  }
}
@media (max-width: 20em) {
  .footer__topo .newsletter p {
    margin: 1.2em 1em 1.6em 1em;
  }
}
.footer__topo .redes-sociais {
  float: right;
  margin-top: 1.5em;
}
@media (max-width: 52.5em) {
  .footer__topo .redes-sociais { /* 840px */
    width: 100%;
    margin: 0 0 2em 0px;
    text-align: center;
  }
  .footer__topo .redes-sociais ul {
    display: inline-block;
    margin: 1em auto;
  }
}
.footer__topo .redes-sociais p {
  margin: 0 0 1.125em 0.5em;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}
.footer__topo .redes-sociais li {
  float: left;
  margin-right: 1.25em;
}
.footer__topo .redes-sociais li:last-of-type {
  margin-right: 0;
}
.footer__topo .redes-sociais li a {
  display: block;
  transition: margin-top 0.1s ease;
}
.footer__topo .redes-sociais li a:hover, .footer__topo .redes-sociais li a:focus {
  margin-top: -0.3em;
}
@media (max-width: 28.125em) {
  .footer__topo .redes-sociais li {
    margin-right: 1em;
  }
  .footer__topo .redes-sociais li a {
    width: 3em;
    height: 3em;
  }
  .footer__topo .redes-sociais li a img {
    width: 100%;
  }
}
@media (max-width: 19.375em) {
  .footer__topo .redes-sociais li {
    margin-right: 0.2em;
  }
}

.footer__informacoes {
  clear: both;
  background: #ffffff;
}
@media (max-width: 71.25em) {
  .footer__informacoes { /* 1140px */
    padding: 0 0.9375em;
  }
}
.footer__informacoes .grid-1120 {
  overflow: hidden;
  border-bottom: 1px solid #eceff1;
}
@media (max-width: 58.75em) {
  .footer__informacoes .grid-1120 {
    border-bottom: none;
  }
}
.footer__informacoes .footer__informacoes--titulo {
  display: block;
  margin-bottom: 1.125rem;
  font-weight: bold;
  font-size: 1.125em;
  font-family: "Open Sans Bold", sans-serif;
  color: #186aaf;
}
.footer__informacoes .footer__informacoes--large {
  float: left;
  width: 59.375%;
  padding: 2em 0;
}
@media (max-width: 58.75em) {
  .footer__informacoes .footer__informacoes--large {
    width: 50%;
  }
}
@media (max-width: 40em) {
  .footer__informacoes .footer__informacoes--large {
    display: none;
  }
}
.footer__informacoes .footer__informacoes--small {
  float: right;
  width: 28.125%;
  padding: 2em 0;
}
@media (max-width: 58.75em) {
  .footer__informacoes .footer__informacoes--small {
    width: 45%;
    padding: 15px 0;
  }
}
@media (max-width: 40em) {
  .footer__informacoes .footer__informacoes--small {
    width: 100%;
  }
}
.footer__informacoes .footer__informacoes--passagenspromo {
  font-size: 14px;
  color: #545459;
}
.footer__informacoes .footer__informacoes--passagenspromo .title-info-promo {
  margin-bottom: 1.125rem;
  font-size: 1.5625em;
  font-weight: normal;
  font-family: "Yanone Kaffeesatz", sans-serif;
  color: #a8a8a8;
}
.footer__informacoes .footer__informacoes--passagenspromo strong {
  font-weight: bold;
  color: #a8a8a8;
}
.footer__informacoes .footer__informacoes--passagenspromo p a {
  color: #008bff;
  text-decoration: none;
}
.footer__informacoes .footer__informacoes--atendimento .footer__area--fone {
  overflow: hidden;
  float: left;
  width: 50%;
}
.footer__informacoes .footer__informacoes--atendimento .footer__area--fone .footer__telefone {
  font-size: 1.375em;
  font-family: "Open Sans Bold";
  color: #004986;
}
.footer__informacoes .footer__informacoes--atendimento .footer__area--fone .footer__telefone b {
  font-size: 0.75em;
}
@media (max-width: 21.25em) {
  .footer__informacoes .footer__informacoes--atendimento .footer__area--fone .footer__telefone { /* 340px */
    font-size: 18px;
  }
}
.footer__informacoes .footer__informacoes--atendimento .footer__area--fone .footer__region {
  display: block;
  font-weight: normal;
  font-size: 0.625em;
  text-transform: uppercase;
  color: #545459;
}
.footer__informacoes .footer__informacoes--atendimento .footer__informacoes--hr {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 3.125em;
  margin: 0.625em 0;
  padding: 8px 0 8px 3em;
  border-radius: 5px;
  background: url(../img/grey-600.svg) #ffffff no-repeat 12px 12px;
  border: 1px solid #c5c5c5;
}
@media (max-width: 21.25em) {
  .footer__informacoes .footer__informacoes--atendimento .footer__informacoes--hr { /* 340px */
    height: auto;
  }
}
.footer__informacoes .footer__informacoes--atendimento .footer__informacoes--hr p {
  font-size: 0.75em;
  line-height: 1.5;
  color: #545459;
}
@media (max-width: 21.25em) {
  .footer__informacoes .footer__informacoes--atendimento .footer__informacoes--hr p {
    font-size: 0.625em;
  }
}
.footer__informacoes .footer__informacoes--ultimas-ofertas ul {
  height: 10.625em;
}
.footer__informacoes .footer__informacoes--ultimas-ofertas ul li {
  float: left;
  width: 50%;
  line-height: 1.3;
}
.footer__informacoes .footer__informacoes--ultimas-ofertas ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #545459;
}
.footer__informacoes .footer__informacoes--ultimas-ofertas ul li a strong {
  font-family: "Open Sans Bold";
}
.footer__informacoes .footer__informacoes--ultimas-ofertas ul li a:hover, .footer__informacoes .footer__informacoes--ultimas-ofertas ul li a:focus {
  color: #008bff;
  text-decoration: underline;
}
.footer__informacoes .footer__informacoes--formas-pagamento .formas-pagamento__title {
  display: block;
  margin: 0.625em 0;
  font-size: 14px;
  font-weight: normal;
  color: #545459;
}
.footer__informacoes .footer__informacoes--formas-pagamento .formas-pagamento__title strong {
  font-family: "Open Sans Bold";
}
.footer__informacoes .footer__informacoes--formas-pagamento img {
  margin-bottom: 0.4em;
}
.footer__informacoes .footer__informacoes--menus {
  text-align: center;
}
.footer__informacoes .footer__informacoes--menus ul {
  display: inline-block;
  overflow: hidden;
  padding: 2.5rem;
}
.footer__informacoes .footer__informacoes--menus ul li {
  float: left;
  margin-right: 3.125em;
}
.footer__informacoes .footer__informacoes--menus ul li:last-of-type {
  margin-right: 0;
}
.footer__informacoes .footer__informacoes--menus ul li a {
  font-size: 1rem;
  color: #004986;
  text-decoration: none;
}
.footer__informacoes .footer__informacoes--menus ul li a:hover, .footer__informacoes .footer__informacoes--menus ul li a:focus {
  text-decoration: underline;
  color: #008bff;
}
@media (max-width: 52.5em) {
  .footer__informacoes .footer__informacoes--menus {
    display: none;
  }
}

.footer__creditos {
  font-family: "Open Sans Bold";
  height: auto;
  min-height: 6.25em;
  padding: 1.5em 0;
}
.footer__creditos address {
  font-size: 0.75em;
  font-style: normal;
  font-family: "Open Sans Bold";
  color: #a8a8a8;
}
.footer__creditos span {
  font-family: "Open Sans Bold";
  font-size: 0.75em;
  color: #a8a8a8;
}
.footer__creditos .local {
  float: left;
  width: 45%;
}
@media (max-width: 40em) {
  .footer__creditos .local {
    width: 100%;
    text-align: center;
  }
}

.footer__informacoes--parceiros {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  float: right;
  width: 42%;
  justify-content: center;
}
.footer__informacoes--parceiros li {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.footer__informacoes--parceiros li:last-of-type {
  margin-right: 0;
}
.footer__informacoes--parceiros li a img {
  height: 38px;
}
@media (max-width: 40em) {
  .footer__informacoes--parceiros {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media (max-width: 20em) {
  .footer__informacoes--parceiros li {
    margin-right: 0;
  }
  .footer__informacoes--parceiros img {
    padding: 0.2em;
  }
}

.whatsapp-contato {
  position: relative;
  display: flex;
  clear: both;
  float: left;
  width: 99%;
  height: 2.1875em;
  margin: 0.95em 0 0.95em;
  align-items: center;
  justify-content: center;
  background: rgba(50, 204, 52, 0.2);
  border-radius: 17px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.whatsapp-contato p {
  margin-left: 1em;
  font-size: 14px;
  color: #13af0a;
}
.whatsapp-contato p:after {
  position: absolute;
  content: "";
  top: 0;
  left: 10px;
  width: 32px;
  height: 100%;
  background: url(../img/whatsapp.svg) no-repeat transparent center center;
}
@media (max-width: 22.5em) {
  .whatsapp-contato p {
    font-size: 0.75em;
  }
}
.whatsapp-contato p b {
  font-size: 12px;
}
.whatsapp-contato a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.whatsapp-contato strong {
  font-family: "Open Sans Bold";
}
.whatsapp-contato:hover, .whatsapp-contato:focus {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.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: #ffffff;
  background: #008bff;
  box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}
.footer__informacoes--link:hover, .footer__informacoes--link:focus {
  background: #008bff;
}

.parceiros__selos {
  margin-right: 1.7em;
  padding: 12px 20px;
  border-radius: 5px;
  border: 1px solid #c5c5c5;
}
.parceiros__selos img {
  margin: 0.5em 0 0 2em;
}
.parceiros__selos span {
  float: left;
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 52.5em) {
  .parceiros__selos {
    float: none;
    margin-bottom: 1em;
  }
}
@media (max-width: 24.375em) {
  .parceiros__selos {
    float: none;
    width: 100% !important;
    margin-bottom: 1em;
    text-align: center;
  }
  .parceiros__selos span,
  .parceiros__selos a {
    float: none !important;
  }
  .parceiros__selos img {
    margin: 0.5em 0 0 0;
  }
}

.generic-alert-class-covid {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto 1fr;
  width: 100%;
  box-sizing: border-box;
  flex-flow: row nowrap;
  border: 1px solid #545459;
  border-radius: 5px;
  overflow: hidden;
}

.generic-alert-class-covid .gac-icon {
  background-repeat: no-repeat;
  background-color: #545458;
  background-position: 50%;
  width: 44px;
}

.generic-alert-class-covid.covid .gac-icon {
  background-image: url(img/covid19.svg);
}

.generic-alert-class-covid .gac-message {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  background-color: #ececec;
  color: #545459;
  padding: 10px 15px;
}

.generic-alert-class-covid .gac-message a {
  color: #545459;
  text-decoration: none;
  font-weight: 700;
}

.generic-alert-class-covid.covid {
  border: 1px solid #008bff;
}

.generic-alert-class-covid.covid .gac-icon {
  background-color: #008bff;
}

.generic-alert-class-covid.covid .gac-message {
  background-color: #e5f3ff;
}

.btn-central-atendimento {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  max-width: 258px;
  max-height: 34px;
  padding: 5px 10px;
  border-radius: 17px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border: solid 0 #bd10e0;
  background-color: #e5f3ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #186aaf;
  text-decoration: none;
}
.btn-central-atendimento img {
  width: unset !important;
}

.menu__contatos-region .btn-central-atendimento {
  max-width: 200px;
  justify-content: start;
}

.feito-amopromo {
  text-decoration: none;
  max-height: 35px;
  padding: 7px 17px;
  border-radius: 17px;
  border: solid 1px #e2e2e2;
  display: grid;
  grid-auto-flow: column;
  align-items: start;
  justify-content: start;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #545459;
  width: 234px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 45em) {
  .feito-amopromo { /* 720px */
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__informacoes .footer__informacoes--titulo {
  display: block;
  margin-bottom: 1.125rem !important;
  font-weight: bold !important;
  font-size: 1.125em !important;
  font-family: "Open Sans Bold", sans-serif !important;
  color: #004986 !important;
}

.menu__contatos-region {
  margin-bottom: 0.7em;
}
@media (max-width: 26.25em) {
  .menu__contatos-region img {
    width: 90%;
  }
}
.menu__contatos-region .menu__titulo {
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
}
.menu__contatos-region .menu__subtitulo {
  display: block;
  margin-bottom: 0.5em;
  font-size: 12px;
  color: #545459;
  text-transform: initial;
}/*# sourceMappingURL=style.css.map */