/* General */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

html {
    background: transparent!important;
}
body {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
}
.cashback {
    color: #ffffff;
    font-size: 27px;
    max-height: 800px;
    height: 800px;
    padding: 42px 21px 50px 21px;
}
.cashback .cb-inner {
    /*max-width: 1700px;
    margin: 0 auto;*/
    height: 700px;
}
.cashback h2, .cashback .uk-h1 {
    color: #ffffff;
}
.cashback h1 {
    color: #ffffff;
    margin-bottom: 0;
}
.cashback input {
    width: 80%;
    max-width: 506px;
    height: 54px;
    font-size: 32px;
    text-align: center;
    margin-bottom: 7px;
    margin-top: 7px;
}
.cashback input::placeholder {
    color: #FF3E00;
    font-size: 25px;
}

/* Login Page */
.cb-main .cashback {
    color: #ffffff;
    font-size: 27px;
    max-height: 700px;
    height: 700px;
    padding: 0;
}

.friends {
    position: absolute;
    max-width: 800px;
    width: 60%;
    left: 0;
    bottom: 0;
}
@media screen and (max-width: 768px) {
    .friends {
        display: none;
    }
    .cashback .cb-inner {
        /*max-width: 1700px;
        margin: 0 auto;*/
        height: 500px;
    }
}
.smart-check-container {
    background: #f7e1be;
    border-radius: 78px;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    padding: 30px 7px;
}
.smart-icon {
    text-align: center;
    height: 75px;
}
.smart-icon img {
    height: 160px;
    position: absolute;
    top: -75px;
    right: 34%;
}
.smart-check-title {
    color: #FF3E00;
    font-weight: bold;
    font-size: 45px;
}
.container-main {
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.card {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border: none;
    border-radius: 15px;
}
.cb-button {
    background: #FF3E00;
    border: none;
    border-radius: 150px;
    height: 70px;
    width: 340px;
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}
.form-control {
    border-radius: 60px;
    border: 2px solid #e9ecef;
    padding: 7px 14px;
}
.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.cb-icon {
    height: clamp(35px, 5vw, 68px);
}
.cb-title {
    font-size: clamp(40px, 5vw, 78px);
    font-weight: bold;
    line-height: 1;
    margin-left: 10%;
}

/* Internal pages */
.cb-label {
    background: #76BD20;
    width: 100%;
    height: 130px;
    margin: 0 auto 0 20px;
    border-radius: 50px 50px 0 0;
    padding-top: 14px;
    font-size: 50px;
    max-width: 590px;
}
.cb-content {
    background: url("../assets/bg-card.png");
    background-size: cover;
    color: #ffffff;
    padding: 40px 20px;
    aspect-ratio: 594 / 333;
    max-width: 594px;
    margin: 0 auto;
    transform: translateX(5%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.cb-acumulado {
    font-size: clamp(20px, 10vw, 34px);
    font-weight: bold;
    line-height: 1.2;
}
.cb-value {
    font-size: clamp(84px, 10vw, 124px);
    line-height: 1.2;
    font-weight: bold;
}
.uk-h1.cb-message {
    color: #F7E5BE;
}
.cb-text {
    max-width: 580px;
    margin: 0 auto;
}
.cb-notice {
    font-size: 20px;
    margin: 20px auto 0 auto;
    color: #F7E5BE;
}
.uk-h2 {
    font-weight: bold;
    color: #F7E5BE;
}
.cb-logout {
    cursor: pointer;
    text-align: right;
    margin-bottom: 14px;
    position: absolute;
    right: 14%;
}
.cb-logout img {
    height: clamp( 28px, 5vw, 40px);
}
.uk-grid > * {
    padding-left: 50px;
}
.am-button {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 290px;
    height: 76px;
    display: flex;
    font-size: clamp(18px, 5vw, 22px);
    align-items: center;
    justify-content: center;
    background: url("../assets/bg-button.png");
    background-repeat: no-repeat;
    background-size: contain;
    color: #ffffff;
    font-weight: bold;
    margin-top: 21px;
}
.am-button:hover {
    text-decoration: none;
    color: #ffffff;
}

.info-title {
    font-size: clamp(30px, 5vw, 50px);
    line-height: 1;
    text-align: center;
    font-weight: bold;
}
.cb-date {
    margin-bottom: 50px;
}

.no-socio {
    background: #FFFFFF;
    color: #E75E00;
    width: 88%;
    border-radius: 33px;
    padding: 7px;
    text-align: center;
    font-size: 40px;
    margin-bottom: 12px;
}
.cb-button-b {
    background: #FF3E00;
    border: none;
    border-radius: 150px;
    height: 70px;
    width: 340px;
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    padding: 8px 50px 11px;
}
.arrow {
    top:2px;
    right: -30px;
    position: relative;
    display: inline-block;
    width: 15px;
    height: 17px;
    background-color: #fff;
    -webkit-mask-image: url('../assets/arrow-a.svg');
    mask-image: url('../assets/arrow-a.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.cb-button-b:hover {
    background: #9e0412;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}
.cb-button-b:hover .arrow {
    background-color: #ffffff;
}
.mc-background.cb-datos-usuario {
    background: url("../assets/cb-puntos-bg.webp");
    background-size: cover;
    background-position: top center;
    height: 100vh;
}

@media screen and (max-width: 768px) {
    .uk-grid>* {
        padding-left: 0;
    }
    .cb-label {
        height: 100px;
        font-size: 36px;
        border-radius: 30px 30px 0 0;
        padding-top: 10px;
        margin-left: 0;
        width: 98%;
  }
    .cb-content {
        top: -20px;
        border-radius: 0 30px 30px 30px;
        padding: 20px 0;
    }
    .cb-acumulado {
        font-size: 36px;
    }
    .cb-value {
        font-size: 80px;
    }
    .cb-notice {
        font-size: 16px;
    }
    .cashback {
        padding: 0 20px 100px 20px;
    }
    .cashback > div:nth-child(2) {
        padding-top: 80px;
    }
    .am-button {
        position: absolute;
        top: 50%;
        right: 0;
        width: 150px;
        height: 39px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url("../assets/bg-button.png");
        background-size: contain;
        background-repeat: no-repeat;
        color: #ffffff;
        font-weight: bold;
        font-size: 12px;
    }
    .padding-top-m {
        padding-top: 60px;
    }
    .cb-content div {
        position: relative;
        left: 20px;
    }
}