body.modal-open {
  overflow: hidden;
}

.top-page-info > div.container {
  margin-top: 8vh;
  margin-bottom: 2vh;
}

.top-description-title {
  color: #ffffff;
  font-weight: 700;
  padding-left: 90px;
}

.container-principal {
  max-width: 1800px; /* largura máxima que deseja */
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}

/* **************** */

.descricao-section {
  background-color: #fafafa;
}

.descricao-section > div {
  padding-top: 60px;
}

.descricao-section img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.descricao-content {
  padding-left: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.descricao-content-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
}

.curso-presencial-section {
  background-color: #fafafa;
}

.curso-presencial-section > div {
  padding-top: 60px;
}

.cp-content {
  padding-left: 100px;
  padding-right: 100px;
}

.cp-content-title {
  color: #2e631c;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

.cp-content-subtitle {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
}

.cp-content-card {
  height: 415px;
  width: 360px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.cp-content-card-capa {
  color: white;
  background-image:
    linear-gradient(rgb(30 52 0 / 72%), rgba(0, 0, 0, 0.9)),
    url(https://pts-app-bucket-prd.s3.amazonaws.com/static/home_page/images/service/2.png);
  background-position: 72% 70%;
  background-repeat: no-repeat;
  background-size: auto;
  transition: background-image 400ms;
  padding: 8px;
  border-radius: 8px;
  width: 100%;
  height: 160px;
  justify-items: end;
  justify-self: end;
  align-content: end;
}

.cp-content-card-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 24px;
}

.cp-content-card-description {
  height: 68px;
  color: #333333;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cp-content-card-info {
  /* height: 80px; */
  justify-content: center;
  align-content: center;
  gap: 10px;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.cp-content-card-btn {
  border: 2px solid #418b27;
  height: 40px;
  width: 100%;
  gap: 8px;
  opacity: 1;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  border-radius: 4px;
  border-width: 2px;
}

.cp-content-card-btn-text {
  color: #2e631c;
  height: 24px;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
}

#carousel-cursos-presencial .center {
  text-align: start;
}

#carousel-cursos-presencial .owl-stage {
  text-align: start;
}

#carousel-cursos-presencial .owl-nav .owl-prev {
  left: 200px;
}

#carousel-cursos-presencial .owl-nav .owl-next {
  right: 200px;
}

.modal-inscricao-cp {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}
.modal-inscricao-cp-content {
  background: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 8px;
  max-width: 600px;
  width: 100%;
  position: relative;
}
.modal-inscricao-cp-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}
.modal-inscricao-cp-input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  color: #444;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal-inscricao-cp-input::placeholder {
  color: #999;
}
.modal-inscricao-cp-btn {
  margin: 10px 0;
  margin-top: 20px;
  background-color: #418b27;
  color: white;
  height: 40px;
  width: 100%;
  gap: 8px;
  opacity: 1;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  border-radius: 4px;
  border-width: 2px;
  box-shadow:
    #00000040 0px 1px 2px 0px,
    #00000040 0px 2px 4px -1px,
    #00000040 0px 4px 8px -2px;
}

#curso-info-inscricao-cp {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

#form-inscricao-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}

.select2-container .select2-selection--multiple {
  min-height: 50px;
  align-content: center;
}

/* .select2-container .select2-selection--multiple .select2-selection__rendered {
  line-height: 50px;
} */

.select2-container .select2-selection--multiple .select2-selection__arrow {
  height: 50px;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  height: 50px;
}

.select2-container--default
  .select2-search--inline
  .select2-search__field::placeholder {
  color: #999;
}

.curso-disponivel-section {
  background-color: #fafafa;
}

.curso-disponivel-section > div {
  padding-top: 60px;
}

.cd-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 24px;
  text-align: center;
}

.cd-content {
  display: flex;
  flex-direction: row;
  height: 440px;
  border: 1px solid #e6e6e6;
  width: 1000px;
  border-radius: 8px;
}

.cd-content-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

.cd-content-info-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0%;
}

.cd-content-info-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 198px;
  width: 480px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cd-content-info-btn {
  border: 2px solid #418b27;
  height: 40px;
  width: 128px;
  gap: 8px;
  opacity: 1;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  border-radius: 4px;
  border-width: 2px;
}

.cd-content-info-btn div {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2e631c;
}

.cards-iniciativas-wrapper img,
.owl-item img {
  max-width: none;
  max-height: none;
}

#carousel-cursos-disponivel .center {
  text-align: start;
}

.modal-ver-mais {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-ver-mais-content {
  background: #fff;
  margin: 10% auto;
  border-radius: 8px;
  max-width: 800px;
  width: 90%;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}
.modal-ver-mais-close {
  font-size: 24px;
  cursor: pointer;
}
.modal-ver-mais-content-img {
  flex: 0 0 400px;
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
}
.modal-ver-mais-content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.modal-ver-mais-content-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin: 20px 0;
}
.modal-ver-mais-content-subtitle {
  font-weight: 600;
  font-size: 16px;
  margin-top: 15px;
}
.modal-ver-mais-content-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
}

.modal-ver-mais-content-btn {
  background-color: #2e631c;
  height: 40px;
  width: 190px;
  gap: 8px;
  opacity: 1;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  border-radius: 4px;
  border-width: 2px;
}

.modal-ver-mais-content-btn div {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
}

#carousel-cursos-disponivel .owl-nav .owl-prev {
  left: 200px;
}

#carousel-cursos-disponivel .owl-nav .owl-next {
  right: 200px;
}

.topicos-section {
  background-color: #fafafa;
}

.topicos-content {
  padding: 50px 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.topico-card {
  width: 360px;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  gap: 10px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  border-radius: 8px;
}

.topico-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #54b332;
}

.topico-card-icon {
  color: #54b332;
}

.topico-card-title {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

.topico-card-text {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

.estudar-agora-fundo {
  width: 100%;
  height: 360px;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5)),
    url(../static/images/7d18c5ef244066ca4661a7b44ae84dd4a448368d.jpg);
  background-position: 72% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-image 400ms;
}

.estudar-agora-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.estudar-agora-text {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}

.estudar-agora-btn {
  width: 320px;
  height: 48px;
  background-color: white;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2e631c;
  border: 2px solid #418b27;
}
