﻿.idiomas-cards-grid {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.idiomas-cards-conteudo > p {
  margin-bottom: 30px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .idiomas-cards-conteudo > p {
    margin-top: 30px;
  }
}

.grid-presencial summary,
.grid-remoto summary {
  font-size: 18pt;
  font-weight: 700;
  color: #277bc4;
  cursor: pointer;
}

.grid-presencial details > div,
.grid-remoto details > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-top: 20px;
}

@media (max-width: 640px) {
  .grid-presencial details > div,
  .grid-remoto details > div {
    grid-template-columns: 1fr;
  }
}

.idiomas-class-card {
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 8px;
  padding: 20px;
  margin-right: 15px;
  margin-bottom: 30px;
}

.class-title-and-level {
  font-size: 12px;
  font-weight: 700;
  color: #a21839;
  margin-bottom: -3px;
  line-height: 1.6;
  text-transform: uppercase;
}

.class-inperson-or-remote {
  font-size: 22px;
  font-weight: 700;
  color: #a21839;
  line-height: 1.4;
}

.class-week-days {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 100;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.class-hr {
  height: 1px;
  margin-top: -5px;
  margin-bottom: -5px;
}

.class-hour-and-date {
  padding-top: 10px;
  padding-bottom: 10px;
}

.class-hour-and-date p {
  color: #4f4f4f;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.6;
}

.class-hour-and-date p i {
  margin-right: 2px;
}

.class-investment-starting-at {
  color: #4f4f4f;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 1.6;
}

.class-investment-value {
  color: #4f4f4f;
  font-size: 24px;
  font-weight: 700;
  margin-top: -5px;
  line-height: 1.6;
}
