/*
Theme Name: Seguros Promo FAQ
Theme URI: https://www.segurospromo.com.br/
Description: Seguros Promo FAQ Theme
Author: atendimento@segurospromo.com.br
Author URI: https://www.segurospromo.com.br/
Version: 1.0
Tags: gree, responsible
License: Copyright Seguros Promo FAQ
Text Domain: responsive

Seguros Promo FAQ Theme, Copyright (C) 2021 Seguros Promo FAQ
*/

@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";
@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;
  font-family: "Open Sans", sans-serif !important;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .container {
    width: 90% !important;
  }
}

.swiper-pagination-bullet-active {
  background: #007e47 !important;
}

.swiper-pagination-bullet {
  background: #d9d9d9;
  border-radius: 10px !important;
  width: 20px !important;
}

.swiper-pagination-bullets {
  display: flex;
  gap: 5px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px;
  margin-top: 32px;
  position: relative;
}

@media (max-width: 500px) {
  .pagination {
    margin-top: 24px;
    justify-content: space-between;
  }
}

.prevButton,
.nextButton {
  background: transparent;
  border-radius: 8px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9e9e9e;
  transition: 0.2s;
}

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

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

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

.container {
  width: 1200px;
  margin: 0 auto;
}

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

.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;
  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: -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;
  background: url(img/arrow.svg) no-repeat center center/100%;
}

.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: "Open Sans", 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;
  background: url(./img/close-input.svg) no-repeat center center/40%;
  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;
  background: url(./img/calendar.svg) no-repeat #fff 2px center;
  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;
    background: url(./img/calendar.svg) no-repeat #fff 2px center;
  }
}

.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: "Open Sans", sans-serif;
  background: url(./img/grey-500.svg) no-repeat #fff 95% center;
  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;
  background: url(./img/passageiro.svg) no-repeat transparent left center;
}

.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;
    background: url(img/arrow.svg) no-repeat center center/100%;
  }
}

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

.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.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: "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: -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 .footer__topo {
  padding: 20px 0;
}

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

/*# 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;
}

/* Footer */

.comp_footer {
  width: 100%;
  padding: 0 0 60px 0;
  background-color: #ffffff;
}

.comp_footer .component {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.comp_footer .component .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #007e47;
  padding-top: 25px;
  padding-bottom: 25px;
}

.comp_footer .component .top div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comp_footer .component .top .logo {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.comp_footer .component .top .social {
  -webkit-box-flex: 1.5;
  /* -ms-flex: 1.5;
              flex: 1.5; */
}

.comp_footer .component .top .social img {
  margin-left: 12px;
}

.comp_footer .component .top .salesphone {
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
}

.comp_footer .component .top .salesphone span {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #007e47;
}

.comp_footer .component .top .salesphone img {
  margin-left: 12px;
  margin-right: 12px;
}

.comp_footer .component .top .logo img {
  max-width: 210px;
}

.comp_footer .component .top strong {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #435162;
}

.comp_footer .component .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Open Sans", sans-serif;
  margin-top: 40px;
  padding-bottom: 50px;
}

.comp_footer .component .middle .aboutus,
.comp_footer .component .middle .insurers,
.comp_footer .component .middle .destiny,
.comp_footer .component .middle .assurance,
.comp_footer .component .middle .atendimento-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  /* -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; */
}

.comp_footer .component .middle strong {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  color: #435162;
  margin-bottom: 12px;
  letter-spacing: 0.6px;
}

.comp_footer .component .middle .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  /* margin-top: 12px; */
  /* margin-bottom: 12px; */
}

.comp_footer .component .middle .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  /* margin-top: 12px;
      margin-bottom: 12px; */
}

.comp_footer .component .middle .links a {
  font-size: 14px;
  color: #435162;
  margin-bottom: 10px;
  text-decoration: none;
}

.comp_footer .component .middle .links a:hover {
  color: #64ba00;
  text-decoration: underline;
}

/* .comp_footer .component .middle .payment > span{
      font-size: 14px;
      text-align: left;
      color: #435162;
      margin-bottom: 12px;
      margin-top: 12px;
  }
  .comp_footer .component .middle .payment .flagsfooter {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      margin-bottom: 12px;
  }
  .comp_footer .component .middle .payment .boletomini {
      display: none;
  } */
.comp_footer .linepayment .payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-family: "Open Sans", sans-serif;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-bottom: 50px;
  border-bottom: 1px solid #007e47;
}

.comp_footer .linepayment .payment .flagsfooter,
.comp_footer .linepayment .payment .boletofooter,
.comp_footer .linepayment .payment .banksfooter,
.comp_footer .linepayment .payment .pixfooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  font-family: "Open Sans", sans-serif;
}

.comp_footer .linepayment .payment .flagsfooter span,
.comp_footer .linepayment .payment .boletofooter span,
.comp_footer .linepayment .payment .banksfooter span,
.comp_footer .linepayment .payment .pixfooter span {
  font-size: 14px;
  color: #435162;
  margin-bottom: 10px;
}

.comp_footer .linepayment .payment .flagsfooter span:nth-child(2),
.comp_footer .linepayment .payment .boletofooter span:nth-child(2),
.comp_footer .linepayment .payment .banksfooter span:nth-child(2),
.comp_footer .linepayment .payment .pixfooter span:nth-child(2) {
  height: 35px;
  margin-bottom: 0;
}

.comp_footer .linepayment .payment strong {
  font-size: 16px;
  font-weight: bold;
  color: #435162;
}

.comp_footer .component .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #435162;
  line-height: 1.5;
}

.comp_footer .component .linepayment .payment strong {
  width: 124px;
}

@media only screen and (max-width: 1170px) {
  .comp_footer {
    /* padding: 0 15px 0 15px; */
  }

  .comp_footer .component .top .logo {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }

  .comp_footer .component .top .social {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }

  .comp_footer .component .top .salesphone {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
}

.assurance__contacts {
  margin-bottom: 16px;
}

.assurance__contacts--telephone:before {
  background: url(https://www.segurospromo.com.br/images/celular-novo.svg)
    no-repeat center center;
}

.assurance__contacts--wpp:before {
  background: url(https://www.segurospromo.com.br/images/whatsapp-logo.svg)
    no-repeat center center;
}

.assurance__contacts--mail:before {
  background: url(https://www.segurospromo.com.br/images/envelope.svg) no-repeat
    center center;
}

.atendimento-info {
  color: #007e47;
}

.atendimento-info a {
  text-decoration: none;
  color: #007e47;
}

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

@media only screen and (max-width: 980px) {
  .comp_footer .component .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .comp_footer .component .top .social {
    margin-top: 32px;
  }

  .comp_footer .component .top .social strong {
    display: none;
  }

  .comp_footer .component .top .salesphone {
    display: none;
  }

  /*###################################################*/

  .comp_footer .component .middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Open Sans", sans-serif;
    margin-top: 15px;
    padding-bottom: 0;
    border-bottom: 1px solid #435162;
  }

  /* .comp_footer .component .middle .insurers,
      .comp_footer .component .middle .destiny {
          display: none;
      } */

  .comp_footer .component .middle .atendimento-info {
    order: 1;
    margin-bottom: 1em;
  }

  .comp_footer .component .middle .assurance {
    order: 2;
  }

  .assurance__contacts a {
    color: #ffffff;
    text-decoration: none;
  }

  .comp_footer .component .middle .aboutus {
    order: 3;
  }

  .comp_footer .component .middle .insurers {
    order: 4;
  }

  .comp_footer .component .middle .destiny {
    order: 5;
  }

  .comp_footer .component .middle .assurance strong,
  .comp_footer .component .middle .insurers strong,
  .comp_footer .component .middle .destiny strong,
  .comp_footer .component .middle .aboutus strong {
    padding-top: 1em;
    font-size: 14px;
    font-weight: 600;
    border-top: 1px solid #435162;
  }

  .comp_footer .component .middle .assurance strong b,
  .comp_footer .component .middle .insurers strong b,
  .comp_footer .component .middle .destiny strong b,
  .comp_footer .component .middle .aboutus strong b {
    display: inline-block;
    float: right;
    width: 15px;
    height: 15px;
    margin-right: 0.8em;
    vertical-align: middle;
    background: url(https://www.segurospromo.com.br/images/down.svg) no-repeat
      center center/cover;
  }

  .assurance__contacts--telephone:before {
    background-image: url(https://www.segurospromo.com.br/images/celular-novo-mobile.svg);
  }

  .assurance__contacts--wpp:before {
    background-image: url(https://www.segurospromo.com.br/images/whatsapp-logo-mobile.svg);
  }

  .assurance__contacts--mail:before {
    background-image: url(https://www.segurospromo.com.br/images/envelope-mobile.svg);
  }

  .comp_footer .component .middle .links {
    overflow: hidden;
    height: 0;
  }

  .assurance__contacts a {
    color: #ffffff;
    text-decoration: none;
  }

  .expnd {
    height: auto !important;
    padding: 0.8em 0;
  }

  .rtate {
    transform: rotate(180deg);
  }

  .assurance__contacts p {
    width: 100%;
    max-width: 400px;
    padding: 0.7em;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    background-color: #007e47;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.8em auto;
  }

  .assurance__contacts--mail {
    display: flex;
    flex-direction: column;
    font-size: 12px;
  }

  .comp_footer .component .middle .aboutus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  /* .comp_footer .component .middle .aboutus strong{
          display: none;
      } */
  .comp_footer .component .middle .aboutus .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    /* -ms-flex-flow: row wrap;
                  flex-flow: row wrap; */
  }

  .comp_footer .component .middle .aboutus .links a {
    width: 50%;
  }

  .comp_footer .component .middle .payment .flagsfooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .comp_footer .component .middle .payment .flagsfooter img {
    width: initial;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .comp_footer .linepayment .payment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }

  .comp_footer .component .linepayment .payment strong {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }

  .comp_footer .linepayment .payment .flagsfooter,
  .comp_footer .linepayment .payment .boletofooter,
  .comp_footer .linepayment .payment .banksfooter,
  .comp_footer .linepayment .payment .pixfooter {
    width: 100%;
  }

  .comp_footer .component .bottom img {
    display: none;
  }

  .comp_footer .component .bottom {
    margin-top: 15px;
  }
}

.assurance__contacts p {
  padding-left: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}

.assurance__contacts p:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 0.5em;
}

.region-newsletter
  .region-newsletter__content
  .region-newsletter__content--aviso {
  display: flex;
}

/* .region-newsletter{
      width: 100%;
      height: 103px;
      background: #435162;
  }
  .region-newsletter .region-newsletter__content{
      display: flex;
      width: 100%;
      max-width: 1170px;
      height: 100%;
      margin: 0 auto;
      align-items: center;
  }
  
  .region-newsletter .region-newsletter__content .region-newsletter__content--form{
      width: 70%;
      margin-left: 14px;
  }
  .region-newsletter .region-newsletter__content .region-newsletter__content--form .campo{
      width: 308px;
      height: 47px;
      margin-left: 9px;
      padding: 20px;
      border: none;
      border-radius: 5px;
      background-color: #ffffff;
      font-family: 'Open Sans',sans-serif;
  }
  .region-newsletter .region-newsletter__content .region-newsletter__content--form .cadastrar{
      width: 150px;
      height: 47px;
      margin-left: 14px;
      text-transform: uppercase;
      letter-spacing: 0.6px;
      border-radius: 5px;
      border: none;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
      background-color: #64ba00;
      color: #ffffff;
      cursor: pointer;
  }
  
  .region-newsletter .region-newsletter__content .region-newsletter__content--aviso img{
      float: left;
      margin-top: 14px;
  }
  .region-newsletter .region-newsletter__content .region-newsletter__content--aviso p{
      float: left;
      margin-left: 1.125em;
      font-family: 'Open Sans',sans-serif;
      font-size: 15px;
      line-height: 1.5;
      color: #ffffff;
  }
  .region-newsletter .region-newsletter__content .region-newsletter__content--aviso p span{
      font-weight: 600;
      color: #ffd012
  }
  .region-newsletter .region-newsletter__borda{
      display: block;
      width: 100%;
      height: 4px;
  }
  .region-newsletter .region-newsletter__borda b{
      display: block;
      float: left;
      width: 25%;
      height: 100%;
  }
  .region-newsletter .region-newsletter__borda b:nth-child(1){ background: #64ba00 }
  .region-newsletter .region-newsletter__borda b:nth-child(2){ background: #68629c }
  .region-newsletter .region-newsletter__borda b:nth-child(3){ background: #ffd012 }
  .region-newsletter .region-newsletter__borda b:nth-child(4){ background: #007e47 }
  
  
  @media(max-width: 75em){
      .region-newsletter{
          height: auto;
      }
      .region-newsletter .region-newsletter__content{
          flex-direction: column;
          padding: 1.5em 0;
      }
      .region-newsletter .region-newsletter__content .region-newsletter__content--aviso{
          margin-bottom: .5em;
      }
      .region-newsletter .region-newsletter__content .region-newsletter__content--form{
          margin-left: 0;
      }
  }
  @media(max-width: 72em){
      .region-newsletter .region-newsletter__content .region-newsletter__content--form .cadastrar{
          display: block;
          margin: 1em auto 0;
      }
      .region-newsletter .region-newsletter__content .region-newsletter__content--form .campo{
          width: 48.5%;
          margin-left: 1%;
      }
  }
  
  @media(max-width: 36.25em){
      .region-newsletter .region-newsletter__content .region-newsletter__content--form .campo{
          width: 100%;
          margin: 0 0 10px 0;
      }
      .region-newsletter .region-newsletter__content .region-newsletter__content--form .cadastrar{
          margin: 0 auto;
      }
  }
  } */

@media (max-width: 31.25em) {
  .region-newsletter
    .region-newsletter__content
    .region-newsletter__content--aviso {
    display: initial;
  }

  .region-newsletter
    .region-newsletter__content
    .region-newsletter__content--aviso
    p {
    margin: 5px !important;
  }

  .registered-success {
    width: auto;
  }
}

/* Header */

/* ###################### COMP_HEADER ###################### */

/* SELO FRAME  */
.selo_frame_container {
  width: 100%;
  /* padding-top: 35px; */
}

.selo_frame_container .selo_frame {
  display: grid;
  align-items: center;
  justify-content: center;
  column-gap: 7px;
  grid-template-columns: max-content max-content;
  grid-template-areas: "imagemselo strongselo spanselo";
}

.selo_frame_container .selo_frame img {
  grid-area: imagemselo;
}

.selo_frame_container .selo_frame strong {
  grid-area: strongselo;
  align-self: center;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: -1px;
}

.selo_frame_container .selo_frame span {
  grid-area: spanselo;
  align-self: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffd012;
  letter-spacing: -1px;
}

@media (max-width: 480px) {
  .selo_frame_container {
    display: block;
  }
}

/* HEADER */
.header {
  background: #e6f6e5;
  padding: 1.5rem 0;
  position: relative;
}

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

.header .boxHeaderBar {
  display: none;
}

.header .boxHeaderBar img {
  width: 30px;
}

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

.header .boxHeaderOption {
  display: block;
}

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

  .header .boxHeaderOption.visible {
    display: block !important;
  }
}

.mobile-menu {
  display: none;
}

.desktop-menu {
  display: block;
}

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

  .desktop-menu {
    display: none;
  }
}

.header .boxHeaderJoin {
  display: block;
  cursor: pointer;
}

.header .boxHeaderJoin a {
  text-decoration: none;
  cursor: pointer;
}

.header .boxHeaderJoin button {
  cursor: pointer;
}

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

.header .boxHeaderOptionClose {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 20px;
  background: #e6f6e5;
  padding: 1.5rem 1rem;
}

.header .boxHeaderOptionClose .closeImage {
  width: 24px;
  margin: auto 0;
}

.header .rowHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
}

.header .rowHeader .logoImage {
  width: 200px;
  margin: auto 0;
}

@media (max-width: 1200px) {
  .header .rowHeader .logoImage {
    width: 180px;
  }
}

.header .rowHeader ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  column-gap: 50px;
}

@media (max-width: 1200px) {
  .header .rowHeader ul {
    flex-direction: column;
    position: fixed;
    height: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    top: 0;
    box-sizing: border-box;
    z-index: 9;
    overflow-x: scroll;
  }
}

.header .rowHeader ul a {
  text-decoration: none;
}

.header .rowHeader ul .alternativeMenuHeader .arrowIcon {
  transform: rotate(270deg);
}

.header .rowHeader ul .alternativeMenuHeader span {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.header .rowHeader ul .alternativeMenuHeader span img {
  width: 24px;
}

.header .rowHeader ul li {
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 600;
  transition: 0.2s;
  display: flex;
  align-items: center;
  column-gap: 5px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .header .rowHeader ul li {
    padding: 1rem 0;
    justify-content: space-between;
    margin: 0 1rem;
  }
}

.header .rowHeader ul li .arrowDownImage {
  width: 18px;
}

.header .rowHeader ul li .arrowIcon {
  transition: transform 0.3s ease-in-out;
  fill: #2e2e2e;
}

@media (max-width: 1200px) {
  .header .rowHeader ul li .arrowIcon {
    stroke: #007e47;
    width: 24px;
    height: 24px;
  }
}

.header .rowHeader ul li .arrowIcon.rotated {
  transform: rotate(180deg);
}

.header .rowHeader ul li:hover {
  color: #dbae25;
  transition: 0.2s;
}

.header .rowHeader ul li:hover .arrowIcon {
  stroke: #dbae25;
}

.header .rowHeader button {
  background: transparent;
  border: 1px solid #2e2e2e;
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  column-gap: 8px;
  font-family: "Open Sans", sans-serif;
  border-radius: 8px;
  transition: 0.2s;
}

.header .rowHeader button:hover {
  background: #dbae25;
  border: 1px solid #dbae25;
}

.header .rowHeader button img {
  width: 18px;
}

/* Submenu */

#seguro-viagem-submenu {
  display: none;
}

.submenu {
  position: absolute;
  left: 0;
  display: none;
  background: #fff;
  width: 100%;
  top: 90px;
  padding: 1.5rem 0;
  z-index: 9;
}

.submenu.visible {
  display: grid;
}

@media (max-width: 1200px) {
  .submenu {
    position: unset;
    background: #fff;
    padding: 1rem 0;
  }
}

.submenu .rowSubMenuBlog {
  display: grid;
  grid-template-columns: 1.5fr 2fr 2fr 2fr 2fr;
  column-gap: 16px;
  justify-items: end;
}

.rowSubMenuBlog div:nth-child(3),
.rowSubMenuBlog div:nth-child(4),
.rowSubMenuBlog div:nth-child(5) {
  border-right: 0px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
}

@media (max-width: 1200px) {
  .rowSubMenuBlog div:nth-child(3),
  .rowSubMenuBlog div:nth-child(4),
  .rowSubMenuBlog div:nth-child(5) {
    border: 0;
  }
}

@media (max-width: 1200px) {
  .submenu .rowSubMenuBlog {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

.submenu .rowSubMenu {
  display: grid;
  grid-template-columns: 1.5fr 2fr 2fr 2fr;
  column-gap: 16px;
  justify-items: end;
}

.rowSubMenu .boxSubMenu:nth-child(3) {
  border-right: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
}

@media (max-width: 1200px) {
  .rowSubMenu .boxSubMenu:nth-child(3) {
    border: 0;
  }
}

@media (max-width: 1200px) {
  .submenu .rowSubMenu {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

.titleItensSubMenu {
  color: #004a2a;
  font-size: 25px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  height: 50px;
  margin: 0;
}

@media (max-width: 1200px) {
  .titleItensSubMenu {
    font-size: 20px;
    height: auto;
  }
}

.submenu .boxSubMenu {
  width: 100%;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .submenu .boxSubMenu {
    padding: 0;
  }
}

.submenu .titleSubMenu {
  color: #004a2a;
  margin: 0 0 1rem 0;
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .submenu .titleSubMenu {
    font-size: 25px;
  }
}

.submenu .subtitleSubMenu {
  color: #004a2a;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 28px;
}

@media (max-width: 1200px) {
  .submenu .subtitleSubMenu {
    margin: 0 0 1rem 0;
  }
}

.submenu .boxItensSubmenu a {
  color: #2e2e2e;
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
  transition: 0.2s;
}

.boxItensSubmenu a strong {
  font-size: 16px;
}

.submenu .boxItensSubmenu a:hover {
  color: #dbae25;
  transition: 0.2s;
}

.submenu .boxItensSubmenu .all_menu_itens {
  color: #004a2a;
  font-weight: 700;
  text-decoration: underline !important;
}

.rowContactSubMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin: 1rem 0 0 0;
  padding: 1.5rem 0 0 0;
  border-top: 1px solid #d6d6d6;
}

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

.rowContactSubMenu .infoContactSubMenu img {
  width: 20px;
}

.rowContactSubMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin: 1rem 0 0 0;
  padding: 1.5rem 0 0 0;
  border-top: 1px solid #d6d6d6;
}

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

.boxContactSubMenu {
  display: flex;
  column-gap: 10px;
}

.boxContactSubMenu div {
  display: flex;
  align-items: center;
}

.titleContactSubMenu {
  margin: 0;
  color: #004a2a;
  font-weight: 700;
  font-size: 16px;
}

.rowContactSubMenu .infoContactSubMenu img {
  width: 20px;
}

.infoContactSubMenu {
  display: flex;
  align-items: center;
  column-gap: 5px;
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.infoContactSubMenu img {
  width: 20px;
}

/* Faq Header */

.faq-header {
  width: 100%;
  background: #004a2a;
  background-image: url(../../themes/wp-segurospromo/img/mainHeader/background-main-header.webp);
  background-repeat: repeat-x;
  background-position: bottom;
  box-sizing: border-box;
  padding: 3em 0;
  margin-bottom: 3rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.contents-faq-header {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 8px;
  row-gap: 8px;
}

@media (max-width: 1200px) {
  .contents-faq-header {
    width: 90% !important;
  }
}

@media (max-width: 500px) {
  .contents-faq-header {
    align-items: flex-start;
  }
}

.breadcrumb {
  list-style: none;
  display: flex;
  column-gap: 5px;
}

.breadcrumb li {
  color: #fff;
  font-size: 12px;
}

.breadcrumb a {
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.contents-faq-header .titleHeader,
.contents-faq-header h1 {
  color: #fff !important;
  font-size: 38px !important;
  font-weight: 700 !important;
}

@media (max-width: 500px) {
  .contents-faq-header .titleHeader,
  .contents-faq-header h1 {
    font-size: 28px !important;
  }
}

.contents-faq-header .titleHeader span,
.contents-faq-header h1 span {
  color: #009655;
}

.contents-faq-header p {
  color: #fff;
  font-size: 16px;
}

.faq-header-form {
  display: flex;
  column-gap: 8px;
  margin-top: 1em;
  width: 100%;
  justify-content: center;
}

.faq-header-form input {
  height: 56px;
  border-radius: 4px;
  padding: 0 10px;
  width: 700px;
}

@media (max-width: 1200px) {
  .faq-header-form input {
    width: 100%;
  }
}

.faq-header-submit {
  height: 56px;
  width: 56px;
  border-radius: 4px;
  background: #007e47;
  border: 1px solid #007e47;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.faq-header-submit:hover {
  background: transparent;
  transition: 0.2s;
}

.breadcrumb-alternative {
  list-style: none;
  display: flex;
  column-gap: 5px;
  justify-content: center;
}

@media (max-width: 500px) {
  .breadcrumb-alternative {
    justify-content: flex-start;
  }
}

.breadcrumb-alternative li {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}

.breadcrumb-alternative li b {
  color: #ffffff;
}

.breadcrumb-alternative a {
  color-scheme: #ffffff;
}

.header-category {
  padding: 0 0 3rem 0;
}

.header-category h1 {
  color: #2e2e2e;
  font-size: 32px;
  text-align: center;
  margin: 1rem 0 5px 0;
}

@media (max-width: 500px) {
  .header-category h1 {
    font-size: 24px;
    text-align: left;
  }
}

.header-category .count-results {
  font-size: 16px;
  text-align: center;
  color: #2e2e2e;
  font-weight: 400;
  font-style: italic;
}

.header-category .desc-single-content {
  font-size: 16px;
  color: #2e2e2e;
  font-weight: 400;
}

@media (max-width: 500px) {
  .header-category .count-results {
    text-align: left;
  }
}

.accordion-category {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  background: transparent;
}

.panel-category {
  padding: 0 16px 16px 16px;
  display: none;
  overflow: hidden;
  gap: 15px;
  flex-direction: column;
}

.panel-category h3,
h4,
h5,
li {
  font-size: 16px;
  color: #2e2e2e;
}

.panel-category p {
  font-size: 16px;
  color: #2e2e2e;
}

.panel-category a {
  color: #007e47;
  text-decoration: underline !important;
}

.body-category {
  padding: 0 0 3rem 0;
}

.body-category .container {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.box-accordion-category {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.accordion-category.active h2 {
  padding: 16px 16px 0 16px !important;
}

.accordion-category h2 {
  color: #2e2e2e;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 16px;
}

@media (max-width: 500px) {
  .accordion-category h2 {
    font-size: 18px;
  }
}

.accordion-category h2 svg {
  width: 20px;
  height: 11px;
}

.accordion-category svg {
  transition: transform 0.3s ease;
}

.accordion-category.active svg {
  transform: rotate(180deg);
}

.accordion-category p {
  font-size: 16px;
  color: #2e2e2e;
}

.outros-topicos {
  padding: 0 0 3rem 0;
  overflow: hidden;
}

.outros-topicos h2 {
  color: #373737;
  font-size: 32px;
  text-align: center;
  margin-bottom: 1rem;
}

@media (max-width: 500px) {
  .outros-topicos h2 {
    font-size: 24px;
    text-align: left;
  }
}

.row-outras-categorias {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 1200px) {
  .row-outras-categorias {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 800px) {
  .row-outras-categorias {
    grid-template-columns: 1fr;
  }
}

.alternative-outros-topicos .row-outras-categorias {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
}

@media (max-width: 1200px) {
  .alternative-outros-topicos .row-outras-categorias {
    grid-template-columns: 1fr !important;
  }
}

.box-outras-categorias {
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box-outras-categorias h3 {
  color: #373737;
  font-size: 18px;
  margin-bottom: 1rem;
}

.box-outras-categorias h3 a {
  color: #373737;
}

.box-outras-categorias h3 a:hover {
  color: #007e47;
  text-decoration: underline;
}

.box-outras-categorias p {
  color: #373737;
  font-size: 16px;
}

.box-outras-categorias button {
  display: flex;
  align-items: center;
  background: transparent;
  color: #007e47;
  font-weight: 700;
  font-size: 16px;
  margin-top: 1em;
  gap: 2px;
  cursor: pointer;
}

.box-outras-categorias button:hover {
  color: #dbae25;
  transition: 0.2s;
}

.box-outras-categorias button:hover svg {
  stroke: #dbae25;
  transition: 0.2s;
}

.box-outras-categorias button svg {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

.ajuda {
  padding: 0 0 3rem 0;
}

.ajuda h2 {
  color: #373737;
  font-size: 32px;
  text-align: center;
  margin-bottom: 1rem;
}

@media (max-width: 500px) {
  .ajuda h2 {
    font-size: 24px;
    text-align: left;
  }
}

.ajuda .desc-main-ajuda {
  color: #373737;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 500px) {
  .ajuda .desc-main-ajuda {
    text-align: left;
  }
}

.row-ajuda {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-top: 1rem;
}

@media (max-width: 500px) {
  .row-ajuda {
    grid-template-columns: 1fr;
  }
}

.box-ajuda {
  display: flex;
  flex-direction: column;
  border: 1px solid #037e73;
  border-radius: 8px;
  padding: 16px;
  justify-content: space-between;
}

.header-ajuda {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 1rem;
}

.header-ajuda img {
  object-fit: contain;
  width: 32px;
  height: 32px;
}

.header-ajuda h3 {
  color: #2e2e2e;
  font-size: 18px;
}

.header-ajuda .desc-ajuda {
  color: #373737;
  font-size: 16px;
}

.link-ajuda {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #007e47;
  font-weight: 700;
  font-size: 16px;
  margin-top: 1rem;
  cursor: pointer;
  text-decoration: underline;
}

.link-ajuda img {
  width: 20px;
  object-fit: contain;
  height: 20px;
}

.seguro-swiper {
  padding: 0 0 3rem 0;
  overflow: hidden;
}

.seguro-swiper .pagination {
  display: none;
}

@media (max-width: 500px) {
  .seguro-swiper .pagination {
    display: flex;
  }
}

.seguro-swiper h2 {
  color: #373737;
  font-size: 32px;
  text-align: center;
  margin-bottom: 1rem;
}

@media (max-width: 500px) {
  .seguro-swiper h2 {
    font-size: 24px;
    text-align: left;
  }
}

.swiper-container {
  overflow: visible;
}

.itemblk {
  min-height: 270px;
  color: #ffffff;
  display: flex;
  flex-flow: column nowrap;
  justify-self: center;
  padding: 16px;
  justify-content: space-between;
  text-decoration: none;
  border-radius: 8px;
}

.itemblk.europablk {
  background: url("img/europabg.svg") no-repeat bottom 20px right 20px #68629c;
  background-size: 120px !important;
}

.itemblk.euablk {
  background: url("img/euabg.svg") no-repeat bottom 20px right 20px #007e47;
  background-size: 85px !important;
}

.itemblk.americadosulblk {
  background: url("img/americadosulbg.svg") no-repeat bottom 20px right 20px
    #7d7979;
  background-size: 95px !important;
}

.itemblk.maritimoblk {
  background: url("img/maritimobg.svg") no-repeat bottom 20px right 20px #435162;
  background-size: 150px !important;
}

.itemblk .titleblk {
  font-size: 18px;
  display: flex;
  flex-flow: column nowrap;
  gap: 5px;
}

.itemblk .titleblk strong {
  font-size: 18px;
  font-weight: bold;
}

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

.itemblk .callblk {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}

.itemblk a {
  color: inherit;
}

.single .itemblk {
  min-height: 213px;
  padding: 19px 10px;
}

.single .itemblk.europablk {
  background: url("img/europabg.svg") no-repeat bottom 10px right 15px #68629c;
  background-size: 100px;
}

.single .itemblk.euablk {
  background: url("img/euabg.svg") no-repeat bottom 10px right 15px #007e47;
  background-size: 54px;
}

.single .itemblk.americadosulblk {
  background: url("img/americadosulbg.svg") no-repeat bottom 10px right 15px
    #7d7979;
  background-size: 71px;
}

.single .itemblk.maritimoblk {
  background: url("img/maritimobg.svg") no-repeat bottom 10px right 15px #435162;
  background-size: 106px;
}

.single .itemblk .titleblk {
  font-size: 14px;
}

.single .itemblk .titleblk strong {
  font-size: 20px;
}

.single .itemblk .textblk {
  font-size: 11px;
}

.single .itemblk .callblk {
  font-size: 11px;
}

.frequentes {
  padding: 0 0 3rem 0;
}

.frequentes h2 {
  color: #373737;
  font-size: 32px;
  text-align: center;
  margin-bottom: 1rem;
}

@media (max-width: 500px) {
  .frequentes h2 {
    font-size: 24px;
    text-align: left;
  }
}

.row-frequentes {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 1200px) {
  .row-frequentes {
    grid-template-columns: 1fr;
  }
}

.box-frequentes {
  border: 2px solid #007e47;
  border-radius: 8px;
  padding: 16px;
  background: #fff;
}

.box-frequentes img {
  object-fit: contain;
  width: 45px;
  height: 45px;
}

.box-frequentes h3 {
  color: #007e47;
  font-size: 18px;
  font-weight: 700;
  padding: 1rem 0;
}

.box-frequentes p {
  color: #373737;
  font-size: 16px;
}

.box-frequentes:hover {
  background: #007e47;
  border: 2px solid #007e47;
}

.box-frequentes:hover h3,
.box-frequentes:hover p {
  color: #fff;
}

.box-frequentes:hover img {
  filter: brightness(0) invert(1);
}

.row-404 {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 3fr;
  padding: 0 0 3rem 0;
}

@media (max-width: 800px) {
  .row-404 {
    grid-template-columns: 1fr;
  }
}

.box-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

@media (max-width: 800px) {
  .box-404 {
    text-align: center;
    align-items: center;
  }
}

.box-404 img {
  width: 100%;
}

@media (max-width: 800px) {
  .box-404 img {
    width: 60%;
  }
}

.title-404 {
  color: #007e47;
  font-size: 46px;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .title-404 {
    font-size: 28px;
  }
}

.box-404 h2 {
  color: #007e47;
  font-size: 32px;
}

@media (max-width: 1200px) {
  .box-404 h2 {
    font-size: 20px;
  }
}

.desc-404 {
  font-size: 16px;
  color: #373737;
}

.desc-404 b {
  color: #007e47;
}

.boxDestino {
  border-radius: 8px;
  border: 1px solid #d6d6d6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.boxDestino img {
  width: 100%;
  object-fit: cover;
  height: 190px;
  border-radius: 8px 8px 0 0;
}

.textBoxDestinos {
  padding: 16px;
}

.textBoxDestinos h3 {
  color: #636363;
  font-size: 16px;
  font-weight: 400;
}

.textBoxDestinos h3 b {
  color: #2e2e2e;
  font-size: 24px;
}

.textBoxDestinos p {
  color: #373737;
  font-size: 16px;
  margin: 0.5rem 0;
}

.boxDestino button {
  display: flex;
  align-items: center;
  background: transparent;
  color: #007e47;
  font-weight: 700;
  font-size: 16px;
  gap: 2px;
  cursor: pointer;
  margin: 0 16px 16px 16px;
}

.boxDestino button:hover {
  color: #dbae25;
  transition: 0.2s;
}

.boxDestino button:hover svg {
  stroke: #dbae25;
  transition: 0.2s;
}

.boxDestino button svg {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

/* Popup */

#popup-frame {
  position: fixed;
  z-index: 5;
  display: none;
  align-items: center;
  width: 100%;
  height: 100vh;
  top: 0;
  background: rgba(0, 0, 0, 0.63);
}

#popup-frame .closebtn {
  color: #373737;
  margin: 0;
  cursor: pointer;
}

#popup-frame .closebtn img {
  cursor: pointer;
  width: 18px !important;
  fill: #373737;
}

#popup-frame .subcomp_frame {
  width: 35%;
  margin: auto;
  box-sizing: border-box;
}

@media (max-width: 500px) {
  #popup-frame .subcomp_frame {
    width: 95%;
    margin-top: 3em;
  }
}

#popup-frame .container {
  width: 1200px !important;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  #popup-frame .container {
    width: 90% !important;
  }
}

.button-frame {
  display: flex;
  position: fixed;
  z-index: 2;
  bottom: 15pt;
  right: 15pt;
}

.button-frame button {
  border: 1px solid #007e47;
  border-radius: 99px;
  padding: 0.7em 1.4em;
  background: #007e47;
  transition: 0.2s;
  color: #fff;
  font-weight: 600;
  font-size: 14px !important;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 20px 1px #00000087;
  justify-content: center;
  height: 60px;
  column-gap: 8px;
}

.button-frame button svg {
  width: 20px;
}

.button-frame button svg path {
  stroke: #fff;
  fill: #fff;
  stroke-width: 0.2px;
}

.button-frame button:hover {
  border: 1px solid #ffd012;
  background: #ffd012;
  cursor: pointer;
  transition: 0.2s;
}

.subcomp_frame {
  background: #edffed;
  border-radius: 8px;
  padding: 16px;
}

.header-pesquisa {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin: 0 0 1em 0;
}

.header-pesquisa p {
  color: #373737;
  font-weight: 700;
  font-size: 16px !important;
  margin: 0;
  line-height: 1.5em;
}

@media (max-width: 800px) {
  .header-pesquisa p {
    font-size: 13px !important;
  }
}

@media (max-width: 500px) {
  .header-pesquisa p {
    font-size: 16px !important;
  }
}

.header-pesquisa:hover path {
  stroke: #007e47;
  fill: #007e47;
  stroke-width: 0.2px;
}

.header-pesquisa:hover h2 {
  color: #007e47;
}

.header-pesquisa img {
  object-fit: contain;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
}

.frame-pesquisa-seguros {
  position: relative;
}

.frame-pesquisa-seguros .input_container {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.frame-pesquisa-seguros input {
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 0 45px;
  height: 56px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.frame-pesquisa-seguros input::placeholder {
  color: #9e9e9e;
}

.frame-pesquisa-seguros input:focus {
  border: 1px solid #007e47;
}

.frame-pesquisa-seguros input:focus-visible {
  outline-color: #007e47;
  outline-width: 1px;
  outline-offset: unset;
}

.frame-pesquisa-seguros .location input {
  color: #9e9e9e !important;
}

.frame-pesquisa-seguros img {
  position: absolute;
  color: #9e9e9e;
  width: 20px;
  height: 20px;
}

.frame-pesquisa-seguros .i-left {
  left: 15px;
}

.frame-pesquisa-seguros .i-right {
  right: 15px;
}

.frame-pesquisa-seguros .btnf-pesquisar {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  height: 56px;
  font-weight: 600;
  font-size: 16px;
  background: #006e3e;
  padding: 15px;
  transition: 0.2s;
}

.frame-pesquisa-seguros .btnf-pesquisar:hover {
  background: transparent;
  border: 1px solid #006e3e;
  color: #006e3e;
  cursor: pointer;
  transition: 0.2s;
}

span.dp-cal-title-span {
  display: none;
}

.button-cupom-popup {
  width: 400px;
  position: relative;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 500px) {
  .button-cupom-popup {
    width: 100%;
  }
}

.text-cupom-popup {
  font-size: 16px;
  width: 100%;
  color: #373737;
  justify-content: normal;
  align-items: center;
  transition: background 0.1s linear;
  background-color: transparent;
  border-radius: 12px;
  display: flex;
  padding: 0 0 0.5em 0;
  column-gap: 8px;
}

.text-cupom-popup p {
  margin: 0;
}

.text-cupom-popup strong {
  color: #00672f;
}

.feedback-cupom-popup {
  font-size: 16px;
  width: 100%;
  color: #373737;
  justify-content: normal;
  align-items: center;
  transition: background 0.1s linear;
  background-color: transparent;
  border-radius: 12px;
  display: none;
  padding: 0 0 0.5em 0;
  column-gap: 8px;
}

.feedback-cupom-popup p {
  margin: 0;
}

/* Frame */

.dp,
.dr-cals {
  overflow: hidden;
}

.dp-prev {
  left: 24px;
}

.dp-next {
  right: 24px;
}

.dp-cal-footer {
  text-align: center;
  background: #f5f5f5;
}

.dp-edge-day {
  color: #aaa;
}

.dp-next,
.dp-prev {
  position: absolute;
  width: 30px;
  height: 30px;
  overflow: hidden;
  top: 25px;
  color: #007e47;
  border-radius: 2px;
  border: 0;
  background: 0 0;
}

.dr-cal-end .dp-prev,
.dr-cal-start .dp-next,
.dr-cals .dp-edge-day {
  visibility: hidden;
}

.dr-cals {
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 12px !important;

  @media (max-width: 500px) {
    border-radius: 0 !important;
  }
}

.dr-cals .dp-cal-footer,
.selected-dates-dp {
  display: none;
}

.dr-cals::before {
  content: "";
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #007e47;
  background: linear-gradient(-90deg, #007e47 0, #8aefc8 100%);
}

.dp-col-header,
.dp-day {
  width: 14.28571429%;
  display: inline-block;
  padding: 8px;
  margin: 2px 0;
  text-align: center;
  font-weight: 600;
}

.dp-cal-month,
.dp-cal-year,
.dp-day,
.dp-month,
.dp-year {
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  position: relative;
  color: #3b404d;
  border-radius: 2px;
  border: 0;
  background: 0 0;
}

.dp-month {
  width: 33%;
  display: inline-block;
  padding: 8px;
}

.dp-current,
.dp-day:focus,
.dp-day:hover,
.dp-month:focus,
.dp-month:hover {
  outline: 0;
  background: #007e47;
  color: #fff;
}

.dp-permanent {
  position: relative;
  font-size: 0.8em;
  width: 400px;
  max-width: 100vw;
}

.dr-cals .dp-permanent {
  width: 100%;
}

.dp-current,
.dp-day:hover {
  outline: 0;
  background: #63ba00;
  color: #fff;
}

.dp-selected,
.dp-selected:hover {
  background: #007e47;
  color: #fff;
}

.dr-cals .dp-current,
.dr-cals .dp-selected {
  background: 0 0;
  border-radius: 0;
  color: #3b404d;
}

.dp-day-disabled {
  background: 0 0 !important;
  color: #ddd !important;
}

.dr-cals .dp-day-disabled {
  color: #ddd;
}

.dp-next-single {
  visibility: visible !important;
}

.dr-cals .dp-current:hover,
.dr-cals .dr-in-range,
.dr-cals .dr-in-range:hover {
  background: #d4f6c2;
  border-radius: 0;
  color: #000;
}

.dr-cals .dr-selected-start {
  background: #007e47 !important;
  color: #fff !important;
  border-radius: 4px 0 0 4px !important;
}

.dr-cals .dr-selected-end {
  background: #68629c !important;
  color: #fff !important;
  border-radius: 0 4px 4px 0;
}

.to-select-date-picker {
  border-bottom: 1px solid #007e47 !important;
  color: #000 !important;
}

@media (max-width: 640px), (max-height: 480px) {
  .dr-cals {
    border-radius: 0;
  }

  .dr-cal-end {
    display: none;
  }

  .selected-dates-dp {
    display: flex !important;
    height: 64px;
    padding: 0;
    color: #a8a8a8;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
  }

  .dp-departure-selected-date,
  .dp-returning-selected-date {
    flex: 1;
    padding: 15px 0;
  }

  .dr-cal-start .dp-next {
    visibility: visible;
  }

  .dp-cal-header {
    background: #fff !important;
  }

  .dep-selected-date-span,
  .ret-selected-date-span {
    font-weight: 400;
  }

  .dep-selected-date-span {
    color: #007e47;
  }

  .ret-selected-date-span {
    color: #68629c;
  }

  .dp-day {
    padding: 8px;
  }
}

.ex-inputs {
  position: relative;
}

.ex-inputs-picker,
.ex-inputs-picker-single {
  position: absolute;
  display: none !important;
  top: calc(100% + 5px);
  opacity: 0;
  z-index: 6;
  transition: all 0.5s;
  width: 100%;
}

.ex-inputs-header {
  text-align: center;
  margin-bottom: 8px;
}

.ex-inputs-end,
.ex-inputs-start {
  padding: 8px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.ex-inputs-picker-single {
  margin-left: 150px;
}

.ex-inputs-picker-visible {
  display: block !important;
  opacity: 1;
  z-index: 6;
}

.ex-inputs-picker-up {
  top: -342px !important;
}

.dp-day-today::after {
  border: none !important;
  height: 0;
  width: 0;
  position: absolute;
}

.dp-cal-title {
  display: none !important;
}

.dp-star {
  background-color: orange !important;
}

.dp-end-selected-date {
  background-color: #00f !important;
}

@media (max-width: 640px), (max-height: 480px) {
  .ex-inputs-end {
    display: none !important;
  }

  .ex-inputs-picker,
  .ex-inputs-picker-single {
    position: fixed;
    z-index: 6;
    top: 0 !important;
    margin: 0 !important;
    height: 100% !important;
    left: 0 !important;
    width: 100% !important;
  }

  .dp-close-mobile {
    display: block !important;
  }

  .dp,
  .dp-cal,
  .dp-permanent,
  .dr-cal-start,
  .dr-cals {
    height: 100% !important;
    width: 100% !important;
    max-height: 100% !important;
  }

  .dr-cals .dp-permanent {
    max-width: 100% !important;
    height: 100% !important;
  }

  .dp-cal-title {
    position: relative;
    display: flex !important;
    background: #007e47;
    margin: 0;
    padding: 10px !important;
    z-index: 6;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  }

  .dp-cal-title-span {
    flex: 4;
    font-size: 16px !important;
    font-weight: 700;
    color: #fff;
    line-height: 2;
  }

  .dp-close {
    flex: 1;
    display: block !important;
  }

  .dp-cal-header {
    padding: 1.5em 0 0;
  }
}

.dp,
.dp-years {
  max-height: 400px;
}

@media (max-width: 640px), (max-height: 480px) {
  .dp-next,
  .dp-prev {
    top: 24px;
    color: #007e47;
  }
}

.dp-day-today::after,
.dp::before {
  top: 0;
  right: 0;
  content: "";
}

@media screen and (min-device-width: 1200px) {
  .dp-next:focus,
  .dp-next:hover,
  .dp-prev:focus,
  .dp-prev:hover {
    cursor: pointer;
  }
}

@media (max-width: 480px), (max-height: 480px) {
  .dp-day,
  .dp-day-of-week {
    padding: 8px;
  }
}

.dp::before {
  height: 6px;
  position: absolute;
  left: 0;
  background: #007e47;
  background: linear-gradient(-90deg, #007e47 0, #8aefc8 100%);
}

.dp {
  position: relative;
  background: #fff;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
  line-height: 1.4;
  z-index: 6;
  padding-top: 6px;
  -webkit-tap-highlight-color: transparent;
  border: 0 !important;
  border-radius: 12px !important;
  font-family: "Open sans", sans-serif;
}

@media (max-width: 500px) {
  .dp {
    border-radius: 0 !important;
  }
}

.dp-permanent .dp {
  padding-top: 0;
  box-shadow: none;
  z-index: 0;
}

.dp-permanent .dp::before {
  display: none;
}

.dp-cal {
  min-height: 300px;
}

.dp-months {
  padding: 24px;
}

.dp-years {
  box-sizing: border-box;
  padding: 8px 0;
  overflow: auto !important;
}

.dp-cal-header {
  position: relative;
  text-align: center;
  color: #007e47;
  padding: 1.5em 0 0;
  background: #007e47;
}

@media (min-width: 640px) {
  .dp-next,
  .dp-prev {
    top: 8px;
    color: #fff;
  }

  .dp-cal-header {
    padding: 0.3em 0;
  }
}

.dp-next::before,
.dp-prev::before {
  content: "";
  border: 2px solid;
  width: 10px;
  height: 10px;
  display: inline-block;
  transform: rotate(-45deg);
  transition: border-color 0.2s;
  margin: 9px 0 40px 4px;
}

.dp-prev::before {
  border-right: 0;
  border-bottom: 0;
}

.dp-next::before {
  border-left: 0;
  border-top: 0;
  margin-left: 0;
  margin-right: 4px;
}

.dp-cal-month,
.dp-cal-year {
  display: inline-block;
  font-size: 14px;
  padding: 10px 8px 8px;
  outline: 0;
  color: #007e47;
  font-weight: 700;
}

@media (min-width: 640px) {
  .dp-cal-month,
  .dp-cal-year {
    color: #fff;
  }
}

.dp-clear,
.dp-close,
.dp-today {
  box-sizing: border-box;
  display: inline-block;
  width: 33%;
  padding: 8px;
  text-decoration: none;
  border: 0;
  background: 0 0;
  text-align: right;
  color: #fff;
}

.dp-permanent .dp-clear,
.dp-permanent .dp-close {
  display: none;
}

@media screen and (min-device-width: 1200px) {
  .dp-clear:focus,
  .dp-clear:hover,
  .dp-close:focus,
  .dp-close:hover,
  .dp-next:focus,
  .dp-next:hover,
  .dp-prev:focus,
  .dp-prev:hover,
  .dp-today:focus,
  .dp-today:hover {
    cursor: pointer;
  }
}

.dp-col-header {
  color: #aaa;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.8em;
  padding: 8px 0;
}

.dp-year {
  display: block;
  padding: 8px 40px;
  width: 100%;
}

.dp-focuser {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
}

@media (max-width: 480px), (max-height: 480px) {
  .dp-modal .dp {
    font-size: 0.9em;
    width: auto;
    width: 100%;
  }

  .dp-day,
  .dp-day-of-week {
    padding: 8px;
  }
}

@keyframes slide-up {
  0% {
    transform: translate(-50%, 100%);
  }

  100% {
    transform: translate(-50%, -50%);
  }
}

.dp-days {
  padding: 1em;
}

.overflow-hidden {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.autocomplete-suggestion-selected {
  color: #007e47 !important;
}

.autocomplete-suggestions {
  display: none;
  position: absolute;
  top: 57px;
  width: auto !important;
  left: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
  z-index: 6;
  padding: 14px 17px;
  font-family: "Open sans", sans-serif;
}

@media (max-width: 640px) {
  .autocomplete-suggestions {
    height: 320px;
    overflow: auto;
  }
}

.autocomplete-suggestion {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 0 17px 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

.autocomplete-suggestion:hover {
  color: #007e47 !important;
}

.autocomplete-suggestion b {
  color: #007e47;
}

.autocomplete-suggestion.selected {
  color: #007e47 !important;
}

.dr-cals .dp {
  border: 0;
}

.dp-day-disabled:focus,
.dp-day-disabled:hover {
  background: 0 0 !important;
  color: #ddd !important;
  cursor: not-allowed;
}
