* {
    font-family: 'Rajdhani', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all ease-in .2s;
}

html, body {height: 100%; background: #f5f5f5 !important; color: #424242 !important;}

.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar .navbar-toggler {
    border-color: rgba(255,255,255, .5);
}

.container {
    max-width: 1250px !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, a, .td-name, td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 400;
}
h1, .h1 {
    font-size: 3.2em;
}
h2, .h2 {
    font-size: 2.6em;
}
h3, .h3 {
    font-size: 1.825em;
    line-height: 1.4;
}
h4, .h4 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2em;
}
h5, .h5 {
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.4em;
}
h6, .h6 {
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
}
p {
    font-size: 16px;
    line-height: 1.4em;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #9A9A9A;
    font-weight: 300;
    line-height: 1.4em;
}
h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
    font-size: 60%;
}

nav.navbar.navbar-expand-lg.navbar-light {
  margin-top: 0;
  background: #2196f3;
  border-bottom: 4px solid #1976d2;
  font-weight: 700;
  padding: 0;
  font-size: 17px;
}
nav.navbar #navbarM ul.navbar-nav>li.nav-item {
  padding: 10px;
}
nav.navbar #navbarM ul.navbar-nav>li.nav-item>a.nav-link {
  color: #fff !important;
}
nav.navbar #navbarM li.nav-item:hover {
  background: #1976d2;
}
nav.navbar #navbarM a.nav-link:hover {
  transform: scale(1.1);
}
nav.navbar .navbar-brand {
  color: #fff;
  padding-left: 2%;
}
.card {
    margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: left;
    position: relative;
    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
    border-radius: 4px;
    transition: all 0.3s ease;
}
.card:hover {
    box-shadow: 1px 2px 4px 0px rgba(46,61,73,0.2);
}
section#header {
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff !important;
}
section#header > .container {
  padding: 30px
}

section#center > .container {
  margin-top: 2%;
  margin-bottom: 2%;
}
section#center #area-title {
  text-align: center;
  background: #001c2f;
  padding: 20px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 1000;
}
section#center #area-title h2 {
  font-family: 'Anton', sans-serif !important;
}
section#center #area-title p {
  color: #79d1ff;
  font-size: 16px
}
section#center .card {
  border-radius: 20px 10px;
  box-shadow: 4px 4px 12px rgba(120, 120, 120, .5);
}
section#center .card h3.card-header {
  border-top-left-radius: 20px;
  border: none;
  font-weight: 1000;
  background: #fff;
}
section#center #noticias .card {
  border-radius: 20px 10px;
}
section#center #noticias .card .card-header p {
  text-align: justify;
  margin: 0 auto;
}
section#center #noticias .card .card-header p:first-of-type {
  padding-top: 4%;
}
section#center #noticias .card .card-header img {
  border-radius: 10%
}
section#center #noticias .card .card-noticia {
  background: #2962ff;
  color: #fff;
  text-align: justify;
  padding: 25px
}
section#center #noticias .card .card-noticia small {
  color: #fff;
}
section#center #noticias .card .card-noticia h3:first-of-type {
  padding-top: 15px;
}
section#center #noticias .card .card-noticia h3 {
  font-weight: 1000;
  line-height: .8 !important;
}
section#center #noticias .card .card-body {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
}
section#center #noticias .card .card-footer {
  margin-top: 30px;
}
section#center #vips .card h3 {
  color: #212121 !important;
  font-weight: 1000
}
section#center #vips .card .price {
  font-weight: 1000
}
section#center #vips .card .price:before {
  content: "R$ ";
}
section#center #vips .card .price:after {
  content: ",00";
}
section#center #vips .card .card-footer {
  border: 0;
}
section#center .sidebar-module {
  margin-bottom: 3%;
}

footer {
    background: #212121;
    color: #fff;
    padding: 30px;
    bottom: 0px;
    width: 100%;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus {
  color: #fff !important;
  text-transform: uppercase;
  background: #2962ff !important;
  font-weight: 1000;
  border-color: #2962ff;
  border-top-left-radius: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 5px;
}
