


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

*{
	font-family: 'Open Sans', sans-serif;
}

body{
	background: #000;
}

ul{
	display: inline-block;
	text-align: left;
}

.font-background-2{
	padding-bottom: 10px;
	padding-top: 10px;
	color: #000;
	margin-left: 10px;
	background-color: #febf2c;
	box-shadow: 10px 0 0 #febf2c, -10px 0 0 #febf2c;
}

.primeira-dobra{
	background: #000;
	min-height: 85vh;
	max-height: 100%;
	padding-top: 60px;
	padding-bottom: 30px;
}

.primeira-dobra h1{
	font-weight: 700;
	color: #fff;
	font-size: 38px;
}

.primeira-dobra h2{
	margin-top: 30px;
	font-weight: 500;
	color: #febf2c;
	font-size: 24px;
}

.primeira-dobra img{
	max-width: 180px;
	margin-left: 15px;
}

.segunda-dobra{
	background: #000;
	height: 100%;
	padding-top: 80px;
	padding-bottom: 60px;
}

.segunda-dobra h1{
	font-weight: 700;
	color: #fff;
	font-size: 36px;
}

.segunda-dobra h2{
	font-weight: 700;
	color: #febf2c;
	font-size: 28px;
}

.segunda-dobra p{
	font-weight: 500;
	font-size: 18px;
	color: #fff;
}

.terceira-dobra{
	background: #000;
	height: 100%;
	padding-top: 80px;
	padding-bottom: 60px;
}

.terceira-dobra h1{
	font-weight: 700;
	color: #fff;
	font-size: 36px;
}

.terceira-dobra h2{
	font-weight: 700;
	color: #febf2c;
	font-size: 28px;
}

.terceira-dobra h5{
	line-height: 2;
	font-weight: 700;
	color: #fff;
}

.terceira-dobra p{
	font-weight: 500;
	font-size: 18px;
	color: #fff;
}

.quarta-dobra{
	background: #000;
	height: 100%;
	padding-top: 80px;
	padding-bottom: 60px;
}

.quarta-dobra h1{
	font-weight: 700;
	color: #fff;
	font-size: 36px;
}

.quarta-dobra h2{
	font-weight: 700;
	color: #fff;
	font-size: 24px;
}

.quarta-dobra p{
	font-weight: 500;
	font-size: 18px;
	color: #fff;
}

.quinta-dobra{
	background: #000;
	height: 100%;
	padding-top: 80px;
	padding-bottom: 60px;
}

.quinta-dobra h1{
	font-weight: 700;
	color: #fff;
	font-size: 36px;
}

.quinta-dobra h2{
	font-weight: 700;
	color: #fff;
	font-size: 24px;
}

.quinta-dobra p{
	font-weight: 500;
	font-size: 18px;
	color: #fff;
}

.quinta-dobra iframe{
	width: 100%;
	border-radius: 10px;
	height: 320px;
	box-shadow: 0px 0px 15px 0px #febf2c;
}


ul li{
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	margin-bottom: 6px;
}

.b {
	font-size: 20px;
	font-weight: 700;
}

.glow-y{
	border-radius: 10px;
	box-shadow: 0px 0px 15px 0px #febf2c;
}

.img-pc{
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.img-config{
	max-height: 300px;
}

.primeira-dobra iframe{
	width: 550px;
	border-radius: 10px;
	height: 310px;
	box-shadow: 0px 0px 20px 0px #febf2c;
}

footer{
	padding: 10px;
}

footer p{
	color: #fff;
}

.hr-divider-l{
	height: 1px;
	width: 70%;
	content: "";
	background: rgba(254, 191, 44, 0.6);
	box-shadow: 0px 0px 20px 0px #febf2c;
	padding-bottom: 2px;
	left: 0;
	position: absolute;
}

.hr-divider-f{
	height: 1px;
	width: 100%;
	content: "";
	background: rgba(254, 191, 44, 0.6);
	box-shadow: 0px 0px 20px 0px #febf2c;
	padding-bottom: 2px;
	left: 0;
	position: absolute;
}

.hr-divider-r{
	height: 1px;
	width: 70%;
	content: "";
	background: rgba(254, 191, 44, 0.6);
	box-shadow: 0px 0px 20px 0px #febf2c;
	padding-bottom: 2px;
	right: 0;
	position: absolute;
}


.font-yellow{
	color: #febf2c;
}

.font-red{
	color: #DA291C;
}

.font-green{
	color: #448361;
}

.underline {
	text-decoration: underline;
	text-decoration-color: #febf2c;
}

.line-font{
	text-decoration-color: #febf2c !important;
	text-decoration-thickness: 3px !important;
	text-decoration: line-through;
}



.vp-controls .play:hover {
	background: #febf2c !important;
}


button {
	outline: none;
	text-align: center;
	width: 100% !important;
	height: auto !important;
}
.custom-btn {
	max-width: 350px;
	height: 40px;
	padding: 10px 25px;
	border: 2px solid #febf2c;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	display: inline-block;
}

.c-b{
	height: auto !important;
	max-width: 500px !important;
}

/* 6 */
.btn-6 {
	background: #febf2c;
	color: #191919;
	font-weight: 700;
	font-size: 20px;
	/* line-height: 42px; */
	padding: 0;
	border: none;
}
.btn-6 span {
	position: relative;
	display: block;
	width: 100%;
	padding: 8px;
	height: 100%;
}
.btn-6:before,
.btn-6:after {
	position: absolute;
	content: "";
	height: 0%;
	width: 2px;
	background: #febf2c;
}
.btn-6:before {
	right: 0;
	top: 0;
	transition: all 500ms ease;
}
.btn-6:after {
	left: 0;
	bottom: 0;
	transition: all 500ms ease;
}
.btn-6:hover{
	color: #febf2c;
	background: transparent;
}
.btn-6:hover:before {
	transition: all 500ms ease;
	height: 100%;
}
.btn-6:hover:after {
	transition: all 500ms ease;
	height: 100%;
}
.btn-6 span:before,
.btn-6 span:after {
	position: absolute;
	content: "";
	background: #febf2c;
}
.btn-6 span:before {
	left: 0;
	top: 0;
	width: 0%;
	height: 2px;
	transition: all 500ms ease;
}
.btn-6 span:after {
	right: 0;
	bottom: 0;
	width: 0%;
	height: 2px;
	transition: all 500ms ease;
}
.btn-6 span:hover:before {
	width: 100%;
}
.btn-6 span:hover:after {
	width: 100%;
}


.zoom-in-zoom-out {
	animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.03, 1.03);
	}
	100% {
		transform: scale(1, 1);
	}
}



/* Mobile */

@media (max-width: 768px){

	.primeira-dobra{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.primeira-dobra h1{
		font-weight: 700;
		font-size: 28px; 
	}

	.primeira-dobra h2{
		margin-top: 30px;
		font-size: 24px;
	}

	.primeira-dobra img{
		max-width: 150px;
	}

	.segunda-dobra{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.segunda-dobra h1{
		font-weight: 700;
		font-size: 28px; 
	}

	.segunda-dobra h2{
		margin-top: 30px;
		font-size: 24px;
	}

	.segunda-dobra img{
		max-width: 150px;
	}

	.terceira-dobra{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.terceira-dobra h1{
		font-weight: 700;
		font-size: 28px; 
	}

	.terceira-dobra h2{
		margin-top: 30px;
		font-size: 24px;
	}

	.quarta-dobra{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.quarta-dobra h1{
		font-weight: 700;
		font-size: 28px; 
	}

	.quarta-dobra h2{
		margin-top: 30px;
		font-size: 24px;
	}

	.quinta-dobra{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.quinta-dobra h1{
		font-weight: 700;
		font-size: 28px; 
	}

	.quinta-dobra h2{
		margin-top: 30px;
		font-size: 24px;
	}




	.primeira-dobra iframe{
		width: 100%;
		height: 220px;
		box-shadow: 0px 0px 20px 0px #febf2c;
	}

	.img-pc{
		margin: 0;
		position: relative;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}


}
