/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    padding: 0px;

    font-family: 'Tw Cen MT'!important;
}


img {
    max-width: 100%;
}

div {
    width: 100%;
}



.control-label {
    width: 100%;
}
.form-control {
    float: left;
    width: 50%;
}














.llamando-turnos {
    /*   -webkit-box-shadow: 10px 10px 20px 1px rgba(41,41,41,0.93);
       -moz-box-shadow: 10px 10px 20px 1px rgba(41,41,41,0.93);
       box-shadow: 10px 10px 20px 1px rgba(41,41,41,0.93);*/


    text-shadow: #969696 1px 3px 0, #EEEEEE 1px 13px 5px;

    font-size: 5.5em;
    font-weight: bold;

    z-index: 10;
}

.area-publicidad {
    margin: 0px;
    padding: 0px;

    /*z-index: -1;*/
}

.carrusel {
    border: none;
    width: 90%;
    margin: auto;
}

.turnos-atendiendo {
    position: absolute;
    z-index: -1;
    text-align: center;
    font-size: 250%;
    font-weight: bold;
}













/* entire container, keeps perspective */
.flip-container {
    perspective: 1000px;
}

/* flip the pane when hovered */
/*.flip-container .flipper, */
.flip-container.hover .flipper {
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
    width: 100%;
    height: 100%;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}

#consola {
    height: 100%;
    height: 100vh;    
}

#consola #terminal {
    height: 100%;
    overflow-y: auto;
}


