/********************************************************************************************************/
/************************************ Telas Menores *****************************************************/
/********************************************************************************************************/
@media (max-width: 600px) {
.Secao_Cards {
    padding: 0!important;
}
div.landing_page_conteudo p strong {
    font-size: 25px!important;
}
.Texto_Inicio {
    padding: 0!important;
}
nav.Nav_Topo {
	padding:5px !important;
}
nav.Nav_Topo img {
    height: 40px!important;
}
footer img{
width: 100%!important;}
}


/********************************************************************************************************/
/************************************ Tela de Aviso *****************************************************/
/********************************************************************************************************/
.Tela_Aviso{
	position:fixed;
	top:20%;
	left:30%;
	width:40%;
	height:400px;
	background-image: url(bk_Tela_Aviso.jpg);
	background-size: cover;	
	border-radius: 50px;
	z-index:9;
	border:5px solid #064e8b;
}
.Aviso_X{
	position:relative;
	z-index:99;
	text-align:end;
	right:25px;
	top:25px;
}
.Aviso_X a{
	color:064E8B;
	font-size:24px;
}
.Aviso_X a:hover{
	cursor:pointer;
}
.Tela_Aviso p.Aviso_texto {
    line-height: 1.2;
    text-align: justify;
    margin: 30px 30px 50px 70px;
	font-weight:bold;
	font-size: 17px;
}

.Tela_Aviso strong{
	font-size:25px;
	text-align:center!important;
}
/********************************************************************************************************/
.Botao_Paineis em_breve{
	float:center;
	font-size:12px;
	font-weight:900;
	padding:15px 30px 15px 30px;
	color:#1f1f1f;
	background-color:#3284C9;
	border:none;
    margin:5px;
    border-radius: 10px;
}


.Texto_Inicio{
	padding: 10px 100px;
}
.Secao_Cards{
	padding: 10px 100px;
    display: -webkit-inline-box;
}
/**Cards******************************************************************/
div.Botao_Paineis{
    background-color: #fff;
    width: 310px;
    height: 280px;
	padding:15px;
    border-radius: 30px;
    margin: 20px;
	text-align: initial;
}
div.Botao_Paineis .card_Icone {
    text-align: end;
    height: 35px;
}
div.Botao_Paineis img{
    height: 60px;
	padding: 5px;
	position:relative;
	bottom:10px;
}
.card_P1{
    font-size: 20px;
    color: #3284c9;
}
div.card_P2{
	font-size:30px;
	line-height: 2;
	color:#064e8b;
    height: 90px;
    font-weight:bold;
}
div.card_P2_2linhas{
	font-size:32px;
	line-height: 1.0;
	color:#064e8b;
    height: 100px;
    font-weight:bold;
    top:9px;
    position:relative;
}
div.card_P3{
	display:none;
    font-size: 12.5px;
    line-height: 1.2;
    color:#4f4f4f;
    height: 20px;
	text-align:justify;
	margin-top: inherit;
}
.Botao_Paineis button{	
	float:center;
	font-size:12px;
	font-weight:900;
	padding:15px 30px 15px 30px;
	color:#064e8b;
	background-color:#fdd303;
	border:none;
    margin:5px;
    border-radius: 10px;
}
.Botao_Paineis button.EmBreve{	
	color:#fdd303;
	background-color:#064e8b;
}
/**Textos******************************************************************/
div.landing_page_conteudo p{
    font-size: 15px;
	text-align: left!important;
    line-height: 1.1;
    max-width: 800px;
    color: #fff;
}
div.landing_page_conteudo p strong{
    font-size: 35px;
}
.landing_page_conteudo{
	background-image: url(Backgrond_eFNS.jpg);
	background-size: cover;
    padding: 20px;
	text-align: center;
	min-height: 100vh;
}
/**Nav_Topo******************************************************************/
nav.Nav_Topo{
    text-align: center;
    width: 100%;
    height: auto;
	background-color:#fff;
	padding: 10px 100px;
}
nav.Nav_Topo img#img01{
	height:80px;
}
nav.Nav_Topo img#img02{
	height:60px;
}
nav.Nav_Topo h5{
	font-weight:bold;
}
/*------------------------------------------------
------------------------------------------------*/
/********************************************************************************************************/
footer{
	position:relative;
    margin: 0;
    padding: 0;
    width: 100%;
	background-image: linear-gradient(to left,#cccccc,#cccccc, #e9e9e9, #e9e9e9);
}
footer img{
    width:70%;
}
/***************************************************************************/
/***************************************************************************/
body {line-height: 0;font-family: 'Open Sans', sans-serif;}
/********************************************************************************************************
