<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  * {
    margin:0;
    padding:0;
    font-family: 'Lato', serif;
  }
     
  /* MENU */

  header {
    width:100%;
    background-color: rgba(255,255,255,0.9);
  }
   
  header nav {
    width:90%;
    max-width:1000px;
    margin:20px auto;
    height: 104px;
  }
   
  .menu_bar {
    display:none;
  }
   
  header nav ul {
    overflow:hidden;
    list-style:none;
  }
   
  header nav ul li {
    float:right;
  }
   
  header nav ul li a {
    color:#1e2563;
    margin:20px 20px 10px 20px;
    padding-bottom: 10px;
    display:block;
    text-decoration:none;
    font-weight: bold;
  }
   
  header nav ul li span {
    margin-right:10px;
  }
   
  header nav ul li a:hover {
    border-bottom-style: solid;
    border-color: #c4122f;
  }

  header nav ul li .selected {
    border-bottom-style: solid;
    border-color: #c4122f;
  }
   
  section {
    padding:20px;
  }
   
  /* MENU END */

  /* carousel */

    #owl-demo .item img{
      display: block;
      width: 100%;
      height: auto;
    }
  /* carousel end */


  /* Footer */
    #footer {
      background-color: #6f7c86;
      height: 321px;
    }

    #footercenter {
      width: 973px;
      /*background-color: red;*/
      margin: auto;
    }

    .footer {
      position: relative;
      display: inline-block;
      width: 237px;
    }

    #footertel {
      padding-left: 25px;
      background: url("../images/tel.png")  no-repeat;
      margin-top: 10px;
    }
  
    #footermap {
      padding-left: 25px;
      background: url("../images/map.png")  no-repeat;
      margin-top: 30px;
    }

    #footer1 img {
      margin-top: 40px;
    }
    #footer1 {
      color: #fff;
      margin-right: 25px;
    }

    #footer2 {
      color:#fff;
      margin-right: 25px;
    }

    #footer2 a{
      color:#fff;
      text-decoration: none;
    }

    #footer2 p{
      margin-top: 10px;
    }

    #footer3 {
      color: #0f1757;
      text-decoration: underline;
      margin-right: 25px;
    }

    #footer3 a{
      color: #0f1757;
      text-decoration: underline;
      margin-right: 25px;
    }

    #footer3 p{
      margin-top: 9px;
      font-size: 14px;
    }

    #footer4 {
      width: 177px;
      text-align: center;
    }

    #footer4 #evaluadora {
      height: 65px;
    }

    #footer4 #fiscal {
      margin-right: 6px;
      text-align: center;
    }

    #copyright {
      margin-top: 40px;
      text-align: center;
      color: #fff;
    }

    #copyright a{
      color: #fff;
      text-decoration:none;
    }

  /* footer end */
    .login {
      background: #a9aaad;
      height: 35px;
    }
    .login .log-container{
      width:90%;
      max-width:1000px;
      margin:0 auto;
    }
    .dropdown {
      position: relative;
      display: block;
      color: white;
      float: right;
    }

    .dropdown-content {
      display: none;
      position: absolute;
      top: 35px;
      right: 0;
      background-color: #fff;
      min-width: 140px;
      box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
      padding: 12px 16px;
      z-index: 999;   
      opacity: 1;   
    }
    .dropdown-content a{
      width: 100%;
      color: #333;
      text-transform: uppercase;
      text-decoration: none;
      text-align: right;
      font-size: 13px;
      display: block;
    }

    .dropdown:hover .dropdown-content {
      display: block;
    }
  .dropdown span{
      text-transform: uppercase;
      color: white;
      text-decoration: none;
      font-size: 13px;
      padding: 9px 20px 9px 25px;
      display: inline-block;
      background-image: url(../images/key.png);
      background-position: 0 9px;
      background-repeat: no-repeat;
      background-size: 16px;
      float: right;
    }

    #logo {
      float: left;
    }

    header nav ul{
      overflow: hidden;
      list-style: none;
      float: right;
      margin-top: 52px;
      font-size: 15px;
    }

    header nav img{
        margin-top: 9px;
    }

   

/*pop up*/

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  transition: 500ms;
}

.popup {
  top: 30px;
  left: 20%;
  padding: 40px 20px;
  background: #ffffff;
  border-radius: 5px;
  width: 60%;
  position: absolute;
  transition: all 5s ease-in-out;
  font-family: tahoma;
  color: #666;
  font-size: .9em;
  line-height: 1.2em;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 10px;
  right: 30px;
  transition: all 200ms;
  font-size: 50px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #00aeef;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.popup .content a{
  color: #00aeef;
  text-decoration: none;
}
.popup .content a:hover{
  text-decoration: underline;
}
  
</pre></body></html>