@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    overscroll-behavior-y: contain
}

* {
    box-sizing: border-box
}

img,
video {
    max-width: 100%;
    margin: 0 auto
}

#p_loading,
.p_loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 99;
    background-color: #dadada
}

.p_hidden {
    display: none !important
}

.p_hidden_s {
    display: none
}

.p_opacity {
    opacity: .6
}

b,
b span,
strong,
strong span {
    font-weight: 700
}

.theme_img_card {
    position: absolute;
    right: -30%;
    top: -5%;
    width: 75%;
    z-index: 1
}

.giftcard_div_svg svg {
    z-index: 2
}

.giftcard_div_svg span {
    position: relative;
    z-index: 3
}

.header_post_text {
    text-shadow: #fff 1px 0 0, #fff .540302px .841471px 0, #fff -.416147px .909297px 0, #fff -.989992px .14112px 0, #fff -.653644px -.756802px 0, #fff .283662px -.958924px 0, #fff .96017px -.279416px 0
}

.parpadea {
    animation-name: parpadeo;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite
}

.parpadea1only {
    animation-iteration-count: forwards;
    -webkit-animation-iteration-count: forwards
}

.parpadea2only {
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: 2
}

.parpadea3only {
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: 3
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.ladea {
    animation-name: ladea;
    animation-duration: 2s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%
}

@keyframes ladea {
    0% {
        transform: rotateY(0);
        animation-timing-function: cubic-bezier(.25, .25, .75, .75)
    }

    10% {
        transform: rotateY(5deg)
    }

    20% {
        transform: rotateY(-5deg)
    }

    30% {
        transform: rotateY(5deg)
    }

    40% {
        transform: rotateY(-5deg)
    }

    50% {
        transform: rotateY(5deg)
    }

    60% {
        transform: rotateY(0)
    }

    100% {
        transform: rotateY(0)
    }
}

.temblor:hover {
    animation: temblor .82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px
}

@keyframes temblor {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0)
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0)
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0)
    }
}

.temblor_inf {
    animation: temblor_inf 2s;
    animation-iteration-count: infinite
}

.temblor_2 {
    animation: temblor 2s;
    animation-iteration-count: 2
}

@keyframes temblor_inf {
    0% {
        transform: translate(1px, 1px) rotate(0)
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg)
    }

    20% {
        transform: translate(-3px, 0) rotate(1deg)
    }

    30% {
        transform: translate(3px, 2px) rotate(0)
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg)
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg)
    }

    60% {
        transform: translate(-3px, 1px) rotate(0)
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg)
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg)
    }

    90% {
        transform: translate(1px, 2px) rotate(0)
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg)
    }
}

.pulse {
    animation: pwg-pulse 1s infinite
}

.pulse-2 {
    animation: pwg-pulse 1s 2
}

.pulse-3 {
    animation: pwg-pulse 1s 3
}

.pulse-white {
    animation: pwg-pulse-white 1s infinite
}

@keyframes pwg-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .2)
    }

    100% {
        box-shadow: 0 0 0 25px transparent
    }
}

@keyframes pwg-pulse-white {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .2)
    }

    100% {
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0)
    }
}

.push-button {
    animation: pwg-push-button 1s infinite;
    transition: transform .2s
}

@keyframes pwg-push-button {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.3)
    }
}

.pop {
    animation: pop 1s infinite
}

.heartBeat {
    animation: heartBeat 1s infinite
}

@keyframes pop {
    from {
        opacity: 0
    }

    to {
        top: 50%;
        left: 50%;
        opacity: 1
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ShineAnimation {

    0%,
    to {
        background-repeat: no-repeat;
        background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 47%, rgba(255, 255, 255, .5) 49%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, .5) 51%, rgba(255, 255, 255, 0) 53%, rgba(255, 255, 255, 0) 100%);
        background-position: -900px -500px;
        background-size: 1200px 1200px
    }

    59% {
        background-repeat: no-repeat;
        background-position: 0 0
    }
}

.shineAnimation {
    display: block;
    -moz-background-size: 0;
    -o-background-size: 0;
    background-size: 0;
    -webkit-animation-duration: 5.5s;
    -moz-animation-duration: 5.5s;
    -o-animation-duration: 5.5s;
    animation-duration: 5.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ShineAnimation;
    -moz-animation-name: ShineAnimation;
    -o-animation-name: ShineAnimation;
    animation-name: ShineAnimation;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s
}

.p_modal img {
    max-width: 100%
}

.p_modal {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.p_modal h2 {
    color: #575757;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    display: block
}

.p_modal p {
    color: #797979;
    font-size: 15px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 10px 0;
    padding: 0;
    line-height: normal
}

.p_modal_button {
    display: inline-block;
    box-shadow: rgba(140, 212, 245, .8) 0 0 2px, rgba(0, 0, 0, .0470588) 0 0 0 1px inset;
    background-color: #8cd4f5;
    color: #fff;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 16px 5px 0 5px;
    cursor: pointer;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.checkmark {
    display: none
}

.checkmark.draw:after {
    animation-duration: .8s;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg)
}

.checkmark:after {
    opacity: 1;
    height: 3.5em;
    width: 1.75em;
    transform-origin: left top;
    border-right: 3px solid #5cb85c;
    border-top: 3px solid #5cb85c;
    content: "";
    left: 1.75em;
    top: 3.5em;
    position: absolute
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1
    }

    20% {
        height: 0;
        width: 1.75em;
        opacity: 1
    }

    40% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1
    }

    100% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1
    }
}

.circle-loader {
    border: 1px solid rgba(0, 0, 0, .2);
    border-left-color: #5cb85c;
    animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 7em;
    height: 7em
}

.load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #5cb85c;
    transition: border .5s ease-out
}

@keyframes loader-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#canvasConfetti {
    display: block;
    position: relative;
    pointer-events: none;
    position: fixed;
    top: 0;
    z-index: 99999999
}

.prl_st0 {
    fill: none;
    stroke: #000;
    stroke-width: 6;
    stroke-linejoin: round
}

.prl_st1 {
    font-family: Roboto;
    font-size: 50px;
    font-weight: 700
}

.prl_st3 {
    fill: #fff
}

.giftcard_principal_bg {
    background-size: cover;
    border-radius: 20px;
    display: block
}

.giftcard_div_img,
.giftcard_img_principal {
    max-width: 310px;
    margin: 0 auto;
    display: block;
    width: 100%
}

.giftcard_div_img {
    position: relative
}

.giftcard_div_svg svg {
    position: absolute
}

.giftcard_logo_bg {
    display: inline-block
}

.giftcard_div_logo,
.giftcard_img_logo {
    max-width: 60px;
    max-height: initial !important;
    margin: 0 auto;
    display: block;
    width: 100%
}

.giftcard_div_logo {
    position: relative
}

.giftcard_boxgift_bg {
    background-size: cover;
    border-radius: 20px;
    display: inline-block
}

.giftcard_div_boxgift,
.giftcard_img_boxgift {
    max-width: 310px;
    margin: 0 auto;
    display: block;
    width: 100%
}

.giftcard_div_boxgift {
    position: relative
}

.giftcard_rotate_bg {
    background-size: cover;
    border-radius: 20px;
    display: inline-block
}

.giftcard_div_rotate,
.giftcard_img_rotate {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: 100%
}

.giftcard_div_rotate {
    position: relative
}

.content {
    background: linear-gradient(to bottom, red 0, #a20000 5%, white 10%, #e94141 15%, #fb0000 50%, #d11717 85%, #dd2828 90%, #e8aaaa 95%, #ff1010 100%);
}

.text-primary {
    color: #c82311;
}

#header {
    min-height: 35px;
    width: 100%;
    display: block;
    background-color: #ffe300;
}

#questions_all {
    width: 100%;
    border-radius: 5px;
    border: 1px #8b8b8b solid;
}

.row .survey_button {
    padding: initial;
    font-size: 1rem;
}

.principal_on_bodegon {
    position: absolute;
    z-index: 9;
    width: 60%;
    bottom: 0;
}

.p_hidden_survey {
    display: none;
}

.survey_button,
.survey_button2,
.name,
.profile {
    cursor: pointer
}

#comment1,
#comment2,
#comment3,
#comment4,
#comment5,
#comment6,
#content2,
#content3,
#q2,
#q3,
#q4,
#q5,
#q6,
#q7,
#q8,
#q9,
#q10,
#result1,
#result2,
#result3,
#result4,
.surveyQuestion {
    display: none
}

.survey_button,
.survey_button2,
.loading {
    text-align: center
}

.survey_button,
.main-content {
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.name,
.result {
    font-weight: 700
}

p.question {
    font-size: 15px
}

.q_image {
    text-align: center;
}

.survey_button {
    border: 2px solid #f0f0f0;
    color: #fff;
    padding: 5px 0;
    margin: 5px 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .74)
}

.survey_button.bg-success,
.survey_button.bg-danger {
    color: #fff
}

.main-content .result {
    margin: 0;
    padding: 5px 0 5px 25px
}

.survey_button2 {
    background-color: red;
    font-size: 20px;
    padding: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 1px 4px 0 #000
}

.pwp_style .surveyQuestion:first-child {
    display: block;
}

.pwp_style {
    background-color: #f2f2f2;
    border-radius: 10px;
}

.pwp_style .survey_button.bq {
    background-color: #fff;
    color: #636b6f;
    box-shadow: none;
    border: 1px solid #636b6f;
    font-size: 20px;
    border-radius: 4px;
    margin: 10px 0;
    padding: 5px 0;
    font-size: 20px;
}

.pwp_style .survey_button.bq:hover {
    cursor: pointer;
    border-color: #2ab27b;
    background-color: #eeeeee;
    color: #000;
}

.survey_button {
    background-color: #c82311;
}

.caixes,
.caixes .bx_aspir img {
    width: 100%
}

.instructions {
    padding: 10px;
    background-color: #E11E26;
    border-radius: 4px;
    color: #fff;
    margin-top: 20px
}

.caixes {
    margin: 10px auto;
    max-width: 800px;
}

.box-o-t {
    position: absolute;
    top: -34%
}

.caixes .discover .box-o-b {
    z-index: 1;
    position: relative
}

.caixes .iphone {
    width: 76%;
    height: auto;
    position: absolute;
    z-index: 0;
    top: -20%;
    left: 12%;
    -webkit-transition-duration: .7s;
    transition-duration: .7s
}

.caixes .discover>.iphone {
    top: -60%
}

.caixes>.bx_aspir {
    position: relative;
    display: inline-block;
    width: 23.8%;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    cursor: pointer
}

@media (max-width: 767px) {
    .caixes>.bx_aspir {
        width: 32.5%
    }

    .caixes>.bx_aspir:nth-child(-n+4) {
        display: none
    }
}

@media (max-width: 479px) {
    .caixes>.bx_aspir {
        width: 32%
    }
}

@media (max-width: 319px) {
    .caixes>.bx_aspir {
        width: 48%
    }

    .caixes>.bx_aspir:nth-child(-n+5) {
        display: none
    }
}

.div_img_regal,
.div_img_regal_X {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
    align-items: center;
    justify-content: center;
}

.img_regal {
    display: none;
    width: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    margin: 0 auto;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes bx_amunt {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.caixes {
    background-size: cover;
    border-radius: 20px;
    position: relative;
    text-align: center;
}

.bx_aspir {
    position: relative;
    margin: 20px 0px;
}

.bx_aspir>div {
    position: absolute;
}

.bx_aspir .bx_caixo {
    position: relative;
}

.bx_arrere {
    z-index: 1;
}

.bx_tapa {
    z-index: 3;
}

.bx_caixo {
    z-index: 2;
}

.bx_caixa {
    z-index: 1;
}

.caixes .bx_aspir.abierta>.bx_tapa {
    animation: bx_amunt 2s forwards;
}

.caixes .bx_aspir.premiazo>.bx_caixa.mostrat {
    animation: bx_amunt 4s infinite alternate;
}

@keyframes bx_amunt {
    from {
        top: 0;
    }

    to {
        top: -40px;
    }
}

@media (max-width: 500px) {
    @keyframes bx_amunt {
        from {
            top: 0;
        }

        to {
            top: -30px;
        }
    }
}

.caixes {
    background-image: url("../img/5f5083c63f8ba9f8a367da09ef38b9d179d61590.png");
}

.comments_face * {
    font-family: 'Roboto', sans-serif !important
}

.comments_face {
    background-color: #fff;
    color: #212529;
    font-size: 14px;
    width: 100%
}

.comments_face .comments {
    background-color: #eeeff4;
    border-bottom: 2px solid #fff;
    padding: 10px
}

.comments_face .profile {
    float: left;
    width: 60px;
    margin-right: 10px
}

.comments_face .comment-content img,
.comments_face .profile img {
    width: 100%
}

.comments_face .comment-content img,
.comments_face .profile img,
.comment-status img {
    margin: 0 auto
}

.comments_face .comment-content {
    padding-left: 70px
}

.comments_face .comment-content p {
    color: #212529
}

.comments_face .name {
    margin: 0
}

.comments_face .comment-status span,
.comments_face p.name {
    color: #3b5998
}

.comments_face .name,
.comments_face .result {
    font-weight: 700
}

.comments_face .button,
.comments_face .name,
.comments_face .profile {
    cursor: pointer
}

.comments_face .comment-status {
    font-size: 11px;
    cursor: pointer
}

.comments_face .comment-status span,
.comments_face .name {
    color: #3b5998
}

.comments_face .button,
.comments_face .main-content span {
    color: red
}

.comments_face .clr {
    clear: both
}

#header {
    background-color: #c82311;
}

#canvasConfetti {
    display: block;
    position: relative;
    z-index: 9999999;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}