body {
    font-family: 'PT Sans', sans-serif;
}

.barra-espaco{
    width: 2px;
    height: 28px;
    background-color: #c7c7c7;
    margin: 0 14px;
    outline: none;
    float: left;

}

.logo-rubeus-sem-texto{
    width: 28px;
    height: 26px;
    background-size: cover;
    float: left;
}

.texto-contatos{
    color: #4d4d4d;
    text-transform: uppercase;
    font-size: 14px;
    font-weight:bold;
}

.titulo-pagina {
    color: #4d4d4d;
    text-transform: uppercase;
    font-size: 14px;
    font-weight:bold;
}

.container-navbar{
    margin: 0;
    max-width: 100%;
    padding: 0;
}

.span-botao-adicionar{
    padding: 0 0 10px 0;
}

.btn{
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0,0,0);
    transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

.btn-padrao{
    color: #FFF;
    background: #0DA6A6;
}

.btn-padrao:disabled{
    background-color: rgb(16,128,127);
}

.custom-container{
    margin-bottom: 12px;
}

.caixa-custom{
    width: 663px;
}

.textarea-customizada{
    border-radius: 5px;
}

.btn-padrao:hover{
    background-color: rgb(16,128,127);
}

.btn-padrao:active{
    background-color: rgb(16,128,127); 
}

.btn-padrao:disabled{
    background-color: #4d4d4d; 
}

.btn-perigo{
    background-color: #d9534f;
}

.btn-perigo:hover{
    background-color: red;
}

.btn-perigo:active{
    background-color: red;
}

.btn-lado{
    width: 126px;
}

.btn-igual{
    min-width: 85px;
}

.long-url {
    word-wrap: break-word;       /* Quebra palavras longas */
    overflow-wrap: break-word;
    white-space: normal;         /* Permite múltiplas linhas */
    display: block;
}