h1, h2, h3, h4, h5, h6 {
	text-transform: none;
}

@media (min-width: 992px) {
    #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
        color: #395ece;
    }
	#header .header-nav.header-nav-line nav > ul li:hover > a {
		color: #35dd3f;
	}
	#header .header-nav.header-nav-line nav > ul li:hover > a:before {
		background: #35dd3f !important;
	}
}


/* ========== CORES TEXT/BG========== */
.bg-color-verde {
    background-color: #35dd3f !important;
}

.bg-color-azul {
    background-color: #395ece !important;
}

.text-color-azul {
    color: #395ece !important;
}

.text-color-verde {
    color: #35dd3f !important;
}

[gradiente] {
    background: linear-gradient(47deg, #35dd3f 0%, #395ece 80%) !important;
}
/* ========== CORES TEXT/BG========== */



/* ========== BOTÕES ========== */
html .btn-verde {
    background-color: #35dd3f;
    color: #FFF;
}

html .btn-verde:hover, html .btn-verde.hover {
    background-color: #6dca42;
    color: #FFF;
}

html .btn-azul {
    background-color: #395ece;
    color: #FFF;
}

html .btn-azul:hover, html .btn-azul.hover {
    background-color: #3e43b3;
    color: #FFF;
}
/* ========== FIM - BOTÕES ========== */


#footer {
    border-top: none;
}



/* ========== SOCIAL FLUTUANTE ========== */
.team-item {
	padding: 0px 10px;
}
.team-item:hover .image-wrapper img {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.team-item .image-wrapper {
	display: block;
	overflow: hidden;
}
.team-item .image-wrapper img {
	-webkit-transition: ease transform 300ms;
	transition: ease transform 300ms;
}
.team-item .team-infos {
	position: absolute;
	background: #FFF;
	padding: 0;
}
.team-item .team-infos .share {
	position: fixed;
    /* bottom: calc(100% - 22px); */
    bottom: 94px;
	right: 0;
	width: 42px;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: ease height 300ms;
	transition: ease height 300ms;
}
/* .team-item .team-infos .share:hover .share-icons {
	-webkit-transform: translateY(0);
    transform: translateY(0);
}
.team-item .team-infos .share:hover i.fa-share-alt {
	background: #4dbb6d;
} */
.team-item .team-infos .share:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent;
	width: 100%;
	height: 22px;
}
.team-item .team-infos .share .share-icons {
	text-align: center;
	padding-bottom: 42px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.9);
	-webkit-transform: translateY(0);
    transform: translateY(0);
	-webkit-transition: ease transform 300ms;
    transition: ease transform 300ms;
}
.team-item .team-infos .share i {
	display: block;
	color: #FFF;
	padding: 15px;
	opacity: 1;
	-webkit-transition: ease opacity 300ms;
	transition: ease opacity 300ms;
}
.team-item .team-infos .share i.fa-share-alt {
	position: fixed;
	background: linear-gradient(47deg, #35dd3f 0%, #395ece 80%);
	bottom: 94px;
	right: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.4);
	opacity: 1;
	z-index: 1;
}
.team-item .team-infos .share i.fa-facebook-f {
	color: #4d70a8;
}
.team-item .team-infos .share i.fa-instagram {
	color: #964b00;
}
.team-item .team-infos .share i.fa-linkedin-in {
	color: #0077b5;
}
.team-item .team-infos .share i.fa-whatsapp {
	color: #24cd63;
}
.team-item .team-infos .share i:hover {
	opacity: 1;
}
.team-item .team-infos .team-member-desc {
	display: block;
	color: #777;
}
/* ========== FIM - SOCIAL FLUTUANTE ========== */



/* ==================== BOX SHADOW RADIUS ==================== */
.box-shadow-radius-10 {
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5) !important;
    border-radius: 10px !important;
    transition: all 0.3s ease;
}

.box-shadow-radius-10:hover {
    box-shadow: 0px 15px 15px -15px rgba(0, 0, 0, 0.2) !important;
    border-radius: 10px !important;
}

.box-shadow-radius-15 {
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5) !important;
    border-radius: 15px !important;
    transition: all 0.3s ease;
}

.box-shadow-radius-15:hover {
    box-shadow: 0px 25px 15px -15px rgba(0, 0, 0, 0.2) !important;
    border-radius: 15px !important;
}
/* ==================== FIM - BOX SHADOW RADIUS ==================== */



.zoom-1 {
    transform: scale(1);
}

.zoom-1:hover {
    transform: scale(1.02);
}