:root {
  --color-primary: #F4C573;
  --color-secondary: #222;
}

.color-primary { color: var(--color-primary) }
.color-secondary { color: var(--color-secondary) }

.bg-primary { background: var(--color-primary) !important }
.bg-secondary { background: var(--color-secondary) !important }

body { 
  overflow-x: hidden;
  position: relative;
  font-family: "Poppins", Sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #222 }

body.home { background: #171717 url(img/bg-body.webp) no-repeat center top }  

a,
a:hover { color: #222 }  




/* wrapper 
//////////////////////////////////////////////////*/
.wrapper {  padding: clamp(4rem, 10vw, 6rem) 0 }

.container { max-width: 1278.98px }

.container.wrapper { padding:  clamp(4rem, 10vw, 6rem) }

@media(max-width:767.98px){
  section { overflow-x: hidden }
  .container { padding: 0 2rem }
}



/* heading / text
//////////////////////////////////////////////////*/
h1 { 
  letter-spacing: -2px;
  margin-bottom: clamp(1rem, 1rem + 2vw, 2rem);
  font-size: clamp(175%, 5vw,  300%) }

h1 small { 
  font-weight: bold;
  font-size: 50% }  

h1 > small { letter-spacing: normal }

h2 { 
  letter-spacing: -1.5px;
  margin-bottom: clamp(1rem, 1rem + 2vw, 2rem);
  font-size: clamp(150%, 5vw, 175%) }

h3 { 
  letter-spacing: -1px;
  margin-bottom: clamp(1rem, 1rem + 2vw, 1.5rem);
  font-size: clamp(125%, 5vw, 150%) }

h4 { 
  margin-bottom: clamp(1rem, 1rem + 2vw, 1.5rem);
  font-size: clamp(112.5%, 5vw, 125%) }

p, li { 
  line-height: 1.5;
  font-size: clamp(87.5%, 2vw, 100%)  }

p, ul, ol, li { margin-bottom: clamp(1rem, 1rem + 2vw, 1.5rem) }

.small p,
.small,
small { line-height: normal !important }

p.large { font-size: 125% }

@media(max-width:767.98px){
  h1 { letter-spacing: -1px }
  h2 { letter-spacing: -.5px }
  h3 { letter-spacing: -.25px }
  h4, h5, h6 { letter-spacing: normal }
}



/* header 
//////////////////////////////////////////////////*/
.home header { 
  z-index: 1;
  position: absolute !important;
  width: 100% }

.inner header { 
  background: url(img/bg-header.jpg) no-repeat center;
  background-size: cover }  
  
header a { transition: all 300ms }

header .nav-link,
header .dropdown-item { color: #FFF }

header .nav-link.active,
header .nav-link:hover,
header .nav-item.show > a { color: var(--color-primary) }

.header-social a { opacity: .5 }
.header-social a:hover { opacity: 1 }

.navbar-toggler { 
  width: 45px;
  padding: 10px;
  border: 0;
  border-radius: 0 }

.navbar-toggler span { 
  background: var(--color-secondary);
  height: 3px;
  display: block }

header .navbar-toggler span { background: #FFF }

header .navbar-toggler span:not(:last-of-type) { margin: 0 0 4px 0 }

header .navbar-toggler:hover,
header .navbar-toggler:active,
header .navbar-toggler:focus { background: var(--color-secondary) }

header .navbar-toggler:hover span,
header .navbar-toggler:active span,
header .navbar-toggler:focus span { background: #FFF }

.navbar-toggler span:not(:last-of-type) { margin: 0 0 4px 0 }

header .navbar-brand { 
  padding: 0;
  font-size: 100% }

@media(min-width:992px){ 
  header { 
    padding-top: 0 !important;
    padding-bottom: 0 !important }

  header .container { 
    padding: 0;
    height: 120px }

  header .navbar-nav > * { 
    margin-left: clamp(.5rem, 1.75vw, 2rem);
    padding-top: 0;
    padding-bottom: 0 }
}

@media(max-width:991.98px){
  
  header .navbar-brand { width:200px }
  header .navbar-brand img { width: 100% }

  header .navbar-collapse { 
    position: absolute;
    z-index: 2;
    top: 110px;
    right: 0;
    min-width: 300px;
    background: var(--color-secondary) }

  header .nav-link { 
    margin: 0;
    padding: 0 30px !important;
    color: #FFF !important }

  header .nav-link:hover,
  header .nav-link:focus,
  header .nav-link:active { box-shadow: inset 0 0 100px rgba(255,255,255,0.1) }

}

@media(min-width:768px) and (max-width:991.98px){ 
  
  header .navbar-nav { padding: 15px 0 }
  header .nav-link { padding: 7.5px 30px !important }

}

@media(max-width:575.98px){

  header { 
    padding: 0 15px !important;
    height: 100px }
  
  header .navbar-collapse { 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%  }

  header .navbar-nav {
    justify-content: center;
    width: 100%;
    height: 100vh }  

  header .nav-item { 
    text-align: center;
    width: 100%;
    line-height: 50px }

  header .nav-link,
  header .btn { font-size: 125%  }

}



  

/* hero
//////////////////////////////////////////////////*/
.hero { 
  /* background: var(--color-secondary); */
  position: relative;
  height: 100vh }

.hero h1 { line-height: 1.1 }

.hero-caption { 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,calc(-50% + 60px)) }

.hero-cover {
  position: absolute;
  width: 100%;
  height: 100vh;
  object-fit: cover }

@media(min-width:1024px){
  .hero-caption { width: 70% }
  .hero-caption h1 { font-size: 450% }
}
  
@media(min-width:1400px){
  .hero-caption { width: 40% }
}





/* about 
//////////////////////////////////////////////////*/
.home .about .container { 
  border-radius: .5rem;
  background: url(img/bg-about.webp) center;
  background-size: cover }

@media(max-width:767.98px){
  .about .container { border-radius: 0 }
}






/* blog 
//////////////////////////////////////////////////*/
.post-header h1 { 
  font-size: 300%;
  margin-bottom: 15px;
  text-transform: initial }

.post-header small { 
  line-height: 1.4;
  display: block;
  color: #AAA }

.post-header p {
  margin-bottom: 30px;
  line-height: 130%;
  color: var(--color-primary);
  font-size: 150% }

.post-body { margin: 30px auto }

.post-body > * { 
  font-size: 112.5%;
  margin-bottom: 30px;
  line-height: 160% }

.post-body > * > * { margin-bottom: 15px }

.post-body h2 { 
  line-height: 120%;
  font-size: 240%;
  text-transform: initial }

.post-body h3 { 
  line-height: 120%;
  font-size: 180%;
  text-transform: initial }

.inner .posts { background: rgba(0,0,0,.05) }

.posts img { border-radius: .5rem }

.posts small {
  opacity: .5;
  display: block;
  margin-bottom: 7.5px;
  font-size: 87.5%;
  letter-spacing: 2px }

.posts h2 { 
  letter-spacing: normal;
  font-size: 125% }

.home .posts .row a { color: #FFF }

@media(max-width: 767.98px){
  .posts .btn { width: 100% }
}

@media(min-width:768px){
  .post-header { 
    width: 768px;
    margin: 0 auto }
  
  .post-body { width: 768px }
  
  .posts .row { margin: 0 -30px }
  .posts .row > * { padding: 0 30px }

}  






/* hire 
//////////////////////////////////////////////////*/
.home .hire .container { background: #FFF }

@media(min-width:768px){
  .home .hire .container,
  .inner .hire { 
    border-radius: .5rem;
    background: #FFF url(img/bg-hire.jpg) no-repeat center;
    background-size: auto 100% }
}





/* clients 
//////////////////////////////////////////////////*/
.clients .container { 
  border-radius: .5rem;
  background: #FFF }

.clients .carousel-control-prev,
.clients .carousel-control-next { width: 7rem }

.clients .carousel-control-prev { margin-left: -6rem }
.clients .carousel-control-next { margin-right: -6rem }

@media(max-width:767.98px){
  .clients .container { border-radius: 0 }

  .clients .carousel-control-prev { margin-left: -5.5rem }
  .clients .carousel-control-next { margin-right: -5.5rem }
}






/* footer 
//////////////////////////////////////////////////*/
footer {
  color: #FFF;
  background: #000;
  background-size: cover }

footer .container { 
  padding-top: 5rem;
  padding-bottom: 5rem }  

.footer-about i { fill: #FFF }  
.footer-about a:hover i { fill: var(--color-primary) }  

.footer-mapsite a { color: #FFF }

.footer-copyright .container { border-top: 1px solid rgba(255,255,255,.2) }

.footer-copyright a.brand-flexpoint {
  display: inline-block;
  text-indent: -1000000px;
  background: url(https://www.flexpoint.com.br/addons/flexpoint-site-sign.png) top;
  width: 25px;
  height: 27px } 

@media(min-width:769px){

  .footer-about { width: 30% }

  .footer-mapsite { 
    width: 50%;
    height: 50px }

  .footer-mapsite a { margin-right: 3rem }
}

@media(max-width:768px){
  .footer-mapsite a { 
    display: block;
    margin-bottom: 1rem  }
  
  .footer-about small { opacity: .5 }
}




  

/* form 
//////////////////////////////////////////////////*/
.form-control,
.custom-select { 
  border: 1px solid #F6F6F6;
  border-radius: 0;
  background-color: #FFF;
  box-shadow: inset 2px 2px 4px rgba(0,0,0,.1);
  height: 48px;
  padding: .75rem 1.25rem }

::placeholder  { 
  font-size: 80%;
  text-transform: uppercase }

.btn { 
  padding: .75rem 1.25rem;
  border: 0 }

.btn-sm { 
  font-size: 87.5%;
  padding: .50rem 1rem }

.btn-lg { padding: 1.25rem 1.5rem }

.btn-primary    { background: var(--color-primary) !important } 
.btn-secondary  { background: var(--color-secondary) !important } 
.btn-link       { color: var(--color-primary) !important } 

.btn-primary-outline {
  border: 2px solid var(--color-primary);
  color: var(--color-primary) } 

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline:active {
  background: var(--color-primary);
  color: #FFF } 
  
.btn-secondary-outline {
  border: 2px solid var(--color-secondary);
  color: var(--color-secondary) }  

.btn-secondary-outline:hover,
.btn-secondary-outline:active,
.btn-secondary-outline:focus {
  background: var(--color-secondary);
  color: #FFF }  

.btn-whatsapp {
  background: #31BE42;
  color: #FFF !important }  

.btn-whatsapp-outline {
  border: 2px solid #31BE42;
  color: #31BE42 }  

.btn-whatsapp-outline:hover,
.btn-whatsapp-outline:active,
.btn-whatsapp-outline:focus {
  background: #31BE42;
  color: #FFF }  

.btn-light-outline {
  border: 3px solid #999;
  color: #999 }  

.btn-light-outline:hover,
.btn-light-outline:active,
.btn-light-outline:focus {
  background: #999;
  color: #FFF }  

.btn-white {
  background: #FFF;
  color: #999 }  

.btn-white:hover,
.btn-white:active,
.btn-white:focus { background: none }  

.btn-white-outline {
  border: 1px solid #FFF;
  color: #FFF }  

.btn-white-outline:hover,
.btn-white-outline:active,
.btn-white-outline:focus { 
  background: #FFF;
  color: var(--color-secondary)  }  

.btn:active,
.btn:hover,
.btn:focus { box-shadow: inset 0 0 100px rgba(255,255,255,0.2) }



/* global 
//////////////////////////////////////////////////*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both }



/* aspects ratio
//////////////////////////////////////////////////*/
[class~="ratio"]{
  position: relative;
  overflow: hidden;
  display: block }

[class~="ratio"] img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover }

.ratio-1p1  { padding-top: 100% }
.ratio-4p3  { padding-top: 75% }
.ratio-3p2  { padding-top: 66.66% }
.ratio-8p5  { padding-top: 62.5% }
.ratio-16p9 { padding-top: 56.25% }
.ratio-9p16 { padding-top: 177% }


  


/* ANIMATION: DELAY / DURATION
//////////////////////////////////////////////////////////////////////////////////////////*/
.delay1   { animation-delay: 500ms !important }
.delay2   { animation-delay: 1000ms !important }
.delay3   { animation-delay: 1500ms !important }
.delay4   { animation-delay: 2000ms !important }
.delay5   { animation-delay: 2500ms !important }
.delay6   { animation-delay: 3000ms !important }
.delay7   { animation-delay: 3500ms !important }
.delay8   { animation-delay: 4000ms !important }
.delay9   { animation-delay: 4500ms !important }
.delay10  { animation-delay: 5000ms !important }
.delay11  { animation-delay: 6000ms !important }

.duration100  { animation-duration: 100ms !important }
.duration200  { animation-duration: 200ms !important }
.duration300  { animation-duration: 300ms !important }
.duration400  { animation-duration: 400ms !important }
.duration500  { animation-duration: 500ms !important }
.duration600  { animation-duration: 600ms !important }
.duration700  { animation-duration: 700ms !important }
.duration800  { animation-duration: 800ms !important }
.duration900  { animation-duration: 900ms !important }
.duration1000 { animation-duration: 1000ms !important }
.duration2000 { animation-duration: 2000ms !important }
.duration3000 { animation-duration: 3000ms !important }
.duration4000 { animation-duration: 4000ms !important }
.duration5000 { animation-duration: 5000ms !important }
.duration6000 { animation-duration: 6000ms !important }
.duration7000 { animation-duration: 7000ms !important }
.duration8000 { animation-duration: 8000ms !important }
.duration9000 { animation-duration: 9000ms !important }
.duration10000 { animation-duration: 10000ms !important }
.duration20000 { animation-duration: 20000ms !important }
.duration30000 { animation-duration: 30000ms !important }

.parallax {
  display: block;
  min-height: 100%;
  position: relative;
  overflow: hidden }

.parallax img { position: absolute }




/* SVG ICONS
//////////////////////////////////////////////////////////////////////////////////////////*/
.icon { 
  display: inline-block;
  position: relative }

.icon-16 { width: 16px; height: 16px }
.icon-24 { width: 24px; height: 24px }
.icon-32 { width: 32px; height: 32px }
.icon-48 { width: 48px; height: 48px }
.icon-64 { width: 64px; height: 64px }
.icon-96 { width: 96px; height: 96px }

.icon.color-primary   { fill: var(--color-primary) }
.icon.color-secondary { fill: var(--color-secondary) }
.icon.text-white      { fill: #FFF }
.icon-whatsapp        { fill: #03B35B }




/* CSS SPRITES
//////////////////////////////////////////////////////////////////////////////////////////*/
.icon-css { 
  display: inline-block;
  position: relative;
  background: url("img/icons.png") top left no-repeat }

.icon-about3{ width:34px; height:33px; background-position:0 0; }
.icon-yt{ width:16px; height:14px; background-position:0 -33px; }
.icon-send{ width:15px; height:14px; background-position:0 -47px; }
.icon-cites{ width:27px; height:23px; background-position:0 -61px; }
.icon-ig{ width:14px; height:14px; background-position:0 -84px; }
.icon-about1{ width:36px; height:33px; background-position:0 -98px; }
.icon-about2{ width:36px; height:33px; background-position:0 -131px; }
  


