body {
  font-size: 0.9rem;
  font-family: "Oxygen", sans-serif;
}

#home {
  /*min-height: 100%;
	min-height: 100%;*/
  background-image: linear-gradient(#ee3c5b, #eb7867);
}

.vcenter {
  margin-top: auto;
  margin-bottom: auto;
}

.navbar {
  font-size: 0.9rem;
  font-weight: bold;
}

.btn-signup {
  font-size: 0.8rem;
  font-weight: bold;
  background: #ffffff;
  color: #ee3c5b;
  border-color: #ffffff;
  /*padding-left: 18px;
	padding-right: 18px;*/
  padding: 0.56rem 1.375rem;
  border-left: 1px solid transparent;
  border-radius: 50px;
  /*box-shadow:10px 20px 80px #250F8A;*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /*animation: mymove 5s infinite;*/

  transition: all 0.2s linear;
}

.btn-signup:hover {
  background: #ffffff;
  border-color: #605a65;
  color: #ee3c5b;
  box-shadow: none;
}

.background-solutera {
  background-image: url(../images/background-solutera.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  height: 80%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

#consideracoes {
  position: relative;
  background: #ee3e5c;
  color: white;
  text-align: center;

  overflow: hidden;
  box-sizing: border-box;
  animation: fadeIn 0.5s;
}

.card {
  background-color: rgba(255, 255, 255, 0.215806);
  border: none;
}

.simb-aspas {
  font-family: "Source Sans Pro";
}

.funcao {
  opacity: 0.5;
}

.meteor {
  border: 10px solid transparent;
  border-bottom: 60px solid #fff;
  position: absolute;
  transform-origin: top right;
  animation: shower 0.5s;
  opacity: 0;
}

.meteor:after {
  content: "";
  position: absolute;
  top: 58px;
  left: 50%;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  background: #fff;
  transform: translateX(-50%);
  box-shadow: 0 0 15px 0 #fff;
}

.meteor:nth-child(0) {
  left: 17%;
  top: 61%;
  animation-delay: 1s;
}

.meteor:nth-child(0) {
  left: 17%;
  top: 61%;
  animation-delay: 3s;
}

.meteor:nth-child(1) {
  left: 91%;
  top: 13%;
  animation-delay: 6s;
}

.meteor:nth-child(2) {
  left: 33%;
  top: 64%;
  animation-delay: 8s;
}

.meteor:nth-child(3) {
  left: 68%;
  top: 67%;
  animation-delay: 5s;
}

.meteor:nth-child(4) {
  left: 61%;
  top: 39%;
  animation-delay: 14s;
}

.meteor:nth-child(5) {
  left: 31%;
  top: 32%;
  animation-delay: 9s;
}

.meteor:nth-child(6) {
  left: 46%;
  top: 84%;
  animation-delay: 8s;
}

.meteor:nth-child(7) {
  left: 73%;
  top: 22%;
  animation-delay: 15s;
}

.meteor:nth-child(8) {
  left: 24%;
  top: 64%;
  animation-delay: 10s;
}

.meteor:nth-child(9) {
  left: 74%;
  top: 37%;
  animation-delay: 4s;
}

.meteor:nth-child(10) {
  left: 28%;
  top: 5%;
  animation-delay: 12s;
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.215;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.215;
  }
}

@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.215;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.215;
  }
}

@-moz-keyframes shower {
  0% {
    transform: rotate(40deg) scaleY(0);
    opacity: 0;
  }
  65% {
    transform: rotate(40deg) scaleY(1);
    opacity: 0.215;
  }
  100% {
    transform: rotate(40deg) scaleY(1) translateY(500%);
    opacity: 0;
  }
}

@-webkit-keyframes shower {
  0% {
    transform: rotate(40deg) scaleY(0);
    opacity: 0;
  }
  65% {
    transform: rotate(40deg) scaleY(1);
    opacity: 0.215;
  }
  100% {
    transform: rotate(40deg) scaleY(1) translateY(500%);
    opacity: 0;
  }
}

@-o-keyframes shower {
  0% {
    transform: rotate(40deg) scaleY(0);
    opacity: 0;
  }
  65% {
    transform: rotate(40deg) scaleY(1);
    opacity: 0.215;
  }
  100% {
    transform: rotate(40deg) scaleY(1) translateY(500%);
    opacity: 0;
  }
}
@keyframes shower {
  0% {
    transform: rotate(40deg) scaleY(0);
    opacity: 0;
  }
  65% {
    transform: rotate(40deg) scaleY(1);
    opacity: 0.215;
  }
  100% {
    transform: rotate(40deg) scaleY(1) translateY(500%);
    opacity: 0;
  }
}

.card-image {
  object-fit: contain;
  filter: grayscale(1);
	transition: 300ms;
	height: 96px;
  min-width: 180px;
  margin: 0 16px;
}

.card-image:hover {
  cursor: pointer;
}

.card-image:hover {
  filter: none;
}

div.use-slide-animation {
	overflow: hidden;
	position: relative;
}

div.use-slide-animation::after {
	pointer-events: none;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to right,#fff 0,rgba(255,255,255,0.1) 10%,rgba(255,255,255,0.1) 90%,#fff 100%);
}

div.use-slide-animation > div {
  padding: 0 96px;
	display: flex;
	flex-direction: row;
	animation: slide calc(6 * 4.5s) infinite linear; /* O número 6 representa a quantidade de logos que o slide possui */
}

div.use-slide-animation > div:hover {
  animation-play-state: paused;
}

@keyframes slide {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-212px * 6)); /* O número 6 representa a quantidade de logos que o slide possui */
	}
}