@charset "utf-8";
/* CSS Document */


@font-face {
  font-family: 'Lato-Regular';
  src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), 
	   url('fonts/Lato-Regular.woff') format('woff'),
	   url('fonts/Lato-Regular.ttf')  format('truetype'), 
	   url('fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Bold';
  src: url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),  
	   url('fonts/Lato-Bold.woff') format('woff'), 
	   url('fonts/Lato-Bold.ttf')  format('truetype'), 
	   url('fonts/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Montserrat-Regular';
  src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),  
	   url('fonts/Montserrat-Regular.otf')  format('opentype'),
	   url('fonts/Montserrat-Regular.woff') format('woff'), 
	   url('fonts/Montserrat-Regular.ttf')  format('truetype'), 
	   url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


							
						

/*
Header Section
==================*/

.teste-tam{
	width: 130px !important;
	padding: 5px 0;
}

.teste-tam img{
	width: 100%;
}

.entry-header{
    display:none;
} 

ul{
	padding: 0;
	margin:0;
}

.bem-vindo-title, .social-title{
	font-family: 'Montserrat-Regular';
	color: #555;
	font-size: 12px;
	padding-right: 10px;
}


.header-top {
	background: #fff;
	border-top: 5px solid #00a186;
	border-bottom: 1px solid #e5e5e5;
	padding: 0px 0;
}
.header-left {
	padding: 10px 0;
	line-height: 19px;
}

.ajuste li{
	margin: 5px 0;
}

.header-left ul {
	display: inline-block;
	margin-bottom: 0;
}
.header-left li {
	font-family: 'Montserrat-Regular';
	position: relative;
	display: inline-block;
	color: #555;
	position: relative;
	font-size: 12px;
}

.header-left li a{
	color: #fff;
}
/*.header-left li::before {
	content: "";
	height: 14px;
	width: 1px;
	background: #fff;
	position: absolute;
	right: 20px;
	top: 6px;
}*/
.header-left li:last-child:before{
	display:none;
}

.header-left li:last-child{padding-right:0}
.header-left li i {
	color: #00a186;
	margin-right: 6px;
}
.header-right-div {
	text-align: right;
}
.header-right {
	text-align: right;
	position: relative;
	z-index: 1;
	padding: 10px 0;
	display: inline-block;
	z-index: 99;
}

.soical-profile {
	padding-top: 7px;
}

.social-profile ul{
	padding-left: 0;
}

.social-profile ul,
.social-profile li {
	display: inline-block;
	margin-bottom: 0;
}

.social-profile li a i{
	color:#555;	
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius:100%;
}

.social-profile li a i:hover {
    background: #f1c40f;
    color: #fff;
}

.social-profile .fa-facebook:hover {
    background-color: #3b5998 !important;
}

.social-profile .fa-instagram:hover {
    background-color: #9401d3 !important;
}

.applay-button {
	position: relative;
	z-index: 2;
	padding: 5px  0;
	display: inline-block;
	width: 140px;
	text-align: right;
}
.applay-button a {
	font-family: 'Montserrat-Regular';
	color: #fff;
	text-transform: uppercase;
	padding: 8px 26px;
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
	margin-top: 4px;
	background-color: #00a186;
	border-radius: 50px !important;
	width: 100%;
	text-align: center;
}
.applay-button a:hover{
	background:#006c7e;
	color:#fff;
	text-decoration: none;
}

/*
Menu
=================*/
.hd-sec {
	background: #fff;
}
.logo {
	padding: 17px 0;
}
.social-title {
	display: inline-block;
	color: #322f2f;
	font-weight: 500;
}
.menu-center {
	text-align: right;
}
.menu {
display: inline-block;
position:relative
}
.main-menu {
	display: inline-block;
	text-align: right;
	margin-right: 15px;
}

.main-menu ul {
margin : 0;
padding : 0;
position : relative;
}
.main-menu ul li {
display: inline-block;
padding: 0;
position: relative;
}
.main-menu ul li.active{
	position:relative
}
.main-menu ul li a {
	font-family: 'Montserrat-Regular';
	color: #555;
	display: block;
	font-size: 12px;
	padding: 40px 12px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
	position: relative;
}

.main-menu ul li ul:hover .main-menu ul li a{
  background: #fafafa;
}
.main-menu ul li a:hover {
transition : all 0.4s 0s ease;
color:#00a186;
}

.main-menu ul .current_page_item a {
    color: #00a186;
}

.main-menu ul ul {
	background: #fff none repeat scroll 0 0;
	left: 12px;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 130px;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	z-index: 99999;
	transition: all 0.3s ease 0s;
	border-top: 2px solid #00a186;
}
.main-menu ul ul li {
float : none;
width : 220px;
}
.main-menu ul ul li ul {
	visibility: hidden !important;
}
.main-menu ul ul li i {
	float: right;
}
.main-menu ul ul li:hover ul{
	visibility: visible !important;
	top : -1px;
	transition: all 0.3s ease 0s;
	opacity:1;	
}
.main-menu ul ul li a {
	line-height: 120%;
	padding: 10px 17px;
	color: #555;
	border-bottom: 1px solid #ccc;
}
.main-menu ul ul li:last-child a{
	border-bottom:0px;
}
.main-menu ul ul li a:hover {
color:#fff;
background:#00a186;
border-top-color: #00a186;
}
.main-menu ul ul ul {
left : 100%;
transition: all 0.3s ease 0s;
opacity:0;
border-top:0px;
border-bottom:1px solid #f1c40f
}
.main-menu ul li:hover ul {	
 visibility: visible;
 transition: all 0.4s ease 0s; 
 opacity: 1;
 top:98px; 
}
.main-menu ul li a i {
margin-left : 6px;
}
.search-bar-icon{
	display: inline-block;
	padding: 38px 0px;
	position: absolute;
	right: 0;
	top: 0;
}
.site-search span{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 100%;
	cursor: pointer;
	transition: all 0.4s ease 0s;
	background:#f1c40f;
}
.site-search.open span i.fa-search::before {
	 content: "\f00d" !important; 
}
.site-search i {
  color: #011e40;
}
.search-forum > form {
	display: inline-flex;
	background: #fff;
	padding: 18px 20px;
	border-top: 2px solid #f1c40f;
}
.search-forum input[type="text"] {
	padding: 10px;
	border: 1px solid #ddd;
}
.search-forum input[type="submit"] {
  padding: 10px;
  background: #22253a;
  color: #fff;
}
.search-forum {
	left: -240px;
	position: absolute;
	top: 103px;
	transition: all 0.4s ease 0s;
	z-index: 2;
}
.search-forum.dropdown-menu {
	padding: 0;
	border: 0px;
}
.animation{
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/*
breadcrumbs
==================*/

.breadcrumbs_title{
	padding: 45px 0;
	/*background: url("http://portfolio.360br.com.br/creabilis/wp-content/themes/creabilis/imagens/breadcrumb.jpg") no-repeat fixed top center;*/
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
}

.breadcrumbs_title::before {
    background: rgba(0, 161, 134, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.breadcrumbs_title h1 {
	font-family: 'Montserrat-Regular';
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal !important;
	color: #ffffff;
	display: inline-block;
	position: relative;
	margin-bottom: 0;
	margin-top: 0;
}

.breadcrumb {
	padding: 15px 0 !important;
	margin-bottom: 20px;
	list-style: none;
	background-color: #fff !important;
	border-radius: 0;
}

.breadcrumb li a{
	font-family: 'Montserrat-Regular';
	font-size: 12px;
	color: #999999;
}

.breadcrumb .active{
	font-family: 'Montserrat-Regular';
	font-size: 12px;
	color: #00a186 !important; 
}


/*
Página Interna
==================*/

.box_detail{
	padding: 25px 25px 15px;
	border: 1px solid #ededed;
	background-color: #f8f8f8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.largura-botao .elementor-button {
    width: 100%;
}

.sec-title h2{
	font-family: 'Lato-Bold' !important;
	font-size: 48px !important;
	font-weight: normal !important;
	font-style: normal !important; 
}

.sec-title h2 span{
	font-family: 'Lato-Bold';
	font-size: 38px;
	color: #555;
}

.sec-title h2::before {
    position: absolute;
    content: '';
    background: #00a186;
    width: 95px;
    height: 5px;
    left: 0px;
    bottom: -25px;
    border-radius: 5px;
}

.titulo-cadastro-cv h2{
	font-family: 'Lato-Bold' !important;
	font-size: 44px !important;
	font-weight: normal !important;
	font-style: normal !important; 
}

.titulo-cadastro-cv h2::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 95px;
    height: 5px;
    left: 44%;
    bottom: -25px;
    border-radius: 5px;
}

.titulo-box h2{
	font-family: 'Lato-Bold' !important;
	font-size: 44px !important;
	font-weight: normal !important;
	font-style: normal !important; 
}

.titulo-box h2::before {
    position: absolute;
    content: '';
    background: #00a186;
    width: 95px;
    height: 5px;
    left: 46%;
    bottom: -25px;
    border-radius: 5px;
}

.box-pacote{
	position: relative;
	padding: 10px 30px 35px 30px;
	border: 1px solid #e5e5e5;
	border-top: none;
}

.ajuste-foto{
	margin-bottom: 0 !important;
}

/*.botao-pacote{
	font-family: "Lato", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #555555;
	background-color: #ccc;
	border-radius: 20px 20px 20px 20px;
}
*/

.botao-pacote {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: #00a186;
  padding: 10px 35px;
  font-family: "Lato", Sans-serif;
  position: relative;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  z-index: 1;
  border-radius: 20px 20px 20px 20px;
  margin-top: 15px;
}

.botao-pacote:hover{
  color: #fff;
  transition: all 500ms ease;
  background-color: #006c7e !important;
}

.pacote-social{
  background: #ff9900 !important;
}

.pacote-rede{
  background: #00a186 !important;
}

.pacote-pleno{
  background: #534e8b !important;
}

.zoom-imagem{
	margin-bottom: 0 !important;
}

.zoom-imagem .elementor-image{
	max-width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;	
}

.zoom-imagem:hover .elementor-image img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
	cursor: pointer;
}


.elementor-image img {
    display: block;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
}


/*
Contato
==================*/

.wpcf7-form{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 40px 30px 20px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: -2px 2px 6px 1px rgba(0,0,0,.05);
    box-sizing: border-box;
}

.wpcf7 .wpcf7-submit {
    font-family: 'Lato-Regular';
	color: #fff;
	text-transform: uppercase;
	padding: 8px 26px;
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	margin-top: 4px;
	background-color: #00a186;
	border-radius: 40px !important;
	border: 2px solid transparent;
	width: 100%;
	text-align: center;
}

.wpcf7 .wpcf7-submit:hover {
    background: #006c7e;
	color: #fff;
    transition: all 0.4s ease 0s;
}

.wpcf7-form input {
    border: 1px solid #dadada;
    color: #454545;
    font-family: 'Lato-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 40px;
    outline: medium none;
    padding-left: 20px;
    width: 100%;
}

.wpcf7-form #checkbox input {
    border: 1px solid #dadada;
    color: #454545;
    font-family: 'Lato-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 18px;
    outline: medium none;
    padding-left: 20px;
    width: 20px;
}

.wpcf7-form textarea {
    border: 1px solid #dadada;
    color: #454545;
    font-family: 'Lato-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 40px;
    max-height: 180px;
    max-width: 100%;
    min-height: 140px;
    outline: medium none;
    padding: 12px 20px;
    resize: none;
    width: 100%;
}

.wpcf7-form select {
    border: 1px solid #dadada;
    color: #999999;
    font-family: 'Lato-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 44px;
    max-width: 100%;
    outline: medium none;
    padding: 12px 20px;
    resize: none;
    width: 100%;
}

.wpcf7-form label {
    margin-bottom: 25px;
    text-align: left;
    width: 100%;
	font-size: 13px;
	color: #9d9d9e;
}

.wpcf7-form .checkbox {
    margin-bottom: 10px;
}

.ajuste-check input {
    width: 20px !important;
    height: 12px;
}

.ajuste-radio input {
    width: 20px !important;
    height: 12px;
}

.wpcf7-form .borda-ajuste{
	border: 1px solid #dadada;
	padding-top: 20px;
}

.irs--flat .irs-bar {
    background-color: #00a186 !important;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background-color: #00a186 !important;
}

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
    background-color: #00a186 !important;
}
.irs--flat .irs-from::before, .irs--flat .irs-to::before, .irs--flat .irs-single::before {
    border-top-color: #00a186 !important;
}

.irs--flat .irs-handle > i:first-child {
    background-color: #00a186 !important;
}

.ajuste-salario{
	margin: 0 0 25px;
}

.ajuste-idade{
	padding-top: 20px;
}

.wpcf7-list-item-label{
	font-family: 'Lato-Regular';
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #9d9d9e;
}

.arquivo {
	  display: none !important;
}

.file {
	  line-height: 30px;
	  height: 30px;
	  border: 1px solid #A7A7A7;
	  padding: 5px;
	  box-sizing: border-box;
	  font-size: 15px;
	  width: 225px !important;
}

.btn-anexo {
	  font-family: 'Lato-Regular';
	  color: #fff !important;
	  text-transform: uppercase;
	  padding: 8px 26px;
	  display: inline-block;
	  font-weight: 500;
	  font-size: 15px;
	  background-color: #00a186;
	  border-radius: 0 40px 40px 0 !important;
	  border: 2px solid transparent;
	  text-align: center;
	  width: 150px !important;
}

/*
Rodapé
==================*/

.fundo-footer {
    background: #232936;
    position: relative;
    overflow: hidden;
}

.footer-sec {
    padding: 40px 0 0;
}

.footer-sec .logo {
    width: 170px;
    margin: 0 auto;
}

.footer-sec .widget-texto-empresa {
    text-align: center;
    width: 320px;
    margin: 0 auto;
}

.widget-texto-empresa p {
    font-family: 'Lato-Regular';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #c8c8c8;
    display: block;
    margin: 10px 0;
}

.footer-sec hr{
	border-top: 1px solid #323845;	
}

.copy-right{
	padding-bottom: 20px;
}

.copy-right p {
    display: block;
    font-family: 'Lato-Regular';
	font-size: 12px;
    color: #c8c8c8;
    text-align: center;
	margin: 0;
}

.copy-right span a {
    color: #00a186;
}

@media(max-width:767px) {
	.header-right-div {
		text-align: center;
		padding-bottom: 6px;
	}
	
	.teste-tam {
    	margin: 0 auto 12px;
	}
	
	.header-left {
		padding: 0;
		text-align: center;
	}
	
}

@media only screen and (min-width: 0px) and (max-width: 420px) {
	.header-left li {
		/*width: 100%;*/
		padding: 0;
		text-align: center;
	}
	
	.mean-container a.meanmenu-reveal {
		margin-top: -70px !important;
	}
	
	.mean-container .mean-bar {
		top: 0px !important;
		
	}
	
	.mean-container .mean-nav{
		background: #00a186 !important;
	}
	
	
	.header-left {
		padding: 0;
		text-align: center;
	}
	
	.ajuste{
		padding-top: 15px;
	}
	
	.header-right-div {
		text-align: center;
		padding-bottom: 6px;
	}
	
	.titulo-cadastro-cv h2::before {
		left: 34%;
	}
	
	.titulo-box h2::before {
		left: 37%;
	}
	
	.teste-tam {
    	margin: 0 auto 12px;
	}

}


