/*--------------*\
	PLANO
\*--------------*/


.plano {
	position: relative;
	padding: 5px;
	border: 1px solid #dd2626;
	margin-top: 10px;
	width: 270px;
	height: 205px;
	background: rgba(144,144,144,0.1);
	font-size: 1.25rem;/*1.6rem = 14 px */
}

.plano:hover{
	box-shadow: 3px 3px 5px #000;
	transform: scale(1.1);
	transition: all 1s;
}

.plano--mais-popular::after {
	position: absolute;
	top: -10px;
	left: -10px;
	
	padding: 0 10px;
	
	background-color: #c20303;
	color: #fff;
	font-size: 0.7142em;
	line-height: 2.5;
	
	content: "MAIS COMIDO";
}
	
.plano__cabecalho{
	background-color: rgb(5,55,108);
	color: #fff;
	text-align: center;
	line-height: 1.5;
	margin: -10px;
	margin-bottom: 0;
	font-weight: bolder;
	font-size: 2em;
}

.plano__preco {
	text-align: center;
	font-size: 2em;
	margin: 20px 0;
}

.plano__caracteristicas {
	list-style: none;
	padding: 0;
	margin: 20px 0;
	font-size: 1em;

}

.plano__caracteristicas li {
	text-align: center;
	font-weight: bold;
	padding: 3px;
}

.plano__caracteristicas a{
	text-decoration: none;
	color: #333;
	text-shadow: none;
}

.plano__caracteristicas a:hover{
	text-decoration: none;
	font-weight: bolder;
	color: #fff;
	text-shadow: 1px 1px #000;
}


.plano__rodape {
	text-align: center;
}

/*--------------*\
	BOTÃO
\*--------------*/

.botao {
	display: inline-block;
	padding: 0.8em 1.2em;
	
	background-color: #bbb;
	color: #fff;
	border: none;
	
	line-height: normal;
	font-size: 1em;
	text-decoration: none;
}

.botao:hover, .botao:focus {
	background-color: #aaa;
	text-decoration: none;
	color: #fff;
}

.botao--assinar, .botao--login {
	background-color: #e61919;
}

.botao--assinar:hover, .botao--assinar:focus, .botao--login:hover, .botao--login:focus {
	background-color: #ff0000;
	color: #f7ff00;
}

.botao--principal {
	border-radius:10px;
	
	background-color: red;
}


.botao--principal:hover, .botao--principal:focus {
	background-color: #cc0000;
}

/*--------------*\
	NEWSLETTER 
\*--------------*/

.newsletter-inscrever {
	font-size: 1.2em;
	text-align: center;
	background-image: linear-gradient(90deg, #044CD9, #0596F2);
	border: 5px solid #000;
	border-radius: 30px;
	width: 80%;
	margin: 20px auto;
	padding: 30px 30px;
}

.newsletter-inscrever form{
	margin: 0;
}


.newsletter-inscrever h1{
	font-size: 3rem;
	padding: 0px;
	color: #fff;
}

.newsletter-inscrever p{
	font-family: verdana;
	font-weight: bold;
	margin: 0;
}

.newsletter-inscrever input{
	width: 80%;
	margin:5px;
	padding-left: 5px;
}

.newsletter-inscrever .assinar{
	background: #fff;
	color: #0475D9;
	font-weight: bolder;
	border: 3px solid #fff;
}

.newsletter-inscrever .assinar:hover{
	color: #fff;
	background: #0475D9;
	font-weight: bolder;
	border: 3px solid #fff;
}

.branco{
	color: yellow;
}


@media (max-width: 425px)
{
	.newsletter-inscrever {
		font-size: 0.75em;
		text-align: center;
		background-image: linear-gradient(90deg, #0757f7, #0596F2);
		border: 3.5px solid #000;
		border-radius: 30px;
		width: auto;

	}
	
	.newsletter-inscrever form{
		margin: 0;
	}
	
	
	.newsletter-inscrever h1{
		font-size: 2rem;
		padding: 0px;
		color: #fff;
	}
	
	.newsletter-inscrever p{
		font-family: verdana;
		font-weight: bold;
		margin: 0;
	}
	
	.newsletter-inscrever input{
		width: 100%;
		margin:5px;
		padding-left: 5px;
	}
	
	.newsletter-inscrever .assinar{
		background: #fff;
		color: #0475D9;
		font-weight: bolder;
		border: 3px solid #fff;
	}
	
	.newsletter-inscrever .assinar:hover{
		color: #fff;
		background: #0475D9;
		font-weight: bolder;
		border: 3px solid #fff;
	}
	
	.branco{
		color: yellow;
	}
}

/*--------------*\
	CHAMADAPGP
\*--------------*/

.chamadapgp {
	font-size: 1.8rem;
	text-align: center;
	padding-top: 30px;
	margin: -10px;
	margin-top: 0;
	height: 900px;
}

.chamadapgp figure img{
	width: 70%;
	height: 60%;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.chamadapgp {
		padding-left: 0%;
		padding-right: 0%;
		
		font-size: 2.2rem;
	}	
}

/*--------------*\
	CHAMADA
\*--------------*/

.chamada {
	font-size: 1.6rem;
	text-align: center;
	padding: 0;
	margin: -30px;
	margin-top: 0;
}

.chamada img{
	width: 70%;
	height: 70%;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.chamada {
		padding-left: 8%;
		padding-right: 8%;
		
		font-size: 2.2rem;
	}	
}

.chamada--aside {
	font-size: 1.6rem;
	padding: 0;
	margin: -30px;
	margin-top: 0;
}

@media (min-width: 992px) {
	.chamada--aside {
		font-size: 1.5rem;
		padding: 0;
		margin: -30px;
		margin-top: 0;
	}
}


figure{
	width: 80%;
	height: 80%;
	margin: 0 auto;
}

figure img{
	box-shadow: 1px 1px 5px #000;
}

figure img:hover{
	box-shadow: 3px 3px 5px #000;
	transform: scale(1.1);
	transition: all 1s;
}

figcaption {
	margin: 20px;
	margin-top: -5px;
	
	font-size: 0.7em;
	font-style: italic;
	
	color: gray;
}

.fig-galeria {
	margin-top: 5px;
	font-size: 9pt;
}



/*---------------------*\
	FORMATAÇÃO DE TEXTO
\*---------------------*/

div.chamada > div{
	margin: 0;
	text-align: justify;
	text-indent: 2em;
	color: rgb(33, 37, 41);
	font-size: 0.77em;
	line-height: 30px;
}

div.chamada > div > img {
	width: 50%;
	height: 50%;
	margin: 0 auto;
	box-shadow: 1px 1px 5px #000;
}

div.chamada > div > img:hover{
	box-shadow: 3px 3px 5px #000;
	margin-bottom: 15px;
	transform: scale(1.1);
	transition: all 1s;
}

.row > h1.principal__titulo {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #dd2626;
	text-align: left;
	font-size: 1.875em;
	line-height: 0.9;	
	text-shadow: 1px 1px #e7e7e7;
	font-weight: bold;
}

h1.principal__titulo {
	margin-top: 15px;
	margin-bottom: 15px;
	
	color: #dd2626;
	text-align: left;
	
	font-size: 1.375em;
	line-height: 0.9;	
	text-shadow: 1px 1px #e7e7e7;
	font-weight: bold;
}

h2.principal__titulo {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #000;
	text-align: justify;
	font-size: 1.175em;
	line-height: 0.9;
}

h3.principal__titulo {
	margin-top: 15px;
	margin-bottom: 15px;
	font-style: italic;
	color: gray;
	text-align: left;
	font-weight: lighter;
	font-size: 0.850em;
	line-height: 0.9;
}

.principal__texto {
	margin: 0;
	text-align: justify;
	text-indent: 2em;
	
	color: rgb(33, 37, 41);
	
	font-size: 0.77em;
	line-height: 30px;
}

h1.aside__titulo {
	margin: 0;
	
	color: #0755Af;
	text-align: left;
	
	font-size: 1.375em;
	line-height: 0.9;	
	text-shadow: 1px 1px #000;
}

h2.aside__titulo {
	margin-top: 10px;
	
	color: #000;
	text-align: left;
	
	font-size: 1.2em;
}

.aside__texto {
	margin-top: 10px;
	text-align: justify;
	
	color: rgb(33, 37, 41);
	
	font-size: 0.77em;
	line-height: 30px;
}

@media (min-width: 992px) {
	.aside__texto {
		margin-top: 10px;
		text-align: justify;
		
		color: rgb(33, 37, 41);
		
		font-size: 0.90em;
		line-height: 30px;
	}
}

h1.autor__titulo{
	font-size: 1.5em;
	font-weight: normal;
	margin:0px;
}

h2.autor__titulo{
	font-size: 1.2em;
	font-weight: normal;
	padding-left: 20%;
	padding-right: 20%;
	margin:0px;
	color:#484848;
}


.chamada__subtitulo2 {
	margin: 50px 0;
	
	color: #000;
	
	font-size: 1em;
}

.chamada__acao {
	font-size: 1em;
}

.titulo-compra{
	margin: 0;
	margin-bottom: 20px;
	margin-top: 30px;
	
	font-size: 2.6rem;
	font-weight: normal;
	text-align: left;
	color: rgb(0,0,0);
	text-shadow: 1px 1px #000;
}

.campogrande{
	width: 100%;
	height: 6em;
	
	font-size: 2rem;
	font-weight: bolder;
	padding: 5px;
	
	border: 1px solid #ccc;
}

/*--------------*\
	DEPOIMENTO
\*--------------*/

.depoimento {
	font-size: 2.2rem;
}

@media (min-width: 992px) {
	.depoimento {
		padding-left: 15%;
		padding-right: 15%;
		
		font-size: 2.8rem;
	}
}

.depoimento > blockquote {
	position: relative;
	margin: 0;
	padding: 0 60px;
	
	text-align: center;
	font-size: 1em;
}

.depoimento > blockquote::before {
	position: absolute;
	left: 0;
	top: -0.3522em;
	color: #ccc;
	
	font-size: 8em; /*176px*/
	
	content:"\201C";
	}

.depoimento__autor {
	margin-top: 40px;
	
	text-align: center;
	font-size: 0.7272em;
}

.depoimento__autor > img {
	border-radius: 50%;
}

.depoimento__autor > p {
	margin-top: 10px;
	margin-bottom: 50px;
}

/*--------------*\
	NAVEGAÇÃO
\*--------------*/

.navegacao__menu {
	float: right;
}

.navegacao__menu li {
	display: block;
}

@media(min-width: 991px){
	.navegacao__menu {
		float: none;
		background-color: white;
		width: 100%;
		margin: 0 auto;
	}
}

@media(min-width: 991px){
	.navegacao__menu li {
		display: inline-block;
	}
}

.navegacao--assinatura {
	text-align: center;
}

/*--------------*\
  BOTÃO-CHAVEADOR
\*--------------*/

.botao-chaveador {
	width: 30px;
	height: 30px;
	border: 0;
	margin: 20px;
	margin-top: 30px;
	
	background: #fff;
	background-image: url("../imagens/bars.png");
	background-repeat: no-repeat;
	background-size: 100%;
	
	outline: none;
	z-index: 1;
}

@media(min-width: 991px){
	.botao-chaveador{
		display: none;
	}
}

/*--------------*\
	MENU
\*--------------*/
.menu {
		margin: 0 auto;
		
		font-size: 1.8rem;
		
		list-style: none;
		
		background-color: #dd2626;
}
		
@media(min-width: 991px){
	.menu {
		margin-top: 30px;	
	}
}

@media(max-width: 991px){
	.menu {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		
		display: block;
		width: 80%;
		border: 1px solid #eee;
		padding: 20px;	
		
		background-color: #fbfbfb;
	}
	
	.menu--exibindo {
		display: none;
		
	}
	
	.menu__item {
		display: block;
		line-height: 3;
	}

	.menu__item--botao {
		margin-top: 20px;
		
	}
}

@media(min-width: 992px){
	.menu__item {
		display: inline-block;
		padding-right: 5px;
	}
	
	.menu__item:last-of-type {
		padding-right: 0px;
	}
	
}

.dropbtn {
	background-color: #dd2626;
	border-left: 3px solid black;
	border-right: 3px solid black;
	color: white;
	padding: 10px;
	font-size: 0.77em;
	border: none;
	font-variant: small-caps;
}

@media(max-width: 991px){
	.dropbtn {
		background-color: white;
		color: black;
		padding: 0px;
		font-size: 16px;
		border: none;
		font-variant: small-caps;
	}
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #e7e7e7;
	min-width: 400px;
	z-index: 1;
	padding-bottom: 20px;
	font-family: Helvetica;
	text-align: left;
}

@media(max-width: 991px){
	.dropdown-content {
		display: none;
		position: absolute;
		background-color: gray;
		min-width: 300px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
		padding-bottom: 20px;
		letter-spacing: -0.05em;
	}
}

.dropdown-content a {
	color: #000;
	padding: 0px 16px;
	text-decoration: none;
	display: block;
	height: 60px;
}

.dropdown-content a:hover {
	color: white;
	background-color: #dd2626;
	border-left: 3px solid black;
	border-right: 3px solid black;
	text-decoration: none;
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {
	background-color: #dd2626;
	color: white;
	border-left: 3px solid black;
	border-right: 3px solid black;
	padding: 7px;
}
	
/*--------------*\
	TÍTULO-FORM
\*--------------*/

.titulo-formulario{
	margin: 0;
	margin-bottom: 40px;
	margin-top: 70px;
	
	border-bottom: 1px solid #ccc;
	
	font-size: 2.6rem;
	font-weight: normal;
	text-align: center;
	color: rgb(255,215,0);
	text-shadow: 1px 1px #000;
}

/*--------------*\
   GRUPO-ENTRADA
\*--------------*/
.grupo-entrada0{
	margin-bottom: 15px;
	
	display: flex;
	
	border: 1px solid #ccc;
	
}

.grupo-entrada1{
	background: #fff;
	margin-bottom: 15px;
	
	display: block;
	margin: 0 auto;
	width: 29%;
}

.grupo-entrada{
	margin-bottom: 20px;
	
}

.grupo-entrada > label {
	display: block;
	
	font-weight: bold;
	font-size: 1.9rem;
	}
	
	
.grupo-entrada5{
	margin-bottom: 20px;
	display: none;
}

.grupo-entrada5 > label {
	display: block;
	
	font-weight: bold;
	font-size: 1.9rem;
}

	
/*--------------*\
   GRUPO-ENTRADA
\*--------------*/

.campo  {
	display: block;
	
	width: 100%;
	height: 2.8em;
	
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	
	background: #fff;
	
	font-size: 1.4rem;
	}


img.autor{
	width: 150px;
	height: 150px;
	margin-left: 30px;
	margin-right: 30px;
	border-radius: 90px;
}

img.foto_de_perfil{
	width: 80px;
	height: 80px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 90px;
}

img.rede-logo{
	width: 40px;
	height: 40px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 15px;
}

@media(min-width: 991px){
	img.rede-logo{
		width: 50px;
		height: 50px;
		margin-left: 20px;
		margin-right: 20px;
	}
}

.rede-logo:hover {
	border-radius: 50px;
	border: 2px solid #ccc;
}

.imagempedido{
	border: 1px solid #000;
	border-radius: 20px;
	
	margin-top: 10px;
}

.logo-principal-grande{
	width: 500px;
	height: 130px;
	margin: 10px;
	margin-bottom: -10px;
	max-width: 600px;
}

@media(max-width: 991px){
	.logo-principal-grande{
		display: none;
	}
}

.logo-principal-reduzido{
	width: 250px;
	height: 80px;
	margin: 10px;
	margin-bottom: -80px;
	min-width: 100px;
	display: none;
}

@media(max-width: 991px){
	.logo-principal-reduzido{
		display: block;
	}
}


.botaoprabaixo{
	font-weight: lighter;
	font-size: 1.2rem;	
}

/*-----------------*\
   TABELA-USUÁRIOS
\*-----------------*/

.tabela-usuarios{
	border: 2px solid #0848D1;
	width: 100%;
}

.tabela-usuarios-titulo{
	background: rgba(8, 72, 255, 0.8);
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}

.tabela-usuarios-adicionar{
	background: rgb(0, 128, 0);
	color: #000;
	padding: 5px;
}

.tabela-usuarios-acoes{
	background: rgb(0, 128, 0);
	color: #fff;
	padding: 5px;
}

.tabela-usuarios-adicionar:hover{
	background: rgb(0, 190, 0);
	color: #000;
	padding: 5px;
}

.tabela-usuarios-imagem{
	width: 50%;
	height: 50%;
}

.right{
	text-align: right;
	font-size: 0.77em;
}

.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;  
}

/*-----------------*\
   TABELA-CATEGORIAS
\*-----------------*/

.tabela-categorias{
	border: 2px solid #0848D1;
	width: 60%;
	margin: 0;
}

.tabela-categorias-titulo{
	background: rgba(8, 72, 255, 0.8);
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}

.tabela-categorias-adicionar{
	background: rgb(0, 128, 0);
	color: #000;
	padding: 5px;
}

.tabela-categorias-acoes{
	background: rgb(0, 128, 0);
	color: #fff;
	padding: 5px;
}

.tabela-categorias-adicionar:hover{
	background: rgb(0, 190, 0);
	color: #000;
	padding: 5px;
}

.tabela-categorias-imagem{
	width: 50%;
	height: 50%;
}

/*-----------------*\
   TABELA-ORDEM
\*-----------------*/

.tabela-ordem{
	border: 2px solid #0848D1;
	width: 100%;
	margin: 0;
}

.tabela-ordem-titulo{
	background: rgba(8, 72, 255, 0.8);
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}

.tabela-ordem-adicionar{
	background: rgb(0, 128, 0);
	color: #000;
	padding: 5px;
}

.tabela-ordem-acoes{
	background: rgb(0, 128, 0);
	color: #fff;
	padding: 5px;
}

.tabela-ordem-adicionar:hover{
	background: rgb(0, 190, 0);
	color: #000;
	padding: 5px;
}

.tabela-ordem-imagem{
	width: 50%;
	height: 50%;
}

/*-----------------*\
   TABELA-controlemenu
\*-----------------*/

.tabela-controlemenu{
	border: 2px solid #0848D1;
	width: 100%;
	margin: 0;
}

.tabela-controlemenu-titulo{
	background: rgba(8, 72, 255, 0.8);
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}

.tabela-controlemenu-adicionar{
	background: rgb(0, 128, 0);
	color: #000;
	padding: 5px;
}

.tabela-controlemenu-acoes{
	background: rgb(0, 128, 0);
	color: #fff;
	padding: 5px;
}

.tabela-controlemenu-adicionar:hover{
	background: rgb(0, 190, 0);
	color: #000;
	padding: 5px;
}

.tabela-controlemenu-imagem{
	width: 50%;
	height: 50%;
}


#conteudo-lateral{
	display: none;
}

#conteudo-lateral-exibindo{
	display: block;
}

#conteudo-video{
	display: none;
	border: 2px solid #000;
}

#conteudo-video-youtube{
	display: block;
	width: 90%;
}

#conteudo-video-arquivo{
	display: none;
	width: 90%;
}

.subirtopo{
	display: none;
	position: relative;
	top: -400px;
	right: -80%;
	border-radius: 50%;
	opacity: 0;
}

.subirtopo2{
	display: block;
	opacity: 1;
	transition: all 2s;
}

.tabela-pesquisa{
	border: 3px solid #0F156B;
	width: 100%;
}

.tabela-pesquisa td{
	padding-left: 20px;
}

.tabela-pesquisa a{
	text-decoration: none;
	color: blue;
}

.tabela-pesquisa a:hover{
	text-shadow: 1px 1px 1px black;
}

.tabela-pesquisa .par{
	background: rgba(0,255,255,0.3);
}

.tabela-pesquisa .impar{
	background: #fff;
}

.botao-pesquisa{
	position: relative;
	transform: translateY(5%);
	background: #fff;
	color: #dd2626;
	font-weight: bold;
	line-height: 30px;
}
.botao-pesquisa:hover{
	color: #dd2626;
	background: #e7e7e7 ;
	font-weight: bold;
}

.campo-pesquisa{
	position: relative;
	transform: translateY(0%);
	color: blue;
	font-size: 0.77em;
	line-height: 30px;
}


.chamada .ajuda{
	width: 30px;
	height: 30px;
}

.chamada .ajuda:hover{
	border-radius: 20px;
	border: 1px solid #000;
}

#print-escopo{
	color: #fff;
	display: none;
	width: 70%;
	border-radius: 100px;
	border:5px solid #000;
	position: absolute;
	background: rgba(0,0,255,0.8);
	z-index:2;
}

#print-escopo-lateral{
	color: #fff;
	display: none;
	width: 70%;
	border-radius: 100px;
	border:5px solid #000;
	position: absolute;
	background: rgba(0,0,255,0.8);
	z-index:2;
}

.body-login{
	background: #f0f0f0;
}

.login{
	display: block;
	width: 400px;
	height: 500px;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	box-shadow: 1px 1px 5px #ccc;
    background-color: white;
    padding: 30px;
    border-radius: 50px;
}

@media(min-width: 991px){

}

.form{
    width: 100%;
    margin: auto;
    padding-top: 40px;
	font: Verdana;
}

.input-login input{
	border-radius: 5px;
    outline: 0ch;
    width: 100%;
    height: auto;
    padding: 7px;
}

.submit-login{
	margin-top: 40px;
}
.submit-login button{
	background-image: linear-gradient(to right, #dc3545, rgb(9, 9, 186));
    width: 100%;
    border-radius: 30px;
    padding: 15px;
    color: white;
    border: 0px;
    outline: 0ch;
}

.submit-login button:hover{
	background-image: linear-gradient(to right, #a72b37, rgb(5, 5, 112));
}

.form label{
	width: 100%;
    color: rgb(75, 75, 75);
    display: block;
    padding: 7px;
	font-weight: bolder;
	text-align: left;
}

.img-login{
    border-radius: 50px;
    width: 100px;
}
.mostra-senha .olho{
	width: 20px;
	height: 20px;
	position: relative;
	top: -28px;
	left: 150px;
}

.esquecisenha{
	margin-bottom: -20px;
	text-align: right;
}

.esquecisenha a{
	color: #000;
	text-shadow: none;
	text-decoration: underline;
}

.esquecisenha a:hover{
	color: #0739A6;
}

.login .msg-erro{
	color: red;
	text-align: left;
	margin: 0;
	margin-top: 0;
	margin-bottom: -20px;
}

.login .msg-erro-email{
	color: red;
	text-align: left;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 30px;
}

.login .msg-envio{
	color: green;
	text-align: center;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 10px;
}

.chamada .separa{
	margin: 50px;
	margin-left: 0px;
	margin-right: 0px;
	
	background: red;
	clear: left;
}

.chamada .h1{
	margin: 10px;
	margin-top: 20;
	margin-bottom: -30px;
	color: #000;
}

.chamada .bloco-noticia{
	display: block;
	height: 100px;
}

.chamada .conjunto-noticias{
	position: relative;
	top: -10px;
	display: block;
	width: 45%;
	float: left;
	min-height: 150px;
	box-shadow: 1px 1px 5px #ccc;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
	margin: 0 10px;
	margin-top: 20px;
}

.chamada .conjunto-noticias:hover{
	box-shadow: 1px 1px 5px #0739A6;
}

.chamada .conjunto-noticias .conjunto-noticias-titulo{
	margin-top: 15px;
	margin-bottom: 15px;
	

	color: #0739A6;
	text-align: left;
	font-weight: bold;
	
	font-size: 1.375em;
	line-height: 0.9;
}

.chamada .conjunto-noticias .conjunto-noticias-texto{
	color: #000;
	font-weight: normal;
	margin: 0;
	text-align: left;
	font-size: 1.075em;
}

.chamada .conjunto-noticias .conjunto-noticias-link{
	color: #000;
	font-weight: normal;
	margin: 0;
	text-align: left;
	font-size: 0.875em;
}

/*-------------------*\
	CONFIRMAR E-MAIL 
\*-------------------*/

.passos-confirmacao {
	margin: 10px auto;
	padding: 0;
	text-align: center;
	width: 50%;
}

.passos-confirmacao li{
	text-align: center;
	margin: 10px;
	color: #506AD4;
}

.div .item img{
	display: none;
}



/*-----------------*\
   SLIDER-INDEX
\*-----------------*/

.carousel-caption{
	background: rgba(0, 0, 0, 0.83);
	width: 110%;
	margin-left: -25%;
}

.carousel.slide{
	width: 55%;
	height: 400px;
	margin-top: 240px;
	margin-bottom: -240px;
}

.carousel.slide > .carousel-inner img{
	width: 100%;
	height: 400px;
}

.carousel.slide > .carousel-inner a{
	color: #fff;
	text-decoration: none;
}

.carousel.slide > .carousel-inner a:hover{
	text-decoration: underline;
}

@media (max-width: 768px)
{
	.carousel.slide{
		margin-top: 70px;
		margin-bottom: -100px;
		height: 250px;
		width: 95%;
	}

	.carousel.slide > .carousel-inner img{
		width: 100%;
		height: 250px;
	} 
}

.botaoproxeante{
	font-size: 1.9rem;
	color: #000;
	background: rgba(220,220,220,0.4);
}

.botaoproxeante a{
	font-size: 1.9rem;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
}

.botaoproxeante a:hover{
	font-size: 1.9rem;
	color: #000;
	text-shadow: 1px 0px #000;
}


#menuprincipalbotao{
	display: block;
}

#menuprincipaleditor{
	display: none;
}

#campo-pdf{
	text-align: left;
	margin-left: 20px;
}

#campo-pdf:hover img{
	transform: scale(1.05);
}

#pdf-logo{
	width: 50px;
	height: 50px;
	margin: 0;
}

#campo-pdf > .link-pdf{
	color: #000;
	font-size: 0.8em;
	text-shadow: none;
	text-decoration: underline;
}

#campo-pdf:hover > .link-pdf{
	color: #506Af9;
	font-size: 0.82em;
	text-decoration: underline;
	text-shadow: none;
}

footer > a:hover{
	color: #fff;
	transform: scale(1.1);
}

/*--------------*\
	Controle
\*--------------*/

section input{
	border-radius: 5px;
	outline: 0ch;
	width: auto;
}

section input .submit{
	border-radius: 5px;
	outline: 0ch;
	width: auto;
	padding: 25px;
}

section input:hover{
	background-image: linear-gradient(to right, #f7f7f7, rgb(220, 220, 220));
}
