﻿.top.dia { background-image: url(../img/bg_banner_dia.jpg); }
    .top.dia .top-banner { height: 660px; }
.top.noite { background-image: url(../img/bg_banner_noite.jpg); }
    .top.noite .top-banner { height: 570px; }

.top-banner { position: relative; }
    .top-banner .fades { position: absolute; z-index: 2; width: 100%; height: 50px; }
    .top-banner .fade-top { top: 0; background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(118,175,205,1) 50%, rgba(118,175,205,1) 100%); }
    .top-banner .fade-bottom { bottom: 0; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(19,51,103,1) 50%, rgba(19,51,103,1) 100%); }
    .top-banner .video-overlay { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background-color: #00000021; }
    .top-banner video { position: absolute; z-index: 0; left: 0; min-width: 100%; }
