* {
    margin: 0;
    padding: 0;
}
.player-container {
    display: flex;
    border-radius: 15px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    height: 40em;
    margin: 1em;
    flex-direction: column;
}
.image-player-container {
    display: flex;
    height: 20em;
    overflow: hidden;
    justify-content: center;
}
.image-podcast{
    width: 20em;
    height: 20em;
}
.rigth-infoPlayer {
    display: flex;
    flex-direction: column;
}
.tittle-media-player {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 10px 10px 30px rgb(152, 255, 152);
    background-color: rgb(202, 255, 197);
    height: 3em;
}
.timeBar {
    display: flex;
    gap: 1em;
    flex-direction: column;
    height: 5em;
    justify-content: center;
    align-items: center;
}
.slider {
    width: 100%;
}
.controlsPlayer-container {
    display: flex;
    overflow: hidden;
    height: 8em;
    justify-content: center;
    gap: 2em;
    padding: 1em;
    overflow: hidden;
}
.play:hover {
    cursor: pointer;
    width: 5em;
}
.pause:hover {
    cursor: pointer;
    width: 5em;
}
.description-podcast {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.options-container{
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    height: 3em;
    justify-content: space-evenly;
    margin-bottom: 1em;
}
.tittlePodcast-container {
    display: flex;
    margin: 1em;
}
.tittle-podcast {
    font-size: 1em;
}
.description-podcast-container {
    display: flex;
    padding: 1em;
}
.description {
    font-size: 1.5em;
    text-align: justify;
    line-height: 40px;
}
.play {
    border-radius: 100px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.pause {
    border-radius: 100px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 769px) and (max-width: 1024px) {
    .player-container {
        display: flex;
        flex-direction: row;
        height: 25em;
        overflow: hidden;
    }
    .rigth-infoPlayer {
        display: flex;
        flex-direction: column;
        width: 40em;
    }
    .tittle-podcast {
        font-size: 1.3em;
    }
    .image-player-container {
        display: flex;
        height: 25em;
        width: 25em;
        overflow: hidden;
    }
    .tittle-media-player {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgb(219, 255, 214);
        height: 5em;
    }
    .image-podcast{
        width: 25em;
        height: 25em;
    }
}
@media (min-width: 1025px) and (max-width: 1200px) {
    .player-container {
        display: flex;
        flex-direction: row;
        height: 25em;
        overflow: hidden;
    }
    .rigth-infoPlayer {
        display: flex;
        flex-direction: column;
        width: 50em;
    }
    .tittlePodcast-container {
        display: flex;
        margin: 2em;
    }
    .tittle-podcast {
        font-size: 1.5em;
    }
    .image-player-container {
        display: flex;
        height: 25em;
        width: 25em;
        overflow: hidden;
    }
    .tittle-media-player {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgb(219, 255, 214);
        height: 5em;
    }
    .image-podcast{
        width: 25em;
        height: 25em;
    }
}
@media (min-width: 1201px) {
    .player-container {
        display: flex;
        flex-direction: row;
        height: 25em;
        overflow: hidden;
    }
    .rigth-infoPlayer {
        display: flex;
        flex-direction: column;
        width: 100em;
    }
    .image-player-container {
        display: flex;
        height: 25em;
        width: 25em;
        overflow: hidden;
    }
    .tittle-media-player {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgb(219, 255, 214);
        height: 5em;
    }
    .image-podcast{
        width: 25em;
        height: 25em;
    }
    .tittle-podcast {
        font-size: 1.7em;
    }
}