@CHARSET "ISO-8859-1";

/* boostrap grid  */

.col-xs-offset-right-12 {
	margin-right: 100%;
}
.col-xs-offset-right-11 {
	margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
	margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
	margin-right: 75%;
}
.col-xs-offset-right-8 {
	margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
	margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
	margin-right: 50%;
}
.col-xs-offset-right-5 {
	margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
	margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
	margin-right: 25%;
}
.col-xs-offset-right-2 {
	margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
	margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
	margin-right: 0;
}
@media (min-width: 768px) {
	.col-sm-offset-right-12 {
		margin-right: 100%;
	}
	.col-sm-offset-right-11 {
		margin-right: 91.66666667%;
	}
	.col-sm-offset-right-10 {
		margin-right: 83.33333333%;
	}
	.col-sm-offset-right-9 {
		margin-right: 75%;
	}
	.col-sm-offset-right-8 {
		margin-right: 66.66666667%;
	}
	.col-sm-offset-right-7 {
		margin-right: 58.33333333%;
	}
	.col-sm-offset-right-6 {
		margin-right: 50%;
	}
	.col-sm-offset-right-5 {
		margin-right: 41.66666667%;
	}
	.col-sm-offset-right-4 {
		margin-right: 33.33333333%;
	}
	.col-sm-offset-right-3 {
		margin-right: 25%;
	}
	.col-sm-offset-right-2 {
		margin-right: 16.66666667%;
	}
	.col-sm-offset-right-1 {
		margin-right: 8.33333333%;
	}
	.col-sm-offset-right-0 {
		margin-right: 0;
	}
}
@media (min-width: 992px) {
	.col-md-offset-right-12 {
		margin-right: 100%;
	}
	.col-md-offset-right-11 {
		margin-right: 91.66666667%;
	}
	.col-md-offset-right-10 {
		margin-right: 83.33333333%;
	}
	.col-md-offset-right-9 {
		margin-right: 75%;
	}
	.col-md-offset-right-8 {
		margin-right: 66.66666667%;
	}
	.col-md-offset-right-7 {
		margin-right: 58.33333333%;
	}
	.col-md-offset-right-6 {
		margin-right: 50%;
	}
	.col-md-offset-right-5 {
		margin-right: 41.66666667%;
	}
	.col-md-offset-right-4 {
		margin-right: 33.33333333%;
	}
	.col-md-offset-right-3 {
		margin-right: 25%;
	}
	.col-md-offset-right-2 {
		margin-right: 16.66666667%;
	}
	.col-md-offset-right-1 {
		margin-right: 8.33333333%;
	}
	.col-md-offset-right-0 {
		margin-right: 0;
	}
}
@media (min-width: 1200px) {
	.col-lg-offset-right-12 {
		margin-right: 100%;
	}
	.col-lg-offset-right-11 {
		margin-right: 91.66666667%;
	}
	.col-lg-offset-right-10 {
		margin-right: 83.33333333%;
	}
	.col-lg-offset-right-9 {
		margin-right: 75%;
	}
	.col-lg-offset-right-8 {
		margin-right: 66.66666667%;
	}
	.col-lg-offset-right-7 {
		margin-right: 58.33333333%;
	}
	.col-lg-offset-right-6 {
		margin-right: 50%;
	}
	.col-lg-offset-right-5 {
		margin-right: 41.66666667%;
	}
	.col-lg-offset-right-4 {
		margin-right: 33.33333333%;
	}
	.col-lg-offset-right-3 {
		margin-right: 25%;
	}
	.col-lg-offset-right-2 {
		margin-right: 16.66666667%;
	}
	.col-lg-offset-right-1 {
		margin-right: 8.33333333%;
	}
	.col-lg-offset-right-0 {
		margin-right: 0;
	}
}

.lg-width { max-width: 1024px; }
.md-width { max-width: 720px; }
.sm-width { max-width: 480px; }
.xs-width { max-width: 320px; }

.no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* outros  */

.small-font {
	font-size: 10px;
}

.medium-font {
	font-size: 12px;
}

.obj-center {
	margin: 0px auto;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.b {
	font-weight: bold;
}

.blue {
	color: blue;
}

.red {
	color: red;
}

.green {
	color: green;
}

.black {
	color: black;	
}

.white,
.container {
	color: white;
}

.i-am-centered {
	float: none;
	margin: 0px auto;
}

textarea.noresize {
  resize: none;
}

textarea.vresize {
  resize: vertical;
}

textarea.hresize {
  resize: horizontal;
}

hr.separetor {
	width: 100%;
}

.modal-content {
	color: black;
}

.input-group[class*=col-] {
	padding-left: 15px;
}

/* Layout */

.bg-header-home {
	background-image: URL('../imagens/bg-home.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

/* Menu Superior */

.navbar-default {
	border: none;
	background: none;
	padding-top: 6px;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	padding: 10px 19px;
	font-size: 15px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #ffa600;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	padding: 0;
}

.navbar-default .navbar-toggle {
	float: left;
	margin-top: 10px;
	background: #ffa600;
	border-color: #ffa600;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #f00;
}

.nav-tabs{
	border: none;
	margin-bottom: -25px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #000;
	cursor: default;
	border: 1px solid #fff;
	border-radius: 5px;
	border-bottom-color: transparent;
	background-color: #fff;

}

.nav-tabs>li>a {
	color: #000;
	cursor: default;
	padding: 10px 32px 10px 22px;
	margin-right: 23px;
	text-transform: uppercase;
	border-radius: 5px;
	border-bottom-color: transparent;
	background-color: rgba(255, 255, 255, 0.65);
}

.nav-tabs>li span {
	font-size: 20px;
	margin-right: 10px
}

/* Página Inicial e Gerais */

.row.busca {
	padding-top: 5px;
}

.row.tipos {
	padding-top: 15px;
}

.search {
	margin: 15px auto;
}

.search .dropdown.dropdown-lg .dropdown-menu {
	padding: 6px 20px;
	margin-top: -1px;
}

.search .input-group-btn .btn-group {
	display: flex !important;
}

.search .btn-group .btn {
	border-radius: 0;
	margin-left: -1px;
}

.search .btn-group .btn:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.search .btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.search .form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}

.search .form-group .form-control:last-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#search-slider .slider-selection {
	background: #BABABA;
}

#search-slider.slider.slider-horizontal {
	width: 100%;
}

#search-slider .search-home {
	margin: 0 auto;
	padding-top: 26px;
	margin-bottom: 40px;
}

.search-home .input-group-btn {
	padding-left: 2px;
}

.search-home input {
	color: rgb(255, 255, 255);
	height: 44px;
	border: 2px solid #fff;
	border-radius: 13px 0 0 13px;
	background: none;
	border-right: 0px;
}

.search-home ::-webkit-input-placeholder { color:#fff; font-size: 16px }
.search-home input:-moz-placeholder { color:#fff; font-size: 16px}

.search-slider-min {
	text-align: right;
}

.search-slider-value {
}

.search-slider-max {
	text-align: left;
}

.search-home .btn-lm-orange {
	height: 44px;
	border: 2px solid white;
	border-radius: 0px 10px 10px 0px !important;
}

.search-home .btn-lm-orange:focus,
.search-home .btn-lm-orange:hover {
	border-color: #66afe9;
}

.colum-icon-home.colum-icon-cat {
	padding: 0px;
}

/* Corousel */

.owl-destaques .owl-item .item .info-event {
	height: 100px;
}

.owl-destaques .owl-item .item .info-event .entrada-maximo,
.owl-destaques .owl-item .item .info-event .entrada-minimo {
	margin-top: 10px;
}

.owl-destaques .owl-item .item .info-event .entrada-maximo img,
.owl-destaques .owl-item .item .info-event .entrada-minimo img {
	height: 40px;
}

.owl-destaques .owl-item .item .info-event img.box-event {
	right: -15px;
	bottom: 12px;
	position: absolute;
}

.owl-destaques .owl-item .item .title-event {
	background: linear-gradient(rgb(95, 93, 93), rgb(0, 0, 0));
}

.owl-destaques .owl-item .item .title-event h3 {
	margin: 0;
	padding: 19px 10px;
	font-size: 14px;
	color: rgb(255, 255, 255);
}

.owl-locais .owl-item .item img {
	width: 100%;
	height: 180px;
	opacity: 0.8;
	transition: all 0.25s;
}

.owl-locais .owl-item .item img:hover {
	opacity: 1.0;
}

/* Espetáculos e Local/Teatro */

.local-map-info {
	min-height: 256px;
}

.avaliacoes-single {
	min-height: 48px;
}

.espetaculo-duracao {
	text-align: right;
}

.espetaculo-idade {
	text-align: left;
}

.espetaculo-duracao .fa,
.espetaculo-duracao b {
	color: #ffc000;
	text-align: right;
}

.espetaculo-idade .fa,
.espetaculo-idade b {
	color: #ffc000;
	text-align: left;
}

.bnt-single {
	width: 90%;
	max-width: 260px;
	float: right;
	display: table;
	padding-top: 15px;
	text-align: center;
}

.colum-event-single {
	width: 282px;
	border: 1px solid rgb(255, 255, 255);
	margin: 0px auto;
	position: relative;
}

.colum-event-single p {
	color: rgb(255, 255, 255);
}

.colum-event-single .thumb-single {
	width: 100%;
	height: 200px;
}

.info-event-single {
	color: rgb(255, 255, 255);
	width: 100%;
	height: 100px;
	padding: 10px;
	background-image: URL('../imagens/fundo-info-event.jpg');
	background-repeat: no-repeat;
	background-size: 110%;
	position: relative;
}

.info-event-single img.box-event {
	right: -15px;
	bottom: 12px;
	position: absolute;
}

.info-event {
	color: rgb(255, 255, 255);
	height: 100%;
}

.info-event .entrada-maximo,
.info-event .entrada-minimo {
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.info-event .entrada-maximo img, 
.info-event .entrada-minimo img {
	height: 100%;
	float: left;
}

.info-event .entrada-maximo h2, 
.info-event .entrada-minimo h2 {
	float: left;
	margin: 10px 0px 10px 20px;
	font-size: 16px;
}

.andress p {
	margin-bottom: 10px;
}

.info-temporada {
	width: 100%;
	padding: 30px 25px 15px;
	display: table;
	position: relative;
	border-radius: 16px;
	border: 1px solid #ffc000;
}

.info-temporada .info-duraca-idade-single i.fa:not(:first-child) {
	margin-left: 25px;
}

.info-temporada i.fa {
    font-size: 20px;
}

/* Processo de Compra */

.content-passos {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.content-compra {
	margin: 0 auto;
	padding-bottom: 10px;
}

.formulario-processo-de-compra .stepwizard-step {
	color: rgb(255, 255, 255);
	text-align: center;
}
.formulario-processo-de-compra .stepwizard-step .btn-default {
	color: rgb(204, 204, 204);
	font-size: 17px;
	margin-bottom: 7px;
	border: none;
	border-radius: 50%;
	background: rgb(35, 35, 35);
}
.formulario-processo-de-compra .stepwizard-step .btn-primary {
	background: #fff;
	color: #000;
	border: none;
	border-radius: 50%;
	font-size: 17px;
	margin-bottom: 7px;
}

.formulario-container {
	width: 100%;
	margin: 0 auto;
}

.formulario-container-full {
	width: 100%;
	margin: 0 auto;
}

.formulario-container .form-group {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#boxcartao1Parcelado p#parcelamentoTotal {
    margin-top: 15px;
}

#boxcartao1Parcelado p#parcelamentoTotal .valor-total {
	color: rgb(192, 128, 1);
}

.formulario-container.formulario-pagamento .form-group {
	width: auto;
}

.formulario-container .row.form-messages {
	text-align: center;
}

.formulario-container .btn.btn-primary {
	width: 180px;
}

.infos-pedidos {
	color: rgb(255, 255, 255);
	margin-bottom: 10px;
}

.infos-pedidos h3 {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 10px;
}

.infos-pedidos p {
	font-size: 16px;
	font-weight: normal;
}

.atencao {
	margin: 0 auto;
	padding: 0 0 20px 0;
	max-width: 392px;
	text-align: center;
	margin-bottom: 40px;
	border: 1px solid rgb(255, 255, 255);
}

.atencao h2{
 color: rgb(255, 0, 0);
 margin: 0 auto;
 display: table;
 padding: 0 21px; 
 margin-top: -18px;
 background: rgb(0, 0, 0);
}

.atencao h3 {
	font-size: 20px;
	margin-bottom: 0;
}

.text-pedido{
	color: #fff;
	font-weight: 100;
	font-size: 14px;
	text-align: justify;
}

.img-compra-segura img {
	margin-top: -34px;
	border: none;
	border-radius: 0;
}

.img-compra-segura p {
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}

select#dataEscolhida {
	text-align-last: center;
}

.table-tiposDeIngresso,
.table-itensAdicional {
	display: none;
}

.table-tiposDeIngresso select,
.table-itensAdicional select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.table-tiposDeIngresso .nome,
.table-tiposDeIngresso .total,
.table-itensAdicional .nome,
.table-itensAdicional .total {
	text-align: left;
}

.table-tiposDeIngresso .total,
.table-itensAdicional .total {
	font-weight: bold;
}

.table-tiposDeIngresso .valor,
.table-itensAdicional .valor {
	text-align: right;
}

.table-tiposDeIngresso .quantidade,
.table-itensAdicional .quantidade {
	padding-left: 0px;
	padding-right: 0px;
}

.table-itensAdicional .descricao {
	font-size: 12px;
}

.infos-notas {
	color: rgb(255, 255, 255);
	padding: 0 25px;
	font-size: 12px;
	font-weight: 100;
	margin-bottom: 20px;
}

.dadosDaCompra {
	text-align: justify;
}

.input-group-ddd {
	padding-right: 5px;
	padding-left: 0px;
}

.input-group-telefone {
	padding-right: 0px;
	padding-left: 0px;
}

.mapa-palco {
	color: white;
	border: 1px solid white;
	height: 20px;
}

/* Minha Área */

.criar-conta {
	color: white;
}

/* Botões */

.btn-lm-orange {
	height: 46px;
	color: rgb(0, 0, 0);
	border-color: rgb(192, 128, 1);
	background-color: rgb(255, 167, 1);
}

.btn-lm-orange:hover {
	outline: 0;
	border-color: rgb(160, 96, 1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 167, 1, 0.6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 167, 1, 0.6);
}

.btn-lm-red {
	height: 46px;
	color: rgb(0, 0, 0);
	border-color: rgb(192, 0, 0);
	background-color: rgb(255, 0, 0);
}

.btn-lm-red:hover {
	outline: 0;
	border-color: rgb(255, 2, 0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 64, 1, 0.6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 64, 1, 0.6);
}

/* Rodapé */

.footer {
	margin-top: 50px;
	background-color: rgb(64, 64, 64);
}

.footer h3 {
	color: rgb(255, 255, 255);
	width: 90%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgb(255, 0, 0);
}

.footer a {
	color: rgb(255, 255, 255);
}

.footer a:hover {
	color: rgb(255, 0, 0);
}

.footer .columns {
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}

.footer .footer-telefone,
.footer .footer-dados {
	color: rgb(160, 160, 160);
}

.footer .medias .media-insta:before {
	content: url(/imagens/medias/instagram.png);
	margin-right: 5px;
}

.footer .medias .media-face:before {
	content: url(/imagens/medias/facebook.png);
	margin-right: 5px;
}

/* Formulário por Passos */

.stepwizard-step p {
	color: rgb(255, 255, 255);
	margin-top: 0px;
}

.stepwizard-row {
	display: table-row;
}

.stepwizard {
	width: 100%;
	display: table;
	position: relative;
}

.stepwizard-step button[disabled] {
	/*opacity: 1 !important;
	filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
	opacity:1 !important;
	color:#bbb;"js/main.js"
}

.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content:" ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-index: 0;
}

.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
}

.stepwizard-step.current {
	font: bold;
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}

/* Responsivo */

@media (min-height: 900px) {
	.formulario-processo-de-compra {
		min-height: 450px;
	}
}

@media (min-width: 1200px) {
	/* Layout */
	.fullwidth { max-width: 1280px; }

	/* Espetáculo */
	.espetaculo .espetaculo-esquerda { margin-left: 0%; margin-right: 5%; width: 30%; float: left; }
	.espetaculo .espetaculo-direita { margin-left: 0%; margin-right: 0%; width: 65%; float: left; }

	/* Busca Principal Responsiva */
	.search-home { max-width: 460px; }
	.dropdown.dropdown-lg .dropdown-menu { min-width: 410px; }

	/* Busca Compacta Responsiva */
	.search-compacto.search-home { max-width: 460px; }
	.search-compacto.dropdown.dropdown-lg .dropdown-menu { min-width: 310px; }

	/* Rodapé */
	.footer .footer-columns { margin: 0 auto; width: 900px; }
	.footer .footer-columns .footer-column { width: 33%; float: left; }

	/* Processo de Compra */
	.formulario-processo-de-compra { margin-left: 10%; margin-right: 10%; width: 80%; }
	.formulario-container { margin-left: 10%; margin-right: 10%; width: 80%; }
	/*.finalizar-pedido-thumb:before, .finalizar-pedido-thumb:after { width: 30%; }*/
	.table-tiposDeIngresso select, .table-itensAdicional select { width: 80%; float: right; }
	.content-compra { width: 800px; }
}

@media (max-width: 1199px) {
	/* Layout */
	.fullwidth { max-width: 1024px; }

	/* Espetáculo */
	.espetaculo .espetaculo-esquerda { margin-left: 0%; margin-right: 5%; width: 35%; float: left; }
	.espetaculo .espetaculo-direita { margin-left: 0%; margin-right: 0%; width: 60%; float: left; }

	/* Busca Principal Responsiva */
	.search-home { max-width: 400px; }
	.dropdown.dropdown-lg .dropdown-menu { min-width: 350px; }

	/* Busca Compacta Responsiva */
	.search-compacto.search-home { max-width: 400px; }
	.search-compacto.dropdown.dropdown-lg .dropdown-menu { min-width: 325px; }

	/* Rodapé */
	.footer .footer-columns { margin: 0 auto; width: 900px; }
	.footer .footer-columns .footer-column { width: 33%; float: left; }

	/* Processo de Compra */
	.formulario-processo-de-compra { margin-left: 7%; margin-right: 7%; width: 86%; }
	.formulario-container { margin-left: 7%; margin-right: 7%; width: 86%; }
	/*.finalizar-pedido-thumb:before, .finalizar-pedido-thumb:after { width: 26%; }*/
	.table-tiposDeIngresso select, .table-itensAdicional select { width: 80%; float: right; }
	.content-compra { width: 800px; }
}

@media (max-width: 991px) {
	/* Espetáculo */
	.espetaculo .espetaculo-esquerda { margin-left: 0%; margin-right: 5%; width: 45%; float: left; }
	.espetaculo .espetaculo-direita { margin-left: 0%; margin-right: 0%; width: 50%; float: left; }
	.fullwidth { max-width: 720px; }
	.lg-width { max-width: 720px; }

	/* Busca Principal Responsiva */
	.search-home { max-width: 320px; }
	.dropdown.dropdown-lg .dropdown-menu { min-width: 270px; }

	/* Busca Compacta Responsiva */
	.search-compacto.search-home { max-width: 400px; }
	.search-compacto.dropdown.dropdown-lg .dropdown-menu { min-width: 300px; }

	/* Rodapé */
	.footer .footer-columns { margin: 0 auto; width: 750px; }
	.footer .footer-columns .footer-column { width: 33%; float: left; }

	/* Processo de Compra */
	.formulario-processo-de-compra { margin-left: 5%; margin-right: 5%; width: 90%; }
	.formulario-container { margin-left: 10%; margin-right: 10%; width: 80%; }
	/*.finalizar-pedido-thumb:before, .finalizar-pedido-thumb:after { width: 18%; }*/
	.table-tiposDeIngresso select, .table-itensAdicional select { width: 80%; float: right; }
	.content-compra { width: 600px; }
}

@media (max-width: 767px) {
	/* Layout */
	.row { margin-right: -5px; margin-left: -5px; }
	.container { padding-left: 5px; padding-right: 5px; }
	.bg-header-home { padding-left: 10px; padding-right: 10px; }
	.footer { margin-top: 15px; };
	.fullwidth { max-width: 480px; }
	.lg-width { max-width: 480px; }
	.md-width { max-width: 480px; }

	/* Menu Superior */
	nav.navbar.navbar-default { width: 100%; }
	.navbar-toggle { display: block; }
	.navbar-collapse.collapse { display: none!important; }
	.navbar-collapse.navbar-ex1-collapse.collapse.in { display: block!important; margin-top: 6px; }
	.navbar-header { float: none; }
	.navbar-nav>li { float: none; }
	.navbar-default .navbar-collapse, .navbar-default .navbar-form { padding: inherit; }
	.nav-tabs>li { float: none; margin-bottom: 10px; }
	.nav-tabs>li>a { width: 100% }

	/* Espetáculo */
	.espetaculo .espetaculo-esquerda { margin-left: 0%; margin-right: 0%; width: 100%; float: left; }
	.espetaculo .espetaculo-direita { margin-left: 0%; margin-right: 0%; width: 100%; float: left; }
	.info-temporada { margin: 0 auto; }
	.colum-event, .colum-event-single { width: 280px; margin: 0; height: initial; margin: 0 auto; }
	.info-event { background-image: URL('../imagens/fundo-info-event-mobile.jpg'); }
	.entrada-maximo img { margin-left: 0; }
	.entrada-minimo img { margin-left: 0; }

	/* Lista de Espetáculos */
	.espetaculo-duracao { text-align: left; }
	.espetaculo-idade { text-align: left; }

	/* Busca Principal Responsiva */
	.search-home { max-width: 280px; }
	.dropdown.dropdown-lg .dropdown-menu { min-width: 230px; }

	/* Rodapé */
	.footer .footer-columns { margin-left: 5%; margin-right: 5%; width: 90%; }
	.footer .footer-columns .footer-column { width: 100%; float: left; }

	/* Busca Compacta Responsiva */
	.search-compacto.search-home { max-width: 320px; }
	.search-compacto.dropdown.dropdown-lg .dropdown-menu { min-width: 270px; }

	/* Processo de Compra */
	.formulario-processo-de-compra { margin-left: 0%; margin-right: 0%; width: 100%; }
	.formulario-processo-de-compra .stepwizard-step p { font-size: 9px; min-height: 30px; display: none; }
	.formulario-container { margin-left: 10px; margin-right: 10px; width: auto; }
	.formulario-container .form-group { margin-left: 10px; margin-right: 10px; width: auto; }
	.img-compra-segura img { margin-top: 43px; float: none; text-align: center; }
	.img-compra-segura p { font-size: 12px; }
	.table-tiposDeIngresso, .table-itensAdicional { font-size: 10px; }
	.table-tiposDeIngresso select, .table-itensAdicional select { font-size: 10px; height: 22px; padding: 0px; }
	.content-compra { width: 480px; }
	.infos-notas { padding: 0 10px; }
}

@media (max-width: 359px) {
	/* Layout */
	.fullwidth { max-width: 280px; }
	.lg-width { max-width: 280px; }
	.md-width { max-width: 280px; }
	.xs-width { max-width: 280px; }
}
