/*******Clases*****************/
/*LATAM

color Naranja Navbar: #1b0088
color Gris de pantalla turno: #333
*/
/* .size-foto{ */
/* 	height: 52px; */
/* } */

@font-face {
    font-family: Latam-Sans-Regular;
    src: url(../fonts/Latam_Sans_Regular.woff);
}

@font-face {
    font-family: Latam-Sans-Light;
    src: url(../fonts/Latam_Sans_Light.woff);
}

@font-face {
    font-family: "Latam";
    src: url('../fonts/LatamSans-Bold.otf');
    font-weight: bold;
    font-style: bold;
}
@font-face {
    font-family: "Latam";
    src: url('../fonts/LatamSans-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: "Latam", arial,sans-serif!Important;
	font-style: normal;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Latam", arial,sans-serif!Important;
}

.color-primario-background{
	background-color: #fff;
}

#header {
    height: 120px!Important;
    background-color: #1b0088!Important;
}

#header img {
	margin-top: 0px!Important;
    height: 60px!Important;
}

#clock {
    /*top: 15px!Important;*/
    color: #FFF!Important;
}

.color-secundario-background{
	background-color: #ff004b;
}

.color-primario-text{
	color: #1b0088;
}

#ultimosLlamados h2, #turnoLlamado h2, #turnosOnline h2{
 	background-color: #333; 
}

/*#ultimosLlamados, #turnoLlamado, #turnosOnline{
 	font-size: 17px; 
}

#ultimosLlamados{
    opacity: 0.7;
}

.alturaImagenVideo{
    width:100%!Important;
}

.ancho{
    width:50%!Important;
}

.sizeLetraPantallaDividida {
    font-size: 4em !important;
}

.thumbnail {
	height: 100px;
}

.sizeLetraPantallaDividida{
	font-size: 2.5em !important;
}

.thumbnail h2 {
	font-size: 3em !Important;
}*/

.timepicker-digital-display, .datepicker-date-display {
	background-color: #1b0088;
}

.timepicker-close, .datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
    color: #1b0088;
}

.timepicker-canvas line {
    stroke: #ff004a;
}

.timepicker-canvas-bg, .timepicker-canvas-bearing {
    stroke: none;
    fill: #ff004a;
}

.btn-solicitar-nuevamente{
	padding: 7px !important;
}

.btn{
	text-transform: none!Important;
}

.clock-container i,
#clock span
{
    color: white !important;
}