.yellowText {
  font-size: inherit !important;
  font-weight: bold !important;
  color: #feb602 !important;
}

.colorWhite {
  color: white;
}
html {
  background-image: url('/../../assets/Fundo-das-telas.png');
  background-size: auto;
  background-repeat: repeat;
  height: 100%;
}

.socialMedia {
  display:flex;
  width:97%;
  justify-content: flex-end;
}


.socialMedia .socialMediaContainer {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.socialMedia .socialMediaContainer p {
  color: #e9e9e9;
}

.socialMedia .socialMediaContainer .socialMediaIcons {
  display:flex;
  gap: 1rem;
}

.socialMedia .socialMediaContainer .socialMediaIcons a{
  text-decoration: none;
}

.socialMedia .socialMediaContainer .socialMediaIcons img {
  width:2rem;
}

.courseContent {
  margin-left:5rem;
}

.courseContent .products {
  width: 95%;
}

.courseContent .products h5 {
  color: #cccccc;
  font-weight:400;
  margin-left:8rem;
  font-size: 1.1rem;
}
.courseContent .products .courses {
  display:flex;
  align-items:center;
}

.courseContent .products .courses img {
  width: 2.2rem !important;
  height: 2.2rem !important;
  max-width: 2.2rem;
  max-height: 2.2rem;
}
.courseContent .products .courses .coursesRow {
  display: flex;
  gap: 0.7rem;
  margin-top: 0.5rem;
}
.courseContent .products .courses .coursesRow button {
  background-color: #2b2b2b;
  border: 0;
  padding: 0.3rem 1.1rem;
  font-weight: bold;
  color: white;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 5px;
  transition: background 0.2s;
}

.courseContent .products .courses .coursesRow button.selected,
.courseContent .products .courses .coursesRow button:active {
  background-color: #feb602;
  color: #232323;
}

.courseContent .products .courses .coursesRow button:hover {
  filter: brightness(0.85);
}

.courseContent .products .courses .coursesRow .selected {
  background-color: #feb602;
  color: black;
}
.courseContent .products  .course-border {
  background-color:#cccccc;
  width:100%;
  opacity: 0.5;
  margin-top:1rem;
  padding:0.01rem;
}

.aboutCourseContent {
  padding: 0 1rem;
}

.aboutCourseContent .content {
  display:flex;
  justify-content: flex-start;
  margin-top:3rem;
}


.aboutCourseContent .todo {
  width:70%;
  display:flex;
  align-items: left;

  flex-direction: column;
  /* background-color: yellow; */
}

.aboutCourseContent .todo  h3 {
  color:#bbbbbb;
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 2rem;
  width: 70%;
}
.aboutCourseContent .todo ul li {
  display:flex;
  align-items: center;
  gap: 0.5rem;
  color: #cccccc;
}

.aboutCourseContent .todo .about {

  margin-top:1.5rem !important;
}

.aboutCourseContent .todo .about a{
  color: #feb602;

}
.aboutCourseContent .todo ul li img {
  width:1.1rem;
  height:1.3rem;
}

.aboutCourseContent .course-box, .course-box {
  background: #232323;
  color: #fff;
  border-radius: 18px;
  padding: 1.2rem 1rem 1.2rem 1rem;
  box-shadow: 0 2px 16px #00000044;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 240px;
  max-width: 320px;
}

.course-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: left;
}

.box-price-info {
  width: 100%;
  text-align: left;
  margin-bottom: 1.2rem;
}

.box-installments {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 0.1rem;
}

.box-installments .yellowText {
  color: #feb602;
  font-weight: bold;
}

.box-price {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 0.1rem;
}

.box-cash {
  font-size: 0.95rem;
  color: #bbbbbb;
  display: block;
  margin-bottom: 1rem;
  white-space: nowrap;
}

/* Novos estilos para os elementos de preço */
.price-line {
  display: block;
  margin-bottom: 0.5rem;
}

.price-original {
  font-size: 1rem;
  color: #ff4444;
  text-decoration: line-through;
  display: inline;
  margin-right: 0.5rem;
}

.price-discounted {
  font-size: 1rem;
  color: #fff;
  display: inline;
}

.installment-header {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 0.1rem;
}

.installment-detail {
  font-size: 0.9rem;
  color: #feb602;
  display: block;
  margin-bottom: 0.5rem;
}

.greenText {
  color: #00cc00 !important;
  font-weight: bold;
  font-size: 0.9rem;
}

.box-button {
  width: 100%;
  display: flex;
  justify-content: center;
}

.box-button a {
  display: flex;
  align-items: center;
  background: #feb602;
  color: #232323;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 6px;
  padding: 0.5rem 1.2rem;
  text-decoration: none;
  gap: 0.7rem;
  transition: filter 0.2s;
}

.box-button a img {
  width: 22px;
  height: 22px;
}

.box-button a:hover {
  filter: brightness(0.9);
}

.aboutCourseContent .buttonSign {
  display:flex;
  justify-content: center;
  margin-block: auto;
}

.aboutCourseContent .buttonSign a {
  display:flex;
  align-items: center;
  text-decoration: none;
  font-size: 1rem;
  background-color: #feb602;
  color: black;
  font-weight: bold;
  border-radius: 5px;
  padding:0.4rem 0.8rem;
  gap: 0.5rem;
}

.buttonSign:hover {
    filter: brightness(0.7);
}

.customers {
    margin-top: 2rem;
    width: 100%;
  }
.customers hr {

  width:100%;
  margin: 1rem auto;
  opacity: 0.3;
}

.footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem 2rem 1rem;
  min-height: 400px;
}

.customersRecommendation {
  display: flex;
  flex-direction: row;
  gap: 0.2rem;
  padding-left: 0;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  overflow-x: hidden;
  background: transparent !important;
}

.customer-photo {
  width: 100%;
  max-width: 320px;
  min-width: 0;
  height: 450px;
  object-fit: contain;
  object-position: top;
  border-radius: 12px;
  display: block;
  flex: 1 1 0;
  background: transparent;
}

.boxCustomers {
  width: calc(100% / 3);
  display:flex;
  /* align-items: stretch; */
  flex-direction: row;
  padding: 0.3rem 0.3rem !important;
  margin: 0 !important;
  border-radius: 16px;
  background: #232323;
  box-shadow: 0 2px 16px #00000044;
  min-width: unset;
  max-width: unset;
}
.customers .box {
    flex: 1;
    max-width: 350px;
    margin-left: auto;
  }

.photo {
  width:50%;
}
.boxCustomers .photo img {
  width:100%;
  height:100%;
}

.boxCustomers .text {

  width:50%;
  display:flex;
  flex-direction: column;
  justify-content: center;

}
.quotation-left {
  display:flex;
  justify-content: flex-start;
}
.quotation-right {
  display:flex;
  justify-content: flex-end;
}
.quotation-right img {
  transform: rotate(180deg);
}
.text .quotation-left img ,.text .quotation-right img {
  width:1rem;
  height:100%;
}
.text .description {
  margin:0.5rem 0;
}
.text .description p {
  font-size: 0.7rem;
  color: white;
  text-align: center;

  line-height: 1rem;
}

.typeOfCourse {
  margin-top:1rem;
  justify-content: center;
  display:flex;
  gap:1rem;
  display:none;
}
.typeOfCourse img {
  width:2.2rem !important;
  height:2.2rem !important;
  max-width: 2.2rem;
  max-height: 2.2rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.content.new-layout {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 1rem;
  min-height: 400px;
}

.content.new-layout .left {
  flex: 6;
  min-width: 350px;
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

  .content.new-layout .main-title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 2.2rem;
  }

  .course-title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 2.2rem;
  }

  #courseTitle p {
    color: #bbbbbb;
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    line-height: 1.5rem;
  }

  .subtitle {
    color: #bbbbbb;
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    line-height: 1.5rem;
  }

  .benefits-list {
    list-style: none;
    padding-left: 0;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
  }

  .benefits-list li {
    margin-bottom: 0.25rem;
    font-size: 1.1rem;
    color: #fff;
    display: flex;
    align-items: center;
  }

  .benefits-list li img {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    margin-top: 0.18rem;
  }

  .benefits-list li b {
    font-weight: bold;
    color: #fff;
  }

  .benefits-list li .yellowText {
    color: #feb602 !important;
    font-weight: bold;
  }

  .benefits-list .about a {
    color: #feb602;
    text-decoration: underline;
    font-weight: bold;
  }

  .content.new-layout .right {
    flex: 4;
    min-width: 350px;
    max-width: 900px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    aspect-ratio: 16/9;
  }

  .videoBox {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }

  .videoBox::before {
    content: "";
    display: block;
    padding-top: 56.25%; /* 16:9 aspect ratio */
  }

  .videoBox iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    box-shadow: 0 2px 16px #00000044;
  }

  .course-box {
    flex: 1;
    max-width: 350px;
    min-width: 250px;
    margin-left: 2rem;
    background: #232323;
    color: #fff;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    box-shadow: 0 2px 16px #00000044;
  }
  .benefits-list {
    padding-left: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    list-style: none;
    width: 100%;
  }
  .benefits-list li {
    margin-bottom: 0.25rem;
    font-size: 1.1rem;
    color: #fff;
    display: flex;
    align-items: center;
  }
  .benefits-list img {
    margin-right: 0.7rem;
    width: 1.2rem;
    height: 1.2rem;
  }

  .content.new-layout {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
  }

  .benefits-list img {
    width: 1.2rem !important;
    height: 1.2rem !important;
    min-width: 1.2rem;
    min-height: 1.2rem;
    max-width: 1.2rem;
    max-height: 1.2rem;
    margin-right: 0.7rem;
    vertical-align: middle;
  }

@media screen and (max-width:1440px) {
  .courseContent .products .courses .coursesRow button{
    font-size:1rem;
  }
  .course-box {
    width:40%;
  }
  .customers .customersRecommendation {

    justify-content: space-around;
  }
}

@media screen and (max-width:1024px) {

  .aboutCourseContent .todo  h3 {
    font-size: 0.8rem;
  }
  .course-title .yellowText {
    font-size: 0.8rem;
  }
  .aboutCourseContent .todo ul li span{
    font-size: 0.8rem;
  }
  .course-box {
    height:250px;
  }
  .course-box .course-title {
    font-size: 2rem;
  }
  .course-box .bonus span{
    font-size:1rem;
  }
  .course-box .price h3 {
    font-size:1.8rem;
  }
  .course-box .price .priceByMonth h1 {
    font-size:2rem;
  }
  .course-box .price .priceByMonth span {
    font-size:0.6rem;
    margin-top:0.1rem;
  }
  .course-box .price p {
    font-size:0.65rem;
    margin-top:0.5rem;
    line-height:1rem;
  }
  .course-box .price .yellowText {
    font-size:1.5rem;

  }
  .boxCustomers .photo img {
    width:5rem;

  }
  .buttonSign img {
    width:20px;
    height:20px;
  }
  .buttonSign span{
    font-size:0.75rem;
  }
  .boxCustomers .description p,span {
    font-size: 0.45rem;
  }
  .boxCustomers .photo img {
    width: 6rem;
  }
  .lastCustomer {
    display:none;
  }

}

@media screen and (max-width:768px) {
  .bonus {
    display:none;
  }
  select {
    background-color: #222222;
    text-align: left;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    padding: 0 3rem 0 0.5rem;
  }
  .courseContent {
    margin-left:0;
    width:100%;
    margin:0;
    padding:0;

  }

  .aboutCourseContent {

    margin-top:0;
  }
  .aboutCourseContent .course-box, .course-box {
    background: #232323 !important;
    box-shadow: 0 2px 16px #00000044 !important;
    padding: 1.2rem 1rem 1.2rem 1rem !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    margin: 0 auto 1.5rem auto !important;
    /* Remove qualquer aninhamento visual */
  }
  .course-box .course-box {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
  }
  .customersRecommendation .customer-photo {
    background: transparent !important;
    box-shadow: none !important;
  }
  .content {
    margin-top:0;
  }
  .mainContent {
    width:100%;
  }
  .mainContent .courseContent .coursesButtons {
    display:none;
  }

  .mainContent .courseContent .typeOfCourse {
    display:flex;
  }
  .course-border {
    display:none;
  }
  .mainContent .socialMedia {
      display:none;
  }

  .aboutCourseContent .content {
    margin-top: 1rem !important;
    padding: 0 !important;
  }
  .benefits-list {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .products {
    width:100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .typeOfCourse {
    margin-top: 1rem;
    margin-bottom:-1rem;
  }
  .customersRecommendation {
    flex-direction: column;
    align-items: center;

    justify-content: center;
  }
  #typeOfCourse {
    background-color: #feb602;
    border: none;
    color: black;

    font-weight: bold;
    padding-right: 0;
  }

  .aboutCourseContent .course-title {

    align-items: center;
    justify-content: center;
    display:flex;
  }
  .aboutCourseContent span {
    font-size:0.8rem;
  }
  .aboutCourseContent .content .todo {

    width:100%;
    align-items: center;

    justify-content: center;
  }
  .aboutCourseContent .content .todo .course-title {
    width:100%;
  }
  .aboutCourseContent .content .todo ul {
    width:70%;
  }
  .aboutCourseContent .content .todo ul li {
    display:flex;

    margin-top:0.5rem;
  }

  .aboutCourseContent .content .todo ul li img{
    width:1rem;
    height:1rem;
  }
  .aboutCourseContent .content .todo ul li span {
    font-size:0.8rem;
  }

  .aboutCourseContent .course-box {
    margin-top:2rem;
    width:40%;
    min-height:170px;
    padding-bottom:1.5rem;
    height:100%;
  }
  .aboutCourseContent .course-box .course-title {
    font-size: 2rem;

  }
  .aboutCourseContent .course-box .price h3 {
    font-size:1rem;
  }
  .aboutCourseContent .course-box .price .priceByMonth h1 {
    font-size:2rem;
  }
  .aboutCourseContent .course-box .price .priceByMonth span {
    font-size:0.6rem;
    margin-top:0.2rem;
  }

  .aboutCourseContent .course-box .price p {
    font-size:0.8rem;
    margin-top:0.5rem;
    line-height:1rem;
  }

  .aboutCourseContent .course-box .yellowText {
    font-size:1rem;
  }
  .boxCustomers .photo img {
    width:5rem;

  }
  .buttonSign img {
    width:20px;
    height:20px;
  }
  .buttonSign span{
    font-size:0.75rem;
  }

  .boxCustomers .description p,span {
    font-size: 0.8rem;
  }
  .boxCustomers .photo {

    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
  }
  .boxCustomers .photo img {
    width: 11.2rem;
    height:11rem;
  }

  .boxCustomers {
    flex-direction: column;

    justify-content: center;
    width:100%;
    align-items: center;
  }
  .boxCustomers .text .description {
    width:65%;
    margin:1rem auto;

  }
  .boxCustomers .text .quotation-left,.boxCustomers .text .quotation-right {
    display:none;
  }
  .lastCustomer {
    display:none;
  }

  .footer-content {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
  }
  .course-box#box {
    order: 1 !important;
    margin-bottom: 1.5rem;
    width: 90vw !important;
    max-width: 400px !important;
    align-self: center;
  }
  .customersRecommendation {
    order: 2 !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1.2rem !important;
    width: 100% !important;
    margin: 0 auto;
  }
  .customersRecommendation .customer-photo {
    width: 90vw !important;
    max-width: 350px !important;
    margin: 0 auto !important;
    display: block !important;
    margin-bottom: 1.2rem !important;
  }
  .main-title {
    display: none !important;
  }
  .subtitle {
    font-size: 0.95rem !important;
    margin-bottom: 0.7rem !important;
  }
  .products-header,
  .products-header-title,
  .products-header-row,
  .coursesRow,
  .course-type-select,
  .course-title,
  .main-title,
  .subtitle {
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .course-title,
  .main-title {
    margin-bottom: 1rem !important;
  }
  .products-header-title h5 {
    font-size: 1rem !important;
    margin-bottom: 0.3rem !important;
  }
  .course-type-select {
    font-size: 1rem !important;
    padding: 0.4rem 0.8rem 0.4rem 2.2rem !important;
    max-width: 220px !important;
    border-radius: 6px !important;
    margin-top: 0.2rem !important;
    background-position: 8px center !important;
    padding-left: 38px !important;
    height: 2.2rem !important;
  }
  .products-header-row {
    gap: 0.5rem !important;
  }
  .course-icon {
    width: 1.5rem !important;
    height: 1.5rem !important;
    margin-right: 0.3rem !important;
  }
  .products-header-row {
    padding-left: 1.2rem !important;
    box-sizing: border-box;
  }
  .products-header-title,
  .products-header-title h5 {
    padding-left: 1.2rem !important;
    box-sizing: border-box;
  }
  .products-header-title,
  .products-header-title h5 {
    text-align: left !important;
    padding-left: 1.2rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (max-width:640px) {
  .aboutCourseContent .course-box {
    margin-top:2rem;
    width:50%;
    height:190px;
  }
  .aboutCourseContent .course-box .course-title {
    font-size: 1rem;

  }

  .aboutCourseContent .course-box .price h3 {
    font-size:1rem;
  }
  .aboutCourseContent .course-box .price .priceByMonth h1 {
    font-size:1rem;
  }
  .aboutCourseContent .course-box .price .priceByMonth span {
    font-size:0.8rem;

    width:100%;
    margin-top:0.1rem;
  }
  .aboutCourseContent .course-box .price p {
    font-size:1rem;
    margin-top:0.5rem;
    line-height:1rem;
  }
  .aboutCourseContent .course-box .yellowText {
    font-size:1rem;
  }

  .course-box .yellowText {
    color: #feb602;
  }
  .course-box .buttonSign a {
    background: #feb602;
    color: #232323;
    font-weight: bold;
  }
  .customersRecommendation {
    flex-direction: column;
    align-items: center;

    justify-content: center;
  }
  .boxCustomers {
    flex-direction: column;

    width:100%;
    align-items: center;
  }
  .boxCustomers .photo img {
    width:5rem;
  }
  .buttonSign img {
    width:20px;
    height:20px;
  }
  .buttonSign span{
    font-size:0.75rem;
  }
  .boxCustomers .text {
    width:55%;
  }
  .boxCustomers .description p,span {
    font-size: 0.7rem;
  }
  .boxCustomers .photo {

    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
  }
  .boxCustomers .photo img {
    width: 13rem;

  }
  .aboutCourseContent .content .todo .course-title h3{
    width:70%;
  }
  .aboutCourseContent .course-box .price {
    margin-bottom: 3%;
  }

}

@media screen and (max-width:425px) {
  .aboutCourseContent .todo  h3 {
    font-size: 0.8rem;
  }
  .aboutCourseContent .todo .yellowText {
    font-size: 0.8rem;
  }
  .aboutCourseContent .course-box {
    margin-top:2rem;
    width:65%;
    padding-left:0;
    padding-right:0;
    height:190px;
  }
  .aboutCourseContent .course-box .course-title {
    font-size: 0.1rem;

  }

  .aboutCourseContent .course-box .price h3 {
    font-size:0.8rem;
  }
  .aboutCourseContent .course-box .price .priceByMonth h1 {
    font-size:0.8rem;
  }
  .aboutCourseContent .course-box .price .priceByMonth span {
    font-size:0.8rem;


    width:100%;
    margin-top:0.1rem;
  }
  .aboutCourseContent .course-box .price p {
    font-size:0.8rem;
    margin-top:0.5rem;
    line-height:1rem;
  }

  .aboutCourseContent .course-box .yellowText {
    font-size:1rem;
  }
  .customersRecommendation {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
  .aboutCourseContent .content .todo ul li img{
    width:0.7rem;
    height:0.7rem;
  }
  .aboutCourseContent .content .todo ul li span {
    font-size:0.8rem;
  }
  .boxCustomers {
    flex-direction: column;

    width:100%;
    align-items: center;
  }

  .boxCustomers .photo img {
    object-fit:cover;
    width:250px !important;
    height:100%;
  }
  .buttonSign img {
    width:20px;
    height:20px;
  }
  .buttonSign span{
    font-size:0.75rem;
  }
  .boxCustomers .text {
    width:95%;


  }
  .boxCustomers .description p,span {
    font-size: 0.7rem;
  }
  .boxCustomers .photo {

    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
  }
  .boxCustomers .photo img {
    width: 10rem;

  }
  .aboutCourseContent .content .todo .course-title h3{
    width:100%;
  }
  .aboutCourseContent .content .todo ul {
    width:100%;
  }
  .aboutCourseContent .course-box .course-title {
    font-size: 1.7rem;

  }

  .aboutCourseContent .course-box .price h3 {
    font-size:1.2rem;
  }
  .aboutCourseContent .course-box .price .priceByMonth h1 {
    font-size:1.7rem;
  }
  .aboutCourseContent .course-box .price .priceByMonth span {
    font-size:0.5rem;

    margin-top:0.4rem;
  }

  .aboutCourseContent .course-box .price p {
    font-size:0.65rem;
    margin-top:0.5rem;
    line-height:1rem;
  }

  .aboutCourseContent .course-box .price .yellowText {
    font-size:1rem;
  }

}

@media (min-width: 1200px) {
  .content.new-layout .left {
    max-width: 900px;
  }
  .content.new-layout .right {
    max-width: 900px;
  }
  .videoBox iframe {
    max-width: 900px;
    height: 500px;
  }
}

.quotation-left, .quotation-right {
  display:none !important;
}

.coursesButtons h5 {
  color: #feb602;
  font-weight: bold;
  margin: 0.5rem 0 0.2rem 0;
  font-size: 1.1rem;
}

.courses img {
  width: 2.2rem !important;
  height: 2.2rem !important;
  max-width: 2.2rem;
  max-height: 2.2rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.coursesRow {
  display: flex;
  gap: 0.7rem;
  margin-top: 0.5rem;
}

.coursesRow button {
  background-color: #2b2b2b;
  border: 0;
  padding: 0.3rem 1.1rem;
  font-weight: bold;
  color: white;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 5px;
  transition: background 0.2s;
}

.coursesRow button.selected,
.coursesRow button:active {
  background-color: #feb602;
  color: #232323;
}

.coursesRow button:hover {
  filter: brightness(0.85);
}

.products {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.products-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  margin-bottom: 1.2rem;
}

.products-header-title {
  width: 100%;
  text-align: left;
  margin-left: 0;
}

.products-header-title h5 {
  color: #feb602;
  font-weight: bold;
  font-size: 1.15rem;
  margin: 0;
}

.products-header-row {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  justify-content: flex-start;
  width: 100%;
  margin-left: 0;
}

.course-icon {
  width: 2.2rem !important;
  height: 2.2rem !important;
  max-width: 2.2rem;
  max-height: 2.2rem;
  margin-right: 0.7rem;
  vertical-align: middle;
}

.content .left {
    max-width: 540px;
  }

@media (max-width: 900px) {
  .content.new-layout {
    flex-direction: column;
    align-items: stretch;
  }
  .content.new-layout .left,
  .content.new-layout .right {
    max-width: 100%;
    width: 100%;
  }
  .content.new-layout .right {
    max-width: 100%;
    align-items: center;
    margin-top: 2rem;
  }
  #courseVideo {
    max-width: 100%;
    min-width: 0;
  }
}

#courseVideo {
  display: block !important;
  width: 100% !important;
  max-width: 100vw !important;
  min-width: 0 !important;
  aspect-ratio: 16/9;
}

.testimonial-card, .boxCustomers, .customer-photo {
  margin: 0 !important;
}

.testimonial-card p, .boxCustomers p {
  font-size: 0.95rem;
  line-height: 1.1rem;
}

@media (max-width: 1400px) {
  .customer-photo {
    width: 260px;
  }
}
@media (max-width: 1100px) {
  .customer-photo {
    width: 200px;
  }
}
@media (max-width: 900px) {
  .customersRecommendation {
    flex-wrap: wrap;           /* Permite quebrar em telas pequenas */
    justify-content: center;
  }
  .customer-photo {
    width: 100%;
    max-width: 320px;
  }
}

.course-box {
  background: #232323;
  color: #fff;
  border-radius: 18px;
  padding: 1.2rem 1rem 1.2rem 1rem;
  box-shadow: 0 2px 16px #00000044;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 240px;
  max-width: 320px;
}

/* Desktop: mostra botões, esconde select */
.coursesRow {
  display: flex;
}
.course-type-select {
  display: none;
}

/* Mobile: mostra select, esconde botões */
@media (max-width: 768px) {
  .coursesRow {
    display: none !important;
  }
  .course-type-select {
    display: inline-block !important;
    width: 90%;
    max-width: 350px;
    background: #feb602;
    color: #232323;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 8px;
    border: none;
    padding: 0.7rem 1.2rem;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
    appearance: none;
    -webkit-appearance: none;
    background-image: url('assets/iconsBlack/Cursos.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 44px;
  }
}

@media (max-width: 768px) {
  .content.new-layout {
    flex-direction: column !important;
  }
  .content.new-layout .left {
    order: 2;
    width: 100%;
    max-width: 100%;
  }
  .content.new-layout .right {
    order: 1;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.2rem;
  }
}

.content.new-layout .right {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (max-width: 768px) {
  .customersRecommendation .customer-photo {
    width: 90vw !important;
    max-width: 350px !important;
    margin: 0 auto !important;
    display: block !important;
    margin-bottom: 1.2rem !important;
  }
}

.products-header {
  align-items: flex-start;
  text-align: left;
}
.products-header-title {
  width: 100%;
  text-align: left;
  margin-left: 0;
}
.products-header-row {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 1.2rem;
  margin-left: 0;
}
.coursesRow,
.course-type-select {
  justify-content: flex-start;
  text-align: left;
}
.course-title,
.main-title {
  text-align: left;
  margin-bottom: 0.5rem;
}
.subtitle {
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.2rem;
}

.main-title + .subtitle {
  margin-top: 1.5rem; /* ajuste o valor conforme desejar */
}

.price-card-background {
  position: absolute;
  ... // cor de fundo, sombra, etc
}

.testimonial-card,
.card.testimonial-card {
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: none !important;
}

.card {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}

.card::before,
.card::after {
  display: none !important;
}

.price-card-bg {
  display: none !important;
}
.price-card {
  box-shadow: none !important;
  background: #232323; /* ou a cor desejada */
}

@media (max-width: 768px) {
  .products-header-row {
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: left !important;
    gap: 0.5rem !important;
    width: 100%;
    margin-left: 0 !important;
  }
  .products-header-title,
  .products-header-title h5 {
    text-align: left !important;
    padding-left: 1.2rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    box-sizing: border-box;
  }
  .course-icon {
    display: inline-block !important;
    width: 1.7rem !important;
    height: 1.7rem !important;
    margin-right: 0.5rem !important;
    vertical-align: middle;
  }
  .course-type-select {
    display: inline-block !important;
    width: auto;
    min-width: 120px;
    max-width: 350px;
    background: #feb602;
    color: #232323;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 8px;
    border: none;
    padding: 0.7rem 1.2rem;
    margin-left: 0 !important;
    text-align: left !important;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
  }
  .course-type-select option {
    color: #232323;
    background: #feb602;
    font-weight: bold;
  }
}

@media (max-width: 768px) {
  #box {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
    margin: 0 auto;
  }
  .course-box {
    width: 95vw !important;
    max-width: 340px !important;
    min-width: 220px !important;
    margin: 2rem auto !important;
    padding: 2rem 1.2rem 1.5rem 1.2rem !important;
    border-radius: 24px !important;
    background: #232323 !important;
    box-shadow: 0 2px 16px #00000044 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    box-sizing: border-box;
  }
  .box-button {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin-top: 1.2rem !important;
  }
  .box-button a {
    width: 100% !important;
    justify-content: center !important;
    padding: 0.7rem 1.2rem !important;
    font-size: 1.2rem !important;
    border-radius: 8px !important;
    background: #feb602 !important;
    color: #232323 !important;
    font-weight: bold !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.7rem !important;
    text-decoration: none !important;
    box-sizing: border-box;
    transition: filter 0.2s !important;
  }
  .box-button a img {
    width: 20px !important;
    height: 20px !important;
  }
}

@media (max-width: 768px) {
  .course-box {
    max-width: 280px !important;
  }
  .box-button a img {
    width: 20px !important;
    height: 20px !important;
  }
}
