.Cuerpo{
    background-size: 100%;
    /* font-family: Century Gothic; */
}
*{
    /* cursor: none;*/
     font-family: "poppins";
 }
 
 @font-face {
     font-family: "poppins";
     src: url("Poppins-Light.ttf");
 }

.panelArriba{
    height: 85vh;
    width: 100vw;
    display: flex;
    flex-direction: row;

}
.panelTurnos{
    display: flex;
    flex-direction:column;
    height: 100%;
    width: 60%;
    margin: 0px;
}
.titulos2{
    display: flex;
    flex-direction:row;
    height: 40%;
    width: 100%;
    margin: 0px;
    background-color: #3366CC;
    color: white;
    border-radius: 15px 15px 0 0 ;
}
.TurnoLlamado2{
    display: flex;
    flex-direction:row;
    height: 60%;
    width: 100%;
    margin: 0px;
    border-radius: 0px 0px 18px 18px;
    color:#3366CC;
}
.contentPF{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.popover{
    margin-top: 35px;
    border: none;
    background-color: transparent;
    outline: none;
}
.popover:active{
    outline: none;
    border: none;
    background-color: transparent;
}
.popoverImg{
    width: 30px;
}

.panelModulo{
    display: flex;
    flex-direction:column;
    height: 100%;
    width: 100%;
    margin: 10px;
    font-weight: bold;
}
.PanelLlamado{
    margin-left: 40px;
    margin-right: 20px;
    display: flex;
    flex-direction:column;
    height: 100%;
    width: 40%;
    color: white;
    text-shadow: 0 0 10px #fff;
}
.turnos{
    display: flex;
    flex-direction:column;
    height: 100%;
    width: 100%;
    margin-top: 20px;
    border-style: solid;
    border-width: 1px 2px 0px 0px;
    border-color: white;

}

.modulo{
    display: flex;
    flex-direction:column;
    height: 100%;
    width: 30%;
    font-weight: bold;
    justify-content: center;
    color: #3366CC;
    align-items: center;
    border: 1px solid #3366CC;
}
.turno{
    border: 1px solid #3366CC;
    display: flex;
    color: #3366CC;
    flex-direction:row;
    height: 100%;
    width: 70%;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ListaTurnoLlamado{
    display: flex;
    flex-direction:column;
    height: 27%;
    width: 99%;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: rgba(43,123,160,1);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin: 2px;

}

.ListaTurno{
    display: flex;
    flex-direction:row;
    height: 18%;
    width: 100%;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    text-align: center;
   

}

.ListaTurnoUltimo{
    display: flex;
    flex-direction:column;
    height: 13%;
    width: 100%;
    background-color: #fff;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: white;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 52, 122);
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    background: rgba(5,62,140,1);
    background: -moz-linear-gradient(top, rgba(5,62,140,1) 0%, rgba(2,49,117,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,62,140,1)), color-stop(100%, rgba(2,49,117,1)));
    background: -webkit-linear-gradient(top, rgba(5,62,140,1) 0%, rgba(2,49,117,1) 100%);
    background: -o-linear-gradient(top, rgba(5,62,140,1) 0%, rgba(2,49,117,1) 100%);
    background: -ms-linear-gradient(top, rgba(5,62,140,1) 0%, rgba(2,49,117,1) 100%);
    background: linear-gradient(to bottom, rgba(5,62,140,1) 0%, rgba(2,49,117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053e8c', endColorstr='#023175', GradientType=0 );    
}



.panelTv{
    display: flex;
    flex-direction:column;
    height: 100%;
    width: 60%;
    align-items: center;
    justify-content: center;
}



.panelLogo{
    display: flex;
    flex-direction:column;
    height: 20%;
    width: 100%;
    padding-left: 200px;
    padding-right: 200px;
    margin-top: 10px;

}
.logo{
    height: 100%;
}

.panelvideo{
    display: flex;
    flex-direction:column;
    height: 80%;
    width: 100%;
    padding: 10px;
    padding-bottom: 0px;

}
.video{
    height: 100%;
    width: 100%;
    padding: 0px;

}

.panelAbajo{
    background-color: #3366CC;
    color: #fff;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
}

.panelFecha{
    height: 100%;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.llamado{
    width: 50%;
    height: 50%;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: white;
    position: absolute;
    z-index:3;
    background-color: #3366CC;

}
.LlamadoAbajo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-shadow: 0 0 40px white;
}
.llamadoOculto{
    margin-bottom: 0px;
}
.tituloLlamado{
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;  
    font-weight: bold;

}
.panelMensaje{
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.mensaje{
    width: 100%;
    /*font-family : century gothic;*/
    font-weight: bold;
    color:white;
}
.items{
    margin: 0px;
}


.TurnoAlumbrar{
    border-color: rgba(156,34,46,1);

}

.TurnoAlumbrar2{
    background: rgba(156,34,46,1);
    background: -moz-linear-gradient(top, rgba(156,34,46,1) 0%, rgba(156,34,46,1) 12%, rgba(221,75,86,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(156,34,46,1)), color-stop(12%, rgba(156,34,46,1)), color-stop(100%, rgba(221,75,86,1)));
    background: -webkit-linear-gradient(top, rgba(156,34,46,1) 0%, rgba(156,34,46,1) 12%, rgba(221,75,86,1) 100%);
    background: -o-linear-gradient(top, rgba(156,34,46,1) 0%, rgba(156,34,46,1) 12%, rgba(221,75,86,1) 100%);
    background: -ms-linear-gradient(top, rgba(156,34,46,1) 0%, rgba(156,34,46,1) 12%, rgba(221,75,86,1) 100%);
    background: linear-gradient(to bottom, rgba(156,34,46,1) 0%, rgba(156,34,46,1) 12%, rgba(221,75,86,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c222e', endColorstr='#dd4b56', GradientType=0 );
}

.flechaImagen{
    height: 40%;
}