@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400');
@import url('https://fonts.googleapis.com/css?family=Lato|Libre+Barcode+39+Text|Open+Sans|PT+Sans|Raleway|Material+Icons');

@font-face {
  font-family: Audiowide;
  src: url(../fonts/Audiowide-Regular.ttf);
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	text-decoration: none;
	color: #424242;
}

footer {
	/*font-family: 'Raleway', sans-serif;*/
	color: #ffffff;
	background-color: #424242;
	height: auto;
	font-weight: 100;
	width: 100%;
	clear: both;
}

footer p {
	/*margin-bottom: 10px;*/
	padding: 10px 0;
	font-size: 0.8em;
	text-align: justify;
}

#copyright{
	text-align: center;
}

.div-footer .content #address {
	margin-bottom: -10px;
}

.center {
	text-align: center;
	width: 100%;
	color: #424242;
}

.center	p {
	/*font-weight: 600;*/
}

.center i {
	font-size: 5em;
}

.div-footer .content #address p {
	padding-top: 4px;
}

#img-about {
	float: right;
	width: 40%;
	margin-left: 10%;
}

#img-right {
	background-image: url(../img/catedral_brasilia.png);
	background-position: center left;
	background-repeat: no-repeat;	
}

#about-info {
	width: 50%;
	background-color: #ffffff;
	/*margin: 10px;*/
	position: relative;
	/*top: 10px;*/
}

#mission {
	/*float: left;*/
}

#vision {
	/*float: left;*/
}

#virtue {
	/*float: left;*/
}

footer .separator {
	width: 100%;
	border-top: 1px solid #848484;
	clear:both;
	margin: 4px auto;
}

footer section{
	width: 80%;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 100;
	height: auto;
}

footer section div {
	font-weight: 300;
}

header {
	clear:both;
	width: 100%;
	background-color: #424242;
	color: #ffffff;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	margin-top: 4px;
}

html {
    scroll-behavior: smooth; 
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

section {
	width: 100%;
	margin: 0 auto;
}

#main {	
	margin: 12 auto;
}

#main-full {
	width: 100%;
	background-color: #ffffff;
}

#main-full-content {
	width: 90%;
	margin: 0 auto;
}

#main-full-content p {
	font-family: 'Raleway', sans-serif;
	font-size: 1.2em;
	margin: 10px 0;
}

section h1 {
	/*background-color: #424242;*/
	color: #424242;
	width: 100%;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	border-bottom: 1px solid #424242;
	margin: 20px auto;
}

.bg-blue {
	background-color: blue;
}

.bg-red {
	background-color: red;
}

.bg-yellow {
	background-color: yellow;
}

.display {
	margin-bottom: 20px;
	padding: 0 auto;
}

.display h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 2em;
	/*background-color: #f0f0f0;*/
	margin: 10px 0;
	padding: 10px 2%;
	border-bottom: 1px solid #424242;
}

.main-title {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 2.5em;
	color: #ffffff;
	background-color: #424242;
	padding: 20px 0;
	width: 100%;
	font-weight: 300;
}

.main-title strong {
	color: #df0101;
	/*color: #fa5858;*/
}

.display article {
	height: 250px;
	/*background-color: grey;*/
	margin: 0 auto;
	margin-top: 10px;
	width: 24.5%;
	display: inline-grid;
	/*padding: 0.5%;*/
}

#top-content ul {
	width: 90%;
	position: absolute;
	/*margin-bottom: 50px;*/
	margin-top: 10px;
	text-align: center;
}

#top-content li{
	display: inline-flex;
	text-align: center;
	width: 16%;
	min-width:160px;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	padding: 1% 0;
	border-bottom: 2px solid #df0101;
	background-color: #f0f0f0;
	transition-duration: 0.2s;
	/*cursor: pointer;*/
	/*background-color: purple;*/
}

#top-content li:hover {
	background-color: #424242;
	color: #ffffff;
}

article .icon {
	height: 100px;
	width: 100px;
	margin: 0 auto;
	border-radius: 50%;
	text-align: center;
	border: 4px solid #2e2e2e;
	transition-duration: 0.3s;
	color: #2e2e2e;
}

.track-benefits {
	list-style: none;
	margin-bottom: 20px;
}

.track-benefits i {
	color: #04b404;
}

.icon i {
	/*color: #424242;*/
	/*color: #2e2e2e;*/
	font-size: 3.5em;
	padding-top: 20px;
	font-weight: 300;
}

article .icon:hover {
	border-color: #df0101;
	color: #df0101;
}

.bgParallax {
    /*font-family: 'Elsie', cursive;*/
    color: #000;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
    height: 400px;
    /*text-shadow:0 0 10px rgba(0,0,0,1);*/
    opacity: 1;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.menu-shadow {
	box-shadow: 1px 0 4px 4px rgba(0,0,0,0.3);
	/*-webkit-box-shadow:1px 0 1px 1px rgba(0,0,0,0.8);
    -moz-box-shadow:1px 0 1px 1px rgba(0,0,0,0.8);
    -ms-box-shadow:1px 0 1px 1px rgba(0,0,0,0.8);
    -o-box-shadow:1px 0 1px 1px rgba(0,0,0,0.8);
    box-shadow:1px 0 1px 1px rgba(0,0,0,0.8);*/
}

.sections {
	width: 80%;
	height: 200px;
	margin: 0 auto;
	font-family: 'Raleway', sans-serif;
	font-size: 2em;
}

/*.developer {
	text-align: center;
	font-family: 'Roboto', sans-serif;
}*/

.developer {
	padding: 10px 0;
	font-family: 'Libre Barcode 39 Text', cursive;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
}

.developer a {
	color: #ffffff;
	transition-delay: 0;
	transition: none;
}

.div-footer {
	width: 33%;
	height: auto;
	float: left;
}

.div-footer .content{
	width: 80%;
	margin: 10px auto;
	font-weight: 300;
}

.div-footer h2{
	font-weight: 400;
	margin-bottom: 10px;
}

.login {
	width: 90%;
	margin: 10px auto;
	color: #2e2e2e;
}

.menu {
	font-family: 'Roboto', sans-serif;
	height: 83px;
	/*display: inline;*/
}

.navbar-control {
	width: 50px;
	height: 50px;
	color: #2e2e2e;
	float: right;
	text-align: center;
	outline: 2px solid #2e2e2e;
	margin: 10px;
}

.navbar-control:hover {
	color: #ffffff;
	background-color: #2e2e2e;
}

.navbar-control i {
	font-size: 40px;
	text-align: center;
	margin: 4px 0;
}

.navbar {
	/*transition-duration: 0.1s;
	-webkit-transition-duration: 0.1s;*/
}

.navbar ul {
	/*margin: 25px 0;*/
	/*display: inline-block;*/
	padding-top: 10px;
	width: 100%;
}

.navbar ul li {
	display: inline-block;
	padding: 20px 14px;
	font-size: 1em;
	-webkit-transition-duration: 0.2s;
}

.navbar ul li:hover {
	background-color: #424242;
	color: #ffffff;
}

.navbar ul .active {
	/*outline: 1px solid #df0101;
	outline-offset: 1px;*/
	border-bottom: 2px solid #df0101;
}

.navbar ul .active:hover {
	background-color: #df0101;
	opacity: 0.3;
	cursor: context-menu;
}

.opac06 {
	opacity: 0.5;
	background-color: grey;
}

.section-title {
	width: 80%;
}

.social {
	width: 80%;
	margin: auto;
}

.social-div {
	width: 60px;
	margin: 10px auto;
	text-align: center;
	float: left;
	font-size: 12px;
}

.social-div img {
	width: 40px;
}

.login-form p {
	color: #424242;
	margin-top: 20px auto;
	text-align: center;
	font-size: 1.8em;
}

.login label {
	font-size: 0.8em;
}

.login input {
	font-size: 1.2em;
	padding: 10px;
	border-radius: 5px;
	border: none;
	margin-top: 10px;
	background-color: #ffffff;
	transition-duration: 0.2s;
}

.login input::placeholder {
	color: #a0a0a0;
	font-style: italic;
	font-size: 0.8em;
	font-family: 'Roboto',sans-serif;
	font-weight: 300;
}

.login input[type=text], .login input[type=password] {
	width: calc(100% - 20px);
	outline: 1px solid #e6e6e6;
}

.login input[type=text]:focus, .login input[type=password]:focus {
	outline: 1px solid #e6e6e6;
	font-size: 1.2em;
}

.login input[type=submit]{
	background-color: #fa5858;
	color: #ffffff;
	width: 100%;
}

.login input[type=submit]:focus{
	outline: none;
}

.login input[type=submit]:hover{
	background-color: #df0101;
	cursor: pointer;
}

.left {
	/*background-color: blue;*/
	width: 45%;
	display: inline-grid;
	height: 400px;
	position: relative;
	top: 0;
}

.right {
	/*background-color: yellow;*/
	width: 54%;
	display: inline-grid;
	height: 400px;
	position: relative;
	top: -17px;
}

.logo {
	height: 83px;
	float: left;
}

.logo img{
	height: 53px;
	margin: 15px;
}

.navbar {
	float: right;
	/*background-color: grey;*/
}

.acessar-sistema {
	padding: 10px;
	font-size: 1.4em;
	font-family: 'Raleway', sans-serif;
	background-color: #f6f6f6;
	border-bottom: 1px solid #bdbdbd;
	color: #424242;
}

.banner-acesso {
	width: 400px;
	height: 300px;
	/*background-color: grey;*/
	background-image: url(../img/acesso.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	margin: 0 auto;
	/*padding: 20px 0;*/
	/*border:	1px solid black;*/
}

.master {
	/*background-color: grey;*/
	background-image: url(../img/acesso.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 400px;
	margin-bottom: 10px;
}

.about {
/*	background-color: grey;
	background-image: url(../img/catedral_brasilia.jpg);
	background-repeat: no-repeat;
	background-position: center;*/
	width: 100%;
	/*height: 600px;*/
	margin-bottom: 10px;
}

.teste {
	background-image: url(../img/catedral_brasilia.png);
	background-position: center left;
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
}

	/*.filter	{
		width: 100%;
		height: 100%;
		background-color: #ffffff;
		opacity: 0.6;
	}*/

.login-form {
	/*border: 1px solid black;*/
	/*border-radius: 10px;*/
	/*background-color: #facc2e;*/
	font-family: 'Roboto', sans-serif;
	background-color: #f6f6f6;
	margin: 30px 30px;
	max-width: 400px;
	outline: 1px solid #bdbdbd;
	outline-offset: -1px;
	/*height: 300px;*/
	height: auto;
	float: right;
	/*opacity: 0.8;*/
	/*background-color: blue;*/
}

.about-display {
	/*background-color: grey;*/
	z-index: 0;
	width: 80%;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	margin: 5px;
}

.about-display span {
	font-family: 'Raleway', sans-serif;
	border-bottom: 2px solid #fa5858;
	margin-bottom: 10px;
	font-size: 1.4em;
}

.about-display p {
	margin-top: 10px;
}

#home {
	background-image: url(../img/banner_1.jpg);
}

#rastreamento {
	background-image: url(../img/banner_2.jpg);
}

#rastreamento h1 {
	margin: 20px;
	text-align: right;
}

#drone {
    background-image: url(../img/banner_3.jpg);
}

#drone-itens {
	margin-top: 20px;
}

#drone-itens article {
	width: 17.5%;
	min-width: 150px;
	/*background-color: grey;*/
	padding: 10px 0;
	margin: 0 1%;
	display: inline-flex;
}

#drone-content {
	width: 100%;
	padding: 20px 0;
	margin: 20px auto; 
	font-family: 'Roboto',sans serif;
	font-size: 2em; 
	text-align: center;
	font-weight: 400;
}

article .drone-item {
	width: 150px;
	margin: 4px auto;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	/*background-color: red;*/
}	

article .drone-item img {
	width: 100px;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #df0101;*/
}

article .drone-item p {
	height: 50px;
	/*background-color: grey;*/
	font-weight: 600;
	border-top: 1px solid #df0101;
	border-bottom: 1px solid #df0101;
}

article .drone-item-explanation {
	font-size: 0.9em;
}

#drone-main {
	height: 400px;
	background-color: #ffffff;
	padding-top: 30px;
}

#drone h1 {
	position: absolute;
	width: 100%;
	bottom: 50%;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	text-align: right;
}

.home-banner {
	height: 37.5vw;
	max-height: 400px;
	max-width: 100%;
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100vw;
}

.item-disabled {
	display: none;
}

.overlay:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(255,255,255,0.5);
}

.owl-prev {
    width: 15px;
    height: 50px;
    position: absolute;
    top: 40%;
    display: block !important;
    padding: 0;
}

.owl-next {
    width: 15px;
    height: 50px;
    position: absolute;
    padding: 0;
    top: 40%;
    right: 0px;
    display: block !important;
}

.owl-theme .owl-nav [class*='owl-'] {
	padding: 0;
	background-color: transparent;
	text-align: center;
	outline: none;
	width: 40px;
	height: 40px;
	vertical-align: center;
	border-radius: 50%;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background-color: #0f0f0f;
	opacity: 0.2;
}

.owl-theme .owl-nav [class*='owl-'] i {
	margin: 10px auto;
}

.owl-theme .owl-nav {
	margin-top:0;
}

/*.owl-prev i, .owl-next i {transform : scale(0,6); color: #ccc;}*/

.google-play {
	width: 260px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	/*background-color: grey;*/
}

.google-play img{
	width: 100%;
	/*background-color: grey;*/
	/*float: right;*/
}

#video-title {
	font-family: 'Roboto', sans-serif;
	width: 500px;
	margin: 0 auto;
	text-align: center;
	padding: 15% 0;
	font-size: 3em;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

.bg_video{
	position: absolute;
	right: 0;
	/*top: 84px;*/
	/*min-height: 100vh;*/
	width: 100%; 
	height: auto; 
	z-index: -1000;
	background-size: cover; 
}

.terms-use {
	width: 92%;
	resize: none;
	height: 56vh; 
	outline: 1px solid #424242;
	outline-offset:-1px;
	padding:10px 4%;
	background-color: #f0f0f0;
	overflow-y: scroll;
	text-align: justify-all;
	font-family: sans-serif;
}

.terms-use p {
	margin-bottom: 10px;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

#main .panel {
	margin-top: 20px;
	width: 100%;
}

.panel-midle {
	width: 48%;
	/*background-color: grey;*/
}

.panel #right p {
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	background-color: #424242;
	color: #ffffff;
	text-align: left;
	padding: 4px 10px;
	margin-bottom: 20px;

}

.panel #left {
	float: left;
	height: auto;
	width: 60%;	
	margin: 0 auto;
	/*background-color: blue;*/
}

.panel #left img {
	max-width: 400px;
	margin: 0 auto;
}

.panel #right {
	float: right;
	font-family: 'Raleway', sans-serif;
	text-align: right;
	border-right: 4px solid #424242;
	padding-right: 8px;
	width: 38%;
}

#mid-banner {
	clear: both;
	width: 100%;
	/*text-align: center;*/
	/*padding-top: 10px;*/
	/*background-color: red;*/
}

#mid-banner-text {
	border-bottom: 2px solid #df0101;
	max-width: 600px;
	width: 90%;
	/*margin: 10px auto;*/
	font-family: 'Raleway', sans-serif;
	font-size: 2.6em;
	font-weight: 600;
	margin: 30px;
}


#bottom {
	/*background-color: grey;*/
	clear: both;
	padding-left: 1%;
	padding-bottom: 50px;
	text-align: center;
	margin-bottom: 20px;
	/*margin-top: 30px;*/
}
#bottom article {
	/*border: 1px solid #df0101;*/
/*	border-left: none;
	border-top: none;*/
	border-radius: 2px 0 20px 0;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
	width: 15%;
	min-width: 151px;
	margin: 2%;
	display: inline-flex;
	height: 150px;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	margin-bottom: 10px;
	transition-duration: 0.2s;
	font-weight: 300;
}

#bottom article:hover {
	box-shadow: 3px 5px 12px 1px rgba(0,0,0,0.3);
	transform: translateY(-4px);
	/*transform: translateX(-4px);*/
}

#bottom article img {
	width: 80px;
	margin: 10px;
	stroke: green;
}

#bottom article .bottom-img{
	width: 400%;
	height: 100px;
	margin: 4px auto;
	display: block;
	background-color: blue;
	clear: both;
}

#bottom article p {
	width: 100%;
	font-weight: 300;
	border-top: 1px solid #df0101;
	padding-top: 4px;
	color: #0f0f0f;
}

#mid {
	/*background-color: red;*/
}

#top {
	
}

.title-separator {
	width: 100%;
	height: 50vw;
	max-height: 400px;
	/*background-color: #d0d0d0;*/
}

#top-title {
	font-family: 'Raleway', sans-serif;
	font-size: 2em;
	text-align: center;
	font-weight: 600;
}

#top-content {
	margin-top: 40px;
	font-family: 'Raleway', sans-serif;
	min-height: 200px;
}

#top-content ul li p {
	width: 100%;
	text-align: center;
}

#top-content ul li {
	transition-duration: 0.2s;
	transition-property: height;
	height: 20px;
}

#top-content ul li:hover {
	height: 110px;
}

.li-icons {
	width: 100%;
}

.li-icons .li-show-icons {
	width: 90%;
	height: 0px;
	margin: 0 auto;
	margin-top: 18px;
	display: none;
	padding: 0 4px;
	/*background-color: red;*/

}

.li-icons .li-show-icons .li-icon-desc {
	clear: both;
}

.li-icons .li-show-icons .li-icon-desc div{
	height: 40px;
}

.li-icons .li-show-icons .li-icon-desc p {
	padding-top: 10px;
	font-weight: 300;
}

.li-icons .li-show-icons img {
	width: 40px; 
	margin: 0;
	/*display: inline-block;*/
}

#top-content ul li:hover .li-icons .li-show-icons {
	transition-property: height;
	height: 40px;
	display: block;
}

#top-content-title {
	width: 100%;
	height: 10px;
	background-color: #424242;
	font-size: 2em;
}

.banner-benefits {
	width: 100%;
	/*background-color: grey;*/
	height: auto;
	margin: 10px auto;
}

.banner-benefits img{
	max-width: 100%;
}

#banner-dr {

}

#banner-sr {
	/*background-image: url(../img/banner_2.jpg);*/
}

.customers {
	width: 80%;
	height: auto;
	margin: 10px auto;
}

.customers-title {
	width: 	100%;
	text-align: center;
	/*background-color: grey;*/
	font-family: 'Roboto', sans-serif;
	margin: 10px auto;
	font-size: 1.2em;
	color: #424242;
}

.customers-title strong {
	font-size: 1.2em;
	/*border-bottom: 1px solid #df0101;*/
}

.customers-title p {
	font-family: 'Audiowide', sans-serif;
	color: #000000;
	border-bottom: 2px solid #df0101;
	padding-bottom: 8px;
}

.customer {
	width: 100px;
	/*height: 50px;*/
	height: auto;
	/*background-color: grey;*/
}

.dvi-font{
	font-family: 'Audiowide',sans-serif;
}

.customer img {
	max-height: 50px;
	max-width: 100%;
	margin: 20px auto;
}

.login-menu {
	display: none;
	width: 90%;
	/*margin: 0 auto;*/
	font-family: 'Roboto', sans-serif;
	clear: both;
}

.login-menu form p {
	text-align: center;
	border-bottom: 1px solid #df0101;
	width: 90%;
	padding: 2px 0;
	margin: 0 auto;
	margin-bottom: 2px;
}

.login-menu	form {
	background-color: #424242;
	color: #ffffff;
	width: 98%;
	margin: 4px auto;
	border-radius: 4px;
}

.login-menu form label {
	font-size: 0.6em;
}

.login-menu form input {
	width: 90%;
	border-radius: 4px;
	padding: 4px;
	font-size: 1.0em;
}

.login-menu form input:focus {
	outline: none;
}

.login-menu form input[type=submit] {
	cursor: pointer;
	margin-left: 10px;
	background-color: #a4a4a4;
	color: #ffffff;
	/*height: 40px;*/
	/*height: 20px;*/
}

.login-menu .login-section {
	/*background-color: yellow;*/
	display: inline-block;
	width: 30%;
	margin: 0 1%;
	margin-bottom: 4px;
}

.painel-contact-banner {
	width: 46%;
	height: 387px;
	/*background-color: grey;*/
	float: right;
	/*height: 300px;*/
	background-image: url(../img/contact.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 150%;
}

.painel-contact-banner img {
	height: 387px;
}

.contact {
	/*background-image: url(../img/contact.jpg);*/
	/*height: 400px;*/
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
}

.painel-contact-form {
	width: 48%;
	/*background-color: #f6f6f6;*/
	font-family: 'Roboto', sans-serif;
	padding: 2%;
	/*outline: 2px solid #e0e0e0;*/
	outline-style: -2px;
	margin-bottom: 10px;
	float: left;
}

form .contact-div ::placeholder {
	color: #a0a0a0;
	font-style: italic;
}

.painel-contact-form label {
	font-weight: 300;
	font-size: 0.8em;
	/*margin-left: 10px;*/
}

form .contact-div {
	display: inline-block;
	width: 49%;
}

/*form .contact-div label {
	font-weight: 300;
}*/

.painel-contact-form form input {
	width: 90%;
	/*margin-left: 2px;*/
	font-family: 'Roboto', sans-serif;
	padding: 8px;
	border-radius: 4px;
	margin-top: 4px;
	background-color: #f6f6f6;
	border: 1px solid #e0e0e0;
}

.painel-contact-form form input[type=email] {
	width: 94%;
}

.painel-contact-form form input:focus {
	outline: none;
}

form .button-submit {
	/*padding: 10px;*/
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	background-color: #fa5858;
	color: #ffffff;
	width: 120px;
	vertical-align: center;
	cursor: pointer;
	/*box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);*/
}

form .button-submit:hover {
	background-color: #df0101;
}

form .button-submit #left {
	display: inline-block;
	/*width: 40%;*/
	height: 20px;
	position: relative;
	/*margin-right: 6px;*/
	/*top: 0;*/
	/*background-color: blue;*/
	padding: 10px;
	margin-bottom: 4px;
}

form .button-submit #right {
	display: inline-block;
	/*width: 30%;*/
	/*height: 20px;*/
	position: relative;
	top: 6px;
	/*padding: 10px;*/
	/*background-color: green;*/
}

form .button-submit i {
	/*background-color: #ffffff;*/
}

form .contact-div select {
	width: 96.5%;
	/*margin-left: 8px;*/
	font-family: 'Roboto', sans-serif;
	padding: 8px;
	border-radius: 4px;
	margin-top: 4px;
	background-color: #f6f6f6;
	border: 1px solid #e0e0e0;
}

form .contact-div select:focus {
	outline: none;
}

#contact textarea {
	font-family: 'Roboto', sans-serif;
	width: 95%;
	height: 100px;
	/*margin: 0 8px;*/
	resize: vertical;
	padding: 8px 6px;
	border-radius: 4px;
	margin-top: 4px;
	background-color: #f6f6f6;
	border: 1px solid #e0e0e0;
}

#contact textarea::placeholder {
	font-style: italic;
	color: #a0a0a0;
}

#contact textarea:focus {
	outline: none;
}

article .description {
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-size: 1.2em;
	color: #424242;
	width: 90%;
	margin: 10px auto;
	border-top: 2px solid #df0101;
	/*background-color: grey;*/
	padding-top: 4px;
	height: 90px;
}

@media (max-width: 649px){
	.display article {
		width: 49%;
		margin-bottom: 10px;
	}
	
	.main-title {
		font-size: 1.5em;
		padding: 5px 0;
	}

	.home-banner {
		font-size: 0.7em;
	}

	.login-form	{
		/*float: center;*/
		clear: both;
		margin: 30px 10%;
	}

	#about-info {
		width: 90%;
	}
}

@media (max-width: 770px) {
		.right, .left {
			width: 100%;
			height: auto;
			top: 0;
			margin: 10px auto;
		}

		.banner-acesso {
			max-width: 95vw;
			max-height: 95vw;
		}
}

@media (max-width: 859px) {
	section {
		width: 95%;
	}

	footer section {
		width: 95vw;
	}

	section h1 {
		/*width: 90%;*/
	}

	.login-menu {
		width: 100%;
		display: block;
	}

	.div-footer{
		width: 100%;
	}

	.navbar {
		width: 100%;
	}

	.navbar ul li{
		width: 96%;
		padding: 20px 2%;
	}

	.navbar {
		display: none;

	}

	.navbar ul .active {
		background-color: #df0101;
		color: #ffffff;
		opacity: 0.3;
	}

	#rastreamento {
		/*height: 200px;*/
	}

	#main{
		height: 95%;
	}

	.painel-contact-form {
		width: 96%;
	}

	.painel-contact-banner {
		width: 100%;
		clear: both;
		margin-bottom: 10px;
	}

	#img-right {
		background-position: center top;
	}

	#about-info {
		width: 90%;
		margin: 10px auto;
	}
}

@media	(min-width: 860px){
	.navbar-control {
		display: none;
	}

	.navbar {
		margin-right: 10px;
		display: block;
	}

	#main {
		width: 95%;
	}

	footer section {
		width: 90%;
	}

}

@media (min-width: 1150px){
	#main {
		width: 90%;
	}
}

