﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');



@font-face {
    font-family: 'asapbold';
    src: url('./fonts/asap-bold-webfont.woff2') format('woff2'),
        url('./fonts/asap-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'asapregular';
    src: url('./fonts/asap-regular-webfont.woff2') format('woff2'),
        url('./fonts/asap-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    outline: 0;
    font-style: normal;
    line-height: 1.1;
    font-family: 'Lato';
}

html,
body {
    font-size: 1em;
    outline: 0;
    background: #FFFFFF;
}


ul,
li {
    list-style: none;
}

img {
    border: none;
}

a:focus {
    outline: 0px;
}

a:hover {
    text-decoration: none
}

input[type="submit"],
input[type="text"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.clean {
    clear: both;
}

/*PARA ACCESIBILIDAD*/

/*-PARA LECTORES DE PANTALLA*/

.textindent {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
}

/*GENERALES TEXTOS*/

h1 {
    font-family: 'Lato';
    font-weight: 700;
    font-weight: normal;
    text-align: center;
    color: #FFF;
    font-size: 48px;
}


h1 span {
    text-align: center;
    font-weight: bold;
    color: #92bb1f;
    font-size: 40px;
    font-family: 'Lato';
    font-weight: 700;
}

h1 span span {
    font-family: 'Lato';
    font-weight: 700;
    text-align: center;
    font-weight: bold;
    font-size: 51px;
}

h2 {
    font-family: 'Lato';
    font-weight: 400;
    text-align: center;
    font-weight: normal;
    color: #92bb1f;
    margin-top: 0px;
    margin-bottom: 30px;
}

p {
    font-family: 'Lato';
    font-weight: 400;
}

a {
    font-family: 'Lato';
    font-weight: 400;
    text-decoration: none;
}

/********/

.wrapper {
    position: relative;
    margin: 0px auto;
    width: 783px;
    z-index: 1;
}

.wrapperreembolso {
    margin: 0px auto;
    width: 783px;
    z-index: 1;
}

.cupon {
    border: 3px dashed #92bb1f;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 17px;
    position: relative;
}

.ofertaLanzamiento {
    display: none;
}

.cupon .left {
    width: 70%;
    float: left;
    padding: 0px;
    box-sizing: border-box;
}

.cupon .left .cuponValido {
    font-size: 15px;
    color: #92bb1f;
    width: calc(100% - 95px);
    line-height: 20px;
    margin: 0px 0px 5px 7px;
    padding-left: 15px;
    float: left;
    font-family: 'asapbold';
}

.cupon .left img {
    float: left;
}

.cupon .left img.imgProd {
    width: 100%;
    margin-bottom: 10px;
    float: none;
}

.cupon .left .nombreProducto {
    font-size: 17px;
    color: #003a81;
    width: 100%;
    line-height: 22px;
    margin: 0px 0px 5px 0px;
    font-family: 'asapregular';
}

.cupon .right {
    width: 30%;
    float: right;
    padding: 0px 10px;
    box-sizing: border-box;
    margin-top: 4px;
    padding-top: 70px;
    text-align: center;
    padding-right: 30px;
}

.cupon .right>.points {
    box-sizing: border-box;
    text-align: right;
    margin-bottom: 4px;
    position: absolute;
    top: 0;
    right: 0;
    width: 158px;
    height: 158px;
    float: right;
    padding: 8px;
    padding-right: 10px;
}

.cupon .right>.points::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border: 100px solid transparent;
    border-bottom-color: #92bb1f;
    transform: rotate(45deg) translate(0px, -141px);
}


.cupon .right a {
    color: #FFF;
    position: relative;
    font-size: 16px;
    padding: 0 15px;
    text-align: center;
    text-transform: lowercase;
    line-height: 38px;
    display: inline-block;
    width: auto;
    border-radius: 4px;
    padding-right: 50px;
    border-radius: 9px;
    font-weight: 700;
    text-align: left;
    background-color: #92bb1f;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-image: url(../img/sprite_points-print.png);
    background-repeat: no-repeat;
    background-position: 89% center;
    background-size: 20px;
    z-index:5;
}

.cupon .right a::first-letter {
    text-transform: capitalize;
}

.cupon .right a:hover {
    text-decoration: none;
    background-color: #92bb1f;
}

.cupon .right p.pmensaje {
    color: #92bb1f;
    border: 1px solid #92bb1f;
    position: relative;
    font-size: 16px;
    padding: 0 15px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    line-height: 33px;
    width: 100%;
    border-radius: 9px;
    font-weight: 700;
    max-width: 150px;
}

.cupon .right span {
    position: relative;
}

.cupon .right span.ahorro {
    font-size: 26px;
    font-weight: 700;
    color: #92bb1f;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    width: 100%;
    display: inline-block;
    padding-right: 0px;
}

.cupon .right span.coge_importe {
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    color: #003a81;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-right: 0px;
    margin-top: 0px;
}

.cupon hr {
    margin: 1em 0 .7em 0;
    float: left;
    width: 100%;
    border: .5px solid #92bb1f;
}

.cupon.reem hr {
    display: none;
}

.cupon .footer .title {
    font-size: 15px;
    color: #92bb1f;
    margin: 9px 0;
    font-family: 'asapbold';
    text-align: center;
}

.cupon .footer p {
    font-size: 13px;
    margin: 0;
    color: #003a81;
    line-height: 18px;
    text-align: center;
    font-family: 'asapregular';
}

.cupon .points span {
    font-size: 21px;
    color: #FFF;
    width: 100%;
    float: left;
    font-family: 'asapregular';
}

.cupon .points span.value {
    font-size: 32px;
    width: auto;
    float: none;
    font-family: 'asapbold';
}

.cupon i.points {
    display: inline-block;
    width: 30px;
    height: 25px;
    background: url(../img/sprite_points.png) no-repeat -2px -223px;
    line-height: 35px;
}

.cupon .popConfirmacion {
    width: 100%;
    position: absolute;
    top: -3px;
    left: -3px;
    height: 100%;
    border: 3px dashed #92BB1F;
    box-sizing: content-box;
    z-index: 10;
}

.cupon .popConfirmacion .contentPop {
    width: 100%;
    height: calc(100% + 1px);
    display: table;
    background-color: rgba(146, 187, 31, 0.8196078431372549);
}

.cupon .popConfirmacion .contentPop .cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.cupon .popConfirmacion .contentPop .cell .content {
    margin: 0 auto;
    max-width: 450px;
    color: #fff;
    float: none;
}


.cupon .popConfirmacion .contentPop .cell .content>.puntos {
    width: 100%;
    text-align: center;
    float: left;
}

.cupon .popConfirmacion .contentPop .cell .content .puntos i.points {
    width: 52px;
    height: 64px;
    background: url(../img/sprite_points.png) no-repeat center 0px;
    line-height: 80px;
    margin-right: 2px;
}

.cupon .popConfirmacion .contentPop .cell .content .puntos span.valor {
    font-size: 59px;
    font-weight: 700;
    color: white;
}

.cupon .popConfirmacion .contentPop .cell .content .puntos span.puntos {
    font-size: 39px;
    font-weight: 700;
    margin-left: 3px;
    color: white;
}

.capaEspera{
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding-bottom: 40px;
    padding-top: 20%;
    z-index: 20;
    vertical-align: middle;
    line-height: 100%;
    text-align: center;
    background: #003a81 url(../img/loading.gif) center 30%/200px no-repeat;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.05, 1.05);
    }

    100% {
        -webkit-transform: scale(1, 1);
    }
}

.cupon .popConfirmacion .contentPop .cell .content p {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    float: left;
    margin: 0px;
    width: 100%;
    color: white;
}

.cupon .popConfirmacion .contentPop .cell .content p.imprimir {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    float: left;
    animation: pulsate 1s infinite;
    width: 100%;
    color: #666666;
}

.cupon .popConfirmacion .contentPop .cell .content a.no {
    float: left;
    width: 21%;
    margin: 35px 6% 35px 23%;
    height: 45px;
    line-height: 45px;
    background: #485d0dd1;
    color: #FFF;
    text-align: center;
    font-size: 19px;
    border-radius: 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cupon .popConfirmacion .contentPop .cell .content a.yes {
    float: left;
    width: 21%;
    margin: 35px 23% 35px 6%;
    height: 45px;
    line-height: 45px;
    background: #485d0dd1;
    color: #FFF;
    text-align: center;
    font-size: 19px;
    border-radius: 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cupon .popConfirmacion .contentPop .cell .content a.no:hover {
    text-decoration: none;
    background-color: white;
    color: #485d0dd1;
}

.cupon .popConfirmacion .contentPop .cell .content a.yes:hover {
    text-decoration: none;
    background-color: white;
    color: #485d0dd1;
}

.cupon .popConfirmacion .contentPop .cell .content input.yes {
    float: left;
    width: 21%;
    margin: 35px 23% 35px 6%;
    height: 45px;
    line-height: 45px;
    background: #6FB821;
    color: #FFF;
    text-align: center;
    font-size: 19px;
    border-radius: 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cupon .popConfirmacion .contentPop .cell .content input.yes:hover {
    text-decoration: none;
    background-color: #FF1D7A;
    color: #FFF;
}

.pc {
    display: block;
}

.movil {
    display: none;
}

.error-container {
    display: table;
    width: 100%;
    min-height: 250px;
    padding: 10px;
}

.error-container .error {
    border: 3px dashed #c6c5c5;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #545454;
}


.cupon .popConfirmacion .contentPrint {
    width: 100%;
    height: calc(100% + 1px);
    display: table;
    background-color: rgba(256, 256, 256, 0.95);
}

.cupon .popConfirmacion .contentPrint .cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.cupon .popConfirmacion .contentPrint .cell .content {
    margin: 0 auto;
    max-width: 550px;
    color: #fff;
    float: none;
}

.cupon .popConfirmacion .contentPrint .cell .content .printButton {
    width: 42%;
    float: left;
    margin: 0px 4%;
}

.cupon .popConfirmacion .contentPrint .cell .content .printButtonSolitario {

    float: left;
    margin: 0px 4%;
}

.cupon .popConfirmacion .contentPrint .cell .content .printButton p,
.cupon .popConfirmacion .contentPrint .cell .content .printButtonSolitario p {
    color: #6f8ebb;
    font-size: 14px;
    line-height: 17px;
}


.cupon .popConfirmacion .contentPrint .cell .content p {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    float: left;
    margin: 0px;
    width: 100%;
    color: #666666;
}

.cupon .popConfirmacion .contentPrint .cell .content p.imprimir {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    float: left;
    animation: pulsate 1s infinite;
    width: 100%;
    color: #666666;
}

.cupon .popConfirmacion .contentPrint .cell .content a.no {
    float: left;
    width: 100%;
    margin: 50px 0 15px;
    height: 45px;
    line-height: 45px;
    background: #6FB821;
    color: #FFF;
    text-align: center;
    font-size: 19px;
    border-radius: 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cupon .popConfirmacion .contentPrint .cell .content a.no:hover {
    text-decoration: none;
    background-color: #75951A;
    color: #FFF;
}


.cupon .popConfirmacion .contentPrint .cell .content input.yes {
    float: left;
    width: 100%;
    margin: 50px 0 15px;
    border: 0px;
    height: 45px;
    line-height: 45px;
    background: #6FB821;
    color: #FFF;
    text-align: center;
    font-size: 19px;
    border-radius: 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cupon .popConfirmacion .contentPrint .cell .content input.yes:hover {
    text-decoration: none;
    background-color: #75951A;
    color: #FFF;
}

/*popError*/


.cupon .popConfirmacion .contentError {
    width: 100%;
    height: calc(100% + 1px);
    display: table;
    background-color: rgba(256, 256, 256, 0.95);
}

.cupon .popConfirmacion .contentError .cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.cupon .popConfirmacion .contentError .cell .content {
    margin: 0 auto;
    max-width: 550px;
    color: #fff;
    float: none;
}

.cupon .popConfirmacion .contentError .cell .content p {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    float: left;
    margin: 0px;
    width: 100%;
    color: #666666;
}

.cupon .popConfirmacion .contentError .cell .content a {
    float: left;
    width: 30%;
    margin: 30px 35% 15px;
    height: 45px;
    line-height: 45px;
    background: #6FB821;
    color: #FFF;
    text-align: center;
    font-size: 19px;
    border-radius: 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cupon .popConfirmacion .contentError .cell .content a:hover {
    text-decoration: none;
    background-color: #75951A;
    color: #FFF;
}

/*Content printed*/

.cupon .popConfirmacion .contentPrinted {
    width: 100%;
    height: calc(100% + 1px);
    display: table;
    background-color: rgba(256, 256, 256, 0.95);
}

.cupon .popConfirmacion .contentPrinted .cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.cupon .popConfirmacion .contentPrinted .cell .content {
    margin: 0 auto;
    max-width: 550px;
    color: #fff;
    float: none;
}

.cupon .popConfirmacion .contentPrinted .cell .content p {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    float: left;
    margin: 0px;
    width: 100%;
    color: #666666;
}

.cupon .popConfirmacion .contentPrinted .cell .content a {
    float: left;
    width: 30%;
    margin: 40px 35% 15px;
    height: 45px;
    line-height: 45px;
    background: #6FB821;
    color: #FFF;
    text-align: center;
    font-size: 19px;
    border-radius: 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cupon .popConfirmacion .contentPrinted .cell .content h2 {
    margin-bottom: 10px;
    padding-top: 50px;
    background-image: url(../img/sobre.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.cupon .popConfirmacion .contentPrinted .cell .content a:hover {
    text-decoration: none;
    background-color: #75951A;
    color: #FFF;
}


/*REEMBOLSOS*/

.tReem h2 {
    font-family: 'Lato';
    font-weight: 700;
    color: #92bb1f;
    font-size: 30px;
    text-align: center;
    width: 100%;
    margin: 40px 0px 40px 0px;
    float: left;
}

.galeria h2 {
    font-family: 'Lato';
    font-weight: 700;
    color: #92bb1f;
    font-size: 30px;
    text-align: center;
    width: 100%;
    margin: 0px 0px 40px 0px;
}

.tReem h3 {
    color: #666666;
    float: left;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    margin: 40px 0 10px;
    text-align: center;
    width: 100%;
}

.tReem #IBAN h3 {
    margin: 20px 0 10px;
}

.reembolsoHome ul {
    width: 100%;
    margin: 60px 0px 76px;
    float: left;
}

.reembolsoHome ul li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0px 20px;
    height: auto;
    text-align: center;
    font-family: 'Lato';
    font-weight: 400;
    color: #666666;
}

.reembolsoHome ul li a {
    font-family: 'Lato';
    font-weight: 400;
    background-color: white !important;
    color: #666666;
    float: none;
    text-transform: lowercase;
    width: auto;
    text-align: left;
    padding: 0px;
    text-decoration: underline;
}

.reembolsoHome ul li img {
    width: 100%;
    float: left;
}

.reembolsoHome ul li b {
    font-family: 'Lato';
    width: 100%;
    float: left;
    font-weight: 700;
    color: #e32779;
    margin: 20px 0px 3px;
}

.reembolsoHome a {
    color: #FFF;
    position: relative;
    font-size: 16px;
    padding: 2px 15px;
    text-align: center;
    text-transform: uppercase;
    line-height: 18px;
    float: left;
    width: 29%;
    border-radius: 9px;
    height: 40px;
    font-weight: 700;
    background-color: #6FB821;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.reembolsoHome a#ContentPlaceHolder1_aIrASeleecion {
    margin: 35px 0px 0px 19%;
}

.reembolsoHome a#ContentPlaceHolder1_aVerEstatus {
    margin: 35px 0px 0px 4%;
}

.reembolsoHome a:hover {
    text-decoration: none;
    background-color: #75951A;
}

.cupon.reem .left {
    width: 75%;
}

.cupon.reem .right {
    width: 25%;
}

.cupon.reem .right a {
    padding: 0px;
    background-image: none;
    width: 100%;
    margin-left: -40px;
}

.cupon.reem .right span.ahorro {
    font-size: 24px;
    width: 120%;
    margin-left: -60px;
}



/*SOLICITAR OFERTA*/

p.proced {
    color: #666666;
    text-align: center;
    width: 80%;
    margin: 0px 10%;
    font-size: 18px;
    line-height: 23px;
}

/*STATUS*/

ul.solicitudes {
    float: left;
    margin: 10px 10% 0;
    width: 80%;
}


ul.solicitudes li {
    background: #f4f4f4;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    padding: 0 10px;
    width: 100%;
    background-image: url(../img/plusStatus.png);
    background-position: 99% center;
    background-repeat: no-repeat;
}

ul.solicitudes li.sinsolicitud {
    background: #f4f4f4;
    background-image: none;
}

ul.solicitudes li a {
    color: #666;
    width: 100%;
    float: left;
    line-height: 40px;
}

ul.solicitudes li a b {
    color: #e32779;
}

ul.rechazadas {
    float: left;
    margin: 10px 10% 0;
    width: 80%;
}


ul.rechazadas li {
    background: #f4f4f4 none repeat scroll 0 0;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    padding: 0 10px;
    width: 100%;
}

ul.rechazadas li a {
    color: #666;
}

ul.rechazadas li a b {
    color: #e32779;
}

ul.rechazadas li span {
    color: #e32779;
    float: right;
    font-weight: 700;
    line-height: 40px;
}

div.hucha {
    float: left;
    margin: 24px 10% 0;
    width: 80%;
}

div.hucha p {
    color: #92bb1f;
    float: left;
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    margin: 19px 0 0 10px;
    width: calc(100% - 360px);
}

div.hucha a {
    color: #FFF;
    position: relative;
    font-size: 18px;
    padding: 0px 15px;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    width: 350px;
    border-radius: 9px;
    height: 50px;
    font-weight: 700;
    background-color: #e32779;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0px;
    float: right;
}

/*SOLICITAR*/

#ContentPlaceHolder1_divPreviewTicket {
    width: 100%;
    height: 100%;
    border: 3px dashed #c6c5c5;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 5;
    background-color: #FFF;
    overflow: auto;
    padding-bottom: 30px;
}

#ContentPlaceHolder1_divPreviewTicket p {
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    width: 80%;
    margin: 40px auto 0px;
    max-width: 600px;
    line-height: 28px;
}

#ContentPlaceHolder1_divPreviewTicket img {
    width: 40%;
    margin: 30px 30%;
}

#ContentPlaceHolder1_divPreviewTicket #ContentPlaceHolder1_btnCancelar {
    width: 19%;
    background-color: #e32779;
    margin-left: 30%;
    float: left;
    color: #FFF;
    line-height: 40px;
    border-radius: 9px;
    height: 40px;
    border: 0px;
}

#ContentPlaceHolder1_divPreviewTicket #ContentPlaceHolder1_btnConfirmar {
    width: 19%;
    background-color: #e32779;
    margin-left: 2%;
    float: left;
    color: #FFF;
    line-height: 40px;
    border-radius: 9px;
    height: 40px;
    border: 0px;
}

/*STATUS INT*/

p.solicitud {
    background-color: #f4f4f4;
    color: #666666;
    line-height: 40px;
    height: 40px;
    line-height: 40px;
    margin: 30px 10%;
    width: 80%;
    padding: 0px 10px;
    float: left;
    font-size: 18px;
}

p.solicitud b {
    color: #e32779;
}

p.rechazo {
    color: #666666;
    line-height: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: 0px;
    width: 100%;
    padding: 0px;
    float: left;
    font-size: 18px;
    margin-bottom: 50px;
}

p.motrechazo {
    color: #666666;
    line-height: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: 0px;
    width: 100%;
    padding: 0px;
    float: left;
    font-size: 18px;
    margin-bottom: 50px;
}

p.rechazoLink {
    color: #666666;
    line-height: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: 0px;
    width: 100%;
    padding: 0px;
    float: left;
    font-size: 18px;
    text-align: center;
    margin: 0px;
    cursor: pointer;
}


div.rechazo {
    position: absolute;
    top: 0px;
    width: 100%;
    background: #FFF;
    height: calc(100% - 40px);
    font-size: 15px;
    font-weight: 400;
    border: 1px dashed #e32779;
    padding: 5%;
    text-align: center;
}

div.rechazo .rechazo_Cont {
    display: table;
    width: 100%;
    height: 100%;
}

div.rechazo .rechazo_Cont p {
    font-size: 13px;
    display: table-cell;
    margin: 0px;
    vertical-align: middle;
    color: #666666;
}

div.carousel {
    width: 80%;
    margin: 0px 10% 30px;
    max-width: 1200px;
    float: left;
}

div.carousel.subida {
    margin: 50px 10% 30px;
}

div.carousel a {
    height: 196px;
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}

div.carousel .owl-next {
    right: -45px;
}

div.carousel .owl-prev {
    left: -45px;
}

div.carousel .owl-dots {
    display: none;
}

div.carousel span.plus {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url(../img/plus.png);
    background-position: center center;
    background-size: cover;
}

div.carousel .owl-carousel .item {
    box-shadow: 1px 1px 5px #888888;
    height: 195px;
    margin-bottom: 3px;
    margin-right: 4px;
    margin-top: 2px;
    margin-left: 1px;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #92cc4a;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #006915;
}

.owl-prev {
    background: url("../img/owlLeft.png") !important;
    height: 196px;
    left: 9px;
    margin-top: -97px !important;
    padding: 0 !important;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 31px;
    z-index: 2;
    cursor: pointer;
}

.owl-theme .owl-nav .disabled {
    display: none !important;
}

.owl-next {
    background: url("../img/owlRight.png") !important;
    height: 196px;
    right: 9px;
    margin-top: -97px !important;
    padding: 0 !important;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 31px;
    z-index: 2;
    cursor: pointer;
}

.owl-theme .owl-dots {
    text-align: right !important;
}

.owl-carousel .owl-stage {
    margin: 0px auto !important;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0px;
    font-family: futura_ltlight;
    width: 50%;
    margin: 0px 25%;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0px;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.fileUpload input.fake {
    width: 100%;
    border: 0px;
    background-color: #f4f4f4;
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
    box-sizing: border-box;
    font-family: 'Lato';
    text-align: center;
    color: #999999;
}

a.upload {
    color: #FFF;
    position: relative;
    font-size: 18px;
    padding: 0px 15px;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    float: left;
    width: 50%;
    border-radius: 9px;
    height: 40px;
    font-weight: 700;
    background-color: #e32779;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 20px 25% 60px;
}

a.upload:hover {
    text-decoration: none;
    background-color: #6FB821;
}



.fileUploadSame {
    position: relative;
    overflow: hidden;
    margin: 0px;
    font-family: futura_ltlight;
    width: 39%;
    margin: 50px 0 0 10%;
    float: left;
}

.fileUploadSame input.uploadSame {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0px;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 40px;
}

.fileUploadSame input.fake {
    width: 100%;
    border: 0px;
    background-color: #f4f4f4;
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
    box-sizing: border-box;
    font-family: 'Lato';
    text-align: center;
    color: #999999;
}

a.uploadSame {
    color: #FFF;
    position: relative;
    font-size: 18px;
    padding: 0px 15px;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    float: right;
    width: 39%;
    border-radius: 9px;
    height: 40px;
    font-weight: 700;
    background-color: #e32779;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    margin: 49px 10% 0px 0px;
    transition: all .3s ease-in-out;
}

a.uploadSame:hover {
    text-decoration: none;
    background-color: #6FB821;
}


a.verofertas,
input.verofertas {
    color: #FFF;
    position: relative;
    font-size: 18px;
    padding: 0px 15px;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    float: left;
    width: 50%;
    border-radius: 9px;
    height: 40px;
    font-weight: 700;
    background-color: #92bb1f;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0px 25% 40px;
    border: 0px;
}

a.verofertas:hover,
input.verofertas:hover {
    text-decoration: none;
    background-color: #92bb1f;
}


a.verofertas.status {
    margin-top: 60px;
}

input.verofertas.status {
    margin-top: 30px;
}

input.verofertas.enviar {
    background-color: #92bb1f;
}

input.verofertas.enviar:hover {
    background-color: #6FB821;
}



/*COBRO*/

.formulario {
    float: left;
    margin: 20px 10%;
    width: 80%;
}

.formulario input[type="text"] {
    border: 0px;
    background-color: #f4f4f4;
    width: 100%;
    line-height: 44px;
    height: 44px;
    box-sizing: border-box;
    padding: 0px 43px 0px 15px;
    color: #999999;
}

.formulario .contenedor-input-left {
    width: calc(50% - 5px);
    float: left;
}

.formulario .contenedor-input-right {
    width: calc(50% - 5px);
    float: right;
}

.formulario .contenedor-input-iban {
    float: left;
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.formulario .contenedor-input-iban a {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 24px;
    width: 24px;
    background-color: #e32779;
    color: #FFF;
    line-height: 24px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
}

.formulario .check {
    float: left;
    margin: 5px 0 6px;
    padding: 8px 0 0;
}

.formulario .check input {
    display: none;
}

.formulario .check input[type="checkbox"]+label {
    background: url(../img/check.png) no-repeat scroll left center;
    color: #404040;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    padding: 0 0px 0 25px;
    margin-left: 0px;
    float: left;
}

.formulario .check input[type="checkbox"]+label a {
    color: #404040;
    font-weight: 400;
    font-style: italic;
    text-decoration: underline;
}

.formulario .check input[type="checkbox"]:checked+label {
    background: url(../img/check_on.png) no-repeat scroll left center;
}

.formulario p {
    color: #FF0000;
    font-size: 13px;
    margin: 0px 0px 10px 0px;
}

.formulario p.iban {
    color: #FF0000;
    font-size: 13px;
    margin: 10px 0px 0px 0px;
    float: left;
}

.leyenda {
    float: left;
    font-size: 12px;
    line-height: 16px;
    margin: 20px 10% 0;
    text-align: justify;
    width: 80%;
}

.contenedor-button {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0px 20px;
}

.alerta {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(256, 256, 256, 0.9);
    width: 100%;
    height: 100%;
    z-index: 6;
    border: 3px dashed #c6c5c5;
    padding: 50px 10%;
    box-sizing: border-box;
    overflow: auto;
}

.alerta_cont {
    width: 100%;
    height: 100%;
    display: table;
}

.alerta_cont .content {
    display: table-cell;
}

.alerta_cont p {
    text-align: center;
    font-size: 20px;
    color: #666666;
    margin-bottom: 39px;
    font-weight: 400;
    width: 60%;
    margin: 0px 20% 50px;
}

.alerta_cont a.verofertas {
    width: 60%;
    margin: 0px 20%;
}

.alerta_cont a.pop_cerrar {}

.alerta_cont a.pop_cerrar {
    color: #FFF;
    position: relative;
    font-size: 18px;
    padding: 0px 15px;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    float: left;
    width: 30%;
    margin: 0px 35%;
    border-radius: 9px;
    height: 40px;
    font-weight: 700;
    background-color: #6FB821;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 0px;
}

.alerta_cont a.pop_cerrar:hover {
    text-decoration: none;
    background-color: #e32779;
}

body.bases {
    background-color: #e8e8e8;
    background-image: url(https://centradaenti.es/wp-content/uploads/2015/05/flores-cet.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    height: 100%;
}

div.bases {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 40px 40px;
    width: 90%;
    min-height: 100%;
}

div.bases h1 {
    color: #ff1d7a;
    font-family: "Lato";
    font-weight: normal;
    margin-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    font-size: 30px;
}

div.bases h2 {
    color: #ff1d7a;
    font-family: "Lato";
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

div.bases p {
    font-family: "Lato";
    font-weight: 400;
    text-align: justify;
}

@media(max-width: 767px) {

    h2 {
        font-size: 21px;
    }

    .pc {
        display: none;
    }

    .movil {
        display: block;
    }

    .wrapper,
    .wrapperreembolso {
        width: 100%;
    }

    .cupon {
        width: 100%;
        max-width: 400px;
        margin: 0px auto 20px;
    }

    .cupon .left,
    .cupon .right {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    .cupon.reem .left,
    .cupon.reem .right {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    .cupon .left .points.movil {
        box-sizing: border-box;
        text-align: right;
        margin-bottom: 0px;
        position: relative;
        width: 110px;
        height: 110px;
        margin-right: -17px;
        margin-top: -17px;
        float: right;
        background-image: url(../img/triangle.png);
        padding: 10px;
    }

    .cupon .left .points.movil span {
        font-size: 13px;
        color: #FFF;
        width: 100%;
        float: left;
    }

    .cupon .left .points.movil span.value {
        font-size: 20px;
        width: auto;
        float: none;
    }

    .cupon .right span.ahorro {
        text-align: center;
        font-size: 35px;
        padding: 0px;
        margin-top: 25px;
        margin-left: 0px;
    }

    .cupon.reem .right span.ahorro {
        text-align: center;
        font-size: 35px;
        padding: 0px;
        margin-top: 25px;
        margin-left: 0px;
        width: 100%;
    }

    .cupon .right span.coge_importe {
        text-align: center;
        font-size: 65px;
        padding: 0px;
        margin-bottom: 30px;
        margin-left: 0px;
        margin-top: 8px;
        width: 100%;
    }

    .cupon.reem .right span.coge_importe {
        text-align: center;
        font-size: 65px;
        padding: 0px;
        margin-bottom: 30px;
        margin-left: 0px;
        margin-top: 8px;
        width: 100%;
    }

    .cupon .left .cuponValido {
        font-size: 17px;
        line-height: 22px;
        margin: 10px 0px 5px 0px;
        width: 100%;
    }

    .cupon .left .nombreProducto {
        font-size: 17px;
        color: #6f8ebb;
        width: 100%;
        line-height: 28px;
        margin: 0px 0px 5px 0px;
    }

    .cupon .right a {
        height: 46px;
        line-height: 46px;
        font-size: 19px;
        background-image: url(../img/sprite_points.png);
        background-repeat: no-repeat;
        background-position: 9px -413px;
        margin-top: 25px;
        margin-left: 0px;
    }

    .cupon .right p.pmensaje {
        height: 46px;
        line-height: 46px;
        font-size: 19px;
        margin-top: 25px;
        margin-left: 0px;
    }

    .cupon .right a:after {
        display: none;
    }

    .cupon .right p.pmensaje:after {
        display: none;
    }

    .cupon .popConfirmacion .contentPrint .cell .content p {
        font-size: 17px;
        line-height: 20px;
        margin: 0px 5%;
        width: 90%;
    }

    .cupon .popConfirmacion .contentPrinted .cell .content p {
        font-size: 17px;
        line-height: 20px;
        margin: 0px 5%;
        width: 90%;
    }

    .cupon .popConfirmacion .contentError .cell .content p {
        font-size: 17px;
        line-height: 20px;
        margin: 0px 5%;
        width: 90%;
    }

    .cupon .popConfirmacion .contentPrint .cell .content a.no,
    .cupon .popConfirmacion .contentPrint .cell .content input.yes {
        margin: 35px 0 15px;
    }

    .cupon .popConfirmacion .contentError .cell .content a {
        width: 50%;
        margin: 30px 25% 0px;
    }

    .cupon .popConfirmacion .contentPrinted .cell .content a {
        width: 50%;
        margin: 30px 25% 0px;
    }

    .cupon .popConfirmacion .contentPrint .cell .content .printButton {
        width: 80%;
        float: left;
        margin: 0px 10%;
    }

    .cupon .popConfirmacion .contentPrint {
        height: 100%;
    }

    .tReem h2 {
        margin: 30px 0px 30px 0px;
        font-size: 18px
    }

    .tReem h3 {
        font-size: 15px;
    }

    a.verofertas,
    input.verofertas {
        width: 80%;
        margin: 0px 10% 40px;
    }

    .reembolsoHome ul {
        width: 100%;
        margin: 60px 0px 0px;
        float: left;
    }
}

@media(max-width: 640px) {

    .reembolsoHome ul li {
        width: 50%;
        height: 400px;
    }

    .reembolsoHome a {
        margin: 0px 5% 10px !important;
        width: 90%;
        line-height: 37px;
        font-size: 13px;
    }

    div.hucha a {
        width: 100%;
        margin-top: 30px;
        font-size: 14px;
    }

    div.hucha p {
        width: 100%;
        text-align: center;
        margin: 0px;
    }

    ul.solicitudes li a {
        font-size: 13px;
    }

    ul.rechazadas li a {
        font-size: 13px;
    }

    .fileUploadSame {
        width: 80%;
        margin: 50px 0 0 10%;
    }

    a.uploadSame {
        width: 80%;
        margin: 25px 10% 0px 10%;
    }

    #ContentPlaceHolder1_divPreviewTicket #ContentPlaceHolder1_btnCancelar {
        width: 80%;
        margin-left: 10%;
    }

    #ContentPlaceHolder1_divPreviewTicket #ContentPlaceHolder1_btnConfirmar {
        width: 80%;
        margin-left: 10%;
        margin-top: 20px;
    }

    .fileUpload {
        width: 80%;
        margin: 0px 10%;
    }

    .fileUpload input.upload {
        height: 40px;
        width: 100%;
    }

    a.upload {
        width: 80%;
        margin: 20px 10% 40px;
    }

    .alerta_cont p {
        font-size: 16px;
        width: 100%;
        margin: 0px 0% 50px;
    }

}

@media(max-width: 450px) {

    a.verofertas,
    input.verofertas {
        font-size: 12px;
    }
}

@media(max-width: 420px) {

    .reembolsoHome ul li {
        width: 50%;
        height: 300px;
    }

    ul.rechazadas li a span {
        display: none;
    }

    ul.rechazadas li {
        background: #f4f4f4;
        box-sizing: border-box;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        padding: 0 10px;
        width: 100%;
        background-image: url(../img/plusStatus.png);
        background-position: 99% center;
        background-repeat: no-repeat;
    }

    p.solicitud {
        font-size: 14px;
    }

}


.descuento{
    font-weight: bold;
    color:#DA2C83;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    margin-top: 10px;
}