/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
 /* @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap"'); */
/* p, a {
  font-family: 'Lato', sans-serif !important;
} */

body {
  background-color: #f0f8ff !important;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-family: 'Lato', sans-serif;
}

h1 {
  font-size: 3.5rem !important;
  /* font-weight: bold; */
}

h2 {
  font-size: 3.2rem !important;
}

h3 {
  font-size: 1.64rem;
}

#logo-container {
  /* font-weight: bold; */
}

#msg {
  font-weight: bold;
  font-size: 20px;
}

.lucro {
  color: #72B06D;
}

.prejuizo {
  color: #F65C51;
}

.azul {
  background-color: #467599 !important;
}

.icons {
  color: #4A7DCA !important;
}

.btn-doacoes {
  background-color: #4A7DCA !important;
}

.dark {
  background-color: #1A1A1A !important;
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
	font-size: inherit;
}

#btn-simular {
  margin-top: 15px;
}

.logo-btc-central {
  font-size: 3.5em;
  /* color: #fd7e14; */
  /* color: #FF9500; */

  /* Cor do logo no site oficial. */
  color: #f7931a;
}

#disclaimer-coindesk {
  font-size: 0.9em;
}

.orange {
  background-color: #FF9800 !important;
}

.erro {
  color: #ff0000;
}

.bold {
  font-weight: bold;
}

#qr-code-doacao {
  width: 35%;
}

.logo-gold {
  font-size: 1.5em;
  color: #e6c619;
}

.logo-grafico {
  font-size: 1.5em;
  color: #4caf50;
}

.h2-other-pages {
  font-size: 1.64rem !important;
}

#btn-simular-t {
  font-weight: 700;
}

#simular input {
  font-size: 20px !important;
}

@media screen and (max-width: 768px) {
  .jotform-form {
    padding: 0px 0px !important;
  }
}

@media only screen and (max-width: 480px) and (orientation: portrait) { 
  #modal-doacao p {
    font-size: small !important;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .container {
    width: 75% !important;
  }
}

@media only screen and (min-width: 1920px) {
  .container {
    width: 70% !important;
  }

  #modal-doacao {
    width: 45% !important;
  }

  #icons-boxes {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 85% !important;
  }
}
