
/* TAGS HTML*/
nav h1 {font-family: "open sans"; font-size:1.05rem; font-weight:bold; font-style:normal; color:#404040; padding: 0px; margin-top: 25px}

/* CLASSES */
.proposta               {margin-bottom: 20px;}
.separador              {border-bottom: 1px dashed #808080;}

/* IDs */

/* FORMS */

/* Acessibilidade - remover este css caso a barra acessibilidade do header esteja desativada */
/* fim Acessibilidade */

@media (min-width:1100px)
{
  
}
@media (max-width:992px)
{
  .proposta .descricao {width: auto;}
  .proposta  dt,
  .proposta  dd       {text-align:center;} /* centraliza o conteudo quando mobile */
}

.tooltip1 {
  position: relative;
  display: inline-block;
}

.tooltip1 .tooltiptext1 {
  display: none;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip1 .tooltiptext1::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip1:hover .tooltiptext1 {
  display: block;
}

@media (min-width: 576px) {
  .restelefonista > .modal > .modal-dialog { max-width: none; }
}

.restelefonista > .modal > .modal-dialog {
  width: 86%;
  min-height: 100%;
  padding: 0;
}

.restelefonista > .modal > .modal-dialog > .modal-content {
  min-height: 86%;
}




.mouseovereffect:hover > .animateicon {
  transition: 0.2s;
}

.mouseovereffect:hover > .animateicon {
    margin-right: -10px;
}

.mouseovereffect {
  transition: 0.2s;
}

.mouseovereffect:hover {
  opacity: .5;
  background: #efefef
}

.selected, .mouseovereffect.selected:hover {
  opacity: 1;
  background: none;
  transition: 0s;
  cursor: pointer;
}

.selected > .animateicon {
  margin-right: 0px;
  cursor: pointer;
}