/* Theme Sass */
/*End Theme*/
@import url(theme);
.def-section {
  background-color: #fff;
  padding: 4rem 5rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
}

.registration-info {
  background-color: #fff;
  box-shadow: 6px 4px 15px -1px rgba(137, 137, 137, 0.77);
  border-radius: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 8% !important;
  min-width: 370px;
  padding-bottom: 3%;
  max-width: 80%;
}
.registration-info .top-side {
  background-color: #2f7cc0;
  padding: 1rem;
  width: 100%;
  height: 4.1875rem;
}
.registration-info .text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin: 2rem 0;
  font-size: 1.3rem;
}
.registration-info .text p span {
  font-weight: bolder;
}
.registration-info .text p .price {
  font-size: 2.2rem;
}
.registration-info .reg-title {
  font-size: 1.7rem;
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin: 1.5rem;
  margin-top: 4.5rem;
}
.registration-info .subreg {
  font-size: 18px;
}
.registration-info .form-reg {
  width: 100%;
  padding: 0px 30rem;
}
.registration-info .form-reg .handler {
  display: flex;
  justify-content: start;
  align-items: center;
}
.registration-info .form-reg .form-control {
  background: transparent !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
  border-bottom: 2px solid #4b4b4ba6;
  color: #4b4b4b !important;
  padding-left: 0px !important;
  margin: 1rem 0 !important;
}
.registration-info .form-reg .form-control:focus {
  outline: none;
  box-shadow: none;
}
.registration-info .btn-registration {
  background-color: #2f7cc0;
  color: #fff;
  margin: 1rem 0 2rem 0;
  padding: 0.5rem;
  font-size: 1.2rem;
  border-radius: 100px;
  border: none;
  text-transform: none;
  width: 15%;
  height: 55px;
  font-weight: 700;
}

.div-btn {
  display: flex;
  justify-content: space-around;
  margin-top: 1.5rem;
  flex-wrap: wrap;
  width: 80%;
}

.btn-first:hover {
  background: #ef7917;
  color: white;
  cursor: pointer;
}

.title-grad {
  height: 70px;
  background: #ef7917;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 40px;
  font-weight: 400;
  border-radius: 25px;
}

.title-section {
  margin: 0 0 4rem;
  padding: 0 0 1rem;
  text-align: left;
  font-size: 3rem;
  font-weight: 900;
  position: relative;
}
.title-section::before {
  content: "Cursos";
  position: absolute;
  top: -2rem;
  font-size: 1rem;
  color: #4b4b4b;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  color: #969090;
  padding-left: 6%;
}

@media (min-width: 769px) {
  .def-section {
    background-size: cover;
  }

  .btn-first {
    width: 18%;
    background: white;
    font-size: 0.7rem;
    font-weight: 700;
    height: 60px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    flex-wrap: wrap;
    margin-left: 1%;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    margin-top: 2%;
    box-shadow: 6px 4px 15px -1px rgba(137, 137, 137, 0.77);
  }
}
@media (max-width: 768px) {
  .def-section {
    background-size: cover;
    padding-top: 0px;
  }

  .btn-first {
    width: 47%;
    background: white;
    font-size: 0.7rem;
    font-weight: 700;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    flex-wrap: wrap;
    margin-left: 1%;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    margin-top: 5%;
    box-shadow: 6px 4px 15px -1px rgba(137, 137, 137, 0.77);
  }
}

/*# sourceMappingURL=cursos-graduacao.css.map */
