body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
Arial, sans-serif;
margin: 1rem;
}
h1 {
font-size: 1.4em;
font-weight: 300;
margin: 0px;
padding: 0px;
text-align: left;
color: #FF700C;
}
h4 {
margin: 0 0 0.5rem 0;
color:#FF700C;
}
p {
margin: 0 0 1rem 0;
}
select,
button {
font-size: 1rem;
margin: 0 0 1rem 0;
padding: 0.5rem;
width: 100%;
}
select {
background:url(https://facilautoprotecao.com.br/wp-content/uploads/2021/07/setas.png);
height: 3rem;
background-color:#FF700C;
background-repeat:no-repeat;
background-position: right 10px top 15px;
background-size: 16px 16px;
color:white;
padding:12px;
padding-right: 30px;
width:100%;
font-family:arial,tahoma;
font-size:16px;
text-align: left;
color:#fff;
text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
border-radius:0px;
-webkit-border-radius:0;
-webkit-appearance: none;
-moz-appearance: none;
border:0;
outline:0;
-webkit-transition:0.3s ease all;
-moz-transition:0.3s ease all;
-ms-transition:0.3s ease all;
-o-transition:0.3s ease all;
transition:0.3s ease all;
text-overflow: '';
-moz-appearance: none;
text-indent: 0.01px;
}
button {
background-color: #FF700C;
border: 1px solid #FF700C;
color: #ffffff;
padding-top: 15px;
padding-bottom: 15px;
}
table {
border: 1px solid black;
border-collapse: collapse;
}
table tr td {
padding: 1rem;
border: 1px solid #FF700C;
color: #FF700C;
}
table tr td:first-child {
background: #FF700C;
font-weight: bold;
color: #ffffff;
border-color: #ffffff;
}
.container {
display: flex;
flex-direction: column;
margin: 1rem 0 1rem 0;
}
@media (min-width: 599px) {
.container {
flex-direction: row;
justify-content: space-between;
}
.container div {
text-align: left;
width: 48%;
}
}
#linha{
border-bottom: 1px solid #FF700C;
}
.github {
display: flex;
align-items: center;
background-image: url('data:image/svg+xml;utf8,<svg id="Bold" enable-background="new 0 0 24 24" height="512" viewBox="0 0 24 24" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m12 .5c-6.63 0-12 5.28-12 11.792 0 5.211 3.438 9.63 8.205 11.188.6.111.82-.254.82-.567 0-.28-.01-1.022-.015-2.005-3.338.711-4.042-1.582-4.042-1.582-.546-1.361-1.335-1.725-1.335-1.725-1.087-.731.084-.716.084-.716 1.205.082 1.838 1.215 1.838 1.215 1.07 1.803 2.809 1.282 3.495.981.108-.763.417-1.282.76-1.577-2.665-.295-5.466-1.309-5.466-5.827 0-1.287.465-2.339 1.235-3.164-.135-.298-.54-1.497.105-3.121 0 0 1.005-.316 3.3 1.209.96-.262 1.98-.392 3-.398 1.02.006 2.04.136 3 .398 2.28-1.525 3.285-1.209 3.285-1.209.645 1.624.24 2.823.12 3.121.765.825 1.23 1.877 1.23 3.164 0 4.53-2.805 5.527-5.475 5.817.42.354.81 1.077.81 2.182 0 1.578-.015 2.846-.015 3.229 0 .309.21.678.825.56 4.801-1.548 8.236-5.97 8.236-11.173 0-6.512-5.373-11.792-12-11.792z"/></svg>');
background-size: contain;
background-repeat: no-repeat;
padding-left: 20px;
height: 1rem;
}