body{
	background-color: #01050a;
}



a {
    color: inherit;
}




.menu{
	background-color: #2c2c2e;
}
ul li a{
	color: #e78402 !important;
}
ul li a:hover{
	color: #cfd3f7 !important;
}

.menu-scroll{
	background: #2c2c2e !important;
	
}

@media (max-width: 800px){
	.menu{
		background: 
	}
	.carousel-topo{
		margin-top: 50px;
	}
}
.jumbotron{
	border-radius: 0rem;
}
.servicos{
	background-color: #fafafa;
	margin-bottom: 0rem;
}
.servicos .card{
	background-color: transparent;
	border: 0px solid rgba(0,0,0,.125);
}
.sobre-empresa{
	background-color: #2c2c2e;
	color: #e78402;
	margin-bottom: 0rem;
    text-align: justify;
}
.contato{
	background-color: #e78402;
	margin-bottom: 0rem;	
}
.rodape{
	padding-top: 20px;
	background-color: #2c2c2e !important;
	color: #e78402;
	margin-bottom: 0rem;
}


.btn-whatsapp {
    position:fixed;
    outline: none;
    bottom: 30px;
    right: 30px;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    cursor:auto;
    background: #34af23;
    color: #FFF;
    font-size: 2.3rem;
    border: 1px solid #f1f1f1;

    /* animation-name: pulsar;
    animation-duration: 0.8s;
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-play-state: running;  
*/
    animation: pulsar 0.8s ease-out 1s infinite alternate none running;
}

a {
    color: inherit;
}

@keyframes pulsar {
    0% {
        height: 65px;
        width: 65px;
    }
    100% {
        height: 85px;
        width: 85px;
    }
}
