@import url("http://fonts.googleapis.com/css?family=Montserrat");
@import url("http://fonts.googleapis.com/css?family=Open+Sans");
@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");



.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 9999999999999999999999999;

  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);

  -webkit-transition: -webkit-transform .5s ease-out;
  -ms-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
}

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 9999999999999999999999999;
  top: 0;
  left: 0;
  right: 100%;
  width: 100%;
  height: 10px;
  background: #F75B59;
  pointer-events: none;
}



*{
	margin:0;
	padding:0;
}
*,
*::before,
*::after{
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}
a{
	cursor:pointer;
	text-decoration:none;
}
a:active,
a:hover{
	outline:0;
}
button{
	cursor:pointer;
}
fieldset{
	border:0 none;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family:'Montserrat',sans-serif;
	font-weight:normal;
	letter-spacing:-1px;
	text-transform:uppercase;
	clear: both;
}
html,body{
	background:rgb(68,68,68);
	height:100%;
	width: 100%;
	overflow: hidden;
}
img{
	border:0 none;
	display:block;
	max-width:100%;
}
p{
	font:14px 'Open Sans',sans-serif;
	letter-spacing:-1px;
	text-align: justify;
}
section{
	float:left;
	height:100%;
	overflow:hidden;
	width:1160px;
	position: relative;
}
span{
	display:block;
	font:14px 'Open Sans',sans-serif;
	letter-spacing:-1px;
}
textarea{
	resize:none;
}
ul{
	list-style-type:none;
}
input:focus,
textarea:focus{
	outline:0 none;
}
.Centralizado{
	left:50%;
	position:absolute;
	top:50%;
	  width: 680px;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

/* Carregar */

.Carregar{
	background-color:rgb(255,255,255);
	height:100vh;
    position:fixed;
	width:100vw;
    z-index:1000000;
}
.Carregar img{
  left: 50%;
  position: absolute;
  top: 50%;
  width: 80px;
  margin: -40px 0 0 -40px;
}

/* Menu */

#Menu{
	background-color:rgb(255,255,255);
    height:100%;
    left:0;
	padding:34px 0 34px 40px;
    position:fixed;
	top:0;
    width:240px;
	z-index:999999;
}
.Logo{
  background: url("../Imagens/Logo.png") no-repeat;
  display: block;
  height: 60px;
  text-indent: -999999px;
  width: 160px;
  background-size: contain;
  height: 107px;
  background-repeat: no-repeat;
}
.Menu{
	margin-top:45px;
}
.Menu li{
	padding:6px 0;
}
.Menu li a{
  color: rgb(247,91,89);
  font: 14px 'Montserrat',sans-serif;
  letter-spacing: -1px;
  text-transform: uppercase;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.Menu li a:hover, .Menu li.Menu-Ativo a{
	color:rgb(68,68,68);
}
.End-Social{
	bottom:34px;
	position:absolute;
}
.Endereco p{
	color:rgb(68,68,68);
	font:12px 'Montserrat',sans-serif;
}
.Social{
	margin-top:32px;
}
.Social i{
	color:rgb(68,68,68);
	font-size:32px;
	-webkit-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.Social i:hover{
	color:rgb(247,91,89);
}

/* Principal */

#Principal{
	float:left;
	height:100%;
	margin-left:240px;
	width:8120px;
}

/* Agencia */

#Agencia{
	background:url("../Imagens/Agencia-Fundo.jpg") no-repeat center center rgb(255,255,255);
	background-size:cover;
	position:relative;
}
.Cx-Agencia {
  left: 7%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
}
.Cx-Agencia h2{
	color:rgb(247,91,89);
	margin-bottom:38px;
}
.Cx-Agencia p{
	color:rgb(68,68,68);
}

/* Quem-Somos */

#Quem-Somos{
	background-color:rgb(255,255,255);
	position:relative;
}
.Lado-Esquerdo{
  background-color: rgb(245,99,43);
  height: 100%;
  top: 0;
  width: 100%;
}
.Cx-Quem-Somos{
  left: 7%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
}
.Cx-Quem-Somos h2{
	color:rgb(255,255,255);
	margin-bottom:38px;
}
.Cx-Quem-Somos p{
	color:rgb(255,255,255);
}
.Cx-Mel-Rose {
  width: 510px;
  float: left;
  padding-left: 50px;
  margin-top: 40px;
    margin-bottom: 50px;
}
.Mel,.Rose{
	background-color:rgb(255,255,255);
	border-radius:38px;
	float:left;
	padding:12px 28px 12px 66px;
	position:relative;
}
.Mel{
	margin-right:46px;
}
.Mel h3,.Rose h3{
	color:rgb(245,99,43);
	font-size:14px;
}
.Mel span,.Rose span{
  color: rgb(68,68,68);
  font-size: 13px;
  font-weight: normal;
}
.Mel img,.Rose img{
  position: absolute;
  top: -23px;
  left: -50px;
  z-index: 999998;
  width: 110px;
}
.Lado-Direito{
  background-color: rgb(255,255,255);
  height: 100%;
  right: 0;
  top: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transform: skewX(16deg);
  transform: skewX(16deg);
  width: 56%;
  right: -15%;
  z-index: 999;
}
.imgQuemSomos {
  width: 900px;
  height: 100%;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
  left: -180px;
  position: absolute;
  background-size: cover;
    background-position: top right;
}
/* Clientes */

#Clientes{
	background-color:rgb(68,68,68);
	position:relative;
}
.Cx-Clientes{
	text-align:center;
}
#Clientes h2{
	color:rgb(255,255,255);
}

/* Experience */

#Experience{
	background:url("../Imagens/Experience-Fundo.jpg") no-repeat center center rgb(255,255,255);
	background-size:cover;
}
#Experience .Col-3:first-child {
  margin-left: 5%;
}
#Experience .Col-3 {
  float: left;
  height: 100%;
  position: relative;
  text-align: center;
  width: 30%;
}
.Cx-Experience{
  padding: 0 34px;
  position: absolute;
  top: 50%;
  margin-top: -305px;
}
.Ex-Img{
	background-color:red;
	height:220px;
	position:relative;
}
.Img-1{
	background:url("../Imagens/1.png") no-repeat center center;
}
.Img-2{
	background:url("../Imagens/2.png") no-repeat center center;
}
.Img-3{
	background:url("../Imagens/3.png") no-repeat center center;
}

/* Portfolio */

#Portfolio{
	background:-webkit-radial-gradient(circle,rgb(204,204,204),rgb(226,226,226),rgb(255,255,255));
    background:-o-radial-gradient(circle,rgb(204,204,204),rgb(226,226,226),rgb(255,255,255));
    background:-moz-radial-gradient(circle,rgb(204,204,204),rgb(226,226,226),rgb(255,255,255));
    background:radial-gradient(circle,rgb(204,204,204),rgb(226,226,226),rgb(255,255,255));
	position:relative;
}
.Bt-Prev::after{
	color:rgb(247,91,89);
    content:"\f106";
    font-family:FontAwesome;
    font-size:62px;
    left:50%;
    position:absolute;
    top:0;
    z-index:999998;
}
.Bt-Next::after{
	bottom:0;
	color:rgb(247,91,89);
    content:"\f107";
    font-family:FontAwesome;
    font-size:62px;
	left:50%;
    position:absolute;
    z-index:999998;
}
.Slide-Gatilho li{
	height:512px;
	width:980px;
}

/* Contato */

#Contato{
	background-color:rgb(255,255,255);
	position:relative;
}
#Mapa-Canvas{
	height:100%;
	width:100%;
}
.Overlay{
	background-color:rgba(68,68,68,0.4);
    bottom:0;
    left:0;
    position:absolute;
    right:0;
    top:0;
    z-index:999998;
}
.Cx-Contato{
	background-color:rgb(255,255,255);
	-webkit-box-shadow:2px 2px 6px rgb(68,68,68);
	box-shadow:2px 2px 6px rgb(68,68,68);
	padding:42px;
    z-index:999998;
}
.Cx-Contato h2{
	color:rgb(68,68,68);
	margin-bottom:38px;
}
.Form-Contato fieldset{
	width:580px;
}
.Form-Contato input,.Form-Contato textarea,.Form-Contato button{
	display:block;
	width:100%;
}
.Form-Contato input[type=text],.Form-Contato textarea{
	border:1px solid rgb(226,226,226);
	color:rgb(68,68,68);
	font:14px 'Open Sans',sans-serif;
	letter-spacing:-1px;
	margin-bottom:22px;
	padding:12px;
}
.Form-Contato button{
	background-color:inherit;
	border:2px solid rgb(247,91,89);
	color:rgb(247,91,89);
	font:14px 'Montserrat',sans-serif;
	padding:12px;
	text-transform:uppercase;
	-webkit-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.Form-Contato button:hover{
	background-color:rgb(247,91,89);
	color:rgb(255,255,255);
}
.Erro{
	color:rgb(247,91,89);
	margin-bottom:22px;
}
.Enviada{
	color:rgb(68,68,68);
	margin-top:22px;
}

.content {
  width: 100%;
  height: 100%;
  overflow-x: auto;
}

div#mCSB_1_container {
  height: 100%;
}

div#mCSB_1_scrollbar_horizontal {
  bottom: 2px;
  padding: 0 2px;
}

section .next-page {
  content: '';
  position: absolute;
  width: auto;
  padding-left: 25px;
  height: 60px;
  top: 40px;
  right: -20px;
  cursor: pointer;
  opacity: 0.6;
  z-index: 9999;
  background-color: rgb(247, 91, 89);
  z-index: 999999;

  -moz-transform: rotate(-2deg) skewX(-10deg);
  -webkit-transform: rotate(-2deg) skewX(-10deg);
  -o-transform: rotate(-2deg) skewX(-10deg);
  -ms-transform: rotate(-2deg) skewX(-10deg);
  transform: rotate(-2deg) skewX(-10deg);

  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

section .next-page:hover {
  opacity: 1;
}

section#Agencia .next-page {
  background-color: rgb(61, 61, 61);
}

section#Quem-Somos .next-page span, section#Experience .next-page span {
  color: rgb(71, 71, 71);
}
section#Quem-Somos .next-page, section#Experience .next-page {
  background-color: white;
}

section .next-page span {
  -moz-transform: rotate(2deg) skewX(10deg);
  -webkit-transform: rotate(2deg) skewX(10deg);
  -o-transform: rotate(2deg) skewX(10deg);
  -ms-transform: rotate(2deg) skewX(10deg);
  transform: rotate(2deg) skewX(10deg);
  float: right;
  margin-right: 40px;
  line-height: 60px;
  font-size: 20px;
  color: white;
}

section .next-page span:after {
  content: '\f105';
  margin-left: 10px;
  font-family: FontAwesome;
  font-size: 18px;
}

.xpcontent {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#Principal p {
  margin-bottom: 8px;
}

#Principal h4 {
  clear: both;
  margin-bottom: 10px;
  color: white;
}