body {
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    background-image: url(/assets/images/back.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-y: hidden;
}

.confetti {
    background-image: url(/assets/images/confetti.png);
    background-position: center;
    background-size: 50%;
    background-attachment: fixed;
}

h1,
h2,
h3,
strong,
.strong {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
}

strong,
.strong {
    font-weight: bolder;
}

/*.row > * {
        margin: 0;
        padding: 0;
      }*/
.img-col {
    width: 100%;
}

.img-girl {
    max-width: 300px;
    display: block;
    margin-left: auto;
}

.img-button {
    display: block;
    max-width: 270px;
    margin-right: 35px;
    margin-left: auto;
}

.img-logo {
    width: 95%;
    /* display: block; */
    /* margin-left: -20px; */
}

.img-prices {
    width: 110%;
    margin-left: -10%;
    display: block;
}

.themed-grid-col {
    /*padding: 0;
        margin: 0;*/
}

.step-yellow {
    background-color: yellow;
    padding: 15px;
    border-radius: 100px 00px 0px 100px;
    /*margin-right: 0;
        padding-right: 0;*/
}

.text-number {
    font-size: 4rem;
    font-weight: bolder;
    text-align: left;
    line-height: 1;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.legals {
    background-color: #131e4b;
}

.contact {
    background-color: #09247f;
    min-height: 45px;
    border-radius: 10px;
}

.footer {
    background-color: #131e4b;
    color: white;
    min-height: 50px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

a {
    color: white;
}

.v-center {
    display: flex;
    align-items: center;
    /* vertical */
    justify-content: center;
    /* horizontal (opcional) */
    height: 100%;
}

/* 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;
}
/* Mobile */
@media (max-width: 768px) {
    
}

@media screen and (min-width: 1200px) {
    .landscape {
        display: block;
    }

    .portrait {
        display: none;
    }
}

@media screen and (max-width: 1201px) {

    /*.row > * {
          margin:auto;
          padding: auto;
        }*/
    body {
        overflow-y: auto;
    }

    .landscape {
        display: none;
    }

    .portrait {
        display: block;
    }

    .img-logo {
        width: 95%;
        max-width: 350px;
        display: block;
        margin: 0 auto;
    }

    .img-girl {
        margin: 0 auto;
    }

    .img-button {
        margin: 0 auto;
    }

    .img-prices {
        width: 90%;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .numero-box {
        display: flex;
        align-items: center;
        /* vertical */
        justify-content: center;
        /* horizontal (opcional) */
        height: 100%;
    }

    .step-yellow {
        margin: 20px;
    }

    .legals {
        background-color: #131e4b;
    }

    .footer {
        background: none;
        position: relative;
        margin-bottom: -10px;
    }

    .contact {
        min-height: auto;
    }
    .pdf-simple-wrap {
        height: 88vh;
    }
}