/* 
Design and front-end: https://hachedesing.com/
Author: Equipo Hache Agencia Digital
Description: Taco bell Panamá "QM Soluciones" 2019.
Version: 1.1
*/

body {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
}

html, body, .container-fluid {
    width: 100%;
    height: 100%;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1500;
    top: 0;
    right: 0;
    background-color: #351950;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 30px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: flex;
        transition: 0.3s;
        align-items: center;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.menu-inicio {
    height: 10%;
}

.title-section {
    font-size: 1.2rem;
    display: inline-flex;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 15px;
}

.carouselhome {
    height: 100%;
}

.btn {
    border: 0px;
    font-size: 0.8rem !important;
    font-weight: bold;
    /*padding: 5% !important;*/
    justify-content: center;
    align-items: center;
    display: flex;
}

.btn-primary, .badge-primary {
    background: #eac12f;
    color: #69217a;
}

.btn-tacopurple {
    background: #391c51;
    color: #fff;
}

.btn-secondary {
    background: #69217a;
}

.font1 {
    font-size: 1rem !important;
}

.font1-2 {
    font-size: 1.2rem !important;
}

.font1-3 {
    font-size: 1.3rem !important;
}

.font1-4 {
    font-size: 1.4rem !important;
}

.iniciar-sesion, .comenzar {
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
}

.carousel-item {
    width: 100%;
}

.carousel-indicators {
    bottom: 2%;
}

.nav-header {
    background: url(../images/bg-header.jpg) repeat-x;
    background-size: contain;
    height: 12%;
    padding-top: 2%;
    padding-bottom: 2%;
    align-items: center;
}

.menu-toggle {
    display: block;
    font-size: 2rem;
    cursor: pointer;
    color: white;
}

.logo-campana {
    background: url(../images/tacobell-log.svg) no-repeat;
    background-size: contain;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0px auto 0px auto;
}

.canjes {
    font-size: 2rem;
    color: white;
}

footer.menu-inicio {
    border-top: 4px solid #eac12f;
}

.nav-item {
    border-bottom: 1px solid #601264;
    padding: 12px 8px 12px 0px;
}

.nav-link {
    font-size: 1rem !important;
    color: white !important;
    text-transform: uppercase;
}

    .nav-link span {
        font-size: 2rem;
    }

.slider1 {
    background: url(../images/splash-inicio-1.jpg) no-repeat center center;
    height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slider2 {
    background: url(../images/splash-inicio-2.jpg) no-repeat center center;
    background-size: cover;
}

.slider3 {
    background: url(../images/splash-inicio-3.jpg) no-repeat center center;
    background-size: cover;
}

.home-item {
    width: 100%;
    height: 90%;
}

.menu-dashboard {
    border-top: 6px solid #fff;
    background: #7d147b;
    height: 33%;
}

.canjescarrusel {
    height: 67%;
}

    .canjescarrusel .carousel-item img {
        width: 100%;
        /*object-fit: cover;*/
    }

    .carousel, .carousel-inner, .carousel-item, .canjescarrusel .carousel-item img {
        height: 100%;
    }

.btn-canje, .btns-menuvisita {
    height: 47%;
    text-transform: uppercase;
}

.btn-canje {
    font-size: 1.3rem;
    margin: 4px 0 0 0;
    padding: 3px 0px 3px 0px;
    border-top: 2px dashed #fff;
    border-bottom: 2px dashed #fff;
}

    .btn-canje > a > .icon-ticket {
        font-size: 2.5rem;
    }

    .btn-canje a {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        padding-left: 25px;
        padding-right: 25px;
    }

        .btn-canje a:hover, .btn-canje a:active {
            background: #008896;
        }

    .btn-canje a, .btns-menuvisita a {
        color: #fff;
    }

        .btn-canje a:hover, .btns-menuvisita a:hover {
            text-decoration: none;
        }

.btns-menuvisita {
    border-bottom: 2px dashed #fff;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: top;
}

    .btns-menuvisita a {
        width: 49.2%;
        height: 94%;
        display: inline-flex;
        align-items: center;
        font-size: 1rem;
        vertical-align: top;
    }

        .btns-menuvisita a.menu-prods > span {
            font-size: 2rem;
        }

        .btns-menuvisita a.visitanos > span {
            font-size: 2rem;
        }

.menu-prods {
    border-right: 2px dashed #fff;
    padding-right: 15px;
    padding-left: 25px;
}

    .menu-prods:hover, .menu-prods:active {
        background: #d8054c;
    }

.visitanos {
    padding-left: 25px;
    padding-right: 15px;
}

    .visitanos:hover, .visitanos:active {
        background: #fbc200;
    }


.controls {
    height: 8%;
    display: flex;
    background: #fff;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #572C8B;
}

.back-ctrl {
    color: #361951;
    font-size: 1.6rem;
}

    .back-ctrl > a {
        color: #361951;
        font-size: 1.5rem;
        margin-right: 15px;
    }

        .back-ctrl > a:hover {
            color: #008896;
            text-decoration: none;
        }

.div-vertical:before {
    content: "|";
}

.visitanos-content {
    height: 80%;
}

.cuponescarrusel, .perfil-content, .register-content, .login-content {
    height: 92%;
}

.cuponescarrusel {
    background: #361951;
}

.other-content {
    overflow-y: auto;
}

.login-content, .register-content {
    background: url(../images/bg-fucsia.jpg) no-repeat bottom right;
    background-size: cover;
    align-items: flex-start;
    overflow-y: auto; /*Nuevo agregado 13/02/2020*/
}

.bg-perfil {
    background: url(../images/bg-perfil.jpg) no-repeat bottom right;
    background-size: cover;
    align-items: flex-start;
}

.bg-texture {
    background: url(../images/bg-texture.jpg) no-repeat bottom right;
    background-size: cover;
    align-items: flex-start;
}

.bg-miscupones {
    background: url(../images/bg-mis-cupones.jpg) no-repeat bottom right;
    background-size: cover;
    align-items: flex-start;
    height: 87%;
}

.caption-cupon {
    border-top: 10px solid #fff;
    color: #fff;
    height: 33%;
}

    .caption-cupon h2 {
        text-align: center;
        border-bottom: 2px dashed #fff;
        font-size: 1.1rem;
        padding: 10px 15px;
        margin-bottom: 0px;
        font-weight: bold;
    }

    .caption-cupon p {
        font-size: 0.8rem;
        text-align: justify;
        padding: 2% 10%;
        line-height: 22px;
        overflow-y: auto;
    }

.area-canjear {
    height: 11%;
    border-bottom: 2px dashed #fff;
    border-top: 2px dashed #fff;
    margin: 3px 0;
    padding: 3px 0;
}

a.btn-canjear {
    width: 100%;
    color: #fff;
    background: #008896;
    align-items: center;
    justify-content: center;
    /*padding-top: 6px;*/
    font-size: 1.2rem;
    display: flex;
}

    a.btn-canjear span {
        font-size: 1.5rem;
    }

.cupon-img {
    height: 55%;
}

.cupon-indicadores {
    bottom: 9%;
}
/*modal*/
.modal-title {
    color: #361951;
}

.modal-footer {
    padding: 0.5rem;
}

/*login*/
.form-login, .register-bar {
    width: 100%;
}

.login-margin-top {
    padding-top: 15%;
    padding-bottom: 5%;
}

.form-login {
    height: 250px;
    margin-bottom: 5%;
}

.area-login-btn {
    height: 60px;
    border: 2px dashed #fff;
    margin: 3px 0;
    padding: 3px;
}

.btn-login {
    width: 100%;
    color: #fff;
    background: #361b52;
    align-items: center;
    text-align: center;
    font-size: 1.2rem;
    display: inline-grid;
    align-items: center;
}

    .btn-login span {
        font-size: 1.7rem;
    }

.form-login input[type="email"], .form-login input[type="password"], .form-login input {
    color: #fff;
    background: transparent;
    border: 1px dashed #fff;
    border-radius: 5px;
    padding: 8px 10px;
    width: 100%;
    font-size: 1rem;
    height: 40px;
    margin-top: 20px; /*Cambio 25/02/2020*/
}

    .form-login input[type="checkbox"] {
        width: 16px;
        padding: 0px;
        border: 2px solid #391c51;
        margin: -7px 0 0 -20px;
    }

    .form-login input[type="date"] {
        position: relative;
    }

        .form-login input[type="date"]::-webkit-calendar-picker-indicator {
            color: transparent;
            background: none;
            z-index: 1;
        }

        .form-login input[type="date"]:before {
            color: transparent;
            background: none;
            display: block;
            font-family: 'icomoon';
            content: "\e918";
            width: 25px;
            height: 20px;
            position: absolute;
            top: 8px;
            right: 6px;
            color: #fff;
        }

    .form-login input::placeholder {
        color: #fff;
    }

.register-bar {
    height: 5%;
    align-items: center;
    font-size: 0.9rem;
}

.color-white {
    color: #fff;
}

.color-yellow {
    color: #f9c20d;
}

.login-facebook {
    height: 28%;
}

.register-content {
    display: block;
}

.terminos, .text-white {
    color: #fff;
    font-size: 1rem;
}

/*perfil*/
.datos-clientes {
    height: 80%; /*Nuevo cambiado 16/02/2020*/
    width: 100%;
    padding: 0 25px;
    overflow-y: auto;
}

.linea-datos {
    display: flex;
    color: #888;
    border-bottom: 1px dashed #e5e5e5;
    /*padding: 15px 0; Eliminar 17/02/2020*/
    font-size: 0.9rem;
}

.btns-secundarios {
    height: 20%; /*Nuevo cambiado 16/02/2020*/
    padding: 0 25px;
}

.setup-content {
    padding: 10px 25px;
}

.linea-datos select {
    background: transparent;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
}

    .linea-datos select option {
        color: #777;
        font-size: 0.9rem;
    }

.genQrcode {
    width: 244px !important;
    height: 244px !important;
    margin: auto !important;
    margin-top: 1em !important;
}

.qr-code {
    padding: 15px 25px;
}

.code {
    font-size: 1.1rem;
    color: #ED8B00;
    letter-spacing: 2px;
    border-top: 2px dashed #fff;
}

.title-cupon {
    font-family: 'Rock Salt', sans-serif;
    color: #fff;
    font-size: 1.2rem;
}

.bg-purple {
    background: url(../images/bg-texture.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
}

.font-white {
    color: #fff;
}

.div-hr {
    border: 2px dashed #e5e5e5;
}

.descripcion-detalle {
    padding: 15px 25px;
    line-height: 28px;
}

.news {
    padding: 15px 0px;
}

.item-news {
    border-bottom: 2px dashed #e5e5e5;
    height: 100px;
}

.news-list {
    border-bottom: 2px dashed #e5e5e5;
}

.item-news a {
    background: transparent;
    height: 100%;
    color: #361A51;
    text-transform: uppercase;
    padding: 0 25px;
}

    .item-news a:hover, .item-news a:active {
        text-decoration: none;
        color: #361A51;
    }

    .item-news a > div > span.icon-keyboard_arrow_right {
        font-size: 1.5rem;
    }

.news-list .media-body a {
    color: #333;
}
/*mis cupones*/
.btns-miscupones {
    display: flex;
    /*height: 8%;*/
    align-items: flex-start;
}

    .btns-miscupones button, .btns-miscupones a {
        border-radius: 0;
        width: 50%;
        color: #fff !important;
        text-transform: uppercase;
        border-top: 4px solid #0a7b89;
    }

.activos {
    background: #642284;
    color: #fff;
}

.inactivos {
    background: #0a7b89;
    color: #fff;
}

.miscupones {
    padding: 15px 25px;
    color: #333;
    border-bottom: 2px dashed #e5e5e5;
    margin-bottom: 15px;
}
/*visitanos*/
.visitanos-content {
    display: block;
    height: 92%;
    overflow-y: auto; /*Nuevo 17/02/20*/
}
/* Style tab links */
.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 25%;
}

.lista-lugares {
    overflow-y: auto;
}

.tablink:hover {
    background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
/** Eliminar ya no aplica update 17/02/2020
.tabcontent {
  color: white;
  display: none;
  padding: 100px 20px;
  height: 100%;
}
.searchbar{
  height: 7%;
  align-items: center;
  display: flex;
}

.tabs-visitenos{
  height: 90%;
}
.nav-visitenos{
  height: 10%;
  display: flex;
}
.nav-visitenos .nav-link{
  background-color: transparent !important;
     color: #fff !important;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius:0;
  border-color: #dee2e6 #dee2e6 #fff;
  display: flex;
      align-items: center;
    justify-content: center;
}
.nav-visitenos .nav-item{
  border-bottom: 0;
  border-top: 2px solid #fbc200;
}
.nav-visitenos .nav-link.active{
  color: #601264 !important;
  background-color: #fbc200 !important;
   
}*/
/*Nuevo actualizar 17-02-20*/
.listado-lugares {
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

    .listado-lugares li {
        border-bottom: 1px dashed #9a77c5; /*Nuevo 17/02/2020*/
        padding: 10px 0; /*Nuevo 17/02/2020*/
    }

        .listado-lugares li a span.icoubic:after {
            font-family: 'icomoon';
            content: "\e910";
            margin-left: 20px;
            font-size: 2rem;
        }
        /*Eliminar ya no aplica update 17/02/2020
.listado-lugares li a div{
  align-items: center;
  display: flex;
}*/
        .listado-lugares li a.item-lugar {
            padding: 10px 15px; /*Nuevo 17/02/2020*/
            font-size: 0.8rem;
            color: #fff;
            align-items: center;
        }

            .listado-lugares li a.item-lugar:hover {
                text-decoration: none;
            }

        /*nuevo 17/02/2020*/
        .listado-lugares li p {
            margin-bottom: 0;
        }

.nombre-local {
    font-size: 1.1rem;
    font-style: italic;
}
/* Bootstrap 4 text input with search icon */

.searchbar .form-control {
    padding-left: 2.375rem;
    height: calc(1.2em + .75rem + 2px);
}

.searchbar .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.view-grid {
    color: #361951;
    font-size: 1.5rem;
}

    .view-grid:hover {
        text-decoration: none;
        color: #e83e8c;
    }

.cuponesgrid ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.cuponesgrid li {
    display: inline-flex;
    width: 33%;
    margin: 0;
    padding: 2px;
    align-items: center;
}

.cuponesgrid {
    overflow-y: auto;
    /* height: 100%;
 padding-top: 5px;*/
}

.line-row {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
}

.item-grid {
    padding: 2px;
    align-self: stretch;
    width:50%;
    position: relative; /*nueva class 13/02/2020*/
    overflow: hidden; /*nueva class 17/02/2020*/
}

    .item-grid a {
        display: block;
    }

.ctrl-bar-view li {
    display: inline-flex;
    width: 50%;
}

.ctrl-bar-view .nav-item {
    padding: 0;
}

    .ctrl-bar-view .nav-item .nav-link {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #391c51;
    border-color: #391c51;
}
/*nuevo 11/02/2020*/

/* Make circles that indicate the steps of the form: */
.register-steps .step {
    height: 20px;
    width: 20px;
    margin-right: 55px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
    padding: 4px;
    position: relative;
}

    .register-steps .step.active {
        opacity: 1;
    }

    /* Mark the steps that are finished and valid: */
    .register-steps .step.finish {
        background-color: #4CAF50;
    }

.register-steps a.step span:before {
    content: "";
    width: 55px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 22px;
    top: 50%;
}

.register-steps a:last-child {
    margin-right: 0px;
}

    .register-steps a:last-child span:before {
        content: "";
        width: 0;
        height: 2px;
        background: transparent;
        position: absolute;
    }

.datos-editar {
    height: 90%;
    width: 100%;
    padding: 0 25px;
    overflow-y: auto;
}

.btns-guardar {
    height: 10%;
    padding: 0 25px;
}

.categoria-cupones {
    padding: 5px 15px 0 15px;
    border-bottom: 1px dashed #e5e5e5;
}

    .categoria-cupones h2 {
        font-size: 1.5rem;
    }

/*nuevas class 13/02/2020**/
.middle {
    display: none;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    transform: translate(0%,00%);
    -ms-transform: translate(0%, 0%);
    text-align: center;
    background: rgba(57,28,81,0.5);
    transition: all 0.5;
}

    .middle > .text {
        display: flex;
        /*background-color: #4CAF50;*/
        color: white;
        font-size: 16px;
        align-items: center;
        justify-content: space-around;
        padding: 10px 25px;
        width: 100%;
        height: 100%;
    }

        .middle > .text > a {
            font-size: 2rem;
            color: #fff;
        }

            .middle > .text > a:hover, .middle > .text > a:active {
                color: #eac12f;
                text-decoration: none;
            }
/**/
.profile-container {
    position: relative;
}

    .profile-container .profile-pic {
        max-width: 200px;
        max-height: 200px;
        display: block;
    }

    .profile-container .file-upload {
        display: none;
    }

    .profile-container .circle {
        border-radius: 50% !important;
        overflow: hidden;
        width: 128px;
        height: 128px;
        border: 4px solid rgba(255, 255, 255, 0.7);
        position: relative;
        /*top: 72px;*/
    }

        .profile-container .circle img {
            max-width: 100%;
            /* width: 100%;**/
            min-height: 100%; /*cambiar 02/03/2020*/
        }

.component-perfil-photo {
    position: relative;
}

.profile-container .p-image {
    position: absolute;
    top: 80px;
    right: 0px;
    color: #666666;
    background: #fff;
    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 {
    font-size: 1.2em;
}

    .profile-container .upload-button:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        color: #999;
    }


/*Nuevo overlay 17/02/20*/
.show-overlay {
    opacity: 1 !important;
    display: block;
}

.middle > .text > a:hover, .middle > .text > a:active {
    color: #e02e60;
}

.estas-km::after {
    content: " >";
}

.form-login span {
    display: block;
    text-align: right;
    font-size: 0.8rem;
    color: #fff;
}

span.caution {
    color: #f9c20d;
    font-weight: bold;
}

.datos-editar span {
    display: block;
    text-align: right;
    font-size: 0.8rem;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

/*Nuevo 19/02/2020*/
.bg-recuperar {
    background: url(../Images/bg-recuperar.jpg) no-repeat top center;
    background-size: cover;
}

.logo-taco-svg {
    width: 50%;
}

.font2 {
    font-size: 2rem !important;
}

/*Nuevo 20/02/2020*/
.bgcompartir-cupon {
    background: url(../images/bg-perfil.jpg) no-repeat bottom right;
    background-size: cover;
}

.cupon-compartido {
    width: 800px;
}

.bgtop-cupon {
    background: #DC4405;
}

.title-cupon-compartido {
    font-family: 'Rock Salt', sans-serif;
    color: #666;
    font-size: 1.2rem;
}
/*Nuevo 25/02/2020*/
fieldset > .linea-datos > strong {
    width: 50%;
}

span.danger {
    color: #DF4661;
    font-weight: bold;
}

.error404 {
    background: url(../images/404.jpg) no-repeat top left;
    background-size: cover;
}

    .error404 > div > h1, .error500 > div > h1 {
        font-family: 'Rock Salt', sans-serif;
        color: #DF4661;
        font-size: 6rem;
    }

    .error404 > div > p, .error500 > div > p {
        color: #fff;
        font-size: 1.5rem;
        text-align: left;
    }

        .error404 > div > p > span.icon-taco, .error404 > div > p > span.icon-drink, .error500 > div > p > span.icon-envoltura, .error500 > div > p > span.icon-nacho {
            font-size: 4.5rem;
        }

.error500 {
    background: url(../images/500.jpg) no-repeat top left;
    background-size: cover;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

@include media-breakpoint-up(sm) {
    html {
        font-size: 1.2rem;
    }
}

@include media-breakpoint-up(md) {
    html {
        font-size: 1.4rem;
    }
}

@include media-breakpoint-up(lg) {
    html {
        font-size: 1.6rem;
    }
}
/* Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)*/
@media screen (min-height: 731px) and (max-height: 731px) {
}

@media screen and (min-height: 731px) {
    .caption-cupon p {
        font-size: 1rem;
    }

    a.btn-canjear {
        /* padding-top: 12px;*/
        font-size: 1.3rem;
    }
}
