/*Sistema*/
*{margin:0; padding: 0; box-sizing: border-box; font-family: Arial,sans-serif;}

a{text-decoration: none; color: #333;}


/*Classes auxiliares*/
.float{float:left;}

.inlineBlock{display: inline-block;}

.w100{width: 100%;}
.w70 {width: 70%;}
.w50 {width: 50%;}
.w30 {width: 30%;}

.h20{height: 20px;}
.h40{height: 40px;}

.center{text-align: center;}

/*Configurações Gerais*/ 
input[type='email'],input[type='password'],input[type='text']{ 
    margin: 15px 0; border: 1px solid #bbb; border-radius: 2px; font-size: 16px; 
    padding: 0 10px;}

input[type='submit']{
    width: 30%; background: #025158; font-weight: bold; color: #fff; border: none; 
    border-radius: 2px; cursor:pointer;}

input[type='submit']:hover{
    opacity: 0.8; }
   
.fundoHome{
    position: absolute; width: 50%; top: 50%; left: 50%; margin-right: -50%;
    transform: translate(-50%,-50%); background: #fff; padding: 10%;
    background:url('/img/logo1.png') center center no-repeat;
    background-size: cover; }
   
.fundo{
        position:absolute; top: 0; right: 20px; width: 100%; height: 100%;
        background:url('/img/loginguaiba.jpg') center center no-repeat;
        background-size: cover; }
.fundofinco{
        position:absolute; width: 40%; top: 200px; right: 400px; height: 19%;
        background:url('/img/logofinco.png') center center no-repeat;
        background-size: cover; }       
.login{
   /* position: absolute; width: 30%; top: 50%; left: 50%; margin-right: -50%; */
    position: absolute; width: 22%; top: 50%; left: 12%; 
    transform: translate(-50%,-50%); background: #fff; padding: 30px;}
    .loginTextos{ width: 70%; font-weight: bold; line-height: 40px;}
        
.cadastro{
    width: 60%; margin: 15px 20%;}
    
.topFaixa{
    height: 50px; background: #025158; font-weight: bold; color: #fff; line-height: 50px;}

.retornoCad {
font-size: 12px;
}
.resultadoForm{
    margin-top: 20px; font-weight: bold; color: red; line-height: 20px;
}

.progress-bar{height: 50px; padding: 5px; background-color: #ccc; display: flex;}
.progress-bar::before{content: ""; width: calc(var(--progress)*1%); background-color: red;}

/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
  
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  
  .pace-inactive {
    display: none;
  }
  
  .pace .pace-progress {
    background: #ee3148;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
  }
/* www.youtube.com/watch?v=j3rOA1spG8A   criando spinner loader com css */

.spinner {
      display: none;
      border: 8px solid rgba(0, 0, 0, .1); 
      border-left-color: #22a6b3;
      height: 40px;
      width: 40px;
      border-radius: 50px;
      animation: spin 1s linear infinite;
}

@keyframes spin {
      to { transform: rotate(360deg);}
}

/*Extra-small*/
@media screen and (max-width: 480px){
    .fundo{
        position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
        background:url('/img/loginguaiba.jpg') center center no-repeat; background-size: cover; }
/*        background: url('/img/bobina1.jpg') center center no-repeat; background-size: cover; }    -> nardi */
    .cadastro{
        width: 90%; margin: 15px 5%;}
    input[type='email'],input[type='password'],input[type='text']{
        margin: 15px 0; border: 1px solid #bbb; border-radius: 2px; font-size: 14px;
        padding: 0 2%;}
    input[type='submit']{
        width: 70%; background: #025158; font-weight: bold; color: #fff; border: none;
        border-radius: 2px; cursor: pointer;}
    .login{
        position: absolute; width: 90%; top: 50%; left: 50%; margin-right: -50%;
        transform: translate(-50%,-50%); background: #fff; padding: 20px; }
        .loginTextos{ width: 100%; margin-top: 10px; text-align: left;}
}

/*Small*/
@media screen and (min-width: 481px) and (max-width: 768px){
    .cadastro{
        width: 80%; margin: 15px 10%;}
    input[type='email'],input[type='password'],input[type='text']{
        margin: 15px 0; border: 1px solid #bbb; border-radius: 2px; font-size: 12px;
        padding: 0 2%; }
    input[type='submit']{
        width: 30%; background: #025158; font-weight: bold; color: #fff; border: none;
        border-radius: 2px; cursor: pointer; } 
    .fundo{
        position: absolute; top: 0; left: 0; width: 100%; height: 100%;
        background: url('/img/FundoOndas_L.jpg') center center no-repeat; background-size: cover;}
    .login{
        position: absolute; width: 60%; top: 50%; left: 50%; margin-right: -50%;
        transform: translate(-50%,-50%); background: #fff; padding: 20px;}
        .loginTextos{ width: 90%; font-weight: bold; text-align: left;}
}

/*Medium*/
@media screen and (min-width: 769px) and (max-width: 1199px){
    input[type='email'],input[type='password'],input[type='text']{
        margin: 10px 0; border: 1px solid #bbb; border-radius: 2px; font-size: 14px;
        padding: 0 2%;}
    input[type='submit']{
        width: 30%; background: #025158; font-weight: bold; color: #fff; border: none;
        border-radius: 2px; cursor: pointer;}
    .fundo{
        position: absolute; top: 0; left: 0; width: 100%; height: 100%;
        background: url('/img/FundoCirculoFundo_L.jpg') center center no-repeat; background-size: cover;}
    .login{
        position: absolute; width: 40%; top: 50%; left: 50%; margin-right: -50%;
        transform: translate(-50%,-50%); background: #fff; padding: 30px; } 
        .loginTextos{ width: 70%; font-weight: bold; line-height: 40px;}
}

/*Large*/
@media screen and (min-width: 1200px){

}

/*Produtos*/


