@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/* GLOBAL STYLES */

:root {
  --white: #FFF;
  --primary-blue: #13263F;
  --secondary-blue: #6CC4C2;
  --black: #222;
  --chumbo: #37383A;
  --font-primaria: 'DM Sans', sans-serif;
}

/* -------------------------------------------------- */
/* Padding below the footer and lighter body text */

/*html, body { overflow-x: hidden !important;}*/

/*body {*/
/*  padding-top: 3rem;*/
/*  padding-bottom: 3rem;*/
/*  color: #5a5a5a;*/
/*  max-width: 100%; overflow-x: hidden;*/
/*}*/

h1{
  font-family: var(--font-primaria);
  font-size: 60px !important;
  font-weight: 700 !important;
}

h2{
  font-family: var(--font-primaria);
  font-size: 42px !important;
  font-weight: 700 !important;
}

h3{
  font-family: var(--font-primaria);
  font-size: 24px !important;
  font-weight: 700 !important;
}

h4{
  font-family: var(--font-primaria);
  font-size: 40px !important;
  font-weight: 700 !important;
}

h5{
  font-family: var(--font-primaria);
  font-size: 20px !important;
  font-weight: 700 !important;  
}

h6{
  font-family: var(--font-primaria);
  font-size: 16px !important;
  font-weight: 700 !important;  
}

p{
  font-family: var(--font-primaria);
  font-size: 16px !important;
  font-weight: 400 !important;    
}

p.lead{
  font-family: var(--font-primaria);
  font-size:20px !important;
  font-weight: 400 !important;
}

h6.pre-title{
  text-transform: capitalize !important;
}

header{
  width:100% !important;
  padding:0px !important;
  margin:0px !important;
}

header nav{
  position: absolute !important;
  top:0px !important;
  z-index: 500 !important;
  width:100% !important;
  height:130px !important;
/*  position: absolute !important;
  z-index: 500 !important;
  width:100% !important;*/
}

.custom-toggler{
  border:0px !important;
}

.navbar-toggler .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

header .featured-carousel-header{
  position: relative !important;
  margin-top:-100px !important;
  z-index: 499 !important;
  min-height: 500px !important;
}

.container-fluid{
  padding-left:0px !important;
  padding-right:0px !important;
}

.row-header-slider-1{
  background-size: cover !important;
}

.featured-carousel-header{
  position: relative !important;
  top:0px !important;
  z-index: 499 !important;
}

.featured-carousel-slider{
  border-radius: 100px !important;
}

.container-pdd-y-01{
/*  padding-top: 42px !important;*/
  padding-bottom: 42px !important;
/*  margin-top: 42px !important;*/
  margin-bottom: 42px !important;
}

.container-pdd-y-slider{
  padding-top:200px !important;
  padding-bottom: 200px !important;
}

.container-pdd-y{
  padding-top: 42px !important;
  padding-bottom: 42px !important;
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}

.featured-carousel-produtos{
  margin: 0 auto !important;
}

.nav-produtos-destaque{
  min-height: 480px !important;
  margin:0 auto !important;
  width: 90% !important;
}

.col-depoimentos{
  border:1px solid var(--secondary-blue) !important;
  padding:64px !important;
  border-radius: 60px !important;
}

.col-depoimentos h5{
  font-weight: 400 !important;
  color: var(--white) !important;
}

.link-google a{
  color:#FFF !important;
  font-weight: 300 !important;
  text-decoration: none !important;
  transition: .2s all !important;
}

.link-google a:hover{
  text-decoration: underline !important;
}

.nav-item{
  font-size:16px !important;
  font-weight: 400 !important;
  transition: .2s all !important;
}

.nav-item:hover{
  font-weight: 500 !important;
}

.list-group-item{
  font-family: var(--font-primaria);
  font-size: 16px !important;
  font-weight: 400 !important;
  background:transparent !important;  
  padding-left:0px !important;
}

.pre-title{
  text-transform: uppercase !important;
  font-family: var(--font-primaria);
}

.radius-div{
  border-radius: 16px !important;
}

.content-slider .label-carrousel-portfolio{
  position: absolute !important;
  z-index:500 !important;
  bottom:0px !important;
  margin: 0 auto !important;
  width:100% !important;
}

.content-slider .label-carrousel-portfolio span{
  font-weight: 400 !important;
}

.content-slider img{
/*  position: absolute !important;*/
  z-index: 499 !important;
}

.link-footer{
  text-decoration: none !important;
  color: #FFF !important;
  transition: .2s all !important;
}

.link-footer:hover{
  text-decoration: underline !important;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing .col-lg-4 p {
/*  margin-right: .75rem;*/
/*  margin-left: .75rem;*/
}

/* Featurettes
------------------------- */

.bg-primary-blue{
  background: var(--primary-blue) !important;
}

.bg-secondary-blue{
  background: var(--secondary-blue) !important;
}

.bg-chumbo{
  background: var(--chumbo) !important;
}

.color-primary-blue{
  color: var(--primary-blue) !important;
}

.color-secondary-blue{
  color: var(--secondary-blue) !important;
}

.color-white{
  color: var(--white) !important;
}

.color-black{
  color: var(--black) !important;
}

.color-chumbo{
  color: var(--chumbo) !important;
}

.secao-servicos{
  background-image:url('../images/body/bg-images/bg-img-servicos.svg') !important;
  background-size: 250px 250px !important;
  background-repeat: no-repeat !important;
  background-position: 100% 108% !important;
}

.secao-bignumbers{
  background-image:url('../images/body/bg-images/bg-big-numbers.png') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.secao-elevando-sonhos{
  background-image:url('../images/body/bg-images/bg-elevando-sonhos.svg') !important;
/*  background-size: cover !important;*/
  background-size:100% auto !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.btn-primary-blue{
  background: var(--primary-blue) !important;
  color: var(--white) !important;
  font-family: var(--font-primaria) !important;
  transition: all .2s !important;
}

.btn-primary-blue:hover{
  background: var(--secondary-blue) !important;
  color: var(--primary-blue) !important;
}

.btn-secondary-blue{
  background: var(--secondary-blue) !important;
  color: var(--primary-blue) !important;
  font-family: var(--font-primaria) !important;
  transition: all .2s !important;
}

.btn-secondary-blue:hover{
  background: var(--white) !important;
  color: var(--black) !important;
}

.btn-orcamento-header{
  background: var(--secondary-blue) !important;
  color: var(--primary-blue) !important;
  font-family: var(--font-primaria) !important;
  transition: all .2s !important;
  border-radius:100px !important;
  padding:8px 16px !important;
  font-weight: 500 !important;  
}

.btn-white{
  background: var(--white) !important;
  color: var(--primary-blue) !important;
  font-family: var(--font-primaria) !important;
  transition: all .2s !important;
}

.btn-white:hover{
  background: var(--primary-blue) !important;
  color: var(--white) !important;
}

.btn-black{
  background: var(--black) !important;
  color: var(--white) !important;
  font-family: var(--font-primaria) !important;
  transition: all .2s !important;
}

.btn-black:hover{
  background: var(--white) !important;
  color: var(--black) !important;
}

.btn-cupom-40, .btn-cupom-25{
  margin-top:12px !important;
  font-family: var(--font-primaria) !important;
}

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */

/* RESPONSIVE CSS
-------------------------------------------------- */

.container-fluid{
  padding-top:100px !important;
  padding-bottom:100px !important;
}

.div-itens{
  padding:24px !important;
  border:10px solid var(--white) !important;
  background-color: var(--lightgray) !important;
}

.icon-itens{
  font-size:32px !important;
}

@media (max-width: 40em) {

  html, body { width:100% !important;overflow-x: hidden !important;}

  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

  .carousel-item {
    height: 80vh;
  }

  .col-conteudo{
    text-align: center !important;
  }

  .col-01{
    order:1 !important;
  }

  .col-02{
    order:2 !important;
  }

  .col-50-mob{
    width:50% !important;
  }

/*  .carousel-item{
    background-size:auto 100% !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
  }*/

  /* FONTS */
  h1{
    font-family: var(--font-primaria);
    font-size: 40px !important;
    font-weight: 700 !important;
  }

  h2{
    font-family: var(--font-primaria);
    font-size: 34px !important;
    font-weight: 600 !important;
  }

  h3{
    font-family: var(--font-primaria);
    font-size: 20px !important;
    font-weight: 600 !important;
  }

  h5{
    font-family: var(--font-primaria);
    font-size: 18px !important;
    font-weight: 600 !important;  
  }

  h6{
    font-family: var(--font-primaria);
    font-size: 14px !important;
    font-weight: 600 !important;  
  }

  p{
    font-family: var(--font-primaria);
    font-size: 14px !important;
    font-weight: 400 !important;    
  }

/*  .accordion-body{
    font-family: var(--font-primaria);
    font-size: 14px !important;
    font-weight: 400 !important; 
  }*/

  .btn{
    padding: 12px 20px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
  }  

  .btn-cta-left, .btn-cta-right{
    bottom:40px !important;
    font-size:16px !important;
  }

  .txt-cta-left{
    display: none !important;
  }

  .txt-cta-right{
/*    display: none !important;*/
/*    top:-12px !important;*/
    font-size:14px !important;
    position: relative !important;
    top:-4px !important;
  }

  .navbar-toggler{
/*    display: none !important;*/
  }

  .navbar-nav-scroll{
    min-height: 300px !important;
    background:#000 !important;
    border-radius:16px !important;
    padding:16px !important;
  }

  .container-pdd-y{
    padding-top:20px !important;
    padding-bottom:20px !important;
  }

  .container-fluid{
/*    padding-left:0px !important;*/
/*    padding-right:0px !important;*/
    width:100% !important;
  }

  .row-header-slider-1{
    background-size: cover !important;
    background-position: center center !important;
  }

  .secao-servicos{
    background-image:url('../images/body/bg-images/bg-img-servicos.svg') !important;
    background-size: 200px 200px !important;
    background-repeat: no-repeat !important;
    background-position: 100% 120% !important;
  }  

  .secao-elevando-sonhos{
    background-image:url('../images/body/bg-images/bg-img-servicos.svg') !important;
  /*  background-size: cover !important;*/
    background-size:200px 200px !important;
    background-repeat: no-repeat !important;
/*    background-position: center center !important;*/
    background-position: 100% 120% !important;
  }  
}



@media (min-width: 62em) {

  html, body { width:100% !important;overflow-x: hidden !important;}

  .featurette-heading {
    margin-top: 7rem;
  }
}

.card-local{
  border-radius: 16px !important;
  border:0px solid !important;
}

.card-img-top{
  border-radius: 16px !important;
}

.card-img-top{
  border:0px !important;
}

.card-local .card-body{
  position: absolute !important;
  margin:0 auto !important;
  bottom: 25%;
  width: 100% !important;
  border:0px solid !important;
}

.card-local .icon-card-local{
  margin-bottom:8px !important;
  margin-top:8px !important;
}

.card-local a{
  color: var(--silver) !important;
  text-decoration: none !important;
  margin-top:20px !important;
}

.card-local a:hover{
  text-decoration: underline !important;
  font-weight: 700 !important;
}

.accordion-item{
  margin-bottom:24px !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border:0px !important;
  padding:12px !important;
  border-radius:8px !important;
}

.accordion-header .accordion-button{
  font-weight: 800 !important;
}

.accordion-button{
  background-color: #FFF !important;
  font-weight: 600 !important;
  color: #4b4b4b !important;
} 

.item-atracao{
  min-height:400px !important;
  border-radius:20px !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
/*  background-color:#FFF !important;*/
}

.border-radius-item{
  border-radius:20px !important;
}

.item-video-atracao{
  min-height:200px !important;
  border-radius:20px !important;
  background-color:#111 !important;
}

.logo-header{
  width:240px !important;
  transition: all .2s !important;
}

.logo-header-reducao{
  width:120px !important;
}

.simbolo-kangoopark-local{
  height:200px !important;
  width: auto !important;
}

.logo-footer{
  height:70px !important;
  width: auto !important;
}

#navbarScroll{
  font-family: var(--font-primaria) !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  color: var(--white) !important;
}

.nav-link{
  color:var(--white) !important;
}

.btn{
  padding: 10px 20px !important;
  font-weight: 600 !important;
  border-radius: 100px !important;
  transition: all .2s !important;
/*  font-size: 20px !important;*/
}

.btn-pulse-header{
  box-shadow: 0 0 0 0 rgba(88, 120, 243, 0.4);
  -moz-animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;  
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(244, 188, 33, 1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(244, 188, 33, 0);
    }
    100% {
        box-shadow: 0 0 0 50px rgba(244, 188, 33, 0);
    }
}

.btn-hover{
  font-weight: 700 !important;
}

.btn-cta-left{
  background-color: #25d366 !important;
  color: #FFF !important;
  position: fixed;
/*  width: auto !important;*/
  height: 48px !important;
/*  height: auto !important;*/
  bottom: 70px !important;
  right: 24px !important;
  z-index: 500 !important;
  border-radius: 100px !important;
  padding:10px 10px !important;
/*  cursor: pointer !important;*/
  font-size: 20px !important;
  font-family: var(--font-primaria) !important;
}

.txt-cta-left{
  font-size:16px !important;
  position: relative !important;
  top:-4px !important;
}

.txt-cta-right{
  font-size:16px !important;
  position: relative !important;
  top:-4px !important;
}

.btn-cta-right{
  background-color: var(--orange) !important;
  color: var(--white) !important;
  position: fixed;
/*  width: auto !important;*/
  height: 48px !important;
/*  height: auto !important;*/
  bottom: 52px !important;
  right: 24px !important;
  z-index: 500 !important;
  border-radius: 100px !important;
  padding:10px 10px !important;
/*  cursor: pointer !important;*/
  font-size: 20px !important;
  font-family: var(--font-primaria) !important;
}

.list-group-item a{
  color: var(--silver) !important;
}

/*  OWL CAROUSEL  */
.owl-carousel {
  position: relative;
/*  min-height: 300px;*/
}

.owl-carousel .owl-item {
  opacity: 1;
/*  min-height: 300px !important;*/
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  bottom: 50% !important;
  width: 100%;
  color:var(--yellow) !important;
}
 
.owl-carousel {
    position: relative;
}
.owl-next, .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.owl-next {
    right: 0;
    display: flex;
}
.owl-prev{
    left: 0;
    display: flex;
}

.owl-dots {
  margin-top:12px !important;
    text-align: center;
}
.owl-dots button.owl-dot.active span, 
.owl-dots button.owl-dot:hover span {
  background-color: var(--silver) !important;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 1px;
  left:1px;
}
.owl-dots button.owl-dot{
  border: 1px solid gray;
  background: white;
   border-radius: 50%;
   height: 16px;
   width: 16px;
   position: relative;
}

.navbar{
  transition: all .2s !important;
}

.hide-nav{
/*  background:var(--white) !important;*/
/*  display: none !important;*/
  margin-top:-200px !important;
}

.logo-copy{
  max-width: 120px !important;
}