/********************************
	Edit: Daniel Snows
*************************************/

#header {
	background: #E9EDF0 url(https://apoioinsight.com/wp-content/uploads/2017/05/header.jpg) center bottom no-repeat;
	/*-webkit-background-size: cover;
	background-size: cover;*/
	height: 1230px;
	position: relative;
	padding-top: 100px;


}
/*menu principal*/
.menu-principal .navbar-brand  {
	display: inline-table;

}
.menu-principal h1 {
	margin: 0;
}
.menu-principal {
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border: none;
		-webkit-box-shadow: 20px 20px 50px rgba(0,0,0,0.1);
		box-shadow: 20px 20px 50px rgba(0,0,0,0.1);
		background-color: rgba(255,255,255,0.8);

}
.menu-principal ul.nav {
	margin-top: 45px;
}
.menu-principal ul.nav li {
	margin: 0 10px;
}

.navbar-nav a {
	color: #77b543;
	font-weight: 100;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
font-size: 1.5em;
}
.navbar-nav a:hover {
	color: #2396BC;
	background-color: rgba(255,255,255,0.5);

}
.menu-principal .active a, .menu-principal .active a:focus, .navbar-toggle {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #135167;
	border: solid 1px #155972;
	background-image: -webkit-linear-gradient(left, #14546a, #26a0cc);
	background-image: -moz-linear-gradient(left, #14546a, #26a0cc);
	background-image: -o-linear-gradient(left, #14546a, #26a0cc);
	background-image: -ms-linear-gradient(left, #14546a, #26a0cc);
	background-image: linear-gradient(to right, #14546a, #26a0cc);
	color: #fff;
}
.navbar-toggle {
	padding: 8px 19px;
    font-size: 1.9em;
    margin-top: 32px;
}


/*affix*/
.affix-top {
	position: absolute;
	width: 100%;

}
.affix {
	top: 0;
	width: 100%;			z-index: 9999;
}
.affix .menu-principal {
	background-color: #fff;
	-webkit-transition: all 2.9s ease-in-out;
	   -moz-transition: all 2.9s ease-in-out;
	    -ms-transition: all 2.9s ease-in-out;
	     -o-transition: all 2.9s ease-in-out;
	        transition: all 2.9s ease-in-out;
}
.affix .menu-principal ul.nav {
	margin-top: 20px;
}
.affix img {
	width: 100px;
}

.navbar-collapse *, .navbar-brand * {
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}



/*titulo*/
.main-title {
	font-weight: 900;
	color: #135166;
	font-size: 70px;
	text-transform: uppercase;
	line-height: 80px;
	margin-top: 240px;

}
/*go*/
.go {
	background:  url(https://apoioinsight.com/wp-content/uploads/2017/05/wave-header.png) center bottom no-repeat;
	 width: 100%;
   height: 82px;
   position: absolute;
   bottom: 0;
   z-index: 9;
}
.center-icon {
	text-align: center;
	margin-top: 38px;
}
.center-icon a {
	color: #fff;
	font-size: 20px;
}
.main-title em {
	font-size: 50px;
	font-weight: 100;
	text-transform: none;
	color: #76B542;
}

/*Quem somos*/
.wapper-blue {
		background: #135167 url(https://apoioinsight.com/wp-content/uploads/2017/05/bg-quemsomos.jpg) center top no-repeat;
		/* max-height: 1444px;
		margin-bottom: 380px; */
padding-bottom:70px;
}
#quem-somos h3 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 5em;
	margin: 115px 0 20px;
}
#quem-somos blockquote, #clientes blockquote {
	text-align: center;

	border: none;
	font-family: 'Playfair Display SC', serif;
	color: #fff;
	position: relative;
}
#quem-somos blockquote:after, #clientes blockquote:after {
	content: '"';
	font-size: 5em;
	float: left;
	position: absolute;
	top: 0;
	color: #79b646;
	font-family: 'roboto', sans-serif;
	left: 0;
}

#quem-somos blockquote:before, #clientes blockquote:before {
	content: '"';
	font-size: 5em;
	float: right;
	position: absolute;
	top: 0;
	color: #79b646;
	font-family: 'roboto', sans-serif;
	right: 0;
}
#quem-somos blockquote p, #clientes blockquote p {
	width: 100% !important;
		font-size: 1.4em;
}
#quem-somos p {
	color: #fff;
	line-height: 34px;
	margin: 30px 0;
	/* width: 60%; */
	font-size: 1.1em;
}
/* #quem-somos p:last-child {
	width: 40%;
} */

/*servicos*/
 #servicos {
 	padding-bottom: 120px;
background: url(https://apoioinsight.com/wp-content/uploads/2017/05/gears-services.jpg) no-repeat bottom right;
 }
 #servicos h3 {
 	font-size: 3em;
 	margin: 50px 0;
 	text-align: center;
 	font-weight: 900;
 	color: #249bc5;
 	text-transform: uppercase;

 }

 /*Clientes*/
 .clients {
 	background: #2d383e url(https://apoioinsight.com/wp-content/uploads/2017/05/wave-clients.jpg) repeat-x center bottom;
 	padding-bottom: 70px;
 }

 .nav-services {
 	border: none !important;
 	text-align: center;
 }
 .nav-services > li {
 	text-align: center;
 	display: inline-block;
 	margin-left: -10px;
 }
 .nav-services li a {
	-webkit-border-radius: 0 0 50% 50%;
	-moz-border-radius: 0 0 50% 50%;
	border-radius: 0 0 50% 50%;
	display: block;
	background-color: #407a78;
	color: rgba(255,255,255,0.5);
	padding: 10px 30px 30px;
	font-size: 2em;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
 }
  .nav-services li.active a,  .nav-services li.active a:hover{
	background-color: #fff;
	color: #407a78;
	z-index: 99;
 }
  .nav-services li a:hover {
  	background-color: #396C6B;
  }

 /*COntato*/
 #contato h2 {
 	color: #135167;
 	font-size: 4.6em;
 	text-transform: uppercase;
 	font-weight: 900;
 	margin: 50px 0;
 }
 #contato .wpcf7-form-control {
 	border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    border: none;
    background: #79b646;
    color: #fff;
padding: 13px 20px;
    width: 100%;

 }

 .wpcf7-form-control.wpcf7-submit {
 	border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    color: #fff !important;
    background-color: #135167 !important;
    border: none !important;
    font-size: 1.6em !important;
    font-weight: 900 !important;
width:auto !important;
 }
 .contact-info {
 	font-weight: 700;
 	font-size: 1.2em;
 }
  .contact-info i {
  	color: #79b646;
  	margin-right: 20px;
  }
  .contact-info a {
  	color: #333333;
  }

  .btn-skype {
  	background-color: #03aceb;
  	color: #fff;
  	text-align: center;
  	font-size: 1.2em;
  	font-weight: 700;
  	text-transform: uppercase;
  	padding: 20px;
  	border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    -webkit-border-radius: 100px !important; 
  }

/*modal artigos*/
.modal-body ul li a {
	padding: 10px 20px;
    background: #135167;
    display: block;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 10px;
}
.modal-body ul li a:hover {
    background: #1A708E;
}

 /*_________________responsive__________________*/
@media all and (max-width: 728px) { 
body {
	font-size: 12px;
}
#header {
	background: #E9E9E9 url(https://apoioinsight.com/wp-content/uploads/2017/05/header-responsivo.jpg) center 170px no-repeat;
    height: 991px;
    padding-top: 20px;
    -webkit-background-size: cover;
    background-size: cover;
	}
#quem-somos p, #quem-somos p:last-child {
	width: 100%;
	margin: auto 0;
}
.wapper-blue {
	background-image: none;
	margin-bottom: 40px;
	max-height: none;
}

#servicos {
	/* margin-top: 61px; */
	background: #fff;
}
.owl-carousel .item .img-item {
	    max-width: 77%;
    height: 70%;
}
.nav-services li a {
	font-size: 1em;	
}
.enviar-form {
	width: 100%;
	display: block;
}
#contato .col-sm-4 {
	text-align: center;
}
 
 }

@media all and (max-width: 990px) {
.item .img-item {
width:auto !important;
height:auto !important;
}
	.wapper-blue {
		background-image: none;
		margin-bottom: 40px;
		max-height: none;
	}
	.navbar-nav > li > a {
	    padding: 15px 8px;
	}
}
.item ul {
	list-style: none;
	padding: 0 !important;
}
.item ul li {
	font-style: italic;
	color: #135167;
}
.item ul li:before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #79b646;
	-webkit-border-radius: 100%;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 100%;
	-moz-border-radius-bottomleft: 0;
	border-radius: 100%;
	border-bottom-left-radius: 0;
	display: inline-block;
	margin-right: 15px;
}
.item .img-item {
	background-color: #79b646;
	overflow: hidden;
	width: 200px;
	height: 200px;
	border-radius: 7px;
}

.item .img-item img {
	opacity: 0.2;
	filter: alpha(opacity=20);
	text-align: center;
	position: relative;
	width: 100%;
	height: 100%;
}
/*Bootstrap 5 colunas*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
