*:focus {
    outline: none !important;
	box-shadow: none !important;
}
.bg-dark{
	background-color: #191919 !important;
}
.fa-plus{
	font-size: 115px;
	color: #f8f9fa;
}
.hero_video{
	min-height: 100vh;
	object-fit: cover;
	width: 100%;
	position: absolute;
	display: block;
margin: 0 auto;
	z-index: -1;
}
.bg-dark1{
	background-color: #141414;
}
.enviar:hover{
	background-color: #141414;
}
.py-20{
	padding-top: 100px;
	padding-bottom: 100px;
}
.mb-20{
	margin-bottom: 100px;
}
.pointer{
	cursor: pointer;
}
a.nav-link {
	padding: 0;
}
body {
	background-color: #191919;
	color: white;
	font-family: meticula;
}
.titulo {
	font-family: heavitas;
}
.subtitulo {
	font-family: meticula;
}
.nav-link, .nav-link.active {
	color: white !important;
	font-family: meticula;
	font-size: 20px;
}
.nav-link.portfolio, .nav-link.active.portfolio {
	color: black !important;
	font-family: meticula;
	font-size: 20px;
}
.marquee-section {
	position: relative;
	min-height: 82px;
}
.marquee-section, .marquee-section * {
	overflow: hidden;
}
.marquee {
	white-space: nowrap;
}
.marquee-div {
	position: absolute;
	animation: move-left-to-right linear 22.5s infinite;
}

/* use this one to move from left to right direction */
@keyframes move-left-to-right {
from {
transform: translateX(-50%);
}
to {
transform: translateX(0);
}
}

/* use this one to move from right to left direction */
@keyframes move-right-to-left {
from {
transform: translateX(0);
}
to {
transform: translateX(-50%);
}
}
@font-face {
	font-family: Heavitas;
	src: url("/font/Heavitas.ttf");
}
@font-face {
	font-family: meticula;
	src: url("/font/Meticula-Regular.ttf");
}
@font-face {
	font-family: aldo;
	src: url("/font/Aldo.ttf");
}
/*.page {
	width: 100%;
	height: 100vh;
	overflow-y: scroll;
	scroll-snap-type: y proximity;
}*/
.slides {
	display: block;
	align-content: center;
	justify-content: center;
	gap: 50px;
	color: white;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}
.slide1 {
	background-image: url("../img/generic.png");
	background-size: cover;
}
.slide2 {
}
.slide3 {
}
.hover-underline {
	position: relative;
	display: inline-block;
}
.hover-underline::after, .hover-underline::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: white;
	bottom: -5px;
	left: 0;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.4s ease-out;
}
.hover-underline::before {
	top: -5px;
	transform-origin: left;
}
.hover-underline:hover::after, .hover-underline:hover::before {
	transform: scaleX(1);
}
a {
	color: inherit;
	text-decoration: none;
}
.py-10 {
  padding-top: 180px;
  padding-bottom: 180px;
}
.nav-item.active a {
	background: linear-gradient( to right, rgba(255,255,255,1.00), rgba(255,255,255,1.00) ), linear-gradient( to right, rgba(255,255,255,1.00), rgba(255,255,255,1.00), rgba(255,255,255,1.00) );
	background-size: 40% 3px, 0 3px;
	background-position: 0% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms;
}
.nav-item a:hover {
	background-size: 0 3px, 100% 3px;
}
.nav-item.active.portfolio a {
	background: linear-gradient( to right, rgba(0,0,0,1.00), rgba(0,0,0,1.00) ), linear-gradient( to right, rgba(0,0,0,1.00), rgba(0,0,0,1.00), rgba(0,0,0,1.00) );
	background-size: 40% 3px, 0 3px;
	background-position: 0% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms;
}
.nav-item.portfolio a:hover {
	background-size: 0 3px, 100% 3px;
}
.servico {
	height: 70px;
}
.servico span {
	font-size: 20px;
}
div.servico {
	text-decoration: none;
	position: relative;
}
div.servico::before {
	content: '';
	background-color: hsla(0,0%,100%,1);
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 0px;
	z-index: -1;
	transition: all .3s ease-in-out;
}
div.servico:hover::before {
	bottom: 0;
	color: black;
	height: 100%;
}
div.servico:hover div {
	transition: all .3s ease-in-out;
	color: black;
}
hr {
	margin: 0;
}

@media only screen and (max-width: 576px) {
	.titulo_hero {
		font-size: 80px;
	}
	.titulo_servicos{
		font-size: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
	.titulo_hero {
		font-size: 100px;
	}
	.titulo_servicos{
		font-size: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.titulo_hero {
		font-size: 175px;
	}
	.titulo_servicos{
		font-size: 60px;
	}
}

@media only screen and (min-width: 992px) {
	.titulo_hero {
		font-size: 300px;
	}
	.titulo_servicos{
		font-size: 70px;
	}
}
@media only screen and (min-width: 1200px) {
	.cover_portfolio{
		background-image: url('../img/portfolio/portfolio_capa.jpg') !important;
	}
}
.titulo_hero {
	font-family: aldo;
	line-height: 0.8;
}
.subtitulo_hero {
	font-family: meticula;
	font-size: 25px;
}
.footer {
}
.navbar{
	transition: background-color 0.4s;
}
.portfolio_wrap {
  position: relative;
}
.portfolio_info p{
	margin-top: 15px;
	text-align: center;
}
.portfolio_info {
	color: #f8f9fa;
	font-size: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	border-color: rgba(0,0,255,0.25);
	transition: ease .5s;
}
.portfolio_img {
	transition: ease .5s;
}
.portfolio_wrap:hover .portfolio_img {
	filter: blur(3px) brightness(60%);
	-webkit-filter: blur(3px) brightness(60%);
}	
.portfolio_wrap:hover .portfolio_info {
  visibility: visible;
  opacity: 1;
}	
.effect {
  width: 100%;
}
.effect:nth-child(2n) a {
  color: #000000;
  border-color: #000000
}
.effect .buttons {
  display: flex;
  justify-content: right
}
.effect a {
  text-decoration: none !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 15px;
  overflow: hidden;
  position: relative;
  color: #FFFFFF;
  border: 1px solid #FFFFFF
}
.effect a i {
  position: relative;
  z-index: 3
}
.effect a:last-child {
  margin-right: 0
}
.effect a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}
.effect a i {
  display: inline-block;
  vertical-align: middle
}
.effect.amiens a {
  transition: all .2s linear .2s
}
.effect.amiens a i {
  transition: all .2s linear 0s
}
.effect.amiens a:hover {
  transition: all .2s linear 0s;
  border-color: rgba(33, 33, 33, 0)
}
.effect.amiens a:hover i {
  transform: scale(1.15);
  text-shadow: 4px 0 3px rgba(208,208,208,0.20);
  transition: all .2s linear .2s
}