/* Lista de Sessões */

/* Nav */
/* Overlay */
/* Logo */
/* Mobile Button */
/* Fixed Header & Side Menu */
/* Banner */
/* Sobre */
/* Serviços */
/* O que esperar */
/* Portfólio */
/* Pacotes */
/* Redes Sociais */
/* Blog */
/* Contato */
/* Footer */
/* Página Blog */
/* Box Lateral */
/* Página do Item do Blog */
/* Paginação */

body, html {
	overflow-x: hidden;
}

#whatsapp {
    position: fixed;
    z-index: 300;
    background: #25d366;
    height: 35px;
    width: 35px;
    right: 90px;
    bottom: 70px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    line-height: 50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;
}
#whatsapp:hover {
	background-color: #000;
}

.grecaptcha-badge {
    display: none;
}

/* Nav */
.mainMenu ul li a {
    font-size: 14px;
    font-weight: 600;
}

/* Overlay */
.overlay-menu {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(65, 80, 86, 0.35);
    z-index: 999;
}

/* Logo */
.logo, .logo_off {
    padding-top: 25px;
}
.logo_off a {
    background: url(../imagens/logo_off.svg) no-repeat center;
    background-size: cover;
    width: 145px;
    height: 60px;
    display: inline-block;
}
.logo a {
    background: url(../imagens/logo.svg) no-repeat center;
    background-size: cover;
    width: 145px;
    height: 60px;
    display: inline-block;
}
.fixedHeader .logo_off {
    padding: 10px 0 0;
}
.fixedHeader .logo_off a {
    background: url(../imagens/logo.svg) no-repeat center;
	background-size: cover;
    width: 145px;
    height: 60px;
    display: inline-block;
}

/* Mobile Button */
.menuButtons {
    position: absolute;
    right: 30px;
    top: 50px;
    z-index: 2;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.fixedHeader .menuButtons {
    top: 30px;
    right: 30px;
}
.menuButtons i {
    color: #72bf44;
}

/* Fixed Header & Side Menu */
.sideMenuArea,
.fixedHeader {
    background: #fff;
}
.closeBtn,
.fixedHeader .mainMenu ul li a,
.sideMenuArea.verticalMenu .mainMenu ul li a{
    color: #415056;
}
.home2 .mainMenu ul li a:hover,
.home2 .mainMenu ul li.active > a {
    color: #fdb913;
}
.fixedHeader .mainMenu ul li a:hover,
.fixedHeader .mainMenu ul li.active > a {
    color: #50882f;
}
.sideMenuArea.verticalMenu .headerSocial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
}
.headerSocial a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #415056;
    color: #fff;
}
@media (max-width: 991px) and (min-width: 768px) {
    .mainMenu ul li {
        padding-right: 13px;
    }
}

/* Banner */
@media (max-width: 767px) {
	.banner_content {
		float: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.banner_content {
		width: 65%;
	}
}
.bannerDetails h3,
.bannerDetails h1,
.banner-btn {
	text-align: center;
}
.banners:after {
    background: rgba(55, 55, 55, 0.25);
}
.bannerDetails h3 {
    line-height: 1;
}
.bannerDetails h1 span {
    color: #fdb913;
}
.banner-btn {
    margin-top: 20px;
}
.stellarButton {
    width: 140px;
    background: #fdb913;
}
.stellarButton:hover {
    background: #fdb913;
}

@media (max-width: 480px) and (min-width: 320px) {
    .bannerDetails h1 {
        margin-top: 5px;
    }
    .banner-btn {
        margin-top: 15px;
    }
}
@media (max-width: 767px) and (min-width: 320px) {
    .banners {
        height: 600px;
    }
}

#banner label {
	color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

#banner input,
#banner textarea {
    background-color: #fff0;
    background-image: none;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-radius: 2px;
	-webkit-box-shadow: unset;
	box-shadow: unset; 
	color: #fff;
}

#banner .bannerDetails h1 {
	text-align: right;
    font-style: italic;
    line-height: initial;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}

#banner .bannerDetails h2 {
	text-align: right;
    line-height: initial;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}

#banner .bannerDetails h3 {
	margin-top: 0;
    text-align: right;
    line-height: initial;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
	text-transform: initial;
    letter-spacing: initial;
}

#banner .bannerDetails button {
	width: 100%;
    border-radius: unset;
    background-color: #00a651;
    border: #00a651;
    color: #fff;
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
	margin-top: 20px;
}

@media (min-width: 1440px){
	.bannerDetails {
		padding-top: 200px;
	}
}

/* Sobre */
.sectionTitle.white {
	margin-bottom: 35px;
}
.sectionTitle small.golden {
    color: #fdb913;
    font-size: 18px;
}
.welcomText p {
    color: #ffe5ab;
}
@media (max-width: 767px) and (min-width: 320px) {
    .welcomeSection {
        padding: 500px 0;
    }
    .welcomeSection::before {
        top: -340px;
    }
}
@media (max-width: 500px) and (min-width: 320px) {
    .welcomeSection::before {
        top: -220px;
    }
}


/* Serviços */
.featuresInd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.iconBox h5 {
    line-height: 1.2;
    font-size: 16px;
}
.sectionTitle {
    line-height: 1;
}    
.sectionTitle small {
    font-size: 18px;
}

/* O que esperar */
.whychoose2 {
    background: rgba(0, 0, 0);
}
.whychoose2 .sectionTitle small {
    color: #fdb913;
    font-size: 18px;
}
.itemContent i {
    color: #fdb913;
}
.stellarTab li {
    margin-bottom: 10px;
}
.stellarTab li a {
    line-height: 1;
}
.stellarTab li a:after {
    background: #fdb913;
}
@media (max-width: 767px) and (min-width: 481px) {
    .sectionTitle {
        word-break: unset;
    }
}

/* Portfólio */
.portfolios .sectionTitle small {
    color: #72bf44;
    font-size: 18px;
}
.rectAsh:before {
    z-index: -1;
}
.fICats,
.fIcontent h2:hover {
    color: #72bf44;
}
.folioNav ul li:after,
.learnMoreButton3:after {
    background: #72bf44;
}
.learnMoreButton3:hover {
    color: #72bf44 !important;
}
.folioNav {
    margin-bottom: 45px;
}
@media (max-width: 576px) {
    .folioItem {
        width: 100%;
        max-height: 300px;
    }
} 
@media (min-width: 577px) and (max-width: 767px) {
    .folioItem {
        width: 50%;
        max-height: 250px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .folioItem {
        width: 33.3%;
    }
}

.green-audio-player {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    width: 100%;
    min-width: unset;
    padding: 0 15px;
}
.green-audio-player .controls {
    color: #232323;
}
.green-audio-player .slider {
    background-color: #fff;
}
.green-audio-player .slider .gap-progress,
.green-audio-player .slider .gap-progress .pin {
    background-color: #72bf44;
}
.green-audio-player .volume .volume__button.open path {
    fill: #72bf44;
}
.audio-wrap {
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #d6e2cf;
    color: #fff;
}
.audio-wrap h2 {
    font-size: 24px;
    color: #232323;
    text-transform: uppercase;
    margin-top: 30px;
    min-height: 55px;
    text-align: center;
}
.audio-wrap .fICats {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (max-width: 480px) and (min-width: 320px) {
    .sectionTitle {
        word-break: unset;
    }
}
.singleHeader .cats {
    font-size: 16px;
}
.singleHeader .cats a {
    color: #4e8c29;
    font-size: 20px;
}
.folioInformations h3 {
    color: #fdb913;
}
.folioHover .cats,
.folioHover .cats a {
    color: #72bf44;
}
.rightHover .mores,
.mores {
    background-color: #72bf44;
}
.folioInformations p {
    line-height: unset;
}

/* CUSTOM LIGHTBOX */
.lightboxcontainer {
    overflow: hidden;
    height: 90vh;
    max-height: 650px;
}
.lightboxleft {
    height: 45%;
    overflow: hidden;
}
.lightboxleft > div {
    height: 100%;
}
.lightboxright {
    height: 35%;
    overflow-y: scroll;
}
.lightboxright iframe {
min-height: 400px;
}
.html5-image {
    padding: 0 !important;
}

@media (min-width: 768px) {
    .lightboxcontainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-height: 450px;
    }
    .lightboxleft {
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2;
        height: 100%;
        width: 100%;
    }
    .lightboxright {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 75%;
        width: 100%;
    }
    .folioInformations {
        margin-bottom: 10px;
    }
}

/* Pacotes */

@media (min-width: 992px) and (max-width: 1199px){
	#pacotes {
		padding-top: 120px;
	}
}

#pacotes .headline {
	text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 46px;
    margin: 0 0 58px;
    font-family: Montserrat, sans-serif;
    line-height: 0.8;
}

#pacotes .box{
	width: 100%;
    position: relative;
    text-align: center;
    border: 1px solid #f1f1f1;
	background-color: #43525a;
    padding-bottom: 22px;
    margin-bottom: 30px;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#pacotes .titleBox {
	margin-top: 30px;
}

#pacotes .titleBox h1 {
	font-size: 24px; 
	color: #fff; 
	letter-spacing: 2px;
}

#pacotes .pipeline {
	width: 28%; 
	height: 2px; 
	background: #ffcb05; 
	margin: auto;
}

#pacotes .textBox p{
	font-size: 18px; 
	color: #fff; 
	text-align: initial; 
	padding: 30px;
}

#pacotes .buttonBox button{
	background-color: #00a651; 
	border: none; 
	padding: 0px 40px 0px 40px; 
	color: #fff; 
	font-style: italic; 
	font-weight: 600
}

/* Redes Sociais */
#redes-sociais {
    z-index: 1;
}
.twitter-index,
.instagram-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.instagram-index {
    margin-bottom: 50px;
}
.instaFeedInd {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.instaFeedInd img {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover
}
@media (min-width: 768px) {
    .instaFeedInd {
        width: 100%;
    }
}

/* Blog */
.page_header {
    background-color: #415056;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    height: 300px;
}.page_header_item {
    padding: 160px 0 0;
}
.sectionTitle2 small {
    color: #72bf44;
    font-size: 18px;
}
.singleBlog2 {
    margin: 2px 0px 1px;
}
.singleBlog2 h1 {
    margin-bottom: 35px;
}
.singleBlog2:hover, .singleBlog2:focus {
    border-color: #72bf44;
}
.singleBlog2.has-bg {
    position: relative;
}
.singleBlog2.has-bg .sbHeader h1 a,
.singleBlog2.has-bg .sbFooter a {
    color: #fff;
}
.singleBlog2.has-bg .sbCats a:hover {
    color: #fff;
}
.sbFooter a:hover {
    color: #999999;
}
.singleBlog2 .sbCats,
.singleBlog2 .sbCats a {
    color: #72bf44;
}
.singleBlog2 .sbHeader h1 a:hover {
    color: #72bf44;
}
.singleBlog2.has-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
.loader {
    width: 90%;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    margin: auto;
}
.loader::before {
    content: "";    
    background: #72bf44;
    width: 0;
    height: 2px;
    margin: auto;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.singleBlog2:hover .loader:before {
    width: 100%;
}
.learnMoreButton2:hover {
    color: #72bf44 !important;
}
.learnMoreButton2:after {
    background: #72bf44;
}
.bloglist:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    background: rgba(86, 86, 86, 0.5);
}
.listHeader h1 a {
	line-height: 1em;
}
.sbFooter a,
.listHeader h1 a {
    color: #fff;
    font-weight: 400;
    height: 100%;
    display: block;
}
.bloglist .sbCats a {
    color: #fff;
    font-size: 18px;
}
/* Contato */
.contactSection:before {
    opacity: 0;
}
.sconInfo h5 i {
    color: #fdb913;
}
.sconInfo h5 {
	font-size: 15px;
}
.sconInfo p {
    line-height: 1;
	font-size: 16px;
}
button.submita {
    background: #fdb913;
}
button.submita:hover {
    background: #72bf44; 
}
input:focus,
textarea:focus {
    outline-color: #fdb913;
}


/* Footer */
.footer {
    background: #72bf44;
}
.copyRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
    padding: 20px 0;
}
.logo-sis img {
    height: 12px;
    display: inline-block;
    padding: 0 8px;
    margin-bottom: 3px;
}
.footerSocial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    bottom: 65px;
}
.footerSocial a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
}
.footerSocial a.fac:hover{
    background: #3765A3;
}
.footerSocial a.ins:hover{
    background: #895A4D;
}
.footerSocial a.lin:hover{
    background: #0274B3;
}
.footerSocial a.goo:hover{
    background: #DC4A38;
}
.footerSocial a.yt:hover{
    background: #C4402F;
}
.footerSocial a.twi:hover{
    background: #5EA9DD;
}
.footerSocial a.dri:hover{
    background: #F26798;
}
#backToTop {
    z-index: 50;
    bottom: 70px;
}
#backToTop:hover {
    background: #72bf44;
}

/* Página Blog */
.singleBlogPageHeader {
    min-height: 300px;
}
.singleHeader {
    padding-top: 160px;
}
.comonPagTitle {
    color: #72bf44;
    line-height: 1;
    font-size: 18px;
}
.listHeader {
    height: 75%;
}
.listHeader h1 {
    font-weight: 300;
    font-size: 22px;
}
.listHeader h1 a:hover, .blBG .listHeader h1 a:hover {
    color: #000;
}
.bloglist .sbFooter a:hover {
    color: #fff;
}
.bloglist.has-bg .sbFooter a:hover {
    color: #fff;
}
.loadMOrePosts {
    margin-bottom: 61px;
}

/* Box Lateral */
.widgetTitle {
    color: #72bf44;
    font-size: 16px;
}
.widgetTitle i {
    color: #72bf44;
}
.socialIcons a:hover {
    background: #72bf44;
}
.singleRecent a {
    margin-bottom: 10px;
}
.singleRecent span {
    color: #fdb913;
}
.singleRecent a:hover {
    color: #72bf44;
}
.tabclouds a:hover {
    border-color: #fdb913;
    background: #fdb913;
}

/* Página do Item do Blog */
.singleBlogPageHeader,
.singleFolioPageHeader {
    position: relative;
    background-color: #415056;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}
.singleHeader h2 {
    color: #415056;
    font-weight: 400;
	line-height: 1em;
}
.close-button {
    border: 2px solid #fdb913;
}
.close-button span::before,
.close-button span::after {
    background: #fdb913 none repeat scroll 0 0;
}
.singleInfos,
.singleInfos a {
    font-size: 23px;
    left: -5px;
    color: #415056 !important;
    font-weight: 700;
}
.singleInfos a i {
    font-size: 23px;
    left: -5px;
    color: #415056 !important;
}
.singleInfos a {
    font-size: 18px;
}
.comDetailsa span {
    color: #fdb913;
}
.comDetailsa h3 a {
    color: #fdb913;
}
.comDetailsa h3 a:hover:before {
    background: #fdb913;
}
.com_submits {
    background: #fdb913;
}
.singleBlogPageHeader:after,
.singleFolioPageHeader:after {
    content: "";
    background: rgba(255, 255, 255, 0.5) !important;
}
.singleCommenta {
    padding-left: 90px;
    padding-top: 30px;
    padding-bottom: 53px;
}
.singleCommenta img {
    width: 75px;
    height: 75px;
}
.commentLista li ul li .singleCommenta {
    padding-left: 120px;
    margin-bottom: 53px;
}
@media (max-width: 767px) and (min-width: 481px) {
    .close-button {
        right: 20px;
    }
}

/* Paginação */
.pagination > li > a, .pagination > li > span {
    color: #72bf44;
    border: none;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #72bf44;
    border-color: #72bf44;
}