﻿@font-face {
    font-family: 'DOSIS';
    src: url('../fonts/DOSIS/HhyaU5sn9vOmLzloC_U.woff2') format('woff2');
}

@font-face {
    font-family: 'KHULA_1';
    src: url('../fonts/KHULA/OpNCnoEOns3V7GcOrg4.woff2') format('woff2');
}

@font-face {
    font-family: 'KHULA_2';
    src: url('../fonts/KHULA/OpNPnoEOns3V7G-1ixvTpi8.woff2') format('woff2');
}

body {
    font-family: DOSIS !important;
    background-color: #D8D8D8;
}

    body.landing-page {
        color: #676a6c;
        font-family: DOSIS !important;
        background-color: #d8d8d8;
    }

.landing-page .navbar-default .nav li a {
    font-family: DOSIS,Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.landing-page .navbar-default.navbar-scroll {
    background-color: #75207e;
    border-color: #75207e;
    padding: 15px 0;
}

.landing-page .navbar-fixed-top.navbar-scroll {
    border-bottom: 1px solid #75207e !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.landing-page .navbar-default .navbar-nav > .active > a, .landing-page .navbar-default .navbar-nav > .active > a:hover {
    border-top: 6px solid #FFF;
}

.landing-page .navbar-scroll.navbar-default .nav li a {
    color: #FFF;
}

.landing-page .navbar-scroll .navbar-nav > li > a {
    padding: 30px 10px;
}

.landing-page .navbar-scroll.navbar-default .nav li a:hover {
    color: #fb098d;
}

.landing-page .navbar-default .navbar-brand {
    background: none;
}

    .landing-page .navbar-default .navbar-brand:hover, .landing-page .navbar-default .navbar-brand:focus {
        background: none;
    }

.pace .pace-progress {
    background: #FFF;
}

.menu-item-badge {
    padding: 2px 6px 2px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1em;
    border-radius: 2px;
}

.landing-page .services {
    padding-top: 100px;
}

.landing-page .contact {
    background-image: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-top: 60px;
    background-color: #4d4d4d;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.5) 0px -6px 6px -6px;
}

.landing-page .social-icon a {
    background: #75207e;
}

.landing-page .contact p {
    color: #FFF;
    font-size: 13px;
}

.infofooter {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    color: #f0efed;
}

    .infofooter ul li {
        font-family: DOSIS;
        font-weight: normal;
        font-size: 16px;
        color: #f0efed;
        padding: 5px 0;
        display: flex;
        justify-content: left;
        align-items: center;
    }

.subtitulofooter {
    color: #f0efed;
    font-size: 18px !important;
    font-family: Roboto;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 4px;
    border-bottom: 1px solid #f0efed;
}

ol, ul {
    list-style: none;
}

.footer__link[_ngcontent-c2] {
    cursor: pointer;
}

.footer__link a:hover {
    color: #fb098d;
}

.footer__link.active > a {
    color: #fb098d !important;
}

.footer__link > a:focus, .footer__link > a:hover {
    color: #fb098d;
    text-decoration: none;
}

/*ELIMINAR PADDING QUE AGREGA PACE.JS AL BODY CUANDO SE CIERRA UN MODAL*/
.pace-running {
    padding: 0px !important;
}

.pace-done {
    padding: 0px !important;
}

/*BUTTON TOP*/

#button {
    display: inline-block;
    background-color: #75207e;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #button:hover {
        cursor: pointer;
        background-color: #75207eb0;
    }

    #button:active {
        background-color: #555;
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }

@media (min-width: 500px) {

    #button {
        margin: 30px;
    }
}

#wrapper {
    margin-top: 90px;
}

.landing-page span.navy {
    color: #FB098D;
}

.landing-page span {
    font-weight: 600;
}

.landing-page .navy-line {
    width: 60px;
    height: 1px;
    margin: 20px auto 0;
    border-bottom: 2px solid #FB098D;
}

.landing-page .menu_landing {
    background-color: #D8D8D8;
}

.bg-white {
    background-color: #FFF;
}

.ibox {
    box-shadow: 0 2rem 2rem rgba(0,0,0,.15);
}

.landing-page .btn-primary {
    background-color: #fb098d;
    border-color: #fb098d;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 600;
}

    .landing-page .btn-primary:hover, .landing-page .btn-primary:focus, .landing-page .btn-primary:active, .landing-page .btn-primary.active, .landing-page .open .dropdown-toggle.btn-primary {
        background-color: #75207e;
        border-color: #75207e;
        color: #FFFFFF;
    }

        .landing-page .btn-primary.disabled, .landing-page .btn-primary.disabled:hover, .landing-page .btn-primary.disabled:focus, .landing-page .btn-primary.disabled:active, .landing-page .btn-primary.disabled.active, .landing-page .btn-primary[disabled], .landing-page .btn-primary[disabled]:hover, .landing-page .btn-primary[disabled]:focus, .landing-page .btn-primary[disabled]:active, .landing-page .btn-primary.active[disabled], .landing-page fieldset[disabled] .btn-primary, .landing-page fieldset[disabled] .btn-primary:hover, .landing-page fieldset[disabled] .btn-primary:focus, .landing-page fieldset[disabled] .btn-primary:active, .landing-page fieldset[disabled] .btn-primary.active {
            background-color: #fb098d;
            border-color: #fb098d;
        }

.cart-product-imitation {
    display: flex;
    justify-content: center;
    padding-top: 0px;
    height: 100px;
    width: 150px;
    background-color: #d8d8d8e0;
    border-radius: 10px;
}

.text-navy {
    color: #75207e;
}

.aside_banner {
    background-image: url('../../Images/banner.png');
    background-size: cover;
    border-style: none;
}

.aside_banner_dos {
    background-image: url('../../Images/banner_dos.png');
    background-size: cover;
}

.aside_banner_tres {
    background-image: url('../../Images/banner_dos.png');
    background-size: cover;
    border-style: none;
}

.feed-element i {
    color: #676a6c;
}

.landing-page .social-icon a:hover {
    background: #fb098d;
}

.landing-page .header-back.banner_1 {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../Images/Carousel/banner_uno.jpg') 50% 0 no-repeat;
}

.landing-page .header-back.banner_2 {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../Images/Carousel/banner_dos.jpg') 50% 0 no-repeat;
}

.landing-page .header-back.banner_3 {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../Images/Carousel/banner_tres.jpg') 50% 0 no-repeat;
}

.landing-page .header-back.banner_4 {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../Images/Carousel/banner_cuatro.jpg') 50% 0 no-repeat;
}

.landing-page .header-back.banner_5 {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../Images/Carousel/banner_cinco.jpg') 50% 0 no-repeat;
}

@media (max-width: 768px) {
    
}


/*WIZARD*/

/*Background color*/
#grad1 {
    background-color: #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA);
}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

    #msform fieldset .form-card {
        background: white;
        border: 0 none;
        border-radius: 0px;
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        padding: 20px 40px 30px 40px;
        box-sizing: border-box;
        width: 94%;
        margin: 0 3% 20px 3%;
        /*stacking fieldsets above each other*/
        position: relative;
    }

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        /*stacking fieldsets above each other*/
        position: relative;
    }

        /*Hide all except first fieldset*/
        #msform fieldset:not(:first-of-type) {
            display: none;
        }

        #msform fieldset .form-card {
            text-align: left;
            color: #9E9E9E;
        }

    #msform input, #msform textarea {
        padding: 0px 8px 4px 8px;
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
        margin-bottom: 25px;
        margin-top: 2px;
        width: 100%;
        box-sizing: border-box;
        font-family: montserrat;
        color: #2C3E50;
        font-size: 16px;
        letter-spacing: 1px;
    }

        #msform input:focus, #msform textarea:focus {
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: none;
            font-weight: bold;
            border-bottom: 2px solid skyblue;
            outline-width: 0;
        }

    /*Blue Buttons*/
    #msform .action-button {
        width: 100px;
        background: skyblue;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

        #msform .action-button:hover, #msform .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
        }

    /*Previous Buttons*/
    #msform .action-button-previous {
        width: 100px;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

        #msform .action-button-previous:hover, #msform .action-button-previous:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
        }


/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding: 0 !important;
    list-style-type: none !important;
}

    #progressbar .active {
        color: #000000;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 12px;
        width: 20%;
        float: left;
        position: relative;
    }

    /*Icons in the ProgressBar*/
    #progressbar #lugar:before {
        font-family: FontAwesome;
        content: "\f041";
    }

    #progressbar #evento:before {
        font-family: FontAwesome;
        content: "\f073";
    }

    #progressbar #butaca:before {
        font-family: FontAwesome;
        content: "\f145";
    }

    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "\f09d";
    }

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c";
    }

    /*ProgressBar before any progress*/
    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 18px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px;
    }

    /*ProgressBar connectors*/
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1;
    }

    /*Color number of the step and the connector before it*/
    #progressbar li.active:before, #progressbar li.active:after {
        background: #e575b2;
    }

/*FIN WIZARD*/

.btn-info {
    background-color: #75207e;
    border-color: #75207e;
    color: #FFFFFF;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info, .btn-info:active:focus, .btn-info:active:hover, .btn-info.active:hover, .btn-info.active:focus {
        background-color: #75207ec9;
        border-color: #75207ec9;
        color: #FFFFFF;
    }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 1.3333333;
    border-radius: 6px;
}


/*MODAL*/
.modal-content {
    background-color: #75207e;
    border-radius: 10px;
}

a {
    color: lightgrey;
    text-decoration: none;
}


/*CLOSE MODAL*/
.modal-header .close {
    margin-top: -35px;
}

.close {
    color: white;
    font-size: 40px;
    opacity: 1;
}

/*LOGIN*/
.loginscreen.middle-box {
    min-width: 300px;
    background-color: #FFF;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    border-radius: 10px;
    width: auto;
}

.middle-box {
    max-width: 500px;
    margin: 0 auto;
    padding: 40px;
    margin-top: 40px;
}

/*MODALES*/

.modal-footer {
    background-color: white;
}

.sk-spinner-three-bounce div {
    width: 18px;
    height: 18px;
    background-color: #75207e;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    animation-delay: 0s;
    animation-fill-mode: none;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.shoping-cart-table a {
    color: #fb098d;
}

.landing-page section p {
    color: #505050;
    font-size: 13px;
}

.sin_butacas {
    opacity: 0.5;
}

/*CHOSEN*/
.chosen-container ul.chosen-results li.highlighted {
    background-color: #75207e !important;
    background-image: none !important;
}

.form-control:focus, .single-line:focus {
    border-color: #75207e;
}

/*CHOSEN REQUIRED*/
.listas_form:invalid, .listas_form_modal:invalid {
    height: 0px !important;
    opacity: 0 !important;
    position: absolute !important;
    display: flex !important;
}


/*FILTROS*/
.item-filtro-activo {
    border-bottom: 2px solid black;
}


.informacion_evento {
    background-color: #75207e26;
    color: #000;
    border-radius: 10px;
    padding: 10px;
    margin-right: 5px;
    margin-left: 5px;
}

    .informacion_evento .list-group {
        margin-bottom: 0px;
    }

.sk-spinner-double-bounce .sk-double-bounce1, .sk-spinner-double-bounce .sk-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #75207e;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out;
}

.tiempo_inactividad {
    display: none;
}

    .tiempo_inactividad span {
        color: #856404;
        background-color: #fff3cd;
        border-color: #ffeeba;
        padding: 0.75rem 1.25rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: 0.25rem;
    }

/*REMOVE ARROW INPUT NUMBER*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*BOTONERA MP*/

.mercadopago-button-custom {
    padding: 12px 0;
    font-weight: 500;
    background-color: #009EE3 !important;
    border-color: #009EE3 !important;
    margin-bottom: 10px;
}

.mercadopago-button {
    padding: 8px 0;
}

.botonera_mercado_pago {
    display: none;
}

button.mercadopago-button {
    font-weight: 600;
    font-family: DOSIS !important;
    padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 1.3333333;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid transparent;
}

    button.mercadopago-button:hover {
        background-color: #009ee3b5;
        color: white;
    }

.button-checkout {
    position: relative;
    float: left;
}

#err-GENERICO {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-weight: 400;
    font-size: 13px;
}

.fc-state-active {
    background-color: #fb098d;
    border-color: #fb098d;
    color: #ffffff;
}
