.logo {
    height: 32px !important;
}

.hero_iconecta1 {
    background-color: #154c79
    /*
    background-color: rgba(44, 54, 69, .75);
    background: rgb(18,115,235);
    background: rgb(245, 192, 0);

    background: linear-gradient(90deg, rgb(10, 67, 137) 0%, rgba(18,115,235) 100%);
    background: linear-gradient(90deg, rgba(18,115,235,1)  0%, rgba(10,67,137,1) 100%);
    background: linear-gradient(90deg, rgba(10,67,137,1) 0%, rgba(18,115,235,1) 100%);
    background: url('http://www2.iconecta.host/images/bg1.jpg') repeat;
    */
   
   }

.hero_iconecta2 {
    background-color: rgba(39,174,96,1);
    background: rgb(46,204,113,1);
    background: linear-gradient(90deg, rgba(243, 156, 18,1.0) 0%, rgba(241, 196, 15,1.0) 100%);
    background: linear-gradient(90deg, rgba(44, 62, 80,1.0) 0%, rgba(52, 73, 94,1.0) 100%);
    background: linear-gradient(90deg, rgba(127, 140, 141,1.0) 0%, rgba(149, 165, 166,1.0) 100%);
    background: linear-gradient(90deg, rgba(241, 196, 15,1.0) 0%, rgba(243, 156, 18,1.0) 100%);
    
   }

.justify {
    text-align: justify !important;
    }

/* Progress Wrapper */
.progress-wrap {
    right: 1.5rem;
    bottom: 5.5rem;
}

#form_controle { display: none }

/* WhatsApp widget */
.rmsmart-btnwhats-inner-container {
  position: relative;
  display: inline-block;
  -webkit-transform: scale(.85);
  transform: scale(.85);
  -webkit-transition: transform .3s;
  transition: transform .3s;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
.rmsmart-btnwhats-inner-mask {
  position: absolute;
  top: -8px;
  left: -8px;
  height: 82px;
  min-width: 66px;
  -webkit-width: calc(100% + 16px);
  width: calc(100% + 16px);
  border-radius: 100px;
  background: #00aeef;
  opacity: .2;
}
.rmsmart-btnwhats-block {
  width: 66px;
  height: 66px;
  border-radius: 100%;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
.rmsmart-btnwhats-pulse {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #00aeef;
  border-radius: 50%;
}
.rmsmart-btnwhats-pulse-animate {
  -webkit-animation: widgetPulse infinite 1.5s;
  animation: widgetPulse infinite 1.5s;
}
.whatsapp-notification-dummy {
  background-color: #f22;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  pointer-events: none;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 1;
}
.rmsmart-btnwhats-inner-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 66px;
  border-radius: 100px;
  background: #00aeef;
  box-sizing: border-box;
}
.rmsmart-btnwhats-icon-container {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.rmsmart-btnwhats-inner-item {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 19px;
  -webkit-transition: opacity .6s ease-out;
  transition: opacity .6s ease-out;
  -webkit-animation: socialRotateBack .4s;
  animation: socialRotateBack .4s;
  opacity: 1;
}
.rmsmart-btnwhats-notification-dummy {
  background-color: #f22;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  pointer-events: none;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 9999;
}
.produto_selos{
  display: none;
}

@-webkit-keyframes widgetPulse{
    50%{
        -webkit-transform:scale(1,1);
        transform:scale(1,1);
        opacity:1
    }
    100%{
        -webkit-transform:scale(2,2);
        transform:scale(2,2);
        opacity:0
    }
}
@keyframes widgetPulse{
    50%{
        -webkit-transform:scale(1,1);
        transform:scale(1,1);
        opacity:1
    }
    100%{
        -webkit-transform:scale(2,2);
        transform:scale(2,2);
        opacity:0
    }
}



/* cookies de aviso de politicas de privacidade */

.cookieAcceptBar {
  display:none;
  position: fixed;
  bottom: 0px;
  left:0;
  right: 0;
  text-align: center;
  
  background-color: rgba(50, 50, 50, .75);
  
  /*
  background-color: rgba(44, 54, 69, .75);
  background: rgb(18,115,235);
  background: linear-gradient(90deg, rgba(18,115,235,.75) 0%, rgb(10, 67, 137) 100%);
  */
  color: #fff;
  padding: 20px 0;
  z-index: 9990;
  min-height: 65px;
  /*
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          */
}

.cookieAcceptBar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.cookieAcceptBar button {
 
  margin-top: 10px;
 
   
}

.btn-green {
  background-color: #25D366 !important;
  border-color: #23c75f !important;
  border: 2px solid #23c75f;
  color: #FFFFFF !important;
}



/* PrismJS 1.24.1 */
  
:not(pre)>code[class*="language-"], pre[class*="language-"] {
     background: #1d1d1d;
     border-radius: 0.25rem;
     border: 0px solid #dadada;
    }

.external, .internal, .code, .terminal, .kbd, .folder, .file, mark.doc, .doc.mark {
   margin: 0.275rem 0rem;
  }

code[class*="language-"], pre[class*="language-"] {
   white-space: pre;
  }


  pre[class*="language-"] {
    padding: 1em !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}
 

 










































