div.cabecera {
    background-color: white;
    border-radius: 2rem;
    width: 270px;
    height: 180px;
    margin-top: -24px;
    box-shadow: 10px 10px 21px -10px rgb(0 0 0 / 75%);
    border: solid 1px #DCE0E2;
    padding: 4rem 3rem;
}

div#head {
    background-color: #39B54A;
    height: 130px;
    width: 100%;    
    background-image: url(../../assets/images/header-bg.png);
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-position: center;    
}

img#logoCabecera {
    zoom: 80%;
}
#divmenu a.btn.btn-primary {
    background: white;
    padding: 1rem 2.5rem;
    border: none;
    font-family: 'FFMiloRegular';
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    color: #31A340;
}

#divmenu .btn-group {
    left: 580px;
    border-radius: 2rem;
    top: -130px;
    background-color: white;
    box-shadow: 10px 10px 21px -10px rgb(0 0 0 / 75%);
    border: solid 1px #DCE0E2;
    zoom: 80%;
}

.textlink {
    padding-top: 0.5rem;
}

a#btnstar {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}
a#btnquit {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

a.btn.btn-primary.active{
    background: #9C9C9C !important;
    color: #ffffff !important;
}

a.btn.btn-primary.active img {
    filter: brightness(0) invert(1);
}

div#cuerpo {
    margin-top: 5rem;
}

div.titulo{
    font-family: 'FFMiloExtraBold';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    color: #39B54A;
    text-align: left;    
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.descripcion {
    font-family: 'FFMiloRegular';
    font-style: normal;
    font-weight: 300;
    font-size: x-large;
    line-height: 49px;
    color: #4A4A4A;
}

.etiqueta {
    font-family: 'FFMiloBold';
    font-style: normal;
    font-weight: 600;
    font-size: larger;
    color: #4A4A4A;
    /*line-height: 30px;
    margin: 2rem 0px;*/
}

table#bloquepuntos{
    box-sizing: border-box;
    left: 192px;
    top: 774px;
    background: #FFFFFF;
    border: 3px solid #39B54A;
    border-radius: 2rem;
    width: auto;
    display: table-cell;
}

.table td, .table th {
    border-top: none;
}

div#npuntos {
    /* font-family: 'Montserrat'; */
    font-style: normal;
    font-weight: 700;
    font-size: xxx-large;
    color: #39B54A;
    float: left;
    margin-top: 0rem;
    text-align: left;
}

div#tpuntos {
    font-family: 'FFMiloBold';
    font-style: normal;
    font-weight: 700;
    font-size: x-large;
    line-height: 41px;
    color: #39B54A;
    float: left;
    margin-top: -3rem;
}

img#ipuntos {
    margin: 0;
}

table#tablaPuntos {
    border: none;
}

table#tablaPuntos tr:hover th{
    border: none !important;
}

#tabla{
    border-radius: 2rem;
}

div.headerDescription {
    padding-left: 4rem;
}

div#divTablaPuntos {
    border: 1px solid;
    border-radius: 2rem;
    margin: 3rem auto;
    padding: 3rem;
    border-color: #C0C0C0;
    overflow-x: scroll;
}

#tablaPuntos td {
    font-family: 'FFMiloRegular';
    font-style: normal;
    font-weight: 300;
    font-size: large;
    line-height: 30px;
    color: #000000;
    padding: 1.2rem 3rem;
    text-align: center;
}

#tablaPuntos th {
    font-family: 'FFMiloBold';
    font-style: normal;
    font-weight: 700;
    font-size: large;
    line-height: 30px;
    color: #39B54A;
    text-align: center;
    padding-bottom: 3rem;
}

div#tablaBoucher {
    padding: 1rem;
    border: 1px;
    border-style: solid;
    border-radius: 2rem;
    margin-top: 3rem;
    border-color: #C0C0C0;
}

#tablaBoucher td {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: large;
    line-height: 30px;
    color: #4A4A4A;
    padding: 1rem;
    text-align: left;
}

#tablaBoucher th {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: large;
    line-height: 30px;
    color: #4A4A4A;
    text-align: left;
    padding-bottom: 2rem;
}

table#tablaPuntos tr:hover td a{
    background-color: #FCFCFC;
    padding-left: -1rem;        
    font-weight: bold;
    color: #39B54A;
}

table#tablaPuntos td a{
    color: #4A4A4A;
}

table#tablaPuntos tr:hover td{
    color: #39B54A;
    background-color: beige;
}

table#tablaPuntos tr:hover{
    border: 1px solid #39B54A;
    left: -30px;
}

table{
    width: 100%;
    border-collapse: collapse;
}

table tbody{
    box-shadow: 0 0 0 1px #19dbd0;
    border-radius: 2rem;
}

table tbody tr.trselected {
    border-radius: 26px !important;
    background: #FCFCFC;
    border: 1px solid #39B54A;
}

tr.trselected td {
    color: #39B54A !important;
}

button.close {
    background-color: #4A4A4A !important;
    border-radius: 14px;
    float: right !important;
    padding: 1rem !important;
    width: 3.5rem;
    color: #ffffff;
    margin-top: 0px !important;
    opacity: 1;
    zoom: 79%;
}

div#tituloboucher {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    color: #4A4A4A;
    text-align: center;
}

div#msg {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    color: #BDBDBD;
    margin-top: 2rem;
}

div#datosboucher {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    color: #4A4A4A;
}

.modal-content {
    border-radius: 3rem !important;
    padding: 0px 3rem;
}

tr td i {
    font-size: xx-large;
}

.form-perfil {
    font-family: 'FFMiloRegular';
    border: solid 1px #ECECFB !important;
    height: 3rem !important;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
    border-radius: 10px;
    margin: 1rem auto;
}

img#card5 {
    filter: grayscale(1);
}

div#divCuerpoVoucher {
    border: 1px solid;
    border-radius: 2rem;
    /*margin: 1rem auto;
    padding: 3rem;*/
    border-color: #C0C0C0;
    overflow-x: scroll;
}

div#tituloVoucher{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: xx-large;
    line-height: 49px;
    color: #4A4A4A;
}

table#tablaVoucher td {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: medium;
    line-height: 24px;
    color: #4A4A4A;
    vertical-align: top;
    padding: 1.5rem;
    width: 70%;
}

table#tablaVoucher th {
    text-align: center;
}

div#divCabeceraVoucher {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: medium;
    line-height: 24px;
    color: #4A4A4A;
}

table#tablaVoucher tbody tr {
    border-bottom: 1px #a4a4a4 dashed;
}

table#tablaVoucher thead tr {
    margin-bottom: 2rem !important;
}

div#viaVoucher {
    text-align: center;
}

.divTarjeta {
    background-image: url(../../assets/images/tarjeta.png);
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-position: center;
    background-size: contain;
    font-family: Montserrat;
    font-weight: 500;
    font-size: medium;
    color: #fff;
    /*padding: 1rem;*/
}

.tituloTarjeta {
    font-family: 'FFMiloRegular';
    font-size: larger;
    padding: 2rem;
    top: 4rem;
    position: relative;
}

.solesTarjeta {
    font-family: 'FFMiloRegular';
    font-size: 47px;
    font-weight: bold;
    padding: 2rem;
}

.textoTarjeta {
    font-family: 'FFMiloRegular';
    padding: 2rem;
    position: relative;
    top: -4rem;
}

.divTarjeta button.btnAvinka {
    margin-left: 25%;
}

select#tipocanal {
    border-radius: 2rem;
    font-family: 'FFMiloRegular';
    font-style: normal;
    font-weight: 300;
    font-size: x-large;
    line-height: 39px;
    color: #606060;
    padding: 0rem 2rem;
    text-align: center;
    max-width: 25rem;
    margin: 0px auto;
}
button#btnDescargarCupon {
    margin: 2rem;
}

div#backCupones {
    font-family: 'FFMiloBold';
    font-style: normal;
    font-weight: 600;
    font-size: larger;
    line-height: 37px;
    color: #BABABA;
    margin-bottom: -2rem;
    cursor: pointer;
}

div#divcodigoCupon {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: larger;
    line-height: 32px;
    color: #4A4A4A;
    text-align: center;
}

button#copiarCupon {
    background: #8E8E8E;
    box-shadow: 0px 10px 65px rgb(0 0 0 / 8%);
    border-radius: 36px;
    color: #fff;
    padding: 0px 1rem;
}

div#pager {
    margin-top: 1rem;
}

.page-item.active .page-link {
    background-color: #39B54A !important;
    border-color: #39B54A !important;
}

.page-link {
    color: #39B54A !important;
}

.page-item.disabled .page-link {
    color: #6c757d !important;
}

li.page-item.active a {
    color: #fff !important;
    font-weight: bold;
}

li.page-item a {
    font-size: larger !important;
}

page-link {
    border: 1px solid #39B54A;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    padding-left: 2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding-right: 2rem;
}

ul#pagination {
    font-family: 'FFMiloRegular';
    font-size: smaller;
}

div#cuponCmdGenerar {
    margin-top: 4rem;
}

.pagination {
    justify-content: center;
}

th, td {  
    text-align: center;  
    border: 1 px solid black;  
    border-collapse: collapse;  
} 

tfoot tr td {
    padding: 2px !important;
    text-align: right;
}

tr.tabHeader td {
    padding: 0px !important;
    margin-bottom: 2rem;
}

select#tipocanal:hover {
    color: #fff;
}

.carousel-control-prev-icon {
    background-image: url(../../assets/images/cupon-flecha-izq.png) !important;
}

.carousel-control-next-icon {
    background-image: url(../../assets/images/cupon-flecha-der.png) !important;
}

.bg-dark {
    background-color: unset !important;
    margin-right: -6rem;
    margin-left: -6rem;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: unset !important;
}

.bg-dark:hover {
    background-color: unset !important;
}

div#divbtnGenero {
    margin-top: 1rem;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 60px;
    height: 45px; 
}

button#show_password_Perfil {
    margin-top: 1rem;
    background-color: rgb(221, 221, 221);
    border-color: rgb(221, 221, 221);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

button#show_password {
    margin-top: 1rem;
    margin-bottom: 0rem;
    margin-top: 2rem;
    background-color: rgb(221, 221, 221);
    border-color: rgb(221, 221, 221);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

div#msgPuntos a {
    color: #31A340;
}


@media (max-width:960px) { 
    #divmenu {
        border-radius: 0px;
        background-color: white;
        box-shadow: none;
        border: none;
        zoom: 100%;
        z-index: 999;
        margin-top: 1rem;
        margin-left: -1.2rem;
    }

    #divmenu a.btn.btn-primary {
        background: white;
        padding: 2rem 0.9rem;
        border: none;
        font-family: 'FFMiloRegular';
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        color: #31A340;
    }

    #divmenu .btn-group {
        left: 0px;
        border-radius: 2rem;
        top: 0px;
        background-color: white;
        box-shadow: 10px 10px 21px -10px rgb(0 0 0 / 75%);
        border: solid 1px #DCE0E2;
        zoom: 57%;
        overflow-x: scroll;
    }
    
    .divTarjeta button.btnAvinka {
        margin-left: 10%;
    }
    div.headerDescription {
        margin-top: 7rem;
        padding-left: 1rem;
    }
    div#npuntos {
        /* font-family: 'Montserrat'; */
        font-style: normal;
        font-weight: 700;
        font-size: xxx-large;
        color: #39B54A;
        float: left;
        margin-top: 0rem;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
	
	.bg-dark {
		margin-right: unset;
		margin-left: unset;
	}
    div#npuntos {
        /* font-family: 'Montserrat'; */
        font-style: normal;
        font-weight: 700;
        font-size: xxx-large;
        color: #39B54A;
        float: left;
        margin-top: 0rem;
        text-align: left;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

@media (min-width: 992px) {
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-50%);
    }    
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(50%);
    }
    div#npuntos {
        /* font-family: 'Montserrat'; */
        font-style: normal;
        font-weight: 700;
        font-size: xxx-large;
        color: #39B54A;
        float: left;
        margin-top: 0rem;
        text-align: left;
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}

.subTitleCupones{
    margin-top: 1.2rem;
}

@media (min-width: 992px) {
    .subTitleCupones{
        margin-top: 2.2rem;
    }
    div#npuntos {
        /* font-family: 'Montserrat'; */
        font-style: normal;
        font-weight: 700;
        font-size: xxx-large;
        color: #39B54A;
        float: left;
        margin-top: 0rem;
        text-align: left;
    }
}


@media (min-width: 576px) {
    .subTitleCupones{
        margin-top: 2.2rem;
    }
    div#npuntos {
        /* font-family: 'Montserrat'; */
        font-style: normal;
        font-weight: 700;
        font-size: xxx-large;
        color: #39B54A;
        float: left;
        margin-top: 0rem;
        text-align: left;
    }
}


@media (max-width: 576px) {
    .subTitleCupones{
        margin-top: 2.2rem;
    }
    div#npuntos {
        /* font-family: 'Montserrat'; */
        font-style: normal;
        font-weight: 700;
        font-size: xxx-large;
        color: #39B54A;
        float: left;
        margin-top: 0rem;
        text-align: left;
    }
}


.tituloTarjetaCup {
    font-family: 'FFMiloRegular';
    font-size: larger;
    padding: 2rem;
    top: 4rem;
    position: relative;
}

.solesTarjetaCup {
    font-family: 'FFMiloRegular';
    font-size: 47px;
    font-weight: bold;
    padding: 2rem;
}

.textoTarjetaCup {
    font-family: 'FFMiloRegular';
    padding: 2rem;
    position: relative;
    top: -4rem;
}

.solesTarjetaBenef {
    font-family: 'FFMiloRegular';
    font-size: 2.4rem;
    font-weight: bold;
    padding: 2rem;
}

.containerVideoYT {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 62.25%;
    margin-bottom: 1.5rem;
}*

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/**.question{
    font-family: 'Montserrat';
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

p {
    text-align: justify;
}*/

.btn-link {
    font-size: 1.3rem;
    font-weight: bold;
}

.cPregunta{
    font-family: 'FFMiloBold';
    font-style: normal;
    font-weight: 300;
    font-size: small;
    line-height: 49px;
    color: #4A4A4A;
}

.cRespuesta{
    font-family: 'FFMiloRegular';
}

.cBtnQuestion{
    font-family: 'FFMiloBold';
}

@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) { 
        
    div#npuntos {
        /* font-family: 'Montserrat'; */
        font-style: normal;
        font-weight: 700;
        font-size: xxx-large;
        color: #39B54A;
        float: left;
        margin-top: 0rem;
        text-align: left;
    }
    .textlink {
        /* padding: 0px; */
        font-size: 14px;
    }
}
    
@media only screen 
    and (device-width: 428px) 
    and (device-height: 926px) 
    and (-webkit-device-pixel-ratio: 3) {
            
    div#npuntos {
        /* font-family: 'Montserrat'; */
        font-style: normal;
        font-weight: 700;
        font-size: xxx-large;
        color: #39B54A;
        float: left;
        margin-top: 0rem;
        text-align: left;
    }
    .textlink {
        /* padding: 0px; */
        font-size: 14px;
    }
}

@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 2) { 
        
    div#npuntos {
        /* font-family: 'Montserrat'; */
        font-style: normal;
        font-weight: 700;
        font-size: xxx-large;
        color: #39B54A;
        float: left;
        margin-top: 0rem;
        text-align: left;
    }
    .textlink {
        /* padding: 0px; */
        font-size: 14px;
    }
}

@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) {
            
    div#npuntos {
        /* font-family: 'Montserrat'; */
        font-style: normal;
        font-weight: 700;
        font-size: xxx-large;
        color: #39B54A;
        float: left;
        margin-top: 0rem;
        text-align: left;
    }
    .textlink {
        /* padding: 0px; */
        font-size: 14px;
    }
}

@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 3) { 
            
    div#npuntos {
        /* font-family: 'Montserrat'; */
        font-style: normal;
        font-weight: 700;
        font-size: xxx-large;
        color: #39B54A;
        float: left;
        margin-top: 0rem;
        text-align: left;
    }
    .textlink {
        font-size: 14px;
    }
}

.info-box {
    /* box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%); */
    border-radius: 0.25rem;
    /* background: #fff; */
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: 0.5rem;
    position: relative;
    width: 100%;
}

.info-box .info-box-icon {
    border-radius: 0.25rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    /* width: 70px; */
}

.info-box .info-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 120%;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
}

.info-box .info-box-text, .info-box .progress-description {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #39B54A;
    font-size: xx-large;
    padding: 10px;
    font-family: 'FFMiloBold';
}

.info-box .info-box-number {    
    display: block;
    margin-top: 0.25rem;
    font-weight: 700;
    color: #39B54A;
    font-size: xx-large;
    padding: 10px;
    font-family: 'FFMiloBold';}

#bloquepuntos {
    box-sizing: border-box;
    /* left: 192px;
    top: 774px; */
    background: #FFFFFF;
    /* border: 3px solid #39B54A; */
    border-radius: 2rem;
    width: auto;
    display: table-cell;
}

#bloquearBtn{
    filter: grayscale(1);
}