body {
    padding: 25px;
    background-color:white;
    color: black;
    font-size: 25px;
}

@font-face {
  font-family: Loja;
  src: url('./BDF/Loja.ttf')format('opentype');

}

#sacana:hover {
	Color: indianred;
    font-size: 25px;
}

p {
	font-family: Loja;
	font-size: 20px;
}

#Prod {
	font-family: Loja;
	font-size: 20px;
}

#desc {
	font-family: Loja;
	font-size: 15px;
	color: gray;
}

#juro {
	font-family: Loja;
	font-size: 13px;
	color: gray;
}

#jaguar {
	font-family: Loja;
	font-size: 13px;
	color: black;
}

button{
	display: inline-block;
	border: 0px solid;
	height:55px;
	margin: 0.1px;
    background-color: black;
    color: white;
    margin-right: 2%;
    font-family: Loja;
	position: relative;
	left: 33%;
    top: 0px;
}

button:hover{
    Color: indianred;
    font-size: 25px;
    transition-duration: 0.4s;

}

img{
	display: inline-block;
	margin: 0.5px;
}

input{
	border-radius: 5px 5px 5px 5px;
	scale: 1.4;
	display: inline;
	margin-left: 50px;
	text-align: center;
	position: 230 200;
}

div{
	display: inline-block;
	border: 2px solid black;
	margin: 2px;
}

marquee:hover{
	direction: right;
}

header{
	padding-top:8px;
}

.ico{
	position: fixed;
	left: 0%;
    top: 0px;
}

#fixo{
	position: fixed;
	right: -30px;
    top: -20px;
    background-color: darkgray;
    width: 300%;
    height: 120px;
}
#cor{
	position: fixed;
	right: -30px;
    top: -5px;
    background-image: url("./BDI/Sp.jpg");
    width: 300%;
    height: 50px;
}