/* ERROS == */
.div_erro_ep{
	color: #f03c3c;
}

/* CORES == */
.cor_branco_ep{
	color: #FFF;
}

/* PRIMARYS  */
.text-primary2 {
	color: #dc1514 !important;
}

.bnt-primary2 {
	background: #dc1514 !important;
	color: #FFF !important;
}

/* MODAL ==  */
.modal-nv {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1050; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* MODAL CONTENT */
.modal-content-nv{
	background-color: #fefefe;
  	margin: auto;
  	padding: 20px;
  	border: 1px solid #888;
  	border-radius: 10px;
  	width: 80%;
}

/* THE CLOSE BUTTON */
.close-nv{
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close-nv:hover,
.close-nv:focus {
	color: #000;
  	text-decoration: none;
  	cursor: pointer;
}

/* CADASTRO NEWSLETTER == */
.div_cadastro_newsletter_ep{
	width: 620px;
}

.div_cadastro_newsletter_ep input{
	margin: 20px 0;
}

.div_cadastro_newsletter_ep button{
	width: 100% !important;
}

.div-dialogo-politica-privacidade{
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1300;
}  

.div-dialogo-politica-privacidade div{
  background: #f1f4f8;
  border: 1px solid #DDD;
  padding: 20px;
  width: 80%;
  margin: 0 auto 20px;
  text-align: center;
  border-radius: 5px;
}

.div-dialogo-politica-privacidade button{
  border: 0;
  font-weight: bold;
  border-radius: 5px;
}

.div-dialogo-politica-privacidade a{
  font-weight: bolder;
  color: #2e5ae9;
}

/* PAGINA DE LANÇAMENTOS == */
.div-resumo-cs{
  width: 100%;
  position: relative;
  margin: 10px 0 50px;
  text-align: center;
}

.div-texto-cs{
  width: 100%;
  position: relative;
  margin: 10px 0 50px;
}

.div-texto-cs .iframe-youtube{
  position: relative;
  width: 700px;
  height: 400px;
  margin: 0 auto;
  display: block;
  border-radius: 20px;
}

.bnt-inscricao{
  font-size: xx-large !important;
  width: 700px !important;
  margin: 0 auto;
}

.box-conteudo{

}

.sessao-ele{
	padding-top: 30px;
}

/* DIV PROPAGANDAS LOGIN == */
.div_propagandas_login_ep{
  padding: 0 40px 50px 0;
  margin: 0 40px 0 0;
  position: relative;
  top: -70px;
  border-right: 1px solid #CCC;
}

.div_propagandas_login_ep iframe{
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  height: 300px;
}

/* ATÉ 767 == */
@media only screen and (max-width: 991px) {

	.device{

	}

	.device-macbook{

	}

	.device-macbook img{
		width: 100%;
	}

	.div-texto-cs .iframe-youtube{
	  width: 100%;
	  height: 200px;
	  border-radius: 0;
	}

	.bnt-inscricao{
	  width: 100% !important;
	  font-size: large !important;
	}

	.div_cadastro_newsletter_ep{
		width: 80%;
	}

	.div_cadastro_newsletter_ep input{
		
	}

	.div_cadastro_newsletter_ep button{
		
	}

	.box-conteudo{
		padding-left: 45px !important;
		padding-right: 45px !important;
	}

	.sessao-ele{
	}

	.div_propagandas_login_ep{
		display: none;
	}

}