@charset "utf-8";

/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px dashed #ccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

/* resets sizing mode for all elements */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* --------------------------------------------------------------- Fim do reset -------------- */

/* cores */

.cinza {
	color: #485a6a;
}

.fundo-cinza {
	background-color: #a6bccf;
}

.linha-cinza {
	border-color: #485a6a !important;
}

.azul {
	color: #005f7f;
}

.fundo-azul {
	background-color: #003445;
}

.linha-azul {
	border-color: #005f7f !important;
}

.rosa {
	color: #ec00b6;
}

.fundo-rosa {
	background-color: #9b0078;
}

.linha-rosa {
	border-color: #ec00b6 !important;
}

.verde {
	color: #006536;
}

.fundo-verde {
	background-color: #004726;
}

.linha-verde {
	border-color: #006536 !important;
}

.amarelo {
	color: #b33b00;
}

.fundo-amarelo {
	background-color: #6e1000;
}

.linha-amarelo {
	border-color: #b33b00 !important;
}

.clear {
	clear: both;
}

.left-side {
	float: left;
}

.right-side {
	float: right;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

body {
	font-family: "Dosis", sans-serif;
	background: #fff url(../images/ceu3.jpg) no-repeat left top scroll;
	background-size: contain;
}

header {
	height: 85px;
	margin: 0;
	padding: 5px 0 0 0;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(255, 255, 255, 0.96);
	z-index: 1000;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
}

.logo-sdcpc {
	width: 236px;
	padding: 14px 0 0 30px;
	display: inline-block;
	float: left;
}

nav {
	width: auto;
	margin: auto;
}

nav ul.desktop {
	list-style-type: none;
	margin: 0 40px 0 0;
	padding: 0;
	width: auto;
	float: right;
}

nav ul.desktop img {
	width: 52px;
	display: block;
	margin: auto;
}

nav li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 20px;
	margin-top: 11px;
	display: inline;
	float: left;
	text-align: center;
	text-decoration: none;
	width: auto;
	font-size: 18px;
	color: #808285;
}

nav li a {
	color: #808285;
	text-decoration: none;
}

nav li a:hover {
	color: #e70f47;
	text-decoration: none;
}

#quefazemos {
	height: auto;
	background: transparent;
	text-align: center;
	padding-top: 105px;
}

a.cta-d1 {
	display: block;
	padding: 12px 10px 18px 10px;
	width: 340px;
	margin: 35px auto 0px auto;
	background-color: #5300b0;
	color: #fff;
	font-size: 32px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
}

a.cta-d1:hover {
	background-color: #290057;
}

a.cta-d2 {
	display: block;
	padding: 8px 10px 14px 10px;
	width: 282px;
	margin: 2px auto 0px auto;
	background-color: #006536;
	color: #fff;
	font-size: 26px;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	border-radius: 26px;
}

a.cta-d2:hover {
	background-color: #004726;
}

.chamada {
	display: inline-block;
	width: 782px;
	vertical-align: middle;
}

#quefazemos h1 {
	font-size: 70px;
	line-height: 75px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

#quefazemos h2 {
	font-size: 50px;
	line-height: 75px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

.chamada-img {
	display: inline-block;
	width: 30%;
	vertical-align: middle;
}

.chamada-img img {
	width: 100%;
}

.video-yt {
	width: 72%;
	margin: auto;
	-webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.2);
}

.embed {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

.embed iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
}

#inicial {
	height: auto;
	text-align: center;
	padding: 25px 0 30px 0;
}

.inicial-texto {
	display: inline-block;
	width: 50%;
	margin-right: 5px;
	vertical-align: middle;
}

.inicial-imagem {
	display: inline-block;
	width: 20%;
	margin-left: 5px;
	vertical-align: middle;
}

.inicial-texto h2 {
	font-size: 43px;
	line-height: 48px;
	margin-bottom: 16px;
}

.inicial-texto p {
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
	color: #333;
	line-height: 30px;
}

.inicial-imagem img {
	width: 100%;
}

#itens {
	height: auto;
	background-color: #fff8e1;
	text-align: center;
	padding: 40px 5%;
}

#itens h2 {
	padding: 0;
	margin: 0 5% 16px 5%;
	font-size: 52px;
	line-height: 54px;
}

.item {
	display: inline-block;
	width: 29%;
	height: 280px;
	vertical-align: top;
	padding: 12px 18px 32px 18px;
	margin: 30px 18px 18px 18px;
	text-align: center;
	background-color: #fff;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#itens img {
	width: 20%;
}

.item h3 {
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 7px;
}

.item p {
	font-family: "Open Sans", sans-serif;
	font-size: 19px;
	color: #333;
	line-height: 24px;
}

#video {
	height: auto;
	padding-top: 50px;
	padding-bottom: 20px;
}

#video h2 {
	padding: 0;
	margin: 0 6% 25px 6%;
	font-size: 39px;
	line-height: 50px;
	text-align: center;
	font-weight: normal;
}

#video p {
	padding: 0;
	margin: 18px 9% 16px 9%;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

#projeto {
	height: auto;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	/*background-color: #e7fff3;*/
}

#projeto h2 {
	padding: 0;
	margin: 0 5% 16px 5%;
	font-size: 52px;
	line-height: 54px;
}

#projeto p {
	font-family: "Open Sans", sans-serif;
	margin: 0 12% 5px 12%;
	font-size: 22px;
	color: #333;
	line-height: 30px;
}

#jornada {
	height: auto;
	/*background-color: #fff;*/
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.jornada-texto {
	display: inline-block;
	width: 42%;
	vertical-align: middle;
}

.jornada-imagem {
	display: inline-block;
	width: 28%;
	vertical-align: middle;
}

.jornada-texto h2 {
	font-size: 40px;
	line-height: 42px;
	margin-bottom: 16px;
}

.jornada-texto p {
	font-family: "Open Sans", sans-serif;
	margin: 0 5% 8px 5%;
	font-size: 18px;
	color: #333;
	line-height: 25px;
}

.jornada-imagem img {
	width: 100%;
}

#aprender {
	height: auto;
	background-color: #ebf7ff;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.aprender-texto {
	display: inline-block;
	width: 42%;
	vertical-align: middle;
}

.aprender-imagem {
	display: inline-block;
	width: 28%;
	vertical-align: middle;
}

.aprender-texto h2 {
	font-size: 40px;
	line-height: 42px;
	margin-bottom: 16px;
}

.aprender-texto p {
	font-family: "Open Sans", sans-serif;
	margin: 0 5% 8px 5%;
	font-size: 18px;
	color: #333;
	line-height: 25px;
}

.aprender-imagem img {
	width: 100%;
}

/* GAMES */

#games {
	height: auto;
	background-color: #e8ffee;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.games-texto {
	display: inline-block;
	width: 42%;
	vertical-align: middle;
}

.games-imagem {
	display: inline-block;
	width: 28%;
	vertical-align: middle;
}

.games-texto h2 {
	font-size: 40px;
	line-height: 42px;
	margin-bottom: 16px;
}

.games-texto p {
	font-family: "Open Sans", sans-serif;
	margin: 0 5% 8px 5%;
	font-size: 18px;
	color: #333;
	line-height: 25px;
}

.games-imagem img {
	width: 100%;
}

#objetivo {
	height: auto;
	background-color: #fff;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.objetivo-texto {
	display: inline-block;
	width: 42%;
	vertical-align: middle;
}

.objetivo-imagem {
	display: inline-block;
	width: 28%;
	vertical-align: middle;
}

.objetivo-texto h2 {
	font-size: 40px;
	line-height: 42px;
	margin-bottom: 16px;
}

.objetivo-texto p {
	font-family: "Open Sans", sans-serif;
	margin: 0 5% 8px 5%;
	font-size: 18px;
	color: #333;
	line-height: 25px;
}

.objetivo-imagem img {
	width: 100%;
}

#empresas {
	height: auto;
	background-color: #fff;
	text-align: center;
	padding: 30px 3%;
}

.empresa {
	display: inline-block;
	width: 28%;
	height: auto;
	vertical-align: top;
	padding: 0px;
	margin: 12px;
	text-align: center;
}

.empresa img {
	width: 78%;
}

.empresa h4 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
	color: #777;
}

#atividades {
	height: auto;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 40px;
	background: #fff url(../images/ceu-azul.jpg) repeat-x center top fixed;
}

#atividades h2 {
	padding: 0;
	margin: 0 5% 10px 5%;
	font-size: 46px;
	line-height: 50px;
}

#atividades p {
	font-family: "Open Sans", sans-serif;
	margin: 0 12% 5px 12%;
	font-size: 22px;
	color: #333;
	line-height: 30px;
}

#atividades img {
	width: 190px;
	margin-top: 12px;
}

#faq {
	margin: 120px 8% 40px 8%;
	background-color: #ffffff88;
	padding: 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#faq h1 {
	font-size: 36px;
	line-height: 42px;
	margin: 18px 0 32px 0;
	color: #333;
}

#faq h2 {
	font-size: 30px;
	line-height: 35px;
	margin: 36px 0 22px 0;
	color: #333;
}

#faq p {
	font-family: "Open Sans", sans-serif;
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #333;
	line-height: 30px;
}

footer {
	height: auto;
	background-color: #485a6a;
	text-align: center;
	padding: 35px 10px;
	-webkit-box-shadow: inset 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
}

footer p {
	font-size: 18px;
	color: #fff;
	line-height: 20px;
}

footer p a {
	color: #fff;
	text-decoration: none;
}

/* ------------------------------------------------------------------------------ 600 a 1024 ------- */

@media only screen and (min-width: 600px) and (max-width: 1024px) {
	.chamada {
		width: 90%;
		display: block;
		margin: auto;
	}

	#quefazemos h1 {
		font-size: 48px;
		line-height: 54px;
		margin-bottom: 18px;
		margin-top: 10px;
	}

	#quefazemos h2 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 40px;
		margin-top: 10px;
	}

	#projeto h2 {
		font-size: 48px;
		line-height: 54px;
		margin-bottom: 20px;
	}

	a.cta-d1 {
		display: block;
		padding: 12px 10px 18px 10px;
		width: 340px;
		margin: 25px auto 25px auto;
		background-color: #5300b0;
		color: #fff;
		font-size: 32px;
		-moz-border-radius: 32px;
		-webkit-border-radius: 32px;
		border-radius: 32px;
	}

	a.cta-d1:hover {
		background-color: #290057;
	}

	.video-yt {
		width: 80%;
	}

	#video h2 {
		margin: 0 5% 20px 5%;
		font-size: 32px;
		line-height: 40px;
	}

	#inicial {
		padding: 10px 0 40px 0;
	}

	.inicial-texto {
		width: 90%;
		margin: auto;
	}

	.inicial-imagem {
		display: none;
	}

	.jornada-imagem,
	.aprender-imagem,
	.objetivo-imagem,
	.games-imagem {
		display: none;
	}

	#projeto p {
		margin: 0 6% 5px 6%;
	}

	.jornada-texto,
	.aprender-texto,
	.objetivo-texto,
	.games-texto {
		width: 90%;
	}

	.jornada-texto h2,
	.aprender-texto h2,
	.objetivo-texto h2,
	.games-texto h2 {
		font-size: 36px;
		line-height: 38px;
	}

	#itens h2 {
		font-size: 48px;
	}

	.item {
		display: block;
		width: 80%;
		height: auto;
		margin: 16px auto;
		padding: 20px;
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
		border-radius: 16px;
	}

	.empresa {
		display: inline-block;
		width: 28%;
		height: auto;
		vertical-align: top;
		padding: 0px;
		margin: 2px;
		text-align: center;
	}

	.empresa img {
		width: 86%;
	}
}

/* ------------------------------------------------------------------------------ 1 a 599 ------- */

@media only screen and (min-width: 1px) and (max-width: 599px) {
	.logo-sdcpc {
		width: 200px;
		padding: 17px 0 0 20px;
	}

	.logo-sdcpc img {
		width: 100%;
	}

	.mob-none {
		display: none;
	}

	nav ul.desktop {
		margin: 0 20px 0 0;
	}

	.chamada {
		width: 90%;
		display: block;
		margin: auto;
	}

	#quefazemos h1 {
		font-size: 42px;
		line-height: 44px;
		margin-bottom: 15px;
		margin-top: 8px;
	}

	#quefazemos h2 {
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 40px;
		margin-top: 8px;
	}

	.chamada-img {
		width: 50%;
		display: block;
		margin: auto;
	}

	a.cta-d1 {
		padding: 8px 0px 15px 0px;
		width: 275px;
		margin: 25px auto;
		font-size: 26px;
		-moz-border-radius: 26px;
		-webkit-border-radius: 26px;
		border-radius: 26px;
	}

	a.cta-d2 {
		padding: 8px 0px 13px 0px;
		width: 260px;
		margin: 0px auto 8px auto;
		font-size: 24px;
		-moz-border-radius: 26px;
		-webkit-border-radius: 26px;
		border-radius: 26px;
	}

	#video {
		padding-bottom: 2px;
	}

	#video h2 {
		margin: 0 5% 20px 5%;
		font-size: 32px;
		line-height: 36px;
	}

	.video-yt {
		width: 100%;
	}

	#inicial {
		height: auto;
		text-align: center;
		padding: 10px 0 15px 0;
	}

	.inicial-texto {
		display: block;
		width: 90%;
		margin: auto;
		padding-top: 15px;
	}

	.inicial-imagem {
		display: none;
	}

	.inicial-texto h2 {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 16px;
	}

	.inicial-texto p {
		font-family: "Open Sans", sans-serif;
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 18px;
	}

	#projeto {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#projeto h2 {
		padding: 0;
		margin: 0 5% 16px 5%;
		font-size: 42px;
		line-height: 45px;
	}

	#projeto p {
		margin: 0 6% 5px 6%;
		font-size: 20px;
		line-height: 28px;
		color: #333;
	}

	#jornada,
	#aprender,
	#objetivo,
	#games {
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.jornada-texto,
	.objetivo-texto {
		display: block;
		width: 95%;
		margin: auto;
		padding-top: 12px;
	}

	.aprender-texto,
	.games-texto {
		display: block;
		width: 95%;
		margin: auto;
		padding-bottom: 12px;
	}

	.jornada-imagem,
	.aprender-imagem,
	.objetivo-imagem,
	.games-imagem {
		display: block;
		width: 50%;
		margin: auto;
	}

	.jornada-texto h2,
	.aprender-texto h2,
	.objetivo-texto h2,
	.games-texto h2 {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 12px;
	}

	.jornada-texto p,
	.aprender-texto p,
	.objetivo-texto p,
	.games-texto p {
		font-family: "Open Sans", sans-serif;
		margin: 0 5% 8px 5%;
		font-size: 18px;
		line-height: 26px;
		color: #333;
	}

	.item {
		display: block;
		width: 90%;
		height: auto;
		margin: 8px auto 16px auto;
		padding: 15px;
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
		border-radius: 16px;
	}

	.item h3 {
		font-size: 32px;
		line-height: 35px;
		margin-bottom: 5px;
	}

	#itens {
		padding: 20px 3%;
	}

	#itens h2 {
		margin: 0 5% 22px 5%;
		font-size: 42px;
		line-height: 46px;
	}

	#itens img {
		width: 18%;
	}

	#atividades h2 {
		font-size: 42px;
		line-height: 46px;
	}

	#atividades p {
		margin: 0 6% 5px 6%;
	}

	#empresas {
		padding: 30px 3% 10px 3%;
	}

	.empresa {
		display: block;
		width: 85%;
		margin: 0px auto 20px auto;
	}

	#faq {
		margin: 120px 3% 40px 3%;
		padding: 20px;
	}

	footer p {
		font-size: 16px;
	}
}

/* --------------------------------------------------------------------- FIM - 1 a 860 ------- */

.idiomas {
	position: fixed;
	left: 0;
	top: 45%;
	padding: 10px 10px 10px 3px;
	border-radius: 0 10px 10px 0;
	box-shadow: 0 0 3px #9ab;
	background: #fff;
	z-index: 100;
}

.idiomas li {
	cursor: pointer;
}

.idiomas img {
	width: 24px;
}

/* tela modal com loading */
.loading-modal {
	display: flex;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.75;
	z-index: 100;
}

.loading-modal>.spinner-border {
	color: #ccc;
	margin-top: 20%;
}

.fixed_footer {
	position: fixed;
	bottom: 0;
	width: 100%;
}

.default-top-position {
	padding-top: 8em;
	font-size: 1.2em;
}

.form-cadastro-position {
	padding: 100px 0;
}