/* ---- Cores ---- */
/* ---- Font ---- */
main {
  background-color: #000000; }
  main .safe {
    height: 400px;
    text-align: center;
    text-transform: uppercase;
    background: url("../img/Security-Projects.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    main .safe h3 {
      color: #FFC100;
      margin-top: 0;
      font-size: 30pt;
      padding-top: 150px; }
      @media (max-width: 575.98px) {
        main .safe h3 {
          font-size: 23pt; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        main .safe h3 {
          font-size: 27pt; } }
    main .safe a {
      color: #ffffff;
      font-size: 20pt;
      border: 2px solid #ffffff;
      border-radius: 4px;
      padding: 5px;
      transition: 1.02s; }
      @media (max-width: 575.98px) {
        main .safe a {
          font-size: 16pt; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        main .safe a {
          font-size: 18pt; } }
      main .safe a:hover {
        color: #FFC100;
        border-color: #FFC100; }
  main .info-projects p {
    color: #ffffff;
    text-align: justify;
    font-size: 12pt;
    padding-top: 15px; }
  main .info-projects ul {
    color: #ffffff;
    list-style: square;
    font-size: 12pt;
    padding-left: 20px; }
  main .mais-info {
    height: 100px;
    background-color: #FFC100;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px; }
    main .mais-info p {
      color: #091221;
      font-size: 15pt;
      padding-top: 5px; }
    main .mais-info a {
      color: #091221;
      font-size: 13pt;
      border: 2px solid #091221;
      border-radius: 4px;
      padding: 5px; }
      main .mais-info a:hover {
        color: #8E8E8E;
        border-color: #8E8E8E; }

/*# sourceMappingURL=projects.css.map */
