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-indent:1cm;
	text-align:justify;
	margin-left:20px;
	margin-right:20px;
	color: #336699;
	line-height: 1.;
}

p.p2 {
	text-indent:1cm;
	text-align:center;
	margin-left:20px;
	margin-right:20px;
	color: #336699;
	line-height: 1.;
}

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;
}

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;
}

#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;
}


@media screen and (max-width: 600px){

	#divInterno{
	        overflow-y: auto;
        	overflow-x: hidden;
	        margin-left: 5%;
        	margin-right: 5%;
	        margin-top: 200px;
        	width: 90%;
	        border-radius: 10px;
        	background-color: #FFFFFF;
	}

	label {
		position: relative;        
		display: inline-block;
		width: 150px;		
		margin-left:60px;
 	        text-align: left;
        	color: #336699;
	}

	input[type=text], input[type=password]{
        	border-radius:4px;
	        -moz-border-radius:4px;
        	-webkit-border-radius:4px;
		margin-left: 15px;
	        border:1px solid #b2cfe9;
        	height:25px;
	        width:300px;
	}

	input[type=text]:hover, input[type=password]:hover, textarea:hover{
     		border:1px solid #336699;
	}

	textarea{
        	position: relative;
		border-radius:4px;
	        -moz-border-radius:4px;
        	-webkit-border-radius:4px;
	        border:1px solid #b2cfe9;
		left:15px;
        	height:75px;
	        width:300px;
	}

	.realupload {
        	position: relative;
	        width:250px;
        	margin-left: -280px;
        	opacity:0;
	        -moz-opacity:0;
        	filter:alpha(opacity=0);
	}

	.fakeupload {
        	width:300px;
	        background: url("../img/botao-selecione.png") no-repeat 99% 51%;
        	cursor: default;
	        border-radius:4px;
        	-moz-border-radius:4px;
	        -webkit-border-radius:4px;
        	-webkit-box-shadow: 1px 1px 2px #b2cfe9;
	        border:1px solid #b2cfe9;
        	background-color: #FFFFFF;
	        vertical-align: middle;
	}

	.botao:hover{
        	background-color: rgb(151, 214, 203);
	}

	#appearance-select {
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    background: url("../img/selectC.png") no-repeat #eeeeee;
	    /*background-position: -1px -1px;*/
	    width: 300px;
	    height: 25px;
 	   margin-left: 15px;
	    /*border: 1px solid #ddd;*/
            border:0px;
	}

	.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);
	}

	.g-recaptcha{
		position: relative;		
		left:50%;
		margin-left:-150px;
	}
}

@media screen and (min-width: 601px){

	#divInterno{
	        overflow-y: auto;
        	overflow-x: hidden;
	        margin-left: 10%;
        	margin-right: 10%;
	        margin-top: 200px;
        	width: 80%;
	        border-radius: 10px;
        	background-color: #FFFFFF;
	}
	
	label {
	        display: inline-block;
		top:0px;
        	width: 150px;
	        text-align: right;
        	color: #336699;
	}

	input[type=text], input[type=password]{
	        border-radius:4px;
        	-moz-border-radius:4px;
	        -webkit-border-radius:4px;
        	border:1px solid #b2cfe9;
	        height:25px;
        	width:350px;
	}

	input[type=text]:hover, input[type=password]:hover, textarea:hover{
     		border:1px solid #336699;
	}

	textarea{
        	border-radius:4px;
	        -moz-border-radius:4px;
        	-webkit-border-radius:4px;
	        border:1px solid #b2cfe9;
        	height:75px;
	        width:350px;
	}

	.realupload {
        	position: relative;
	        width:300px;
        	margin-left: -320px;
        	opacity:0;
	        -moz-opacity:0;
        	filter:alpha(opacity=0);
	}

	.fakeupload {
        	width:350px;
	        background: url("../img/botao-selecione.png") no-repeat 99% 51%;
        	cursor: default;
	        border-radius:4px;
        	-moz-border-radius:4px;
	        -webkit-border-radius:4px;
        	-webkit-box-shadow: 1px 1px 2px #b2cfe9;
	        border:1px solid #b2cfe9;
        	background-color: #FFFFFF;
	        vertical-align: middle;
	}

	.botao:hover{
        	background-color: rgb(151, 214, 203);
	}
	
	#appearance-select {
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    background: url("../img/selectB.png") no-repeat #eeeeee;
	    /*background-position: -1px -1px;*/
	    width: 350px;
	    height: 25px;
	    /*border: 1px solid #ddd;*/
	    border:0px;
	}

	.botao{
	        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;
		margin-left:50px;
        	font-family: Eurostile,Verdana;
	        color: rgb(51, 102, 153);
	}	

        .g-recaptcha{
                margin-left:50px;
        }
}
