﻿body {
    background-color: #F5EBDC !important; 
}

/* ===================== FUENTES ===================== */
@font-face {
    font-family: 'FlameCondensed';
    src: url('../fonts/FlameCondensed.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FlameRegular';
    src: url('../fonts/FlameRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FlameSans';
    src: url('../fonts/FlameSans.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* ===================== BOTÓN ===================== */
.btn-button-Continuar-App {
    width: 90%;
    max-width: 320px;
    height: 52px;
    background-color: #d72300;
    border: 1px solid #008938;
    border-radius: 15px;
    font-family: 'FlameSans';
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5rem auto 1rem auto;
    border: none;
}

/* ===================== LOGO ===================== */
.container-logo-bk {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 11vh;
    margin: 1.5rem auto 0 auto;
    max-width: 500px;
    border-radius: 20px;
    background-image: url('../images/logo-BK.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ===================== IMAGEN ===================== */
.container-product-bk {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 20vh;
    padding: 0.75rem 1rem;
    border-radius: 20px;
    background-image: url('../images/Producto_BK_Uruguay.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.container-image-bk {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 20vh;
    padding: 0.75rem 1rem;
    border-radius: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ===================== CARD PRODUCTO ===================== */
.card-product {
    width: 92vw;
    max-width: 336px;
    height: auto;
    min-height: 55vh;
    border: none;
    margin: 0 auto 2rem auto;
    background-color: #fffaf3;
    border-radius: 20px;
    border: 5px solid #E8D9C2;
    box-shadow: 0px 8px 24px rgba(80, 35, 20, 0.15);
}

/* ===================== TEXTOS ===================== */
.text-danger-finally {
    font-family: 'FlameSans';
    font-size: 16px;
    line-height: 22px;
    color: #502314 !important;
}

.text-name-user {
    font-family: 'FlameSans';
    font-size: 27px;
    line-height: 22px;
    color: #502314 !important;
}

.text-download {
    color: #ff8732;
    font-family: 'flameRegular';
    text-transform: uppercase;
}

/* ===================== FOOTER ===================== */
.footer-bk {
    width: 100%;
    background-color: #502314;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: fixed; 
    bottom: 0;
    left: 0;
    z-index: 999;
    box-sizing: border-box;
}

.footer-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

/* ===================== MY MODAL ===================== */
#myModal {
    font-family: 'FlameSans';
    color: #502314;
}

    #myModal .modal-header {
        border-bottom: none !important;
    }

    #myModal .modal-footer {
        border-top: none !important;
    }
    /* ===================== MEDIA QUERIES ===================== */
    /* ===================== MOBILE ===================== */
    @media (max-width: 767px) {
        .card-container {
        min-height: 100vh !important;
    }

    .btn-button-Continuar-App {
        width: 90%;
        height: 50px;
        font-size: 16px;
        margin-top: 1.5rem;
    }

    .container-logo-bk {
        height: 100px;
        margin-top: 2rem;
    }

    .card-product {
        width: 92vw;
        max-width: 336px;
        min-height: 55vh;
        margin: 0 auto 2rem auto;
    }

    .footer-bk {
        height: 80px;
        padding: 0 15px;
    }

    .footer-logo {
        width: 40px;
        height: 40px;
    }
}

/* ===================== TABLET ===================== */
@media (min-width: 768px) and (max-width: 991px) {
    .btn-button-Continuar-App {
        width: 260px;
        height: 50px;
        font-size: 19px;
    }

    .container-logo-bk {
        height: 120px;
        margin-top: 3rem;
    }

    .card-product {
        width: 70vw;
        max-width: 420px;
        min-height: 50vh;
    }

    .footer-bk {
        height: 120px;
        padding: 0 30px;
    }

    .footer-logo {
        width: 50px;
        height: 50px;
    }
}

/* ===================== DESKTOP ===================== */
@media (min-width: 992px) {
    .btn-button-Continuar-App {
        width: 320px;
        height: 50px;
        font-size: 20px;
        margin-top: 2rem;
    }

    .container-logo-bk {
        height: 140px;
        margin-top: 2rem;
    }

    .footer-bk {
        height: 140px;
        padding: 0 40px;
    }

    .footer-logo {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-product {
        width: 70vw;
        max-width: 420px;
        min-height: 50vh;
    }
}

@media (min-width: 1024px) {
    .card-product {
        width: 420px;
        max-width: none;
        min-height: 48vh;
    }
}
