/*==========================================================
    Template Name: Mim Personal Portfolio Template
    Created By: RegalTheme
    Envato Profile: https://themeforest.net/user/regaltheme
    Website: http://regaltheme.com
    Description: Mim is Fully Responsive Personal Portfolio Template with awesome features.
    Version: v1.1
    Support: http://regaltheme.com/support
============================================================*/


/* google fonts
========================== */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400');

/* css files
====================== */
@import url('../css/bootstrap.min.css');
@import url('../css/material-design-iconic-font.min.css');
@import url('../css/slick.min.css');
@import url('../css/jquery.fancybox.css');
@import url('../css/style.css');
@import url('../css/responsive.css');

/* Ajustes Madnezz
===================*/
.header-top .logo>a {
	width: 180px;
}

.mainmenu li a:hover,
.mainmenu li.active a {
	color: #f05a27;
}

.mainmenu li a:after {
	background: #f05a27 none repeat scroll 0 0;
}

.swiper-container.banner {
	width: 100%;
	overflow: visible;
	z-index: 1 !important;
	margin-top: 140px;
}

.swiper-container.banner .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.swiper-container.banner .swiper-slide {
	width: 100%;
}

.swiper-container.banner .swiper-button-prev {
	background: transparent;
	width: auto;
	height: auto;
	left: 5vh;
	font-size: 30px;
	color: #f05a27;
}

.swiper-container.banner .swiper-button-next {
	background: transparent;
	width: auto;
	height: auto;
	right: 5vh;
	font-size: 30px;
	color: #f05a27;
}

.header-style-1 .top {
	min-height: auto;
}

.menu-logo a img {
	max-width: 42%;
}

#loading {
	background: #fff none repeat scroll 0 0
}

.logo {
	margin-top: -25px;
}

.logo img {
	max-height: 90px;
}

.is-sticky .logo {
	margin-top: 0;
}

.is-sticky .logo img {
	max-height: 40px;
}

.name-email select {
	font-weight: 300;
	line-height: 26px;
	color: #b3b3b3;
	border: none;
	border-bottom: 1px solid #d9d9d9;
	padding: 5px 0;
	width: 100%;
}

.zmdi-plus:before {
	top: 6px;
	position: relative;
}

#scrollUp {
	bottom: 40px;
	height: 55px;
	right: 40px;
	width: 50px;
	border-radius: 50%;
}

#scrollUp i {
	position: relative;
	top: 9px;
}

.date-comment {
	padding: 20px !important;
}

.portfolio-menu ul li:hover,
.portfolio-menu ul li.active {
	display: none !important;
}

/*DEFAULT*/
#sal_popup_js_master .close {
	opacity: 1;
	line-height: 14px !important;
}

#sal_popup_js_master img {
	min-height: initial !important;
	max-width: 90vw !important;
	max-height: 70vh !important;
}

.geral {
	display: none;
}

.bg-color-3 {
	background: #f05a27 none repeat scroll 0 0;
}

.mainmenu-box li a {
	border-top: 1px solid #a22828;
}

.mainmenu-box li:last-child a {
	border-bottom: 1px solid #a22828;
}

.close-menu {
	color: #a22828;
}

.tal {
	text-align: left !important;
}

.tac {
	text-align: center !important;
}

.tar {
	text-align: right !important;
}

.taj {
	text-align: justify !important;
}

.banner {
	position: relative;
}

.banner_secundaria {
	width: 100%;
	padding: 25vh 0 10vh;
	margin-bottom: 80px;
	text-align: center;
	background-size: cover;
	position: relative;
}

.banner_secundaria:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center top;
}

.banner_secundaria h1 {
	position: relative;
	z-index: 1;
}

.box_submit {
	position: relative;
}

.horizontal-line div {
	background: #f05a27 none repeat scroll 0 0;
}

/*HOME*/
.novidade_lista .single-blog {
	margin-bottom: 70px;
}

.novidade_lista .single-blog>a {
	width: 100%;
	height: 224px;
	background-size: cover;
	background-position: center;
}

.loja_home img {
	max-width: 50%;
	margin-bottom: 30px;
}

/*LOJAS*/
#loja input[type=submit],
#loja button,
#alimentacao input[type=submit],
#alimentacao button,
#servico input[type=submit],
#servico button {
	transition: 0.1s;
	cursor: pointer;
}

#loja input[type=submit]:hover,
#loja button:hover,
#alimentacao input[type=submit]:hover,
#alimentacao button:hover,
#servico input[type=submit]:hover,
#servico button:hover {
	opacity: 0.8;
}

#loja textarea,
#alimentacao textarea,
#servico textarea {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #414141;
	border: 1px solid #dedede;
	padding: 20px 30px;
	background-color: transparent;
	width: 100%;
	height: 200px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

#loja input[type="text"],
#alimentacao input[type="text"],
#servico input[type="text"] {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #414141;
	border: 1px solid #dedede;
	padding: 20px 30px;
	background-color: transparent;
	width: 100%;
	text-transform: uppercase;
}

#loja select,
#alimentacao select,
#servico select {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #414141;
	border: 1px solid #dedede;
	padding: 20px 30px;
	background-color: transparent;
	width: 100%;
	background-color: transparent;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(https://upload.madnezz.com.br/37a39b34baf059694f3437b663baf1ee);
	background-repeat: no-repeat;
	background-position: 94%;
}

#loja button,
#alimentacao button,
#servico button {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	border: none;
}

.content {
	width: 1400px;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
}

.box_submit {
	position: relative;
}

.busca_loja {
	width: 550px;
	max-width: 100%;
	margin: 0 auto;
}

.busca_loja select {
	margin-top: 15px;
}

.busca_loja button {
	width: 50px;
	height: 100%;
	background-image: url(https://upload.madnezz.com.br/c3aae9714dd93dd8f0bac80cb7ade18d);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	position: absolute;
	top: 0;
	right: 14px;
}

.loja_qtd {
	text-align: center;
	margin: 70px 0;
	color: #b03330;
}

.loja_lista {
	display: flex;
	flex-wrap: wrap;
}

.loja_lista li {
	width: 23.5%;
	padding: 40px;
	margin: 0 2% 50px 0;
	border: 1px solid #dedede;
	position: relative;
}

.loja_lista li:nth-child(4n) {
	margin-right: 0;
}

.loja_lista li img {
	max-width: 70%;
	margin: 0 auto;
	display: block;
	max-height: 100px;
	margin-bottom: 40px;
}

.loja_lista li h3 {
	font-size: 22px;
	text-align: center;
}

.loja_lista li p {
	font-size: 12px;
	color: #a9a9a9;
	line-height: 24px;
	letter-spacing: 0.22px;
	text-transform: uppercase;
}

.loja_lista li p span {
	color: #696969;
	font-size: 15px;
}

.loja_lista li .border {
	position: absolute;
	top: -2px;
	left: -2px;
	width: 100%;
	height: 100%;
	border: 2px solid #a22828;
	display: none;
	box-shadow: 0 0 5px rgba(75, 171, 74, 0.6);
}

/* VITRINE */
.vitrine_banner {
	max width: 100%;
	width: 100%;
	;
	margin: 135px 0 30px;
	text-align: center;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
}

.vitrine_banner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center top;
}

.vitrine_banner h1 {
	position: relative;
	z-index: 1;
}

#vitrine_home {
	margin: 6vh 0;
}

#index .vitrine_lista {
	flex-wrap: initial !important;
	overflow: initial;
	margin-top: 3vh;
}

#index .vitrine_produto {
	clear: initial !important;
	float: none !important;
	width: 18%;
	margin: 0 20px 0 0;
}

.vitrine_produto_nome {
	font-size: 20px !important;
}

.vitrine_produto_loja {
	font-size: 16px;
	letter-spacing: 0;
}

.vitrine .swiper-button-prev {
	width: auto;
	height: 40%;
	padding: 0 5px;
	border-radius: 0;
	background-color: #16B83E;
	background-image: none;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 32%;
	font-size: 24px;
	z-index: 9;
	color: #fff;
	transition: 0.5s;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.vitrine .swiper-button-next {
	width: auto;
	height: 40%;
	padding: 0 5px;
	border-radius: 0;
	background-color: #16B83E;
	background-image: none;
	position: absolute;
	z-index: 999;
	right: 0;
	top: 32%;
	font-size: 24px;
	z-index: 9;
	color: #fff;
	transition: 0.5s;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.vitrine .swiper-button-prev:hover {
	padding: 0 30px 0 15px;
}

.vitrine .swiper-button-next:hover {
	padding: 0 15px 0 30px;
}

.swiper-wrapper {
	height: auto !important;
}

ul.vitrine_categoria_lista {
	display: none !important;
}

#vitrine_home span.d-block {
	display: block;
}

/*TOWER*/
#tower table {
	margin: 0 auto;
}

#tower td {
	padding: 10px 20px;
	border: 1px solid;
}

#tower table tr:first-child td {
	font-weight: bold;
	color: #f05a27;
}

#tower .section-padding:first-child {
	padding-top: 0;
}

/*CINEMA*/
#cinema .container {
	width: 1400px;
	max-width: 90%;
	margin: 0 auto;
}

#cinema .subtitulo {
	margin: 70px 0 30px;
}

#cinema .box_filtros h3 {
	color: #a22828;
	margin-bottom: 20px;
}

#cinema .box_data {
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}

#cinema .box_data:after {
	content: '';
	position: absolute;
	bottom: 20px;
	left: 15%;
	width: 70%;
	height: 1px;
	background: #dedede;
}

#cinema .box_data ul {
	display: inline-flex;
}

#cinema .box_data ul li {
	text-align: center;
	margin: 0 15px;
	cursor: pointer;
	border: 5px solid transparent;
	padding: 30px 35px;
	transition: 0.1s;
}

#cinema .box_data ul li span {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	color: #ababab;
}

#cinema .box_data ul li.active {
	border: 5px solid #24801d;
	background: #fff;
	z-index: 1;
}

#cinema .box_data ul li.active h3 {
	color: #336a2a;
}

#cinema .box_data ul li.active span {
	color: #a22828;
}

#cinema .box_filtros {
	position: relative;
	text-align: center;
}

#cinema .filtros {
	display: inline-flex;
}

#cinema ul.filtros {
	display: inline-flex;
}

#cinema ul.filtros li {
	text-align: center;
	margin: 0 30px;
	cursor: pointer;
}

#cinema .filtros label {
	font-size: 12px;
	letter-spacing: 0.22px;
	font-weight: 100;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	color: #ababab;
	padding: 2px 0 0 40px;
}

.container_check {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.container_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border: 1px solid #dedede;
}

.container_check:hover input~.checkmark {
	background-color: #ccc;
}

.container_check input:checked~.checkmark {
	background-color: #a22828;
}

.checkmark:after {
	content: '';
	position: absolute;
	display: none;
}

.container_check input:checked~.checkmark:after {
	display: block;
}

.container_check .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cinema_filmes {
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
}

.cinema_filmes li {
	width: calc(48% - 2px);
	border: 1px solid #dedede;
	margin: 0 2% 40px 0;
}

.cinema_filmes li.dia-ativo:nth-child(even) {
	margin-right: 0;
}

.cinema_filmes li>img {
	float: left;
	width: 40%;
}

.cinema_filmes li>div.info {
	float: left;
	padding: 30px;
	width: 60%;
}

.cinema_filmes li h3 {
	color: #5e5e5e;
	margin-bottom: 10px;
}

.cinema_filmes li .filme_titulo span {
	color: #cdcdcd;
	font-size: 12px;
	letter-spacin: 0.22px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding-right: 12px;
	margin-right: 16px;
}

.cinema_filmes li .filme_trailer {
	cursor: pointer;
	margin: 20px 0 30px 0;
}

.filme_horarios {
	max-height: 150px;
	overflow: auto;
}

.fhorario_btn a {
	text-align: center;
	padding: 20px 10px;
	color: #7d7d7d;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	height: 20px;
	overflow: hidden;
	margin: 7px 13px 30px 0;
	border: 1px solid #dedede;
}

.fhorario_btn a span {
	padding: 0px;
	display: block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.fhorario_btn a span:nth-child(1) {
	margin-top: -60px;
	margin-bottom: 39px;
	text-transform: uppercase;
	font-size: 14px;
}

.fhorario_btn a:hover span:nth-child(1) {
	margin-top: -6px;
}

.filme_lang {
	text-transform: uppercase;
}

.filme_duracao,
.filme_censura {
	position: relative;
}

.filme_duracao:after,
.filme_censura:after {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background: #cdcdcd;
	top: 6px;
	left: 100%;
}

.trailer_container {
	position: fixed;
	z-index: 9999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(64, 64, 64, 0.8);
	display: none;
}

.trailer_container .trailer_iframe {
	width: 60%;
	margin: 0 auto;
	padding-bottom: 33.8%;
	background-color: #000;
	position: relative;
	top: 50%;
	margin-top: -17%;
	display: none;
}

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

.close_trailer {
	position: absolute;
	right: -1px;
	top: 0;
	z-index: 9999;
	background: #000;
	padding: 15px;
	width: 15px;
	cursor: pointer;
}

.nada {
	color: #7ba874;
	display: block;
	margin: 0 auto;
}

/*SHOPPING*/
#shopping .section-padding:first-child {
	padding-top: 0;
}

#shopping .banner_secundaria .content {
	text-align: left;
}

#shopping .content {
	text-align: center;
	overflow: hidden;
}

#shopping .content p {
	max-width: 70%;
	margin: 0 auto;
}

#shopping .content .mix li,
#shopping .content .ficha li {
	font-size: 14px;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #696969;
	list-style: none;
	position: relative;
	display: table;
	margin: 0 auto 5px auto;
	padding-left: 12px;
}

#shopping .content .mix li:before,
#shopping .content .ficha li:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #2db918;
	left: 0;
	top: 10px;
}

#shopping .content h3 {
	margin: 50px 0 30px 0;
}

#shopping .content .mix {
	max-width: 80%;
	margin: 0 auto;
}

#shopping .content .mix li {
	display: inline-block;
	margin-left: 10px;
}

#shopping .galeria {
	transform: scale(2.7);
	margin: 190px 0 220px;
}

#shopping .galeria ul li:before {
	display: none;
}

#shopping .galeria ul li img {
	width: 100%;
	display: block;
}

/*NOVIDADES*/
#novidade input[type=submit],
button {
	transition: 0.1s;
	cursor: pointer;
}

#novidade input[type=submit]:hover,
button:hover {
	opacity: 0.8;
}

#novidade textarea {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #414141;
	border: 1px solid #dedede;
	padding: 20px 30px;
	background-color: transparent;
	width: 100%;
	height: 200px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

#novidade input[type="text"],
input[type="password"] {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #414141;
	border: 1px solid #dedede;
	padding: 20px 30px;
	background-color: transparent;
	width: 100%;
	text-transform: uppercase;
}

#novidade select {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #414141;
	border: 1px solid #dedede;
	padding: 20px 30px;
	background-color: transparent;
	width: 100%;
	background-color: transparent;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(https://upload.madnezz.com.br/37a39b34baf059694f3437b663baf1ee);
	background-repeat: no-repeat;
	background-position: 94%;
}

.busca_novidade {
	width: 550px;
	max-width: 100%;
	margin: 0 auto;
}

.busca_novidade .mes {
	margin-bottom: 15px;
}

.novidade_qtd {
	text-align: center;
	margin: 70px 0;
}

.novidade_info img {
	max-width: 100%;
}

.data {
	font-size: 12px;
	margin-bottom: 30px;
	display: block;
}

/*CONTATO*/
#contato {
	margin-bottom: -100px;
}

#contato input[type=submit],
button {
	transition: 0.1s;
	cursor: pointer;
}

#contato input[type=submit]:hover,
button:hover {
	opacity: 0.8;
}

#contato textarea {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #414141;
	border: 1px solid #dedede;
	padding: 20px 30px;
	background-color: transparent;
	width: 100%;
	height: 200px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

#contato input[type="text"],
input[type="password"] {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #414141;
	border: 1px solid #dedede;
	padding: 20px 30px;
	background-color: transparent;
	width: 100%;
	text-transform: uppercase;
}

#contato select {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #414141;
	border: 1px solid #dedede;
	padding: 20px 30px;
	background-color: transparent;
	width: 100%;
	background-color: transparent;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(https://upload.madnezz.com.br/37a39b34baf059694f3437b663baf1ee);
	background-repeat: no-repeat;
	background-position: 94%;
}

#contato button {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	border: none;
	width: 50px;
	height: 100%;
	background-image: url(https://upload.madnezz.com.br/c3aae9714dd93dd8f0bac80cb7ade18d);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	position: absolute;
	top: 0;
	right: 14px;
}

#contato form {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}

#contato form input[type="text"] {
	margin-bottom: 15px;
}

#contato #captcha input[type=text] {
	margin-bottom: 0;
}

#contato .box_contato {
	margin-top: 15px;
}

.contato_alerta {
	margin-top: 37px;
}

.enviar {
	padding: 0;
}

/*LOCALIZAÇÃO*/
#localizacao .busca_rota {
	position: relative;
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}

#localizacao button {
	width: 50px;
	height: 100%;
	background-image: url(https://upload.madnezz.com.br/c3aae9714dd93dd8f0bac80cb7ade18d);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	position: absolute;
	top: 0;
	right: 14px;
}

.map {
	width: 100%;
	height: auto;
	position: relative;
}

#mapa {
	width: 100%;
	height: 67vh;
}

#rota {
	width: 600px;
	margin: 0 auto 70px auto;
	max-width: 100%;
	height: 60vh;
	overflow: auto;
	display: none;
}

/*OPORTUNIDADE*/
#oportunidade input[type=submit],
button {
	transition: 0.1s;
	cursor: pointer;
}

#oportunidade input[type=submit]:hover,
button:hover {
	opacity: 0.8;
}

#oportunidade input[type=file] {
	width: 98%;
	border: 1px solid #ddd;
	padding: 20px 1%;
	position: relative;
}

#oportunidade textarea {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #414141;
	border: 1px solid #dedede;
	padding: 20px 30px;
	background-color: transparent;
	width: 100%;
	height: 200px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

#oportunidade input[type="text"],
input[type="password"] {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #414141;
	border: 1px solid #dedede;
	padding: 20px 30px;
	background-color: transparent;
	width: 100%;
	text-transform: uppercase;
}

#oportunidade select {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #414141;
	border: 1px solid #dedede;
	padding: 20px 30px;
	background-color: transparent;
	width: 100%;
	background-color: transparent;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(https://upload.madnezz.com.br/37a39b34baf059694f3437b663baf1ee);
	background-repeat: no-repeat;
	background-position: 94%;
}

#oportunidade button {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	border: none;
	width: 50px;
	height: 100%;
	background-image: url(https://upload.madnezz.com.br/c3aae9714dd93dd8f0bac80cb7ade18d);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	position: absolute;
	top: 0;
	right: 14px;
}

#oportunidade form {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}

#oportunidade form input[type="text"],
#oportunidade select {
	margin-bottom: 15px;
}

#oportunidade #captcha input[type=text] {
	margin-bottom: 0;
}

#oportunidade .box_contato {
	margin-top: 15px;
}

#oportunidade button[type=submit] {
	float: right;
	position: relative;
	margin-top: 10px;
	height: 50px;
	background-position: right;
}

.oportunidade_qtd {
	margin: 70px 0;
	color: #f05a27;
	padding-top: 70px;
	position: relative;
}

.oportunidade_qtd:before {
	content: '';
	position: absolute;
	top: 0;
	left: 15%;
	width: 70%;
	height: 1px;
	background: #dedede;
}

.vagas {
	display: flex;
	flex-wrap: wrap;
}

.vagas li {
	width: calc(50% - 14px);
	padding: 60px 40px;
	border: 1px solid #dedede;
	margin: 0 25px 25px 0;
}

.vagas li:nth-child(even) {
	margin-right: 0;
}

.vagas li {
	display: flex;
	flex-wrap: wrap;
}

.vagas li .left {
	width: 31%;
	margin-right: 7%;
	padding-right: 7%;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.vagas li .left:after {
	content: '';
	position: absolute;
	top: 10%;
	right: 0;
	width: 1px;
	height: 80%;
	background: #f1f1f1;
}

.vagas li .left img {
	width: 100%;
	max-height: 200px;
}

.vagas li .right {
	width: 55%;
	text-align: center;
}

.vagas li .loja {
	color: #9abb95;
}

.vagas li span {
	font-size: 16px;
	color: #696969;
}

.vagas li p {
	font-size: 14px;
	color: #a9a9a9;
}

.anexo {
	position: relative;
}

.anexo label {
	width: 100%;
	height: 100%;
	background-image: url(https://upload.madnezz.com.br/1c412bfed0bde7b61454d19187b0d3c2);
	padding: 20px 30px;
	background-repeat: no-repeat;
	background-position: 95%;
	position: absolute;
	border: 1px solid #dedede;
}

.anexo label span {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #414141;
	font-weight: 100;
	text-transform: uppercase;
	background-color: transparent;
}

.anexo input[type="file"] {
	opacity: 0;
}


/*MOBILE HORIZONTAL*/
@media only screen and (max-width: 1120px) and (orientation: landscape) {
	.header-top {
		padding: 10px 0 !important;
		position: relative !important;
	}

	.expand-menu-open i {
		font-size: 30px !important;
	}

	.logo {
		margin-top: 0 !important;
		position: relative !important;
	}

	.logo img {
		max-width: 12vw;
	}

	.swiper-container.banner {
		margin-top: 0 !important;
	}

	.mainmenu-expand {
		overflow: auto;
	}

	#sal_popup_js_master_foreground_container {
		top: 0 !important;
	}
}

/*MOBILE VERTICAL*/

@media only screen and (max-width: 1120px) {

	/*HEADER*/
	.logo {
		position: absolute;
	}

	.logo img {
		max-height: 110px;
	}

	.is-stick .logo {
		margin-top: -5px;
	}

	.header-top .logo>a {
		width: 140px;
	}

	.expand-menu-open i {
		font-size: 45px;
		margin: 10px 10px 0 0;
	}

	/*TOWER*/
	#tower table {
		width: 100%;
		text-align: center;
		border-spacing: 0;
	}

	#tower table td {
		padding: 0;
	}

	/*DEFAULT*/
	.section-padding {
		padding: 50px 0;
	}

	/* VITRINE */
	.vitrine_banner {
		padding: 1vh 0;
		background-size: contain;
	}



	/*HOME*/
	.swiper-container.banner {
		margin-top: 18vh;
		margin-top: 18vh;
		overflow: hidden;
	}

	.swiper-container.banner .swiper-button-prev {
		font-size: 20px;
		left: 2vh;
		top: 55%;
	}

	.swiper-container.banner .swiper-button-next {
		font-size: 20px;
		right: 2vh;
		top: 55%;
	}

	/*CINEMA*/
	#cinema .box_data ul li {
		padding: 10px 4px;
		margin: 0;
	}

	#cinema .box_data ul li h3 {
		font-size: 16px;
	}

	#cinema .box_data ul li span {
		font-size: 12px;
	}

	#cinema ul.filtros {
		width: 120px;
		display: block;
		margin: 0 auto;
	}

	#cinema ul.filtros li {
		margin: 0 5px;
		display: block;
	}

	#cinema .filtros label {
		padding: 2px 0 0 36px;
	}

	.cinema_filmes li {
		width: calc(100% - 2px);
		margin: 0 0 30px 0;
	}

	.filme_horarios {
		max-height: none;
	}

	.cinema_filmes li>div.info {
		width: 100%;
	}

	.cinema_filmes li>img {
		float: none;
		width: 60%;
		margin: 30px auto 0;
		display: block;
	}

	/*LOJA*/
	.loja_lista li {
		width: 100%;
		margin: 0 0 30px 0;
	}

	/*SHOPPING*/
	#shopping .content p {
		max-width: 90%;
	}

	#shopping .galeria {
		margin: 100px 0 120px;
	}

	/*NOVIDADES*/
	.novidade_lista li {
		width: 100%;
		margin-right: 0;
	}

	.novidade_lista li .img {
		height: 140px;
	}

	/*OPORTUNIDADE*/
	.vagas li {
		display: block;
		flex-wrap: initial;
		width: 100%;
		margin-right: 0;
	}

	.vagas li:last-child {
		margin-bottom: 0;
	}

	.vagas li .left {
		width: 100%;
		margin: 0 0 50px 0;
		padding-right: 0;
	}

	.vagas li .left img {
		width: 50%;
		max-height: 300px;
	}

	.vagas li .right {
		width: 100%;
	}

	.anexo label {
		background: none;
	}
}

/*LOADING*/
.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.loading img {
	display: block;
	width: 80px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: calc(100% + 20px);
	font-size: 26px;
	letter-spacing: 5px;
	color: #006241;
}

.spinner {
	width: 70px;
	text-align: center;
	position: relative;
}

.spinner>div {
	width: 18px;
	height: 18px;
	background-color: #f05a27;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}