@charset "utf-8";

/* ====== DEFAULT ====== */
.sebrae-desafia-edicao-2 {
	width: 100%;
	height: 100%;
	font-family: 'Inter', sans-serif;
	font-size: 100%;
	font-weight: 400;
	margin: 0;
}

a,
button {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:hover,
button:hover {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:focus {
	outline: 0;
}

a img {
	border: none;
}

.poppins {
	font-family: 'Poppins', sans-serif;
}

.img-responsive {
	max-width: 100%;
	height: auto;
}

.max-w {
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.text-gradient {
	background: #007BFF;
	background: linear-gradient(to bottom right, #007BFF 0%, #BC29D4 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.modal-backdrop {
	background: linear-gradient(135deg, rgba(21, 133, 255, 1) 0%, rgba(192, 59, 215, 1) 100%);
}

.modal-backdrop.show {
	opacity: 0.9;
}

.modal .close {
	width: 36px;
	height: 36px;
	cursor: pointer;
	margin-bottom: 10px;
	background: url(../images/edicao-2/bt-close.png) no-repeat 0 0;
	text-indent: -5000em;
	opacity: 1;
}

#popupVideo .modal-content,
#modalEpisodio .modal-content,
#modalPerfil .modal-content {
	background: none !important;
	border: none;
	border-radius: 0 !important;
	clear: both;
}

#popupVideo .modal-body {
	padding: 0 !important;
	z-index: 10;
}

#modalEpisodio .modal-body,
#modalPerfil .modal-body {
	padding: 0 15px !important;
	z-index: 10;
    left: 0;
}

#modalEpisodio .colImg {
	padding: 0;
}

#modalEpisodio .colTxt,
#modalPerfil .colTxt {
	background: #FFF;
	padding-top: 45px;
	padding-bottom: 30px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

#modalEpisodio .colTxt h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

#modalEpisodio .colTxt p {
	font-size: 13px;
	margin-bottom: 18px;
	color: #57667E;
}

#modalEpisodio .episodio-player{
    padding-bottom: 70%;
    width: 100%;
    height: 0;
}

#modalEpisodio a.lkVideoPopup:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 40;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	background: url(../images/edicao-2/icon-play.png) no-repeat center center;
	transition: all 0.2s linear;
}

#modalEpisodio a.lkVideoPopup:hover:after {
	opacity: 0.6;
	transition: all 0.2s linear;
}

#modalPerfil .colTxt h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

#modalPerfil .colTxt h4 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #253653;
}

#modalPerfil .colTxt p {
	font-size: 14px;
	margin-bottom: 18px;
	color: #57667E;
}

#modalPerfil .colTxt .social a {
	margin-right: 10px;
}

#modalPerfil .colImg {
	padding: 0;
	height: 280px;
}

#modalPerfil .colImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.topoHome {
	margin-bottom: 90px;
	height: 300px;
}

.topoHome img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dinamica {
	margin-bottom: 90px;
}

.dinamica .colImg {
	margin-bottom: 40px;
}

.dinamica .colImg .video-frame{
    position: relative;
}

.dinamica .colImg .video-embed{
    background-color: #000;
    left: 0;
    z-index: 10;
}


.dinamica .colImg:before {
	content: " ";
	position: absolute;
	z-index: 0;
	width: 179px;
	height: 82px;
	background: url(../images/edicao-2/element-dinamica01.png) no-repeat 0 0;
	bottom: -20px;
	left: 0;
}

.dinamica .colImg:after {
	content: " ";
	position: absolute;
	z-index: 0;
	width: 250px;
	height: 114px;
	background: url(../images/edicao-2/element-dinamica02.png) no-repeat 0 0;
	top: -30px;
	right: 0;
}

.dinamica a.videoPlay {
	border-radius: 8px;
	overflow: hidden;
	z-index: 10;
}

.dinamica a.videoPlay:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 40;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	background: url(../images/edicao-2/icon-play.png) no-repeat center center;
	transition: all 0.2s linear;
}

.dinamica a.lkVideo:hover:after {
	opacity: 0.6;
	transition: all 0.2s linear;
}

.dinamica h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 44px;
}

.dinamica h4 {
	font-size: 18px;
	font-weight: 700;
	color: #7D91B2;
	line-height: 23px;
	width: 52%;
}

.dinamica p {
	font-size: 16px;
	font-weight: 300;
	color: #57667E;
	margin-bottom: 15px;
}

.dinamica p strong {
	font-weight: 700;
}

.dinamica p a {
	text-decoration: underline;
	color: #57667E;
	font-weight: 500;
}

.dinamica p a:hover {
	color: #BC29D4;
}

.boxInscricao {
	width: 100%;
	max-width: 450px;
	border-radius: 8px;
	background: rgb(52,100,243);
    background: -moz-linear-gradient(169deg, rgba(52,100,243,1) 0%, rgba(141,62,223,1) 100%);
    background: -webkit-linear-gradient(169deg, rgba(52,100,243,1) 0%, rgba(141,62,223,1) 100%);
    background: linear-gradient(169deg, rgba(52,100,243,1) 0%, rgba(141,62,223,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3464f3",endColorstr="#8d3edf",GradientType=1);
	box-shadow: 0 5px 20px 0 rgba(66, 136, 206, 0.22);
	overflow: hidden;
	margin-top: 15px;
	padding-left: 15px;
	height: 80px;
}

.boxInscricao a {
	width: 100%;
    display: block;
    line-height: 80px;
	height: 100%;
	font-size: 16px;
	color: #FFF;    
	font-weight: 700;
	text-decoration: none;
	padding-left: 15px;
    font-size: 20px;
    text-align: center;
}

.apresentadora {
	margin-bottom: 90px;
}

.apresentadora .colImg {
	background: url(../images/edicao-2/bg-apresentadora.png) no-repeat left bottom;
	background-size: 930px;
}

.apresentadora .colImg img {
	margin: 0 auto;
}

.apresentadora .descricao {
	margin-top: 60px;
	border-radius: 8px;
	background-color: #FFF;
	box-shadow: 0 8px 22px 0 rgba(66, 136, 206, 0.19);
	padding: 45px 20px;
}

.apresentadora h2 {
	font-size: 32px;
	font-weight: 300;
}

.apresentadora h2 strong {
	font-weight: 700;
	display: block;
}

.apresentadora p {
	font-size: 18px;
	font-weight: 300;
	color: #57667E;
	line-height: 30px;
	margin-top: 20px;
}

.temporada {
	margin-bottom: 90px;
}

.temporada h2 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}

.temporada p {
	font-size: 18px;
	font-weight: 300;
	color: #57667E;
	line-height: 30px;
}

.temporada .lkEpisodio {
	font-size: 16px;
	font-weight: 700;
	color: #595E6C;
	border-radius: 8px;
	background-color: #FFF;
	box-shadow: 0 10px 20px 0 rgba(66, 136, 206, 0.09);
	text-decoration: none;
	overflow: hidden;
	padding-right: 15px;
}

.temporada .lkEpisodio:hover {
	color: #b12ed7;
	box-shadow: 0 10px 20px 0 rgba(66, 136, 206, 0.15);
}

.temporada .lkEpisodio img {
	margin-right: 15px;
    max-width: 135px;
    height: auto;
}

.temporada ul {
	width: 96%;
}

.temporada ul li {
	margin-bottom: 24px;
}

.temporada .boxScroll {
	max-height: 295px;
	overflow-y: auto;
	margin-top: 40px;
}

.temporada .boxScroll::-webkit-scrollbar {
	width: 15px;
}

.temporada .boxScroll::scrollbar {
	width: 15px;
}

.temporada .boxScroll::-webkit-scrollbar-track {
	background: #eaeafd;
	border-radius: 8px;
}

.temporada .boxScroll::scrollbar-track {
	background: #eaeafd;
	border-radius: 8px;
}

.temporada .boxScroll::-webkit-scrollbar-thumb {
	background: #3265f4;
	border-radius: 8px;
}

.temporada .boxScroll::scrollbar-thumb {
	background: #3265f4;
	border-radius: 8px;
}

.cronograma,
.conteudos,
.participantes,
.redesSociais,
.episodios,
.habilidades {
	margin-bottom: 90px;
}

.cronograma .title,
.participantes .title {
	margin-bottom: 55px;
}

.cronograma h2,
.conteudos h2,
.participantes h2,
.redesSociais h2,
.episodios h2,
.habilidades h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px;
}

.cronograma h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.cronograma p,
.habilidades .title p,
.conteudos .title p,
.redesSociais .title p {
	font-size: 20px;
	color: #57667E;
}

.cronograma li p {
	font-size: 16px;
	color: #57667E;
}

.cronograma li {
	width: 140px;
	margin-bottom: 90px;
}

.cronograma li:last-child {
	margin-bottom: 0;
}

.cronograma li:after {
	content: " ";
	display: block;
	position: absolute;
	bottom: -55px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-image: url(../images/edicao-2/arrow-cronograma.png);
	background-repeat: no-repeat;
	background-position: center center;
	transform: rotate(90deg);
}

.cronograma li:last-child:after {
	display: none;
}

.cronograma li:nth-child(1):after {
	background-color: #0877fd;
}

.cronograma li:nth-child(2):after {
	background-color: #6450e8;
}

.cronograma li:nth-child(3):after {
	background-color: #bc29d4;
}

.cronograma li .boxImg {
	width: 140px;
	height: 140px;
	margin: 0 auto 15px;
}

.cronograma li.disable .boxImg img,
#slideParticipantes .item.disable img {
	filter: grayscale(100%);
}

.cronograma li .boxImg:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 140px;
	height: 140px;
	margin: 0 auto 15px;
	background: url(../images/edicao-2/mask-cronograma.png) no-repeat 0 0;
}

.conteudos .title,
.redesSociais .title,
.episodios .title,
.habilidades .title {
	margin-bottom: 35px;
}

.conteudos .ndmais-cards-list {
	width: 100%;
}

.conteudos .ndmais-cards-list .conteudos-card {
    position: relative;
    height: 100%;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #FFF;
	box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.07);
	transition: all 0.2s linear;
}

.conteudos .ndmais-cards-list .conteudos-card:hover {
	box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.15);
	transition: all 0.2s linear;
}

.conteudos .ndmais-cards-list .conteudos-card .data {
	font-size: 16px;
	font-weight: 300;
	color: #A2A2A2;
	margin-bottom: 10px;
}

.conteudos .ndmais-cards-list .conteudos-card .resumo {
	padding: 30px;
}

.conteudos .ndmais-cards-list .conteudos-card h3 {
	font-size: 20px;
	color: #1B256E;
}

.conteudos .ndmais-cards-list .conteudos-card h3 a {
	color: #1B256E;
	text-decoration: none;
}

.conteudos .ndmais-cards-list .conteudos-card h3 a:hover {
	color: #b12ed7;
}

.conteudos .site-button{
    display: block;
    width: 100%;
    margin:0;
}

.conteudos .site-button .site-bt{
    min-width: auto;
}

.conteudos .site-button .button-icon{
    margin-right: 0;
}

.conteudos a.btLoad {
	width: 44px;
	height: 44px;
    line-height: 44px;
	background: linear-gradient(to bottom right, #007BFF 0%, #BC29D4 100%);
	border-radius: 50%;
    padding: 0;
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.conteudos a.btLoad:hover {
	box-shadow: 0 5px 10px 0 rgba(93, 93, 93, 0.3);
}

#slideParticipantes,
#slideEpisodios,
#slideHabilidades {
	padding: 0 50px;
}

#slideParticipantes .item {
	margin: 0;
}

#slideParticipantes .item img {
	margin: 0 auto;
	border-radius: 5px;
}

#slideParticipantes .item h5 {
	margin-top: 15px;
	font-size: 18px;
	font-weight: 700;
}

#slideParticipantes .item p {
	margin-top: 8px;
	font-size: 14px;
	color: #57667E;
}

#slideParticipantes .slick-prev,
#slideEpisodios .slick-prev,
#slideHabilidades .slick-prev {
	display: block;
	width: 32px;
	height: 32px;
	border: none;
	outline: none;
	text-indent: -5000em;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -16px;
	z-index: 30;
	cursor: pointer;
	padding: 0;
	background: url(../images/edicao-2/arrow-participantes.png) no-repeat 0 0;
}

#slideParticipantes .slick-next,
#slideEpisodios .slick-next,
#slideHabilidades .slick-next {
	display: block;
	width: 32px;
	height: 32px;
	border: none;
	outline: none;
	text-indent: -5000em;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -16px;
	z-index: 30;
	cursor: pointer;
	padding: 0;
	background: url(../images/edicao-2/arrow-participantes.png) no-repeat -32px 0;
}

#slideEpisodios .slick-list,
#slideHabilidades .slick-list {
	padding: 10px 0 25px;
}

#slideEpisodios .slick-track,
#slideHabilidades .slick-track {
	display: flex;
}

#slideEpisodios .item {
	margin: 0 10px;
	border-radius: 5px;
	background-color: #FFF;
	padding: 30px 15px 20px;
	box-shadow: 0 15px 20px 0 rgba(93, 93, 93, 0.07);
	height: auto !important;
}

#slideEpisodios .item h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

#slideEpisodios .item p {
	font-size: 13px;
	color: #57667E;
	margin-bottom: 12px;
}

#slideEpisodios .item a.lkVideo:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 40;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	background: url(../images/edicao-2/icon-play.png) no-repeat center center;
	transition: all 0.2s linear;
}

#slideEpisodios .item a.lkVideo:hover:after {
	opacity: 0.6;
	transition: all 0.2s linear;
}

.spotForm {
	background: url(../images/edicao-2/bg-spot-form.jpg) no-repeat center top;
	padding-top: 65px;
	margin-bottom: 90px;
}

.spotForm h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #FFF;
}

.spotForm p {
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
}

.spotForm .boxForm {
	padding: 40px 30px 50px;
	margin: 50px auto 0;
	max-width: 380px;
	border-radius: 16px;
	background-color: #FFF;
	box-shadow: 0 24px 85px 0 rgba(66, 136, 206, 0.4);
}

.boxForm input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.boxForm input[type=checkbox].css-checkbox+span.wpcf7-list-item-label {
	padding-left: 28px;
	min-height: 18px;
	display: inline-block;
	font-size: 12px;
	color: #333;
	font-weight: 500;
	line-height: 18px;
	background: url(../images/edicao-2/bg-checkbox-off.png) no-repeat left top;
	vertical-align: middle;
	cursor: pointer;
}

.boxForm input[type=checkbox].css-checkbox:checked+span.wpcf7-list-item-label {
	background: url(../images/edicao-2/bg-checkbox-on.png) no-repeat left top;
}

.boxForm span.wpcf7-list-item-label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.boxForm span.wpcf7-list-item-label a {
	color: #333;
	font-weight: 700;
	text-decoration: none;
}

.boxForm span.wpcf7-list-item-label a:hover {
	color: #b12ed7;
}

.boxForm .form-group {
	position: relative;
	margin-bottom: 15px;
}

.boxForm .form-checkbox {
	position: relative;
	margin: 0 auto 25px;
	width: 88%;
}

.boxForm .form-group input.form-control {
	width: 100%;
	border: 1px solid #EEF1F7;
	background: #EEF1F7;
	outline: none;
	border-radius: 8px;
	height: 52px;
	padding: 0 15px;
	transition: all 0.2s linear;
}

.boxForm .form-group textarea.form-control {
	width: 100%;
	border: 1px solid #EEF1F7;
	background: #EEF1F7;
	outline: none;
	border-radius: 8px;
	height: 330px;
	padding: 15px;
	resize: none;
	transition: all 0.2s linear;
    font-size: 15px;
}

.boxForm .form-group input.form-control:focus,
.boxForm .form-group textarea.form-control:focus {
	border: 1px solid #979797;
	background: #FFF;
	transition: all 0.2s linear;
}

.boxForm .form-group label {
	font-size: 14px;
	color: #575757;
	font-weight: 500;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 16px 0 0 15px;
	transition: all 0.2s linear;
	padding: 0 5px;
	z-index: 5;
}

.boxForm .form-group label.move {
	font-size: 12px;
	font-weight: 600;
	background: #FFF;
	margin-top: -8px;
	color: #2687E9;
}

.boxForm .btnEnviar {
	display: block;
	padding: 0;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	margin: 0 auto;
	height: 48px;
	width: 210px;
	border-radius: 8px;
	background: linear-gradient(140.14deg, #007BFF 0%, #BC29D4 100%);
	transition: all 0.2s linear;
}

.boxForm .btnEnviar:hover {
	background: linear-gradient(140.14deg, #BC29D4 0%, #BC29D4 100%);
	transition: all 0.2s linear;
}

.boxForm  .wpcf7-spinner{
    max-height: 0;
}

.boxForm.submitting .wpcf7-spinner{
    max-height:initial;
    display: block;
    margin: 15px  auto 0;
}

#slideHabilidades .item {
	margin: 0 10px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #FFF;
	padding-bottom: 30px;
	box-shadow: 0 15px 20px 0 rgba(93, 93, 93, 0.07);
	height: auto !important;
}

#slideHabilidades .item img {
	width: 100%;
	height: auto;
}

#slideHabilidades .item h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 20px 20px 10px;
}

#slideHabilidades .item p {
	font-size: 13px;
	color: #57667E;
	margin: 0 20px;
}

.contato {
	padding-bottom: 100px;
	background: url(../images/edicao-2/bg-footer.jpg) no-repeat center bottom;
}

.contato .box {
	padding-top: 50px;
	padding-bottom: 50px;
	border-radius: 8px;
	background-color: #FFF;
	box-shadow: 0 10px 20px 0 rgba(66, 136, 206, 0.22);
}

.contato img {
	margin: 0 auto 40px;
}

.contato h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.contato p {
	font-size: 14px;
	color: #57667E;
	margin-bottom: 18px;
}

.contato a {
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	padding: 12px 15px;
	border-radius: 8px;
	background: linear-gradient(140.14deg, #007BFF 0%, #BC29D4 100%);
}

.contato a:hover {
	background: linear-gradient(140.14deg, #BC29D4 0%, #BC29D4 100%);
}

.baseInternas {
	background: #0F0235 url(../images/edicao-2/bg-topo.jpg) no-repeat center top;
	padding: 40px 0 150px;
    height: auto;
}

.baseInternas:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 270px;
	background: url(../images/edicao-2/bg-footer-interno.jpg) no-repeat center bottom;
}

.main-container {
	z-index: 10;
	min-height: 100vh;
}

.header-sebrae-desafia {
	margin-bottom: 40px;
}

.header-sebrae-desafia img {
	margin: 0 auto 40px;
}

.header-sebrae-desafia h1 {
	font-size: 32px;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 10px;
}

.header-sebrae-desafia p {
	font-size: 16px;
	color: #FFF;
}

.inscricao {
	padding: 50px 30px;
	margin: 0 auto;
	border-radius: 16px;
	background-color: #FFF;
	box-shadow: 0 24px 85px 0 rgba(66, 136, 206, 0.4);
}

.inscricao .wpcf7,
.inscricao .wpcf7-form{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
} 

.inscricao .wpcf7-response-output{
    margin: 0 auto!important;
}

.inscricao .sent {
    max-height: 300px ;
    overflow: hidden;
}

.inscricao .sent .wpcf7-response-output{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
    background-color: #fff;
    border-radius: 12px;
    z-index: 999;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    flex-wrap: wrap;
    max-width: 100%;
    flex: 0 0 100%;
    color: #000;
    padding: 0;
}

.inscricao .custom-file {
	width: 100%;
	border: none;
	background: #eef1f7 url(../images/edicao-1/bg-campo-file.png) no-repeat right center;
	height: 52px;
	position: relative;
	border-radius: 8px;
	cursor: pointer;
}

.inscricao .custom-file input.campo-file {
	width: 100%;
	display: block;
	height: 52px;
	opacity: 0;
	position: relative;
	z-index: 10;
}

.inscricao .custom-file span.path {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0 50px 0 15px;
	height: 52px;
	font-size: 14px;
	color: #3D5982;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 7;
}


.inscricao .boxForm .customSelect {
    min-height: 52px;
}

.inscricao .customSelect .nice-select {
	border-radius: 8px;
	border: 1px solid #eef1f7;
	height: 52px;
	color: #6E88AF;
	font-size: 14px;
	background: #eef1f7;
	padding: 0 50px 0 15px;
    float: none;
}

.inscricao .customSelect .nice-select.open {
	border: 1px solid #BBCADF;
	background: #FFF;
}

.inscricao .customSelect .nice-select:after {
	border: none;
	width: 40px;
	height: 52px;
	margin-top: 0;
	transform-origin: inherit;
	transform: inherit;
	right: 0;
	top: 0;
	background: url(../images/edicao-1/arrow-dropdown.png) no-repeat right center;
}

.inscricao .customSelect .nice-select .current {
	line-height: 50px;
	display: inline-block;
}

.customSelect .nice-select .list {
	z-index: 30;
	margin-top: 0;
	border: none;
	background: #FFF;
	border-radius: 8px;
    max-height: 200px;
    max-height: 200px; 
    overflow-y: scroll !important;
}

.customSelect .nice-select .list li {
	border-top: none;
	position: relative;
	padding-right: 15px;
}

.customSelect .nice-select .option {
	color: #6E88AF;
}

.customSelect .nice-select .option:before {
	display: none;
}

.customSelect .nice-select .option:hover,
.customSelect .nice-select .option.focus,
.customSelect .nice-select .option.selected.focus {
	background: #EEF1F7!important;
	color: #6E88AF;
}

.participantes img{
    height: auto;
    background-color: #ccc;
}

#sebrae-desafia-quiz .progresso {
    background:#3C2999
}

#sebrae-desafia-quiz .progresso  .base .barra{
    background-color: #BC29D4;
}


#sebrae-desafia-quiz .perguntas h4{
    color: #fff;
    display: none;
}

.perguntas ul.listaPerguntas li .index{
    background-color: #3C2999;
}

#sebrae-desafia-quiz .perguntas ul.listaPerguntas{
    color: #3C2999;
    display: none;
}

#sebrae-desafia-quiz .perguntas ul.listaPerguntas li.current{
    color: #fff;
}

#sebrae-desafia-quiz .resultado .nota{
    background: #007BFF;
	background: linear-gradient(to bottom right, #007BFF 0%, #BC29D4 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#sebrae-desafia-quiz .ndmais-quiz-form{
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 24px 40px 0 rgba(66, 136, 206, 0.18);
}


#sebrae-desafia-quiz .quiz-form-perguntas,
#sebrae-desafia-quiz .quiz-form-head{
    flex: 0 0 100%;
    max-width: 100%;
}

.ndmais-quiz .perguntas .info{
    display: none;
    font-size: 14px;
}

.ndmais-quiz .perguntas .info.showing{
    display: block;
}

#sebrae-desafia-quiz .ndmais-quiz .perguntas .box{
    max-width: none;
    border-radius: 8px;
    padding: 0;
    box-shadow: none;
}

#sebrae-desafia-quiz .ndmais-quiz .perguntas .radio-list{
    max-width: none;
}

#sebrae-desafia-quiz .ndmais-quiz .perguntas h3{
    text-align: left!important;
}

#sebrae-desafia-quiz .ndmais-quiz .perguntas .radio-list input[type=radio].css-radio+label.css-label{
    justify-content: start;
    text-align: left;
}

@media only screen and (min-width : 480px) {
	.topoHome {
		height: 380px;
	}

	.temporada .lkEpisodio {
		padding-right: 70px;
	}

	.temporada .lkEpisodio:after {
		content: " ";
		display: block;
		position: absolute;
		width: 38px;
		height: 38px;
		background: url(../images/edicao-2/icon-play-episodio.png) no-repeat 0 0;
		top: 50%;
		right: 15px;
		margin-top: -19px;
	}

	#modalPerfil .colImg {
		height: 320px;
	}

	#slideEpisodios .item,
	#slideHabilidades .item {
		margin: 0 20px;
	}
}

@media only screen and (min-width : 576px) {
	.topoHome {
		height: 420px;
	}
}

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

    .boxInscricao{
        height: 100px;
    }
    .boxInscricao a {
        line-height: 100px;
        font-size: 30px;
    }
    
	.topoHome {
		margin-bottom: 150px;
		height: 480px;
	}

	.dinamica {
		margin-bottom: 170px;
	}

	.dinamica a.lkVideo {
		float: right;
	}

	.dinamica .colImg:before {
		bottom: -70px;
		left: -15px;
	}

	.dinamica .colImg:after {
		top: -65px;
		right: 0;
	}

	.apresentadora {
		margin-bottom: 150px;
	}

	.apresentadora {
		background: url(../images/edicao-2/bg-apresentadora.png) no-repeat left bottom;
	}

	.apresentadora .colImg {
		background: none;
	}

	.apresentadora .colImg img {
		margin: 0;
		position: absolute;
		bottom: 0;
		right: 15px;
	}

	.apresentadora .descricao {
		margin-bottom: 30px;
	}

	.temporada {
		margin-bottom: 140px;
	}

	#modalEpisodio .colTxt,
	#modalPerfil .colTxt {
		border-bottom-left-radius: 0;
		border-top-right-radius: 8px;
	}

	#modalPerfil .colImg img {
		border-bottom-left-radius: 8px;
		border-top-right-radius: 0;
	}

    #modalEpisodio .episodio-player iframe{
        background-color: #000;
    }

	#modalEpisodio a.lkVideoPopup {
		height: 100%;
	}

	#modalEpisodio a.lkVideoPopup img {
		height: 100%;
		object-fit: cover;
	}

	.cronograma,
	.conteudos {
		margin-bottom: 140px;
	}

	.cronograma li {
		margin-bottom: 0;
	}

	.cronograma li:after {
		bottom: inherit;
		left: inherit;
		top: 60px;
		right: -36px;
		margin-left: 0;
		transform: none;
	}

	.conteudos .ndmais-cards-list .conteudos-card {
		width: 32%;
		margin-left: 0;
		margin-right: 0;
	}

	.participantes {
		margin-bottom: 110px;
	}

	#modalPerfil .colImg {
		height: auto;
	}

	.spotForm,
	.habilidades {
		margin-bottom: 120px;
	}

	.episodios {
		margin-bottom: 200px
	}

	.spotForm .boxForm {
		margin: -170px 0 0;
		float: right;
	}

	.contato img {
		margin: 0;
	}

	.contato .colTxt {
		width: 52%;
	}

	.header-sebrae-desafia img {
		margin: 0;
		float: right;
    }

    #sebrae-desafia-quiz .ndmais-quiz-form{
        padding: 45px;
    }
}

@media only screen and (min-width : 992px) {
	.dinamica h2 {
		font-size: 46px;
		line-height: 58px;
	}

	.apresentadora h2,
	.temporada h2,
	.habilidades h2 {
		font-size: 42px;
	}

	.apresentadora .descricao {
		padding-left: 35px;
		padding-right: 35px;
	}

	.temporada .lkEpisodio {
		font-size: 22px;
	}

	.temporada .boxScroll {
		margin-top: 0;
	}

	#modalEpisodio .colTxt,
	#modalPerfil .colTxt {
		padding-left: 40px;
		padding-right: 40px;
	}

	.cronograma h2,
	.conteudos h2,
	.participantes h2,
	.redesSociais h2,
	.episodios h2 {
		font-size: 48px;
	}

	.cronograma ul {
		max-width: 860px;
		margin: 0 auto;
	}

	.cronograma li:after {
		right: -65px;
	}

	.conteudos .ndmais-cards-list .conteudos-card {
		width: 31%;
	}

	.spotForm .boxForm {
		padding-left: 40px;
		padding-right: 40px;
	}

	.contato .box {
		padding-left: 40px;
		padding-right: 40px;
	}

}

@media only screen and (min-width : 1200px) {
	.dinamica {
		margin-bottom: 200px;
	}

	.dinamica .colImg:before {
		left: -52px;
	}

	.apresentadora .colImg {
		height: 536px;
	}

	.apresentadora .descricao {
		margin: 130px 0 0;
	}

	.temporada .boxScroll {
		float: right;
		width: 585px;
	}

	.contato .box {
		padding-left: 50px;
		padding-right: 50px;
	}

	.contato .colTxt {
		width: 61%;
	}

}

@media only screen and (min-width : 1280px) {
	.dinamica .colImg:after {
		right: -60px;
	}

	.apresentadora .descricao {
		width: 615px;
	}
}