@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');


/* ----------------- Pagina Inicial --------------------*/

.dropleft .dropdown-menu {
    top: -5px;
}


body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("./imgs/unnamed.png") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.btn-primary {
  background-color: #363636; 
  border: none; 
}

.btn-primary:hover {
  background-color: rgb(94, 185, 221)
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color:rgb(94, 185, 221);
  border-color: #31a8df;
  box-shadow: 0 0 0 0.rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #000c1a;
  border-color: #1ea6bb;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(66, 166, 206);
  border-color: #1ea6bb;
}

.btn.btnsquare {
  background-color: #363636;
  border: none; 
  color: white; 
  padding: 20px 25px;
  font-size:25px; 
  cursor: pointer; 
  margin: 10px;
  margin-top: 20px;
  margin-left: 0px;
  width: 75px;
  height: 70px;
}

.btn:hover {
  background-color: rgb(94, 185, 221)
}

/* ----------------- Página Inicial --------------------*/


/* ----------------- LOGIN --------------------*/

body{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  background: #eee;
  color:#666;
}
.login-container{
  height: 69vh;
  width: 100%;
}
.login-form{
  margin: auto;
  width: 370px;
  padding: 15px;
  max-width: 100%;
}
.login-form .form-control{
  font-size: 15px;
  min-height: 48px;
  font-weight: 500;
}
.login-form a{
  text-decoration: none;
  color:#666;
}
.login-form a:hover{
  color:#67cddc;
}
.forgot-link{
  font-size: 13px;
}

.form-control:focus{
  border-color:#21b7f3;
  box-shadow: 0 0 0 0.2rem rgba(64, 200, 241, 0.247);
}
.btn-custom{
  background: #29bbd1;
  border-color:#4eb1f3;
  color:#fff;
  font-size: 15px;
  font-weight: 600;
  min-height: 48px;
}
.btn-custom:focus,
.btn-custom:hover,
.btn-custom:active,
.btn-custom:active:focus{
  background: #3bbcf0;
  border-color: #3ad0fd;
  color:#fff;
}
.btn-custom:focus{
  box-shadow: 0 0 0 0.2rem rgba(21, 198, 252, 0.25);
}

.btnzinho {
  width: 25px;
  height: 30px;
}

.h1zinho {
  font-size: 2.2rem;
}
/* ----------------- LOGIN --------------------*/


/* ----------------- CADASTRO --------------------*/


.register-container{
  height: 100vh;
  width: 100%;
  background-color: #adabc9;
}
.register-form{
  margin: auto;
  width: 100%;
  padding: 0%;
  max-width: 100%;
}
.register-form .form-control{
  font-size: 15px;
  min-height: 48px;
  font-weight: 500;
}
.register-form a{
  text-decoration: none;
  color:#666;
}
.register-form a:hover{
  color:#67cddc;
}

.register{
  background: -webkit-linear-gradient(left, #3931af, #00c6ff);
  margin-top: 0%;
  padding: 0%;
}
.register-left{
  text-align: center;
  color: #fff;
  margin-top: 4%;
}
.register-left input{
  border: none;
  border-radius: 0rem;
  padding: 2%;
  width: 60%;
  background: #f8f9fa;
  font-weight: bold;
  color: #383d41;
  margin-top: 30%;
  margin-bottom: 3%;
  cursor: pointer;
}
.register-right{
  background: #5e93c9;
  border-top-left-radius: 10% 50%;
  border-bottom-left-radius: 10% 50%;
}
.register-left img{
  margin-top: 15%;
  margin-bottom: 5%;
  width: 25%;
  --webkit-animation: mover 2s infinite  alternate;
  -animation: mover 1s infinite  alternate;
}

.register-left p{
  font-weight: lighter;
  padding: 12%;
  margin-top: -9%;
}
.register .register-form{
  padding: 10%;
  margin-top: 10%;
}
.btnRegister{
  float: right;
  margin-top: 10%;
  border: none;
  -border-radius: 1.5rem;
  padding: 2%;
  background: #0062cc;
  color: #fff;
  font-weight: 600;
  width: 50%;
  cursor: pointer;
}
.nav-tabss{
  margin-top: 1%;
  margin-bottom: 4%;
  border: none;
  background: #3ad0fd;
  border-radius: 1.5rem;
  width: 100%;
  float: right;
}
.nav-tabss .nav-link{
  padding: 2%;
  height: 40px;
  font-weight: 600;
  color: #fff;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.nav-tabss .nav-link:hover{
  border: none;
}
.nav-tabss .nav-link.active{
  width: 100%;
  color: #3bbcf0;
  border: 1px solid #3ad0fd;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.register-heading{
  text-align: center;
  margin-top: 0%;
  margin-bottom: 0%;
  color: #29bbd1;
}



body,
html {
  margin: 0;
  padding: 0;
  height: 100%;

 
}
.user_card {
  width: 750px;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #eee;
  position: relative;
  display: flex;
  justify-content: start;
  flex-direction: column;
  padding: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;

}

.form_container {

  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;;
}
.login_btn {
  width: 100%;
  background: #28b6f3 !important;
  color: white !important;
}
.login_btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.login_container {
  padding: 0 2rem;
}
.input-group-text {
  background: #808080 !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}

/* ----------------- CADASTRO --------------------*/


/* ----------------- All --------------------*/

footer.footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.bg-dark {
  background-color: #363636 !important;
}

.bg-light {
  background-color: white;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #28b6f3;
  text-decoration: none;
}

@media (min-width: 100px) and (max-width: 991px)  {

  .dropleft .dropdown-toggle::after {
    display: inline-block;
  }

  .dropleft .dropdown-toggle::before {
    display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
  
  .dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  
  .dropleft .dropdown-toggle::before {
    display: none;
  }

  .dropdown-toggle {
    margin-left: 50px;
    
  }

}

.cor-icon {
  color:#3bbcf0;
}

.h1cor {
  color: #03b1ce;
}


/*-----------------Perfil do Usuário--------------*/

.cadastro {
padding-left:40%;

}

.headcadas{
	margin-left:1%;
	margin-top:1%;
}

 input.hidden {
    position: absolute;
    left: -9999px;
}

#profile-image1 {
    cursor: pointer;  
     width: 100px;
    height: 100px;
	border:2px solid #03b1ce;
	}


.caixona{
	background: #eee;
	color:#666;
	width: 100%;
	height:500px;
	
}

.caixa1{
	background: #eee;
	color:#666;
	width: 50%;
	margin-left:0%;	
	float:left;	
}
.caixa2{
	background: #eee;
	color:#666;
	width:50%;
	float:right;
}


.emp-profile{
  padding: 3%;
  margin-top: 3%;
  margin-bottom: 3%;
  border-radius: 0.5rem;
  background: #fff;
}
.profile-img{
  text-align: center;
}
.profile-img img{
  width: 60%;
  height: 100%;
}
.profile-img .file {
  position: relative;
  overflow: hidden;
  margin-top: -20%;
  width: 70%;
  border: none;
  border-radius: 0;
  font-size: 15px;
  background: #212529b8;
}
.profile-img .file input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
}
.profile-head h5{
  color: #333;
}
.profile-head h6{
  color: #0062cc;
}
.profile-edit-btn{
  border: none;
  border-radius: 1.5rem;
  width: 70%;
  padding: 2%;
  font-weight: 600;
  color: #6c757d;
  cursor: pointer;
}
.proile-rating{
  font-size: 12px;
  color: #818182;
  margin-top: 5%;
}
.proile-rating span{
  color: #495057;
  font-size: 15px;
  font-weight: 600;
}
.profile-head .nav-tabs{
  margin-bottom:5%;
}
.profile-head .nav-tabs .nav-link{
  font-weight:600;
  border: none;
}
.profile-head .nav-tabs .nav-link.active{
  border: none;
  border-bottom:2px solid #0062cc;
}
.profile-work{
  padding: 14%;
  margin-top: -15%;
}
.profile-work p{
  font-size: 12px;
  color: #818182;
  font-weight: 600;
  margin-top: 10%;
}
.profile-work a{
  text-decoration: none;
  color: #495057;
  font-weight: 600;
  font-size: 14px;
}
.profile-work ul{
  list-style: none;
}
.profile-tab label{
  font-weight: 600;
}
.profile-tab p{
  font-weight: 600;
  color: #0062cc;
}



/*-----------------Perfil do Usuário--------------*/


/*----------------------------------Resultados de Pesquisa-----------------------*/

.grid {
    position: relative;
    width: 100%;
    background: #fff;
    color: #666666;
    border-radius: 2px;
    margin-bottom: 25px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.grid .grid-body {
    padding: 15px 20px 15px 20px;
    font-size: 0.9em;
    line-height: 1.9em;
}

.search table tr td.rate {
    color: #f39c12;
    line-height: 50px;
}

.search table tr:hover {
    cursor: pointer;
}

.search table tr td.image {
	width: 50px;
}

.search table tr td img {
	width: 50px;
	height: 50px;
}

.search table tr td.rate {
	color: #f39c12;
	line-height: 50px;
}

.search table tr td.price {
	font-size: 1.5em;
	line-height: 50px;
}

.search #price1,
.search #price2 {
	display: inline;
	font-weight: 600;
}	

/*----------------------------------Resultados de Pesquisa-----------------------*/

/*----------------------------------Área de Cobertura-----------------------*/
.Area-de-Cobertura-5{
  width: 100%;
  max-width: 750px;
  height: 279px;
  margin: auto;
  background-color: #eee;
  box-shadow: -2px 5px 10px 7px rgba(0,0,0,0.1);
}
h2{
  font-size: 20px;
  margin-bottom: 15px;
  color: #3bbcf0;
  margin-left: 10px;
  font-weight: 700;
  padding: 15px;
}
.cidades-1{
  float: left;
  width: 340px;
  margin-left: 20px;
  height:auto;
}
.cidades-2{
  float: left;
   width: 340px;
   margin-left: 40px;
}
.Area-de-Cobertura-5 p{
  color: #3bbcf0;
  width: 205px;
  height: 21px;
  font-weight: 350;
}

.margt-5 {
  margin-top: 5rem;
}

/*----------------------------------Área de Cobertura-----------------------*/

/*----------------------------------Política de Privacidade-----------------------*/
.breadcrumb{
  background-color: #eee;
}
.breadcrumb-item a {
  color: #3bbcf0;
}
.breadcrumb-item a:hover{
  color: #808080;
  text-decoration: none;
}
.columns{
  width: 100%;
  max-width: 1020px;
  height: auto;
  margin-bottom: 20px;
}
.columns-main{
  width: 900px;
  height: 1010px;
  align-items: center;
  padding: 20px;
  margin: auto;
  background-color: #eee;
  box-shadow: -2px 5px 10px 7px rgba(0,0,0,0.1);
}
.Politica{
  Color: #3bbcf0;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 40px;
}
.page-main{
  width: 100%;
  max-width: 1050px;
  height: auto;
}
.columns-main p{
  color: #2ca5dd;
}
.a {
  color: #41b4f7;
}
.a:hover{
  color: #808080;
}
@media (min-width: 100px) and (max-width: 991px){
  .Area-de-Cobertura-5{
    width: 100%;
    height: 279px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #eee;
    box-shadow: -2px 5px 10px 7px rgba(0,0,0,0.1);
  }
  h2{
    font-size: 20px;
    margin-bottom: 15px;
    color: #3bbcf0;
    margin-left: 10px;
    font-weight: 700;
    padding: 15px;
  }
  .cidades-1{
    float: left;
    width: 40%;
    margin-left: 20px;
    height:auto;
  }
  .cidades-2{
    float: left;
    width: 40%;
     margin-left: 40px;
  }
  .Area-de-Cobertura-5 p{
    color: #3bbcf0;
    width: 205px;
    height: 21px;
    font-weight: 300;
  }
}
  /*----------------------------------Responsivo Política de Privacidade-----------------------*/
  .columns{
    width: 100%;
    max-width: 1020px;
    height: auto;
    margin-bottom: 10px;
  }
  .columns-main{
    width: 100%;
    height: auto;
    align-items: center;
    padding: 20px;
    margin: auto;
    background-color: #eee;
    box-shadow: -2px 5px 10px 7px rgba(0,0,0,0.1);
  }
  .Politica{
    Color: #3bbcf0;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 40px;
  }
  .page-main{
    width: 100%;
    max-width: 1050px;
    height: auto;
  }
  .columns-main p{
    color: #666;
  }

/*--------------------------Responsivo Política de Privacidade-----------------------*/

/* Tr Job Post */

.nav-color { 
 
  background: #ffffff;
  
}


.job-item {
    background-color: #fff;
}

.job-tab .nav-tabs {
	margin-bottom: 60px;
	border-bottom: 0;
}

.job-tab .nav-tabs>li {
	float: none;
	display: inline;
}

.job-tab .nav-tabs li {
	margin-right: 15px;
}

.job-tab .nav-tabs li:last-child {
	margin-right: 0;
}

.job-tab .nav-tabs {
	position: relative;
	z-index: 1;
	display: inline-block;
}

.job-tab .nav-tabs:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	z-index: -1;
}



.job-tab .nav-tabs>li a {
	display: inline-block;
	background-color: #fff;
	border: none;
	border-radius: 30px;
	font-size: 14px;
	color: #000;
	padding: 5px 30px;
}

.job-tab .nav-tabs>li>a.active, 
.job-tab .nav-tabs>li a.active>:focus, 
.job-tab .nav-tabs>li>a.active:hover,
.job-tab .nav-tabs>li>a:hover {
	border: none;
	background-color: #3ad0fd;
	color: #fff;
}

.job-item {
	border-radius: 3px;
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
}

.job-item .btn.btn-primary {
	text-transform: capitalize;
}

.job-item .job-info {
	font-size: 14px;
	color: #000;
	overflow: hidden;
	padding: 40px 25px 20px;
}

.job-info .company-logo {
	margin-bottom: 30px;
}

.job-info .tr-title {
	margin-bottom: 15px;
}

.job-info .tr-title span {
	font-size: 14px;
	display: block;
}

.job-info .tr-title a {
	color: #000;
}

.job-info .tr-title a:hover {
	color: #008def;
}

.job-info ul {
	margin-bottom: 30px;
}

.job-meta li,
.job-meta li a {
	color: #646464;	
}

.job-meta li a:hover {
	color: #008def;
}

.job-meta li {
	font-size: 12px;
	margin-bottom: 10px;
}

.job-meta li span i {
	color: #000;
}

.job-meta li i {
	margin-right: 15px;
}

.job-item .time {
	position: relative;
}

.job-item .time:after {
	position: absolute;
	content: "";
	bottom: 35px;
	left: -50px;
	width: 150%;
	height: 1px;
	background-color: #f5f4f5;
	z-index: -1;
}

.job-item:hover .time,
.job-item:hover .time:after {
	opacity: 0;
}

.job-item .time span {
	font-size: 12px;
	color: #bebebe;
	line-height: 25px;
}

.job-item .btn.btn-primary,
.role .btn.btn-primary,
.job-item .time a span {
	padding: 5px 10px;
    border-radius: 4px;
    line-height: 10px;
    font-size: 12px;
}

.job-item .time a span {
	color: #fff;
    background-color: #f1592a;
    border-color: #f1592a;	
}

.job-item .time a span.part-time {
	background-color: #00aeef;
	border-color: #00aeef;
}

.job-item .time a span.freelance {
	background-color: #92278f;
	border-color: #92278f;	
}

.job-item .item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #008def;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 800ms;
	-moz-transition: all 800ms;
	-ms-transition: all 800ms;
	-o-transition: all 800ms;
	transition: all 800ms;
}

.job-item:hover .item-overlay {
	opacity: 1;
}

.item-overlay .job-info {
	padding: 45px 25px 40px;
	overflow: hidden;
}

.item-overlay .btn.btn-primary {
	background-color: #007bd4;
	border-color: #007bd4;
	margin-bottom: 10px;
}

.item-overlay .job-info,
.item-overlay .job-info ul li,
.item-overlay .job-info ul li i,
.item-overlay .job-info .tr-title a {
	color: #fff;
}

.job-social {
	margin-top: 35px;
}

.job-social li {
	float: left;
}

.job-social li + li {
	margin-left: 15px;
}

.job-social li a i {
	margin-right: 0;
	font-size: 14px;
}

.job-social li a {
	width: 35px;
	height: 35px;
	text-align: center;
	display: block;
	background-color: #007bd4;
	line-height: 35px;
	border-radius: 100%;
	border: 1px solid #007bd4;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.job-social li:last-child a {
	background-color: #fff;
}

.job-social li:last-child a i {
	color: #008def;
}

.job-social li a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 100%;
	background-color:#008def;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);	
}

.job-social li a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    padding: 5px;
}

.job-social li a:hover {
	border-color: #fff;
}

.job-social li a:hover i {
	color: #fff;
}

.tr-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
