@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,300i,400,500,600,800");
@media only screen and (max-width: 768px) {
  header h1 {
    font-size: 3rem !important; }
  header h2 {
    font-size: 2rem !important;
    color: white; }

  #servicos .servicos .item-servico i {
    font-size: 25px !important; }

  #servicos .servicos .item-servico .servico {
    font-size: 14px !important; }

  #servicos {
    background: transparent !important; }

  #servicos .servicos .item-servico {
    width: 100% !important; } }
html {
  font-family: 'Raleway', sans-serif !important; }

.nav-anjos {
  background-color: transparent;
  box-shadow: none; }

a.button-collapse {
  color: #54AADE; }

nav .button-collapse {
  float: right !important; }

nav ul a {
  color: #333;
  font-weight: 300; }

nav ul a:hover {
  color: #54AADE;
  background-color: transparent; }

header {
  background: linear-gradient(to bottom, white 0%, #54AADE 68%, #54AADE 100%);
  padding: 3vh 0; }
  header h1 {
    font-size: 4rem; }
  header h2 {
    font-size: 2rem;
    color: white; }

#promocoes {
  padding: 6vh 0;
  background-color: #54AADE; }
  #promocoes h3, #promocoes h5, #promocoes p {
    color: #fff; }
  #promocoes p {
    font-size: 16px; }
    #promocoes p span {
      font-size: 24px;
      font-weight: bold; }

.img-nuvem {
  height: 143px;
  background-image: url(../img/img-nuvem.png);
  background-repeat: no-repeat;
  margin-top: -50px;
  background-position: center center; }

#servicos {
  background-image: url(../img/pes.png);
  background-repeat: no-repeat;
  background-position: 18% center; }
  #servicos h3 {
    color: #54AADE; }
  #servicos h5 {
    color: #707070; }
  #servicos .servicos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #servicos .servicos .item-servico {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 50%; }
      #servicos .servicos .item-servico i {
        font-size: 44px;
        color: #54AADE; }
      #servicos .servicos .item-servico .servico {
        font-size: 18px; }

.social img {
  width: 60px; }

a .efeito {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }

a:hover .efeito {
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  transform: rotateZ(360deg); }

.page-footer {
  padding: 10vh 0 0 0;
  background-color: white; }
  .page-footer h3 {
    color: #54AADE; }
  .page-footer h5 {
    color: #707070; }
  .page-footer .footer-copyright {
    color: #54AADE;
    text-align: center; }
    .page-footer .footer-copyright a {
      color: #54AADE !important; }

.logo img {
  height: 100px; }

/*# sourceMappingURL=style.css.map */
