/* * {

text-align: center;

} */

body {
  margin: 0;
  background-color: #eee;
  min-height: 100vh;
}

.projetosR {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.first-hero {
  display: inline-block;
  position: relative;
  width: 350px;
  min-width: 350px;
  height: 350px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  /* margin: 30px; */
  padding: 10px;
}

.image-hero {
  min-height: 63%;
  width: 100%;
  border-radius: 20px;
}

.text-hero {
  background-image: linear-gradient(0deg, #4155b9, #229175, #169556);
  background: #fff;
  border-radius: 30px;
  position: absolute;
  top: 55%;
  left: -5px;
  height: 65%;
  width: 108%;
  transform: skew(29deg, -19deg);
}

.second .text-hero {
  background-image: linear-gradient(-20deg, #bb7413, #e7d25c);
}

.logo {
  height: 64px;
  width: 64px;
  border-radius: 20px;
  /* background-color: #fff; */
  position: absolute;
  bottom: 50%;
  right: 30px;
  overflow: hidden;
  /* box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.7); */
}

.logo img {
  height: 100%;
}

.main-text-hero p {
  position: absolute;
  color: #000 !important;
  font-weight: 600;
  right: 7%;
  bottom: 25%;
  max-width: 230px;
  text-align: right;
  margin: 0;
  font-size: 12pt;
}

.hero-btn-hero a {
  position: absolute;
  color: #169556 !important;
  right: 5%;
  bottom: 5%;
  padding: 10px 20px;
  border: 1px solid #169556;
  border-radius: 20px;
  animation: button-anim 2s ease 0s infinite normal forwards;
  font-weight: 600;
}

/* @keyframes button-anim {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translate(-2px, 2px);
  }

  40% {
    transform: translate(-2px, -2px);
  }

  60% {
    transform: translate(2px, 2px);
  }

  80% {
    transform: translate(2px, -2px);
  }

  100% {
    transform: translate(0);
  }
} */

.hero-btn-hero:hover a {
  animation: none;
  text-decoration: none;
  background-color: #169556;
  color: #fff !important;
}

.hero-btn-hero a {
  color: #fff;
}

.date-hero p {
  position: absolute;
  color: #fff;
  left: 7%;
  bottom: 5%;
  font-weight: 600;
  margin: 0;
  background-color: #169556;
  padding: 4px 12px;
  border-radius: 10px;
  line-height: inherit;
}

.btn i:before {
  width: 14px;
  height: 14px;
  position: fixed;
  color: #fff;
  background: #0077b5;
  padding: 10px;
  border-radius: 50%;
  top: 5px;
  right: 5px;
}
