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

color Naranja Navbar: #1c008d
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: #1c008d!Important;
}

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

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

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

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

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

#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: #1c008d;
}

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

.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;
}

#general input[type=text]:first-child:not(.browser-default){
    margin-top: 20px !important;
}

@media screen and (max-width: 741px) {
    #general input[type=text]:first-child:not(.browser-default){
        margin-top: 43px !important;
    }
}

@media screen and (max-width: 1532px) {
    .note-editor.note-airframe, .note-editor.note-frame{
        margin-top: 25px !important;
    }
}

nav .nav-wrapper {
    background-color: #1b008d;
}

nav a {
    color: #ffffff !Important;
}

.latam-logo{
    width: 35px;
    margin-right: 10px;
}

.seleccionTurno .btn-tipo-de-turno{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: black;
    border: 1px solid #e7e7e7;
    margin: 5px;
    text-wrap: wrap;
    font-size: 16px;

    & > div{
        display: flex;
        align-items: center;
    }
}

.seleccionTurno .btn-tipo-de-turno .arrow-right{
    font-size: 20px;
    color: #979797;
}

.seleccionTurno .btn-azul-claro{
}

.seleccionTurno .btn-tipo-de-turno:hover{
    background-color: #E94379 !important;
}

@media screen and (max-width: 490px) {
    .btn-tipo-de-turno{
        margin-left: 0 !important;
        font-size: 15px !important;
    }
}