@font-face {
    font-family: "Montserrat";
    src: url('./Montserrat-VariableFont_wght.ttf') format('truetype');
}

*, body, html {
    font-family: "Montserrat", Arial !important;
}

.tudo{
    height: 100%;
    background-image: url('/img/bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}

.lista{
    position: relative;
    vertical-align: middle;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.accordion, .accordion-item, .accordion-header{
    border: none;
    background-color: transparent !important;
}
.accordion-button{
    font-size: 35px;
    background-color: rgba(255,255,255,0.5) !important;
    border: solid #004E7E;
    border-width: 0 0 0 4px;
    padding: 50px;
    box-shadow: none;
}
.collapsed{
    border-color: #ccc;
}
.accordion-body{
    border: solid #ccc;
    border-width: 0 0 0 4px;
    padding:20px;
    background: #004E7E !important;
}
.accordion-button .collapsed{
    background: #ccc !important;
}
.video{
    background: #004E7E !important;
    border: 1px solid #2d6f9a;
    border-width: 1px 0px 1px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 170px;
}
.video:hover{
    background: #003252 !important;
}

h3{
    margin-bottom: 0;
    font-size: 23px;
    color: #fff;
    text-align: center;
}
.video-display{
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.icone{
    margin-right: 20px;
}
.borda{
    border-width: 1px;
}
.display{
    position: relative;
}
.voltar-display{
    position: fixed;
    top: 20px;
    right: 20px;
    opacity: 0.2;
}

.tudo-show{
    height: 100%;
    background: #003252;
    color: #f5f6f7;
    padding-right: 30px;
    padding-left: 30px;
    background-image: url('/img/ska-logo.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 70%;
}
.topo{
    
    min-height: 162px;
}
.player{
    padding-left: 0;
    padding-right: 0;
    display: block;
}
.voltar-show{
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0.5;
}
.descricao{
    margin-top: 30px;
    font-size: 1.8em;
}
h1{
    font-weight: normal;
    margin-bottom: 15px;
}
