body {
    font-family: 'Roboto', sans-serif;
}

/* menu topo */
.menu-list{
	list-style: none;
}
.menu-list li{
	float: left;
	margin: 25px 20px;
}
.menu-list li a{
	color: #333333;
	font-size: 14px;
}

/* classes uteis */
.col-reset {
	padding: 0;
}
h2{
	color: #262626;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}

h3{
	color: #281d7a;
	font-family:  'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 700;
}
h4{
	color: #362f8d;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
}
h5{
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0px 20px;
}
.align-left{ float: left; }
.align-right{ float: right; }

/* bloco banner */
#banner{
    margin-top: 60px;
}
#banner .item{
	max-height: 520px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    max-height: 520px;
    width: 100%;
    height: 520px;
}
#banner img{
	width: 100%;
	overflow: hidden;
}

/* bloco shopping */
#shopping .banner-shopping{
	background-color: #f8f8f8;
    background-position: right;
    background-repeat: no-repeat;
    max-height: 450px;
	height: 450px;
	width: 100%;
	overflow: hidden;
}
.shopping-texto{
	padding: 80px 0;
	max-width: 460px;
}

/* bloco eventos e filmes */
#eventos-filmes{margin-top: 50px;}
#eventos-filmes .evento{
    background-repeat: no-repeat;
    height: 290px;
    overflow: hidden;
    background-size: 100%;
    background-position: center;
    margin: 15px;
    border-radius: 20px;
}
#eventos-filmes .block-info{
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    top: 220px;
    height: 70px;
    padding: 10px 20px;
}
#eventos-filmes .filme h4{
	text-align: center; 
	margin-top: 5px;
}
#eventos-filmes h2,
#lojas h2{
	margin-bottom: 0;
}

#eventos-filmes .filme{
	border-radius: 10px;
	border: 1px solid #d9d9d9;
	background-color: #f8f8f8;
	margin: 15px;
	height: 290px;
}
#eventos-filmes label.green,
#eventos-filmes label.red{
	color: #ffffff;
	font-size: 12px;
	border-radius: 2px;
    padding: 1px 3px;
}
#eventos-filmes label.green{
	background-color: #fccf52;
}
#eventos-filmes label.red{
	background-color: red;
}
#eventos-filmes .col1,
#eventos-filmes .col2{
	width: 50%;
	float: left;
	font-size: 12px;
}
#eventos-filmes .sinopse{
    display: inline-block;
    font-size: 12px;
    padding: 10px 20px;
}
#eventos-filmes .hora-exibicao{
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	padding: 1px 3px;
	margin: 3px;
}
#eventos-filmes .col1 img,
#eventos-filmes .col2 img{
    margin: 15px 10px 0 4px;
}
#eventos-filmes .banner{
	border-radius: 10px;
	border: 1px solid #d9d9d9;
	background-color: #f8f8f8;
	margin: 15px;
	height: 290px;
}
#eventos-filmes .banner img{
	border-radius: 10px;
}
.eventos .evento-box{
	padding: 20px;
	background-color: #f8f8f8; 
	border-radius: 10px; 
	border: 1px solid #d9d9d9;
}
.page .page-main .links-rapidos .eventos .evento{
	height: 200px;
	margin: 20px 0;
}


/* bloco lojas */
#lojas{margin-top: 50px;}
#lojas .bloco-loja{
    padding: 10px;
}
#lojas .bloco-loja img{
	margin-right: 10px;
}
#lojas .bloco-loja h4{
    position: absolute;
    bottom: -20px;
    text-align: center;
    width: 100%;
}
#lojas .bloco-loja .loja-image {
    overflow: hidden;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
#lojas .bloco-loja .hr1{ width: 58%; }
#lojas .bloco-loja .hr2{ width: 93%; }
#lojas .bloco-loja p,
#lojas .bloco-loja div{
	color: #262626;
	font-size: 12px;
}

#lojas .bloco-loja div.align-right{
	right: 20px;
}


/* bloco tv */
#tv{
    background-color: #343434;
    margin: 40px 0;
    padding: 30px 0;
}
#tv .barra{
	border-left: 2px solid #464646;
}
#tv ul{
	list-style: none;
}
#tv iframe{
	padding: 20px;
}
#tv .list-videos{
    padding: 20px 0px 0 20px;
    margin: 0;
}
#tv .list-videos li img{
	margin-right: 10px;
}
#tv .list-videos li{
	margin-bottom: 10px;
	color: #FFF;
}
#tv .list-videos li:last-child{	margin-bottom: 0; }

/* faleconosco */
#faleconosco h2{
	text-align: center;
}
#faleconosco p{
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
#faleconosco label{
	display:inline-block;
	margin: 10px 0 0 0;
	color: #333333;
	font-family: 'Roboto', sans-serif;;
	font-size: 16px;
}
#faleconosco textarea,
#faleconosco input[type="text"] {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	border: 1px solid #d9d9d9;
	width: 100%;
	height: 40px;
}
#faleconosco textarea { height: 150px; }
#faleconosco input[type="button"] {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	border: 1px solid #248b8c;
	background-color: #2ba3a5;
	height: 50px;
	width: 165px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

#faleconosco .col-esquerda,
#faleconosco .col-direita{
	padding: 0 35px;
}
#faleconosco .col-esquerda{
    border-right: 1px solid #f2f2f2;
}
#faleconosco .col-direita{
    text-align: center;
}


/* rodape */
#footer{ margin-top: 40px; font-size: 14px; box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1); background-color: #ffffff; }
#footer .block-tel{ background-color: #362f8d; color: #FFF }

#footer .menu-rodape{ 
	list-style: none;
	padding: 0;
	font-size: 14px;
	line-height: 28px;
	text-transform: uppercase; 
}

#footer .menu-rodape a{ 
	color: #262626;
}
#footer .row .coluna{
	padding: 40px 10px; 
}
#footer .row .coluna:last-child{
	padding: 40px 5%; 
}
#footer .row .coluna:last-child label{
	font-size: 14px;
	font-weight: 700;
}
#footer2{ background-color: #f3f3f3; color: #262626; font-size: 14px; text-align: center; line-height: 40px; }

.footer-tel h3{
    font-size: 14px;
    color: #FFFFFF;
}

.page .page-main .shopping{
	background-color: #FFF !important;
}
.shopcont {
    background-color: #f8f8f8;
}
.header-nav-row {
    display: flex;
    justify-content: space-between; /* Empurra a logo para a esquerda e o menu para a direita */
    align-items: center; /* Centraliza ambos verticalmente */
    flex-wrap: nowrap; /* Impede que o menu caia para a linha de baixo */
}

/* Neutraliza os floats originais do Bootstrap para evitar conflitos com o flexbox */
.header-nav-row .pull-left,
.header-nav-row .pull-right {
    float: none !important;
}

/* Opcional: Garante que a lista do menu não tenha margens empurrando o layout */
.header-nav-row .menu-list {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}


