html {
 background-color: #ecf0f1;
 width: 100%;
 scroll-behavior: smooth;
}

html, body, input, select{
 font-family: 'Quicksand', sans-serif;
 /*font-family: 'Roboto', sans-serif;*/
 font-size: 16px;
 padding: 0px;
 margin: 0px;
}


/* PARA TESTES*/
/*
*, *::before, *::after{
 box-sizing: inherit;
 border: 1px solid red; 
}
*/


a, a:hover, a:visited, a:active {
  color: inherit;
  text-decoration: none;
 }


input[type=text], select{
 border: 1px solid #bdc3c7;
 border-radius: 5px;
 height: 30px;
 width: 100%;
 font-size: 16px;
 padding-left: 5px;
 outline: none;
}

input[type=button]{
 padding-left: 5px;
 padding-right: 5px;	
}


select{
    border: 1px solid #bdc3c7;
    border-radius: 5px;
    height: 30px;
    width: calc(100% + 6px);
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    padding-left: 5px;
    /*outline: none;*/
    background-color: #ffffff;
}


label{
 display:block;
 height: 30px;
 margin-bottom: -8px;
 margin-top: -8px;
}

#div-qrcode{
 min-height: 200px !important; 
 min-width:  200px !important; 
 max-height: 200px !important; 
 max-width:  200px !important; 
 border: 1px solid #bdc3c7;
 float: left;
}
    
#div-copia-e-cola{
 border: 1px solid black;
 min-height: 200px;
 max-height: 200px;
 padding-left: 10px;
 padding-right: 10px;
 overflow: hidden;
}
    
.botoes{
 background-color: #1abc9c;
 color: #ffffff;
 border: none;
 border-radius: 5px;
 padding: 5px;
 padding-left: 15px !important;
 padding-right: 15px !important;
 font-size: 16px;
 cursor: pointer;
 margin-right: 10px;

}
    
.botoes:hover{
 background-color: #16a085;
}


.separador{
 background-color:#1abc9c;
 width: 100%;
 height: 6px;
 border-radius: 10px;
 margin-top: 10px;
 margin-bottom: 10px;
 opacity: 0.2;
}


.espaco{
 width: 100%;
 height: 2px;
}

.cp_fatura{
  width: 100%;
  max-width: 500px;
  border-bottom: 1px solid #bdc3c7 !important;
  font-weight: bold;
  float: left;
  padding-bottom: 2px;
}


.cp_fatura2{
  width: 100%;
  max-width: 500px;
  border: none !important;
  border-bottom: 1px solid #bdc3c7 !important;
  border-radius: 0px !important;
  font-weight: bold;
  padding-left: 0px !important;
}

.intro{
 position:relative;
 height:20px;
}

#div-name{
 color: #ffffff;
 font-size: 28px;
 margin-left: 10px;
}

.wave-container {
 position: relative;
 color: #FFF;
 text-align: center;
 overflow: hidden;
}

#wave1{
 margin-top: -1px;
 width: 100%;
}


.topo-wave{
  background: #1abc9c;
  width: 100%;
 }

.texto-wave{
 background: #1abc9c;
 font-size: 26px;
 color: #ffffff;
 padding-top: 20px;
 /*padding-left: 20px;*/
 width: 100%;
 max-width: 1200px;
 margin: 0 auto;
}

.texto-wave2{
 background: #1abc9c;
 font-size: 14px;
 margin-top: -5px;
 color: #ffffff;
 text-align: center;
}

#div-meio{
 width: 100%;
 max-width: 1200px;
 margin: 0 auto;
 background-color: #ecf0f1 !important;
 /*border: 2px dotted red;*/
}

#div-intro{
 text-align: center;
}


#div-final{
 width: 100%;
 max-width: 1200px;
 margin: 0 auto;
 text-align: center;
 /*border: 2px dotted blue;*/
}

#div-comp:hover{
background-color: #16a085 !important;
color:#ffffff;
cursor: pointer; 
}

#loading {
  background: rgba(0, 0, 0, .6);
  /*background-color: black;*/
  /*opacity: 0.5;*/
  display: none;
  height: 100%;
  left: 0;
  text-align: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.meus-dados{
 background-color: #FFFFF0 !important;
}


#div-impressao{
 background-color: #ffffff;
 padding: 10px;
 -webkit-box-shadow: 5px 5px 0px 0px #DDDDDD; 
 box-shadow: 5px 5px 0px 0px #DDDDDD;
 margin: 10px;
}


.destaque-fatura:first-line {
  /*background-color: #ffeaa7;*/
  color: #16a085;
  font-size: 18px;
}


.divs-info{
 background-color: #2CA36A;
 color: #FFFFFF;
 font-size: 16px;
 padding: 10px;
}
 

/*
#div-rodape {
 position: fixed;
 bottom: 0;
 width: 100%;
}
*/


/*
#div-dados{
 float: left;
 border: 1px dotted blue;
 width: 40%;
}
   


#div-processa{
 float: right;
 width: 59%;
 background-color: red;
 border: 1px dotted black;
}

*/


#bt-gerar{
 background-color: #1abc9c;
 height: 50px;
 color: #ffffff;
 padding: 10px;
 border: none;
 border-radius: 20px;
 width: 90%;
 max-width: 400px;
 font-size: 18px;
 font-weight: bold;
}


#bt-gerar:hover{
 background-color: #16a085;
 cursor: pointer;
}

button{ 
 background-color: #1ABC9C;
 color: #ffffff;
 cursor: pointer;
 border: none;
 /*border: 1px solid white;*/
}


#div-msg-flutuante {
  visibility: hidden;
  background-color: #0D7157 !important;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  z-index: 1;
  bottom: 30px;
  font-family: Consolas;
  font-size: 18px;
  width: 80%;
  max-width: 600px;
  -webkit-box-shadow: 10px 9px 9px 1px #D8C5CA; 
  box-shadow: 10px 9px 9px 1px #D8C5CA;
 }

 
 /* Show the snackbar when clicking on a button (class added with JavaScript) */

#div-msg-flutuante.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */

@-webkit-keyframes fadein {
  from {
   bottom: 0;
   opacity: 0;
  }
  to {
   bottom: 30px;
   opacity: 1;
  }
}

@keyframes fadein {
 from {
  bottom: 0;
  opacity: 0;
 }
 to {
  bottom: 30px;
  opacity: 1;
 }
}

@-webkit-keyframes fadeout {
 from {
  bottom: 30px;
  opacity: 1;
 }
 to {
  bottom: 0;
  opacity: 0;
 }
}

@keyframes fadeout {
 from {
  bottom: 30px;
  opacity: 1;
 }
 to {
  bottom: 0;
  opacity: 0;
 }

}

/**************************************/

.wrapper { 
    /*border: 1px solid #bdc3c7;*/
    border-radius: 5px;
    overflow:hidden;
    padding-top: 10px;
  }
  
  #div-dados {
    float:left;
    width: 40%;
    /*border: 1px solid #bdc3c7;*/
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 20px;
	
  }

  #div-publicidade {
   color: #bdc3c7;
   overflow:hidden;
   /*border: 1px dotted #bdc3c7;*/
   border-radius: 5px;
   padding-left: 10px;
   padding-right: 20px;
   height: 340px;
   text-align: center;
  }

  #div-processa { 
   overflow:hidden;
   /*border: 1px dotted #bdc3c7;*/
   border-radius: 5px;
   padding-top: 22px;
   padding-bottom: 22px;
   text-align: center;
  }
  
  
  @media screen and (max-width: 850px) {
     #div-dados { 
      float: none;
      margin-right: 0px;
      width:auto;
      border:0;
	 /*border-bottom:2px solid #bdc3c7;*/
      border-radius: 5px;
      margin-bottom: 20px;
    }
  }





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

#div-qrcode{
float: none !important;
margin-left: 23% !important;
text-align: center !important;
}

#img-scan{
 padding: 0 !important;
 margin-top: 20px !important;
 text-align: center !important;
}

#bt_copiar{
 margin-top: 20px;
}

#div-intro-text2{
width: 90% !important;
margin: 0 auto;
}


}



/**************************************/