/*@font-face {
    font-family: TMSans;
    src: url(https://tmespeciales.ticketmaster.com.mx/microsite/common/css/fonts/TMSans-Regular.ttf) format('truetype'),url(https://tmespeciales.ticketmaster.com.mx/microsite/common/css/fonts/TMSans-Regular.woff) format('woff');
}

@font-face {
    font-family: TMSans;
    src: url(https://tmespeciales.ticketmaster.com.mx/microsite/common/css/fonts/TMSans-Bold.ttf) format('truetype'),url(https://tmespeciales.ticketmaster.com.mx/microsite/common/css/fonts/TMSans-Bold.woff) format('woff');
    font-weight: 700;
}*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Roboto;
    font-family: Roboto;
}

#ayuda {
    float: right;
    background: #009CDE;
    color: #fff;
    padding: 6px 12px;
    font-weight: 700;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
}

h3, h4, h5, button, input, .swal-title, .swal-text, #mantenimiento p {
    font-family: Roboto;
}

.swal-modal {
    width: 600px !important;
}

.swal-text {
    font-size: 14px;
    font-weight: 700;
    padding: 0 50px;
    text-align: center;
}

header.old {
    background: #FFF;
    padding: 16px 0;
    width: 100%;
}

    header.old .container {
        position: relative;
        margin: 0 auto;
        transition: width .5s;
        -moz-transition: width .5s;
        -webkit-transition: width .5s;
        width: 980px;
    }

        header.old .container > div {
            display: inline-block;
        }

        header.old .container .search {
            background: #FFF;
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            border: 1px solid #009CDE;
            height: 30px;
            position: absolute;
            right: 0;
            transition: width .5s;
            -moz-transition: width .5s;
            -webkit-transition: width .5s;
            width: 270px;
        }

#header-button-search, #header-text-search {
    border: none;
    margin: 0;
    padding: 0;
}

#header-text-search {
    color: #009CDE;
    font-size: .8em;
    height: 20px;
    margin: 4px 0 0 15px;
    width: 210px;
}

    #header-text-search:focus {
        outline: 0;
    }

    #header-text-search::placeholder {
        color: #009CDE;
    }

#header-button-search {
    background: url(https://tmespeciales.ticketmaster.com.mx/html5/img/glass.svg) center center no-repeat #FFF;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    cursor: pointer;
    height: 26px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 40px;
}

div#mantenimiento, div#noEventos {
    background: #fff;
    margin: 20px;
    padding: 100px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 4px 3px 8px 2px #bbb;
}

#main-banner {
    cursor: pointer;
}

.filtros {
    height: 34px;
    margin: 0 10px;
}

    .filtros button {
        width: 16%;
        margin: 0;
        padding: 8px;
        border: 0;
        float: left;
        background: #009CDE;
        color: #fff;
        font-weight: 700;
        cursor: pointer;
    }

button#todos {
    width: 20%;
}

.filtros button.active {
    font-size: 16px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

div#loader {
    width: calc(100% - 20px);
    height: 120px;
    margin: 10px;
    background: url(https://tmespeciales.ticketmaster.com.mx/microsite/common/img/loading.gif) #fff;
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 100px;
    border-radius: 4px;
}

section.main-content {
    background: #FFFFFF;
    padding: 10px 0;
}

    section.main-content .container {
        width: 980px;
        margin: 0 auto;
        font-family: Roboto;
    }

        section.main-content .container header.banner {
            text-align: center;
        }

.eventoBox {
    position: relative;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    width: 23%;
    height: 230px;
    padding: 8px;
    margin: 1%;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);
    cursor: pointer;
}

    .eventoBox:hover {
        background: #0000E3;
        padding: 6px;
    }

        .eventoBox:hover .eventLink {
            background: #fff;
        }

            .eventoBox:hover .eventLink a {
                color: #0000E3;
            }

        .eventoBox:hover h3, .eventoBox:hover h4, .eventoBox:hover h5, .eventoBox:hover h6 {
            color: #fff;
        }

    .eventoBox.grouped {
        height: 250px;
        cursor: pointer;
    }

        .eventoBox.grouped:hover .eventoInfoLeft {
            background: #fff;
            color: #0000E3;
        }

    .eventoBox a {
        text-decoration: none;
    }

    .eventoBox h3 {
        vertical-align: middle;
        font-size: 14px;
        line-height: 16px;
        min-height: 40px;
        color: #333;
        padding-top: 6px;
    }

    .eventoBox.grouped h3 {
        min-height: 0 !important;
        font-size: 14px;
    }

    .eventoBox h4 {
        font-size: 12px;
        line-height: 14px;
        min-height: 14px;
        color: #444;
    }

    .eventoBox.grouped h4 {
        font-size: 10px;
    }

    .eventoBox h6 {
        font-size: 10px;
        line-height: 10px;
        min-height: 16px;
        color: #444;
    }

h5, h5.eventoFecha {
    padding: 2px;
    color: #444;
    font-size: 11px;
}

.grouped .eventoInfoLeft {
    background: #0000E3;
    border-radius: 2px;
    color: #fff;
    width: 80px;
    height: 70px;
    font-size: 16px;
    float: left;
    font-family: Roboto;
    font-weight: 700;
    margin: 6px 0;
    padding: 4px;
}

.grouped .eventoInfoRight {
    height: 80px;
    width: auto;
    padding: 2px;
}

.eventoBox img {
    width: 100%;
    min-height: 100px;
}

.eventLink {
    padding: 5px;
    margin: 5px 0 0;
    background: #0000E3;
    border-radius: 4px;
}

    .eventLink a {
        color: #fff;
        font-weight: 700;
        cursor: pointer;
    }

.backButton {
    background: #0000E3;
    width: 100px;
    padding: 5px;
    margin-top: 5px;
    margin-left: 10px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.backLink, .backLink:active {
    text-decoration: none;
}

.icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

a.info {
    float: left;
    background: #0000E3;
    color: #fff;
    padding: 2px 6px;
    border-radius: 50%;
    margin: 4px;
    cursor: pointer;
}

a.notes {
    float: right;
    background: #0000E3;
    color: #fff;
    padding: 2px 4px;
    border-radius: 50%;
    margin: 4px;
    cursor: pointer;
}

.popupInfo, .popupNotes {
    display: none;
    width: 100%;
    height: 260px;
    overflow-y: auto;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    font-size: 11px;
    text-align: justify;
}

span.closeButton {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    padding: 5px;
    cursor: pointer;
}

input#filterInput {
    width: 97.7%;
    height: 50px;
    border: 1px solid #bbb;
    border-radius: 4px;
    color: #222;
    font-size: 18px;
    text-align: center;
    display: block;
    margin: 5px 10px 2px;
    padding: 16px;
    font-weight: 700;
    box-sizing: border-box;
}

    input#filterInput:focus {
        box-shadow: 1px 1px 22px -6px #039be5;
    }

button#scrollToTop {
    background: #0000E3;
    color: #fff;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 36px;
    padding-top: 4px;
    border-radius: 50%;
    cursor: pointer;
}

.introjs-tooltiptext {
    font-weight: 700;
    font-size: 16px;
}

a.introjs-skipbutton, a.introjs-prevbutton {
    color: #000;
    font-weight: 700;
}

a.introjs-button.introjs-nextbutton.introjs-fullbutton {
    font-weight: 700;
}

.introjs-nextbutton, .introjs-donebutton {
    background: #0000E3 !important;
    color: #fff !important;
    text-shadow: none !important;
}

.introjs-tooltip {
    border: 2px solid #009CDE;
}

.introjs-helperLayer {
    border: 5px solid #009CDE;
    margin-top: -5px;
    margin-left: -5px;
}

@media screen and (max-width:980px) {
    section.main-content .container, header.old .container, section.main-content .container header.banner, section.main-content .container header.banner img {
        width: 100%;
    }
}

@media screen and (max-width:720px) {
    .search {
        top: 40px;
        left: 0;
        width: 100% !important;
    }

    header.old {
        background: #FFF;
        padding: 16px 10px;
        width: 100%;
        height: 100px;
    }

    .backButton {
        width: calc(100% - 20px);
    }

    .eventoBox, .eventoBox.grouped {
        width: 98%;
        height: auto !important;
    }

    a.info {
        font-size: 24px;
        padding: 2px 10px;
    }

    a.notes {
        font-size: 24px;
        padding: 2px 7px;
    }

    .swal-modal {
        width: 90% !important;
    }

    .swal-content img {
        width: 100%;
    }

    .filtros {
        height: 34px;
    }

        .filtros button {
            font-size: 12px;
            width: 15%;
        }

            .filtros button.active {
                font-size: 14px;
            }

    button#todos {
        width: 25%;
    }
}

@media screen and (max-width:540px) {
    .filtros {
        height: 130px;
        margin-bottom: 10px;
    }

        .filtros button {
            font-size: 14px !important;
            margin: 1%;
            width: 48% !important;
            min-height: 37px !important;
        }

            .filtros button.active {
                border: 2px solid #FFC107;
            }

    input#filterInput {
        font-size: 11px;
    }
}

@media screen and (max-width:720px) and (min-width:540px) {
    .eventoBox {
        width: 31%;
    }
}

.swal-button {
    background-color: #0000E3;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
}