@import url("https://fonts.googleapis.com/css2?family=Questrial&family=Roboto+Slab:wght@300;400&display=swap");

/* Thin Scrollbar */
:root {
  font-size: 16px;
  box-sizing: border-box;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  /* font-smoothing: antialiased; */
  font-weight: 400;
}

/**
    * Firefox specific rule
*/
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

body {
  background: #f6f7fb;
}

#ns-s {
  position: fixed;
  z-index: 100;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f7fb;
  font-size: 1.5em;
}

main {
  margin-left: auto;
  margin-right: auto;
}

#logo {
  position: fixed;
  margin-top: 30px;
  opacity: 0;
  animation: logoShow 0.35s cubic-bezier(0.44, 0, 0.58, 0.98) 1.3s forwards;
}

@keyframes logoShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#logo img {
  width: 120px;
}

.day-container {
  overflow: hidden;
  margin-bottom: 0;
}

#day {
  font-family: "Questrial", sans-serif;
  font-size: 180px;
  line-height: 150px;
  margin-bottom: 0;
  transform: translate(0, 100%);
  animation: dayShow 0.25s cubic-bezier(0.44, 0, 0.58, 0.98) 0.5s forwards;
  color: #000;
}

@keyframes dayShow {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}

.month-container {
  overflow: hidden;
}

#month {
  font-family: "Roboto Slab", sans-serif;
  font-size: 52px;
  font-weight: 100;
  margin-bottom: 0;
  transform: translate(0, 100%);
  animation: monthShow 0.25s cubic-bezier(0.44, 0, 0.58, 0.98) 0.5s forwards;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
  color: #000;
}

@-webkit-keyframes monthShow {
  0% {
    -webkit-transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-moz-keyframes monthShow {
  0% {
    -moz-transform: translate(0, 100%);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}

@keyframes monthShow {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}

.quant-f {
  margin-top: 40px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 100;
  color: #3282bc;
  text-align: left;
  transform: translate(0, 50%);
  opacity: 0;
  animation: quantShow 0.25s cubic-bezier(0.44, 0, 0.58, 0.98) 0.75s forwards;
}

@-webkit-keyframes quantShow {
  0% {
    -webkit-opacity: 0;
    transform: translate(0, 50%);
  }
  100% {
    -webkit-opacity: 1;
    transform: translate(0, 0);
  }
}

@-moz-keyframes quantShow {
  0% {
    -moz-opacity: 0;
    transform: translate(0, 50%);
  }
  100% {
    -moz-opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes quantShow {
  0% {
    opacity: 0;
    transform: translate(0, 50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.quant-f p span {
  font-weight: 400;
}

#arrow-container {
  display: none;
  width: 100%;
  margin-top: 50px;
  opacity: 0;
  animation: arrowShow 0.25s cubic-bezier(0.44, 0, 0.58, 0.98) 1.05s forwards;
}

#arrow-icon {
  transform: rotate(180deg) !important;
}

.card {
  margin-bottom: 15px;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072);
  transform: translate(0, 50%);
  opacity: 0;
}

.showCards {
  -webkit-transform: all 0.25s cubic-bezier(0.44, 0, 0.58, 0.98);
  transition: all 0.25s cubic-bezier(0.44, 0, 0.58, 0.98);
  opacity: 1;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mb-0 {
  text-align: left;
  color: #333333;
  font-family: "Questrial", sans-serif;
  font-size: 30px;
  white-space: normal;
}

.nome-f {
  text-align: left;
  color: #757575;
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  margin-top: 4px;
  margin-bottom: 0;
}

.card-header {
  background-color: #ffffff;
  display: flex;
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 0;
  justify-content: space-between;
}

.card-header:hover {
  text-decoration: none;
}

.card-header-cont-left {
  display: flex;
}

.card-header-cont-left .img-container {
  margin-right: 20px;
}

.card-header-cont-left .img-container img {
  height: 100%;
  width: auto;
  max-height: 59px;
}

.card-header:first-child {
  border-radius: 0;
}

.card .card-header .header-arrow {
  /* float: right; */
  margin-left: auto;
  will-change: transform;
  fill: #3282bc;
}

.card-header[data-toggle="collapse"] .header-arrow {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -ms-transition: -ms-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.card-header[data-toggle="collapse"].collapsed .header-arrow {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.card-body {
  font-family: "Roboto Slab", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #333333;
  font-weight: 100;
  padding-top: 0;
  padding-bottom: 28px;
}

.card-body hr:first-child {
  margin-top: 0;
  margin-bottom: 26px;
}

.card-body hr:nth-child(2) {
  margin-top: 29px;
  margin-bottom: 20px;
}

.card-bottom {
  display: flex;
  align-items: center;
}

/* .card-bottom span {
  margin-top: 15px;
} */

.card-bottom a {
  text-decoration: none;
  display: block;
  position: relative;
  color: #333333;
  overflow: hidden;
  margin-left: 5px;
  padding-bottom: 2px;
}

.card-bottom a:hover {
  color: #3282bc;
}

.full-h {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.left-cont {
  width: 100%;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  float: left;
  overflow: hidden;
}

.right-cont {
  margin-top: 60px;
  margin-bottom: 60px;
}

.footer {
  opacity: 0;
  animation: showFooter 0.3s cubic-bezier(0.44, 0, 0.58, 0.98) 1.5s forwards;
}

@keyframes showFooter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.footer p {
  font-family: "Roboto Slab", sans-serif;
  color: #000000;
  font-weight: 100;
}

.d-footer p {
  display: flex;
  font-size: 1em;
  margin-bottom: 0;
}

.footer p a {
  position: relative;
  text-decoration: none;
  color: #000000;
  font-weight: 400;
  padding-bottom: 2px;
}

.d-footer p a {
  display: inline-block;
  overflow: hidden;
  margin: 0 5px;
}

.d-footer {
  position: fixed;
  bottom: 30px;
}

.card-bottom a::after,
.footer p a::after {
  display: block;
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background: #333333;
}

.d-footer p a:hover {
  color: #3282bc;
}

.card-bottom a:hover::after,
.d-footer p a:hover::after {
  animation: linkUnder 0.25s cubic-bezier(0.44, 0, 0.58, 0.98) forwards;
}

.m-footer {
  display: none;
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
  float: left;
}

@keyframes linkUnder {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100%);
  }
  51% {
    transform: translateX(-100%);
    background: #3282bc;
  }
  100% {
    transform: translateX(0);
    background: #3282bc;
  }
}

.no-cards-d {
  position: static;
  width: 100% !important;
}

.no-cards-d .left-cont {
  width: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

.no-cards-d #day, .no-cards-d #month, .no-cards-d .quant-f p {
  text-align: center;
}

.no-cards-d .d-footer{
  left: 50%;
  transform: translateX(-50%);
}

.no-cards-d .month-container #month {
  text-align: center;
}

@media only screen and (min-height: 800px) {
  .adjust-cards {
    position: absolute;
    width: 100%;
    margin: 0;
    top: 50%;
    left: 15px;
    padding-right: 30px;
    transform: translateY(-50%);
  }

  .adjust-cont {
    position: relative;
    height: 100vh;
    margin: 0;
  }
}

@media only screen and (max-height: 540px) {
  .full-h {
    height: auto;
  }
  #logo {
    position: relative;
  }
  .left-cont {
    position: relative;
    transform: translateY(0);
    margin-top: 20px;
  }
  .d-footer {
    position: relative;
    display: block;
    bottom: auto;
    margin-top: 30px;
    float: left;
  }
}

@media only screen and (max-width: 991px) {
  #logo {
    position: static;
    margin-top: 0;
    margin-bottom: 100px;
  }
  .full-h {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }
  .left-cont {
    display: flex;
    align-items: baseline;
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  .quant-f {
    line-height: 1.58;
  }
  .quant-f p {
    margin-bottom: 0;
  }
  .day-container {
    margin-bottom: 15px;
  }
  .d-footer {
    display: none;
  }
  .no-cards-m {
    height: 85vh !important;
  }
  .m-footer {
    display: block;
  }
  .card-bottom a:hover {
    color: #333333;
  }
  @keyframes linkUnder {
    0% {
      transform: translateX(0);
      background: #333333;
    }
    100% {
      transform: translateX(0);
      background: #333333;
    }
  }
}

@media only screen and (max-width: 767px) {
  .left-cont {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 540px) {
  #logo {
    margin-top: 15px;
  }
  .left-cont {
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 15px;
    transform: translateY(-50%);
  }
  .full-h {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100vh;
  }
  .left-cont {
    flex-direction: column;
  }
  .left-cont div:last-of-type {
    position: static;
  }
  .quant-f {
    margin-top: 20px;
    line-height: auto;
    line-height: 1.3;
  }
  #arrow-container {
    display: flex;
    margin-top: 30px;
  }
  .card-bottom {
    flex-direction: column;
  }
  .card-bottom div {
    width: 100%;
  }
  .card-bottom a {
    margin-left: 0;
    display: inline-block;
  }
  @-webkit-keyframes arrowShow {
    0% {
      -webkit-opacity: 0;
    }
    100% {
      -webkit-opacity: 1;
    }
  }

  @-moz-keyframes arrowShow {
    0% {
      -moz-opacity: 0;
    }
    100% {
      -moz-opacity: 1;
    }
  }

  @keyframes arrowShow {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .right-cont {
    margin-top: 0px;
  }
  .day-container {
    margin-bottom: 0;
  }
  .m-footer span {
    display: block;
  }
}

@media only screen and (max-width: 340px) {
  .left-cont {
    padding-top: 50px;
  }
  #arrow-container {
    margin-top: 25px;
  }
}
