#videos .estrutura-videos{
    background: url(../image/bg-contato-interna.png) 30% 0% no-repeat, url(../image/bg.jpg) top center repeat fixed;
    padding-top: 200px;
    padding-bottom: 120px;
}

#videos iframe{
    height: 350px;
}


#videos .estrutura-videos .videos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
}

#videos  .videos-container {
    margin-top: 150px;
}   

#videos .estrutura-videos .titulo-secao{
    color: #242d71;
}

#videos .estrutura-videos .videos .video .capa img {
    transform: scale(1.4);
    border-radius: 10px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

#videos .estrutura-videos .estrutura-videos h5 {
    color: #fff;
    font-weight: 700;
}

#videos .estrutura-videos .estrutura-videos .container {
    width: 55%;
}

#videos .estrutura-videos .videos .video .capa a.play {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulsar 1.2s infinite;
}

#videos .estrutura-videos .videos .video .capa a.play i {
    color: rgba(247, 255, 255, 0.8);
    font-size: 50px;
}

#videos .estrutura-videos .videos .video .capa {
    display: flex;
    align-items: center;
    justify-content: center;
}

#videos .estrutura-videos .img-video-container {
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
}

#videos .estrutura-videos .videos .video p {
    padding: 20px 0px;
    font-weight: bold;
    font-size: 15px;
}

#videos .estrutura-videos .video {
    padding: 10px 20px;
    background: #f7ffff;
    border-radius: 20px;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 6px #eaeaea;
}

@media screen and (max-width: 992px) {

    #videos .estrutura-videos {
        background: url(../image/bg-internas-mobile.jpg) 0 -6% no-repeat, url(../image/bg.jpg) top center repeat fixed;
        padding-top: 145px;
    }

    #videos .estrutura-videos .videos {
        grid-template-columns: repeat(1, 1fr);
    }

    #videos .estrutura-videos .container {
        width: 85%;
    }

    #videos .estrutura-videos .videos-container {
        margin-top: 80px;
        margin-bottom: 40px;
    }


}   

@media screen and (max-width: 575px) {
    
    #videos iframe{
        height: 200px;
    }
    
}   

#videos .estrutura-videos h5 {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
}

@media (min-width: 768px) and (max-width: 992px) {
    #videos .estrutura-videos {
        background: url(../image/bg-internas-mobile.jpg) 0 -6% no-repeat, url(../image/bg.jpg) top center repeat fixed;
    }
}