section.area-acompanhe {
    background-color: eeeeee;
    padding: 3rem 1rem;
}
section.area-acompanhe .tag-arrow {
    background-color: transparent;
}
section.area-acompanhe .items-acompanhe {
    grid-template-columns: 1fr;
}
.items-acompanhe .item-acompanhe {
    flex-direction: row-reverse;
    justify-content: left;
    padding: 1rem;
}
.items-acompanhe .item-acompanhe h4.title {
    min-height: auto;
    font-weight: 600;
}
a.item-acompanhe .left {
    max-width: 650px;
}
a.item-acompanhe .right {
    max-width: 500px;
}
.item-acompanhe .area-image::after {
    display: none;
}
.item-acompanhe .area-image {
    padding: 1rem;
    border: 2px solid #a4a48d;
    background-color: transparent;
}
.item-acompanhe .area-image,
.item-acompanhe .area-image img,
.item-acompanhe .area-image iframe,
a.item-acompanhe {
    border-radius: 10px;
}
.item-acompanhe .area-image iframe{
    width: 100%;
    height: 100%;
}
a.item-acompanhe:hover {
    transition: .3s;
    border-radius: 10px;
    box-shadow: 1px 5px 24px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 5px 24px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 5px 24px 2px rgba(0,0,0,0.15);
    transform: scale(1.01);
}
main.box-main {
    background-color: #fff;
    background-image: url('../img/podcast/background-main.webp');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0 1rem 3rem;
}
.box-introduction p,
.box-introduction li {
    margin-bottom: 2rem;
    font-weight: 500;
}
.box-introduction ul {
    padding-left: 20px;
}
.box-introduction li {
    list-style: decimal;
}
.podcast .box-introduction {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.podcast .left {
    position: relative;
}
.podcast .left,
.podcast .right {
    width: 50%;
}
.podcast .area-image {
    width: 100%;
    height: 650px;
    position: relative;
}
.podcast .area-image::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    border: 2px solid #ffffff;
    pointer-events: none;
}
.podcast .area-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}

.area-search,
.area-search input {
    width: 100%;
}
.area-search {
    position: relative;
    margin-bottom: 4rem;
}
.area-search input {
    font-weight: 500;
    box-shadow: none !important;
    outline: none !important;
    padding: 1rem 3rem 1rem 15px;
    border: none;
    border-bottom: 2px solid #a4a48d;
    background-color: transparent;
    height: 63px;
}
.area-search input:focus {
    border-radius: 5px;
    background-color: #a4a48d1a; 
}
.area-search button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    height: 63px;
    border: none;
    background-color: transparent;
    margin: 0;
    border-radius: 10px;
}
.area-search button:hover {
    transition: .3s;
    background-color: #a4a48d42;
}
.area-search button svg {
    fill: #a4a48d;
    width: 1.5rem;
}
.box-dropdown{
    position: absolute;
    z-index: 1;
    top: calc(100% + 12px);
    right: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0;
    background-color: #fff !important;
    border: 3px solid var(--roxo);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}
.box-dropdown a{
    display: flex;
    font-size: 16px;
    align-items: center;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    padding: 1rem;
    gap: 7px;
}
.box-dropdown a:nth-child(odd){
    background-color: #fff;
}
.box-dropdown a:hover{
    background-color: #DEDEDE !important;
}
.box-dropdown a svg {
    width: 30px;
    height: 25px;
}
.item-acompanhe .left {
    padding: 0;
}
/* Ajuste para a Moldura - Mudar Dependendo da Imagem */
.podcast .box-introduction {
    gap: 1rem;
}
.podcast .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.items-acompanhe .resume {
    -webkit-line-clamp: 8;
    max-height: calc(1.5em * 8);
}
@media (min-width: 1000px) {
    .podcast .area-image {
        width: 506px;
    }
}
/* Final do Ajuste */
@media (max-width: 1000px) {
    .podcast .left, 
    .podcast .right {
        width: 100%;
    }
    .podcast .box-introduction {
        flex-direction: column-reverse;
        gap: 2rem;
    }
    .podcast .area-image {
        height: auto;
    }
    .items-acompanhe .item-acompanhe {
        flex-direction: column-reverse;
        padding: 0;
    }
    a.item-acompanhe .left,
    a.item-acompanhe .right {
        max-width: 100%;
    }
    a.item-acompanhe .left {
        padding: 0 1rem 1rem;
    }
}
@media (max-width: 950px) {
    .box-introduction p,
    .box-introduction li {
        font-size: 16px;
    }
    .box-introduction ul {
        padding-left: 17px;
    }
    .items-acompanhe .item-acompanhe h4.title {
        font-size: 1.25rem;
    }
}
@media (max-width: 500px) {
    .area-search {
        margin-bottom: 2rem;
    }
    .area-search button {
        width: 50px;
        height: 50px;
    }
    .area-search button svg {
        width: 1.25rem;
    }
    .area-search input {
        height: 50px;
        padding: 10px 2.5rem 10px 10px;
    }
    main.box-main {
        background-position-x: 10%;
    }
}