@font-face {
    font-family: "Bebas Neue";
    src:
        url("/assets/fonts/BebasNeue-Light.woff2") format("woff2"),
        url("/assets/fonts/BebasNeue-Light.woff") format("woff"),
        url("/assets/fonts/BebasNeue-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bebas Neue";
    src:
        url("/assets/fonts/BebasNeue-Book.woff2") format("woff2"),
        url("/assets/fonts/BebasNeue-Book.woff") format("woff"),
        url("/assets/fonts/BebasNeue-Book.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bebas Neue";
    src:
        url("/assets/fonts/BebasNeue-Bold.woff2") format("woff2"),
        url("/assets/fonts/BebasNeue-Bold.woff") format("woff"),
        url("/assets/fonts/BebasNeue-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Uso rápido */
.bebas {
    font-family: "Bebas Neue", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.bebas-light {
    font-weight: 300;
}

.bebas-book {
    font-weight: 400;
}

.bebas-bold {
    font-weight: 700;
}

/* ===== Tipografía base del sitio ===== */

body {
    font-family: "Bebas Neue", system-ui, -apple-system, "Segoe UI",
        Roboto, Arial, sans-serif;
    font-weight: 400;
    /* Book */
    letter-spacing: 1px;
    /* Bebas ama respirar */
}

/* Títulos y énfasis en modo potente 💪 */
h1,
h2,
h3,
strong,
.h1,
.h2,
.h3,
.strong {
    font-family: "Bebas Neue", system-ui, -apple-system, "Segoe UI",
        Roboto, Arial, sans-serif;
    font-weight: 700;
    /* Bold */
    letter-spacing: 1.4px;
}

h1,
h2,
h3,
.h1,
.h2,
.h3,
.strong {
    text-transform: uppercase;
    margin-bottom: 0px;
}

body {
    background-image: url(/assets/images/back.jpg);
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}

body,
.card-body {
    color: white;
}

.table>:not(caption)>*>* {
    background-color: transparent;
    color: white;
}

.card-how2win-body {
    font-weight: bold;
}

.img {
    width: 100%;
}

a,
.yellow {
    color: #ffeb00 !important;
}

.back-yellow {
    border-radius: 20px 20px 0px 0px;
    background-color: #ffeb00;
}

.text-justify {
    text-align: justify;
}

.text-right {
    text-align: right;
}

.card-how2win {
    background-color: transparent;
}

.back-verde {
    background: rgba(6, 157, 58, 0.7);
}

.back-green {
    background: #069D3A;
    background: linear-gradient(180deg, rgba(6, 157, 58, 1) 0%, rgba(2, 95, 40, 1) 75%);
}

.bg-dark-green {
    background: #003600 !important;
}

.col-seleccion {
    border-radius: 10px 0px 0px 10px;
}

.col-cajas {
    font-weight: bold;
    border-radius: 0px 10px 10px 0px;
    margin-right: 10px;
}

.card-how2win-body {
    border-radius: 20px;
    margin-top: -40px;
    z-index: -1;
}

hr {
    border-top: 3px solid white;
    /* color: white; */
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.img-whats {
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-top: -80px;
}

.img-consulta {
    max-width: 90%;
    display: block;
    margin: 0 auto;
}

.header-grupo {
    text-align: center;
    height: 70px;
}

.img-group {
    max-width: 150px;
}

.v-center {
    display: flex;
    align-items: center;
    /* vertical */
    justify-content: center;
    /* horizontal (opcional) */
    height: 100%;
}

.footer {
    background: #069D3A;
    font-weight: bolder;
}

.col-grupo {
    border: solid 2px #069D3A;
}

.div-persona {
    position: relative;
}

.img-persona {
    position: absolute;
    max-width: 600px;
    bottom: 0;
    left: 0;
}

.persona-movil {
    text-align: center;
}

.img-persona-movil {
    max-width: 350px;
}

/* Popup sin fondo */
.swal-pdf-transparent {
    padding: 0 !important;
    box-shadow: none !important;
}

/* Título legible sobre fondo oscuro */
.swal-pdf-title {
    color: #fff;
}

/* Contenedor del PDF */
.pdf-simple-wrap {
    height: 85vh;
    background: #000;
    /* marco limpio */
    border-radius: 12px;
    overflow: hidden;
}

/* Iframe full */
.pdf-simple-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.pdf-toolbar-mask{
        background: rgb(60,60,60);
    height: 56px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
    margin: 18px 29px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .img-persona {
        max-width: 300px;
    }
}

@media (max-width: 991.98px) {
    body {
        background-attachment: fixed;
        background-position-y: top;
        background-position-x: center;
    }

    .img-logo {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }

    header {
        margin-bottom: 3rem;
    }

    .pdf-simple-wrap {
        height: 88vh;
    }

}

@media (max-width: 767px) {

    main {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .col-grupo {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .legals {
        text-align: center;
    }

    .pdf-simple-wrap {
        height: 88vh;
    }
}