@charset "UTF-8";
/* 
    Amarelo: #FFD400
    Cinza: #6D6E71
*/
body {
  min-height: 100%;
  color: #6D6E71;
}

p {
  font-size: 18px;
}

/* Menu */
.navbar-brand {
  height: auto;
}

.brand-image {
  max-height: 111px;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

.navbar-vies {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.navbar-vies .navbar-nav li a {
  color: #6D6E71;
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  font-size: 12pt;
}

.navbar-vies li a:hover, .navbar-vies li a:focus {
  background: transparent;
}

.navbar-vies li.active a {
  color: #FFD400;
}

.navbar-vies li a:hover {
  color: #222223;
}

.navbar-vies li.active a:hover {
  color: #ccaa00;
}

.navbar-vies .navbar-toggle {
  border: none;
}

.navbar-vies .navbar-toggle .icon-bar {
  background-color: #6D6E71;
}

.navbar-fixed-top .brand-image {
  max-height: 50px;
}

.navbar-fixed-top li a {
  line-height: 50px !important;
}

/* End menu */
/* Seções */
.section-vies {
  padding: 80px;
}

#topo {
  margin-top: -20px;
  background: url(../img/banner1.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#topo p {
  color: #fff;
  font-size: 20px;
  line-height: 1.8em;
}

#sobre {
  background: url(../img/banner2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

#quemFaz {
  background: #f4f4f4;
}

#cursos {
  background: #6D6E71;
  padding: 30px;
}

#projetos {
  padding: 30px;
}

#projetos p {
  font-size: 17px;
}

#contato {
  background: #FFD400;
  padding: 30px;
}

.icone i {
  font-size: 35px;
}

.icone + .icone {
  margin-left: 5px;
}

.yellow-div {
  height: 50px;
  content: "\\";
  background: #FFD400;
  width: 100%;
  margin-bottom: -80px;
}

.type-yellow {
  line-height: 2em;
  background: #FFD400;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  padding: 10px;
  font-weight: 600;
}

/* End Seções */
.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.text-yellow {
  color: #FFD400 !important;
  text-shadow: #d5d5d5 1px 0px 0px;
}

.text-bold {
  font-weight: 600 !important;
}

.text-white {
  color: #fff;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.form-control {
  background: #FFD400;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #6D6E71;
}

/* Desktop */
@media (min-width: 768px) {
  .navbar-vies:not(.navbar-fixed-top) .navbar-nav li a {
    line-height: 100px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .brand-image {
    max-height: 60px;
  }
  .section-vies {
    padding: 30px;
  }
  #sobre {
    background-size: cover;
    background-position: left;
  }
  .yellow-div {
    margin-bottom: -30px;
  }
  .navbar-fixed-top li a {
    line-height: 30px !important;
  }
}
/*# sourceMappingURL=padrao.css.map */