@keyframes animacao{
	from {opacity:50%; width: 50px}
	to   {opacity: 100%; width: 60px}
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Open Sans"
}

html,body{
	height: 100%;
}

@font-face{
	src:url('../fonts/OpenSans-Light.ttf');
	font-family: "Open Sans";
}

.clear{
	clear: both;
}



.center{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
w50{
	padding:0 2%;
	width: 50%;
}
.left{
	float: left;
}

.right{
	float: right;
}
.header{
	width: 100%;
	padding:0 2%;
	height: 60px;
	background-color: #212343;
}

.header img{
	width: 400px;
	height: 50px;
	margin: 5px 30px;
}

.header h2{
	margin: 0 50px;
	text-align: justify;
	font-size: 21px;
	color: white;
	font-weight: bold;
	display: inline-block;
}

.container-banner{
	width: 100%;
	padding:0 2%;
	height: 557px;
	background-image:url('../images/fundo2.png');
	background-size: cover;
	background-position: center;
}

.container-banner > .center{
	height: 100%;
}

.form{
	padding:20px;
	width: 400px;
	height: calc(100% + 30px);
	float: right;
	position: relative;
	top:-15px;
	border-width: 12px;
	border-color: rgba(120,120,120,0.5);
	border-style: solid;
	background-color: white;
	background-clip:padding-box;
	/*background-origin tem o mesmo conceito porém serve para imagens.*/
}

.form h2{
	line-height: 55px;
	text-transform: uppercase;
	font-weight: bold;
	color: black;
	font-size: 30px;
}

.input-container{
	margin-top:20px;
}
.form .input-submit-container{
	text-align: center;
}

.form a {
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 23px;
	width: 250px;
	height: 46px;
	display: inline-block;
	background-color: green;
	margin: 12px 40px;
	cursor: pointer;
	border: 5px solid #00a000;
	border-radius: 10px;
}

.form a:hover{
	background-color: #060;
}

.container-list{
	padding:30px;
	margin-top:100px;
	float: left;
	width: 519px;
	height: 270px;
	background-color: rgba(63, 85, 61, 0.7);
}

.container-list ul{
	list-style-position: inside;
}

.container-list ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	text-align: justify;
	margin-top:18px;
	color: white;
}

.container-1{
	padding:40px 0;
	background-color: #fffde7;
	text-align: center;
}

.beneficio{
	background-color: darkred;
	width:100% ;
}

.beneficio-single{	
	width: calc(50% - 12px);
	border: 1px solid #17213d;
	border-radius: 15px;
	padding: 10px;
	margin: 2px;
	text-align: center;
}

.img img{
	display: flex;
	width: 70px;
}




.container-1 h5{

	font-size: 28px;
}

.container-2{
	padding:40px 2%;
	background-color: #ddd;
	text-align: center;
}


.container-2 h2{
	font-weight: normal;
}

.container-2 p{
	width: 100%;
	max-width: 768px;
	margin:15px 0;
	display: inline-block;
	text-align: justify;
}

.arrow{
	position: relative;
	top:60px;
	left:50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background-image: url('../images/arrow.png');
	background-size: 100% 100%;
}

.section-1{
	padding:50px 2%;
}

.section-1 h2{
	text-align: center;
	color: #1e1633;
	font-weight: bold;
	font-size: 21px;
}

.container-section{
	margin-top:40px;
	text-align: center;
}

.container-single{
	float: left;
	width: 33.3333%;
	padding:30px;
}

.container-single h2 a{
	text-decoration: none;
	color: #1e1633;
}
.container-single video{
	width: 200px;
	height: 200px;
	padding: 18px 0;
}


.container-single p{
	display: inline-block;
	text-align: justify;
	padding:10px;
}

.container-single img{
	width:70px;
}

.whats-logo{
	animation-name: animacao;
	animation-duration: 0.25s;
	animation-iteration-count: infinite;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	left : 1200px;
	bottom: 15px;
	z-index: 100;
}

.footer{
	/*clear:both;*/
	font-weight: normal;
	border-top:2px solid #888888;
	padding:20px 0;
	text-align: center;
	color: white;
	background-color: #212343;
}
section.extras{
	padding: 20px 0;
	background: #00004d;
}

.servicos-container,.depoimentos-container{
	padding: 0 3%;
}

section.extras .title{
	text-transform: uppercase;
	text-align: center;
	color: white;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 15px;
}
.depoimento-single{
	padding: 15px 0;
	border-bottom: 1px solid #5056A0;
}

p.depoimento-descricao{
	font-size: 15px;
	color: white;
	font-weight: 300;
}

.nome-autor{
	font-size: 15px;
	color: white;
	margin-bottom: 5px;
	font-weight: bold;
}
.depoimento-single .id-autor p{
	
	padding: 5px 10px;
	
}

.depoimento-single .id-autor img{
	margin-top: 5px;
	padding: 5px 10px;
	width: 80px;
	border-radius: 50%;
}



.footer p{
	margin-top:8px;
}



@media screen and (max-width: 1024px){
	.header{
		height: auto;
		width: 100%;
		padding:15px 0;
		text-align: center;
		font-size: 12px;
	}

	.header img{
	margin: 0
	}

	.header h2{
		display: none;
	}



	.container-list{
		padding:30px 0;
		width: 40%;
		float: left;
		display: inline-block;
		max-width: 500px;
		height: auto;
	}

	.container-banner{
		width: 100%;
		padding:40px 2%;
		height: auto;
		text-align: center;
	}

	.form{
		max-width: 400px;
		padding:10px;
		width: 60%;
		height: 100%;
		float:right;
		top:0;
	}

	.input-container input[type=text]{
		width: 100%;
		height: 55px;
	}


	.form input[type=submit]{
		max-width: 280px;
		height: 56px;
		width: 90%;
	}
}

@media screen and (max-width: 768px){
	.form h2{
	text-align: justify;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: bold;
	color: black;
	font-size: 20px;
	}

	.header img{
		width: 300px;
		height: 40px;
		margin: 0 30px;
	}
	.container-2{
		padding-right: 4%;
		padding-left: 4%;
	}
	.container-list{
		margin-top: 0;
		float: none;
		display: inline-block;
		width: 90%;
	}

	.container-list ul li{
		font-size: 18px;
		padding-left: 20px;
		padding-right: 20px;
		letter-spacing: 1px;
	}

	.form{
		float: none;
		display: inline-block;
		width: 90%;
		margin-top:30px;
	}

	.form a {
	color: white;
	text-decoration: none;
	font-size: 18px;
	width: 200px;
	height: 38px;
	display: inline-block;
	background-color: green;
	margin: 10px 5px;
	cursor: pointer;
	border: 5px solid #00a000;
	border-radius: 10px;
    }

	.container-single{
		float: none;
		display: inline-block;
		width: 90%;
		max-width: 600px;
		padding:30px 0;
	}

	.container-single video{
		align-items: center;
		width: 90%;
		padding: 18px 0;
    }
	.whats-logo{
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.whats-logo{
	position: fixed;
	left : 7px;
	bottom: 7px;
	z-index: 100;
}

}