@font-face {
	font-family: Roboto;
	src: url("Roboto-Regular.ttf");
}

@font-face {
	font-family: BebasNeue;
	src: url("BebasNeue-Regular.ttf");
}

html {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	color: #353839;
	margin: 0;
	padding: 0;
}

#b1 {
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: 100% 100%;
	height: 100%;
	background-image: url("Imgs/BgMain.jpg");
}

#b2 {
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: 100% 100%;
	height: 100%;
	background-image: url("Imgs/BgSec.png");
}

h2 {
	color: #353839;
	font-family: BebasNeue;
	font-size: 32px;
	margin-left: 5%;
}

.logo {
	display: inline;
}

.logo img {
	width: 20%;
	height: 10%;
}

.menu {
	float: right;
	clear: both;
	margin: 5px;
	padding: 5px;
	margin-right: 5%;
	margin-top: 3%;
}

header li {
	display: inline-block;
	margin-left: 50px;
}

li img {
	vertical-align: middle;
	margin-bottom: 2px;
}

a:link,
a:hover,
a:visited {
	color: #353839;
	text-decoration: none;
}

.closebtn {
	display: none;
}

span {
	display: none;
}

.content p::first-letter {
	padding-left: 10%;
}

.content {
	text-align: right;
	color: #FFFFFF;
	width: 33%;
	font-size: 25px;
	letter-spacing: 5px;
	line-height: 40px;
	position: fixed;
	bottom: 10px;
	right: 2%;
	font-family: BebasNeue;
}

.contentBig ul {
	margin-left: 5%;
	width: 40%;
}

.contentBig li {
	font-size: 22px;
	padding-bottom: 35px;
}

h1 {
	font-family: BebasNeue;
	margin-left: 5%;
}

section {
	margin-left: 5%;
	width: 40%;
	font-size: 20px;
	letter-spacing: 3px;
	margin-top: 50px;
}

.contactos {
	margin-top: 70px;
	list-style-type: none;
	list-style-position: outside;
}

.contactos li:nth-child(3),
.contactos li:nth-child(4) {
	margin-left: -10px;
}

.contactos li:nth-child(3) img,
.contactos li:nth-child(4) img {
	margin-right: -10px;
}

.cred {
	margin-top: 100px;
	margin-left: -2%;
}

.cred img {
	display: block;
	margin-left: 10px;
}

/* .cred img:nth-child(2) {
	margin-left: 17px;
	margin-top: -93px;
} */

@media only screen and (max-width: 800px) {
	.contentBig li {
		font-size: 18px;
	}

	header li {
		display: inline-block;
		margin-left: 15px;
	}

	.logo img {
		width: 25%;
		height: 25%;
	}

	.menu {
		margin-top: -12%;
	}
}

@media only screen and (max-width: 425px) {
	#b1 {
		background-repeat: no-repeat;
		background-position: center;
		background-attachment: fixed;
		background-size: 100% 100%;
		height: 100%;
		background-image: url("Imgs/bgMobile.jpg");
	}

	#b2 {
		background-repeat: no-repeat;
		background-position: center;
		background-attachment: fixed;
		background-size: 100% 100%;
		height: 100%;
		background-image: url("Imgs/bgMobileSec.jpg");
	}

	.menu li {
		display: block;
		padding-bottom: 25px;
		margin-right: 65px;
		margin-top: 20px;
	}

	.menu li:nth-child(2) {
		margin-right: 80px;
	}

	.menu li:nth-child(3) {
		margin-right: 90px;
	}

	.menu li:nth-child(4) {
		margin-right: 75px;
	}

	.content {
		/* background-color: transparent;
		background-image: url("Imgs/redt.png");
		background-repeat: no-repeat;
		background-position: center;
		background-attachment: fixed;
		position: fixed;
		background-size: 50% 50%; */
		width: 80%;
		bottom: 0;
		right: 2%;
	}

	section {
		font-size: 18px;
	}

	h2 {
		font-size: 25px;
	}

	.logo img {
		width: 50%;
		height: 20%;
		margin-left: -7%;
	}

	span {
		position: absolute;
		right: 5%;
		top: 5.5%;
		display: block;
	}

	#sideNav {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 1;
		top: 0;
		left: -40px;
		background-color: white;
		background-image: url("Imgs/menuBg.Mobile.png");
		background-repeat: no-repeat;
		background-position: center;
		background-attachment: fixed;
		background-size: 100% 100%;
		overflow-x: hidden;
		transition: 0.5s;
		margin-top: 0;
		text-align: center;
		font-size: 25px;
	}

	#sideNav li:nth-child(2) {
		padding-top: 60px;
	}

	#sideNav .closebtn {
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
		display: block;
	}

	.contentBig {
		margin-top: -25px;
		width: 90%;
	}

	section {
		width: 100%;
	}

	.contentBig ul {
		height: 320px;
		width: 90%;
		overflow: scroll;
	}

	.contentBig li {
		width: 100%;
		font-size: 18px;
		padding-bottom: 20px;
	}


	.contentBig ul.contactos {
		margin-left: -7%;
	}


	.servicos li {
		padding-bottom: 15px;
	}

	.cred {
		position: absolute;
		right: 15%;
		top: 0;
		width: 25%;
	}

	.cred img:nth-child(2) {
		margin-left: 10px;
		margin-top: -30px;
	}
}

@media only screen and (max-width: 330px) {
	section {
		height: 200px;
		overflow: scroll;
	}

	.contactos {
		margin-top: 20px;
	}

	.cred {
		top: 12%;
		right: 16%;
	}
	
	.contentBig ul{
	    height: 260px;
	}
	
	.content {
	    width: 100%;
	    right: 0;
	    bottom: -3%;
	}
	
	section {
	    height: 170px;
	}
}