header {
  /* background-image: linear-gradient(to right, #fff 27%, #f5822042 20%, #f58220c9 20%, #f58220 50%); */
  background-color: var(--back_menu);
  position: fixed;
  width: 100%;
  z-index: 9;
  transition:all 1s ease 0s;
  font-family: Montserrat, sans-serif;
}
header.other_pages {
  background-color: var(--dark);
  background-image: linear-gradient(to right, #fff 27%, #000 20%, #000 20%, #000 50%);
}
#nav nav .logo {
  width: 140px;
}
#nav nav .nav-link {
  color: var(--text_menu);
  padding: .5rem;
  margin: 0 .5rem;
  font-size: .7rem;
  font-weight: 500;
  background-color: transparent;
  border-radius: 15px;
  transition: all 0.3s ease-out 0s !important;
}
#nav nav .nav-link:hover, #nav nav .nav-link:focus, #nav nav .nav-link:active {
  color: var(--white);
  background-color: #343a4047;
  border-radius: 15px;
  transition: all 0.3s ease-out 0s !important;
}
#nav nav .nav-link.active, #nav nav .nav-link.active:hover, #nav nav .nav-link.active:focus, #nav nav .nav-link.active:active {
  color: var(--white);
  background-color: var(--dark);
  border-radius: 15px;
  transition: all 0.3s ease-out 0s !important;
}
#nav nav .btn {
  margin: 0 0 0 2rem;
  font-size: .7rem;
}
.nav_side {display: none;}
main #top {
  background-color: #000;
  background-image: url('../imgs/main_banner.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  color: #fff;
  opacity: 0.95;
}
main #main_carousel {
  max-height: 60vh;
  min-height: 60vh;
  overflow: hidden;
}
main #main_carousel i {
  font-size: 30px;
  border-radius: 50%;
  padding: 5px;
  transition: all 0.3s ease-out 0s !important;
  border: 2px solid #fff;
}
main #main_carousel i:hover {
  background-color: #343a40b3;
  transition: all 0.3s ease-out 0s !important;
}
main #top h1.title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  max-width: 600px;
  font-size: 3.5rem;
}
main #top p.title {
  font-size: 20px;
}
main #first {
  background-color: transparent;
}
main #first .vid_block {
  padding: 0 40px;
  width: 100%;
  max-width: 1300px;
  display: flex;
  flex-direction: row;
}
main #first .vid_block p {
  font-family: Montserrat, sans-serif;
  margin-bottom: 24px;
  font-size: 14px;
  width: 80%;
}
main #first .vid_block a.custom {
  background-color: var(--main_color);
  border-color: var(--main_color);
}
main .regular .block {
  margin: 0 2%;
  padding: 5% 14%;
  background-color: #fff;
  border: 1px solid #e2dede;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 320px;
  max-width: 550px;
}
main .regular .block p.comment {
  display: flex;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
}
main .regular .block p.name {
  display: flex;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #21242d;
  font-weight: 900;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
main .regular .block p.name img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
main .regular .slick-prev.pull-left.slick-arrow, main .regular .slick-next.pull-right.slick-arrow  {
  transition: all 0.3s ease-out 0s !important;
  z-index: 999;
}
main .regular:hover .slick-prev.pull-left.slick-arrow {
  left: 0px;
  width: 50px;
  height: 50px;
  z-index: 999;
  background-color: #000;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  transition: all 0.3s ease-out 0s !important;
}
main .regular:hover .slick-next.pull-right.slick-arrow {
  right: 0px;
  width: 50px;
  height: 50px;
  z-index: 999;
  background-color: #000;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  transition: all 0.3s ease-out 0s !important;
}
.slick-prev:before, .slick-next:before {
  font-size: 25px;
}
main #way {
  color: #fff;
  background-color: #000;
  padding: 120px 40px;
  position: relative;
}
main #way img.side_bg {
  position: absolute;
  left: -9%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  width: 480px;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0.15;
  z-index: 1;
}
main #way img.right_img {
  width: 100%;
  opacity: 1;
  border-radius: 4px;
}
main #way a.white, main #way a.white:hover, main #way a.white:focus, main #way a.white:visited {
  background-color: var(--light);
  border-color: #fff;
  color: #000;
}
main .pad_border {
  padding: 80px 40px;
}
main .paralax {
  background-color: #000;
  background-image: url(../imgs/venha_conhecer.jpg);
  min-height: 450px;
  background-attachment: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}
main .paralax.pad_border {
  padding: 120px 48px;
  
}
main #send_contact {
  color: #fff;
}
main #send_contact p {
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
}
main #send_contact form {
  width: 100%;
}
main #send_contact input.typed {
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: rgba(0, 0, 0, 0.4);
  height: 48px;
  margin: 0px;
  padding: 12px 24px;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  color: #fff;
}
main #send_contact input.typed::placeholder {
  color: #ffffffb0;
}
main #send_contact .max500 {
  max-width: 500px;
}
main #send_contact label {
  margin: -0.5px 0 0 -5px;
  padding: 0;
  cursor: pointer;
}
main #send_contact label i {
  margin: 0;
  background-color: var(--s_color);
  font-size: 30px;
  padding: 10px;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
main #tour {
  background-color: #fff;
}
main #tour .col-md-6 {
  padding: 0;
  margin: 0;
  border: 0;
}
main #tour .col-md-6.z_index {
  padding: 5%;
}
main #tour .regular_side {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
main #tour .regular_side .imgs {
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 680px;
  color: #fff;
  opacity: 0.95;
  width: 100% !important;
  display: flex !important;
  justify-content: center;
  align-items: flex-end;
}
main #tour .regular_side .imgs .bg_img {
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 680px;
  color: #fff;
  opacity: 0.95;
  width: 100% !important;
  display: flex !important;
  justify-content: center;
  align-items: flex-end;
}
main #tour .regular_side .um {
  
}
main #tour .regular_side .imgs .slick-list.draggable {
  width: 100%;
}
main #tour .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
main #tour .slick-dots {
  bottom: 10px;
}
main #tour .slick-dots li button:before {
  color: #fff;
  font-size: 12px;
}
main #tour .slick-prev.pull-left.slick-arrow, main #tour .slick-next.pull-right.slick-arrow  {
  transition: all 0.3s ease-out 0s !important;
  z-index: 999;
}
main #tour .regular_side:hover .slick-prev.pull-left.slick-arrow {
  left: 0px;
  width: 65px;
  height: 65px;
  z-index: 999;
  background-color: #000;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  transition: all 0.3s ease-out 0s !important;
}
main #tour .regular_side:hover .slick-next.pull-right.slick-arrow {
  right: 0px;
  width: 65px;
  height: 65px;
  z-index: 999;
  background-color: #000;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  transition: all 0.3s ease-out 0s !important;
}
main #tour p.btn, main #tour p.btn:hover, main #tour p.btn:active {
  cursor: unset;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px !important;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s !important;
  margin: 0 0 55px 0;
  min-width: 240px;
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
main #tour a.blue {
  background-color: #3270ff;
  border-color: #3270ff;
}
main #tour .back_left {
  background-color: #000;
  background-image: url(../imgs/left_img.jpg);
  min-height: 680px;
  background-attachment: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
main #tour .card i {
  margin: 20px;
  padding: 15px;
  border: 2px solid #e2e4eb;
  border-radius: 10px;
}
main #tour .card h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
}
main #tour .card p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
main #tour .card.f_1 {
  max-width: 50%;
  min-width: 50%;
}
main #us p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #4d5464;
}
main #us .back_img {
  background-color: #000;
  min-height: 170px;
  max-height: 170px;
  background-attachment: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5%;
  border-radius: 5px;
  width: 100%;
}
main #us .back_img i {
  font-size: 35px;
  background-color: #fff;
  padding: 12px;
  border-radius: 10px;
}
main #us p.title {
  margin-bottom: 0;
  margin-top: 0px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}
main #us p.title span {
  color: #ff3071;
}
main #us .divider.cards {
  margin-top: 15px;
  margin-bottom: 15px;
}
main #us p.text {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
}
main #us a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -4px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #21242d;
  font-size: 15px;
  line-height: 19px;
  font-weight: 900;
  text-decoration: none;
}
main #blog {
  background-color: #fff;
  padding: 5px 0;
}
main #blog p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #4d5464;
}
main #blog .back_img {
  background-color: #000;
  min-height: 170px;
  max-height: 170px;
  background-attachment: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5%;
  border-radius: 5px;
}
main #blog .back_img i {
  font-size: 35px;
  background-color: #fff;
  padding: 12px;
  border-radius: 10px;
}
main #blog p.title {
  margin-bottom: 0;
  margin-top: 0px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}
main #blog p.title span {
  color: #ff3071;
}
main #blog .divider.cards {
  margin-top: 15px;
  margin-bottom: 15px;
}
main #blog p.text {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
}
main #blog a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -4px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #21242d;
  font-size: 15px;
  line-height: 19px;
  font-weight: 900;
  text-decoration: none;
}
main #blog a.all {
  display: contents !important;
}
main #blog a.all>i>span {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 600;
  font-size: 16px;
}
main #blog .back_img {
  background-color: #000;
  min-height: 170px;
  max-height: 170px;
  background-attachment: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5%;
  border-radius: 5px;
  display: flex;
  padding: 0;
  overflow: hidden;
}
main #blog .back_img img {
  object-fit: cover;
}
main #estimate {
  background-color: #000;
  background-image: url(../imgs/main_banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  opacity: 0.95;
}
main #estimate div.col-md-4 {
  padding: 0 5px;
}
main #estimate div.col-md-4 .block {
  padding: 70px 35px;
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  border-color: hsla(0, 0%, 100%, 0.4);
  height: 100%;
}
main #estimate p.title {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
main #estimate .divider {
  margin-bottom: 15px;
}
main #estimate p.text {
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}
main #reservation {
  background-color: #000;
  background-image: url(../imgs/paralax_cotact.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  opacity: 0.95;
  min-height: 190px;
}
main #reservation p {
  padding: 0;
  margin: 0;
}
main #reservation a, main #reservation a:hover {
  background-color: var(--light);
  border-color: #fff;
  color: #000;
}
main #contact .row {
  background-color: #fff;
  border-radius: 5px;
}
main #contact h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
}
main #contact .input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #ced4da;
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
main #contact form button {
  width: 100%;
  font-size: 14px;
  background-color: var(--s_color);
  border-color: var(--s_color);
  color: #fff;
  padding: 10px 30px !important;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s !important;
}
main #contact form button:hover {
  transform: scale(0.95);
  background-color: var(--s_color);
  border-color: var(--s_color);
  color: #fff;
  transition: all 0.3s ease-out 0s !important;
  opacity: 0.90;
  transition: all 0.3s ease-out 0s !important;
}
main #contact form textarea {
  min-height: 145px;
}
#pre_footer {
  background: linear-gradient(to left, #20232d , #20232d);
  color: #fff;
}
#pre_footer a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 96px;
  padding-bottom: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 1px 0 0 0 hsla(0, 0%, 100%, 0.4);
  opacity: 0.4;
  transition: box-shadow 300ms ease, opacity 300ms ease, background-color 300ms ease;
}
#pre_footer a:hover {
  box-shadow: 1px 0 0 0 transparent;
  opacity: 1;
  transition: box-shadow 300ms ease, opacity 300ms ease, background-color 300ms ease;
}
#pre_footer a.blue:hover {
  background-color: #2aa3f0;
}
#pre_footer a.blue_face:hover {
  background-color: #3b5998;
}
#pre_footer a.blue_linkedin:hover {
  background-color: #3270ff;
}
#pre_footer a.pink:hover {
  background-color: #ff3071;
}
#pre_footer a.red:hover {
  background-color: #fc0d1c;
}
#pre_footer a.main:hover {
  background-color: var(--main_color);
}
#pre_footer a img {
  width: 48px;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
footer {
  background: linear-gradient(to left, #20232d , #20232d);
  color: #fff;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  font-size: 14px;
  line-height: 16px;
}
a.wpp_btn {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 45px;
  left: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
  padding-top: 1px;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 1300px) {
  main #main_carousel {
    max-height: 45vh;
    min-height: 45vh;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  main .regular .block {
    padding: 5% 7%;
    min-height: 350px;
    max-width: 500px;
  }
}
@media(max-width: 768px) {
  main #main_carousel {
    max-height: 270px;
    min-height: 270px;
    overflow: hidden;
  }
  main #main_carousel i {
    font-size: 35px;
  }
  .m_h_350 {
    min-height: 250px;
  }
  main .paralax {
    background-attachment: inherit;
  }
  main #tour .card.f_1 {
    max-width: 100%;
    min-width: 100%;
  }
  #pre_footer a {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  #pre_footer a img {
    width: 32px;
  }
}
/* RESOLUTION START HAMBURGER NAV  */
@media(max-width: 575px) { 
  .navbar-dark .navbar-toggler {
    background-color: #000;
    color: #fff;
    opacity: 1;
    padding: 8px;
    margin: 0;
  }
  .nav_side {
    display: block;
    z-index: 999;
    position: fixed;
    right: 0;
    top: 85px;
    width: 70px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    font-size: .7rem;
  }
  main #main_carousel {
    max-height: 135px;
    min-height: 135px;
    overflow: hidden;
  }
  main #main_carousel i {
    font-size: 25px;
  }
  main #top h1.title {
    font-size: 2.5rem;
  }
  .m_h_350 {
    min-height: 220px;
  }
  .mtr6 {
    margin-top: 4rem;
  }
  main #first .vid_block {
    flex-direction: column-reverse;
    padding: 0 20px;
  }
  main #first .vid_block .side_info {
    padding: 0;
  }
  main #first .vid_block p {
    width: 100%;
  }
  main #first .vid_block a.custom {
    margin: 0;
  }
  main #way {
    padding: 120px 0px;
  }
  main #way img.right_img {
    margin-top: 40px;
  }
  main .pad_border {
    padding: 0;
  }
  main .paralax {
    border-radius: 0px;
  }
  main .row.mobile {
    display: flex;
    flex-direction: column-reverse;
  }
  main #tour .back_left {
    /* display: none !important; */
    min-height: 480px;
  }
  main #tour .regular_side .imgs {
    min-height: 480px;
  }
  main #tour .regular_side .imgs .bg_img {
    min-height: 480px;
  }
  main #tour .slick-dots {
    display: none !important;
  }
  main #estimate div.col-md-4 .block {
    margin: 20px 0;
  }
  main #contact .row.mt60.mb60 {
    margin-bottom: 0;
  }
  main #contact .col-lg-5.p50 {
    padding: 25px;
  }
  main #contact .col-lg-7.p50 {
    padding: 0;
    min-height: 350px;
  }
  main #contact .row {
    border-radius: 0px;
  }
  #pre_footer a img {
    width: 24px;
  }
  #pre_footer a {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
