@charset "UTF-8";
h2 a, h3 a {
  text-decoration: none;
}

h2 a:hover, h3 a:hover {
  text-decoration: none;
}

/* 576, 768, 992, 1200 */
* {
  font-family: Arial, Helvetica, sans-serif;
}

/* SCSS da tabela da página Agenda (agenda.html)*/
.content-table {
  border-collapse: collapse;
  margin: 0 1.04167%;
  width: 97.91667%;
  font-size: 0.9em;
  text-align: center;
}

/* .content-table thead tr{
    background-color: $theme_purple;
    color: $white;
    font-family:verdana;
    font-weight: bold;
} */
.content-table th {
  padding: 20px 45px;
  font-family: verdana;
}

.content-table th {
  background-color: #023246;
  color: white;
}

.content-table td {
  padding: 30px 45px;
  font-family: verdana;
  font-weight: bold;
}

/* .content-table tbody tr{
    border-bottom: 1.1px solid $white;
}

.content-table tbody tr:nth-of-type(even) {
    background-color: $light_gray;
}

.content-table tbody tr:nth-of-type(odd) {
    background-color: $gray;
    color: $white;
}

.content-table tbody tr:last-of-type{
    border-bottom: 3px solid $white;
} */
#main {
  padding-top: 72px;
}

.size-small {
  width: 40%;
}

.huge {
  font-size: 100px;
}

.card-settings {
  height: 280px;
}

.card-custom {
  position: relative;
  cursor: pointer;
}

.card-custom:hover {
  bottom: 5px;
}

.imagens {
  padding: 10px;
  background-color: white;
}

#colab {
  margin: 0 2% 0 2%;
  width: 96%;
}

#carousel {
  height: 600px;
}

#logo {
  height: 40px;
  width: 180px;
  padding: 0;
  margin-left: 30px;
  margin-right: 30px;
}

#link {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-right: 30px;
}

#borda {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (min-width: 992px) {
  #back {
    background: url("imagens/schedule.svg") no-repeat fixed center;
    background-size: 25%;
  }
}

@media screen and (min-width: 1200px) {
  #carousel {
    width: 75%;
  }
}

@media screen and (max-width: 1200px) {
  #carousel {
    width: 100%;
    height: 75%;
  }
}

@media screen and (min-width: 992px) {
  #main {
    padding-top: 76px;
  }
}

h2 a {
  color: black;
  font-size: 22px;
}

h3 a {
  color: rgba(169, 169, 169, 0.877);
}

h3 a:hover {
  color: white;
}
/*# sourceMappingURL=style.css.map */