/*
Theme Name: Ideafix
Author: Ideafix Tech
Description: Tema Ideafix
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: ideafix
Text Domain: ideafix

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


    
*{
    font-family: 'Inter', sans-serif;
}

/* GERAL */
	.mensagem {
		color: #ff0000;
	}
	* {
		transition: 0.2s ease-in-out;
	}
	a, a:hover {
		color: #27ADD9;
	}

	.vermelho {
		color: #27ADD9;
	}
	.verde {
		color: #85c446;
	}
	.amarelo {
		color: #FDC439;
	}
	.cinza-claro {
		color: #878787;
	}

	.uppercase {
		text-transform: uppercase;
	}

	.full-width {
		width: 100%;
	}

	.full-width input, .full-width select {
		width: 100%;
	}

	input[type=checkbox], input[type=radio] {
		width: auto;
	}

	input[type=submit] {

		transition: 0.2s ease-in-out;
	}
	input[type=submit]:hover {
    color: #fff;
	}

	input, select, textarea, .img-input {
		border: 1px solid #b3b3b3;
		border-radius: 5px;
		padding: 10px 15px;
	}

	input::placeholder, select::placeholder {
		color: #878787;
	}

	img {
		max-width: 100%;
		object-fit: contain;
	}

	.fonte-90 {
		font-size: 0.9rem;
	}

	
	
	.btn-primary-outline, .btn-primary, #login #wp-submit, .btn-primary-outline.proxima_etapa{
		background-color: #27ADD9;
		border-color: #27ADD9;
		color: #FFFFFF;
		height: 46px;
	}

    .btn-primary-outline:hover, .btn-primary:hover, #login #wp-submit:hover, .btn-primary-outline.proxima_etapa:hover, .btn-primary:active, .btn-primary:focus {
		background-color: transparent !important;
		border-color: #27ADD9 !important;
		color: #27ADD9 !important;
	}

    .btn-primary-outline.secondary, .btn-primary.secondary{
        background-color: #FFFFFF;
        border-color: #27ADD9;
		color: #27ADD9;
		height: 46px;
    }

    .btn-primary-outline.secondary:hover, .btn-primary.secondary:hover{
        background-color: #27ADD9 !important;
		border-color: #27ADD9 !important;
		color: white !important;
    }

	.separador {
		font-size: 12px;
		margin: 20px 0px;
		text-align: center;
	}

	.btn-primary.focus, .btn-primary:focus, .btn-primary:active {
		box-shadow: none;
	}

	.full-width .btn{
		width: 100%;
	}
	.btn {
		padding: 5px 20px;
		border-radius: 8px;
	}

	.tab-content {
		display: none;
	}
	.tab-content.ativo {
		display: block;
	}
	/**/

/* HEADER */
    .header{
        border-bottom: 2px solid #27ADD9;
        position: relative;
    }

	.header .logo-content {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.header .logo {
		display: flex;
		align-items: center;
	}

    .header-title{
        font-size: 30px;
        color: #27ADD9;
        font-weight: bold;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

	@media(max-width: 400px) {
		.header .logo-content {
			flex-direction: column;
		}
	}
/**/

/* PAGE LOGIN */
	.page-template-page-login .header {
		display: none;
	}
	.login {
		display: flex;
		min-height: 100vh;
	}
	.login .coluna-texto {
		flex-basis: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 100vh;
		flex-direction: column;
		padding: 40px 4%;
	}

	.login .logo-content {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 20px;
	}

	.login .coluna-container {
		max-width: 400px;
        min-width: 320px;
	}

    .login .coluna-container .linha {
		padding-bottom: 10px;
	}

	.login-titulo {
		font-size: 1rem;
		color: #27ADD9;
		margin-bottom: 0px;
		margin-left: 10px;
	}
	
	.coluna-logo {
		background-color: #f5f5f5;
        flex-basis: 50%;
		display: flex;
		align-items: center;
		min-height: 100vh;
		flex-direction: column;
        padding: 80px 4% 40px 4%;
	}

	.linha-esqueci-senha {
		display: flex;
		justify-content: space-between;
	}

    #login .input {
        width: 100%;
        height: 40px;
        font-size: 16px;
        color: #000;
        background-color: #FFF;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #CCC;
        border: 1px solid #b3b3b3;
        border-radius: 5px;
        padding: 10px 15px;
    }

    #login #wp-submit{
        padding: 0;
        text-align: center;
        background-color: #27ADD9;
        border-color: #27ADD9;
        width:100%;
        color:#FFF;
        line-height: 36px;
    }
    
    .login-submit{
        margin-bottom:0;
    }

    .login [type=submit]{
        margin-top: 30px;
    }
/**/

/* PAGE ESQUECI MINHA SENHA */
	.page-template-page-esqueci-minha-senha .header {
		display: none;
	}

    .label-for-text{
        margin-bottom:0;
    }
/**/

/* PAGE CADASTRO */
.page-template-page-cadastro .header {
	display: none;
}

/* Customize the label (the container) */
.checkbox-form-lp {
    display: block;
    position: relative;
    padding-left: 25px;
    margin: 12px 0;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgba(0, 0, 0, 1);
    font-weight:400;
  }
  
.radio-form-lp {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin: 5px 10px 0 0;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgba(0, 0, 0, 1);
    font-weight:400;
}
.checkbox-form-lp input, .radio-form-lp input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;  
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #FFF;
    cursor: pointer;
    border: 1px solid #82288D;
    box-sizing: border-box;
    border-radius: 2px;
}

.radio-checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #FFF;
    cursor: pointer;
    border: 1px solid #82288D;
    box-sizing: border-box;
    border-radius: 20px;
}

/* On mouse-over, add a grey background color */
.checkbox-form-lp .checkmark:hover, .radio-form-lp .radio-checkmark:hover {
background-color: #ccc;
padding: 2px;
}

/* When the checkbox is checked, add a blue background */
.checkbox-form-lp input:checked ~ .checkmark, .radio-form-lp input:checked ~ .radio-checkmark{
background: #27ADD9;
padding: 1px;
}

.radio-form-lp input:checked ~ .radio-checkmark{
    background: #82288D;
    padding: 1px;
    }
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after, .radio-checkmark:after{
content: "";
position: absolute;
display: none;
}

/* Show the checkmark when checked */
.checkbox-form-lp input:checked ~ .checkmark:after, .radio-form-lp input:checked ~ .radio-checkmark:after {
display: block;
}

/* Style the checkmark/indicator */
.checkbox-form-lp .checkmark:after, .radio-form-lp .radio-checkmark:after {
left: 4px;
top: 2px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

/**/

.container-titulo {
	margin-top: 50px;
	margin-bottom: 50px;
}

.titulo-section {
	margin-bottom: 30px;
    margin-top: 45px;
}

.titulo-section h1, h1.titulo-section {
    font-size: 28px;
    color: #27ADD9;
	font-weight: bold;
}

.titulo-section span{
    font-size: 14px;
}


/* PAGE ESCOLHA BENEFICIOS */
	.escolhe-beneficios {
		padding-bottom: 60px;
	}
	.coluna-categoria {
		position: relative;
		margin-top: 30px;
		margin-bottom: 40px;
		padding-right: 70px;
		padding-left: 0;
	}
	.coluna-categoria:nth-child(even) {
		padding-right: 0;
		padding-left: 70px;
	}
	.categoria-content {
		position: relative;
		background-color: #f9f9f9;
		padding: 20px;
		padding-right: 45px;
		padding-left: 45px;
	}
	.coluna-categoria .icone-categoria {
		position: absolute;
    top: 0;
    right: 0;
    filter: drop-shadow(0px 0px 15px #b7b5b5);
		transform: translate(50%, -25%);
	}
	.coluna-categoria:nth-child(even) .icone-categoria {
    right: unset;
		left: 0;
		transform: translate(-50%, -25%);
	}
	.coluna-categoria .titulo {

		text-align: right;
		padding-right: 50px;
	}
	.coluna-categoria:nth-child(even) .titulo {
		text-align: left;
		padding-left: 50px;
		padding-right: 0px;
	}

	.coluna-categoria .titulo > * {
		font-size: 1.4rem;
	}


	.cor_azul_escuro .categoria-text {
		border-color: #0056ac !important;
	}
	.cor_azul_claro .categoria-text {
		border-color: #00bdee !important;
	}
	.cor_azul .categoria-text {
		border-color: #0091b7 !important;
	}
	.cor_amarelo .categoria-text {
		border-color: #ffb900 !important;
	}
	.cor_verde .categoria-text {
		border-color: #5bc537 !important;
	}
	.cor_roxo .categoria-text {
		border-color: #7e238d !important;
	}
	.cor_cinza_escuro .categoria-text {
		border-color: #4c4d4f !important;
	}




	.cor_azul_escuro .titulo, .cor_azul_escuro a {
		color: #004073 !important;
	}
	.cor_azul_claro .titulo, .cor_azul_claro a {
		color: #00bdee !important;
	}
	.cor_azul .titulo, .cor_azul a {
		color: #0091b7 !important;
	}
	.cor_amarelo .titulo, .cor_amarelo a {
		color: #ffb900 !important;
	}
	.cor_verde .titulo, .cor_verde a {
		color: #5bc537 !important;
	}
	.cor_roxo .titulo, .cor_roxo a {
		color: #7e238d !important;
	}
	.cor_cinza_escuro .titulo, .cor_cinza_escuro a {
		color: #4c4d4f !important;
	}








	.cor_azul_escuro .title, .cor_azul_escuro .categoria-box-title-icone i {
		color: #004073 !important;
	}
	.cor_azul_claro .title, .cor_azul_claro .categoria-box-title-icone i {
		color: #00bdee !important;
	}
	.cor_azul .title, .cor_azul .categoria-box-title-icone i {
		color: #0091b7 !important;
	}
	.cor_amarelo .title, .cor_amarelo .categoria-box-title-icone i {
		color: #ffb900 !important;
	}
	.cor_verde .title, .cor_verde .categoria-box-title-icone i {
		color: #5bc537 !important;
	}
	.cor_roxo .title, .cor_roxo .categoria-box-title-icone i {
		color: #7e238d !important;
	}
	.cor_cinza_escuro .title, .cor_cinza_escuro .categoria-box-title-icone i {
		color: #4c4d4f !important;
	}

	.coluna-categoria .categoria-text {
		border-top: 1px solid;
		border-left: 1px solid;
		position: relative;
		top: 3px;
		padding-top: 10px;
		padding-left: 14px;
		padding-right: 20px;
	}
	.coluna-categoria:nth-child(even) .categoria-text {
    	border-left: 0px solid;
		border-right: 1px solid;
    	padding-left: 20px;
		padding-right: 14px;
	}
	
	.categoria-lista {
		list-style: none;
		padding-inline-start: 0px;
		margin-bottom: 0px;
	}
	.categoria-lista li {
		display: flex;
    	align-items: center;
    	justify-content: space-between;
		border-bottom: 1px solid #E3E3E3;
		padding: 3px 0px;
		cursor: pointer;
		font-size: 14px;
	}
	.categoria-lista li .fa, .categoria-lista li .far, .categoria-lista li .fas {
		font-size: 1.1rem;
	}

/**/


/* PAGE INFORMAÇÕES DA EMPRESA */

	.container-titulo {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.container-form .btn-light {
		background-color: #e2e6ea;
        border-color: #dae0e5;
	}
	.container-form .btn-light.ativo, .container-form .btn-light:hover {
		background-color: #f1f1f1;
        border-color: #f1f1f1;
	}

	.tab-nav {
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0;
	}

    .img-input{
        cursor: pointer;
        display:flex;
        justify-content: space-between;
    }
    .img-input i{
        font-size: 24px;
        margin: auto 0;
    }
/**/

/* PAGE PERGUNTAS */
	.page-template-page-perguntas {
		display: grid;
		grid-auto-columns: auto;
		grid-auto-rows: auto 100%;
	}
	.section-perguntas {
		display: flex;
		flex-direction: row;
	}

	.page-content{
		width: 100%;
	}

	.menu-lateral {
		max-width: 320px;
		width: 100%;
		background-color: #F1F1F1;
	}

	.categoria-box {
		border-bottom: 1px solid #dcdcdc;
	}

	.categoria-box > *{
		padding: 15px;
	}

	.categoria-box-title {
		display: flex;
    justify-content: space-between;
    align-items: center;
		cursor: pointer;
	}

	.categoria-box-title-content .title {
		font-weight: bold;
	}

	.categoria-box.ativo .categoria-box-title, .categoria-box-title:hover {
		background-color: #e2e2e2;
	}
	.categoria-box.ativo .categoria-box-content {
		display: block;
		visibility: visible;
		opacity: 1;
	}
	.categoria-box.ativo .categoria-box-title-icone .fa-chevron-down{
		transform: rotate(180deg);
	}

	.categoria-box-content {
		display: none;
		visibility: hidden;
		opacity: 0;
	}

	.categoria-box-title-content {
		display: flex;
		align-items: center;
	}

	.categoria-box-title-content .title {
		padding-left: 20px;
		color: #27ADD9;
	}

	.categoria-submenu li {
		margin-bottom: 5px;
		font-size: 0.9rem;
	}

	.menu-sub-categoria {
		margin-bottom: 20px;
	}
	.menu-sub-categoria .btn {
		margin: 0px 4px;
	}
/**/

@media(max-width: 800px) {
	.login {
		flex-direction: column;
	}
	.login .coluna {
		min-height: unset;
	}
}

input[type=radio] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

input[type=radio] + label:before {
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	content: "\f111";
	letter-spacing: 3px;
	color: #535353;
	transform: scale(1.2);
}
input[type=radio]:checked + label:before {
	content: "\f058";
	font-weight: 900;
}
.icone-categoria {
    max-width: 117px;
}


.title-section {
	font-size: 20px;
	text-align: center;
}
.title-section-with-separator{

}
body .chosen-container-single .chosen-single{
	height: 47px;
	line-height: 45px;
	background: linear-gradient(#fff 50%,#fff 100%);
}
body .chosen-container-multi .chosen-choices{
	border-radius: 5px;
	min-height: 47px;
	line-height: 45px;
}
body .chosen-container-single .chosen-single div b {
	background-position: 0px 11px;
}


.categoria-box .icone-categoria{
	max-width: 50px;
}
.porcentagem-perguntas {
    border-radius: 50%;
    line-height: 28px;
    font-size: 12px;
    height: 33px;
    width: 33px;
    margin: 0 auto;
    border: 2px solid #ffb900;
    text-align: center;
    color: #ffb900;
    display: block;
}

.chosen-container{
	max-width: 100%;
	width: 100% !important;
}


.grupo-botao  {
	margin-top: 60px;
	margin-bottom: 40px;
    display: flex;
    justify-content: center;
}
.btn-proxima-voltar{
	margin-right: 15px;
}

.wrapper_contents  {
	display: flex;
}
.tab-content .tem_mae {
	display: none;
}


.beneficio-select i{
	opacity: 0.25;
}
.beneficio-selected i{
	opacity: 1;
	color: #5bc537;
}
.mensagem-aviso {
    text-align: center;
}
.mensagem-apoio {
    margin: 40px 0px 40px 0px;
    font-size: 20px;
    font-weight: bold;
}
.titulo_cabecalho {
    padding: 8px 15px;
    display: table;
    background-color: #f1f1f1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 16px;
    font-weight: bold;
}
.menu-local {
    font-size: 13px;
    margin: 5px 0px;
}





.btn-collapse-active, .btn-collapse-plano-active{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	background-color: #27ADD9;
	color: white;
}

.multi-collapse {
	margin-top: -1px;
    display: block;
    padding: 15px;
    border: 1px solid #27ADD9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.collapse-active, .collapse-plano-active{
	display: block !important;
}
.btn-collapse{
	display: none;
	margin-right: 10px;
}
.grupo-botoes{
	display: flex;
}
.box-planos{
	display: none;
}
.grupo-bota{
	margin-top: 10px;
	margin-bottom: 10px;
}
.btn-plano-collapse{
	display: none;
	margin-right: 10px;
	background-color: transparent;
	color: #27ADD9;
}

.passo-3 {
    padding: 0px 20px;
}
.texto-rodape {
    text-align: center;
    font-size: 12px;
    padding: 20px 10px;
    background-color: #f1f1f1;
}
.text-content{
	font-size: 15px;
    text-align: justify;
}


.custom-tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  }

  /* Tooltip text */
  .custom-tooltip .tooltiptext {
	visibility: hidden;
	width: 400px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 6px;
    font-size: 14px;
    
	/* Position the tooltip text */
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -200px;

	/* Fade in tooltip */
	opacity: 0;
	transition: opacity 0.3s;
  }

  /* Tooltip arrow */
  .custom-tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .custom-tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
  }

  .categoria-selecionada a{
	  font-weight: bold;
  }

.logo-area{
	max-width: 200px;
}
.slogan-area{
	max-width: 200px;
}

.content-agradecimento {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px;
}
.logo-agradecimento {
    display: flex;
    justify-content: space-around;
}
.texto-content-agradecimento {
    text-align: center;
    padding: 30px;
}

.titulo-agradecimento {
    font-size: 21px;
    font-weight: bold;
    color:#27ADD9;
}

.logo-area-cdb {
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}
.logo-left {
    max-width: 45%;
    text-align: left;
}
.logo-right {
    max-width: 45%;
    text-align: right;
}



.error input, .error select, .error textarea, .error .img-input,.error .chosen-single, .error .chosen-choices, .error-validacao input{
	border-color: #ff0000 !important;
}


#concluir{
	display: none;
}


.perc_vermelho{
	border-color: #27ADD9;
    color: #27ADD9;
}
.perc_laranja{
	border-color: #da7408;
    color: #da7408;
}
.perc_amarelo{
	border-color: #ffb900;
    color: #ffb900;
}

.perc_verde{
	border-color: #5bc537;
    color: #5bc537;
}

.icones-cat {
    display: flex;
}
.icones-cat .categoria-concluida i{
    color: #5bc537 !important;
	margin-right: 10px;
}
.icones-cat .categoria-nao-concluida i{
    color: #27ADD9 !important;
	margin-right: 10px;
}
.label_tooltip {
    display: inline-flex;
    margin-bottom: 5px;
}
.label_tooltip .custom-tooltip{
	margin-left: 7px;
}


.wrapper_contents:not([style*="display: none"]) {
    flex-direction: column;
    justify-content: space-between;
}
.proxima_etapa{
	cursor: pointer;
}
.passo{
	color: black;
}
.passo:hover{
	text-decoration: none;
}
.popup {
	width: 100%;
	height: 100vh;
	background-color: #000000ed;
	z-index: 999;
	position: fixed;
}
.popup-content{
	max-width: 500px;
    margin: 20px auto 0 auto;
    text-align: center;
    background-color: white;
    color: black;
    font-size: 20px;
    padding: 50px;
}
.mensagem-preencha {
    margin: 0 auto;
    text-align: center;
}

/* PAINEL DE ADMIN*/
@font-face {
  font-family: "icons";
  src:url("assets/fonts/icons.eot");
  src:url("assets/fonts/icons.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/icons.woff") format("woff"),
    url("assets/fonts/icons.ttf") format("truetype"),
    url("assets/fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dashboard:before { content: '\e800'; }
.icon-download:before { content: '\e801'; }
.icon-questionario:before { content: '\f0f6'; }
.icon-pdf:before { content: '\f1c1'; }
.icon-word:before { content: '\f1c2'; }
.icon-excel:before { content: '\f1c3'; }
.icon-ppt:before { content: '\f1c4'; }
.icon-user-plus:before { content: '\f234'; }

section.painel-admin{
    color:#4A4A4A;
}

section.painel-admin h1, section.page-resultados h1{
    font-weight:bold;
    font-size: 24px;
    line-height: 22px;
    vertical-align:middle;
    display: inline-block;
}

section.painel-admin h2, section.page-resultados h2{
    font-weight:bold;
    font-size: 16px;
    line-height: 22px;
    vertical-align:middle;
    display: inline-block;
}

section.painel-admin h4, section.page-resultados h4{
    font-weight:bold;
    font-size: 14px;
    line-height: 22px;
    vertical-align:middle;
    display: inline-block;
}

.admin-header{
    line-height:42px;
    margin: 25px auto 25px auto;
    display:flex;
    justify-content: space-between;
    align-items:center;
}

.admin-header h1{
    color: #E84D09;
}

.admin-buttons{
    display:inline-block;
    float:right;
}

.item-box{
    display:inline-block;
    background: #E84D09;
    color: #FFF;
    box-sizing: border-box;
    border-radius:10px;
    line-height:40px;
    vertical-align:middle;
}

.item-box:focus{
    outline:0;
}

.item-box:hover{
    background: rgba(232, 77, 9, 0.8);
    text-decoration:none;
    cursor: pointer;
    color: #FFF;
}

.reverse-color{
    background: #FFF;
    border: 1px solid #E84D09;
    color: #E84D09;
}

.item-box.reverse-color:hover{
    background: rgba(232, 77, 9, 0.1);
    color: #E84D09;
}

.item-box .table-item{
    display:table;
    width:100%;
}

.item-name{
    width:calc(100% - 60px);
    font-size:14px;
    font-weight:bold;
    padding-left:17px;
    display:table-cell;
    
}

.item-icon{
    width:50px;
    display:table-cell;
}

.item-icon:before{
    vertical-align: middle;
    padding-left:15px;
    text-align: center;
    font-size: 18px;
}

.row-dashboard{
    line-height:42px;
}

.box-dropdown-download{
    line-height: 50px;
    max-width: 450px;
    font-size: 14px;
}

.box-dropdown-download .dropdown{
    display:inline-block;
    max-width:300px;
}

.item-conteudo{
    min-height:150px;
}

.item-conteudo.disabled, .item-conteudo.disabled option{
    color: #919191 !important;
}

.item-conteudo.disabled .item-box, .item-conteudo.disabled .item-box:hover{
    background: rgba(232, 77, 9, 0.4);
    cursor:default;
    border:none;
}

/*Progress bar*/
.section-box {
    margin-top: 20px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 40%) !important;
    display: table;
    padding: 20px 50px;
}

.section-box:last-of-type{
	margin-bottom: 40px;
}

.stage-line{
    display: table-cell;
    vertical-align: middle;
    max-width: 40%;
    padding-bottom: 25px;
}

.stage-line span{
    width:100%;
    height:2px;
    float:left;
    background-color:#ddd;
}

.stage{
    width: 120px;
    max-height: 50px;
    display: table-cell;
    vertical-align: middle;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
}

.stage i{
color: #aaa;
}

.stage i:before{
    width:100%;
    height:100%;
    font-size: 36px;
}

.stage span{
    display: block;
    color: #212529;
    text-decoration:none;
	padding-top: 5px;
	font-size: 12px;
}

a.stage:hover{
    text-decoration: none;
}

.stage.current-stage i{
        color: #0FB36C;
}

.stage.completed-stage i{
    color: #0FB36C;
}

.stage-line.completed-stage span{
    background-color: #0FB36C;
    opacity: 0.6;
}

/* Praticas */
.box-pilar{
	border-radius: 5px 5px 0 0;
	border: 1px solid;
	border-top: 10px solid;
	margin-bottom: 30px;
	padding: 40px 15px 0 15px;
}

.box-pilar h2{
	font-size: 22px;
	padding: 0 15px 30px 15px;
	font-weight: bold;
}
.box-pilar.case h2{
    padding-left:0;
}

.Atração, #case-1{
	border-color: #6B17AE;
}
.Atração h2, #case-1 h2{
	color: #6B17AE;
}

.Desenvolvimento, #case-2{
	border-color: #0961AC;
}
.Desenvolvimento h2, #case-2 h2{
	color: #0961AC;
}

.Encantamento, #case-3{
	border-color: #0CA5C7;
}
.Encantamento h2, #case-3 h2{
	color: #0CA5C7;
}

.counter-nmbr-text{
    font-size: 12px;
}