#header {
	border: 0px solid #F00;
	max-width: 1024px;
	height:58px;
	margin: 0 auto;

}
#content {
	background: #fff;
	border-radius: 7px;
	max-width: 1024px;
	margin: 0 auto;
	display: table;
	border: 1px solid #eaeaea;
	padding: 0 0 19px 0;
}
p {
    font: 16px/20px Lato,Arial, Helvetica, sans-serif;
    margin: 14px 0 24px;
	text-align:justify;
}
a.back, a.back:visited {
	background: none repeat scroll 0 0 #D14130;
	border-bottom: 3px solid #881B0F;
	border-radius: 4px;
	color: #FFFFFF;
	float: right;
	font: bold 13px/16px Arial, Helvetica, sans-serif;
	margin: 9px 19px 0 0;
	padding: 7px 16px;
}
a.back:hover {
	background: none repeat scroll 0 0 #881B0F;
	border-bottom: 3px solid #D14130;
	color: #FFFFFF;
}
.italic {
	font-style: italic;
}
.boxStander {
	border: 0px solid red;
	float: left;
	margin: 15px 0 9px 11px;
	/*max-width:691px*/
	width:67%;
}

.boxStanderFull {
	border: 0px solid red;
	width:97.7%;
}

.SpaceInsideContent{
    padding: 0 1.7%;
    box-sizing: border-box;
}

.h1Title {
	border-bottom: 1px solid #ebebeb;
	color: #535353;
	font: 24px/36px trebuchet ms, arial;
	padding: 0 0 4px;
}

.h2Title, 
.boxStander h2.h2Title {
    border-bottom: 0;
    color: #535353;
    font: 18px/20px trebuchet ms, arial;
    padding: 10px 0;
}

.TitleCenter{
	text-align:center;
}

.boxStander h2 {
	border-bottom: 1px solid #EBEBEB;
	color: #535353;
	font: 24px/36px trebuchet ms, arial;
	padding: 0 0 4px;
	margin: 26px 0;
}
.Links_pagination {
	text-align: center;
	color: #000;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 18px;
	padding: 30px 0;
	width: 100%
}
.boxPaginationFull {
	margin: 24px 0 0;
	padding: 0;
	width: 1024px
}
.Links_pagination a:link, .Links_pagination a:visited {
	background: none repeat scroll 0 0 #46629e;
	border: 1px solid #b3b3b3;
	color: #fff;
	margin: 0 2px;
	padding: 5px 9px;
}
.Links_pagination a:hover {
	padding: 5px 9px;
	border: 1px solid #9c260c;
	background: #d14130;
	color: #fff
}
.Links_pagination span {
	padding: 5px 9px;
	border: 1px solid #9c260c;
	background: #d14130;
	color: #fff!important;
	margin: 0 2px
}

/*---------------------- Header --------------------------*/

#logo {
	max-width: 57%;
	border: 0px solid red;
	float: left;
}

#logo a img {
	width:100%;
	}

#infoHeader {
	float: right;
	text-align: right;
	margin: 23px 0 0 0;
	width:43%;
}
#infoHeader p {
	margin: 0;
	font:1.1em/1.3em arial;
	text-align:right;
}
#bgMenuBlue {
	background: #46629E;
	border-radius: 7px;
	max-width: 1024px;
	margin: 5px auto 5px;
	padding: 4px 0 0 0;
	width:100%;
}

#bgMenuWhite{
		max-width: 1024px;
		height:43px;
		margin: 0 auto;
		background: #fff;
		border-radius: 5px;
		border: 1px solid #eaeaea;
	}
	
#menu {
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
}
#menu li {
	display: inline;
	background: url("/img_site/divisor-menu.png") no-repeat right 0;
	*background: none;
}
#menu #lastChild {
	background: none;
}
#menu li a:link, #menu li a:visited {
	color: #000000;
	display: inline-block;
	font: bold 15px/39px arial;
	text-transform: uppercase;
	/*padding: 0 14px;*/
	padding: 0 1em;
}
#menu li a.red {
	color: #F82B15;
}

#btnMenuResp:before {
		background: none repeat scroll 0 0 #404148;
		box-shadow: 0 0.38em 0 0 #404148, 0 0.8em 0 0 #404148;
		content: "";
		display: inline-block;
		height: 0.25em;
		margin-right: 3px;
		margin-top: 4px;
		vertical-align: top;
		width: 20px;
	}

#btnMenuResp {
		background: none repeat scroll 0 0 #eaeaea;
		border: 1px solid #d9d6d6;
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
		cursor: pointer;
		display: none;
		font: 1.6em/1.6em arial;
		margin: 4px 0 6px 10px;
		padding:0px 8px 0px 6px;
		width: 78px;
		position:relative;
	}
/*----------------------Pag Home--------------------------*/

.boxHome1 {
	width: 32%;
	margin: 23px 0 0 2%;
	float: left;
}
.h1Home {
	background: #46629e;
	border-radius: 4px;
	color: #fff;
	font: bold 16px/34px arial;
	text-align: center;
	margin: 0 0 10px 0;
}
.boxHome1 ul {
	margin: 0 0 11px 0;
}
.boxHome1 ul li {
	border-bottom: 1px solid #ccc;
	font: bold 12px/29px arial;
}
.boxHome1 p {
	font: 12px/14px arial;
	margin: 0 0 11px;
	text-align: justify;
}
.boxHome2 {
	width: 31%;
	margin: 23px 0 0 1.7%;
	float: left;
}

.imgCurriculoHome {
    border: 1px solid #eaeaea;
    margin: 0 0 0 20%;
    text-align: center;
    width: 60%;
}

.boxHome3 {
	width: 29.6%;
	margin: 23px 17px 0 1.9%;
	float: left;
}
.txtLinkH {
	text-transform: uppercase;
	text-decoration: underline;
	color: blue;
}

.boxJooble{
	max-width:970px;
	width:100%;
	margin:18px auto;
	text-align:center;
	}
	
.boxJooble a:link,
.boxJooble a:visited{
	 padding:0 10px;	
	}	
/*--------------- Pag de Modelo ---------------------------*/

.boxModels{
	border:0px solid orange;
	width:100%;
	display:table;
	}

.boxLinkModels {
	float: left;
	margin: 32px 0 33px 5%;
	width: 22%;
}
.boxLinkModels img {
	border: 1px solid #999;
	border-radius: 4px;
	box-shadow: 3px 3px 3px #ccc;
	margin: 0 0 10px;
	width:100%;
}
.boxLinkModels a:link, .boxLinkModels a:visited {
	color: #03c;
	display: block;
	margin: 10px 0 0;
	text-decoration: underline;
}
.boxLinkModels-left {
	margin-left: 4.9em;
	margin-right: 26px;
}
.BoxDownload {
	display: table;
	margin: 22px 0 0;
}
.BoxDownload img {
	float: left;
	margin: 0 6px 0 0;
	width: 44px;
}
.BoxDownload a:link, 
.BoxDownload a:visited {
	color: #03f;
	float: left;
	font: italic bold 14px/16px Arial, Helvetica, sans-serif;
	margin: 4px 0 0;
	text-decoration: underline;
	*width:630px;
}
.boxCurriculumModel {
	border: 1px solid #D3C9C9;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 3px 3px 3px #CCCCCC;
	margin: 13px auto 10px;
	padding: 13px 22px 52px;
	max-width: 603px;
}
.listRight {
	text-align: right;
	margin: 20px 0 0 0;
}
.boxCurriculumModel h3 {
	font: bold 15px/16px Arial, Helvetica, sans-serif;
	margin: 30px 0 10px;
}
.tipsCurriculo {
	font: italic 12px/14px Arial, Helvetica, sans-serif;
	color: #C30;
}
.boxCurriculumModel p.nameModel2 {
	border-bottom: 1px solid #CCCCCC;
	margin: 21px 0 17px;
	padding: 0 0 10px;
	text-align: center;
}
.boxTitleModel {
	background: #CCC;
	padding: 10px;
	text-align: center;
	border: 1px solid #999;
}

.textStyle1Model {
    color: #ea3412;
    font: 24px/26px arial;
    text-align: center;
    margin: 25px 0 0;
}

.BtnSalesPage {
    background: #1976D2;
    color: white;
    text-align: center;
    font: 19px/21px lato;
    padding: 12px 0;
}

.BtnSalesPage a:link,
.BtnSalesPage a:visited{
	    color: white;
}  

/*--------------- Pag de passo a passo ---------------------------*/

.boxLinksStep {
	margin: 16px 0 26px;
}
.boxLinksStep li a:link, .boxLinksStep li a:visited {
	background: #1d66cb;
	border-radius: 5px;
	box-shadow: 2px 2px 0 #1d477a;
	color: #fff;
	display: block;
	font: bold 13px/15px arial;
	margin: 6px 0 0;
	padding: 9px 14px;
	width: 300px;
}
.boxLinksStep li a:hover {
	background: #CB1D2E;
	box-shadow: 2px 2px 0 #7A1D30;
}

.listSteps {
	font: 16px/20px Lato,Arial, Helvetica, sans-serif;
	list-style: decimal;
	margin: 16px 0 29px 36px;
}

.listSteps li{
   margin: 13px 0;
}



.titleSteps{
	border-bottom: 1px solid #ebebeb;
    color: #535353;
    font: 24px/36px trebuchet ms,arial;
    margin: 26px 0;
    padding: 0 0 4px;
}
/*------------------- Pagina do formulario -------------------*/

.boxForm {
	width: 96%;
	margin: 0 auto;
}
.boxForm ul li {
	margin: 0 0 5px 0;
}
.boxForm label {
	display: inline-block;
	width: 31%;
}

.boxForm .label2 {
	width: 23px;
}

.boxForm .label3 {
	width: 59px;
}

.boxForm .label4 {
	width: 31px;
}

.labelTextarea {
	font: 13px/20px arial;
}
.boxForm .labelRadio {
	width: 249px;
	margin: 1px 0 0 0;
}
.boxForm input[type="text"],
.boxForm input[type="tel"],
.boxForm textarea,
.boxForm select,
#email {
	border: 1px solid #c9c2c2;
	border-radius: 5px;
	font: 13px/15px arial;
	padding: 7px;
	width: 60%;
}

#salario{
	width:26%;
	}
	
#cnh{ 
	width:150px;
	}	
	
.boxForm textarea {
	font: 13px/18px arial;
	width: 72%;
	margin: 8px 0 0 0;
}
.boxForm select {
	height: 30px;
	width: 165px;
}
.h1Form {
	border-bottom: 1px solid #ebebeb;
	color: #535353;
	font: 34px/36px trebuchet ms, arial;
	padding: 0 0 4px;
	margin: 0 0 22px 0;
}

.boxForm1 {
    border: 0px solid;
    float: left;
    margin: 25px 0 0;
    width: 68%;
}
.example, .example2 {
	color: #9f9f9f;
	font-style: italic;
	cursor: pointer;
}

.boxForm .dynamic_field2{
	width:120px;
	}
	
.boxExp {
	padding: 19px 0;
	border-bottom: 1px dashed #ccc;
}
.boxExp input[type="text"] {
	margin: 0 0 3px;
	width: 247px;
}
.boxExp:last-child {
	margin: 0 0 10px 0;
}
#btnGenerate {
	padding: 10px;
	margin: 24px 0 0 0;
}

.boxForm ul li.boxTipsSelecion{
	margin-top:22px;
}

.socialDiv{
	max-width:982px;
	width:100%;
	border:0px solid red;
	height:100%;
	margin:23px 0 0 0;
	}

.socialDiv h2{
	background: none repeat scroll 0 0 #46629e;
    border-radius: 4px;
    color: #fff;
    font: bold 16px/34px tahoma,arial;
    margin: 32px 0 10px;
    text-align: center;
	}

.BtnTestForm{
	background: none repeat scroll 0 0 #93c700;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font: bold 15px/17px trebuchet ms;
    margin: 21px 0 0 50px;
    padding: 10px 20px;
    text-align: center;
    width: 180px;
	float:left;
	}
	
	
/*------------------- pagina de dicas -------------------*/

.boxTips h2 {
	color: #525252;
	font: 17px/17px trebuchet ms, arial;
}
.boxTips ul {
	margin: 0 0 0 30px;
}
.boxTips ul li {
	list-style: decimal;
	font: 15px/22px arial;
}
/*------------------- pagina da video aula -------------------*/	

.boxLesson h1 {
	margin: 0 0 20px 0;
}

.boxVideo {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
    height: 0;
    margin:2% auto;
}
.boxVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------- pagina de depoimentos -------------------*/	


#formTest {
	width: 328px; 
	display: none;
	float:right;
}
#formTest fieldset ul li label {
	display: inline-block;
	width: 67px;
}
#formTest fieldset ul li input[type="text"], #formTest fieldset ul li textarea, #formTest fieldset ul li select {
	border: 1px solid #c9c2c2;
	border-radius: 5px;
	font: 13px/25px arial;
	padding: 0 7px;
	width: 309px;
}
#formTest fieldset ul li textarea {
	font: 12px/14px arial;
	padding: 5px;
}
#formTest fieldset ul li {
	margin: 0 0 5px;
}
.BoxTesti dl {
	margin: 10px 0 0 0;
	float:left;
	width:100%;
}
.BoxTesti dl dt {
	font: bold 14px/15px arial;
	margin: 20px 0 7px;
    text-transform:capitalize;	
}

.BoxTesti dl dd {
	margin: 0 0 0 24px;
	padding: 0 0 20px;
	text-align: justify;
	width: 95%;
	font-style: italic;
}
.BoxTesti dl dt span {
	color: #918b8b;
	float: right;
	font: italic 10px/14px arial;
	margin: 0 33px 0 0;
}
.BoxTesti dl hr {
	border-width: 0 0 1px 0;
	border-style: dashed;
	border-color: #ccc;
}
.comma {
	font: 12px/14px trebuchet ms;
}
#btnTest {
	background: #93C700;
	border-radius: 5px;
	color: #fff;
	font: bold 15px/17px trebuchet ms;
	margin: 11px 0 0 0;
	float:right;
	padding: 10px 20px;
	text-align: center;
	width: 180px;
	cursor: pointer;
}
#btnTest:hover {
	background: #7AA20B;
	box-shadow: 0px 0px 5px #333;
}
#formTest fieldset {
	border: 0px;
}
#sendForm {
	padding: 5px 10px;
}

/*------------------- Pagina Curso ------------------------*/



.btnCourseLink a:link, 
.btnCourseLink a:visited {
    background: #1d66cb;
    border-radius: 5px;
    box-shadow: 2px 2px 0 #1d477a;
    color: #fff;
    display: inline-block;
    font: bold 13px/15px arial;
    margin: 6px 0 0;
    padding: 9px 14px;
}

.btnCourseLink a:hover {
    background: #cb1d2e;
    box-shadow: 2px 2px 0 #7a1d30;
}

a.linkCourseStyle01{ /*used pag tips*/
    color: #2a42fd;
    text-decoration: underline;
    font-weight: 800;

}


/*------------------- Blocos de anuncio -------------------*/

/*.boxAdsMV {
    border: 0px solid blue;
    float: right;
    margin: 16px 0.3em 0 0;
    width: 30%;
}
*/

/*Home*/	
.boxAdsH {
	max-width: 970px;
	height: 90px;
	clear: both;
	margin: 0 auto;
}

/*Formulario*/	

.boxAdsFormTop {
	 height: 90px;
     margin: 11px auto;
     max-width: 970px;
	 border:0px solid;
}
.boxAdsFormRightSide {
	border: 0px solid blue;
    float: right;
    margin: 16px 0.3em 0 0;
	width: 30%;
	/*height:1333px;*/
}


/*Passo a Passo*/

.boxAdsStepsTop{
	  height: 90px;
      margin: 0 auto;
      max-width: 697px;
	}
	
.boxAdsStepsRightSide{
		border: 0px solid blue;
		float: right;
		margin: 16px 0.3em 0 0;
		width: 30%;
	}
	

/*Modelo*/	

.boxAdsModelSimple1Top,
.boxAdsModelSimple2Top,
.boxAdsModelsTop{
	  height: 90px;
      margin: 0 auto;
      max-width: 697px;
	}

.boxAdsModelSimple1RightSide,	
.boxAdsModelSimple2RightSide,
.boxAdsModelsRightSide{
	    border: 0px solid blue;
		float: right;
		margin: 16px 0.3em 0 0;
		width: 30%;
	}

.boxAdsModelSimple1Botton,	
.boxAdsModelSimple2Botton,	
.boxAdsModelsBotton {
    clear: both;
    height: 90px;
    margin: 12px auto 0;
    max-width: 970px;
}

/*Dicas*/

.boxAdsTipsTop{
	  height: 90px;
      margin: 0 auto;
      max-width: 697px;
	}


.boxAdsTipsRightSide{
	    border: 0px solid blue;
		float: right;
		margin: 16px 0.3em 0 0;
		width: 30%;
	}
	
.boxAdsTipsBotton {
    clear: both;
    height: 90px;
    margin: 12px auto 0;
    max-width: 970px;
}

/*Video aula*/


.boxAdsLessonRightSide{
	    border: 0px solid blue;
		float: right;
		margin: 16px 0.3em 0 0;
		width: 30%;
	}
	
.boxAdsLessonBotton {
    clear: both;
    height: 90px;
    margin: 12px auto 0;
    max-width: 970px;
}

/*Depoimentos*/


.boxAdsTestimTop{
	  height: 90px;
      margin: 0 auto;
      max-width: 697px;
	}

.boxAdsTestimRightSide{
	    border: 0px solid blue;
		float: right;
		margin: 16px 0.3em 0 0;
		width: 30%;
	}
	
.boxAdsTestimBotton {
    clear: both;
    height: 90px;
    margin: 12px auto 0;
    max-width: 970px;
}




/*----------------------Pag Contato--------------------------*/

#boxContato {
    float: left;
    margin: 23px 0 0 2%;
    width: 96%;
	border:0px solid red;
}

#boxContato form{
 	width:49%;
	margin:0 auto;
}

#boxContato form h1 {
	border-bottom: 1px solid #ebebeb;
	color: #535353;
	font: 26px/35px trebuchet ms, arial;
	margin: 10px 0 14px;
	padding: 0 0 4px;
}

#boxContato input[type="text"], 
#boxContato textarea, 
#boxContato select {
	border: 1px solid #c9c2c2;
	border-radius: 5px;
	font: 13px/25px arial;
	padding: 0 2%;
	width: 94%;
	margin:0.4% 0 2%;
}
#boxContato select {
	padding: 5px 7px;
	width: 99%;
}
#boxContato textarea {
	height: 110px;
}
/*#boxContato {
	margin: 0 auto;
	padding:0 34%;
}

#boxContato form{
	border:1px solid red;

}

#boxContato form h1 {
	border-bottom: 1px solid #ebebeb;
	color: #535353;
	font: 26px/35px trebuchet ms, arial;
	margin: 10px 0 14px;
	padding: 0 0 4px;
}
#boxContato label {
	display: block;
	margin: 12px 0 0;
}
#boxContato input[type="text"], #boxContato textarea, #boxContato select {
	border: 1px solid #c9c2c2;
	border-radius: 5px;
	font: 13px/25px arial;
	padding: 0 2%;
	width: 94%;
}
#boxContato select {
	padding: 5px 7px;
	width: 99%;
}
#boxContato textarea {
	height: 110px;
}
#FormSubmit {
	padding: 3px 20px;
	margin: 10px 0 0 0;
}*/
/*------------ Footer  ------------------------------------*/

#seal {
	margin: 8px auto 0;
	width: 67%;
	text-align: center;
	max-width: 1022px;
}

#footer {
	border: 0px solid #063;
	max-width: 1024px;
	margin: 0 auto;
	color: #605A5A;
	line-height: 40px;
	text-align:center;
}

#footer #infoFooter a:link,
#footer #infoFooter a:visited {
	color:#000;
	text-decoration:underline;
}

#footer #mapsd {
	float: right;
}
#mapsd a:link,
#mapsd a:visited {
	color: #605A5A;
}

.linkFootetInsta img{ padding:6px 4px;}

/*---------- Publicidade ----------------*/

.bannerFnoMeio {
    margin: 20px auto 40px;
    max-width: 728px;
}

.bannerFnoMeio a img {
    max-width: 728px;
    width: 100%;
}