/*import google-fonts*/
@import url("https://fonts.googleapis.com/css2?family=Playball&display=swap");
/*-------------------*/

nav ul a,
nav .brand-logo {
  color: #fff;
}
img.logo-bn {
  max-width: 60px;
  border-radius: 50%;
  padding: 2px;
  margin: 1px;
  border: 1px solid;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #f1f9f8;
}

.icon-atr{
  font-size: 40px;
}

.parallax-container {
  min-height: 400px;
  line-height: 0;
  height: auto;
  color: rgba(243, 247, 243, 0.9);
}
.parallax-container .section {
  width: 100%;
}

.parallax-container .parallax img{
  height: auto;
  width: 100%;
  object-fit: cover;
}

.page-footer .container .material-icon {
  font-size: 50px;
  -webkit-text-size-adjust: none;
  margin: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
}

/* ====  video*/
#video-container {
  background-color: #fff;
  position: relative;
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: center; 
}

#video-container .video-overlay {
  z-index: 9999;
  background: rgba(103, 101, 101, 0.3);
  width: 100%;
}

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

#video-container .video-content {
  z-index: 99999;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#video-container .inner {
  text-align: center;
  opacity: 0.7;
}
#video-container .inner h1 {
  font-size: 40px;
  font-family: Playball, cursive;
  color: #fff;
  display: flex;
  justify-content: center;
}
/* ==== video end*/

#transparencia {
  width: 100%;
  margin: 26px auto;
  padding: 15px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: black;
  flex-wrap: wrap;
}

#transparencia li {
  font-size: 14px;
}
/* ---- botoes*/
.botoes{
  display: flex;
}
/* end botoes*/


/*---- button*/
#show-or-hide {
  margin: 10px;
  border-radius: 4px;
}

#show-or-hide-values{
  margin: 10px;
  border-radius: 4px;
}

/*----- button end*/

.company {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
}

.company h6 {
  font-size: auto;
  color: black;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}


.items-cnpj {
  margin: 26px auto;

}

/*------ contracts */

.contracts {
  display: none;
  max-width: 90%;
}

.subtitle {
  text-align: center;
}


.contracts-files {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.files {
  width: 90%;
  margin: 20px auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: inherit;
}

.files i{
  color: #fff;
  font-size: x-large; 
}

.iframe {
  color: #fff;
}
/*------ end contracts */


/*------ balanco */
.balanco{
  display: none;
  max-width: 90%;
  justify-content: center;
}

.balanco-files {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

/*------ end balanco

/* balanco-files*/


/* --- end balnco-files*/


/*------  iframes */
#iframe {
  display: none;
}
/*------  end iframes */


@media only screen and (max-width: 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }

  .page-footer {
    text-align: justify;
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
  }

  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icon {
  font-size: inherit;
}

footer .page-footer {
  margin: 0;
}
#transparencia {
  margin: 0;
}

@media only screen and (max-width: 600px) {
  nav {
    height: 64px;
  }

  h1 {
    font-size: 40px;
  }

  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icon {
  font-size: inherit;
}

footer .page-footer {
  margin: 0;
}

@media only screen and (max-width: 524px) {
  h1 {
    font-size: 40px;
  }

  img {
    height: auto;
    width: 100%;

    object-fit: cover;
  }

  .row .col.s3 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .page-footer .container .material-icon {
    font-size: 40px;
    margin: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
  }
  h5 {
    font-size: 1.64rem;
  }
  p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 425px) {
  #video-container {
    height: 500px;
  }

  .item {
    margin-bottom: -100px;
  }

  img {
    height: auto;
    width: 100%;

    object-fit: cover;
  }

  h1 {
    font-size: 32px;
  }

  .page-footer .container .material-icon {
    font-size: 40px;
    margin: 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
  }
  h5 {
    font-size: 1.64rem;
  }
  p {
    font-size: 14px;
  }
  #transparencia {
    margin: 0;
  }
}

@media only screen and (max-width: 375px) {
  .container {
    width: 100%;
  }

  .item {
    margin-bottom: -100px;
  }

  img {
    height: auto;
    width: 100%;

    object-fit: cover;
  }

  #video-container {
    height: 400px;
  }

  .parallax-container h1 {
    font-size: 30px;
  }

  .page-footer .container .material-icon {
    font-size: 40px;
    margin: 5px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
  }
  h5 {
    font-size: 1.64rem;
    text-align: center;
  }
  p {
    font-size: 14px;
    text-align: justify;
  }
  #transparencia {
    margin: 0;
  }
  .grey-text.text-lighten-4 {
    color: #f5f5f5 !important;
    text-align: center;
  }
  .company h6 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 320px) {
  .container {
    width: 100%;
  }

  .item {
    margin-bottom: -200px;
  }

  img {
    height: auto;
    width: 100%;

    object-fit: cover;
  }

  #video-container {
    height: 300px;
  }

  .parallax-container h1 {
    font-size: 30px;
  }

  .page-footer .container .material-icon {
    font-size: 40px;
    margin: 5px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
  }
  h5 {
    font-size: 14px;
    text-align: center;
  }
  p {
    font-size: 14px;
    text-align: justify;
  }
  #transparencia {
    margin: 0;
  }
  .company h6 {
    font-size: 10px;
  }

  .files{
    display: flex;
    padding: 10px auto;
  }

  .files span{
    font-size: 14px;
  }

  .files i{
    color: #fff;
    font-size: 20px; 
  }
}
