/* RESOLUCION 1280x1024 */

/* GENERICS */

:root {
    --BACKGROUND_WHITE: #FFFFFF;
    --BACKGROUND_ORANGE: #EEA557;
    --PRIMARY_COLOR: #F77F00;
    --TEXT_PRIMARY_COLOR: #676A6C;
    --TEXTO_ALTERNATIVO: #FFFFFF;
    /******COLORS******/
    --WHITE: #FFFFFF;
    --BLACK: #000000;
    --ORANGE: #FF6600;
}

@font-face {
    font-family: FONT_PRIMARY;
    src: url('../fonts/Roboto.ttf');
}

@font-face {
    font-family: FONT_PRIMARY_BOLD;
    src: url('../fonts/FuturaLT-Bold.ttf');
}

@font-face {
    font-family: FONT_DETAILS;
    src: url('../fonts/Steelfish.ttf');
}

body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    margin: 0 auto;
    font-family: FONT_PRIMARY;
    /*cursor: none !important;*/
}

h1 {
    text-align: center;
}

button {
    background-color: transparent;
    border: none;
}

/* *****VIEWS COMUN***** */

.full-container {
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: var(--BACKGROUND_WHITE);
    background-image: url("../images/gestor-bg-big.png");
    color: var(--WHITE);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.page-main {
    text-align: center;
    height: 70%;
    color: var(--TEXT_PRIMARY_COLOR);
}

.ticket-page-footer {
    margin-top: -70px;
    height: 7vh;
    line-height: 7vh;
}

.small-square-white {
    margin-left: 39%;
}

.ticket-footer-divs {
    line-height: 7vh;
    text-align: center;
    display: flex;
}

.separation-buttons-footer{
    margin-left: 25px;
}

.btn-footer {
    margin-top: 0px;
}

.logo-bewin-comun{
    margin-top: 2%;
    float: left;
}

/* *****HOME VIEW***** */

.btn_inicial {
    width: 100%;
    height: 1000px;
    background-color: white;
}

.header-all-pages{
    width: 90%;
    height: 10%;
    margin-left: 5%;
}

.footer-all-pages{
    height: 10%;
}

.contenido-principal {
    width: 100%;
    height: 80%;
    display: table;
}

.contenido-bienvenida{

}

.selector_idiomas {
    height: 10vh;
    line-height: 10vh;
    text-align: right;
    margin-right: 5vw;
}

.button-text-style {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.idiomaSel {
    font-size: 20px;
    font-family: FONT_PRIMARY_BOLD;
    margin-right: 2vw;
    margin-left: 2vw;
    text-transform: uppercase;
    color: var(--TEXT_PRIMARY_COLOR);
    position: relative;
    text-decoration: underline;
}

.idioma {
    font-size: 20px;
    font-family: FONT_PRIMARY;
    color: var(--TEXTO_ALTERNATIVO);
    margin-right: 2vw;
    margin-left: 2vw;
    text-transform: uppercase;
    position: relative;
}

.text-container {
    width: 90%;
    margin-left: 5%;
}

.text-container hr {
    clear: both;
    border-top: 1px solid var(--PRIMARY_COLOR);
    margin: 2vh;
}

.bienvenida-imagen {
    height: 100px;
}

.bienvenida-content {
    text-align: center;
    font-family: FONT_PRIMARY_BOLD;
    color: var(--TEXT_PRIMARY_COLOR);
    padding: 2vmin 5vmax;
    background-color: rgba(255, 255, 255, 0.7);
    border: 2px solid var(--PRIMARY_COLOR);
    margin-top: -10px;
}

.bienvenida-text-title {
    font-size: 50px;
}

.bienvenida-text-inferior {
    font-size: 36px;
}

.gif_animado {
    width: 25%;
    margin-top: 100px;
}

/* *****SELECCIONAR SERVICIO***** */

.page-title {
    height: 15vh;
    margin-left: 5%;
}

.page-title-right {
    font-size: 30px;
    text-align: center;
    color: var(--WHITE);
    line-height: 7vh;
    margin-top: 2%;
    padding-top: 2%;
    text-shadow: 6px 2px var(--BACKGROUND_ORANGE);
}

.page-main-title {
    margin-top: 10px;
    line-height: 8vh;
    font-size: 40px;
    text-shadow: 6px 2px var(--BACKGROUND_ORANGE);
    color: var(--TEXTO_ALTERNATIVO);
}

.botonera_container {
    margin-top: 35px;
}

.botonera-container-servicios{
    margin-top: 35px;
    max-height: 80%;
    overflow: auto;
    margin-left: 2.5%;
}

.botonera {
    height: 100px;
    margin-bottom: 15px;
    width: 42vw;
}

.left_column_content {
    margin-left: 25%;
    float: left;
    border: 2px solid var(--PRIMARY_COLOR);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    background-color: var(--BACKGROUND_ORANGE);
}

.right_column_content {
    margin-right: 50px;
    float: right;
    border: 2px solid var(--PRIMARY_COLOR);
    background-color: var(--BACKGROUND_WHITE);
}

.txtBtn {
    color: var(--TEXTO_ALTERNATIVO);
    font-weight: 700;
    font-size: 25px;
    width: 100%;
    height: 100%;
}

.txtBtnSelected {
    color: var(--ORANGE) !important;
    background-color: var(--WHITE) !important;
    font-weight: 700;
    font-size: 25px;
    width: 100%;
    height: 100%;
}

.footer-situation {
    margin-top: 70px;
    width: 90%;
    margin-left: 5%;
}

/* *****TICKET****** */

.turno-info {
    width: 50%;
}

.turno-left-column {
    width: 50%;
    float: right;
    margin-top: -340px;
    margin-right: 10px;
}

.sms-left-colum {
    margin-top: -300px !important;
}

.turno-info-title {
    color: var(--TEXTO_ALTERNATIVO);
    font-size: 55px;
    margin-top: 15vh;
}

.turno-name {
    color: var(--TEXTO_ALTERNATIVO);
    font-size: 100px;
}

.turno-separation {
    margin-top: 4vh;
}

.ticket-view-img {
    height: 30vh;
}

.turno-impreso {
    font-size: 40px;
    color: var(--TEXTO_ALTERNATIVO);
    position: relative;
    top: 15px;
}

.turno-sms {
    font-size: 40px;
    color: var(--TEXTO_ALTERNATIVO);
    position: relative;
    top: 15px;
}

.page-nav-img, .btn-go-to-home {
    height: 6vh;
}

/* ******DESPEDIDA***** */

.msg-despedida {
    color: var(--TEXTO_ALTERNATIVO);
    width: 80%;
    font-size: 45px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 6px 2px var(--BACKGROUND_ORANGE);
}

.msg-despedida-gracias {
    padding-top: 15vh;
}

.footer-despedida {
    margin-top: 6%;
}

/* ******ERROR****** */

.error-msg {
    margin-top: 15%;
    width: 90%;
    color: var(--TEXTO_ALTERNATIVO);
    text-shadow: 6px 2px var(--BACKGROUND_ORANGE);
    font-size: 25pt;
    margin-left: 5%;
}

.erro-code {
    font-size: 100px;
    color: var(--PRIMARY_COLOR);
    text-shadow: 6px 2px var(--WHITE);
}

/* *****************NOMBRE*************** */

.nombrePageTecladoRow {
    height: 65%;
}

.width90 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.nombrePageTeclado {
    width: 95%;
    height: 100%;
    padding-bottom: 1.5vw;
    border-radius: 5px;
}

.nombrePageTecladoInputRow {
    height: 25%;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 3%;

}

.nombrePageTecladoInput {
    font-family: FONT_PRIMARY;
    height: 100%;
    width: 100%;
    background-color: var(--WHITE);
    border: 1px solid var(--PRIMARY_COLOR);
    border-radius: 8px;
    color: var(--TEXT_PRIMARY_COLOR);
    font-size: 2.7em;
    padding-left: 10px;
    margin-top: 2%;
}

.nombrePageTecladoBtnRow {
    height: 20%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2%;
}

.nombrePageTecladoBtn-toolbar .btn {
    margin-right: 5px;
}

.nombrePageTecladoBtn-toolbar .btn:last-child {
    margin-right: 0px;
}

.nombrePageTecladoBtn {
    width: 7.35vw;
    height: 7vw;
    color: var(--PRIMARY_COLOR);
    background-color: var(--WHITE);
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 2.5em;
    font-weight: 600;
    box-shadow: 6px 2px var(--BACKGROUND_ORANGE);
}

.nombrePageTecladoBack {
    background-color: var(--PRIMARY_COLOR);
    color: var(--WHITE) !important;
    font-size: 10px;
}

.buttons-footer{
    height: 10vw;
    width: 15vw;
    color: var(--PRIMARY_COLOR);
    background-color: var(--WHITE);
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 1.8em;
    font-weight: 600;
    box-shadow: 6px 2px var(--BACKGROUND_ORANGE);

}

.nombrePageTecladoOK {
    width: 24vw;
    height: 7vw;
    color: var(--WHITE);
    background-color: var(--PRIMARY_COLOR);
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 1.9em;
    font-weight: 600;
    box-shadow: 6px 2px var(--BACKGROUND_ORANGE);
}

.nombrePageFooter {
    width: 100%;
    height: 10%;
    bottom: 25%;
    margin-left: 0px;
    margin-right: 0px;
}

.nombrePageFooterTxt {
    font-size: 1.8em;
    line-height: 3em;
    color: var(--WHITE);
    font-weight: 600;
    text-shadow: 6px 2px var(--BACKGROUND_ORANGE);
}

.pictureSaltarBox{
    margin-top: -30px;
}

.separation-btn-home-volver{
    margin-left: 150px;
    margin-top: -75px !important;
    /*margin-top: -86px !important;*/
}

.pictureSaltarPaso{
    height: 70px;
}

.position-middle-sms-paper{
    margin-top: 50px !important;
}

.img-eco-position{
    width: 20%;
}

.text-under-btn{
    margin-bottom: 20px;
}

.text-message-eco{
    font-size: 1.6em;
    text-shadow: 3px 2px var(--BACKGROUND_ORANGE);
    color: var(--WHITE);
}

.separation-ok-telefono{
    margin-left: 25px;
}

.cita-previa-title-recolocation{
    padding-top: 0vh !important;
    width: 90%;
}

.footer-telefono{
    margin-top: 55.0px !important;
}

.title-telefono-citaPrevia{
    line-height: 7vh !important;
    margin-left: 5%;
}

.title-telef-no-cita{
    font-size: 30px;
    text-align: center;
    color: var(--WHITE);
    line-height: 7vh;
    margin-top: 10px;
    padding-top: 10px;
    text-shadow: 6px 2px var(--BACKGROUND_ORANGE);
    width: 90%;
    margin-left: 5%;
}

.mensajeNocita{
    margin-left: 8%;
}

.multiple-cita-botonera{
    margin-top: 30px;
    height: 100px;
    margin-bottom: 15px;
}

.btn-multiples-citas{
    color: var(--TEXTO_ALTERNATIVO);
    font-weight: 700;
    font-size: 25px;
    width: 45%;
    height: 100%;
}

.informacionLegalText{
    width: 90%;
    margin-left: 4%;
    font-size: 25pt;
    margin-top: 150px;
}

.img-situation{
    margin-top: 3%;
}

.img-rpgd{
    width: 15%;
}