/* 
Theme Name: Shapely Child
Theme URI: https://colorlib.com/wp/themes/shapely
Author: colorlib
Author URI: https://colorlib.com/
Version: 1.2.1
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: shapely
Text Domain: shapely-child

 */

 body {
 	color: #959595;
 }

 h3,
 .widget .widget-title,
 .contact-section h1,
 .testimonial.image-bg h3 {
  	font-size: 30px;
  	font-weight: 300;
  	line-height: 1.3;
  }


  .image-bg h3, 
  .image-bg h1 {
  	font-size: 45px;
  	font-weight: 600;
  }

.main-navigation {
	background: transparent;
	background-color: transparent;
	border: none;
}

.site-title-container {
	width: auto;
}

.site-title {
    width: 164px;
    height: 160px;
    display: block;
    background: url(img/logo_white.svg) center no-repeat;
    text-indent: -9999px;
    background-size: 100% auto;
}

.nav-bar {
	width: 100%;
    padding: 20px 20px 0;
}

nav.fixed,
#site-navigation {
	position: static;
}

#site-navigation .container > .flex-row {
	display: block;
}

.module-group.right {
	margin-top: 40px;
}

.nav-container {
	width: 100%;
	position: absolute;
	z-index: 9999;
}

.main-navigation .menu li a {
	color: #ffffff;
	font-size: 18px;
	text-transform: none;
	outline: 0;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.main-navigation .menu li a:hover,
body .main-navigation .menu li:hover > a {
	color: #ffffff;
	opacity: .7;
}

.module.mobile-toggle {
	display: block!important;
	margin-top: 40px;
	margin-left: 30px;
	-webkit-transition: margin .3s ease-out;
	-moz-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
}

.mobile-toggle i {
	width: 30px;
    height: 1px;
    background-color: #fff;
    position: relative;
}

.mobile-toggle.active {
	margin-left: 0;
}

.mobile-toggle.active i {
	height: 0;
}

.mobile-toggle i::before,
.mobile-toggle i::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: inherit;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s,width .3s,top .3s;
	-moz-transition: -moz-transform .3s,width .3s,top .3s;
	transition: transform .3s,width .3s,top .3s;

}

.mobile-toggle i::before {
	-webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}

.mobile-toggle i::after {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
}

.mobile-toggle:hover i::before {
    top: -2px;
}
.mobile-toggle:hover i::after {
    top: 2px;
}

.mobile-toggle.active i {
	margin-right: -5px;
}

.mobile-toggle.active i::before,
.mobile-toggle.active i::after {
	width: 40px;
	height: 1px;
    transform-origin: center;
}

.mobile-toggle.active i::before {
    transform: rotate(45deg);
}

.mobile-toggle.active i::after {
    transform: rotate(-45deg);
}

.mobile-toggle.active:hover i::before,
.mobile-toggle.active:hover i::after {
	top: auto;
}

body .module.widget-handle i {
	color: #ffffff;
}

.search-widget-handle {
	display: none;
}



 .small-screen .top-parallax-section {
    padding: 12% 0;
 }


 #shapely_home_features-3 .feature .fa::before {
 	content: '';
 }

  #shapely_home_features-3 .feature .fa {
  	margin-bottom: 40px;
  	display: inline-block;
 	width: 84px;
 	height: 111px;
  } 

 #shapely_home_features-3 .feature .fa-user {
	background: url('img/personal.svg') center no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;

 }

 #shapely_home_features-3 .feature .fa-files-o {
	background: url('img/planilha.svg') center no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;

 }

 #shapely_home_features-3 .feature .fa-paper-plane-o {
	background: url('img/consultoria.svg') center no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;

 }

 .testimonial-section {
 	background: rgba(75,221,204,1);
 	background: -moz-linear-gradient(top, rgba(75,221,204,1) 0%, rgba(30,40,84,1) 100%);
 	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(75,221,204,1)), color-stop(100%, rgba(30,40,84,1)));
 	background: -webkit-linear-gradient(top, rgba(75,221,204,1) 0%, rgba(30,40,84,1) 100%);
 	background: -o-linear-gradient(top, rgba(75,221,204,1) 0%, rgba(30,40,84,1) 100%);
 	background: -ms-linear-gradient(top, rgba(75,221,204,1) 0%, rgba(30,40,84,1) 100%);
 	background: linear-gradient(to bottom, rgba(75,221,204,1) 0%, rgba(30,40,84,1) 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bddcc', endColorstr='#1e2854', GradientType=0 );
 }

 #text-3 {
 	padding: 96px 15px 60px;
 	text-align: center;
 }

 .feature {
 	text-align: center;
 }

 .gallery-item {
 	padding: 0;
 	position: relative;
 }

 .gallery-caption {
	 display:none;
 	width: 100%;
 	position: absolute;
 	bottom: 0;
 	color: #ffffff;
 	background: #1e2854;
 }

 .gallery-item img {
 	width: 100%;
 }

 #fancybox-content {
 	border: none;
 }

 .fancybox-bg {
 	display: none;
 }

 div#fancybox-content,
 div#fancybox-outer {
 	background: transparent;
 	margin: 0 auto;
 }

 #fancybox-overlay {
 	background-color: rgb(0, 0, 0)!important;
 	opacity: 0.8!important;
 }

div#fancybox-title {
	background-color: transparent;
	padding: 10px;
}

div#fancybox-title-inside {
	color: #ffffff;
	font-size: 16px;
}

div:not(.top-parallax-section) > .col-md-offset-1 .mb32 {
	margin-bottom: 0;
}

	
 footer {
 	padding: 72px 90px;
 }

 .footer-inner {
 	width: 100%;
 }

 .footer-widget-area .footer-widget {
 	width: auto;
 }

 #colophon #media_image-3 {
	margin-bottom: 0;
 }

 .footer-widget img {
	width: 185px;
	height: auto;
 }

 .bg-dark {
 	background: #1e2854;
 }

 .footer .site-info {
 	display: none;
 }

 .bg-dark .back-to-top {
	border-radius: 0;
	right: 85px;
	bottom: 20px;
	border-width: 2px;
 }

  .footer .text-right {
  	position: absolute;
  	right: 0;
  	top: 50%;
  	-webkit-transform: translate(0, -50%);
  	   -moz-transform: translate(0, -50%);
  	    -ms-transform: translate(0, -50%);
  	     -o-transform: translate(0, -50%);
  	        transform: translate(0, -50%);
 }

 .bg-dark .social-list a {
 	opacity: 1;
 }

  .bg-dark .social-list a:hover {
  	opacity: .7;
  }

@media (max-width: 767px) {

	#shapely_home_features-3 .feature {
		max-width: 300px;
		margin: 0 auto 40px;
	}

	#shapely_home_features-3 .feature .fa {
		margin-bottom: 20px;
		background-position: 
	}

	#shapely_home_features-3 .feature .fa-user {
		height: 71px;
	}

	#shapely_home_features-3 .feature .fa-user {
		height: 71px;
	}

	#shapely_home_features-3 .feature .fa-paper-plane-o {
		height: 77px;
	}

	.gallery-columns-4 .gallery-item {
		width: 50%;
		max-width: none;
	}

	#colophon #media_image-3 {
		max-width: 200px;
	}

	.footer .text-right {
		position: static;
		margin-top: 60px;
	}

	#social {
		float: none;
	}

	#social li, #social ul {
		text-align: left;
	}

}

@media (max-width: 991px) {
	.site-title {
		width: 140px;
		height: 138px;
	}

	.nav-container {
		min-height: 0;
		-webkit-transition: min-height .5s, background .25s;
		   -moz-transition: min-height .5s, background .25s;
		    -ms-transition: min-height .5s, background .25s;
		     -o-transition: min-height .5s, background .25s;
		        transition: min-height .5s, background .25s;

	}
	.menu-active .nav-container {
		min-height: 100vh;
		position: fixed;
		background: #1e2854;
		-webkit-transition: background .25s;
		   -moz-transition: background .25s;
		    -ms-transition: background .25s;
		     -o-transition: background .25s;
		        transition: background .25s;
	}

	.navbar-collapse {
		border: none;
		box-shadow: none;
		padding: 0;
		margin: 0;
	}

	.nav-bar .module-group .search-widget-handle {
		display: none;
	}

	.shapely_home_parallax .text-center img {
		max-width: 100%;
	}

	.feature .text-center {
		padding: 0;
	}
	.image-bg h1 {
		/* font-size: 50px; */
	}

	footer {
	    padding: 70px 15px;
	}

	.footer-widget img {
		width: 150px;
	}

	.bg-dark .back-to-top {
		bottom: 20px;
		right: 5px;
	}
}

@media (min-width: 768px) {
	#shapely_home_features-3 .col-sm-4 {
		padding-left: 20px;
	    padding-right: 20px;
	}

	#shapely_home_features-3 .feature .fa {
		width: 90px;
		height: 117px;
		margin-bottom: 30px;
	}
	
	#shapely_home_features-3 .feature h4 {
		/* font-size: 30px */;
	}

	#shapely_home_features-3 .feature p {
	    /* font-size: 18px; */
	}

	.shapely_home_parallax .container .align-children {
		display: -webkit-flex!important;
		display: -moz-flex!important;
		display: -ms-flexbox!important;
		display: flex!important; 
	}
}

@media (min-width: 992px) {
	
	.main-navigation ul {
	    display: none;
	}
	.main-navigation .menu li {
		margin-left: 40px;
	}

	.shapely_home_parallax div:not(.top-parallax-section) > .text-center,
	.shapely_home_parallax div:not(.top-parallax-section) > .col-md-offset-1 {
		width: 50%;
		margin-left: 0;
	}

	div:not(.top-parallax-section) > .col-md-offset-1 > div {
		width: 500px;
	    padding-left: 22%;
		max-width: 100%;
		margin: 0 auto;
	}
}

@media (min-width: 1080px) {
	.nav-bar {
	    padding: 40px 40px 0;
	}

	.shapely_home_parallax .container .align-children {
		padding: 0 65px;
		display: -webkit-flex!important;
		display: -moz-flex!important;
		display: -ms-flexbox!important;
		display: flex!important; 
	}
}

@media (min-width: 1641px) {
	.nav-bar {
		width: 100%;
	    padding: 100px 100px 0;
	}
}

@media (min-width: 1270px) {
	
	.nav-bar {
		width: 100%;
	    padding: 20px 20px 0;
	}

}

