/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
.negrito {
  font-weight: 500 !important;
}
.limpar {
  clear: both;
}
.mensagem {
  padding: 10px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border-radius: 15px;
}
.bordaArred {
  border-radius: 10px;
} 
.paddingTopBottom5px { 
  padding-bottom: 5px;
  padding-top: 5px;
}
.paddingLeftRight10px { 
  padding-left: 10px;
  padding-right: 10px;
}

.listaevento .card-image {
  background-color: #CCCCCC;
  height: 200px; 
}
.listaevento .card-image img {
  height: 200px; 
}

.listaevento .data, 
.listaevento .inscricao {
  margin-left: 10px;
}
.listaevento .data, .listaevento .data i,
.listaevento .inscricao, .listaevento .inscricao i {
  vertical-align: middle;
}
.detalhesEvento .material-icons {
  vertical-align: middle;
}
.detalhesEvento .valorkit {
  font-size: 0.8em;
}

.borderBottom0px tr {
  border: none !important;
}

h1 {
  font-size: 2.4em;
  font-weight: bold;
}
h2 {
  font-size: 2em;
  font-weight: bold;
}

nav {
  height: 64px !important;
}
nav #logo-container img {
  height: 56px;
  margin-top: 4px;
}
.menupc { 
  margin-top: 30px;
}
.nav-wrapper {
  text-align: center;
}

.descricao {
  
}

.cardlink {
}

.btnFlutuante {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 900;
}
.fotoKit {
  width: 64px;
}
.termo {
  width: 100%;
  height: 200px !important;
  overflow-x: scroll;
}
.termoCheckbox {
    position: relative !important; 
    opacity: 1 !important;
    pointer-events: visible !important;
}

select {
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem; 
    font-size: 16px;
    margin: 0 0 9px 0;
    padding: 0; 
}


/* TELA MAIOR QUE 600 */
@media only screen and (min-width: 601px) { 
  nav {
    height: 72px !important;
  }
  nav #logo-container img {
    height: 64px;
    margin-top: 4px;
  }
  .menupc { 
    margin-top: 30px;
  }
}

/* TELA MAIOR QUE 992 */
@media only screen and (min-width : 993px) { 
  nav {
    height: 128px !important;
  }
  nav #logo-container img {
    height: 120px;
    margin-top: 4px;
  }
  .menupc { 
    margin-top: 30px;
  }
  .nav-wrapper {
    text-align: left;
  }
}  
    


  