footer {
    padding: 50px 50px;
}

.imagem-rodape {
    width: 80px !important;
}

#video a {
    color: #FFF;
    font-weight: normal;
    height: 100%;
    font-size: 14px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    right: 25px;
}

#video a:hover {
    color: #FFF;
    text-decoration: underline;
}

#video {
    border: 1px solid #FFF;
    padding: 40px;
    width: 313px;
    height: 132px;
    position: fixed;
    background-size: cover;
    background-position: center center;
    bottom: 90px;
    border-radius: 10px;
    text-align: center;
    z-index: 100;
    box-shadow: 0px 0px 10px #000;
    display: none;
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #00767C;
}

#video::before {
    content: "";
    background: url('../img/play.png');
    /*background-color:rgba(0,0,0,0.6);*/
    opacity: 0.5;
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: 60% center;
    color: red;
    position: absolute;
    top: 0;
    right: 26px;
    width: 100%;
    height: 100%;
    font-weight: bold;
}

#video>#recolher {
    width: 25px;
    height: 100%;
    cursor: pointer;
    top: 0;
    right: 0;
    position: absolute;
    line-height: 130px;
    font-size: 20px;
    background: #03676D;
    border-radius: 0px 10px 10px 0px;
    transition: all .3s;
}

#video>#recolher:hover {
    background: #02585D;
}