/*!
 * Custom CSS
 */
.width-30-pct{
	width:30%;
}
 
.text-align-center{
	text-align:center;
}
 
.margin-bottom-1em{
	margin-bottom:1em;
}
.margin-top-2{
	margin-top: 2em;
}

html, body, h1, h2, h3, h4, h5, ul, div, form, input, p, span {
	font-family: Tahoma, Geneva, sans-serif;
}

html {
	height:100%;
	width:100%;
}

body {
	background-color: #FFFFFF;
	/* background-image: url('../../images/fundoceu.jpg'); */
	background-size:cover; 
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.outline-bg {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

.icon-green {
	color: #388e3c;
}

#clouds {
  width: 90%;
}

/** FIXES for error messages https://github.com/Dogfalo/materialize/issues/1562*/
 label {
    width: 100%;
}

.input-field label {
    font-size: 0.8rem;
    -webkit-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    transform: translateY(-140%);
}

.bg-image {
    background-position: 0% 50%;
    background-size: cover;
}

.bg_primary_dark {
	background-color: rgba(105, 156, 182, 0.7) !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.title {
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.2;
	text-shadow: 5px 5px 5px black;
}

.box {
	box-shadow: 10px 0px 0px 0px lightblue inset;
}

.boxform {

}

.boxcorner {
	border-radius: 25px;
	background: #FFFFFF;
	padding: 20px;
	opacity: 0.6;
}

.velaText {
	font-size: 14px;
	line-height: 1.2;
}

.roundBorder {
	border-radius: 25px;
}

.placaTitle {
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	line-height: 1.2;
	text-shadow: 1px 1px 1px black;
	position: absolute; 
	z-index: 3; 
}

.placaText {
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	line-height: 1.2;
	text-shadow: 1px 1px 1px black;
	position: absolute; 
	padding-left: 30px; 
	padding-right: 30px; 
	z-index: 3; 
}

.placaTime {
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	line-height: 1.2;
	text-shadow: 1px 1px 1px black;
	position: absolute; 
	z-index: 3; 
}

.footer {
	padding-left: 30px; 
	padding-right: 30px; 
}

.textoText {
	font-weight: bold;
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 530px) {
	/* Logo-1 */
	.logo-1 {
		color: #FFFFFF;
		font-family: 'Oswald', sans-serif;
		font-weight: 300;
		font-size: 50px;
		padding-top: 20px;
		line-height: 1.2;
		text-shadow: 5px 5px 5px black;
	}

	.placaTitle {
		font-size: 24px;
		top: 30px; 
	}

	.placaText {
		font-size: 18px;
		top: 80px; 
		padding-left: 30px; 
		padding-right: 30px; 
	}

	.placaTime {
		font-size: 18px;
		bottom: 20px;
	}

}
	
/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 530px) {
	/* Logo-1 */
	.logo-1 {
		color: #FFFFFF;
		font-family: 'Oswald', sans-serif;
		font-weight: 300;
		font-size: 40px;
		padding-top: 20px;
		line-height: 1.2;
		text-shadow: 5px 5px 5px black;
	}

	.placaTitle {
		font-size: 20px;
		top: 30px; 
	}

	.placaText {
		font-size: 14px;
		padding-left: 25px; 
		padding-right: 25px; 
		top: 70px; 
	}

	.placaName {
		font-size: 14px;
		bottom: 40px;
		z-index: 3; 
	}

	.placaTime {
		font-size: 14px;
		bottom: 20px;
	}
	
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 450px) {

	.placaTitle {
		font-size: 16px;
		top: 20px; 
	}
	
	.placaText {
		font-size: 12px;
		padding-left: 20px; 
		padding-right: 20px; 
		top: 55px; 
	}

	.placaName {
		font-size: 12px;
		bottom: 40px;
	}

	.placaTime {
		font-size: 12px;
		bottom: 20px;
		z-index: 3; 
	}

}



