﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@font-face {
    font-family: 'Panton';
    src: url('../Fonts/Fontfabric - Panton Black.otf');
}

@font-face {
    font-family: 'Odin';
    src: url('../Fonts/Odin Rounded - Light.otf');
}

@font-face {
    font-family: GloberSemiBold;
    src: url('../Fonts/Fontfabric - GloberSemiBold.otf') format('opentype');
}

*{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.hAhora {
    width: 358px;
    height: 18px;
    padding: 0px;
    padding-bottom: 30px;
}

.divAhora {
    width: 358px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 10px;
}

.divAhora img {
        padding: 0px;
        padding-right: 5px;
        border: 0px;
        width: 100px;
        height: 100px;
        margin: 0 auto;
        border-radius: 50px;
    }

.divAhoraBox {
    width: 210px;
    Float: right;
}

.Programa {
    font-weight: normal;
    font-size: 14px;
    color: #081728;
}

.Hora {
    font-weight: normal;
    font-size: 12px;
    color: #6d6d62;
}

#bVivo img {
    width: 85px;
    height: 11px;
    padding-top: 10px;
}

.hContinuacion {
    width: 358px;
    height: 18px;
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.divContinuacion {
    width: 358px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}