
#premio {
	padding-top: 20px;
	margin: 0 20px;
	
}

 @media only screen and (max-width: 500px) {
      .g-recaptcha {
        transform: scale(0.85); /* Adjust the scale value as needed */
        transform-origin: 0 0; /* Ensures scaling originates from the top-left corner */
        -webkit-transform: scale(0.85); /* For Safari iOS/iPhone compatibility */
        -webkit-transform-origin: 0 0; /* For Safari iOS/iPhone compatibility */
      }
    }

#erro {
	color: #EFB3B4; padding: 10px; margin-bottom: 15px;
}

.btn-secao {
    background-color: #fff8e6;
    color: #8f6723;
	border: 1px solid #ede5d1;
	font-size: 20px;
    font-family: "Abel", sans-serif;
	text-transform: uppercase;
	margin: 5px;
}


.btn-secao.ativo {
    background-color: #8f6723;  /* cor do eixo ativo */
    color: #fff8e6;
}

.passo { display: none; }
.passo.ativo { display: block; }
.premio-item {
    border: 1px solid #333;
    padding: 10px;
    margin: 10px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.botao-navegacao {
    margin: 20px 10px 20px 0;
}

#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #ffcc00;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.botao-finalizacao {
	 line-height: 1;
    margin: 0px;
    border: 0px;
    font-size: 100%;
    vertical-align: baseline;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 15px;
    z-index: 999;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0;
    padding: 10px 0;
    height: 120px;
    -webkit-transition: all 1s;
}

.botao-finalizacao span{
	
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	padding: 20px;
	font-family: Oswald, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	
}

.botao-navegacao-interno {
	position: absolute;
	font-size: 12px;
	width: 30px; height: 30px;
	padding: 5px;
	background: #75541c !important;
	border: none !important;
}

.botao-navegacao-interno.avancar {
	right: 20px;
}

.botao-navegacao-interno.voltar {
	left: 20px;
}

#barra-progresso-container {
    width: 100%;
    background: #e3e3e3;
    border-radius: 10px;
    height: 15px;
    margin: 15px 0;
    position: relative;
}
#barra-progresso {
    background: linear-gradient(90deg, #f30775, #ffaf00);
    height: 100%;
    width: 0%;
    border-radius: 10px;
    transition: width 0.3s ease;
}
#etapa-texto {
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 30px auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  stroke-width: 4; /* Ajustado para ser mais grosso */
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}


.staatliches {
	font-family: "Staatliches", sans-serif;
	
}


.oswald {
	font-family: "Oswald", sans-serif;
	
}

.abel {
font-family: "Abel", sans-serif;
}

.fade {
    opacity: 0;
    transition: opacity .5s ease-in;
}


.logo-premio {
	background: url("/premio2026/logos_topo.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%; height: 185px; margin-top: 20px;
	
}

.bg-premio {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/premio2026/background.jpg");
  background-size: cover;   /* ajusta imagem */
  background-position: center;
  z-index: -1;              /* fica atrás do conteúdo */
}


.fundo_premio {
	background-image: url("background.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #680894;
}

.premio-card {
	background: rgba(202, 184, 207, 0.11); /* Transparência */
	
	 
	border: 1px solid hsla(0,0%,98%,0.2);
}

.premio-blur {
      backdrop-filter: blur(10px); /* Aplica blur no fundo */
      -webkit-backdrop-filter: blur(10px); /* Safari */
}

@media(max-width:768px){
	
	.logo-premio {
	background: url("/premio2026/logos_topo_mobile.png");
	background-size: auto 100%;
		background-position: top center;
	background-repeat: no-repeat;
	width: 100%; height: 170px;
	
}
	
	.fundo_premio {
	background: url("/premio2026/background-mobile.jpg");
	background-position: top center;
	background-repeat: no-repeat;
		background-size: 100% auto;
		background-color: #680894;
		background-attachment: fixed;
		
	
}
	
	.bg-premio {

  background-image: url("/premio2026/background-mobile.jpg");

}
	
	
	#premio {
	padding-top: 20px;
	
}
	
	.premio-cat.nav-tabs>li {
	
	margin-bottom: 15px; 
		
}

	.btn-secao {
	font-size: 12px;
	  font-family: "Abel", sans-serif;

	text-transform: uppercase;
	margin: 4px 2px;
}
	
	
	
	
}

.chapeu {
	font-size: 24px;
    height: 60px;
    color: #fff;
    background-color: ##D7B12C;
	background-image: url("background-gold.jpg");
	background-size: 100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-footer .btn-primary {
	background: #A39A26;
}

.chapeu span {
	text-shadow: 1px 1px 3px #746221;
}


.premio-cat.nav-tabs .barrinha {
		width: 2px;
		height: 0;
		background: #F30775;
		position: absolute;
	 margin-left: 50%;
}

.premio-cat.nav-tabs .active .barrinha {
		height:  20px;
	transition: height 0.5s ease-in;
}




.regulamento {
	background:#ECECEC;
	height: 300px;
	padding: 15px;
	overflow-y: scroll;
	margin-bottom: 20px;
}

.regulamento p{
	font-size: 12px; line-height: 16px;
}

.premio-cat{
		border: none;
		
}

.premio-cat.nav-tabs>li {
    width: 20%;
	transition: all 0.6s ease;
	
}

.premio-cat.nav-tabs li a {
 
	transition: all 0.6s ease;
	
}

.premio-cat.nav-tabs.interno>li {
    float: left;

    width: 50%;
}

.premio-cat li.removendo {
    opacity: 0;
  transform: scale(0.5);
  margin: 0;
  padding: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.premio-cat li.expande {
    width: 100%;
}



.premio-cat.nav-tabs>li.active>a {
 
	transition: all 0.6s ease;
	
	
}

.premio-cat.nav-tabs>li>a {
	
	font-size: 26px;
	line-height: 30px;
	height: 90px;
	color: #fff;
	border: 2px solid #E8E8E8;
	text-align: center;
	text-transform: uppercase;
	display: flex!important;
    align-items: center;
    
    justify-content: center;
		
}

@media(max-width:768px){
	
	.premio-cat.nav-tabs>li {
    float: left;
    width: 100%;
		height: 60px;
		
	
}
	
	.premio-cat.nav-tabs>li>a {
	
	font-size: 24px;
	line-height: 24px;
	height: 60px;

		
}
	
	.premio-cat li.removendo {
	opacity: 0;
    height: 0;
}
	
}

.premio-cat.nav-tabs.interno>li>a {
	
	font-size: 30px;
	color: #fff;
	border: 2px solid #E8E8E8;
	text-align: center;
	line-height: 30px;
	padding: 40px;
	
		
}

@media(max-width:768px){
	
	.premio-cat.nav-tabs.interno>li>a {
	
	font-size: 24px;
	border: 2px solid #E8E8E8;
	text-align: center;
	line-height: 24px;
	padding: 25px;
	margin: 4px;
		
}
}




.premio-cat.nav-tabs.interno i {
	
	font-size: 20px;
	line-height: 20px;
	margin-right: 15px;
		
}

.premio-cat.nav-tabs>li.active>a {
    color: #DBAC21;
    cursor: default;
    background-color: #fff;
	border: 2px solid #DBAC21;
	transition: all 0.6s ease;
	font-size: 140%;
	
}

.premio-cat.nav-tabs>li.demo>a {
   opacity: 0.5;
}




.cd-timeline-content p {
color:#fff;
}

.floraforms .btn-themed {
    background-color: #91832d;
	color:#fff; border-radius: 30px; border: none;
}

.floraforms .btn-themed.interno {
	  font-family: "Abel", sans-serif;

    height: 40px;
    padding: 10px 30px;
    position: absolute;
    font-size: 22px;
    line-height: 0px;
	bottom: 10px;
   
}

.floraforms .flo-checkbox, .floraforms .flo-radio {
    margin-right: 2px;
    background: #fff;
    display: inline-block;
    border: 3px solid #91832d;
    border-radius: 5px;
    height: 24px;
    width: 24px;
 
}

.floraforms .flo-checkbox:before {
    position: absolute;
    top: 5px;
    left: 5px;


}


.floraforms .flo-button[disabled] {
    cursor: default;
	background:#D0D0D0; border:2px #C3C3C3 solid;
    opacity: .5;
}

.floraforms .campo_ok {
    height: 40px;
    padding: 5px;
    position: absolute;
	bottom: 25px; right: 10px;
	font-size: 24px;
	color: #7ED983;
	background: none;

    
}

.flora-container {
    margin: 0 auto;
    background: none;
    box-shadow:none;
    padding: 0px;
	border: none;
}

#premio2026 .floraforms .flo-input, #premio2026 .floraforms textarea {
    padding-right: 10px;
    padding-left: 10px;
	height: 60px;
    border-radius: 30px;
	border: 2px solid #DBAC21;
	background: #F0EEE9;
	color: #5C4224;
}



#premio2026 .floraforms .flo-input.indicar {
    padding-right: 150px;
   
}


#premio2026 .floraforms .frm-row .colm {
	margin-top: 1gf5px;
}


.icone_categorias {
padding:4px 0; margin:0 5px 5px 0; display: inline-block; color:#0ac9bf;
width: 35px; background:#34393a; text-align:center;

}

.icone_categorias i {
	margin: 0 auto;

}


.titulo_categoria {
	  font-family: "Abel", sans-serif;

font-size: 20px;
    height: 50px;
    color: #fff;
    background-color: #d17ac3;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 10px;
	margin-top: 15px;
}

.titulo_categorias {
	  font-family: "Abel", sans-serif;

	font-size: 24px;
    color: #DBAC21;
	margin-top: 15px;
	margin-left: 15px;
	text-transform: uppercase;
}

@media(max-width:768px){
	
	.floraforms .btn-themed.interno {
    padding: 10px 13px;
    font-size: 16px;
	
		bottom: 10px;
  
   
}
	
	#premio2026 .floraforms .flo-input.indicar {
    padding-right: 80px;
   
}
	
	.titulo_categorias {
line-height:24px; font-size:24px;
		margin-bottom: 10px;
}
	
}


.link_premio {
	color: #DBAC21; font-weight:bold;
}


#premio2026 .floraforms .flo-option .cat_title {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    outline: 0;
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #000!important;
    padding: 1em;
    border-right: 8px solid #fff;
	border-bottom: 8px solid #fff;
	box-shadow:none;
	box-shadow: none !important;
}


.cd-timeline-content .cd-date {
    float: left;
    padding: 7px 0;
	background:#fff; padding: 15px 30px !important; width: 160px !important;
	font-size: 30px; font-weight:bold; text-transform: uppercase; text-align:center; color:#000!important;
}

#style-2::-webkit-scrollbar-thumb {
    background-color: #17B39D !important;
}


.panel-body {
    padding: 15px;
    justify-content: center;
    align-items: center;
    height: auto;
	transition: all 2s;
}

.panel-body .btn{
	padding:0;
}



.premio-topo-site {
	background:#7d1ecf; height:50px; margin-top:1px; z-index:10; display:block; position:relative; padding-top:10px; font-size:14px;
}


.premio-votacao .cover_voto {
	display:block; width: 100%; height:100%; position:absolute;
	top:0; left:0; background: none; z-index:2;
		
}

.premio-votacao {
width: 100%; display:block; margin: 30px 0; padding: 20px 10px 0 10px;
background-color: #fff;
position:relative; border-radius: 15px;
}

.premio-votacao .premio-item {
 border-radius: 10px; width: 100%; border: #DCDCDC 1px solid; float:left; background: #E8E8E8; padding: 0; margin: 5px 0;
 transition: 0.5s; position: relative; overflow: hidden; display: flex; align-items: center;
}

.premio-votacao .premio-item.check {
background: #1AF426;
}

.premio-votacao .premio-imagem {
 width: 180px; height: 180px; float:left;
	
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
}


.bt_premio_ouvir {
	padding: 4px 10px;
	background: #0ECCC7;
	display: block;
	position: relative; z-index: 4;
	font-size: 14px; width: 80px; text-align: center;
	margin-top: 10px;
	border-radius: 4px;
}

.premio-votacao .premio-titulo {
	font-family: "Oswald", sans-serif;
	font-size:30px; float:left; margin-left:  15px;
	color:#0e0e0e; font-weight: 500; text-align: left;
	line-height: 28px;
}

.premio-votacao .premio-titulo.clipe{
	margin: 12px 0 0 10px;
}

.premio-votacao .premio-titulo.clipe span{
	font-size: 24px;
}


.premio-votacao .premio-titulo-categoria {
	font-size:40px; letter-spacing:-2px; color: #fff; position:absolute; top: 20px; left: 70px
}

.premio-votacao .vota-botao {
float:right; height: 100%; display:block; padding:0; margin:30px 10px 0 0;

}

.premio-votacao .vota-botao {
float:right; height: 100%; display:block; padding:0; margin:30px 10px 0 0;

}

.premio-votacao .vota-botao input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.premio-votacao .vota-botao input:checked ~ .flo-checkbox {
  background-color: #90af16;
}


.premio-votacao .flo-checkbox {
	position: absolute; margin:0; width: 30px; height: 30px; background-color: #eee;
  border-radius: 50%; top: 33%; right: 25px; border: 1px #929292 solid;
		
}


.premio-votacao .flo-checkbox:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}


.premio-votacao .flo-checkbox:before {
    top: 5px;
    width: 15px;
    height: 6px;
}

.fundo_etapas {
background: url(fundo_site_2023.png);
background-color: #000; background-position: 0 300px;
}

.cd-timeline-img.cd-ativo {
    background: #0ce3db !important;
}


#premio.secao {
    margin-top: -190px;
    padding-top: 0px;
}

.main-interno {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#footer {

    background: none;
    margin-top: -300px;
}


.modal-backdrop.in {
    opacity: .7;
}

.modal-dialog {
    top: 30px;
}

.img_topo_premio {
	padding:0; text-align:center; margin:0;
	background-image:url(topo_site_2023.png); background-position:center; background-size: auto 350px; background-repeat:repeat-x;
	height:330px;
}

.cd-timeline-content::before {
   
    border-left: none !important;
	border-right: none !important;
}

@media(max-width:800px){
 
 .floraforms .append-icon>input, .floraforms .append-icon>textarea {
    padding-right: 65px;
    padding-left: 5px;
	
}

.premio-votacao .flo-checkbox {
	top:38%; right: 5px; width: 15px; height: 15px;
		
}



.premio-votacao .premio-item.check {
background: #1AF426;
}

.premio-votacao .premio-imagem {
 width: 130px; height: 130px;
}

.premio-votacao .premio-titulo {
	font-size:20px; margin: 10px;
	width: calc(100% - 130px); 
	line-height: 25px;
	padding: 5px 0;
}

.chapeu {
	font-size: 18px;
    height: 60px;

}	
	
.premio-votacao .premio-titulo.clipe{
	margin: 7px 0 0 10px;
}

.premio-votacao .premio-titulo-categoria {
	font-size:22px; top: 30px;
}

.premio-votacao .vota-botao {
margin:15px 0 0 0;

}

.duplo{
line-height:20px;
}

.fundo_etapas {
background-size: 300px auto;

}
	

#premio.secao {
    margin-top: 20px;
    padding-top: 0px;
}

.img_topo_premio {
	padding:0; text-align:center; margin:0;
	background-image:url(topo_site_2023_mobile.png); background-position:center; background-size: auto 240px;
	height:240px;
}

	
}

/* blocos das categorias */
.categoria-vencedor {
    margin: 40px 0;
}

/* título da categoria */
.categoria-titulo {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

/* card estilo votação */
.card-premio {
    background: #fff;
    border-radius: 14px;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0,0,0,.08);
    transition: transform .2s;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.card-premio:hover {
    transform: scale(1.03);
}

/* imagem */
.card-img {
    width: 300px;
    height: 300px;
    border-radius: 14px;
    background-size: cover;
    background-position: center;
    margin-bottom: 12px;
}

/* nome */
.card-nome {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.card-nome span {
    font-size: 14px;
    display: block;
	font-weight: normal;
}

