/**************************************/
/************** CUSTOM ****************/
/**************************************/

main {
  background-image: url(img/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-morado {
  background-color: #420f85;
}

.col-logo {
  margin-bottom: -180px;
  z-index: 1;
}

@media (max-width: 767px){
  .col-logo {
    margin-bottom: -130px;
  }
}