*{
    margin: 0;
    padding: 0;
}

/* Header */

a{
    list-style: none;
    text-decoration: none;
}


.outracor {
    color: #ffffff;
}
.menuFixo {
    position: fixed;
    top: 0px;
    background-color: #990202;
    
}

#header{
    
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #B40000; 
    font-family: Arial, Helvetica, sans-serif;
   /*  position: fixed; */
    width: 100%;
 
    z-index: 10;
    
}


#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:#ff9900;
}


#btn-mobile{
    display: none;
}

/* Fim Header */

/* Inicio diferencial */
.containerdiferencial{
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.caixadiferenciais{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    margin: 10px;
    
    
}

.caixadiferenciais1{
    display: flex;
    justify-content: center;
    align-items: center;
    
    
}
/* Fim diferencial */

.cx{
    display: flex;
    align-items: center;
    justify-content:space-around ;
    width: 100%;
    height: 80vh;
    background: url("../img/bg3.png") center no-repeat;
    background-size: contain;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    
}

.cx1{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 300px;
    background-color: rgba(255, 255, 255, 0.555);
    padding-top: 1rem;
}


#orcamento{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    margin-bottom: 2rem;
}

.btn-orcamento{
    border: 0;
    background-color: #ff0000;
    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: #990202;
    color: #fff;
}


.footer{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #990202;
    
    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;
    }

    /* Inicio diferencial */
.containerdiferencial{
   flex-direction: column;
   
}

.caixadiferenciais{
   flex-direction: column;
    
    
}

.caixadiferenciais1{
   flex-direction: column;
    
    
}
/* Fim diferencial */

.cx{
    flex-direction: column;
    
}

.cx1{
    
    flex-direction: column;
    
}











}