@import url('https://fonts.googleapis.com/css?family=Spartan:400,700,900&display=swap');

*{
  font-family: 'Spartan', sans-serif;
}

a:hover{
  text-decoration: none;
}

nav{
  font-weight: 700;
  text-transform: uppercase;

  background: transparent;
  margin-bottom: 140px;
}

nav a{
  color: #fff !important;
  transition: all 0.3s;
}

nav a:hover{
  color: #91bcf0 !important;
}

nav .logo{
  max-height: 50px;
  width: auto;
}

header section{
  background: url(../img/bg-header.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;

  padding-top: 0;
  padding-bottom: 180px;
}

h1{
  font-size: 4rem;
  font-weight: 900;
}

section{
  padding-top: 70px;
  padding-bottom: 70px;
}

em{
  font-style: normal !important;
}

.primary-section{
  background-color: #222;
  color: #fff;
}

.primary-color em{
  color: #fb0;
}

.light-section{
  background-color: #f9f9f9;
  color: #222;
}

.light-section em{
  color: #136cd6;
}

.white-bg{
  background-image: url(../img/bg-white.jpg);
}

.white-section{
  background-color: #fff;
  color: #222;
}

.white-section em{
  color: #136cd6;
}

.btn{
  font-weight: bold;
}

.card-title{
  font-weight: bold;
}

.card-body ul li{
  color: #555;
}

#destaques .card{
  border: 0;
  border-bottom: 3px solid #fb0 !important;
}

#contato a i{
  width: 20px;
}

footer{
  border-top: 3px solid #fb0;
}