@font-face {
  font-family: 'BasicSans';
  src: url('../fonts/basicsans.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BasicSansRegular';
  src: url('../fonts/basicsans-regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BasicSansSemiBold';
  src: url('../fonts/basicsans-semibold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BasicSansBlack';
  src: url('../fonts/basicsans-black.ttf');
  font-weight: normal;
  font-style: normal;
}
body{
    font-family: 'BasicSansRegular';
}
.navbar{
    background-color: #FBFBFB;
}
.navbar-brand img{
    height: 100px;
    width: auto;
}
.navbar .nav-item .nav-link{
    color: #395971;
    font-size: 1.1rem;
}
.navbar-light .navbar-toggler {
    border-color: #FBFBFB;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.banner img{
    width: 100%;
}
.banner img.desk{
    display: block;
}
.banner img.mobi{
    display: none;
}
.img{
    max-width: 100%;
}
.img70{
    max-width: 30%;
}

.footer{
    padding: 70px 0 40px 0;
    background-color: #49A919;
    font-size: 1.3rem;
    color: #fff;
}
.footer a{
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}
.footer p{
    font-size: 1.2rem;
    color: #fff;
    font-family: 'BasicSans';
}

.line{
    width: 100%;
    margin-bottom: 15px;
}
.line div{
    width: 50%;
    height: 3px;
    background-color: #fff;
}

@media (max-width: 640px){
    .banner img.desk{
        display: none;
    }
    .banner img.mobi{
        display: block;
    }
}
.bar{
    background-color: #4A4A4A;
    height: 50px;
    width: 100%;
}
.btn-whats{
    color: #fff;
    background-color: #00AC00;
    border: 2px solid #fff;

}
.btn-whats:hover {
    color: #f2f2f2;
}
.btn-cases{
    color: #fff;
    background-color: #007300;
    border-color: #007300;
    border-radius: 20px;
    font-weight: 600;
    font-size: 1.2rem;
}
.btn-cases:hover {
    color: #f2f2f2;
}

/*------------------------------ */
.titulo{
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    font-family: 'BasicSansBlack';
    color: #49A919;
    margin-bottom: 30px;
}
.sobre{
    position: relative;
    /* background-image: url('../img/bg.png'); */
}

.quem_somos{
    position: relative;
    padding: 90px 0;
    background-color: #F3FFED;
    /* background-image: url('../img/bg.png'); */
}

.fazemos{
    padding: 70px 0;
}

.quem_somos p, .fazemos p{
    text-align: justify;
    color: #4A4A4A;
    font-size: 1.2rem;
}

.list-fazemos{
    background-color: #49A919;
}
.list-fazemos .row{
    margin-left:  0;
    margin-right: 0;
}
.list-fazemos .col-2{
    padding: 30px 10px;
}
.list-fazemos .color_2{
    background-color: #317110;
}
.list-fazemos a{
    text-decoration: none;
}
.list-fazemos p{
    margin: 20px 0;
    color: #fff;
    font-family: 'BasicSansSemiBold';
    font-size: 1.5rem;
    line-height: 1.5rem;
    min-height: 3rem; 
}

.content_fazemos {
    /* background-image: url('../img/bg_02.png'); */
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
}
.content_fazemos .content_item{
    display: none;
    padding-top: 40px;
}
.content_fazemos .content_item p{
    color: #4A4A4A;
    font-size: 1.2rem;
    text-align: justify;
}



.content_fazemos .content_item ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}

.content_fazemos .content_item ul li {
    font-family: 'BasicSansSemiBold';
    color: #4A4A4A;
    font-size: 1.2rem;

    position: relative;
    padding: 12px 0;
    z-index: 1;
}

.content_item ul li:nth-child(odd) {
    background-color: #ffffff;
    background: linear-gradient(to left, transparent, #ffffff);
}

.content_item ul li:nth-child(even) {
    background-color: #f4f1f1;
    background: linear-gradient(to left, transparent, #f4f1f1);
}

.content_item ul li:nth-child(odd)::before {
    background-color: #ffffff;
}

.content_item ul li:nth-child(even)::before {
    background-color: #f4f1f1;
}

.content_item ul li::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    z-index: -1;
}

.content_item ul li::before {
    left: -100vw;
}

.fundo-sections{
    position: relative;
    /* background-image: url('../img/bg.png');
    background-size: auto;
    background-repeat: no-repeat; */
}

.cases{
    padding: 40px 0;
}
.cases .case a{
    text-transform: uppercase;
    font-family: 'BasicSansBlack';
    font-size: 1.3rem;
    color: #4B4B4B;
    text-decoration: none;
}
.cases .case p{
    font-family: 'BasicSansRegular';
    color: #4B4B4B;
    font-size: 1.2rem;
    text-align: justify;
    line-height: 1.2rem;
}

.clientes{
    padding: 40px 0;
}

.case-item h4{
    text-transform: uppercase;
    font-family: 'BasicSansBlack';
    font-size: 1.5rem;
    color: #4B4B4B;
    text-decoration: none;
    font-weight: 900;
}
.case-item p, .case-item ul, .case-item ul li{
    font-family: 'BasicSans';
    font-size: 1.1rem;
    color: #4B4B4B;
    text-align: justify;
}

.atendimento{
    padding: 70px 0;
}
.atendimento p{
    font-family: 'BasicSansSemiBold';
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
}
.atendimento p span{
    font-family: 'BasicSansBlack';
}
.resultados{
    background-color: #F3FFED;
    padding: 40px 0;
}
.resultados .num{
    font-size: 5rem;
    color: #49A919;
    font-family: 'BasicSansBlack';
    font-weight: 900;
    line-height: 5rem;
    /*margin-top: -50px;*/
}
.resultados .label{
    color: #a1a1a1;
    font-size: 16px;
    font-family: 'BasicSansBlack';
}

@media (max-width: 350px){
    
}
@media (max-width: 767px){
    .img-min{
        max-width: 65% !important;
    }
}
@media (max-width: 700px){
    .titulo{
        font-size: 35px;
    }
}
@media (max-width: 599px){
    .list-fazemos p{
        font-size: .7rem;
        line-height: .7rem;
        min-height: 1.4rem;
    }
}
@media (min-width: 600px) and  (max-width: 699px){
    .list-fazemos p{
        font-size: 1.0rem;
        line-height: 1rem;
        min-height: 2rem;
    }
}
@media (min-width: 700px) and  (max-width: 899px){
    .list-fazemos p{
        font-size: 1.2rem;
        line-height: 1.2rem;
        min-height: 2.4rem;
    }
}
@media (min-width: 900px) and  (max-width: 1090px){
    .list-fazemos p{
        font-size: 1.3rem;
        line-height: 1.3rem;
        min-height: 2.6rem;
    }
}
@media (min-width: 1091px) and (max-width: 1200px){
    .list-fazemos p{
        font-size: 1.4rem;
        line-height: 1.4rem;
        min-height: 2.8rem;
    }
}


.ba-compare{
      --pos: 50%;
      --handle-size: 40px;
      position: relative;
      width: 100%;
      max-width: 1000px;
      aspect-ratio: 16/9;
      overflow: hidden;
      border-radius: .75rem;
      background: #111;
    }

    .ba-compare .ba-img{
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      user-select: none;
      -webkit-user-drag: none;
      pointer-events: none;
    }

    .ba-compare .ba-after{
      position: absolute;
      inset: 0;
      z-index: 2;
      clip-path: inset(0 calc(100% - var(--pos)) 0 0);
    }

    .ba-compare .ba-divider{
      position: absolute;
      top: 0;
      bottom: 0;
      left: var(--pos);
      width: 2px;
      transform: translateX(-50%);
      background: rgba(255,255,255,.65);
      z-index: 3;
      pointer-events: none;
    }

    .ba-compare .ba-handle{
      position: absolute;
      left: var(--pos);
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 4;
      width: var(--handle-size);
      height: var(--handle-size);
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: #fff;
      color: #000;
      box-shadow: 0 0 0 2px rgba(0,0,0,.35), 0 6px 18px rgba(0,0,0,.35);
      cursor: ew-resize;
      outline: none;
      border: 0;
    }

    .ba-compare .ba-handle::before,
    .ba-compare .ba-handle::after{
      content: "";
      display: inline-block;
      border: solid currentColor;
      border-width: 0 2px 2px 0;
      padding: 6px;
    }
    .ba-compare .ba-handle::before{ transform: rotate(135deg); margin-right: 4px; } /* ← */
    .ba-compare .ba-handle::after { transform: rotate(-45deg); margin-left: 4px; }  /* → */

    .ba-compare .ba-badge{
      position: absolute;
      top: .5rem;
      padding: .35rem .55rem;
      font-size: .85rem;
      z-index: 5;
      user-select: none;
      pointer-events: none;
    }
    .ba-compare .ba-badge.before{ left: .5rem; }
    .ba-compare .ba-badge.after { right: .5rem; }

    .ba-compare .ba-handle:focus-visible{
      box-shadow: 0 0 0 .25rem rgba(13,110,253,.5), 0 6px 18px rgba(0,0,0,.35);
    }

    @media (min-width: 992px){
      .ba-compare{ --handle-size: 46px; }
    }