*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}

/*Classes Auxiliares*/
.container{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 2%;
}

.w60{
	width: 60%;
	float: left;
}

.w50{
	width: 50%;
	float: left;
}

.w40{
	width: 40%;
	float: left;
}

.w33{
	float: left;
	width: 33.3%;
}

.center{text-align: center;}

.clear{clear: both;}

/*Classes do meu site*/
header{
	padding: 8px 0;
}

.logo{
	float: left;
}

.logo h2{
	font-weight: normal;
	font-size: 23px;
}

.logo a{
	color: black;
	text-decoration: none;
}

nav.menu-mobile{
	display: none;
	float: right;
}

nav.menu-mobile h2{
	cursor: pointer;
}

nav.menu-mobile ul{
	display: none;
	width: 100%;
	background: white;
	position: absolute;
	left: 0;
	top: 45px;
	z-index: 999;
	text-align: center;
}

nav.menu-mobile li{
	padding: 8px 0;
	border-bottom: 1px solid black;
}

nav.menu-mobile li.selected{
	background: rgb(225, 225, 225);
}

nav.menu-mobile a{
	display: block;
	color: black;
	text-decoration: none;
}

nav.menu-desktop li.selected{font-weight: normal; text-decoration: underline;} 

nav.menu-desktop{
	float: right;
}

nav.menu-desktop ul{
	position: relative;
	top: 8px;
}

nav.menu-desktop li{
	padding: 0 10px;
	font-weight: lighter;
	display: inline-block;
}

nav.menu-desktop a{
	color: black;
	text-decoration: none;
}

nav.menu-desktop a:hover{text-decoration: underline;}

/*Sessão Main*/
section.main-bg{
	position: relative;
	width: 100%;
	padding: 140px 0 200px 0;
	background-image: url('../images/praia.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
}

section.main-bg > .container{
	position: relative;
	z-index: 2;
}

.overlay{
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
}

section.main-bg h2{
	color: #94f7ed;
	font-size: 40px;
	font-weight: normal;
}

section.main-bg p{
	text-align: left;
	color: white;
	font-size: 17px;
	margin-top: 15px;
	text-align: justify;
}

section.hobbies{
	padding: 30px 0;
	text-align: center;
}

.line-text{
	position: relative;
	display: inline-block;
}

.line-text div{
	position: absolute;
	left: 0;
	top: -3px;
	width: 200px;
	height: 3px;
	background: #52aaa7;
}

.line-text h2{
	color: #52aaa7;
	font-weight: normal;
	font-size: 27px;
}

.icones-hobbies{
	margin-top: 35px;
}

.box-icone-single{
	float: left;
	width: 33.3%;
	margin-bottom: 20px;
	padding: 0 10px;
}

.box-icone-single h2{
	color: #8a6b62;
	font-size: 40px;
}

.box-icone-single p{
	color: #646464;
	font-weight: lighter;
	font-size: 16px;
}

section.sobre-equipe{
	padding: 30px 0 ;
	background: rgb(225, 225, 225);
}

section.sobre-equipe > .container{
	display: flex;
	flex-wrap: wrap;
}

.equipe-container{
	width: 50%;
}

.sobre-container{
	width: 100%;
}

.sobre-container p{
	color: black;
	font-size: 15px;
	margin-bottom: 10px;
	text-align: justify;
}

.sobre-container ul{
	color: black;
	font-size: 15px;
	margin-left: 30px;
	margin-bottom: 10px;
	text-align: justify;
}

.sobre-container h2{
	margin-bottom: 10px;
}

.avatar-box{
	margin-top: 15px;
}

.img-avatar{
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-size: 100% 100%;
}

.descricao-avatar{
	padding: 0 10px;
	width: calc(100% - 70px);
	display: inline-block;
}

.descricao-avatar h3{
	color: rgb(30, 30, 30);
	font-weight: normal;
	font-style: italic;
}

.descricao-avatar p{
	color: rgb(30, 30, 30);
	font-weight: lighter;
}

section.inscricao{
	background: #52aaa7;
	padding: 20px 0;
}

h2.inscricao-texto{
	font-weight: normal;
	color: white;
}

.inscricao-form input[type=text]{
	width: calc(100% - 120px);
	height: 40px;
	background: white;
	border: 1px solid #ccc;
	display: inline-block;
}

.inscricao-form input[type=submit]{
	width: 120px;
	height: 40px;
	background: #1d6c64;
	cursor: pointer;
	display: inline-block;
	border: 0;
	color: white;
	font-weight: normal;
	font-size: 16px;
}

section.cards{
	padding: 30px 0;
	text-align: center;
}

.card-single{
	width: 50%;
	float: left;
	padding: 50px;
}

.card-single img{
	width: 80%;
}

.card-single h3{
	margin-top: 5px;
	font-weight: normal;
	font-size: 19px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
}

footer.footer1{
	background: #52aaa7;
	padding: 20px 0;
	color: white;
}

footer.footer1 h2{
	font-weight: normal;
	font-size: 23px;
}

footer.footer1 p{
	margin-top: 8px;
	font-weight: lighter;
}

footer.footer1 a{
	display: block;
	color: white;
}

div.group-icons a{
	font-size: 18px;
	display: inline-block;
	margin: 15px 10px;
}

footer.footer2{
	padding: 15px 0;
	background: #237a70;
	text-align: center;
	color: white;
}

/*Página Sobre*/
section.title-page{
	padding: 30px;
	width: 100%;
	min-height: 85px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

section.title-page h2{
	color: #94f7ed;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
}

section.title-page p{
	font-weight: lighter;
	font-size: 16px;
	color: white;
	margin-top: 15px;
}

section.title-page > .container{
	position: relative;
	z-index: 101;
}

.overlay__title-page{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);

}

/*Sobre container do portifólio!*/
section.sobre__port{
	padding: 30px 0;
}

.sobre__port__single img{
	max-width: 100%;
	float: inline-start;
	width: 50%;
	padding-bottom: 30px;
	padding: 10px 15px;
}

.sobre__port__single h2{
	font-size: 22px;
	padding: 10px 15px;
	float: inline-start;
	width: 50%;
}

.sobre__port__single p{
	font-size: 16px;
	padding: 10px 15px;
	float: inline-start;
	width: 50%;
	text-align: justify;
}

.sobre__port__single2 img{
	max-width: 100%;
	float: inline-end;
	width: 50%;
	padding-bottom: 30px;
	padding: 10px 15px;
}

.sobre__port__single2 h2{
	font-size: 22px;
	padding: 10px 15px;
	float: inline-end;
	width: 50%;
}

.sobre__port__single2 p{
	font-size: 16px;
	padding: 10px 15px;
	float: inline-end;
	width: 50%;
    margin-bottom: 10px;
	text-align: justify;
}

/*Sobre container do formação!*/
section.sobre__formacao{
	padding: 20px 0;
}

.sobre__formacao__single p{
	font-size: 16px;
	padding: 8px 15px;
	float: left;
	width: 100%;
	text-align: justify;
}

.sobre__formacao__single h3{
	padding: 8px;
	text-align: justify;
}

.sobre__formacao__single div{
	padding-top: 10px;
	border-bottom: 2px solid #ccc;
}

/*Efeito paralax na pagina sobre*/

section.paralax{
	padding: 30px 0;
	width: 100%;
	min-height: 100px;
	background-image: url('../images/Quantico\ botz.png');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	text-align: center;
}

section.paralax h2.chamada-paralax{
	border: 1px solid #000000;
	padding: 5px 25px;
	color: #000000;
	font-size: 18px;
	display: inline-block;
}

section.equipe{
	padding: 20px 0;
} 

.equipe-circles{
	margin-top: 05px;
	display: flex;
	flex-wrap: wrap;
}

.equipe-circles-single{
	text-align: center;
	padding: 0 20px;
	width: 33.3%;
}

.equipe-circles-single h3{
	margin-top: 16px;
	font-size: 20px;
	font-weight: normal;
}

.equipe-circles-single p{
	font-weight: lighter;
}

.avatar-single{
	position: relative;
	width: 60%;
	padding-top: 60%;
	margin: 0 auto;
}

.avatar-single-container{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	background-color: #ccc;
	background-size: 100% 100%;
}

section.sobre__final{
	background-color: rgb(225, 225, 225);
	border-top: 2px solid rgb(210, 210, 210);
	padding: 20px 0;
}

section.sobre__final p{
	margin-top: 10px;
	font-size: 16px;
	font-weight: lighter;
}

.card-text{
	margin-top: 10px;
	width: 50%;
	position: relative;
}

.card-text img{
	max-width: 100%;
}

.card-text h3{
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: white;
	font-size: 20px;
	font-weight: normal;
}

section.contato{
	min-height: 600px;
	padding: 30px 0;
}

section.contato .w50,
section.contato .w100{
	padding: 0 10px;
}

.formulario form{
	margin-top: 10px;
}

.formulario h2{
	background: #dddddd;
	text-align: center;
	color: #acac9d;
	font-size: 17px;
	font-weight: normal;
	border-left: 5px solid #cccccc;
	padding: 4px 0;
}

.formulario input[type=text],
.formulario input[type=email]{
	width: 100%;
	height: 40px;
	border: 1px splid #ccc;
	margin-bottom: 15px;
	padding-left: 8px;
}

.formulario textarea{
	width: 100%;
	height: 120px;
	border: 1px splid #ccc;
	margin-bottom: 15px;
	padding: 10px;
	resize: vertical;
}

.tags-form{
	padding-left: 50px;
}

.tags-form h2{
	font-weight: normal;
}

.tags-form p{
	font-weight: lighter;
}

.tags-form p.tag-contato{
	color: white;
	background: #249b8f;
	text-align: center;
	margin-top: 6px;
	padding: 8px 4px;
}

.tag-botao{
	color: white;
	background: #249b8f;
	text-align: center;
	margin-top: 6px;
	padding: 8px 4px;
	width: 50%;
	float: left;
}


@media screen and (max-width: 1280px){
	
	section.contato{
		min-height: 0px;
	}
}

@media screen and (max-width: 768px){

	section.main-bg p{
		text-align: justify;
	}

	.tags-form{
	padding-left: 0px;
	}

	.formulario input[type=text],
	.formulario input[type=email]{
		margin-bottom: 0px;
	}

	.formulario textarea{
		margin-bottom: 0px;
	}

	footer.footer1{
		text-align: center;
	}
	.card-single{
		width: 100%;
	}
	.w50,.w33,.w40,.w60,.w100{
		width: 100%;
		margin-bottom: 20px;
	}
	.box-icone-single{
		width: 100%;
	}

	.equipe-container{
	width: 100%;
	}

	.sobre-container{
		width: 100%;
		margin-top: 15px;
	}

	.sobre__port__single img{
		width: 100%;
		padding-top: 10px;
		border-top: 2px solid #ccc;
	}

	.sobre__port__single p{
		margin-top: 8px;
		width: 100%;
		padding: 0;
		padding-left: 15px;
		text-align: justify;
	}

	.sobre__port__single h2{
		width: 80%;
	}

	.sobre__port__single2 img{
		width: 100%;
		padding-top: 10px;
		border-top: 2px solid #ccc;
		margin-top: 8px;
	}

	.sobre__port__single2 p{
		margin-top: 8px;
		width: 100%;
		padding: 0;
		padding-left: 15px;
		text-align: justify;
	}

	.sobre__port__single2 h2{
		font-size: 22px;
		padding: 10px 15px;
		float: inline-start;
		width: 80%;
	}

	section.sobre__formacao{
		padding: 10px 0;
	}

	.sobre__formacao__single p{
		font-size: 16px;
		padding: 8px 15px;
		float: left;
		width: 100%;
		text-align: justify;
	}

	.sobre__formacao__single h3{
		padding: 8px;
		text-align: justify;
	}

	.sobre__formacao__single div{
		padding-top: 15px;
		border-bottom: 2px solid #ccc;
	}

}

@media screen and (max-width: 500px){
	.card-text{width: 50%;}
	.equipe-circles-single{
	padding: 0 8px;
	width: 100%;
	margin-bottom: 30px;
	}
	nav.menu-desktop{
		display:none ;
	}
	nav.menu-mobile{
		display: block;
	}
	.card-single{
		padding: 10px;
	}
}
