/* LGPD */
#janela-aviso{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgb(1,1,1,0.9);
	display:none;
	min-height:160px;
	z-index:999;
}

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 500; /* Sit on top */
	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.3); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: rgb(1,1,1,0.7);
	margin: 0% auto; /* 15% from the top and centered */
	padding: 10px;
	/*border: 1px solid #888;*/
	/*border-radius: 30px;*/
    width: 100%; /* Could be more or less, depending on screen size */
}

.modal-body{
	display: flex;
	flex-wrap: wrap;
	/*flex-direction: column;*/
	justify-content: center;
	align-content: center;
	text-align: center;
    color: #dbe0df;
    font-weight: 400;
	font-size:0.9em;
	max-width: 1000px;
	margin:auto;
	padding-top:25px;
	font-family: MyriadPro;
    font-weight: normal;
}
.modal-body p{
	padding:0px;
	margin:5px;
}
.modal-body p a{
	color:#fff;
}
.modal-body p a:hover{
	color:#999;
}

/* The Close Button */
.close-lgpd {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	padding-right: 10px;
}

.close-lgpd:hover,
.close-lgpd:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.btn-lgpd{
	/*display: inline-block;
    *display: inline;
    *zoom: 1;*/
    padding: 4px 12px;
	flex: 50%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 10px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
#janela-aviso .link-externo:after {
    content: url(https://www.sjc.sp.gov.br/img/link_externo_contraste.svg);
    padding-left: 5px;
}

@font-face{
    font-family:MyriadPro;
    src:url(../fonts/MyriadPro-Regular.otf);
    font-display:swap
}



@media screen and (max-width:480px){
	#janela-aviso {
}
	.modal-body {
		font-size: 1em;
	}
}
/* LGPD */