html{
	overflow-x: hidden;
}

body{
	overflow-y: auto;
	overflow-x: hidden;
	font-family: Verdana;
	text-align: justify;
	font-size: 13px;
	background: url('../img/fundo.png');
    padding: 0;
	margin: 0;
	color: #336699;
}

p {
	text-align:center;
	margin-left:20px;
	margin-right:20px;
	color: #336699;
	line-height: 1.;
}

a, a:visited, a:hover{
	color: #336699 !important;
}

p.red {
	text-align:center;
	font-weight: bold;
	margin-left:20px;
	margin-right:20px;
	color: #ff223f !important;
	line-height: 1.;
}

p.green {
	text-align:center;
	font-weight: bold;
	margin-left:20px;
	margin-right:20px;
	color: #0fa11b !important;
	line-height: 1.;
}

font.red {
	color: #ff223f !important;
}

font.green {
	color: #0fa11b !important;
}

p.left {
	text-indent:1cm;
	text-align:left;
	margin-left:10px;
	margin-right:10px;
	color: #336699;
	line-height: 1.;
}

p.cardp {
	text-align:left;
	color: #336699;
	line-height: 1.;
}

img.svg{
	margin-top: -5px;
	margin-right: 10px;
	width: 16px;
	height: 16px;
}

img.svgB{
	margin-top: -5px;
	margin-right: 10px;
	width: 32px;
	height: 32px;
}

img.svgG{
	margin-top: -5px;
	margin-right: 10px;
	width: 46px;
	height: 46px;
}

img.whats{
	margin-top: 0px;
	margin-right: 0px;
	height: 30px;
	width: 120px;
}

table {
	width:100%;
	color: #336699;
}

li {
	text-indent:1cm;
	margin-left:20px;
	margin-right:20px;
	color: #336699;
}

h1 {
	letter-spacing: -1px !important;
	color: #336699 !important;
	margin-bottom: 25px !important;
	margin-top: 35px !important;
	text-align:center !important;
}

h5 {
	letter-spacing: -1px !important;
	color: #336699 !important;
	margin-bottom: 25px !important;
	margin-top: 25px !important;
	margin-left: 20px !important;
}

hr {
	margin-top: -25px !important;
	border-bottom: 1px solid rgb(151, 214, 203) !important;
	width: 60%;
	min-width: 250px  !important;
	max-width: 500px  !important;
}

div.flex {
	display:flex;
	align-items:top;
}

div.card-header{
	color: #336699 !important;
}

svg {
    color : #336699;
}

#bottom{	
	position: fixed;
	text-align: center;
	clear:both;
	background: radial-gradient(circle, #184266, #457BAA);
	background-color: #457BAA;
	width: 100%;
	bottom:0px;
	width:100%;
	height:50px; 
    	z-index: 2;
}

#header{
	position: absolute !important;
	margin-top: -25px !important;
	border-bottom: 5px solid #97d4c9 !important;
	box-shadow: 0px 3px 10px 0px #8bb7d5 !important;
	background: radial-gradient(circle, #184266, #457BAA) !important;
	min-width: 100% !important;
	min-height: 200px !important;
	width: 100%  !important;
}

#barra-bottom{
	position:relative;
	height: 5px;
	background-color: #97D6CB;
	width: 100%;
	-moz-box-shadow:0px 0px 75px #8bb7d5, 0px 1px 15px #336699;
	-webkit-box-shadow:0px 0px 75px #8bb7d5, 0px 1px 15px #336699;
	box-shadow:0px 0px 75px #8bb7d5, 0px 1px 15px #336699;
	z-index:2;
	margin-top: -25px;
}

#imgrodape {
	position:relative;
	background-image: url(../img/logo_dix_peq.png);
	background-repeat: no-repeat;
	left:50%;	
	margin-left: -20px;
	width: 41px;
	height: 44px;
	background-position: center center;
	margin-top: -23px;
	z-index:3;
}

.botao:hover{
	background-color: rgb(151, 214, 203);
}

.botao{
	position: relative;
	border:1px;
	background-color: rgba(151, 214, 203, 0.67);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width:150px;
	height:25px;
	cursor: pointer;
	margin-top:25px;
	margin-bottom: 40px;
	left:50%;
	margin-left:-75px;
	font-family: Eurostile,Verdana;
	color: rgb(51, 102, 153);
}


@media screen and (max-width: 600px){

	#divInterno{
		overflow-y: auto;
		overflow-x: hidden;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 200px;
		width: 90%;
		min-height: 500px;
		border-radius: 10px;
		background-color: #FFFFFF;
	}
}

@media screen and (min-width: 601px){

	#divInterno{
		overflow-y: auto;
		overflow-x: hidden;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 200px;
		width: 80%;
		min-height: 500px;
		border-radius: 10px;
		background-color: #FFFFFF;
	}
}