.wrap {
    margin-bottom: 35px;
}
.bg-empresa {
    margin: 0 -15px;
}
#video-institucional {
    display: block;
    margin: 30px auto;
    max-width: 720px;
    text-align: center;
}

.titulo {
    font-size: 26px;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 25px;
}
.subtitulo {
    font-size: 20px;
    font-weight: 400;
}
#busca-produto {
	display:none;
}

@media (max-width: 767px) {
    #video-institucional iframe {
        width: 300px;
        height: 169px;
    }
}

@media (min-width: 992px) {
    #video-institucional iframe {
        width: 800px;
        height: 450px;
    }
}