/*
	Theme Name: Orao
	Theme URI: http://themeforest.net/user/DanyDuchaine
	Author: DanyDuchaine
	Author URI: http://themeforest.net/user/DanyDuchaine
	Description: Portfolio theme powered by Live Composer.
	Version: 1.0
	License: GPL2
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/**
 * Reset CSS
 */

a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{background:#fff}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}img, embed, iframe, object { max-width: 100%; }img { height: auto; }

/**
 * General Elements
 */

select {
	padding: 10px;
	max-width: 100%;
	border: 1px solid #e5e5e5;
}

.dslc-widget select {
	width: 100%;
}

table { 
	border-spacing: 0; 
	margin: 0 0 20px 0; 
	width: 100%; 
	border-right: 1px solid rgb(224, 224, 224);
	border-bottom: 1px solid rgb(224, 224, 224);
}

	table caption {
		font-weight: bold; 
		margin-bottom: 10px;
	}
	
	td, th {
		text-align: center;
		border: 1px solid rgb(224, 224, 224);
		border-bottom: 0;
		border-right: 0;
		padding: 5px;
		vertical-align: middle;
	}
	
	thead {
		background: rgb(26, 188, 156);
		color: #fff;
	}

		thead th {
			border: 0;
		}

/** 
 * General Typogaphy
 */

body {
	color: rgb(154, 154, 154);
	font-size: 15px;
	font-weight: 400;
	font-family: Roboto;	
	line-height: 29px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto";
}

h1 {
	color: rgb(63, 63, 63);
	font-size: 35px;
	line-height: 47px;
	font-weight: 600;
	margin-bottom: 15px;
}

h2 {
	color: rgb(63, 63, 63);
	font-size: 31px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 15px;
}

h3 {
	color: rgb(63, 63, 63);
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 15px;
}

h4 {
	color: rgb(63, 63, 63);
	font-size: 25px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 15px;
}

h5 {
	color: rgb(63, 63, 63);
	font-size: 22px;
	line-height: 33px;
	font-weight: 600;
}

h6 {
	color: rgb(63, 63, 63);
	font-size: 19px;
	line-height: 29px;
	font-weight: 600;
}

p { margin-bottom: 25px; }

a {
	text-decoration: none;
	outline: none;
	color: #fd4970;
}

a:active,
a:focus {
	outline: none;
}

input {
	max-width: 100%;
}

.comment-form-name,
.comment-form-email,
.comment-form-website {
	width: 31%;
	margin-right: 3%;
	display: inline-block;
}

.comment-form-website {
	margin-right: 0;
}

.dslc-gallery-thumb-inner img { width: 100%; }

html {
	overflow-x: hidden;
}

.dslc-navigation li {
	margin-bottom: 0;
}

.dslc-navigation .menu ul li {
	position: relative;
}

	.dslc-navigation .menu ul ul { 
		top: -15px;
		margin-left: 10px;
	}


/**
 * WordPress Classes
 */
 
 /* SEO remover inline classes */
.alinhadireita { text-align:right !important; }
.alinhaesquerda { text-align:left !important; }

a.linkvejamaishome { 
	font-size: 36px;
	font-weight: 700;
	font-family: "Open Sans";
	font-style: normal;
	letter-spacing: 0px;
	line-height: 35px;
	margin-bottom: 15px;
	padding-top: 186px;
	padding-bottom: 186px;
	padding-left: 27px;
	padding-right: 27px;
	text-align: left;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	display: block;
	color: #fff;
}

.titulosecao {
	color: #ffffff;
	font-size: 126px;
	font-weight: 600;
	font-family: "Open Sans";
	font-style: normal;
	letter-spacing: -1px;
	line-height: 44px;
	margin-bottom: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	text-transform:uppercase;
}

.subtitulosecao {
	color: #374369 !important;
	font-size: 72px;
	font-weight: 600 !important;
	font-family: "Open Sans" !important;
	font-style: normal !important;
	letter-spacing: -1px;
	line-height: 33px !important;
	margin-bottom: 32px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	text-transform:uppercase !important;
	display:block !important;
}

.h1home {
	font-size: 59px;
	letter-spacing: -2px;
}

.dslc-text-module-content h2 strong {
	font-weight: bolder;
	color: #0088cc;
}


.dslc-text-module-content h3 {	
	color: #c49500;
	font-family: "Open Sans" !important;
	text-align:center;
}


.dslc-modules-area input[type="submit"], .dslc-modules-area input[type="button"], .dslc-modules-area button {
    background-color: #2e353e;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Open Sans";
    line-height: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 13px;
    padding-right: 13px;
	float:right;
}

.dslc-modules-area input[type="text"], .dslc-modules-area input[type="password"], .dslc-modules-area input[type="number"], .dslc-modules-area input[type="email"], .dslc-modules-area input[type="tel"], .dslc-modules-area textarea, .dslc-modules-area select {
    background-color: #fff;
    border-radius: 5px;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
    font-family: "Open Sans";
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    border-color: #ddd;
    border-width: 1px;
    border-style: solid solid solid solid;
}

.dslc-html-module-content h4.push-top {
    font-size: 19px;
    font-weight: 400;
    font-family: "Open Sans";
    font-style: normal;
    letter-spacing: 0px;
    line-height: 42px;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.dslc-html-module-content .wpcf7-form p {
	margin-bottom:9px;
}

h3.gesqualidade {
	color:#00b050;
	font-size: 21px !important;
	text-align: center !important;
}

h3.gesriscos {
	color:#ae2289;
	font-size: 22px !important;
	text-align: center !important;
}

h3.gesdocumentos {
	color:#e46c0a;
	font-size: 19px !important;
	text-align: center !important;
}

h3.gesprojetos {
	color:#e46c0a;
	font-size: 19px !important;
	text-align: center !important;
}

h3.gessustent {
	color:#c49500;
	font-size: 19px !important;
	text-align: center !important;
}

span.txthome {
	color: #0088cc;
}

ul.servicos-bloco {
	margin-left:0 !important;
}

ul.servicos-bloco li {
	width:32%;
	list-style-type:none;
	float: left;
	margin-right: 24px;
}

ul.servicos-bloco li.ultimo {
	margin-right: 0;
}

ul.servicos-bloco h2 {
	font-weight: bold !important;
	text-align: center !important;
	text-transform: uppercase;
}

ul.servicos-bloco h2 a {
	color:#3776e1 !important;
	font-size: 20px !important;
	letter-spacing: -1px !important;
	margin-top: 5px;
}

#menu-principal li a {
	text-transform:uppercase !important;
}

#dslc-module-4717af6afb0 .dslc-text-module-content p, #dslc-module-9bb27171605 .dslc-text-module-content p, #dslc-module-c1e8e53e131 .dslc-text-module-content p, #dslc-module-5c846d131bd .dslc-text-module-content p, 
#dslc-module-d02f7116a03 .dslc-text-module-content p, #dslc-module-37402ef5814 .dslc-text-module-content p {
	color: #002060 !important;
	font-size: 17px !important;
	font-weight: 500 !important;
	font-family: "Open Sans" !important;
	font-style: normal !important;
	letter-spacing: 0px !important;
	line-height: 26px !important;
	text-align: justify !important;
	margin-bottom: 30px;
}

 #dslc-module-9bb27171605 .dslc-text-module-content ul li, #dslc-module-c1e8e53e131 .dslc-text-module-content ul li, #dslc-module-5c846d131bd .dslc-text-module-content ul li, #dslc-module-d02f7116a03 .dslc-text-module-content ul li,  #dslc-module-37402ef5814 .dslc-text-module-content ul li {
	 	color: #002060 !important;
	font-size: 17px !important;
	font-weight: 500 !important;
	font-family: "Open Sans" !important;
	font-style: normal !important;
	letter-spacing: 0px !important;
	line-height: 26px !important;
	text-align: justify !important;
 }

.topo-servico h1 {
	font-size: 42px !important;
}

.topo-servico h2 {
	color: #374369;
	font-size: 27px !important;
	font-weight: 500;
	font-family: "Open Sans";
	font-style: normal;
	letter-spacing: 0px;
	line-height: 31px;
}

.topo-servico p {
	color: #374369;
	font-size: 18px !important;
	font-weight: 500;
	font-family: "Open Sans";
	font-style: normal;
	letter-spacing: 0px;
}

.topo-servico strong {
	font-weight: bolder;
	color: #0088cc;
}


@media only screen and ( min-width: 768px ) and ( max-width: 1024px ) {
.subtitulosecao {
    font-size: 23px !important;
    line-height: 13px !important;
    margin-bottom: 15px!important;
}

ul.servicos-bloco li {
	width:48%;
	list-style-type:none;
	float: left;
	margin-right: 37px;
}

ul.servicos-bloco li.segundo {
	margin-right: 0 !important;
}

ul.servicos-bloco li.ultimo {
	margin-right: 24px;
}

}

@media only screen and ( max-width: 768px ) {
ul.servicos-bloco li {
	width:100%;
	list-style-type:none;
	float: left;
	margin-right: 0;
}

.titulosecao {
	font-size:46px;
}

.subtitulosecao {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-bottom: 15px!important;
}
}

div.wpcf7-response-output { padding: 1em 1em; color:#fff; }
div.wpcf7-mail-sent-ok { border:none !important; }
span.wpcf7-not-valid-tip { position: relative; bottom: 20px; right: 10px; }
div.wpcf7-validation-errors { border:none !important; }


#btn-contato { background-color: #376192; margin-bottom:0 !important; padding-bottom:30px; }


#btn-contato .dslc-button {
    text-align: left !important;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 20%;
    min-height: 0px;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: top left;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
	position: relative;
	bottom: 40px;

}

#btn-contato .dslc-button a {
    background-color: #479d00;
    border-radius: 3px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 23px;
    padding-right: 23px;
    display: inline-block;
    color: #ffffff;
    font-size: 23px;
    font-style: normal;
    font-weight: 800;
    font-family: "Lato";
    letter-spacing: 0px;
}

@media only screen and ( max-width: 767px ) {

	#btn-contato .dslc-button { 
		margin-left:20px;
		margin-right:20px;
	}

}


.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display:block; margin: 5px auto 5px auto; }
.alignright { float:right; margin: 5px 0 20px 20px; }
.alignleft { float:left; margin: 5px 20px 20px 0; }
.aligncenter { display: block; margin: 5px auto 5px auto; }

a img.alignright { float:right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float:left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto }

.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin:0; max-width: 98.5%; padding:0; width: auto; }
.wp-caption p.wp-caption-text { font-size:11px; line-height:17px; margin:0; padding:0 4px 5px; }
.gallery-caption { font-weight: bold; }

.dslc-widget .tagcloud a,
.widget .tagcloud a {
	font-size: 11px !important;
	color: #fff !important;
	font-family: Roboto;
	line-height: 1;
	display: inline-block;
	text-transform: uppercase;
	padding: 5px 6px;
	border-radius: 2px;
	background: rgb(253, 73, 112);
	margin-bottom: 4px;
}

.dslc-widget li:last-child,
.widget li:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

/**
 * Loader
 */

.dslc-loader {
	margin-top: 100px;
	background-image: url("images/carousel-loader.gif");
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 0;
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	-o-animation: none;
	animation: none;
	position: relative;
	left: 50%;
	margin-left: -16px;
}

.wpcf7-form-control-wrap textarea {
	width: 100%;
}

body.dslc-res-phone #dslc-content .dslc-widgets-4-col .dslc-col {
	width: auto;
	float: none;
	padding: 15px 0 !important;
}

/**
 * Smaller Monitors
 */

	@media only screen and ( min-width: 1024px ) and ( max-width: 1280px )  {
	 	
		.wrapper,
		.dslc-modules-section-wrapper,
		.dslc-add-modules-section  { 
			width: 940px !important;
		}

		.dslc-modules-section.dslc-full .dslc-modules-section-wrapper {
			width: auto !important;
		}

		body.wrapped #page-container {
			width: 940px !important;
		}

		body.wrapped .wrapper,
		body.wrapped .dslc-modules-section-wrapper,
		body.wrapped .dslc-add-modules-section  { 
			width: 840px !important;
		}
	 
	}

/**
 * Tablets
 */

	@media only screen and ( min-width: 768px ) and ( max-width: 1023px ) {

		.wrapper,
		.dslc-modules-section-wrapper,
		.dslc-add-modules-section  { 
			width: 748px !important;
		}

		.dslc-modules-section.dslc-full .dslc-modules-section-wrapper {
			width: auto !important;
		}

		body.wrapped #page-container {
			width: 748px !important;
		}

		body.wrapped .wrapper,
		body.wrapped .dslc-modules-section-wrapper,
		body.wrapped .dslc-add-modules-section  { 
			width: 648px !important;
		}

	}


/**
 * Mobile Portrait and Landscape
 */

	@media only screen and ( max-width: 767px ) {

		.comments .children {
			padding: 0 !important;
		}

	}


/**
 * Mobile Landscape
 */

	@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {

		.wrapper,
		.dslc-modules-section-wrapper,
		.dslc-add-modules-section  { 
			width: 420px !important;
		}

		body.wrapped .wrapper,
		body.wrapped .dslc-modules-section-wrapper,
		body.wrapped .dslc-add-modules-section  { 
			width: 380px !important;
		}

	}

/**
 * Mobile Portrait
 */

 	@media only screen and ( max-width: 479px ) {

 		.wrapper,
		.dslc-modules-section-wrapper,
		.dslc-add-modules-section  { 
			width: 300px !important;
		}

		body.wrapped #page-container {
			width: 300px !important;
		}

		body.wrapped .wrapper,
		body.wrapped .dslc-modules-section-wrapper,
		body.wrapped .dslc-add-modules-section  { 
			width: 260px !important;
		}

	}