#hero {
  width: 100%;
  height: 95vh;
  background: url("../img/rc_banner-padaria.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-bottom: -200px;
  
}
#hero:before {
  content: "";
  
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


#hero h1 {
  margin: 0 20px 10px 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  padding-top: 50px;
}
#hero .img-logo {
  margin: 0 20px 10px 20px;
 
  padding-top: 20px;
}
#hero h2 {
    margin: 0 20px 50px 20px;
  color: #eee;
  
  font-size: 24px;
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0 20px 20px 20px;
  position: relative;
  z-index: 3;
  
}
.why-us .content {
  padding: 30px;
  background: #3C93F6;
  border-radius: 10px;
  
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  color: #333;
}

.why-us .content h1 {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 30px;
  color: #fff;
}
.why-us .content p {
  margin-bottom: 30px;
   color: #716F6F;
}
.why-us .content .more-btn {
  display: inline-block;
  background: #fff;
  padding: 6px 30px 8px 30px;
  color: #3C93F6;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}
.why-us .content .more-btn i {
  font-size: 14px;
}
.why-us .content .more-btn:hover {
  color: #fff;
  background: #000;
}
.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
  color: #3C93F6;
}
.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #1977CC;
  margin-bottom: 30px;
}
.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
  color: #3C93F6;
}
.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #716f6f;
}
