/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*
 * AZUL #00cccc
 */

body, html{
	font-size: 62.5%;
	height: 100%;
}

body{
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	background-color: white;
	background: -moz-linear-gradient(left, #e0dfde 0%, #ffffff 50%, #e4e4e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e0dfde), color-stop(50%,#ffffff), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #e0dfde 0%,#ffffff 50%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #e0dfde 0%,#ffffff 50%,#e4e4e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #e0dfde 0%,#ffffff 50%,#e4e4e4 100%); /* IE10+ */
	background: linear-gradient(to right, #e0dfde 0%,#ffffff 50%,#e4e4e4 100%); /* W3C */
}

.xdebug-var-dump{
	font-size: 15px;
}

::-moz-selection {
	background: #00CCCC;
}

::selection {
	background: #00CCCC;
	}


a{
	color: inherit;
}

.clear{
	clear: both;
	height: 1px;
	overflow: hidden;
}

.relative{
	position: relative;
	border: 10px solid red;
}

.videoWrapper {
	position: relative;
	padding-top: 25px;
	height: 0;
	/*width: 79.6%;*/
	margin: 0 auto;
	overflow: hidden;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapperNews {
	width: 79.6%;
	padding-bottom: 31%;
}

.videoWrapperWork16x9 {
	width: 100%;
	padding-bottom: 52.5%;
}

.videoWrapperWork4x3 {
	width: 100%;
	padding-bottom: 68%;
}


.imagemGrandeWork{
	width: 100%;
	overflow: hidden;
	padding-bottom: 15px;
}

.imagemGrandeWork img{
	width: 100%;
}

.contentorGeral{
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	overflow: hidden;
}

a{
	text-decoration: none;
}

/*
 * HEADER
 */

header{
	font-family: 'Advent Pro', sans-serif;
	overflow: auto;
	width: 100%;
}

.headerLogo{
	padding-top: 30px;
	float: left;
}

.headerLinks{
	float: left;
	margin-left: 16.7021276596%;
	padding-top: 27px;
}

.headerLinks a{
	font-size: 1.6rem;
	color: #333333;
}

.headerLinks a.selecionado{
	color: #00cccc;
}

.headerLinks ul{
	margin: 0;
	list-style-position: outside;
	list-style: none;
	padding: 0;
}

.headerLinks li{
	float: left;
	margin-left: 40px;
	/*border-top: 1px solid #00cccc;*/
	border-top: 1px solid transparent;
	padding-right: 30px;
	padding-top: 7px;
}

.headerLinksSelecionado{
	border-top: 1px solid #00cccc !important;
}

.headerRedesSociais{
	float: right;
	padding-top: 30px;
}

/*
 * FOOTER
 */

footer{
	font-family: 'Advent Pro', sans-serif;
	/*position: absolute;
	left: 0;
	right: 0;
	bottom: 0;*/
	background-color: #333333;
	/*height: 42px;*/
	border-top: 1px solid #9f9f9f;
	color: white;
	margin-top: 150px;
	font-size: 1.2rem;
}

.footerCopyright{
	margin-top: 14px;
	margin-left: 43px;
}

.footerLinks{
	float: right;
	margin-top: 12px;
	margin-right: 1%;
}

.footerLinks a{
	font-size: 1.5rem;
	color: white;
}

.footerLinks ul{
	margin: 0;
	list-style-position: outside;
	list-style: none;
	padding: 0;
}

.footerLinks li{
	float: left;
	margin-left: 40px;
}

footer p{
	text-align: center;
}

/*
 * Conteudos
 */

.conteudoCentral{
	margin-top: 70px;
	margin-left: 2.9787234043%;
	margin-right: 2.9787234043%;
}

/*
 * About
 */

.aboutEsquerda{
	float: left;
	width: 70.7013%;
	max-width: 625px;
}

.aboutDireita{
	float: right;
	width: 22.6244%;
	max-width: 200px;
}


h1{
	font-family: 'Oswald', sans-serif;
	font-size: 2.5rem;
}

.textos{
	font-size: 1.4rem;
}

.subtitulos{
	margin-top: 50px;
	font-size: 1.8rem;
}

.aboutSlogan{
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
}

.aboutSlogaPalavraImpar{
	color: #00cccc;
}

.aboutSlogaPalavraPar{
	color: #ff6a63;
}

.aboutEsquerdaDivisorCentral{
	border-top: 1px solid silver;
	height: 1px;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 20px;
}

.aboutEsquerdaEsquerda{
	float: left;
	width: 48%;
	max-width: 300px;
}

.aboutEsquerdaDireita{
	float: right;
	width: 48%;
	max-width: 300px;
}

.aboutDireitaContentor{
	background-color: white;
	width: 100%;
	overflow: auto;
}

.aboutDireitaContentorTitulo{
	color: #00cccc;
	font-size: 1.8rem;
	clear: none;
	float: left;
	margin-left: 7%;
}

.aboutDireitaContentorNavegacao{
	float: right;
	margin-right: 7%;
	margin-top: 17px;
}

.aboutDireitaContentorDivisor{
	border-top: 1px solid #00cccc;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.aboutDireitaContentorRecentWork{
	text-align: center;
	margin-top: 15px;
}

.aboutDireitaContentorRecentWork img{
	width: 83%;
}

.aboutDireitaContentorTags{
	clear: both;
	list-style: none;
	padding-left: 10%;
	line-height: 2rem;
}

.aboutDireitaContentorTags li:before {
	content: "> ";
}

.aboutDireitaContentorTags a{
	color: inherit;
}

/*
 * News
 */


.newsTextoPrincipal{
	font-size: 1.4rem;
	float: left;
	vertical-align: top;
	width: 55%;
	margin-right: 4%;
	clear: left;
}

.newsIlustracaoPrincipal{
	float: right;
	vertical-align: top;
	width: 40.43%;
	clear: right;
}

.newsIlustracaoPrincipal figure{
	width: 100%;
}

.newsIlustracaoPrincipal img{
	width: 100%;
}

.divisorNewsWork{
	background-image: url('../img/divisorNewsWork.png');
	background-repeat: no-repeat;
	height: 3px;
	overflow: hidden;
	margin-top: 60px;
	clear: both;
}


.workRecentWork{
	margin-left: 2.6595%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.newsUmaNews{
	float: left;
	width: 45%;
	overflow: auto;
	margin-bottom: 35px;
	cursor: pointer;
}

.newsUmaNews:nth-child(2n){ /* Coluna da esquerda */
	margin-right: 5%;
}

.newsUmaNews:nth-child(2n+1){ /* Coluna da direita */
	margin-left: 5%;
}

.newsUmaNewsImagem{
	float: left;
	width: 50.6861%;
	overflow: hidden;
}

.newsUmaNewsImagem img{
	width: 100%;
	/* Webkit for Chrome and Safari */
	  -webkit-transform: scale(1, 1); // This is the scale for the normal size of the image.
	  -webkit-transition-duration: 500ms;
	  -webkit-transition-timing-function: ease-out;

	  /* Webkit for Mozila Firefox */
	  -moz-transform: scale(1, 1);
	  -moz-transition-duration: 500ms;
	  -moz-transition-timing-function: ease-out;

	  /* Webkit for IE( Version: 11, 10 ) */
	  -ms-transform: scale(1, 1);
	  -ms-transition-duration: 500ms;
	  -ms-transition-timing-function: ease-out;

	  transform: scale(1, 1);
	  transition-duration: 500ms;
	  transition-timing-function: ease-out;
}

.newsUmaNewsImagem img:hover{
	/* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.2, 1.2); // This is the enlarged size scale of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;

  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;

  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.20, 1.20);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;

  transform: scale(1.20, 1.20);
  transition-duration: 500ms;
  transition-timing-function: ease-out;
}

.newsUmaNewsTexto{
	margin-left: 52.6861%;
}

.newsUmaNewsTexto h1{
	margin-top: 0;
	font-size: 1.5rem;
}

/*
 * WORK
 */

.workSubtitulo{
	margin-top: 40px;
	font-size: 1.8rem;
}

.workEsquerda16x9{
	width: 70.927%;
	float: left;
	margin-top: 25px;
}

.workEsquerda4x3{
	width: 54.751%;
	float: left;
	margin-top: 25px;
}

.workDireita16x9{
	width: 28%;
	float: right;
	/*margin-right: -28px;*/
	margin-top: 25px;
}

.workDireita16x9 img{
	width: 100%;
}

.workDireita4x3{
	width: 45% !important;
	float: right;
	/*margin-right: -28px;*/
	margin-top: 25px;
}

.workDireita4x3 img{
	width: 48% !important;
	margin-left: 1%;
	margin-bottom: 5px;
	float: left;
}

.workRestoImagens{
	clear: both;
	width: 100%;
}

.workRestoImagens img{
	display: block;
	float: left;
	width: 32.6% !important;
	margin-left: 0.3%;
	margin-right: 0.3%;
	margin-top: 7px;
}

.workBaixo{
	width: 100%;
}

.workBaixoItem{
	float: left;
	width: 24%;
	margin: 0.50%;
	position: relative;
	overflow: hidden;
}

.workBaixo img{
	width: 100%;
}

.workBaixoItem img{
	/* Webkit for Chrome and Safari */
  -webkit-transform: scale(1, 1); // This is the scale for the normal size of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;

  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;

  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;

  transform: scale(1, 1);
  transition-duration: 500ms;
  transition-timing-function: ease-out;
}

.workBaixoItem img:hover{
	/* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.2, 1.2); // This is the enlarged size scale of the image.
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;

  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;

  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.20, 1.20);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;

  transform: scale(1.20, 1.20);
  transition-duration: 500ms;
  transition-timing-function: ease-out;
}

.workBaixoItemTitulo{
	position: absolute;
	padding: 5px;
	background-color: rgba(255,255,255, 0.5);
	left: 0;
	right: 0;
	bottom: 0;
	color: black;
	font-size: 1.1rem;
}

.workBaixoLoadMore{
	text-align: center;
	padding-top: 50px;
	clear: both;
	cursor: pointer;
}

.workMenu{
	width: 100%;
	/*overflow: auto;*/
	display: table;
}



.workMenuVideo{
	float: left;
	width: 5.0904%;
	padding-top: 20px;
}

.workMenuTexto{
	float: left;
	width: 4.1855%;
	padding-top: 29px;
}

.workMenuLegenda{
	/*float: left;*/
	display: table-cell;
	width: 12.4434%;
	vertical-align: middle;
}

.workMenuLibrary{
	/*float: left;*/
	display: table-cell;
	vertical-align: top;
	width: 38.6877%;
	padding-top: 28px;
	font-size: 1.1rem;
}

.workMenuSelect{
	/*float: right;*/
	display: table-cell;
	width: 30%;
	text-align: right;
	/*padding-top: 20px;*/
	font-size: 1.1rem;
	position: relative;
}


/*
 * Contact
 */

.contactsEsquerda{
	float: left;
	width: 45.2488%;
}

.contactsEsquerda h1{
	margin-top: 50px;
	color: #00cccc;
	font-size: 1.8rem;
}

.contactsEsquerda input[type="text"]{
	border: 1px solid silver;
	font-size: 1.3rem;
	width: 100%;
	margin-top: 8px;
	padding: 5px;
	background-color: inherit;
}

.contactsEsquerda input[type="email"]{
	border: 1px solid silver;
	font-size: 1.3rem;
	width: 100%;
	margin-top: 8px;
	padding: 5px;
	background-color: inherit;
}

.contactsEsquerda textarea{
	border: 1px solid silver;
	font-size: 1.3rem;
	width: 100%;
	margin-top: 8px;
	height: 200px;
	padding: 5px;
	background-color: inherit;
}

.contactsEsquerda input[type="text"]:focus, .contactsEsquerda input[type="email"]:focus, .contactsEsquerda textarea:focus{
	background-color: white;
}


.contactsSubmit{
	text-align: right;
	margin-top: 8px;
}

.contactsSubmit input{
	background-color: white;
	border: none;
	font-size: 1.3rem;
	border-bottom: 3px solid #00cccc;
	padding: 5px;
}

.contactsDireita{
	float: right;
	width: 45.2488%;
	font-size: 1.3rem;
	margin-top: 50px;
}

.contactsDireitaResumo{
}

.contactsDireitaCorpo{
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}

.contactsDireitaCorpo img{
	float: left;
	margin-right: 2%;
}

.contactsDireitaCorpo span{
	float: left;
	display: block;
	padding-top: 40px;
}

.mapaGoogle{
	clear: both;
	background-color: #e9e5dc;
	margin-top: 40px;
	height: 220px;
	border: 1px solid #00cccc;
	display: block;
	margin-top: 30px;
}

.erroFormulario{
	color: red;
}

form label{
	display: none;
	font-size: 1.2rem;
}

.veuContacto{
	background-color: rgba(0,0,0,0.9);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
}

.fecharVeuContacto{
	text-align: right;
	color: white;
	position: fixed;
	top: 5px;
	right: 15px;
	font-size: 2.4rem;
	cursor: pointer;
}

.caixaMensagem{
	position: fixed;
	width: 350px;
	height: 200px;
	background-color: rgba(255,255,255,0.9);
	left: 50%;
	margin-left: -175px;
	top: -2500px;
	border-radius: 5px;
	border: 1px solid #363636;
	-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
	-moz-box-shadow:    0px 0px 10px rgba(255, 255, 255, 0.75);
	box-shadow:         0px 0px 10px rgba(255, 255, 255, 0.75);
	font-size: 2.4rem;
	padding: 50px;
}

.caixaMensagemEmail{
	background-image: url('../img/emailEnviado.png');
	background-position: 15px 10px;
	background-repeat: no-repeat;
	padding-top: 60px;
}

.floatMenu{
	background-color: white;
	position: fixed;
	left: 0;
	right: 0;
	top: -150px;
	z-index: 5002;
}

.floatMenuLogo{
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.floatMenuLinks{
	float: right;
	width: 60%;
	text-align: right;
}

.floatMenuLinks ul{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: inside;
}

.floatMenuLinks li{
	display: inline-block;
	font-family: 'Advent Pro', sans-serif;
	font-size: 2rem;
	color: #00cccc;
	margin-left: 5%;
	padding-top: 7px;
}

.selectBox{
	background-color: white;
	position: absolute;
	z-index: 5000;
	width: 100%;
	top: 15px;
}

.selectBox ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.selectBox li{
	background-color: #ff6a63;
	margin-bottom: 3px;
	color: white;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	display: none;
	background-position: 8px center;
	background-repeat: no-repeat;
}

.selectBox li:nth-child(1){
	display: block;
	background-image: url('../img/setaSelect.png');
}


.umWorkDetalhe{
	width: 100%;
	clear: both;
	background-color: white;
	height: auto;
	overflow: hidden;
}

.umWorkDetalheAberto{
	border-top: 3px solid #262626;
	border-bottom: 3px solid #262626;
}

.umWorkDetalheAberto .textos, .umWorkDetalheAberto .workSubtitulo{
	padding-left: 2%;
}

.umWorkDetalheFechar{
	font-size: 30px;
}

.umWorkDetalheFecharBotao{
	float: right;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.ajaxWait{
	position: fixed;
	left: 50%;
	margin-left: -62px;
	top: 50%;
	margin-top: -32px;
	width: 64px;
	height: 64px;
	background-image: url('../img/ajax_wait.gif');
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
}
.veuZoom{
	background-color: black;
	background-color: rgba(0,0,0,0.9);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
}

.barraTopoZoom{
	height: 40px;
	overflow: hidden;
	border-bottom: 1px solid black;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
}

.barraTopoZoomFechar{
	float: right;
	color: white;
	width: 40px;
	height: 40px;
	font-size: 70px;
	cursor: pointer;
	line-height: 50%;
	margin-right: 20px;
}

.barrasVerticais{
	width: 50px;
	position: fixed;
	top: 40px;
	bottom: 0;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
}

.barrasVerticais:hover{
	background-color: black;
	background-color: rgba(0,0,0,0.9);
}

.barraEsquerdaZoom{
	left: 0;
	background-image: url('../img/setaEsquerda.png');
}

.barraDireitaZoom{
	right: 0;
	background-image: url('../img/setaDireita.png');
}

.contentorZoom{
	position: fixed;
	/*background-color: red;*/
	text-align: center;
	bottom: 20px;
}

.contentorZoom img{
	max-width: 100%;
	max-height: 100%;
}

.setasMobile{
	float: left;
	color: white;
	width: 40px;
	height: 40px;
	font-size: 70px;
	cursor: pointer;
	line-height: 50%;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}

.anteriorMobileZoom{
	background-image: url('../img/setaEsquerda.png');
}

.seguinteMobileZoom{
	background-image: url('../img/setaDireita.png');
}
