       /* Reset */
        #custon-page body, h1, h2, h3, h4, p, a, button{
            font-family: 'Poppins', Arial, Helvetica, sans-serif;
        }

        #custon-page{background-color: #F1F4FD; width: 100%; height: auto; padding-top: 36px;}
        
        #custon-page a{text-decoration: none;}

        #custon-page img{
            border-radius: 16px;
            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 .controller-width {
            width: 100%;
            max-width: 1280px;
            margin: 0 auto;
            height: auto;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: row;
        }

        #custon-page::-webkit-scrollbar {
            width: 0;
        }
       
    
        .box-model{
            width: 100%;
            max-width: 640px;
            height: 640px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-radius: 24px;
            color: #ffffff;
            font-family: 'Poppins', Arial, Helvetica, sans-serif;
            font-size: 24px;
            padding: 48px;
            margin: 0;

            /* Configuração para as imagens */
            background-size: cover;
            background-position: center; 
            background-repeat: no-repeat;
        }
        
        .bx-img-1{background-image: url('https://ph-cdn3.ecosweb.com.br/web/cp-urls/posthaus/nova-id/2024/aniversariantes/img/image-1.png');}
        .bx-img-2{background-image: url('https://ph-cdn3.ecosweb.com.br/web/cp-urls/posthaus/nova-id/2024/aniversariantes/img/image-2.png');}
        .bx-img-3{

            background-image: url('https://ph-cdn3.ecosweb.com.br/web/cp-urls/posthaus/nova-id/2024/aniversariantes/img/image-3.png');
            width: 100%;
            max-width: 100%;
            height: 420px;

            display: flex;
            justify-content: start;
            flex-direction: row;
            align-items: center;
            padding: 0;
        }

        .bx-img-4{background-image: url('https://ph-cdn3.ecosweb.com.br/web/cp-urls/posthaus/nova-id/2024/aniversariantes/img/image-4.jpg');}
        .bx-img-5{background-image: url('https://ph-cdn3.ecosweb.com.br/web/cp-urls/posthaus/nova-id/2024/aniversariantes/img/image-5.png');}
        .bx-img-5 div span{
            font-size: 48px;
            font-weight: bold;
            line-height: 48px;
        }

           
        .bx-blue{background-color: #5070E3;}
        .bx-salmon{background-color: #F08676;}

       
        
        .bx-yellow{
            width: 100%;
            height: 420px;
            max-width: 420px;
            background-color: #FFBD42;
            border-radius: 24px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .bx-salmon div{
            display: flex;
            justify-content: end;
        }
        
        .teste{
            width: 100%;
            height: auto;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            border-radius: 24px;
            background-color: #F08676;
            padding: 48px;
        }

        #video-anversariantes{
            width: 100%;
            height: 720px;
            border-radius: 24px; border: 0;

        }


        /* Media Screen to  Mobile Version */
        @media screen and (max-width: 720px) {
            #video-anversariantes{
                height: 468px;
            }
        }

        @media screen and (max-width: 990px) {

            .box-model{
                max-width: 100%;
                font-size: 20px;
                height: 420px;
            }

            .bx-img-3{
                background-image: url('https://ph-cdn3.ecosweb.com.br/web/cp-urls/posthaus/nova-id/2024/aniversariantes/img/3-mobile.jpg');
                background-position-y:top;
                align-items: end;
                max-width: 100%;
                height: 640px;
            }

            .bx-yellow{
                
                height: 148px;
                max-width: 100%;
                margin: 0;
            }
        }

        