
            /* src: url('./../assets/fonts/') format('opentype'); */
        /* Estilos CSS aqui */
        /* Para manter a mesma aparência, estilos serão mantidos em linhas separadas */
        /* @font-face {
            font-family: 'Montserrat', sans-serif;
            src: url('./../assets/fonts/Montserrat-Regular.ttf') format('opentype');
        } */



        .montserrat {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        }
        .phase{
            max-width: 500px;
            text-align: center;
        }
          .w100 {
            font-weight: 100;
          }
          .w200 {
            font-weight: 200;
          }
          .w300 {
            font-weight: 300;
          }
          .w400 {
            font-weight: 400;
          }
          .w700 {
            font-weight: 700;
          }
          .w800 {
            font-weight: 800;
          }
          
          
        body {
            font-family: 'Montserrat', sans-serif; /* Fallback para sans-serif caso a fonte Roboto não seja carregada */
            padding: 0;
            background-color: #212121;
            color: #05f228;
            margin: 10px auto;
            height: 100vh;
            max-height: 100vh;
            overflow: hidden;
        }

        /* Style the scrollbar for the entire document */
        ::-webkit-scrollbar {
            width: 10px;
            background-color: #212121;
        }
    
        /* Style the thumb of the scrollbar */
        ::-webkit-scrollbar-thumb {
            background-color: #05f228;
            border-radius: 5px;
        }
    
        /* Style the track of the scrollbar */
        ::-webkit-scrollbar-track {
            background-color: black;
            border-radius: 5px;
        }
  
      /* Add some padding to the body to create some space for the scrollbar */
      
          
        
        .menu-icon {
                display: none;
                padding-top: 8px;
            }
        @media screen and (max-width: 1210px) {
            /* #video-background{
                video{
                    height: 100vh;
                    width: fit-content!important;
                }
            } */
        }
        @media screen and (max-width: 768px) {
            
            nav ul {
                display: none;
            }
            body nav ul {
                display: none;
            }

            .menu-icon {
                display: block;
            }

            .show-menu ul {
                display: block;
            }
            section{
                padding:20px 15px!important;
            }
            #logo{
                max-height: 100px!important;
            }
            
            
            .container{
                margin: 0px auto!important;
                /* padding-top: 10px!important; */
                width: 90%!important;
            } 
            
            
        }

    
        header {
            height:  fit-content;
            background-color: #d2d5d8;
            color: #fff;
            padding: 20px;
            text-align: center;

            h1 {
                color: #05f228
            };

            p {
                color: #7e1919;
            };
             
        }


        nav {
            display: flex;
            background-color:transparent;
            padding: 4px 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        nav ul {
            width: -webkit-fill-available;
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: space-evenly;
            overflow: hidden;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            align-items: stretch;
        }

        nav li {
            margin: 0;
        }

        nav a {
            text-decoration: none;
            color: #333;
            font-weight: bold;
            font-size: 16px;
            transition: color 0.3s ease-in-out;
        }

        nav a:hover {
            color: #05f228;
        }
        nav a.active {
            color: #05f228;
        }
        #element {
            max-height: 1000px;
            overflow-y: scroll;
          }
          
        section {
            height: max-content;
            /* max-height: 100vh; */
            min-height: 100vh;
            overflow-y: auto;
            /* display: flex; */
            /* justify-content: center;
            align-items: center; */
            padding: 30px 20px;
            text-align: center;
            opacity: 0;
            transition: opacity .8s; 

        }

        section.active {
            opacity: 1;
        }

        h1 {
            font-size: 36px;
            margin-bottom: 10px;
        }

        h2 {
            font-size: 24px;
            margin: 12px 10px;
            color: #05f228;
            text-shadow: 1px 1px 0px rgb(105 97 97);
        }


        p {
            
            margin: 10px auto;
            /* color: #6f2dbd; */
            color: white;
            /* font-weight: 800; */
        }

        /* img {
            max-width: 150px;
            max-height: 100vh;
            height: auto;
        } */

        #logo {
            transition: all .5s ease-in;
            max-height: 200px;
        }

        footer {
            background-color: #333;
            color: #05f228;
            padding: 20px;
            text-align: center;
            position: fixed;
            bottom: -100px;
            width: 100%;
            transition: bottom 0.5s ease-in-out;
        }

        #video-background {
            position: fixed;
            right: 0;
            bottom: 0;
            min-width: 100%;
            min-height: 100%;
        }
        #container{
            position: relative;
            color: white;
            height: 95vh;
            width: 95%;
            text-align: center;
            margin: 10px auto;
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            /* font-family: 'Raleway', sans-serif; */
            flex-direction: column;
            align-content: stretch;

        }
        #coming{
            color: #ccc;
            /* font-size: 60px; */
            max-width: 90vw;
            img{
                max-width: 55%;
            }

        }
        .container-logo{
            position: relative;
            width: 100%;
            /* margin: 0 auto; */
            left: 50%;
        }
        /* Estilo para o logo girando */
        #logo-news {
            position: relative;
            left: 7vmax;
            /* top: 25px; */
        
            width: 14vmax !important;
            /*  height: 14vmax;*/
            margin: -2vmax auto;
            /* width: 130px !important; */
            animation: spin 5s infinite linear;
        }

        /* Estilo para o formulário de captura de leads */
        #lead-form {       
            background-color:transparent;
        }
        #input {
           
            padding: 12px;
            border-radius: 20px;
            width: 200px;
            
        }

        #confirmation{
            display: none;
        }

        /* Estilo para o texto inferior */
        #lower-text {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            color: white;
        }

        /* Animação para girar o logo */
        @keyframes spin {
            0% { transform: translateX(-50%) rotate(0deg); }
            100% { transform: translateX(-50%) rotate(360deg); }
        }

        .show-footer {
            bottom: 0;
        }

        .animate-footer {
            animation: slide-up 0.5s ease-in-out forwards;
        }

        @keyframes slide-up {
            from {
                bottom: -100px;
            }

            to {
                bottom: 0;
            }
        }

        
        .init-section{
            padding: 1px 0px;
            opacity: 1!important;
            background-color: #f5f5f5;
        }

        .section {
            padding: 0px !important;
            min-height: 100vh;
            background: fixed no-repeat center/100% url(./../assets/images/hub.jpg);
            background-color: #f5f5f5;
            /* margin-bottom: 20px; */
            /* height: max-content; */
            background-size: cover;
        }

        /* .section:before {
            content: ' ';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0.6;
            background-image: url('assets/images/loteamento.jpg');
            background-repeat: no-repeat;
            background-position: 50% 0;
            background-size: cover;
            } */
        .section h1 {
            margin-bottom: 20px;
            font-size: 36px;
            margin: 12px 10px;
            color: #f0e9e8;
            text-shadow: 1px 1px 3px rgb(238 231 227);
        } 


        button {
            background-color: #212121;
            border: 2px solid #05f228;
            color: white;
            padding: 10px 15px;
            border: none;
            cursor: pointer;
            font-size: 14px;
            margin-top: 10px;
            border-radius: 20px;
        }

        button:hover {
            
            background-color: #6f2dbd;
            color: #05f228;
        }

        .modal {
            position: fixed;
            /* top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); */
            width: 400px;
            background-color: white;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            padding: 20px;
            z-index: 1000;
            max-height: 90vh;
            overflow-y: scroll;
        }

        dialog {
            position: relative;
            /* width: 300px;
            height: 200px; */
            background-color: white;
            border: 1px solid black;
            border-radius: 5px;
            opacity: 0;
            transition: opacity 0.5s;
        }

        dialog.active {
            opacity: 1;
        }

        .modal h2 {
            margin-top: 0;
        }

        .modal label {
            display: block;
            margin-bottom: 5px;
        }

        .modal input[type="text"],
        .modal input[type="email"],
        .modal input[type="tel"],
        .modal input[type="number"] {
            width: 100%;
            padding: 10px;
            border-radius: 5px;
            border: 1px solid #ccc;
            margin-bottom: 10px;
            box-sizing: border-box;
        }

        .modal input[type="submit"] {
            width: 100%;
            padding: 10px;
            background-color: #4CAF50;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
        }

        .modal input[type="submit"]:hover {
            background-color: #3e8e41;
        }

        .modal .close-button {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 24px;
            font-weight: bold;
            color: #ccc;
            cursor: pointer;
            border: none;
            background-color: transparent;
        }

        .modal .close-button:hover {
            color: #333;
        }

        