body {
  padding-bottom: 40px;
  /* Forçar quebra de palavras*/
  word-wrap: break-word;
}

.esp-titulo {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mp0 {
  margin: 0;
  padding: 0;
}

hr {
  margin: 0;
  padding: 0;
}

.border-style {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.35);
}

.border-style-right {
  border-right: 1px solid rgba(0, 0, 0, 0.35);
}

h1 {  
  padding: 10px; color: aquamarine;
}

p {
  line-height: 1.9;
}

.link a:hover {
  text-decoration: none;
}

.box {
  box-shadow: -7px 7px 3px 2px rgba(0, 0, 0, 0.1);
}







/*PAGINA INICIO*/
.img-index {
  background-image: url('../img/math1.jpg');
  background-repeat: no-repeat;
  background-size: 70%;
  background-attachment: fixed;
  background-position: top center;
  width: 100%;
  height: 400px;

}

.text-img {
  padding-top: 10%;
}









/* PAGINA ABOUT */

#cards-about .card {
  margin-top: 25px;
  margin-bottom: 25px;
  box-shadow: -7px 7px 3px 2px rgba(0, 0, 0, 0.1);
}







/* PAGINA REG */

#page-reg li {
  margin-top: 20px;
}






/* PAGINA SCHEDULE */

#cards-Sche .card {
  margin-top: 25px;
  margin-bottom: 25px;
  box-shadow: -7px 7px 3px 2px rgba(0, 0, 0, 0.1);
}

















/* ---------------------------------- CONTROLE ---------------------------------- */

@media (min-width: 576px) {
  .card-columns {
    column-count: 2;
  }
}

@media (min-width: 768px) {}

@media (max-width: 992px) {
  /*Brakpoint*/
  .visibilidade-md {
    display: none;
  }
  .img-dmat {
    height: 200px;
  }
}

@media (min-width: 992px) {
  /*Brakpoint*/
  .visibilidade-sm {
    display: none;
  }
  .card-columns {
    column-count: 3;
  }
}

@media (min-width: 1300px) {}

@media (min-width: 1500px) {}

@media (min-width: 1900px) {}

@media print {
  /* IMPRESSÃO */
  input {
    visibility: hidden;
    ;
  }
}