@font-face {
	font-family: "Bariol Regular";
	src: url("//db.onlinewebfonts.com/t/ac437ca8426dbd7386bffda59c59a599.eot");
	src: url("//db.onlinewebfonts.com/t/ac437ca8426dbd7386bffda59c59a599.eot?#iefix") format("embedded-opentype"),
		/*url("//db.onlinewebfonts.com/t/ac437ca8426dbd7386bffda59c59a599.woff2") format("woff2"),*/
		/*url("//db.onlinewebfonts.com/t/ac437ca8426dbd7386bffda59c59a599.woff") format("woff"),*/
		/*url("//db.onlinewebfonts.com/t/ac437ca8426dbd7386bffda59c59a599.ttf") format("truetype"),*/
		/*url("//db.onlinewebfonts.com/t/ac437ca8426dbd7386bffda59c59a599.svg#Bariol Regular") format("svg"); */
		url("../../public/font/Bariol_Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Bearskin DEMO";
	src: url("//db.onlinewebfonts.com/t/7a26e8c86f69136bb6fc88c9be7d2c08.eot");
	src: url("//db.onlinewebfonts.com/t/7a26e8c86f69136bb6fc88c9be7d2c08.eot?#iefix") format("embedded-opentype"),
		/*url("//db.onlinewebfonts.com/t/7a26e8c86f69136bb6fc88c9be7d2c08.woff2") format("woff2"),*/
		/*url("//db.onlinewebfonts.com/t/7a26e8c86f69136bb6fc88c9be7d2c08.woff") format("woff"),*/
		/*url("//db.onlinewebfonts.com/t/7a26e8c86f69136bb6fc88c9be7d2c08.ttf") format("truetype"),*/
		url("../../public/font/Bearskin_DEMO.ttf") format("truetype");
	url("//db.onlinewebfonts.com/t/7a26e8c86f69136bb6fc88c9be7d2c08.svg#Bearskin DEMO") format("svg");
}

@font-face {
	font-family: "Cookie Supply DEMO";
	src: url("//db.onlinewebfonts.com/t/123486101bad461cbde666b3fb71431d.eot");
	src: url("//db.onlinewebfonts.com/t/123486101bad461cbde666b3fb71431d.eot?#iefix") format("embedded-opentype"),
		/*url("//db.onlinewebfonts.com/t/123486101bad461cbde666b3fb71431d.woff2") format("woff2"),*/
		/*url("//db.onlinewebfonts.com/t/123486101bad461cbde666b3fb71431d.woff") format("woff"),*/
		/*url("//db.onlinewebfonts.com/t/123486101bad461cbde666b3fb71431d.ttf") format("truetype"),*/
		url("../../public/font/Cookie_Supply_DEMO.ttf") format("truetype");
	url("//db.onlinewebfonts.com/t/123486101bad461cbde666b3fb71431d.svg#Cookie Supply DEMO") format("svg");
}

html {
	scroll-behavior: smooth;
}

body {
	background: rgb(255, 239, 119);
	background: linear-gradient(0deg, rgba(255, 239, 119, 0.45) 0%, rgba(255, 255, 255, 1) 100%);
	background: #ffffff;
	overflow-x: hidden;
}

body,
p,
h1,
h2,
h3 {
	margin: 0;
	color: #00459F;

}

a {
	outline-style: none;
	text-decoration: none;
	color: #00459F;
	display: grid;
}

.top-line {
	width: 100%;
	height: 30px;
	background-color: #002F74;
}

.header-content {
	width: 100%;
	height: 490px;
	background-position: center top;
	background-repeat: no-repeat, repeat;
	background-size: cover;
	padding-top: 0px;
	display: flex;
	justify-content: center;
}

@media (min-width: 1920px) {
	.header-content {
		height: 542px;
	}

}

@media (min-width: 2560px) {
	.header-content {
		height: 620px;
	}

}


.justify-header-content {
	max-width: 720px;
	text-align: center;
}

.justify-header-content h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 46px;
	font-family: 'Courgette', regular;

}

@media (max-width: 580px) {
	.justify-header-content h2 {
		font-size: 23px;
	}

	.justify-header-content p {
		padding: 18px;
		font-size: 14px;
	}
}

@media (max-width: 880px) {
	.justify-header-content p {
		padding: 18px;
	}
}

.logo-gdc {
	max-width: 210px;
}

@media (min-width: 1920px) {
	.logo-gdc {
		max-width: 282px;
	}

}

@media (min-width: 2560px) {
	.logo-gdc {
		max-width: 338px;
	}

}

.texto-titulo-plataforma {
	max-width: 77%;
	padding-left: 14px !important;
}

.body-content {
	display: flex;
	justify-content: center;
}

.content-sections {
	position: relative;
	max-width: 720px;
	text-align: center;
	top: 10px;
}

.sections-container {
	width: 720px;
	display: flex;
	justify-content: center;
	flex-flow: wrap;
}

@media (max-width: 720px) {
	.sections-container {
		width: 520px;
	}
}

@media (max-width: 550px) {
	.sections-container {
		display: block;
		width: 300px;
		padding: 10px;
		justify-content: center;
	}
}

/* enable Flickity by default */
.sections-container:after {
	content: 'flickity';
	display: none;
	/* hide :after */
}


@media screen and (min-width: 550px) {

	/* disable Flickity for large devices */
	.sections-container:after {
		content: '';
	}
}

.sections-collunm {
	width: 45%;
	margin: 7px;
	padding: 5px;
	display: grid;
}


@media (max-width: 550px) {
	.sections-collunm {
		margin: 10px;
		width: 97%;
		height: auto;
	}
}


.sections-collunm span {
	margin: 10px;
	/* font-family: 'Sriracha', regular; */
	font-family: Bariol Regular !important;
	font-size: 20px;
}

@media (max-width: 550px) {
	.sections-collunm span {
		font-size: 14px;
	}
}

.sections-collunm button {
	cursor: pointer;
	padding: 7px;
	background-color: #16456f;
	border: none;
	color: white;
	outline: none;
	transition: 400ms;
	font-family: Bariol Regular !important;
	font-size: 18px;
}


@media (max-width: 550px) {
	.sections-collunm button {
		max-height: 60px;
		padding: 0px;
	}
}


.sections-collunm button:hover {
	background-color: #4c85d2;
}

.caixa-item {
	height: 240px;
}

.section-brand {
	/*border-radius: 50%;*/
	width: 300px;
	height: 210px;
	overflow: hidden;
	position: relative;
	display: flex;
	border: 15px solid #4a94d0;
}

.section-brand img {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: 400ms;
	top: 0px;
	left: 0px;
}

.section-brand img:hover {
	-webkit-filter: opacity(75%);
	filter: opacity(75%);
}

.section-brand:hover {
	background-color: #FFF2BC;
}


.return-to-top-container {
	display: grid;
	justify-content: center;
	margin-top: 5vh;
	margin-bottom: 5vh;
	font-size: 12px;
	font-family: 'Bariol Regular';
	margin-left: auto !important;
	margin-right: auto !important;

}

.return-to-top-container>div {
	max-width: 77px;
	text-align: center;
	cursor: pointer;
}

.return-button {
	position: relative;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #00459F;
	color: white;
	margin: auto;
	transition: 400ms;
}

.return-img {
	height: 25px;
	top: 10px;
	position: relative;
}

.return-button:hover {
	background-color: #4a94d0;
}

.section-title {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 25px;
	color: #0a5e98;
	font-family: fantasy;
	letter-spacing: 6px;
}

@media (max-width: 550px) {
	.section-title {
		margin-top: 50px;
		font-size: 17px;
	}

}

.txt-saudacao {
	color: #FFCC00 !important;
	font-family: 'Bariol Regular';
	text-align: justify;
	word-spacing: 6px;
	text-align-last: center;
}

.section-title span::before {
	display: inline-block;
	content: "";
	border-top: 2px solid #00459F;
	width: 32%;
	margin: -13px 9px -13px 0px;
	transform: translateY(-1rem);
}

.section-title span::after {
	display: inline-block;
	content: "";
	border-top: 2px solid #00459F;
	width: 32%;
	margin: -13px 0px -13px 9px;
	transform: translateY(-1rem);
}

@media (max-width: 880px) {

	.section-title span::before {
		width: 65%;
		margin: -13px 0px -6px 0px;
	}

	.section-title span::after {
		width: 65%;
		margin: -13px 0px -13px 0px;
	}

	.section-title span {
		word-break: normal;
	}
}

.footer-wrapp {
	margin-top: 50px;
}


@media (max-width: 720px) {
	.footer-wrapp {
		margin-top: 200px;
	}
}

footer {
	background-color: #002F74;
	display: flex;
	justify-content: center;
}

footer .footer-container p a {
	outline-style: none;
	text-decoration: none;
	font-family: 'Bariol Regular';
	margin: 0px 25px;
	font-weight: 600;
}

footer a {
	color: white;
}

.footer-container {
	justify-content: space-around;
	display: flex;
	padding: 1%;
	align-items: center;
}

.logo-footer {
	max-height: 60px;
	margin-right: 15px;
}


@media (max-width: 720px) {
	.logo-footer {
		margin: auto;
	}
}


.link-site-footer {
	font-size: 20px;
}

.logo-social {
	font-size: 35px;
}

.ajuste-logo {
	padding-right: 23%;
}

.footer-social-media {
	display: flex;
	margin-left: 13px;
}

@media(min-width:1028px) {
	.caixa-wave {
		display: flex;
		width: 25vh;
		position: absolute;
	}

	.onda-1 {
		left: 0%;
		top: 28%;
	}

	.onda-2 {
		right: -2%;
		top: 14%;
	}

	.onda-3 {
		right: -2%;
		top: 126%;
	}

	.onda-4 {
		left: 0%;
		top: 185%;
	}

	.wave {
		position: relative;
		width: 90%;
		height: 245px;
		overflow: hidden;
	}

	.wave::before {
		content: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa";
		position: absolute;
		font-size: 6em;
		color: transparent;
		text-decoration-style: wavy;
		text-decoration-line: line-through;
		animation: animate 3s linear infinite;
		word-break: break-all;
		line-height: 0.5;
		right: -80px;
	}

	.onda-1>.wave::before,
	.onda-2>.wave::before {
		text-decoration-color: #FFFFFF;
	}

	.onda-3>.wave::before,
	.onda-4>.wave::before {
		text-decoration-color: #002F74;
	}

	@keyframes animate {
		0% {
			transform: translateX(-1px);
		}

		100% {
			transform: translateX(-50px);
		}
	}
}

.footer-ilustrations {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.house-footer-ilustration {
	height: 375px;
	width: 62%;
	right: 168px;
	top: 119px;
	position: relative;
	z-index: -1;
}

@media (min-width: 1440px) {
	.house-footer-ilustration {
		width: 62%;
		right: 174px;
		top: 119px;
	}
}

@media (min-width: 1500px) {
	.house-footer-ilustration {
		width: 62%;
		right: 180px;
		top: 119px;
	}
}

@media (min-width: 1500px) {
	.house-footer-ilustration {
		width: 62%;
		right: 196px;
		top: 119px;
	}
}

@media (min-width: 1920px) {
	.house-footer-ilustration {
		height: 384px;
		width: 63%;
		right: 237px;
		top: 119px;
	}
}

@media (min-width: 2560px) {
	.house-footer-ilustration {
		height: 384px;
		width: 1280px;
		right: 0px;
		top: 119px;
	}
}


@media (max-width: 720px) {
	footer {
		display: grid;
		height: 200px
	}

	.footer-container {
		display: grid;
	}

	.footer-ilustrations {
		display: none;
	}

	.footer-social-media {
		display: flex;
	}
}

.modal-login-campaing-container {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.modal-login-campaing {
	position: relative;
	top: 30px;
	display: grid;
	justify-content: center;
	margin: auto;
	border-radius: 12px;
	background-color: #00459F;
	max-width: 350px;
	max-height: 250px;
	width: 350px;
	height: 250px;
	text-align: center;
	padding: 20px;
	transition: 400ms;
	font-family: 'Cookie Supply DEMO', extra-bold;
}

.modal-login-campaing h3 {
	color: white;
	margin-bottom: 10px;
}

.modal-login-campaing p {
	color: white;
	font-size: 20px;
	margin-bottom: 10px;
}



@media (max-width: 450px) {
	.modal-login-campaing {
		width: 250px;
	}
}


.modal-login-campaing span {
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	right: -10px;
	top: -10px;
	text-align: center;
	color: red;
	background-color: white;
	font-size: 22px;
	cursor: pointer;
	font-family: arial;
}

.modal-login-campaing form {
	top: 10%;
	position: relative;
}

.modal-login-campaing form .submit-button {
	padding: 10px;
	background-color: white;
	border-radius: 12px;
	cursor: pointer;
	border: none;
	transition: 400ms;
}

.modal-login-campaing form .submit-button:hover {
	padding: 12px;
}

.modal-error-message {
	width: 100%;
	position: absolute;
	top: 50%;
	display: grid;
	justify-content: center;
}

.modal-error-campaing {
	position: relative;
	max-width: 350px;
	max-height: 150px;
	width: 350px;
	height: 150px;
	background-color: white;
	text-align: center;
	color: red;
	border-radius: 12px;
	font-family: 'Cookie Supply DEMO', extra-bold;
}

.modal-error-campaing h3 {
	color: red;
	margin-top: 18%;
}

.modal-error-campaing span {
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	right: -10px;
	top: -10px;
	text-align: center;
	color: red;
	background-color: white;
	font-size: 22px;
	cursor: pointer;
	font-family: arial;
}

.modal-error-campaing p {
	margin-top: 55px;
	color: red;
}

#idInfo {
	display: none;
}


@media (max-width: 1020px) {
	.asisde-ilustrations {
		display: none;
	}
}