/*inicial*/
img, object, embed, video {
	max-width: 100%;
	}
	
	body{
		background: #FFF;
	}

*{
	margin:0;
 	padding:0;
	}
 
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
html {
	font-size: 50%;
	scroll-behavior: smooth;
}
	
.ie6 img {
	width:100%;
	}

.gridContainer { 
	margin-left:auto; 
	margin-right:auto;
	width:100%;
	}



/*atribute */
img {
	border:0;
	padding:0;
	margin:0;
	}

	
a{
	border:0;
	text-decoration:none;
	transition: all 0.3s ease;
	}

a:hover{
	opacity: 0.5;
	transition: 0.5s;
	transform: scale(0.98);
}

/*elements*/
	.content, header, section, article, footer{
		width:100%;
		float:left;
	}

/*effects */
	.inline-photo {
		opacity: 0;
		transform: translateY(9em) rotateZ(0deg);
		transition: transform 7s .50s cubic-bezier(0,1,.2,1), opacity .7s .50s ease-out;
		will-change: transform, opacity;
	}


	.inline-photo.is-visible {
		opacity: 1;
		transform: rotateZ(0deg);
	}

	.main-photo {
		transform: scale(.8);
	}

	.heading {
		transform: translate(-50%, calc(-50% + 1em));
	}

	.is-visible .main-photo {
		transform: none;
	}

	.is-visible .heading {
		transform: translate(-50%, -50%);
	}


	/*fonts */
	@font-face {
		font-family: "Garamond-Regular";
		src: url("css/garamond-regular.TTF");
		font-weight: normal;
	}

	@font-face {
		font-family: "Garamond-Bold";
		src: url("css/garamond-bold.TTF");
		font-weight: bold;
	}

	@font-face {
		font-family: "Poppins-Light";
		src: url("css/Poppins-Light.ttf");
		font-weight: 300;
	}

	@font-face {
		font-family: "Poppins-Regular";
		src: url("css/Poppins-Regular.ttf");
		font-weight: normal;
	}

	@font-face {
		font-family: "Poppins-Bold";
		src: url("css/Poppins-Bold.ttf");
		font-weight: bold;
	}


	.callout {
  position: fixed!important;
  left: 0!important;
	margin-left: -0px;
  width: 100%!important;
	max-width: 100%!important;
	height: 100%;
	z-index: 999999999999999!important;
	text-align: center!important;
	background: rgba(0,0,0,0.8)!important;
	float: left;
	margin: 0 auto;
	padding: 80px 0 0;
	overflow: auto;
}

.callout-header {
  padding:10px;
  background: #0098db;
  font-size: 23px;
  color: white;
	width: 90%;
	margin: 0 auto;
		font-family: "Poppins-Bold","Segoe UI", "Trebuchet MS";
	font-weight: bold
}

.callout-container {
  padding: 20px;
  background-color: #ccc;
  color: black;
	width: 90%;
	margin: 0 auto;
}

.callout-container p{
		font-family: "Poppins-Regular","Segoe UI", "Trebuchet MS";
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	padding: 0;
}

	.callout-container p a{
	text-decoration: none;
	color: #0098db;

}

	
.closebtn {
  position: relative;
  color: white;
  font-size: 40px;
  cursor: pointer;
	float: none;
	width: 100%;
	padding: 15px;
	right: 0;
	margin-right: 0; 
}

.closebtn:hover {
  color: lightgrey;
}


/*[Elements] */
	.container{
		width: 1000px;
		margin: 0 auto;
		height: auto;
		padding: 0;
	}	
	
	.left{
		position: relative;
		left: -50px;
	}
	
	.right{
		position: relative;
		left: 50px;
	}



	/*[BACKGROUND]*/	
	#advocacia{
		scroll-margin-top: 25px;
	}
	
	#profissionais{
		scroll-margin-top: 0;
	}

	#areas-de-atuacao{
		scroll-margin-top: 25px;
	}

	#contato{
		scroll-margin-top: -25px;
	}

	.bg-header{
		background: #FFF;
		padding: 45px 0;
		z-index: 999;
		position: relative;
		float: left;
	}

	
	.bg-gray{
		position: relative;
		z-index: 66;
		background: #fafafa;
	}

	.bg-white{
		position: relative;
		z-index: 55;
		background: #fff;
	}

	.bg-black{
		position: relative;
		z-index: 55;
		background: #222222;
	}

	.bg-parallax {
		background: url("img/bg-parallax.jpg") center center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: auto;
		position: relative;
		margin: 0 auto;
		max-width: 100%;
		z-index: 77;
		display: flex;
		justify-content: center;
		align-items: center;
	}
				
	
	/*logo*/
	a.logo{
		width: 325px;
		padding: 0;
		text-align: center;
		margin: 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 325px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 20px!important;
		margin: 0!important;
		font-weight: 500;
		padding: 0!important;
	}	
	
	/*nav-botton*/
	.nav-botton {
		float: right;
		margin: 0;
		background: #0098db;
		padding: 15px
	}

	.nav-botton a {
		margin: 0 10px
	}
	
	
	
	/*sticky*/
	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 5px 0!important;
		height: 90px;
		background: #fff!important;
		border-bottom: 2px solid rgba(236,236,236,1.00);
	}

	.sticky + .content {
  		padding-top: 102px;
	}

	.sticky a.logo{
		margin: 10px 0 0;
		width: 300px
	}	
	
	.sticky a.logo img{
  		
	}


	.sticky .nav ul {
		margin: 12px 0 0!important
	}

	.sticky .nav-botton {
		margin: 12px 0 0
	}
	


	
	
	
	/*banner*/
	section{
		width: 100%;
		margin: 0;
		background: #1c1c1c
	}
		
	.box-video{
		height: 700px
	}
	
	#myVideo {
		position: relative;
		right: 0;
		bottom: 200px;
		margin-bottom: -200px;
		min-width: 100%; 
		min-height: 100%;
		opacity: 0.6;
	}
	
	video{
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		object-fit: cover;
	}

	.contente {
		position: relative;
		color: #f1f1f1;
		width: 100%;
		top: -700px;
		margin-bottom: -700px;
		float: left;
		height: 700px;
	}

	.banner {
		position: relative;
		bottom: 0;
		width: 100%;
		top: 0;
		margin-bottom: 0;
		float: left;
	}

	
	.banner figure{
		float: right;
		width: 10%;
		margin: 430px 0 0;
		text-align: right
	}
		
	.banner figure img{
		
}
	
	.banner span{
		margin: 150px 0 0;
		width: 60%;
		float: left;
		text-align: left;
	}

	.banner span h3{
		font-size: 45px;
		font-weight: 300;
		line-height: 1;
		letter-spacing: 0;
		font-family: "Poppins-Light","Segoe UI", "Trebuchet MS";
		color: #fff;
		text-align: left;
		margin: 0 0 30px;
	}	
		
	.banner span h3 strong{
		font-family: "Poppins-Bold","Segoe UI", "Trebuchet MS";
	}	
		
	.banner span p{
		font-size: 25px;
		font-weight: 300;
		line-height: 1.2;
		letter-spacing: 0;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		color: #fff;
		text-align: left;
		margin: 0 0 50px
	}	
																					
	.banner span a h4{
		background: #0098db;
		color: #fff;
		font-family: "Garamond-Bold","Segoe UI", "Trebuchet MS";
		font-size: 18px;
		text-align: center;
		padding: 15px 30px;
		float: left;
		margin: 15px 30px 0 0
	}	
																					
	.banner span a img{
		margin: 15px 10px
	}	
																					
	
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 125px 0;
	}
	
	.about span{
		float: left;
		width: 50%;
		margin: 0;
		text-align: left
	}
	
	.about span h2{
		font-family: "Garamond-Bold","Segoe UI", "Trebuchet MS";
		font-size: 45px;
		color: #0098db;
		line-height: 1;
		font-weight: normal;
	}

	.about span h1{
	font-family: "Poppins-Regular","Segoe UI", "Trebuchet MS";
		font-size: 60px;
		color: #262424;
		line-height: 1;
		font-weight: normal;
		margin-bottom: 25px;
		
	}
	
	.about span p{
		font-family: "Poppins-Light","Segoe UI", "Trebuchet MS";
		font-size: 18px;
		color: #262424;
		line-height: 1.4;
		font-weight: normal;
		margin-bottom: 40px
	}
		
	.about span p strong{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
	}

	.about span p em{
		color: #0098db;
		font-style: normal;
	}

	.about span a{
		color: #ffffff;
		font-family: "Garamond-Bold","Segoe UI", "Trebuchet MS";
		font-size: 20px;
		line-height: 1;
		background: #0098db;
		padding: 12px 25px;
		margin-right: 25px
	}
	
	/*aside*/
	.about aside {
		float: right;
		width: 50%;
		text-align: center;
		margin: 0
	}
	
	.about aside img{
		width: auto;
	}
	
	/*column*/
	ul.column{
		float: left;
		width: 100%;
		list-style: none;
		margin: -150px 0 0;
	}
	
	ul.column li{
		float: left;
		width: 33.3%;
		list-style: none;
		margin: 0;
		text-align: center;
		background: #3a5685;
		padding: 40px 0
	}
			
	ul.column li span{
		font-size: 21px;
		color: #0098db;
		height: auto;
		width: 100%;
		font-family: "Poppins-Regular","Segoe UI", "Trebuchet MS";
		font-weight: 400;
		line-height: 0.9;
		padding: 0;
		margin: 0 0 10px;
		text-align: center;
		font-style: italic
	}
	
	ul.column li span strong{
		font-size: 68px;
		font-family: "Garamond-Bold","Segoe UI", "Trebuchet MS";
		letter-spacing: -2px;
		color: #fff;
		font-style: normal
}
	
	ul.column li p{
		color: #fff;
		font-size: 18px;
		line-height: 1;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
	}
	
	ul.column li p strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}

	#bg-1{
		background: #0098db;
	}
		
	#bg-2{
		background: rgba(255,255,255,0.85);
	}

	#bg-2 p, #bg-2 span strong{
		color: #3a5685
	}

	#bg-1 span, #bg-2 span{
		color: #262424
	}


	/*services*/
	.services {
		width: 100%;
		margin: 130px 0;
		text-align: center
	}

	.services h2{
		font-family: "Garamond-Regular","Segoe UI", "Trebuchet MS";
		font-size: 65px;
		color: #fff;
		line-height: 1;
		margin-bottom: 15px;
		font-weight: 400
	}
	
	.services p{
		font-family: "Poppins-Regular","Segoe UI", "Trebuchet MS";
		font-size: 22px;
		color: #fff;
		line-height: 1;
		font-weight: normal;
	}

	.services ul{
		width: 100%;
		list-style: none;
		float: left
	}

	.services ul li {
		width: 33.3%;
		float: left;
		margin: 70px 0 0;
		text-align: center
	}

	.services ul li a{
		cursor: pointer
	}

	.services ul li img{
		margin: 0 0 20px;
	}

	.services ul li h3{
		font-size: 0
	}

	.services ul li p{
		font-family: "Poppins-Light","Segoe UI", "Trebuchet MS";
		font-size: 18px;
		margin: 0 0 30px;
		padding: 0 25px;
		line-height: 1.2
	}

	.services ul li span{
		color: #fff;
		background: #0098db;
		font-size: 20px;
		font-family: "Garamond-Bold","Segoe UI", "Trebuchet MS";
		padding: 15px 25px;
		text-align: center;
		margin: 35px 0 0
	}

	/*profile*/
	.profile-slider {
		position: relative;
		width: 100%;
		overflow: hidden;
		margin: 130px 0 50px;
		text-align: center
	}

	.profile-slider h2{
		font-family: "Garamond-Regular","Segoe UI", "Trebuchet MS";
		font-size: 65px;
		color: #0098db;
		line-height: 1;
		margin-bottom: 15px;
		font-weight: 400
	}
	
	.profile-slider p{
		font-family: "Poppins-Regular","Segoe UI", "Trebuchet MS";
		font-size: 22px;
		color: #262424;
		line-height: 1;
		font-weight: normal;
	}

	ul.profile {
		display: flex;
		transition: transform 0.5s ease-in-out;
		margin: 50px 0 90px;
		list-style: none;
	}

	ul.profile li {
		min-width: 90%;
		margin: 0 5%
	}

	/* Setas de navegação */
	button.prev, button.next {
		position: absolute;
		top: 50%;
		background-color: #3a5685;
		color: #fff;
		border: none;
		padding: 10px 15px;
		font-size: 30px;
		cursor: pointer;
		z-index: 10;
		transform: translateY(-50%);
		margin-top: 0
	}

	button.prev {
		left: 1%;
	}
	
	button.next {
		right: 1%;
	}

	.profile-slider button:hover{
		opacity: 0.7;
		transition: 0.5
	}
	
	.profile-slider a{
		text-align: center;
		width: 23%;
		margin: 0 1%;
		float: left;
		cursor: pointer
	}

	.profile-slider a h3{
		font-family: "Poppins-Light","Segoe UI", "Trebuchet MS";
		font-size: 18px;
		margin: 40px 0 0;
		line-height: 1.2;
		color: #262424;
		font-weight: 300
	}

	.profile-slider a p{
		font-family: "Poppins-Bold","Segoe UI", "Trebuchet MS";
		font-size: 18px;
		margin: 0 0 30px;
		line-height: 1.2;
		color: #0098db
	}

	.profile-slider a span{
		color: #fff;
		background: #0098db;
		font-size: 20px;
		font-family: "Garamond-Bold","Segoe UI", "Trebuchet MS";
		padding: 15px 25px;
		text-align: center;
		margin: 35px 0 0
	}

	a.more{
		width: 100%;
		float: left;
		text-align: center;
	}

	a.more strong{
		color: #fff;
		background: #3a5685;
		font-size: 25px;
		font-family: "Garamond-Bold","Segoe UI", "Trebuchet MS";
		padding: 20px 25px;
		text-align: center;
		margin: 35px 0 0
	}



	/*modal*/
	.modal {
		display: none;
		position: fixed;
		z-index: 999;
		padding-top: 100px;
		left: 0;
		top: 0;
		width: 100%; 
		height: 100%;
		overflow: none;
		background-color: rgb(0,0,0);
		background-color: rgba(0,0,0,0.7);
	}

	.modal-content {
		background-color: #fefefe;
		margin: auto 10%;
		padding: 25px 0 50px;
		border: 0;
		width: 80%;
		float: left;
		text-align: center;
		font-family: "Segoe UI", "Trebuchet MS";
		z-index: 999;
		position: relative;
		border-bottom: 5px solid #374231;
		border-radius: 45px;
	}

	.modal-content .item{ 
		width: 80%;
		float: right;
		text-align: center;
		margin: 0 10%;
		overflow-y: auto; /* Adiciona a barra de rolagem quando necessário */
		max-height: 65vh; /* Ajuste conforme necessário */
		box-sizing: border-box;
		padding-right: 30px;
	}
	
	/* Personalizando a barra de rolagem */
	.modal-content .item::-webkit-scrollbar {
    	width: 10px; /* Largura da barra de rolagem */
	}

	.modal-content .item::-webkit-scrollbar-track {
    	background: #f1f1f1; /* Cor do trilho da barra de rolagem */
		border-radius: 6px; /* Arredondamento dos cantos da barra de rolagem */
	}

	.modal-content .item::-webkit-scrollbar-thumb {
		background: #888; /* Cor da parte da barra de rolagem que desliza */
		border-radius: 6px; /* Arredondamento dos cantos da barra de rolagem */
	}

	.modal-content .item::-webkit-scrollbar-thumb:hover {
		background: #555; /* Cor quando o cursor passa sobre a barra de rolagem */
	}

	.modal-content h2 { 
		margin: 25px 0 0;
		font-size: 40px;
		font-weight: 300;
		line-height: 1.1;
		font-family: "Garamond-Bold","Segoe UI", "Trebuchet MS";
		color: #0098db
	}


	.modal-content h3{ 
		margin: 0 0 10px;
		font-size: 25px;
		font-weight: 300;
		line-height: 1.1;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		color: #262424
	}

	.modal-content h4 { 
		margin: 25px 0 0;
		font-size: 40px;
		font-weight: 300;
		line-height: 1.1;
		font-family: "Garamond-Bold","Segoe UI", "Trebuchet MS";
		color: #0098db
	}

	.modal-content p{ 
		width: 100%;
		margin: 15px 0 20px;
		font-weight: 300;
		line-height: 1.3;
		font-size: 20px;
		text-align: left;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		color: #262424
	}
		
	.modal-content p strong{ 
		font-size: 23px;
		text-align: left;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		color: #0098db
	}
		
	.modal-content span p{ 
		font-size: 16px!important;
		text-align: center!important
	}
		
	.modal-content a{ 
		color: #fff;
		background: #3a5685;
		font-size: 22px;
		font-family: "Garamond-Bold","Segoe UI", "Trebuchet MS";
		padding: 15px 25px;
		text-align: center;
		margin: 30px 0 0

	}

	.close {
		color: #aaaaaa;
		float: right;
		font-size: 35px;
		font-weight: bold;
		position: relative;
		left: -45px;
		top: -10px
	}

	.close:hover,
	.close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}	


	/*footer*/
	.footer{
		float: left;
		width: 100%;
		margin: 130px 0;
		text-align: left;
	}

	.footer span{
		margin: 0;
		width: 35%;
		float: left;
		color: #262424
	}

	.footer span a{
		color: #262424
	}

	.footer span h2 { 
		font-size: 60px;
		font-weight: 300;
		line-height: 1.1;
		font-family: "Garamond-Regular","Segoe UI", "Trebuchet MS";
		color: #0098db
	}

	.footer span p{ 
		font-weight: 300;
		line-height: 1.3;
		font-size: 18px;
		text-align: left;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		color: #262424
	}
	
	.footer span figure{ 
		margin-top: 45px;
		width: 100%;
		float: left
	}
	
	.footer span figure img{ 
		float: left;
		margin: 12px 0 0
	}
	
	.footer span figure figcaption{ 
		text-align: left;
		float: right;
		width: 85%;
	}
	
	.footer span figure figcaption h3{ 
		font-family: "Poppins-Bold","Segoe UI", "Trebuchet MS";
		line-height: 1;
		font-size: 20px;
		margin-bottom: 10px
	}
	
	.footer span figure figcaption p{ 
		line-height: 1;
		font-size: 20px;
		margin-bottom: 5px
	}
	
	.midia {
		width: auto;
		float: left;
		text-align: center;
		margin: 45px 0 0 -10px
	}
	
	.midia a{
		margin: 0 10px
	}
	

	/**/
	.footer ul {
		margin: 0;
		list-style: none;
		width: 65%;
		float: right;
	}

	.footer ul li {
		width: 48%;
		float: left; 
		margin: 0 1%;
		font-size: 19px;
	}

	.footer ul li img {
		width: auto;
	}

	.footer ul li p {
		font-family: "Poppins-Light","Segoe UI", "Trebuchet MS";
		line-height: 1.2;
		font-weight: normal;
	}
	
	.footer ul li p a{
		color: #2f2f2f;
	}
	
	.footer ul li p strong{
		font-family: "Poppins-Bold","Segoe UI", "Trebuchet MS";
	}

	.map{
		float: left;
		width: 100%;
		height: 320px;
		border: 0;
		filter: grayscale(100%);
		opacity: 0.7;
	}



	/*tit*/
	.tit{
		float: left;
		width: 30%;
		margin: 100px 0 0;
		text-align: left;
	}

	.tit h2{
		font-family: "Garamond-Regular","Segoe UI", "Trebuchet MS";
		font-size: 65px;
		color: #0098db;
		line-height: 0.8;
		margin-bottom: 50px;
		font-weight: normal
	}

	.tit p{
		font-family: "Poppins-Regular","Segoe UI", "Trebuchet MS";
		font-size: 22px;
		color: #fff;
		line-height: 1.2;
		font-weight: normal
	}


	/*form*/
	form{
		text-align: center;
		margin: 100px 0;
		float: right;
		width: 60%
	}

	form span{
		float: left;
		width: 45%;
		margin: 0;
	}
		
	.input{
		float: left;
		width: 100%;
		margin: 0 0 10px;
		font-size: 20px;
		color: #fff;
		padding: 15px 10px;
		background-color: transparent;
		text-align: left;
		border: 2px solid #0098db;
		font-family: "Poppins-Regular","Segoe UI", "Trebuchet MS";
		padding-left: 30px;
		font-weight: 500
	}
	
	.calculator{
		width: 40%;
		font-family: "Poppins-Regular","Segoe UI", "Trebuchet MS";
		margin: 10px 30%!important;
		text-align: center;
		padding-left: 0;
	}
	
	.comment{
		width: 50%!important;
		float: right;
		background: #0098db
	}


	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
		position: relative;
	}
	
	.send:hover{
		opacity: 0.8
	}	
 
	.send{
		cursor: pointer;
		margin: 5px auto 0;
		width: 115px;
		height: 55px;
		border: 0;
		font-family: "Poppins-Bold","Segoe UI", "Trebuchet MS";
		color: #262424;
		background: #fff;
		text-align: center;
		padding: 0px 10px;
		font-size: 16px;
		line-height: 1;
		font-weight: bold;
	}	
 
	label{
		font-size: 16px;
		margin: 12px 0 5px;
		font-family: "Poppins-Regular","Segoe UI", "Trebuchet MS";
		color: #fff;
		width: 100%;
		float: left;
		font-weight: normal;
		text-align: left;
	}
	
	label#calculo{
		text-align: center;
		font-size: 16px
	}
	
	.input-re p{
		width: 100%!important;
	}

	.input::placeholder {
		color: #FFF;
		opacity: 1;
	}
	
	.input:-ms-input-placeholder {
		color: #FFF;
	}
	
	.input::-ms-input-placeholder { 
		color: #FFF;
	}


	/*sub*/
	.sub{
		float: left;
		width: 100%;
		border-top: 1px solid #ffffff;
		padding: 55px 0
	}

	.sub h3{
		text-align: left;
		font-size: 13px;
		line-height: 1.2;
		text-transform: uppercase;
		font-family: "Poppins-Light","Segoe UI", "Trebuchet MS";
		font-weight: 300;
		margin: 0;
		float: left;
	}

	.sub h3 strong{
		font-family: "Poppins-Bold","Segoe UI", "Trebuchet MS";
		color: #66bde5
	}

	.sub h3 a{
		color: #fff;
	}

	.sub h4 {
		float: right;	
		line-height: 1;
		margin-top: 5px
	}

	.sub h4 a{
		text-align: left;
		font-size: 14px;
		font-family: "Poppins-Light","Segoe UI", "Trebuchet MS";
		color: #fff;
		letter-spacing: .5px;
		font-weight: normal
	}

	
	/*whatsapp*/
	.whatsapp{
		position: fixed;
		width: 57px;
		height: 57px;
		bottom: 25px;
		right: 20px;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
	}




@media (max-width: 850px) {
  
	#advocacia{
		scroll-margin-top: 0;
	}
	
	#profissionais{
		scroll-margin-top: 0;
	}

	#areas-de-atuacao{
		scroll-margin-top: 0;
	}

	#contato{
		scroll-margin-top: 0;
	}
	
	/*Elements*/
	.container{
		width: 90%;
	}
	
	.left{
		left: 0;
	}
	
	.right{
		left: 0;
	}	
	
	

	/*[BACKGROUND]*/	
	.bg-header{
		padding: 10px 0 0;
	}
				
	
	/*logo*/
	a.logo{
		width: 100%;
		margin-bottom: 15px
	}	 
	
	a.logo img{ 
		width: 400px;
	}
	
	/*nav-botton*/
	.nav-botton {
		background-color: transparent;
		padding: 0
	}

	.nav-botton a {
		margin: 0
	}
	
	.nav-botton a img{
		width: 0
	}
	
	/*sticky*/
	.sticky a.logo{
		width: 50%
	}	
		
	.sticky .nav .navtoogle{
		width: 10%!important;
		float: right!important;
		text-align: center!important;
		position: relative!important;
		top: 20px!important
	}
	
	
	/*banner*/
	.box-video{
		height: 500px
	}
		
	video{
		width: 100vw;
		height: 70vh;
	}

	.contente {
		top: -500px;
		margin-bottom: -500px;
		height: 500px;
	}

	.banner figure{
		margin: 320px 0 0;
	}
		
	.banner span{
		margin: 120px 0 0;
		width: 60%;
	}

	.banner span h3{
		font-size: 30px;
		margin: 0 0 15px;
	}	
		
	.banner span p{
		font-size: 20px;
	}	
	
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 110px 0;
	}
	
	.about span{
		width: 100%;
	}
	
	/*aside*/
	.about aside {
		width: 100%;
		margin: 50px 0 0
	}
	
	.about aside img{
		width: 400px;
	}
	
	/*column*/
	ul.column{
		margin: -55px 0 0;
	}
	
	#bg-2{
		background: #fff;
	}

	/*services*/
	.services {
		margin: 110px 0;
	}

	.services h2{
		font-size: 50px;
	}
	
	.services ul li {
		width: 32.3%;
		margin: 70px 0.5% 0;
	}

	.services ul li p{
		font-size: 16px;
		padding: 0 5px;
	}

	/*profile*/
	.profile-slider {
		margin: 110px 0 0;
	}
	
	.profile-slider a{
		width: 48%;
		margin: 0 1% 30px;
	}

	.profile-slider a h3{
		font-size: 16px;
		margin: 20px 0 0;
	}

	.profile-slider a p{
		font-size: 16px;
		margin: 0 0 20px;
	}


	/*modal*/
	.modal-content {
		margin: auto 5%;
		padding: 15px 0 15px;
		width: 90%;
	}

	.modal-content .item{ 
		width: 90%;
		margin: 0 5%;
		max-height: 65vh; /* Ajuste conforme necessário */
		padding-right: 20px;
	}
	

	.modal-content h2 { 
		font-size: 35px;
	}

	.modal-content h3{ 
		font-size: 25px;
	}

	.modal-content h4 { 
		font-size: 35px;
	}

	/*footer*/
	.footer{
		margin: 110px 0;
		text-align: center
	}

	.footer span{
		width: 100%;
	}
	
	#pos-top{
		margin-top: -35px
	}

	.footer span p{ 
		text-align: center;
	}
	
	.footer span figure{ 
		width: 100%;
		float: left;
		text-align: center;
		margin: 45px 0
	}
	
	.footer span figure img{ 
		float: none;
		margin: 12px 0 0
	}
	
	.footer span figure figcaption{ 
		text-align: center;
		float: left;
		width: 100%;
	}
	
	.midia {
		float: none;
	}

	/**/
	.footer ul {
		margin: 50px 0 0;
		width: 100%;
	}
	
	/*tit*/
	.tit h2{
		font-size: 45px;
	}
	.tit p{
		font-size: 18px;
	}


	/*sub*/
	.sub{
		padding: 35px 0
	}

	.sub h3{
		text-align: center;
		margin: 0;
		float: none;
	}

	.sub h4 {
		float: none;
		margin-top: 25px;
		text-align: center
	}

	.sub h4 a{
		text-align: center;
	}
		
	
	
	
	
}








@media (max-width: 550px) {
	

	/*sticky*/
	.sticky a.logo{
		width: 80%
	}	
	
	/*banner*/
	video{
		width: 80vw;
		height: 30vh;
	}

	.banner figure{
		margin: 30px 0 0;
		width: 100%;
		text-align: center
	}
		
	.banner figure img{
		width: 50px
	}
		
	.banner span{
		margin: 80px 0 0;
		width: 100%;
	}
	
	.banner span a img{
		margin: 25px 5px;
		width: 35px
	}	
	
	/*about*/
	.about span{
		text-align: center
	}
	
	.about span h2{
		font-size: 45px;
	}

	.about span h1{
		font-size: 35px;
	}
	
	.about span p{
		text-align: left
	}
		
	.about span a{
		font-size: 16px;
		line-height: 1;
		padding: 12px 20px;
		margin-right: 15px
	}
			
	/*aside*/
	.about aside {
		width: 100%;
	}
	
	.about aside img{
		width: auto;
	}
	
	/*column*/
	ul.column{
		margin: 0 0 -50px;
	}
	
	ul.column li{
		width: 100%;
	}
			
	ul.column li span{
		font-size: 30px;
	}
	
	ul.column li span strong{
		font-size: 100px;
	}
	
	ul.column li p{
		font-size: 25px;
	}
	
	
	/*services*/
	.services ul li {
		width: 100%;
	}

	/*profile*/
	.profile-slider a{
		width: 98%;
	}
	
	/*footer*/
	.footer ul li {
		width: 98%;
		margin: 0 1% 25px;
		font-size: 21px;
	}

	/*tit*/
	.tit{
		width: 100%;
		text-align: center;
	}

	/*form*/
	form{
		margin: 35px 0;
		width: 100%
	}

	form span{
		width: 100%;
	}
		
	.comment{
		width: 100%!important;
	}

	/*sub*/
	.sub h3{
		text-align: center;
		margin: 0 0 25px;
	}	
	
	
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}