.daterangepicker {
  position: relative;
  color: inherit;
  background: #fff;
  width: 100% !important;
  padding: 0px;
  margin-top: 1px;
  top: 0px;
  left: 0px;
  /* Calendars */ }
  .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.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: 100%;
    /* max-width: 270px; */
    margin: 0px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 22px;
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
    
    
    }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; 
    border-collapse: inherit !important;

}
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 10px;
    height: 10px;
    border-radius: 4px;
    border: 0px 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{
    background-color: #fff !important;
    border-color: transparent !important;
    color: #999 !important;
    font-size: 13px !important;
  }
  .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff ;
    border-color: transparent ;
    color: #999 ;
    font-size: 13px ;
  }
  .daterangepicker td.in-range {
    background-color: #ffd9e5;
    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: 24px;
    height: 32px;
    width: 32px;
 }
  .daterangepicker td{
    /* padding: 10px; */
    /* Deixar os dias do calendário redondo */
}
  .daterangepicker td.available {
    background-color: #dfe7e2 !important;
    border-color: #c7d5cd !important;
    color: #1e2f23 !important; 
    border-radius: 24px;
    height: 32px;
    width: 32px;
    font-size: 13px;
}
        .daterangepicker td.today.available {
          background-color: #dfe7e2 !important;
          border:solid 1px #c7d5cd !important;
          color: #1e2f23 !important; 
          border-radius: 24px;
          height: 32px;
          width: 32px;
          font-size: 13px;
      }
            .daterangepicker td.today.active.available {
              background-color: #0b6a1c !important;
              border-color: transparent !important;
              color: #fff !important;
          }

            .daterangepicker td.today.active.in-range.available {
              background-color: #dfe7e2 !important;
              border:solid 1px #c7d5cd !important;
              color: #1e2f23 !important; 
          }




  .daterangepicker td.off.available {
    background-color: #f5f5f5 !important;
    border-color: #e5e7e6 !important;
    color: #1e2f23 !important; 
    border-radius: 24px !important;
    height: 32px;
    width: 32px;
    font-size: 13px;
}
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #0b6a1c !important;
    border-color: transparent !important;
    color: #fff !important; }
  .daterangepicker th.month {
    width: auto; 
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;


}
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #c4c4c4 !important;
    cursor: not-allowed !important;
    text-decoration: line-through !important; }
  .daterangepicker td.today, .daterangepicker option.today {
    color: #1e2f23 !important;
    text-decoration: none;
    border: 0px solid #d3d3d3 !important;
    border-radius: 20px;
    background-color: #f5f5f5 !important;  
  }

  .today {
    color: #0e8310 !important;
    cursor: not-allowed;
    text-decoration: none;
    border: 1px solid #d3d3d3 !important;
    border-radius: 20px;
    background-color: #f4faf6 !important;  
  }


  .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: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }
    .ranges li.active {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }

/*  Larger Screen Styling */
@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; 
	width: 100%;}
    .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;
	width: 100%; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; width: 100%;}
      .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: 0px; }
      .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; } }
	


.box_detail2 {
    padding: 25px 15px 25px 15px;
    border: 1px solid #ededed;
    background-color: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}
#total_cart {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  /* border-bottom: 1px solid #ededed; */
  /* margin: 0 -25px 20px -25px;*/
  padding: 15px 15px 35px 15px;
  line-height: 1;
  background: #e6e6e6;
  border-radius: 0px 0px 10px 10px;
}
#total_cart span {
  font-weight: 600;
}

#total_cart2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: 0px solid #ededed;
  margin: 0 -25px 20px -25px;
  padding: 0 25px 15px 25px;
  line-height: 1;
}
#total_cart2 span {
  font-weight: 600;
}

.box_detail2 #total_cart {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  /* border-bottom: 1px solid #ededed; */
  /* margin: 0 -25px 20px -25px;*/
  padding: 15px 15px 35px 15px;
  line-height: 1;
  background: #e6e6e6;
}


.box_detail2 ul.cart_details li {
  font-weight: 500;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
}

.box_detail2 ul.cart_details li span {
  float: right;
}



.box_detail {
  /* padding: 25px 15px 15px 15px;
  border: 1px solid #ededed;
  background-color: #f8f8f8; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  /* background: #ffffff; */
}
.box_detail .price {
  line-height: 1;
  border-bottom: 1px solid #ededed;
  margin: 0 -25px 25px -25px;
  padding: 0 25px 15px 25px;
}
.box_detail .price > span {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 600;
}
.box_detail .price > span > small {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
}
.box_detail .price .score {
  float: right;
  margin-top: -5px;
}
.box_detail h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 25px 0 10px 0;
}
.box_detail ul {
  margin-bottom: 0;
}
.box_detail ul li {
  margin-bottom: 5px;
}
.box_detail ul li i {
  margin-right: 8px;
}
.box_detail figure {
  position: relative;
  background-color: #000;
}
.box_detail figure img {
  opacity: 0.8;
}
.box_detail figure span {
  position: absolute;
  display: block;
  left: 0;
  bottom: 10px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: 600;
}
.box_detail figure a i {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  font-size: 42px;
  font-size: 2.625rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.box_detail figure:hover i {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.qtyButtons {
  display: flex;
  margin: 0 0 0 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px;
  width: 100%;
} 
.qtyButtons input {
  outline: 0;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  width: 40px;
  height: 36px !important;
  color: #333;
  line-height: 36px;
  margin: 0 !important;
  padding: 0 5px !important;
  border: none;
  box-shadow: none;
  pointer-events: none;
  display: inline-block;
  border: none !important;
}
  .qtyButtons.disabled input {
    display: none !important;
  }
  .qtyButtons.disabled .qtyInc,
  .qtyButtons.disabled .qtyDec {
    display: none !important;
  }
.qtyButtons label {
  line-height: 14px;
  padding-right: 15px;
  display: block;
  flex: 1;
  color: #727b82;
  font-family: "Open Sans", sans-serif;
}
.qtyButtons label small {
  font-weight: 400;
}

.qtyInc,
.qtyDec {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 28px;
  font-size: 0.95rem;
  background-color: #f2f2f2;
  -webkit-text-stroke: 1px #f2f2f2;
  color: #333;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  font-family: 'Font Awesome 6 Pro';
}

.qtyInc:before {
    font-family: "Font Awesome 6 Pro"; font-weight: 900; content: "\f067";
}

.qtyDec:before {
    font-family: "Font Awesome 6 Pro"; font-weight: 900; content: "\f068";
}

.qtyTotal {
  background-color: #66676b;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  line-height: 18px;
  text-align: center;
  position: relative;
  top: -10px;
  left: -2px;
  height: 18px;
  width: 18px;
}



.labelDataV2 {
	background: #d8d8d8;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
  line-height: 18px;
  border-radius: 10px 10px 0px 0px;
}


.lCalendario span::after {
  content: "passo 1"
}
.lCalendario::after {
  content: "Escolha a data"
}
.lLotes span::after {
  content: "passo 2"
}
.lLotes::after {
  content: "Escolha o lote/hora"
}
.lQuantidade span::after {
  content: "passo 3"
}
.lQuantidade::after {
  content: "Escolha a quantidade"
}
.lComprarCartao::after {
  content: "Comprar"
}
.lComprarPix::after {
  content: "Pagar com pix"
}
.lReservar::after {
  content: "Faça sua reserva"
}
.lComprarWpp::after {
  content: "Faça sua reserva"
}


.h1-form-leads::after {
  content: "Saiba mais!";
  font-weight: 800; 
}
.btn-leads::after {
  content: "Enviar";
  font-weight: 800; 
}
a.btn.template-10 span::after {
  content: "COMPRAR INGRESSO";
  font-weight: 800; 
}




.labelDataV2.cx2{
	background: #d8d8d8;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
    line-height: 18px;
    border-radius: 2px 2px 0px 0px;
}
.labelDataV2 span {
	font-size: 12px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
}


.booking input {
  font-weight: 500;
  height: 45px;
}
.booking input:focus {
  box-shadow: none;
  border: 1px solid #d2d8dd;
}


.booking input[type=checkbox], input[type=radio] {
    width: 20px;
}


.booking select {
    display: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    border-color: #b3b3b3 !important;
}
.booking .panel-dropdown {
  background-color: #fff !important;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d2d8dd;
  padding-top: 0px !important;
  padding-right:0px !important;
  padding-bottom: 0px !important;
  padding-left:0px !important;
  margin: 0 0 0 0 !important;
}
@media (max-width: 991px) {
  .booking .panel-dropdown {
    height: inherit;
  }
}
.booking .panel-dropdown .panel-dropdown-content {
  top: 50px;
}
.booking .nice-select .current {
  font-weight: 500;
  color: #6f787f;
}
.booking .custom-select-form .nice-select:active, .booking .custom-select-form .nice-select.open, .booking .custom-select-form .nice-select:focus {
  border-color: #d2d8dd;
  outline: 0;
  box-shadow: none;
}
.booking .custom-select-form select {
  display: none;
}
.booking .form-group {
  margin: 0 0 10px 0;
}
.booking .form-group i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  background-color: #fff;
  height: 43px;
  top: 1px;
  right: 1px;
  padding-right: 10px;
  display: block;
  width: 20px;
  box-sizing: content-box;
  line-height: 43px;
  z-index: 9;
  color: #999;
}
.booking .form-group i.icon_lock_alt {
  top: 36px;
}

/* Detail page contact form */
.booking textarea {
  font-weight: 500;
  height: 100px;
  padding-right: 25px;
}
.booking textarea:focus {
  border: 1px solid #d2d8dd;
  box-shadow: none;
}

.booking i.loader {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  height: auto;
  width: auto;
  padding: 0;
  right: 10px;
}




/*General links color*/
a {
  color: #333333;
  text-decoration: none;
  font-weight: 700;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}
a:hover, a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

/*-------- 1.2 Buttons --------*/
a.btn_1,
.btn_1 {
  border: none;
  color: #fff;
  background: #fc5b62;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
a.btn_1:hover,
.btn_1:hover {
  background: #206334;
  color: #fff;
}
a.btn_1.full-width,
.btn_1.full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
a.btn_1.full-width.purchase,
.btn_1.full-width.purchase {
  background-color: #32a067;
}
a.btn_1.full-width.purchase:hover,
.btn_1.full-width.purchase:hover {
  background-color: #206334;
}
a.btn_1.full-width.wishlist,
.btn_1.full-width.wishlist {
  border-color: #555;
  color: #555;
}
a.btn_1.medium,
.btn_1.medium {
  font-size: 16px;
  font-size: 1rem;
  padding: 18px 40px;
}
a.btn_1.rounded,
.btn_1.rounded {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
}
a.btn_1.outline,
.btn_1.outline {
  border: 2px solid #fc5b62;
  color: #fc5b62;
  padding: 11px 40px;
  background: none;
}
a.btn_1.outline:hover,
.btn_1.outline:hover {
  background: #206334;
  color: #fff;
  border-color: #206334;
}
a.btn_1.outline:focus,
.btn_1.outline:focus {
  outline: none;
}

.closebt {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: absolute;
  font-size: 24px;
  font-size: 1.5rem;
  top: 10px;
  right: 15px;
  color: #fff;
  opacity: 0.6;
  width: 30px;
  height: 30px;
}
.closebt:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
}

.btn_home_align {
  text-align: right;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .btn_home_align {
    text-align: center;
    margin-bottom: 25px;
  }
}

a.btn_map {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 12px 8px 12px;
  line-height: 1;
  margin-bottom: 5px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
}
a.btn_map:hover {
  color: #fc5b62;
}
a.btn_map:before {
  font-family: 'Font Awesome 6 Pro';
  content: "\e081";
  display: inline-block;
  margin-right: 5px;
}

a.btn_map_in,
.btn_map_in {
  border: none;
  color: #fff;
  background: #fc5b62;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
a.btn_map_in:hover,
.btn_map_in:hover {
  background: #206334;
  color: #fff;
}


a.btn_waze {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 12px 8px 12px;
  line-height: 1;
  margin-bottom: 5px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
}
a.btn_waze:hover {
  color: #fc5b62;
}



ul.share-buttons {
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0 0 25px 0;
}
ul.share-buttons li {
  display: inline-block;
  margin: 0 5px 5px 5px;
}
ul.share-buttons li a {
  background: #fff;
  border: 1px solid #666;
  border-radius: 50px;
  font-weight: 500;
  font-size: 13px;
  padding: 7px 20px;
  transition: 0.3s;
  display: inline-block;
  line-height: 17px;
  font-weight: 500;
}
ul.share-buttons li a:hover {
  color: #fff;
}
ul.share-buttons li a.wt-share {
  border-color: #00bfa5;
  color: #00bfa5;
}
ul.share-buttons li a.wt-share:hover {
  background: #00bfa5;
  color: #fff;
}
ul.share-buttons li a.fb-share {
  border-color: #3b5998;
  color: #3b5998;
}
ul.share-buttons li a.fb-share:hover {
  background: #3b5998;
  color: #fff;
}
ul.share-buttons li a.gplus-share {
  border-color: #dd4b39;
  color: #dd4b39;
}
ul.share-buttons li a.gplus-share:hover {
  background: #dd4b39;
  color: #fff;
}
ul.share-buttons li a.twitter-share {
  border-color: #1da1f2;
  color: #1da1f2;
}
ul.share-buttons li a.twitter-share:hover {
  background: #1da1f2;
  color: #fff;
}
ul.share-buttons li i {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  right: 3px;
  top: 2px;
}

.termos {
    font-size: 14px;
}
    .termos a {
        font-size: 14px;
        font-weight: 600;
        font-family: "Open Sans", sans-serif;
        text-decoration: underline;
    }



	.form-control#inlinePicker {
		display: none !important;
  }
  

.tracejado {
    text-decoration: line-through !important;
}




/* Loading bar container */
.loading-bar-container {
  width: 70%;
  height: 8px;
  margin: 0px 15%;
  background: #ffffff50;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Loading bar itself */
.loading-bar {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #4caf50, #81c784);
  animation: loading 30s linear forwards;
  border-radius: 4px; /* Rounds the edges to match the container */
}

/* Keyframes for the loading animation */
@keyframes loading {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}