/*
Theme Name: Pedro Amaral
Theme URI: http://pedroamaral.com.br
Author: Bravo Creative 
Author URI: http://bravocreative.com.br
Description: Website desenvolvido exclusivamente para Pedro Amaral.
Version: 1.0
Text Domain: bravo
*/


@import url(http://fonts.googleapis.com/css?family=Ek+Mukta:300,400,600,800);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	overflow-x: hidden;
}
body:after{
    display:none;
    content: url(../img/marca-pedro-aberta.png);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.row {
    max-width: 1170px;
}

h1, h2, h3, h4, h5, h6, span, p, li, a, dt, dd, input, textarea {
	font-family: 'Ek Mukta', sans-serif;
}


#loader-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9996 !important;
	
}

#content {
   margin: 0 auto;
padding-bottom: 50px;
width: 100%;
z-index: 9999;
text-align: center;
position: absolute;
top: 50%;
margin-top: 80px;
max-width: 100% !important;
}
#content h2 {font-size: 26px; color: white}

#header {
	position: fixed;
	height: 82px;
	z-index: 999;
	width: 100%;
-webkit-transition: all 0.6s; /* Safari 3.1 to 6.0 */
   transition: all 0.6s;
	background: rgba(255, 255, 255, .9);
	border-bottom: 3px solid #f90000;
}
#header:hover {
	background: rgba(255, 255, 255, 1);
}
#header.ativo {
	overflow: hidden;
	height: 0;
}
#botoes-home {
	text-align: center;
	margin-top: 30px;
}
#botoes-home a {
	display: inline-block;
	background: transparent;
	border: 4px solid #f90000;
	border-radius: 10px;
	line-height: 45px;
	width: 200px;
	text-align: center;
	text-transform: uppercase;
	pointer-events: all;
	color: white;
	font-weight: 300;
	font-size: 18px;
	-webkit-transition: all 0.8s; /* Safari 3.1 to 6.0 */
	   transition: all 0.8s;
	   margin: 0 10px;
	
}
#botoes-home a.botao-conheca {
	background: #f90000;
}
#botoes-home a:hover {
}
#botoes-home a.botao-conheca:hover {
}
.hvr-sweep-to-right:before {
	background: #8b2528;
	border-radius: 5px;
}
#botoes-home a.botao-conheca.hvr-sweep-to-right:before {
	background: rgba(0,0,0,0.4);
	border-radius: 5px;
	
}
#menu-principal {
	margin-top: 33px;
	height: 46px;
	display: inline-block;
}
#menu-principal li {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 0 8px;
}

#menu-principal a {
	color: #3a3a3a;
	text-transform: uppercase;
	display:inline-block;
	-webkit-transition: all 1s; /* Safari 3.1 to 6.0 */
   transition: all 1s;
}
#menu-principal a:hover {
	color: #f90000;
}
#menu-principal li.ativo a {
	color: #f90000;
}
.menu-container #progresso {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 4px;
}
.menu-container #progresso .interno {
	position: absolute;
	left: 0;
	width: 0;
	height: 4px;
	background: #f46f6c;
	-webkit-transition: width 1.3s; /* Safari 3.1 to 6.0 */
   transition: width 1.3s;
}
#pedro-amaral {
	background-image: url(../img/marca-pedro-aberta.png);
	background-position: 0 0;
	width: 229px;
	height: 50px;
	text-indent: -9999px;
	margin-top: 15px;
	cursor: pointer;
	   background-size: 229px 50px;
}
#video_completo { width: 100%; }
button {
	pointer-events: all;
}

#scene {
	pointer-events: none;
}
.filtro {
	background: transparent radial-gradient(circle, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.65)) repeat scroll 0% 0%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}
.filtro-video {
	background: transparent radial-gradient(circle, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)) repeat scroll 0% 0%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}
#historia .filtro {
	z-index: 4;
}
#home {
	position: relative;
	overflow: hidden;
	
}
#video-completo {
	margin: 0 auto;
}
#video_completo {
	object-fit: cover; 
	height:100%	
}
#video-completo {
	margin: 0 auto;
	position: absolute;
	background: black;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	overflow: hidden;
}
.buttonBar {
	display: none;
}
#home {
	overflow: hidden;
	background: url(../img/pedro-o-magico.jpg);
	background-size: cover;
	height: 100%;
	background-attachment: fixed;
}

.botao-orcamento {
-webkit-animation-delay: 4.8s;
-moz-animation-delay: 4.8s;
-ms-animation-delay: 4.8s;
-o-animation-delay: 4.8s;
animation-delay: 4.8s;
}
.botao-show {
-webkit-animation-delay: 4s;
-moz-animation-delay: 4s;
-ms-animation-delay: 4s;
-o-animation-delay: 4s;
animation-delay: 4s;
}
#texto-home {
	position: absolute;
	pointer-events: none;
	top: 40%;
	left: 50%;
	width: 630px;
	margin-left: -310px;
	z-index: 2;
-webkit-animation-delay: 6s;
-moz-animation-delay: 6s;
-ms-animation-delay: 6s;
-o-animation-delay: 6s;
animation-delay: 6s;
/*
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
-o-transform:translate3d(0,0,0);
transform: translate3d(0,0,0);
*/

}
#texto-home h1 {
	color: white;
	font-weight: 800;
	font-size: 45px;
	text-transform: uppercase;
	text-align: center;
	line-height: 48px;
	letter-spacing: -2px;
	border-bottom: 1px solid #f90000;
	padding: 0 20px 10px;
}
#texto-home p {
	font-size: 22px;
	color: white;
	text-align: center;
	padding-top: 20px;
}
#home {
	width: 100%;
	height: 100%;
	max-width: 100%;
/*max-height: 100%;*/
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
}


#home .cd-background-wrapper {
  background-color: #001426;
  position: relative;
  overflow: hidden;
}
.no-touch #home .cd-background-wrapper {
  -webkit-perspective: 6000px;
  -moz-perspective: 6000px;
  perspective: 6000px;
}
#home .cd-background-wrapper::before {
  /* never visible - this is used in jQuery to check the device type */
  content: 'web';
  display: none;
}
.touch #home .cd-background-wrapper::before {
  /* never visible - this is used in jQuery to check the device type */
  content: 'mobile';
}

#home .cd-floating-background {
  position: relative;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}




a.scroll {position: absolute;
display: block;
bottom: 0;
left: 50%
}
.scroll-btn {
	position: absolute;
	font-size: 10px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	bottom:0px;
	left:50%;
	margin-left: -40px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	width: 80px;
	height:64px;
	background: url(images/seta-baixo.png) no-repeat center center;
	background-size:30px 16px;
	z-index: 0;
	opacity:.8;
} 
.scroll-btn {
    -webkit-animation: arrows 3.8s infinite;
    -webkit-animation-delay: 1s;
    animation: arrows 3.8s infinite;
    animation-delay: 1s;
}
  @keyframes arrows {
    0% { background-position-y:24px; }
    10% { background-position-y:30px; }
    20% { background-position-y:24px; }
    30% { background-position-y:30px; }
    40% { background-position-y:24px; }
    50% { background-position-y:30px; }
    60% { background-position-y:24px; }
    70% { background-position-y:30px; }
    80% { background-position-y:24px; }
    90% { background-position-y:30px; }
    100% { background-position-y:24px; }
  }
  @-webkit-keyframes arrows {
0% { background-position-y:24px; }
10% { background-position-y:30px; }
20% { background-position-y:24px; }
30% { background-position-y:30px; }
40% { background-position-y:24px; }
50% { background-position-y:30px; }
60% { background-position-y:24px; }
70% { background-position-y:30px; }
80% { background-position-y:24px; }
90% { background-position-y:30px; }
100% { background-position-y:24px; }
  }


#video_background { 
	bottom: 0px; 
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	overflow: hidden;
}

#parar {
	right: 20px;
	bottom: 20px;
	position: absolute;
	display: inline-block;
	opacity: 0;
	cursor: pointer;
	z-index: 9999;
	-webkit-transition: all 1s; /* Safari 3.1 to 6.0 */
	transition: all 1s;
}
#parar:hover {
	opacity: 1;
}
#pausar {
	right: 20px;
	bottom: 80px;
	position: absolute;
	display: inline-block;
	opacity: 0;
	cursor: pointer;
	z-index: 9999;
	
	-webkit-transition: all 1s; /* Safari 3.1 to 6.0 */
	transition: all 1s;
}
#pausar:hover {
	opacity: 1 !important;
}

#play {
	right: 20px;
	bottom: 80px;
	position: absolute;
	display: inline-block;
	opacity: 0;
	cursor: pointer;
	z-index: 9999;
	
	-webkit-transition: all 1s; /* Safari 3.1 to 6.0 */
	transition: all 1s;
}
#play:hover {
	opacity: 1 !important;
}


#frase-do-dia {
	width: 100%;
	min-height: 100%;
	height: 100%;
	background-image: url(../img/8056976.jpg);
	background-size: cover;
	background-attachment: fixed;
}
#texto-frase {
	position: absolute;
	pointer-events: none;
	top: 40%;
	left: 50%;
	width: 848px;
	margin-left: -424px;
	z-index: 10;
	text-align: center;
	
}
#frase-do-dia h2 {
	color: white;
	font-size: 80px;
	text-transform: uppercase;
	border-bottom: 1px solid #f90000;
	font-weight: 600;
	letter-spacing: -4px;
	line-height: 75px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#frase-do-dia h3 {
	color: #FFF;
	font-size: 50px;
	font-weight: 600;
	line-height: 53px;
	margin-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 10px 40px 0px;
}

#frase-do-dia p {
	font-size: 18px;
	color: white;
}





#shows-ocultos {
	background: white;
}

.mede-texto-show {
	min-height: 108px !important;
}

#depoimentos {
	width: 100%;
	min-height: 100%;
	position: relative;
	background: #2f2f2f;
}
#texto-depoimentos {
	pointer-events: none;
	width: 848px;
	z-index: 10;
	text-align: center;
	margin-top: 160px;
	margin: 0 auto;
	padding-top: 130px;
	display: block;
	
}
#depoimentos .depoimento {
	margin: -50px auto 0px;
	max-width: 1080px;
}
#depoimentos h1 {
	color: #f90000;
	font-size: 65px;
	text-transform: uppercase;
	border-bottom: 1px solid white;
	font-weight: 600;
	letter-spacing: -4px;
	line-height: 75px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#depoimentos #canvas-depoimentos {
	margin-top: 40px;
}
#depoimentos #texto-depoimentos p {
	font-size: 26px;
	color: #f90000;
}
#depoimentos .foto {
	background: url(images/bg-cliente.png) no-repeat center center;
	width: 197px;
	height: 197px;
	float: left;
	margin: 0 20px;
}
#depoimentos .foto.par {
	float: right;
}

#depoimentos .descricao {
	max-width: 690px;
}
#depoimentos .descricao.par {
	float: right;
	max-width: 510px;
	text-align: right;
}
#depoimentos .foto img {
	border-radius: 50%;
	margin: 13px;
}
#depoimentos h3 {
	font-size: 20px;
	color: #f90000;
	margin-bottom: 10px;
	padding-top: 50px;
}

#depoimentos p {
	color: white;
	font-size: 16px;
	line-height: 150%;
	font-weight: 300;
}
#depoimentos .mais-depoimentos {
	margin: 0 auto;
	padding: 20px 0 60px;
	text-align: center;
}
#depoimentos .mais-depoimentos p {
	font-size: 14px;
}
#depoimentos .mais-depoimentos a {
	background: #767676;
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 300;
	padding: 0 12px;
	line-height: 30px;
	display: inline-block;
	border-radius: 6px;
	margin: 0 30px 0 5px;
	-webkit-transition: all 0.6s; /* Safari 3.1 to 6.0 */
	transition: all 0.6s;
}
#depoimentos .mais-depoimentos a:hover {
	background: #f90000;
}
#clientes {
	width: 100%;
	position: relative;
	background: white;	
	
}
#texto-clientes {
	pointer-events: none;
	width: 848px;
	z-index: 10;
	text-align: center;
	margin-top: 160px;
	margin: 20px auto 60px;
	padding-top: 130px;
	display: block;
	
}
#clientes h1 {
	color: #f90000;
	font-size: 65px;
	text-transform: uppercase;
	border-bottom: 1px solid #f90000;
	font-weight: 600;
	letter-spacing: -4px;
	line-height: 75px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#clientes #texto-clientes p {
	font-size: 26px;
	color: #f90000;
}
#clientes #marcas-clientes {
	margin-bottom: 60px;
}

#clientes img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}

#clientes img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}


#social {
	width: 100%;
	position: relative;
	background: #f90000;
	border-bottom: 12px solid #f90000;
}

#texto-social {
	pointer-events: none;
	width: 720px;
	z-index: 10;
	text-align: center;
	margin-top: 160px;
	margin: 20px auto 60px;
	padding-top: 100px;
	display: block;
	
}
#social h1 {
	color: white;
	font-size: 80px;
	border-bottom: 1px solid white;
	font-weight: 600;
	letter-spacing: -3px;
	line-height: 80px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#social #texto-social p {
	font-size: 24px;
	color: white;
	font-weight: 300;
}

#social #seletor-social {
	width: 100%;
	text-align: center;
	margin: 0;
}


#social #seletor-social img {
	margin: 0 20px;
}
.icone-social {
	display: inline-block;
	padding-bottom: 35px;
	transition: all 1s !important;
	-webkit-transition: all 1s !important;
	background: transparent no-repeat center bottom;
}


.icone-social.ativo {
	background: url(images/seta-social.png) no-repeat center bottom;
}

#social .conteudo-oculto {
	background: #2f2f2f;
	width: 100%;
	height: 100%;
}
#social .conteudo-oculto h3 {
	color: white;
	font-size: 26px;
	text-align: center;
	font-weight: 300;
	background: #292929;
	line-height: 76px;
}
#social .conteudo-oculto a:hover {
	opacity: 0.8;
}

.facebook-container-perfil, .facebook-container-post-esquerda {
	display: block;
	padding: 30px 0;
	width: 500px;
	float: right;
}
.facebook-container-post-esquerda {
	padding: 0 0 30px;
}
.facebook-container-post-direita {
	display: block;
	padding: 30px 0;
	width: 500px;
	float: left;
	
}

#social .veja-o-catalogo {
	text-align: center;
	display: inline-block;
	position: absolute;
	top:  0;
	left: 0;
	background: url(images/abre.png) no-repeat;
	width: 69px;
	height: 69px;
}
.vinte-porcento {
	width: 20%;
	float: left;
	position: relative;
}


#instafeed {
	padding: 30px 0;
}
.video-container {
	padding: 30px 0;
}
.fotos-show img {
	display: block !important;
}
.fotos-show .mouseover-catalogo {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(239, 65, 61, .55);
	top: 0;
	opacity: 0;
	-o-transition: all .4s ease-in;
	-ms-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	transition:all .4s ease-in;
	cursor: pointer;
	border: none;
}
#social .mouseover-catalogo {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	background: rgba(239, 65, 61, .55);
	top: 0;
	opacity: 0;
	-o-transition: all .4s ease-in;
	-ms-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	transition:all .4s ease-in;
	cursor: pointer;
	border: none;
}
#social .mouseover-catalogo:hover {
	opacity: 1;
}
.fotos-show a {
	margin: 0 !important;
	border:  none !important;
}
.mouseover-catalogo:hover {
	opacity: 1;
} 

.fotos-show .veja-o-catalogo {
	text-align: center;
	display: inline-block;
	position: absolute;
	top:  0;
	left: 0;
	background: url(images/abre.png) no-repeat;
	width: 69px;
	height: 69px;
}
.vinte-porcento {
	width: 20%;
	float: left;
	position: relative;
}
.vinte-porcento img {
	border: 10px solid #2f2f2f;
	display: block;
}
#social .conteudo-oculto {
	display: none;
}
#social #facebook {
	display: block;
}
#contato {
	width: 100%;
	min-height: 840px;
	position: relative;
	background: white url(../img/pacoca-amendoim.png) no-repeat left bottom;
}

#texto-contato {
	pointer-events: none;
	width: 848px;
	z-index: 10;
	text-align: center;
	margin-top: 160px;
	margin: 20px auto 60px;
	padding-top: 130px;
	display: block;	
}
#contato h1 {
	color: #f90000;
	font-size: 65px;
	text-transform: uppercase;
	border-bottom: 1px solid #f90000;
	font-weight: 600;
	letter-spacing: -4px;
	line-height: 75px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#contato #texto-contato p {
	font-size: 26px;
	color: #f90000;
}

#formulario-contato {
	max-width: 610px;
	margin: 0 auto;
}
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
	padding: 8px;
	margin-top: -1px;
	margin-bottom: 0px;
	font-size: 0.75rem;
	font-weight: normal;
	font-style: normal;
	background: transparent;
	color: #f04124;
	font-family: 'Ek Mukta';
	position: relative;
}
#formulario-contato input[type=text], #formulario-contato input[type=email] {
	font-size: 17px;
	color: white;
	border: 1px solid #f90000;
	box-shadow: none;
	border-radius: 5px;
	line-height: 41px;
	height: 45px;
	font-family: 'Ek Mukta';
	padding: 0 20px 0 50px;
	font-weight: 300;
transition: all 1s !important;
-webkit-transition: all 1s !important;
}
#formulario-contato input[type=submit] {
	height: 55px;
	line-height: 55px;
	font-size: 24px;
	padding: 0 50px;
	text-transform: uppercase;
	box-shadow: none;
	border: none;
	background: #f90000;
	color: white;
	cursor: pointer;
transition: all 1s !important;
-webkit-transition: all 1s !important;
border-radius: 7px;
float: right;
margin-top: 90px;
}
#formulario-contato input[type=submit]:hover {
	background: #2f2f2f;
}
#formulario-contato textarea{
	font-size: 17px;
	color: white;
	border: 1px solid #f90000;
	box-shadow: none;
	border-radius: 5px;
	line-height: 17px;
	height: 85px;
	font-family: 'Ek Mukta';
	padding: 20px 20px 20px 50px;
	font-weight: 300;
transition: all 1s !important;
-webkit-transition: all 1s !important;
}

#formulario-contato #nome {
	background: #f90000 url(../img/icone-nome.png) no-repeat 15px center;
}
#formulario-contato #email {
	background: #f90000 url(../img/icone-email.png) no-repeat 15px center;
}
#formulario-contato #mensagem {
	background: #f90000 url(../img/icone-mensagem.png) no-repeat 15px 15px;
}
#formulario-contato ::-webkit-input-placeholder {
   color: white;
}
#formulario-contato #nome:focus { 
    background: #2f2f2f url(../img/icone-nome.png) no-repeat 15px center;
}
#formulario-contato #email:focus { 
    background: #2f2f2f url(../img/icone-email.png) no-repeat 15px center;
}
#formulario-contato #mensagem:focus { 
    background: #2f2f2f url(../img/icone-mensagem.png) no-repeat 15px center;
}
.sucesso {
	display: none;
	max-width: 610px;
	margin: 0 auto;
	text-align: center
}
.sucesso h2 {
  font-family: 'Ek Mukta';
  font-size: 22px;
  color: #f90000;
  font-weight: 300;
  margin-top: 30px;
  text-align: center;
  padding: 0 10px;
}
.sucesso img {
  max-width: 200px;
  border-radius: 50%;
}

#gosta {
	font-family: 'Ek Mukta';
	font-size: 22px;	
	color: #f90000;
	font-weight: 300;
	margin-top: 10px;
}

#formulario-contato :-moz-placeholder { /* Firefox 18- */
   color: white;  
}

#formulario-contato ::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

#formulario-contato :-ms-input-placeholder {  
   color: white;  
}
#formulario-contato label {
	color: #f90000;
	font-size: 19px;
	font-family: 'Ek Mukta';
	line-height: 22px;
	margin-left: 5px;
}


input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  color: #292321;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

input[type="radio"] + label span {
  background-color: #e8e8e8;
}

input[type="radio"]:checked + label span {
  background-color: #f90000;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}


#historia {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	z-index: 3;
	overflow: hidden;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	
}
#measure {
    width: 1px;
    height: 0px;
    position: fixed;
}
#texto-historia {
	position: absolute;
	top: 0;
	pointer-events: none;
	left: 50%;
	width: 655px;
	margin-left: -310px;
	z-index: 9999;
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
-ms-animation-delay: 1s;
-o-animation-delay: 1s;
animation-delay: 1s;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
-o-transform:translate3d(0,0,0);
transform: translate3d(0,0,0);

	z-index: 9999;
}
#texto-historia h1 {
	color: white;
	font-weight: 800;
	font-size: 80px;
	text-transform: uppercase;
	text-align: center;
	line-height: 75px;
	letter-spacing: -2px;
	border-bottom: 1px solid #f90000;
	padding: 0 20px 20px;
}
#texto-historia p {
	font-size: 27px;
	color: white;
	text-align: center;
	padding-top: 20px;
}
#historia {
	text-align: center;
}
#historia a {
	display: inline-block;
	background: #f90000;
	border: 4px solid #f90000;
	border-radius: 10px;
	line-height: 64px;
	width: 315px;
	text-align: center;
	text-transform: uppercase;
	pointer-events: all;
	color: white;
	font-size: 22px;
	-webkit-transition: all 0.3s; /* Safari 3.1 to 6.0 */
	   transition: all 0.3s;
	   margin: 0 10px;
	   margin-top: 45px;
	   font-weight: 600;
}
.icone-play {
	display: inline-block;
	margin-top: 10px;
	position: absolute;
}
.aperte {
	padding-right: 12px;
	margin-left: -45px;
	display: inline-block;
}
#historia a:hover {
}

.menu-toggle {
  width: 40px;
  height: 30px;
  position: relative;
  top: -50px;
  right: 25px;
  cursor: pointer;
  float: right;
  display: none; /*ATIVAR NO MOBILE*/
}
.menu-toggle.on .one {
  -moz-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
.menu-toggle.on .two {
  opacity: 0;
}
.menu-toggle.on .three {
  -moz-transform: rotate(-45deg) translate(8px, -10px);
  -ms-transform: rotate(-45deg) translate(8px, -10px);
  -webkit-transform: rotate(-45deg) translate(8px, -10px);
  transform: rotate(-45deg) translate(8px, -10px);
}

.one,
.two,
.three {
  width: 100%;
  height: 5px;
  background: #303030;
  margin: 6px auto;
  backface-visibility: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 4em auto;
  text-align: center;
}
nav ul.hidden {
  display: none;
}
nav ul a {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
  color: white;
  font-size: 28px;
  line-height: 2.5;
  width: 100%;
  display: block;
}
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #f90000;
}

.menu-section.on {
 z-index: 99999 !important;
 width: 100%;
 height: 100%;
 display: block;
 background-color: rgba(0, 0, 0, 0.8);
 position: fixed;
 top: 0px;
 transform-style: preserve-3d;
}
.menu-section.on .one,
.menu-section.on .two,
.menu-section.on .three {
  background: white;
}




#show {
	width: 100%;
	min-height: 100%;
	position: relative;
	z-index: 3;
	background: #f90000;
}
#escolhas-show {
	width: 100%;
	min-height: 100%;
}
#show .owl-carousel .owl-item img {
	width: auto;
	display: inline-block;
}

#show #shows-inicio {
	background: #f90000;
	width: 100%;
	min-height: 100%;
	display: block;
	padding-bottom: 40px
}

#texto-show {
	text-align: center;
	max-width: 720px;
	margin: 0 auto;
}

#texto-show h1 {
	padding: 120px 0 0;
	color: white;
	font-size: 80px;
	text-transform: uppercase;
	border-bottom: 1px solid white;
	font-weight: 600;
	letter-spacing: -4px;
	line-height: 75px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#texto-show h2 {
	color: white;
	font-size: 28px;
	margin-bottom: 20px;
}
#texto-show p {
	color: white;
	font-size: 18px;
	font-weight: 300;
	line-height: 160%;
}
.icones-shows img {
	/*margin: 0 30px;
	max-width: 50%;*/
}

.bora-querer {
	color: #f90000;
	background: white;
	width: 210px;
	line-height: 50px;
	display: inline-block;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: 20px;
	margin-left: 20px;
}
.bora-querer:hover {
	color: #f90000;
}

.icones-shows {
	z-index: 3;
	margin: 40px auto;
	height: 163px;
}
#show .tipo-show {
	width: 100%;
	display: block;
	text-align: center;
	min-height: 100%;
}
.quero-chamar {
}
#shows-ocultos {
	min-height: 100%;
}
.tipo-show {
	min-height: 100%;
	background: white;
}
.limita-show {
	margin: 0 auto;
	text-align: center;
	max-width: 745px;
}
.tipo-show h2 {
    padding: 120px 0px 0px;
    color: #f90000;
    font-size: 88px;
    font-weight: bold;
    border-bottom: 1px solid #f90000;
    letter-spacing: -3px;
	margin: 0 auto 15px;
}
.tipo-show h3 {
	font-size: 20px;
	color: #f90000;
	max-width: 720px;
	margin: 0 auto;
}
.tipo-show p {
	font-size: 16px;
	color:#f90000;
	line-height: 180%;
	margin-top: 30px;
}
.tipo-show p.escolhas {
	line-height: 50px;
	padding: 0;
	width: 800px !important;
	
	margin: 40px auto 0;
}
.tipo-show a {
	line-height: 50px;
	padding: 0 10px;
	text-transform: uppercase;
	border-radius: 12px;
	font-size: 19px;
	color: #f90000;
	border: 3px solid #f90000;
	-webkit-transition: all 0.6s; /* Safari 3.1 to 6.0 */
	transition: all 0.6s;
	display: inline-block;
	margin: 0 10px;
	
}
.tipo-show .escolhas img {	
	  margin: 0;
  display: inline-block;
  padding: 0 15px;
  max-width: 130px;
  max-height: 80px;
}
.tipo-show a:hover {
	background: #f90000;
	color: white;
}
#shows-ocultos .owl-stage {
	background: #252525;
}
.fotos-show {
	background: #252525;
	padding: 47px 0;
	margin-top: 30px;
}
.fotos-show a {
	border-radius: 0;
	padding: 0;
	border: none;
}

.carta {
	-moz-animation: 10.66667s linear infinite wave;
	-webkit-animation: 10.66667s linear infinite wave;
	animation: 10.66667s linear infinite wave;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay:0s;
	animation-delay:0s;
	transform-style: flat !important;
}
.carta.invertida {
	-moz-animation: 10.66667s linear infinite waveInvertido;
	-webkit-animation: 10.66667s linear infinite waveInvertido;
	animation: 10.66667s linear infinite waveInvertido;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
	-webkit-animation-delay:0s;
	animation-delay:0s;
}
.carta.invertida.outro {
	-moz-animation: 10.66667s linear infinite waveInvertidoOutro;
	-webkit-animation: 10.66667s linear infinite waveInvertidoOutro;
	animation: 10.66667s linear infinite waveInvertidoOutro;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
	-webkit-animation-delay:0s;
	animation-delay:0s;
}


#clientes-rotativos .owl-controls {
	width: 100%;
	position: absolute;
	pointer-events: none;
}
#clientes-rotativos .owl-controls .owl-prev {
	pointer-events: all;
	margin-left: 20px;
	float: left;
	background: url(../img/seta-clientes-esquerda.png) no-repeat;
	width: 42px;
	height: 82px;
	text-indent: -9999px;
	cursor: pointer;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .4s ease-out;
	opacity: 0.9;
	transition:all .2s ease-out;
}
#clientes-rotativos .owl-controls .owl-prev:hover {
	opacity: 1;
}
#clientes-rotativos .owl-controls .owl-next {
	pointer-events: all;
	margin-right: 20px;
	float: right;
	background: url(../img/seta-clientes-direita.png) no-repeat;
	width: 42px;
	height: 82px;
	text-indent: -9999px;
	cursor: pointer;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .4s ease-out;
	opacity: 0.9;
	transition:all .2s ease-out;
}
#clientes-rotativos .owl-controls .owl-next:hover {
	opacity: 1;
}

#clientes-rotativos .owl-dots {
	width: auto;
	margin: 0 auto;
}
#clientes-rotativos .owl-dot {
	width: 13px;
	float: left;
	display: inline-block;
	height: 13px;
	margin: 0 5px;
	pointer-events: all;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #f90000;
	transition: all 0.4s;
}
#clientes-rotativos .owl-dot.active, #clientes-rotativos .owl-dot:hover {
	background: #f90000;
	border: 1px solid transparent;	
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
  }
}

@-webkit-keyframes waveInvertido {
  0% {
	-webkit-transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
	-moz-transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
	transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
  }
  100% {
	-webkit-transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
	-moz-transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
	transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
  }
}

@keyframes waveInvertido {
  0% {
	-webkit-transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
	-moz-transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
	transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
  }
  100% {
	-webkit-transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
	-moz-transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
	transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
  }
}

@-webkit-keyframes waveInvertidoOutro {
  0% {
	-webkit-transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
	-moz-transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
	transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
  }
}

@keyframes waveInvertidoOutro {
  0% {
	-webkit-transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
	-moz-transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
	transform: rotateZ(0deg) translate3d(0,5%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,5%,0) rotateZ(-360deg);
  }
}

.carta.desfocada-baixo {
	top: 90% !important;
	left: 85% !important;
}
.carta.desfocada-cima {
	top: 0 !important;
	width: 408px;
	height: 162px;
}
.carta.desfocada-esquerda {
	top: 65% !important;
	left: 5% !important;
	z-index: 11;
	width: 329px;
	height: 393px;
}
.carta.desfocada-topo-esquerda {
	width: 490px;
	height: 591px;
	top: 0 !important;
	left: 0 !important;
}
.carta.tres-coracao {
	width: 217px;
	height: 205px;
	left: 60% !important;
	top: 80% !important;
	
}
.carta.cinco-ouro {
	width: 174px;
	height: 154px;
	top: 46% !important;
	left: 30% !important;
	z-index: 5;
}
.carta.cinco-paus {
	width: 145px;
	height: 167px;
	left: 25% !important;
	top: 23% !important;
}
.carta.nove-paus {
	width: 171px;
	height: 176px;
	left: 10% !important;
	top: 20% !important;
}
.carta.fundo-grande {
	width: 253px;
	height: 293px;
	left: 75% !important;
	top: 20% !important;
	z-index: 10;
}
.carta.tres-espada {
	width: 208px;
	height: 221px;
	left: 68% !important;
	top: 33% !important;
}
.carta.rei-copas {
	width: 316px;
	height: 308px;
	left: 75% !important;
	top: 55% !important;
}
.carta.fundo-pequeno {
	width: 147px;
	height: 133px;
	left: 21% !important;
	top: 42% !important;
}

.carta img {
	max-width: 75%;
}
.pt-perspective {
	position: relative;
	width: 100%;
	height: 100%;
	perspective: 1200px;
	transform-style: preserve-3d;
}

.pt-page {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}

.pt-page-current,
.no-js .pt-page {
	visibility: visible;
}

.no-js body {
	overflow: auto;
}

.pt-page-ontop {
	z-index: 999;
}


#marcas-clientes p {
  text-align: center;
  padding: 20px 30px 0 0;
  font-size: 20px;
  color: #f90000;
}


/*#na-galera {
-webkit-transform: width 0.8s; /* Safari 3.1 to 6.0 *!/
   transform: width 0.8s;
   display: inline-block;
   min-width:200px; /* min-width as the pixel value *!/ 
      width:0%;
	
}
#na-galera.ativo {
	width: 100%;
	height: 100%;
	display: block;
	background: yellow;
	position: absolute;
	top: 0;
	left: 0;
}*/



#na-galera {
    position:relative;
    background:transparent;
    opacity:1;
    top: 0;
    left: 0;
    height: auto;
    display: inline-block;
    float: left;
}

#na-galera.ativo {
    position:fixed;
    top:0;
    left:0;
    width:100% !important;
    max-width: 100%;
    height:100%;
    background: white;
    z-index: 9999;
    display: none;
    opacity: 1;
}

.icone-na-galera {
	width: 169px;
	height: 162px;
	background: url(../img/icone-na-galera.png) no-repeat;
	display: block;
	
}

.botao-galera, .botao-palco, .botao-medida {
	cursor: pointer;
  max-width: 160px;
  margin: 0 30px;
}

.tipo-show .botao-galera, .tipo-show .botao-palco, .tipo-show .botao-medida {
		margin-top: -35px;
	
}

#footer {
	height: 75px;
	background: #2f2f2f;
	width: 100%;
	position: relative;
}


#footer p {
	color: white;
	line-height: 75px;
	font-weight: 300;
	font-size: 14px;
}

#footer #bravo-creative {
	opacity: 0.8;
	cursor: pointer;
	float: right;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	/* ...and now override with proper CSS property */
	transition:all .2s ease-out;
	margin-top: 28px;
}
#footer #bravo-creative:hover {
	opacity: 1;
}
.info-shows, .info-face, .info-avaliacoes {
	text-align: center;
	padding: 60px 0;
	margin: 50px 0 0;
}
.info-shows h2, .info-face h2, .info-avaliacoes h2 {
	color: white;
	font-size: 140px;
}	
.info-shows h4, .info-face h4, .info-avaliacoes h4 {
	color: white;
	font-size: 28px;
	font-weight: 300;
}	
.info-shows {
	background: #f90000;
}
.info-face {
	background: #c93936;
}
.info-avaliacoes {
	background: #f90000;
}
#facebook .medium-4:last-child {float: left}
#facebook .medium-3 {
	padding: 0;
	margin-bottom: 30px;
}
.cover-face {
padding: 0;
margin-bottom: 30px;
}

#outros-contatos {
	clear:both;
	padding-top: 15px;
	padding-right: 8px
}
#outros-contatos p {
	text-align: right;
	font-size: 17px;
	color: #2f2f2f;
	line-height: 130%;
	font-weight: 300;
	
}
#outros-contatos p.vermelho {
	color: #f90000;
}
#outros-contatos p a {
	color: #f90000;
	transition: all 0.5s;
}
#outros-contatos p a:hover {
	color: #2f2f2f;
}


.estrelas {
  unicode-bidi: bidi-override;
  direction: rtl;
   color: #ffd200;
   position: absolute;
   width: 125px;
   left: 50%;
   margin-left: -62px;
   margin-top: 12px;
}
.estrelas > span {
  display: inline-block;
  position: relative;
  width: 25px;
  font-size: 22px;
}
.oculta-desktop {
	display: none;
}

#gire-o-dispositivo {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 7999;
	background: #f90000;
	display: none;
}
#aguarde {
	width: 1024px;
	height: 768px;
	position: fixed;
	z-index: 99999;
	background: #f90000;
	display: none;
}
#aguarde h2 {
	position: absolute;
	top: 50%;
	width: 100%;
	font-size: 42px;
	text-align: center;
	margin-top: -21px;
	color: white;
}
.girar {
	width: 180px;
	height: 180px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -90px;
	margin-top: -90px;
}


.fechar {
  background: url(../img/fechar.png) no-repeat;
  position: absolute;
  top: 150px;
  right: 60px;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  cursor: pointer;
}


#youtube .medium-6 {text-align: center;}

#youtube object {width: 100%;
display: block;}








/*  MEDIA QUERIES  */

@media screen and (min-height: 700px){
	#texto-home h1 {
		color: white;
		font-weight: 800;
		font-size: 65px;
		text-transform: uppercase;
		text-align: center;
		line-height: 60px;
		letter-spacing: -2px;
		border-bottom: 1px solid #f90000;
		padding: 0 20px 20px;
	}
}




@media screen and (min-width: 1590px) {
	.carta img {
	  max-width: 100%;
	}
}
/* SETANDO O BACKGROUND PARA FUNCIONAR EM IPAD (removendo o attachment: fixed */
@media screen and (min-width: 1023px) and (max-width: 1024px) {
	#home {
		background-attachment: scroll;
	}
	#frase-do-dia {
		background-attachment: scroll;
	}
	#contato {
		background-size: 350px 257px;
	}	
	#youtube .medium-6:last-child {
		border-left: 5px solid #292929;
	}
	
	/* arrumando o footer */
	#footer p {
		padding: 0 20px;
	}
	/* Ajustando os botões do show para ficar retina */
/*
	.icones-shows {
		height: 123px
	}
	.icones-shows img {
		max-width: 50%;
	}
*/
}


/* IPAD LANDSCAPE */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

	#gire-o-dispositivo {
		display: block;
	}

}

@media only screen and (orientation: landscape) and (max-device-width: 736px)  {
	#gire-o-dispositivo {
		display: block;
	}
	
}


/* CELULAR */
@media screen and (max-width: 767px) {

	#contato {
		background-size: 145px 106px;
		  padding-bottom: 35px;
	}	
	#clientes-rotativos .owl-nav {
		display: none;
	}
	#video-completo {
		max-width: 100px;
	}
	#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; position: absolute;
	right: 12px;
	top: 12px;pointer-events: all; }
	#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	  cursor: pointer;
	  border-radius: 1px;
	  height: 5px;
	  width: 30px;
	  background: #f90000;
	  position: absolute;
	  display: block;
	  content: '';
	}
	#nav-toggle span:before {
	  top: -10px; 
	}
	#nav-toggle span:after {
	  bottom: -10px;
	}
	#instafeed {
	}
	
	#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	  transition: all 500ms ease-in-out;
	}
	#nav-toggle.active span {
	  background-color: transparent;
	}
	#nav-toggle.active span:before, #nav-toggle.active span:after {
	  top: 0;
	}
	#nav-toggle.active span:before {
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	#nav-toggle.active span:after {
	   -webkit-transform: rotate(-45deg);
	  transform: rotate(45deg);
	}

	#pedro-amaral {
	  background-image: url(../img/marca-pedro-aberta.png);
	  background-position: 0 0;
	  width: 160px;
	  height: 35px;
	  text-indent: -9999px;
	  margin-top: 5px;
	  cursor: pointer;
	  background-size: 160px 35px;
	  float: left;
	}
	#texto-clientes, #texto-show h1, #texto-depoimentos, .tipo-show h2 {
		padding-top: 90px !important;
	}
	#progresso {
		display: none;
	}
	#header {
		height: 50px;
		border-bottom: 1px solid #f90000;
	}
	.fotos-show {
	  background: #252525;
	  padding: 0px 0;
	  margin-top: 30px;
	}
	.fotos-show .small-3 {
		width: 25%;
		padding: 0;
	}
	.oculta-mobile {
		display: none !important;
	}
	.oculta-desktop {
		display: inline-block;
	}
	#home {
		background: url(../img/bg-mobile.png) no-repeat center top;
		background-size: cover;
		background-attachment: scroll;
	}
	#texto-home {
	    animation-delay: 6s;
	    left: 50%;
	    margin-left: -45%;
	    pointer-events: none;
	    position: absolute;
	    top: 180px !important;
	    width: 90%;
	    z-index: 2;
	}
	#texto-home h1 {
	    border-bottom: 1px solid white;
	    color: white;
	    font-size: 28px;
	    font-weight: 800;
	    letter-spacing: 0px;
	    line-height: 27px;
	    padding: 0 20px 10px;
	    text-align: center;
	    text-transform: uppercase;
	}
	#texto-home p {
	    color: white;
	    font-size: 17px;
	    padding-top: 15px;
	    text-align: center;
	}
	.filtro {
/*		display: none;*/
	}
	#menu-principal {
		width: 100%;
		position: absolute;
		height: auto !important;
		margin-top: 40px;
	}
	#menu-principal li {
	  display: block;
	  font-size: 28px;
	  font-weight: 600;
	  padding: 0 8px;
	  text-align: center;
	}
	#menu-principal a {
		color: #3a3a3a;
		text-transform: uppercase;
		display: inline-block;
		-webkit-transition: all 1s;
		transition: all 1s;
		padding: 8px 0;
		border-bottom: 1px solid #f90000;
	}
	#menu-principal li.ativo a {
	  color: #3a3a3a;
	}
	.menu-container {
		padding: 0;
		background: rgba(255, 255, 255, .9);
		display: none;	
		height: 800px;
		
	}
	#botoes-home a.botao-conheca {
/*	    background: white;
	    color: #f90000;*/
	}
	.botao-orcamento {
	    animation-delay: 4.8s;
/*	    background: white !important;
	    color: #f90000 !important;*/
	}
	.bora-querer {
	  color: #f90000;
	  background: white;
	  line-height: 45px;
	  border-radius: 10px;
	  text-transform: uppercase;
	  font-size: 20px;
	  margin-left: 0;
	  display: block;
	  width: 100%;
	  margin-top: 15px;
	}
	#botoes-home a {
		border: 4px solid #f90000;
	    border-radius: 10px;
	    color: white;
	    display: inline-block;
	    font-size: 14px;
	    font-weight: 300;
	    line-height: 38px;
	    margin: 0 0px;
	    pointer-events: all;
	    text-align: center;
	    text-transform: uppercase;
	    transition: all 0.8s ease 0s;
	    width: 141px;
	}
	#texto-historia {
	    animation-delay: 1s;
	    left: 50%;
	    margin-left: -45%;
	    pointer-events: none;
	    position: absolute;
	    top: 35% !important;
	    transform: translate3d(0px, 0px, 0px);
	    transform-style: preserve-3d;
	    width: 90%;
	    z-index: 9999;
	}
	#texto-historia h1 {
	    border-bottom: 1px solid #f90000;
	    color: white;
	    font-size: 30px;
	    font-weight: 800;
	    letter-spacing: 0px;
	    line-height: 32px;
	    padding: 0 20px 10px;
	    text-align: center;
	    text-transform: uppercase;
	}
	#texto-historia p {
	    color: white;
	    font-size: 18px;
	    padding-top: 12px;
	    text-align: center;
	}
	#video_background {
		display: none;
	}
	#historia {
		background: url(../img/placeholderVideo.jpg) no-repeat center center;
		background-size: cover;
		opacity: 1 !important;
	}
	#historia a {
	    background: #f90000 none repeat scroll 0 0;
	    border: 4px solid #f90000;
	    border-radius: 10px;
	    color: white;
	    display: inline-block;
	    font-size: 18px;
	    font-weight: 600;
	    line-height: 50px;
	    margin: 25px 0px 0;
	    pointer-events: all;
	    text-align: center;
	    text-transform: uppercase;
	    transition: all 0.3s ease 0s;
	    width: 215px;
	}
	.icone-play {
	    display: inline-block;
	    margin-top: 9px;
	    position: absolute;
	    max-width: 30px;
	}
	.aperte {
	    display: inline-block;
	    margin-left: -31px;
	    padding-right: 12px;
	}
	#parar, #pausar {
		display: none !important;
	}
	#play:hover {
		opacity: 0 !important;
	}
	
	#texto-show {
	    text-align: center;
	    max-width: 90%;
	    margin: 0px auto;
	}
	#texto-show h1 {
	    padding: 120px 0px 10px;
	    color: #FFF;
	    font-size: 32px;
	    text-transform: uppercase;
	    border-bottom: 1px solid #FFF;
	    font-weight: 600;
	    letter-spacing: 0px;
	    line-height: 33px;
	    margin-bottom: 10px;
	}
	#texto-show h2 {
	    color: #FFF;
	    font-size: 17px;
	    margin-bottom: 20px;
	}
	#texto-show p {
	    color: #FFF;
	    font-size: 12px;
	    font-weight: 300;
	    line-height: 160%;
	}
	.icones-shows img {
	    margin: 0px 5px;
	    max-width: 78px;
	}
	.icones-shows {
	    z-index: 3;
	    margin: 20px auto;
	    height: 78px;
	}
	.limita-show {
	    margin: 0px auto;
	    text-align: center;
	    max-width: 90%;
	}
	.tipo-show h2 {
	    padding: 120px 0px 0px;
	    color: #f90000;
	    font-size: 45px;
	    font-weight: bold;
	    border-bottom: 1px solid #f90000;
	    letter-spacing: -1px;
	    margin: 0px auto 15px;
	}
	.tipo-show h3 {
	    font-size: 16px;
	    color: #f90000;
	    max-width: 90%;
	    margin: 0px auto;
	}
	.tipo-show p {
	    font-size: 12px;
	    color: #f90000;
	    line-height: 150%;
	    margin-top: 30px;
	}
	.tipo-show p.escolhas {
	    line-height: 15px;
	    padding: 0px;
	    width: 90% !important;
	    margin: 20px auto 0px;
	}
	.tipo-show a {
	    line-height: 40px;
	    padding: 0px 10px;
	    text-transform: uppercase;
	    border-radius: 5px;
	    font-size: 13px;
	    color: #f90000;
	    border: 2px solid #f90000;
	    transition: all 0.6s ease 0s;
	    display: block;
	    margin: 0px 5px;
	}
	
	.tipo-show .escolhas img {
		display: inline-block;
		width: 60px !important;
		cursor: pointer;
		margin: 0 10px;
		display: inline-block;
		padding: 20px 0px 0px;
		max-width: 130px;
		max-height: 100%;
	}
	#frase-do-dia {
		background: url(../img/pedro-fogo-mobile.jpg) no-repeat center center;
		background-attachment: scroll !important;
		
	}
	#texto-frase {
	    left: 50%;
	    margin-left: -45%;
	    pointer-events: none;
	    position: absolute;
	    text-align: center;
	    top: 40%;
	    width: 90%;
	    z-index: 10;
	}
	#frase-do-dia h2 {
	    border-bottom: 1px solid #f90000;
	    color: white;
	    font-size: 40px;
	    font-weight: 600;
	    letter-spacing: -1px;
	    line-height: 40px;
	    margin-bottom: 5px;
	    padding-bottom: 10px;
	    text-transform: uppercase;
	}
	#frase-do-dia h3 {
	    color: #fff;
	    font-size: 20px;
	    font-weight: 600;
	    letter-spacing: 0px;
	    line-height: 21px;
	    margin-bottom: 10px;
	    padding: 10px 10px 0;
	    text-transform: uppercase;
	}
	#frase-do-dia p {
	    color: white;
	    font-size: 13px;
	}
	#texto-depoimentos {
	    display: block;
	    margin: 0 auto;
	    padding-top: 130px;
	    pointer-events: none;
	    text-align: center;
	    width: 90%;
	    z-index: 10;
	}
	#depoimentos h1 {
	    border-bottom: 1px solid white;
	    color: #f90000;
	    font-size: 29px;
	    font-weight: 600;
	    letter-spacing: -1px;
	    line-height: 30px;
	    margin-bottom: 10px;
	    padding-bottom: 10px;
	    text-transform: uppercase;
	}
	#depoimentos #texto-depoimentos p {
	    color: #f90000;
	    font-size: 14px;
	    text-align: center;
	}
	#depoimentos .foto {
	    background: rgba(0, 0, 0, 0) url("../img/bg-cliente.png") no-repeat scroll center center;
	    float: left;
	    height: 97px;
	    margin: 0 20px;
	    width: 97px;
	    background-size: 97px 97px;
	}
	#depoimentos .foto img {
	    border-radius: 50%;
	    margin: 8px;
	    width: 84%;
	}
	#depoimentos .depoimento {
	    margin: 0px auto 0;
	    max-width: 90%;
	}
	#depoimentos h3 {
	    color: #f90000;
	    font-size: 18px;
	    margin-bottom: 10px;
	    padding-top: 20px;
	}
/*	#depoimentos p {
	    color: white;
	    font-size: 13px;
	    font-weight: 300;
	    line-height: 150%;
	    clear: both;
	    text-align: left;
	}*/
	#depoimentos #canvas-depoimentos {
	    margin-top: 10px;
	}
	#depoimentos .depoimento {
	    margin: 30px auto 0;
	    max-width: 90%;
	}
	#depoimentos .foto {
	  float: left;
	  height: 97px;
	  margin: 0 20px 0 0;
	  width: 97px;
	  background-size: 97px 97px;
	}
	#depoimentos .foto.par {
	    float: left;
	}
	#depoimentos .descricao.par {
	    float: none;
	    max-width: 100%;
	    text-align: left;
	}
	#depoimentos p {
	    clear: both;
	    color: white;
	    font-size: 13px;
	    font-weight: 300;
	    line-height: 120%;
	    text-align: left;
	    padding-top: 12px;
	}
	#depoimentos .mais-depoimentos a {
	    background: #767676 none repeat scroll 0 0;
	    border-radius: 6px;
	    color: white;
	    display: block;
	    font-size: 11px;
	    font-weight: 300;
	    line-height: 30px;
	    margin: 10px 5px 0 5px;
	    padding: 0 12px;
	    text-transform: uppercase;
	    transition: all 0.6s ease 0s;
	}
	#depoimentos .mais-depoimentos p {
		text-align: center
	}
	#depoimentos .mais-depoimentos img {
	    width: 27%;
	    margin-top: 20px
	}
	#texto-clientes {
	    display: block;
	    margin: 20px auto 20px;
	    padding-top: 130px;
	    pointer-events: none;
	    text-align: center;
	    width: 90%;
	    z-index: 10;
	}
	#clientes h1 {
	    border-bottom: 1px solid #f90000;
	    color: #f90000;
	    font-size: 28px;
	    font-weight: 600;
	    letter-spacing: -1px;
	    line-height: 32px;
	    margin-bottom: 15px;
	    padding-bottom: 5px;
	    text-transform: uppercase;
	}
	#clientes #texto-clientes p {
	    color: #f90000;
	    font-size: 16px;
	    padding: 0 10px;
	}
	#texto-social {
	    display: block;
	    margin: 20px auto 20px;
	    padding-top: 100px;
	    pointer-events: none;
	    text-align: center;
	    width: 90%;
	    z-index: 10;
	}
	#social h1 {
	    border-bottom: 1px solid white;
	    color: white;
	    font-size: 50px;
	    font-weight: 600;
	    letter-spacing: -1px;
	    line-height: 50px;
	    margin-bottom: 15px;
	    padding-bottom: 5px;
	}
	.merlin {
		  width: 35% !important;
	}
	#social #texto-social p {
	    color: white;
	    font-size: 16px;
	    font-weight: 300;
	}
	#social #seletor-social img {
	  margin: 0 10px;
	  width: 60px;
	}
	#social .conteudo-oculto h3 {
	  color: white;
	  font-size: 16px;
	  text-align: center;
	  font-weight: 300;
	  background: #292929;
	  line-height: 50px;
	}
	.info-shows, .info-face, .info-avaliacoes {
	  text-align: center;
	  padding: 20px 0;
	  margin: 0px 0 0;
	}
	.info-avaliacoes {
		padding-bottom: 60px;
	}
	.info-shows h2, .info-face h2, .info-avaliacoes h2 {
	  color: white;
	  font-size: 58px;
	}
	.info-shows h4, .info-face h4, .info-avaliacoes h4 {
	  color: white;
	  font-size: 16px;
	  font-weight: 300;
	}
	.vinte-porcento img {
	  border: none !important;
	  display: block;
	}
	.vinte-porcento {
	  width: 50%;
	  float: left;
	  position: relative;
	}
	.vinte-porcento:nth-child(7), .vinte-porcento:nth-child(8), .vinte-porcento:nth-child(9), .vinte-porcento:nth-child(10) {
	  display: none;
	}
	.video-container iframe {
		width: 90%;
		height: 96%;
	}
	.video-container {
	  padding: 10px 0;
	  text-align: center;
	}
	#texto-contato {
	  pointer-events: none;
	  width: 90%;
	  z-index: 10;
	  text-align: center;
	  margin-top: 160px;
	  margin: 20px auto;
	  padding-top: 130px;
	  display: block;
	}
	#contato h1 {
	  color: #f90000;
	  font-size: 29px;
	  text-transform: uppercase;
	  border-bottom: 1px solid #f90000;
	  font-weight: 600;
	  letter-spacing: -1px;
	  line-height: 31px;
	  padding-bottom: 10px;
	  margin-bottom: 15px;
	}
	#contato #texto-contato p {
	  font-size: 16px;
	  color: #f90000;
	}
	#formulario-contato #nome, #formulario-contato #email, #formulario-contato #mensagem {
	  width: 90%;
	  margin: 0 auto 10px;
	}
	#formulario-contato label {
	  color: #f90000;
	  font-size: 14px;
	  font-family: 'Ek Mukta';
	  line-height: 22px;
	  margin-left: 5px;
	}
	#gosta {
	  font-family: 'Ek Mukta';
	  font-size: 15px;
	  color: #f90000;
	  font-weight: 300;
	  margin-top: 10px;
	}
	#gosta {
	  font-family: 'Ek Mukta';
	  font-size: 15px;
	  color: #f90000;
	  font-weight: 300;
	  display: block;
	    text-align: center;
	    margin: 20px 0 10px;
	}
	#formulario-contato label {
	  color: #f90000;
	  font-size: 14px;
	  font-family: 'Ek Mukta';
	  line-height: 22px;
	  margin-left: 20px;
	}
	#formulario-contato input[type=submit] {
	  height: 41px;
	  line-height: 40px;
	  font-size: 18px;
	  padding: 0 50px;
	  text-transform: uppercase;
	  box-shadow: none;
	  border: none;
	  background: #f90000;
	  color: white;
	  cursor: pointer;
	  transition: all 1s !important;
	  -webkit-transition: all 1s !important;
	  border-radius: 7px;
	  float: none;
	  width: 90%;
	  margin: 20px auto 0;
	  display: block;
	}
	#contato {
	  width: 100%;
	  min-height: 100%;
	  position: relative;
	}
	#outros-contatos p {
	  text-align: right;
	  font-size: 14px;
	 }
	 #formulario-contato {
	   max-width: 100%;
	   margin: 0 auto;
	 }
	#footer {
	  height: 40px;
	  background: #2f2f2f;
	  width: 100%;
	  position: relative;
	}
	#footer #bravo-creative {
		margin-top: 12px;
		margin-right: 10px;
	}
	.sucesso img {
	  max-width: 200px;
	  border-radius: 50%;
	}

	.fechar {
	  background: url(images/fechar.png) no-repeat;
	  position: absolute;
	  top: 60px;
	  right: 19px;
	  width: 25px;
	  height: 25px;
	  background-size: 25px 25px;
	  cursor: pointer;
	}
	#marcas-clientes p {
	  text-align: center;
	  padding: 10px 10px 0 0;
	  font-size: 15px;
	}
.botao-galera, .botao-palco, .botao-medida {
	cursor: pointer;
  max-width: 160px;
  margin: 0 0;
}
}






@media only screen and (min-height: 569px) 
	and (max-height: 736px)
    and (orientation : portrait) 
{
	#texto-home {
	  top: 260px !important;
	}
	#formulario-contato label {
	  color: #f90000;
	  font-size: 14px;
	  font-family: 'Ek Mukta';
	  line-height: 22px;
	  margin-left: 34px;
	}
	#contato {
	  background-size: 170px 124px;
    	padding-bottom: 25px;
	}
	#outros-contatos {
	  clear: both;
		padding-top: 25px;
	  padding-right: 22px;
	  margin-top: 26px;
	}
}



@media only screen 
    and (min-height : 374px) 
    and (orientation : portrait) 
    and (-webkit-min-device-pixel-ratio : 3) 
{
	#texto-home {
	  top: 220px !important;
	}
	#formulario-contato label {
		color: #f90000;
		font-size: 14px;
		font-family: 'Ek Mukta';
		line-height: 22px;
		margin-left: 34px;
	}
	#outros-contatos {
		padding-top: 25px;
		padding-right: 25px;
	}
	#contato {
		padding-bottom: 25px;
	}
}