﻿/* GENERALES */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: local('☺'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: local('☺'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-SemiBold.eot');
    src: local('☺'), url('../fonts/Raleway-SemiBold.woff') format('woff'), url('../fonts/Raleway-SemiBold.ttf') format('truetype'), url('../fonts/Raleway-SemiBold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.eot');
    src: local('☺'), url('../fonts/Raleway-Bold.woff') format('woff'), url('../fonts/Raleway-Bold.ttf') format('truetype'), url('../fonts/Raleway-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.eot');
    src: local('☺'), url('../fonts/Raleway-Regular.woff') format('woff'), url('../fonts/Raleway-Regular.ttf') format('truetype'), url('../fonts/Raleway-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Light.eot');
    src: local('☺'), url('../fonts/Raleway-Light.woff') format('woff'), url('../fonts/Raleway-Light.ttf') format('truetype'), url('../fonts/Raleway-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@-ms-viewport {
    width: device-width;
}

* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

body {
    font-family: Raleway,Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #222222;
    font-weight: 400;
    word-wrap: break-word;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    body.pagEstatica {
        height:auto;
        overflow:auto;
    }

a {
    color: #3db4e5;
}

    a:focus, a:hover {
        text-decoration: none;
        color: #206987;
        outline:none;
    }

.btn {
    border-radius: 0;
    font-family: Montserrat;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 20px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    white-space: normal;
}

    .btn:hover {
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

.sweet-overlay {
    z-index:99999;
    background-color: rgba(0, 0, 0, 0.75);
}

.sweet-alert, .modal {
    z-index:99999;
}

.modal {
    background: rgba(0,0,0,0.6);
}

.modal-title {
    color: #3db4e5;
    font-weight: 700;
    text-align: center;
}

.modal-footer {
    text-align:center;
}

.modal-footer .btn {
    text-transform:uppercase;
}

.sweet-alert h2 {
    font-size: 20px;
}

.sweet-alert p {
    font-size: 15px;
}

.sweet-alert .btn {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
}

    .sweet-alert .btn-primary {
        background-color: #3db4e5;
        border-color: #3db4e5;
    }

.sweet-alert .sa-icon {
    margin:30px auto;
}

.avisoMovilesAA {
    top:20px;
    margin-top:0 !important;
    max-height: calc(100% - 50px) !important;
}

.liberaSueltasVSAbonos .btn.cancel{
    margin-bottom:20px;
}

.barraPano {
    bottom: 25px;
    background: rgba(255,255,255,0.84);
    padding: 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, 0);
    display: table;
}

    .barraPano > a, .barraPano .controlesMov {
        display: table-cell;
        cursor: pointer;
    }

    .barraPano .controlesMov {
        text-align: center;
        vertical-align: middle;
    }

    .barraPano .controlesMov > a{
        padding:10px;
    }

    .barraPano .controlesMov > a img{
        vertical-align:middle;
    }

    .barraPano a:hover {
        opacity: 0.65;
    }

    .barraPano a img {
        width: 20px;
    }

    .barraPano a#controlPanoInferior, .barraPano a#controlPanoSuperior, .barraPano a#controlPanoInferiorSIAS, .barraPano a#controlPanoSuperiorSIAS {
        font-size: 12px;
        line-height: 14px;
        color: #222;
    }

        .barraPano a#controlPanoInferior:empty, .barraPano a#controlPanoSuperior:empty, .barraPano a#controlPanoInferiorSIAS:empty, .barraPano a#controlPanoSuperiorSIAS:empty {
            cursor: auto;
        }

    .barraPano a#controlPanoSuperior, .barraPano a#controlPanoSuperiorSIAS {
        text-align: right;
    }

    .barraPano a#controlPanoInferior img, .barraPano a#controlPanoInferiorSIAS img {
        margin-right: 10px;
        display:inline;
        vertical-align: middle;
    }

    .barraPano a#controlPanoSuperior img, .barraPano a#controlPanoSuperiorSIAS img {
        margin-left: 10px;
        display:inline;
        vertical-align: middle;
    }

    .barraPano a span{
        display: inline-block;
        width: calc(100% - 30px);
        vertical-align: middle;
    }



/* MENU NAVEGACIÓN PRINCIPAL */
#mainNav {
    background: #e2e2e2;
    border-width: 0;
    border-radius: 0;
    margin-bottom: 0;
}

    #mainNav .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 28px;
        cursor:pointer;
    }

    #mainNav .fa-info-circle, #mainNav .fa-question-circle {
        color: #3db4e5;
        display: block;
        text-align: center;
        font-size: 18px;
    }

    #mainNav .navbar-nav > li:not(.rrss) > a {
        color: #fff;
        text-transform: uppercase;
        padding: 11px 35px;
        line-height: 30px;
        font-weight: bold;
        letter-spacing: 1px;
    }

.info-menu {
    background: #aeaeae;
}

.ayuda-menu {
    background: #c1c1c1;
}

.containerRRSS{
    text-align: center;
}

#mainNav .navbar-nav #rrss {
    display:inline-block;
    text-align:center;
}

#mainNav .navbar-nav #rrss > li{
    list-style:none;
    display:inline-block;
    border:0;
}

#mainNav .navbar-nav #rrss > li > a{
    padding: 20px 10px;
    display: block;
}

#mainNav .navbar-nav #rrss > li > a i.fa {
    color: #222222;
    font-size: 25px;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

#mainNav .navbar-nav #rrss > li > a:hover i.fa {
    color: #3db4e5;
}

.navbar-brand {
    height: auto;
    padding: 25px 0 25px 35px;
    cursor:pointer;
}

    .navbar-brand h2 {
        margin: 0;
        padding: 0;
        font-family: Montserrat;
        font-weight: bold;
        font-size: 30px;
        color: #222;
        line-height: 20px;
    }

        .navbar-brand h2 span {
            border-bottom: 5px solid #3db4e5;
            color: #3db4e5;
            padding-bottom: 11px;
        }


    .navbar-toggle {
        margin-top: 13px;
        border: 0;
    }

        .navbar-toggle .icon-bar {
            width: 25px;
            height: 4px;
            border-radius: 5px;
            background-color: #222 !important;
        }

#idiomas > a {
    padding: 20px 10px 20px 0 !important;
    font-size: 14px;
    color:#222222 !important;
}

#idiomas img {
    width: 25px;
    margin-right: 5px;
}

    #idiomas .dropdown-menu > li > a {
        padding:8px 20px;
        cursor:pointer;
    }

#idiomas .dropdown-menu {
    min-width:130px;
    z-index: 99999;
}

#idiomas.open > a {
    background-color: #e2e2e2;
}   

.asiento-ico {
    width: 21px;
    height: 15px;
    display: inline-block;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-image:url(../img/asientoN.png);
}

.nav > li.disabled > a .asiento-ico, .nav > li.disabled > a:focus .asiento-ico, .nav > li.disabled > a:hover .asiento-ico {
    background-image:url(../img/asientoG.png);
}

li:not(.disabled) > .hvr-sweep-to-left:hover .asiento-ico, li:not(.disabled) > .hvr-sweep-to-left:focus .asiento-ico, li:not(.disabled) > .hvr-sweep-to-left:active .asiento-ico, .pestanas .nav-tabs > li.active > a .asiento-ico, .pestanas .nav-tabs > li.active > a:focus .asiento-ico, .pestanas .nav-tabs > li.active > a:hover .asiento-ico {
    background-image:url(../img/asientoB.png);
}

/* PANORAMICAS */
#container-inicio {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

div#container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: inline-block;
}

div#tourDIV {
    height: 100%;
    position: relative;
    overflow: hidden;
    -moz-transition: width .2s ease-in;
    -o-transition: width .2s ease-in;
    -webkit-transition: width .2s ease-in;
    transition: width .2s ease-in;
    width:100%;
}

div#panoDIV, div#divPanoSIAS {
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div#panoDIV.cursorMoveMode {
    cursor: move;
    cursor: url(plazadata/PanosData/graphics/cursors_move_html5.cur), move;
}

div#panoDIV.cursorDragMode {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: url(plazadata/PanosData/graphics/cursors_drag_html5.cur), default;
}

/* PÁGINA DE INICIO */

.pagIndex .row{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
}

.pagIndex .row #wrapper{
    background: rgba(255,255,255,0.85);
    height: 100%;
    overflow: auto;
    padding: 30px 30px 0;
    float: right;
    width: 520px;
}

.ok #wrapper, .ko #wrapper {
    background: rgba(255,255,255,0.85);
    height: 100%;
    overflow: auto;
    float: right;
    padding:0;
}

.pagIndex .row .texto-presentacion {
    display: table;
    height: calc(100% - 90px);
    height: -moz-calc(100% - 90px);
    height: -webkit-calc(100% - 90px);
}

    .pagIndex .row .texto-presentacion > div  {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        text-align:right;
    }


h1, .ok h2, .ko h2 {
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 47px;
    text-align: right;
    margin: 0 0 40px;
}

.pagIndex .row h3 {
    margin: 0 0 40px;
    font-size: 20px;
    font-weight: normal;
    text-align: right;
    line-height: 25px;
}

.pagIndex .row .feria {
    font-weight: bold;
}

.pagIndex .row h3 strong {
    color: #3db4e5;
}

.pagIndex .row .botones {
    display:inline-block;
    margin: 0 auto 40px;
    text-transform: uppercase;
}

    .pagIndex .row .botones > a:last-child {
        margin-left:20px;
    }

    .inicio .botones > a{
        font-size:16px;
        padding:15px 10px;
    }

.pagIndex .row .empresa {
    text-align: center;
    font-family: Montserrat;
    bottom: 0;
    left: 0;
    padding-top: 5px;
    font-size: 13px;
    width: 100%;
    position: relative;
}

    .pagIndex .row .empresa p {
        text-align: center;
        border-top: 2px solid #222222;
        padding-top: 5px;
    }


/* PAGINA DE VENTA */

.wrapper-venta {
    height: 100%;
}

/* pestañas */

.pestanas .nav-tabs {
    border: 0;
}

    .pestanas .nav-tabs > li {
        float: right;
    }

        .pestanas .nav-tabs > li > a {
            min-width: 155px;
            padding: 20px 15px;
            font-family: Montserrat;
            text-align: right;
            border-radius: 0;
            border-color: #fff;
            background: #c1c1c1;
            text-transform: uppercase;
            border-bottom-width: 1px;
            border-left-width: 0 !important;
            border-right-width: 0 !important;
            border-top-width: 0 !important;
            color: #222222;
            font-size: 16px;
            outline: none;
            margin: 0 0 1px 0;
        }

            .pestanas .nav-tabs > li > a > i {
                padding-right: 5px;
            }

        .pestanas .nav-tabs > li.active > a, .pestanas .nav-tabs > li.active > a:focus, .pestanas .nav-tabs > li.active > a:hover {
            color: #ffffff;
            cursor: default;
            background-color: #3db4e5;
        }

.pestanas {
    position: absolute;
    width: 145px;
    top: 0;
    right: 450px;
    transition: right .2s ease-in;
    z-index: 9999;
}

.content-pestanas {
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
    height: 100%;
    background: #fff;
    border-left: 5px solid #3db4e5;
    border-top: 5px solid #3db4e5;
    border-bottom: 5px solid #3db4e5;
    -moz-transition: width .2s ease-in, height .2s ease-in;
    -o-transition: width .2s ease-in, height .2s ease-in;
    -webkit-transition: width .2s ease-in, height .2s ease-in;
    transition: width .2s ease-in, height .2s ease-in;
    overflow: auto;
}

.show-hide-pestanas {
    width: 20px;
    height: 40px;
    background: #222222;
    float: right;
    cursor: pointer;
}

    .show-hide-pestanas i {
        color: #fff;
        font-size: 22px;
    }

    .show-hide-pestanas i.fa-caret-up,.show-hide-pestanas i.fa-caret-down {
        padding: 0 12px;
    }

    .show-hide-pestanas i.fa-caret-left,.show-hide-pestanas i.fa-caret-right {
        padding: 9px 6px;
    }


.tab-pane h2 {
    margin: 25px;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
}

.nav > li.disabled > a, .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #898989;
    background-color: #c1c1c1;
}

.content-pestana {
    padding: 0 35px 35px;
}

.infoEmpresa {
    font-size: 9px;
    font-family: 'Montserrat';
    text-align: center;
    margin: 0 auto;
    display: block;
    line-height: 12px;
    padding: 4px 20px 0 4px;
    right: 0;
    max-width: 100%;
    color:#3db4e5;
}

/* PESTAÑA FESTEJO */

.faldonInfo {
    background: #3db4e5;
    color: #fff;
    font-family: Montserrat;
    text-align: center;
    padding: 0 25px;
}

    .faldonInfo p {
        margin: 0;
        letter-spacing: 1px;
    }

        .faldonInfo p.infoFestejo {
            font-size: 13px;
            text-transform: uppercase;
            word-wrap: break-word;
        }

        .faldonInfo p.toreros {
            font-size: 12px;
            line-height: 13px;
            word-wrap: break-word;
            padding-bottom: 5px;
        }

.tagAyuda {
    position: absolute;
    top:0;
    right: 3px;
    cursor:pointer;
    z-index:9;
}

.tooltip {
    z-index:99999 !important;
}

    .tooltip > .tooltip-inner {
        background-color: #fff;
        border: 2px solid #3db4e5;
        color: #222222;
        border-radius: 0;
        padding: 2px 5px;
        text-align: left;
        min-width: 250px;
    }

.tooltip-multiprecio.tooltip > .tooltip-inner {
    padding:0;
}

.tooltip-multiprecio.tooltip > .tooltip-inner ul {
    margin:0;
}

 .tooltip-multiprecio.tooltip > .tooltip-inner li {
        list-style:none;
        padding:2px 7px;
    }

    .tooltip-multiprecio.tooltip > .tooltip-inner li > span:first-child {
        float:left;
        display:block;
    }

    .tooltip-multiprecio.tooltip > .tooltip-inner li > span:nth-child(2){
        float:right;
        display:block;
        padding-left:10px;
    }

    .tooltip-multiprecio.tooltip > .tooltip-inner li > span:nth-child(3) {
        clear:both;
        display:block;
    }

    .tooltip-multiprecio.tooltip > .tooltip-inner ul > li:nth-child(2n+1) {
        background: #e2e2e2;
    }


.tooltip-multiprecio.tooltip > .tooltip-inner ul > li:first-child{
    font-weight:bold;
    margin-bottom:3px;
    background: #3db4e5 !important;
    padding:7px;
    text-align:center;
    color:#fff;
}

    .tooltip-multiprecio.tooltip > .tooltip-inner > span {
        color: #D95450;
        text-align: center;
        display: block;
        padding: 5px;
        font-weight: bold;
    }

        .tooltip-multiprecio.tooltip > .tooltip-inner > span i {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

            .tooltip-multiprecio.tooltip > .tooltip-inner > span i:before {
                content: "\f071";
            } 

.tooltip > .tooltip-arrow {
    border-left-color: #3db4e5 !important;
}


#carteles div[class^='col-'] {
    text-align: center;
    margin: 15px 0;
    padding: 0;
}

#carteles a {
    cursor: pointer;
    padding: 4px;
    margin: 0 2px;
}

#carteles .cartelDesactivado {
    opacity: 0.40;
    padding: 4px 6px;
    margin: 0px 2px;
    display: inline-block;
}

#carteles .cartelActual {
    box-shadow: inset 0 0 0 4px #5cb85c, 0 0 0px transparent;
}

    #carteles .cartelActual:before {
        content: "\f058";
        font-family: Fontawesome;
        position: absolute;
        font-size: 25px;
        right: -10px;
        color: #5cb85c;
        top: -27px;
    }

.minPrecio {
    position: absolute;
    right: 2px;
    bottom: -12px;
    background: #5cb85c;
    padding: 2px 5px;
    color: #fff;
    font-size: 13px;
}

    .minPrecio span {
        font-size: 15px;
        font-weight: bold;
    }

#festejo h2 {
    margin: 25px 25px 15px 25px;
}


/* PESTAÑA ZONA */

#acordeonesZonas .panel-heading a:after {
    font-family: 'Fontawesome';
    content: "\f0d8";
    float: right;
    color: #898989;
}

#acordeonesZonas .panel-heading a.collapsed:after {
    content: "\f0d7";
}

.panel-group .panel {
    border-radius: 0;
    border: 0;
}

.panel-heading {
    padding: 0;
}

.panel-body {
    padding: 0;
}

#acordeonesZonas .panel-heading a {
    width: 100%;
    display: block;
    padding: 5px 15px;
    background: #e2e2e2;
    text-align: center;
    border: 1px solid #ddd;
    font-weight: 600;
}

#acordeonesZonas table {
    width: 100%;
}

#acordeonesZonas td.precioZona {
    text-align: right;
    padding: 5px 15px 5px 0;
}

.multiprecio{padding-right: 3px;font-size:6px;}

#acordeonesZonas td.nombreZona {
    padding: 5px 0 5px 15px;
}

#acordeonesZonas tbody > tr:nth-child(2n) {
    background: #f0f0f0;
}

#acordeonesZonas .zonaActual {
    box-shadow: inset 0 0 0 2px #5cb85c, 0 0 0px transparent;
    background: #96db96 !important;
    font-weight: 700;
}

/* PESTAÑA ASIENTOS ASIGNACIÓN AUTOMATICA */

#asientos #divAuto p {
    text-align: center;
}

.faldonZonaSel {
    display: table;
    min-width: 250px;
    margin: 0 auto;
    background: #aeaeae;
    color: #fff;
    margin-bottom: 30px;
    max-width: 100%;
    position:relative;
}

    .faldonZonaSel > div {
        display: table-cell;
    }

        .faldonZonaSel > div:nth-child(1) {
            width: 50px;
            text-align: center;
            vertical-align: middle;
            border-right: 2px solid #fff;
        }

            .faldonZonaSel > div:nth-child(1) i {
                font-size: 30px;
            }

        .faldonZonaSel > div:nth-child(2) {
            padding: 10px 10px 20px 10px;
        }

            .faldonZonaSel > div:nth-child(2) > p {
                margin-bottom: 0;
                text-align: left !important;
            }

.faldonZonaSel .infoNumerado {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 11px;
    background: #f59b00;
    padding: 2px 4px;
    border-top-left-radius: 5px;
}

.faldonZonaSel .infoNumerado i{
    padding-right: 3px;
}

.descAsigAuto {
    text-align: left !important;
    margin-bottom: 30px;
}

    .descAsigAuto span {
        font-weight: 600;
    }

        .descAsigAuto span:nth-child(3) {
            color: #5cb85c;
        }

#asientos label {
    font-weight: 600;
}

#asientos select {
    min-width: 75px;
    margin-left: 10px;
    text-align: center;
    height: 30px;
    border: 2px solid #e2e2e2;
    padding: 0 10px 0 5px;
    max-width: 100%;
}

#anadirAsigAuto, #button1id, #btnPagar {
    margin-top: 15px;
    width: 100%;
    max-width: 250px;
    text-transform: uppercase;
}

.descSeleccionManual span {
    font-weight: 600;
}

.btnSeleccionManual {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.tituloPrecarro {
    text-align: center;
    font-family: 'Montserrat';
    padding-top: 20px;
}

#divPrecarro {
    font-size: 14px;
}

#numLocPrecarro {
    text-align: right;
    font-weight: 600;
    margin-top: 15px;
}

#infoPrecarro {
    display: table;
    width: 100%;
    background: #c1c1c1;
    padding: 5px 10px;
}

    #infoPrecarro > div {
        display: table-cell;
        vertical-align: middle;
    }

    #infoPrecarro p {
        margin: 0;
    }

        #infoPrecarro p i {
            padding-right: 5px;
        }

    #infoPrecarro > div:nth-child(2) {
        font-size: 25px;
        text-align: right;
    }

        #infoPrecarro > div:nth-child(2) a {
            color: #222222 !important;
            cursor: pointer;
        }

#precarro {
    border-left: 2px solid #c1c1c1;
    border-right: 2px solid #c1c1c1;
    border-bottom: 2px solid #c1c1c1;
    margin-bottom: 0;
    background: #fff;
}

    #precarro td {
        border: 0;
    }

    #precarro tr > td:nth-child(2) {
        border-left: 1px solid #c1c1c1;
        text-align: center;
    }

#totalPrecioPrecarro {
    text-align: right;
    font-weight: 600;
    border-left: 2px solid #c1c1c1;
    border-right: 2px solid #c1c1c1;
    border-bottom: 2px solid #c1c1c1;
    border-top: 1px solid #c1c1c1;
    padding: 8px;
    background: #fff;
}

#ayudaSIAS {
    display: table;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

    #ayudaSIAS > * {
        display: table-cell;
        width: 33.333%;
        text-align: center;
        font-size: 13px;
        vertical-align: middle;
    }

    #ayudaSIAS span {
        width: 20px;
        height: 20px;
        display: inline-block;
        border-radius: 20px;
        vertical-align: middle;
        margin-right: 5px;
    }

#divSIAS .content-pestana {
    padding-bottom: 0;
}

.zonaGris {
    position: relative;
    margin-left: -35px;
    margin-right: -35px;
    padding: 0 35px;
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(226,226,226,1) 65%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(65%, rgba(226,226,226,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(226,226,226,1) 65%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(226,226,226,1) 65%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(226,226,226,1) 65%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(226,226,226,1) 65%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff', GradientType=0 );
}

/* PESTAÑA CARRITO */

#btnBorrarTodasCarro i {
    font-size: 20px;
    cursor: pointer;
    color: #ffffff;
}

#tcarrito {
    border: 2px solid #222222;
    margin-bottom: 5px;
    table-layout:fixed;
}

    #tcarrito th {
        text-transform: uppercase;
        text-align: center;
        font-size: 14px;
        background: #222222;
        color: #fff;
        font-weight: 600;
        border-width: 0 1px 0 1px;
        border-color: #ddd;
    }

    #tcarrito thead tr > th:last-child {
        width:40px;
    }

    #tcarrito .gris {
        background: #ededed;
    }

    #tcarrito .blanco {
        background: #ffffff;
    }

.carroVacio > td {
    text-align:center;
}

#thPrecio {
    width:70px;
}

    #tcarrito td {
        font-size: 13px;
        vertical-align: middle;
        padding: 4px;
    }

    #tcarrito tr > td:nth-child(3) {
        text-align: center;
    }

    #tcarrito tr > td:nth-child(4) {
        text-align: center;
        font-size: 21px;
        line-height: 25px;
    }

        #tcarrito tr > td:nth-child(4) i.fa-times-circle {
            color: #be4242 !important;
        }

        #tcarrito tr > td:nth-child(4) i.fa-eye {
            color: #3db4e5 !important;
            cursor:pointer;
        }

        #tcarrito tr > td:nth-child(4) i:hover {
            color: #222222 !important;
        }

    #tcarrito tr > td:nth-child(5), #tcarrito tr > td:nth-child(6), #tcarrito tr > td:nth-child(7),#tcarrito tr > td:nth-child(8),#tcarrito tr > td:nth-child(9) {
        display: none;
    }

#tcarrito .btn-group {
    width:100%;
}

#tcarrito .btn-group .dropdown-toggle {
    padding: 3px;
    font-size: 9px;
    border-color: #cbf5cb;
    background: #cbf5cb;
    margin-top: 0;
    width: 100%;
}

#tcarrito .btn-group .dropdown-menu{
    border-color: #caf4ca;
    border-width: 2px;
    padding: 0;
}

#tcarrito .btn-group .dropdown-menu > li {
    text-align:right;
}

#tcarrito .btn-group .dropdown-menu > li a{
    text-transform: capitalize;
    cursor:pointer;
    font-size: 13px;
}

.precioSeleccionado {
    background: #cbf5cb;
}

    .precioSeleccionado:before {
        font-family: FontAwesome;
        content: "\f00c";
        display: inline-block;
        padding-right: 12px;
        vertical-align: middle;
        color: #5cb85c;
    }

.divPrecioElegido {
    border: 1px solid #cbf5cb;
    line-height: 21px;
    background: #fff;
}

#divCarrito > p {
    text-align: right;
    margin: 0;
}

#divCarrito .total {
    text-align: right;
    margin: 5px 0;
}

    #divCarrito .total p {
        display: inline-block;
        border: 2px solid #3db4e5;
        color: #3db4e5;
        padding: 5px 10px;
        margin: 0;
        font-weight: 600;
        background: #fff;
    }

#divCarrito .iva {
    font-size: 13px;
}

#divClonador {
    background: #e2e2e2;
    border-top: 4px solid #aeaeae;
    padding: 15px 10px;
    margin: 30px 0 0;
}

    #divClonador p, #carrito .infoExtra {
        margin-bottom: 30px;
    }

        #divClonador p, #carrito .infoExtra p {
            margin: 0;
        }

        #divClonador p, #carrito .infoExtra span {
            font-weight: 600;
        }

#carrito .infoExtra {
    margin-top: 30px;
}

.legal-preciosEspeciales {
    cursor:pointer;
}

#anadirEntradasClonador {
    font-size: 27px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 10px;
}

#clonador {
    height: 30px;
    border: 2px solid #e2e2e2;
    width: calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    margin-top: 15px;
    text-overflow: ellipsis;
}

#content_contador {
    background: #d58989;
    color: #be4242;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding: 8px 0 16px 0;
    line-height: 18px;
    width: 80px;
}

    #content_contador i {
        font-size: 28px;
    }

.parpadea {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

.cambiaColor {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: cambiarColor;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

#badgeNumLoc {
    position: absolute;
    z-index: 999;
    width: 30px;
    height: 30px;
    display: block;
    background: #ffffff;
    color: #222222;
    text-align: center;
    line-height: 23px;
    border-radius: 20px;
    border: 3px solid #222222;
    left: -15px;
    top: 16px;
    display: none;
}

    #badgeNumLoc:empty {
        display: none;
    }

#tab-carrito.active #badgeNumLoc {
    border-color: #3db4e5;
    color: #3db4e5;
}

/* Pestaña Usuario */
div#divDatos form {
    margin: 20px 0 0 0;
}

div#divDatos .input-group {
    margin-bottom: 7px;
}

div#divDatos .form-control {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background: #e2e2e2;
    color: #676767;
}

div#divDatos .input-group-addon {
    color: #aeaeae;
    border: 0;
    border-radius: 0;
    background: #e2e2e2;
    border-left: 2px solid #ffffff;
    font-size: 18px;
    min-width: 47px;
}

.has-error .input-group-addon {
    background: #be4242 !important;
    color: #ffffff !important;
}

.has-warning .input-group-addon {
    background: #e9a31d !important;
    color: #ffffff !important;
}

.is-valid .input-group-addon {
    background: #5CB85C !important;
    color: #ffffff !important;
}

.warning-email {
    color: #e9a31d !important;
}

.help-block {
    color: #be4242;
    text-align: right;
    font-size: 13px;
}

.form-control::-webkit-input-placeholder {
    color: #898989;
}

.form-control:-moz-placeholder {
    color: #898989;
}

.form-control::-moz-placeholder {
    color: #898989;
}

.form-control:-ms-input-placeholder {
    color: #898989;
}

#divDatos #button1id {
    margin-top: 23px;
}

/* Pestaña Pago */
#pago .infoPago > p:nth-child(2) > span {
    color: #5cb85c;
}

#pago .infoPago > p:nth-child(3) > span:nth-child(1) {
    font-weight: 600;
}

#pago .infoPago > p:nth-child(3) > span:nth-child(2) {
    color: #e9a31d;
}

.tarjetaDatos {
    margin: 20px 0;
}

.decoTarjeta {
    background: #222;
    padding: 3px 4px;
}

    .decoTarjeta .fa-id-card {
        color: #fff;
        font-size: 25px;
        float: left;
    }

    .decoTarjeta a {
        float: right;
        font-size: 25px;
        line-height: 25px;
        color: #e9a31d;
        cursor: pointer;
    }

#divDatosFijos {
    border: 4px solid #222222;
    border-top: 0;
    padding: 5px 10px;
}

    #divDatosFijos p {
        margin-bottom: 5px;
    }

        #divDatosFijos p span {
            font-weight: 600;
        }

    #divDatosFijos #impFijo span:not(.impPago) {
        font-size: 12px;
    }

#aceptacionAvisoLegal {
    font-weight: 500;
    font-size: 13px;
}

.avisoPago {
    display: table;
    background: #e4b8b8;
    margin-bottom: 20px;
}

    .avisoPago > div:nth-child(1) {
        display: table-cell;
        width: 40px;
        text-align: center;
        vertical-align: middle;
        border-right: 2px solid #fff;
        color: #db4040;
        font-size: 25px;
    }

    .avisoPago .txt {
        display: table-cell;
        padding: 10px;
        font-size: 14px;
    }

        .avisoPago .txt span {
            font-weight: bold;
            color: #db4040;
        }

/* VENTA OK */

.ok, .ko{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width:100%;
}

.ok .texto-presentacion{
   padding:50px 40px;
}

.ok .texto-presentacion  > div:last-child {
    margin-bottom: 0;
}

.ok .texto-presentacion  > * {
    margin-bottom: 20px;
}


.ok h2 {
    color: #5cb85c;
    font-size: 30px;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
    padding-left: 65px;
}

    .ok h2:before {
        font-family: 'Fontawesome';
        content: '\f05d';
        font-size: 60px;
        position: absolute;
        left: 0;
    }

.ko h2 {
    color: #d9534f;
    font-size: 30px;
    text-align: left;
    position: relative;
    margin-bottom: 30px;
    padding-left: 75px;
    min-height: 60px;
}

    .ko h2:before {
        font-family: 'Fontawesome';
        content: '\f071';
        font-size: 60px;
        position: absolute;
        left: 0;
    }

.ok .text, .ok .text2 span {
    font-weight: 600;
}

    .ok .text span {
        color: #d9534f;
        font-weight:bold;
        text-transform:uppercase;
    }

.ok .btn-descarga-entrada {
    display: table;
    margin: 0 auto;
}

    .ok .btn-descarga-entrada i {
        display: table-cell;
        background: #5cb85c;
        color: #fff;
        padding: 0 20px;
        border-right: 1px solid #fff;
        font-size: 25px;
        vertical-align: middle;
    }

    .ok .btn-descarga-entrada #Submit1 {
        display: table-cell;
        float: none;
    }

.ok .diferente-titular {
    list-style: none;
}

    .ok .diferente-titular li span {
        color: #3db4e5;
        font-size: 16px;
        font-weight: bold;
        font-family: 'Montserrat';
        padding-right: 10px;
    }

.ok .avisoOK, .ayuda .avisoOK, .modal .avisoOK {
    color: #ffa400;
    display: table;
}

    .ok .avisoOK > *, .ayuda .avisoOK > *, .modal .avisoOK > * {
        display: table-cell;
        vertical-align: middle;
    }

    .ok .avisoOK > div:nth-child(1),.ayuda .avisoOK > div:nth-child(1),.modal .avisoOK > div:nth-child(1) {
        font-size: 40px;
        padding-right: 15px;
    }

    .ok .avisoOK > div:nth-child(2),.ayuda .avisoOK > div:nth-child(2),.modal .avisoOK > div:nth-child(2) {
        font-weight: 700;
    }

#informacion .avisoOK {
    display: table;
}

    #informacion .avisoOK > * {
        display: table-cell;
        vertical-align: middle;
    }

    #informacion .avisoOK > div:nth-child(1) {
        font-size: 40px;
        padding-right: 15px;
    }

    #informacion .avisoOK > div:nth-child(2) {
        font-weight: 700;
    }

.ok .datosContactoOK, .datosEmpresaInfo {
    border: 4px solid #222222;
}

    .ok .datosContactoOK p, .datosEmpresaInfo p {
        margin: 0;
    }

    .ok .datosContactoOK span {
        font-weight: 600;
    }

    .ok .datosContactoOK .titulo, .datosEmpresaInfo .titulo {
        text-align: center;
        background: #222222;
        color: #ffffff;
        padding: 5px 10px;
        font-size: 16px;
    }

    .ok .datosContactoOK .contenido, .datosEmpresaInfo .contenido {
        padding: 10px 15px;
    }

.ko .texto-presentacion{
    display: table;
    height: 100%;
    padding: 50px 40px;
}

.ko .texto-presentacion > div{
    display: table-cell;
    vertical-align:middle;
}

/* PAGINA INFORMACION */
#informacion {
    margin-top:65px;
}

    #informacion h1 {
        text-align:center;
    }

.datosEmpresaInfo {
    font-weight:700;
    text-align:center;
}

    .datosEmpresaInfo .contenido {
        background: #e2e2e2;
    }

    .datosEmpresaInfo .contenido p {
        margin-bottom:5px;
    }

.datosContactoInfo {
    border: 4px solid #3db4e5;
    padding: 20px;
    margin-top: 20px;
}

.datosContactoInfo li {
    list-style:none;
    margin-bottom:10px;
}

.datosContactoInfo li .fa{
    margin-right:5px;
    color:#3db4e5;
}

#informacion h3 {
    font-weight:700;
}

#informacion .row {
    margin-bottom:30px;
}

#informacion .eventos h3{color:#3db4e5;}
#informacion .eventos li {
    list-style-position: inside;
    list-style-type: square;
}

#informacion .avisoLegal {
    text-align:right;
}

/* AVISO LEGAL */
.aviso-legal .datosEmpresaInfo {
    display:inline-block;
}

.aviso-legal h3 {
    text-transform:uppercase;
    margin-top:30px;
}

.aviso-legal h4{
    color:#3db4e5;
    font-weight:600;
    margin-top:20px;
}

/* AYUDA */
.faq h4 a {
    width: 100%;
    display: block;
    padding: 5px 15px;
    background: #e2e2e2;
    border: 1px solid #ddd;
    font-weight: 600;
}

.faq a:focus {
    color:#222222;
    outline: none;
}

.proceso-compra a:focus {
    outline: none;
    color: #3db4e5;
}

.ayuda h3 {
    margin-bottom: 30px;
}

.faq .panel-body {
    padding:10px 15px;
}

.proceso-compra .panel-body {
    padding:20px 15px;
}

.ayuda ol, ul, .modal-body ol {
    list-style-position: inside;
}

.ayuda li, .modal-body li {
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
}

.ayuda li span, .modal-body li span{
    font-size: 15px;
    font-weight: 500;
}

.proceso-compra .panel-title {
    padding: 10px 15px;
    background: #ffffff;
    border-bottom: 1px solid #e2e2e2;
}

.proceso-compra h4 {
    color:#3db4e5;
    font-weight:600;
}

.ayuda h5, .modal h5 {
    color: #3db4e5;
    font-size: 17px;
    font-weight: 600;
}

.ayuda img {
    max-width:100%;
}

.ayuda .panel-title .fa {
    width: 22px;
    text-align: center;
    color:#222222 !important;
}

.modal .col-md-6,.modal .col-md-8 {
    width:100% !important;
}

.modal img {
    display:none;
}

.ayuda .avisoOK, .modal .avisoOK {
    border:3px solid;
    padding:15px;
}

/* EFECTOS CSS */

/* Agrandar y girar icono */
.hvr-icon-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-grow-rotate i.fa {
        right: 1em;
        padding: 0 1px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-grow-rotate:hover i.fa, .hvr-icon-grow-rotate:focus i.fa, .hvr-icon-grow-rotate:active i.fa {
        -webkit-transform: scale(1.5) rotate(12deg);
        transform: scale(1.5) rotate(12deg);
    }

/* Hover de pestañas venta */
li:not(.disabled) > .hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    li:not(.disabled) > .hvr-sweep-to-left:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #3db4e5;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    li:not(.disabled) > .hvr-sweep-to-left:hover, li:not(.disabled) > .hvr-sweep-to-left:focus, li:not(.disabled) > .hvr-sweep-to-left:active {
        color: white;
    }

        li:not(.disabled) > .hvr-sweep-to-left:hover:before, li:not(.disabled) > .hvr-sweep-to-left:focus:before, li:not(.disabled) > .hvr-sweep-to-left:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }


/*PANO TENDIDO MODAL*/
#panoTendidoModal .modal-dialog{
    height:80%;
}

#panoTendidoModal .modal-content {
    height:100%;
}

#panoTendidoModal .modal-body {
    height: calc(100% - 140px);
}



/* Efecto aparecer contenido pestañas */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* slide in down */
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

/* Efecto hover carteles */
.hvr-border-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 4px #ffffff, 0 0 1px transparent;
    /* Hack to improve aliasing on mobile/tablet devices */
}

    .hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
        box-shadow: inset 0 0 0 4px #5CB85C, 0 0 1px transparent;
        /* Hack to improve aliasing on mobile/tablet devices */
    }

/* Efecto hover carteles */
tr.hvr-border-fade {
    display: table-row;
    cursor: pointer;
}

    tr.hvr-border-fade:hover, tr.hvr-border-fade:focus, tr.hvr-border-fade:active {
        box-shadow: inset 0 0 0 2px #5CB85C, 0 0 1px transparent;
    }

/* Parpadea contador */
@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}



/*Cambia color boton abrir/cerrar pestañas */

@-moz-keyframes cambiarColor {
   0% {
       background-color:#222222;
    }

    50% {
        background-color:#e9a31d;
    }

    100% {
       background-color:#222222;
    }
}

@-webkit-keyframes cambiarColor {
    0% {
       background-color:#222222;
    }

    50% {
        background-color:#e9a31d;
    }

    100% {
       background-color:#222222;
    }
}

@keyframes cambiarColor {
    0% {
       background-color:#222222;
    }

    50% {
        background-color:#e9a31d;
    }

    100% {
       background-color:#222222;
    }
}



/* balanceo tag Ayuda */
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-animation-delay: 4s; /* Safari 4.0 - 8.0 */
    animation-delay: 4s;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}


/* RESPONSIVE */

@media (min-width:768px) {
    #barraMovGene:not(.movEntrePanos) {
        width: 140px;
    }

    #barraMovGene.movEntrePanos, #barraMovSIAS{
        width: 95%;
    }

    #barraMovGene.movEntrePanos a#controlPanoInferior, #barraMovGene.movEntrePanos a#controlPanoSuperior, a#controlPanoInferiorSIAS, a#controlPanoSuperiorSIAS {
        width:40%;
    }

    #barraMovGene.movEntrePanos .controlesMov {
         min-width:80px;
         padding:0;
    }

    #barraMovGene.movEntrePanos .controlesMov > a {
         padding:9px;
    }

    #barraMovSIAS .controlesMov {
         min-width:240px;
         padding:0;
    }

    #mainNav {
        max-height: 70px;
    }
}

@media (max-width:1080px) and (min-width:768px) {

    /* MENU PRINCIPAL */
    .navbar-brand h2 {
        font-size: 20px;
    }

        .navbar-brand h2 span {
            padding-bottom: 18px;
        }


    #mainNav .navbar-nav > li:not(#idiomas) > a {
        padding: 11px 15px !important;
    }

    /* FIN MENU PRINCIPAL */
}

@media (max-width:991px) {
    #carrusel-info {
        margin-top:20px;
    }
}

@media (max-width:767px) {
    h1{font-size:30px;}

    #navbar-ex1-collapse {
        position: absolute;
        z-index: 999999;
        right: 5px;
        background: #222222;
        border: 0;
        margin: 0;
        padding: 0;
    }

        #navbar-ex1-collapse .navbar-nav {
            margin: 0;
        }

        #navbar-ex1-collapse ul > * {
            background: #222222;
            border-top: 1px solid #fff;
        }

    #mainNav .navbar-nav #rrss > li > a i.fa {
        color: #ffffff;
    }

    #mainNav .navbar-nav > #rrss > li {
        display: inline-block;
        text-align: center;
        border: none;
    }

        #mainNav .navbar-nav #rrss > li > a {
            padding: 15px 10px 10px;
        }

    #mainNav .fa-info-circle, #mainNav .fa-question-circle {
        float: right;
        padding-left: 5px;
    }

    #mainNav .navbar-nav > li > a {
        line-height: 20px;
        text-align: right;
        padding: 15px 10px;
    }

    .navbar-brand h2 {
        font-size: 20px;
    }

    #idiomas > a {
    padding: 15px 10px !important;
    color:#fff !important;
    }

#idiomas .dropdown-menu{
    border: 2px solid #222222;
    border-radius: 0;
    background:#ffffff;
}

    #idiomas .dropdown-menu > * {
        background:#ffffff;
        color:#222222;
    }

    #idiomas.open > a {
        background-color: #222222;
    }   

    /**/
    #tourDIV {
        width:100% !important;
    }

    .content-pestanas {
        height: calc(100% - 50px);
        width: 100%;
        top: 50px;
        background: rgba(255,255,255,0.85);
        z-index: 9999;
    }

    .pestanas {
        top: 0;
        width: 100%;
        right: auto;
        left: 0;
        max-height: 50px;
        overflow: hidden;
        z-index:99999;
    }

    .pestanas .nav-tabs > li {
        float: none;
        display: inline-block;
        width: 16.667%;
        margin: 0;
        padding: 0;
    }

    .pestanas .nav-tabs > li a > span {
    display:none;
    }

        .pestanas .nav-tabs > li > a {
            min-width: 0;
            width: 100%;
            padding: 14px 0;
            text-align: center;
            border: 0;
            border-right: 1px solid #fff !important;
            display:block;
        }

    .show-hide-pestanas {
        width: 40px;
        height: 20px;
        position: fixed;
        bottom: 5px;
        left: 5px;
        z-index: 99999;
    }

    .pestanas .nav-tabs > li > a > i {
        padding-right: 0;
        font-size: 20px;
    }

    /**/
    #barraMovGene,#barraMovSIAS {
        width: 100% !important;
        bottom: 0 !important;
    }

    a#controlPanoInferior,a#controlPanoSuperior,a#controlPanoInferiorSIAS,a#controlPanoSuperiorSIAS {
        width:29%;
    }

    .barraPano .controlesMov {
        min-width : 280px;
    }

    div#tourDIV {
        position:absolute;
        bottom:0;
    }

    #badgeNumLoc {
        width: 25px;
        height: 25px;
        font-size: 13px;
        line-height: 18px;
        left: 0px;
        top: 0;
    }

    #content_contador {
        padding: 0px;
        width:100%;
    }

    #content_contador i{
        padding: 15px 20px 0;
    }
    
    #content_contador #contador{
        padding: 0 20px 15px;
    }

    .navbar-brand h2 span {
        border:0;
        padding-bottom:0;
    }

    .navbar-toggle{
        margin: 7px 25px 0 0;
    }

    .navbar-brand {
        width: calc(100% - 70px);
        padding:15px 25px;
    }

    .sweet-alert {
        max-height: 70%;
        overflow: auto;
    }

    div#divDatos .form-control {
        background:#fff;
    }

    div#divDatos .input-group-addon {
        background: #ffffff;
        border-left: 2px solid #dad0d0;
    }
}

@media (max-width:520px) {

    /* PAGINA DE INICIO */
    #wrapper {
        background: rgba(255,255,255,0.70);
        padding-top: 60px;
    }

    .pagIndex .row #wrapper {
        width:100% !important;
    }

    .pagIndex .row h1 {
        font-size: 35px;
        text-align: center;
        margin: 0 0 25px;
    }

    .pagIndex .row h3 {
        margin: 0 0 25px;
        font-size: 20px;
        font-weight: normal;
        text-align: center;
        line-height: 24px;
    }

    .pagIndex .row .texto-presentacion > div {
        text-align:center;
    }


    /* FIN PAGINA DE INICIO */
    .ok .btn-descarga-entrada i {
        display:none;
    }

    .ok .btn-descarga-entrada #Submit1 {
        white-space: normal;
    }

    .ok h2::before {
        content:'';
    }
    .ok h2 {
        padding: 0;
        font-size: 25px;
    }

    .avisoOK > div:first-child {
        display:none;
    }
}

@media (max-width:480px){
    .barraPano a#controlPanoInferior span, .barraPano a#controlPanoSuperior span, .barraPano a#controlPanoInferiorSIAS span, .barraPano a#controlPanoSuperiorSIAS span{
        display:none;
    }

    a#controlPanoInferior, a#controlPanoSuperior, a#controlPanoInferiorSIAS, a#controlPanoSuperiorSIAS {
        width:12.5% !important;
    }

    .barraPano .controlesMov a {
        padding: 0;
        width: 16.667%;
        display: inline-block;
    }

    .barraPano > a, .barraPano .controlesMov {
        padding:0;
    }

    .barraPano .controlesMov {
        min-width: 75% !important;
    }


    .ko h2::before {
        content:'';
    }
    .ko h2 {
        padding: 0;
        font-size: 25px;
    }

        .pagIndex .row .texto-presentacion, .pagIndex .row .texto-presentacion > div {
        display: block;
        height: auto;
    }

    .pagIndex .row .btn-success {
        margin-bottom: 10px;
        width: 100%;
    }

    .pagIndex .row .btn-danger {
        width: 100%;
    }

    .pagIndex .row .botones > a:last-child {
        margin-left:0;
    }

        .pagIndex .row .empresa{
        font-size: 13px;
        position: static;
    }
}

#idiomas {
    display: none;
}


.avisoOK.puertas {
    color: #D9534F;
}