/* Empty. Add your own CSS if you like */
.splash {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  background-image: url("../img/splash_airplane.gif");
  background-size: 200px;
  background-position: 50% 300px;
  background-repeat: no-repeat;
  /* Efeito de transição de bg */
  transition: all .2s ease;
}
ion-content{
    padding-top: 27px !important;
}
.overflow-scroll{
    overflow-y:scroll !important;
}
.top-modal {
    z-index: 11;
}
.bar-header {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 0px !important;
}
.bar-footer {
    padding: 0px;
    height: 54px;
    background-color: #0c60ee;
}
.bar-footer .button {
    margin: 0px;
    font-size: 22px;
    border: none;
    font-weight: bold;
    font-family: 'ProximaNova-Bold', Helvetica, Arial, Sans-Serif;
}
.button-bar .active {
  border: 1px solid #0c60ee !important;
  background: #e9f0fa !important;
  font-weight: bold;
}
.bar-footer .unlike-button {
  margin: 0px;
  font-size: 20px !important;
  border: none;
  font-weight: bold;
  font-family: 'ProximaNova-Bold', Helvetica, Arial, Sans-Serif;
  color: red;
  border:1px solid lightpink;
  border-radius:4px;
  margin-right:2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  /* opacity: 0.7; */
}
.bar-footer .like-button {
  margin: 0px;
  font-size: 20px !important;
  border: none;
  font-weight: bold;
  font-family: 'ProximaNova-Bold', Helvetica, Arial, Sans-Serif;
  color: green;
  border:1px solid lightgreen;
  border-radius:4px;
  margin-left:2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  /* opacity: 0.7; */
}

/* BUTTON MENU */
.button-menu{
  line-height: 35px;
  font-size: 17px;
}
.show-always .bar-header .left-buttons .hide{
  display: block !important;
}
/* BUTTON FLOAT */
.button-hide{
  background: transparent;
  z-index: 0;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.button-float{
  display: block !important;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  background: #000 !important;
  color: #fff !important;
  z-index: 12 !important;
  position: absolute !important;
  bottom: 70px !important;
  right: 10px !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transition: 0.2s linear !important;
  transition: 0.2s linear !important;
  -webkit-transition-property: -webkit-transform, all !important;
  transition-property: transform, all !important;

}
.button-float:hover{
  -webkit-transform: translate3d(0, -1px, 0)  !important;
  transform: translate3d(0, -1px, 0) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4) !important;
  background: darken(#000, 10%) !important;
}
.button-float-positive{
  background-color: #387ef5 !important;
}
.button-float .fa{
  margin-right: 0px !important;
}
.item-hide {
  background: transparent;
  z-index: 0;
  top: 70px !important;
  right: -100%;
}
.item-float{
  display: block !important;
  position: absolute !important;
  top: 70px !important;
  right: 0px !important;
  width: 95% !important;
  z-index: 20 !important;
  background: #fff;
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transition: 0.2s linear !important;
  transition: 0.2s linear !important;
  -webkit-transition-property: -webkit-transform, all !important;
  transition-property: transform, all !important;
}
.bar-explore {
  border-radius: 8px;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.15) !important;
  padding-right: 10px;
}
.bar-explore input {
  background: #cccccc94 !important;
  border-radius: 8px;
  cursor:pointer !important;
}
.bar-w3-light-grey {
  color: #000;
  background-color: #f1f1f1;
  text-align: center;
  height: 24px;
  width: 90%;
  /* max-width: 300px; */
  min-width: 200px;
  display: block;
  /* position: absolute; */
  border: 1px solid #9e9e9e;
  border-radius: 3px;
}
.bar-w3-grey {
  color: #000;
  background-color: #9e9e9e;
  height: 24px;
}
.text-red{
  color: red !important;
}
.text-green{
  color: green !important;
}
.hyperlink{
  cursor: pointer !important;
  color: #387ef5 !important;
  text-decoration: underline !important;
  font-weight: bold !important;
}
.card {
  border-radius: 8px !important; /* Efeito redondo das bordas */
  vertical-align:top;
}
.card .card {
  border-radius: 0px !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
}
.list:last-child.card {
    margin-bottom: 0px;
}
.card-box .active .item-body{
    border: 1px solid #0c60ee;
    background: #e9f0fa;
    font-weight: bold;
}
.card-wallet{
  background-image: linear-gradient(to right,#387ef5,#0d1d39);
  border-radius: 4px;
  color: #fff;
  padding: 14px;
  text-align: center;
  font-weight: bold;
  /* cursor: pointer; */
}
.active-select{
    color: #387ef5;
    background: #e9f0fa !important;
    border: 1px solid #ccc !important;
    font-weight: bold;
}
.active-menu{
    background: #e9f0fa;
    color: #387ef5;
    font-weight: bold;
}
.item-divider{
    font-weight: bold;
}
.item-input-text{
    position: absolute;
    right: 10px;
}
.item-price-tag{
    font-size: 22px !important;
    line-height: 26px !important;
    text-align: right;
    font-weight: bold;
    color: green !important;
}

.label-trips{
    background-color: #337ab7;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label-parcelas{
    background-color: #5cb85c;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    float: right;
}
.bootstrap-label{
  display: inline;
  padding: .2em .6em .3em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #5cb85c;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.booking-label{
  background: #003580;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  vertical-align: baseline;
  border-radius: 6px 6px 6px 0;
  height: 26px;
  width: 26px;
  min-width: 26px;
  float: left;
  margin-right: 4px;
}
.opcao-label{
  background: lightgoldenrodyellow;
  text-align:center;
  padding: 3px 12px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: bold;
  /* display: inline-block; */
  margin: 0px auto;
}
.payment-label{
  background: greenyellow;
  border: 2px solid green !important;
  color: #000 !important;
  border-radius: 25px;
  padding: 5px;
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.payment-label[status="WAITING"],.payment-label[status="IN_ANALYSIS"]{
  background: yellow;
  border: 2px solid #000 !important;
  color: #000 !important;
}
.payment-label[status="CANCELLED"]{
  background: #fff;
  border: 2px solid red !important;
  color: red !important;
}
.payment-label[status="REFUNDED"]{
  background: black !important;
  color: white !important;
}
.copied{
  font-size: 12px;
  font-weight: bold;
  color: green;
  text-align:center !important;
}
.item-auxiliar{
    padding: 8px;
    background: #f5fbf6;
}
.menu-item-icon{
    float:right;
    color: green;
}
.menu-item-icon-missing{
    float:right;
    color: red;
}
.logo-header{
    width: 50%;
    height: auto;
    max-width: 175px;
    min-width: 140px;
    padding-top: 4px;
}
.error-msg{
    font-size: 13px !important;
    color: red !important;
}
.float-right{
    float: right !important;
}
.pacote-header{
    font-size: 20px;
    font-weight: bold;
}
.pacote-title{
    font-size: 22px !important;
    color: #07c;
}
.animation-ng-if.ng-enter,
.animation-ng-if.ng-leave {
  -webkit-transition: opacity ease-in-out 200ms;
  -moz-transition: opacity ease-in-out 200ms;
  -ms-transition: opacity ease-in-out 200ms;
  -o-transition: opacity ease-in-out 200ms;
  transition: opacity ease-in-out 200ms;
  -webkit-transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 200ms;
  transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 200ms;
}
.animation-ng-if.ng-enter,
.animation-ng-if.ng-leave.ng-leave-active {
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}
.animation-ng-if.ng-leave,
.animation-ng-if.ng-enter.ng-enter-active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@keyframes placeHolderShimmer {
  from {
    background-position: -468px 0
  }
  to {
    background-position: 468px 0
  }
}

.animated-background {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  width: 100%;
  height: 30px;
  margin: 10px auto;
  position: relative;
  border-radius: 5px;
}
.fa{
    margin-right: 7px !important;
}
.fa-check,.ion-checkmark-circled{
    color: green;
}
.fa-warning{
    color: darkorange;
}
.tab-item .icon{
    margin-right: 0px !important;
}
.tabs-striped .tabs{
  border-top: 1px solid #EBEBEB !important;
}
.tabs-striped.tabs-color-positive .tab-item,.tabs-striped .tabs-color-positive .tab-item,.tabs-color-positive .tab-item{
    color: #767676;
}
.icon-small{
    font-size:12px !important;
}
.ion-close-circled{
    color: red;
}
.header-hero{
    min-height: 250px !important;
    background-position: 50% 50% !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
}
.item-big p{
    font-size: 16px;
    line-height: 28px;
    color: #000;
}
.item-big-title{
    font-size: 18px !important;
    line-height: 26px !important;
    margin-bottom: 4px !important;
    font-family: 'ProximaNova-Bold', Helvetica, Arial, Sans-Serif !important;
}
.item-compact{
    border-color: #eee;
    padding: 8px 16px;
}
.ap-dropdown-menu {
    position: relative !important;
}
.bar-inset{
    display: none;
    opacity: 0;
}
.table-striped tr:nth-child(odd) td {
    background: #fafafa;
}
.table-striped tr:nth-child(even) td {
    background: #eee;
}
.table-flights {
  border: 0px;
  border-collapse: collapse;
  vertical-align: middle;
  border-spacing: 0px;
  text-align: center;
  font-size: 12px;
  width: 100%;
  border-spacing: 0;
}
.table-flights td,.table-flights img {
  padding: 0px;
  border-width: 0px;
  margin: 0px;
}
.table-flights img{
  width: 60px;
  height: auto;
  vertical-align: middle;
}
.itamaraty table{
    width: 100%;
}
.itamaraty table td{
  padding: 7px 4px;
}
.documentos input:placeholder-shown, .documentos textarea:placeholder-shown{
  background: #faf4f5;
  border: 1px solid lightsalmon !important;
}
.documentos textarea{
  min-height: 100px;
  overflow-y: scroll;
}
.documentos .active-select,.documentos .active-textarea,.documentos .active-input{
  background: #faf4f5 !important;
  border: 1px solid lightsalmon !important;
}
.badge-radio{
  border-color: #b2b2b2;
  background-color: lightgreen;
  color: #000;
  z-index: 1;
  display: inline-block;
  padding: 3px 8px;
  min-width: 10px;
  border-radius: 10px;
  vertical-align: baseline;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}
.badge-label{
  background: #eee;
  padding: 4px 7px;
  border-radius: 4px;
}
.nps {
  width:30px;
  padding:5px;
  margin:10px 5px;
  border:1px solid #000;
  border-radius: 3px;
  background:#fff;
  float:left;
  text-align:center;
  cursor: pointer;
}
.nps-slider .active {
  background: lightgreen;
  font-weight: bold;
}
ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
ol li {
  counter-increment: my-awesome-counter;
}
ol li::before {
  content: counter(my-awesome-counter) ". ";
  font-weight: bold;
  margin-right: 5px;
}
input[type="range"] {
    display: inline-block;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 2px;
    padding-left: 1px;
    width: auto;
    /*height: 35px;/
    min-height: 35px;
    outline: none;
    /background: linear-gradient(to right, #cccccc 0%, #cccccc 100%);*/
    background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #cccccc));
    background-position: center;
    background-size: 99% 4px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
}
.pulsate-dot {
    animation: pulsate 2s ease-out;
    animation-iteration-count: infinite;
    opacity: 0.0;

    /* you dont need the stuff below, but its what I used to create the loading circle */
    border: 2px solid lightblue;
    border-radius: 30px;
    height: 14px;
    width: 14px;
    margin-right: 3px;
    position: relative;
    display: inline-block;
    text-align: center;
}

.slider-card {
    width: 120px;
    height: 70px;
    display:block;
    float:left;
    margin: 0px 7.5px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 1px;
    padding-bottom: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.slider-card-menu{
    width: 150px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
}
.slider-card-maps{
  width: 175px;
}
.slider-card-highlight {
  width: 300px;
  height: 150px;
  display:block;
  float:left;
  margin: 0px 7.5px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 1px;
  padding-bottom: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
ion-scroll .active{
  border: 1px solid #0c60ee;
  background: #e9f0fa;
  font-weight: bold;
}

.dica_wrapper{
  display: block;
  width: 350px;
  height: 300px;
  margin: 7px auto;
}
.dica_wrapper_mosaic{
  background-repeat: no-repeat;
  background-size: cover;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
  max-width: 400px;
  min-height: 300px;
  margin: 5px auto;
  border: 4px solid #000;
  border-radius: 6px;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.dica_wrapper_mosaic .background-none{
  background: none;
}
.dica_wrapper_mosaic td{
  background: #000;
}
#dica {
  border: solid 5vmin #eee;
  border-bottom-color: #fff;
  border-left-color: #eee;
  border-radius: 2px;
  border-right-color: #eee;
  border-top-color: #ddd;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) inset, 0 5px 10px 5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  /*display: inline-block;*/
  padding: 8vmin;
  position: relative;
  text-align: center;
  margin:0px auto;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}
#dica:before {
  border-radius: 2px;
  bottom: -2vmin;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
  content: "";
  left: -2vmin;
  position: absolute;
  right: -2vmin;
  top: -2vmin;
}
#dica:after {
  border-radius: 2px;
  bottom: -2.5vmin;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  content: "";
  left: -2.5vmin;
  position: absolute;
  right: -2.5vmin;
  top: -2.5vmin;
}
.dica_palavras{
  width: 90%;
  height: 90%;
  margin: 10px auto;
}
.dica_palavras tr,.dica_palavras td{
  padding: 4px;
  border: 1px solid #ccc;
  background: #fff;
}

  /* Gambiarras de css para ajustar o Post do Feed*/
.post-body, .post-body p{
  font-size: 18px;
  line-height: 27px;
  margin-block-end:24px;
  margin-block-start:24px;
  margin-bottom:24px;
  margin-inline-end:0px;
  margin-inline-start:0px;
  margin-top:24px;
  word-break:break-word
}
.post-body h1{
  display:none;
}
.post-body h2,.post-body h3,.post-body h4{
  margin-top: 34px;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 26px;
  clear:both;
}
.post-body img{
  display: block;
  max-width: 80%;
  height: auto;
  overflow: hidden;
  margin: 10px auto;
}

.keyboard-up{
  height: auto !important;
}
.ion-slide-box-arrow-left{
  position: absolute;
  top: 0px;
  height: 90%;
  left: 10px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
  font-size: 30px;
  line-height: 300px;
}
.ion-slide-box-arrow-right{
  position: absolute;
  top: 0px;
  height: 90%;
  right: 10px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
  font-size: 30px;
  line-height: 300px;
}
.g-recaptcha iframe,iframe[name="c-rnk2k49e9tk6"],iframe[title="desafio reCAPTCHA"] {
  pointer-events: all !important;
}

iframe[class="powerzap_open_button_standardType_iframe"]{
  bottom: 50px !important;
}

ion-nav-bar .nav-bar-block .title-left{
  text-align: center !important;
}

.loader-brands-wrapper {
  overflow: hidden;
}

.loader-brands-background {
  background: url("../img/brands_logos.png") repeat-x;
  height: 100px;
  width: 3000px;
  animation: slide 20s linear infinite;
}

.loader-consultores-background {
  background: url("../img/consultores.png") repeat-x;
  height: 100px;
  width: 3000px;
  animation: slide 20s linear infinite;
}

.loader-maps-background {
  background: url("../img/maps-marker.png") repeat-x;
  height: 100px;
  width: 3000px;
  animation: slide 20s linear infinite;
}

.button-bar-menu .button {
  background: #fff !important;
}
.button-bar-menu .active {
  border: none !important;
  border-bottom: 2px solid #0c60ee !important;
  color: #0c60ee !important;
  font-weight: bold !important;
  background: #fff !important;
}

@keyframes slide{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-1692px, 0, 0);
  }
}

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1, 1); opacity: 0.0;}
}

/* Para desktop ou telas maiores */
@media (min-width: 767px) {

    .platform-browser .menu-show .menu-content {
        /* Força o cáclculo do app-content */
        -webkit-transform: translate3d(270px, 0px, 0px) !important;
        width: -moz-calc(100% - 270px) !important;
        width: calc(100% - 270px) !important;
        box-shadow: none;
        /*box-shadow: -1px 0 2px rgba(0,0,0,.2), 1px 0 2px rgba(0,0,0,.2);*/
    }
    .platform-browser .menu-show ion-view{
        background: #fafafa;
    }
    .platform-browser .menu-show .menu-content .scroll{
        /* Insere padding para o app-content */
        padding: 30px 45px;
        height: 100% !important;
    }
    .platform-browser .menu-show .menu {
        /* Força abertura do menu */
        width: 270px !important;
        /* z-index: 2 !important; */
        /* box-shadow: -1px 0 2px rgba(0,0,0,.2),1px 0 2px rgba(0,0,0,.2);* */
    }
    .platform-browser .formulario-menu-left {
        /* esconde o menu quando for o formulario */
        display: none;
        width: 0px !important;
        opacity: 0;
    }
    .platform-browser .menu-show .menu-left ion-content{
        /* Borda direita do menu */
        border-right: 2px solid #ccc;
     }
     .platform-browser .menu-show .menu-left .title, .platform-browser .menu-show .menu-content .logo-header {
         /* Esconde o logo e título quando for desktop */
         display:none;
     }
     .platform-browser .formulario-content .logo-header {
         /* sobrepõe o .platform-browser .menu-left .title */
         display: inline-block;
     }
     .platform-browser .login-content{
        display:block;
        max-width: 800px;
        padding: 20px 12.5px;
        margin: 15px auto;
     }
     .platform-browser .logo-header {
        /* centraliza o logo no header */
        margin: 0px auto;
    }
    .platform-browser .bar-header {
        /* Insere sombra do top bar */
        z-index: 2 !important;
        box-shadow: -1px 0 2px rgba(0,0,0,.2),1px 0 2px rgba(0,0,0,.2);
    }
    .platform-browser .menu-show .bar-header .ion-navicon, .platform-browser .menu-show .bar-header .back-button{
        /* esconde os botões do header */
        display: none;
    }
    .platform-browser .list {
        /* insere background branco nos itens pois o bg esta como #fafafa */
        background: #fff;
    }
    .platform-browser .formulario-content{
        /* sobrepõe o .platform-browser .menu-content */
        display: block !important;
        width: 100% !important;
        -webkit-transform: none !important;
    }
     .platform-browser .formulario-content .scroll{
        /* centraliza e diminui o corpo do app-content quando for formulario (formato quiz) */
        padding: 24px 16px;
        width: 60% !important;
        min-width: 640px;
        max-width: 960px;
        /*min-height: 60%;*/
        margin: 0px auto;
        margin-top: 50px;
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgba(63,65,68,.3);
        transition: all .3s;
        overflow: hidden;
        background: #fff;
     }
     .platform-browser .formulario-content .scroll-content{
        /* background do app-content quando for formulario (formato quiz) */
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        /*transform: scale(1.03) translateZ(0px);
        filter: blur(0px);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)),url("https://ucarecdn.com/c577987a-92a8-47c4-962e-2cf540588347/-/progressive/yes/-/preview/-/sharp/10/-/enhance/100/");*/
        background-size: cover;
        transition: filter 800ms linear 0s;
        background-position: center top;
        background-repeat: no-repeat;
        /* Efeito de transição de bg */
        transition: all .2s ease;
        /*
        -webkit-animation: fade 1s infinite;
        -moz-animation: fade 1s infinite;
        -o-animation: fade 1s infinite;
        animation: fade 1s infinite;*/
     }
     .platform-browser .overflow-scroll .scroll{
         /* ajuste da area do quiz para desktop */
         height: auto !important;
     }
     .platform-browser .card-box{
         /* ajuste de cardbox para desktop */
         float: left;
     }
     .platform-browser .modal{
         /* ajuste tamanho do modal em desktop */
         height: 90% !important;
         top: 30px !important;
         width: 75% !important;
         left: 12.5% !important;
         right: 12.5% !important;
     }
     .padding_zero{
         height: 100%;
     }
     .platform-browser .item-select select{
         /* aumenta tamanho do select para facilitar o clique para desktop */
         width: 35%;
     }
     .platform-browser .bar-footer{
         /* esconde footerbar para desktop */
        display: none;
    }
    .platform-browser .ionic_datepicker_modal .bar-footer{
        /* ajuste footerbar para desktop */
        display: block;
    }
    .platform-browser .bar-inset{
        /* mostra e ajusta os botões secundários inline para desktop */
        display: block;
        opacity: 1;
        position: relative;
        /* float: left; */
        width: 100%;
        padding: 12px 0px;
        margin-top: 20px;
    }
    .platform-browser .button-block{
        /* ajuste dos botões para desktop */
        margin: 0px auto;
        font-weight: bold;
        width: 60%;
        max-width: 300px;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
    }
    .menu-open .menu-content .pane,.menu-open .menu-content .scroll-content,.menu-open .menu-content .scroll-content .scroll  {
        /* corrige scroll quando for desktop, pois menu esta sempre aberto */
        pointer-events: auto;
    }
    .menu-open .menu-content .scroll-content:not(.overflow-scroll) {
        /* corrige scroll quando for desktop, pois menu esta sempre aberto */
        overflow: scroll;
    }
    .maps .scroll{
      height: 100% !important;
    }

}

ion-scroll .scroll{
  padding: 10px 0px !important;
  height: 100% !important;
}

.bar-subheader .scroll{
  padding: 0px !important;
}

/* DESVIANTES APP */
.desviantes-app .button-positive, .desviantes-app .modal-backdrop .button-positive{
  background-color: #ed8323 !important;
  border-color: #ed8323 !important;
  color: #fff !important;
}

.desviantes-app .tabs-striped.tabs-color-positive .tab-item.active{
  color: #ed8323 !important;
  border: 0 solid #ed8323;
}

.desviantes-app .tabs-striped.tabs-color-positive .tab-item{
  color: #aaa;
}

/* VIAGEM DUBAI APP */
.viagemdubai-app .bar-header{
  background-color: #245044 !important;
  color: #fff !important;
}

.viagemdubai-app .bar-dark{
  background-color: #3A164C !important;
  color: #fff !important;
}
.viagemdubai-app .bar-header .button{
  color: #fff !important;
}

.viagemdubai-app .button-positive, .viagemdubai-app .modal-backdrop .button-positive{
  background-color: #D26A4C !important;
  border-color: #D26A4C !important;
  color: #fff !important;
}

.viagemdubai-app .tabs-striped.tabs-color-positive .tab-item.active{
  color: #D26A4C !important;
  border: 0 solid #D26A4C;
}

.viagemdubai-app .tabs-striped.tabs-color-positive .tab-item{
  color: #aaa;
}

.viagemdubai-app .logo-header{
  width: auto !important;
  height: auto !important;
  max-width: inherit !important;
  min-width: inherit !important;
  padding-top: 0px !important;
}


/* BEFLY APP */
.befly-app .bar-header{
  background-color: #041E42 !important;
  color: #fff !important;
}

.befly-app .button-positive, .befly-app .modal-backdrop .button-positive{
  background-color: #041E42 !important;
  border-color: #041E42 !important;
  color: #fff !important;
}

.befly-app .tabs-striped.tabs-color-positive .tab-item.active{
  color: #041E42 !important;
  border: 0 solid #041E42;
}

.befly-app .tabs-striped.tabs-color-positive .tab-item{
  color: #aaa;
}
