@font-face {
    font-family: 'nexabold';
    src: url('../fonts/nexabold-webfont.woff2') format('woff2'),
         url('../fonts/nexabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nexabook';
    src: url('../fonts/nexabook-webfont.woff2') format('woff2'),
         url('../fonts/nexabook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nexaheavy';
    src: url('../fonts/nexaheavy-webfont.woff2') format('woff2'),
         url('../fonts/nexaheavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nexalight';
    src: url('../fonts/nexalight-webfont.woff2') format('woff2'),
         url('../fonts/nexalight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nexathin';
    src: url('../fonts/nexathin-webfont.woff2') format('woff2'),
         url('../fonts/nexathin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'nexa_lightregular';
    src: url('../fonts/nexa_light-webfont.woff2') format('woff2'),
         url('../fonts/nexa_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
    background-color: #fff;
}
.banner {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden !important;
    box-shadow: 0px 0px 30px #0003;
}
.container-banner {
	position: absolute;
	width: 120%;
	height: 120vh;
	left: -10%;
	right: -10%;
	top: -5%;
	bottom: -10%;
}
.container-banner #scene .layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 120vh;
	left: -10%;
	top: -5%;
	bottom: -10%;
}
.container-banner #scene .layer img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.logo {
	width:  250px;
}
.bg-light {
    background-color: #f9f9f9f2!important;
        box-shadow: 0px 0px 35px 0px #000;
}
section	{
    padding-top: 15vh;
    padding-bottom: 15vh;
    min-height: 100vh;
}
.faq-section .mb-0 > a {
  display: block;
  position: relative;
}
.faq-section .mb-0 > a:after {
  content: "+";
  position: absolute;
  right: 0;
  font-weight: 600;
}
.faq-section .mb-0 > a[aria-expanded="true"]:after {
  content: "-";
  font-weight: 600;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff0;
    background-clip: border-box;
    border: 1px solid rgb(0 0 0 / 0%);
    border-radius: 0px;
    padding-bottom: 30px;
}
.card-header {
    background-color: #58C1D1;
    border-radius: 0px !important;
}
.card-header a {
    color: #fff;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background: #fff;
}
#produtos {
background-color:  #cecece;
}
#contato {
background-color:  #cecece;
padding-bottom: 0vh;
}
footer {
	padding-top: 30px;
	padding-bottom: 20px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    font-family: 'nexabook';
    font-size: 22px;
}
p {
    font-family: 'nexabook';
    font-size: 18px;
    color: #626262;
}
h1,h2,h3,h4,h5 {
    font-family: 'nexabold';
    color: #a6a6aa;
    text-transform: uppercase;
}
footer a {
color: #5ac1d2 !important;
}
.js-scroll-trigger {
    animation-duration: 2s !important;
}
footer a:hover {
color: #5ac1d2 !important;
}
/* ini: Preloader */
 
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #58C1D1;
    z-index:1040 !important; /* z-index para jogar para frente e sobrepor tudo */
}
#preloader .inner {
    position: absolute;
    top: 50%; /* centralizar a parte interna do preload (onde fica a animação)*/
    left: 50%;
    transform: translate(-50%, -50%);  
}
.bolas > div {
  display: inline-block;
  background-color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin: 3px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: animarBola;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
   
}
.bolas > div:nth-child(1) {
    animation-duration:5.75s ;
    animation-delay: 0;
}
.bolas > div:nth-child(2) {
    animation-duration: 5.75s ;
    animation-delay: 0.12s;
}
.bolas > div:nth-child(3) {
    animation-duration: 5.75s  ;
    animation-delay: 0.24s;
}
@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; 
  } 
}

@media (min-width: 0px) and (max-width: 991px) {
    .banner {
        padding-bottom: 0px;
        height: 100% !important;
    }
    p {
        font-size: 13px;
    }
    section {
        padding-top: 15vh;
        padding-bottom: 15vh;
        overflow-x:  hidden !important;
        min-height: 100vh;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 25px;
    }
    .card-header {
    padding-top: 10px;
    padding-bottom: 10px;
    }
    body {
        overflow-x:  hidden !important;
    }
    html {
        overflow-x:  hidden !important;
    }
    .logo {
        width: 200px;
    }

}