  body,
  html {
      height: 100%;
      color: white;
  }

  @keyframes load {
      0% {
          opacity: 0.08;
          /*         font-size: 10px; */
          /* 				font-weight: 400; */
          filter: blur(5px);
          letter-spacing: 3px;
      }

      100% {
          /*         opacity: 1; */
          /*         font-size: 12px; */
          /* 				font-weight:600; */
          /* 				filter: blur(0); */
      }
  }

  .animate {
      display: flex;
      justify-content: center;
      align-items: center;
      /* 	width: 350px; */
      /* 	font-size:26px; */
      font-family: Helvetica, sans-serif, Arial;
      animation: load 1.2s infinite 0s ease-in-out;
      animation-direction: alternate;
      text-shadow: 0 0 1px white;
  }

  #loading {
      width: 100vw;
      height: 100vh;
      background-color: #111;
      color: white;
      position: absolute;
      opacity: 1;
  }

  .fade-out {
      animation: fadeOut ease 3s;
      -webkit-animation: fadeOut ease 3s;
      -moz-animation: fadeOut ease 3s;
      -o-animation: fadeOut ease 3s;
      -ms-animation: fadeOut ease 3s;
  }

  @keyframes fadeOut {
      0% {
          z-index: 99999;
      }

      100% {
          z-index: 1;
      }
  }

  @-moz-keyframes fadeOut {
      0% {
          z-index: 99999;
      }

      100% {
          z-index: 1;
      }
  }

  @-webkit-keyframes fadeOut {
      0% {
          z-index: 99999;
      }

      100% {
          z-index: 1;
      }
  }

  @-o-keyframes fadeOut {
      0% {
          z-index: 99999;
      }

      100% {
          z-index: 1;
      }
  }

  @-ms-keyframes fadeOut {
      0% {
          z-index: 99999;
      }

      100% {
          z-index: 1;
      }
  }

  .efeito-vidro {
      background: rgba(255, 255, 255, 0.1);
      box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
      backdrop-filter: blur(13.5px);
      -webkit-backdrop-filter: blur(13.5px);
      border-radius: 10px;
      border: 1px solid rgba(255, 255, 255, 0.18);
  }

  .ft1 {
      background-image: url("/public/img/Monitoramento.jpg");
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      color: white;
  }

  @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

  section {
      float: left;
      width: 100%;
      background: #fff;
      /* fallback for old browsers */
      padding: 30px 0;
  }


  /*Profile Card 1*/
  .profile-card-1 {
      position: relative;
      float: left;
      overflow: hidden;
      width: 100%;
      color: #ffffff;
      text-align: center;
      height: auto;
      border: none;
  }

  .profile-card-1 h2 {
      margin: 0 0 5px;
      font-weight: 600;
      font-size: 25px;
  }

  .profile-card-1 h2 small {
      display: block;
      font-size: 15px;
      margin-top: 10px;
  }

  .profile-card-1 i {
      display: inline-block;
      font-size: 16px;
      color: #ffffff;
      text-align: center;
      border: 1px solid #fff;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 50%;
      margin: 0 5px;
  }

  .profile-card-1 .icon-block {
      float: left;
      width: 100%;
      margin-top: 15px;
  }

  .profile-card-1 .icon-block a {
      text-decoration: none;
  }

  .profile-card-1 i:hover {
      background-color: #fff;
      color: #2E3434;
      text-decoration: none;
  }

  @media screen and (min-width: 320px) and (max-width: 767px) {
      .profile-card-1 .profile {
          border-radius: 10%;
          max-width: 60%;
          opacity: 1;
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
      }

      .profile-card-1 .card-content {
          width: 100%;
      }

      img {
          width: 30vw;
      }

      #content {
          width: 80vw;
          height: 80vh;
          margin: 10vh 10vw;
          display: flex;
          justify-content: center;
          align-items: center;
      }

      #container {
          text-align: center;
          padding: 10%;
      }

      .animate{
        width: 30vw;
        height: 30vw;
        margin: 35vh 35vw;
      }
  }

  @media screen and (min-width: 768px) and (max-width: 1023px) {
      .profile-card-1 .profile {
          border-radius: 10%;
          max-width: 50%;
          opacity: 1;
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
      }

      .profile-card-1 .card-content {
          width: 100%;
      }

      img {
          width: 25vw;
      }

      #content {
          width: 60vw;
          height: 80vh;
          margin: 10vh 20vw;
          display: flex;
          justify-content: center;
          align-items: center;
      }

      #container {

          text-align: center;
          padding: 5%;
      }
      
      .animate{
        width: 30vw;
        height: 30vw;
        margin: 30vh 35vw;
      }
  }

  @media screen and (min-width: 1024px) and (max-width: 1365px) {
      .profile-card-1 .profile {
          border-radius: 10%;
          max-width: 50%;
          opacity: 1;
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
      }

      .profile-card-1 .card-content {
          width: 100%;
      }

      img {
          width: 15vw;
      }

      #content {
          width: 60vw;
          height: 80vh;
          margin: 10vh 20vw;
          display: flex;
          justify-content: center;
          align-items: center;
      }

      #container {
          text-align: center;
          padding: 5%;
      }

      form,
      input {
          margin: auto;
          width: 90%;
      }

      .animate{
        width: 30vw;
        height: 30vw;
        margin: 30vh 35vw;
      }
  }

  @media screen and (min-width: 1366px) and (max-width: 1919px) {
      .profile-card-1 .profile {
          border-radius: 10%;
          max-width: 50%;
          opacity: 1;
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
      }

      .profile-card-1 .card-content {
          width: 100%;
      }

      img {
          width: 12vw;
      }

      #content {
          width: 40vw;
          height: 70vh;
          margin: 20vh 30vw;
          display: flex;
          justify-content: center;
          align-items: center;
      }

      #container {
          text-align: center;
          padding: 5%;
      }

      form,
      input {
          margin: auto;
          width: 90%;
      }

      .animate{
        width: 30vw;
        height: 30vw;
        margin: 25vh 35vw;
      }
  }

  @media screen and (min-width: 1920px) {
      .profile-card-1 .profile {
          border-radius: 10%;
          max-width: 50%;
          opacity: 1;
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
      }

      .profile-card-1 .card-content {
          width: 100%;
      }

      img {
          width: 10vw;
      }

      #content {
          width: 40vw;
          height: 80vh;
          margin: 10vh 30vw;
          display: flex;
          justify-content: center;
          align-items: center;
      }

      #container {
          text-align: center;
          padding: 5%;
          font-size: 1.5rem;
      }

      form,
      input {
          margin: auto;
          width: 90%;
      }

      .animate{
        width: 30vw;
        height: 30vw;
        margin: 25vh 35vw;
      }
  }