.logo-container{
    left: 50px;
    /*position: absolute;*/
    top: 20px;
    z-index: 3;
}
.logo-container .logo{
    overflow: hidden;
    /*border-radius: 50%;*/
    /*border: 1px solid #333333;*/
    width: 160px;
    float: left;
}
.logo-container .brand{
    font-size: 18px;
    color: #FFF;
    line-height: 20px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 60px
}

body{
    /*background-color: #CCCCCC;*/
}

.section .wizard-card{
    min-height: inherit;
}

.tim-row{
    margin-bottom: 20px;
}

.tim-white-buttons {
    background-color: #777777;
}
.title{
    margin-top: 30px;
    margin-bottom: 25px;
    min-height: 32px;
    font-weight: 500;
}



.title.text-center{
    margin-bottom: 50px;
}
.tim-typo{
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
}
.tim-typo .tim-note{
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}
.tim-row{
    padding-top: 50px;
}
.tim-row h3{
    margin-top: 0;
}
.switch{
    margin-right: 20px;
}
#navbar-full .navbar{
    border-radius: 0 !important;
    margin-bottom: 15px;
    z-index: 2;
}
.space{
    height: 130px;
    display: block;
}
.space-110{
    height: 110px;
    display: block;
}
.space-50{
    height: 50px;
    display: block;
}
.space-70{
    height: 70px;
    display: block;
}
.navigation-example .img-src{
    background-attachment: scroll;
}

.navigation-example{
    background-image: url('../img/bg.jpg');
    background-position: center center;
    background-size: cover;
    margin-top:0;
    min-height: 740px;
}
#notifications{
    background-color: #FFFFFF;
    display: block;
    width: 100%;
    position: relative;
}
#notifications .alert-danger{
    margin-bottom: 0px;
}
.tim-note{
    text-transform: capitalize;
}

#buttons .btn{
    margin: 0 0px 15px;
}
.space-100{
    height: 100px;
    display: block;
    width: 100%;
}

.be-social{
    padding-bottom: 20px;
/*     border-bottom: 1px solid #aaa; */
    margin: 0 auto 40px;
}
.txt-white{
    color: #FFFFFF;
}
.txt-gray{
    color: #ddd !important;
}


.parallax{
  width:100%;
  height:570px;

  display: block;
  background-attachment: fixed;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;

}

.logo-container.logo-documentation{
    position: relative;
    top: 0;
    left: 0;
}

.logo-container .logo{
    overflow: hidden;
    /*border-radius: 50%;*/
    /*border: 1px solid #333333;*/
    width: 250px;
    float: left;
    /*position: absolute;*/
    top: -10px;
}

.logo-container .brand{
    font-size: 16px;
    line-height: 18px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
    width: 70px;
    height: 40px;
    text-align: left;
}


.navbar-default .logo-container .brand{
    color: #999999;
}
.navbar-transparent .logo-container .brand{
    color: #FFFFFF;
}

.logo-container .brand-material{
    font-size: 18px;
    margin-top: 15px;
    height: 25px;
    width: auto;
}

.logo-container .logo img{
    width: 100%;
}
.navbar-small .logo-container .brand{
    color: #333333;
}

.fixed-section{
    top: 90px;
    max-height: 80vh;
    overflow: scroll;
}
.fixed-section ul li{
    list-style: none;
}
.fixed-section li a{
    font-size: 14px;
    padding: 2px;
    display: block;
    color: #666666;
}
.fixed-section li a.active{
    color: #00bbff;
}
.fixed-section.float{
    position: fixed;
    top: 100px;
    width: 200px;
    margin-top: 0;
}


.parallax .parallax-image{
    width: 100%;
    overflow: hidden;
    position: absolute;
}
.parallax .parallax-image img{
    width: 100%;
}



.btn-table{
    padding: 8px;
    margin: 1px 1px;
}

.table>tbody>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
  color: #AAAAAA;
  font-weight: 400;
}


.material-icons-size-30
{
    font-size: 50px;
}

.material-icons-size-16
{
    font-size: 16px;
}

.material-icons-oranje
{
    color: #ff9800;
}


@media (max-width: 768px){
    .parallax .parallax-image{
         width: 100%;
         height: 640px;
         overflow: hidden;
     }
    .parallax .parallax-image img{
       height: 100%;
       width: auto;
   }
}

.separator{
    content: "Separator";
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 20px;
}
.separator-line{
    background-color: #EEE;
    height: 1px;
    width: 100%;
    display: block;
}
.separator.separator-gray{
    background-color: #EEEEEE;
}
.social-buttons-demo .btn{
    margin-right: 5px;
    margin-bottom: 7px;
}

.img-container{
    width: 100%;
    overflow: hidden;
    max-height: 600px;
}
.img-container img{
    width: 100%;
}

.lightbox img{
    width: 100%;
}
.lightbox .modal-content{
    overflow: hidden;
}
.lightbox .modal-body{
    padding: 0;
}
@media screen and (min-width: 991px){
    .lightbox .modal-dialog{
        width: 960px;
    }
}

@media (max-width: 768px){
    .btn, .btn-morphing{
        margin-bottom: 10px;
    }
    .parallax .motto{
        top: 170px;
        margin-top: 0;
        font-size: 60px;
        width: 270px;
    }
}

/*       Loading dots  */

/*      transitions */
.presentation .front, .presentation .front:after, .presentation .front .btn, .logo-container .logo, .logo-container .brand{
     -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


#images h4{
    margin-bottom: 30px;
}
#javascriptComponents{
    padding-bottom: 0;
}
#javascriptComponents .btn-raised{
    margin: 10px 5px;
}


/*      layer animation          */

.layers-container{
    display: block;
    margin-top: 50px;
    position: relative;
}
.layers-container img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  text-align: center;
}

.section-black {
  background-color: #333;
}

.animate {
  transition: 1.5s ease-in-out;
  -moz-transition: 1.5s ease-in-out;
  -webkit-transition: 1.5s ease-in-out;
}

.navbar-default.navbar-small .logo-container .brand{
    color: #333333;
}
.navbar-transparent.navbar-small .logo-container .brand{
    color: #FFFFFF;
}
.navbar-default.navbar-small .logo-container .brand{
    color: #333333;
}

.sharing-area{
    margin-top: 80px;
}
.sharing-area .btn{
    margin: 15px 4px 0;
    color: #FFFFFF;
}
.sharing-area .btn i{
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.sharing-area .btn-twitter{
    background-color: #55acee;
}
.sharing-area .btn-facebook{
    background-color: #3b5998;
}
.sharing-area .btn-google-plus{
    background-color: #dd4b39;
}
.sharing-area .btn-github{
    background-color: #333333;
}
.section-thin,
.section-notifications{
    padding: 0;
}
.section-navbars{
    padding-top: 0;
}
#navbar .navbar{
    border-radius: 0;
}
.section-tabs{
    background: #EEEEEE;
}
.section-pagination{
    padding-bottom: 0;
}
.section-download h4{
    margin-bottom: 50px;
}
.section-examples a{
    text-decoration: none;
}
.section-examples h5{
    margin-top: 30px;
}
.components-page .wrapper > .header,
.tutorial-page .wrapper > .header{
    height: 400px;
    padding-top: 100px;
    background-size: cover;
    background-position: center center;
}
.components-page .title,
.tutorial-page .title{
    color: #FFFFFF;
}

.main {
  background: #FFFFFF;
  position: relative;
  z-index: 3;
}

.main-raised {
    margin: -60px 30px 0px;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.header-filter {
  position: relative;
}
.header-filter:before, .header-filter:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
}
.header-filter::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.header-filter .container {
  z-index: 2;
  position: relative;
}

.section {
  padding: 70px 0;
  background-position: center center;
  background-size: cover;
}



.navbar {
  border: 0;
  border-radius: 3px;
  box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  padding: 10px 0;

  -webkit-transition: all 150ms ease 0s;
 -moz-transition: all 150ms ease 0s;
 -o-transition: all 150ms ease 0s;
 -ms-transition: all 150ms ease 0s;
 transition: all 150ms ease 0s;
}
.navbar .navbar-brand {
  position: relative;
  height: 50px;
  line-height: 30px;
  color: inherit;
  padding: 10px 15px;
}
.navbar .navbar-brand:hover, .navbar .navbar-brand:focus {
  color: inherit;
  background-color: transparent;
}

.navbar.navbar-transparent {
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  padding-top: 25px;
}

.navbar-fixed-top {
  border-radius: 0;
}

.navbar .navbar-nav > li > a .material-icons,
.navbar .navbar-nav > li > a .fa {
  font-size: 20px;
  max-width: 20px;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    color: inherit;
    background-color: transparent;
}

.navbar .navbar-nav > li > a:not(.btn) .material-icons {
  margin-top: -3px;
  top: 0px;
  position: relative;
  margin-right: 3px;
}

.navbar, .navbar.navbar-default {
  background-color: #9c27b0;
  color: #FFFFFF;
}

.navbar .navbar-nav > li > a {
  color: inherit;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
}
@media (max-width: 1199px) {

  .navbar .navbar-brand {
    height: 50px;
    padding: 10px 15px;
  }
  .navbar .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  
}

@media (max-width: 990px) {

  .picture-container{
   
  }

  .picture-container .picture{
    width: 150px;
    height: 150px;
  }


}




footer {
  padding: 15px 0;
  text-align: center;

}
.footer a{
    font-weight: bold;
}

footer.footer-documentation{
    margin-top: 0;
    bottom: 0;
    text-shadow: none;
    color: inherit;
}

footer.footer-documentation li a{
    color: inherit;
}

footer.footer-documentation li a:hover,
footer.footer-documentation li a:focus{
    color: #89229b;
}

footer ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
footer ul li {
  display: inline-block;
}
footer ul li a {
  color: inherit;
  padding: 15px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
  text-decoration: none;
  position: relative;
  display: block;
}
footer ul li a:hover {
  text-decoration: none;
}
footer ul li .btn {
  margin: 0;
}
footer ul.links-horizontal:first-child a {
  padding-left: 0;
}
footer ul.links-horizontal:last-child a {
  padding-right: 0;
}
footer ul.links-vertical li {
  display: block;
}
footer ul.links-vertical li a {
  padding: 5px 0;
}
footer .social-buttons a,
footer .social-buttons .btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
footer .footer-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  margin-left: -15px;
}
footer .footer-brand:hover, footer .footer-brand:focus {
  color: #3C4858;
}
footer .copyright {
  padding: 15px 0;
  text-align: center;
}
footer .copyright .material-icons {
  font-size: 18px;
  position: relative;
  top: 3px;
}
footer .pull-center {
  display: inline-block;
  float: none;
}


.margin-25{
  margin-left: 25%;
}



@media (max-width: 768px) {
  .footer .copyright {
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    float: none !important;
    width: 100%;
  }

  .navbar.navbar-transparent {
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 10px;
    border-radius: 0;
  }

  .main-raised {
    margin-left: 10px;
    margin-right: 10px;
  }

  .picture-container{
    position: relative !important;
  }

  .picture-container .picture{
    width: 100%;
     height: auto;
     max-height: 352px;
  }
}



.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}




/*Loader*/

.modal_loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1550;
  
  }

  .load_container {
    width: 100vw;
    height: 100vh;         
    background: #ece6e680;/*#6C7A89;*/
    /*background: url(../imagens/trans-w.png);*/
  
    display: flex;
    flex-direction: row;
    justify-content: center;

    align-items: center
}
.load_box {
    width: 96px;
    height: 96px;
    /*background: #fff;*/
     /*border: 1px solid #888;*/
} 

.load_box img{
  padding-top: 45px;
  padding-left: 16px;
  transform: rotate(-45deg);
  opacity: .9;
}



.col-auto{
  width: auto !important;
}


.riscado {
  color: #c0c0c0;
  text-decoration: line-through;
}

.link_disabled{
  pointer-events:none;
  color: #e5e5e5 !important;
  background-color: #d3d3d3 !important;
}

.text-off {
  color: #cfcfcf7e;
}


.areas {

}

.areas .form-group label.control-label {
  color: #353535
}

.areas .form-group .icone-input {

  float: right;
  /* position: relative; */
  margin-top: -32px;
}

.areas .form-group .icone-input i {
  font-size: 20px !important;
  color: #bfa681;
}

.areas .area .input-group-addon {

  padding: 0px 15px 0px;

}

.areas .area .input-group-addon i {

  font-size: 48px;
  margin-top: -15px;

}

.areas .sensor .input-group-addon {

}

.areas .sensor .input-group-addon i {

  font-size: 24px;

}



.contratos {

}

.contratos .form-group label.control-label {
  color: #222222;
  font-size: 12px !important;
}

.contratos .form-group .icone-input {

  float: right;
  /* position: relative; */
  margin-top: -52px;
}

.contratos .form-group .novo i {
  font-size: 38px !important;
  color: #ce6629;
  margin-left: -24px;
  z-index: 100;
  position: absolute;
}

.contratos .form-group input {
  cursor: pointer;
}

.contratos .form-group .assinado i {
  font-size: 38px !important;
  color: #4caf50;
  margin-left: -24px;
  z-index: 100;
  position: absolute;
}


.contratos .new i {
  font-size: 38px !important;
  color: #ce6629 !important;

}

.contratos .recusado i {
  font-size: 38px !important;
  color: #b41d1d !important;

}


.contratos .cancelado i {
  font-size: 38px !important;
  color: #9e9d9c !important;
}

.contratos .input-group-addon i {
  font-size: 38px !important;
  color: #4caf50;
}




/*
.loader {
    width: 320px;
    height: 150px;
    margin: auto;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
  }
  .loader::after {
    content: '';  
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
    position: absolute;
    background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
    background-repeat: no-repeat;
    background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
    background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
    box-sizing: border-box;
    animation: animloader 1s linear infinite;
  }
  
  @keyframes animloader {
    0% {
      background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
    }
    100% {
      background-position: 150% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
    }
  }
    */

    .loader {
        transform: rotateZ(45deg);
        perspective: 1000px;
        border-radius: 50%;
        width: 96px;
        height: 96px;
        color: #020202;
      }
        .loader:before,
        .loader:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: inherit;
          height: inherit;
          border-radius: 50%;
          transform: rotateX(70deg);
          animation: 1s spin linear infinite;
        }
        .loader:after {
          color: #ff9800;
          transform: rotateY(70deg);
          animation-delay: .4s;
        }

      @keyframes rotate {
        0% {
          transform: translate(-50%, -50%) rotateZ(0deg);
        }
        100% {
          transform: translate(-50%, -50%) rotateZ(360deg);
        }
      }

      @keyframes rotateccw {
        0% {
          transform: translate(-50%, -50%) rotate(0deg);
        }
        100% {
          transform: translate(-50%, -50%) rotate(-360deg);
        }
      }

      @keyframes spin {
        0%,
        100% {
          box-shadow: .2em 0px 0 0px currentcolor;
        }
        12% {
          box-shadow: .2em .2em 0 0 currentcolor;
        }
        25% {
          box-shadow: 0 .2em 0 0px currentcolor;
        }
        37% {
          box-shadow: -.2em .2em 0 0 currentcolor;
        }
        50% {
          box-shadow: -.2em 0 0 0 currentcolor;
        }
        62% {
          box-shadow: -.2em -.2em 0 0 currentcolor;
        }
        75% {
          box-shadow: 0px -.2em 0 0 currentcolor;
        }
        87% {
          box-shadow: .2em -.2em 0 0 currentcolor;
        }
      }
   




    .wrapper-assinatura {
        position: relative;
        width: 100%;/*537px*/
        height: 189px;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    .wrapper-assinatura img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;/*537px*/
            height: 189px;
    } 
    
    .wrapper-assinatura .signature-pad {
            position: absolute;
            /* left: 0;
            top: 0;
            width: 537px;
            height: 189px; */
    }


    
    
    .signature-pad-canvas-wrapper {
      margin: 15px 0 0;
      border: 1px solid #cbcbcb;
      border-radius: 3px;
      overflow: hidden;
      position: relative;
      width: 100%;
  }
  
  .signature-pad-canvas-wrapper::after {
      content: 'Nome/CPF';
      border-top: 1px solid #cbcbcb;
      color: #131212;
      width: 100%;
      margin: 0 15px;
      display: inline-flex;
      position: absolute;
      bottom: 10px;
      font-size: 13px;
      z-index: -1;
  } 



  /* .biometria{
    margin: 10px auto;
    box-shadow: 0 10px 100px #ccc;
    padding: 8px;
    box-sizing: border-box;
    max-width: 800px;
    position: absolute;
    width: 100%;
  }


  .biometria video , .biometria canvas{
    width: 100%;
    height: auto;
   
    position: absolute;
  } */



@media (orientation : portrait){}



.biometria .btn {

  position: absolute;
  bottom: 10px;
  margin-left: 43%;
  opacity: .8;

}



@media screen and (min-width:902px) {

  .biometria {
    margin: 8px auto;
    box-shadow: 0 10px 100px #ccc;
    /* padding: 8px; */
    box-sizing: border-box;
    max-width: 100vw;
    /* position: absolute; */
    position: relative;
    width: 92vmin;
    /* display: block; */
    /*height: 70vh;
    max-height: 615px;*/

    min-height: 50vmin;
    height: 70vmin;
    /* max-height: 615px; */
  }

  .biometria video, .biometria canvas {

    padding: 8px;
    width: 100%;
    max-width: 845px !important;
    /* height: auto; */
    /* background-color: whitesmoke; */
    position: absolute;
    /* display: block; */
    left: 50%;
    transform: translateX(-50%);
    /* max-height: 600px !important; */
  }  

}

@media screen and (max-width:600px) {

  .biometria {
    background-color: #000000;
    margin: 10px auto;
    box-shadow: 0 10px 100px #ccc;
    padding: 8px;
    box-sizing: border-box;
    max-width: 100vw;
    /* position: absolute; */
    position: relative;
    width: 92vmin;
    /* display: block; */
    /*height: 70vh;
    max-height: 615px;*/

    min-height: 65vh;
    /* height: 70vh; */
    /* max-height: 615px; */

    /* padding-top: 100% */
  }

  .biometria video, .biometria canvas {
    width: 90vw;
    /* height: auto; */
    /* background-color: whitesmoke; */
    position: absolute;
    /* display: block; */
    left: 50%;
    transform: translateX(-50%);
    /* max-height: 600px !important; */

    /* aspect-ratio: 9/6 auto; */
  }

  .biometria .btn {

    margin-left: 0 !important;;
    min-width: 96%;
  
  }

  .modal .info-text {
    text-align: left !important; 
    font-weight: 300;
    margin: 10px 0 30px;
  }
  

  
}

  

@media screen and (min-width:601px) {

  .biometria {
    margin: 8px auto;
    box-shadow: 0 10px 100px #ccc;
    /* padding: 8px; */
    box-sizing: border-box;
    max-width: 100vw;
    /* position: absolute; */
    position: relative;
    width: 92vmin;
    /* display: block; */
    /*height: 70vh;
    max-height: 615px;*/

    min-height: 50vmin;
    height: 70vmin;
    /* max-height: 615px; */
  }

  .biometria video, .biometria canvas {

    padding: 8px;

    width: 100%;
    max-width: 605px;
    /* height: auto; */
    /* background-color: whitesmoke; */
    position: absolute;
    /* display: block; */
    left: 50%;
    transform: translateX(-50%);
    /* max-height: 600px !important; */
  }
 
  

}










/**
 * Extracted from: SweetAlert
 * Modified by: Istiak Tridip
 */
 .success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
  padding-top: 10px;
  
  .check-icon {
     display:none;
      width: 80px;
      height: 80px;
      position: relative;
      border-radius: 50%;
      box-sizing: content-box;
      border: 4px solid #4CAF50;
      
      &::before {
          top: 3px;
          left: -2px;
          width: 30px;
          transform-origin: 100% 50%;
          border-radius: 100px 0 0 100px;
      }
      
      &::after {
          top: 0;
          left: 30px;
          width: 60px;
          transform-origin: 0 50%;
          border-radius: 0 100px 100px 0;
          animation: rotate-circle 4.25s ease-in;
      }
      
      &::before, &::after {
          content: '';
          height: 100px;
          position: absolute;
          background: #FFFFFF;
          transform: rotate(-45deg);
      }
      
      .icon-line {
          height: 5px;
          background-color: #4CAF50;
          display: block;
          border-radius: 2px;
          position: absolute;
          z-index: 10;
          
          &.line-tip {
              top: 46px;
              left: 14px;
              width: 25px;
              transform: rotate(45deg);
              animation: icon-line-tip 0.75s;
          }
          
          &.line-long {
              top: 38px;
              right: 8px;
              width: 47px;
              transform: rotate(-45deg);
              animation: icon-line-long 0.75s;
          }
      }
      
      .icon-circle {
          top: -4px;
          left: -4px;
          z-index: 10;
          width: 80px;
          height: 80px;
          border-radius: 50%;
          position: absolute;
          box-sizing: content-box;
          border: 4px solid rgba(76, 175, 80, .5);
      }
      
      .icon-fix {
          top: 8px;
          width: 5px;
          left: 26px;
          z-index: 1;
          height: 85px;
          position: absolute;
          transform: rotate(-45deg);
          background-color: #FFFFFF;
      }
  }
}

@keyframes rotate-circle {
  0% {
      transform: rotate(-45deg);
  }
  5% {
      transform: rotate(-45deg);
  }
  12% {
      transform: rotate(-405deg);
  }
  100% {
      transform: rotate(-405deg);
  }
}

@keyframes icon-line-tip {
  0% {
      width: 0;
      left: 1px;
      top: 19px;
  }
  54% {
      width: 0;
      left: 1px;
      top: 19px;
  }
  70% {
      width: 50px;
      left: -8px;
      top: 37px;
  }
  84% {
      width: 17px;
      left: 21px;
      top: 48px;
  }
  100% {
      width: 25px;
      left: 14px;
      top: 45px;
  }
}

@keyframes icon-line-long {
  0% {
      width: 0;
      right: 46px;
      top: 54px;
  }
  65% {
      width: 0;
      right: 46px;
      top: 54px;
  }
  84% {
      width: 55px;
      right: 0px;
      top: 35px;
  }
  100% {
      width: 47px;
      right: 8px;
      top: 38px;
  }
}



._campoValido{

  border-color: #019406 !important;

}

._campoInValido{

  border-color: #7c0f00 !important;

}



