@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --primary: #007694 !important;
    --background: #fff;
    --card: #085062;
}
#whatsapp-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #25d366;
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
a#whatsapp-widget {
  text-decoration: none;
}
#whatsapp-widget i {
  font-size: 30px;
  margin: auto;
}
body {
    background-color: var(--background);
    width: 100%;
}
h1, h2, h3, h4, p, .btn {
    font-family: 'Poppins', sans-serif;
}
p {
    color: #818080;
    font-size: 16px;
}
h1 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    color: var(--card);
}
h2 {
    color: #fff;
}
.title {
    margin-bottom: 40px;
    text-align: center;
}
.title h2 {
    font-size: 35px;
    font-weight: 700;
    color: var(--primary);
}
.btn-lmtur {
    background-color: var(--primary);
    color: #fff;
    border-radius: 25px;
    font-weight: 700;
}
.btn-lmtur:hover {
    background-color: var(--background);
    color: var(--primary);
    border-radius: 25px;
    font-weight: 700;
    border: var(--primary) solid 1px;
}
.btn-lmtur-white {
    background-color: var(--background);
    color: var(--primary);
    border-radius: 25px;
    font-weight: 700;
}
.btn-lmtur-white:hover {
    background-color: var(--primary);
    color: var(--background);
    border-radius: 25px;
    font-weight: 700;
}
.navbar {
    padding: 25px 0;
}
.nav-item {
    font-size: 20px;
    font-weight: 500;
    color: var(--primary);
    margin: 0 8px;
}
.navbar .navbar-brand img {
    width: 190px;
}
.banner {
    background-color: var(--primary);
    background-image: url(imagens/bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 90px 0 180px 0;
}
.banner h1 {
    font-weight: 700;
    color: var(--background);
}
.banner h2 {
    font-weight: 700;
    color: var(--background);
    font-weight: 400;
    font-size: 17px;
    margin: 20px 0;
}
.banner .btn-lmtur {
    background-color: transparent;
    border: 1px solid #fff;
}
.widget-zone {
    margin-top: -90px;
}
.plans-lmtur {
    padding: 90px 0 0 0;
}
.plans-lmtur .card h2 {
   color: var(--primary);
   font-size: 20px;
   margin-bottom: 0;
   margin-top: 10px;
   text-align: center;
}
.plans-lmtur .card:hover {
    background-color: var(--primary);
 }
.plans-lmtur a.card {
    text-decoration: none;
    color: var(--primary);
    font-size: 20px;
    font-weight: 700;
  }

 .plans-lmtur a.card:hover {
    color: var(--background) !important;
  }
.plans-lmtur a.card:hover h2{
    color: #fff;
}
 .thumb-lmtur {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
 }
 .thumb-lmtur img {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    vertical-align: middle;
 }
 .service-lmtur {
    padding: 70px 0;
 }
 .service-lmtur .card {
    border-radius: 15px;
    border: solid 2px var(--primary);
 }
 .service-lmtur .card h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
 }
 .service-lmtur .card .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    margin-bottom: 15px;
    border: solid 1px var(--primary);
 }
 .service-lmtur .card .icon img {
    width: 40px;
    margin: auto;
 }
 .service-lmtur .card p {
    font-size: 16px;
    margin-bottom: 0;
 }
 .promo-lmtur {
    padding: 90px 0;
    background-color: var(--primary);
 }
 .promo-lmtur .title h2 {
    padding: 90px 0;
   color: var(--background);
 }

 .promo-lmtur .nav-link {
   color: var(--background);
   font-size: 25px;
 }
 .promo-lmtur .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--primary);
    background-color: var(--background);
}
.promo-lmtur p {
    color: #fff;
    margin: 15px 0;
}
.promo-lmtur h2 {
    font-weight: 700;
}
.parceiros {
    padding: 90px 0 40px 0;
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.parceiros .carousel-control-prev {
  display: none;
}
.parceiros .carousel-control-next {
  display: none;
}
.parceiros .carousel-indicators {
  display: none;
}
.parceiros .card img {
    width: 210px;
    height: auto;
    margin: 0 auto;
  }
  .parceiros .card {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: none;
  }
  .sobre-lmtur {
    padding: 40px 0;
  }
  .sobre-lmtur h2 {
    font-weight: 700;
    color: var(--primary);
  }
  .top-footer {
    margin-bottom: -40px;
    margin-top: 90px;
  }
  .top-footer h2 {
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0;
    font-size: 35px
  }
  footer {
    background-color: var(--primary);
    padding: 90px 0 40px 0;
  }
  footer a {
    text-decoration: none;
  }
  footer a:hover {
    text-decoration: none;
    color: #fff;
  }
  footer img {
    width: 190px;
    margin-bottom: 15px;
  }
  .footer .link-div h2 {
    font-size: 17px;
    font-weight: 700;
  }
  .footer .link-div {
    display: grid;
    justify-content: center;
  }
  .footer .link-div a {
    color: #d8d7d7;
  }
  .footer .link-div a:hover {
    color: #fff;
    cursor: pointer;
  }
  footer p {
    font-size: 16px;
    color: #d8d7d7;
  }
  footer .link-div img {
    width: 80px;
    background-color: var(--background);
    padding: 5px;
  }
  footer .icon {
    background-color: var(--background);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  footer .icon i {
    font-size: 25px;
    height: auto;
    margin: auto;
    color: var(--primary);
  }
  .copy-lmtur {
    background-color: #085062;
    text-align: center;
    margin-bottom: -60px;
    padding: 15px 0;
  }
  .copy-lmtur img {
    width: 100px;
  }
  .copy-lmtur p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
  }
  .page-banner {
    background-color: var(--primary);
    padding: 90px 0;
    width: 100%;
  }
  .page-banner h1 {
    font-weight: 700;
    color: var(--background);
    font-size: 45px;
  }
  .page-banner h3 {
    color: #fff;
    font-weight: 400;
    font-size: 25px;
  }
  .copy-lmtur p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
  }
  .banner-login {
    background-color: var(--primary);
    padding: 90px 0 180px 0;
    width: 100%;
  }
  .banner-login h1 {
    font-weight: 700;
    color: var(--background);
    font-size: 45px;
  }
  .banner-login h3 {
    color: #fff;
    font-weight: 400;
    font-size: 25px;
  }
  .promo-zone {
    padding: 90px 0;
  }
  .promo-zone .nav-link {
    font-size: 35px;
  }
  .promo-zone .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--background);
    background-color: var(--primary);
  }
  .check-in-zone {
    padding: 90px 0;
  }
  .check-in-zone .card:hover {
    background-color: var(--primary);
    transform: scale(1.1);
  }
  .check-in-zone .card {
    transition: transform 0.3s ease-in-out;
  }
  .contact-zone {
    padding: 90px 0;
  }
  .contact-zone .card {
    border-radius: 15px;
    border: solid 2px var(--primary);
    text-align: center;
  }
  .contact-zone .card h2 {
    color: var(--primary);
    font-weight: 700;
    margin: 20px 0;
  }
  .contact-zone .card .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    margin: auto;
    justify-content: center;
    margin-bottom: 15px;
    border: solid 1px var(--primary);
  }
  .contact-zone .card .icon i {
    font-size: 40px;
    color: var(--primary);
  }
  .form-login {
    margin-top: -110px;
    margin-bottom: 90px;
  }
  .form-login label {
   color: var(--primary);
   font-weight: 700;
   font-size: 17px;
   margin-bottom: 10px;
  }
  .links-zone {
    padding: 90px 0;
  }
  .links-zone .card {
    border: none;
    background-color: var(--primary);
    border-radius: 15px;;
    text-align: center;
  }
  .links-zone .card h2 {
    font-size: 25px;
    margin-bottom: 0;
  }
  .links-zone .card .icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    background-color: var(--background);
    justify-content: center;
    margin-bottom: 15px;
    border: solid 1px var(--primary);
 }
  .links-zone .card .icon img {
   width: 50px;
   height: auto;
   margin: auto;
   text-align: center;
  }
  .links-zone a.card  {
    text-decoration: none;
  }
  .page-destinos {
    background-color: var(--primary);
    padding: 90px 0 180px 0;
  }
  .page-destinos h1 {
    color: var(--background);
    font-size: 45px;
  }
  .page-destinos h2 {
    color: var(--background);
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 0;
  }
  .negative-zone {
    margin-top: -120px;
  }
  .negative-zone .card h2 {
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0;
  }
  .post-content h2 {
    margin-bottom: 20px !important;
  }
  .post-content li {
    margin: 10px 0 !important;
  }
  .post-content h3 {
    margin: 20px 0 !important;
  }
  .post-content h3 {
    font-weight: 400;
    color: var(--primary);
  }
  .post-content img {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .box {
    background-color: var(--primary);
    padding: 15px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    border-radius: 25px;
    cursor: pointer;
  }
  .box img {
    width: 50px;
    margin-right: 10px;
  }
  a.box {
    font-size: 35px;
    color: #fff;
    text-decoration: none;
  }
  .negative-zone .card .box h2 {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
  }
  /* responsivo do site  */
  @media only screen and (max-width: 768px) {
    .link-div {
      justify-content: left !important;
    }
  }
  @media only screen and (max-width: 950px) {
    .parceiros {
      height: auto;
    }
  }