.breadcrumb {
    padding: 0 !important;
    background-color: transparent !important;
}

.breadcrumb>li+li:before {
    color: rgba(51, 51, 51, 0.68);
    font-weight: bold !important;
    content: '\02C3';
    padding: 0 7px 0 5px;
}

.breadcrumb h5 {
    display: inline;
}

/* .header-page{
    text-transform: uppercase;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 45px;
} */

#header{    
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #DDD;
}

.header-image{
    margin-bottom: 30px;
}

.header-page {
    display: flex;
    font-weight: normal;
    font-size: 2rem;
    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    word-wrap: break-word;
    word-break: break-word;
    align-items: flex-start;  /* Alinha ao topo */
}

.header-page .position {
    display: flex;
    font-weight: normal;
    font-size: 2.1rem;
    color: #FFF;
    background-color: #333;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    flex-shrink: 0; 
    justify-content: center;
    align-items: center;
}

.header-page .title-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    max-height: 40px;
    flex: 1;
    background: transparent;
    font-size: 2rem;
    white-space: normal;
    word-break: break-word;
    align-self: center;
}

#header{
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 50px;
}

#header h1{
    margin: 0;
    padding: 0;
    flex: 1;
}

.service-directories .logo{    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 16/9;
    border: 1px solid #ddd;
    /* overflow: hidden; */
    margin-bottom: 15px;
    padding: 10px;
}

.service-directories .logo img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.description{
    font-family: "Open Sans","Noto Sans","Arial",sans-serif;
    font-size: 1rem;
}

.link-website{
    display: inline-block;
    color: #fff !important;
    margin-bottom: 30px;
    border-radius: 0 !important;
    background-color: #333;
    color: #fff;
}

.box-toList{    
    margin: 30px 0;
    padding: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.btn-toList{
    display: inline-block;
    text-decoration: none !important;
    color: #666 !important;
}

#description{
    margin-bottom: 50px;
}

.btn-go{
    width: 100%;
    border-radius: 10px !important;
    background-color: #196af7;
    color: #fff !important;
    text-align: center;
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    white-space: nowrap;
}

.btn-go:hover,
.btn-go:active,
.btn-go:focus {
    background-color: #196af7 !important;
    border-color: #196af7 !important;
    outline: none !important;
    outline-offset: none !important;
    box-shadow: none !important;
}