body{
	margin: 0;
	padding: 0;
}
#view-full{
	width: 100%;
	height: 100vh;
	background: url("../img/background.jpg");
	color: #fff;
}
ul.contato{
	padding: 0;
	margin: 0;
	list-style-type: none;
	display:inline-block;
	float: right;
	margin: 30px 0 200px 0;
	opacity: 0;
}
ul.contato li{
	display:inline-block;
	font-size: 15px;
}
ul.contato li a.rede{
	border: 1px solid #e3e01c;
	box-sizing: border-box;
	border-radius: 100px;
	width: 30px;
	height: 30px;
	line-height: 28px;
	display: inline-block;
	text-align: center;
	margin-right: 9px;
}
ul.contato li:last-child{
	margin-left: 15px;
}
ul.contato li a.ct-whats{
	border: 1px solid #27f14f;
	box-sizing: border-box;
	padding: 3px 20px;
	font-weight: 600;
}
ul.contato li a.rede:hover{
	color: #e3e01c;
	text-decoration: none;
}
ul.contato li a.ct-whats:hover{
	color: #27f14f;
	text-decoration: none;
}
.conteudos{
	box-sizing: border-box;
	padding: 0 20px;
}
.forca{
	z-index: 9;
	display: block;
	position: relative;
	opacity: 0;
		-webkit-transition: width 0.5s ease;
	-moz-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
}
.tarefa{
	z-index: 1;
	margin-top: -20px;
	display: block;
	position: relative;
	margin-left: 23px;
	opacity: 0;
		-webkit-transition: width 0.5s ease;
	-moz-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
}
.digital{
	margin-top: 20px;
	display: block;
	position: relative;
	float: right;
	margin-right: 205px;
	opacity: 0;
		-webkit-transition: width 0.5s ease;
	-moz-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
	
}
#view-full p{
	line-height: 34px;
	opacity: 0;
}
.text1{
	font-size: 27px;
	font-weight: 700;
	text-align: left;
	margin-top: 80px;
	display: block;
	margin-bottom: 0;
}
.text2{
	font-size: 27px;
	font-weight: 700;
	text-align: left;
	display: block;
	margin-bottom: 0;
}
.text3{
	font-size: 27px;
	font-weight: 700;
	text-align: left;
	display: block;
	margin-bottom: 0;
}
.text3 span{
	font-weight: 400;
}
.iframe{
	opacity: 0;
}
.iframe-animation{
	animation-name: iframe;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-direction: initial;
	animation-timing-function: linear;
}
#view-full a.formulario-act{
	background: #1a4e72;
	color: #fff;
	font-size: 20px;
	margin-top: 80px;
	box-sizing: border-box;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 100px;
	box-shadow: 8px 8px 0px #e3e01c;
	animation-name: bt-form;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-direction: initial;
	animation-timing-function: linear;
	opacity: 0;
}
#view-full a.formulario-act:hover{
	color: #e3e01c;
	text-decoration: none;
}
.efct-ative{
	opacity: 1 !important;
}
#bg-yellow{
	height: 666px;
	background-image: url("../img/bg-yellow.jpg");
	width: 100%;
	background-color: #000;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#bg-red{
	background: #9e0505;
	box-sizing: border-box;
	padding: 45px 0;
}
#bg-red ul{

}
#bg-red ul li{
	color: #fff;
	font-size: 25px;
}
#bg-red ul li span{
	color: #e3df0d;
	font-size: 39px;
	margin-right: 10px;
	font-weight: 700;
}
#bg-red .algn{
	text-align: center;
}
#bg-red img{
	display: inline-block;
	margin-top: 38px;
}
#bg-red a.bt{
	display: inline-block;
	width: 253px;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: -53px;
}
#formulario{
	position: fixed;
	top: 0;
	right:-100%;
	background: #efefef;
	height: 100vh;
	border-top: 5px solid #d3db00;
	border-bottom: 5px solid #b50000;
	width: 450px;
	transition: 0.9s;
	visibility: hidden;
	z-index: 9;
	box-sizing: border-box;
	padding: 20px 20px;
}
#formulario.active{
	right: 0;
    visibility: visible;
	
}
#formulario .close{
	position: absolute;
	right: 20px;
	top: 16px;
	color: #b60000;
	font-size: 36px;
	cursor: pointer;
}
#formulario p{
	color: #000;
	font-size: 21px;
	text-align: left;
	margin-top: 43px;
	FONT-WEIGHT: 500;
}
#formulario button{
	background: #1a4e72;
	color: #fff;
	height: 45px;
	width: 100%;
	border: none;
	border-radius: 100px;
	display: block;
	font-size: 20px;
	margin-top: 30px;
	cursor: pointer;
	transition: 0.8s;
	
}
#formulario button:hover{
	color: #d3db00;
}
#formulario button:disabled{
	background: #9e9e9e;
	color: #000;
}
#formulario button:disabled:hover{
	color: 272727;
}
#formulario form{
}
#formulario form label{
}
#formulario form label.half{
}
#formulario form input[type=text]{
	width: 100%;
	display: block;
	border: none;
	padding: 0 0 0 19px;
	box-sizing: border-box;
	height: 45px;
	border-radius: 5px;
	margin-top: 10px;
	font-weight: 600;
}
#formulario form input[type=checkbox]{
	margin-right: 7px;
	width: 10px;
	height: 10px;
	margin-top: 20px;
}
@-webkit-keyframes bt-form {

	0% {
		box-shadow: 0px 0px 0px transparent;
	}
	50% {
		box-shadow: 8px 8px 0px #e3e01c;
	}
	100% {
		box-shadow: 0px 0px 0px transparent;
	}
}
@-webkit-keyframes iframe {

	0% {
		box-shadow: 0px 0px 0px transparent;
	}
	50% {
		box-shadow: 10px 10px #000000c7;
	}
	100% {
		box-shadow: 0px 0px 0px transparent;
	}
}