a {
	color: #0077c6;
	text-decoration: none !important;
}
a:hover{
	color: #0096F9;
}

a:focus {
	outline: none !important;
}

.text-center {
    text-align: center;
}

a.text-center {
    text-align: center;
}

/*Bre Vídeo*/
.video-mobile{
	cursor: pointer;
}

/*Botão Entrar*/
li.btn-entrar:before {
    content: "";
    background: rgba(255,192,0,1) !important;
    position: absolute;
    height: 30px;
    width: 100%;
    margin: 7px 0px;
    border-radius: 5px;
}
.btn-entrar a{
	color: #fff !important;
}
.btn-entrar a:hover{
	color: #fff !important;
}

/*social-icon footer*/
.elementor-social-icon {
    margin: 0px 5px !important;
}

/*FORM PERITO*/
.aviso-form{
    background-color: #f4fbff;
    font-size: 13px;
    border-left: solid 5px #0296f9;
    padding: 20px;
}

.form-group {
    margin-bottom: 0px !important;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/* Dropdown areas */
.areaAtuacao {
	border-radius: 99px;
    border: none;
    font-size: 15px;
    padding: 15px 25px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url('/wp-content/uploads/ico_seta_dropdown.svg') no-repeat right 20px center;
    outline: none;
    cursor: pointer;
}

/* Remove a seta padrão do navegador para navegadores que não suportam 'appearance' */
.areaAtuacao::-ms-expand {
    display: none;
}

@media (max-width: 767px) {
	.busca-home {
		flex-direction: column;
	}
	.areaAtuacao {
		width: 100% !important;
	}
}

/* button.multiselect.dropdown-toggle.btn.btn-default {
    width: 370px;
    background-color: #FFF;
    padding: 14px 26px;
    font-weight: 400;
    text-transform: none;
    font-size: 18px;
    color: #000;
} */

/* Botão Continuar */
button.btn-home-api {
    background: #FBC106;
    border: none;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    border-radius: 99px;
    padding: 15px 25px !important;
	font-size: 15px !important;
}
button.btn-home-api:hover {
    background: #ebb400;
	color: #000;
}
button.btn-home-api:focus {
    background: #FBC106;
	color: #000;
}

.btn-home-api::after {
    content: url('/wp-content/uploads/ico_seta_dir.svg');
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}

article.elementor-grid-item {
    height: 100%;
}
.bnt-sendmkt{
	background: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	color: #0096F9;
	width: 100%;
	font-weight: bold;
}
.mn-header {
    height: 65px;
}

.elementor-message {
	display: none !important;
}

.multiselect-container.dropdown-menu {
	height: 258px !important;
    overflow-y: scroll !important;
}
    
.e-form__indicators__indicator__progress__meter {
    color: #0096F9 !important;
    font-size: 0 !important;
}

.elementor-field-type-acceptance.elementor-field-group.elementor-column.elementor-field-group-acceptconditions.elementor-col-100.elementor-field-required {
    min-height: 75px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    text-align: center;
    width: 100%;
    margin-left: -40px;
}
.elementor-field-group-field_7efbb57 {
    text-align: center;
}

div#loading {
    width: 100% !important;
    display: flex;
    justify-content: center;
    padding: 30px;
    flex-direction: column;
    align-items: center;
}
div#loading img {
    width: 130px;
}

li.btn-entrar.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-230 {
    margin-left: 15px;
}

.text-passo-form {
	color: #5A5A5A;
    font-size: 18px;
    line-height: 1.7em;
}