        /* Reset */
        #custon-page {background-color: #131313; color: #ffffff;}

        #custon-page.scroll-section {scroll-snap-align: start;}

        #custon-page h1, h2, h3, p, a{font-family: 'Poppins', Arial, Helvetica, sans-serif;}

        #custon-page h3 {font-size: 24px; font-weight: 600; color: #ffffff; margin-top: 16px;}

        #custon-page h1 {font-size: 48px;font-weight: 700;}

        #custon-page h2 {font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size: 32px; font-weight: 700;}

        #custon-page p {
            max-width: 100%;
            font-size: 16px;
            font-weight: 400;
            color: #ffffff;
        }

        #custon-page a{text-decoration: none; margin: 0;}

        #custon-page img {
            border-radius: 32px;
            width: 100%; /* Garante que a imagem se ajuste ao contêiner */
            padding: 0;
            margin: 0;
            transform: scale(1);
            transition: 0.2s ease-in-out;
        }

        #custon-page .ajust-title {
            width: 100%;
            max-width: 1280px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: baseline;
        }

        #custon-page .ajust-title p{margin-top: 24px;}

        #custon-page .controller-width {
            width: 100%;
            max-width: 1280px;
            height: auto;
            padding: 0 16px;
            display: flex;
            flex-direction: column;
            justify-content: start;
            
        }

        #custon-page .content-page {
            width: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        #custon-page::-webkit-scrollbar {width: 0;}

        #video-manifesto-desktop{ width: 100%; height: 620px; border: 0; border-radius: 32px; display: flex; justify-content: center; align-items: center;}
        #video-manifesto-mobile{ width: 100%; height: 620px; border: 0; display: none}


          /* Formulário */
        .box-formulario{
            width: 100%;
            display: flex; flex-direction: column; justify-content: center; align-items: center;
            text-align: left!important;
        }

        .box-formulario h1{
            width: 100%;
            text-align: left!important;
            color: #ffffff!important;
        }

        /* Caixas de Conteudo */
        .box-content{
            border-radius: 32px;
            width: 100%;
            min-height: 494px;
            display: flex; flex-direction: column; justify-content: center; align-items: center;
        }

        .box-content h1{
            width: 100%;
            max-width: 423px!important;
            text-align: left!important;
            color: #ffffff!important;
        }

        .box-content p{
            width: 100%;
            max-width: 423px!important;
            text-align: left!important;
            color: #ffffff!important;
        }

        
        /* Variação de Cores */
        .orange{background-color: #202020; color: #ffffff;}
        .blue{background-color: #b26157;}

        
        .box-vantagens{
            display: flex; flex-direction: column; justify-content: center; align-items: start;
            width: 100%;
            min-height: 280px;
            text-align: left;
            border-radius: 24px;
            background-color: #212121;
            padding: 48px;
        }

        .box-vantagens .icon-vantagem{
            width: 100%;
            max-width: 48px; height: 48px;
            border-radius: 4px!important;
        }

        .box-vantagens p{text-align: left!important;}

        .mockup-desktop{display: block;}
        .mockup-mobile{display: none;}

        .dicas-quintess{
        display:flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: left;
        margin: 16px 0;
        }


        .dicas-quintess p{
            margin: 16px;
            text-align: left;
        }

        .icons-dicas{
            width: 92px;
            height: 92px;
            display: flex;
            justify-content: center;
            align-items: center;
           
        }

        /* Section 1 Styles */
        #custon-page .banner-topo {
            color: #ffffff;
            background-image: url("https://ph-cdn3.ecosweb.com.br/web/cp-urls/quintess/2025/black-friday/banners/Desk.jpg");
            background-position: top;
            height: 500px;
            position: relative;
            
        }

     

        #custon-page img:hover{
            opacity: 0.7;
            transition: 0.2s ease-in-out;
            transform: scale(1.020);
        }

        .scroll-item{width: 100%; display: flex; flex-direction: row; justify-content: center; align-items: center;}
        .scroll-item div{margin: 4px;}
        .scroll-item p{font-size: 14px!important;}
        .scroll-item img{border-radius: 0!important;}




        /* Modal */
        .modalBF {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 9999999; /* Sit on top */
            padding-top: 2px; /* Location of the box */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
            }
            /* Modal Content */
            .modal-contentBF {
            font-family: 'Poppins', Arial, Helvetica, sans-serif;
            text-align: center;
            position: relative;
            font-size: 14px;
            background-color: hsla(168, 56%, 51%, 0.9);
            margin: auto;
            padding: 0;
            border: none;
            width: 100%;
            min-width: 425px;
            height: auto;
            color: #ffffff;
            padding: 16px;
            -webkit-animation-name: animatetop;
            -webkit-animation-duration: 0.4s;
            animation-name: animatetop;
            animation-duration: 0.4s;
            margin-top: -2px;

            }
            /* Modal Content */
            .modal-contentBFRed {
            font-family: 'Poppins', Arial, Helvetica, sans-serif;
            text-align: center;
            position: relative;
            font-size: 14px;
            background-color: rgba(236, 62, 62, 0.9);
            margin: auto;
            padding: 0;
            border: none;
            width: 100%;
            max-width: 425px;
            height: auto;
            color: #ffffff;
            padding: 5px;
            -webkit-animation-name: animatetop;
            -webkit-animation-duration: 0.4s;
            animation-name: animatetop;
            animation-duration: 0.4s;
            margin-top: -2px;
            }
            /* Add Animation */
            @-webkit-keyframes animatetop {
            from {top:-300px; opacity:0} 
            to {top:0; opacity:1}
            }
            @keyframes animatetop {
            from {top:-300px; opacity:0}
            to {top:0; opacity:1}
            }
            /* The Close Button */
            .close-modal {
            color: white;
            float: right;
            font-size: 24px;
            }
            .close-modal:hover,
            .close-modal:focus {
            color: rgb(255, 255, 255,0.8);
            text-decoration: none;
            cursor: pointer;
            transition: 0,05s;
            }
            .modal-bodyBF {
            padding: 2px 2px;
            }
            
    



        /* Formulário */
        .form-black-friday{width: 100%; font-family: 'Poppins', Arial, Helvetica, sans-serif;}

        /* Inputs */
        .form-black-friday input{
            width: 100%;
            height: 32px;
            margin: 14px 0;
            font-size: 16px;
            color: #b6b6b6;
            font-family: 'Poppins', sans-serif;
            background-color:rgba(0, 0, 0, 0.0);
            border: none;
            border-bottom: 1px solid #929292;
            outline: none!important
        }

        .form-black-friday input:focus{ border-color: #ffffff!important; transition: 0.5s }

        .btn-form{
            width: 100%;
            height: 48px;
            border: 0;
            border-radius: 8px;
            background-color: #b26157;
            color: #ffffff;
            font-family: 'Poppins', sans-serif;
            outline: none!important;
            font-size: 14px;
            cursor: pointer;
            position: relative;
            margin-top: 16px; 
            font-weight: 600;
            animation: pulse 2s infinite;
            }

        
        /* Animação botão cadastrar */
        @keyframes pulse{
            0%{
                transform: scale(1);
                box-shadow:0 0 0 0 #b26157;
            }

            70%{
                transform: scale(1);
                box-shadow:0 0 0 12px rgba(250, 118, 118, 0);
            }

            100%{
            
                box-shadow:0 0 0 0 rgba(0, 0, 0, 0);
            }

        }

        /* Retorno do Servidor */
        .invalid-feedback{
            font-family: 'Poppins', Arial, Helvetica, sans-serif
            transition: 0.5s;
            color: #b6b6b6!important;
            text-align: left;
        }
