*{
    padding: 0;
    margin: 0;
}

body{
    font-family: 'Times New Roman', Times, serif ;
    font-size: 1.5rem;
   /*  background: linear-gradient(180deg,#336084,#12b253); */
    
}

/* //HEADER */

a{
    list-style: none;
    text-decoration: none;
}


.outracor {
    color: #ffffff;
}
.menuFixo {
    position: fixed;
    top: 0px;
    background-color: #176CC1;
    
}

#header{
    
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #176CC1; 
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    width: 100%;
    
}


#logo{
    display: flex;
    align-items: center;
    
   
   
}

#menu{
    display: flex;
    list-style: none;
    text-decoration: none;
    gap: 2rem;
    padding-top: 15px;
   
}



#menu li a{
    text-decoration: none;
    color:#ffffff;
    
}

#menu a:hover{
    color:rgb(4, 219, 4)
}


#btn-mobile{
    display: none;
}


/* BANNER MAIN */

#banner{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: url("../img/bgOk.png") center no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
   
}

.conteudo{
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.txt{
    text-align:justify ;
    padding: 1rem;
    font-size: 1.2rem;
}

.txt h1{
    font-family: 'Coming Soon' !important;
    font-size: 3.5rem;
    font-weight:900;
    color: #12b253;
    text-shadow: rgb(255, 255, 255) 0.1rem 0.1rem 0.1rem;
   
    
}

.btn1{
    width: 200px;
    background: #12b253;
    border: 0;
    border-radius: 15px;
    padding: 15px;
    margin-right: 15px;
}
.btn1:hover{
    background: #000000;
    
    
}

.btn1 a{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

.btn1 a:hover{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

/* FUNCIONALIDADES  */

#funcionalidade{
    
    padding-bottom: 50px;
   
}



.txt1{
    
    font-family: 'Coming Soon' !important;
    
}

.alinhamento{
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: justify;
}

/* Diferenciais */

#diferenciais{
   padding-top: 50px;
    padding-bottom: 100px;

    background: url("../img/bg3.png")center no-repeat;
    background-size: contain;
    
}

.cx-menor{
    width: 70%;
    text-align: center;
}

.transf:hover{
    
    border-radius: 200px 100px 80px 10px;
    background-color: #176CC1;
    color: #fff;
    transition: 0.5s;
}

#orcamento{
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-orcamento{
    border: 0;
    background-color: #12b253;
    border-radius: 25px;
    padding: 10px;
}

.btn-orcamento a{
    text-decoration: none;
    font-family: 'Coming Soon' !important;
    font-size: 1.5rem;
    font-weight: 900;
    color: #ffffff;
}


.btn-orcamento:hover{
   padding: 1rem;
   border-radius: 50px;
   background-color: #000000;
   transition: 1s;
   color: #ffffff;
   
}

.btn-orcamento a:hover{
    text-decoration: none;
    color: #ffffff;
    
}




/* FOOTER */



#contato{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #176CC1;
    color: #fff;
}


.footer{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #176CC1;
    
    padding-top: 0.5rem;
}

#logo{
    text-align: center;
}
.text-logo{
    text-align: justify;
    width: 80%;
}

.alinhamento-centro{
    display: flex;
    align-items:flex-start;
    justify-content: center;
    flex-direction: column;
   
}



@media (max-width: 900px){
    .txt{
        
        padding: 3rem;
        font-size: 1rem;
    }
    
    #banner{
        flex-direction: row;

    }
   .txt h1{
    font-family: 'Coming Soon' !important;
    font-size: 1.5rem;
    

    }

    .btn1{
        
        margin-top: 1rem;
    }

    #contato{
        padding-left: 1rem;
    }

}



@media (max-width: 600px){
    #btn-mobile {
        display: flex;
        padding: 0.5rem ;
        font-size: 1rem;
        border: none;
        background: none;
        cursor: pointer;

    }

    #menu{
        
        display: none;
        position: absolute;
        width: 100%;
        /* top: 70px; */
        right: 0px;
        background-color: #176CC1;
        z-index: 1000;
    }

    #nav.active #menu{
        display: block;
    }

    #menu a{
        padding: 1rem 0;
       /*  margin: 0 1rem; */

        border-bottom: 2px solid rgba(0, 0, 0,.1);
    }

    #menu a:hover{
        color: chartreuse;
    }

    #hamburguer{
        width: 20px;
        border-top: 2px solid;
        color: aliceblue;
    }

    #hamburguer::after, #hamburguer::before{
        width: 20px;
        content: '';
        display: block;
        height: 2px;
        background-color: currentColor;
        margin-top: 5px;
        transition: .3s;
        position: relative;
       
    }

    #nav.active #hamburguer{
       
        border-top-color: transparent;
    }
    
    #nav.active #hamburguer::after{
        transform: rotate(135deg);
    }

    #nav.active #hamburguer::before{
        transform: rotate(-135deg);
        top: 7px;
    }

   .txt h1{
    font-family: 'Coming Soon' !important;
    font-size: 1.5rem;
    margin: 0;

    }

    .btn1{
        
        margin-top: 1rem;
    }

}