.content-single{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px 0;
}

.content-single .area-imagem-thumb{
    height: 460px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-single .text-single{
    background-color: #ffffff;
    padding: 40px 60px;
    width: 80%;
    margin-top: -200px;
}

.content-single .links-breadcrumb a {
    color: #BE5604;
    font-size: 12px;
    text-decoration: underline;
}

.content-single .links-breadcrumb span{
    color: #BE5604;
    font-size: 12px;
}

.content-single h1{
    margin-top: 30px;
    color: #414141;
    font-weight: 700;
    margin-bottom: 10px;
}

.content-single .date-time-card{
    font-size: 12px;
    font-weight: 400;
    color: #696868;
    display: flex;
    align-items: center;
}

.content-single .date-time-card .data-time{
    display: inline-block;
}

.content-single .date-time-card .data-time:first-child{
    margin-right: 30px;
}

.content-single .date-time-card .data-time:nth-child(2){
    font-size: 22px;
    color: #33CC99;
}

.content-single .date-time-card .data-time:nth-child(3){
    margin-left: 30px;
}

.content-single .text-single .excerpt_post{
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    display: block;
}

.content-single .text-single .the-content{
    margin-top: 20px;
}

.content-single .text-single .the-content p{
    font-size: 16px;
    color: #414141;
    padding: 15px 0;
    line-height: 20px;
    font-weight: 400;
}

.content-single .text-single .the-content h2,
.content-single .text-single .the-content h3,
.content-single .text-single .the-content h4,
.content-single .text-single .the-content h5,
.content-single .text-single .the-content h6{
    color: #ED6C05;
    font-weight: 600;
    padding: 10px 0;
}

.content-single .text-single .the-content a {
    text-decoration: underline;
    color: #414141;
    font-weight: 600;
}

.content-single .text-single .the-content .wp-block-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 85%;
    margin: 25px auto;
}

.content-single .text-single .the-content .wp-block-image a{
    width: 100%;
}

.content-single .text-single .the-content .wp-block-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.content-single .text-single .the-content .wp-block-image .wp-element-caption{
    text-align: center;
    font-size: 12px;
    color: #777777;
    font-style: italic;
    margin-top: 15px;
}

.content-single .text-single .the-content ul{
    list-style: none;
    padding: 0;
    margin: 10px 20px 20px;
}

.content-single .text-single .the-content ul li {
    margin: 5px 15px;
}

.content-single .text-single .the-content ul li::before{
    content: "\2022";
    color: #BE5604;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.content-single .text-single .the-content ul li a{
    font-size: 16px;
    color: #BE5604;
    font-weight: 500;
    transition: .3s all;
}

.content-single .text-single .the-content ul li a:hover{
    opacity: .8;
}

#audiome-container{
    margin-bottom: 30px !important;
}

@media (max-width: 1199px) {
    .content-single .text-single{
        width: 90%;
        padding: 40px 45px;
    }
}

@media (max-width: 767px) {
    .content-single .text-single{
        width: 100%;
        padding: 40px 20px;
    }

    .content-single h1{
        font-size: 28px;
    }
}

@media (max-width: 400px) {
    .content-single .text-single{
        padding: 40px 10px;
    }
}

/* 404 */
.is-404{
    padding: 100px 0;
}

.is-404 .content-404{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.is-404 .content-404 h2{
    font-size: 32px;
    color: #333333;
    margin-bottom: 30px;
    font-weight: 700;
}

.is-404 .content-404 p{
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}

.is-404 .content-404 a{
    width: 260px;
    display: flex;
    justify-content: center;
    padding: 20px;
    border-radius: 20px;
    background-color: #ED6C05;
    margin-top: 60px;
    color: #ffffff;
    font-weight: 500;
}