/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14/02/2026, 09:17:41
    Author     : Augusto
*/

*{
    margin: 0;
    padding: 0;
}



/* 1. Estilização do Preloader (CSS) */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* Fundo do loading */
    z-index: 9999; /* Garante que fique por cima de tudo */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Animação simples de círculo (Loader) */
.loader2 {
    width: 20px;
    height: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader2 img{
    width: 80px;
    height: 80px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}








.tela{
    width: 100%;
    height: 100vh;
    background-image: url('IMG/W1.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.topo{
    width: 100%;
    height: 10vh;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu{
    width: 70%;
    height: auto;
    border-bottom: 1px solid white;
}
.menu ul{
    font-family: 'Akshar';
    font-size: 100%;
    color: white;
    text-align: center;
}
.menu ul li{
    display: inline-block;
    margin: 2%;
    cursor: pointer;
    position: relative;
}
#ative{
    background-color: rgba(0,0,0,0.4);
    padding: 0.5%;
}

.meio{
    width: 100%;
    height: 75vh;
    /*background-color: rgba(0,0,0,0.2);*/
    margin-top: 5vh;
}
.container{
    width: 55%;
    height: 100%;
    /*background-color: pink;*/
    margin-left: 35%;
}
.inf1{
    width: 49%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.6);*/
    float: left;
}

.clik{
    width: 100%;
    height: auto;
    bottom: 0;
    position: absolute;
    margin-bottom: 3%;
    text-align: center;
}
#tile{
    font-family: 'Akshar';
    font-size: 130%;
    color: black;
}
#go{
    font-family: 'Akshar';
    font-size: 90%;
    color: black;
}
.bok1{
    width: 100%;
    height: 97%;
    background-image: url('IMG/BKPRIM.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    float: left;
    position: relative;
}

/*.bok2{
    width: 100%;
    height: 35%;
    background-color: white;
    float: left;
    margin-top: 2%;
    position: relative;
}*/

.bok3{
    width: 49%;
    height: 29%;
    background-image: url('IMG/BKLITE.jpeg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    float: left;
    position: relative;
}
.bok4{
    width: 49%;
    height: 29%;
    background-image: url('IMG/BKECO.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    float: left;
    position: relative;
    margin-left: 2%;
}
.bok5{
    width: 49%;
    height: 29%;
    background-image: url('IMG/BKCANTO.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    float: left;
    position: relative;
    margin-top: 2.5%;
}
.bok6{
    width: 49%;
    height: 29%;
    background-image: url('IMG/BKTRAN.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    float: left;
    position: relative;
    margin-top: 2.5%;
    margin-left: 2%;
}
.bok7{
    width: 100%;
    height: 35%;
    background-image: url('IMG/WALL_CONTOS.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin-top: 2%;
    position: relative;
}

.inf2{
    width: 50%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.2);*/
    float: left;
    margin-left: 1%;
}

.rodape{
    width: 100%;
    height: 10vh;
}
.ano{
    width: 48%;
    height: 100%;
    float: left;
    margin-left: 2%
}
#tx1{
    font-family: 'Cal Sans';
    font-size: 150%;
    color: orange;
}
#tx2{
    font-family: 'Cal Sans';
    font-size: 80%;
    color: orange;
}

.edi{
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
}
.loged{
    width: 100%;
    height: auto;
    bottom: 0;
    position: absolute;
}
.loged img{
    width: auto;
    height: 45px;
    margin-right: 3%;
    margin-bottom: 1%;
    float: right;
}



/*MOBILE*/
.mobi-tela{
    width: 0;
    height: 0;
    display: none;
}








@media screen and (max-width: 1024px){
    
    
    .menu{
        width: 90%;
    }
    .menu ul{
        font-size: 90%;
    }
    .meio{
        width: 100%;
        height: 75vh;
        /*background-color: rgba(0,0,0,0.2);*/
        margin-top: 5vh;
    }
    
    .container{
        width: 84%;
        height: 100%;
        /*background-color: pink;*/
        margin-left: 8%;
    }
    #tile{
        font-family: 'Akshar';
        font-size: 100%;
        color: black;
    }
    #go{
        font-family: 'Akshar';
        font-size: 75%;
        color: black;
    }
    
    
    .bok1{
        background-size: auto 100%;
        background-position: center;
    }
    .bok2{
        background-color: white;
    }
    .bok3{
        background-size: auto 100%;
        background-position: center;
    }
    .bok4{
        background-size: auto 100%;
        background-position: center;
    }
    .bok5{
        background-size: auto 100%;
        background-position: center;
    }
    .bok6{
        background-size: auto 100%;
        background-position: center;
    }
    .bok7{
        background-size: auto 100%;
        background-position: center;
    }
    
    
    
    .rodape{
        height: 10vh;
    }
    
    
    
    
}









@media screen and (max-width: 768px){
    
    .tela{
        background-size: auto 100%;
        background-position: center;
    }
    
    #tile{
        font-family: 'Akshar';
        font-size: 100%;
        color: black;
    }
    #go{
        font-family: 'Akshar';
        font-size: 75%;
        color: black;
    }
    
    
    #tx1{
        font-size: 120%;
    }
    #tx2{
        font-size: 70%;
    }
    
    .loged img{
        height: 35px;
    }

    
}
    
    
    
    
    
    
    




@media screen and (max-width: 468px){
    
    
    .tela{
        width: 0;
        height: 0;
    }

    .topo{
        width: 0;
        height: 0;
    }
    .menu{
        width: 0;
        border-bottom: 0px solid white;
    }
    .menu ul{
        font-size: 0;
    }

    .meio{
        width: 0;
        height: 0;
        margin-top: 0;
    }
    .container{
        width: 0;
        height: 0;
    }

    .clik{
        width: 0;
        height: 0;
        margin-bottom: 0;
    }
    #tile{
        font-size: 0;
    }
    #go{
        font-size: 0;
    }

    .inf1, .inf2{
        width: 0;
        height: 0;
    }
    
    .bok1, .bok2, .bok3, .bok4, .bok5, .bok6, .bok7{
        width: 0;
        height: 0;
    }

    .rodape{
        width: 0;
        height: 0;
    }
    .ano{
        width: 0;
        height: 0;
    }
    #tx1{
        font-size: 0;
    }
    #tx2{
        font-size: 0;
    }

    .edi{
        width: 0;
        height: 0;
    }
    .loged{
        width: 0;
        height: 0;
    }
    .loged img{
        width: 0;
        height: 0;
    }
    
    
    
    .mobi-tela{
        width: 100%;
        height: 100vh;
        background-color: white;
        display: block;
    }
    .mobi-ani{
        width: 100%;
        height: 45vh;
        background-image: url('IMG/ED_MOBI.png');
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center;
        float: left;
        margin-top: 12.5vh;
    }
    .mobi-txt{
        width: 100%;
        height: 30vh;
        background-color: transparent;
        float: left;
    }
    .mobi-txt1{
        width: 90%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Akshar';
        font-size: 120%;
        text-align: center;
        margin-left: 5%;
    }
    .mobi-txt2{
        width: 90%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Akshar';
        font-size: 100%;
        color: black;
        text-align: center;
        margin-top: 5%;
        margin-left: 5%;
    }
    
    
    
}