﻿/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/demo/?theme=Divi
Description: Child theme for the Divi. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: Splash Digital
Tags: translation-ready
Author URI: http://www.splashdigital.com.br
Template: Divi
*/

@import url("../Divi/style.css");

body {	
	font-weight:normal !important;
}

.et_pb_contact_field {
	margin-bottom: 1%;	
}

.et_pb_contact_submit,
.et_pb_contact_reset {
	margin: 10px 0 0 15px;	
}

/*----------------INICIO MENU-------------------*/

#top-menu li li a:hover {
	background-color:#669900;
	color: #fff;	
}

#top-menu li.current-menu-item a {
	color: #669900;
}

#top-menu li.current-menu-ancestor a {
	color: #669900;
}

.nav li ul {	
	border-top: 3px solid #669900;
}

#top-menu li {
	padding-right: 12px !important;
}

#top-menu .menu-item-has-children > a:first-child,
#et-secondary-nav .menu-item-has-children > a:first-child {
	padding-right: 15px;
}

/*-------------------FIM MENU-------------------*/


/*----------------INICIO SLIDER-------------------*/

.bannertop .et_pb_slide_description {
	float: left !important;
	width: 50% !important;
	padding: 16% 8% 16% 0;
	text-align:left !important;	
}

.et_pb_slide_content h4 {
	font-size: 36px;
	margin-bottom: 2% !important;
	margin-top: 2% !important;
	line-height: 102%;	
}

.et_pb_slide_content p {
	font-style:italic;
	font-size: 18px !important;	
}

.et-pb-arrow-prev, .et-pb-arrow-next {
	color: #669901 !important;
}

.bannertop .et_pb_button { 
	color: #747474 !important;
	border-color: #747474 !important;
}

.bannertop .et-pb-controllers a {
	background-color: rgba(37, 177, 27, 0.5) !important;	
}

.bannertop .et-pb-controllers .et-pb-active-control {
	background-color: #31632b !important;
}

/*----------------FIM SLIDER-------------------*/

/*----------------INICIO NOSSOS DIFERENCIAIS-------------------*/

.et_pb_blurb h4 {
    padding-bottom: 15px !important;
}

.et-pb-icon-circle {	
	font-size: 26px !important;
}

.et_pb_blurb_content {
	padding: 0 22px;
}

.et_pb_blurb_content p:last-of-type {	
	font-size: 16px;
}

/*----------------FIM NOSSOS DIFERENCIAIS-------------------*/

/*----------------INICIO NOSSOS PRODUTOS-------------------*/

.et_pb_toggle {
	margin-bottom: 10px !important;
	background-repeat: no-repeat;
	background-position: right top;
	border:none;	
}

.et_pb_toggle_0 h5, .et_pb_toggle_1 h5, .et_pb_toggle_2 h5, .et_pb_toggle_3 h5, .et_pb_toggle_4 h5 {
	color: #fff !important;
	font-size: 40px !important;
	padding-left: 40px !important;
}

.et_pb_toggle_title:before {
	left: 0!important;
	right: auto !important;
	font-size:22px;
}

.et_pb_toggle_title:before {
	color:#FFF !important;
	content: "+" !important;
	font-size: 40px;
	font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 100;
	transition:all .5s ease-in-out;	
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.et_pb_toggle_open .et_pb_toggle_title:before {
	content: "-" !important;
}

.et_pb_toggle_content {
	padding-top: 60px;
	text-align: center;
	width: 80%;
	margin-left:auto;
	margin-right:auto;	
}

.button, .button1, .button2, .button3, .button4 {
    background:none;
    border: 2px solid #fff;
	border-radius: 8px;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.button:hover {background-color: #fff;color: #f59d0a;}
.button1:hover {background-color: #fff;color: #abd42e;}
.button2:hover {background-color: #fff;color: #1bbc9a;}
.button3:hover {background-color: #fff;color: #00a2f5;}
.button4:hover {background-color: #fff;color: #7a4ac4;}



/*----------------FIM NOSSOS PRODUTOS-------------------*/

/*----------------INICIO CLIENTES-------------------*/

.owl-theme .owl-controls .owl-page span {
	width: 8px !important;
	height: 8px !important;
}

/*----------------FIM CLIENTES-------------------*/

/*----------------INICIO PROFISSIONAIS-------------------*/

.col1prof {
	margin-right: 0px !important;
	width: 35% !important;	
}

.col2prof {
	margin-right: 0px !important;
	width: 65% !important;	
}

.col2prof .textopro {
	font-size: 18px;
	color: #fff;
	width: 70%;
	float: left;
	top: 30px;
	left: 30px;
	position: relative;
}

.col2prof .imgpro {
	width: 10%;	
	float: right;
	top: 40px;	
	position: relative;
}

/*----------------FIM PROFISSIONAIS-------------------*/

/*----------------INICIO DEPOIMENTOS-------------------*/

.textdep .et_pb_slide_description { 
	float: none !important;
	text-align: center;
	padding: 2% 6% !important;	
}

.textdep .et_pb_slides {
	margin-bottom: 50px;
}

.texto_dep {	
    font-size: 22px;
    font-style: italic;
    font-weight: normal;
    line-height: 30px;
}

.nome_dep {	
    font-weight: bold;
    padding-bottom: 0;
}

.cargo_dep {	
    font-size: 14px;
    padding-bottom: 0;
}

.empresa_dep {    
    font-size: 14px;
    font-weight: bold;
}

/*----------------FIM DEPOIMENTOS-------------------*/

/*------------------INICIO BLOG---------------------*/

.comments-number {
	display:none;
}

.alignleft a, .alignright a {
	color: #fff !important;
}

.widget_archive label {
	display:none !important;
}

.wysija-submit {
    background:none;
    border: 2px solid #669901;
	border-radius: 8px;
    color: #669901;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.wysija-submit:hover {background-color: #669901;color: #fff;}

.formErrorContent{
	background:none repeat scroll 0 0 #669901 !important;
	padding:4px 5px !important;
	width:160px !important;	
}

#sidebar a:hover {
	color: #669901 !important;
}

.post-content .more-link {
	color: #669901 !important;
}


/*--------------------FIM BLOG----------------------*/

/*----------------------------------------------------------------FIM HOME------------------------------------------------------------------*/

/*-----------------------------------------------------------INICIO PÃGINA SOBRE------------------------------------------------------------*/

.et-pb-contact-message {text-align: center; color: rgb(255, 255, 255); font-size: 22px; margin-top: 80px;}

/*-------------------------------------------------------------FIM PÃGINA SOBRE-------------------------------------------------------------*/

/*-----------------------------------------------------------INICIO PÃGINA CONSULTORIA------------------------------------------------------------*/

.topoconsult h3 {padding-top: 5% !important;}


/*-------------------------------------------------------------FIM PÃGINA CONSULTORIA-------------------------------------------------------------*/

/*-----------------------------------------------------------INICIO PÃGINA ESTÃGIOS E TRAINEES------------------------------------------------------------*/

.vagaslink {
	color: #297a00;		
}

.vagaslink:hover {
	text-decoration:underline;			
}

.estag .et_pb_blurb_content p:last-of-type, .train .et_pb_blurb_content p:last-of-type {
	font-size: 14px;
}

.estag .et_pb_blurb_content a, .train .et_pb_blurb_content a {
	font-size: 16px;
}

/*-------------------------------------------------------------FIM PÃGINA ESTÃGIOS E TRAINEES------------------------------------------------------------*/

/*-----------------------------------------------------------INICIO PÃGINA PESQUISAS------------------------------------------------------------*/

#wpm_download_1, #wpm_download_2, #wpm_download_3, #wpm_download_4, #wpm_download_5, #wpm_download_6, #wpm_download_7 {
	display:none !important;
}

.wpcf7-submit {
    background:none;
    border: 2px solid #669901;
	border-radius: 8px;
    color: #669901;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.wpcf7-submit:hover {background-color: #669901;color: #fff;}

/*-------------------------------------------------------------FIM PÃGINA PESQUISAS-------------------------------------------------------------*/

/*----------------INICIO RODAPE-------------------*/

.footer-widget h4 {
	color: #dddddd;
	margin-bottom: 16px;
}

#footer-widgets .footer-widget li {
	padding-left: 0px !important;
	height: 38px;
}

.footer-widget li:before {
	display:none;
}

.aptf-tweet-content a {
	color: #999 !important;
}

#footer-info2 {
	/* width: 80%; */
	/* max-width: 1080px; */
	margin: auto;
	padding-top: 10px;
	color: #666;
	text-align: center;
	background-color: #fff;
}

#footer-info2 a {
	color: #666;
	font-weight: 700;
}

/*----------------FIM RODAPE-------------------*/

/*----------------INICIO RESPONSIVO-------------------*/
@media ( max-width: 1313px ) {
	
.et_pb_number_counter .percent p {
	font-size: 45px !important;
}
	
}

@media ( max-width: 959px ) {
	
.bannertop .et_pb_slide_title {
	font-size: 20px !important;
	margin-top: 20px !important:
}

.bannertop .et_pb_slide_content h4 {
	font-size: 20px !important;
}

.bannertop .et_pb_slide_content p {
	font-style:italic;
	font-size: 16px !important;	
}

}

@media ( max-width: 767px ) {
	
.bannertop .et_pb_slide_title {
	font-size: 16px !important;
	font-weight:normal !important;
	margin-top: 20px !important:
}

.bannertop .et_pb_slide_content h4 {
	font-size: 18px !important;
}

.bannertop .et_pb_slide_content p {
	font-style:italic;
	font-size: 14px !important;	
}
	
.col1prof {
	width: 35% !important;				
}

.col1prof p {	
	font-size: 14px !important;			
}

.et_pb_code_1 {
	font-size: 16px !important;	
}

.col2prof {
	width: 65% !important;		
}

.et_pb_code_3 {
	font-size: 16px !important;	
}

.col2prof .textopro {	
	font-size: 14px !important;	
}
	
}
@media ( max-width: 479px ) {

.bannertop .et_pb_slide_description {
	float: none !important;
	width: 100% !important;
	text-align:center !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	text-align:center !important;		
}

.bannertop .et_pb_slide {
	background-image: none !important;
	background-color:#3399fe !important;
}

.bannertop .et_pb_slide_title {
	font-size: 17px !important;
	font-weight:normal !important;
	margin-top: 20px !important:
}

.bannertop .et_pb_slide_content h4 span {
	font-size: 19px !important;
	line-height: 23px;
	color: #fff !important;
}

.bannertop .et_pb_slide_content p {
	font-style:italic;
	font-size: 14px !important;
	color: #fff !important;	
}

.et-pb-arrow-prev, .et-pb-arrow-next {
	color: #fff !important;
}

.bannertop .et-pb-controllers a {
	background-color: rgba(255, 255, 255, 0.5) !important;	
}

.bannertop .et-pb-controllers .et-pb-active-control {
	background-color: #fff !important;
}

.bannertop .et_pb_button { 
	color: #fff !important;
	border-color: #fff !important;
}

.et_pb_toggle_0 h5, .et_pb_toggle_1 h5, .et_pb_toggle_2 h5, .et_pb_toggle_3 h5, .et_pb_toggle_4 h5 {	
	font-size: 16px !important;
}

.et_pb_toggle_content {
	padding-top: 80px;	
}

.titulosecao p {
	font-size: 24px !important;
}

.et_pb_code_1, .et_pb_code_3 { 
	padding: 5px !important;
	min-height: 0px !important;	
	text-align:center !important;	
}

.et_pb_code_2, .et_pb_code_4 { 
	text-align:center !important;	
}

.col1prof {
	width: 100% !important;
	margin-bottom: 0px !important;		
}

.col1prof p {
	font-size: 16px !important;		
}

.col2prof {
	width: 100% !important;
	margin-bottom: 10px !important;		
}

.col2prof .textopro {
	font-size: 14px !important;
	float:none !important;
	width: 80% !important;
	margin-left:auto;
	margin-right:auto;
	top: 15px !important;
	left: 0px !important;			
}

.col2prof .imgpro {
	float:none !important;
	width:100% !important;
	top: 22px !important;		
}

.et_pb_slide_content p {
	font-style:italic;
	font-size: 14px !important;
	line-height: 16px;
	font-weight:normal !important;	
}

.et_pb_row_6 {
	width: 100%;
}

/*.et_pb_text_0 { 
	font-size: 26px !important;
	line-height: 1.2em !important;
}*/

}

/*----------------FIM RESPONSIVO-------------------*/