html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #373756;
  
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  z-index: 3;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}




.button-semi {
  background: #9d62c1;
  color: white;
}


.button-semi:hover {
  background: #ff9955;
  color: white;
}


.button-laranja {
  background: #ff9955;
  /* border: 1px solid #ffffff; */
  color: white;
}


.button-laranja:hover {
  background: #cf783f;
  /* border: 1px solid #ffffff; */
  color: white;
}

#titulo{
  color: white;
}

#questionario{
  max-width: 900px;
  margin:auto;
}

.list-cursos{
  text-align: center;
  color: #d5cece;
  font-weight: 400;
  text-decoration: none;
  font-size: 20px;
}

.list-cursos:hover{
  color: #ff9955;
}

.list-cursos-categoria{
  text-align: center;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  font-size: 22px;
}


.counters {
  color: #4dd9ba;
}

.counters p{
  font-size: 40px;
  margin: 0;
}

.list-counters{
  width: 500px;
  margin: auto;
}

.text-sec{
  color: #ffffff;
  font-size: x-large;
}

.btn-outline-verde {
  color: #4cd3b7;
  border: 1px solid #4cd3b7;
}

.btn-outline-verde:hover {
  color: #ffffff;
  background: #4cd3b7;
  border: 1px solid #4cd3b7;
}


@media (min-width: 600px)
{
  #home{
    padding: 3rem!important;
  }
}

body { 
  position: relative; 
  /* height: 100vh;
  width: 100%; */
  /* font-size: x-large; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-image: url('../imagens/textura.jpg'); */
}

section{
  z-index: 3;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
  /* background: #373756f7; */
  background: #161632f7;
  z-index: 2;/* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.radial .blog-card__circle {
  top: -60px;
  right: -30px;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background: radial-gradient(circle, rgba(31, 38, 103, 0.9), #5f18af);
}

#home .blog-card__circle {
  width: 140px;
  height: 140px;
  top: -10px;
  right: 60px;
}

#home .blog-card__square {
  width: 170px;
  height: 170px;
  top: 0px;
  left: 50px;
}

.blog-card__circle {
  position: absolute;
  top: -40px;
  right: -30px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(49, 207, 171, 0.5)), to(#50e3c2));
  background: linear-gradient(to right, rgba(49, 207, 171, 0.5), #50e3c2);
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

.blog-card__circle_blue {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 200px;
  height: 200px;
  background: -webkit-gradient(linear, left top, right top, from(#8123b6), to(rgba(31, 38, 103, 0.9)));
  background: linear-gradient(to right, #2336b6, rgba(31, 38, 103, 0.9));
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  border-radius: 50%;
}

.blog-card__square {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 270px;
  height: 270px;
  background: -webkit-gradient(linear, left top, right top, from(#8123b6), to(rgba(31, 38, 103, 0.9)));
  background: linear-gradient(to right, #8123b6, rgba(31, 38, 103, 0.9));
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  border-radius: 50%;
}




.radial .blog-card__square {
  top: -30px;
  left: -30px;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background: radial-gradient(circle, rgba(49, 207, 59, 0.5), #50e3c2);
}

.radial .blog-card__square {
  top: -30px;
  left: -30px;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background: radial-gradient(circle, rgba(49, 207, 59, 0.5), #50e3c2);

}

.blog-card {
  position: relative;
  display: block;
  background: #fff;
  height: 380px;
  padding: 0 24px;
  margin: 0 2em 2em;
  border-radius: 4px;
  /* border: 1px solid #DFE1E6; */
  color: #1F2667;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.col-xs-24 {
  position: relative;
  padding-right: 1rem;
  padding-left: 1rem;
  float: left;
  width: 100%;
}
