body {
    margin: 10px auto;
    font: 90% Tahoma,Verdana,Sans-serif;
    text-align: center;
    background-color: #069;
    background-attachment: fixed;
}

#geral {

    position: relative;
    margin: 0 auto;

    width: 700px;

    text-align: left;

    background-color: #FFF;

    padding: 10px;

    border: 6px solid #DDD;

}
#top {
    margin-bottom: 10px;
}

.lnksubmenu {
    color: #FFF !important;
    text-decoration: none;
}
.lnksubmenu:hover {
    text-decoration: underline;
}
#ultimos_pagamentos {
    position: absolute;
    left: -224px;
    top: 0px;
    margin-top: -6px;
    width: 208px;
    height: 208px;
}

.fp1 {
	position: absolute;
	right: -224px;
	top: 10px;
	width: 208px;
	height: 40px;
}

#caixa {
    position: absolute;
    right: -224px;
    top: 0px;
    margin-top: -6px;
    width: 208px;
    height: 208px;
    background-image: url(imagens/dicas.png);
}
.conteudo_caixa {
    position: relative;
    height: 208px;
    width: 208px;
    display: inline-block;
}
.form_caixa {
    position: absolute;
    left: 25px;
    top: 103px;
}

.fp2 {
	position: absolute;
	right: -224px;
	top: 278px;
	width: 208px;
	height: 40px;
}

#ultimos {
    position: absolute;
    right: -224px;
    top: 208px;
    width: 208px;
    height: 300px;
}

.fp3 {
	position: absolute;
	right: -224px;
	top: 528px;
	width: 208px;
	height: 40px;
}

#ultimos2 {
    position: absolute;
    right: -224px;
    top: 0px;
    margin-top: -6px;
    width: 208px;
    height: 300px;
}

.tamfix { width: 100% }
.campo,.btn {border: 1px solid #000}
#geral-int {

    margin: 0 auto;

    width: 900px;

    text-align: left;

    background-color: #FFF;

    padding: 10px;

    border: 6px solid #DDD;

}

#topo {
    position: relative;
    width: 700px;
    height: 175px;
    background-image: url(imagens/topo.jpg);
}

.resposta {
    padding: 10px;
    box-shadow: 0px 0px 3px 1px dodgerblue;
    background-color: #CCC;    
}
#topo-int {
    position: relative;
    width: 900px;
    height: 175px;
    background-image: url(imagens/topo-int.jpg);
}
#rel {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

#amarelo {
    font-weight: bold;
    background-color: #FF0;
}

a:link,a:visited {color: #06A; text-decoration: none} a:hover {color: #06A; text-decoration: underline}

#rodape {
    text-align: center;
    padding: 30px;
}

#molde {

    background-color: #FFC;

    padding: 10px;

    border: 1px solid #000;

}

#radius,.radius {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


.btn, input[type=button], input[type=submit] {
    font-family: arial;
    font-weight: bold;
    color: #FFFFFF !important;
    font-size: 14px;
    text-shadow: 1px 1px 0px #1A242E;
    padding: 8px 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #660000;
    background: #990000;
    cursor: pointer;
    background: linear-gradient(top,  #CC0000,  #990000);
    background: -ms-linear-gradient(top,  #CC0000,  #990000);
    background: -webkit-gradient(linear, left top, left bottom, from(#CC0000), to(#990000));
    background: -moz-linear-gradient(top,  #CC0000,  #990000);
    text-decoration: none;
}
.btn:hover, input[type=button]:hover, input[type=submit]:hover {
    color: #FFFFFF !important;
    background: #468CCF;
    background: linear-gradient(top,  #AA0000,  #660000);
    background: -ms-linear-gradient(top,  #AA0000,  #660000);
    background: -webkit-gradient(linear, left top, left bottom, from(#AA0000), to(#660000));
    background: -moz-linear-gradient(top,  #AA0000,  #660000);
}


.paginator {float: right; margin-top: 10px; color: #999 }
.paginator ul {display: block; background: #002244; padding: 10px; text-align: center}
.paginator ul li {display: inline;}
.paginator ul li a,
.paginator ul li span {padding: 5px; font-size: 20px;}
.paginator ul li a {color: #fff; text-decoration: none}
.paginator ul li a:hover { text-decoration: underline;}

.trs {-webkit-transition:all ease-out 0.5s;
      -moz-transition:all ease-out 0.5s;
      -o-transition:all ease-out 0.5s;
      -ms-transition:all ease-out 0.5s;
      transition:all ease-out 0.5s;
}	
#slider {position: relative; z-index: 1;}
#slider a { position: absolute; top: 0; left: 0; opacity: 0;filter:alpha(opacity=0);}
.ativo {opacity: 1!important; filter:alpha(opacity=100)!important;}


.span {background: #222; cursor: pointer; opacity: 0;filter:alpha(opacity=0); position: absolute; bottom: 40%; width: 43px; height: 43px; z-index: 5;}
.next {right: 10px;}
.next:before,.next:after {left: 21px;}
.next:before {
    -webkit-transform: rotate(-42deg);
    top: 5px;
}
.next:after {
    -webkit-transform: rotate(-132deg);
    top: 19px;
}
.next:before,.next:after,.prev:before,.prev:after {content: "";
                                                   height: 20px;
                                                   background: #fff;
                                                   width: 1px;
                                                   position: absolute;
}
.prev {left: 10px;}
.prev:before,.prev:after {left: 18px;}
.prev:before {
    -webkit-transform: rotate(42deg);
    top: 5px;
}
.prev:after {
    -webkit-transform: rotate(132deg);
    top: 19px;
}

figure:hover span {opacity: 0.76;filter:alpha(opacity=76);}
figure {
    max-width: 700px;
    height: 175px;
    position: relative;
    overflow: hidden;
    margin: 0px auto 10px auto;
    border: 1px solid #000;
}

figcaption {padding-left: 20px;color: #fff; font-family: "Kaushan Script","Lato","arial"; font-size: 18px; background: rgba(0, 0, 0, 0.76); width: 100%; 
            position: absolute; bottom: 0; left: 0; line-height: 30px; height: 30px; z-index: 5; letter-spacing: -0.3px}





/* Slideshow container */
.slideshow-container {
  max-width: 660px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/** Novas Implementações ::: Ano: 2021 - BRO **/

/* WhastApp Flutuante */
.float-zap{
    position: fixed;
    left: 5%;
    bottom: 30px;
    z-index: 999;
}

.float-zap a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}

.float-zap img{
    display: block;
    width: 95px!important;
    height: 95px!important;
    position: relative;
    z-index: 10;
}

.float-zap span{
    position: relative;  
    display: inline-block;
    width: 115px;
    margin-bottom: 10px;
    padding: 7px 20px;
    border-radius: 10px;    
    background: white;    
    text-align: center;    
    color: black;
    border: 2px solid #ddd;
}

@media screen and (max-width: 1268px){
      /* WhastApp Flutuante */
      .float-zap{
        left: 1%!important;
    }

    .float-zap img{
        width: 65px!important;
        height: 65px!important;
    }

    .float-zap span{
        padding: 7px 8px;
    }
}

@media screen and (max-width: 992px){
    /* WhastApp Flutuante */
    .float-zap{
        position: fixed;
        left: 7px!important;
        bottom: 2px!important;
        z-index: 999;
    }

    .float-zap img{
        display: block;
        min-width: 50px!important;
        width: 55px!important;
        height: 55px!important;
    }

    .float-zap span{
        display: none;
    }
}
