/* TITULO */

.tittle-OC{
  color: #00628d;
  font-size: 20px !important;
}

.bg-title {
  /* Cor letra titulo menu */
  color: #002247 !important;
  /* cor background do menu */
  /* background-color: rgb(50, 100, 153) !important; */
  background: linear-gradient(200deg, #72b9ea, #fbffff 75%);
}

/*BARRA DE NAVEGAÇÃO*/

.tam-logo {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 30px;
}

/* Cor da fonte do menu */

.navbar-light .navbar-nav .nav-link {
  /* Cor Letras do menu */
  color: #e0f1fe;
}

/* Background do menu */

.bg-light {
  background-color: #337eab !important;
}


/* ESTRUTURA */

#nav1 .nav-item a {
  border-bottom: 1px solid transparent !important;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1rem;
  border-image: none;
}

#nav1 .nav-item a:hover {
  /* color: #5ed7db !important; */
  /* border-radius: 10px; */
  /* border-width: 100%; */
  border-color: #adeeff !important;
  transition: 0.5s;
}

.nav-item {
  margin: auto;
}

.nav-item {
  white-space: nowrap;
  /*Evita quebra de linha*/
}

.alinhamento {
  display: flex !important;
  justify-content: center !important;
}

/*CONTROLE DE DISPOSITIVOS*/

@media (max-width: 576px) {}

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

@media (min-width: 992px) {
  nav ul li {
    margin-left: 10px;
  }
}

@media (min-width: 1300px) {
  nav ul li {
    margin-left: 35px !important;
  }
}

@media (min-width: 1500px) {
  nav ul li {
    margin-left: 60px !important;
  }
}

@media (min-width: 1900px) {
  nav ul li {
    margin-left: 80px !important;
  }
}















.test1 img{
  margin: 3vmax;
}


.list-part{
  border-left:solid 0.01cm lightgray; list-style: decimal;
}



/* GERAL */

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

::-webkit-scrollbar {
  width: 0px;  /* Remove scrollbar space */
  background: transparent;  /* Optional: just make scrollbar invisible */
}

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

.esp{
  margin-top: 5px;
  margin-bottom: 5px;
}

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

p {
  line-height: 1.8;
}

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

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


/* UTILIDADES */

/* Retira efeito hover */
.noDec:hover, .noDec a:hover{
  text-decoration: none;
}

/* Desativa Link */
.noAct, .noAct i{
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
  color: darkgray !important;
}

/* Alinha tabela na vertical */
.align-middle-table th, .align-middle-table td{
  vertical-align: middle !important;
}
table tr td{
  vertical-align: middle !important;
  white-space: nowrap;
}

/* Alinha texto no centro */
.align-center{
  text-align: center !important;
}

.alt-total{
  height: 60vmax;
}




/*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: 65%;
  /* 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%;
  }
}

@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;
}




