.pointer {
    cursor: pointer;
}

.pointer:hover {
    color: black;
}

.top-vestibular-button {
    display: none;
    overflow: hidden;
    background-color: #b82b30;
}

.new-course * {
    font-family: "DM Sans", sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: 400;
    font-style: normal !important;
    list-style: none;
}

.new-course .dt-valor{
    margin-top: 24px;
}

.header {
    background-color: var(--primary-color);
    color: white;
    display: flex;
    flex-direction: row;
    min-height: 680px;
    overflow: hidden;
}

.header .content {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    max-width: 1320px;
    padding: 0 2rem;
}

.header .course-type {
    font-size: 0.9rem;
    font-weight: 500;
}

.header .course-type::after {
    content: "";
    position: absolute;
    top: 1;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 36px;
    border-radius: 48px;
    padding: 10px 18px;
    background-color: rgba(255, 255, 255, 0.03);
    z-index: 1;
}

.header .course-description {
    padding: 1rem 0;
    min-height: 144px;
}

.header .student-count {
    font-size: 1rem;
    font-weight: 300;
    padding: 2rem 0;
    display: flex;
    align-items: center;
}

.header .student-count img {
    height: 40px;
    margin-right: 0.5rem;
}

.header .watch-video {
    padding: 1.4rem 0;
    display: flex;
    align-items: center;
}

.header .course-title-info {
    position: absolute;
    margin-top: 32px;
}

.header .course-title-info .course-title {
    font-size: 2rem;
    line-height: 4rem;
    font-weight: 700;
    color: #fbeae1;
    letter-spacing: 0.1rem;
    position: relative;
    z-index: 3;
}

.header .left-column {
    font-size: 1rem;
    font-weight: 300;
    width: 400px;
    align-self: center;
}

.header .right-column {
    font-size: 0.9rem;
    font-weight: 300;
    margin-top: 32px;
    padding: 2rem;
    width: 300px;
    border: 1px solid white;
    border-radius: 10px;
    align-self: center;
}

.header .profession {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0.5rem 0;
}

.header .type-hours {
    padding: 0.5rem 0;
}

.header .checklist {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
}

.header .checklist img {
    margin-right: 5px;
}

.header .full-price {
    padding: 0.5rem 0;
}

.header .discounted-price {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0.5rem 0;
}

.header .strikeout {
    text-decoration: line-through;
}

.header select {
    padding: 0.5rem;
    color: white;
    background-color: #b82b30;
    font-size: 1rem;
    font-weight: 200;
    font-family: "DM Sans", sans-serif;
    width: 100%;
    border-right: 8px solid transparent;
    border-top: none;
    border-left: none;
    border-bottom: none;
}

.header .select-container {
    border: 1px solid white;
    border-radius: 10px;
    margin: 0.5rem 0;
    margin-bottom: 1rem;
    padding: 4px;
}

.header .select-title {
    margin-left: 0.7rem;
    margin-top: 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.header .image-container {
    padding-top: 8rem;
    width: 530px;
    height: 640px;
    margin: 0 1rem;
    display: flex;
}

.header .image-container img {
    width: 530px;
    height: 640px;
    object-fit: cover;
    clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
}

.header .image-bg {
    position: absolute;
    width: 240px;
    height: 400px;
    background-color: #fbeae1;
    transform: skew(-20deg);
    align-self: flex-end;
    margin-bottom: 2rem;
    margin-left: 9rem;
}

.header button {
    padding: 1.4rem 1rem;
    background-color: #fbeae1;
    color: #b82b30;
    border: none;
    border-radius: 10px;
    margin: 0.5rem 0;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.valorMatricula {
    padding-top: 8px;
}

.valorMatricula li {
    text-decoration: none !important;
    list-style: none !important;
}

.dt-valor-final {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 31.25px;
    text-align: left;
}

.valor-mes {
    font-weight: 400;
    font-size: 0.875rem;
    top: 8px;
    padding-left: 4px;
}

.features {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    width: 100%;
}

.features .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1320px;
    gap: 5rem;
}

.features .content .items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 5rem;
}

.features .item-title {
    padding: 0.4rem 0;
    font-weight: 500;
    font-size: 1rem;
}

.features .detail {
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0.4rem 0;
    color: #888888;
}

.features .title {
    font-size: 2.25rem;
    letter-spacing: 0.1rem;
    padding-bottom: 1rem;
    font-weight: 500;
}

.tabs {
    font-size: 1rem;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    width: 100%;
}

.tabs .content {
    display: flex;
    flex-direction: column;
    max-width: 1320px;
    width: 100%;
}

.tab-content p,
.tab-content span {
    background-color: var(--body-color) !important;
}

.tab-content li {
    background-color: var(--body-color) !important;
}

.tabs-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 1rem;
    margin-bottom: 6rem;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}

.tabs-item {
    width: 13rem;
    cursor: pointer;
    background-color: var(--body-color);
}

.tabs-item-number {
    font-size: 1.2rem;
    font-weight: 600;
    color: #7b7b7b;
}

.tabs-item-title {
    color: #7b7b7b;
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
}

.visible {
    display: block;
}

.tab-selected {
    border-bottom: 4px solid #b82b30;
    background-color: var(--body-color);
}

.tab-selected .tabs-item-number {
    color: #b82b30;
}

.tab-selected .tabs-item-title {
    color: #303030;
}

.item1-mobile-button,
.item2-mobile-button,
.item3-mobile-button,
.item4-mobile-button {
    display: none;
}

#item1 .about {
    font-size: 3rem;
    letter-spacing: 0.1rem;
    padding-bottom: 0.2rem;
    font-weight: 500;
    width: 450px;
}

#item1 .course {
    font-size: 3rem;
    letter-spacing: 0.1rem;
    padding-bottom: 2rem;
    font-weight: 500;
    color: #b82b30;
    width: 450px;
}

#item1 .text {
    width: 500px;
    line-height: 1.5em;
}

#item2 .about {
    font-size: 3rem;
    letter-spacing: 0.1rem;
    padding-bottom: 0.2rem;
    font-weight: 500;
    padding-bottom: 2rem;
}

#item2 .text {
    width: 500px;
    line-height: 1.5em;
}

#item3 .about {
    font-size: 3rem;
    letter-spacing: 0.1rem;
    padding-bottom: 0.2rem;
    font-weight: 500;
    padding-bottom: 2rem;
}

#item3 .text {
    width: 500px;
    line-height: 1.5em;
}

#item4 .about {
    font-size: 3rem;
    letter-spacing: 0.1rem;
    padding-bottom: 0.2rem;
    font-weight: 500;
    padding-bottom: 2rem;
}

#item4 .text {
    width: 500px;
    line-height: 1.5em;
}

.tabs-items-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
    min-height: 650px;
}

.tabs-items-container .image-container {
    position: relative;
    width: 800px;
    height: 880px;
    /* margin-left: 40rem;
    margin-top: 6rem;
    display: flex; */
}

.tabs-items-container .image-container img {
    width: 800px;
    height: 880px;
    object-fit: cover;
    clip-path: polygon(30% 0, 0 100%, 70% 100%, 100% 0);
}

.desktop-hidden {
    display: none;
}

.footer {
    background-color: #b82b30;
    color: white;
    font-size: 1rem;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    width: 100%;
    min-height: 250px;
}

.footer .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 1320px;
    width: 100%;
}

.footer .content .title {
    font-size: 1.5rem;
    padding-top: 8rem;
}

.footer .content .description {
    letter-spacing: 0.2rem;
    font-size: 2.2rem;
    font-weight: 500;
    width: 450px;
}

.footer .content .columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 4rem;
    overflow-x: auto;
    overflow-y: hidden;
}

.footer .content .columns::-webkit-scrollbar {
    height: 8px;
}

.footer .content .columns::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;

}

.footer .content .columns::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.footer .content .columns .column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.footer .content .columns .column .title {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.footer .content .columns .column .text {
    font-weight: 300;
    padding-bottom: 0.5rem;
}


.feature-image-mobile-container {
    display: none;
}

.whyus {
    background: linear-gradient(to bottom,
            var(--primary-color) 72%,
            var(--body-color) 28%);
    color: white;
    font-size: 1rem;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    width: 100%;
    padding-top: 2rem;
    margin-bottom: 50px;
}

.whyus .content {
    display: flex;
    flex-direction: column;
    max-width: 1320px;
    width: 100%;
}

.whyus .content .title {
    letter-spacing: 0.2rem;
    font-size: 2.2rem;
    font-weight: 500;
    width: 300px;
}

.whyus .content .description {
    width: 300px;
    font-size: 1rem;
    font-weight: 300;
    margin-top: 2rem;
}

.whyus .content .description-outros {
    width: 500px;
    font-size: 1rem;
    font-weight: 300;
    margin-top: 1rem;
}

.whyus .content .columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2rem 0;
    gap: 4rem;
}

.whyus .content .columns .column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.whyus .content .columns .column .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 3rem;
}

.whyus .content .columns .column .item .square {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.6rem;
    background-color: #00000020;
    border-radius: 10px;
    margin-right: 2rem;
}

.red {
    color: #b82b30;
}

.no-break {
    white-space: nowrap;
    font-weight: 500;
    font-size: 0.875rem;
}

.material-icons.regular {
    font-size: 1.8rem;
}

.material-icons.small {
    font-size: 1.5rem;
}

.material-icons.xsmall {
    font-size: 1.1rem;
}

.material-icons.red {
    color: #b82b30;
}

.desktop-hidden {
    display: none !important;
}

/* mobile */
@media (max-width: 1024px) {
    .header .content {
        flex-wrap: wrap;
        padding: 0 1rem;
    }

    .header .content .left-column {
        padding-left: 2rem;
        width: 100%;
    }

    .header .course-type {
        font-size: 0.75rem;
        padding-bottom: 8px;
        padding-left: 18px;
    }

    .header .course-title {
        font-size: 1.8rem;
        line-height: 40px;
        max-width: 50%;
    }

    .header .course-description {
        max-width: 174px;
        /*         font-size: 0.75rem;
        font-weight: 400;
        line-height: 18.08px;
        text-align: left; */
    }

    .header .image-container {
        position: absolute;
        padding-top: 62px;
        left: 50%;
        overflow: hidden;
        width: 50%;
        margin: 0;
        justify-content: end;
    }

    .header .image-container img {
        width: 330px;
        height: 440px;
        object-fit: cover;
        clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
        margin-left: 18%;
    }

    .header .image-container .image-bg {
        position: absolute;
        width: 170px;
        height: 300px;
        background-color: #fbeae1;
        transform: skew(-20deg);
        align-self: flex-end;
        left: 0;
        top: 160px;
    }

    .header .student-count span {
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 15.62px;
        text-align: left;
        max-width: 132px;
    }

    .header .content .right-column {
        width: 100%;
        margin: 2rem;
    }

    .header .profession {
        font-weight: 700;
    }

    .features .title {
        font-size: 2rem;
    }

    .features .content {
        flex-direction: column;
        padding: 3rem;
        max-width: none;
    }

    .features .content .items {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 3rem;
    }

    .features .content .items .item1,
    .features .content .items .item2,
    .features .content .items .item3,
    .features .content .items .item4 {
        width: 35%;
    }

    .feature-image-mobile {
        width: 504px;
        height: 535px;
        object-fit: cover;
        clip-path: polygon(30% 0, 0 100%, 70% 100%, 100% 0);
    }

    .feature-image-mobile-container {
        display: flex;
        background: linear-gradient(to bottom,
                var(--body-color) 72%,
                var(--primary-color) 28%);
        justify-content: end;
    }



    .footer .content .columns {
        overflow-x: true;
        width: 100%;
    }

    .footer .content .columns .column {
        padding-left: 2rem;
    }

    .footer .content .columns .column .title {
        width: 250px;
    }

    .footer .content .title {
        padding-left: 2rem;
    }

    .footer .content .description {
        width: 80%;
        padding-left: 2rem;
    }

    .item1-mobile-button,
    .item2-mobile-button,
    .item3-mobile-button,
    .item4-mobile-button {
        display: block;
    }

    #item1,
    #item2,
    #item3,
    #item4 {
        margin: 0 2rem;
    }

    #item1 .about {
        width: 100%;
        text-align: center;
        font-size: 2rem;
    }

    #item1 .course {
        width: 100%;
        font-size: 2rem;
        text-align: center;
    }

    #item1 .text {
        width: 100%;
    }

    #item2 .about {
        width: 100%;
        font-size: 2rem;
        text-align: center;
    }

    #item2 .text {
        width: 100%;
    }

    #item3 .about {
        width: 100%;
        font-size: 2rem;
        text-align: center;
    }

    #item3 .text {
        width: 100%;
    }

    #item4 .about {
        width: 100%;
        font-size: 2rem;
        text-align: center;
    }

    #item4 .text {
        width: 100%;
    }

    .tabs .content .tabs-container {
        flex-direction: column;
    }

    .tabs .content .tabs-items-container {
        min-height: 0;
    }

    .mobile-tabs-item {
        display: flex;
        align-items: center;
        flex-direction: row;
        margin-top: 2rem;
        margin-bottom: 2rem;
        width: calc(100% - 4rem);
        padding: 0 2rem;
        width: 100%;
    }

    .tabs-item-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.2rem;
        background-color: var(--body-color);
        border-radius: 6px;
    }

    .tabs-item-number {
        color: #b82b30;
    }

    .tabs-item-title {
        padding: 0;
        margin-left: 1rem;
        color: #303030;
        flex: 1;
    }

    .whyus {
        width: 100%;
    }

    .whyus .content {
        padding: 0 2rem;
        width: 100%;
    }

    .whyus .content .title {
        width: 100%;
    }

    .whyus .content .description {
        width: 100%;
        margin-bottom: 2rem;
    }

    .whyus .content .columns {
        flex-direction: column;
        align-items: center;
        padding: 0;
        gap: 0;
        width: 100%;
    }

    .whyus .content .columns .column {
        width: 100%;
        margin-top: 0;
    }

    .whyus .content .columns .column .item {
        width: 100%;
    }

    .whyus .content .columns .column .item .text {
        width: 100%;
    }

    .whyus .content .columns .column .item .square {
        padding: 1rem;
    }

    .mobile-hidden {
        display: none !important;
    }

    .desktop-hidden {
        display: block !important;
        margin-left: 40%;
    }

    /*
  .header .left-column {
    width: 100%;
    padding: 2rem;
  }

  .header .right-column {
    width: 100%;
    padding: 2rem;
  }

  .header .image-container {
    display: none;
  }

  .header .image-bg {
    display: none;
  }

  .header .select-container {
    width: 100%;
  }

  .header .select-title {
    display: none;
  }

  .tabs .content {
    flex-direction: column;
    align-items: center;
  }

  .tabs-container {
    flex-direction: column;
    align-items: center;
  }

  .tabs-item {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
  }

  .tabs-items-container {
    flex-direction: column;
    align-items: center;
  }

  .tabs-items-container .image-container {
    display: none;
  }

  .footer .content {
    flex-direction: column;
    align-items: center;
  }

  .footer .content .title {
    text-align: center;
  }

  .footer .content .description {
    text-align: center;
  }

  .footer .content .columns {
    flex-direction: column;
    align-items: center;
  }

  .footer .content .columns .column {
    width: 100%;
    text-align: center;
  }


  .whyus .content .title {
    text-align: center;
  }

  .whyus .content .description {
    text-align: center;
  }

  .whyus .content .columns {
    flex-direction: column;
    align-items: center;
  } */
}

@media (max-width: 767px) {
    .top-vestibular-button {
        position: relative;
        display: block;
        box-shadow: 0px 5px 65px 0px rgba(0, 0, 0, 0.12);
        overflow: hidden;
    }

    .top-vestibular-button::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.04);
        z-index: 1;
        pointer-events: none;
    }

    .header .image-container {
        justify-content: normal;
    }

    .header .image-container img {
        margin-left: 0;
        padding-right: 100px;
    }

    .header .image-container .image-bg {
        margin-left: 50%;
    }

    .feature-image-mobile {
        width: 504px;
        height: 535px;
        object-fit: cover;
        clip-path: polygon(40% 0, 0 100%, 70% 100%, 110% 0);
    }

    .feature-image-mobile-container {
        display: flex;
        background: linear-gradient(to bottom,
                var(--body-color) 72%,
                var(--primary-color) 28%);
    }

    .whyus .content .title,
    .description {
        display: none;
    }

    .cursos-geral {
        justify-content: center !important;
    }
}