body {background: url(images/backgrond.png) no-repeat center top; font-family: 'Lato'}
.quadrado {width: 72px; height: 72px;background: #7b8dc0; position: absolute; top: 0; right: 0}

.ailerons {font-family: 'aileronsregular';}

.display-2 {font-size: 30px;}

.text-15 {font-size: 15px}
.text-20 {font-size: 20px;}

.text-black {font-weight: 900;}
.text-primary {color:#7b8dc0 !important}
.bg-primary {background: #7b8dc0!important}

.em-breve {position: absolute; left: 40px; bottom: -50px;}

/* Large desktop */
@media (min-width: 1200px) { 
	.hidden-lg {display: none;}
}     
     
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	.hidden-md {display: none;}
}
     
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	.hidden-sm {display: none;}
}
     
/* Landscape phones and down */
@media (max-width: 480px) { 
	.hidden-xs {display: none;}
	
	.mt-5-m {margin-top: 30px;}
	
	.text-center-m {text-align: center!important;}
}