*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style-type: none !important;
    font-family: 'Open Sans', sans-serif;
}

.trilha_sonora img,
.album img,
.audio_visual img,
.games img,
.jingles img,
.telefonia img,
.radio img,
.voice_over img,
.tv img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.estudio img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/*.trilha_sonora-texto,*/
/*.album-texto,*/
.audio_visual-texto,
.games-texto,
.estudio-texto,
/*.jingles-texto,*/
.telefonia-texto,
.radio-texto,
.voice_over-texto,
.tv-texto{
    text-align: center;
    margin-top: 60px;
}

.trilha_sonora-texto h2,
.album h2,
.audio_visual h2,
.games h2,
.estudio h2,
.jingles h2,
.telefonia h2,
.radio h2,
.voice_over h2,
.tv h2,
#bio h2,
#servicos h2,
#portifolio h2,
#contato h2
{
    margin-bottom: 70px;
    position: relative;
    font-weight: bold;
}

.trilha_sonora-texto h2:before,
.album h2:before,
.audio_visual h2:before,
.jingles h2:before,
#bio h2:before,
#servicos h2:before,
#portifolio h2:before,
#contato h2:before{
    content: "";
    width: 100px;
    height: 5px;
    background: rgb(192, 57, 43);
    position: absolute;
    bottom: -20px;
    left: 50%;
    border-radius: 50px;
    transform: translateX(-50%);
}


.jingles-conteudo{
    margin: 40px auto 70px auto;
}

.games-conteudo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.games-cada{
    width: 49.2%;
    text-align: center;
    margin-bottom: 60px;
}

.games-cada img{
    margin-bottom: 20px;
    height: auto;
}

.estudio a{
    font-weight: bold;
    border: 1px solid rgb(192, 57, 43);
    border-radius: 20px;
    padding: 5px 30px;
    color: white;
    transition: all 0.4s ease;
    background: rgb(192, 57, 43);
    
}

.estudio-conteudo{
    text-align: center;
    margin-bottom: 100px;
}

.estudio-conteudo p:last-child{
    margin-bottom: 50px;
}

.estudio a:hover{
    background: white;
    color: rgb(192, 57, 43);
}

.audio_visual-conteudo,
.voice_over-conteudo,
.tv-conteudo{
    display: flex;
    flex-wrap: wrap;
}

/*AUDIO VISUAL*/
.audio-botao-youtube{
    display: flex;
    justify-content: flex-start;
    padding: 1em 0;
}
.botao-youtube{
    flex: 1 1 250px;   
    margin: .5em;
    padding: 1em;
    background: rgb(192, 57, 43);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.botao-youtube:hover, .botao-index{
    background: #212529;
    transition: all .5s ease;
}
.botao-index:hover{
    background: rgb(192, 57, 43);
    transition: all .5s ease;
}
.span-titulo{
    color: #FFF;
    font-size: 1.125em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.span-descricao{
    color: #FFF;
    font-size: 0.875em;
}

/*FIM AUDIO VISUAL*/

.video-cada{    
    width: 31%;
    text-align: center;
    min-height: 300px;
    margin: 0 1.1% 50px 1.1%;
}

.video-cada img{
    width: 100%;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.img-video{
    position: relative;
    background-color: black;
}

.video-cada h4{
    margin-top: 20px;
}

.img-video img:hover{
    opacity: 0.5;
}

.play{
    width: 48px;
    height: 48px;
    z-index: 3;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    top: 50%;
    margin-top: -22px;
    background-image: url(../img/play.png);
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.jingles h4{
    color: rgb(192, 57, 43);
    margin-bottom: 30px;
    font-weight: bold;
}

.jingles{
    text-align: center;
}

.radio img{
    object-position: top;
    height: 350px;
}

.telefonia img{
    object-position: bottom;
}

.voice_over h4,
.tv h4{
    font-size: 16px;
    font-weight: bold;
}

.voice_over a{
    color: rgb(192, 57, 43) !important;
}

.tv .video-cada{
    width: 22%;
}

.tv .video-cada img {
    height: 100%;
}

.tv .img-video {
    height: 200px;
}

@media (max-width:992px){
    .video-cada {
        width: 47%;
    }
    .tv .video-cada {
        width: 31%;
    }
}

@media (max-width:768px){
    .video-cada {
        width: 100%;
    }
    .tv .video-cada {
        width: 47%;
    }
}
