html {
	scroll-behavior: smooth;
}

h1,h2,h3,h4,h5,h6,nav, p {
	font-family: 'Rajdhani', sans-serif;
}




.textShadow {
	text-shadow: 1px 1px 6px black;
	}

.bgroxo {
	background-image: linear-gradient(to right, #232526, #414345);
}

.roxo {
	color: #6a3093;
}

.degraderoxo .navbar-nav .nav-link {
    color: white !important;

 }

 .branco {
	color: white;
}

 .branco_hover {
	color: white;
}

 .branco_hover:hover {
	color: #e6e6e6;
}

 .cinza {
	background-color: #E6E6E6;
}

.whitebox {
	background-color: white !important; padding: 10px;
}

.indigo {
	background-color: indigo; color: white; margin-top: 20px;
}

.lista-direita li {
    display: block;
    float: right;
    margin-right: 10px;
    position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.lista-centro li {
	text-align: center;
    display: inline-flex;
    margin-right: 10px;
}

.navbar-dark .navbar-nav .nav-link {
	color: white !important;
}

.navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #e6e6e6 !important;
}

.btn-verde {
    color: #fff !important;
    background-color: #8cc14b !important;
    border-color: #8cc14b !important;
}

.btn-verde:hover {
    color: #fff !important;
    background-color: #82bb3c !important;
    border-color: #82bb3c !important;
}

.slide-bottom {
	-webkit-animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}



.zoom {
	overflow: hidden;
}

.zoom img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.zoom:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
