@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wrap {
  flex-wrap: wrap;
}

.main-tittle {
  color: #1ba577;
  font-size: 38px;
  font-weight: 700;
}

.left-side {
  flex: 50%;
  padding-left: 5em;
}

.right-side {
  display: flex;
  flex-direction: row;
  flex: 50%;
  padding-left: 10em;
}

.card {
  background-color: #fafafa;
  border-radius: 2em;
  height: 4em;
  box-shadow: -3px 3px #e6e6e6;
  display: flex;
  justify-content: space-between;
  padding: 1em;
  margin-top: 2em;
}

h1 {
  font-size: 3em;
  color: #1ba577;
}

.subscribe-card {
  border-radius: 3em 3em 1em 1em;
  box-shadow: 8px 8px 8px 8px #e6e6e6;
  width: 28em;
  height: 60em;
  color: #2d4d8a;
  font-weight: 700;
}

.header-bg {
  height: 3em;
  background-color: #1ba577;
  border-radius: 2em 2em 0 0;
}

.form {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  padding: 1em;
}
input,
select {
  height: 3em;
  border-radius: 0.5em;
  background-color: #e9e9e9;
  border: none;
  margin: 2em 0;
}

.btn {
  background-color: #92bd3a;
  border-radius: 0.3em;
  border: none;
  margin-top: 2em;
  width: 35%;
  height: 3em;
}

.container-btn {
  display: flex;
  justify-content: center;
}

.material-symbols-outlined {
  color: #1ba577;
}

.txt-info {
  font-weight: 700;
  color: #1ba577;
  margin-bottom: 1em;
}

.box-header{
  background: #2a67b4;
  width: 100%;
  height: 20em;
  padding: 7em;
  padding-left: 8em;
}

.box-header h1{
  color: #e2ab2f;
  font-size: 2em;
  font-weight: 700;
}

.box-header p {
  color: white;
}

/* Rodapé */

.rodape{
  width: 100%;
  height: auto;
}
.links{
  padding: 0.5em;
  padding-left: 15em;
}

#google-education-logo{
  width: 9em;
}

.detail-price-course {
  font-size: 12px;
  position: absolute;
  margin-left: 4.7rem;
  margin-top: 2px;
}

.detail-price-course-acls {
  margin-left: 5.1rem;
}

.max-content {
  max-width: max-content;
}

.course-offer-date {
  color: rgba(102, 102, 102, 0.527);
}

.detail-course-item {
  width: 90px;
  height: 150px;
  margin-right: 3rem;
}

/* responsividade tablet e celular */

@media only screen and (max-width: 1339px) {
  .offer-date-container {
    justify-content: center;
  }
  
  .subscribe-card {
    width: 20em;
  }

  .subscribe-card-negocios{
    height: 55em;
    margin-bottom: 1em;
  }

  .subscribe-card-saude{
    height: 61em;
    margin-bottom: 1em;
  }
  
  .txt-info{
    text-align: center;
  }

  .links{
    padding: 0;
  }

  #google-education-logo{
    padding: 0;
    margin: 0;
  }

  .box-header{
    padding: 2em;
  }
}

@media screen and (max-width: 950px) {
  .left-side{
    padding: 1em;
  }
  
  .right-side{
    padding: 0;
    justify-content: center;
  }
}

@media screen and (max-width: 405px) {
  .detail-course-item {
    margin-top: 1rem;
  }
}