/**************/
/* TEMPO REAL */
/**************/

#tempo-real{    
    margin-top: 2vh;
}
#tempo-real .container-fluid, #tempo-real .row, #tempo-real .col-12, #tempo-real .col-md-6, #tempo-real .col-md-4{
    padding: 0px;
    margin: 0px;
}
#tempo-real .col-md-6, #tempo-real .col-md-6 iframe{
    height: 49vh!important;
}
#tempo-real .col-md-4, #tempo-real .col-md-4 iframe{
    height: 50vh!important;
}
.tradingview-widget-copyright{
    display: none!important;
}
#header{
    border-bottom: 2vh solid green;
    transition: 0.2s;
}
footer{
    display: none!important;
}
@media screen and (max-width: 991px){
    #tempo-real{    
        height: auto;
    }
}