/* Remover a linha abaixo do menu */
.bravo_wrap .bravo_header {
  border-bottom: 0px solid #EAEEF3;
}
@media (max-width: 1023px) {
  .frontend-page.header-transparent .bravo_wrap .bravo_header {
    background: #070908;
  }
}    
@media (max-width: 1023px) {
  .frontend-page.header-transparent .bravo_wrap .bravo_header .content {
    background: #070908;
  }
}
/* Cor Botao Form pesquisa servicos */
.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .nav-tabs li a {
  background-color: #070908;
  color: #fff;
  border-color: #1A2B47;
  padding: 7px 25px;
  border-radius: 3px 3px 0 0;
  font-size: 14px;
  margin-right: 1px;
  text-decoration: none;
  display: block;
}
.bravo_wrap .bravo_form .smart-search:not(.normal-control) .parent_text, .bravo_wrap .bravo_form .smart-search:not(.normal-control) .form-control, .bravo_wrap .bravo_form .input-search:not(.normal-control) .parent_text, .bravo_wrap .bravo_form .input-search:not(.normal-control) .form-control {
    border: none;
    box-shadow: none;
    font-size: 16px;
    color: #12e58c;
    position: relative;
    left: 0 !important;
    padding: 0 !important;
    height: 25px;
    background: transparent;
}
/* Div Lista de Destaques de servicos */
.bravo_wrap .page-template-content .bravo-featured-item.style5 {
  background-color: #070908;
  border-bottom: none;
  margin-top: -70px;
  color: #fff;
  padding: 100px 0 10px;
}
/* Cor bg Cookies */
.booking_cookie_agreement {
  background-color: #070908;
  color: #ffffff;
  display: flex;
  align-items: baseline;
  z-index: 999999 !important;
}
/* Btn Color Cookies */
.booking_cookie_agreement .save-cookie {
  background-color: #12e58c;
  padding: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  color: #000;
}

/* Hoteis Destaques Color */
.bravo_wrap .bravo-list-hotel .item-loop .featured {
  position: absolute;
  top: 20px;
  left: 0;
  background: #12E58C;
  display: inline-block;
  padding: 0 10px;
  color: #070908;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  height: 30px;
  line-height: 30px;
}
/* Color Stars avaliation*/
.bravo_wrap .bravo-list-hotel .item-loop .list-star .booking-item-rating-stars li .fa {
  font-size: 15px;
  color: #12e58c;
}

/* bg newsletter */
.bravo_wrap .bravo_footer .mailchimp {
  padding-top: 65px;
  padding-bottom: 40px;
  background: #d3f7e5;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .item-title a {
  color: #141515;
}
body {
  color: #141515;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  line-height: 1.5;
}
.bravo_wrap .bravo-list-hotel .item-loop .item-title a {
  color: #141515;
}
/* Btn newsletter */
.bravo_wrap .bravo_footer .mailchimp .subcribe-form .btn-submit {
  border: none;
  border-radius: 0 20px 20px 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  line-height: 55px;
  color: #12E58C;
  background: #070908;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Form Radius 20 newsletter*/
.form-control {
  border: 1px solid #DAE1E7;
    border-top-color: rgb(218, 225, 231);
    border-right-color: rgb(218, 225, 231);
    border-bottom-color: rgb(218, 225, 231);
    border-left-color: rgb(218, 225, 231);
  border-radius: 20px;
  box-shadow: none;
  font-size: 14px;
}

/* bg Top bar Internal */
.bravo_wrap .bravo_topbar {
    background: #070908;
    padding: 15px 0;
}
/* Menu Border Radius 10px for all*/
.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li > .menu-dropdown {
  list-style: none;
  position: absolute;
  left: 0;
  top: 120%;
  padding-left: 0;
  margin-bottom: 0;
  min-width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #FFF;
  box-shadow: 0 1px 1px #dbdbdb;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  border-radius: 10px 10px 10px 10px;
}
/* Menu Border Radius Panel 10px*/
.bravo_wrap .bravo_topbar .content .topbar-right .dropdown-menu {
  right: 0;
  left: auto !important;
  min-width: 200px;
  top: 15px !important;
  border-radius: 0;
  border-radius: 10px 10px 10px 10px;
}
/* Menu Panel Bg Internal*/
.bravo_wrap .bravo_topbar .content .dropdown-menu {
  min-width: auto;
  background: #070908;
}
/* Menu Panel Bg Internal Hover*/
.bravo_wrap .bravo_topbar .content .dropdown-menu li a:hover {
  background: #12e58c;
}
/* Avaliation Events */
.bravo_wrap .bravo_search_event .bravo-list-item .list-item .item-loop .service-review .rate {
  color: #12e58c;
}
.bravo_wrap .bravo_search_event .bravo-list-item .list-item .item-loop .location {
  font-size: 13px;
  color: #12e58c;
  margin: 15px 15px 0px 15px;
}
.bravo_wrap .bravo_search_event .bravo-list-item .list-item .item-loop .featured {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #12e58c;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
}
.bravo_wrap .bravo-checkbox .fa-star {
  color: #12e58c;
  font-size: 15px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .featured {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #12e58c;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .location {
  font-size: 13px;
  color: #12e58c;
  margin: 15px 15px 0px 15px;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .service-review .rate {
  color: #12e58c;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .sale_info {
  position: absolute;
  width: 80px;
  height: 48px;
  transform: rotate(45deg);
  right: -30px;
  top: -13px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  z-index: 8;
  background-color: #000;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .featured {
  position: absolute;
  top: 20px;
  left: 0;
  background: #12E58C;
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  height: 30px;
  line-height: 30px;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .featured::after {
  position: absolute;
  content: "";
  top: -9px;
  right: -10px;
  border: 10px solid transparent;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
  border-bottom: 29px solid #12E58C;
  z-index: 1;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .service-review .list-star .booking-item-rating-stars li .fa {
  font-size: 15px;
  color: #12E58C;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .info .g-price .prefix i {
  font-size: 16px;
  color: #12e58c;
}
.bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-title a {
  color: #141515;
}
.bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-more a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #12e58c;
  bottom: 0;
  transition: all 0.2s;
  z-index: -1;
  opacity: 1;
}
/* Hoteis Review internal */
.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .star-rate .fa-star {
  color: #12e58c;
  font-size: 15px;
  position: relative;
  margin-right: 3px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .item .media .media-body .star-rate .fa-star {
  color: #12e58c;
  font-size: 12px;
  position: relative;
}
/* Linha outros quartos */
.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .nav-enquiry {
  background: #F9F9F9;
  padding: 20px;
  border-bottom: solid 1px #d7dce3;
  display: flex;
  border-top: solid 5px #161717;
  border-left: solid 1px #d7dce3;
  border-right: solid 1px #d7dce3;
}
.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .nav-enquiry .enquiry-item.active span {
  border-bottom: solid 1px #12E58C;
  color: #18191A;
}
.bravo_wrap .select-guests-dropdown .dropdown-item-row .count-display input, .bravo_wrap .select-seat-type-dropdown .dropdown-item-row .count-display input {
  border: none;
  background: none;
  width: 35px;
  text-align: center;
  color: #12e58c;
  margin-left: 15px;
}
.bravo-reviews .review-list .review-item .review-item-body .review-star li .fa {
  color: #2ECC71;
  font-size: 16px;
}
/* Botton login */
.frontend-page .modal.login .modal-content .modal-body .form-submit {
  height: 45px;
  width: 100%;
  background: #12e58c;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  border-radius: 3px;
  font-weight: 600;
}
.bravo_wrap .bravo_search_car .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-from, .bravo_wrap .bravo_search_car .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-to, .bravo_wrap .bravo_search_car .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-single {
  font-size: 11px;
  background-color: #12E58C;
}
.bravo_wrap .bravo_search_car .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #12E58C;
}
.bravo_wrap .bravo_search_car .bravo_filter .g-filter-item .item-content .btn-apply-price-range {
  font-size: 14px;
  color: #070908;
  margin-top: 20px;
  font-weight: 600;
  padding: 0;
  text-decoration: none;
  outline: none;
}
.bravo_wrap .bravo_search_car .bravo_filter .filter-title::before {
  content: "";
  width: 3px;
  height: 20px;
  background: #12E58C;
  float: left;
  position: relative;
  top: -2px;
  margin-right: 17px;
}
.bravo_wrap .bravo_search_car .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-handle > i:first-child {
  background-color: #12E58C;
}
.bravo_wrap .bravo_search_car .bravo_filter .g-filter-item .item-content .btn-more-item {
  font-size: 14px;
  color: #070908;
  padding: 0;
  text-decoration: none;
}
.bravo_wrap .bravo-checkbox .checkmark {
  display: inline-block;
  height: 17px;
  left: 0;
  position: absolute;
  top: 0;
  width: 17px;
  border: solid 1px #A0A9B2;
  border-radius: 20px;
  background: #fff;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
}
.bravo_wrap .page-template-content .bravo-testimonial .item .author .author-meta .star .fa {
  color: #12E58C;
  font-size: 16px;
  margin-right: 2px;
}
.bravo_wrap .bravo_detail_space .bravo_content .g-space-feature .item .icon {
  font-size: 45px;
  color: #12e58c;
}
.bravo_wrap .bravo_detail_space .bravo_content .g-header h1, .bravo_wrap .bravo_detail_space .bravo_content .g-header h2 {
  margin-top: 0;
  color: #070908;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
}
.bravo_wrap .bravo_detail_space .bravo_content .g-gallery .social .service-wishlist {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgb(18, 229, 140);
  color: #fff;
  font-size: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}
.bravo_wrap .bravo_detail_space .bravo_content .g-gallery .social .social-share .social-icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgb(18, 229, 140);
  color: #fff;
  font-size: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  margin-right: 10px;
}
.bravo_wrap .bravo_detail_space .bravo_content .g-gallery .fotorama .fotorama__arr {
  border-radius: 3px;
  width: 40px;
  height: 40px;
  background: none;
    background-color: rgba(0, 0, 0, 0);
  background-color: rgba(18, 229, 140, 0.58);
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-header h2, .bravo_wrap .bravo_detail_hotel .bravo_content .g-header h1 {
  margin-top: 0;
  color: #070908;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 0;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-overview ul li::before {
  content: "";
  border: 1px solid #12E58C;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 20px;
}
.hotel_rooms_form .hotel_list_rooms .room-item .hotel-info .room-meta li .item {
  color: #161717;
}
.bravo_wrap .bravo_detail_hotel .g-gallery .social .social-share .social-icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(18, 229, 140, 0.72);
  color: #fff;
  font-size: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  margin-right: 10px;
}
.bravo_wrap .bravo_detail_hotel .g-gallery .social .service-wishlist {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(18, 229, 140, 0.73);
  color: #fff;
  font-size: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-thumbnail {
  box-shadow: -15px 15px 0px 0px rgb(7, 9, 8);
}
.btn.btn-danger {
  background: #12E58C;
}
/* Painel Fornecedor */
.bravo_wrap .bravo_user_profile > .container-fluid > .row-eq-height > .col-md-3 {
  background: #161617;
  color: #fff;
  min-height: 700px;
}
.bravo_wrap .bravo_user_profile > .container-fluid > .row-eq-height > .col-md-3::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  background-color: #161617;
  top: 0;
  min-height: 100%;
  display: block;
  left: -200%;
}
.bravo_wrap .bravo_user_profile .user-profile-avatar {
  margin-bottom: 10px;
  background: #161617 !important;
}
.bravo_wrap .bravo_user_profile .user-profile-plan {
  border-bottom: 1px solid #1de374;
  margin-bottom: 25px;
  background: #161617 !important;
  padding-bottom: 20px;
  text-align: center;
}
.bravo_wrap .bravo_user_profile .sidebar-menu ul li.active > a, .bravo_wrap .bravo_user_profile .sidebar-menu ul li:hover > a {
  color: #18F78E;
}
.bravo_wrap .bravo_user_profile .sidebar-menu ul li.active > a i, .bravo_wrap .bravo_user_profile .sidebar-menu ul li:hover > a i {
  color: #18F78E;
}
.badge-info {
  color: #fff;
  background-color: #17b883;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .tabbable .ht-nav-tabs li.active a {
  color: #18F78E;
  border-bottom: 3px solid #18F78E;
}
.badge-primary {
  color: #fff;
  background-color: #070908;
}
.page-profile-content .profile-service-tabs .nav li a.active {
  color: #12E58C;
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: 2px solid #12E58C;
}
.profile-summary .meta-info.style2 li.review_count i {
  color: #12e58c;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .featured {
  position: absolute;
  top: 20px;
  left: 0;
  background: #12E58C;
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  height: 30px;
  line-height: 30px;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .featured::after {
  position: absolute;
  content: "";
  top: -9px;
  right: -10px;
  border: 10px solid transparent;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
  border-bottom: 29px solid #12E58C;
  z-index: 1;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .sale_info {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10px;
  top: -25px;
  color: #fff;
  font-size: 15px;
  background-color: #12e58c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 999;
  border: solid 3px #fff;
}
/* Contact */
.bravo_wrap .bravo-contact-block .contact-info .info-content {
  position: absolute;
  top: 50%;
  margin-top: -185px;
  margin-left: -130px;
  background: #12E58C8C;
  padding: 30px;
  min-width: 385px;
  min-height: 370px;
}
/* Agencias Slider Line */
.bravo_wrap .page-template-content .bravo-box-category-tour .owl-dot.active {
  background: #015555;
}
.bravo_wrap .page-template-content .bravo-list-tour.carousel_simple .title::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 80px;
  background: var(--link-color, #12E58C);
  bottom: 0;
  left: 0;
}
.bravo_wrap .page-template-content .bravo-list-tour.carousel_simple .list-item .item-tour .featured {
  background: #12e58c;
}
.bravo_wrap .page-template-content .bravo-list-tour.carousel_simple .list-item .item-tour .price {
  position: absolute;
  border: solid 2px #fff;
  right: -2px;
  bottom: -2px;
  z-index: 8;
  background: var(--link-color, #12E58C);
  padding: 5px 10px 5px 20px;
  margin-top: 0;
  opacity: 0.9;
  min-width: 110px;
  text-align: -webkit-right;
  border-top-left-radius: 5px;
}
/* Notification Dropdow */
.dropdown-notifications .dropdown-footer, #bravo_notify .dropdown-footer {
  background: #000;
}
.dropdown-notifications .media-object .avatar-text, #bravo_notify .media-object .avatar-text, .dropdown-notifications .media-object img, #bravo_notify .media-object img {
  border-radius: 50%;
  text-align: center;
  background: #12e58c;
  color: white;
  font-size: 17px;
  display: block;
  height: 32px;
  line-height: 32px;
  width: 32px;
  margin-right: 10px;
}
/* menu mobile */
.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile .avatar {
  background: #12e58c;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 1023px) {
  .frontend-page.header-transparent .bravo_wrap .bravo_header .content .header-right .bravo-more-menu {
    color: #12e58c;
  }
}
/* Tamanho Div COntainer para formatar correctamente os precos */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
/* Bashbord Operador Bar process */
.bravo_wrap .bravo_user_profile .form-add-service .nav-tabs {
  background: #161617;
  padding: 15px 10px;
}
/* Page Luanda */
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-hotel .item-loop .featured {
  position: absolute;
  top: 20px;
  left: 0;
  background: #12E58C;
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  height: 30px;
  line-height: 30px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-hotel .item-loop .list-star .booking-item-rating-stars li .fa {
  font-size: 15px;
  color: #12e58c;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-hotel .item-loop .service-review .rate {
  color: #12E58C;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .service-review .rate {
  color: #12e58c;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-event .item-loop .featured {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #12e58c;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
}
/* Pesquisa hoteis */
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .featured {
  position: absolute;
  top: 20px;
  left: 0;
  background: #12E58C;
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  height: 30px;
  line-height: 30px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .list-star .booking-item-rating-stars li .fa {
  font-size: 15px;
  color: #12e58c;
}
/* Pesquisa LOcation */
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-space .item-loop .featured {
  position: absolute;
  top: 20px;
  left: 0;
  background: #12E58C;
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  height: 30px;
  line-height: 30px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-space .item-loop .featured::after {
  position: absolute;
  content: "";
  top: -9px;
  right: -10px;
  border: 10px solid transparent;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
  border-bottom: 29px solid #12E58C;
  z-index: 1;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-space .item-loop .service-review .rate {
  color: #12E58C;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-space .item-loop .sale_info {
  position: absolute;
  width: 50px;
  height: 50px;
  right: -7px;
  top: -47px;
  color: #fff;
  font-size: 15px;
  background-color: #12e58c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 999;
  border: solid 3px #fff;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-car .item-loop .featured {
  position: absolute;
  top: 20px;
  left: 0;
  background: #12E58C;
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  height: 30px;
  line-height: 30px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-car .item-loop .featured::after {
  position: absolute;
  content: "";
  top: -9px;
  right: -10px;
  border: 10px solid transparent;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
  border-bottom: 29px solid #12E58C;
  z-index: 1;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-car .item-loop .sale_info {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10px;
  top: -25px;
  color: #fff;
  font-size: 15px;
  background-color: #12e58c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 999;
  border: solid 3px #fff;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-tour .item-tour .sale_info {
  position: absolute;
  width: 80px;
  height: 48px;
  transform: rotate(45deg);
  right: -30px;
  top: -13px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  z-index: 8;
  background-color: #070908;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-tour .item-tour .featured {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 500;
  z-index: 8;
  background: #12e58c;
  border-radius: 0 3px 3px 0;
  padding: 6px 10px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-tour .item-tour .service-review .list-star .booking-item-rating-stars li .fa {
  font-size: 15px;
  color: #12E58C;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module #module-tour .item-tour .info .g-price .prefix i {
  font-size: 16px;
  color: #12e58c;
}
/* Modelagem Divs Maps Gerais */
.has-search-map .bravo_search_map .results_map .item-tour .featured {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 500;
  z-index: 8;
  background: #12e58c;
  border-radius: 0 3px 3px 0;
  padding: 6px 10px;
}
.has-search-map .bravo_search_map .results_map .item-loop .featured {
  position: absolute;
  top: 20px;
  left: 0;
  background: #12E58C;
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  height: 30px;
  line-height: 30px;
}
.has-search-map .bravo_search_map .results_map .item-loop .list-star .booking-item-rating-stars li .fa {
  font-size: 15px;
  color: #12e58c;
}
.has-search-map .bravo_search_map .results_map .item-tour .service-review .list-star .booking-item-rating-stars li .fa {
  font-size: 15px;
  color: #12E58C;
}
.has-search-map .bravo_search_map .results_map .item-loop .service-review .rate {
  color: #12E58C;
}
.has-search-map .bravo_search_map .results_map .item-tour .info .g-price .prefix i {
  font-size: 16px;
  color: #12e58c;
}
.has-search-map .bravo_search_map .results_map .item-loop .sale_info {
  position: absolute;
  width: 50px;
  height: 50px;
  right: -7px;
  top: -47px;
  color: #fff;
  font-size: 15px;
  background-color: #12e58c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 999;
  border: solid 3px #fff;
}
.has-search-map .bravo_search_map .results_map .item-loop .service-review .rate {
  color: #12E58C;
}
.bravo_wrap .bravo_search_space .bravo-list-item .list-item .item-loop .featured {
  position: absolute;
  top: 20px;
  left: 0;
  background: #12E58C;
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  height: 30px;
  line-height: 30px;
}
.bravo_wrap .bravo_search_space .bravo-list-item .list-item .item-loop .featured::after {
  position: absolute;
  content: "";
  top: -9px;
  right: -10px;
  border: 10px solid transparent;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
  border-bottom: 29px solid #12E58C;
  z-index: 1;
}
.has-search-map .bravo_search_map .results_map .item-loop .featured::after {
  position: absolute;
  content: "";
  top: -9px;
  right: -10px;
  border: 10px solid transparent;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
  border-bottom: 29px solid #12E58C;
  z-index: 1;
}
.has-search-map .bravo_search_map .results_map .item-loop .item-title a {
  color: #141515;
}
.bravo_wrap .bravo_search_car .bravo-list-item .list-item .item-loop .featured {
  position: absolute;
  top: 20px;
  left: 0;
  background: #12E58C;
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  height: 30px;
  line-height: 30px;
}
.bravo_wrap .bravo_search_car .bravo-list-item .list-item .item-loop .featured::after {
  position: absolute;
  content: "";
  top: -9px;
  right: -10px;
  border: 10px solid transparent;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
  border-bottom: 29px solid #12E58C;
  z-index: 1;
}
.bravo_wrap .bravo_search_car .bravo-list-item .list-item .item-loop .item-title a {
  color: #141515;
}
.bravo_wrap .bravo_detail_space .bravo-list-space-related .item-loop .featured {
  position: absolute;
  top: 20px;
  left: 0;
  background: #12E58C;
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  height: 30px;
  line-height: 30px;
}
.bravo_wrap .bravo_detail_space .bravo-list-space-related .item-loop .featured::after {
  position: absolute;
  content: "";
  top: -9px;
  right: -10px;
  border: 10px solid transparent;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
  border-bottom: 29px solid #12E58C;
  z-index: 1;
}
/* Noticias Forms e extras */
.bravo-news .widget_search form input[type="text"] {
  height: 40px;
  font-size: 14px;
  color: #5E6D77;
  font-style: italic;
  border-radius: 3px 0 0 3px;
  border: 1px solid #12e58c;
}
.bravo-news .widget_search form button {
  height: 40px;
  background: #12e58c;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
  border-radius: 0 3px 3px 0;
  border: none;
  width: 40px;
  text-align: center;
}
/* Cor Padrao Banner Call Action */
.bravo_wrap .page-template-content .bravo-call-to-action .context {
  padding-top: 40px;
  padding-right: 45px;
  padding-bottom: 50px;
  padding-left: 45px;
  background: #016c56;
}
/* Footer menus */
@media (min-width: 992px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/* Flight Box Tamanho */
@media (min-width: 1200px) {
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 37%;
    max-width: 37%;
  }
}
.bravo_wrap #flightFormBookModal .modal-dialog .close {
  position: absolute;
  z-index: 2;
  right: -20px;
  background: #12e58c;
  width: 50px;
  border-radius: 50%;
  opacity: 1;
  color: #fff;
  top: -20px;
  height: 50px;
}
.bravo_wrap .bravo_search_flight .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-handle > i:first-child {
  background-color: #070908;
}
.bravo_wrap .bravo_search_flight .bravo_filter .filter-title::before {
  content: "";
  width: 3px;
  height: 20px;
  background: #12E58C;
  float: left;
  position: relative;
  top: -2px;
  margin-right: 17px;
}
.text-primary {
  color: #12e58c !important;
}
.border-primary {
  border-color: #12e58c !important;
}
.bravo_wrap .bravo_search_flight .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-from, .bravo_wrap .bravo_search_flight .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-to, .bravo_wrap .bravo_search_flight .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-single {
  font-size: 11px;
  background-color: #12E58C;
}
.bravo_wrap .bravo_search_flight .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #12E58C;
}
.bravo_wrap .bravo_search_flight .bravo_filter .g-filter-item .item-content .btn-apply-price-range {
  font-size: 14px;
  color: #070908;
  margin-top: 20px;
  font-weight: 600;
  padding: 0;
  text-decoration: none;
  outline: none;
}
.bravo_wrap .bravo_search_flight .bravo_filter .g-filter-item .item-content .btn-more-item {
  font-size: 14px;
  color: #070908;
  padding: 0;
  text-decoration: none;
}
/* Flight Box Tamanho */
