@font-face {
    font-family: 'Cormorant Infant';
    src: url('fonts/CormorantInfant-Bold.woff2') format('woff2'),
        url('fonts/CormorantInfant-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Infant';
    src: url('fonts/CormorantInfant-BoldItalic.woff2') format('woff2'),
        url('fonts/CormorantInfant-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Infant';
    src: url('fonts/CormorantInfant-Light.woff2') format('woff2'),
        url('fonts/CormorantInfant-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Infant';
    src: url('fonts/CormorantInfant-MediumItalic.woff2') format('woff2'),
        url('fonts/CormorantInfant-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Infant';
    src: url('fonts/CormorantInfant-LightItalic.woff2') format('woff2'),
        url('fonts/CormorantInfant-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Infant';
    src: url('fonts/CormorantInfant-Medium.woff2') format('woff2'),
        url('fonts/CormorantInfant-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Infant';
    src: url('fonts/CormorantInfant-Regular.woff2') format('woff2'),
        url('fonts/CormorantInfant-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Infant';
    src: url('fonts/CormorantInfant-SemiBold.woff2') format('woff2'),
        url('fonts/CormorantInfant-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Infant';
    src: url('fonts/CormorantInfant-Italic.woff2') format('woff2'),
        url('fonts/CormorantInfant-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Infant';
    src: url('fonts/CormorantInfant-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/CormorantInfant-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}



* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: url('../images/background.png') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Arial', sans-serif;
    margin: 0;
}

.body-form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh; /* Ajuste conforme necessário */
    overflow: hidden;
    font-family: 'Cormorant Infant';
    font-weight: 600;
  }

  .video-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .video-js {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
.video-wrapper button {
    position: absolute;
    z-index: 999;
    top: 20px;
    right: 20px;
}

.container {
    text-align: left;
    max-width: 750px;
    padding: 20px;
    margin: auto;
}

.container:not(.container-compra) {
    opacity: 0;
    animation: fadeInUp 1s 1s ease-out forwards;
}
.container-compra {
    max-width: 950px;
}
.container-pix {
    max-width: 1200px;
}
.container-boneco {
    max-width: 400px;
}



h1 {
    font-family: 'Cormorant Infant';
    font-weight: 600;
    font-style: italic;
    font-size: 2.8em;
    margin-bottom: 50px;
    color: #ffffff;
}
.container:not(.container-compra) h1 {
    opacity: 0;
    animation: fadeInUp 1s 1s ease-out forwards;
}
.container-compra h1 {
    margin-bottom: 30px;
}

h2 {
    font-family: 'Cormorant Infant';
    font-weight: 600;
    font-size: 1.7em;
    margin-bottom: 30px;
    color: #ffffff;
}
.container:not(.container-compra) h2 {
    opacity: 0;
    animation: fadeInUp 1s 1s ease-out forwards;
}

p {
    font-family: 'Cormorant Infant';
    font-weight: 300;
    font-size: 1.33em;
    line-height: 1.3em;
    margin-bottom: 30px;
    color: #ffffff;
}
.container-compra p {
    font-size: 1.53em;
}

.container:not(.container-compra) p:not(.not-animated) {
    opacity: 0;
    animation: fadeInUp 1s 1s ease-out forwards;
}

form {
    display: flex;
    justify-content: start;
    align-items: center;
}
.container:not(.container-compra) form {
    opacity: 0;
    animation: fadeInUp 1s 1.5s ease-out forwards;
}
.container-compra form {
    display: block;
}
.container-compra .row > div {
    margin-bottom: 10px;
}
.form-block {
    flex-direction: column;
    row-gap: 20px;
}
.form-block > div {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
}
.form-block > ul {
    width: 100%;
}
.form-block input[type="checkbox"] {
    margin-right: 5px;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}


input[type="text"], input[type="email"], input[type="tel"], input[type="file"], textarea, select {
    font-family: 'Cormorant Infant';
    font-weight: 500;
    padding: 16px 50px 16px 16px;
    font-size: 1.9em;
    line-height: 1.1em;
    border: none;
    border-radius: 6px;
    outline: none;
    flex: 1;
    width: 100%;
    background-color: #000000;
    color: #666666;
}

.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}

.info-valor {
    font-weight: bold;
    font-size: 1.4em;
}

.container-compra input[type="text"], .container-compra input[type="email"], .container-compra input[type="tel"], .container-compra input[type="file"], .container-compra textarea, .container-compra select {
    padding: 20px;
    font-size: 1.6em;
    width: 100%;
    color: #ffffff;
    line-height: 1.1em;
    border: none;
    border-radius: 6px;
    outline: none;
}

.container-compra select {
    padding: 8px;
}
.container-compra select:focus:invalid {
    color: rgb(153,153,153);
    opacity: 0.6;
}
.container-compra select option:first-child {
    display: none;
}

.container-compra input[type="tel"] {
    padding-left: 55px;
}

.container-compra .form-control::-webkit-input-placeholder {
    color: rgb(153,153,153);
    opacity: 0.6;
    font-family: 'Cormorant Infant';
    font-weight: 500;
}

.container-compra .help-block {
    font-family: 'Cormorant Infant';
    font-weight: 500;
    font-size: 1.3em;
}

.iti {
    width: 100%;
}

.iti__country {
    padding: 5px 10px 5px 40px;
}
.iti-mobile .iti__country {
    padding: 10px 10px 10px 30px;
}
.iti__flag-box {
    margin-top: 8px;
    margin-left: 8px;
}

textarea {
    resize: none;
    overflow: hidden;
    box-sizing: border-box;
}

button.short {
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border: none;
    cursor: pointer;
    position: absolute;
    margin-right: 10px;
    right: 0;
}

button.short img {
    height: 30px;
}

.container-compra button.long {
    background-color: rgba(0,0,0,0.3);
    color: rgba(255,255,255,0.3);
}
.container-compra button.long svg {
    fill: rgba(255,255,255,0.3);
}
.container-compra button.long.active {
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
}
.container-compra button.long.active svg {
    fill: rgba(255,255,255,1);
}
.container-compra button.long:hover {
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
}
.container-compra button.long:hover svg {
    fill: rgba(255,255,255,1);
}

.form-block > button, .container-compra button, .video-wrapper button {
    align-self: flex-end;
    color: #fff;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    padding: 15px;
    border-radius: 6px;
    font-family: 'Cormorant Infant';
    font-weight: 300;
    font-size: 1.33em;
    line-height: 1.3em;
}
.container:not(.container-compra) .form-block > button {
    opacity: 0;
    animation: fadeInUp 1s 1.5s ease-out forwards;
}

.form-block > button img, .video-wrapper > button img {
    height: 30px;
    margin-left: 20px;
}

ul {
    font-family: 'Cormorant Infant';
    font-weight: 300;
    font-size: 1.33em;
    line-height: 1.3em;
    list-style: none;
    padding: 0;
    margin: 0;
}
.container:not(.container-compra) ul {
    opacity: 0;
    animation: fadeInUp 1s 1s ease-out forwards;
}
li {
    margin-bottom: 15px;
    color: #ffffff;
}
li div {
    position: absolute;
    left: 0;
    background-color: #000;
    border: 1px solid #8a8b90;
    padding: 1px 8px;
    color: #fff;
    min-width: 35px;
    text-align: center;
}
li div.active {
    background-color: #fff;
    color: #000;
}

input[type="radio"] {
    margin-right: 30px;
}

.container-input {
    display: block;
}

label {
    cursor: pointer;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-family: 'Cormorant Infant';
    font-weight: 300;
    font-size: 1.33em;
    line-height: 1.3em;
}

.custom-file-upload:hover, .form-block > button:hover {
    background-color: #14191f;
}

#file-name {
    display: block;
    margin-top: 10px;
    margin-left: 15px;
    font-size: 1.1em;
    font-family: 'Cormorant Infant';
    font-weight: 300;
    color: #666;
}
.hint {
    font-family: 'Cormorant Infant';
    font-weight: 300;
    margin-top: 12px;
    font-size: 1.3em;
    color: #666;
}

.animated {
    opacity: 0;
    animation: fadeInUp 1s 1s ease-out forwards;
}

.container-compra .animated:nth-child(1) { animation-delay: 0s; }
.container-compra .animated:nth-child(2) { animation-delay: 0.1s; }
.container-compra .animated:nth-child(3) { animation-delay: 0.2s; }
.container-compra .animated:nth-child(4) { animation-delay: 0.3s; }
.container-compra .animated:nth-child(5) { animation-delay: 0.4s; }
.container-compra .animated:nth-child(6) { animation-delay: 0.5s; }
.container-compra .animated:nth-child(7) { animation-delay: 0.6s; }
.container-compra .animated:nth-child(8) { animation-delay: 0.7s; }
.container-compra .animated:nth-child(9) { animation-delay: 0.8s; }
.container-compra .animated:nth-child(10) { animation-delay: 0.9s; }
.container-compra .animated:nth-child(11) { animation-delay: 1s; }
.container-compra .animated:nth-child(12) { animation-delay: 1.1s; }
.container-compra .animated:nth-child(13) { animation-delay: 1.2s; }
.container-compra .animated:nth-child(14) { animation-delay: 1.3s; }
.container-compra .animated:nth-child(15) { animation-delay: 1.4s; }
.container-compra .animated:nth-child(16) { animation-delay: 1.5s; }
.container-compra .animated:nth-child(17) { animation-delay: 1.6s; }
.container-compra .animated:nth-child(18) { animation-delay: 1.7s; }
.container-compra .animated:nth-child(19) { animation-delay: 1.8s; }
.container-compra .animated:nth-child(20) { animation-delay: 1.9s; }

.delay1 {
    animation-delay: 2s;
}
.delay2 {
    animation-delay: 0s;
}
.hidden {
    opacity: 0;
}
.none {
    display: none !important;
}
.container-image {
    display: flex;
    margin-bottom: 20px;
    column-gap: 25px;
}
.container-image img {
    margin-top: 5px;
}
.container-image img.face {
    width: 155px;
}
.container-image img.boneco {
    height: 240px;
}

.container-opcao-pagamento {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    width: 100%;
    justify-content: center;
    font-size: 1.1em;
}

.container-compra button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    min-width: 158px;
    margin: 10px 0px 25px;
}
.container-compra button svg {
    fill: #ffffff;
    margin-top: 5px;
}

.forma_pix > div {
    color: #ffffff;
    display: flex !important;
    width: 100% !important;
    flex-direction: column !important;
    gap: 20px !important;
    align-items: center !important;
    justify-content: center !important;
}

.forma_pix ul li {
    list-style-type: none;
}
.forma_pix ul li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: bolder;
    font-size: 1.4em;
    margin-right: 7px;
    content: "\f105";
    color: #ffffff;
}

.container-btn-concluir {
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay, .overlay_en {
    position: fixed;
    background: url('../images/background.png') no-repeat center center fixed;
    width: 100%;
    height: 100vh;
    z-index: 10;
    display: table;
}

.loader-container {
    display: flex;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
}

.loader-text {
    font-size: 1.6em;
    color: #ffffff;
    font-weight: 300;
    margin-top: 20px;
    font-family: 'Cormorant Infant';
    font-weight: 300;
}

/* HTML: <div class="loader"></div> */
.loader {
    height: 5px;
    width: 150px;
    --c:no-repeat linear-gradient(#27272d 0 0);
    background: var(--c),var(--c),#aaaaaa;
    background-size: 60% 100%;
    animation: l16 3s infinite;
}

.sweet-alert p {
    font-size: 1.4em !important;
}

.container-pix {
    font-size: 1.6em;
    color: #ffffff;
    font-family: 'Cormorant Infant';
    font-weight: 300;
}

.container-pix ul {
    list-style-type: none;
}
.container-pix ul li {
    font-size: 0.64em;
    margin-bottom: 0px;
    line-height: 1.4em;
}
.container-pix ul li span {
    font-size: 1.4em;
    font-weight: 600;
    color: #ffffff;
    opacity: 0.6;
    margin-right: 10px;
}
.container-qrcode {
    padding-left: 40px;
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 30px;
}
.container-qrcode .container-qrcode-msg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 240px;
}
.container-qrcode .container-qrcode-msg > div:not(:nth-child(2)) {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.1em;
}
.container-qrcode .container-qrcode-msg > div:nth-child(3) > span {
    font-weight: normal;
}
.container-pix-instrucoes {
    padding-right: 40px;
}
.container-pix-instrucoes > div:nth-child(2) {
    font-size: 1.8em;
    font-style: italic;
    font-weight: bold;
    margin-top: 15px;
    line-height: 1.1em;
}
.container-pix-instrucoes > div:nth-child(3) {
    font-size: 0.82em;
}
.container-pix-instrucoes > div:nth-child(4) {
    font-size: 1.5em;
    line-height: 1.13em;
    font-weight: bold;
    margin-top: 15px;
}
.container-pix .container-tip .tip-title {
    font-size: 1.5em;
    line-height: 1.13em;
    font-weight: bold;
    margin-top: 15px;
}
.container-pix .container-tip .tip-text {
    margin-top: 15px;
    font-style: italic;
}
.container-pix .container-tip .tip-button {
    display: flex;
    height: 100%;
    justify-content: center; 
    align-items: center; 
}

.container-pix .btnCopyQrCode {
    color: #ffffff;
    font-size: 1em;
}

.container-pix .container-qrcode-imagem > div:nth-child(2) {
    text-align: center;
    margin-top: 10px;
}
.container-pix .btnCopyQrCode:hover, .container-pix .btnCopyQrCode:visited, .container-pix .btnCopyQrCode:link {
    text-decoration: none;
}

/*

.container-pix .pix-status {
    font-size: 14px;
    color: #ffffff;
}
.container-pix .status-atualizacao {
    margin-top: 20px;
}
.container-pix .instrucoes {
    margin-top: 50px;
}
.container-pix .instrucoes p {
    font-size: 1.4em;
    color: #ffffff;
}
.container-pix .instrucoes ul {
    padding-left: 5px;
    list-style-type: none;
}
.container-pix .instrucoes ul li {
    font-size: 1.1em;
    margin-bottom: 10px;
}
.container-pix .panel-body {
    padding: 40px;
}
.container-pix .instrucoes ul li span {
    font-size: 1.3em;
    font-weight: 600;
    color: #ffffff;
    opacity: 0.6;
    margin-right: 10px;
}
.container-pix .panel-qr {
    text-align: center;
}
.container-pix .panel-qr .title {
    font-size: 1.4em;
    color: #ffffff;
}
.container-pix .panel-qr .limit-date {
    margin-top: 25px;
}
.container-pix .panel-qr .qr-code {
    margin-top: 30px;
}
.container-pix .panel-qr .shopper {
    margin-top: 20px;
}
.container-pix .panel-qr .link-copy {
    margin-top: 20px;
    color: #00533C;
    font-size: 1.2em;
}
.container-pix .panel-qr .link-copy i {
    margin-right: 8px;
}
.btnCopyQrCode:hover, .btnCopyQrCode:visited, .btnCopyQrCode:link {
    text-decoration: none;
}

.container-pix .panel-qr .tip {
    margin-top: 20px;
    color: white;
    width: 100%;
    text-align: left;
    padding: 30px;
}
*/

.container-cupom {
    display: flex;
    align-items: center;
    gap: 20px;
}
.btn-validar-cupom {
    margin: 0px 0px 15px !important;
    padding: 5px 15px !important;
    min-width: unset !important;
}
.container-desconto {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Cormorant Infant';
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.8em;
}
.container-desconto span {
    font-weight: 700;
    margin-right: 12px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #000000;
}
.pedido {
    width: 100%;
    background-color: rgb(63,63,63);
    padding: 20px;
    margin-top: 20px;
    color: #ffffff;
    font-family: 'Cormorant Infant';
    font-weight: 300;
    font-size: 1.4em;
}
.pedido .title {
    font-weight: 700;
    font-size: 1.6em;
    line-height: 2em;
}
.pedido .subtitle {
    font-weight: 700;
}

@keyframes l16 {
    0%   {background-position:-150% 0,-150% 0}
    66%  {background-position: 250% 0,-150% 0}
    100% {background-position: 250% 0, 250% 0}
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 600px) {
    .container-pix .btnCopyQrCode {
        font-size: 0.8em;
    }
    .container-pix-instrucoes {
        padding-right: 15px;
    }
    .container-qrcode {
        padding-left: 15px;
    }
    .container-qrcode .container-qrcode-imagem > .imagem img {
        max-width: 140px;
    }
    .container-qrcode .container-qrcode-msg {
        min-height: 180px;
    }
    .container-qrcode .container-qrcode-msg > div:not(:nth-child(2)) {
        font-size: 1.2em;
        font-weight: bold;
        line-height: 1em;
    }
    .container-pix ul li {
        font-size: 0.7em;
    }
    .container-image img.face {
        width: 100px;
    }
    .container-image img.boneco {
        height: 210px;
    }
    h1 {
        font-size: 1.8em;
    }
    h2 {
        font-size: 1.35em;
    }

    p {
        font-size: 1.2em;
    }
    ul {
        font-size: 1.2em;
    }

    input[type="text"], input[type="email"], input[type="file"], textarea, select {
        font-size: 1.3em;
        padding: 16px 16px 16px 16px;
    }

    button.short img {
        height: 18px;
    }

    /*.form-block > div {
        align-items: flex-start;
    }*/
    .form-block > button {
        font-size: 1.2em;
    }
    .form-block > button img {
        height: 20px;
    }
    .custom-file-upload {
        font-size: 1.2em;
    }
    #file-name {
        font-size: 1em;
    }
    .container-file {
        display: flex;
        flex-direction: column;
    }
}
