/* CSS declarations go here */

/**********************************************
SCROLLBAR
**********************************************/
::-webkit-scrollbar {
    /*display: none;*/
}

/**********************************************
FOOTER ALWAYS DOWN
**********************************************/
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

/**********************************************
NAVEGAÇÂO
**********************************************/
/* Navegação fixa */
.navbar-fixed.header {
  height: 32px;
}

.navbar-fixed.header nav {
  line-height: 32px;
  height: 32px;
}

/* Navegação site */
.page-top, .cropUm {
  position: fixed;
  top: 32px;
  width: 100%;
}

.page-top, .top-head {
  z-index: 9999;
}

.cropUm {
  z-index: 0;
  width: 100%;
  height: 2000px;
  background-color: white;
  /*background: url("images/img01.jpg") no-repeat;
  background-size: 100%;
  background-position: 0 -200px;*/
  overflow: hidden;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -ms-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}

.cropUm img {
  width: auto;
  margin-top: -300px;
  opacity: 1;
  -webkit-transition: opacity 1s, margin-top 1s;
  -moz-transition: opacity 1s, margin-top 1s;
  -ms-transition: opacity 1s, margin-top 1s;
  -o-transition: opacity 1s, margin-top 1s;
  transition: opacity 1s, margin-top 1s;
}

@media only screen and (max-width: 600px) {
  .cropUm.smaller {
    height: 150px;
  }

  .row-top {
    height: 150px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 601px) {
  .cropUm.smaller {
    height: 225px;
  }

  .row-top {
    height: 225px;
    margin-bottom: 0;
  }
}

.cropUm.smaller img {
  opacity: 0.8;
  margin-top: -800px;
}

.brlabs-logo {
  z-index: 100;
}

.brlabs-logo img {
  /*z-index: 9999;*/
  width: 85%;
  height: auto;
}

.gradientBottom {
  visibility: visible;
  height: 5rem;
  background: white;
  background: linear-gradient(white, transparent);
  z-index: -9999;
}

.borderBottom {
  visibility: visible;
  height: 0.5rem;
  width: auto;
  background-image: url("../images/border_bot.jpg");
  z-index: -9999;
}

.partners {
  display: block;
  background-color: white;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9999;
  t-webkit-transition: position 1s;
  -moz-transition: position 1s;
  -ms-transition: position 1s;
  -o-transition: position 1s;
  transition: position 1s;
}

.partners.smaller {
  display: none;
  position: static;
  padding-top: 0px;
  /*top: 300px;
  height: 150px;*/
}

.partners div img {
  width: calc((100%)/10);
  height: auto;
  margin-left: 0.7%;
  margin-right: 0.7%;
}

.menu-site-li {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.9rem;
}

.menu-site-li.active {
  background-color: rgba(0, 0, 0, 0.2);
}

.menu-site.class {
  z-index: 9999;
}

#menu-site ul li {
  white-space: nowrap;
}

.side-nav-a {
  padding-left: 15px;
}

.side-nav-a.active {
  background-color: transparent;
  padding-left: 15px;
  padding-right: 0px;
}

.side-nav-li {
  padding: 0 !important;
}



/**********************************************
MAIN
**********************************************/
.page-main {
  margin-top: 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.page-main.smaller {
  margin-top: 0px;
}

/*.div-empty div:empty:before {
   content: 'This div is empty';
}

.div-empty div {
  height: 301px;
}*/

#home {
  margin-top: 100px;
  margin-bottom: 201px;
}

#topShape {
  margin-top: -5px;
}

#bottomShape {
  margin-bottom: -25px;;
}

.representations div a img {
  width: 100%;
}

.tabs-representations li a img{
  height: 90%;
  opacity: 0.5;
  padding-bottom: 5px;
}

.tabs-representations li a.active img{
  opacity: 1;
}

.tabs-showed {
  border-top: 1px #f6b2b5 solid;
}

.slider-logo img {
  width: auto;
  height: 90% !important;
}

.spacer {
  height: 50px;
}

.rep-partners div img {
  width: calc((100%)/8);
  height: auto;
  margin-left: 0.7%;
  margin-right: 0.7%;
}

.dp-custom li a:hover {
  background-color: #eee !important;
}

.dp-custom li {
  background-color: #fff !important;
}

.dp-custom li a {
  font-size: 12px;
}
/**********************************************
ANCHORS
**********************************************/
.anchor {
  display: block;
  height: 80px; /*same height as header*/
  margin-top: -80px; /*same height as header*/
  visibility: hidden;
}

.anchor.smaller {
  display: block;
  height: 80px; /*same height as header*/
  margin-top: -80px; /*same height as header*/
  visibility: hidden;
}



/**********************************************
FOOTER
**********************************************/
.footer-margin {
  margin-bottom: 0;
}

.footer-img img {
  width: 100%;
}

/*FIM***********************************************/

/*.tabs-drawing span {
    position: relative;
    height: 2px;
    background: #fec107;
    width: 210px;
}

.tabs-drawing em {
    position: absolute;
    top: 2px;
    width: 700px;
    height: 5px;
    background: #fec107;
    left: 0;
}*/


/* Navegação fixa */
.navbar-fixed.header {
  height: 32px;
}

.navbar-fixed.header nav {
  line-height: 32px;
  height: 32px;
}

.navbar-fixed {
  height: 0px;
}

/* Navegação do site */
.div-teste {
  height: 100px;
}

#nav-site.nav-wrapper {
  width: auto;
}

#nav-site {
  box-shadow: 0 0 0 0;
  line-height: 60px;
  height: 60px;
  width: auto;
  background-color: transparent;
  /*margin-bottom: 20px;*/
}

#nav-site-div {
  width: auto;
  height: 0;
}

#nav-mobile {
  margin-top: 50px;
  opacity: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

#nav-mobile.hidden {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.crop {
    z-index: 100;
    position: fixed;
    top: 32;
    left: 0;
    width: 100%;
    height: 2000px;
    overflow: hidden;
    -webkit-transition: opacity 1s, height 0.1s;
    -moz-transition: opacity 1s, height 0.1s;
    -ms-transition: opacity 1s, height 0.1s;
    -o-transition: opacity 1s, height 0.1s;
    transition: opacity 1s, height 0.1s;
    opacity: 1;
}

.crop.smaller {
  height: 300px;
  opacity: 0.8;
}

.crop.smaller img {
  margin-top: -800px;
}

.crop img {
  width: 1920px;
  margin-top: -300px;
  margin-bottom: -100px;
}

/**********************************************/

/*.brlabs-logo {
  /*position: fixed;;
  top: 0px;
  z-index: 9999;*/

  /*padding-top: 35px;
  padding-bottom: 15px;*/
/*}



/*.parallax-container {
      height: 1000px;
}*/

.span-search {
  border-style: solid;
  border-width: thin;
  border-color: #000;
  height: 30px;
  width: 200px;
  padding: 0px;
  margin-top: 3px;
  display: none;
}

.brlabs-contact p {
  font-size: 12px;
  line-height: 70%;
}

.top-offset {
  height: 500px;;
}

/*#nav-site ul li a {
  font-size: 20px;
}*/

#icon-info {
  line-height: 32px;
  height: 32px;
  font-size: 20px;
}

#icon-search {
  line-height: 32px;
  height: 32px;
  font-size: 20px;
}

/*
.zeus {
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #3b8dbd;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
.zeus h1#logo {
    display: inline=block;
    height: 150px;
    float: left;
   margin-left:50px;
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    color: white;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.zeus nav {
    display: inline=block;
    float: right;
   margin-right:50px;
}
.zeus nav a {
    line-height: 150px;
    margin-left: 20px;
    color: #9fdbfc;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.zeus nav a:hover {
    color: white;
}

.zeus.smaller {
 height: 75px;
}
.zeus.smaller h1#logo {
 width: 150px;
 height: 75px;
 font-size: 30px;
}
.zeus.smaller nav a {
 line-height: 75px;
} */


/* Edits by Giroto */

:root {
  --triangle-height: 2rem;
}

@media (max-width: 1024px) {
  :root {
    --triangle-height: 1rem;
  }
}

body {
  font-size: initial;
}

section:nth-of-type(odd)::before,
section:nth-of-type(odd)::after,
body > footer::before {
  content: "";
  display: block;

  width: 100%;
  height: var(--triangle-height);

  background-color: #ffffff;
}

section:nth-of-type(odd)::before,
body > footer::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, var(--triangle-upper-offset) 0, 0 100%);
}

section:nth-of-type(odd)::after {
  clip-path: polygon(0 0, var(--triangle-lower-offset) 100%, 100% 0, 100% 100%, 0 100%);
}

section:nth-of-type(1) {
  --triangle-upper-offset: 45%;
  --triangle-lower-offset: 75%;
  
  background-color: #B2DFDB;
}

section:nth-of-type(3) {
  --triangle-upper-offset: 60%;
  --triangle-lower-offset: 33%;

  background-color: #00ACC1;
}

section:nth-of-type(5) {
  --triangle-upper-offset: 20%;
  --triangle-lower-offset: 45%;

  background-color: #B2DFDB;
}

body > footer {
  --triangle-upper-offset: 66%;

  padding-top: 0 !important;
  background-color: #B2DFDB !important;
}
