.color-agencia {
  background-color: #d41579 !important; }

.color-sistemas {
  background-color: #de1f26 !important; }

.color-conexao {
  background-color: #f26822 !important; }

.color-cursos {
  background-color: #fba919 !important; }

.font-agencia {
  color: #d41579 !important; }

.font-sistemas {
  color: #de1f26 !important; }

.font-conexao {
  color: #f26822 !important; }

.font-cursos {
  color: #fba919 !important; }

.lens {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

/* Button */
.chat-float {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50px 50px 50px 50px;
  border: solid 4px white;
  z-index: 1000; }
  .chat-float i {
    font-size: 2.2rem;
    line-height: 2.2rem;
    color: white; }

.chat {
  position: fixed;
  bottom: 190px;
  right: 30px;
  width: 300px;
  height: auto;
  border-radius: 10px 10px 0 10px;
  z-index: 999;
  background-color: beige; }
  .chat .chat-title {
    padding: 10px;
    border-radius: 10px 10px 0 0; }
  .chat .chat-content .avatar {
    border-radius: 50px 50px 50px 50px;
    width: 60px;
    height: 60px;
    margin: 20px;
    position: relative; }
  .chat .chat-content .msg {
    color: black;
    margin: 20px 20px 20px 0; }
  .chat .chat-input textarea {
    margin: 0 10px;
    padding: 10px 20px;
    border-radius: 50px; }
  .chat .chat-input button {
    margin: 0 10px 0 0;
    width: 42px;
    height: 42px;
    border-radius: 50px; }

@media (max-width: 575.98px) {
  .chat-float {
    bottom: 20px;
    right: 20px; }

  .chat {
    bottom: 110px;
    right: 20px; } }
.button-jittery {
  animation: jittery 4s infinite; }
  .button-jittery:hover {
    animation: heartbeat 0.2s infinite; }

@keyframes jittery {
  5%,
    50% {
    transform: scale(1); }
  10% {
    transform: scale(0.9); }
  15% {
    transform: scale(1.15); }
  20% {
    transform: scale(1.15) rotate(-5deg); }
  25% {
    transform: scale(1.15) rotate(5deg); }
  30% {
    transform: scale(1.15) rotate(-3deg); }
  35% {
    transform: scale(1.15) rotate(2deg); }
  40% {
    transform: scale(1.15) rotate(0); } }
@keyframes heartbeat {
  50% {
    transform: scale(1.1); } }
@media (max-width: 767.98px) {
  .heading-block {
    padding: 0 2rem !important; }
    .heading-block h1 {
      font-size: 1rem !important; } }
main {
  padding: 0; }
  main h1,
  main h2,
  main h3,
  main h4,
  main h5 {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    text-transform: uppercase; }
  main .blocks .item {
    height: calc(50vh - 50px);
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    main .blocks .item:hover .img-bg {
      filter: grayscale(0);
      width: 105%;
      left: 50%;
      transform: translateX(-50%); }
    main .blocks .item:hover .lens {
      opacity: 0;
      filter: alpha(opacity=0); }
    main .blocks .item:hover .caption {
      opacity: 0;
      filter: alpha(opacity=0); }
  main .img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    filter: grayscale(100%);
    transition: all .6s;
    z-index: 1; }
  main .lens {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
    transition: filter .6s, opacity .6s;
    z-index: 2; }
  main .degrade {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, black, transparent);
    opacity: 0.3;
    filter: alpha(opacity=30);
    transition: filter .6s, opacity .6s;
    z-index: 3; }
  main .caption {
    width: 75%;
    padding: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    filter: alpha(opacity=1);
    transition: opacity .6s;
    z-index: 4; }
    main .caption h2,
    main .caption p {
      color: white;
      text-shadow: 1px 1px 3px black; }

section#title {
  height: 244px;
  position: relative; }
  section#title h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 4; }

section#requests {
  position: relative;
  color: white; }
  section#requests h2,
  section#requests h3,
  section#requests h4,
  section#requests label {
    color: white; }
  section#requests label {
    padding: 15px 0 5px 0;
    margin: 0; }

section.dev#section-services .item:first-of-type {
  padding-left: 0 !important; }
section.dev#section-services .item:last-of-type {
  padding-right: 0 !important; }
section.dev#section-services .item a img {
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s; }
section.dev#section-services .item a h5,
section.dev#section-services .item a p {
  text-align: center; }
section.dev#section-services .item a h5 {
  margin-bottom: 0; }
section.dev#section-services .item a:hover img {
  margin-top: -10px;
  opacity: 0.5;
  filter: alpha(opacity=50); }
section.dev#section-services .services {
  margin-top: 100px; }
  section.dev#section-services .services .title {
    background-color: #de1f26;
    position: relative; }
    section.dev#section-services .services .title h3,
    section.dev#section-services .services .title h4,
    section.dev#section-services .services .title h5,
    section.dev#section-services .services .title p {
      color: white;
      margin: 0;
      padding: 0; }
    section.dev#section-services .services .title img {
      width: 50%; }
  section.dev#section-services .services .content {
    background-color: #EEE; }
    section.dev#section-services .services .content h4 {
      padding-bottom: 1rem;
      border-bottom: solid 1px #ccc; }
    section.dev#section-services .services .content p {
      font-size: 1rem;
      line-height: 1.5rem; }
    section.dev#section-services .services .content .resources i {
      font-size: 2rem; }
    section.dev#section-services .services .content .resources h6 {
      margin: 0;
      padding: 0;
      text-transform: uppercase; }

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