@charset "utf-8";

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

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

a img {
	border: none;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 100%;
	margin: 0;
}

.bgGeral {
	background: url(../images/bg-geral.jpg) no-repeat 0 0;
	padding-top: 100px;
}

.bgGeral.interno {
	background-position: 0 250px;
	padding-top: 0;
	padding-bottom: 100px;
}

.bgFinal {
	background: url(../images/bg-final.png) no-repeat right bottom;
	padding-bottom: 100px;
	position: relative;
}

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

.txt-gradient {
	background: #8b4afd;
	background: -webkit-linear-gradient(to right, #8b4afd 0%, #27bbff 100%);
	background: -moz-linear-gradient(to right, #8b4afd 0%, #27bbff 100%);
	background: linear-gradient(to right, #8b4afd 0%, #27bbff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.topo {
	position: relative;
	background: url(../images/bg-topo.jpg) no-repeat center bottom;
	background-size: cover;
	padding-top: 110px;
	height: 600px;
	margin-bottom: 40px;
}

.topo.interno {
	background: url(../images/bg-topo-interno.jpg) no-repeat center bottom;
	background-size: cover;
	height: 581px;
	margin-bottom: 10px;
	padding-top: 90px;
}

.topo.final {
	background: url(../images/bg-topo-final.jpg) no-repeat center bottom;
	background-size: cover;
	height: 581px;
	padding-top: 90px;
}

.topo img {
	display: block;
	margin: 0 auto;
}

.topo h1 {
	font-size: 28px;
	color: #FFF;
	font-weight: 700;
}

.intro {
	margin-bottom: 60px;
}

.intro h2,
.sede h2,
.inscricao h2,
.apresentadora h2,
.jurados h2,
.premio h2,
.conteudos h2 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 10px;
}

.intro p,
.sede p,
.inscricao p,
.apresentadora p,
.premio p,
.hashtag p {
	font-size: 18px;
	color: #4e4f87;
	margin-bottom: 20px;
}

/* patrocinadores */
.patrocinadores{
    margin-bottom: 70px;
}

.patrocinadores h2{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.patrocinadores .patrocinio-container::before{
    position: relative;
    font-size: 20px;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.patrocinadores .patrocinio-container.patrocinadores-estaduais::before{
    content: "Patrocínio estadual";
}

.patrocinadores .patrocinio-container.patrocinadores-regionais::before{
    content: "Patrocínio regional";
}


.patrocinadores ul{
    white-space: nowrap;
    overflow-x: scroll;
}

.patrocinadores ul li{
    overflow: hidden;
    border-radius: 10px;
    white-space: normal;
}

.patrocinadores ul li img{
    max-width: 150px;
}

.sede {
	margin-bottom: 80px;
	text-align: center;
}

.sede img,
.inscricao img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 20px;
}

.sede img.logo {
	margin-top: 45px;
}

.inscricao {
	margin-bottom: 80px;
	text-align: center;
}

.inscricao .lkInscricao,
#modalInscricao .lkInscricao {
	margin: 0 10px 30px;
	font-size: 20px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 64px;
	border-radius: 32px;
	padding: 0 35px;
	background-image: linear-gradient(114deg, #3294ff 11%, #7448c3 85%);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	outline: none;
	cursor: pointer;
	border: none;
}

.inscricao .lkInscricao:hover,
#modalInscricao .lkInscricao:hover {
	box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.inscricao .lkRegulamento {
	font-size: 14px;
	color: #000;
	text-decoration: underline;
	margin: 0 10px;
}

.inscricao .lkRegulamento:hover {
	color: #8b4afd;
}

.ultimaEdicao {
	background: url(../images/bg-ultima-edicao.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 70px 0 170px;
	color: #FFF;
}

.ultimaEdicao h2 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 25px;
}

.ultimaEdicao p {
	font-size: 18px;
	margin-bottom: 25px;
}

.apresentadora {
	margin-bottom: 70px;
	text-align: center;
}

.apresentadora h4 {
	font-size: 20px;
	color: #8b4afd;
}

.apresentadora img.foto {
	margin: 0 auto 40px;
}

.apresentadora .lkSocial {
	margin-right: 15px;
}

.jurados {
	margin-bottom: 90px;
	text-align: center;
}

.jurados h4,
.hashtag h4 {
	font-size: 16px;
	color: #283593;
}

.jurados p,
.hashtag p {
	font-size: 16px;
	color: #4e4f87;
}

.jurados ul {
	width: 100%;
	margin-top: 20px;
}

.jurados ul li {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 30px;
	text-align: center;
}

.jurados ul li .foto-jurado{
    position: relative;
    padding-bottom: 80%;
    height: 0;
}

.jurados ul li img {
    position: absolute;
    bottom: 0;
	display: block;
	margin: 0 auto 10px;
}

.jurados ul li h3 {
	font-size: 22px;
	font-weight: 700;
	color: #283593;
}

.jurados ul li p {
	font-size: 14px;
}

.premio {
	background: url(../images/bg-premio.jpg) no-repeat center top;
	background-size: cover;
	padding: 110px 0;
	text-align: center;
}

.premio .colImg img {
	display: block;
	margin: 0 auto 40px;
}

.premio h2 {
	font-size: 38px;
	font-weight: 900;
	color: #FFF;
	margin-bottom: 25px;
}

.premio p {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 25px;
}

.premio ul {
	width: 100%;
	margin: 30px 0;
}

.premio ul li {
	width: 100%;
	margin-bottom: 25px;
}

.premio ul li p {
	font-size: 16px;
}

.premio ul li span {
	margin: 0 auto 15px;
	display: block;
	width: 120px;
}

.premio ul li span img {
	display: block;
	margin: 0 auto;
}

.premio .lkInscricao {
	font-size: 20px;
	font-weight: 500;
	color: #4e29a3;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 64px;
	border-radius: 32px;
	padding: 0 35px;
	background: #FFF;
	box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
}

.premio .lkInscricao:hover {
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

.hashtag {
	margin-bottom: 80px;
	text-align: center;
}

.hashtag h2 {
	font-size: 38px;
	font-weight: 900;
	margin-bottom: 10px;
}

.hashtag #slideHashtag {
	margin-top: 30px;
	width: 100%;
}

.hashtag #slideHashtag .item {
	padding: 5px 20px 25px;
}

.hashtag #slideHashtag .item img {
	border-radius: 10px;
	box-shadow: 0 10px 15px 0 rgba(208, 223, 255, 0.55);
    object-fit: cover;
}

.hashtag .control {
	margin-top: 10px;
}

.hashtag .control button {
	border: none;
	outline: none;
	width: 72px;
	height: 72px;
	cursor: pointer;
	display: inline-block;
	text-indent: -5000em;
	margin: 0 10px;
	border-radius: 50%;
}

.hashtag .control button.hashPrev {
	box-shadow: 0px 5px 13px 0px rgba(208, 223, 255, 0.55);
	background: url(../images/arrow-slide.png) no-repeat 0 0;
}

.hashtag .control button.hashNext {
	box-shadow: 5px 0px 13px 0px rgba(208, 223, 255, 0.55);
	background: url(../images/arrow-slide.png) no-repeat -72px 0;
}

.conteudos {
	margin-bottom: 100px;
}

.conteudos h2 {
	margin-bottom: 40px;
}

.conteudos .site-button{
    text-align: center;
}

.conteudos a.lkMore {
	text-indent: -5000em;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	padding: 25px 24px 23.6px 25px;
	box-shadow: 0 8px 40px 0 rgba(189, 223, 246, 0.45);
	background: #FFF url(../images/icon-more.jpg) no-repeat center center;
	margin: 0 auto;
    min-width: auto;
    display: inline-block;
    line-height: 1;
}

.conteudos a.lkMore:hover {
	box-shadow: 0 8px 15px 0 rgba(189, 223, 246, 0.7);
}

.listaPost .canta-mais-conteudos-card {
	width: 100%;
	max-width: 330px;
	margin: 0 auto 30px;
	background: #FFF;
}

.listaPost .canta-mais-conteudos-card-content{
    box-shadow: 0 8px 40px 0 rgba(189, 223, 246, 0.45);
    position: relative;
    height: 100%;
    padding-bottom: 35px;
    border-radius: 12px;
    overflow: hidden;
}

.listaPost .canta-mais-conteudos-card img{
    object-fit: cover;
}

.listaPost .canta-mais-conteudos-card .data {
	padding: 30px 20px 10px;
	font-size: 16px;
	color: #a2a2a2;
	font-weight: 300;
}

.listaPost .canta-mais-conteudos-card h3 {
	padding: 0 20px;
	font-size: 18px;
	font-weight: 400;
	color: #283593;
}

.listaPost .canta-mais-conteudos-card h3 a {
	color: #283593;
	text-decoration: none;
}

.listaPost .canta-mais-conteudos-card h3 a:hover {
	color: #27bbff;
}

.eliminatoria {
	position: relative;
}

.eliminatoria h2,
.final h2 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 15px;
}

.eliminatoria p,
.final p {
	font-size: 18px;
	color: #4e4f87;
	margin-bottom: 20px;
}

.eliminatoria ul.fases {
	margin-bottom: 40px;
}

.eliminatoria ul.fases li {
	margin-bottom: 10px;
}

.eliminatoria ul.fases li a {
	text-align: center;
	background: #9fa0d7;
	font-size: 14px;
	color: #FFF;
	font-weight: 500;
	text-decoration: none;
	padding: 12px 15px;
	border-radius: 30px;
	text-transform: uppercase;
}

.eliminatoria ul.fases li a:hover {
	background: #8b4afd;
}

.eliminatoria ul.fases li a.active {
	background: linear-gradient(135deg, rgba(140, 74, 253, 1) 0%, rgba(39, 187, 255, 1) 100%);
}

.eliminatoria ul.accordion {
	width: 100%;
}

.eliminatoria ul.accordion li {
	margin-bottom: 30px;
}

.eliminatoria ul.accordion li.itemOpen {
	margin-bottom: 0;
}

.eliminatoria ul.accordion li .heading {
	width: 100%;
	font-size: 20px;
	color: #FFF;
	font-weight: 600;
	padding: 20px 90px 20px 30px;
	border-radius: 50px;
	position: relative;
	cursor: pointer;
	background: #8b4afd;
}

.eliminatoria ul.accordion li .heading:after {
	content: " ";
	display: block;
	position: absolute;
	width: 41px;
	height: 40px;
	background: url(../images/arrow-accordion.png) no-repeat;
	right: 30px;
	top: 50%;
	margin-top: -20px;
}

.eliminatoria ul.accordion li.itemClose .heading:after {
	background-position: 0 -40px;
}

.eliminatoria ul.accordion li.itemOpen .heading:after {
	background-position: 0 0;
}

.eliminatoria ul.accordion li .textAccordion {
	padding: 30px 0 60px;
}

.eliminatoria .box.classificado {
	background: #FFF;
}

.eliminatoria .box.classificado .tag {
	display: inline-block;
	margin: 15px 20px;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
	padding: 5px 15px;
	background: #ffc107;
	border-radius: 17px;
}

.eliminatoria .box.classificado h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 20px 10px;
}

.eliminatoria .box.classificado p,
.eliminatoria .slideParticipantes .item p {
	font-size: 15px;
	color: #4e4f87;
	margin: 0 20px 15px;
}

.eliminatoria .box.classificado .social,
.eliminatoria .slideParticipantes .item .social {
	margin-bottom: 20px;
}

.eliminatoria .box.classificado .social a,
.eliminatoria .slideParticipantes .item .social a {
	display: inline-block;
	margin: 0 5px;
}

.eliminatoria .box.classificado a.lkVideo {
	display: inline-block;
	border-radius: 14px;
	width: 190px;
	height: 56px;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 56px;
	background: linear-gradient(135deg, rgba(140, 74, 253, 1) 0%, rgba(39, 187, 255, 1) 100%);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.eliminatoria .box.classificado a.lkVideo:hover {
	box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.eliminatoria .slideParticipantes {
	width: 100%;
	padding: 0 50px;
	margin-top: 40px;
	position: relative;
}

.eliminatoria .slideParticipantes .slick-prev {
	border: none;
	outline: none;
	width: 72px;
	height: 72px;
	cursor: pointer;
	display: inline-block;
	text-indent: -5000em;
	box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -36px;
	background: url(../images/arrow-slide-eliminatorias.png) no-repeat 0 0;
	z-index: 30;
	transition: all 0.2s linear;
}

.eliminatoria .slideParticipantes .slick-next {
	border: none;
	outline: none;
	width: 72px;
	height: 72px;
	cursor: pointer;
	display: inline-block;
	text-indent: -5000em;
	box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -36px;
	background: url(../images/arrow-slide-eliminatorias.png) no-repeat -72px 0;
	z-index: 30;
	transition: all 0.2s linear;
}

.eliminatoria .slideParticipantes .slick-prev:hover,
.eliminatoria .slideParticipantes .slick-next:hover {
	box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.2);
	transition: all 0.2s linear;
}

.eliminatoria .slideParticipantes .slick-track {
	display: flex;
}

.eliminatoria .slideParticipantes .item {
	margin: 0 10px;
	height: auto !important;
}

.eliminatoria .slideParticipantes .item .box {
	overflow: hidden;
	background: #fafafa;
	border-radius: 10px;
	width: 100%;
	max-width: 260px;
	text-align: center;
	padding-bottom: 30px;
	margin: 0 auto;
}

.eliminatoria .slideParticipantes .item h4 {
	font-size: 20px;
	font-weight: 700;
	color: #4e4f87;
	margin: 20px 20px 10px;
}

.eliminatoria .slideParticipantes .item a.lkVideo {
	display: inline-block;
	border-radius: 14px;
	width: 190px;
	height: 48px;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 48px;
	background: #6659d0;
}

.eliminatoria .slideParticipantes .item a.lkVideo:hover {
	background: #3294ff;
}

.eliminatoria .tab-pane:not(.active){
    height: 0;
    overflow: hidden;
}

.final {
	position: relative;
	background: url(../images/bg-geral.jpg) no-repeat 0 0;
	padding-bottom: 100px;
}

.final .intro {
	margin-bottom: 40px;
}

.final a.lkVideo {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.final a.lkVideo:before {
	content: " ";
	display: block;
	width: 89px;
	height: 93px;
	background: url(../images/icon-play.png) no-repeat 0 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -46.5px 0 0 -44.5px;
	transition: all 0.2s linear;
}

.final a.lkVideo:hover:before {
	opacity: 0.7;
	transition: all 0.2s linear;
}

.final .ndmais-enquete{
    background-color: transparent;
    border-radius: 10px;
    margin: 0;
    overflow: visible;
}

.final .ndmais-enquete-topo{
    padding: 0;
}

.final .ndmais-enquete-topo .ndmais-enquete-titulo {
    border-radius: 10px 10px 0 0;
	font-size: 22px;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 25px;
	background-image: linear-gradient(114deg, #3294ff 11%, #7448c3 85%);
    font-family: 'Poppins', sans-serif!important;
    margin: 0;
}


.final .ndmais-enquete-formulario .enquete-form{
    padding: 0;
}

.final .ndmais-enquete-formulario .enquete-form .ndmais-enquete-formulario-opcoes{
	width: 100%;
	background: #FFF;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 8px 29px 0 rgba(35, 26, 112, 0.12);
	padding: 30px 20px;
}

.final .ndmais-enquete-formulario .enquete-form .ndmais-enquete-formulario-opcoes .ndmais-enquete-formulario-opcao{
    border-bottom: 1px solid #aeaeae;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.final .ndmais-enquete-formulario .enquete-form .ndmais-enquete-formulario-opcoes .ndmais-enquete-formulario-opcao:last-of-type{
    margin-bottom: 0;
    padding-bottom: 0;
    border:none;
}


.final .ndmais-enquete-formulario .enquete-form .ndmais-enquete-formulario-opcoes .ndmais-enquete-formulario-opcao .enquete-opcao-imagem{
    height: auto;
    max-width: 15%;
    flex: 0 0 15%;
}

.final .ndmais-enquete-formulario .enquete-form .ndmais-enquete-formulario-opcoes .ndmais-enquete-formulario-opcao .enquete-opcao-label{
    max-width: 85%;
    flex: 0 0 85%;
}

.final .ndmais-enquete-formulario .enquete-form .ndmais-enquete-formulario-opcoes .ndmais-enquete-formulario-opcao .enquete-opcao-radio:checked+label{
	background: #8b4afd;
	background: -webkit-linear-gradient(to right, #8b4afd 0%, #27bbff 100%);
	background: -moz-linear-gradient(to right, #8b4afd 0%, #27bbff 100%);
	background: linear-gradient(to right, #8b4afd 0%, #27bbff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.final .votacao ul li label.css-label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.final .enquete-formulario-submit #ndmais-enquete-formulario-submit {
	display: block;
	border-radius: 14px;
	width: 180px;
	height: 54px;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	background: linear-gradient(135deg, rgba(140, 74, 253, 1) 0%, rgba(39, 187, 255, 1) 100%);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	margin: 25px auto 0;
	border: none;
	outline: none;
	transition: all 0.2s linear;
}

.final .ndmais-recaptcha > div{
    margin: 0 auto;
}

.final .btnVotar:hover {
	box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2);
	transition: all 0.2s linear;
}

.modal .close {
	float: right;
	display: block;
	text-indent: -5000em;
	width: 36px;
	height: 36px;
	background: url(../images/bt-close.png) no-repeat 0 0;
	opacity: 1;
	cursor: pointer;
    position: absolute;
    right: 0;
}

.modal .modal-body {
	padding-top: 35px;
	padding-bottom: 35px;
}

.modal .modal-dialog>h2,
.modal .modal-content>h2 {
	text-align: center;
	color: #FFF;
	font-weight: 700;
	font-size: 38px;
	margin-bottom: 10px;
}

.modal .modal-body p,
.modal .modal-body ul {
	font-size: 16px;
	color: #4e4f87;
	margin-bottom: 20px;
}

.modal .modal-body ul li:before {
	content: "•";
	display: inline-block;
	margin-right: 6px;
}

.modal .modal-body h2 {
	font-size: 30px;
	color: #8b4afd;
	font-weight: 700;
	margin-bottom: 15px;
}

.modal .modal-body h3 {
	font-size: 26px;
	color: #8b4afd;
	font-weight: 700;
	margin-bottom: 15px;
}

.modal .modal-body h4 {
	font-size: 22px;
	color: #8b4afd;
	font-weight: 700;
	margin-bottom: 15px;
}

.modal .modal-body h5,
.modal .modal-body h6 {
	font-size: 18px;
	color: #8b4afd;
	font-weight: 700;
	margin-bottom: 15px;
}

.modal .modal-body p strong,
.modal .modal-body p a,
.modal .modal-body ul strong,
.modal .modal-body ul a {
	color: #8b4afd !important;
}

#modalInscricao .modal-content{
    background-color: transparent;
    border: none;
}

#modalInscricao .modal-body{
    background-color: #fff;
}

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

#modalInscricao .boxForm .form-group small {
	font-size: 14px;
	color: #4e4f87;
	display: block;
	line-height: 20px;
	margin-bottom: 5px;
}

#modalInscricao .boxForm .form-group input.form-control {
	width: 100%;
	border: 1px solid #eef1f7;
	background: #eef1f7;
	outline: none;
	border-radius: 4px;
	height: 52px;
	padding: 0 15px;
	transition: all 0.2s linear;
	font-size: 14px;
	color: #3D5982;
}

#modalInscricao .boxForm .form-group textarea.form-control {
	width: 100%;
	background: #eef1f7;
	border: 1px solid #eef1f7;
	outline: none;
	border-radius: 4px;
	height: 130px;
	padding: 10px 15px;
	resize: none;
	font-size: 14px;
	color: #3D5982;
}

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

#modalInscricao .boxForm .form-group label {
	font-size: 14px;
	color: #4e4f87;
	font-weight: 400;
	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;
}

#modalInscricao .boxForm .form-group label.move {
	font-size: 12px;
	font-weight: 700;
	background: #FFF;
	margin-top: -8px;
	color: #3D5982;
}

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

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

#modalInscricao .boxForm div.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;
}

#modalInscricao .customSelect{
    width: 100%;
}

#modalInscricao .customSelect .nice-select{
    height: 52px;
    width: 100%;
    background-color: #eef1f7;
    float: none;
}

#modalInscricao .customSelect .nice-select .list{
    z-index: 99;
    max-height: 300px;
    overflow-y: auto;
}

#modalInscricao .lkInscricao {
	margin: 0 auto;
	display: block;
}

#popupVideo .modal-content {
	background: none !important;
	border-radius: 0 !important;
}

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

@media only screen and (min-width : 576px) {
	.premio ul li {
		display: flex;
		align-items: center;
		text-align: left;
		justify-content: flex-start;
	}

	.premio ul li span {
		margin: 0 2% 0 0;
		width: 14%;
	}

	.premio ul li p {
		width: 78%
	}
}

@media only screen and (min-width : 768px) {
	.topo {
		height: 720px;
		background-size: initial;
	}

	.topo h1 {
		font-size: 36px;
	}

	.intro h2 {
		font-size: 54px;
		line-height: 68px;
	}

	.intro p,
	.sede p,
	.eliminatoria p,
	.final p {
		font-size: 20px;
	}

	.sede h2,
	.premio h2,
	.conteudos h2 {
		font-size: 48px;
	}

	.inscricao h2,
	.apresentadora h2,
	.jurados h2,
	.eliminatoria h2,
	.final h2 {
		font-size: 54px;
	}

    /* patrocinio */
    .patrocinadores .patrocinio-container::before{
        text-align: center;
    }

    .patrocinadores ul{
        overflow-x: hidden;
    }

    .patrocinadores ul li img{
        max-width: 200px;
    }

	.jurados ul li {
		width: 31%;
		margin: 0;
	}

	.premio ul li p {
		margin-bottom: 0;
	}

	.hashtag {
		text-align: left;
		padding-top: 80px;
		min-height: 446px;
	}

	.hashtag #slideHashtag {
		margin-top: 0;
	}

	.eliminatoria .slideParticipantes {
		margin-top: 25px;
	}

	.eliminatoria ul.fases li {
		margin: 0 10px;
	}

	.eliminatoria ul.fases li a {
		min-width: 180px;
	}

    .listaPost .canta-mais-conteudos-card {
        width: 50%;
        padding: 0 15px;
		margin: 0 0 30px;
    }
}

@media only screen and (min-width : 992px) {
	.topo {
		height: 850px;
		padding-top: 150px;
	}

	.topo h1 {
		font-size: 50px;
	}

	.sede {
		text-align: left;
	}

	.sede .row,
	.inscricao .row,
	.apresentadora .row,
	.jurados .row {
		align-items: center;
	}

    /*patrocinio*/
    .patrocinadores h2{
        font-size: 50px;
    }

    .patrocinadores .patrocinio-container::before{
        text-align: center;
    }

	.sede img.foto {
		margin: 0;
		float: right;
	}

	.sede img.logo {
		margin-left: 0;
		margin-right: 0;
	}

	.inscricao {
		text-align: left;
	}

	.inscricao h2 {
		width: 260px;
	}

	.inscricao img {
		margin: 0;
	}

	.inscricao a.lkInscricao {
		margin: 0 30px 0 0;
	}

	.inscricao a.lkRegulamento {
		margin: 0;
	}

	.ultimaEdicao .embed-responsive {
		width: 80%;
		margin: 0 auto;
	}

	.apresentadora,
	.jurados {
		text-align: left;
	}

	.apresentadora img.foto {
		margin: 0;
	}

	.jurados h2 {
		font-size: 48px;
	}

	.premio {
		text-align: left;
	}

	.premio .colImg img {
		margin: 0;
	}

	.premio ul li span {
		margin: 0 3% 0 0;
		width: 21%;
	}

	.premio ul li p {
		width: 75%
	}

	.hashtag h2 {
		font-size: 52px;
	}

	.hashtag .colTxt {
		margin-top: 40px;
	}

    .final .embed-responsive{
        height: 100%;
        
    }

    .final .embed-responsive-16by9::before{
        padding-top: 80%;
    }

	.final .votacao {
		margin-top: 0;
	}

	.listaPost .canta-mais-conteudos-card {
		width: 25%;
	}
}

@media only screen and (min-width : 1200px) {
	.jurados h2 {
		font-size: 64px;
	}

	.premio .boxAlign {
		width: 550px;
	}

	.premio ul li span {
		width: 18%;
	}

	.premio ul li p {
		width: 79%
	}

	.apresentadora .colTxt {
		padding-left: 70px;
	}

	.apresentadora h2 {
		font-size: 70px;
	}

	.eliminatoria ul.accordion li .heading {
		padding: 20px 115px 20px 50px;
	}

	.eliminatoria ul.accordion li .heading:after {
		right: 50px;
	}

	.eliminatoria ul.accordion .container {
		max-width: 1280px;
	}

	.eliminatoria ul.accordion .textAccordion .container {
		max-width: 1340px;
	}

	.eliminatoria .slideParticipantes {
		padding: 0 80px;
	}
}

@media only screen and (min-width : 1280px) {
	.sede {
		margin-bottom: 40px;
	}

	.sede img.foto,
	.inscricao img {
		max-width: 610px;
	}

	.apresentadora img.foto {
		max-width: 510px;
	}

	.jurados ul {
		width: 800px;
	}
}

@media only screen and (min-width : 1420px) {
	.sede {
		margin-bottom: 20px;
	}

	.sede img.foto,
	.inscricao img {
		max-width: 680px;
	}

	.hashtag #slideHashtag {
		width: 820px;
	}

	.apresentadora img.foto {
		max-width: initial;
	}

	.jurados ul {
		width: 860px;
	}

	.jurados ul li {
		width: 31.5%;
	}
}

@media only screen and (min-width : 1660px) {
	.sede {
		margin-bottom: 0;
	}

	.sede img.foto,
	.inscricao img {
		max-width: initial;
	}

	.jurados ul {
		width: 938px;
	}

	.jurados ul li {
		width: 32%;
	}
}