<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Abertura*/

.barra-menu{
  animation: barra-menu 1s reverse;
  position: absolute;
}

@keyframes barra-menu {
  from {
    top: 0;
  }
  to {
      top: -100px;
  }
}



.rodape{
  animation: rodape 1s reverse;
}

@keyframes rodape {
  from {
    bottom: 0;
  }
  to {
      bottom: -65px;
  }
}


.barra-menu-abertura{
  animation: barra-menu-abertura 1s reverse;
  position: absolute;
  right: 0;
  width: auto;
  bottom: 20vh;
}

@keyframes barra-menu-abertura {
  from {
  right: 0;
  }
  to {
      right: -200px;
  }
}

.gradiente{
  background: linear-gradient(90deg, var(--color4) 50%, transparent);
}


.icones{
  height: 50px;
}

.foto-moldurada{
  border-radius: 0;

}

.foto-painel{
  height: 200px;
  width: 250px;
  object-fit: cover;
}

.foto-altura{
  height: 280px;
  width: 100%;
  object-fit: cover;
}


.btnwhatsapp{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}
/*Final Abertura*/



a.color1 {
  color: var(--color1);
  text-decoration: none;  
}

a.color1:hover, a.color1:focus {
  color: var(--color1);
  text-decoration: none;
}

a.color5 {
  color: var(--color5);
  text-decoration: none;  
}

a.color5:hover, a.color5:focus {
  color: var(--color5);
  text-decoration: none;
}

a.imagem {
  background-color: transparent;
  display: block;
  padding: 25px 15px 0 15px;
  color: var(--color6);
}

a.imagem:hover, a.imagem:focus {
    background: var(--color5);
    color: var(--color6);
}



/*Acordeon*/

.accordion-container &gt; h2{

  width: 100%;
}
.set{
  position: relative;
  height: auto;

}
.set &gt; a{
  background-color: var(--color1);
  display: block;
  padding: 20px 10px 20px 50px;
  text-decoration: none;
  margin-bottom: 5px;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
  color: var(--color5);


}
.set &gt; a i{
  float: left;
  top: 0;
  left: 0;
  padding: 25px;
  position: absolute;


}
.set &gt; a.active{
  background-color: var(--color1);
  color: var(--color2);
}

.content{
  display:none;
  width: 100%;
  padding: 30px;
  background-color: var(--color5);
  border-bottom: 1px solid var(--color3);
    margin-bottom: 5px;
}



.set2 &gt; a{
  background-color: var(--color5);
  display: block;
  padding: 20px 10px 20px 50px;
  text-decoration: none;
  margin-bottom: 5px;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
  color: var(--color6);
  border-bottom: 1px solid var(--color3);

}

.set2 &gt; a.active{
  background-color: var(--color3);
  color: var(--color1);
  border-bottom: 1px solid var(--color3);
}



    
/*Final Acordeon*/

.btn {
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  -ms-touch-action: manipulation;
   touch-action: manipulation;
  cursor: pointer;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding: 15px 30px;
  font-size: 0.85em;


}


.btn-menu {color: var(--color5);  background-color: var(--color1); padding: 15px 30px; cursor: pointer;margin-bottom: 2px; border-radius: 25px 0 0 25px }
.btn-menu:hover,.btn-menu:focus,.btn-menu.focus,.btn-menu:active,.btn-menu.active {background-color: var(--color2); color: var(--color1);}

.btn-default {color: var(--color5); border: solid 1px var(--color1);  background-color: var(--color1);}
.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active { border: solid 1px var(--color1); color: var(--color1); background-color: transparent;}

.btn-default-vazado {color: var(--color1); border: solid 1px var(--color1);  background-color: transparent;  }
.btn-default-vazado:hover,.btn-default-vazado:focus,.btn-default-vazado.focus,.btn-default-vazado:active,.btn-default-vazado.active { color: var(--color5); border: solid 1px var(--color1); background-color: var(--color1);}

.btn-default-vazado-branco {color: var(--color5); border: solid 1px var(--color5);  background-color: transparent;  }
.btn-default-vazado-branco:hover,.btn-default-vazado-branco:focus,.btn-default-vazado-branco.focus,.btn-default-vazado-branco:active,.btn-default-vazado-branco.active { color: var(--color1); border: solid 1px var(--color3); background-color: var(--color5);}


.btn-whatsapp {color: var(--color5); background-color: var(--color7); border:0   }
.btn-whatsapp:hover,.btn-whatsapp:focus,.btn-whatsapp.focus,.btn-whatsapp:active,.btn-whatsapp.active {background: var(--color7); color: var(--color6);}


.btn-inserir { color: rgba(255, 255, 255, 0.80); border: solid 1px #00b612; background-color: #00b612; }
.btn-inserir:hover,.btn-inserir:focus,.btn-inserir.focus,.btn-inserir:active,.btn-inserir.active  { color: #fff; background-color: #027f0f;}

.btn-excluir { color: rgba(255, 255, 255, 0.80); border: solid 1px #ff0000; background-color: #ff0000; }
.btn-excluir:hover,.btn-excluir:focus,.btn-excluir.focus,.btn-excluir:active,.btn-excluir.active  { color: #fff; background-color: #8b0303;}

.btn-editar { color: rgba(255, 255, 255, 0.80); border: solid 1px #3b6d77; background-color: #3b6d77; }
.btn-editar:hover,.btn-editar:focus,.btn-editar.focus,.btn-editar:active,.btn-editar.active  { color: #fff; background-color: #0b5790;}

.btn-xs {margin-top: 5px; padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 5px;}

.btn-pq {margin: -15px 1px 5px ; padding: 2px 7px; font-size: 12px; line-height: 1.5; border-radius: 5px;}

h1, .h1 {font-weight: 300;}
h2, .h2 {font-weight: 300; line-height: 1.4;}
h3, .h3 {font-weight: 300; line-height: 1.4;}
h4, .h4 { font-weight: bold; font-size: 1em;  line-height: 1.42857143; color: var(--color1); background-color: var(--color3);  padding: 30px;}
h5, .h5 { font-weight: bold; font-size: 1em; line-height: 1.42857143; color:var(--color1); border: solid 1px var(--color1);  padding: 30px;}
h6, .h6 { font-weight: bold; font-size: 1em;  line-height: 1.42857143; color: var(--color5); background-color: var(--color1);  padding: 30px;}


/*Barra Menu*/

.barra-menu{
  z-index: 155;
  width: 100%;
  position: absolute;
  background-color:var(--color5);
  padding-bottom: 5px;
}
.displayblock{
  display: block;
}

.displaynone{
  display: none;
}

.fixo{
  position: fixed;
  width: 100%;
  z-index: 5;

}

a.menu-link {
  color: var(--color1);
  padding: 20px 10px;
}

a.menu-link:hover,
a.menu-link:focus {
  text-decoration: none;
  color: var(--color5);
  background-color: var(--color1);
}


.dropdown-menu   {
  position: absolute;
  background-color: rgba(59,109,119,0.5);
  top:45px;
  z-index: 1000;
  display: none;
  min-width: 200px;
  padding: 0;
  list-style: none;
  text-align: left;
  border: 0px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}  
.dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 10px;
  clear: both;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #e1e1e1;
  white-space: nowrap;
}
.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
  padding-left: 15px;
  text-decoration: none;
  color: #fff;
  background-color: #16435a;

}

.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #3b6d77;
}

.toggle-menu {
  position: absolute;
  background-color: var(--color5);
  z-index: 1000; 
  top: 0;
  height: 100vh;
  right: 0;
  float: right;
  width: 250px;
  padding: 50px 0 0 0;
  list-style: none;
  text-align: left;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}  
.toggle-menu &gt; li &gt; a {

  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: var(--color6);
  white-space: nowrap;
  
}
.toggle-menu &gt; li &gt; a:hover,
.toggle-menu &gt; li &gt; a:focus {;
  text-decoration: none;
  color: var(--color5);
  background-color: var(--color1);
  }

.toggle-menu-sub &gt; li &gt; a {
  color: #fff;
  background-color: #3b6d77;
  margin-left:12px;
  padding: 10px;

}
.toggle-menu-sub &gt; li &gt; a:hover,
.toggle-menu-sub &gt; li &gt; a:focus {
  padding-left: 15px;
  color: #fff;
  background-color: #3b6d77;
  }

/*Final Barra Menu*/
  .fundo-menu-adm{
    background-color: #f9f9f9;
    border: solid 1px: #e1e1e1;
    border-top: 0;
    padding: 20px;
    min-height: 100vh;
  }
/*Final Painel Administrativo*/

/*Painel Administrativo*/

.toggle-menu { right: 0; float: right;}
.navbar-toggle { right: 15px; width: 50px}

@media (max-width: 397px) {
h1, .h1{font-size: 1.3em;}
h2, .h2{font-size: 1.0em;}
h3, .h3{font-size: 0.8em;}
.logo{max-width: 60%; max-height: 120px; padding-top: 5px}
.margin-fundo-session{padding-top: 90px; padding-bottom: 90px}
.abertura-animada-esq {padding-top: 30px; width: 100% }
.numero{font-size: 3.0em; font-weight: bold; line-height: 1;}
}

@media (min-width: 398px) {
h1, .h1{font-size: 1.5em;}
h2, .h2{font-size: 1.1em;}
h3, .h3{font-size: 0.9em;}
.logo{max-width: 60%; max-height: 120px; padding-top: 5px}
.margin-fundo-session{padding-top: 90px; padding-bottom: 90px}
.abertura-animada-esq {padding-top: 30px; width: 100% }
.numero{font-size: 3.1em; font-weight: bold; line-height: 1;}
}

@media (min-width: 568px) {
h1, .h1{font-size: 1.7em;}
h2, .h2{font-size: 1.2em;}
h3, .h3{font-size: 1em;}
.logo{max-width: 60%; max-height: 120px; padding-top: 5px}
.margin-fundo-session{padding-top: 90px; padding-bottom: 90px}
.abertura-animada-esq {padding-top: 30px; width: 320px }
.numero{font-size: 3.2em; font-weight: bold; line-height: 1;}
}

@media (min-width: 768px) { 
h1, .h1{font-size: 1.6em;}
h2, .h2{font-size: 1.2em;}
h3, .h3{font-size: 0.8em;}
.logo{max-width: 150px;  max-height: none; padding-top: 5px}
.margin-fundo-session{padding-top: 90px; padding-bottom: 90px}
.abertura-animada-dir {padding-top: 30px; width: 300px }
.numero{font-size: 3.3em; font-weight: bold; line-height: 1;}
}

@media (min-width: 992px) {
h1, .h1{font-size: 1.8em;}
h2, .h2{font-size: 1.3em;}
h3, .h3{font-size: 0.9em;}
.logo{max-width: 150px;  max-height: none; padding-top: 5px}
.margin-fundo-session{padding-top: 90px; padding-bottom: 90px   position: relative;}
.abertura-animada-dir {padding-top: 30px; width: 320px }
.numero{font-size: 3.4em; font-weight: bold; line-height: 1;}
}


@media (min-width: 1200px)  {
h1, .h1{font-size: 2.0em;}
h2, .h2{font-size: 1.4em;}
h3, .h3{font-size: 1em;}
.logo{max-width: 150px;  max-height: none; padding-top: 5px}
.margin-fundo-session{padding-top: 90px; padding-bottom: 90px   position: relative;}
.abertura-animada-esq {padding-top: 130px; padding-right: 150px; width: 480px;}
.abertura-animada-dir {padding-top: 50px; width: 400px }
.numero{font-size: 3.5em; font-weight: bold; line-height: 1;}

@media (min-width: 1360px) {
h1, .h1{font-size: 2.2em;}
h2, .h2{font-size: 1.5em;}
h3, .h3{font-size: 1em;}
.logo{max-width: 150px;  max-height: none; padding-top: 5px}
.margin-fundo-session{padding-top: 90px; padding-bottom: 90px   position: relative;}
.abertura-animada-esq {padding-top: 130px; padding-right: 100px; width: 420px;}
.abertura-animada-dir {padding-top: 50px; width: 420px }
.numero{font-size: 3.6em; font-weight: bold; line-height: 1;}
}
</pre></body></html>