.sidebar-brand-icon-teste img {
	width: 80%;
}

.sidebar-brand-icon-teste {
	height: 100%;
}

.logofadel {
	width: 80%;
}

.logotr {
	width: 50%;
}

.logotr2 {
	width: 60%;
}

.bg-gradient-primary {
	background: linear-gradient(180deg, #0a0c0d 30%, #1c74c3 70%);
}

.logofadellogin {
	width: 40%;
	    color: black;
    font-family: 'Font Awesome 5 Free';
}

.logofadellogin2 {
	width: 30%;
	    color: black;
    font-family: 'Font Awesome 5 Free';
}

.logofadelexibicao {
	width: 65px;
	margin-top: 1px;
}

.tamanhocarreta {
	width: 100%;
}

.tamanhocavalo {
	width: 80%;
}

.tamanhocarretafundo  {
	background-size: 70%;
	background-image: url(../img/carreta2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.tempoplaca {
	width: 15rem;
	position: relative;
    text-align: center;
    background-color: #fff;
    float: center;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    color: black;
    font-family: 'Font Awesome 5 Free';
}

.radios {
	margin-bottom: 10px;
}

.tabelatr {
   text-align: center;  
}

.blinks {  animation: blink 2s infinite;}@keyframes blink {  0% {    opacity: 1;  }  100% {    opacity: 0;    color: blue;  }}
