﻿@charset "UTF-8";
html head body {
  font-family: "Open Sans", sans-serif;
}
.imglogo {
  width: 168px;
}
.st0 {
  fill: #FFFFFF;
  shape-rendering: geometric-precision;
}
.title-area {
  display: table-cell;
  vertical-align: middle;
  left: 0;
  float: none !important;
}
.top-bar-section {
  display: table-cell;
  vertical-align: middle;
}
div.requiredfield {   
    background-color:#EEEEEE;
    vertical-align:middle;
    color:#3b5998;     
}
.fullwidth {
  min-width: 100% !important;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.fullview {
  min-width: 100vw;
  height: auto;
  margin: 0;
  padding: 0;
}
.containerimg {
  top: 0;
  position: absolute;
  background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("stockphotos/company.jpg");
  width: 100%;
  min-height: 1000px;
  background-size: cover;
  z-index: -1;
  overflow: hidden;
  background-position: center center;
}
.containerimg-people {
  top: 0;
  margin: -5px -10px -10px -5px;
  position: absolute;
  width: 200%;
  max-width: 150vw !important;
  height: 1000px;
  /*-webkit-filter: blur(5px);
  filter: blur(5px);*/
  background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("stockphotos/personal.jpg");
  background-size: cover;
  z-index: -1;
  overflow: hidden;
  background-position: center center;
}
.containerimg-company {
  top: 0;
  margin: -5px -10px -10px -5px;
  position: absolute;
  width: 200%;
  max-width: 150vw !important;
  height: 1000px;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("stockphotos/company.jpg");
  background-size: cover;
  z-index: -1;
  overflow: hidden;
  background-position: center center;
}
.menuheader {
  color: #F7F7F9
}
#header-button-switcher {
  background: none;
  color: #F7F7F9;
  font-weight: bold;
  border: 1px solid #F7F7F9;
  text-transform: capitalize;
}
#header-button-menu {
  font-weight: bold;
  text-transform: uppercase;
}
#header-button-login {
  color: #34495e;
  text-transform: capitalize;
  background-color: #FDB225;
  font-weight: bold;
}
#loginform {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  background-color: #FFF;
  width: 350px;
  /*height: 450px;*/
  padding: 0 !important;
  margin-top: -255px;
  margin-left: -175px;
  -vendor-animation-duration: 1s;
  -vendor-animation-delay: 0.5s;
}
#loginform form {
  padding-left: 15px;
  padding-right: 15px;
}
#logintitle {
  background-color: #017EC1;
  padding: 30px;
  color: #FFFFFF;
  font-weight: 700;
}
#close {
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 1px;
  margin: 0;
  padding: 0;
}
#close a {
  color: #FFF;
}
#close a:hover {
  color: #FFF;
}
#checkremember {
  display: table;
}
#remember {
  display: inline-block;
  font-size: 12px;
  color: #017EC1;
  position: relative;
  top: 6px;
  padding-right: 45px;
}
#companies-login {
  margin-top: 20%;
}
#entrar-companies {
  margin-top: 5%;
  margin-bottom: 12%;
}
#rememberme {
  display: inline-block;
  border-radius: 0px;
  position: relative;
  top: 8px;
}
.sweet-alert button {
  border-radius: 0;
}
.sweet-alert form {
  text-align: center;
}
.sweet-alert input {
  margin-left: 20px;
  margin-right: 5px;
}
.extra-login {
  font-family: "Open sans", sans-serif;
}
.extra-login h6 {
  font-size: 21px;
  font-weight: 400;
  color: #575757;
  margin-bottom: 10px;
  margin-top: 15px;
}
[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
#date-register {
  margin-left: 0px;
}
#code-email {
  text-align: center;
  margin-top: 30px;
  height: 50px;
  width: 100%;
  padding: 0;
  margin-left: 0;
  border: 1.5px solid #AAAAAA;
  font-size: 25px;
  font-weight: 300;
  border-radius: 5px;
  text-transform: uppercase;
}
.login-linkedin {
  height: auto;
  width: 100%;
  background-color: rgb(1, 119, 181);
  margin-bottom: 10px;
  color: #F7F7F9;
  font-weight: 600;
  /*border-radius: 5px;*/
  box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3);
  padding-right: 15px;
  padding-left: 15px;
}
#linkedin {
  padding-top: 35px;
  padding-right: 15px;
  padding-left: 15px;
}
#linkedin fieldset {
  border-top: 1px solid #AAA;
  border-bottom: none;
  border-left: none;
  border-right: none;
  display: block;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 35px !important;
  margin-top: 20px !important;
  color: #AAA;
}
#loginform h4 {
  color: #34495e;
  font-weight: 600;
  padding-left: 15px;
  padding-bottom: 20px;
  padding-top: 20px;
  font-variant: small-caps;
}
#loginform li {
  font-size: 13px;
  list-style-type: none;
}
#loginlinks {
  background-color: #EEEEEE;
  margin: 0!important;
}
#loginform ul {
  padding-top: 15px;
  padding-left: 0 !important;
  padding-right: 15px;
}
#loginform button {
  background-color: #FDB225;
  color: #34495e;
  font-weight: bold;
  font-size: 12px;
}
#loginform-background {
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000
}
#emaillogin {
  width: 100%;
  margin-bottom: 1.25rem;
  background: rgba(0, 0, 0, 0.0);
  border: none;
  outline: none;
  padding: 10px;
  font-size: 14px;
  color: #000;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
  -webkit-transition: box-shadow .5s ease;
  -moz-transition: box-shadow .5s ease;
  -o-transition: box-shadow .5s ease;
  -ms-transition: box-shadow .5s ease;
  transition: box-shadow .5s ease;
}
#passwordlogin {
  width: 100%;
  margin-bottom: 1.25rem;
  background: rgba(0, 0, 0, 0.0);
  border: none;
  outline: none;
  padding: 10px;
  font-size: 14px;
  color: #000;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
  -webkit-transition: box-shadow .5s ease;
  -moz-transition: box-shadow .5s ease;
  -o-transition: box-shadow .5s ease;
  -ms-transition: box-shadow .5s ease;
  transition: box-shadow .5s ease;
}
#header-button-start {
  color: #34495e;
  text-transform: capitalize;
  background-color: #FDB225;
  font-weight: bold;
  font-size: 1em;
  margin-top: 30px;
}
#text-intro {
  margin-top: 15rem;
}
.maintext {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0;
  color: white;
  font-variant:normal;
  text-transform: uppercase;
  line-height: 1.2;
}
#submaintext {
  font-size: 1.4rem;
  font-weight: 500;
  color: white;
  margin-top: 1rem;
}
#convite {
  margin-top: 1rem;
  margin-bottom: 6rem;
}
.invitelabel {
  background-color: #607D8B;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #F7F7F9;
  text-align: center;
  right: 0;
  height: 2.3125rem;
  min-width: 115px;
  min-height: 35px;
  background-color: #1E88E5 !important;
  border: none !important;
  float: right;
  color: #F7F7F9 !important;
}
.inviteinput {
  background-color: #F7F7F9;
  float: left !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.inviteinputname {
  background-color: #F7F7F9;
  float: left !important;
  padding: 0;
  margin: 0;
  border: 1px solid #E0E0E0 !important;
}
.button-down {
  position: relative;
  cursor: pointer;
  margin: 50px;
  opacity: 0.4;
  height: auto;
}
.button-down:hover {
  opacity: 1;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation: bounce 1.5s ease infinite;
  -moz-animation: bounce 1.5s ease infinite;
  -o-animation: bounce 1.5s ease infinite;
  animation: bounce 1.5s ease infinite;
  -webkit-animation-timing-function: cubic-bezier(.14, .75, .2, 1.01);
  -moz-animation-timing-function: cubic-bezier(.14, .75, .2, 1.01);
  -ms-animation-timing-function: cubic-bezier(.14, .75, .2, 1.01);
  animation-timing-function: cubic-bezier(.14, .75, .2, 1.01);
}
@-webkit-keyframes bounce {
  0%, 100% {
    top: 0px;
    opacity: 0.7
  }
  25% {
    top: 9px;
    opacity: 1
  }
  50% {
    opacity: 0.85
  }
}
@keyframes bounce {
  0%, 100% {
    top: 0px;
    opacity: 0.7
  }
  25% {
    top: 9px;
    opacity: 1
  }
  50% {
    opacity: 0.85
  }
}
@-webkit-keyframes ring {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    opacity: 1
  }
  75% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.7
  }
}
@keyframes ring {
  0%, 100% {
    transform: scale(1, 1);
    opacity: 1
  }
  75% {
    transform: scale(1.2, 1.2);
    opacity: 0.7
  }
}
.button-down:after {
  position: relative;
  margin-top: 50px;
  cursor: pointer;
  margin: 50px;
  opacity: 0.8;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  font-weight: 600;  
  background-image: linear-gradient(top, #F7F7F9, #e6e6e6);  
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #017EC1;
}
.btn-secundary:hover, .btn-secundary:active, .btn-secundary.active, .btn-secundary.disabled, .btn-secundary[disabled] {
  background-color: #4CAF50;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  /*-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;*/
}
.btn-primary:hover {
  color: #333333;
  text-decoration: none;
  background-color: ##017EC1;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn-secundary:hover {
  color: #333333;
  text-decoration: none;
  background-color: #4CAF50;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn-primary, .btn-primary:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #F7F7F9F7F7F9;
}
.btn-primary.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #017EC1;
  background-repeat: repeat-x;
  border: 1px solid #017EC1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(top, #FDB225, #E3A021);
}
.btn-secundary {
  background-color: #4CAF50;
  background-repeat: repeat-x;
  border: 1px solid #4CAF50;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(top, #FDB225, #E3A021);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  filter: none;
  background-color: #017EC1;
}

.btn-block {
  width: 100%;
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.login {
  position: relative;
}
.login h1 {
  color: #F7F7F9;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
  text-align: center;
}
.login button {
  color: #F7F7F9;
}
.login button:hover {
  color: #F7F7F9;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.sign-linkedin {
  height: auto;
  width: 100%;
  background-color: rgb(1, 119, 181);
  margin-bottom: 10px;
  color: #F7F7F9;
  font-weight: 600;
  /*border-radius: 5px;*/
  box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3);
  padding: 0.3rem;
}
.icon-linkedin {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  max-height: 40px;
}
.text-linkedin {
  color: #F7F7F9;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
fieldset.or-title {
  border-top: 1px solid #FFF;
  border-bottom: none;
  border-left: none;
  border-right: none;
  display: block;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 10px !important;
}
fieldset.or-title legend {
  padding: 5px 5px !important;
  background: none;
  color: #F7F7F9;
}
#inputconvite {
  width: 100%;
  margin-bottom: 1.25rem;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  outline: none;
  padding: 10px;
  font-size: 13px;
  color: #F7F7F9;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  /*border-radius: 4px;*/
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
  -webkit-transition: box-shadow .5s ease;
  -moz-transition: box-shadow .5s ease;
  -o-transition: box-shadow .5s ease;
  -ms-transition: box-shadow .5s ease;
  transition: box-shadow .5s ease;
}
#inputgeral { 
	width: 100%; 
	margin-bottom: 1.25rem; 
	background: rgba(0,0,0,0.3);
	border: none;
	outline: none;
	padding: 10px;
	font-size: 13px;
	color: #F7F7F9;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.3);
	/*border-radius: 4px;*/
	box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
}
#inputconvite::placeholder {
  color: #FFF;
}
#inputemail {
  width: 100%;
  margin-bottom: 1.25rem;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  outline: none;
  padding: 10px;
  font-size: 13px;
  color: #F7F7F9;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  /*border-radius: 4px;*/
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
  -webkit-transition: box-shadow .5s ease;
  -moz-transition: box-shadow .5s ease;
  -o-transition: box-shadow .5s ease;
  -ms-transition: box-shadow .5s ease;
  transition: box-shadow .5s ease;
}
/*#inputemail::placeholder {
  color: #FFF;
}*/
#inputfunction {
  width: 100%;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  outline: none;
  padding: 10px;
  font-size: 13px;
  color: #F7F7F9;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  /*border-radius: 4px;*/
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
  -webkit-transition: box-shadow .5s ease;
  -moz-transition: box-shadow .5s ease;
  -o-transition: box-shadow .5s ease;
  -ms-transition: box-shadow .5s ease;
  transition: box-shadow .5s ease;
  margin: 0px !important;
}
#inputcompanyname {
  width: 100%;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  outline: none;
  padding: 10px;
  font-size: 13px;
  color: #F7F7F9;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  /*border-radius: 4px;*/
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
  -webkit-transition: box-shadow .5s ease;
  -moz-transition: box-shadow .5s ease;
  -o-transition: box-shadow .5s ease;
  -ms-transition: box-shadow .5s ease;
  transition: box-shadow .5s ease;
  margin: 0px !important;
}
#inputresponsavel {
  width: 100%;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  outline: none;
  padding: 10px;
  font-size: 13px;
  color: #F7F7F9;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  /*border-radius: 4px;*/
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
  -webkit-transition: box-shadow .5s ease;
  -moz-transition: box-shadow .5s ease;
  -o-transition: box-shadow .5s ease;
  -ms-transition: box-shadow .5s ease;
  transition: box-shadow .5s ease;
  margin: 0px !important;
}
#inputfirstname {
  width: 100%;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  outline: none;
  padding: 10px;
  font-size: 13px;
  color: #F7F7F9;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  /*border-radius: 4px;*/
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
  -webkit-transition: box-shadow .5s ease;
  -moz-transition: box-shadow .5s ease;
  -o-transition: box-shadow .5s ease;
  -ms-transition: box-shadow .5s ease;
  transition: box-shadow .5s ease;
  margin: 0px !important;
}
#inputlastname {
  width: 100%;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  outline: none;
  padding: 10px;
  font-size: 13px;
  color: #F7F7F9;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  /*border-radius: 4px;*/
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
  -webkit-transition: box-shadow .5s ease;
  -moz-transition: box-shadow .5s ease;
  -o-transition: box-shadow .5s ease;
  -ms-transition: box-shadow .5s ease;
  transition: box-shadow .5s ease;
  margin: 0px !important;
}
#inputvatnumer { 
	width: 50%; 
	margin-bottom: 10px; 
	background: rgba(0,0,0,0.3);
	border: none;
	outline: none;
	padding: 10px;
	font-size: 13px;
	color: #F7F7F9;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.3);	
	box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
	margin: 0px !important;
}
#swal-input1 { 
	width: 50%; 
	margin-bottom: 10px; 
	background: rgba(0,0,0,0.3);
	border: none;
	outline: none;
	padding: 10px;
	font-size: 13px;
	color: #F7F7F9;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.3);	
	box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
	margin: 0px !important;
}
#swal-input2 { 
	width: 50%; 
	margin-bottom: 10px; 
	background: rgba(0,0,0,0.3);
	border: none;
	outline: none;
	padding: 10px;
	font-size: 13px;
	color: #F7F7F9;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.3);	
	box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
	margin: 0px !important;
}
#swal-input3 { 
	width: 50%; 
	margin-bottom: 10px; 
	background: rgba(0,0,0,0.3);
	border: none;
	outline: none;
	padding: 10px;
	font-size: 13px;
	color: #F7F7F9;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.3);	
	box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
	margin: 0px !important;
}
#inputpassword {
  width: 100%;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  outline: none;
  padding: 10px;
  font-size: 13px;
  color: #F7F7F9;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  /*border-radius: 4px;*/
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
  -webkit-transition: box-shadow .5s ease;
  -moz-transition: box-shadow .5s ease;
  -o-transition: box-shadow .5s ease;
  -ms-transition: box-shadow .5s ease;
  transition: box-shadow .5s ease;
  margin: 0px !important;
}
/*#inputpassword::placeholder {
  color: #FFFFFF
}*/
#inputpassconf {
  width: 100%;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  outline: none;
  padding: 10px;
  font-size: 13px;
  color: #F7F7F9;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  /*border-radius: 4px;*/
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
  -webkit-transition: box-shadow .5s ease;
  -moz-transition: box-shadow .5s ease;
  -o-transition: box-shadow .5s ease;
  -ms-transition: box-shadow .5s ease;
  transition: box-shadow .5s ease;
  margin: 0px !important;
}
#inputfirstname:focus {
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.6), 0 1px 1px rgba(255, 255, 255, 0.4);
}
#inputlastname:focus {
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.6), 0 1px 1px rgba(255, 255, 255, 0.4);
}
#inputpassword:focus {
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.6), 0 1px 1px rgba(255, 255, 255, 0.4);
}
#inputconvite:focus {
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.6), 0 1px 1px rgba(255, 255, 255, 0.4);
}
#inputgeral:focus {
    box-shadow: inset 0 -5px 45px rgba(100,100,100,0.6), 0 1px 1px rgba(255,255,255,0.4);
}
#inputemail:focus {
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.6), 0 1px 1px rgba(255, 255, 255, 0.4);
}
#inputfunction:focus {
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.6), 0 1px 1px rgba(255, 255, 255, 0.4);
}
#inputvatnumer:focus {
    box-shadow: inset 0 -5px 45px rgba(100,100,100,0.6), 0 1px 1px rgba(255,255,255,0.4);
}
#swal-input1:focus { box-shadow: inset 0 -5px 45px rgba(100,100,100,0.6), 0 1px 1px rgba(255,255,255,0.4); }
#swal-input2:focus { box-shadow: inset 0 -5px 45px rgba(100,100,100,0.6), 0 1px 1px rgba(255,255,255,0.4); }
#swal-input3:focus { box-shadow: inset 0 -5px 45px rgba(100,100,100,0.6), 0 1px 1px rgba(255,255,255,0.4); }
/* APRESENTAÇÃO PRIMEIRA VEZ REGISTO */
.first-time-test {
  background-color: #fff;
  width: 478px !important;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -177px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}
.first-time-test h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
}
.first-time-test p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  margin: 0;
  line-height: normal;
}
.first-time-test button {
  background-color: #2ECC40;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}
.first-time-test .icon {
  width: 80px !important;
  height: 80px !important;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  position: relative;
}
.first-time-test .icon.warning {
  border-color: #F8BB86;
}
.first-time-test .icon.warning .body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 6px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}
.first-time-test .icon.warning .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  bottom: 6px;
  background-color: #F8BB86;
}
/* APRESENTAÇÃO PRIMEIRA VEZ REGISTO */
#separadores {
  position: relative;
  background-color: #EF3D31;
  width: 100% !important;
  min-height: 20px;
  margin: 0;
  margin-top: 3rem;
  z-index: 1;
}
#ulseparadores {
  margin: 0 auto !important;
}
#img-home-left {
  position: relative;
  overflow: hidden;
  max-height: 80%;
  max-width: 658px;
  width: auto;
  float: left;
  margin-left: -130px;
  padding-left: 30px;
}
#img-home-right {
  position: relative;
  overflow: hidden;
  max-height: 80%;
  max-width: 658px;
  width: auto;
  padding-right: 30px;
  margin-left: -50px;
}
#home-text-right {
  margin-right: -80px;
}
#home-text-left {
  margin-left: -80px;
}
.no-bullet>li {
  display: inline-block;
  color: #F7F7F9;
  width: 24.5%;
  text-align: center;
}
#ulseparadores>li>a {
  color: #F7F7F9;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}
#ulseparadores>li>a:hover {
  color: white;
}
#ulseparadores>li>a:focus {
  color: #FF594F;
  text-decoration: none;
}
#ulseparadores>li>a:active {
  color: white;
  text-decoration: none;
}
#divparceiros {
  background-color: white;
  text-align: center;
  padding: 30px 0;
}
#tj-features h2 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 300;
  color: #34495e;
}
#imagem1 {
  background-image: url(../css/imagens/home-tests.png);
  background-size: 50px 100px;
  width: 100%;
  height: 100%;
  content: "";
  position: relative;
}
.feature {
  padding-top: 112px;
}
.one {
  background: #F7F7F9;
}
#tj-features .feature .row {  
  padding: 0px 0;  
  padding-bottom: 5px;
}
#tj-features p {
  font-size: 0.9rem;
}
#container-icons {
  background-color: #EF3D31;
  border-radius: 80px;
  width: 4.5em;
  height: 4.5em;
  display: table-cell;
  vertical-align: middle;
}
.home-icons {
  font-size: 3em;
  color: #F7F7F9;
  margin-left: auto;
  margin-right: auto;
}
.right {
  float: right !important;
}
.left {
  float: left !important;
}
/* -------------------------- PRICING STYLES ---------------------------------- */
.areapricing {
  margin: 0;
  padding: 0;
  background: #017cbf;
  /* Old browsers */
  background: -moz-linear-gradient(top, #017cbf 0%, #ef3c2f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #017cbf), color-stop(100%, #ef3c2f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #017cbf 0%, #ef3c2f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #017cbf 0%, #ef3c2f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #017cbf 0%, #ef3c2f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #017cbf 0%, #ef3c2f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017cbf', endColorstr='#ef3c2f', GradientType=0);
  /* IE6-9 */
}
sup {
  font-size: 40px;
}
.content ul {
  list-style: none;
  font-size: 15px;
  font-family: 'Open Sans';
  color: #9095aa;
  padding: 0px;
  margin: 0px;
}
.content li {
  border-bottom: 1px solid #494a5a;
  padding: 0px;
  margin: 0px;
  text-align: center;
  height: 52px;
  line-height: 52px;
}
.contentsecundary ul {
  list-style: none;
  font-size: 11px;
  font-family: 'Open Sans';
  color: #9095aa;
  padding: 0px;
  margin: 0px;
}
.contentsecundary li {
  border-bottom: 1px solid #494a5a;
  padding: 0px;
  margin: 0px;
  text-align: center;
  height: 39px;
  line-height: 39px;
}
#containerpricing {
  padding-top: 3rem;
  width: 100%;
  text-align: center;
  padding-bottom: 3rem;
}
.divtitlepricing {
  margin-bottom: 3rem;
}
#titlepricing {
  color: #F7F7F9;
  margin: 0;
}
#subtitlepricing {
  color: #F7F7F9;
  margin: 0;
}
.whole {
  display: inline-block;
  top: 50px;
}
.wholesecundary {
  display: inline-block;
  vertical-align: top;
  padding-top: 75px;
}
.type {
  width: 300px;
  background-color: #eac80d;
  height: 62px;
  border-bottom: 3px solid #bfa30c;
}
.typesecondary {
  width: 225px;
  background-color: #CCC;
  height: 47px;
  border-bottom: 3px solid #999;
}
.type p {
  font-family: 'Open Sans';
  font-weight: 800;
  font-size: 29px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding-top: 10px;
}
.typesecondary p {
  font-family: 'Open Sans';
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding-top: 8px;
}
.plan {
  width: 300px;
  background-color: #2b2937;
  font-family: 'Open Sans';
  font-style: condensed;
  font-size: 90px;
  color: white;
  text-align: center;
}
.plansecondary {
  width: 225px;
  background-color: #353344;
  font-family: 'Open Sans';
  font-style: condensed;
  font-size: 68px;
  color: white;
  text-align: center;
}
.standard {
  background-color: #FDB225;
  border-bottom: 3px solid #7D5812;
}
.ultimate {
  background-color: #5d6a9a;
  border-bottom: 3px solid #474f6f;
}
.headerpricing {
  border-bottom: 1px solid #494a5a;
  padding-bottom: 39px;
}
.plansecondary .headerpricing {
  border-bottom: 1px solid #494a5a;
  padding-bottom: 29px;
}
.headerpricing span {
  font-size: 32px;
}
.plansecondary>.headerpricing span {
  font-size: 24px;
}
.plansecondary>.headerpricing sup {
  font-size: 30px;
}
.month {
  font-size: 14px;
  color: #575757;
  padding: 0px;
  margin: -10px;
}
.price {
  height: 80px;
}
.plansecondary>.price {
  height: 60px;
}
.cart {
  color: white;
  position: relative;
  top: 16px;
  font-size: 22px;
}
.cartsecondary {
  color: white;
  position: relative;
  top: 12px;
  margin-top: 10px
}
.bottom {}
.content {}
.top {
  margin-top: 35px;
}
.nodisplay {
  opacity: 0.1;
}
.selected {
  background-color: #1F1B36;
  margin: 0px;
  padding: 0px;
}
#buttonpricing {
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-size: 1rem;
  color: #222222;
  background-color: #FDB225;
  font-weight: bold;
  box-shadow: 0px 0px 5px rgba(25, 25, 25, 0.3);
}
#secondaryfeature {
  color: #736E93;
}
#primaryfeature {
  font-size: 15px;
  font-weight: 700;
}
/* -------------- FOOTER ------------------ */
.footer {
  background-color: #017EC1;
  color: #F7F7F9;
  width: 100%;
  height: 150px;
}
.footer a {
  background-color: #017EC1;
  color: #F7F7F9;
  font-size: 0.9rem;
  text-transform: uppercase;
  height: auto;
  vertical-align: top;
}
.footer img {
  height: 36px;
  width: auto;
  vertical-align: 0px;
}
.footer p {
  background-color: #017EC1;
  color: #F7F7F9;
  font-size: 0.6rem;
  text-transform: uppercase;
}
#containerfooter {
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
}
.logofooter {
  margin-right: 40px;
}
.website {
  margin-right: 15px;
}
.facebook {
  margin-right: 15px;
  font-size: 50px !important;
}
.linkedin {
  margin-right: 15px;
  font-size: 50px !important;
}

#extrainfo {
  font-weight: 300;
  color: #AAA;
  font-style: italic;
}
#infocompanies {
  padding-top: 100px;
  padding-bottom: 50px;
}
#infocompanies button {
  background-color: #FDB225;
  color: #34495e;
  font-weight: bold;
  margin-top: 30px;
}
.rowcompanies {
  background-image: linear-gradient(rgba(0, 43, 65, 0.6), rgba(0, 43, 65, 0.6)), url("stockphotos/company.jpg");
  background-size: cover;
  padding-bottom: 30px;
  background-position: center center;
  height: 500px;
}
#infocompanies h1 {
  color: #F7F7F9;
}
#infocompanies h5 {
  color: #F7F7F9;
}
#about-title {
  margin-top: 150px;
  font-family: 'Bebas neue', sans-serif;
}
#about-title h1 {
  color: #575757;
  font-family: 'Bebas neue', sans-serif;
  font-size: 65px;
}
#about-text {
  font-size: 13px !important;
  padding-top: 50px;
  color: #575757;
  margin-bottom: 200px;
  text-align: justify;
}
.legibility {
  text-rendering: optimizeLegibility;
}
/*--------------------------------------------------------------------
    ABOUT EmpregoLocal
----------------------------------------------------------------------*/
#about-title {
  margin-top: 150px;
  font-family: 'Bebas neue', sans-serif;
}
#about-title h1 {
  text-align: center;
  color: #575757;
  font-family: 'Bebas neue', sans-serif;
  font-size: 65px;
}
#about {
  font-size: 14px;
  line-height: 1.8;
}
.about-text {
  padding-top: 50px;
  color: #575757;
  margin-bottom: 200px;
  text-align: left;
}
.legibility {
  text-rendering: optimizeLegibility;
}
.legalheader {
  position: relative;
  min-height: 400px;
  height: auto;
  max-height: 400px;
  padding: 0;
  z-index: -1;
  top: 25%;
}
.legalheadertext {
  position: absolute;
}
.legalheadertext h2 {
  color: #FFF;
  font-weight: 700;
  font-size: 3rem;
  margin-left: 2%;
  margin-top: 35%;
  position: relative;
}
.legalvideo {
  margin-top: -200px;
  z-index: -999;
  position: fixed;
}
.legalcontents {
  padding-top: 50px;
  padding-left: 10%;
  background: #FFF;
  background-color: #FFF;
  padding-bottom: 0px;
}

.legal-icons {
  font-size: 3rem;
  color: #757575;
}
.legaltitle {
  padding-left:30px;
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #222222;
}
.legalsubtitle {
  padding-left: 20px;
  margin-top: 10px;
  font-size: 0.9rem;
  color: #757575;
}
.legalbutton {
  display: block;
  background: #f4f4f4;
  padding: 1rem;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 30px;
  margin-top:-15px;
}
.legalbutton:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  cursor: pointer;
}
.legal {
  min-height: 421px;
  max-height: 421px;
}
.legalback {
  font-size: 13px;
  font-weight: 700;
  padding-top: 3px;
}
#legalbuttonback {
  margin-top: 90px;
}
#legalback {
  font-size: 13px;
  font-weight: 700;
  color: #757575;
}
.legalback-icons {
  font-size: 23px;
  color: #757575;
}
.legalbuttonback {
  display: block;
  background: #f4f4f4;
  padding: 0px;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 30px;
}
.legalbuttonback:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  cursor: pointer;
}
.legalbuttonback-down {
  display: block;
  background: #f4f4f4;
  padding: 0px;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.legalbuttonback-down:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  cursor: pointer;
}
.contact {
  margin-top: 2%;
}
.map-contact {
  bottom: 0;
}
.overlay {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 580px;
  /* your iframe height */
  /*top:480px;  /* your iframe height */
  /*margin-top:-450px;  /* your iframe height */
}
.logo-contact {
  margin-top: 8%;
  margin-bottom: 2%;
}
.map {
  bottom: 0;
}
