
#box_paginas {
    margin-top:30px;
    background-color: #d6f0f9; 
    padding: 10px;
    border-radius: 5px;
    /*position: fixed;*/    
    /*width: 300px;*/
}

.ativo {
    font-weight: bold !important;
    color: #000;
}

.item-lateral {
    margin: 15px 10px;
    border-bottom: 1px dashed #add5e2;
    padding-bottom: 16px;
}

.tit_box {
    color: #0a627f;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

#pagina td, #pagina th {
    padding: 10px !important;
    width: inherit !important;  
}

#pagina hr {
    width: 100% !important;
    display: none;
}

#pagina {
    margin-top: 30px;
}

.lateral-autor {
    color: #90a6ad;
    font-weight: normal;
}


.circle {
  background-color: #aaa;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  overflow: hidden;
  /*position: relative;*/
}

.circle img {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
}

.circle-peq {
    width: 50px;
    height: 50px;
}

@supports (-webkit-overflow-scrolling: touch) {

    #pagina td, #pagina th {
        font-size: 10px !important;
        padding: 5px !important;
    }

}

.box-autor span {
    color: black !important;
}

.box-autor-peq {
    border-top: 1px dotted #8dbbcb;
    padding-top: 15px;
}

.lado-a-lado {
    display: inline-block;
    vertical-align: top;  
}

.texto-azul {
    color: #0a627f
}

.nm-autor {
    color: #151515;
    font-weight: bold;
    font-size: 18px;
}
.texto-autor {
    margin-left: 15px;
    font-size: 14px;
    width: calc(100% - 115px);
    color: #8a8a8a;
}

.texto-autor-peq {
    margin-left: 5px;
    font-size: 14px;
    width: calc(100% - 65px);
    margin-bottom: 11px;
}

.titulo_principal {
    font-size: 25px;
    margin-bottom: 20px;
}


.botao {
    width: auto !important;
    border-radius: 41px !important;
    border: 2px solid #0a627f;
    background-color: #fff !important;
    color: #0a627f !important;
    font-weight: bold;
    box-shadow: none;
    font-size: 17px;
    padding: 8px 20px !important;
  }
  
  .botao:hover {
    color: #0a627f;
  }
  
  .botao:active {
    border-radius: 41px;
    border: 2px solid #0a627f !important;
    background-color: #0a627f !important;
    color: #fff !important;
  }


  .botao2 {
    width: auto !important;
    border-radius: 41px !important;
    border: 2px solid #0a627f;
    background-color: #0a627f !important;
    color: #fff !important;
    font-weight: bold;
    box-shadow: none;
    font-size: 17px;
    padding: 8px 20px !important;
  }
  
  .botao2:hover {
    color: #0a627f;
  }
  
  .botao2:active {
    border-radius: 41px;
    border: 2px solid #0a627f !important;
    background-color: #0a627f !important;
    color: #fff !important;
  }