/*

Landing Zero theme - A free landing page theme from BootstrapZero
http://www.bootstrapzero.com

*/

@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url(http://fonts.googleapis.com/css?family=Dancing+Script:700);

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    background-color: #000;
    color: #d3d3d3;
    webkit-tap-highlight-color: #222;
}

hr {
    max-width: 80px;
    border-width: 3px;
    opacity: 0.09;
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #9a52fb;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #9a52fb;
    outline: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
}

p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.valor {
    color: #9a52fb;
    text-shadow: 1px 1px 2px #FFFFFF;
}

.wide-space {
    letter-spacing: 1.6px;
}

.icon-lg {
    font-size: 50px;
    line-height: 18px;
}

.bg-primary {
    background-color: #333;
}

.bg-dark {
    color: #eee;
    background-color: #222;
}

.cursive {
    font-family: 'Dancing Script', cursive;
    text-transform: none;
}

.text-faded {
    color: rgba(245,245,245,0.7);
}

.text-dark {
    color: #111;
}

.text-primary {
    color: #9a52fb;
}

.modal-content {
    background-color: #1d1d1d;
}

section {
    padding: 70px 0;
    position: relative;
    z-index: 2;
}

.mp-checkout-bricks__payment-form section {
    padding: 0;
}

aside {
    padding: 50px 0;
}

.footer {
    padding: 15px;
    margin-top: -50px;    
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(35,35,35,.05);
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    background-color: #222;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.navbar-header > .navbar-brand {
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    color: #9a52fb;
    padding: 15px;
    -webkit-transition: padding .2s ease-in;
    -moz-transition: padding .2s ease-in;
    transition: padding .2s ease-in;
}

.navbar-header > .navbar-brand:hover,
.navbar-header > .navbar-brand:focus {
    color: #8b27b0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #181818;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #eee;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #9a52fb;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #9a52fb !important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover
{
    background-color: transparent;
}


@media(min-width:768px) {
    .navbar-default {
        border-color: transparent;
        background-color: transparent;
        min-height: 60px;
    }

    .navbar-header > .navbar-brand {
        color: rgba(255,255,255,0.7);
        padding: 19px;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #f4f4f4;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,0.8);
        padding: 20px;
        letter-spacing: 1.1px;
        text-shadow: 1px 1px 1px rgba(60,60,60,0.7);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fefefe;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        /*background-color: #222;*/
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 15px;
        color: #9a52fb;
        padding: 20px;
        letter-spacing: 1px;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #8b27b0;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #ddd;
        text-shadow: 1px 1px 1px rgba(30,30,30,0.7);
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #9a52fb;
    }
}

header {
    position: relative;
    min-height: auto;
    text-align: center;
    color: #fff;
    width: 100%;
    background-color: #c9c9c9;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 3;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
}

#video-background {
  object-fit: initial;
  position: absolute;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: 1;
}

#particle-canvas {
  z-index: 0;
}

#video-background.collapsing {
  display:none;
}

footer {
    background-color:#2d2d2d;
}

@media(min-width:768px) {
    .icon-lg {
        font-size: 80px;
    }
    
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {
        font-size: 53px;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
    
    section {
        min-height: 600px;
        padding: 100px 0;
    }

    .mp-checkout-bricks__payment-form section {
        min-height: 0;
        padding: 0;
    }

}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #eee;
    background-color: #36333d;
    background-image: none;
    border: 1px solid #36333d;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    color: #222;
    background-color: #ccc;
    box-shadow: none;
}

select {
    color: #eee;

    &:has([value="Masculino"]:checked) {
        color: #fff;
    }
    &:has([value="Feminino"]:checked) {
        color: #fff;
    }
}
select:not(:checked) {
    color: #979798;
}
select:checked {
    color: #fff;
}

select:focus {
    color: #222;
    background-color: #ccc;
    box-shadow: none;
}
select option:active,
select option:checked {
    color: #fff;
}

textarea {
    resize: none;
}

.margin-top-0 {
    margin-top: 0;
}
.margin-top-2 {
    margin-top: 50px;
}
.margin-top-4 {
    margin-top: 100px;
}

.feature {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .feature {
        margin: 20px auto 0;
    }
}

.feature p {
    margin-bottom: 0;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.gallery-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    overflow:hidden;
}

.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(44,44,44,.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
    opacity: 1;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
    opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
    opacity: 0.7;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn.btn-primary {
    background-color: transparent;
    border:1px solid #9a52fb;
    border-color:#9a52fb;
    color: #9a52fb;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn.btn-primary:hover {
    opacity: 0.7;
}

.btn {
    border: 0;
    border-radius: 290px;
    font-family: 'Helvetica Neue',Arial,sans-serif;
}

.btn-xl {
    padding: 15px 30px;
    font-size: 20px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

.mb-40 {
    margin-bottom: 40px;
}

.bordered-roundee {
    border: 1px solid #9a52fb;;
    border-radius: 30px;
    padding-bottom: 20px;
}

.loading {
    position: relative;
    top: -95px;
    display: none;
}

/* ============================================
   EFEITOS SENSORIAIS - ÁUDIO
   ============================================ */
#audio-controls {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(34, 34, 34, 0.8);
    padding: 10px 15px;
    border-radius: 30px;
    border: 1px solid #9a52fb;
    backdrop-filter: blur(10px);
}

.audio-btn {
    background: transparent;
    border: none;
    color: #9a52fb;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    transition: transform 0.3s ease;
}

.audio-btn:hover {
    transform: scale(1.2);
}

.audio-slider-container {
    width: 100px;
}

.audio-slider {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #36333d;
    outline: none;
    -webkit-appearance: none;
}

.audio-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #9a52fb;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
}

.audio-slider::-webkit-slider-thumb:hover {
    box-shadow: 0 0 10px rgba(154, 82, 251, 0.8);
}

.audio-slider::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #9a52fb;
    cursor: pointer;
    border: none;
    transition: box-shadow 0.3s ease;
}

.audio-slider::-moz-range-thumb:hover {
    box-shadow: 0 0 10px rgba(154, 82, 251, 0.8);
}

/* ============================================
   EFEITOS SENSORIAIS - CURSOR MÁGICO
   ============================================ */
.magic-cursor {
    position: fixed;
    width: 20px;
    height: 20px;
    border: 2px solid #9a52fb;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9998;
    transform: translate(-50%, -50%);
    transition: width 0.3s, height 0.3s;
    box-shadow: 0 0 20px rgba(154, 82, 251, 0.6);
    mix-blend-mode: difference;
}

.cursor-trail {
    position: fixed;
    width: 8px;
    height: 8px;
    background: #9a52fb;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9997;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
    box-shadow: 0 0 10px rgba(154, 82, 251, 0.4);
}

/* ============================================
   EFEITOS SENSORIAIS - INTERAÇÃO
   ============================================ */
.btn-primary {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.ripple-effect {
    position: absolute;
    border-radius: 50%;
    background: rgba(154, 82, 251, 0.4);
    transform: scale(0);
    animation: ripple 0.6s ease-out;
    pointer-events: none;
}

@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

.click-particle {
    position: fixed;
    width: 6px;
    height: 6px;
    background: #9a52fb;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9996;
    box-shadow: 0 0 10px rgba(154, 82, 251, 0.8);
}

/* ============================================
   EFEITOS SENSORIAIS - ANIMAÇÕES
   ============================================ */
@keyframes mystical-glow {
    0%, 100% {
        text-shadow: 0 0 10px rgba(154, 82, 251, 0.5),
                     0 0 20px rgba(154, 82, 251, 0.3),
                     0 0 30px rgba(154, 82, 251, 0.2);
    }
    50% {
        text-shadow: 0 0 20px rgba(154, 82, 251, 0.8),
                     0 0 30px rgba(154, 82, 251, 0.5),
                     0 0 40px rgba(154, 82, 251, 0.3);
    }
}

.text-primary.mystical-glow {
    animation: mystical-glow 3s ease-in-out infinite;
}

/* Efeito de brilho pulsante em elementos importantes */
.valor {
    animation: pulse-glow 2s ease-in-out infinite;
}

@keyframes pulse-glow {
    0%, 100% {
        text-shadow: 1px 1px 2px #FFFFFF,
                     0 0 10px rgba(154, 82, 251, 0.5);
    }
    50% {
        text-shadow: 1px 1px 2px #FFFFFF,
                     0 0 20px rgba(154, 82, 251, 0.8),
                     0 0 30px rgba(154, 82, 251, 0.5);
    }
}

/* Efeito de hover melhorado em formulários */
.form-control:focus,
select:focus,
textarea:focus {
    transition: all 0.3s ease;
}

/* Efeito de transição suave em todos os elementos */
* {
    transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

/* Desabilitar transições em elementos que não precisam */
video, canvas, img {
    transition: none;
}

/* ============================================
   EFEITOS SENSORIAIS - RESPONSIVO
   ============================================ */
@media (max-width: 768px) {
    #audio-controls {
        bottom: 10px;
        right: 10px;
        padding: 8px 12px;
    }
    
    .audio-slider-container {
        width: 80px;
    }
    
    .magic-cursor,
    .cursor-trail {
        display: none;
    }
}

/* ============================================
   EFEITOS SENSORIAIS - MELHORIAS VISUAIS
   ============================================ */
header {
    position: relative;
    overflow: hidden;
}

header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(154, 82, 251, 0.1) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
    animation: mystical-aura 4s ease-in-out infinite;
}

@keyframes mystical-aura {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.1);
    }
}

/* Efeito de brilho em bordas de formulários */
.bordered-roundee {
    position: relative;
    overflow: hidden;
}

.bordered-roundee::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, 
        rgba(154, 82, 251, 0.5),
        rgba(139, 39, 176, 0.5),
        rgba(154, 82, 251, 0.5)
    );
    background-size: 200% 200%;
    border-radius: 30px;
    z-index: -1;
    animation: border-glow 3s ease infinite;
    opacity: 0.5;
}

@keyframes border-glow {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}