main.aboutusPage figure {
  margin: 12px 0 16px 0;
}
main.aboutusPage .imgBox {
  width: 100%;
  height: 340px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
main.aboutusPage .imgBox img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
main.aboutusPage .textBox {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #444444;
  text-align: justify;
}
main #locals {
  margin-top: -40px;
  background-color: #FFFFFF;
  padding: 16px 0;
  border-radius: 10px;
}
main #locals .item .box-item {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
  border-radius: 10px;
  box-shadow: none;
}
main #locals .item .box-item a {
  display: block;
  width: 100%;
  height: 100%;
}
main #locals .item .box-item .overlay {
  display: none;
}
main #locals .item .box-item:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}
main #locals .item .box-item:hover .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
}
main #locals .item .box-item:hover .overlay h3 {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
main #locals .item .box-item img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
  z-index: 1;
}
main #locals .item .box-item:hover img {
  transform: scale(1.05);
}
main #packages {
  margin-bottom: 80px;
}
main #packages .item {
  padding: 10px;
}
main #packages .item .box-image {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: none;
  border: none;
  height: 280px;
}
main #packages .item .box-image a {
  display: block;
  width: 100%;
  height: 100%;
}
main #packages .item .box-image:hover {
  box-shadow: 0 0 8px 0 rgba(150, 150, 150, 0.4);
}
main #packages .item .box-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
main #packages .item .box-image .tags {
  position: absolute;
  z-index: 5;
  padding: 16px;
  display: flex;
  gap: 8px;
  justify-items: start;
}
main #packages .item .box-image .tags .discount {
  background-color: #19b454;
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 4px 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 0;
}
main #packages .item .box-image .tags .inctours {
  position: relative;
  background-color: #FFCC00;
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 4px 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 0;
}
main #packages .item .detail-package h3 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
main #packages .item .detail-package p {
  color: #444444;
  font-size: 1rem;
  line-height: 1.5;
}
main #packages .item .detail-package .box-price .off {
  text-decoration: line-through;
  color: #888888;
}
main #packages .item .detail-package .box-price .value {
  color: #19b454;
  font-size: 1.3rem;
  font-weight: 600;
}
main #packages .item .detail-package .box-price .value span {
  font-size: 0.9rem;
}
main #tours {
  margin-bottom: 40px;
}
main #tours .item-tour {
  padding: 10px;
  margin-bottom: 40px;
}
main #tours .item-tour figure {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: none;
  border: none;
  height: 194px;
}
main #tours .item-tour figure .image,
main #tours .item-tour figure .image a {
  display: block;
  width: 100%;
  height: 100%;
}
main #tours .item-tour figure:hover {
  box-shadow: 0 0 8px 0 rgba(150, 150, 150, 0.4);
}
main #tours .item-tour figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
main #tours .item-tour figure .tag {
  position: absolute;
  z-index: 5;
  padding: 8px;
  display: flex;
  left: 0px;
  gap: 8px;
  justify-items: start;
  top: 0px;
}
main #tours .item-tour figure .tag .attraction {
  background-color: #EEEEEE;
  color: #646e68;
  font-size: 0.65rem;
  font-weight: 500;
  padding: 2px 10px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 16px;
  border-top-left-radius: 16px;
}
main #tours .item-tour .tour-info .location {
  color: #797c88;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}
main #tours .item-tour .tour-info .evaluation i {
  font-size: 0.8rem;
  color: #999999;
}
main #tours .item-tour .tour-info .evaluation i.active {
  color: #FFCC00;
}
main #tours .item-tour .tour-info h4 {
  font-size: 1rem;
  margin: 10px 0;
}
main #tours .item-tour .tour-info p {
  font-size: 0.8rem;
  color: #777777;
}
main #tours .item-tour .tour-footer {
  position: relative;
  margin-top: 10px;
  padding: 0 20px;
}
main #tours .item-tour .tour-footer .prices a {
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 500;
  color: #646e68;
  padding: 6px 10px;
  border-radius: 3px;
  border: solid 1px #939a96;
}
main #tours .item-tour .tour-footer .detail a {
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 500;
  background-color: #05a844;
  color: #FFFFFF;
  padding: 6px 10px;
  border-radius: 3px;
  border: solid 1px #296c43;
}
main #tours .item-tour .tour-footer .pricePopUp {
  position: absolute;
  display: none;
  padding: 10px 20px;
  top: -300px;
  z-index: 5;
  background-color: #EEEEEE;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(150, 150, 150, 0.8);
}
main #tours .item-tour .tour-footer .pricePopUp:after {
  content: "";
  border-color: #EEEEEE transparent transparent transparent;
  border-style: solid;
  border-width: 12px;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -24px;
  left: 10px;
}
main #tours .item-tour .tour-footer .pricePopUp h4 {
  font-size: 1rem;
  color: #777777;
  margin-bottom: 8px;
  border-bottom: solid 1px #888888;
  padding: 4px 0;
}
main #tours .item-tour .tour-footer .pricePopUp .box-value {
  font-size: 0.8rem;
  color: #777777;
  margin-bottom: 6px;
}
main #tours .item-tour .tour-footer .pricePopUp .info {
  font-size: 0.75rem;
  color: #777777;
  padding: 4px 0;
  border-top: solid 1px #888888;
}
main #travelProgrammer {
  background-image: url("../images/bg-vagas.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0;
}
main #travelProgrammer form label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #444444;
  margin-bottom: 5px;
}
main #travelProgrammer form .plus, main #travelProgrammer form .minus {
  cursor: pointer;
}
main #travelProgrammer form input.input-count {
  text-align: center;
}

#bottomOptions {
  position: relative;
  padding: 30px 0;
  background-color: #3c1414;
  color: #FFFFFF;
  box-sizing: border-box;
}
#bottomOptions .box-address {
  position: relative;
  background-color: #66000d;
  box-sizing: border-box;
  border-left: solid 3px #FFCC00;
}
#bottomOptions .box-address .iconBox {
  padding: 10px 20px;
  text-align: center;
}
#bottomOptions .box-address .dataBox {
  padding: 0 20px;
}
#bottomOptions .box-address .dataBox small {
  line-height: 0.6rem;
}
#bottomOptions .box-address .dataBox a {
  color: #FFFFFF;
}
#bottomOptions .box-info {
  padding: 20px;
  background-color: #66000d;
}
#bottomOptions .box-info h3 {
  font-size: 1.2rem;
}
#bottomOptions .box-info hr {
  width: 24%;
  height: 3px;
  background-color: #FFCC00;
  margin: 8px 0;
  opacity: 1;
}
#bottomOptions .box-info ul li {
  margin-left: 20px;
}
#bottomOptions .box-info ul li a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 0.8rem;
  padding: 2px 0;
}
#bottomOptions .box-info img {
  margin: 10px 0;
}

#categoriesBottom {
  position: relative;
  padding: 50px 0;
  background-color: #66000d;
  color: #FFFFFF;
  box-sizing: border-box;
}
#categoriesBottom .box-menu {
  padding: 16px 0;
  margin-bottom: 12px;
}
#categoriesBottom .box-menu h4 {
  font-size: 1.1rem;
  font-weight: 600;
}
#categoriesBottom .box-menu h4 a {
  text-decoration: none;
  color: #FFFFFF;
}
#categoriesBottom .box-menu hr {
  width: 24%;
  height: 3px;
  background-color: #FFCC00;
  margin: 8px 0;
  opacity: 1;
}
#categoriesBottom .box-menu ul li a {
  text-decoration: none;
  color: #FFFFFF;
}

.whatsapp_buttom {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
.whatsapp_buttom a {
  display: inline-block;
}
.whatsapp_buttom img {
  display: block;
  width: 125px;
  height: auto;
  transition: transform 0.2s ease;
}
.whatsapp_buttom:hover img {
  transform: scale(1.05);
}
@media (max-width: 576px) {
  .whatsapp_buttom {
    bottom: 12px;
    right: 12px;
  }
  .whatsapp_buttom img {
    width: 56px;
  }
}/*# sourceMappingURL=main.css.map */
