#template-mo-howitworks {
    background-image: url("../img/carbg1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.ticket {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    color: #000;
    border-radius: 40%;
    border: 1px solid #EC221D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .8rem !important;
    font-weight: 400 !important;
    height: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 3;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    width: 45px;
    z-index: 1;
}

.ticket a:hover {
    color: #EC221D;
}

.ticketu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ababab;
    color: #000000;
    border-radius: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .8rem !important;
    font-weight: 400 !important;
    height: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 3;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    width: 45px;
    z-index: 1;
}

.ticketu a:hover {
    color: #000;
}

.ticket:hover {
    cursor: pointer;
}

.ticket-inline {
    padding-left: 0;
    list-style: none
}

.ticket-inline-item {
    display: inline-block;
    height: 45px;
}

.ticket-inline-item:not(:last-child) {
    margin-right: .0rem
}

.ticketv {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    color: #000;
    border-radius: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .9rem !important;
    font-weight: 400 !important;
    height: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*line-height: 3;
    margin-bottom: 20px;*/
    padding: 10px;
    position: relative;
    width: 45px;
    z-index: 1
}

.ticketa {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #a02929;
    color: #a02929;
    border-radius: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .9rem !important;
    font-weight: 300 !important;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*line-height: 3;
    margin-bottom: 20px;*/
    padding: 10px;
    position: relative;
    width: 40px;
    z-index: 1
}

.tickets {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ababab;
    color: #000000;
    border-radius: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .9rem !important;
    font-weight: 300 !important;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    position: relative;
    width: 40px;
    z-index: 1
}

.ticketv-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000000;
    color: #000000;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .9rem !important;
    font-weight: 300 !important;
    height: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 3;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    width: 45px;
    z-index: 1
}

.ticket-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #59ab6e;
    color: #59ab6e;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .9rem !important;
    font-weight: 400 !important;
    height: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 3;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    width: 45px;
    z-index: 1
}

.btn-circle {
    display: inline-block;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    width: 40px;
    height: 40px;
    font-size: 1rem;
    border-radius: 30%;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: black;
    border-color: black;
}

.page-item .page-link {
    color: black;
}

.page-item .page-link:hover {
    color: #FFF;
}

.pagination .page-link:hover,
.pagination .page-link.active {
    background-color: #EC221D;
    color: #fff;
}

.cursor-hand {
    cursor: hand !important;
}

.ticket-inline-item a {
    text-decoration: none;
}

.ticket-inline-item a:hover {
    color: #EC221D;
}

.ticket-inline-item .ticketu:hover {
    color: white;
}

.without-underline {
    text-decoration: none;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-title {
    background-color: #59ab6e;
}

.portada {
    width: 100%;
    background: #EFEFEF;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .5s ease-out all;
}

.portada.oculta {
    transform: translateY(100%);
}

.portada .header {
    margin-bottom: 100px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.portada .header .logotipo {
    font-size: 50px;
    font-size: 900;
    margin-bottom: 20px;
}

.portada .header .mensaje {
    font-size: 30px;
    font-weight: 600;
}


/* ? ----- MAIN ----- */

main {
    max-width: 1000px;
    margin: auto;
    width: 90%;
    padding: 60px 0;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
}


/* ? ----- Cuenta Regresiva ----- */

#cuenta {
    justify-content: center;
}

@media (min-width: 576px) {
    #cuenta {
        display: flex;
    }
}

.simply-section {
    background: #fff;
    margin: 0 10px 5px;
    height: 140px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    min-width: 80px;
}

.simply-amount {
    display: block;
    font-size: 50px;
    font-weight: 700;
}

.simply-word {
    font-weight: 300;
    font-size: 24px;
}

@media (min-width: 992px) {
    .logo {
        z-index: 33;
        display: block;
        position: absolute;
        margin-top: 10px;
    }
}

.ms-10 {
    margin-left: 10rem!important
}

.mask {
    -webkit-text-security: disc !important;
    letter-spacing: 4px;
}

#togglePassword {
    cursor: pointer;
}

a.card,
a.card:hover {
    color: #212529;
    text-decoration: none;
}

.text-small {
    font-size: 16px !important;
}

.toast {
    width: 300px;
}