.cont-links{
    background: #E9F0F6;
    padding: 80px 0;
}
.cont-links .container{
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 10px 20px #00000050;
}
.cont-links .box{
    padding: 0;
}
.cont-links .link{
    word-break: break-all;
    color: #fff;
}
.cont-links .box li{
    margin-bottom: 15px;
    padding-left: 30px;
}
.cont-links .box li.data{
    background: url('../img/icones/calendario_branco.svg') no-repeat 0 5px;
}
.cont-links .box li.url{
    background: url('../img/icones/link.svg') no-repeat 0 5px;
    background-size: 20px;
}
.cont-links .box li strong{
    display: block;
}
.cont-links .box1{
    padding: 30px 20px;
    background: var(--azulescuro);
    color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.cont-links .box1 .btn-copiar{
    display: table;
    display: flex;
    align-items: center;
    padding-left: 10px;
    max-width: 120px;
    position: relative;
}
.cont-links .box1 .btn-copiar::after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: 10px;
    right: 10px;
    background: url('../img/icones/link.svg') var(--verdeescuro) no-repeat;
    background-size: 100%;
}
.cont-links .box .cont-table{
    margin: 0 20px;
}
.cont-links table{
    margin: 20px auto;
}
.cont-links table{
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.cont-links table tr:nth-child(even){
    background: #F2F2F2;
}
.cont-links .simulador{
    width: 180px;
}
.cont-links table th, td{
    text-align: center;
    border-right: 1px solid #eee;    
}
.cont-links td{ padding: 10px; }
.cont-links th{ padding: 10px; }

.cont-links table th:first-child, td:first-child{
    border-left: 1px solid #eee;  
}
.cont-links table td:first-child{
    text-transform: uppercase;
}
.cont-links th{
    line-height: 14px;
}
.cont-links table button{
    width: 100%;
    text-align: left;
    padding-left: 10px;
    position: relative;
}
.cont-links table button::after{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 8px;
    background-size: 100%;
}
.cont-links .btn-pd-verde{
    min-width: 80px;
}
.cont-links #tb-tributos td:last-child{
    text-align: center;
}
.cont-links .btn-consultar::after{
    background: url('../img/icones/lupa.svg') no-repeat center center;
    background-size: 15px;
}
.cont-links .btn-visualizar::after{
    background: url('../img/icones/link.svg') no-repeat center center;
}
.cont-links .btn-copiar::after{
    background: url('../img/icones/copiar_branco.svg') no-repeat center center;
}
.cont-links table td:last-child button{
    width: 48%;
}
.cont-links .btn-visualizar{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    margin: auto;
}