@import url(reset.css);
@import url(font.css);

:root {
    --swiper-pagination-bottom: -50px;
    --swiper-theme-color: #003059;
}

/* Gerais */

.hidden {
    display: none !important;
}

.hiddenm {
    display: none;
}

.hidden {
    display: none !important;
}

html {
    font-size: 14px;
}

.saira-extra-bold {
    font-family: 'Saira-ExtraBold', sans-serif !important;
}

.saira-bold {
    font-family: 'Saira-Bold', sans-serif !important;
}

.saira-semi-bold {
    font-family: 'Saira-SemiBold', sans-serif !important;
}

.saira-medium {
    font-family: 'Saira-Medium', sans-serif !important;
}

/* HEADER */


.header {
    width: 100vw;
    height: 3.75rem;
    background-color: #00315C;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 162, 255, 0.3);

}

.header__logo {
    width: 116px;
    height: auto;
    display: inline-block;
    padding: 1.0437rem 1.25rem;
}

.header__logo--img {
    width: 100%;
    height: 100%;
}


.header__links {
    display: flex;
    align-items: center;
}

.header__links--border {
    width: 6.875rem;
    height: 1.875rem;
}

.header__links--border_button {
    width: 6.875rem;
    height: 1.875rem;
    border: none;
    background-color: #8EF027;
    border-radius: 5px;
    color: #003059;
}

.header__links--magnifying_img {
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: 50%;
    padding: 1.375rem .625rem 1.375rem 1.25rem;
    cursor: pointer;
}

.header__links--bars_icon1 {
    width: 1.25rem;
    height: 1.25rem;
    background-size: 1.25rem;
    padding: 1.25rem 1.25rem 1.25rem .625rem;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: 300ms;
    cursor: pointer;
}

.header__links--bars_icon2 {
    width: 1.25rem;
    height: 1.25rem;
    background-image: url('../img/site/geral/whitex.webp');
    background-size: 1.25rem;
    padding: 1.25rem 1.25rem 1.25rem .625rem;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: 300ms;
    cursor: pointer;
}

/* HEADER */

.mobilesearch {
    background-color: #053F72;
    width: 100vw;
    height: 2.6875rem;
    border: 1px solid #00a2ff4d;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: absolute;
    margin-top: 3.75rem;
    z-index: 10;
}

.mobilesearch.margin-top-relogio {
    margin-top: calc(3.75rem + 177px);
}

.mobilesearch__textarea {
    background-color: #053F72;
    border: none;
    color: white;
    height: 2.5625rem;
    padding: 0 0 0 1.6875rem;
    flex-grow: 1;
    font-size: .9375rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.mobilesearch__textarea:focus {
    outline: none;
    border: none;
}

.mobilesearch__textarea::placeholder {
    color: white;
}

.mobilesearch__icon {
    width: 1rem;
    height: 1rem;
    padding: .875rem 1.375rem;
    background-position: 50%;
    background-size: 1rem;
    background-repeat: no-repeat;
}


/* Searchbox */


.searchbox {
    width: 22.375rem;
    height: 35rem;
    background-color: white;
    top: 0;
    left: 50%;
    position: fixed;
    transform: translateX(-50%);
    z-index: 100;
    border-radius: .9375rem;
    border: .0625rem solid #003059;
    margin-top: 3.75rem;
}

.searchbox.searchbox-index {
    margin-top: 7rem;
}
.searchbox.margin-top-relogio {
    margin-top: calc(3.75rem + 177px) !important;
}

.searchbox.margin-top-relogio-index {
    margin-top: calc(7rem + 177px) !important;
}

.searchbox__cabecalho {
    display: flex;
    border-bottom: .0625rem solid #003059;
    border-radius: .9375rem .75rem 0 0;
    box-sizing: border-box;
}

.searchbox__cabecalho--border {
    display: flex;
    flex: 1;
    height: 3.4375rem;
}

.searchbox__cabecalho--border_input {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: .9375rem;
    color: #003059;
    border: none;
    outline: none;
    flex: 1;
    padding-left: 1.25rem;
    border-radius: .9375rem 0 0 0;
}

.searchbox__cabecalho--border_input::placeholder {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: .9375rem;
    color: #003059;
    outline: none;
}

.searchbox__cabecalho--button {
    width: 3.4375rem;
    height: 3.4375rem;
    background-size: 1rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #00A2FF;
    border-radius: 0 0.75rem 0 0;
}

.searchbox__body {
    border-top: none;
    box-sizing: border-box;
    height: 90%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: -3rem;
    position: relative;
    z-index: -1;
    overflow: auto;
    padding-top: 4rem;
}

.searchbox__body--searchfind {
    margin-top: 1.25rem;
    margin-left: 2.25rem;
    margin-right: 70px;
}

.searchbox__body .searchbox__body--searchfind:first-child {
    margin-top: 0;
}

.searchbox__body--searchfind--title {
    font-size: .875rem;
    font-weight: 400;
    color: #00A2FF;
    font-family: 'Roboto', sans-serif;
}

.searchbox__body--searchfind--result {
    margin-top: .625rem;
    font-size: 1rem;
    font-weight: 400;
    color: #00315C;
    font-family: 'Roboto', sans-serif;
    display: block;
    text-decoration: none;
}

.searchbox__body--searchfind--result:hover {
    color: #D70A84;
}

.searchbox__body--searchfind--result em {
    margin-top: .625rem;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}


.floatindwhatsapp {
    margin-bottom: 3rem;
    width: 3rem;
    height: 3rem;
    position: fixed;
    border-radius: 1.5rem;
    background-color: #8ef027;
    display: flex;
    align-items: center;
    right: 0;
    cursor: pointer;
    transition: 500ms;
    scale: 1.25;
    z-index: 1000;
    margin-top: calc(100vh - 12.25rem);
    margin-right: 1.125rem;
    bottom: 5rem;
}
.modal-whatsapp {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.45);
    font-family: 'Roboto', sans-serif;
    color: #003059;

}

.modal-content {
    background-color: #fff;
    border-radius: 40px;
    border-bottom-right-radius: 0;
    width: 90%;
    max-width: 471px;
    max-height: 64%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 9rem;
    margin-right: 4.125rem;
    overflow: hidden;
    display: flex;
    flex-direction:column
}

.modal-content .modal-header {
    background-color: #015093;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 52px 20px 2rem;
}

.modal-header.contatos {
    background-color: #015093;
    color: #fff;
    font-size: 21px !important;
    padding-bottom: 20px;
    padding-top: 24px;
    text-align: center;
    letter-spacing: -1px;
}

.close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    color: #9bf148;
    transition: color 0.3s ease;
    border: 2px solid white;
    border-radius: 100%;
    width: 21px;
    height: 21px;
}

.contatos .close {
    border: 2px solid #9bf148;
    color: #9bf148;
}

#contactForm {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 12px;
    padding-right: 60px;
    padding-left: 40px;
    padding-bottom: 46px;
}

#contactForm label {
    margin-left: 20px;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.4px;
}

#contactForm input {
    width: 100%;
    padding: 8px;
    border: 1px solid #003059;
    border-radius: 22px;
    font-size: 16px;
    margin-bottom: 1.4rem;
    height: 37px;
    box-sizing: border-box;
}

#contactForm select {
    width: 100%;
    padding: 8px;
    border: 1px solid #003059;
    border-radius: 22px;
    font-size: 16px;
    margin-bottom: 1.4rem;
    /*height: 14px*/
}

#contactForm button {
    padding: 10px 15px;
    background-color: #9bf148;
    color: #003059;
    border-radius: 1rem;
    font-size: 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 70%;
    margin-top: 0.5rem;
    align-self: center;
    font-weight: 600;
    padding-top: 4px;
    padding-bottom: 4px;
    border: none;
    letter-spacing: -0.4px;
}

.whatsapp-options {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
    padding-top: 32px;
    background-color: #fff;
}

.whatsapp-option {
    padding: 16px;
    background-color: transparent;
    color: #fff;
    border-radius: 3rem;
    font-size: 19px;
    text-align: center;
    transition: background-color 0.3s ease;
    border: 2px solid white !important;
    display: flex;
    flex-direction: column;

}

/* .whatsapp-option.option-matricula {
    background-color: #9bf148;
    color: #003059;
}
.whatsapp-option.option-matricula span {
    color: #003059;
} */

.whatsapp-option span {
    color: white;
    font-weight: 600;
}

.option-assunto {
    width: 100%;
    padding: 8px;
    border: 1px solid #003059;
    border-radius: 22px;
    font-size: 16px;
    margin-bottom: 1.4rem;
    height: 14px;
}

a {
    text-decoration: none;
}


.floatindwhatsapp2 {
    margin-bottom: 3rem;
    width: 17.1875rem;
    /*width: 60%;*/
    height: 3rem;
    position: fixed;
    border-radius: 1.5rem;
    border-top-left-radius: 0;
    background-color: #8ef027;
    display: flex;
    scale: 1.25;
    transform: translate(-1.3rem);
    align-items: center;
    right: 4rem;
    /*margin-right: 3.125rem;*/
    cursor: pointer;
    transition: 500ms;
    z-index: 1000;
    bottom: 5rem;
}

@media screen and (max-width: 400px) {
    .floatindwhatsapp2 {
        width: 16.1875rem;
        right: 3rem;
        max-width: 60vw;
        margin-top: calc(100vh - 10rem);
        bottom: 5rem;
    }

    .floatindwhatsapp__text {
        font-size: 12px !important;
        padding-right: 3rem !important;
    }

    .modal-header.contatos {
        font-size: 16px;
    }

    .modal-content {
        width: 70%;
        min-width: auto !important;
    }
}

@media screen and (max-width: 460px) {
    .modal-header.contatos {
        font-size: 16px;
    }
}
@media screen and (max-width: 720px) {

    .close {
        top: 12px;
        right: 12px;
        font-size: 22px;
        width: 20px;
        height: 20px;
    }

    .modal-content {
        width: 70%;
        min-width: 21rem;
        max-height: 70%;
    }

    .modal-content .modal-header {
        padding-top: 2rem;
        padding-bottom: 1rem;
        font-size: 18px;
    }
    #contactForm {
        padding: 3rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #contactForm input {
        margin-bottom: 1rem;
    }

    .whatsapp-option {
        font-size: 16px;
    }

    .whatsapp-options {
        padding: 2rem;
        padding-bottom: 1rem;
        gap: 1rem;
        paddding-top: 1rem;
    }

    .modal-header.contatos {
        font-size: 15px;
    }

    .modal-header.contatos h2 {
        font-size: 18px;
    }

}

@media screen and (max-height: 800px) and (max-width: 720px) {
    .modal-content {
        width: 70%;
    }
}

@media screen and (max-height: 800px) {
    .modal-content {
        bottom: 6rem;
        max-height: 87%;
    }

    .floatindwhatsapp {
        bottom: 4rem;
    }

    .floatindwhatsapp2 {
        bottom: 2rem;
    }
}

@media screen and (min-width: 660px) {
    .floatindwhatsapp2 {
        width: 17.1875rem;
    }
}


.floatindwhatsapp__text {
    font-family: MullerBold, sans-serif;
    font-size: 0.875rem;
    color: #003059;
    margin-left: 1.375rem;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 4.45rem;
    position: relative;
    text-align: right;
    direction: rtl;
    overflow: hidden;
    white-space: nowrap;
}

.floatindwhatsapp__text::after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 100%;
    right: 0;
}

.floatindwhatsapp__icon {
    width: 3rem;
    height: 3rem;
    background-size: 1.7rem 1.7rem;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 100;
    position: absolute;
    right: 0;
    bottom: 0;
}

/* Seleção de cursos */

.selectcourses {
    display: flex;
    width: 25.5625rem;
    /*height: 13.6875rem;*/
    position: absolute;
    top: 0;
    margin-top: 3.75rem;
    transform: translateX(-25%);
    z-index: 3;
}

.selectcourses__links {
    padding: 0.09375rem;
    width: calc(25.5625rem / 2);
    background-color: white;
    border-radius: 0.75rem 0 0 0.75rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    overflow-y: auto;
}

.selectcourses__links::-webkit-scrollbar, .searchbox__body::-webkit-scrollbar {
    width: 5px;
}

.selectcourses__links::-webkit-scrollbar-thumb, .searchbox__body::-webkit-scrollbar-thumb {
    background-color: #00A2FF;
    border-radius: 5px;
}

.selectcourses__links::-webkit-scrollbar-track, .searchbox__body::-webkit-scrollbar-track {
    background-color: transparent;
}


.selectcourses__link {
    color: #00315C;
    margin-left: 1.875rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    text-decoration: none;
    padding: 0.5313rem 0;
    flex-shrink: 0;
}

.selectcourses__links .selectcourses__link:first-child {
    margin-top: 1rem;
}

.selectcourses__links .selectcourses__link:last-of-type {
    margin-bottom: 1rem;
}

.selectcourses__link:hover {
    color: #D70A84;
}


.selectcourses__images {
    width: 12.75rem;
    background-size: cover;
    background-position: 50%;
    border-radius: 0 0.75rem 0.75rem 0;
}

/* Bar modal */


.barmodal {
    background-color: #003059;
    color: white;
    width: 100vw;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 3.75rem;
    z-index: 100;
    max-height: calc(100vh - 3.75rem);
    overflow-y: auto;
}

.barmodal.margin-top-relogio {
    margin-top: calc(3.75rem + 177px);

}
@media screen and (max-width: 721px) {
    .barmodal.margin-top-relogio {
        max-height: calc(100vh - 222px);
    }
}

.barmodal__principal, .barmodal__about, .barmodal__login, .barmodal__other {
    display: flex;
    flex-direction: column;
    margin-left: 2.5rem;
}

.barmodal__principal {
    margin-top: 2.5625rem;
}

.barmodal__principal--title, .barmodal__about--title, .barmodal__other--title {
    font-family: 'Inter', sans-serif;
    font-size: .875rem;
    font-weight: 500;
    color: #00A2FF;
    text-decoration: none;
    margin-bottom: .4688rem;
}

.barmodal__principal--menu_text, .barmodal__about--menu_text {
    font-family: 'Inter', sans-serif;
    font-size: .9375rem;
    font-weight: 700;
    color: white;
    text-decoration: none;
    padding: .4688rem 0;
}

.barmodal__about, .barmodal__login, .barmodal__other {
    margin-top: 2.25rem;
}

.barmodal__login--link {
    color: #00A2FF;
    font-family: 'Inter', sans-serif;
    font-size: .9375rem;
    font-weight: 700;
    text-decoration: none;
}

.barmodal__other--menu {
    font-family: 'Inter', sans-serif;
    font-size: .875rem;
    font-weight: 500;
    padding: .4063rem;
    color: rgba(255, 255, 255);
    text-decoration: none;
}

.barmodal__about--menu {
    text-decoration: none;
}

.barmodal__other > a:last-child {
    margin-bottom: 3rem;
}


/* Emptyspace */


.emptyspace1 {
    height: 0;
}

.emptyspace1.margin-top-relogio {
    height: 0;
    margin-top: 0;
}


/* Cards Azuis */


.bluecard--cards_card {
    width: 21.125rem;
    height: 19rem;
    background-color: #00A2FF;
    border: 0.0625rem solid #003059;
    border-radius: 0.625rem;
    box-shadow: -0.3125rem 0.3125rem #003059;
    transition: 300ms;
}

.bluecard--cards_card:hover {
    box-shadow: none;
}

.bluecard--cards_card-cabecalho {
    width: 100%;
    height: 1.2937rem;
    border-bottom: 0.0625rem solid #003059;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bluecard--cards_card-cabecalho__left {
    display: flex;
    width: 1.75rem;
    margin-left: 0.875rem;
    justify-content: space-between;
}

.bluecard--cards_card-cabecalho__left--icons {
    width: 0.375rem;
    height: 0.375rem;
    background-color: white;
    border-radius: 0.1875rem;
}

.bluecard--cards_card-cabecalho__right {
    width: 0.875rem;
    margin-right: 0.5625rem;
    display: flex;
    align-items: center;
}

.bluecard--cards_card-cabecalho__right--icon1 {
    width: 0.3125rem;
    height: 0.125rem;
    background-color: white;
}

.bluecard--cards_card-cabecalho__right--icon2 {
    width: 0.375rem;
    height: 0.375rem;
    background-color: white;
    margin-left: 0.1875rem;
}

.bluecard--cards_card-corpo {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
}


/* Destaque noticia */
.news__destaque {
    background-color: #003059;
    border-radius: 1.5625rem;
    max-width: 21.25rem;
    min-height: 32.625rem;
    position: relative;
}

.news__destaque--imagem {
    width: 21.25rem;
    height: 14.3125rem;
}

.news__destaque--imagem_img {
    width: 21.25rem;
    height: 14.3125rem;
    object-fit: cover;
    border-radius: 1.5625rem 1.5625rem 0 0;
}

.news__destaque--description {
    display: flex;
    flex-direction: column;
    width: 18.0625rem;
    margin: 0 auto;
}

.news__destaque--description_date {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: .875rem;
    color: #00A2FF;
    margin-top: 2.3125rem;
}

.news__destaque--description_title {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin-top: .5625rem;
    line-height: 1.4;
    max-width: 98%;
    max-height: 3.3rem;
    overflow: hidden;
}

.news__destaque--description_title a {
    color: white;
    text-decoration: none;
}

.news__destaque--description_text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: white;
    margin-top: .625rem;
    line-height: 1.5;
    max-height: 4.3rem;
    overflow: hidden;
}

.news__destaque--description_button {
    font-family: 'Inter', sans-serif;
    font-size: .875rem;
    font-weight: 700;
    color: white;
    width: 6.875rem;
    height: 2.5rem;
    border: none;
    background-color: #00A2FF;
    border-radius: .625rem;
    margin-top: 2.5625rem;
    cursor: pointer;
    position: absolute;
}


/* Componente de noticias */

.cardnews {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 21.25rem;
    border-radius: 1.5625rem;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
    position: relative;
}

.cardnews__image {
    width: 21.25rem;
    height: 14.125rem;
}

.cardnews__image--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.5625rem 1.5625rem 0 0;
}

.cardnews__description {
    width: 18.125rem;
    min-height: 17.125rem;
}

.cardnews__description--data {
    font-family: 'Roboto', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    color: #00A2FF;
    margin-top: 1.2rem;
}

.cardnews__description--title {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #003059;
    margin-top: 0.625rem;
    line-height: 1.4;
    overflow: hidden;
    max-height: 4.2rem; /* Linha de altura 1.4 x 2 + um pouco de espaço extra */
    text-decoration: none;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limita o texto a 2 linhas */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}


.cardnews__description--title a {
    color: #003059;
    text-decoration: none;
}

.cardnews__description--text {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #003059;
    margin-top: .625rem;
    line-height: 1.5;
    max-height: 4.5rem;
    overflow: hidden;
}

.cardnews__description--button {
    font-family: 'Inter', sans-serif;
    font-size: .875rem;
    font-weight: 700;
    color: white;
    margin-top: 1.5625rem;
    width: 6.875rem;
    height: 2.5rem;
    border: none;
    margin-bottom: 2.563rem;
    border-radius: .625rem;
    background-color: #003059;
    cursor: pointer;
    position: absolute;
    bottom: 0;
}

.cardnews__description--button:hover {
    background-color: #00A2FF;
}

/* Componente de opção de curso */

.cardoption1 {
    background-color: #003059;
    border-radius: 1.25rem;
    border: 1px solid rgb(0, 162, 255, 0.3);
    width: 21rem;
    min-height: 11.875rem;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cardoption1:hover {
    border-color: #00A2FF;
}

.cardoption1__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cardoption1__header--title {
    font-family: 'Inter', sans-serif;
    color: white;
    font-size: 1rem;
    font-weight: 700;
    margin-left: 1rem;
    padding-top: 1.25rem;
    line-height: 1.375;
    max-width: 250px;
    overflow: hidden;
    text-decoration: none;
}

.cardoption1__header--like {
    width: 1rem;
    height: 1rem;
    margin-right: .3125rem;
    background-image: url(../img/site/opcoesCurso/favoritos.webp);
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    padding: 23px 22px;
}

.cardoption1__header--liked {
    background-image: url(../img/site/opcoesCurso/liked.webp);
}


.cardoption1__body {
    display: flex;
    width: calc(100% - 3.125rem);
    gap: 3rem;
    margin-left: .625rem;
}

.cardoption1__body--left {
    display: flex;
    flex-direction: column;
    margin-top: 1.25rem;
    gap: .75rem;
    padding-bottom: 1rem;
}

.cardoption1__body--left_box {
    display: flex;
    gap: .3125rem;
}

.cardoption1__body--left_box-icon {
    width: 1rem;
    height: 1rem;
    min-width: 16px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.cardoption1Icon1 {
    background-image: url(../img/site/opcoesCurso/licence.webp);
}

.cardoption1Icon2 {
    background-image: url(../img/site/opcoesCurso/clock.webp);
}

.cardoption1Icon3 {
    background-image: url(../img/site/opcoesCurso/card.webp);
}

.cardoption1Icon4 {
    background-image: url(../img/site/info-cursos/calendaricon.webp);
}

.cardoption1__body--left_box-element {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: white;
    font-weight: 400;
    text-wrap: nowrap;
}

.cardoption1__body--right {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 1.8125rem;
    margin-right: 1.625rem;
}

.cardoption1__body--right-bonus {
    display: none;
}

.cardoption1__body--right-more {
    background-color: #8EF027;
    border: none;
    border-radius: 1.25rem;
    color: #003059;
    font-size: .875rem;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    height: 2.4375rem;
    width: 7rem;
    cursor: pointer;
}

/* Componente de opção de curso */

.cardoption2 {
    background-color: #003059;
    border-radius: 1.25rem;
    border: 1px solid rgb(0, 162, 255, 0.3);
    width: 21rem;
    height: 11.875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cardoption2__header {
    width: calc(100% - 1.875rem);
    display: flex;
    justify-content: space-between;
    margin-top: 1.4375rem;
    align-items: flex-start;
height: fit-content;
    }

.cardoption2__header--title {
    font-family: 'Inter', sans-serif;
    color: white;
    font-size: 1rem;
    font-weight: 700;
    margin-left: 1.25rem;

    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    line-height: 1.2rem;
    min-height: 3.6rem; /* Three lines' worth of text (1.5rem * 3) */
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit to three lines */
    -webkit-box-orient: vertical;
    transition: -webkit-line-clamp 0.3s ease; /* Smooth transition for line clamp */
}

.cardoption2__header--title:hover{
            font-family: 'Inter', sans-serif;
            color: white;
            font-size: 1rem;
            font-weight: 700;
            margin-left: 1.25rem;
            /*white-space: nowrap;*/
            overflow: inherit;
            text-overflow: ellipsis;
            max-width: 150px;
            line-height: 1.2rem;
            min-height: 3.6rem;
            /* Three lines' worth of text (1.5rem * 3) */
            display: inherit;
            -webkit-line-clamp: none;
            /* Limit to three lines */
            -webkit-box-orient: inherit;
            transition: -webkit-line-clamp 0.3s ease;
            /* Smooth transition for line clamp */
        }

            .cardoption2:hover .cardoption2__header--title {
    -webkit-line-clamp: none; /* Expand on hover, no line limit */
}

/* Tentativa gradient */

/*.cardoption2__header--title::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background-image: linear-gradient(to right top, transparent, #003053);*/
/*    opacity: 1; !* Initially invisible *!*/
/*    transition: opacity 0.3s ease; !* Smooth opacity transition *!*/
/*    pointer-events: none; !* Allow hovering through this element *!*/
/*}*/

/*.cardoption2:hover .cardoption2__header--title::before {*/
/*    opacity: 0; !* Show the gradient when hovered *!*/
/*}*/

.cardoption2__header--like {
    width: 1rem;
    height: 1rem;
    padding: 0 1.25rem 1.25rem 1.25rem;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: .3125rem;
    background-image: url(../img/site/opcoesCurso/favoritos.webp);
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: 50% 0;
    cursor: pointer;
}

.cardoption2__body {
    display: flex;
    width: calc(100% - 3.125rem);
    gap: 3rem;
    margin-left: .625rem;
position: relative;
    }

        .cardoption2__body::before {
            content: "";
            position: absolute;
            top: 2px;
            left: 0;
            width: 100%;
            height: 10px;
            box-shadow: 0 -10px 32px 10px rgba(0, 48, 89, 0.9);
        }

.cardoption2__body--left {
    display: flex;
    flex-direction: column;
    margin-top: 1.25rem;
    gap: .75rem;
}

.cardoption2__body--left_box {
    display: flex;
    gap: .3125rem;
}

.cardoption2__body--left_box-icon {
    width: 1rem;
    height: 1rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.cardoption2Icon1 {
    background-image: url(../img/site/opcoesCurso/licence.webp);
}

.cardoption2Icon2 {
    background-image: url(../img/site/opcoesCurso/clock.webp);
}

.cardoption2Icon3 {
    background-image: url(../img/site/opcoesCurso/card.webp);
}

.cardoption2Icon4 {
    background-image: url(../img/site/info-cursos/calendaricon.webp);
}

.cardoption2__body--left_box-element {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: white;
    font-weight: 400;
}

.cardoption2__body--right {
    margin-top: 3.75rem;
}

.cardoption2__body--right-bonus {
    display: none;
}

.cardoption2__body--right-more {
    background-color: #8EF027;
    border: none;
    border-radius: 1.25rem;
    color: #003059;
    font-size: .875rem;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    height: 2.4375rem;
    width: 7rem;
    cursor: pointer;
}

.cardoption2__header--liked {
    background-image: url(../img/site/opcoesCurso/liked.webp);
}


/* Bluecard link */
.cardspace--cards_card {
    width: 19.5625rem;
    height: 15.5rem;
    background-color: #00A2FF;
    border: 0.0625rem solid #003059;
    border-radius: 0.625rem;
    box-shadow: -0.3125rem 0.3125rem #003059;
    transition: 300ms;
}

.cardspace--cards_card:hover {
    box-shadow: none;
}

.cardspace--cards_card-cabecalho {
    width: 100%;
    height: 1.2937rem;
    border-bottom: 0.0625rem solid #003059;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cardspace--cards_card-cabecalho__left {
    display: flex;
    width: 1.75rem;
    margin-left: 0.875rem;
    justify-content: space-between;
}

.cardspace--cards_card-cabecalho__left--icons {
    width: 0.375rem;
    height: 0.375rem;
    background-color: white;
    border-radius: 0.1875rem;
}

.cardspace--cards_card-cabecalho__right {
    width: 0.875rem;
    margin-right: 0.5625rem;
    display: flex;
    align-items: center;
}

.cardspace--cards_card-cabecalho__right--icon1 {
    width: 0.3125rem;
    height: 0.125rem;
    background-color: white;
}

.cardspace--cards_card-cabecalho__right--icon2 {
    width: 0.375rem;
    height: 0.375rem;
    background-color: white;
    margin-left: 0.1875rem;
}

.cardspace--cards_card-corpo {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cardspace--cards_card-corpo__description {
    margin-top: 1.7813rem;
    width: 19.5rem;
    height: 5.8125rem;
    color: white;
    font-size: 1.125rem;
    font-family: 'Inter', sans-serif;
    text-align: center;
    line-height: 1.75rem;
}

.cardspace--cards_card-corpo__link {
    color: white;
    text-decoration: none;
    width: 7.25rem;
    height: 2rem;
    border-radius: 1.25rem;
    border: 0.0625rem solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.cardspace--cards_card-corpo__link--img {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.8125rem;
}


/* Componente de testimonials */
.componentestimonial {
    border: 0.0625rem solid #003059;
    box-shadow: -0.3125rem 0.3125rem #003059;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    width: 21.9375rem;
    margin: 0 auto;
    margin-top: 1.875rem;
}

.componentestimonial__picture {
    display: inline-block;
    margin-top: 0;
}

.componentestimonial__picture--pic {
    margin-left: 1.875rem;
    margin-top: 1.875rem;
}

.componentestimonial__picture--pic_img {
    width: 5.4375rem;
    height: 5.4375rem;
}

.componentestimonial__picture--testimonial_text {
    color: #003059;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-left: 1.3125rem;
    position: absolute;
    margin-top: 2.1875rem;
    max-width: 85%;
    text-align: justify;
    line-height: 1.5;
}

.componentestimonial__data {
    margin-top: -5.125rem;
    margin-left: 8.5rem;
    margin-bottom: 11.125rem;
}

.componentestimonial__data--name {
    color: #00A2FF;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    margin-top: 0;
}

.componentestimonial__data--course {
    color: #003059;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 10px;
}

/* Footer */

.footer {
    background-color: #003059;
    margin-top: 6.25rem;
    background-image: url('../img/site/bgfooter.webp');
    background-size: 23.4375rem 20.5rem;
    background-repeat: no-repeat;
    position: relative;
    background-position: 50% 8.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 720px) {
    .footer {
        padding-top: 4rem;
        padding-bottom: 2rem;
    }
}

.footer__media {
    margin-top: 4.4375rem;
    display: flex;
    gap: 4.2625rem;
}

.footer__media--logo {
    width: 5.9256rem;
    height: 1.6587rem;
    background-image: url('../img/site/logoFooterMobile.webp');
    background-size: 100%;
    background-repeat: no-repeat;
}

.footer__media--social {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: .625rem;
    width: 9.6875rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.8125rem;
}

.footer__media--social_link-icon1, .footer__media--social_link-icon2, .footer__media--social_link-icon3 {
    width: 1.25rem;
    height: 1.25rem;
    background-size: 100%;
    background-repeat: no-repeat;
}

.footer__media--social_link-icon1 {
    background-image: url(../img/site/icons/linkedinicon.webp);
}

.footer__media--social_link-icon2 {
    background-image: url(../img/site/icons/instagramicon.webp);
}

.footer__media--social_link-icon3 {
    background-image: url(../img/site/icons/facebookicon.webp);
}

.footer__mobileform {
    width: 100vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__mobileform--title {
    margin-top: 3.0625rem;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: white;
    margin-bottom: .875rem;
}

.footer__mobileform--input {
    border: 1px solid #00A2FF;
    border-radius: 12px;
    width: calc(18.75rem - 2.5rem);
    padding: 0 1.25rem;
    height: 3.125rem;
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    color: white;
    margin-top: .5938rem;
    outline: none;
}

.footer__mobileform--input::placeholder {
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    color: white;
}

.footer__mobileform--button {
    height: 2.4375rem;
    width: 18.75rem;
    background-color: #00A2FF;
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: .875rem;
    font-weight: 500;
    border: none;
    border-radius: 1.25rem;
    margin-top: 1rem;
}

.footer__contact {
    width: 18.75rem;
}

.footer__contact--firstContainer {
    display: flex;
    margin-top: 3.0625rem;
    gap: .25rem;
}

.footer__contact--firstContainer_left {
    color: white;
    min-width: 66%;
}

.footer__contact--firstContainer_left-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: .9375rem;
    margin-top: 3.0625rem;
}

.footer__contact--firstContainer_left-secondtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: .9375rem;
    margin-top: 1.1875rem;
}

.footer__contact--firstContainer .footer__contact--firstContainer_left:first-child .footer__contact--firstContainer_left-title:first-child {
    margin-top: 0;
}

.footer__contact--firstContainer_left-number {
    margin-top: 1.1875rem;
    display: flex;
    gap: .875rem;
}

.footer__contact--firstContainer_left-number__icon {
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
}

.whatsappIconFooter {
    background-image: url(../img/site/icons/whatsappwhiteIcon.webp);
}

.telefoneIconFooter {
    background-image: url(../img/site/icons/phonewhiteicon.webp);
}

.emailIconFooter {
    background-image: url(../img/site/icons/EmailIcon.webp);
}

.localizacaoIconFooter {
    background-image: url(../img/site/icons/LocationIcon.webp);
}

.certificadoIconFooter {
    background-image: url(../img/site/icons/DocumentIcon.webp);
}

.footer__contact--firstContainer_left-number__number {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: .9375rem;
}

.footer__contact--firstContainer_left-number__ddd {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: .75rem;
}

.footer__contact--firstContainer_right {
    width: 5.8125rem;
    height: 2.125rem;
    background-image: url(../img/site/footer-img2.webp);
    background-size: 100%;
    background-position: 50%;
}


.footer_containers {
    display: flex;
    flex-direction: column;
}

.footer__containers--left {
    display: flex;
    flex-direction: column;
}

.footer_containers {
    margin-bottom: 5rem;
}

.footer__containers--left_title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: .9375rem;
    margin-top: 3.0625rem;
    margin-bottom: .3125rem;
    color: white;
}

.footer__containers--left_link, .footer__containers--left_link a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: .9375rem;
    color: white;
    text-decoration: none;
    margin-top: 1.2rem;
}


.footer__contact a {
    text-decoration: none;
}

.footer__contact--firstContainer_left-number a {
    color: white;
}

.footer__contact--firstContainer.hiddend p {
    color: white;
}

.footer__contact--firstContainer_left.hiddend p {
    color: white;
}

.whatsapp__link {
    text-decoration: none;
}

.swal2-icon {
    justify-self: center !important;
    margin-top: 3rem !important;
}

/* PARTE DE TESTEMUNHOS */
.testimonials {
    display: none;
}


.testimonialsmobile {
    display: block;
    width: 100vw;
}

.testimonialsmobile__title {
    width: 20.625rem;
    margin: 0 auto;
    margin-top: 2.625rem;
}

.testimonialsmobile__title--text {
    font-size: 1.5625rem;
    font-family: MullerExtrabold, sans-serif;
    text-align: center;
    color: #00315C;
}

.testimonialsmobile__cards {
    margin-top: 1.25rem;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

.testimonialsmobile__cards--card {
    border: 0.0625rem solid #003059;
    width: 22.0625rem;
    min-height: 18.125rem;
    margin-left: 0.3125rem;
    box-shadow: -0.3125rem 0.3125rem #003059;
    border-radius: 0.9375rem;
}

.testimonialsmobile__cards--card_profile {
    display: flex;
    gap: 1.1875rem;
}

.testimonialsmobile__cards--card_profile-pic {
    width: 5.5625rem;
    height: 5.5625rem;
    margin-top: 1.875rem;
    margin-left: 1.75rem;
}

.testimonialsmobile__cards--card_profile-pic__picture {
    width: 100%;
    height: 100%;
}


/*.testimonialsmobile__cards--card_profile-info{

        }*/
.testimonialsmobile__cards--card_profile-info__name {
    margin-top: 2.4375rem;
    color: #00A2FF;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.75;
}

.testimonialsmobile__cards--card_profile-info__position {
    margin-top: 0.6875rem;
    color: #003059;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    max-width: 12.5rem;
    line-height: 1.43;
}

.testimonialsmobile__cards--card_testimonial {
    width: 17.9375rem;
    margin: 0 auto;
    margin-top: 1.75rem;
}

.testimonialsmobile__cards--card_testimonial-text {
    color: #003059;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 1.4375;
    padding-bottom: 2rem;
}

/* SEM NOTICIA */

.sem_noticia {
    max-width: 44.625rem;
    width: 19.6875rem;
    display: flex;
}

.sem_noticia_unity_card {
    background-color: #003059;
    border-radius: 1.25rem;
    border: 1px solid rgb(0, 162, 255, 0.3);
    width: 21.25rem;
    height: 15.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sem_noticia_unity_card_text {
    margin-left: 2rem;
    color: #00a2ff;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 700;
}

.margin_negativo_mobile {
    margin-bottom: -6.25rem;
}

.cookies {
    width: 100vw;
    height: fit-content;
    padding-top: 1.4375rem;
    padding-bottom: 1.4375rem;
    background-color: #002B50;
    position: fixed;
    bottom: 0;
    margin-bottom: 1rem;
    left: 0;
    z-index: 150;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookies__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 87vw;
}

.cookies__container p {
    font-family: 'Roboto', sans-serif;
    font-size: .875rem;
    color: white;
    line-height: 1.25;
    font-weight: 500;
    text-align: justify;
}

.cookies__container p a {
    font-family: 'Roboto', sans-serif;
    font-size: .875rem;
    color: white;
    line-height: 1.25;
    font-weight: 500;
    text-align: justify;
    text-decoration: underline;
}

.cookies__container div button {
    width: 9.25rem;
    height: 3.4375rem;
    background-color: #00A2FF;
    border: none;
    border-radius: 10px;
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: .875rem;
    font-weight: 500;
    cursor: pointer;
    margin-top: .75rem;
}

@media screen and (min-width: 350px) {
    html {
        font-size: 14px;
    }
}

@media screen and (min-width: 369px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 720px) {

    /* Geral */
    html {
        font-size: 10px;
        scroll-behavior: smooth;
    }

    body {
        overflow-x: hidden;
    }

    .hiddend {
        display: none;
    }

    .hiddenm {
        display: inherit;
    }

    .emptyspace1 {
        height: 31px;
        display: block;
        position: relative;
    }

    .emptyspace1.margin-top-relogio {
        height: 81px;
        display: block;
        position: relative;
        margin-top: 0;
    }


    /* HEADER */
    .header {
        height: 90px;
    }

    .header__logo {
        width: 147px;
        height: auto;
        padding: 0 1.75rem;
    }

    .header__links {
        display: flex;
        width: 40rem;
        align-items: center;
        justify-content: space-between;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .navbar-simples .header__links {
        width: auto;
    }

    .header__links--choose {
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 1.5625rem;
        color: white;
        padding: .9rem 1.25rem;
        display: flex;
        align-items: center;
        gap: 1.5rem;
        cursor: pointer;
        font-family: 'Inter', sans-serif;
        font-size: .9375rem;
        font-weight: 700;
    }

    .header__links--choose_icon {
        width: 0.5rem;
        height: .5rem;
        background-size: .5rem;
        background-repeat: no-repeat;
        background-position: 50%;
    }

    .header__links--border {
        width: 9.3125rem;
        height: 2.875rem;
        border-radius: .9375rem;
        padding: .4375rem .4063rem;
    }

    .header__links--border:hover {
        background-color: rgba(142, 240, 39, 0.3);
    }

    .header__links--border_button {
        width: 9.3125rem;
        height: 2.875rem;
        border-radius: .625rem;
        cursor: pointer;
        color: #003059;
        font-family: 'Inter', sans-serif;
        font-size: .875rem;
        font-weight: 700;
    }

    .header__links--magnifying_img {
        width: 1rem;
        height: 1rem;
        background-repeat: no-repeat;
        background-size: 1rem;
        background-position: 50%;
        padding: 1.375rem .625rem 1.375rem 1.25rem;
    }

    .header__links--login {
        color: white;
        font-family: 'Inter', sans-serif;
        font-size: .9375rem;
        font-weight: 700;
    }

    .header__links--login:hover {
        color: #00A2FF;
    }

    .header__links--bars_icon1 {
        width: 1.25rem;
        background-size: 1.25rem;
        padding: 1.25rem 1.875rem 1.25rem .625rem;
        margin-right: 2rem;
    }

    .header__links--bars_icon2 {
        width: 1.25rem;
        height: .8313rem;
        background-size: 1.25rem;
        padding: 1.25rem 1.875rem 1.25rem .625rem;
        margin-right: 2rem;
    }


    /* Desktop Searchbar */
    .desktopsearch {
        width: 28.75rem;
        height: 3.4375rem;
        display: flex;
        background-color: #053F72;
        border: 1px solid rgba(0, 162, 255, 0.3);
        border-radius: .75rem;
    }

    .desktopsearch__textarea {
        flex: 1;
        padding-left: .9063rem;
        border-radius: .75rem 0 0 .75rem;
        background-color: #053F72;
        border: none;
        outline: none;
        color: white;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: .9375rem;
    }

    .desktopsearch__textarea::placeholder {
        color: white;
    }

    .desktopsearch__icon {
        width: 1.25rem;
        height: 1.25rem;
        padding: 1.0938rem .9375rem;
        cursor: pointer;
        background-size: 1.25rem;
        background-repeat: no-repeat;
        background-position: 50%;
        border-radius: 0 .75rem .75rem 0;
    }


    /* Searchbox */
    .searchbox {
        position: fixed;
        margin-top: 5.625rem;
        width: 35rem;
        height: 28rem;
        transform: translateX(-90%);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 2rem;
    }

    .searchbox.searchbox-index {
        margin-top: 5.625rem;
    }

    .searchbox.margin-top-relogio {
        margin-top: 9.5rem !important;
    }

    .searchbox.margin-top-relogio-index {
        margin-top: calc(7rem + 35px) !important;
    }

    .searchbox__body {
        height: 93%;
        padding-top: 1rem !important;
    }


    /* Bar modal */
    .barmodal {
        background-color: white;
        width: 18.25rem;
        height: auto;
        overflow: hidden;
        right: 0;
        left: 100%;
        transform: translateX(-105%);
        border-radius: 12px;
        margin-top: 3.75rem;

    }

    .barmodal__about--menu {
        display: flex;
        align-items: center;
        gap: .25rem;
        text-decoration: none;
    }

    .barmodal__about--menu_img {
        width: 1.25rem;
        height: 1.25rem;
    }

    .barmodal__principal--menu_text, .barmodal__about--menu_text {
        color: #00315C;
    }

    .barmodal__principal--menu_text:hover, .barmodal__about--menu_text:hover {
        color: #00A2FF;
    }

    .barmodal__other--menu {
        color: #003059;
    }

    .barmodal__other--menu:hover{
        color: #00A2FF;
    }

    .barmodal__other > a:last-child {
        margin-bottom: 2.1875rem;
    }

    .withimg {
        display: flex;
        width: 90%;
        justify-content: space-between;
    }

    .barmodal__other--menu--img {
        width: 1rem;
        height: 1rem;
    }


    /* Bluecard */
    .bluecard--cards_card {
        width: 56.5rem;
        height: 24.5625rem;
    }

    /* Componente de destaque de noticias */
    .sem_noticia {
        max-width: 44.625rem;
        width: 44.625rem;
        display: flex;
    }

    .news__destaque {
        max-width: 44.625rem;
        width: 44.625rem;
        height: 32.4375rem;
        background-color: white;
        display: flex;
    }

    .news__destaque--imagem {
        width: 17.25rem;
        height: 32.4375rem;
    }

    .news__destaque--imagem_img {
        width: 100%;
        height: 101%;
        max-height: 32.7rem;
        object-fit: cover;
        object-position: 40%;
        border-radius: 1.5625rem 0 0 1.5625rem;
    }

    .news__destaque--description_date {
        margin-top: 5.8125rem;
    }

    .news__destaque--description {
        position: relative;
    }

    .news__destaque--description_title {
        color: #003059;
        font-size: 1.5625rem;
        max-height: 6.8rem;
        overflow: hidden;
    }

    .news__destaque--description_title a {
        color: #003059;
        text-decoration: none;
    }

    .news__destaque--description_text {
        color: #003059;
        max-height: 4.5rem;
        overflow: hidden;
    }

    .news__destaque--description_button {
        width: 15.75rem;
        height: 3.6875rem;
        margin: 0;
    }

    .news__destaque--description_button-border {
        width: 15.75rem;
        height: 3.6875rem;
        padding: .4375rem .4063rem;
        margin-top: calc(3.25rem - .4375rem);
        position: absolute;
        bottom: 0;
        margin-bottom: 6rem;
    }

    .news__destaque--description_button-border:hover {
        background-color: rgba(0, 162, 255, 0.3);
        border-radius: .9375rem;
    }

    /* Componente opção de curso */
    .cardoption1 {
        width: 50.6875rem;
        height: 7.6875rem;
        min-height: auto;
    }

    .cardoption1__body {
        justify-content: space-between;

    }

    .cardoption1__body--left {
        flex-direction: row;
        margin-top: 1.5625rem;
        gap: 1.25rem;
    }

    .cardoption1Icon1 {
        background-image: url(../img/site/opcoesCurso/licence.webp);
    }

    .cardoption1Icon2 {
        background-image: url(../img/site/opcoesCurso/clock.webp);
    }

    .cardoption1Icon3 {
        background-image: url(../img/site/opcoesCurso/card.webp);
    }

    .cardoption1Icon4 {
        background-image: url(../img/site/info-cursos/calendaricon.webp);
    }

    .cardoption1__body--left_box-element {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: white;
        font-weight: 400;
    }

    .cardoption1__body--right {
        margin-top: .9375rem;
    }

    .cardoption1__body--right-bonus {
        display: none;
    }

    .cardoption1__body--right-more {
        background-color: #8EF027;
        border: none;
        border-radius: 1.25rem;
        color: #003059;
        font-size: .875rem;
        font-weight: 500;
        font-family: 'Inter', sans-serif;
        height: 2.4375rem;
        width: 7rem;
        cursor: pointer;
    }

    /* Componente opção de curso */
    .cardoption2 {
        width: 16.25rem;
        min-height: 16.25rem;
        height: auto;
    }

    .cardoption2__body {
        flex-direction: column;
    }

    .cardoption2Icon1 {
        background-image: url(../img/site/opcoesCurso/licence.webp);
    }

    .cardoption2Icon2 {
        background-image: url(../img/site/opcoesCurso/clock.webp);
    }

    .cardoption2Icon3 {
        background-image: url(../img/site/opcoesCurso/card.webp);
    }

    .cardoption2__body--right {
        display: flex;
        margin-top: 0;
        gap: .625rem;
        padding-bottom: 2.625rem;
        justify-content: flex-end;
    }

    .cardoption2__body--right-bonus {
        display: none;
        justify-content: center;
        align-items: center;
        border: 1px solid rgb(0, 162, 255, 0.3);
        border-radius: 1.25rem;
        min-width: 5.5625rem;
        min-height: 2.25rem;
        flex-grow: inherit;
        color: white;
        font-size: .875rem;
        font-weight: 500;
        font-family: 'Inter', sans-serif;
    }

    .emAlta {
        border-color: #D70A84;
        color: #D70A84;
    }

    .economize {
        border-color: #FFCE00;
        color: #FFCE00;
    }

    .acelerada {
        border-color: #8EF027;
        color: #8EF027;
    }


    /* Footer */
    .footer {
        max-width: 100vw;
        overflow: hidden;
        display: flex;
        background-position: 1.8375rem 4.1875rem;
        background-size: 31.3125rem 27.5rem;
    }

    .footer__contact {
        width: 100vw;
    }

    .footer_containers {
        display: flex;
        width: 80vw;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 auto;
    }

    .footer__containers--left {
        flex-wrap: wrap;
    }

    .footer__containers--left_itemDesktop1 {
        background-image: url(../img/site/footer-img1-resize.webp);
        width: 10.87rem;
        height: 3.0431rem;
        background-size: 100%;
        background-position: 50%;
        margin-top: 3.0625rem;
        background-repeat: no-repeat;
    }

    .footer__containers--left_itemDesktop2 {
        background-image: url(../img/site/footer-img2-resize.webp);
        width: 7.6406rem;
        height: 2.7956rem;
        background-size: 100%;
        background-position: 50%;
        margin-top: 3.5313rem;
        background-repeat: no-repeat;
    }

    .footer__containers--left_itemDesktop3 {
        background-image: url(../img/site/footer-img3.webp);
        width: calc(14.6875rem / 2);
        height: calc(21.125rem / 2);
        background-size: 100%;
        background-position: 50%;
        margin-top: 3.125rem;
        border-radius: 0.5rem;
        cursor: pointer;
        background-repeat: no-repeat;
    }

    .footer__media--social-d {
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: .625rem;
        width: 9.6875rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.8125rem;
        margin-top: 1.1875rem;
        margin-bottom: 4rem;
    }

    .footer__temp {
        display: block;
    }

    .cardspace--cards_card {
        width: 23.375rem;
        height: 15.5rem;
    }

    /* Component Testimonial */
    .componentestimonial {
        border: 0.0625rem solid #003059;
        box-shadow: -0.3125rem 0.3125rem #003059;
        border-radius: 1.25rem;
        max-width: 45vw;
        width: 45vw;
        height: fit-content;
        display: flex;
        flex-direction: column;
        margin-left: 0;
        margin-top: 0;
        position: relative;
    }

    .componentestimonial__picture {
        display: flex;
        margin-top: 3rem;
    }

    .componentestimonial__picture--pic {
        margin-left: 3.125rem;
        margin-top: 0;
    }

    .componentestimonial__picture--pic_img {
        width: 6.875rem;
        height: 6.875rem;
        border-radius: .625rem;
    }

    .componentestimonial__picture--testimonial_text {
        color: #003059;
        font-size: 1rem;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        margin-left: 1.3125rem;
        position: static;
        margin-top: 0;
        max-width: 17.9375rem;
        text-align: justify;
        margin-bottom: 9.375rem;
    }

    .componentestimonial__data {
        margin-left: 11.3125rem;
        margin-top: 0;
        margin-bottom: 3.125rem;
        position: absolute;
        bottom: 0;
    }

    .componentestimonial__data--name {
        margin-top: 1.75rem;
        color: #00A2FF;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 1.25rem;
    }

    .componentestimonial__data--course {
        margin-top: 0.625rem;
        color: #003059;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 1rem;
    }


    /* Modal de acessibilidade */
    .accessibility {
        width: 10.5rem;
        height: 12.5625rem;
        position: fixed;
        top: 0;
        display: flex;
        left: 0;
        margin-top: 20rem;
        z-index: 20;
        gap: 0.4375rem;
        margin-left: -7.8125rem;
        transition: 500ms;
    }

    .accessibility:hover {
        margin-left: 0;
    }

    .accessibility__left {
        width: 2.25rem;
        height: 2.25rem;
    }

    .accessibility__left--img {
        width: 2.25rem;
        height: 2.25rem;
        border-radius: 1.125rem;
        cursor: pointer;
    }

    .accessibility__right {
        display: flex;
        flex-direction: column;
        background-color: white;
        border-radius: 0 0.9375rem 0.9375rem 0;
        width: 7.8125rem;
        height: 12.5625rem;
        align-items: center;
    }

    .accessibility__right--title {
        font-family: 'Hanken Grotesk', sans-serif;
        font-size: 0.875rem;
        color: #003059;
        text-align: center;
        margin-top: 0.875rem;
    }

    .accessibility__right--border {
        width: 4.375rem;
        height: 0.125rem;
        background-color: #003059;
        margin-top: 0.875rem;
    }

    .accessibility__right--images {
        display: flex;
        justify-content: center;
        gap: .3125rem;
    }

    .accessibility__right--images_image {
        width: 1.5rem;
        height: 1.5rem;
        margin-top: 0.5rem;
        cursor: pointer;
    }


    .cardoption1__header {
        width: calc(100% - 1.875rem);
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .cardoption1__header--title {
        white-space: nowrap;
        max-width: 40.625rem;
    }

    .cardoption1__header--like {
        width: 1rem;
        height: 1rem;
        padding: 1rem;
        margin-right: -10px;
        margin-left: 2rem;
        background-image: url(../img/site/opcoesCurso/favoritos.webp);
        background-size: 1rem;
        background-repeat: no-repeat;
        background-position: 50%;
        cursor: pointer;
    }

    .cardoption1__header--liked {
        background-image: url(../img/site/opcoesCurso/liked.webp);
    }

    #closeButtonSearchBarDesktop {
        background-image: url(../img/site/geral/blueX.webp);
        width: 1rem;
        height: 1rem;
        background-size: 1rem;
        background-position: 50%;
        background-repeat: no-repeat;
        position: fixed;
        top: 0;
        right: 0;
        margin-top: 20px;
        padding: 1.25rem;
        cursor: pointer;
        display: block;
    }

    #closeButtonSearchBarDesktop2 {
        background-image: url(../img/site/geral/blueX.webp);
        width: 1rem;
        height: 1rem;
        background-size: 1rem;
        background-position: 50%;
        background-repeat: no-repeat;
        position: fixed;
        top: 0;
        right: 0;
        margin-top: 20px;
        padding: 1.25rem;
        cursor: pointer;
        display: block;
    }

    .footer__containers--left_title {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 0.875rem;
        margin-top: 1.92rem;
        margin-bottom: .3125rem;
        color: #00A2FF;
    }

    .testimonials {
        display: flex;
        flex-direction: column;
        width: 100vw;
        margin-top: 8.4375rem;
    }

    .testimonials__title {
        text-align: center;
        margin: 0 auto;
        font-size: 3.125rem;
        color: #003059;
        font-family: MullerExtrabold, sans-serif;
    }

    /*.testimonials__title--text{}*/
    .testimonials__cards {
        margin: 0 auto;
        margin-top: 3.0625rem;
    }

    .testimonials__cards--card {
        box-sizing: border-box;
        display: flex;
        border: 0.0625rem solid #003059;
        height: auto;
        border-radius: 0.9375rem;
        box-shadow: -0.3125rem 0.3125rem #003059;
        z-index: 1;
    }

    .testimonials__cards--card::after {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        content: "";
        background-color: transparent;
    }

    .testimonials__cards--card_profile {
        width: 6.875rem;
        height: 6.875rem;
        margin-top: 3.1875rem;
        margin-left: 3.1875rem;
    }

    .testimonials__cards--card_profile-pic {
        width: 100%;
        height: 100%;
        border-radius: .625rem;
    }


    .testimonials__cards--testimonial {
        max-width: 21.3125rem;
        margin-top: 3.1875rem;
        margin-left: 1.25rem;
    }

    .testimonials__cards--testimonial_text {
        color: #003059;
        font-size: 1rem;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        line-height: 1.5;
        margin-bottom: 7.8125rem;

    }

    .testimonials__cards--testimonial_name {
        margin-top: 0.75rem;
        color: #00A2FF;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 1.25rem;
        bottom: 0;
        position: absolute;
        padding-bottom: 5.6875rem;
    }

    .testimonials__cards--testimonial_position {
        margin-top: 0.625rem;
        color: #003059;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 1rem;
        bottom: 0;
        position: absolute;
        padding-bottom: 3.75rem;
    }

    .testimonials__pagination {
        margin-top: 1.25rem;
    }

    .testimonials__pagination {
        display: flex;
        justify-content: center;
        gap: 0.625rem;
        margin-top: 1.875rem;
    }

    .testimonials__pagination--icon {
        background-color: #D3D3D3;
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 0.25rem;
        cursor: pointer;
    }


    .testimonialsmobile {
        display: none;
    }

    .cookies {
        width: 100vw;
        height: fit-content;
        padding-top: 1.4375rem;
        padding-bottom: 1.4375rem;
        background-color: #002B50;
        position: fixed;
        bottom: 0;
        margin-bottom: 1rem;
        left: 0;
        z-index: 150;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cookies__container {
        display: flex;
        flex-direction: row;
        align-items: center;
        max-width: 87vw;
        gap: 3.125rem;
    }

    .cookies__container p {
        font-family: 'Roboto', sans-serif;
        font-size: .875rem;
        color: white;
        line-height: 1.25;
        font-weight: 500;
        max-width: 57rem;
    }

    .cookies__container div button {
        width: 9.25rem;
        height: 3.4375rem;
        background-color: #00A2FF;
        border: none;
        border-radius: 10px;
        color: white;
        font-family: 'Inter', sans-serif;
        font-size: .875rem;
        font-weight: 500;
        cursor: pointer;
        margin-top: 0;
    }

}


@media screen and (min-width: 1024px) {
    html {
        font-size: 12px;
    }
}

@media screen and (min-width: 1180px) {
    html {
        font-size: 16px;
    }
}

.margin-top-relogio {
    margin-top: 177px;
}
@media screen and (min-width: 720px) {
    .margin-top-relogio {
        margin-top: 51px;
    }

    .barmodal.margin-top-relogio {
        margin-top: calc(3.75rem + 78px);

    }
}
