.tema{
	color: #fcb11e;
	text-transform: uppercase;
	text-align: center;
	font-size: 40px;
	
	font-family: 'Rajdhani', sans-serif;
}

.title{
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	font-family: 'Rajdhani', sans-serif;
}
a {
	color:#62B5E5 !important;
}

.sub-title{
	color: #fcb11e;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-family: 'Rajdhani', sans-serif;
}
.MaisNegrito {
	font-weight: bolder;
}
.aviso {
	font-size: 10px;
	font-style: italic;
}
.al-c {
	text-align: center !important;
}
.al-left {
	text-align: left !important;
}
.bkhr {
	background-color:#fcb11e;
	height: 6px;
	width: 100px;
}
.float-l {
	float: left !important;
}
.bkhr-2 {
	background-color:#fcb11e;
	height: 6px;
	width: 100px;
	text-align:center !important;
}
.bkhr-light {
	background-color:#fcb11e;
	height: 1px;
	width: 70%;
	text-align:center !important;
}
.p-left {
	color:#c8c8c8;
	text-align: left !important;
	padding: 20px;
	font-family: 'Roboto', sans-serif;
}
.txt-size {
	font-size: 12px;
}
.h-center {
	color: #c8c8c8;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center !important;
	padding: 20px;
	font-family: 'Roboto', sans-serif;
}
.p-center {
	color: #fff;
	text-align: center;
	padding: 20px;
	font-family: 'Roboto', sans-serif;
}

.sub-titleB{
	color: #c8c8c8;
	text-transform: uppercase;
	text-align: left;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

.p-leftB {
	color:#c8c8c8;
	text-align: left !important;
	padding: 20px;
	font-family: 'Roboto', sans-serif;
}

.top {
	margin-top: -500px;
}
.txt-preto {
	color:#000;
}
.txt-branco {
	color:#fff !important;
}
.txt-yellow {
	color:#fcb11e !important;
}
.txt-cinza {
	color:#999 !important;
}
.mb-10 {
	margin-bottom: 100px;
}

.ml-10 {
	margin-left:-110px !important;
}

p {
	color: #fff;
	text-align: center;
	padding: 20px;
	font-family: 'Roboto', sans-serif;
}
.noborder {
	border:none;
}
.box-link {
	background-color:#212121;
}
.boxcolor {
	background-color:#000;
}
#boxcolor {
	background-color:#fff;
}
.img-ico {
	width: 50% !important;
}
@media (max-width: 420px){
	.video{
    height: 200px;
  }
}

@media (min-width:421px) and (max-width: 600px){

	.video{
    height: 350px;
  }
}
@media (min-width:601px) and (max-width: 740px){
	
  .video{
   height: 400px;
  }
}

