:root {
    --banner-altura: 97vh 
}
#bannerPrincipal {
    width: 100%;
	overflow: hidden;
	height: var(--banner-altura);
    padding: 0;
    margin: 0;
    position: relative;
}
@media(max-width:991px) {
	#bannerPrincipal {
		height: calc(var(--banner-altura) - var(--header-altura) - 40px) !important
	}
}
#bannerPrincipal .carousel-container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 3;
}
#bannerPrincipal .carousel-inner,
#bannerPrincipal .carousel-item {
    height: 100%;
}
#bannerPrincipal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
/* Infos para Mudar */
#bannerPrincipal .frase01 span { 
   color: #FFF;
    padding: 10px 0px;
    border-radius: 20px;
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
}
#bannerPrincipal .frase02 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 300;
    position: relative;
}
#bannerPrincipal .btn-banner {
    background-color: transparent;
    border-radius: 6px;
    text-align: center;
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
    font-family: "Space Grotesk";
    border: 1px solid #FFF;
    padding: 15px 25px;
   -webkit-transition: all .5s ease 0s;
   -moz-transition: all .5s ease 0s;
   -o-transition: all .5s ease 0s;
}
#bannerPrincipal .btn-banner:hover {
    color: #FFF;
    border-color: var(--highlight);
    background-color: var(--highlight);
}
#bannerPrincipal .btn-banner2 {
    background-color: #FFF;
    border-radius: 6px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    font-family: "Space Grotesk";
    color: var(--principal);
    border: 1px solid #FFF;
    padding: 15px 25px;
   -webkit-transition: all .5s ease 0s;
   -moz-transition: all .5s ease 0s;
   -o-transition: all .5s ease 0s;
}
#bannerPrincipal .btn-banner2:hover {
    color: #FFF;
    border-color: var(--highlight);
    background-color: var(--highlight);
}
#bannerPrincipal .logo img {
    max-width: 350px
}
#bannerPrincipal .carousel-overlay {
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}
#bannerPrincipal .carousel-caption {
    right: 10%;
    top: 30%;
    left: 10%;
    color: #fff;
    bottom: 30%;
    z-index: 3;
    text-align: left;
}
#bannerPrincipal .carousel-indicators {
	margin-bottom: 40px;
    z-index: 4;
}
#bannerPrincipal .carousel-overlay {
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}

/* Sobre */
.sobrenosContainer {
    background: var(--principal);
    color: #FFF;
}
.sobrenosContainer .header.titulo h1 {
    font-size: 30px;
    font-weight: 600;
}
.sobrenosContainer .header.titulo h6 {
    font-weight: 200;
    font-size: 24px;
}
.sobrenosContainer .body .item {
   border-radius: 12px;
   color: var(--principal);
   background-color: #FFF;
   padding: 20px;
   font-family: "Space Grotesk";
}
.sobrenosContainer .body .diferente .item {
   color: #FFF;
   background-color: #17263a;
}
.sobrenosContainer .body .titulo {
   font-weight: 600;
   font-size: 18px
}

/* Servicos */
.servicosContainer .header .chapeu {
   font-size: 11px;
    letter-spacing: 5px;
}
.servicosContainer .header h1 {
    font-size: 30px;
    font-weight: 600;
    color: var(--principal)
}
.servicosContainer .card h5 {
   margin: 0px;
   padding: 0px
}
.servicosContainer .card h5 span {
   font-weight: 600;
   color: var(--principal);
   font-size: 20px;
   min-height: 50px;
   display: block;
}
.servicosContainer .card h5:after {
   content: '';
   background-color: #b2b2b2;
   height: 1px;
   width: 60px;
   display: block;
   margin-top: 10px;
}
.servicosContainer .card-text {
   padding-top: 10px;
   font-family: "Space Grotesk";
   min-height: 115px
}
.servicosContainer .card .btn-saibamais {
   background-color: #FFF;
   color: var(--principal);
   width: 100%;
   font-family: "Space Grotesk";
   margin: 20px 0px 0px;
   padding: 10px 0px;
   text-align: left;
   font-size: 16px;
   font-weight: 600;
   position: relative;
}
.servicosContainer .card .btn-saibamais:hover {
   color: var(--highlight);
   text-decoration: underline;
}
.servicosContainer .card .btn-saibamais i {
   position: absolute;
   right: 10px;
   color: #acacac;
   -webkit-transition: all .5s ease 0s;
   -moz-transition: all .5s ease 0s;
   -o-transition: all .5s ease 0s;
}
.servicosContainer .card .btn-saibamais:hover i {
   color: var(--highlight);
}

.experienciaContainer {
   background-color: #f3f3f3;
   background-image: url(/assets/img/experiencia.jpg);
   background-repeat: no-repeat;
   background-position: bottom center;
}
.experienciaContainer .body {
   background-color: #FFF;
}
.experienciaContainer .chapeu {
    font-size: 11px;
    letter-spacing: 5px;
}
.experienciaContainer .titulo {
    font-size: 30px;
    font-weight: 600;
    color: var(--principal);
}
.experienciaContainer .texto {
    font-family: "Space Grotesk";
}
.experienciaContainer .lista {
   border-bottom: 1px solid #cbcbcb
}
.experienciaContainer .lista:last-child {
   border-bottom: 0px none;
}
.experienciaContainer .num {
   font-size: 42px;
   color: var(--principal);
   text-align: right;
}

.crescimentoContainer {
   background-color: #bbc0c5;
}
.crescimentoContainer .container {
   background: url(/assets/img/bgfoque.png);
   background-position: left center;
   background-repeat: no-repeat;
}
.crescimentoContainer .titulo {
    font-size: 30px;
    font-weight: 600;
    color: var(--principal);
}
.crescimentoContainer .frase {
    font-family: "Space Grotesk";
}
.crescimentoContainer .btn-saibamais {
   background-color: transparent;
   color: var(--principal);
   width: 100%;
   font-family: "Space Grotesk";
   margin: 20px 0px 0px;
   padding: 10px 0px;
   text-align: left;
   font-size: 16px;
   font-weight: 600;
   position: relative;
}
.crescimentoContainer .btn-saibamais:hover {
   color: var(--highlight);
   text-decoration: underline;
}
.crescimentoContainer .btn-saibamais i {
   position: absolute;
   right: 10px;
   color: var(--principal);
   -webkit-transition: all .5s ease 0s;
   -moz-transition: all .5s ease 0s;
   -o-transition: all .5s ease 0s;
}
.crescimentoContainer .btn-saibamais:hover i {
   color: var(--highlight);
}

/* Dicas */
.dicasContainer {
   background-color: #f5f5f5;
}
.dicasContainer .header.titulo {
    font-size: 40px;
    font-weight: 600;
    color: #000;
}
.dicasContainer .body img {
   width: 100%;
   height: 200px;
   object-fit: cover;
}
.dicasContainer .body .titulo {
   font-weight: 600;
   font-size: 18px;
   color: #2f2e2e;
   color: #000;
   font-family: "Space Grotesk";
}
.dicasContainer .body .resumo {
   font-family: "Space Grotesk";
}
.dicasContainer .body a:hover {
   color: var(--highlight)
}
.dicasContainer .body a:hover .titulo {
   color: var(--highlight)
}
.dicasContainer .btn-saibamais {
   background-color: var(--principal);
   color: #FFF;
   font-weight: 600;
   font-family: "Space Grotesk";
   margin: 20px 0px
}
.dicasContainer .btn-saibamais:hover {
   background-color: var(--highlight)
}

.parceirosContainer {
   background-color: #f3f3f3;
}
.parceirosContainer .header.titulo {
   font-size: 30px;
   font-weight: 600;
}
.parceirosContainer img {
   max-width: 100px
}

@media(max-width: 991px) {
   #bannerPrincipal .carousel-caption {
      right: 2%;
      left: 2%;
   }
    #bannerPrincipal .frase02 {
        font-size: 30px;
    }
    #bannerPrincipal .logo img {
        max-width: 200px !important
    }
    .sobrenosContainer .titulo {
        font-size: 40px;
        line-height: 40px;
    }
    .sobrenosContainer .titulo h1:after {
      margin: 10px auto
    }
    .sobrenosContainer .position-absolute {
      position: static !important; 
    }
}