html {
  scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: var(--dark-color);
    background-color: var(--gray-color);
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;

}

nav ul a,
nav .brand-logo {
  color: #666;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

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

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
    
    .class_index{
        width: 100%;
    }
}

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

footer.page-footer {
  margin: 0;
}

.tg  {border-collapse:collapse;border-spacing:0;border-color:#ccc;}
.tg td{padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-top-width:1px;border-bottom-width:1px;border-color:#ccc;color:#333;background-color:#fff;}
.tg th{font-weight:normal;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-top-width:1px;border-bottom-width:1px;border-color:#ccc;color:#333;}
.tg .tg-baqh{text-align:center;vertical-align:middle}
.tg .tg-ygzf{font-weight:bold;text-align:center;vertical-align:middle}
.tg .tg-nrix{text-align:center;vertical-align:middle; background-color: #FFFFFF; border: none;}
.tg .tg-z1yq{text-align:center;vertical-align:middle; border: none;}
.tg .tg-e9v8{text-align:center;vertical-align:middle; font-weight: bold;}

td:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 16px;
}

::-webkit-scrollbar-track-piece {
  background-color: #dcdcdc;
  -webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #666;
  -webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #666;
  -webkit-border-radius: 3px;
}

@media only screen and (min-width: 601px) {
.faceframe{
    margin-left:25px;
    }

}
.class_index{
        width: 20%;
    }

@media(min-width: 601px) {
    .atletas{
        width: 20%;
    }
}

@media(max-width: 600px) {
    .atletas{
        width: 100%;
    }
}