:root {
  --color-default: #444;
  --color-primary: #26841E;
  --color-secondary: #1F2EDD }

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

.bg-primary { background: var(--color-default) !important }
.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: var(--color-default) }

a,
a:hover { color: var(--color-default) }  




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

.wrapper-sm { padding: clamp(3.25rem, 5vw, 6.5rem) 0; }

.container { max-width: 1278.98px }

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



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

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

h1 > small { letter-spacing: normal }

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

h3 { 
  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.75;
  font-size: clamp(87.5%, 2vw, 100%)  }

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

p ~ h2,
ul ~ h2, 
ol ~ h2 { margin-top: clamp(1.25rem, 1rem + 2vw, 2.5rem) }  

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

p.large,
.large p { font-size: 112.5% }

@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 center;
  background-size: cover }  

header .nav-item { color: var(--color-default) }

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

.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: var(--color-primary) }

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-primary) }

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 }

@media(min-width:992px){ 

  header .navbar-nav .nav-item { 
    transition: all 400ms;
    border: 1px solid transparent; 
    border-radius: 5px;
    padding: 0.75rem 1rem !important }

  header .nav-item:hover { border: 1px solid rgba(0,0,0,.55) }  
/* 
  header .navbar-nav .nav-link:nth-last-child(1),
  header .navbar-nav .nav-link:nth-last-child(2) { opacity: .5 }

  header .navbar-nav .nav-link:nth-last-child(1):hover,
  header .navbar-nav .nav-link:nth-last-child(2):hover { opacity: 1 } */

}

@media(max-width:991.98px){

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

  header .nav-link { 
    margin: 0;
    text-transform: uppercase;
    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) }

  header .dropdown-item { text-align: center }  

  .navbar-nav.delay4 { animation-delay: 0ms !important  }

}

@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 2rem !important;
    height: 120px }

  .navbar-brand  { width: 50% }
  .navbar-brand img { width: 100% }
  
  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 { 
  position: relative;
  height: 100vh }

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

.hero-cover {
  position: absolute;
  width: 100% }



@media(min-width:1336px){
  .hero-caption h1 { font-size: 350% }
  .hero-caption p { font-size: 160% }
}

@media(min-width:992px){
  .hero-caption h1,
  .hero-caption div { width: 60% }
}
  
@media(max-width:991.98px){
  .hero-cover {
    height: 100vh;
    object-fit: cover }

  .hero-caption {   top: 35% !important }

}



/* about 
//////////////////////////////////////////////////*/
.home .about { background: rgba(27,27,27,1) }

.home .about { color: rgba(255,255,255,.5) }

.about .about-values { font-size: 87.5% }

.about .border { border-color: var(--color-primary) !important }

@media(max-width:1440px){
  .home .about { background: #1B1B1B }
}



/* vantage 
//////////////////////////////////////////////////*/
.vantage {
  position: relative;
  z-index: 1 }
  
.vantage .row div { margin: 2rem 0 }

.vantage .row div > * { margin-bottom: 1rem }

.vantage h2 {
  letter-spacing: normal; 
  font-weight: bold;
  color:var(--color-primary) }

.vantage p { 
  opacity: .5;
  margin: 0;
  line-height: 1.5;
  font-size: 87.5% }
  
@media(min-width:992px){ 
  .vantage h2 { font-size: 140% }  

  .vantage h2,
  .vantage p { padding: 0 1rem }
}




/* services 
//////////////////////////////////////////////////*/
@media(min-width:768px){
  
  .services .row { margin: 0 -60px }
  .services .row > * { padding: 0 60px }

}











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

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

.post-body { margin: 30px auto }

.post-body > * > * { margin-bottom: 1rem }

.inner .posts.bg-light { background: #EEE }

.posts a { 
  color: #111;
  text-decoration: none }

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

.posts a:hover h2 { text-decoration: underline }


@media(min-width:768px){

  .post .container {  width: 768px }

  .post-header p {
    margin-bottom: 2rem;
    line-height: normal;
    font-size: 150% }
  
  .post-body > * { font-size: 112.5% }

  .post-body h2 { 
    line-height: 120%;
    font-size: 240%;
    text-transform: initial }
  
  .post-body h3 { 
    line-height: 120%;
    font-size: 180%;
    text-transform: initial }
  
  .posts .row { margin: 0 -60px }
  .posts .row > * { padding: 0 60px }

}



.thumbs .more {
  position: absolute;
  color: #FFF;
  font-size: 400%;
  background: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100% }



/* area 
//////////////////////////////////////////////////*/
.base,
.inner .area { background: #222 url(img/bg-base.jpg) no-repeat center top }

.area p { opacity: .5 }



/* contact 
//////////////////////////////////////////////////*/
.home .contact .border-top { border-color: rgba(0,0,0,.1) !important }

.contact-form { background: #161616 }




  







/* footer 
//////////////////////////////////////////////////*/
.footer-summary { padding: clamp(3rem, 10vw, 7rem) 0 }

.footer-mapsite a { color: #FFF }

.footer-social > div { 
  align-items: center;
  line-height: 1 }

.footer-social i { margin-right: 10px }

.footer-social small { 
  opacity: .5;
  font-size: 87.5% }

.footer-copyright { 
  color: #FFF;
  background: #222;
  font-weight: 400;
  padding: clamp(3rem, 10vw, 5rem) 0 }

.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:1025px) and (max-width:1152px){
  .footer-mapsite { height: 90px }
}

@media(min-width:769px) and (max-width:1024px){
  .footer-mapsite { height: 120px }
}
  
@media(min-width:769px){
  .footer-mapsite { height: 56px }
  
  .footer-mapsite a { 
    font-size: 87.5%;
    margin-right: 4rem;
    line-height: 2;
    white-space: nowrap  }
}

@media(max-width:768px){
  .footer-summary a { 
    margin-bottom: 7.5px;
    display: block }
}





  

/* form 
//////////////////////////////////////////////////*/
.form-control,
.custom-select,
.custom-file label { 
  /* border: 1px solid #F6F6F6; */
  /* border-radius: 0; */
  /* background-color: #FFF; */
  height: 48px;
  padding: .75rem 1.25rem; 
  box-shadow: inset 2px 2px 4px rgba(0,0,0,.1);}
/* 
::placeholder  { 
  font-size: 80%;
  text-transform: uppercase } */

.btn { 
  min-height: 48px;
  padding: .75rem 1.25rem;
  border: 0 }

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

.btn-lg { 
  font-size: clamp(100%, 2vw, 125%);
  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: 1px solid var(--color-primary);
  color: #222 } 

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline:active {
  background: var(--color-primary);
  color: #FFF } 
  
.btn-secondary-outline {
  border: 1px 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: 1px solid #31BE42;
  color: #31BE42 }  

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

.btn-light-outline {
  border: 1px 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: rgba(255,255,255,.75)  }  

.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/icons2.png") top left no-repeat }

.icon-about4{ width:50px; height:36px; background-position:0 0; }
.icon-about3{ width:50px; height:50px; background-position:0 -36px; }
.icon-about2{ width:50px; height:48px; background-position:0 -86px; }
.icon-about1{ width:50px; height:31px; background-position:0 -134px; }
  

  
  


