#trustvox-selo-site-sincero {
  position: fixed;
  background: url(/imagens/trustvox-selo-site-sincero-pequeno-x1.png) no-repeat;
  width: 85px;
  height: 85px;
  right: 0;
  bottom: 5px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  z-index: 99;
  cursor: pointer;
}

#trustvox-selo-site-sincero,
#trustvox-selo-site-sincero-inside {
  -webkit-transition: width 1s, opacity .25s ease-in-out;
  -moz-transition: width 1s, opacity .25s ease-in-out;
  -ms-transition: width 1s, opacity .25s ease-in-out;
  -o-transition: width 1s, opacity .25s ease-in-out;
  transition: width 1s, opacity .25s ease-in-out;
}

#trustvox-selo-site-sincero:hover { width:210px; }

#trustvox-selo-site-sincero-inside {
  opacity:0;
  width: 207px;
  display: block;
  height: 100%;
  background: url(/imagens/trustvox-selo-site-sincero-pequeno-x2.png) no-repeat;
}

#trustvox-selo-site-sincero:hover #trustvox-selo-site-sincero-inside { opacity:1; }

#ts-certificate-modal-container #ts-certificate-overlay {z-index: 999999;}
#ts-certificate-modal-container #ts-certificate-modal {z-index: 1000000;}
