@font-face {
    font-family: Chalet-Comprime;
    src: url(../../fonts/chaletcomprime/ChaletComprime-CologneSixty.eot) format("embedded-opentype"),
        url(../../fonts/chaletcomprime/ChaletComprime-CologneSixty.woff) format("woff"),
        url(../../fonts/chaletcomprime/ChaletComprime-CologneSixty.woff2) format("woff2"),
        url(../../fonts/chaletcomprime/ChaletComprime-CologneSixty.ttf) format("truetype"), ;
    font-weight: 400;
    font-style: normal;
    /* font: swap */
}

.btn-cadastre-se {
    background-image: url(../../img/button_aapvr.png);
    background-size: 100% 100%;
    padding: 5px;
    height: 50px;
    display: flex;
    width: 196px;
    text-decoration: none;
}


.btn-cadastre-se:hover,
.btn-cadastre-se *:hover {
    cursor: pointer;
}

.btn-cadastre-se div.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
}

.btn-cadastre-se div.icon {
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
}

.btn-cadastre-se svg path,
.btn-cadastre-se svg ellipse {
    stroke-width: 2;
    stroke: #fff;
}

.btn-cadastre-se label {
    flex-grow: 1;
    display: flex;
    justify-content: start;
    align-items: center;
    font-family: Geomanist-Regular;
    font-size: 14px;
    font-weight: 600 !important;
    color: #fff;
    line-height: 16px;
    padding-left: 5px;
}

.project-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 14px;
    justify-content: center;
    padding: 0 20px 61px;
    margin-top: 50px;


    max-width: 2000px;
}

.project-list .card-curso {
    width: 151px;
    height: 220px;
    width: 270px;
    height: 410px;

    overflow: hidden;
    position: relative;
    border: 0;
}

.play-curso {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000e5;
    z-index: 2;
    opacity: 0;
    transition: all linear 200ms;
    display: flex;
    align-items: center;
    justify-content: center;
}


.play-curso img {
    max-width: 40%;
}

.card-curso:hover .play-curso {
    opacity: 1;
}

.capa-curso-image {
    width: auto;
    height: 225px;
}

.card-curso .card-body h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 2.7rem;
    font-family: Chalet-Comprime;
}

.capa-container {
    height: 200px;
    max-height: 200px;
    overflow-x: hidden;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    min-height: 200px;
}

.container-features-curso {
    gap: 10px;
}

.card-curso:hover {
    cursor: pointer;
}

.banner {
    background-color: #000;
}


/* =================================== */

body.modal-preview-open #sidenav-main.show {
    z-index: 0;
}

body.modal-preview-open-professores #sidenav-main.show {
    z-index: 0;
}

body.modal-preview-open .swal2-container.swal2-backdrop-show,
body.modal-preview-open .swal2-container.swal2-noanimation {
    background: rgb(0, 0, 0);
}

.preview-curso {
    grid-column: 2;
    grid-row: 1 !important;
    align-self: start !important;
    justify-self: center;
    margin-right: 50px;
    background-color: red;
    background-color: #000;
    width: 98%;
    border-radius: 0;
}



.preview-curso .swal2-close {
    background-color: #000;
}

div:where(.swal2-container) .preview-curso .swal2-html-container {
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-right: 50px !important;
    background-color: #000;
}

.preview-curso .curso-container {
    background-color: rgb(30, 30, 30);
}

.preview-curso .capa-container {
    background-color: blue;
    background-color: #000;
    position: relative;
}

.preview-curso .corpo-container {
    min-height: 500px;
}

.preview-curso .capa-titulo {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    font-size: 37px;
    letter-spacing: .35px;
    color: #fff;
    text-align: start;
    text-transform: capitalize;
}

.preview-curso .profile-image {
    width: 126px;
    height: 126px;
    border-radius: 50% !important;
    border: 1px solid #dee2e6 !important;
    position: absolute;
    top: 10mm;
    left: 10mm;
}

.preview-curso .capa-curso-image {
    width: 100%;
    max-width: 1319px;
    height: 284px;
    opacity: 0.5;
    opacity: 0.9;
}

.preview-curso .tamanho-tip {
    font-size: 14px;
}

.preview-curso div.ck-editor__editable {
    min-height: 500px;
}

.preview-curso .especificacoes-container {
    list-style: none;
    align-self: end;
    font-family: Geomanist-Regular;
    font-size: 15px;
    color: #ccc;
    white-space: nowrap;
    display: flex;
    gap: 15px;
    /* margin-bottom: 60px; */
}

.preview-curso .especificacoes-container li label {
    display: flex;
    gap: 5px;
    color: #fff;
}

.preview-curso .capa-container .content,
.preview-curso .corpo-container .content {
    margin: auto;
    max-width: 800px;
    padding: 0;
}

.preview-curso .corpo-container .content {
    padding-top: 50px;
}

.preview-curso .capa-container .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
}

@media (min-width: 992px) {
    .preview-curso {
        display: flex;
        max-width: 1319px;
        margin: 0 auto;
    }
}

@media (min-width: 1366px) {
    .preview-curso .capa-container .content {
        max-width: 800px;
    }
}

@media (min-width: 992px) {
    .preview-curso .capa-container .content {
        width: 100%;
        max-width: 70%;
        margin: 0 auto;
    }
}

/* =================================== */

@media (min-width: 992px) {


    .project-list {
        column-gap: 16px;
        row-gap: 16px;
        padding: 24px 72px 61px;
    }

    .project-list .card-curso {
        width: 350px;
        height: 510px;
    }
}



[_nghost-wau-c240] {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}


.project-list .unh-card {
    width: 151px;
    height: 220px;
}

div.card-container.simple {
    width: 100%;
    height: 100%;
}

div.card-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
}

div.card-container div.card-cover-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0) 15%);
    z-index: 4;
}

div.card-container div.card-cover {
    z-index: 3;
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 366px;
    height: 558px;
    opacity: 1;
    border-radius: 15px;
    transition: 0.5s;
}

div.card-container div.card-cover.simple {
    width: 100%;
    height: 100%;
}

div.card-container div.tags.tags-footer-opened {
    display: none;
}

div.card-container div.card-cover.open {
    opacity: 1;
    bottom: 0px;
    background: linear-gradient(rgba(0, 0, 0, 0), black 130%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0), black 130%);
    background-size: auto;
}

div.card-container div.card-cover.closed {
    bottom: calc(100% - 194px);
    opacity: 0;
    background-size: auto 100%;
}

div.card-container div.tags {
    z-index: 4;
    position: absolute;
    display: flex;
    margin-top: 14px;
    padding: 5px;
    width: 300px;
}

div.card-container div.card-description {
    z-index: 1;
    top: 0px;
    display: flex;
    flex-direction: column;
    width: 366px;
    height: 558px;
    background: rgb(0, 0, 0);
    border-radius: 15px;
}

div.card-container div.card-cover::after {
    content: "\a ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(rgba(0, 0, 0, 0), black 130%);
    opacity: 1;
}

div.card-container div.tags .unh-software-tag {
    margin-left: 10px;
    width: 32px;
}

.software-tag-container .project-list svg {
    width: 100%;
    height: 100%;
}

div.card-container.simple .card-description .card-discount-flag {
    position: absolute;
    z-index: 9;
    right: 0px;
    top: 0px;
    transition: top 0.5s;
}

div.card-container div.card-description div.card-thumb-bg {
    width: 100%;
    height: 194px;
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, black 98%);
    z-index: 2;
}

div.card-container div.card-description div.card-thumbnail {
    position: relative;
    width: 100%;
    height: 194px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.card-container div.card-description div.card-thumbnail div.play-icon {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    width: 62px;
    height: 62px;
    cursor: pointer;
    padding-left: 2px;
    background: rgba(253, 253, 253, 0.2);
}

div.card-container div.card-description div.card-thumbnail div.play-icon img {
    width: 26px;
    color: rgb(255, 255, 255);
}

div.card-container div.card-description div.description {
    color: rgb(255, 255, 255);
    border-radius: 0px 0px 15px 15px;
}

div.card-container div.card-description div.description .card-infos {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 3;
    padding: 0px 8px 8px;
    bottom: 35%;
    transition: bottom 0.5s;
    width: 100%;
}

div.card-container div.card-description div.description .card-infos.card-info-closed {
    bottom: 0px;
}

div.card-container div.card-description div.description .card-infos h3 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Geomanist-Bold";
    white-space: pre-wrap;
}

div.card-container div.card-description div.description .card-infos .info-wrapper {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

div.card-container div.card-description div.description .card-infos .info-wrapper div.teacher-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
    flex: 1 1 0%;
}

div.card-container div.card-description div.description .card-infos .info-wrapper div.teacher-info div.profile-info {
    display: flex;
    align-items: center;
}

div.card-container div.card-description div.description .card-infos .info-wrapper div.teacher-info div.profile-info img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

div.card-container div.card-description div.description .card-infos .info-wrapper div.teacher-info div.profile-info div.info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3px;
    margin-left: 6px;
}

div.card-container div.card-description div.description .card-infos .info-wrapper div.teacher-info div.profile-info div.info h5 {
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
    font-family: "Geomanist-Medium";
    white-space: pre-wrap;
}

div.card-container div.card-description div.description .card-infos .info-wrapper div.teacher-info div.profile-info div.info p {
    font-family: "Geomanist-Regular";
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    color: rgb(129, 129, 129);
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 235px;
    white-space: pre-wrap;
}

div.card-container div.card-description div.description .card-infos .info-wrapper .duration-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-self: center;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    color: rgb(145, 145, 145);
}

div.card-container div.card-description div.description .card-infos .info-wrapper .duration-wrapper .unh-icon {
    width: 10px;
    height: 14px;
}

div.card-container div.card-description div.description .card-infos .info-wrapper .duration-wrapper .unh-icon svg {
    width: 10px;
    height: 10px;
}

div.card-container div.card-description div.description div.list-content {
    position: absolute;
    bottom: 10%;
    margin-left: 22px;
    transition: bottom 0.5s;
    font-family: "Geomanist-Light";
}

div.card-container div.card-description div.description div.list-content.list-content-closed {
    bottom: -25%;
}

div.card-container div.card-description div.description div.list-content.list-content-closed:hover {
    bottom: 0;
}

div.card-container div.card-description div.description div.list-content div.list-item {
    display: flex;
    margin: 0px 0px 14px;
}

div.card-container div.card-description div.description div.list-content div.list-item p.title_description {
    color: rgb(129, 129, 129);
    padding: 3px 0px 0px 12px;
    font-weight: 700;
    font-size: 14px;
}

div.card-container div.card-description div.description div.list-content div.list-item p.text_description {
    padding: 3px 0px 0px 6px;
    font-weight: 700;
    font-size: 14px;
}

div.card-container div.card-description div.description footer.closed-footer {
    bottom: -29%;
}

div.card-container div.card-description div.description footer {
    position: absolute;
    bottom: 0px;
    z-index: 4;
    color: rgb(255, 255, 255);
    transition: bottom 0.6s;
}

.custom-promo-tag-wrapper._ngcontent-wau-c58 {
    position: relative;
}

.custom-promo-tag-wrapper._ngcontent-wau-c58 .promolabel-wrapper._ngcontent-wau-c58 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
}

.custom-promo-tag-wrapper._ngcontent-wau-c58 .promolabel-wrapper.flag-style._ngcontent-wau-c58 {
    transform: rotate(40deg);
    top: -.4em;
    right: -.35em;
}

.custom-promo-tag-wrapper._ngcontent-wau-c58 .promolabel-wrapper._ngcontent-wau-c58 .promo-value._ngcontent-wau-c58 {
    font-family: Geomanist-Medium;
    font-size: 1em;
    font-weight: 500;
}

.custom-promo-tag-wrapper._ngcontent-wau-c58 .promolabel-wrapper._ngcontent-wau-c58 span._ngcontent-wau-c58 {
    color: #fff;
}

.custom-promo-tag-wrapper._ngcontent-wau-c58 .promolabel-wrapper._ngcontent-wau-c58 .promo-percentage._ngcontent-wau-c58 {
    display: flex;
    flex-direction: column;
    font-size: .62em;
    line-height: .8em;
    margin: 3px 0 0;
}

.custom-promo-tag-wrapper._ngcontent-wau-c58 .promolabel-wrapper._ngcontent-wau-c58 .promo-percentage._ngcontent-wau-c58 .promo-off._ngcontent-wau-c58 {
    margin: 0;
    font-size: .4em;
    line-height: 1em;
}

@media screen and (min-width: 480px) {
    :host .show-dropdown-mobile {
        display: none;
    }
}

@media (min-width: 768px) {
    :host div.card-container div.card-description div.description .card-infos {
        gap: 10px;
        padding: 0px 12px 8px;
    }

    div.card-container div.card-description div.description .card-infos .info-wrapper div.teacher-info div.profile-info div.info {
        margin-left: 10px;
        gap: 4px;
    }
}

@media screen and (min-width: 991px) {
    .tags {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0px;
        margin: 5px 0px 0px;
        margin-top: 5px;
    }

    .tags .unh-software-tag {
        width: 32px;
        margin-left: 5px;
    }

    div.card-container div.card-description div.description .card-infos {
        gap: 12px;
        padding: 0px 20px 24px;
    }

    div.card-container div.card-description div.description .card-infos h3 {
        font-size: 14px;
        line-height: 22px;
    }

    div.card-container div.card-description div.description .card-infos h3 {
        font-size: 16px;
        line-height: 24px;
    }

    div.card-container div.card-description div.description .card-infos .info-wrapper {
        gap: 12px;
        flex-direction: row;
    }

    div.card-container div.card-description div.description .card-infos .info-wrapper div.teacher-info div.profile-info div.info {
        margin-left: 14px;
    }

    div.card-container div.card-description div.description .card-infos .info-wrapper div.teacher-info div.profile-info div.info h5 {
        font-size: 14px;
        line-height: 22px;
    }

    div.card-container div.card-description div.description .card-infos .info-wrapper div.teacher-info div.profile-info div.info p {
        font-size: 14px;
        line-height: 22px;
    }

    div.card-container div.card-description div.description .card-infos .info-wrapper .duration-wrapper {
        font-size: 14px;
        line-height: 22px;
    }

    div.card-container div.card-description div.description .card-infos .info-wrapper .duration-wrapper .unh-icon {
        width: 16px;
        height: 20px;
    }

    div.card-container div.card-description div.description .card-infos .info-wrapper .duration-wrapper .unh-icon svg {
        width: 16px;
        height: 16px;
    }
}

@media (min-width: 992px) {

    /* [_nghost-wau-c240] .project-list[_ngcontent-wau-c240] */
    .project-list {
        column-gap: 16px;
        row-gap: 16px;
        padding: 24px 72px 61px;
    }

    /* [_nghost-wau-c240] .project-list[_ngcontent-wau-c240] .unh-card[_ngcontent-wau-c240] */
    .project-list .unh-card {
        width: 350px;
        height: 510px;
    }
}

/* ================================================================================= */

@keyframes bgGradient {
    0% {
        background: linear-gradient(270deg, rgba(140, 111, 253, 0) 0%, rgba(255, 0, 72, 0) 100%)
    }

    10% {
        background: linear-gradient(270deg, rgba(140, 111, 253, 0.1) 0%, rgba(255, 0, 72, 0.1) 100%)
    }

    20% {
        background: linear-gradient(270deg, rgba(140, 111, 253, 0.2) 0%, rgba(255, 0, 72, 0.2) 100%)
    }

    30% {
        background: linear-gradient(270deg, rgba(140, 111, 253, 0.3) 0%, rgba(255, 0, 72, 0.3) 100%)
    }

    40% {
        background: linear-gradient(270deg, rgba(140, 111, 253, 0.4) 0%, rgba(255, 0, 72, 0.4) 100%)
    }

    50% {
        background: linear-gradient(270deg, rgba(140, 111, 253, 0.5) 0%, rgba(255, 0, 72, 0.5) 100%)
    }

    60% {
        background: linear-gradient(270deg, rgba(140, 111, 253, 0.6) 0%, rgba(255, 0, 72, 0.6) 100%)
    }

    70% {
        background: linear-gradient(270deg, rgba(140, 111, 253, 0.7) 0%, rgba(255, 0, 72, 0.7) 100%)
    }

    80% {
        background: linear-gradient(270deg, rgba(140, 111, 253, 0.8) 0%, rgba(255, 0, 72, 0.8) 100%)
    }

    90% {
        background: linear-gradient(270deg, rgba(140, 111, 253, 0.9) 0%, rgba(255, 0, 72, 0.9) 100%)
    }

    100% {
        background: linear-gradient(270deg, #8c6ffd 0%, #ff0048 100%)
    }
}

@keyframes buttonGradient {
    0% {
        background: linear-gradient(104.4deg, #ff0048 30%, #8b6ffd00 147.75%)
    }

    10% {
        background: linear-gradient(104.4deg, #ff0048 30%, #8b6ffd1f 147.75%)
    }

    20% {
        background: linear-gradient(104.4deg, #ff0048 30%, #8b6ffd34 147.75%)
    }

    30% {
        background: linear-gradient(104.4deg, #ff0048 30%, #8b6ffd5e 147.75%)
    }

    40% {
        background: linear-gradient(104.4deg, #ff0048 30%, #8b6ffd5b 147.75%)
    }

    50% {
        background: linear-gradient(104.4deg, #ff0048 30%, #8b6ffd77 147.75%)
    }

    60% {
        background: linear-gradient(104.4deg, #ff0048 30%, #8b6ffd8a 147.75%)
    }

    70% {
        background: linear-gradient(104.4deg, #ff0048 30%, #8b6ffd9d 147.75%)
    }

    80% {
        background: linear-gradient(104.4deg, #ff0048 30%, #8b6ffdcc 147.75%)
    }

    90% {
        background: linear-gradient(104.4deg, #ff0048 30%, #8b6ffdc4 147.75%)
    }

    100% {
        background: linear-gradient(104.4deg, #ff0048 30%, #8b6ffd 147.75%)
    }
}

* {
    font-family: Geomanist-Regular
}



.unh-icon>img {
    max-width: 100%
}

.unh-icon>svg {
    height: 100%;
    width: 100%
}


@media (max-width: 991px) {
    .banner .container {
        width: 100%;
        max-width: 95%;
    }
}


.project-list .card-curso {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    opacity: 1;
    transform-style: preserve-3d;
    border: 1px solid #1a1a1a;
    border-radius: .5rem;
    background-color: #1a1a1a;
    background-image: linear-gradient(149deg, #000 28%, #1a1a1a);
}

.card-apresentacao {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}