@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
.courses{
  margin: 0;
  padding: 0;
}
.courses .text-primary {
    color: rgb(12, 157, 179) !important;
    margin-top: 3rem;
}
.courses .text-center h1{
  font-weight: 700;
}
.courses .container {
  margin-top: 3rem;
  margin-left: 10rem;
  margin-bottom: 3rem;
  display: flex;
  width: 1200px;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.active-btn{ color: #009bb5 !important;}
.card {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 20px rgb(12, 157, 179);
  overflow: hidden;
  width: 475px;
  justify-content: space-evenly;
  box-shadow: 0 0px 5px 0 rgb(12 157 179), 0 0px 0px 0 rgb(12 157 179), 0 10px 34px 0 rgb(12 157 179);
  -webkit-transform: translate(0px,0px);
  -ms-transform: translate(0px,0px);
  transform: translate(0px,0px);
  -webkit-transition: box-shadow 350ms ease,-webkit-transform 350ms ease;
  transition: box-shadow 350ms ease,-webkit-transform 350ms ease;
  transition: transform 350ms ease,box-shadow 350ms ease;
  transition: transform 350ms ease,box-shadow 350ms ease,-webkit-transform 350ms ease
}
.card:hover {
  box-shadow: 0 5px 18px 0 rgb(12, 157, 179),0 1px 2px 0 rgb(12, 157, 179),0 3px 15px 0 rgb(12, 157, 179);
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04)
}
.card-header{
  align-items: center;
  padding-left: 6rem;
}
.card-header1{
  align-items: center;
  padding-left: 4rem;
}
.card-header1 img {
  width: 75%;
  height: 175px;
  object-fit: cover;
  margin: 1rem;
}
.card-header img {
  width: 75%;
  height: 175px;
  object-fit: cover;
  margin: 1rem;
}
.card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  min-height: 250px;
}

.tag {
  background: #cccccc;
  border-radius: 50px;
  font-size: 12px;
  margin: 0;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.tag-teal {
  background-color: #47bcd4;
}
.tag-purple {
  background-color: #5e76bf;
}
.tag-pink {
  background-color: #cd5b9f;
}

.card-body p {
  font-size: 13px;
  margin: 0 0 40px;
}
.user{
  justify-content: space-evenly;
  align-items: center;
  margin-left: 3rem;
}
.user .button-29 {
  align-items: center;
  appearance: none;
  background-color: rgb(12, 157, 179);
  border: 0;
  border-radius: 6px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}

.button-29:focus {
  box-shadow: #f5f5f5 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #ffffff 0 -3px 0 inset;
}

.button-29:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #ebecf4 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-29:active {
  box-shadow: #f3f3f3 0 3px 7px inset;
  transform: translateY(2px);
}
/* .popup
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.popup{
  display: none;
  background: #fff;
  width: 410px;
  padding: 30px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
} */
.popup .overlay{
  position: fixed;
  top: 0%;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: none;
}
.popup .content{
  margin-top: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0);
  background: #fff;
  width: 450px;
  z-index: 2;
  text-align: center;
  padding: 30px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 35px;
}
.popup .close-btn{
  position: absolute;
  right: 20px;
  top: 15px;
  width: 30px;
  height: 30px;
  background: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
/* form {
  margin: 20px 0;
  background-color: white;
  padding: 50px 100px;
  border-radius: 35px;
  -webkit-box-shadow: 0px 0px 57px -37px rgba(104,94,253,1);
  -moz-box-shadow: 0px 0px 57px -37px rgba(104,94,253,1);
  box-shadow: 0px 0px 57px -37px rgba(104,94,253,1);
} */

/* Centalizar ao meio */
.form-wrapper {
  /* width: 100vw;
  height: 100vh; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div .photo-info img {
  width: 140px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  align-items: center;
  -webkit-box-shadow: 0px 0px 56px -33px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 56px -33px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 56px -33px rgba(0,0,0,0.75);
 
 }
 
 .photo-info h3 {
   display: block;
   font-size: 23px;
   margin: 30px;
   text-align: center;
   font-weight: 700;
   color: rgb(21, 20, 20);
 }
 form {
  border-radius: 35px;
  background: url(images/01-bg-form.png);
  background-repeat: no-repeat;
  background-size: cover;
}

form .input-block {
  margin-bottom: 15px;
}

.input-block input {
  padding-left: 30px;
}

.input-block.name input {
  background-image: url(images/icons8-name-16.png);
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 0px;
  background-origin: content-box;
  background-size: 30px;
  text-indent: 35px;
}

.input-block.email input {
  background-image: url(images/icons8-mail-16.png);
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 0px;
  background-origin: content-box;
  background-size: 30px;
  text-indent: 35px;
}

.input-block.password input {
  background-image: url(images/icons8-phone-16.png);
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 0px;
  background-origin: content-box;
  background-size: 30px;
  text-indent: 35px;
}
.input-block.calendar input {
  background-image: url(images/icons8-calendar-16.png);
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 0px;
  background-origin: content-box;
  background-size: 30px;
  text-indent: 35px;
  color: #2c2a2a;;
}
.input-block select{
  background-image: url(images/icons8-course-16.png);
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 0px;
  background-origin: content-box;
  background-size: 30px;
  text-indent: 35px;

  width: 373PX;
  height: 60PX;
  display: block;
  margin-top: 8px;
  padding: 10px;
  font-size: 14px;
  color: #2c2a2a;
  border-radius: 5px;
  border: 1px solid #dddddd;
  outline: rgb(12, 157, 179);
  transition: 250ms;
}
.input-block select:hover {
  border: 1px solid rgb(12, 157, 179);
}

::value {
  color: #2c2a2a;
  font-weight: 200px;
}
.selectin option{
 
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 0px;
  background-origin: content-box;
  background-size: 30px;
  text-indent: 35px;
}
form .input-block input {
  width: 350PX;
  height: 40PX;
  display: block;
  margin-top: 8px;
  padding: 10px;
  font-size: 14px;
  color: rgb(12, 157, 179);
  border-radius: 5px;
  border: 1px solid #dddddd;
  outline: rgb(12, 157, 179);
  transition: 250ms;
}

form .input-block input:hover {
  border: 1px solid rgb(12, 157, 179);
}

::placeholder {
  color: #2c2a2a;
  font-weight: 200px;
}

form .btn-login {
  display: block;
  min-width: 120px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  background-color: rgb(12, 157, 179);
  color: white;
  border-radius: 35px;
  margin: auto;
  width: 200px;
  height: 50px;
  margin-top: 25px;
  box-shadow: 3px 6px 15px -6px rgb(12, 157, 179);
  transition: 250ms;
}

form .btn-login:hover {
  filter: brightness(90%);
}

form p .span {
  color: #685efd;
  text-decoration: none;
}

.popup.active .overlay{
  display: block;
}
.popup.active .content{
  transition: all 300ms ease-in-out;
  transform: translate(-50%,-50%) scale(1); 
}
@media screen and (max-width: 844px) {
  .courses{
    width: 392px;
  }
  .card2{
    margin-top: 3rem;
  }
  .courses .container {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 5px;
    display: flex;
    width: 380px;
  }
  .card{
    width: 400px;
  }
  .user{
    margin-left: 1rem;
  }
  .user .button-29{
    align-items: center;
    font-size: 14px;
  }
  .popup .content{
    width: 320px;
  }
}
.main{
  width: 1000px;
  align-items: center;
  margin-left: 30rem;
  margin-top: 10rem;
  margin-bottom: 5rem;
}
.main h1{
  color: #47bcd4;
}