@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
html{
	scroll-behavior: smooth;
}
:root {
	--primaria: #00a24d;
	--secundaria: #000000;
	--terciaria: #d0e0d1;
}
::-webkit-scrollbar-thumb {
	background-color: var(--primaria);
}
::-webkit-scrollbar {
	width: 8px;
}
body{
	font-family: 'Montserrat', sans-serif;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-size: 16px;
}
header{
	position: fixed;
	width: 100%;
	z-index: 1000;
	padding: 20px 0;
	top: 0;
	transition: all 0.5s;
}
header.menufixo{
	background-color: var(--secundaria);
	padding: 5px 0;
	top: 0;
}
a.logo{
	width: 100%;
	height: auto;
	cursor: pointer;
	display: block;
}
a.logo img{
	width: 100%;
	height: auto;
	max-width: 240px;
	margin-top: 0px;
}
a.ctamenu{
	padding: 12px 20px;
	color: #ffffff;
	background: var(--primaria);
	float: right;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	border-radius: 5px;
	margin-top: 10px;
}
a.ctamenu:hover{
	background: #ffffff;
	color: var(--primaria);
	text-decoration: none;
}
.hero{
	background-image: url(images/hero.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 130px 0 120px 0;
}


    .imgDesktopBanner {
        /* Add any additional styles for the desktop image container here */
        /* For example, you can set the height, max-height, margin, etc. */
        /* For demonstration purposes, I'm setting a fixed height of 400px */
        height: 400px;
        margin-top: 20px;
    }

    .imgDesktopBanner img {
        /* Add any additional styles for the desktop image here */
        /* For example, you can set the width to 100% and height to auto to maintain aspect ratio */
        width: 100%;
        height: auto;
    }

    @media (max-width: 991.98px) {
        .imgDesktopBanner {
            /* Hide the desktop image on smaller screens like tablets and below */
            display: none;
        }
    }

   .movieWrapper {
        /* Set a minimum height to the movie wrapper to ensure the images are visible */
        /* You can adjust this height based on your design requirements */
        min-height: 480px;
        overflow-x: auto;
        white-space: nowrap;
        padding: 10px 0; /* Add padding to separate images from the edges */
    }

    .movieWrapper img {
        /* Set the width and height of individual movie images */
        /* You can adjust these dimensions based on the image sizes you want to display */
        width: 320px;
        height: 480px;
        margin-right: 10px; /* Add spacing between movie images */
    }
    

.hero h1 {
	font-weight: 500;
	font-size: 45px;
	line-height: 44px;
	letter-spacing: -0.04em;	
	color: #FFFFFF;
	margin-top: 100px;
}
.hero h1 b {
	font-weight: 700;
}
.hero p {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #FFFFFF;
	margin: 20px 0 60px 0;
}
a.ctaPadrao {
	padding: 12px 20px;
	color: #ffffff;
	background: var(--primaria);
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	border-radius: 5px;
	margin-top: 10px;
	position: relative;
	z-index: 1;
}
a.ctaPadrao:before {
	content: "";
	position: absolute;
	right: -3px;
	bottom: -3px;
	border-radius: 5px;
	z-index: -1;
	height: 43px;
	width: 100%;
	display: block;
	background: #000000;
}
a.ctaPadrao:hover{
	background: #ffffff;
	color: var(--primaria);
	text-decoration: none;
}
a.ctaPadrao1{
	color: var(--primaria);
	background: #FFFFFF;
}
a.ctaPadrao1:before{
	background: #D9D9D9;
}
a.ctaPadrao1:hover{
	background: var(--secundaria);
	color: #FFFFFF;
}
a.ctaPadrao1:hover:before{
	background: #100f0f;
}
.itemCinema1{
	position: absolute;
	bottom: -50px;
	left: -50px;
}
.itemCinema2{
	position: absolute;
	top: -20px;
	right: -50px;
}
.itemCinema3{
	position: absolute;
	bottom: -50px;
	right: -50px;
}
.logosCinemas{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.logoCinema{
	flex: 0 1 30%;
	margin: 1%;
}
.logoCinema img{
	width: 100%;
	height: auto;
	margin-top: 10px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 10px;
}
.banner {
	background-image: url(images/fundo1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: var(--primaria);
	border-radius: 20px 20px 20px 100px;
	margin: 0 0 80px 0;
	padding: 35px 35px 55px 100px;
	position: relative;
} 
.imgBanner {
	position: absolute;
	top: 35px;
	right: 35px;
}
.imgBanner img {
	border-radius: 10px 10px 70px 10px;
}
.tituloBanner {	
	font-weight: 500;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: -0.04em;
	color: #FFFFFF;
	margin-top: 30px;
}
.tituloBanner span {
	font-weight: 700;
	font-size: 45px;
}
.banner p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	margin: 12px 0 35px 0;
}
.areaComoFunciona{
	margin: 160px 0 0px 0;
	text-align: center;
}
h2.titulo{
	font-weight: 500;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -1px;	
	color: #000000;
}
h2.titulo b{
	font-weight: 700;
}
.comoFunciona{
	display: flex;
}
.comoFunc{
	text-align: center;
	margin: 50px 0 80px 0;
	padding: 0 40px;
	position: relative;
	flex: 0 1 33%;
}
.comoFunc:before{
	content: '';
	opacity: 0.3;
	height: 1px;
	width: 100%;
	background-color: #313A54;
	display: block;
	position: absolute;
	left: 0;
	top: 23px;
	z-index: 1;
}
.comoFunc1:before{
	width: 50%;
	left: 50%;
}
.comoFunc3:before{
	width: 50%;
}
.labelComoFunc{
	background: #FFFFFF;
	border: 2px solid #000000;
	width: 46px;
	height: 46px;
	border-radius: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.labelComoFunc span{
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -1px;
	padding-top: 9px;
	display: block;
}
.comoFunc .titulo-comofunciona{
	margin: 20px 0 10px 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.01em;
	color: #000000;
}
.comoFunc p{
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}
.labelComoFuncImg{
	width: 46px;
	height: 46px;
	border-radius: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.labelComoFuncImg img{
	background: var(--primaria);
	width: 45px;
	height: 45px;
	border-radius: 100%;
	padding: 8px;
}
.labelComoFuncImg:before{
	content: '';
	position: absolute;
	width: 54px;
	height: 54px;
	border-radius: 100%;
	margin: 0 auto;
	border: 1px solid var(--primaria);
	left: -4px;
	top: -4px;
	animation:circuloTrabalhe1 4s infinite;
}
@keyframes circuloTrabalhe1{
	0%  {
		opacity: 1;
	}
	50% {
		opacity: 0.2;
	}
	100%{
		opacity: 1;
	} 
}
.labelComoFuncImg:after{
	content: '';
	position: absolute;
	width: 54px;
	height: 54px;
	border-radius: 100%;
	margin: 0 auto;
	border: 1px solid var(--primaria);
	left: -4px;
	top: -4px;
	opacity: 0.2;
	animation:circuloTrabalhe2 4s infinite linear;
}
@keyframes circuloTrabalhe2{
	0%  {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.2;
		transform: scale(1.4);
	}
	80% {
		opacity: 0.4;
	}
	100%{
		opacity: 1;
		transform: scale(1);
	} 
}
.cinemasHome{
	background: linear-gradient(116.6deg, rgba(56, 128, 60, 0.4) 21.68%, rgba(56, 128, 60, 0.63) 82.62%);
	padding: 120px 0 140px 0;
}
.boxDadosCinema {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 150px;
}
.areaBoxDadosCine {
	flex: 0 1 46%;
	margin: 2%;
}
.boxDadoCine {
	background: linear-gradient(180deg, rgba(56, 128, 60, 0) 0%, rgba(56, 128, 60, 0.4) 100%);
	border-radius: 10px;
	padding: 50px 20px;
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	text-align: center;
	color: #FFFFFF;
	margin: 25px 0;
}
.boxDadoCine1{
	background: linear-gradient(180deg, rgba(56, 128, 60, 0.4) 0%, rgba(56, 128, 60, 0) 100%);
}
.boxDadoCine span.infocounter {
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	display: block;
	text-align: center;	
	color: #FFFFFF;
	margin-top: 7px;
}
.ctabanner {
	position: relative;
	margin: 120px 0;
	padding-top: 30px;
}
.ctabanner:before {
	content: '';
	display: block;
	position: absolute;
	background-image: url(images/fundo2.jpg);
	background-repeat: no-repeat;
	border-radius: 0px 50px 50px 0px;
    height: 260px;
	width: 85vw;
	left: 0;
	top: 0;
	z-index: -1;
}
.imgCtaBanner {
	position: absolute;
	right: 230px;
    bottom: -22px;
}
.imgCtaBanner img {
    width: 100%;
    max-width: 290px;
	height: auto;
}
.tituloBannerCta {
	font-weight: 700;
	font-size: 40px;
	line-height: 44px;
	letter-spacing: -0.04em;
	color: #FFFFFF;
}
.ctabanner p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	margin: 12px 0 20px 0;
}
.cardsHome {
	margin: 150px 0 80px 0;
}
a.boxCardHome {
	display: block;
	border-radius: 15px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 30px;
    margin: 15px 0;
}
.boxCardHome1{
	background-image: url(images/produto1.jpg);
}
.boxCardHome2{
	background-image: url(images/produto2.jpg);
}
.boxCardHome3{
	background-image: url(images/produto3.jpg);
}
.infoBoxCardHome {
	padding: 200px 0 10px 0;
	font-weight: 700;
	font-size: 22px;
	line-height: 18px;
	letter-spacing: -0.01em;
	color: #FFFFFF;
}
.boxCardHome span {
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
	display: block;
}
.boxCardHome span img {
	margin-left: 5px;
}
.rodape {
	padding: 75px 0 100px 0;
	background: var(--secundaria);
}
img.logoRodape {
	width: 100%;
	height: auto;
	max-width: 160px;
}
.social {
	margin: 20px 0;
}
.social a {
	margin-right: 20px;
}
.infocontato {
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.infocontato img {
	margin-right: 12px;
}
.rodape .ctaPadrao1 {
	color: var(--secundaria);
}
a.linkTermo {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	margin-right: 20px;
	margin-top: 20px;
	display: inline-block;
}
/* Swiper */
.areaSwiper{
	width: 100%;
	position: relative;
	padding: 0px 0px;
	background-color: transparent;
}
.swiperControles{
	display: block;
	position: relative;
	bottom: 0px;
	margin-top: 60px;
	right: 0px;
	height: 30px;
	width: 100%;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	display: none;
}
.swiper-button-prev,
.swiper-button-next {
	width: 40px;
	height: 40px;
}
.swiper-button-prev1{
	left: 0px;
}
.swiper-button-next1{
	right: auto;
	left: 80px;
}
.swiper-button-prev img,
.swiper-button-next img{
	width: 30px;
	height: auto;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 0.8;
}
.boxMarcaCinema {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
}
.boxMarcaCinema img {
    width: 100%;
    height: auto;
    max-width: 180px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.infoDescontoCinema {
	background: var(--terciaria);
	border-radius: 5px;
	width: 100%;
	height: 50px;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.infoDescontoCinema b {
	font-weight: 700;
	font-size: 24px;
	line-height: 16px;
	color: #000000;
}
a.ctaMarca {
	padding: 12px 20px;
	color: #ffffff;
	background: var(--primaria);
	border: 1px solid var(--primaria);
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	border-radius: 5px;
	margin-top: 10px;
	display: block;
	width: 100%;
}
a.ctaMarca:hover{
	background: #ffffff;
	color: var(--primaria);
	text-decoration: none;
}
.semPadding{
	padding: 0;
}
.mapaBrasil {
	margin-top: 50px;
	position: relative;
    width: 570px;
    height: 570px;
	display: block;
}
img.desenhomapa{
	width: 100%;
	height: auto;
	max-width: 570px;
}
.popoveritem{
	position: absolute;
}
.popover-header {
	text-align: center;
}
.popover-body{
	text-align: center;
}
.popover-body img{
	width: 100%;
	height: auto;
	max-width: 100px;
}
.pin-am {
	left: 130px;
	top: 125px;
}
.pin-rr {
	left: 170px;
	top: 35px;
}
.pin-ac {
	left: 50px;
	top: 205px;
	display: none;
}
.pin-ro {
	left: 140px;
	top: 215px;
	display: none;
}
.pin-ap {
	left: 310px;
	top: 45px;
}
.pin-pa {
	left: 295px;
	top: 135px;
}
.pin-to {
	left: 365px;
	top: 220px;
}
.pin-ma {
	left: 405px;
    top: 128px;
}
.pin-pi {
	left: 445px;
    top: 170px;
}
.pin-ce {
	left: 485px;
    top: 130px;
}
.pin-rn {
	left: 535px;
    top: 135px;
}
.pin-pb {
	left: 550px;
    top: 160px;
}
.pin-pe {
	left: 500px;
    top: 175px;
}
.pin-al {
    left: 540px;
    top: 192px;
}
.pin-se {
	left: 520px;
    top: 215px;
}
.pin-ba {
	left: 450px;
    top: 230px;
}
.pin-mt {
	left: 245px;
	bottom: 300px;
}
.pin-go {
	left: 325px;
    bottom: 245px;
}
.pin-df {
	left: 375px;
	bottom: 275px;
}
.pin-ms {
	left: 260px;
	bottom: 200px;
}
.pin-mg {
	left: 410px;
	bottom: 215px;
}
.pin-es {
	left: 480px;
    bottom: 200px;
}
.pin-rj {
	left: 445px;
    bottom: 170px;
}
.pin-sp {
	left: 370px;
	bottom: 160px;
}
.pin-pr {
	left: 310px;
	bottom: 145px;
}
.pin-sc {
	left: 335px;
	bottom: 100px;
}
.pin-rs {
	left: 290px;
	bottom: 65px;
}
.areaSobreHome{
	background-image: url(images/fundo3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0 120px 0;
}
.topoInterna {
	text-align: center;
	background-image: url(images/hero.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 130px 0 50px 0;
}
.topoInterna h1 {
	font-weight: 500;
	font-size: 45px;
	line-height: 44px;
	letter-spacing: -0.04em;	
	color: #FFFFFF;
}
.conteudo {
	padding: 80px 0;
}
.conteudo .boxMarcaCinema {
	box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}
.fotocapa {
	position: relative;
	border-radius: 20px;
	width: 90%;
    height: 350px;
	display: block;
	margin-left: 10%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    padding-top: 75px;
	margin-bottom: 20px;
}
.marcaCin {
	width: 220px;
    height: 200px;
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
    padding: 20px 40px;
    display: flex;
    background: #FFFFFF;
    border-radius: 10px;
    align-items: center;
    margin-left: -10%;
}
.marcaCin img {
	width: 100%;
	height: auto;
    border-radius: 10px;
}
.descontos {
	text-align: center;
	margin-top: 60px;
}
.tituloDesconto {
	background: var(--terciaria);
	border-radius: 5px;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	letter-spacing: -0.01em;
	color: #000000;
	padding: 10px 20px;
	margin-bottom: 10px;
}
.descontos p {
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: -0.01em;
	color: #000000;
	text-align: left;
	margin-bottom: 10px;
}
.descontos a.ctaPadrao {
	border: 1px solid var(--primaria);
    display: inline-block;
    min-width: 140px;
}
.descontos a.ctaPadrao::before {
	display: none;
}
.enderecos {
	padding: 30px 10px 30px 20px;
	background: #EFEFEF;
	color: #000000;
	letter-spacing: -0.01em;
	border-radius: 25px;
	margin-top: 60px;
}
.enderecosLista{
    height: 100%;
    max-height: 1000px;
    overflow-y: auto;
	padding-right: 30px;
}
.regras {
	padding: 70px 0;
	background: #EFEFEF;
	color: #000000;
	letter-spacing: -0.01em;
}
.enderecos h3,
.regras h3 {
	font-weight: 700;
	font-size: 22px;
	line-height: 18px;
}
.enderecos p{
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}
.regras p{
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.loginpage {
	text-align: center;
}
.formsubmit {
	padding: 12px 20px;
	color: #ffffff;
	background: var(--primaria);
	float: right;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	border-radius: 5px;
	margin-top: 10px;
}
.formsubmit:hover{
	background: #ffffff;
	color: var(--primaria);
	text-decoration: none;
	cursor: pointer;
}
.busca {
	background: #efefef;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 10px;
}
.busca select.form-control:not([size]):not([multiple]),
.busca .form-control{
    height: 46px;
    border-color: #e6e4e4;
    font-size: 14px;
}
.busca .formsubmit {
    margin-top: 0;
}










/*		Responsive CSS 		*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	header.menufixo {
		padding: 10px 0;
	}
	a.ctamenu {
		padding: 8px 12px;
		margin-top: 0px;
	}
	.hero {
		padding: 90px 0 120px 0;
	}
	.hero h1 {
		font-size: 34px;
		line-height: 34px;
		margin-top: 30px;
	}
	.hero p {
		margin: 20px 0 20px 0;
	}
	.hero a.ctaPadrao{
		display: none;
	}
	.itemCinema1 img,
	.itemCinema2 img,
	.itemCinema3 img {
		width: 100%;
		height: auto;
		max-width: 80px;
	}
	.itemCinema1 {
		bottom: -80px;
		left: 0px;
	}
	.itemCinema2 {
		top: -10px;
		right: 10px;
	}
	.itemCinema3 {
		bottom: -70px;
		right: 40px;
	}
	.banner {
		padding: 35px 35px 35px 35px;
		text-align: center;
	}
	.tituloBanner {
		font-size: 24px;
		line-height: 28px;
		margin-top: 0;
	}
	.tituloBanner span {
		font-size: 35px;
	}
	.imgBanner {
		position: relative;
		top: 60px;
		right: auto;
	}
	.imgBanner img{
		width: 100%;
		height: auto;
	}
	.areaSobreHome {
		padding: 80px 0 80px 0;
	}
	.swiperControles{
		display: none;
	}
	.cinemasHome {
		padding: 80px 0 80px 0;
	}
	h2.titulo {
		font-size: 30px;
		line-height: 33px;
	}
	.areaSwiper {
		margin-top: 30px;
	}
	.boxDadosCinema {
		margin-top: 0px;
	}
	.boxDadoCine {
		padding: 35px 20px;
		font-size: 36px;
	}
	.ctabanner {
		padding: 0 15px;
		text-align: center;
		margin: 80px 0 0 0;
	}
	.ctabanner .container{
		background-image: url(images/fundo2.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		border-radius: 20px;
		padding: 35px 30px 0 30px;
	}
	.ctabanner:before {
		display: none;
	}
	.tituloBannerCta {
		font-size: 30px;
		line-height: 33px;
	}
	.imgCtaBanner {
		position: relative;
		right: auto;
		bottom: auto;
	}
	.imgCtaBanner img {
		height: auto;
		width: 100%;
		max-width: 260px;
		margin-top: 30px;
	}
	.cardsHome {
		margin: 50px 0 80px 0;
	}
	.infoBoxCardHome {
		padding: 130px 0 10px 0;
	}
	.rodape{
		text-align: center;
	}
	.rodape .ctaPadrao1 {
		display: inline-block;
		margin: 20px 0;
	}
	.rodape .ctaPadrao1:before{
		display: none;
	}
	.comoFunciona {
		flex-direction: column;
		margin-top: 30px;
	}
    .labelComoFunc{
        text-align: center;
        margin: 0;
        position: absolute;
        left: 0px;
    }
    .comoFunc{
        text-align: left;
        padding-left: 70px;
		padding-bottom: 25px;
        margin-bottom: 0;
        margin-top: 0;
    }
	.comoFunc .titulo-comofunciona {
		margin: 10px 0 10px 0;
	}
    .comoFunc:before {
        height: 100%;
        width: 1px;
        left: 23px;
        top: 0px;
    }
    .comoFunc1:before{
        left: 23px;
        width: 1px;
    }
    .comoFunc3:before{
        left: 23px;
        width: 1px;
        height: 10px;
    }
    .labelComoFuncImg {
        position: absolute;
        left: 0;
    }
	.mapaBrasil {
		width: 350px;
		height: 350px;
	}
	.popoveritem{
		width: 20px;
		height: 20px;
	}
	.pin-am {
		left: 70px;
		top: 70px;
	}
	.pin-rr {
		left: 100px;
		top: 15px;
	}
	.pin-ac {
		left: 25px;
		top: 125px;
	}
	.pin-ro {    
		left: 85px;
		top: 125px;
	}
	.pin-ap {
		left: 185px;
		top: 20px;
	}
	.pin-pa {
		left: 180px;
		top: 75px;
	}
	.pin-to {    
		left: 215px;
		top: 125px;
	}
	.pin-ma {
		left: 245px;
		top: 75px;
	}
	.pin-pi {
		left: 270px;
		top: 100px;
	}
	.pin-ce {    
		left: 297px;
		top: 75px;
	}
	.pin-rn {
		left: 330px;
		top: 75px;
	}
	.pin-pb {
		left: 330px;
		top: 100px;
	}
	.pin-pe {    
		left: 305px;
		top: 105px;
	}
	.pin-al {    
		left: 335px;
		top: 120px;
	}
	.pin-se {    
		left: 315px;
		top: 135px;
	}
	.pin-ba {
		left: 275px;
		top: 140px;
	}
	.pin-mt {    
		left: 155px;
		bottom: 180px;
	}
	.pin-go {        
		left: 200px;
		bottom: 150px;
	}
	.pin-df {    
		left: 225px;
		bottom: 160px;
	}
	.pin-ms {
		left: 160px;
		bottom: 120px;
	}
	.pin-mg {    
		left: 255px;
		bottom: 135px;	
	}
	.pin-es {
		left: 295px;
		bottom: 123px;
	}
	.pin-rj {
		left: 270px;
		bottom: 100px;
	}
	.pin-sp {
		left: 220px;
		bottom: 100px;
	}
	.pin-pr {
		left: 185px;
		bottom: 85px;
	}
	.pin-sc {
		left: 205px;
		bottom: 60px;
	}
	.pin-rs {
		left: 175px;
		bottom: 40px;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	.cinemasHome .container{
		max-width: 600px;
	}
	.areaMapa{
		padding: 0;
	}
	header.menufixo {
		padding: 10px 0;
	}
	a.ctamenu {
		padding: 8px 12px;
		margin-top: 0px;
	}
	.hero {
		padding: 90px 0 120px 0;
	}
	.hero h1 {
		font-size: 34px;
		line-height: 34px;
		margin-top: 30px;
	}
	.hero p {
		margin: 20px 0 20px 0;
	}
	.hero a.ctaPadrao{
		display: none;
	}
	.itemCinema1 img,
	.itemCinema2 img,
	.itemCinema3 img {
		width: 100%;
		height: auto;
		max-width: 80px;
	}
	.itemCinema1 {
		bottom: -80px;
		left: 0px;
	}
	.itemCinema2 {
		top: -10px;
		right: 10px;
	}
	.itemCinema3 {
		bottom: -70px;
		right: 40px;
	}
	.banner {
		padding: 35px 35px 35px 35px;
		text-align: center;
	}
	.tituloBanner {
		font-size: 24px;
		line-height: 28px;
		margin-top: 0;
	}
	.tituloBanner span {
		font-size: 35px;
	}
	.imgBanner {
		position: relative;
		top: 60px;
		right: auto;
	}
	.imgBanner img{
		width: 100%;
		height: auto;
		max-width: 250px;
	}
	.areaSobreHome {
		padding: 80px 0 80px 0;
	}
	.swiperControles{
		display: none;
	}
	.cinemasHome {
		padding: 80px 0 80px 0;
	}
	h2.titulo {
		font-size: 30px;
		line-height: 33px;
	}
	.areaSwiper {
		margin-top: 30px;
	}
	.boxDadosCinema {
		margin-top: 0px;
	}
	.boxDadoCine {
		padding: 35px 20px;
		font-size: 36px;
	}
	.ctabanner {
		padding: 0 15px;
		text-align: center;
		margin: 80px 0 0 0;
	}
	.ctabanner .container{
		background-image: url(images/fundo2.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		border-radius: 20px;
		padding: 35px 30px 0 30px;
	}
	.ctabanner:before {
		display: none;
	}
	.tituloBannerCta {
		font-size: 30px;
		line-height: 33px;
	}
	.imgCtaBanner {
		position: relative;
		right: auto;
		bottom: auto;
	}
	.imgCtaBanner img {
		height: auto;
		width: 100%;
		max-width: 260px;
		margin-top: 30px;
	}
	.cardsHome {
		margin: 50px 0 80px 0;
	}
	.infoBoxCardHome {
		padding: 130px 0 10px 0;
	}
	.rodape{
		text-align: center;
	}
	.rodape .ctaPadrao1 {
		display: inline-block;
		margin: 20px 0;
	}
	.rodape .ctaPadrao1:before{
		display: none;
	}
	.comoFunciona {
		flex-direction: column;
		margin-top: 30px;
	}
    .labelComoFunc{
        text-align: center;
        margin: 0;
        position: absolute;
        left: 0px;
    }
    .comoFunc{
        text-align: left;
        padding-left: 70px;
		padding-bottom: 25px;
        margin-bottom: 0;
        margin-top: 0;
    }
	.comoFunc .titulo-comofunciona {
		margin: 10px 0 10px 0;
	}
    .comoFunc:before {
        height: 100%;
        width: 1px;
        left: 23px;
        top: 0px;
    }
    .comoFunc1:before{
        left: 23px;
        width: 1px;
    }
    .comoFunc3:before{
        left: 23px;
        width: 1px;
        height: 10px;
    }
    .labelComoFuncImg {
        position: absolute;
        left: 0;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.hero h1 {
		font-size: 38px;
		line-height: 40px;
		margin-top: 20px;
	}
	.itemCinema1 {
		bottom: -90px;
		left: 0px;
	}
	.itemCinema2 {
		top: -20px;
		right: 0px;
	}
	.itemCinema3 {
		bottom: -80px;
		right: 80px;
	}
	.hero a.ctaPadrao{
		display: none;
	}
	.banner {
		padding: 35px 35px 55px 40px;
		border-radius: 20px 20px 20px 60px;
	}
	.tituloBanner {
		font-size: 22px;
		line-height: 29px;
		margin-top: 0px;
	}
	.tituloBanner span {
		font-size: 30px;
	}
	.imgBanner {
		top: 20px;
	}
	h2.titulo {
		font-size: 30px;
		line-height: 33px;
	}
	.areaComoFunciona {
		margin: 50px 0 0px 0;
	}
	.comoFunc {
		padding: 0 25px;
		margin: 50px 0 0px 0;
	}
	.cinemasHome{
		padding: 80px 0;
	}
	.boxDadosCinema {
		margin-top: 100px;
	}
	.boxDadoCine {
		padding: 25px 10px;
		width: 100px;
		display: block;
		font-size: 28px;
		margin: 10px 0;
	}
	.boxDadoCine span.infocounter {
		font-size: 15px;
		line-height: 14px;
	}
	a.boxCardHome {
		padding-top: 130px;
	}
	.infoBoxCardHome {
		padding: 0 0 10px 0;
		min-height: 46px;
		font-size: 18px;
		line-height: 18px;
	}
	.rodape .ctaPadrao1 {
		display: inline-block;
		margin: 20px 0;
	}
	.rodape .ctaPadrao1:before{
		display: none;
	}
	.ctabanner:before {
		height: 330px;
		width: 95vw;
	}
	.tituloBannerCta {
		font-size: 26px;
		line-height: 32px;
	}
	.imgCtaBanner {
		position: absolute;
		right: 2vw;
		bottom: -70px;
		width: 40vw;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.hero h1 {
		font-weight: 500;
		font-size: 40px;
		line-height: 44px;
		letter-spacing: -0.04em;
		color: #FFFFFF;
		margin-top: 40px;
	}
	.itemCinema2 {
		position: absolute;
		top: -30px;
		right: 0px;
	}
	.itemCinema3 {
		position: absolute;
		bottom: -80px;
		right: 0px;
	}
	.banner {
		padding: 35px 35px 55px 55px;
	}
	.imgBanner img {
		max-width: 250px;
		height: auto;
	}
	.boxDadoCine {
		padding: 30px 5px;
		font-size: 38px;
		margin: 25px 0;
	}
	.imgCtaBanner {
		right: 110px;
		bottom: -72px;
	}
	.imgCtaBanner img {
		max-width: 320px;
	}
	.ctabanner:before {
		height: 400px;
	}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	
}
