@font-face {
  font-family: 'K2D Regular';
  font-style: normal;
  font-weight: 300;
  src: local('K2D Regular'), local('K2D-Regular'), url(../fonts/K2D-Regular.ttf) format('TrueType');
}
@font-face {
  font-family: 'K2D Bold';
  src: local('K2D Bold'), local('K2D-Bold'), url(../fonts/K2D-Bold.ttf) format('TrueType');
}

@font-face {
  font-family: 'K2D BoldItalic';
  src: local('K2D BoldItalic'), local('K2D-BoldItalic'), url(../fonts/K2D-BoldItalic.ttf) format('TrueType');
}


@font-face {
  font-family: 'K2D ExtraBold';
  src: local('K2D ExtraBold'), local('K2D-ExtraBold'), url(../fonts/K2D-ExtraBold.ttf) format('TrueType');
}

@font-face {
  font-family: 'K2D ExtraBoldItalic';
  src: local('K2D ExtraBoldItalic'), local('K2D-ExtraBoldItalic'), url(../fonts/K2D-ExtraBoldItalic.ttf) format('TrueType');
}


@font-face {
  font-family: 'K2D SemiBold';
  src: local('K2D SemiBold'), local('K2D-SemiBold'), url(../fonts/K2D-SemiBold.ttf) format('TrueType');
}


@font-face {
  font-family: 'K2D ExtraLight';
  src: local('K2D ExtraLight'), local('K2D-ExtraLight'), url(../fonts/K2D-ExtraLight.ttf) format('TrueType');
}

@font-face {
  font-family: 'K2D Light';
  src: local('K2D Light'), local('K2D-Light'), url(../fonts/K2D-Light.ttf) format('TrueType');
}

html,body {
  font-family: "K2D Regular";
}


p, h1, h2, h3, h4, h5, a {
  color: #44546A;
}
a:hover {
 color: #44546A;
 font-weight: 600;
 text-decoration: none;
}
h5 {
  font-weight: bold;
}

.h3, h3 {
    font-size: 2.75rem;
}

.margin-0, p.margin-0 {
  margin: 0px
}


.line-separator {
  background-color: #FF0040;
  height: 3px;
  width: 75px;
  display: block;
  margin: 30px 0px;
  margin-left: auto;
  margin-right: auto;
}

.line-separator.left {
  background-color: #FF0040;
  height: 3px;
  width: 75px;
  display: block;
  margin: 30px 0px;
  margin-left: 0px;
  margin-right: auto;
}

.line-separator.separator-color-white {
  background-color: white;
  height: 3px;
  width: 75px;
  display: block;
  margin: 30px 0px;
  margin-left: auto;
  margin-right: auto;
}

.slide-container {
  position: relative;
    height: 115vh;
    width: 100%;
    display: block;
}

.slide-container .text-container {
  margin-top: 5%;
    margin-left: 10%;
    display: block;
    position: relative;
    width: 30%;
    max-width: 465px;
    min-width: 200px;

}

.slide-container .text-container h3 {
  font-size: 46px;
  font-family: "K2D SemiBold";
}

.slide-container .text-container p {
  font-size: 24px;
  font-family: "K2D Light";
}

.slide-container .logo {
  margin-top: 30px;
  margin-left: 30px;
}

.background-slide {
    background-image: url("../images/background_slide.png");
    background-size: contain;
    background-position: right top;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
}

.background-left-slider {
  background-image: url("../images/left_component.png");
  background-size: contain;
  background-position: center;
  height: 600px;
  width: 25%;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin-top: -40vh;
  z-index: -1;
}

.logo {
  width: 150px;
}

.logo-white {
  width: 250px;
  margin-top: 20px;
}

.text-logo {
  width: auto;
  margin-left: 35px;
  display: block;
  display: block;
  font-size: 24px;
}


.text-center {
  margin-top: 15vh;
  margin-bottom: 15vh;
}

.text-center.paralax-section {
  margin-top: 10vh;
  margin-bottom: 10vh;
}


.margin-bottom-30 {
  margin-bottom: 30px;
}

.center-icon {
  text-align: center;
}


.color-white {
  color: white;
}


.icon-contributors, .icon-qualifications, .icon-expenses, .icon-projects, .icon-financial, .icon-cross, .icon-point {
  background-position: center;
  background-size: 175px;
  background-repeat: no-repeat;
  height: 175px;
  width: 175px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.icon-contributors {
  background-image: url("../images/icones/gestao_colaboradores.png");
}

.icon-qualifications {
  background-image: url("../images/icones/gestao-qualificaoes.png");
}

.icon-expenses {
  background-image: url("../images/icones/gestao-de-despesas.png");
}

.icon-projects {
  background-image: url("../images/icones/gestao-de-projetos.png");
}

.icon-financial {
  background-image: url("../images/icones/gestqao-financeira.png");
}

.icon-cross {
  background-image: url("../images/icones/transversais.png");
}

.icon-point {
  background-image: url("../images/icones/gestao-de-ponto.png");
}


.background-puzzle-grey, .background-puzzle-red {
  width: 100%;
background-size: cover;
background-repeat: no-repeat;
display: block;
position: absolute;
height: 100%;
}


.background-puzzle-grey {
  background-image: url("../images/background_puzzle_grey.png");
}


.background-puzzle-red {
    background-image: url("../images/background_red.png");
}

.background-image-team {
    background-image: url("../images/background_paralax.png");
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    height: 500px;
    background-attachment: fixed;
}

.background-dark-grey{
    background-color: #3B3B3B;
    width: 250px;
    height: 250px;
    margin-left: auto;
}

.background-grey {
  background-color: #efefef;
  height: 465px;
}

.btn-yo {
  border: 1px solid #FF0040;
  background-color: white;
  color:  #FF0040;
}

.btn-yo:hover {
  border: 1px solid #FF0040;
  background-color: #FF0040;
  color:  white;
}

.container-section {
  min-height: 500px;
}

.container-section-puzzle-red,  .container-section-puzzle-grey {
  position: relative;
  min-height: 800px;
}

footer {
  padding-top: 15px;
  height: 60px;
  background-color: #efefef;
}

footer p {
  text-align: center;
  background-color: #efefef;
 

}


.inline-buttons-container {
 position: relative;
}

.disable-buttons {
  height: 100%;
      position: absolute;
      width: 100%;
      z-index: 999;
}


.button-android , .button-ios {
    width: 250px;
    background-size: 250px;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    height: 100px;
}

.button-android {
    background-image: url("../images/google_button.png");
}


.button-ios {
  background-image: url("../images/appStore_button.png");
}

.button-android:hover {
  background-image: url("../images/google_button_hover.png");
}

.button-ios:hover {
  background-image: url("../images/appStore_button_hover.png");
}


.carousel {
  margin-top: 300px;
}

.carousel.margin-0 {
  margin-top: 50px;
}


.carousel-item p, .carousel-item h4  {
  color: white;
}


.margin-top-100 {
  margin-top: 100px;
}


.no-padding-top, section.no-padding-top {
  padding-top: 0px;
}


.carroucel-position {
  position: absolute;
    margin-top: 300px;
    width: 100%;
}


.full-width {
  width: 100%;
}

/*test section*/
section {
  padding: 40px 0px;
}

section.no-padding {
  padding: 0px;
}

.suprema-logo, .phc-logo {
  width: 100%;
  max-width: 375px;
}

.phc-logo {
  margin-top: 80px;
}

.ncontrol-logo{
  max-width: 180px;
  margin-top: 70px;
}

.photo-slide {
  border-radius: 50%;
  border: 3px solid white;
  width: 150px;
  margin-left: auto;
  margin-right: 0px;
  display: block;
  margin-bottom: 30px;
}


.width-80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}


.container-languate-link {
  position: absolute;
  right: 30px;
  top: 30px;
  color: white;
}

.container-languate-link a, .container-contact a {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.container-languate-link a.active {
text-decoration: underline;
}

.container-contact {
  position: absolute;
  right: 100px;
  top: 30px;
  color: white;
}

.container-contact:hover{
  text-decoration: underline;
}

.slide-text h4 {
  width: 80%;
}

.value-cents {
   font-style: italic;

}

.value-cents span {
  color: #FF003F;
  font-size: 66px;
   font-style: italic;

}
