/* GERAL */

body {
  padding-bottom: 40px;
  /* Forçar quebra de palavras*/
  word-wrap: break-word;
  color: rgb(50, 100, 153);    
}

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

.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: white;
}

p {
  line-height: 1.8;
}

.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('../images/Cartaz-2.jpeg'); */
  /* background-repeat: no-repeat; */
  /* background-size: 100%; */
  /* background-attachment: fixed; */
  /* background-position: center; */
  border-radius: 10px;
  width: 85%;
  /* height: 100px; */
}

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


/* PAGINA SCHEDULE */

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


/* comittee */


/* Imagem da capa */

.img-capa {
  width: 90%;
  /* height: 300px; */
  /* object-fit: cover; */
  /* object-position: center; */
  border-radius: 10px;
  border: 1px solid black;
}

.vt-align div {
  align-items: center;
  display: flex;
}

.line-h1 {
  line-height: 1.8;
}


/* Table Speakers */

.align-middle-table th,
.align-middle-table td {
  vertical-align: middle !important;
}


/* ---------------------------------- 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;
  }
  .teste-1 {
    width: 80vw;
  }
}

@media (min-width: 992px) {
  /*Brakpoint*/
  .visibilidade-sm {
    display: none;
  }
  .card-columns {
    column-count: 1;
  }
  .teste-1 {
    width: 40%;
  }
 .blue-box {
    width: 40%;
    background-color: aliceblue;
  }

}

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

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

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

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

.text-about {
  font-size: 1.4rem;
  font-weight: 200;
}