@charset "utf-8";
/* CSS Document */

	/* COMENTARIO */

@font-face {
    font-family: 'Bahnschrift';
    src: url('fonts/Bahnschrift.woff2') format('woff2'),
        url('fonts/Bahnschrift.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
	background-image: url("imagens/Págblackwood.jpg");
	background-position: center center;
	background-size: cover;
	color: white;
	font-family: 'Bahnschrift', sans-serif;
}

h1 {
	margin-top:70px;
	text-align: center;
	color: white;
	
}

.conteudo p {
	
	line-height: 2em;
	text-align: center;
	font-size: 20px;
}
	h2 {
		color: deeppink;
		font-size: 60px;
	}
	
	.div1 {
		background: green;
		width: 33%;
		height: 200px;
		float: left;
		margin: 2px;
	}
	
	div h3 {
		color: white;
		font-size: 20px;
		text-align: center;
	}
	
	#titulo3 {
		color: darkorange;
	}
	
	.tamanho40 {
		font-size: 40px;
		font-family:Arial;
	}
	
	.roxo {
		color: purple;
	}

.container .row div {
	background: none;
}


#menu-box{
	position: absolute;
	top: 20px;
	left: 40px;
}

.menu, .social ul{
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.menu li {

}

.menu li a, .social ul li a{
	display: block;
	padding: 5px 5px 5px 5px;
	background: none;
	color: white;
	text-decoration: none;
	font-size: 10px;
	width: 350px;
		
}


.menu li a:hover,  .social ul li a:hover
{
	background: none;
	
}

.cabecalho {
	background: none;
}


.logotipo img {
	max-height: 80px;
	margin: 17px 8px
}

.navbar-nav .nav-item .nav-link img {
	max-width: 405px;
}
.logotipo {
	text-align: center;
}


.rodape {
	color: #FFFFFF;
	text-align: right;
	padding: 10px 0;
	
}

#menu-box {
	position: absolute;
	z-index: 100;
}


#menu-box img {

}

#menu-box a:hover img, .social a:hover img, .menuactive img{
	filter: opacity(30%)
}
	

.social ul li a {
	width:45px;
	
}

.social {
	position: absolute;
	z-index: 200;
	left:20px;
	top:350px;
}

.slide-title {
	position: absolute;
	bottom:0;
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,0.5) !important;
		padding-top: 10px;
}

.sliderportfolio a, .swiper-wrapper a{
	color: white;
	text-align: center;
	
}

.sliderportfolio .slideitem, .swiper-wrapper .swiper-slide {
	position: relative;
}

.sliderportfolio .slideitem img, .swiper-wrapper .swiper-slide img{

	height: 300px;
	width: 100%;
	object-fit: cover;
}
.galeria img{

	height: 300px;
	width: 100%;
	object-fit: cover;
}