/*! * Zu Themes
ZuChristmas v1.0.0 (http://zuthemes.com) *
Copyright 2013-2016 Start Bootstrap *
Licensed under MIT
*/

:root {
    --primary-color: #fff;
    --secondary-color: #EABC08;
    --light-color: #63bcf2;
    --medium-color: #4c87e5;
    --dark-color: #12275c;
}

html {
    /* A cada 1rem equivale a 10px*/
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
}

.heading-font {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 200;
    letter-spacing: 1px
}

.body-font {
    font-family: Roboto, Helvetica, Arial, sans-serif
}

.alt-font {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px
}

body, html {
    height: 100%;
    width: 100%
}

body {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    webkit-tap-highlight-color: #222;
    color: #999;
}

.navbar-default, .navbar-default .navbar-header .navbar-brand, h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
    color: #111;
    font-size: 3.4rem;
}

a {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:focus, a:hover {
    text-decoration: none;
    color: #fff;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, .1)
}

hr.light {
    border-color: #fff
}

p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px
}

.navbar-default {
    font-size: 16px;
    background-color: var(--dark-color);
    border-color: rgba(34, 34, 34, 0.05);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    color: #fff;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    /* font-family: Marmelad; */
}

.btn, .navbar-default .nav > li > a {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
}

.navbar-default .navbar-header .navbar-brand:focus, .navbar-default .navbar-header .navbar-brand:hover {
    color: #bb0000
}

.navbar-default .navbar-header .navbar-toggle {
    /* font-size:12px; */
    color: #fff;
    padding: 8px 10px
}

.navbar-default .nav > li > a {
    font-size: 0.95em;
    /* font-size:16px */
}

.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
    color: #fff;
}

.navbar-default .nav > li > a:focus:hover, .navbar-default .nav > li > a:hover {
    color: #fdcc52
}

.navbar-default .nav > li.active > a, .navbar-default .nav > li.active > a:focus {
    color: var(--secondary-color) !important;
    background-color: transparent
}

.navbar-default .nav > li.active > a:focus:hover, .navbar-default .nav > li.active > a:hover {
    background-color: transparent
}

.navbar-default {
    padding: 15px 0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

/*@media (min-width: 768px) {*/
/*    .navbar-default {*/
/*        background-color: var(--dark-color);*/
/*        border-color: transparent;*/
/*    }*/

/*    .navbar-default .navbar-header .navbar-brand {*/
/*        color: var(--primary-color);*/
/*    }*/

/*    .navbar-default .navbar-header .navbar-brand:focus, .navbar-default .navbar-header .navbar-brand:hover {*/
/*        color: #fff*/
/*    }*/

/*    .navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {*/
/*        color: var(--primary-color);*/
/*    }*/

/*    .navbar-default .nav > li > a:focus:hover, .navbar-default .nav > li > a:hover {*/
/*        color: #fff*/
/*    }*/

/*    .navbar-default.affix {*/
/*        background-color: var(--dark-color);*/
/*        border: 0;*/
/*        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.03);*/
/*    }*/

/*    .navbar-default.affix .navbar-header .navbar-brand {*/
/*        color: #fff*/
/*    }*/

/*    .navbar-default.affix .navbar-header .navbar-brand:focus, .navbar-default.affix .navbar-header .navbar-brand:hover {*/
/*        color: #fdcc52;*/
/*    }*/

/*    .navbar-default.affix .nav > li > a, .navbar-default.affix .nav > li > a:focus {*/
/*        color: #fff;*/
/*    }*/

/*    .navbar-default.affix .nav > li > a:focus:hover, .navbar-default.affix .nav > li > a:hover {*/
/*        color: #fdcc52*/
/*    }*/

/*    .nav > li > a.menuhighlight {*/
/*        border-radius: 30px;*/
/*        background: var(--medium-color);*/
/*        color: #fff;*/
/*        padding: 8px 17px;*/
/*        margin-top: 5px;*/
/*    }*/
/*}*/

.audioembed {
    position: fixed;
    bottom: -6px;
    right: 0;
    z-index: 9;
    width: 40px;
    height: 40px;
    border-top-left-radius: 20px;
    padding: 5px 0 0 5px;
    background-color: white;
    color: #1e0338;
}

.container {
    z-index: 2;
    position: relative;
}

.i-large,
.i-medium,
.i-small {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.i-medium {
    background: url("../img/particules_medium.png") repeat 0px 0px;
    -webkit-animation: dropFlowParticles 12s linear infinite;
    -o-animation: dropFlowParticles 12s linear infinite;
    animation: dropFlowParticles 12s linear infinite;
}

.i-small {
    background: url("../img/particules_small.png") repeat 0px 0px;
    -webkit-animation: dropFlowParticles 27s linear infinite;
    -o-animation: dropFlowParticles 27s linear infinite;
    animation: dropFlowParticles 27s linear infinite;
}

@-webkit-keyframes dropFlowParticles {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 413px;
    }
}

@keyframes dropFlowParticles {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 413px;
    }
}

body {
    /* background-image: url('../img/s1.png'), url('../img/s2.png'), url('../img/s3.png'); */
    -webkit-animation: snow 20s linear infinite;
    -moz-animation: snow 20s linear infinite;
    -ms-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;
}

.desktop-inner {
    width: 600px;
    max-width: 100%;
    height: 342px;
    margin-left: 48px;
    padding-top: 36px;
    position: absolute;
    overflow: hidden;
}

#frame {
    width: 1218px;
    max-width: 100%;
    height: 800px;
    position: relative;
    left: 0px;
    top: 0px;
}

iframe {
    border: 0;
    padding: 0;
    margin: 0;
}

.desktop-wrapper {
    margin: 0 auto;
    width: 703px;
    height: 576px;
    background: url(../img/desktop.png);
    position: relative;
}

/* header:before {
  opacity:0.6;
  background-color:#000;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  content:'';
} */
/*header {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: calc(100vh - 70px);*/
/*    !*min-height: 100%;*!*/
/*    margin-top: 70px;*/
/*    overflow-y: hidden;*/
/*    font-size: 28px;*/
/*    color: #fff;*/
/*    background-image: url(../img/bkg_cloud.png);*/
/*    background-position: bottom;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    background-color: var(--light-color);*/
/*}*/

header {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 70px);
    margin-top: 70px;
    background-color: var(--light-color);
}

header .device-container {
    margin: 0 auto 100px
    max-width: 300px;
}

header .header-content {
    padding: 150px 0 50px;
    text-align: left;
    padding: 0;
    height: 100vh
}

header .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

/*header .header-content .header-content-inner {*/
/*    position: relative;*/
/*    max-width: 500px;*/
/*    margin: 0 auto;*/
/*    text-align: center;*/
/*    font-size: 30px;*/
/*}*/

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 1em;
}

header .header-content .header-content-inner h2 {
    /* margin-top:0;
    margin-bottom:30px; */
    font-size: 0.8em;
    color: white;
}

header .header-content .header-content-inner h3 {
    font-size: 0.8em;
    color: red;
    line-height: 1.2;
}

header .header-content .header-content-inner h4 {
    font-size: 0.7em;
    color: var(--dark-color);
    line-height: 1.2;
}

header .header-content .header-content-inner .list-badges {
    margin-bottom: 25px
}

header .header-content .header-content-inner .list-badges img {
    height: 50px;
    margin-bottom: 25px
}

header .device-container {
    max-width: none;
    max-height: calc(0vh);
    margin: 100px auto 0
}

header .device-container .screen img {
    border-radius: 3px
}

footer, section.contact {
    text-align: center
}

.social a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

header .header-content .header-content-inner h1 {
    font-size: 60px;
    font-family: Great Vibes;
    color: var(--dark-color);
}

section {
    padding: 100px 0;
    width: 100%;
}

section h2 {
    font-size: 50px
}

section.couponsection {
    display: flex;
    position: relative;
    background-color: var(--secondary-color);
    font-size: 30px;
    color: var(--medium-color);
}

section.couponsection p {
    font-size: 3rem;
    color: var(--dark-color);
}

section.couponsection h2 {
    margin-top: 0;
    font-size: 0.9em;
}

section.couponsection h3 {
    margin-top: 0;
}

section .title {
    font-family: 'Butterfly Kids', cursive;
    font-size: 4em;
    font-weight: bold;
}

.coupon {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0px auto;
    margin-top: 50px;
    padding: 10px;
    text-align: center;
    /* border: 4px dashed; */
    font-size: 30px;
    color: var(--medium-color);
}

.coupon h3, .coupon h4 {
    color: var(--dark-color);
}

.coupon h3 {
    font-size: 3.2rem;
    font-weight: 600;
}

.coupon p {
    font-size: 22px;
}

#coupon .title {
    color: var(--dark-color);
}

.btn-buynow, .btn-buynow a {
    display: flex;
    align-items: center;
    border: 2px solid transparent;
    font-size: 18px;
    padding: 15px 15px;
    background: var(--dark-color);
    color: #fff;
    margin-top: 10px;
    min-width: 100%;
    /* height: 30px; */
    text-transform: uppercase;
}

.btn-buynow:hover, .btn-buynow a:hover {
    min-width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none !important;
    background-color: #fff;
    color: var(--medium-color);
}

section.couponsection h2 {
    font-size: 70px;
    color: inherit;
}

section#faq {
    background-color: #edeef3;
}

section#faq p, section#faq li {
    font-size: 3rem;
    color: #222;
}

section#faq .section-heading {
    margin-bottom: 40px
}

section#faq .section-heading h2 {
    margin-top: 0
}

section#contact {
    position: relative;
    /* -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
    background-position:center;
    background-image:url(../img/pic2.jpg); */
}

section .overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0
}

#contactform {
    width: 100%;
    font-size: 18px;
}

#contactform input, #contactform textarea {
    border: 1px solid rgba(255, 255, 255, .09);
    background-color: rgba(0, 0, 255, 0.3);
    color: #fff;
    width: 100%;
    padding: 20px 20px;
    letter-spacing: 1px;
    /* font-size: 16px; */
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

#contactform .select {
    border: 1px solid rgba(255, 255, 255, .09);
    /* background: #20461b; */
    background: rgba(255, 255, 255, 0.1);;
    width: 100%;
    padding: 20px 20px;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    border-radius: .25em;
    text-transform: uppercase;
}

#contactform .select::after {
    content: '\25BC';
    position: absolute;
    padding: 0 1em;
    background: #34495E;
    pointer-events: none;
}

#contactform select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    color: var(--primary-color);
    background-color: var(--medium-color);
    cursor: pointer;
}

#contactform .select:hover::after {
    color: #F39C12;
}

/* #contactform input[type="radio"] {
	position: relative;
  top: 6px;
  margin-right: 10px;
	width: 20px;
	height: 20px;
} */

#contactform input[type='radio'] {
    display: none;
}

#contactform .radio-container label {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

#contactform .custom-radio {
    border: 1px solid var(--primary-color);
    width: 20px;
    height: 20px;
    display: grid;
    place-content: center;
    border-radius: 50%;
}

#contactform .custom-radio, #contactform span {
    transition: 0.5s ease;
    color: var(--primary-color);
    font-weight: normal;
}

#contactform .custom-radio span {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50%;
}

#contactform input[type='radio']:checked + .custom-radio {
    border-color: var(--medium-color);
}

#contactform input[type='radio']:checked + .custom-radio span {
    background: var(--medium-color);
}

#contactform .loja-compra {
    /* font-size: 1em; */
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5em;
}

#contactform .nome-loja-compra {
    display: flex;
    flex-grow: 1;
    align-items: center;
}

/* For different browsers */
#contactform .select::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

#contactform input[type="text"]::placeholder,
#contactform input[type="number"]::placeholder,
#contactform input[type="password"]::placeholder {
    color: #fff;
    opacity: 0.5;
}

#contactform input[type="text"]:hover,
#contactform input[type="number"]:hover,
#contactform input[type="password"]:hover {
    outline: var(--primary-color) solid 1px;
}

#contatctform input[type="password"] {
    text-transform: none;
}

#contactform input[type=submit] {
    width: 100%;
    color: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    padding: 18px 20px;
    background-color: var(--medium-color);
    font-size: 1em;
}

#contactform input[type=submit]:hover {
    color: var(--medium-color);
    background-color: #fff;
}

.done {
    display: flex;
    flex-direction: column;
}

.done .msg {
    margin-left: 5px;
    word-break: break-word;
}

.error input, input.error, .error textarea, textarea.error {
    border: 1px solid orangered !Important;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

footer p, footer ul li a {
    font-size: 12px;
    padding: 5px;
}

footer, footer ul li a {
    color: rgb(255, 255, 255)
}

footer {
    background-color: var(--dark-color);
    padding: 25px 0
}

footer p {
    margin: 0
}

footer ul li a.active, footer ul li a:active, footer ul li a:focus, footer ul li a:hover {
    text-decoration: none
}


/*@media (min-width: 992px) {*/

/*    .text-primary {*/
/*        color: #fdcc52*/
/*    }*/

/*    .no-gutter > [class*=col-] {*/
/*        padding-right: 0;*/
/*        padding-left: 0*/
/*    }*/

/*    .btn-outline {*/
/*        color: #fff;*/
/*        border: 1px solid*/
/*    }*/

/*    .btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {*/
/*        color: #fff;*/
/*        background-color: #fdcc52;*/
/*        border-color: #fdcc52*/
/*    }*/

/*    .btn {*/
/*        border-radius: 300px*/
/*    }*/

/*    .btn-xl {*/
/*        padding: 15px 45px;*/
/*        font-size: 11px*/
/*    }*/

/*    ::-moz-selection {*/
/*        color: #fff;*/
/*        text-shadow: none;*/
/*        background: #222*/
/*    }*/

/*    ::selection {*/
/*        color: #fff;*/
/*        text-shadow: none;*/
/*        background: #222*/
/*    }*/

/*    img::selection {*/
/*        color: #fff;*/
/*        background: 0 0*/
/*    }*/

/*    img::-moz-selection {*/
/*        color: #fff;*/
/*        background: 0 0*/
/*    }*/

/*    .nav > li > a.menuhighlight:hover, .nav > li > a.menuhighlight:active, .nav > li > a.menuhighlight:focus {*/
/*        background: #1e0338;*/
/*        color: #fff;*/
/*    }*/

/*    .nav-font {*/
/*        font-size: 1.1em !important;*/
/*    }*/

/*}*/


@media (max-width: 2560px) {
    section.couponsection p {
        font-size: 2rem;
    }

    section#faq p, section#faq li {
        font-size: 2rem;
    }

    .navbar-default, .navbar-default .navbar-header .navbar-brand, h1, h2, h3, h4, h5, h6 {
        font-size: 2.4rem;
    }
}

@media (max-width: 1440px) {
    .navbar-default, .navbar-default .navbar-header .navbar-brand, h1, h2, h3, h4, h5, h6 {
        font-size: 2.4rem;
    }
}

@media (max-width: 1200px) {

}

@media (max-width: 1024px) {
    .text-primary {
        color: #fdcc52
    }

    .no-gutter > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

    .btn-outline {
        color: #fff;
        border: 1px solid
    }

    .btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
        color: #fff;
        background-color: #fdcc52;
        border-color: #fdcc52
    }

    .btn {
        border-radius: 300px
    }

    .btn-xl {
        padding: 15px 45px;
        font-size: 11px
    }

    ::-moz-selection {
        color: #fff;
        text-shadow: none;
        background: #222
    }

    ::selection {
        color: #fff;
        text-shadow: none;
        background: #222
    }

    img::selection {
        color: #fff;
        background: 0 0
    }

    img::-moz-selection {
        color: #fff;
        background: 0 0
    }

    .nav-font {
        font-size: 1.1em !important;
    }

    section#faq p, section#faq li {
        font-size: 1.8rem;
    }

    .navbar-default, .navbar-default .navbar-header .navbar-brand, h1, h2, h3, h4, h5, h6 {
        font-size: 2.2rem;
    }
}

@media (max-width: 800px) {
    header {
        /* padding: 100px 0 60px; */
        padding: 5vh 0 0 0;
    }

    header .header-content .header-content-inner h1 {
        font-size: 50px;
        margin-top: 20px;
    }

    section .title, section.couponsection h2 {
        font-size: 2em;
    }

    header .header-content .header-content-inner {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .navbar-default {
        background-color: var(--dark-color);
        border-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: var(--primary-color);
    }

    .navbar-default .navbar-header .navbar-brand:focus, .navbar-default .navbar-header .navbar-brand:hover {
        color: #fff
    }

    .navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
        color: var(--primary-color);
    }

    .navbar-default .nav > li > a:focus:hover, .navbar-default .nav > li > a:hover {
        color: #fff
    }

    .navbar-default.affix {
        background-color: var(--dark-color);
        border: 0;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.03);
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        color: #fff
    }

    .navbar-default.affix .navbar-header .navbar-brand:focus, .navbar-default.affix .navbar-header .navbar-brand:hover {
        color: #fdcc52;
    }

    .navbar-default.affix .nav > li > a, .navbar-default.affix .nav > li > a:focus {
        color: #fff;
    }

    .navbar-default.affix .nav > li > a:focus:hover, .navbar-default.affix .nav > li > a:hover {
        color: #fdcc52
    }
}

@media (max-width: 425px) {
    section.couponsection p {
        font-size: 1.6rem;
    }

    section#faq p, section#faq li {
        font-size: 1.6rem;
    }

    .navbar-default, .navbar-default .navbar-header .navbar-brand, h1, h2, h3, h4, h5, h6 {
        font-size: 2rem;
    }
}

@media (max-width: 320px) {

}