
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/

.barra {
  background-color:#001200;
  color:#48E049;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
 font-size:0.9em;
}



body{

	font-family: 'Open Sans', sans-serif;
	background: url('../../conta/bglog.jpg') no-repeat   center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  background-color:#020F05;
}
.header {
    text-align: center;
    margin-top: 4em;
}
.header h1 {
    font-size: 3em;
    color: #fff;
    font-weight: 400;
	font-family: 'Varela Round', sans-serif;
}
.sap_tabs {
 margin: 3em auto 0;
 width:32%;
  text-align: center;
  -webkit-appearance: none;
  background-color: #0F8EAD;
  border-radius:10px;
 }
  /*-- w3layouts --*/ 
.resp-tab-item {
    border: none;
    color:#056B85;
	max-width:100px;
    font-size: 1.0em;
    cursor: pointer;
    padding: 10px 9px 5px;
    margin: 1em 3px;
    display: inline-block;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-appearance: none;
    background: #FFF;
	border-radius: 10px;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); /* Suavidade 'elástica' */
    border: 1px solid transparent; /* Reserva espaço para borda sem pular pixels */
}
.login-top {
    padding: 1em 0;
}
.resp-tab-item:hover {
     background: #E4F4FD;
	text-shadow: none;
    color:#214C5C;
}
.resp-tab-active {
    background:#CCEBF7;
	text-shadow: none;
    color:#214C5C;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.tab p {
    font-size: 1.0em;
    color: #777;
    padding:1em;
	float:left;
	
}
.resp-tab-content {
  display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
/*-- agileits --*/
.login-top p {
    font-size: 1em;
    color: #fff;
    margin-bottom: 0.5em;
}
.tab ul li span {
    display: block;
    font-size: 0.65em;
}

.ser {
    width: 68%;
	height:60px;
	font-size: 1.2em;
    padding: .5em;
    background: #FFF;
    border: none;
    color: #062B0A;
    outline: none;
	font-family: 'Varela Round', sans-serif;
	float:left;
	border-radius:10px;
}
/*---------*/
.text {
    padding: 1em;
}
.register {
    padding-top: 2em;
}
.text p {
    font-size: 1.0em;
    color: #eee;
    line-height: 2em;
}
.register ul {
    padding: 0;
    margin: 0 0 22px 0;
}
.register ul li.text-info {
    width: 18%;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    float: left;
    padding: 0 0 .5em .5em;
    text-align: right;
    margin-right: 0.5em;
	font-family: 'Varela Round', sans-serif;
}
.register form input[type="text"]{
    width: 65%;
	height:60px;
    padding: 8px;
	 /*-- w3layouts --*/ 
    font-size: 1.2em;
    font-weight: 400;
    outline: none;
    color:#062B0A;
    float: left;
    background: #FFF;
    border: none;
	border-radius:10px;
	font-family: 'Varela Round', sans-serif;
}
.register form input[type="password"]{
    width: 65%;
	height:60px;
    padding: 8px;
	 /*-- w3layouts --*/ 
    font-size: 1.2em;
    font-weight: 400;
    outline: none;
    color:#062B0A;
    float: left;
    background: #FFF;
    border: none;
	border-radius:10px;
	font-family: 'Varela Round', sans-serif;
}
.register input[type="submit"] {
    /* --- Dimensões e Fonte (Baseado no seu original) --- */
    width: 60%;
    height: 60px;
    font-family: 'Varela Round', sans-serif;
    font-size: 1.5em;
    text-transform: capitalize;
    cursor: pointer;
    
    /* --- Reset Técnico (Essencial para Mobile/iPhone) --- */
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: none;

    /* --- O Estilo Laranja Moderno (Match com .flutuante) --- */
    background: linear-gradient(45deg, #FF8800, #FF5500);
    color: #ffffff; /* Texto branco (contraste muito melhor que o #2F392F) */
    border-radius: 50px; /* Arredondamento Pílula */
  
    /* Sombra Laranja (Glow) */
    box-shadow: 0px 4px 10px rgba(255, 85, 0, 0.4);
    
    /* Transição suave para todas as propriedades */
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Estado Hover (Mouse por cima) */
.register input[type="submit"]:hover {
    transform: translateY(-4px); /* Sobe um pouco */
    box-shadow: 0px 10px 25px rgba(255, 85, 0, 0.5); /* Sombra cresce */
    filter: brightness(1.1); /* Fica levemente mais brilhante */
}

/* Estado Active (Momento do Clique) */
.register input[type="submit"]:active {
    transform: translateY(1px); /* O botão "afunda" para dar sensação de clique */
    box-shadow: 0px 2px 5px rgba(255, 85, 0, 0.4); /* Sombra diminui */
    transition: 0.1s; /* Resposta rápida */
}
.tab {
    background: #fff;
}
h3 {
    padding: 0 0 1em 0;
}
 ::-webkit-input-placeholder{
	color:#062B0A;
}

:-moz-placeholder { /* Firefox 18- */
   color: #062B0A; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #062B0A;  
}

:-ms-input-placeholder {  
   color: #062B0A;  
}
.register a {
    color: #F99104;
    font-size: 0.9em;
    text-decoration: underline;
}

.login-top ul li a.face {
	/*-- agileits --*/
	background:#3b5998;
	padding: 0.8em 1.7em 0.9em 1em;
}
.login-top ul li a.face:hover {
  background: #244384;
  transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.login-top ul li a.twit {
	background:#00aeed;
	width:200px;
	height:400px;
	padding: 0.8em 1.7em 0.9em 1em;
}
.botao {  
    display: inline-block;  
    padding: 0.8em 1.3em;    
    background-color:#48E049;  
    text-decoration: none;  
    color:#000;
    border-radius:50px;
   
} 
     
.flutuante {
  /* --- Suas configurações de animação (Mantidas) --- */
  display: inline-block;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all; /* Ajustei para animar tudo, inclusive cor */
  transition-property: all;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin:10px;
  /* --- O Estilo Laranja Moderno --- */
  /* Gradiente Vibrante (Laranja -> Laranja Avermelhado) */
  background: linear-gradient(45deg, #FF8800, #FF5500);
  
  /* Tipografia */
  color: #ffffff !important; /* Branco para contraste máximo */
  font-weight: bold;
  text-decoration: none; /* Remove sublinhado se for link */
  
  /* Estrutura do Botão */
  padding: 12px 25px; /* Espaçamento interno confortável */
  border-radius: 50px; /* Borda arredondada (Pill shape) é tendência */
  border: none;
  
  /* Sombra ajustada para combinar com o laranja */
  box-shadow: 0px 4px 10px rgba(255, 85, 0, 0.4); 
}

/* Estado Hover (Ao passar o mouse) */
.flutuante:hover {
  /* Efeito de "Flutuar" real */
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  
  /* A sombra aumenta e desce, dando ilusão de altura */
  box-shadow: 0px 10px 20px rgba(255, 85, 0, 0.5);
  
  /* Opcional: clareia levemente para indicar interação */
  filter: brightness(1.1);
} 
.login-top ul li a span.whats {
  background: url(../images/enviar_comprovante.png)no-repeat 0px 0px;
  width:32px;
  height:32px;
  display:inline-block;
  vertical-align: middle;
  margin: 0em 0.6em 0em 0em;
}
.login-top ul li a span.ativar {
  background: url(../images/tike.png)no-repeat 0px 0px;
  width:32px;
  height:32px;
  display:inline-block;
  vertical-align: middle;
  margin: 0em 0.6em 0em 0em;
}
      
.flutuante:hover {  
  -webkit-transform: translateY(-5px);  
  -ms-transform: translateY(-5px);  
  transform: translateY(-5px);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.69);  
} 
.login-top ul li a.twit:hover {
	background:#26A6D5;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.login-top ul li a span.face {
  background: url(../images/face.png) no-repeat 0px 0px;
  width:32px;
  height:32px;
  display:inline-block;
  vertical-align: middle;
  margin: 0em 1.5em 0em 0em;
}
.login-top ul li a span.twit {
  background: url(../images/twit.png)no-repeat 0px 0px;
  width:32px;
  height:32px;
  display:inline-block;
  vertical-align: middle;
  margin: 0em 1.5em 0em 0em;
}
.login-top ul li a {
    font-size: 1.0em;
    font-weight: 400;
    color:#2F392F;
}
.login-top ul li {
    padding: .8em 0;
}
.footer {
    text-align: center;
	padding:2em 0;
}
.footer p {
    font-size: .9em;
    color: #eee;
    margin: 0px;
}
.footer p a {
    color: #eee;
}
.footer p a:hover {
   text-decoration:underline;
}
/**responsive**/
@media (max-width: 1080px){
.sap_tabs {
    width: 45%;
}
}
@media (max-width: 991px){
.header h1 {
    font-size: 3em;	
}
.sap_tabs {
    width: 50%;
	margin: 2em auto 0;
}
.header {
    margin-top: 3em;
}
}
@media (max-width: 768px){
.sap_tabs {
    width: 55%;
}
.header {
    margin-top: 5em;
}
}
@media (max-width: 736px){
.header {
    margin-top: 3em;
}
.sap_tabs {
    width: 60%;
}
}
@media (max-width: 667px){
.sap_tabs {
    width: 68%;
}
}
@media (max-width: 640px){
.sap_tabs {
    width: 70%;
}
.tab ul li span {
    display: block;
    font-size: 0.9em;
}
}
@media (max-width: 568px){
.sap_tabs {
    width: 75%;
}
.register ul {
    margin: 0 0 20px 0;
}
.ser {
    width: 69%;
	height:60px;
	font-size: 1.2em;
}
}
@media (max-width: 480px){
	.sap_tabs {
    width: 85%;
	margin: 3em auto 0;
}
.register form input[type="text"] {
    font-size: 1.2em; 
	width: 72%;
}
.ser {
    width: 76.5%;
	height:60px;
	font-size: 1.2em;
}
.tab p {
    font-size: 0.8em;
}
.footer p {
    line-height: 1.8em;
}
}
@media (max-width: 414px){
.header h1 {
    font-size: 2.2em;
}
.sap_tabs {
    width: 93%;	
}
.register input[type="text"],.register input[type="password"]  {
    width: 75%;	
	font-size: 0.9em;
}
.register input[type="submit"] {
	height:60px;
	font-size: 1.3em;
}
.register ul li.text-info {
    font-size: 0.9em;
}
.text {
    padding: 0.5em;
}
.tab p {
    font-size: 1.0em;
}
.login-top ul li a {
    font-size: 0.99em;
}
}
@media (max-width: 384px){
.sap_tabs {
    width: 95%;
    margin: 2em auto 0;
}
.tab ul li img {
    width: 90%;
}
.resp-tab-item {
	padding: 10px 1px 5px;
}
.text p {
    font-size: 1.0em;
}
}
@media (max-width: 320px){
.header h1 {
    font-size: 1.7em;
    line-height: 1.5em;
}
.sap_tabs {
    width: 94%;
}
.resp-tab-item {
    border: none;
    padding: 10px 1px 5px;
    margin: .8em 3px;
    width: 30%;
}
.tab ul li span {
    display: block;
    font-size: 0.8em;
	text-transform: uppercase;
}
.header {
    margin-top: 2em;
}
.register ul li.text-info {
    font-size: 0.8em;
}
.ser {
    width: 76.5%;
	height:60px;
	font-size: 1.2em;
}
.register form input[type="text"] {
    font-size: 1.2em;
    width: 71%;
}
.footer {
    text-align: center;
    padding: 1em 0;
}	
}
