/* 
Design and front-end: https://hachedesign.com/
Author: Equipo Hache - Hanzel Mata
Description: Spoon Costa Rica "QM Soluciones" 2020.
Version: 1.0
*/
body, html {
    font-family: 'Overpass', sans-serif;
    font-size: 16px;
    width: 100%;
    height: 100%;
    color: #666666;
}

.home-inicio {
    height: 100%;
    background: #f0f0f0;
    position: relative;
}

.images-bg {
    height: 50%;
    overflow: hidden;
    background: url(../images/home-image.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
}

.login-registro {
    background-color: #fff;
    width: 90%;
    padding: 20px;
    position: absolute;
    top: 30%;
    left: 5%;
}

.icons-home div {
    line-height: 1rem;
    font-weight: bolder;
}

    .icons-home div span {
        font-size: 2.4rem;
    }

.item-producto figure {
    position: relative;
}

.btn-personalizar {
    position: absolute;
    right: 15px;
    bottom: -20px;
    z-index: 2;
}

.btn-personalizarLeft {
    position: absolute;
    left: 15px;
    bottom: -20px;
    z-index: 2;
}

.item-desc {
    font-weight: bolder;
    letter-spacing: -1px;
    color: #000;
}

.item-precio {
    font-size: 0.9rem;
    font-weight: bolder;
}

.bg-menu {
    background: url(../images/bg-menu.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.section-entrega a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    font-size: 0.95rem;
    font-weight: 700;
}

.section-entrega {
    border-bottom: 2px solid rgba(255,255,255,0.3);
    padding-bottom: 15px;
    border-top: 2px solid rgba(255,255,255,0.3);
    padding-top: 15px;
}

    .section-entrega a span {
        font-size: 1.3rem;
    }

.search-producto-bar {
    position: relative;
}

.icon-search {
    position: absolute;
    top: 25%;
    left: 5%;
    font-size: 1.2rem;
}

.find-menu {
    background: rgba(255,255,255,0.3);
    padding: 10px 15px 10px 50px;
    border-radius: 25px;
    border: 0;
    color: #fff;
    font-size: 0.9rem;
}

    .find-menu::placeholder {
        color: #fff;
        font-size: 0.9rem;
    }

.menu-tacobell ul {
    list-style: none;
    padding: 0;
}

    .menu-tacobell ul li {
        border-bottom: 2px solid rgba(255,255,255,0.3);
    }

        .menu-tacobell ul li a {
            display: flex;
            padding: 5px 15px;
            color: #fff;
            font-weight: 900;
            font-family: 'Josefin Sans', sans-serif;
            font-size: 1.2rem;
            text-transform: uppercase;
            align-items: center;
            height: 80px;
        }

            .menu-tacobell ul li a span {
                font-size: 1.6rem;
                width: 40px;
                text-align: center;
                margin-right: 20px;
            }

.menu-cats-horizontal {
    padding: 15px 5px 0px 5px;
    border-bottom: 1px solid #000;
}

.tabs-entrega .nav-item {
    width: 50%;
}

.tabs-entrega .nav-link {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #000;
    font-size: 1rem;
    height: 50px;
}

    .tabs-entrega .nav-link span {
        font-size: 1.2rem;
    }

    .tabs-entrega .nav-link.active {
        background-color: #fff;
        border: 0;
        border-bottom: 3px solid #5cb8b2;
    }

        .tabs-entrega .nav-link.active .icon-bullet {
            background: #5cb8b2;
        }

#bar-add-prod {
    position: fixed;
    top: -65px;
    z-index: 100;
    width: 100%;
    height: 65px;
    padding: 15px 15px 10px 30px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: top 0.3s;
    border-bottom: 1px solid #ccc;
}

input.input-number {
    width: 45px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    font-weight: 700;
    font-size: 1.2rem;
    align-self: center;
}

.item-desc-bar {
    width: 45%;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 0.8rem;
    text-overflow: wrap;
}

.item-precio-bar {
    width: 20%;
    text-align: right;
    font-size: 0.8rem;
    line-height: 0.8rem;
}

.btn-add-bar {
    width: 20%;
    padding: 5px;
    font-size: 0.8rem;
    text-align: center;
}

.btn-back-bar {
    display: flex;
    font-size: 2.3rem;
    width: 50px;
    height: 45px;
    font-weight: 300;
    position: absolute;
    left: 0px;
    top: 10px;
    align-items: center;
}

.input-group {
    justify-content: center;
}

.btn-number {
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    padding: 5px;
    border: 0;
    background: transparent;
    font-weight: 700;
}

.checked {
    background: #5cb8b2 !important;
    color: #fff !important;
    border: 2px solid #5cb8b2;
}

.personalizar-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.desc-personalizar {
    font-size: 0.9rem;
    line-height: 0.9rem;
    letter-spacing: -1px;
    width: 35%;
}

.btn-accion {
    width: 40%;
    margin-left: 10px;
    font-size: 0.8rem;
}

.btn-ingredient {
    min-width: 32%;
    margin: 3px 2px;
}

.img-menuoverview {
    margin-right: 1rem;
    margin-left: 1rem;
}

.name-user {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 900;
    position: relative;
    height: 220px;
    padding-top: 45px;
}

    .name-user div span {
        font-size: 1.8rem;
    }

.menu-mas {
    margin-top: 8%;
}

.item-menuo div a {
    display: inline-flex;
    text-align: center;
    background: #eaeaea;
    justify-content: center;
    align-items: center;
    height: 80px;
    padding: 10px;
    width: 49.5%;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #000;
    font-weight: 900;
}

.ver-estado span {
    font-size: 1.3rem;
}

.item-menuo div a span {
    color: #666;
    display: block;
    font-size: 1.3rem;
}

.items-data {
    font-size: 0.9rem;
}

    .items-data .label {
        width: 35%;
    }

.content-tabla-puntos > .table-responsive > table {
    font-size: 0.8rem;
}
/*notificaciones*/
.badge {
    font-size: 0.8rem !important;
}

.media a {
    padding: 5px 15px;
    color: #000;
}

.signos-susp {
    font-size: 2rem;
}

.icon-bullet.sinleer {
    background: #5cb8b2;
}

.bell-notificaciones {
    position: relative;
}

    .bell-notificaciones .badge {
        position: absolute;
        top: -12px;
        right: 17%;
        z-index: 10;
        width: 23px;
        height: 23px;
        border-radius: 50%;
    }

/*mi cuenta photo*/
/**/
.profile-container {
    position: relative;
}

    .profile-container .profile-pic, .profile-container .logo-pic {
        max-width: 200px;
        max-height: 200px;
        display: block;
    }

    .profile-container .file-upload, .profile-container .file-upload-logo {
        display: none;
    }

    .profile-container .circle {
        border-radius: 50% !important;
        overflow: hidden;
        width: 170px;
        height: 170px;
        border: 8px solid #5cb8b2;
        position: relative;
        /*top: 72px;*/
    }

        .profile-container .circle img {
            max-width: 100%;
            /* width: 100%;**/
            min-height: 100%;
        }

.component-perfil-photo {
    position: relative;
}

.content-historial .item-detail button, .informacion-personal-widget button {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
}

.profile-container .p-image {
    position: absolute;
    bottom: 20px;
    right: 0px;
    /*color: #eee8e6;
  background: #65503c;*/
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 10px;
    font-size: 1.2rem;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

    .profile-container .p-image:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    }

.profile-container .upload-button, .profile-container .upload-button-logo {
    font-size: 1.2em;
}

    .profile-container .upload-button:hover, .profile-container .upload-button-logo:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        color: #999;
    }

.imgProfile {
    position: absolute;
    bottom: -80px;
}

.flechaabajo {
    position: fixed;
    width: 50px;
    height: 50px;
    top: calc(80% - 25px);
    right: calc(10% - 25px);
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .flechaabajo span {
        color: #fff;
        font-size: 1.5rem;
    }

/*Nuevo 19/3/2021*/
.linea-direccion-modal {
    padding-top: 3%;
    padding-bottom: 3%;
}

    .linea-direccion-modal .checker {
        width: 10%;
    }

        .linea-direccion-modal .checker > .icon-checkmark {
            font-size: 1.5rem;
            display: none;
        }

    .linea-direccion-modal .address-modal {
        font-size: 0.9rem;
        width: 70%;
        margin-right: 15px;
    }

    .linea-direccion-modal.activo {
        color: #b5121b;
    }

        .linea-direccion-modal.activo .checker > .icon-checkmark {
            display: block;
        }

.linea-direccion.activo {
    color: #b5121b;
}

/*Nuevo 1/7/2021*/
.xtremCardAmount {
    font-size: 4.3vh;
    font-family: 'Covered By Your Grace', cursive;
}


@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.3);
    }

    20% {
        -webkit-transform: scale(1.6);
    }

    30% {
        -webkit-transform: scale(2.0);
    }

    40% {
        -webkit-transform: scale(2.3);
    }

    50% {
        -webkit-transform: scale(2.8);
    }

    60% {
        -webkit-transform: scale(2.3);
    }

    70% {
        -webkit-transform: scale(2.0);
    }

    80% {
        -webkit-transform: scale(1.6);
    }

    90% {
        -webkit-transform: scale(1.3);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.3);
    }

    20% {
        transform: scale(1.6);
    }

    30% {
        transform: scale(2.0);
    }

    40% {
        transform: scale(2.3);
    }

    50% {
        transform: scale(2.8);
    }

    60% {
        transform: scale(2.3);
    }

    70% {
        transform: scale(2.0);
    }

    80% {
        transform: scale(1.6);
    }

    90% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}


.principal-promo {
    margin: 1rem;
}

.text-mode {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-radius: 10px;
}

    .text-mode .desc-promo h4, .text-mode .desc-promo h5 {
        font-weight: 600;
        margin-bottom: 0;
    }

    .text-mode .desc-promo h3 {
        font-weight: 600;
        margin-bottom: 0;
    }

    .text-mode i {
        font-size: 2rem;
    }

.principal-promo a {
    display: block;
    border: 0;
    text-decoration: none;
}

.crooped-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

@media (max-width: 823px) {
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/*Cambios de pantalla pago SELECTIZE*/
.option > .image,
.option > .text {
    float: left;
}

.text .name {
    font-size: 14px;
    font-weight: bold;
}

.text .description {
    color: gray;
}

.option > .text {
    margin-left: 15px;
}

.icon-pay {
    font-size: 2rem !important;
    color: #666 !important;
}

.remove-single {
    position: absolute !important;
    right: 2.8rem !important;
    top: 1.8rem !important;
    padding: 0.2rem !important;
    height: 1.2rem !important;
    line-height: 1.2rem !important;
    font-weight: 700;
}

/*Auction*/
.post-module {
    position: relative;
    z-index: 1;
    display: block;
    background: #FFFFFF;
    /*min-width: 270px;*/
    height: 20rem;
    /*-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);*/
    /*-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);*/
    /*box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);*/
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3) !important;
}

    /*    .post-module:hover,
    .hover {
        -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    }*/

    /*  .post-module:hover .thumbnail img,
        .hover .thumbnail img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            transform: scale(1.1);
            opacity: .6;
        }*/

    /*    .post-module .thumbnail {
        background: #000000;
        height: 350px;
        overflow: hidden;
        padding: 0;
    }*/

    .post-module .thumbnail .date {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 1;
        background: #f2b202;
        width: 55px;
        height: 55px;
        padding: 12.5px 0;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        color: #FFFFFF;
        font-weight: 700;
        text-align: center;
        -webkti-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .post-module .thumbnail .date .day {
            font-size: 18px;
            line-height: 31px;
            color: #fff;
        }

        .post-module .thumbnail .date .month {
            font-size: 12px;
            text-transform: uppercase;
        }

    .post-module .thumbnail img {
        display: block;
        width: 100%;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    .post-module .post-content {
        position: absolute;
        /* bottom: 0;*/
        background: #FFFFFF;
        width: 100%;
        /*padding: 0 20px;*/
        -webkti-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
        -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
        -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
        transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    }

        .post-module .post-content .category {
            position: relative;
            top: -34px;
            left: 0;
            background: #702082;
            padding: 10px 15px;
            color: #FFFFFF;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            float: right;
        }

        .post-module .post-content .title {
            margin: 0;
            padding: 0 20px 0;
            color: #222 !important;
            font-size: 1rem !important;
            font-weight: 700;
            margin: 40px 0 0 !important;
            margin-top: 0.6rem !important;
        }

        .post-module .post-content .sub_title {
            margin: 0;
            padding: 0 20px 0;
            color: #702082;
            font-size: 1rem;
            font-weight: 600;
        }

        .post-module .post-content .description {
            display: none;
            color: #666666;
            font-size: 14px;
            line-height: 1.8em;
            padding: 0 20px 10px;
        }

        .post-module .post-content .post-meta {
            margin: 0px 20px 10px;
            color: #999999;
        }

            .post-module .post-content .post-meta .bid {
                margin: 0 16px 0 0;
            }

        .post-module .post-content .countdown .sect-counter {
            padding: 5px 15px;
            height: auto;
            color: #707070 !important;
        }

        .post-module .post-content .countdown .simply-section {
            font-size: 0.9rem !important;
        }

        .post-module .post-content .countdown .simply-amount {
            font-size: 0.9rem !important;
        }

        .post-module .post-content .countdown .simply-word {
            margin-right: 0.35rem;
            margin-left: 0.25rem;
        }

        .post-module .post-content .post-meta a {
            color: #999999;
            text-decoration: none;
        }

.hover .post-content .description {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
}

.container .column {
    width: 100%;
    /* padding: 0 25px; */
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

    .container .column .demo-title {
        margin: 0 0 15px;
        color: #666666;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
    }

.container .info {
    width: 300px;
    margin: 50px auto;
    text-align: center;
}

    .container .info h1 {
        margin: 0 0 15px;
        padding: 0;
        font-size: 24px;
        font-weight: bold;
        color: #333333;
    }

    .container .info span {
        color: #666666;
        font-size: 12px;
    }

        .container .info span a {
            color: #000000;
            text-decoration: none;
        }

        .container .info span .fa {
            color: #f2b202;
        }


#divDisPay {
    -webkit-box-shadow: 0px 9px 20px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 9px 20px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 9px 20px -8px rgba(0, 0, 0, 0.75);
}

.box-shadow:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 1px;
    z-index: -1;
    transform: scale(.9);
    box-shadow: 0px 0px 8px 2px #000000;
}

.container-fp-days {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-top-left-radius: 45px;
    border-bottom-right-radius: 45px;
}

.title-fp-days {
    color: #222 !important;
    font-size: 1rem !important;
    font-weight: 600;
}

.text-fp-days {
    color: #222 !important;
    font-size: 0.7rem !important;
    font-weight: 600;
}

.header-matches {
    font-size: 1.2rem;
    color: #707070;
}

.fp-Team-image {
    /*width: 4rem !important;*/
    max-width: 7rem;
    max-height: 6rem;
}

.fp-Team-image-versus {
    width: 2.9rem !important;
}

.fp-Team-name {
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: -9px;
}

.fp-Team-container-versus {
    border-left: 1.5px solid rgba(0,0,0,.1);
    border-right: 1.5px solid rgba(0,0,0,.1);
}

.fp-Team-container {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

    .fp-Team-container > div:first-child {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
        border: 4px solid rgba(0,0,0,0);
    }

.fp-Team-winner > div:first-child:not(.fp-Team-selected) {
    border: 0px solid rgba(0,0,0,0) !important;
}

.fp-Team-selected {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border: 4px solid #702082 !important;
    /* min-height: 5.5rem !important;
    max-height: 6.5rem !important;*/
}

.fp-Team-winner {
    /*border: 4px solid #00FF00;*/
    background: rgba(92, 184, 178, 0.3);
}

.fp-Team-name-versus {
    font-size: 0.6rem;
    font-weight: 600;
}

.fp-container-image {
    /*min-height: 4.5rem;*/
    margin-top: -11px;
}

/*.fp-Team-container.fp-Team-winner .fp-Team-selected {
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
}*/
.apply-select {
    min-height: 1rem;
}

.failure .fp-Team-selected {
    border: 4px solid #df4661 !important;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9;
    position: absolute;
    border-radius: 1rem !important;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
}

    .overlay > p {
        margin-bottom: 0 !important;
        color: white;
        font-weight: 700 !important;
        background-color: #702082;
        border-radius: 0.5rem;
        padding: 0.5rem !important;
    }

.wifi-symbol {
    display: none;
}

    .wifi-symbol [foo], .wifi-symbol {
        /*display: block;*/
        /*position: absolute;*/
        /*bottom: 50%;*/
        /*left: 50%;*/
        display: inline-block;
        width: 150px;
        height: 150px;
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        /*margin-top: -187.5px;*/
        /*        -ms-transform: rotate(-45deg) translate(-100px);
        -moz-transform: rotate(-45deg) translate(-100px);
        -o-transform: rotate(-45deg) translate(-100px);
        -webkit-transform: rotate(-45deg) translate(-100px);
        transform: rotate(-45deg) translate(-100px);*/
    }

        .wifi-symbol .wifi-circle {
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            display: block;
            width: 100%;
            height: 100%;
            font-size: 21.4285714286px;
            position: absolute;
            bottom: 0;
            left: 0;
            border-color: #702082;
            border-style: solid;
            border-width: 1em 1em 0px 0px;
            -webkit-border-radius: 0 100% 0 0;
            border-radius: 0 100% 0 0;
            opacity: 0;
            -o-animation: wifianimation 1s 2;
            -moz-animation: wifianimation 1s 2;
            -webkit-animation: wifianimation 1.5s 2;
            animation: wifianimation 1s 2;
        }

            .wifi-symbol .wifi-circle.first {
                -o-animation-delay: 450ms;
                -moz-animation-delay: 450ms;
                -webkit-animation-delay: 450ms;
                animation-delay: 450ms;
            }

            .wifi-symbol .wifi-circle.second {
                width: 5em;
                height: 5em;
                -o-animation-delay: 150ms;
                -moz-animation-delay: 150ms;
                -webkit-animation-delay: 150ms;
                animation-delay: 150ms;
            }

            .wifi-symbol .wifi-circle.third {
                width: 3em;
                height: 3em;
            }

            .wifi-symbol .wifi-circle.fourth {
                width: 1em;
                height: 1em;
                opacity: 1;
                background-color: #702082;
                -o-animation: none;
                -moz-animation: none;
                -webkit-animation: none;
                animation: none;
            }

@-o-keyframes wifianimation {
    0% {
        opacity: 1;
    }

    5% {
        opactiy: 0.4;
    }

    6% {
        opactiy: 0.1;
    }

    100% {
        opactiy: 0.1;
    }
}

@-moz-keyframes wifianimation {
    0% {
        opacity: 1;
    }

    5% {
        opactiy: 0.4;
    }

    6% {
        opactiy: 0.1;
    }

    100% {
        opactiy: 0.1;
    }
}

@-webkit-keyframes wifianimation {
    0% {
        opacity: 1;
    }

    5% {
        opactiy: 0.4;
    }

    6% {
        opactiy: 0.1;
    }

    100% {
        opactiy: 0.1;
    }
}


.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #702082;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    stroke-width: 4;
    stroke: #fff;
    stroke-miterlimit: 10;
    /*margin: 10% auto;*/
    box-shadow: inset 0px 0px 0px #702082;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 150px #702082;
    }
}

.loader-wifire {
    border: 7px solid transparent;
    border-top: 7px solid #702082;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.section-logo {
    height: 4rem;
    width: 100%;
}

.parent-container-histories {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .parent-container-histories::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

/**************************************Inicio Estrategias**************************************/

.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

    .timeline-steps .timeline-step {
        align-items: center;
        display: flex;
        flex-direction: column;
        position: relative;
        /*margin: 1rem;*/
        margin-top: 1rem;
        margin-bottom: 1rem;
        width: 4.85rem;
    }

        /*@media (max-width:290px) {
    .timeline-steps .timeline-step {
        width: 100% !important;
    }
}

@media (max-width:338px) {
    .timeline-steps .timeline-step {
        width: 6rem;
    }

        .timeline-steps .timeline-step:not(:last-child):after {
            width: 21% !important;
            left: 77% !important;
        }

        .timeline-steps .timeline-step:not(:first-child):before {
            width: 21% !important;
            right: 77% !important;
        }
}

@media (min-width:400px) {
    .timeline-steps .timeline-step {
        width: 8rem;
    }
}

@media (min-width:768px) {
    .timeline-steps .timeline-step {
        width: 10rem;
    }
}
*/

        .timeline-steps .timeline-step:not(:last-child):after {
            content: "";
            display: block;
            border-top: .25rem dotted #707070;
            /*width: 2.46rem;*/
            width: 19.5%;
            position: absolute;
            /*left: 7rem;*/
            left: 79%;
            top: 1.3125rem
        }

        .timeline-steps .timeline-step.complete:not(:last-child):after {
            border-top: .25rem dotted #702082 !important;
        }

        .timeline-steps .timeline-step:not(:first-child):before {
            content: "";
            display: block;
            border-top: .25rem dotted #707070;
            /*width: 2.8125rem;*/
            width: 19.5%;
            position: absolute;
            /*right: 7rem;*/
            right: 79%;
            top: 1.3125rem
        }

        .timeline-steps .timeline-step.complete:not(:first-child):before {
            border-top: .25rem dotted #702082 !important;
        }

    .timeline-steps .timeline-content {
        /*width: 10rem;*/
        text-align: center
    }

        .timeline-steps .timeline-content .inner-circle {
            border-radius: 1.5rem;
            height: 2.8rem;
            width: 2.8rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #707070;
        }

    .timeline-steps .timeline-step.complete .timeline-content .inner-circle {
        background-color: #702082 !important;
    }

/*        .timeline-steps .timeline-content .inner-circle:before {
            content: "";
            background-color: #3b82f6;
            display: inline-block;
            height: 3rem;
            width: 3rem;
            min-width: 3rem;
            border-radius: 6.25rem;
            opacity: .5
        }*/

.coupon-cointainer .item-coupon {
    border: 1px solid rgba(0,0,0,.1) !important;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

/*    .coupon-cointainer .item-coupon:not(:first-child) {
        border-top: 1px solid rgba(0,0,0,.1) !important;
    }*/


.custom-scroll::-webkit-scrollbar {
    height: 10px;
}

.custom-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

button.not-border:focus {
    outline: none !important;
}
/**************************************Fin Estrategias**************************************/

.item-producto .icon-container {
    display: flex;
    flex-direction: column;
    color: #000;
}

    .item-producto .icon-container:hover, .item-producto .icon-container:active {
        text-decoration: none !important;
    }

    .item-producto .icon-container span {
        font-size: 9rem;
        text-align: center;
        color: #702082;
        margin-bottom: 1rem;
    }

    .item-producto .icon-container .item-desc {
        font-family: 'Overpass', sans-serif !important;
    }


.parent-searchplaces {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}

.div-place {
    display: flex;
}

    .div-place.favorite {
        color: #702082;
    }

.parent-searchplaces .div-place:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 1rem;
}

.parent-searchplaces .div-place:not(:first-child) {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#txtSearchPlace::-webkit-search-decoration,
#txtSearchPlace::-webkit-search-cancel-button,
#txtSearchPlace::-webkit-search-results-button,
#txtSearchPlace::-webkit-search-results-decoration {
    display: none;
}

/*Height of menu*/
.space-menu-bar {
    padding-bottom: 65px;
}

.custom-scroll.scroll-thin::-webkit-scrollbar {
    width: 5px !important;
}


.custom-card-container {
    background-color: #fff;
    padding: 0 !important;
}

.custom-card {
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.3);
    border: solid 3px #fff;
}

    .custom-card .description-container {
        font-size: 1.5rem;
        font-weight: 600;
    }

    .custom-card .icon-container {
        display: flex;
        justify-content: center;
    }

    .custom-card .icon-container {
        /*height: 13vh;*/
    }

        .custom-card .icon-container span, .custom-card .icon-container i {
            margin: auto;
            font-size: 9.5vh;
            padding: 1rem 2rem 1rem 2rem;
        }

    .custom-card.selected {
        border: solid 3px #702084;
    }

#container-div-map {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
}

    #container-div-map a[href^="http://maps.google.com/maps"] {
        display: none !important
    }

    #container-div-map a[href^="https://maps.google.com/maps"] {
        display: none !important
    }

    #container-div-map .gmnoprint a, .gmnoprint span, .gm-style-cc {
        display: none;
    }

    #container-div-map .gmnoprint div {
        background: none !important;
    }

#modal-PinCode .modal-content {
    bottom: 0px;
    position: absolute;
    -webkit-box-shadow: 0px -8px 10px -7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px -8px 10px -7px rgba(0,0,0,0.3);
    box-shadow: 0px -8px 10px -7px rgba(0,0,0,0.3);
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
}

#modal-PinCode .close {
    position: absolute;
    right: 1rem;
    z-index: 1050;
}

#modal-PinCode small.pincode {
    font-size: 2.5rem;
    color: #702082;
    font-weight: 700;
}

.div-address {
    border: solid 1px rgba(0, 0, 0, 0.1);
}

    .div-address.favorite {
        border: solid 2px #702082;
    }

.box {
    margin: 2%;
    width: 46%;
    height: fit-content;
}

@media (max-width: 300px) {
    .box {
        width: 96%;
    }
}

.address-container.fade:not(.show) {
    display: none;
}

.collapseProduct {
    position: relative;
}
    .collapseProduct:after {
        content: '';
        position: absolute;
        top: -10px;
        bottom: -4px;
        left: -40vw;
        right: -15px;
    }

.removeCategoryHover:not(.nohover):hover {
    -webkit-transform: unset !important;
    transform: unset !important;
}

#frmCategorySearch > div {
    width: 100%;
    position: fixed;
    padding: 3px 12px 0px 12px;
    top: 4.5rem;
    z-index: 1050;
}

.search-product-category::placeholder {
    color: black;
    opacity: 1;
    font-size: 1rem;
}

.search-button {
    position: fixed;
    z-index: 1035;
    bottom: 9rem;
    right: 1rem;
    color: #702082;
    background-color: #702082;
    height: 3rem;
    width: 1rem;
    border-radius: 19%;
    padding: 24px 29px 11px 19px;
    box-shadow: 0 1px 15px rgb(0 0 0 / 20%) !important;
}

.badge-search {
    position: absolute;
    right: 34px;
    top: 14px;
    font-size: 2rem;
    color: #e3e3e3;
}

.remove-focus-border:focus{
    outline: none;
}

.modal-basic.centered.in {
    display: flex !important;
}

.modal-basic.modal-mdf .modal-select {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: white;
}

.check-container {
    border: 1px solid #000;
    border-radius: 100%;
    width: 1.55rem;
    height: 1.5rem;
    display: flex;
    padding: 0 !important;
    background-color: var(--white);
}

    .check-container:focus,
    .check-container:hover,
    .check-container:active {
        outline: none !important;
    }

    .check-container i, .check-container span, .check-container svg {
        display: none;
    }

    .check-container.checked {
        border: 1px solid #702082;
        background-color: #702082 !important;
    }

        .check-container.checked i, .check-container.checked span, .check-container.checked svg {
            display: block !important;
            color: var(--white) !important;
            margin: auto;
            font-size: 0.6rem;
        }

.individual-overlay {
    background-color: rgb(1 1 1 / 66%);
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    transition: all 0.2s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
}