.content__conheca {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem;
}
.content__conheca .frame__container {
    width: 90%;
    max-width: 300px;
    position: relative;
}
.content__conheca .frame__container > img {
    width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
}
.content__conheca .frame__container > .absolute {
    position: absolute;
}
.content__conheca .frame__container > .item__conheca {
    right: calc(100% - 2rem);
    top: 10%;
    width: calc(100% + 2rem);
    padding: 2rem 0;
    padding-right: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.content__conheca .frame__container > .item__conheca > img {
    width: 80%;
    height: auto;
}

.content__conheca .frame__container > .item__baixe {
    right: calc(100% - 2rem);
    bottom: 15%;
    width: calc(100% + 2rem);
    padding: 2rem 0;
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.content__conheca .frame__container > .item__baixe > img {
    width: 75%;
    margin-bottom: 1rem;
}
.content__conheca .frame__container > .item__baixe > a {
    width: 100%;
    text-align: center;
}

.content__conheca .frame__container > .item__baixe > a img {
    width: 50%;
}

.content__conheca .frame__container > .item__somos {
    left: calc(100% - 2rem);
    top: 10%;
    width: calc(100% + 2rem);
    padding: 2rem 0;
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.content__conheca .frame__container > .item__somos > img {
    width: 90%;
    filter: brightness(1.9);
}

.content__conheca .frame__container > .item__encontre {
    left: calc(100% - 2rem);
    bottom: 15%;
    width: calc(100% + 2rem);
    padding: 2rem 0;
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.content__conheca .frame__container > .item__encontre > img {
    width: 80%;
    filter: brightness(1.9);
}

.content__conheca .frame__container > .iframe__container {
    position: absolute;
    width: 89.5%;
    left: 5%;
    top: 11%;
    z-index: 3;
    border-radius: 8px;
    overflow: hidden;
    height: 190px;
    background-color: black;
    cursor: pointer;
}
.content__conheca .frame__container > .iframe__container video {
    width: 100%;
    height: 100%;
}
.content__conheca .frame__container > .iframe__container::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    z-index: 4;
    transform: translate(-50%, -50%);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: rgba(51, 51, 51, 0.521);
    pointer-events: none;
}
/* .content__conheca .frame__container > .iframe__container:not(.playing)::before {
    content: " ";
    background-image: url(../../../img/site/play.png);
}
.content__conheca .frame__container > .iframe__container.playing:hover::before {
    content: " ";
    background-image: url(../../../img/site/pause.png);
} */






@media screen and (orientation: portrait), (max-width: 991px) {
    .content__conheca .frame__container > .absolute {
        display: none;
    }

}





