/*@import "menu.less";*/
@import "../fonts/fontfaces.css";
.font-avantgard-book {
  font-family: 'avantgard-book', sans-serif;
}
.font-avantgard-normal {
  font-family: 'avantgard-normal', sans-serif;
}
.font-avantgard-extralight {
  font-family: 'avantgard-extralight', sans-serif;
}
.font-avantgard-gothic-medium {
  font-family: 'avantgard-gothic-medium', sans-serif;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23/abr/2018, 15:22:48
    Author     : pedro.serralha
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/mar/2018, 16:47:41
    Author     : pedro.serralha
*/
/***
// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

*/
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 1091px;
  background-color: white;
}
@media (max-width: 1199.98px) {
  .carousel-item {
    height: 891px;
  }
}
@media (max-width: 992px) {
  .carousel-item {
    height: 791px;
  }
}
.carousel-item > img {
  position: absolute;
  min-width: 100%;
  height: 100%;
}
@media (min-width: 1199.98px) {
  .carousel-item > img {
    left: 0;
    top: -60px;
  }
}
@media (max-width: 1199.98px) {
  .carousel-item > img {
    left: -371px;
    top: -200px;
  }
}
@media (max-width: 992px) {
  .carousel-item > img {
    left: -577px;
    top: -200px;
  }
}
@media (max-width: 991.98px) {
  .carousel-item > img {
    left: -200px;
    top: -47px;
  }
}
@media (max-width: 768px) {
  .carousel-item > img {
    left: -626px;
    top: -47px;
  }
}
@media (max-width: 767.98px) {
  .carousel-item > img {
    left: -628px;
    top: -47px;
  }
}
.carousel-caption {
  position: absolute;
  right: 60%;
  left: 5%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  top: 19%;
}
@media (max-width: 992px) {
  .carousel-caption {
    top: 15%;
  }
}
.carousel-caption h1 {
  font-family: 'avantgard-extralight', sans-serif;
}
@media (min-width: 991.98px) {
  .carousel-caption h1 {
    font-size: 120px;
    text-align: left;
  }
}
@media (max-width: 1199.98px) {
  .carousel-caption h1 {
    font-size: 60px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .carousel-caption h1 {
    font-size: 45px;
    text-align: center;
  }
}
.carousel-caption .btn {
  margin-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767.98px) {
  .carousel-caption .btn {
    margin-top: 230px;
  }
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/abr/2018, 16:41:01
    Author     : pedro.serralha
*/
.aboutus .row .productbadge {
  padding: 10px;
  max-height: 400px;
}
.aboutus .row .productbadge div {
  background-color: #f2f2f2;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 100%;
}
.aboutus .row .productbadge div.selected {
  background-color: #2E2E2D;
  color: white;
}
.aboutus .row .productbadge div.selected h2 {
  text-decoration: underline;
}
.aboutus .row .productbadge div.selected .details {
  background-color: #2E2E2D;
  max-height: 210px;
}
.aboutus .row .productbadge div.selected .details .btn {
  background-color: #6d78f9;
  font-family: 'avantgard-gothic-medium', sans-serif;
}
.aboutus .row .productbadge div h2 {
  text-align: center;
  text-transform: lowercase;
}
.aboutus .row .productbadge div .details {
  padding-left: 5px;
  padding-right: 5px;
  max-height: 210px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/abr/2018, 16:41:01
    Author     : pedro.serralha
*/
.contactus {
  background-color: #f2f2f2;
  padding-top: 120px;
}
.contactus .container .title {
  font-size: 2em;
  font-family: 'avantgard-extralight', sans-serif;
}
@media (max-width: 767.98px) {
  .contactus .container .contactmail {
    margin-left: 15px;
  }
}
.contactus .container .contactmail .title,
.contactus .container .contactmail .address,
.contactus .container .contactmail a {
  color: #6d78f9;
}
@media (max-width: 767.98px) {
  .contactus .container .backToTop {
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
    max-height: 140px;
  }
}
@media (min-width: 768px) {
  .contactus .container .backToTop {
    max-height: 293px;
    margin-left: 219px;
    margin-top: -118px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contactus .container .backToTop {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .contactus .container .backToTop + a {
    margin-left: 263px;
  }
}
@media (min-width: 768px) {
  .contactus .container .backToTop + a {
    margin-left: 187px;
  }
}
.support {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
.support h3 {
  color: #6d78f9;
  font-size: 18px;
  padding-bottom: 50px;
  font-family: 'avantgard-gothic-medium', sans-serif;
}
.support img {
  max-height: 48px;
  padding-right: 35px;
  margin-bottom: 14px;
}
.stripe {
  background-color: #2e2e2d;
  padding-top: 35px;
  padding-bottom: 35px;
}
.stripe h4 {
  font-size: 18px;
  color: white;
}
.stripe h4 a {
  color: white;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3/mai/2018, 9:36:04
    Author     : pedro.serralha
*/
.news {
  /*------------------------------ vertical bootstrap slider----------------------------*/
  /*------------------------------- vertical carousel indicators ------------------------------*/
}
.news .carousel-inner,
.news .carousel,
.news .carousel-item,
.news .fill {
  height: 100%;
  min-height: 670px;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.news .fill {
  position: absolute;
  top: 0px;
}
.news .carousel-inner.full,
.news .carousel.full,
.news .carousel-item.full,
.news .fill.full,
.news cover.full {
  min-height: 1400px;
}
@media (max-width: 768px) {
  .news .carousel-inner.full,
  .news .carousel.full,
  .news .carousel-item.full,
  .news .fill.full,
  .news cover.full {
    min-height: 1955px;
  }
}
.news .cover {
  position: absolute;
  background-color: black;
  opacity: 0.7;
  height: 100%;
  min-height: 670px;
  width: 100%;
  top: 0px;
}
.news .text {
  height: 100%;
  position: absolute;
  top: 0px;
  padding-top: 10% ;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 768px) {
  .news .text {
    padding-top: 5% ;
    padding-left: 25px;
    padding-right: 50px;
  }
}
.news .text .title {
  text-transform: none;
  font-size: 52px;
}
@media (max-width: 768px) {
  .news .text .title {
    font-size: 32px;
  }
}
.news .text .body {
  text-align: center;
  color: white;
  font-size: 24px;
  font-family: 'avantgard-extralight', sans-serif;
  height: 100%;
}
@media (max-width: 768px) {
  .news .text .body {
    font-size: 20px;
  }
}
.news .btn.btn-more {
  border-color: white;
  border-style: solid;
  border-width: 1px;
  background-color: white;
  color: black;
  position: absolute;
  bottom: 0px;
}
.news .btn.btn-more:hover {
  color: black;
  background-color: white;
}
.news .carousel-inner > .carousel-item.carousel-item-next,
.news .carousel-inner > .carousel-item.active.carousel-item-right {
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  top: 0;
}
.news .carousel-inner > .carousel-item.carousel-item-prev,
.news .carousel-inner > .carousel-item.active.carousel-item-left {
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  top: 0;
}
.news .carousel-inner > .carousel-item.next.carousel-item-left,
.news .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
.news .carousel-inner > .carousel-item.active {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  top: 0;
}
.news .carousel-indicators {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  left: auto;
  width: auto;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 10px;
}
@media (max-width: 768px) {
  .news .carousel-indicators {
    right: -34px;
  }
}
.news .carousel-indicators li {
  display: block;
  margin-right: 41px;
  border: 3px solid;
  border-color: #6d78f9;
  background-color: white;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news .carousel-indicators li.active {
  background: #6d78f9;
  cursor: auto;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/abr/2018, 16:41:01
    Author     : pedro.serralha
*/
.ourwork .row .productbadge {
  padding: 20px;
  max-height: 340px;
}
.ourwork .row .productbadge .backimage {
  height: 300px;
  background-size: cover;
  width: 100%;
}
.ourwork .row .productbadge .name-over {
  position: absolute;
  top: 20px;
  height: 88%;
  width: 100%;
  padding-right: 38px;
}
.ourwork .row .productbadge .name-over .fill {
  background-color: #6d78f9;
  opacity: 0.8;
  height: 100%;
  width: 100%;
}
.ourwork .row .productbadge .name-over .textSpot {
  position: absolute;
  top: 30%;
  padding-left: 15px;
  padding-right: 15px;
  width: 90%;
}
.ourwork .row .productbadge .name-over .textSpot .name {
  text-align: center;
  color: white;
  font-size: 32px;
  text-decoration: underline;
  font-weight: bold;
}
.ourwork .row .productbadge .name-over .textSpot .title {
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
}
.ourwork .row .productbadge .name-over .btn-discover {
  position: absolute;
  bottom: 0px;
  right: 39px;
  background-color: #2e2e2d;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: bold;
}
.ourwork .detailProduct {
  border: solid #f2f2f2 2px;
}
.ourwork .detailProduct .col-lg-4 {
  padding-left: 0px;
}
.ourwork .detailProduct .image {
  min-height: 350px;
  height: 100%;
  background-size: cover;
}
.ourwork .detailProduct .description {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ourwork .detailProduct .description h2 {
  text-align: left;
  color: #2e2e2d;
  font-family: 'avantgard-gothic-medium', sans-serif;
  font-size: 36px;
  text-decoration: underline;
}
.ourwork .detailProduct .description .subtitle {
  padding-top: 20px;
  color: #6d78f9;
  text-align: left;
  font-family: 'avantgard-normal', sans-serif;
  font-size: 24px;
  font-weight: normal;
}
.ourwork .detailProduct .description .details {
  color: #2e2e2d;
  text-align: left;
  font-family: 'avantgard-normal', sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}
.ourwork .detailProduct .description .btn-next {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #2e2e2d;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: bold;
}
.ourwork .detailProduct .description .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #2e2e2d;
  font-weight: bold;
}
.ourwork .detailProduct .description .btn.btn-secondary.talk {
  background-color: white;
  color: #2e2e2d;
  border: #2e2e2d solid;
}
.ourwork .detailProduct .description .btn.btn-secondary.talk:hover {
  background-color: #2e2e2d;
  color: white;
}
.filter {
  font-weight: lighter;
  font-style: normal;
  background-color: white;
  color: #DDD;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
}
.filter.tb {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  display: table;
}
.filter.item {
  border: solid #2e2e2d 1px;
  background-color: #2e2e2d;
  color: white;
  cursor: pointer;
  padding: 15px;
}
.filter.item:hover {
  background-color: white;
  color: #2e2e2d;
}
.filter.item.active {
  background-color: white;
  color: #2e2e2d;
}
.dropdown.filter {
  margin-left: 50px;
}
.dropdown-menu.filter {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
}
.dropdown-toggle {
  color: #2e2e2d;
  z-index: 20;
}
.note {
  width: 100%;
  font-size: 11px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 27/07/2020, 17:54:10
    Author     : Each
*/
.ourproducts .details p {
  font-weight: lighter;
}
#detail_all_products .ourproducts {
  padding-top: 40px;
  margin-bottom: -30px;
}
.title-product {
  white-space: nowrap;
}
.title-product-hover {
  white-space: break-spaces;
}
.subtitle-product {
  padding-left: 10px;
}
#detail_all_products {
  margin-top: 40px;
  margin-bottom: -179px;
}
.detailPlatform {
  margin-bottom: -249px;
  margin-top: 30px;
}
.filter .d-md-table {
  display: none;
}
.platformbadge {
  padding: 20px;
  max-height: 340px;
}
.product-logo {
  margin-bottom: 20px;
}
.product-logo-main {
  margin-bottom: 20px;
  height: 120px;
  width: auto;
  object-fit: contain;
}
.btn-discover-product {
  position: absolute;
  bottom: -20px;
  right: -2px;
  height: 40px;
  width: 180px;
  background-color: #2e2e2d;
  color: white;
  padding-top: 8px;
  padding-bottom: 12px;
  padding-right: 40px;
  padding-left: 40px;
  font-weight: bold;
  vertical-align: middle;
}
.name-over {
  position: absolute;
  top: 20px;
  height: 88%;
  width: 100%;
  padding-right: 38px;
}
.fillproduct {
  background-color: #6d78f9;
  opacity: 0.8;
  height: 300px;
  width: 280px;
  margin-top: -25px;
  margin-left: -20px;
}
.backimageproduct {
  height: 288px;
  background-size: cover;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.textSpotProduct {
  position: absolute;
  top: 30%;
  padding-left: 15px;
  padding-right: 15px;
  width: 90%;
}
.name {
  text-align: center;
  color: white;
  font-size: 32px;
  text-decoration: underline;
  font-weight: bold;
}
.title-product {
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
}
.filter.item {
  border: solid #2e2e2d 1px;
  background-color: #2e2e2d;
  color: white;
  cursor: pointer;
  padding: 15px;
}
.filter.item:hover {
  background-color: white;
  color: #2e2e2d;
}
.filter.item.active {
  background-color: white;
  color: #2e2e2d;
}
.product-logo {
  margin-top: 25px;
}
.product-logo-main {
  margin-top: 25px;
}

#products-small {
    margin-top: 25px;
}

@media (min-width: 576px) {
  .subtitle-product {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .subtitle-product {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .sensor-open {
    width: 70%;
    padding-left: 50px;
  }
  .sensor-open .backimageproduct-small {
    height: fit-content !important;
  }
  .sensor-closed {
    width: 80%;
    padding-left: 40px;
  }
}
@media (max-width: 575.98px) {
  .backimageproduct {
    margin-bottom: 15px !important;
    background-position: center;
  }
  #detail_all_products {
    margin-bottom: -179px;
  }
}
/*        >=320px:*/
@media (min-width: 320px) and (max-width: 575.98px) {
  .fillproduct {
    width: 127%;
    height: 117%;
  }
  .btn-discover-product {
    position: absolute;
    right: -42px;
    bottom: -18px;
    padding-left: 10px;
  }
  .product-logo-main {
    width: 300px;
    height: 80px;
  }
}

/*        >=576px:*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .fillproduct {
    width: 123%;
    height: 116%;
  }
  .btn-discover-product {
    right: 12px;
    bottom: -16px;
  }
  .product-logo-main {
    height: 80px;
  }
}
/*      >=768px:*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .fillproduct {
    width: 113%;
    height: 118%;
  }
  .btn-discover-product {
    right: 20px;
    bottom: -20px;
  }
  .product-logo {
    margin-top: 20px;
  }
  .product-logo-main {
    margin-top: 20px;
    height: 80px;
  }
}
/*        >=992px:*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .fillproduct {
    width: 127%;
    height: 110%;
  }
  .btn-discover-product {
    right: 12px;
    bottom: 0px;
  }
  .product-logo-main {
    height: 100px;
  }
}
/*        >=1200px:*/
@media (min-width: 1200px) {
  .fillproduct {
    width: 127%;
    height: 117%;
  }
  .btn-discover-product {
    right: 0px;
    bottom: -17px;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/abr/2018, 16:41:01
    Author     : pedro.serralha
*/
.jobs li {
  list-style: none;
}
.jobs .icon-marker {
  fill: #a3aab5;
  left: 0;
  top: 0;
  width: 11px;
  height: 17px;
  /*        position: absolute;
                top: 0;
                left: 0;
                fill: #ad8774;*/
}
.jobs .content-editor {
  padding: 15px;
}
.jobs .content-editor strong {
  font-weight: 700;
}
.jobs .block-grey {
  color: #8c95a2;
  background-color: #f3f3f3;
}
.jobs .detailProduct {
  border: solid #f2f2f2 2px;
}
.jobs .detailProduct .col-lg-4 {
  padding-left: 0px;
}
.jobs .detailProduct .image {
  margin: 50px;
  max-height: 219px;
  height: 84%;
  background-size: contain;
  background-repeat: no-repeat;
}
.jobs .detailProduct .description {
  padding-top: 50px;
  padding-bottom: 50px;
}
.jobs .detailProduct .description h2 {
  text-align: left;
  color: #2e2e2d;
  font-family: 'avantgard-gothic-medium', sans-serif;
  font-size: 36px;
  text-decoration: underline;
}
.jobs .detailProduct .description .subtitle {
  padding-top: 20px;
  color: #6d78f9;
  text-align: left;
  font-family: 'avantgard-normal', sans-serif;
  font-size: 24px;
  font-weight: normal;
}
.jobs .detailProduct .description .details {
  color: #2e2e2d;
  text-align: left;
  font-family: 'avantgard-normal', sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}
.jobs .detailProduct .description .btn-next {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #2e2e2d;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: bold;
}
.jobs .detailProduct .description .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #2e2e2d;
  font-weight: bold;
}
.jobs .detailProduct .description .btn.btn-secondary.talk {
  background-color: white;
  color: #2e2e2d;
  border: #2e2e2d solid;
}
.jobs .detailProduct .description .btn.btn-secondary.talk:hover {
  background-color: #2e2e2d;
  color: white;
}
.jobs .row .productbadge {
  padding: 10px;
  max-height: 400px;
}
.jobs .row .productbadge div {
  background-color: #f2f2f2;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 100%;
}
.jobs .row .productbadge div.selected {
  background-color: #2E2E2D;
  color: white;
}
.jobs .row .productbadge div.selected h2 {
  text-decoration: underline;
}
.jobs .row .productbadge div.selected .details {
  background-color: #2E2E2D;
  max-height: 210px;
}
.jobs .row .productbadge div.selected .details .btn {
  background-color: #6d78f9;
  font-family: 'avantgard-gothic-medium', sans-serif;
}
.jobs .row .productbadge div h2 {
  text-align: center;
  text-transform: lowercase;
}
.jobs .row .productbadge div .details {
  padding-left: 5px;
  padding-right: 5px;
  max-height: 210px;
}
#modalJobs .modal-content {
  background-color: #f2f2f2;
  color: #2e2e2d;
}
#modalJobs .modal-content html:not(.ie) body .carrer-form p select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  color: #000;
}
#modalJobs .modal-content .carrer-form {
  margin-top: 20px;
}
#modalJobs .modal-content .carrer-form div {
  padding-bottom: 18px;
  overflow: hidden;
}
#modalJobs .modal-content .carrer-form div p {
  float: left;
  width: 100%;
}
#modalJobs .modal-content .carrer-availability-label,
#modalJobs .modal-content .carrer-form p input,
#modalJobs .modal-content .carrer-form p select {
  width: 100%;
  height: 80px;
  margin: 0 10px 0 0;
  padding: 0 40px;
  font: 400 16px/80px Montserrat, Helvetica, Arial, sans-serif;
  color: #62e81e;
  background-color: #f6f6f7;
  border: none;
  border-left: 0 solid #62e81e;
  -webkit-transition: border 0.16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: border 0.16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: border 0.16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#modalJobs .modal-content .carrer-form p input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f6f6f7 inset;
  -webkit-text-fill-color: #62e81e;
}
#modalJobs .modal-content .carrer-form p input.clean:-webkit-autofill {
  -webkit-text-fill-color: #8c95a2;
}
#modalJobs .modal-content .carrer-availability-label {
  position: absolute;
  width: auto;
  background-color: transparent;
  color: #8c95a2;
  pointer-events: none;
}
#modalJobs .modal-content .ie10 .carrer-availability-label,
#modalJobs .modal-content .ie11 .carrer-availability-label,
#modalJobs .modal-content .ie9 .carrer-availability-label {
  width: 100%;
  position: absolute;
  background-color: #f6f6f7;
  color: #8c95a2;
  pointer-events: none;
}
#modalJobs .modal-content .firefox .carrer-availability-label,
#modalJobs .modal-content html:not(.ie) body .carrer-availability-label {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  margin: 0 10px 0 0;
  padding: 0 40px;
  background-color: #f6f6f7;
}
#modalJobs .modal-content .carrer-form p input.erro,
#modalJobs .modal-content .carrer-form p select.erro {
  border-left: 8px solid red;
}
#modalJobs .modal-content .upload-input {
  /*            opacity: 0;
            visibility: hidden;
            position: absolute*/
}
#modalJobs .modal-content .carrer-form p select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  box-shadow: none;
  outline: 0;
  border-radius: 0;
  color: black;
}
#modalJobs .modal-content .ie10 .carrer-form p select,
#modalJobs .modal-content .ie11 .carrer-form p select,
#modalJobs .modal-content .ie9 .carrer-form p select {
  opacity: 0;
}
#modalJobs .modal-content .firefox .carrer-form p select,
#modalJobs .modal-content html:not(.ie) body .carrer-form p select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  color: #000000;
}
#modalJobs .modal-content .carrer-form p > span {
  width: 100%;
  height: 80px;
  display: block;
  background-color: #f6f6f7;
  color: #62e81e;
}
#modalJobs .modal-content .carrer-form p .add-file {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  width: 80px;
  height: 80px;
  background-color: #848688;
  cursor: pointer;
  -webkit-transition: background-color 0.26s ease-in-out;
  -ms-transition: background-color 0.26s ease-in-out;
  transition: background-color 0.26s ease-in-out;
}
#modalJobs .modal-content .carrer-form p .add-file:hover {
  background-color: #62e81e;
}
#modalJobs .modal-content .carrer-form p .carrer-file-name {
  float: left;
  width: calc(20%);
  padding: 0 40px;
  font: 400 24px/28px Montserrat, Helvetica, Arial, sans-serif;
  color: #8c95a2;
  line-height: 80px;
}
#modalJobs .modal-content .carrer-form p .carrer-file-name.file-added {
  color: #62e81e;
}
#modalJobs .modal-content .carrer-form .btn-submit {
  position: relative;
  margin-top: 40px;
  width: 62px;
  height: 62px;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
#modalJobs .modal-content .carrer-form .btn-submit:hover:before {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -ms-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
#modalJobs .modal-content .carrer-form .btn-submit:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 62px;
  background-color: #62e81e;
  border-radius: 50% 50%;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.22s ease-out;
  -ms-transition: -ms-transform 0.22s ease-out;
  transition: transform 0.22s ease-out;
}
#modalJobs .modal-content .carrer-form .btn-submit .icon-svg {
  position: relative;
  top: 10px;
  left: 0;
  width: 54px;
  height: 32px;
  -webkit-transform: translate3d(2px, 0, 0) scaleY(1);
  -ms-transform: translate3d(2px, 0, 0) scaleY(1);
  transform: translate3d(2px, 0, 0) scaleY(1);
  -webkit-transition: transform 0.26s ease-in-out;
  -ms-transition: transform 0.26s ease-in-out;
  transition: transform 0.26s ease-in-out;
}
#modalJobs .modal-content .carrer-form .btn-submit:hover .icon-svg {
  -webkit-transform: translate3d(2px, 0, 0) scaleY(0.9);
  -ms-transform: translate3d(2px, 0, 0) scaleY(0.9);
  transform: translate3d(2px, 0, 0) scaleY(0.9);
}
#modalJobs .modal-content .carrer-form .btn-submit .svg-success {
  position: absolute;
  left: 5px;
  top: 13px;
  width: 40px;
  display: none;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
#modalJobs .modal-content .carrer-form.sent .btn-submit {
  pointer-events: none;
}
#modalJobs .modal-content .carrer-form p {
  position: relative;
  padding: 0;
}
#modalJobs .modal-content .carrer-form p.carrer-input-left {
  padding: 0 10px 0 0;
  width: 50%;
}
#modalJobs .modal-content .carrer-form p.carrer-input-right {
  padding: 0 0 0 10px;
  width: 50%;
}
#modalJobs .modal-content .carrer-availability-label.active,
#modalJobs .modal-content .carrer-form p input:focus,
#modalJobs .modal-content .carrer-form p select:focus {
  border-left: 8px solid #62e81e;
}
#modalJobs .modal-content .carrer-form input::-webkit-input-placeholder {
  color: #8c95a2;
  -webkit-transition: color 0.26s ease-in-out;
  -ms-transition: color 0.26s ease-in-out;
  transition: color 0.26s ease-in-out;
}
#modalJobs .modal-content .carrer-form input:-moz-placeholder {
  color: #8c95a2;
  -webkit-transition: color 0.26s ease-in-out;
  -ms-transition: color 0.26s ease-in-out;
  transition: color 0.26s ease-in-out;
}
#modalJobs .modal-content .carrer-form input::-moz-placeholder {
  color: #8c95a2;
  -webkit-transition: color 0.26s ease-in-out;
  -ms-transition: color 0.26s ease-in-out;
  transition: color 0.26s ease-in-out;
}
#modalJobs .modal-content .carrer-form input:-ms-input-placeholder {
  color: #8c95a2;
  -webkit-transition: color 0.26s ease-in-out;
  -ms-transition: color 0.26s ease-in-out;
  transition: color 0.26s ease-in-out;
}
#modalJobs .modal-content .carrer-form input:focus::-webkit-input-placeholder {
  color: #62e81e;
}
#modalJobs .modal-content .carrer-form input:focus:-moz-placeholder {
  color: #62e81e;
}
#modalJobs .modal-content .carrer-form input:focus::-moz-placeholder {
  color: #62e81e;
}
#modalJobs .modal-content .carrer-form input:focus:-ms-input-placeholder {
  color: #62e81e;
}
#modalJobs .modal-content .hide {
  display: none;
}
* {
  font-family: 'avantgard-normal', sans-serif;
}
.btn-black {
  background-color: black;
  color: white;
}
.section .title {
  text-transform: lowercase;
  color: #6d78f9;
  text-align: center;
  font-size: 72px;
  font-family: 'avantgard-extralight', sans-serif;
}
.section .subtitle {
  color: black;
  text-align: center;
  font-size: 24px;
  font-family: 'avantgard-normal', sans-serif;
  font-weight: bold;
}
.btn {
  border-radius: 0px;
}
.table {
  width: 100%;
  border: none;
  /* Zebra striping */
}
.table tr:nth-of-type(odd) {
  background: #eee;
}
.table th {
  background: #6d78f9;
  color: white;
  font-weight: bold;
}
.table td,
.table th {
  padding: 10px;
  border: none;
  text-align: left;
  font-size: 18px;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  table {
    width: 100%;
  }
  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #ccc;
  }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  td:before {
    /*         Now like a table header 
        position: absolute;
         Top/left values mimic padding 
        top: 6px;
        left: 6px;*/
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    /* Label the data */
    content: attr(data-column);
    color: #6d78f9;
  }
}
/* Style the tab buttons */
.tablink {
  background-color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}
/* Change background color of buttons on hover */
.tablink:hover {
  background-color: #777;
}
.tabcontent {
  border-width: 1px;
  border-color: #6d78f9;
  border-style: solid;
}
/*# sourceMappingURL=geral.css.map */