@import url('normalize.css');

@font-face {
  font-family: 'ChampagneLimousinesRegular';
  src: url('../fonts/champagne__limousines-webfont.eot');
  src: url('../fonts/champagne__limousines-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/champagne__limousines-webfont.woff') format('woff'),
       url('../fonts/champagne__limousines-webfont.ttf') format('truetype'),
       url('../fonts/champagne__limousines-webfont.svg#') format('svg');
  font-weight: normal;
  font-style: normal;
}

html{
	height: 100%;
}

body{
  /*font-family: 'Open Sans Condensed','Arial Narrow', serif;
  font-weight: 400;
	font-size: 15px;
  */
  padding: 0px; 
  margin: 0px;
	font-family: 'ChampagneLimousinesRegular';
  color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	overflow-x: hidden;
  
  background: #fff url(../images/bg9.jpg) no-repeat top center;
	background-attachment: fixed;
	background-size: cover;
}

.body2{
  background: #fff url(../images/bgempresa7.jpg) no-repeat center center;
  background-attachment: fixed;
	background-size: cover;
}

.body3{
  background: #fff url(../images/bgservicos.jpg) no-repeat center center;
  background-attachment: fixed;
	background-size: cover;
}

.body4{
  background: #fff;
}

a{
	color: #555;
	text-decoration: none;
}

.container{
	width: 100%;
	min-width: 260px;
	position: relative;
}

.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.container > header{
	margin: 10px;
	padding: 10px;
	position: relative;
	display: block;
  text-align: left;
  z-index: 1000;
}

.container > header h1{
	font-size: 100px;
	line-height: 110px;
  font-weight: 100;
	margin: 0;
	padding: 0;
	position: relative;
	color: #333;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.1);*/
}

.tamanhoLogo {
  width: 316px;
}

.logotipo {
  height: 107px; 
  background-position: 0px 19px; 
  background-image: url('../images/logotipo.png'); 
  background-repeat: no-repeat;
}


/* EMPRESA */
.conteudoEmpresa{
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 70px 0px 0px 0px;
  border: 0px solid red; 
}

.wrap {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1250px;
}

.spanning {
    clear: both;
}

.promo {
    padding: 73px 0 54px;
}

.promo-wrapper {
    margin: 0 -15px;
}

.promo-column {
    /*
    padding: 0 15px 60px;
    float: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    */
    width: auto;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    padding: 0 15px 60px;    
}

.promo-column img {  /* APAGAR */
    display: block;
    margin-bottom: 23px;
}

.promo-column h5 {
    color: #000000;
    font-family: "ChampagneLimousinesRegular";
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 20x;
    background: url('../images/seta2.png') no-repeat center bottom;
    height: 70px;
    border: 0px solid red;
}

.promo-column p {
  color: #000;
  font-weight: 310;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  font-size: 18px;
  padding-bottom: 30px;
}


/* SERVICOS */
.services {
  width: 33%;
  max-width: 33%;
  margin-left: auto;
  margin-right: auto;
  float: left;
  text-align: center;
  padding-bottom: 10px;
  border: 0px solid red;
}

.services h3 {
  color: #000000;
  font-family: "ChampagneLimousinesRegular";
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  padding: 0px;  
}

/* CONTACTOS */
#googlemaps {
  height: 100%;
  width: 100%; 
  position: absolute; 
  top: 0; 
  left: 0; 
  z-index: 0;
  border: 0px solid red; /* Set z-index to 0 as it will be on a layer below the contact form */
}

.promo-column-contactos {
    /*
    padding: 0 15px 60px;
    float: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    */
    width: 315px;
    max-width: 315px;
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: center;
    padding-bottom: 0 15px 60px;
    
    z-index: 100; 
    position: absolute; 
    left: 20px;   
    background: rgba(255, 255, 255, 0.9);    
}

.promo-column-contactos img {  /* APAGAR */
    display: block;
    margin-bottom: 23px;
}

.promo-column-contactos h5 {
    color: #000000;
    font-family: "ChampagneLimousinesRegular";
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 20x;
    background: url('../images/seta2.png') no-repeat center bottom;
    height: 70px;
    border: 0px solid red;
}

.promo-column-contactos p {
  color: #000;
  font-weight: 300;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  font-size: 18px;
  padding-bottom: 0px;
}

.contactos {
  width: 315px;
  padding-bottom: 0px;
  border: 0px solid red;  
}

.contactos h3 {
  color: #000000;
  font-family: "ChampagneLimousinesRegular";
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  padding: 0px;  
}
 


/*
.testeTexto{
  width: 400px;
  border: 1px solid blue;
  float: left;
}

.entreColunas{
  width: 20px;
  border: 1px solid blue;
  float: left;
}
*/

/* ANIMACAO TEXTO HOME */
.rw-sentence-IE{
	display: none;
	padding: 30px;
}

.rw-wrapper{
	width: 50%;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
  border: 0px solid red; 
}

.rw-sentence{
	margin: 0;
}

.rw-sentence span{
	text-align: center;
	color: rgba(255,255,255,1);
	font-family: 'Trocchi';
	white-space: nowrap;
	text-shadow: 2px 5px 10px rgba(0,0,0,0.1);
}

.rw-sentence > span{
	position: absolute;
}

.rw-sentence > span:first-child{
	top: 50px;
	left: 140px;
	font-size: 500%;
	color: rgba(83,35,32,1);
}

.rw-sentence > span:nth-child(2){
	top: 175px;
	left: 370px;
	font-size: 350%;
	color: rgba(4,74,103,1);
}


.rw-sentence > span:last-child{
	top: 435px;
	left: 550px;
	font-size: 250%;
	color: rgba(163,63,31, 1);
}

.rw-words{
	position: absolute;
	left: 5%;
	top: 220px;
	height: 80px;
	width: 980px;
	-webkit-perspective: 800px;
	perspective: 800px;
  text-align: left;
  
}

.rw-words span{
	position: absolute;
	font-size: 800%;
	color: transparent;
	text-shadow: 0px 0px 80px rgba(255,255,255,1);
	opacity: 0;
	-webkit-animation: rotateWord 15s linear infinite 0s;
	-ms-animation: rotateWord 15s linear infinite 0s;
	animation: rotateWord 15s linear infinite 0s;
}

.rw-words span:nth-child(2) { 
  -webkit-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
}

.rw-words span:nth-child(3) { 
  -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
}

.rw-words span:nth-child(4) { 
  -webkit-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
}

.rw-words span:nth-child(5) { 
  -webkit-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
}

@-webkit-keyframes rotateWord {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; -webkit-transform: translateY(0px) translateZ(300px) rotateY(-120deg); }
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; -webkit-transform: translateY(0px) translateZ(0px) rotateY(0deg); }
	  6% { text-shadow: 0px 0px 0px rgba(255,255,255,1); color: #fff; }
    17% { opacity: 1; text-shadow: 0px 0px 0px rgba(255,255,255,1); color: #fff; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}

@-ms-keyframes rotateWord {
    0% { opacity: 0; -ms-animation-timing-function: ease-in; -ms-transform: translateY(0px) translateZ(300px) rotateY(-120deg); }
    5% { opacity: 1; -ms-animation-timing-function: ease-out; -ms-transform: translateY(0px) translateZ(0px) rotateY(0deg); }
	  6% { text-shadow: 0px 0px 0px rgba(255,255,255,1); color: #fff; }
    17% { opacity: 1; text-shadow: 0px 0px 0px rgba(255,255,255,1); color: #fff; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes rotateWord {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; -webkit-transform: translateY(0px) translateZ(300px) rotateY(-120deg); transform: translateY(-200px) translateZ(300px) rotateY(-120deg); }
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-transform: translateY(0px) translateZ(0px) rotateY(0deg); transform: translateY(0px) translateZ(0px) rotateY(0deg); }
	  6% { text-shadow: 0px 0px 0px rgba(255,255,255,1); color: #fff; }
    17% { opacity: 1; text-shadow: 0px 0px 0px rgba(255,255,255,1); color: #fff; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}


/* alterar conforme os monitores */ 
@media screen and (max-width: 1281px){
  .rw-sentence > span:first-child { font-size: 375%; top: 37px; left: 130px;}
	.rw-sentence > span:nth-child(2) { font-size: 262%; top: 131px; left: 265px; }
	.rw-sentence > span:last-child { font-size: 187%; top: 326px; left: 305px; }
  .rw-words { left: 5%; top: 165px; }
	.rw-words span { font-size: 600%; }
  
  
  /* CONTACTOS */
  .promo-column-contactos {
    width: auto;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    padding: 0 15px 60px;
    
    z-index: 0; 
    position: absolute; 
    padding-top: 200px;
    left: 0px;   
    background: rgba(255, 255, 255, 0.9);      
  }

  .contactos {
    width: 325px;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    float: left;
    text-align: center;
    padding-bottom: 10px;
    border: 0px solid red;  
  }
  
  
}


@media screen and (max-width: 801px){
  .rw-sentence > span:first-child { font-size: 250%; top: 70px; left: 70px;}
	.rw-sentence > span:nth-child(2) { font-size: 175%; top: 132px; left: 185px; }
	.rw-sentence > span:last-child { font-size: 125%; top: 262px; left: 275px; }
  .rw-words { left: 5%; top: 155px; }
	.rw-words span { font-size: 400%; }
  
  /* EMPRESA */
  .promo {
    padding: 70px 0 54px;
  }
  
  .promo-column {
    width: auto;
    max-width: 761px;
    margin-left: 20px;
    margin-right: 20px;
    float: none;
    text-align: center;
    padding: 0px;  
  }
  
  .promo-column h5 {
    color: #000000;
    font-family: "ChampagneLimousinesRegular";
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  
  .promo-column p {
    color: #000000;
    font-weight: 300;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 18px;
  }
  
  /* SERVICOS */
  .services {
    width: auto;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    padding-bottom: 10px;
    border: 0px solid red;
  }
  
  .services h3 {
    color: #000000;
    font-family: "ChampagneLimousinesRegular";
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
  }
  
  /* CONTACTOS */
  .promo-column-contactos {
    width: auto;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    padding: 0 15px 60px;
    
    z-index: 0; 
    position: absolute; 
    padding-top: 200px;
    left: 0px;   
    background: rgba(255, 255, 255, 0.9);      
  }

  .contactos {
    width: auto;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    padding-bottom: 10px;
    border: 0px solid red;  
  }
}


@media screen and (max-width: 604px){
  .rw-sentence > span:first-child { font-size: 187%; top: 70px; left: 52px;}
	.rw-sentence > span:nth-child(2) { font-size: 131%; top: 132px; left: 138px; }
	.rw-sentence > span:last-child { font-size: 93%; top: 262px; left: 206px; }
  .rw-words { left: 0%; top: 155px; }
	.rw-words span { font-size: 300%; }
  
  /* EMPRESA */
  .promo {
    padding: 70px 0 54px;
  }
  
  .promo-column {
    width: auto;
    max-width: 654px;
    margin-left: 20px;
    margin-right: 20px;
    float: none;
    text-align: center;
    padding: 0px;  
  }
  
  .promo-column h5 {
    color: #000000;
    font-family: "ChampagneLimousinesRegular";
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  
  .promo-column p {
    color: #000000;
    font-weight: 300;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 18px;
  }
  
  /* SERVICOS */
  .services {
    width: auto;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    padding-bottom: 10px;
    border: 0px solid red;
  }
  
  .services h3 {
    color: #000000;
    font-family: "ChampagneLimousinesRegular";
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
  }
  
  /* CONTACTOS */
  .promo-column-contactos {
    width: auto;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    padding: 0 15px 60px; 
    
    z-index: 0; 
    position: absolute; 
    padding-top: 200px;
    left: 0px;   
    background: rgba(255, 255, 255, 0.9);     
  }

  .contactos {
    width: auto;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    padding-bottom: 10px;
    border: 0px solid red;  
  }
}


@media screen and (max-width: 459px){
  .rw-sentence > span:first-child { font-size: 125%; top: 38px; left: 35px;}
	.rw-sentence > span:nth-child(2) { font-size: 87%; top: 69px; left: 92px; }
	.rw-sentence > span:last-child { font-size: 62%; top: 134px; left: 137px; }
  .rw-words { left: -10%; top: 81px; }
	.rw-words span { font-size: 180%; }
  
  .container > header h1{
  	font-size: 63.29px;
  	line-height: 63.29px;
    font-weight: 100;
  	margin: 0;
  	padding: 0;
  	position: relative;
  	color: #333;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.1);*/
  }
  
  .tamanhoLogo {
    width: 200px;
  }
  
  .logotipo {
    height: 83px; 
    background-position: 0px 19px; 
    background-image: url('../images/logotipo2.png'); 
    background-repeat: no-repeat;
  }
  
  /* EMPRESA */
  .promo {
    padding: 0px 0 54px;
  }
  
  .promo-column {
    width: auto;
    max-width: 419px;
    margin-left: 20px;
    margin-right: 20px;
    float: none;
    text-align: center;
    padding: 0px;  
  }
  
  .promo-column h5 {
    color: #000000;
    font-family: "ChampagneLimousinesRegular";
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  
  .promo-column p {
    color: #000000;
    font-weight: 300;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 16px;
  }
  
  /* SERVICOS */
  .services {
    width: auto;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    padding-bottom: 10px;
    border: 0px solid red;
  }
  
  .services h3 {
    color: #000000;
    font-family: "ChampagneLimousinesRegular";
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
  }
  
  /* CONTACTOS */
  .promo-column-contactos {
    width: auto;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    padding: 0 15px 60px;
    
    z-index: 0; 
    position: absolute; 
    padding-top: 200px;
    left: 0px;   
    background: rgba(255, 255, 255, 0.9);      
  }

  .contactos {
    width: auto;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    padding-bottom: 10px;
    border: 0px solid red;  
  }
}

@media screen and (max-width: 241px){
  .rw-sentence > span:first-child { font-size: 125%; top: 38px; left: 15px;}
	.rw-sentence > span:nth-child(2) { font-size: 87%; top: 69px; left: 72px; }
	.rw-sentence > span:last-child { font-size: 62%; top: 134px; left: 107px; }
  .rw-words { left: -35%; top: 81px; }
	.rw-words span { font-size: 180%; }
  
  .container > header h1{
  	font-size: 63.29px;
  	line-height: 63.29px;
    font-weight: 100;
  	margin: 0;
  	padding: 0;
  	position: relative;
  	color: #333;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.1);*/
  }
  
  .tamanhoLogo {
    width: 200px;
  }
  
  .logotipo {
    height: 83px; 
    background-position: 0px 19px; 
    background-image: url('../images/logotipo2.png'); 
    background-repeat: no-repeat;
  }
  
  /* EMPRESA */
  .promo {
    padding: 0px 0px 54px;
  }
  
  .promo-column {
    width: auto;
    max-width: 200px;
    margin-left: 20px;
    margin-right: 20px;
    float: none;
    text-align: center;
    padding: 0px;  
  }
  
  .promo-column h5 {
    color: #000000;
    font-family: "ChampagneLimousinesRegular";
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  
  .promo-column p {
    color: #000000;
    font-weight: 300;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 14px;
    padding-bottom: 10px;
  }
  
  /* SERVICOS */
  .services {
    width: auto;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    padding-bottom: 10px;
    border: 0px solid red;
  }
  
  .services h3 {
    color: #000000;
    font-family: "ChampagneLimousinesRegular";
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
  }
  
  /* CONTACTOS */
  .promo-column-contactos {
    width: auto;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    padding: 0 15px 60px; 
    
    z-index: 0; 
    position: absolute; 
    padding-top: 200px;
    left: 0px;   
    background: rgba(255, 255, 255, 0.9);     
  }

  .contactos {
    width: auto;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    padding-bottom: 10px;
    border: 0px solid red;  
  }
}

