<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import url('https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css');*/
.lgpd {
    left: 0;
    width: 100%;
    z-index: 999999;
}
.logo, .inicial{
  display: inline-block;
}
.cookie .inicial{
  width: 90%;
}
.div-logo {
    width: 7%;
    display: inline-block;
    vertical-align: super;
}
.div-principal {
    width: 92%;
    display: inline-block;
    overflow: hidden;
}
.div-iframe{
    width: 100%;
    display: inline-block;
    overflow: hidden;
}
.div-concordar{
    display: flex;
    width: 100%;
    text-align: center;
    position: relative;
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
}
a.btn-concordar {
    width: 100%;
    background: #af8522;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    margin: 2px;
}
.lgpd .cookies{
    position: fixed;
    width: 100%;
    height: 100px;
    bottom: 0;
    background: #8d8d8d;
    z-index: 999999;
    padding: 10px;
    display: none;
}
.lgpd .cookies iframe{
  width: 100%;
  border: none;
}
.lgpd .cookies .logo{
  width: 7%;
      margin-left: 5px;
}
.lgpd .cookies &gt; .inicial{
 width: 92%;
}
.lgpd .cookies &gt; .inicial &gt; .inicial{
 width: 85%;
 display: inline-block;
}
.lgpd .cookies &gt; .inicial &gt; div:not(.inicial){
 width: 10%;
 display: inline-block;
}
.lgpd .cookies &gt; .inicial &gt; div:not(.inicial) &gt; .btn-concordar{
padding: 10px 20px;
    background: #9de83e;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    position: absolute;
    top: 20px;
}
.lgpd .fecharLgpd{
  position: absolute;
  background: #716f6f;
  color: #fff;
  border-radius: 50px;
  padding: 0px 10px;
  right: 0;
  top: -20px;
  cursor: pointer;
}
.lgpd img{
  width: 100%;
  border-radius: 8px;
  vertical-align: unset;
}
.inicial p{
  font-family: Arial, sans-serif;
  color: #fff;
  font-size: 120%;
  margin-top: 0;
  margin-bottom: 1em;
}
.lgpd .container-fluid{
  margin-top: 20px;
  margin-bottom: 20px;
}
.lgpd a {
  color: #020202;
  text-decoration: underline;
}
.lgpd .denunciar, .lgpd .gerenciar, .lgpd .privacidade, .lgpd .opcoes{
background: #fff;
    padding: 10px 15px;
    box-shadow: 0 0 5px #777;
}
.lgpd .denunciar, .lgpd .gerenciar, .lgpd .opcoes{
  display: none;
}
.lgpd .close{
  position: sticky;
  top: 10px;
}
.lgpd .btn.btn-block.btn-info{
    font-size: 95%;
}
#formcookies #sml, #formcookies #cnfrmml, #formcookies #cpf, #formcookies1 #nm, #formcookies1 #ml, #formcookies1 #whtspp{
  width: 32%;
  margin-right: 10px;
  display: inline-block;
}
#formcookies input:not([type=checkbox]), #formcookies1 input, #formcookies1 textarea{
  width: 100%;
}
#formcookies #ct{
  font-size: 85%;
}
#formcookies input[type=checkbox]{
  width: 3%;
  height: 15px;
}
#formcookies form, #formcookies1 form {
  padding: 10px 20px;
}
#formcookies #b_enviar, #formcookies1 #b_enviar{
  width: auto;
  padding: 5px 20px;
  font-size: 15px;
  float: right;
  background: #af8522;
  margin-top: 10px;
}
#formcookies #GFerro,#formcookies1 #GFerro{
  position: relative;
  top: -88px;
  left: 0!important;
  margin-left: 0;
  width: 50%;
}
.gerenciarCookies{
    position: fixed;
    width: 333px;
    background: #fff;
    right: 1px;
    z-index: 9999;
    padding: 10px 15px;
    bottom: 112px;
    height: 430px;
    overflow: auto;
    zoom: 0.9;
    display: none;
    border: 1px solid #af8522;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 5px #af8522;
}
.lgpd .gerenciarCookies iframe{
  width: 100%;
  height: 100%;
  border: none;
}

.lgpd a.btn-fixed {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    width: 40px;
    padding: 0px;
    color: #fff;
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 50%);
    z-index: 99999;
}
@media screen and (max-width: 500px){
  .lgpd a.btn-fixed {
    z-index: 1;
  }
  .lgpd .cookies{
    height: 250px;
  }
  .lgpd .logo, .div-logo{
    text-align: center;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  .div-logo, .div-principal, .div-iframe, .div-concordar{
    width: 100%;
  }
  .div-iframe iframe, .div-iframe{
    height: 100%;
  }
  .div-principal{
    height: 100%;
    flex-basis: 100%;
  }
  .div-concordar{
    position: relative;
    top: unset;
  }
  .lgpd .logo img, .div-logo img{
    width: 14%;
  }
  .div-logo img{
    position: absolute;
    left: 25px;
    bottom: 10px;
  }
  .lgpd a.btn-success{
    margin-bottom: 10px;
  }
  .inicial p, .lgpd p{
    font-size: 80%;
  }
  .lgpd .close{
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
  }
  #formcookies #sml,#formcookies #cnfrmml,#formcookies #cpf, #formcookies1 #nm, #formcookies1 #ml, #formcookies1 #whtspp{
    width: 100%;
  }
  .lgpd .fecharLgpd{
    right: unset;
    left: 0;
  }
  .lgpd .cookies iframe{
    height: 100%;
  }
  .gerenciarCookies{
    width: 100%;
    top: 0px;
  }
}
iframe {
	border: none;
}
.notavaliable {
	background: #ff000087;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	padding: 10px;
}
.notavaliable h3 {
	text-transform: uppercase;
}
.notavaliable h3, .notavaliable h5{
    text-align: center;
    color: #fff;
    margin: 0;
  }
.notavaliable h5 a{
    color: darkblue;
    text-decoration: underline;
  }
.notavaliable h5 a:hover{
     color: #000;
  }</pre></body></html>