@import url('https://fonts.googleapis.com/css?family=Varela+Round');

#treinadores-datatables_wrapper {
  width: 100%;
}

:root {
  --color-primary: #e71c24;
  --color-secondary: #f5f5f5;
}

*,h1,h2,h3,h4,h5,h6{ font-family: 'Varela Round', sans-serif; }
p{font-size: 0.8em;}
.button.success{ color:#fff; }
.profile-card {
  padding: 1rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 2rem 0;
  background-color: #fff;
}

.profile-card img {
  width: 9rem;
  display: block;
  margin: 1rem auto;
  text-align: center;
  /*border-radius: 50%;*/
}

.profile-card .profile-info {
  padding: 1rem;
}

.profile-card .profile-info h4 {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}

.profile-card .profile-info p {
  text-align: center;
}

.profile-card .profile-info .inline-list {
  text-align: center;
  margin-bottom: 1rem;
}

.profile-card .profile-info .inline-list li {
  float: none;
  display: inline-block;
}

.profile-card .profile-info .inline-list i.fi-social-facebook {
  font-size: 1.5rem;
  color: #3b5998;
}

.profile-card .profile-info .inline-list i.fi-social-facebook:hover {
  transform: scale(1.5);
  transition: all .5s ease-in-out;
}

.profile-card .profile-info .inline-list i.fi-social-twitter {
  font-size: 1.5rem;
  color: #55acee;
}

.profile-card .profile-info .inline-list i.fi-social-twitter:hover {
  transform: scale(1.5);
  transition: all .5s ease-in-out;
}

.profile-card .profile-info .inline-list i.fi-social-linkedin {
  font-size: 1.5rem;
  color: #0077b5;
}

.profile-card .profile-info .inline-list i.fi-social-linkedin:hover {
  transform: scale(1.5);
  transition: all .5s ease-in-out;
}

.profile-card .profile-info .inline-list i.fi-social-github {
  font-size: 1.5rem;
  color: #333;
}

.profile-card .profile-info .inline-list i.fi-social-github:hover {
  transform: scale(1.5);
  transition: all .5s ease-in-out;
}

.profile-card .profile-info .inline-list i.fi-social-youtube {
  font-size: 1.5rem;
  color: #cc181e;
}

.profile-card .profile-info .inline-list i.fi-social-youtube:hover {
  transform: scale(1.5);
  transition: all .5s ease-in-out;
}

/*no more table*/
.tableShow {
  display: none;
}

.tableHide {
  display: block;
}

@media only screen and (max-width: 800px) {

  /* Force table to not be like tables anymore */
  table.no-more-tables {
    border: 0;
  }

  table.no-more-tables,
  .no-more-tables thead,
  .no-more-tables tbody,
  .no-more-tables th,
  .no-more-tables td,
  .no-more-tables tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .no-more-tables tr {
    box-shadow: 0px 0px 2px #A1A1A1;
    margin: 12px 0px;
    padding: 8px 5px;
  }

  .no-more-tables td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
    vertical-align: middle;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: left !important;
  }

  .no-more-tables td.small-only-text-center {
    text-align: center !important
  }

  .no-more-tables td input[type="checkbox"] {
    margin: 0;
  }

  .no-more-tables td.ttl-barra {
    background: #008CBA;
    color: #fff;
    margin: -9px -5px -8px -5px;
    padding: 10px 5px;
  }

  .no-more-tables td:last-child {
    border: 0
  }

  .no-more-tables div.switch label {
    margin-bottom: 0
  }

  .no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }

  /*     Label the data     */
  .no-more-tables td:before {
    content: attr(data-title);
    vertical-align: middle;
    text-transform: none;
  }

  .no-more-tables .tableHead {
    background: #E7E7E7
  }

  .no-more-tables td span.label {
    white-space: normal !important;
    text-align: left !important;
    line-height: 16px;
    font-size: 12px;
  }

  .no-more-tables td span.label>strong {
    font-weight: normal !important;
  }

  .no-more-tables .tableShow {
    display: block;
    padding-left: 0.225rem
  }

  .no-more-tables .tableHide {
    display: none;
  }

  .no-more-tables .tableShow strong {
    color: #008CBA;
  }
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
  background-color: #e9f0f5;
}

#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }

  .cd-timeline-block:first-child {
    margin-top: 0;
  }

  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline-img.cd-picture {
  background: #75ce66;
}

.cd-timeline-img.cd-movie {
  background: #c03b44;
}

.cd-timeline-img.cd-location {
  background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }

  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content h2 {
  color: #303e49;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }

  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }

  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }

  .cd-timeline-content .cd-read-more {
    float: left;
  }

  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }

  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }

  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {

  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}


.text-truncate {
  display: inline-block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.is-reveal-open {
  overflow: visible;
}

.reveal-overlay {
  overflow-y: hidden;
}

.reveal {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.login-form {
  max-width: 500px;
  margin: 0 auto;
}

/* Foundation 6 flexbox mode doesn't generate *-centered classes */
.large-centered.columns {
  margin-left: auto;
  margin-right: auto;
}

.svg-logo {
  display: inline-block;
  width: 110px;
  transform: skewx(0deg);
  margin-top: 8px;
}

header {
  /*background: #e71c2499;*/
  background: #00000099;
  overflow: hidden;
}


nav {
  position: relative;
  float: left;
  left: 50%;
  max-width: 80em;
}

@media screen and (min-width: 41em) {
  nav {
    float: none;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1em;
  }
}

nav ul {
  position: relative;
  float: left;
  left: -50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

@media screen and (min-width: 41em) {
  nav ul {
    float: right;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

nav li {
  float: left;
  list-style: none;
  position: relative;
  background: #e71c24;
}

nav ul li a,
h1 a {
  display: block;
  padding: 1em;
  color: white;
}

nav ul li a:hover,
h1 a:hover {
  color: black;
}

/* Here we go! Time to skew. */
h1,
nav li {
  border-right: 1px solid #fff;
  transform: skewx(-20deg);
  transition: background .2s ease, color .2s ease;
}

nav li.has-gestao {
  border: none;
}

h1:hover,
nav li:hover {
  background: #e71c24;
}

h1,
nav ul li:first-child {
  border-left: 1px solid #f2adac;
}

/* Text, unskew thyself! (But unskeweth not the clickable areas.) */
nav span {
  display: block;
  transform: skewx(20deg);
}

.selected {
  background: #fafafa;
}

.selected a {
  color: #e71c24;
}

.selected a:hover {
  color: white !important;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.bg-primary{
  background-color: #e71c24;
  color: #fff;
}


.bold-condensed,
.wrap-buckets h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.regular-condensed,
.wrap-buckets p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

.light-condensed,
.wrap-buckets .wrap-icon {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}

/* ---------------------------------------

BY DEFAULT

-----------------------------------------*/
.wrap-buckets {
  display: table;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap-buckets .bucket {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  width: 25%;
  padding: 30px 70px;
}

.wrap-buckets .bucket:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -ms-transform: skewX(-15deg);
  /* IE 9 */
  -webkit-transform: skewX(-15deg);
  /* Safari */
  transform: skewX(-15deg);
}

.wrap-buckets .bucket:nth-child(odd):before {
  background-color: #0a2463;
}

.wrap-buckets .bucket:nth-child(even):before {
  background-color: #605f5e;
}

.wrap-buckets .wrap-icon {
  font-size: 60px;
  color: #fff;
}

.wrap-buckets h3 {
  font-size: 26px;
  line-height: 26px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

.wrap-buckets p {
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0px 0px 0px;
  color: #fff;
}

.wrap-buckets:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: #0a2463;
}

@media only screen and (max-width: 767px) {
  .wrap-buckets {
    display: block;
  }

  .wrap-buckets .bucket {
    width: 100%;
    display: block;
    padding: 30px 15px;
    height: auto;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .wrap-buckets .wrap-icon {
    width: 100%;
    display: block;
  }

  .wrap-buckets .bucket:before {
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}

.breadcrumbs-bg {
  margin-bottom: 0;
  margin-top: -48px;
  position: relative;
  background: rgba(0, 0, 0, 0.2), #e71c24;
  font-size: 0.001px;
}

.breadcrumbs {
  padding: 15px;
  margin-bottom: 0;
  background: #e71c24;
}

.breadcrumbs a {
  color: #fff;
}

.banner-inicio {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 16 / 9; /* altura proporcional à largura, mais compacta que a proporção original */
  max-height: 600px;
  /*clip-path: polygon(0 0, 100% 0%, 100% 73%, 0 85%);*/
}

.banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
  margin-top: -60px;
  /*clip-path: polygon(0 0, 100% 0%, 100% 73%, 0 85%);*/
}

.orbit-bullets {
  margin-top: -45px;
}

.orbit-caption {
  width: 200px;
  left: 40%em;
  top: 40%;

}

footer {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('/img/banner/footer.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  backdrop-filter: grayscale(65%);
  color: #fff;
  padding: 20px 0;
}

footer a {
  color: #fff;

}

footer {
  font-size: 0.8em;
}

footer .copy {
  margin: 25px 0 0;
  text-align: right;
}

h2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 170px;
  height: 2px;
  background: #ed1c27;
}

h2 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}

h3 {
  font-size: 20px;
  text-transform: uppercase;
}

.reveal {
  overflow: auto;
  max-height: 80vh;
}


.text-truncate {
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

.text-nowrap {
  white-space: nowrap;
}

@media only screen and (max-width: 800px) {

  /* Force table to not be like tables anymore */
  table.no-more-tables {
    border: 0;
  }

  table.no-more-tables,
  .no-more-tables thead,
  .no-more-tables tbody,
  .no-more-tables th,
  .no-more-tables td,
  .no-more-tables tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .no-more-tables tr {
    box-shadow: 0px 0px 2px #A1A1A1;
    margin: 12px 0px;
    padding: 8px 5px;
  }

  .no-more-tables td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
    white-space: normal;
    text-align: left;
    vertical-align: middle;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    text-align: left !important;
  }

  .no-more-tables td.small-only-text-center {
    text-align: center !important
  }

  .no-more-tables td input[type="checkbox"] {
    margin: 0;
  }

  .no-more-tables td.ttl-barra {
    background: #008CBA;
    color: #fff;
    margin: -9px -5px -8px -5px;
    padding: 10px 5px;
  }

  .no-more-tables td:last-child {
    border: 0
  }

  .no-more-tables div.switch label {
    margin-bottom: 0
  }

  .no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }

  /*
    Label the data
    */
  .no-more-tables td:before {
    content: attr(data-title);
    vertical-align: middle;
    text-transform: none;
  }

  .no-more-tables .tableHead {
    background: #E7E7E7
  }

  .no-more-tables td span.label {
    white-space: normal !important;
    text-align: left !important;
    line-height: 16px;
    font-size: 12px;
  }

  .no-more-tables td span.label>strong {
    font-weight: normal !important;
  }

  .no-more-tables .tableShow {
    display: block;
    padding-left: 0.225rem
  }

  .no-more-tables .tableHide {
    display: none;
  }

  .no-more-tables .tableShow strong {
    color: #008CBA;
  }
}

.shrink {
  /*height: 4em;*/
}

.label.success {
  color: #fff;
}


.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #e71c24;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #e71c24, 0 0 5px #e71c24;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #e71c24;
  border-left-color: #e71c24;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.encontro-data {
  background-color: #e8e8e8;
  padding: 5px 25px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.encontro-data .data {
  color: #404040;
  opacity: .6;
}

.encontro-data .modalidade {
  color: #000;
  opacity: .6;
  text-align: right;
}

.encontro-resultado {
  padding: 17px 25px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e1e1e1;
  font-size: 12px;
}

.encontro-resultado .equipa-1 {
  color: #535353;
  font-weight: 700;
  line-height: 16px;
}

.encontro-resultado .resultado {
  color: #000;
  font-weight: 700;
  text-align: center;
}

.encontro-resultado .equipa-2 {
  text-align: right;
  color: #535353;
  font-weight: 700;
  line-height: 16px;
}

.encontro-lista {
  background-color: #f0f0f0;
  border-bottom: 1px solid #fff;
}

.encontro-lista .data {
  letter-spacing: .1px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-color: #595959;
  color: #fff;
  padding: 8px 0;
}

.encontro-lista .data-simples {
  font-weight: normal;
}

.encontro-lista hr {
  margin: 5px 20px;
  border: 2px solid #f5f5f5;
}

.encontro-lista:hover {
  background-color: #fff;
}

.encontro-lista:hover .data {
  background-color: #e71c24;
}

.bloco {
  display: block;
  padding: 20px 10px;
  text-align: center;
  background-color: #e71c24;
  color: #f5f5f5;
  transition: background .2s ease, color .2s ease;
  font-size: 15px;
}

.bloco:hover {
  background-color: #595959;
  color: #fff;
}


/* Responsivo de Menu para Mobile */
@media only screen and (max-width: 40em) {
  header.group {
    padding: 0 10px;
  }

  header.group>nav {
    float: none;
    left: auto;
    max-width: 100%;
  }

  header.group>nav ul#app-header {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    float: right;
    left: auto;
  }

  .lista-semanas {
    overflow-y: auto;
    padding-bottom: 10px;
  }

  .lista-semanas .button {
    margin: 0 6px;
  }

  .lista-semanas .button:first-of-type {
    margin-left: 0
  }

  .lista-semanas .button:last-of-type {
    margin-right: 0
  }
}

[v-cloak] {
  display: none;
}

.row {
  max-width: 80rem;
}