@charset "UTF-8";

.notificacoes-cabecalho {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    background-color: white;
		box-shadow: 0px 2px 20px;
		z-index: 10;
}
.grupo-bezerra-titulo {
	background-image: url('/grupo/imagens/grupo-bezerra-logo.jpg');
	width: 138px;
	height: 40px;
	margin: 10px auto;
	display: block;
	font-size: 0;
}

.oculto {
	display: none;
}
.visivel {
	display: flex;
}
.notificacao-area {
	position: absolute;
	flex-direction: column;
	top: 60px;
	right: 0;
	max-width: 300px;
	height: auto;
	background-color: #ff6600;
	border: 5px solid #ff6600;
	z-index: 5;
}
.notificacao-area::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	transform: rotateZ(45deg);
	background-color: #ff6600;
	position: absolute;
	top: -12px;
	right: 21px;
	z-index: -1;
}
@charset "utf-8";
/* -----------------------------------------------------
 * Autor:	 Ciebit
 * Criado:	 16/12/2014
 * Alterado: 16/12/2014
*/

/* -----------------------------------------------------
 * Geral
*/
html, body
{
	height: 100%;
	width:  100%;
	border: none;
	margin: 0;
	font-family: 'Raleway', sans-serif;
	margin-top: 30px;
}
.quebra
{
    clear:  both;
    border: 0;
    margin: 0;
}
.centralizador
{
	max-width: 1000px;
	padding:   0 5%;
	margin:    0 auto;
}
.titulo-paginas
{
	margin:      0;
	text-align:  center;
	font-weight: normal;
	font-size:   1.2em;
}
.sub-titulo {
	font-weight: normal;
	font-size:   1em;
}

/* Telas Maiores que: */
@media all and (min-width: 1px) {
	.titulo-paginas { text-align: left; }
}
/* Telas Maiores que: */
@media all and (min-width: 400px) {
	.titulo-paginas { font-size: 2.4em; }
	.sub-titulo     { font-size: 1.8em; }
}

#apartamentos .titulo-paginas,
#a-cidade .titulo-paginas,
#contato .titulo-paginas,
#sobre .titulo-paginas
{ color: #1f2041; }

#auditorio    .titulo-paginas,
#restaurante  .titulo-paginas,
#espaco-shows .titulo-paginas
{ color: #FFFFFF; }


/* -----------------------------------------------------
 * Cabeçalho
*/
#cabecalho
{
	position:   relative;
	background-color:    #b4b097;
	background-image:    url('https://files1.ciebit.com/hotelbezerra/header-hotel.jpg');
	background-repeat:   no-repeat;
	background-position: center;
	background-size:     cover;
}
.cabecalho-barra
{
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255, 0.6);
}
#cabecalho-marca
{
	display:    block;
	width:      90%;
	max-width:  216px;
	width:      auto;
	height:     auto;
	max-height: 109px;
	padding:    25px 0 65px 0;
	border:     none;
	margin:     0 auto;
}
#conteudo {
	position: relative;
	/* margin-top: 50px; */
}

/* Telas maiores que: */
/* @media all and (min-width: 500px) {
	#cabecalho
	{
		background-image: url('/geral/imagens/planosdefundo/cabecalho_g.jpg');
	}
} */

/* Telas maiores que: */
@media all and (min-width: 980px) {
	#conteudo {
		position: absolute;
		top:   100%;
		width: 100%;
		z-index: 1;
	}
	#cabecalho {
		position: absolute;
        margin-top: -62px;
		width:   100%;
		height:  100%;
		z-index: 2;
	}
	.cabecalho-barra
	{
		position: absolute;
		bottom:   0;
		left:     0;
		right:    0;
		padding:  20px 0;
	}
	#cabecalho-marca
	{
		display: inline-block;
		padding: 0;
	}
}

/* -----------------------------------------------------
 * Menu Topo
*/
#menu-topo
{
	z-index:    90;
	position:   fixed;
	top:        0;
	width:      100%;
	height:     60px;
	background:  rgb(0,0,0);
	background: rgba(0,0,0,0.8);
}
#menu-topo .centralizador
{
	position:  relative;
	max-width: 1000px;
	padding:   0 5%;
	margin:    0 auto;
}
#menu-topo .menu_topo-bloco { margin: 0 0 0 125px; }
.menu_topo-marca
{
	position: absolute;
	top:      6px;
	left:     5%;
	display:  inline-block;
	border:   none;
}
.menu_topo-areas
{
	position: relative;
	float:    left;
	padding:  0;
	margin:   0;
}
.menu_topo-titulo
{
	cursor:      pointer;
	padding:     10px 20px 0 20px;
	margin:      0;
	line-height: 50px;
	font-weight: normal;
	font-size:   1em;
	color:       #FFFFFF;
}
.menu_topo-areas:hover .menu_topo-titulo { background: #000000; }
.menu_topo-lista
{
	position:   absolute;
	display:    none;
	min-width:  100%;
	padding:    10px 0;
	margin:     0;
	list-style: none;
	background: #000000;
}
.menu_topo-areas:hover .menu_topo-lista
{
	display: block;
}
.menu_topo-lista a
{
	display:         block;
	padding:         5px 20px;
	text-decoration: none;
	color:           #FFFFFF;
}
.menu_topo-lista a:hover
{
	background:  rgb(102,102,102);
	background: rgba(102,102,102,0.7);
}
.menu_topo-bt
{
	cursor:     pointer;
	overflow:   hidden;
	float:      left;
	display:    block;
	width:      20px;
	height:     20px;
	padding:    0;
	border:     none;
	margin:     25px 0 0 10px;
	background: transparent;
}
.menu_topo-bt:before
{
	content:    ' ';
	display:    block;
	width:      20px;
	height:     20px;
	background: url('/geral/imagens/catalogo_pequeno_v2.png') no-repeat -260px 4px;
}

/* Telas menores que: */
@media all and (max-width: 680px) {
	.menu_topo-areas { display: none; }

	.menu_topo-bt
	{
		position: absolute;
		top:      0;
		right:    5%;
		margin:   20px 0 0 10px;
	}
}


/* -----------------------------------------------------
 * Menu
*/
#cabecalho-menu
{
	padding-bottom: 10px;
	text-align:     center;
	color:          #333333;
}
.menu-titulo
{
	margin:      0 0 5px 0;
	font-size:   0.7em;
	font-weight: normal;
}
.menu-lista
{
	padding:    0;
	margin:     0 0 40px 0;
	list-style: none;
}
.menu-lista a
{
	line-height:     180%;
	text-decoration: none;
	font-size:       1em;
	color:           #333333;
}
/* Telas maiores que: */
@media all and (min-width: 980px) {
	#cabecalho-menu
	{
		display:        inline-block;
		text-align:     left;
		vertical-align: bottom;
		padding-bottom: 0;
	}
	.menu-areas
	{
		float:  left;
		margin: 0 0 0 65px;
	}
	.menu-lista { margin: 0; }
}

/* -----------------------------------------------------
 * Auditório
*/
#auditorio
{
	padding: 10px;
	background: #dcd3b6 url('https://files1.ciebit.com/hotelbezerra/header-hotel.jpg') no-repeat center center;
	background-size: cover;
}

/* Telas maiores que: */
@media all and (min-width: 400px) {
	#auditorio
	{
		min-height: 570px;
		padding-top: 45px;
		/* background-image: url('/geral/imagens/planosdefundo/auditorio_g.jpg'); */
	}
	#auditorio .titulo-paginas
	{
		padding: 30px 0 0 0;
		margin:  0 0 10px 0;
	}
}
@media all and (min-width: 800px) {
	#auditorio .aluguel-area{
		margin-left: 0;
	}
}
/* -----------------------------------------------------
 * Entretenimento
*/
#ent-cabecalho
{
	background: #FFCC00;
	border-bottom: 2px solid #302B04;
}
.ent-titulo
{
	padding: 20px 10px 10px 10px;
	margin:  0;
	color:   #302B04;
}
.ent-imagem
{
	display:   block;
	max-width: 100%;
	width:     auto;
	height:    auto;
	border:    0;
	margin:    0 auto;
}
/* Telas maiores que: */
@media all and (min-width: 401px) {
	.ent-titulo
	{
		padding: 40px 0 10px 0;
		margin:  0;
	}
}



/* -----------------------------------------------------
 * Espaço para Shows
*/
#espaco-shows
{
	padding: 10px 0;
	background: #96692e url('/geral/imagens/planosdefundo/salao_shows_comp.jpg') no-repeat center center;
	background-size: cover;
}
/* Compatibilidade com o IE: */
@media all and (min-width: 1px) {
	#espaco-shows
	{
		background-image: url('/geral/imagens/planosdefundo/salao_shows_p.jpg');
	}
}

/* Telas maiores que: */
@media all and (min-width: 400px) {
	#espaco-shows { padding:    30px 0; }
	#espaco-shows .titulo-paginas
	{
		padding: 50px 0 0 0;
		margin:  0;
	}
	#espaco-shows .alu-valor
	{
		padding:   20px;
		font-size: 2em;
	}
}
/* Telas maiores que: */
@media all and (min-width: 800px) {
	#espaco-shows
	{
		background-image: url('/geral/imagens/planosdefundo/salao_shows_g.jpg');
	}
	#espaco-shows .aluguel-area
	{
		margin: 20px 0 20px auto;
	}
}

/* -----------------------------------------------------
 * Áreas para Aluguel (Quadro Azul)
*/
.aluguel-area
{
	width:      100%;
	max-width:  360px;
	margin:     20px auto;
	color:      #FFFFFF;
	background: #1f2041;
	background: rgba(31,32,65,0.8);
}
.alu-are-centralizador { padding: 13%; }

.alu-descricao
{
	margin: 0;
	line-height: 120%;
}
.alu-valor
{
	text-align: center;
	background: #1f2041;
	padding:    0 15px 10px 15px;
	margin:     0;
	font-size:  1.2em;
}
.alu-val-reais  { font-size:   2em; }
.alu-val-moedas { font-size: 1.2em; }

.alu-lista
{
	padding:     0;
	margin:      0;
	list-style:  none;
	line-height: 120%;
}
.alu-observacao
{
	margin:    0;
	font-size: 0.8em;
}
.aluguel-area .bt_geral
{
	display: block;
	margin:  0 auto;
}


/* Telas maiores que: */
@media all and (min-width: 401px) {
	.aluguel-area
	{ max-width:  360px; }
	.alu-are-centralizador
	{ padding: 0 50px 25px 50px; }
	.alu-lista
	{
		line-height: 120%;
		font-size:   1.2em;
	}
	.alu-valor
	{
		padding:    0 15px 10px 15px;
		margin:     0 0 10px 0;
		font-size:  1.2em;
	}
	.alu-descricao
	{
		font-size:   1.2em;
		line-height: 120%;
	}
	.alu-val-reais  { font-size: 3em; }
	.alu-val-moedas { font-size: 1.8em; }
	.alu-observacao { font-size: 0.8em; }

	.aluguel-area .bt_geral { margin-top: 30px; }
}
/* Telas maiores que: */
@media (min-width: 401px) and (max-width: 800px) {
	.aluguel-area 	{ margin: 0 auto; }
}

/* -----------------------------------------------------
 * Contato
*/
.cont-formulario label
{
	font-size: 0.6em;
	color:     #4d4d4d;
}

.cont-titulo   { margin: 20px 10px 25px 10px; }
.cont-for-area { margin: 0 0 10px 0; }

.cont-formulario,
.cont-outros
{
	max-width: 650px;
	margin:    0 auto 60px auto;
}
.cb-form_campo
{
	outline:     none;
	width:       89%;
	max-width:   89%;
	min-width:   89%;
	padding:     10px 5%;
	border:      solid 1px #4d4d4d;
	font-family: 'Raleway', sans-serif;
	font-size:   1.2em;
	color:       #1f2041;
}
.cb-form_campo:focus { border-color: #be8e57; }
.cb-enviar { text-align: center; }

.cont-outros { text-align: center; }
.cont-outros .sub-titulo
{
	margin:     0 0 5px 0;
	font-size:  1em;
	color:      #1f2041;
}
.cont-out-texto
{
	margin:      0 0 10px 0;
	line-height: 150%;
	font-size:   0.8em;
	color:       #4d4d4d;
}
.cont-out-texto a
{
	text-decoration: none;
	color:  #4d4d4d;
}

/* Telas maiores que: */
@media all and (min-width: 651px) {
	.cont-titulo   { margin: 70px 0 0 0; }
	.cont-for-area { margin: 0 0 20px 0; }

	.cont-formulario
	{
		float:  left;
		width:  45.5%;
		margin: 95px 0 0 0;
	}
	.cont-formulario label { font-size: 0.8em;}

	.cb-form_campo { font-size: 1.2em; }
	.cb-enviar     { text-align: right; }

	.cont-outros
	{
		float:       right;
		width:       47.17%;
		padding:     0 0 0 3.33%;
		border-left: solid 1px #1f2041;
		margin:      95px 0 0 0;
		box-sizing:  border-box;
		text-align:  left;
	}
	.cont-outros .sub-titulo  { font-size: 1.2em; }
	.cont-out-texto
	{
		margin:      0 0 20px 0;
		line-height: 120%;
		font-size:   1.2em;
	}
}


/* -----------------------------------------------------
 * Botões
*/
.bt_geral
{
	cursor:  pointer;
	padding: 10px 15px;
	border:  none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		-ms-border-radius: 4px;
		 -o-border-radius: 4px;
			border-radius: 4px;
	font-family: 'Raleway', sans-serif;
	font-size: 1.1em;
}
.bt_geral:before
{
	content: ' ';
	display: inline-block;
	width:   20px;
	height:  20px;
	margin:  0 5px 0 0;
	vertical-align: middle;
}
.bt_reservar:before,
.bt_mensagem:before,
.bt_cancelar:before
{
	background-image: url('/geral/imagens/catalogo_pequeno_v2.png');
	background-repeat: no-repeat;
}
.bt_mensagem:before          { background-position: -230px -115px; }
.bt_cancelar:before          { background-position: -310px -115px; }
.bt_azul.bt_reservar:before  {
	background-image: url("/assets/icons/key-color-tertiary.png");
}
.bt_cinza.bt_reservar:before {
	background-image: url("/assets/icons/key-color-primary.png");
}

/* Telas maiores que: */
@media all and (min-width: 610px) {
	.bt_geral { font-size: 1.5em; }
	.bt_geral:before
	{
		width:   32px;
		height:  32px;
	}
	.bt_reservar:before,
	.bt_mensagem:before
	{
		background-image: url('/geral/imagens/catalogo_v2.png');
		background-repeat: no-repeat;
	}
	.bt_mensagem:before          { background-position: -230px -250px; }
}

.bt_cinza
{
	border-bottom: solid 2px #808080;
	color:         #1f2041;
	background:    #FFFFFF;
	background:    -webkit-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
	background:       -moz-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
	background:        -ms-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
	background:         -o-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
	background:      linear-gradient(to bottom, #FFFFFF 0%, #CCCCCC 100%);
}
.bt_azul
{
	border-bottom: solid 2px #0d0e20;
	color:         #FFFFFF;
	background:    #51527c;
	background:    -webkit-linear-gradient(top, #51527c 0%, #1f2041 100%);
	background:       -moz-linear-gradient(top, #51527c 0%, #1f2041 100%);
	background:        -ms-linear-gradient(top, #51527c 0%, #1f2041 100%);
	background:         -o-linear-gradient(top, #51527c 0%, #1f2041 100%);
	background:      linear-gradient(to bottom, #51527c 0%, #1f2041 100%);
}
.bt_vermelho
{
	border-bottom: solid 2px #B50000;
	color:         #FFFFFF;
	background:    #FF6E6E;
	background:    -webkit-linear-gradient(top, #FF6E6E 0%, #FF0000 100%);
	background:       -moz-linear-gradient(top, #FF6E6E 0%, #FF0000 100%);
	background:        -ms-linear-gradient(top, #FF6E6E 0%, #FF0000 100%);
	background:         -o-linear-gradient(top, #FF6E6E 0%, #FF0000 100%);
	background:      linear-gradient(to bottom, #FF6E6E 0%, #FF0000 100%);
}


/* -----------------------------------------------------
 * Rodapé
*/
/*.rodape
{
	margin:      60px 0 0 0;
	text-align:  center;
}
.rodape p
{
	margin:      15px 0 50px 0;
	font-family: 'Tahoma';
	color:       #999999;
}
.rodape a
{
	text-decoration: none;
	color: #999999;
}
.rodape:before
{
	content:    ' ';
	display:    inline-block;
	width:      40px;
	height:     1px;
	background: #999999;
}

#ciebit { margin: 0; }
#ciebit a
{
	outline: none;
	display: inline-block;
	width:   28px;
	height:  18px;
	border:  none;
	background: url('/geral/imagens/catalogo_pequeno_v2.png') no-repeat -270px -115px;
	text-indent: -9999px;
}*/
/* Telas menores que: */
@media all and (max-width: 399px) {
	.rodape      { padding:   0 10px; }
	.rodape p    { font-size: 0.7em;  }
	.rodape span { font-size: 1.2em;  }
}
/* Telas maiores que: */
@media all and (min-width: 400px) {
	.rodape p    { font-size: 0.8em; }
	.rodape span { font-size: 1.2em; }
	.ciebit
	{ background: url('/geral/imagens/catalogo_v2.png') no-repeat -570px -250px; }
}


/* -----------------------------------------------------
 * Mensagens de Contato
*/
.cb-alerta
{
	font-size: 0.8em;
	margin:    2px 0;
	color:     #FF0000;
}
.cb-form_campo.cp-erro
{
	border-color: #FF0000;
	color:        #FF0000;
}
.cb-erro    span,
.cb-sucesso span
{ display:   inline-block; }
.cb-erro:before,
.cb-sucesso:before
{
	content:           ' ';
	display:           inline-block;
	vertical-align:    top;
	background-repeat: no-repeat;
}
.cb-erro    { color: #FF0000; }
.cb-sucesso { color: #0FBA48; }

/* Telas menores que: */
@media all and (max-width: 415px) {
	.cb-erro    span,
	.cb-sucesso span
	{
		max-width: 300px;
		font-size: 1.2em;
	}
	.cb-erro:before,
	.cb-sucesso:before
	{
		width:  30px;
		height: 25px;
		margin: 10px;
	}
}

@media all and (min-width: 400px) {
	.cb-erro:before,
	.cb-sucesso:before
	{
		width:  32px;
		height: 25px;
		margin: 10px 15px;
		background-image:    url('/geral/imagens/catalogo_v2.png');
	}
	.cb-erro:before    { background-position: -447px -250px; }
	.cb-sucesso:before { background-position: -504px -250px; }
}
/* Telas maiores que: */
@media all and (min-width: 416px) {
	.cb-erro    span,
	.cb-sucesso span
	{
		max-width: 332px;
		font-size: 1.2em;
	}
}

/* ---------------------------------
 * Galeria Fotos (Visualizador)
*/
.cb-vis-janela
{
	z-index:  300;
	position: fixed;
	top:    0;
	left:   0;
	right:  0;
	bottom: 0;
	background-color:  rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
}
.cb-vis-fechado
{
	display: none;
}
.cb-vis-area_imagem
{
	z-index:  101;
	position: absolute;
	top:    4%;
	left:   4%;
	right:  4%;
	bottom: 4%;
}
.cb-vis-imagem
{
	display:  block;
	position: absolute;
	top:    0;
	left:   0;
	right:  0;
	bottom: 0;
	max-width:  100%;
	max-height: 100%;
	width:  auto;
	height: auto;
	border:  20% solid #FFFFFF;
	margin: auto;
	box-shadow: 0 0 15px 10px rgba(0,0,0,0.5);
	box-sizing: border-box;
}
.cb-vis-bt
{
	position: absolute;
	z-index:  101;
	border:   none;
	padding:  0;
	cursor:   pointer;
	background-color: transparent;
}
.cb-vis-bt:disabled { cursor: auto; }

.cb-vis-bt:before
{
	content: ' ';
	display: block;
	width:   35px;
	height:  50px;
	background-image:  url('/geral/imagens/catalogo_pequeno_v2.png');
	background-repeat: no-repeat;
	color: transparent;
}
.cb-vis-bt_fechar
{
	z-index: 103;
	right:   2%;
	top:     2%;
	width:   31px;
	height:  31px;
	padding: 0;
}
.cb-vis-bt_fechar:before
{
	overflow: hidden;
	width:    31px;
	height:   31px;
	background-position: -144px -210px;
}
.cb-vis-bt_anterior,
.cb-vis-bt_proximo
{
	overflow: hidden;
	top:      0;
	bottom:   0;
	width:    35px;
	height:   50px;
	margin:   auto;
}
.cb-vis-bt_anterior { left:  2%; }
.cb-vis-bt_anterior:before { background-position:  -71px -210px; }
.cb-vis-bt_anterior:disabled:before { background-position: -106px -210px; }

.cb-vis-bt_proximo  { right: 2%; }
.cb-vis-bt_proximo:before { background-position:   -1px -210px; }
.cb-vis-bt_proximo:disabled:before  { background-position:  -35px -210px; }

@media all and (min-width: 400px) {
	.cb-vis-bt:before { background-image:  url('/geral/imagens/catalogo_v2.png'); }
	.cb-vis-bt_fechar:before { background-position: -310px -250px; }

	.cb-vis-bt_anterior:before { background-position:  -92px -20px; }
	.cb-vis-bt_anterior:disabled:before { background-position: -139px -20px; }

	.cb-vis-bt_proximo:before { background-position:   -1px -20px; }
	.cb-vis-bt_proximo:disabled:before  { background-position:  -46px -20px; }
}
/* Proceso */
.cb-icone_processo
{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	height: 30px;
	width: 30px;
	z-index: 999;
	background: url('/geral/imagens/catalogo_pequeno_v2.png') no-repeat 0 -170px;
}
@media all and (min-width: 400px) {
	.cb-icone_processo
	{
		margin-top: -20px;
		margin-left: -20px;
		height: 40px;
		width: 40px;
		background: url('/geral/imagens/catalogo_v2.png') no-repeat 0 -300px;
	}
}
/* ------------------------------------------
 * Pop-up
*/
.apresentar-banner {
	top: 0 !important;
}
.banners-lista {
	position: relative;
}

.banner-area {
    z-index: 100;
    overflow: hidden;
    position: fixed;
    top: 62px;
    right: 0;
    margin: auto;
    border: none;
    max-width: 156px;
    text-align: center;
    background: #DCB000;

    -webkit-border-bottom-right-radius: 78px;
    -moz-border-radius-bottomright: 78px;
    -ms-border-radius-bottomright: 78px;
    -o-border-radius-bottomright: 78px;
    border-bottom-right-radius: 78px;

    -webkit-border-bottom-left-radius: 78px;
    -moz-border-radius-bottomleft: 78px;
    -ms-border-radius-bottomleft: 78px;
    -o-border-radius-bottomleft: 78px;
    border-bottom-left-radius: 78px;

    transition: 2s;
    animation-name: open;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.banner-ocultar {
    animation-name: close;
    transition: 2s;
}

@keyframes open {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes close {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

.banner-bt_fechar {
	z-index: 101;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	border: solid 2px #000000;
	width: 20px;
	height: 20px;
	cursor: pointer;
	color: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: #FFCC00;
	background-image: url('/geral/imagens/catalogo_pequeno_v2.png');
	background-position: -298px -171px;
}
.banner-img
{
	display: block;
	border: 0;
	margin: 0;
	width: auto;
	height: auto;
}

/* Telas maiores que: */
@media all and (min-width: 256px) {
	.banner-area
	{
		right: 50px;
		margin-right: 0;
	}
}

