@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
* {
	font-family: 'Raleway', sans-serif;
}

.clear
{
	clear:both;
}

a:hover{
	text-decoration: none !important;
}

/* Grids */
.grid_1 { width: 6.5%; }
.grid_2 { width: 15%; }
.grid_2_2 { width: 23%; }
.grid_3 { width: 23.5% ; }
.grid_4 { width: 32%; }
.grid_5 { width: 40.5%; }
.grid_6 { width: 49%; }
.grid_7 { width: 57.5%; }
.grid_8 { width: 66%; }
.grid_9 { width: 74.5%; }
.grid_10 { width: 83%; }
.grid_11 { width: 91.5%; }
.grid_12 { width: 100%; }
.grid_3_3 { width: 18.4%; }

.grid_1,
.c-grid,
.grid_2,
.grid_2_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_3_3 {
	margin: 0 2% 0% 0 !important;
	float: left;
}

.omega{
	margin-right: 0 !important;
}
.opportunities{
    z-index:100;
}
.destaque1 {
	width:96%;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 20px !important;
}

.destaque2 {
	width:46%;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 20px !important;
	margin-bottom: 70px !important;
	margin: 0px 4% 0% 0px !important;
}

.destaque3 {
	width:96%;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 20px !important;
	margin-bottom: 0px !important;
	float:right;
}

.title1 {
	font-family: "Raleway",sans-serif;
	color: #E32C2D;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 20px 0px 0px 0px;
}

.title2 {
	font-family: "Raleway",sans-serif;
	color: #E32C2D;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
}


.title3 {
	font-family: "Raleway",sans-serif;
	color: #E32C2D;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
}
.title3 a:hover {
	text-decoration: none;
}

.size1 { width:100%; height:400px; }
.size2 { width:100%; height:200px; }
.size3 { width:47%; margin-right:3%; height:100px; }

.description {
	color: #333;
	font-size: 12px;
	text-align:justify;
	font-style: normal;
}
/***************************************************/
/********************* CONTENT *********************/
/***************************************************/
.company h2 { 
font-size:14px !important;
color:#2f444d !important;
}
.experience .country {
    font-size: 14px !important;
}
	
.voltar {
	font-weight: 300 !important;
}
.each-to-media:last-child > div{
	margin-bottom: 80px !important;
}
div.gallery-each{

}
.gallery-text{
		width: 80%;
		position: absolute;
		bottom: 20px;
		left: 20px;
		color: #ffffff;
		text-transform: uppercase;
		font-size:16px;
		text-shadow: 0px 0px 2px #000;
	}
.inside-slideshow{
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
div.inside-gallery-title{
	text-transform: uppercase;
	font-size: 16px;
	color: #E32C2D;
	margin: 40px 0px;
}
div.inside-gallery-description{
	margin: 40px 0px;
	font-size: 12px;
}

div.inside-gallery-description div{
	font-size: 16px;
}
@media screen and (max-width: 768px){
	div.inside-gallery-description div{ font-size:12px !important; }
}

#inside-gallery .owl-prev{
	position: absolute;
	left: 10px;
	top: 45%;
	padding: 9px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('../img/site/arrow-slide.svg');
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#inside-gallery .owl-next{
	position: absolute;
	right: 10px;
	top: 45%;
	padding: 9px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('../img/site/arrow-slide.svg');
}
div.each-company-gallery{
	width: 100%;
	cursor: pointer;
	border-bottom: 1px solid #ededed;
	padding: 10px 0;
	margin-top: 20px;
}
	div.each-company-gallery div.each-company-gallery-title{
		width: 90%;
		float: left;
		text-transform: uppercase;
		font-size: 16px;
		color: #E32C2D;
	}
	div.each-company-gallery div.each-company-gallery-description{
		display: none;
		font-size: 12px;
		margin: 10px 0;
	}
		div.each-company-gallery div.each-company-gallery-description a{
			color: #000000;
		}
			div.each-company-gallery div.each-company-gallery-description a:hover{
				color: #E32C2D;
				text-decoration: none;
			}
		div.each-company-gallery div.each-company-gallery-description:hover{
			color: #E32C2D;
		}
.image-rotate{
	-webkit-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}
.rotate-img{
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}
@media screen and (max-width: 768px){
	.grid_4.gallery-each{ width: 48% !important; }
	div.gallery-each.omega{ margin-right: 2% !important; }
}
@media screen and (max-width: 768px){
	.grid_4.gallery-each{ width: 100% !important; }
	.owl-carousel{ width: 100% !important; }
}
/***************************************************/
/********************* OTHERS **********************/
/***************************************************/
/* Messages */


.youtube{
	width:24px;
	height:24px;
	margin-top: 10px;
	background-image:url('../img/site/youtube_hover.png');
	float:left;
	cursor: pointer;
}
	.youtube:hover{
		background-image:url('../img/site/youtube_normal.png');
	}
.linkedin{
	width:24px;
	height:24px;
	float:left;
	margin-top: 10px;
	cursor: pointer;
	margin-right:20px;
	background-image:url('../img/site/linkedin_hover.png');
}
	.linkedin:hover{
		background-image:url('../img/site/linkedin_normal.png');
	}
div.dialog
{
	padding:10px;
	text-align:left;
	color:#333;
}
div.dialog.done
{
	background:#e2ebb9;
	border:1px solid #92a441;
}
div.dialog.error
{
	background:#f6d0cd;
	border:1px solid #ff331e;
}
div.dialog.notes
{
	background:#dfebff;
	border:1px solid #9fc0f5;
}
div.dialog p
{
	margin:5px 0;
}

/* Confirmation */
#popup_wrapper
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:url('../dotcontrol/img/jquery_popup/bg-jquery.alert.png');
	width:100%;
	z-index:99999;
}
#popup_container
{
	position:relative;
	font-family:'Raleway', sans-serif;
	font-size:12px;
	min-width:300px;
	max-width:600px;
	background:#FFF;
	border:solid 5px #999;
	color:#000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#popup_title
{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:1.75em;
	color:#666;
	background:#CCC url('../dotcontrol/img/jquery_popup/title.gif') top repeat-x;
	border:solid 1px #FFF;
	border-bottom:solid 1px #999;
	cursor:default;
	padding:0em;
	margin:0em;
}
#popup_content
{
	background:16px 16px no-repeat url('../dotcontrol/img/jquery_popup/info.gif');
	padding:1em 1.75em;
	margin:0em;
}
#popup_content.alert
{
	background-image:url('../dotcontrol/img/jquery_popup/info.gif');
}
#popup_content.confirm
{
	background-image:url('../dotcontrol/img/jquery_popup/important.gif');
}
#popup_content.prompt
{
	background-image:url('../dotcontrol/img/jquery_popup/help.gif');
}
#popup_message
{
	padding-left:48px;
}
#popup_panel
{
	text-align:center;
	margin:1em 0em 0em 1em;
}
#popup_panel .btn
{
	background:url('../dotcontrol/img/jquery_popup/bg-buttons.jpg') repeat-x;
	border:1px solid #c5c5c5;
	padding:3px 10px 3px 10px;
	font-size:9px;
	font-family:'Raleway', sans-serif;
	text-transform:uppercase;
	cursor:pointer;
}
#popup_panel .btn:hover
{
	background:url('../dotcontrol/img/jquery_popup/bg-buttons.jpg') repeat-x;
	border:1px solid #a5a5a5;
	color:#343434;
	padding:3px 10px 3px 10px;
	font-size:9px;
	font-family:'Raleway', sans-serif;
	text-transform:uppercase;
	cursor:pointer;
}
#popup_prompt
{
	margin:.5em 0em;
}
.seemore {
font-family: 'Raleway', sans-serif;
position: relative;
right: 5px;
bottom: 3px;
display: block;
color: #e32c2d;
font-size: 12px;
font-weight: 500;
text-align: right;
text-decoration: none;
text-transform: lowercase;
}

.marca {
position: absolute;

color: #FFF;
font-size: 12px;
background-color: #e32c2d;
bottom: 0px;
width: 100%;
z-index: 999;
height: 10px;
}


.orangedestaq2 {
  border-top: 10px solid #FFF;
  position: relative;
  float: right;
  margin-left: 1%;
  color: #FFF;
  width: 94%;
  padding: 3%;
  background-color: #e32c2d;
  top: 20px;
  border-bottom-right-radius: 25px;
}
.orangedestaq3{
border-top: 10px solid #FFF;
position: relative;
float: right;
margin-left: 1%;
color: #FFF;
width: 95%;
padding: 3%;
background-color: #e32c2d;
top: -26px;
border-top-left-radius: 25px;
}
.orangedestaq2 .title {
  font-size: 22px;
  font-weight: 500;
  padding-right: 10px;
  position: relative;
  text-transform: uppercase;
  color: #FFF;
  margin: 0px;
}
.orangedestaq2 .subtitle {
  position: relative;
  color: #FFF;
  margin: 0px;
  line-height: auto;
  font-size: 14px;
}
.orangedestaq2 .subtitle a {
  color: #FFF;
}
.orangedestaq2 img {
  height: 100px;
  float: left;
}
.orangedestaq3 .title {
  font-size: 135%;
  font-weight: 500;
  padding-right: 10px;
  position: relative;
  text-transform: uppercase;
  color: #FFF;
  margin: 0px;
}
.orangedestaq3 .subtitle {
  position: relative;
  color: #FFF;
  margin: 0px;
  line-height: auto;
  font-size: 14px;
}
.orangedestaq3 .subtitle a {
  color: #FFF;
}
.orangedestaq3 img {
  height: 100px;
  float: left;
}
.main0{
	width:100%!important;
	background: white!important;
}
.main0 img{
	border-bottom: 10px solid #e32c2d;
}
.division1{
	width: 100%;
	float: left;
}
.main1{
		background: white;
		background: white!important;
width: 46%!important;
margin-right: 2%!important;
}
.leftdivision{
	    width: 66%;
	float: left;
}
.rightdivision .country{
	font-family: "Raleway",sans-serif!important;
    color: #E32C2D!important;
    font-size: 16px!important;
    text-transform: uppercase!important;
    font-weight: 500!important;
    position: relative!important;
}
.rightdivision{
	width: 31%;
	float: right;
}
.division2{
width: 100%;
float: left;
}
.main3{
	display:none;
}

.main2{
width: 99%!important;
margin-top: 0!important;
}
.main1 .country{
	font-size: 16px!important;
}
.main2 img{
	width: 47%;
margin-right: 3%;
height: 100px;
}
.main2 .desc{
	width: 100%;
float: left;
}
.legenda_holder {
	margin-top: 20px;
}
.legenda_holder p {
	width: 50%;
	float: left;
	font-weight: bold;
}
.legenda_color img {
	vertical-align: middle;
	width: 20px;
} 
#table, #table a { 
	color: #333;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
}
#table, #table p { 
	margin:0;
}
#table th { 
	 font-size: 14px;
	 background-color: #e32c2d;
	 color:white;
	 padding:5px;
	 font-weight: inherit;
}

#table a:hover { text-decoration:none; }

#chartdiv { margin-bottom:20px !important; }

.company p {
	margin-top: 2px;
    font-family: 'Raleway', sans-serif;
}

::placeholder {
	font-family: 'Raleway', sans-serif;
	font-size:14px;
}
.setCenterCorpo p {
	font-family:'Raleway', sans-serif;
}

.detail_title {
	display: block;
}
.detail_proj{
	display: none;
}

@media screen and (max-width: 768px){
	.detail_proj { display:block !important;}
	.detail_title{ display:none !important;}
}

