<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: url(../../img/crbst_fundo_site2.jpg);
    background-attachment: fixed;
    background-color: #ffffff;
}
.logo{
    padding-top: 20px;
}
@media (min-width: 992px) {
    .hidden-desktop{
        display:none;
    }
 }
 .card-body{
     background-color: #ffffff;
 }
 .icon{
     background-color:#1d40aa;
     color:#ffffff;
     font-size: 26px;
    display: block;
    text-align: center;
    padding: 22px 0;
    min-width: 80px;
    max-width: 60px;
    height: 80px;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
 }
 .services{
     font-size: 23px;
     font-weight: bolder;
 }
 .navbar-light .navbar-nav{
     font-size: 18px;
     font-weight: bolder;
 }
footer{
background-color: #ffffff;
}

.float {
    position: fixed;
    width: 58px;
    height: 58px;
    bottom: 150px;
    right: 26px;
    background-color: #FFF;
    color: #0C9;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}
.float a:hover{
color:#FFF;

}
.my-float{
  margin-left: 4px;
  margin-top: 7px;
}
.bg-color{
  padding: 20px;
  background-color: #1d40aa;
  color: #ffffff;
}


#chronometer span#seconds{
    text-align:right;
}
#thousandths{
    position: absolute;
    bottom: 30px;
    line-height: 20px;
    width: 100%;
    left: 0;
    font-size: 20px;
}
#chronometer{
    padding: 25px;
    font-family: sans-serif;
    font-size: 70px;
    overflow: hidden;
    display: inline-block;
    letter-spacing:0px;
    border: 1px solid #333;
    border-radius: 60px;
    position: relative;
    color: #333; 
    background: #fff;
    position: relative;
    z-index: 10;
    box-shadow: 0 0 0 1px #333
}
#buttons a {
    font-family: sans-serif;
    margin: 0;
    background-color:#336de1;
    display:inline-block;
    color:#fff;
    font-family:arial;
    font-size:13px;
    width:70px;
    text-decoration:none;
    transition:all 0.4s;
    text-transform: uppercase;
    padding: 45px 0 10px;
    transform: translateY(-35px);
    position: relative;
    z-index: 0;
}
#buttons a:hover {
    color:#fff;
    opacity: 0.8;
}
.actions{
    font-size: 30px;
}
.calcArea{
    padding-top: 0px;
}
#texto{
    height: 300px;
    border: 2px solid #333;
    border-radius: 10px;
    resize: none;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
}
.buttons{
    float: left;
    width: 216px;
}

.buttons ul{
    padding: 0;
}
.buttons ul li{
    background: #336de1;
    color: #fff;
    line-height: 40px;
    padding-left: 22px;
    margin: 4px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.buttons ul li:hover{
    opacity: 0.8;
}
.buttons ul li.active{
    background: #02359b;
}
button{
    height: 40px;
    color: #fff;
    border: 0 none;
    text-align: left;
    padding-left: 22px;
    background: #02359b;
    text-transform: uppercase;
    width: 100%;
}
#calc{
    color: #fff;
    border: 0 none;
    text-align: left;
    padding-left: 22px;
    background: #02359b;
    text-transform: uppercase;
    width: 100%;
    margin: 5px 0 4px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}
#reset{
    color: #fff;
    border: 0 none;
    text-align: left;
    padding-left: 22px;
    background: #02359b;
    text-transform: uppercase;
    width: 100%;
    margin: 5px 0 4px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}
.estimate{
    background: #d8d8d8;
    color: #737373;
    padding-left: 22px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
}
#result{
    color: #336de1;
    background: #D8D8D8 none repeat scroll 0% 0%;
    padding-left: 22px;
    margin-bottom: 4px;
    line-height: 49px;
    font-size: 50px;
    font-weight: 700;
}

</pre></body></html>