@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sora:wght@100..800&display=swap');

:root {
    --bg-preto: #111111;
    --bg-preto-2: #3e3e3e;
    --bg-preto-3: #d9d9d9;
    --bg-preto-b: #8b8b8b;
    --bg-branco: #fff;
    --bg-cinza: #fafafa;
    --bg-vermelho: #f03e3c;
    --bg-header: #fcfcfc;
}
html {
    scroll-behavior: smooth;
}
.campus-bg,
body {
    background: #ffffff;
}
.container-carousel,
.containerx {
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    box-sizing: border-box;
}
.containerx,
.gap-form {
    padding-right: 20px;
}
.h1-title,
.h2-title {
    font-weight: 800;
}
.carousel-item img,
.img-content img,
.ispbfixe-conteudo img,
.modal-header img,
.mySwiper img,
.notice.quadd img,
.noticiaswiper img {
    object-fit: cover;
}
.header,
.header-menu a,
.tooltip {
    position: relative;
}
.card-item p,
.header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center
    .title {
    text-align: center;
}
body {
    margin: 0;
    font-family: Inter, Helvetica, sans-serif;
}
blockquote,
dd,
h1,
h2,
h3,
h4,
iframe,
p,
ul {
    margin: 0;
    padding: 0;
}
ul {
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}
.noticia-link a {
    text-decoration: underline;
    color: #000281;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bg-preto);
}
.bg-cinza {
    background-color: var(--bg-cinza);
}
.tooltip {
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-size: 13px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.containerx {
    max-width: 1300px;
}
.container-carousel {
    max-width: 100%;
    /* max-width: 1800px; */
}

.margin,
.qualidade-card p {
    margin-right: 50px;
}
.pres-content p {
    font-size: 20px !important;
    font-weight: 600 !important;
}
.pres-content span {
    font-size: 15px !important;
    font-weight: 600 !important;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.ispb-color {
    color: #d70510 !important;
}
.bg-white {
    background-color: var(--bg-branco) !important;
}
.bg-cinza {
    background-color: var(--bg-cinza) !important;
}
.bg-cinzaclaro {
    background-color: #fbfbfb !important;
}
.padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ispb-cards-bg {
    background-color: var(--bg-cinza);
    padding-bottom: 1rem;
}
.ispb-cards-bg.investigacao-bg {
    background-color: var(--bg-branco);
}
.ispb-card {
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.ispb-card.investigacao-content {
    padding-top: 0;
    padding-bottom: 1rem;
}
.ispb-card .description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
}
.ispb-card .notices.description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
}
.grid-3-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}
.bx {
    font-size: 1.5rem;
    align-items: center;
    display: flex;
}
.default-content h3,
.h1-title {
    font-size: 2.5rem;
    text-transform: initial;
}
.botao.seta,
.campus-lista,
.d-flex,
.departments li,
.item-flex {
    display: flex;
    align-items: center;
}
.gap {
    gap: 20px;
}
.between {
    justify-content: space-between;
}
.bxs-download {
    background-color: var(--bg-preto-2);
    color: #fff;
    padding: 8px;
    border-radius: 50%;
}
.default-content p,
.h1-title,
.h2-title,
.subtitle {
    color: var(--bg-preto);
}
.border,
.carousel-inner,
.coorderador-content img,
.img-content img,
.presidencia .profile img,
.qualidade-card img {
    border-radius: 16px;
}
.flex-wrap {
    flex-wrap: wrap;
}
/* .m-b-div {
    margin-bottom: 90px;
} */
.m-b-div2,
.mb-footer {
    margin-bottom: 200px;
}
.actualiza,
.img-content img {
    margin-bottom: 30px;
}
.numbers {
    display: block;
    padding-right: 40px;
    border-left: 3px solid var(--bg-preto-3);
    padding-left: 1rem;
    margin-bottom: 3rem;
}
.h1-title,
.h2-title,
.subtitle,
.subtitle::before {
    margin-bottom: 10px;
}
.h2-title {
    font-size: 2rem;
    text-transform: capitalize;
}
.link-extra,
.subtitle {
    text-transform: uppercase;
}
.subtitle {
    font-size: 2.2rem;
    font-weight: 700;
}
.subtitle::before {
    content: "";
    display: block;
    width: 104px;
    border-top: 5px solid var(--bg-vermelho);
    margin-top: 10px;
    box-sizing: border-box;
}
.link-extra {
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: var(--bg-preto-2);
}
.categories-nav li:hover,
.link-extra:hover {
    color: var(--bg-vermelho);
}
.notice-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.default-content h3 {
    font-weight: 700;
    margin-bottom: 1rem;
}
.vermelho {
    background-color: var(--bg-vermelho) !important;
}
.default-content .ensino h2 {
    border-left: none;
    padding-left: 0;
    margin-bottom: 0;
}
.default-content h2 {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    border-left: 5px solid var(--bg-vermelho);
    padding-left: 10px;
}
.default-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0px;
}
.default-content ul {
    font-size: 1.1rem;
    font-weight: 400;
    padding-left: 30px;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    margin-top: 10px;
}
.default-content ul li {
    list-style-type: disc;
}

.center-a,
.modal-header {
    display: flex;
    justify-content: center;
}
.botao {
    display: inline-block;
    padding: 16px 32px;
    background: var(--bg-vermelho);
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    color: var(--bg-branco);
    font: 600 1.125rem/1.35 Inter, sans-serif;
    max-width: max-content;
    border: none;
    cursor: pointer;
}

.curso-item .botao {
    display: inline-block;
    padding: 16px 32px;
    /* border-radius: 8px; */
}

.cursos-conteudo .botao-curso{
    background-color: #000 !important;
}

.menu-main .botao {
    padding: 10px 20px;
}
.menu-main .botao:hover {
    color: #fff !important;
}
.botao:hover {
    background: linear-gradient(#ff2a00, #c10303);
    color: #fff;
}
.botao.secundario {
    background: var(--cor-10);
    color: var(--cor-2);
}
.botao.secundario:hover {
    background: var(--cor-9);
}
.botao.seta::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 10px;
    margin-left: 12px;
    background: url("/front/img/icons/seta.svg");
    transition: transform 0.2s;
}
.botao.seta:hover::after {
    transform: translateX(4px);
}
.modal-body p {
    font-size: 16px;
    margin-top: 10px;
}
.modal-header img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
@media (max-width: 1400px) {
    .container-carousel {
        max-width: 1300px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 800px) {
    .h1-title {
        font-size: 1.8rem;
        text-transform: none;
        margin-bottom: 20px;
    }
    .default-content h3 {
        font-size: 1rem;
        margin-bottom: 7px;
    }
    .default-content p,
    .default-content ul {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .m-b-div,
    .mb-footer {
        margin-bottom: 40px;
    }
    .actualiza {
        margin-bottom: 10px;
    }
    .subtitle {
        font-size: 1.6rem;
    }
    .link-extra {
        font-size: 0.8rem;
        margin-top: 3px;
    }
    .notice-header {
        display: block;
    }
    .categories-nav {
        gap: 10px;
    }
    .botao {
        padding: 12px 16px;
        font-size: 1rem;
    }
}
@media (max-width: 600px) {
    .bx {
        font-size: 30px;
        align-items: center;
        display: flex;
        color: #fff;
    }
    .border.video {
        border-radius: 8px;
    }
    .video {
        width: 100% !important;
        height: 200px !important;
    }
    .flex {
        display: grid !important;
        grid-template-columns: 1fr;
    }
    .gap-form {
        padding-right: 0 !important;
    }
    .botao-padding {
        margin-left: 15px !important;
        margin-top: 20px;
    }
    .default-content p {
        padding-left: 0;
    }
    .container-carousel {
        padding: 0 10px;
    }
    .containerx {
        padding-left: 10px;
        padding-right: 10px;
    }
    .ispb-card {
        padding-top: 2rem;
        padding-bottom: 0;
    }
    .subtitle {
        margin-bottom: 10px;
    }
    .h2-title {
        font-size: 1.8rem;
    }
    .h1-title {
        font-size: 1.5rem;
        text-transform: none;
        margin-bottom: 20px;
    }
    .default-content p,
    .default-content ul {
        margin-bottom: 1rem;
    }
    .img-content img {
        margin-bottom: 20px;
    }
    .subtitle {
        font-size: 1.4rem;
    }
    .grid-3-cols {
        gap: 10px;
    }
}
.font-1-nav,
.font-2-nav {
    font-size: 1rem;
    font-weight: 400;
    color: var(--bg-preto);
}
@media (max-width: 300px) {
    .grid-3-cols {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 25px;
    }
}
.font-1-nav {
    text-transform: uppercase;
}
.font-2-nav {
    text-transform: capitalize;
}
.date-pub::first-letter,
.font-1-nav-2,
.submenus li {
    text-transform: uppercase;
}
.categories-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.font-1-nav-2 {
    font-size: 1.3rem;
    font-weight: 500;
}
.font-title {
    font-size: 3rem;
    font-weight: 700;
}
.font-subtitle {
    font-size: 2.2rem;
    font-weight: 600;
}
.qualidades-bg .banner-page {
    background: url(".././img/photos/estudantes.png") !important;
}
.img-content img {
    width: 100%;
    max-height: 800px !important;
}
.qualidade-card {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}
.qualidade-content {
    gap: 90px !important;
}
.qualidade-card p {
    font-size: 22px !important;
    font-weight: 500;
}
.container-2,
.container2 {
    box-sizing: border-box;
    margin-right: auto;
}
.candidatura-content {
    padding: 15rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}
.candidatura-content span {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 4px solid #e30613;
}
.candidatura-content h2 {
    font-size: 10rem;
    color: #fff;
    font-weight: 700;
}
.texto p {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}
.candidatura-bg {
    height: auto;
    background: url(".././img/photos/estilo.svg") center/cover no-repeat #f03e3c;
    margin-bottom: 7rem !important;
}
.mySwiper,
.mySwiper img {
    height: auto !important;
}
.qualidade-card span {
    margin-bottom: 20px;
    display: inline-block;
    align-items: center;
    font-size: 30px;
    font-weight: 800;
    padding: 15px 0;
}
.qualidade-card span::after {
    content: "";
    display: block;
    width: 200px;
    border-bottom: 5px solid var(--bg-vermelho);
    margin-top: 10px;
    box-sizing: border-box;
}
.header-menu .principal a:after,
.icono,
.mobile-menu-head,
.mobile-menu-trigger,
.visivel-mobile {
    display: none;
}
@media (max-width: 1000px) {
    .qualidade-card p {
        font-size: 18px !important;
        font-weight: 600;
        margin-right: 50px;
    }
    .qualidades-bg .banner-page {
        border-radius: 0;
        min-height: 300px;
        object-fit: none;
    }
    .texto p {
        font-size: 18px;
    }
    .candidatura-content h2 {
        font-size: 5rem;
        color: #fff;
    }
    .estudantes-content p,
    .items-list span {
        font-size: 14px;
    }
}
.links-bg {
    background-color: var(--bg-preto-2);
    color: #dbdbdb;
}
.links-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.links-menu ul {
    display: flex;
    padding: 0.5rem 0;
    gap: 2rem;
}
.header-bg {
    background-color: var(--gb-branco);
}
.header-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
}
.header-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.header-menu a {
    display: inline-block;
    padding: 16px 0;
}
.header-menu a:after {
    content: "";
    display: block;
    height: 4px;
    width: 0;
    background: var(--bg-vermelho);
    margin-top: 12px;
    transition: 0.3s;
    position: absolute;
}
.notice.quadd .mySwiper,
.notice.quadd img {
    height: 620px !important;
}
.header-menu a:hover:after {
    width: 100%;
}
.banner-bg {
    padding-bottom: 30px;
    background: var(--bg-branco);
}
.container2 {
    max-width: 1300px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: auto;
}
.swiper-slide img {
    display: block;
    border-radius: 16px !important;
}
.noticiaswiper img {
    width: 100%;
    max-height: 750px;
}
.carousel-item img {
    width: 100%;
    max-height: 550px;
}
.submenus {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.submenus ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.submenus li {
    font-size: 1rem;
    font-weight: 700;
    background: var(--bg-cinza);
    padding: 1rem 2.5rem;
    border-radius: 8px;
}
.submenus li:hover {
    background: var(--bg-preto-3);
}
.ispb-card .description.notice,
.planos .description {
    display: block;
}
.ispb-card .description.notice span {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid var(--bg-preto-2);
    font-size: 15px;
}
.date-pub {
    border-radius: 0;
    padding: 0 !important;
    border: none !important;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: inherit;
}
.notices-bg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    padding-bottom: 1.5rem;
}
.notices-content {
    margin-bottom: 1rem;
    max-width: 400px;
    display: block;
    border-radius: 15px;
}
.notices-content:hover {
    box-shadow: 0 0.125rem 0.125rem -0.125rem var(--bg-cinza),
        0 0.25rem 0.75rem var(--bg-cinza) !important;
    transition: 0.2s;
}
.dizeres {
    padding: 8px 10px;
}
.content.noticia img {
    border-radius: 10px;
    margin-bottom: 0.5rem;
    width: 100%;
    height: 350px;
    object-fit: cover;
    
}
.notices-content span,
.notices-extra span {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    color: var(--bg-preto-2);
    padding-bottom: 0.5rem;
}
.notices-content p,
.notices-extra p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.notices-content p {
    color: var(--bg-preto);
    -webkit-line-clamp: 1;
}
.notices-extra {
    height: auto;
    border-left: 2px solid var(--bg-preto-3);
    padding-left: 1rem;
    align-items: center;
}
.notices-extra:hover {
    border-left: 2px solid var(--bg-vermelho);
}
.notices-extra p {
    color: var(--bg-preto);
    padding-bottom: 0.5rem;
    -webkit-line-clamp: 3;
}
.notices-extra-bg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}
@media (max-width: 800px) {
    .categories-nav {
        gap: 10px;
        margin-bottom: 10px;
    }
    .categories-nav li {
        background-color: var(--bg-preto-3);
        font-size: 0.9rem;
        padding: 0.5rem;
        color: var(--bg-preto);
        border-radius: 8px;
    }
    .links-bg,
    .visivel {
        display: none;
    }
    .visivel-mobile {
        display: block;
    }
    .qualidade-card p {
        font-size: 15px !important;
        font-weight: 500;
        margin-right: 0;
    }
    .qualidade-card .margin {
        margin-right: 0;
    }
    .qualidade-card img {
        border-radius: 6px;
    }
    .ispb-card .qualidade-card {
        display: grid !important;
        grid-template-columns: 1fr !important;
        margin-bottom: 54px !important;
    }
    .qualidade-card .licenciatura {
        margin-bottom: 20px;
    }
    .qualidades-bg .banner-page {
        border-radius: 0;
        min-height: 300px;
        object-fit: none;
    }
    .qualidade-card span {
        margin-bottom: 20px;
        display: inline-block;
        align-items: center;
        font-size: 20px;
        font-weight: 800;
        padding: 15px 0;
    }
    .candidatura-content {
        padding: 8rem 0;
        display: flex;
        flex-direction: column;
        align-items: self-start;
        gap: 80px;
    }
    .candidatura-content span {
        font-size: 2.5rem;
        display: inline-block;
        padding-bottom: 10px;
    }
    .candidatura-content .botao {
        font-size: 1.5rem;
    }
    .candidatura-content h2 {
        font-size: 10rem;
    }
    .texto p {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .header-section img {
        width: 70px;
    }
    .banner-bg {
        padding-bottom: 10px;
    }
    .content img {
        border-radius: 8px;
        margin-bottom: 0.5rem;
    }
    .submenus ul {
        gap: 10px;
    }
    .submenus li {
        padding: 0.6rem 1rem;
    }
    .ispb-card .description {
        display: block;
        padding-bottom: 2px;
    }
    .notices-bg {
        gap: 10px;
        padding-bottom: 1rem;
    }
}
@media (max-width: 280px) {
    .notices-bg {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
        gap: 10px;
    }
    .ispb-card .description {
        padding-bottom: 0;
    }
}
.footer-bg {
    background-color: var(--bg-preto);
}
.bottom {
    padding-bottom: 3rem;
}
.footer {
    padding: 80px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.footer h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    padding-bottom: 15px;
}
.footer h3::after {
    content: "";
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 70%;
    border-bottom: 2px solid var(--bg-vermelho);
    box-sizing: border-box;
}
.footer ul li {
    font-size: 1rem;
    padding-bottom: 10px;
    font-weight: 400;
    color: #fff;
}
.redes-li {
    display: flex;
    margin-top: 20px;
    gap: 30px;
}
.redes-li img {
    width: 30px;
    color: #fff;
    padding: 10px 0;
}
.footer-copyright {
    display: flex;
    justify-content: space-between;
    color: var(--bg-preto);
    background-color: var(--bg-branco);
    align-items: center;
}
.botoes-dois,
.footer-copyright .redes {
    display: flex;
    gap: 20px;
}
.footer-redes-bg {
    background-color: var(--bg-branco);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
@media (max-width: 800px) {
    .pealogo {
        margin-bottom: 15px;
    }
    .footer {
        display: grid;
        grid-template-columns: 1fr;
        gap: 5px;
    }
    .bottom {
        padding-bottom: 1rem;
    }
    .footer-copyright {
        display: block;
    }
    .footer-copyright p {
        font-size: 0.8rem;
        margin-bottom: 15px;
    }
    .redes {
        display: none;
    }
}
@media (max-width: 400px) {
    .redes {
        display: none !important;
    }
}
.ispbfixe-conteudo {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.ispbfixe-conteudo img {
    border-radius: 20px 0 0 20px;
    width: 100%;
    height: 100%;
}
.information {
    background: var(--bg-cinza);
    padding: 50px 40px 10px 50px;
    border-radius: 0 20px 20px 0;
}
.information h3 {
    text-transform: initial;
    margin-bottom: 30px;
}
.information p {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.6;
    color: var(--bg-preto-2);
    margin-bottom: 40px;
}
.margin {
    margin-bottom: 3rem !important;
}
.campus-svg {
    margin-left: 4px;
}
.campus-lista ul li {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    padding: 15px;
}
.campus-lista ul a {
    box-sizing: border-box;
    display: flex;
}
.campus-lista ul li:hover {
    background: var(--bg-cinza);
    color: #000 !important;
    border-radius: 8px;
}
.campus-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
.historia {
    background: var(--bg-cinza);
    padding: 40px 40px 20px;
    border-radius: 16px;
    transition: transform 0.2s;
}
.historia-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.historia-content span {
    font-size: 26px;
    display: inline-block;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--bg-preto);
}
.icone {
    margin-top: 20px;
    align-self: flex-end;
    float: right;
}
.historia:hover {
    background: var(--bg-vermelho);
    transition: transform 0.9s;
}
.futuro.candidatura-bg,
.licenciatura.banner-page {
    background-image: url(".././img/photos/futuro.png") !important;
}
.historia:hover .historia-content p,
.historia:hover .historia-content span,
.historia:hover .icone svg {
    color: #fff;
}
.futuro.candidatura-bg {
    margin-bottom: 5rem;
}
.licenciatura.banner-page {
    min-height: 450px;
    border-radius: 16px;
}
.banner-page {
    background-image: url(".././img/banner/historia.jpg");
    min-height: 350px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-page h2 {
    text-transform: initial;
    font-size: 60px;
    color: var(--bg-branco);
}
.anos .h3-page,
.company h3,
.company p,
.company ul li,
h2 {
    color: var(--bg-preto);
}
.anos .h3-page {
    font-size: 9rem;
    font-weight: 800;
}
.anos {
    display: flex;
    align-items: center;
    gap: 7rem;
}
.anos p {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
}
.company h3,
h2 {
    font-size: 40px;
    margin-bottom: 10px;
}
.company p {
    margin-bottom: 70px;
}
.company ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 5px;
}
.company-bottom {
    margin-bottom: 4rem !important;
}
.quadd .mySwiper {
    height: 480px !important;
}
.investigacao .notices-content .content img,
.quadd img {
    height: 480px !important;
    object-fit: cover;
}
.legislacao-content {
    padding: 1rem;
    border-radius: 8px;
    background-color: var(--bg-cinza);
}
.legislacao-content:hover {
    background-color: var(--bg-preto-3);
}
.legislacao-content span {
    font-size: 1rem;
    display: inline-block;
    color: var(--bg-preto-2);
    text-transform: initial;
    padding-bottom: 10px;
}
.legislacao-content p {
    font-size: 1rem;
    font-weight: 500;
    color: var(--bg-preto);
    padding-bottom: 10px;
}
.container-2 {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
}
.investigacao-bg {
    margin-bottom: 10rem;
}
.header.investigacao {
    background: url("./../img/banner/investigacao.jpg") center center/cover
        no-repeat !important;
    width: 100% !important;
    height: 350px;
    margin-bottom: 8rem;
}
.subtitulo {
    margin-bottom: 6rem;
}
.investigacao-bg .subtitulo p {
    font-size: 25px;
    font-weight: 800;
    color: var(--bg-preto);
}
.background-bg {
    background: var(--bg-vermelho);
}
.background-bg .background-content {
    padding: 40px 0;
}
.assunto-content {
    margin-bottom: 30px;
    border-bottom: 2px solid #e4e4e4;
    padding: 30px 10px;
}
.assunto-content span {
    font-size: 30px;
    font-weight: 800;
    color: var(--bg-preto);
    margin-bottom: 20px;
    display: inline-block;
}
.assunto-content P {
    font-size: 18px;
    font-weight: 400;
    color: var(--bg-preto);
}
.noticias-investigacao {
    margin-bottom: 50px;
}
.noticias-investigacao h2 {
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 40px;
}
@media (max-width: 900px) {
    .investigacao-bg .subtitulo p {
        font-size: 20px;
    }
    .header.investigacao {
        margin-bottom: 4rem;
    }
    .subtitulo {
        margin-bottom: 3rem;
    }
}
@media (max-width: 500px) {
    .investigacao-bg .subtitulo p {
        font-size: 18px;
        font-weight: 800;
    }
    .header.investigacao {
        height: 200px;
        margin-bottom: 4rem;
    }
    .investigacao .dizeres {
        font-size: 15px;
        padding: 0;
    }
    .investigacao .dizeres p {
        font-size: 16px;
        margin-top: 18px;
        color: var(--bg-preto);
    }
    .investigacao .notices-content {
        max-width: 100%;
    }
    .assunto-content P {
        font-size: 15px;
    }
    .investigacao .notices-content .content img {
        width: 100%;
        height: 200px !important;
        border-radius: 10px;
    }
    .investigacao.grid-3-cols {
        gap: 35px;
    }
}
.contacts {
    display: flex;
    flex-direction: column;
}
.iframe-map {
    width: 100%;
    height: 530px !important;
}
.contato-meios a {
    font-size: 1.1rem;
    display: block;
    margin-bottom: 0.8rem;
}
.contact-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-top: 3rem;
}
.contact-content p {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}
.card-item p,
.list-item ul li a {
    line-height: 1.4;
}
@media (max-width: 800px) {
    .banner-page {
        min-height: 300px;
        object-fit: cover;
        border-radius: 0;
    }
    .company .h3-page {
        font-size: 4rem;
        letter-spacing: 0;
        margin-bottom: 10px;
        color: var(--bg-preto);
    }
    .anos {
        gap: 4rem;
        display: flex;
        align-items: center;
    }
    .anos p {
        font-size: 30px;
    }
    .contacts {
        display: grid;
        grid-template-columns: 1fr;
    }
    .contact-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 2rem;
        gap: 10px;
    }
    .contact-content h2 {
        display: inline-block;
        grid-column: 1/-1;
    }
    .contact-content .mb-4 {
        margin-bottom: 1rem;
    }
    .iframe-map {
        width: 100%;
        height: 400px !important;
    }
    .contact-content h3 {
        margin-top: 1rem;
    }
}
.departments h2,
.investigadores p,
.name-coo,
.presidencia .profile {
    margin-bottom: 20px;
}
.header {
    display: block;
    width: 100%;
    z-index: 99;
}
.header .item-left {
    flex: 0 0 17%;
}
.down {
    display: none !important;
}
.header .logo a {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
}
.header .item-right a,
.header .menu > ul > li .sub-menu > ul > li > a {
    display: inline-block;
    color: #555;
    text-decoration: none;
    transition: color 0.3s;
}
.header .item-center {
    flex: 0 0 66%;
}
.header .item-right {
    flex: 0 0 17%;
    display: flex;
    justify-content: flex-end;
}
.header .item-right a {
    font-size: 16px;
    margin-left: 10px;
}
.header .menu > ul > li {
    display: inline-block;
    line-height: 50px;
    margin-left: 20px;
}
.header .menu > ul > li > a {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    text-transform: initial;
    transition: color 0.3s;
    align-items: center;
    display: flex;
}
.header .menu > ul > li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: var(--bg-cinza);
    padding: 20px 30px;
    transition: 0.5s;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 1px 2px 0 0 rgba(158, 158, 158, 0.2);
}
@media (min-width: 992px) {
    .header .menu > ul > li.menu-item-has-children:hover .sub-menu {
        margin-top: 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}
.header .menu > ul > li .sub-menu > ul > li {
    line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a {
    padding: 10px 0;
    font-size: 15px;
    text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}
.border-right-group {
    border-right: 1px solid var(--bg-preto-3);
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
    line-height: 1;
    display: block;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    padding: 6px 0;
    display: flex;
    font-size: 15px;
    font-weight: 400;
    color: var(--bg-preto);
    transition: color 0.3s;
    text-transform: initial;
}
.header .menu > ul > li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 {
    max-width: 870px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 8px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
    flex: 25%;
    padding: 0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
    font-size: 14px;
    color: var(--bg-vermelho);
    font-weight: 600;
    line-height: 1;
    padding: 10px 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
}
.header .item-right a:hover,
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .menu > ul > li:hover > a {
    color: #ea4636;
}
.banner-section {
    background-image: url("../img/banner.jpg");
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    display: block;
}
@media (max-width: 991px) {
    .header .menu .mobile-menu-head .go-back,
    .header .menu .mobile-menu-head .mobile-menu-close,
    .header .menu > ul > li > a i {
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
    }
    .header .menu,
    .menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        transition: 0.5s;
    }
    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }
    .header .item-left,
    .header .item-right {
        flex: 0 0 auto;
    }
    .header .menu > ul > li > a,
    .v-center {
        justify-content: space-between;
    }
    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }
    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #333;
        width: 24px;
        position: relative;
    }
    .header .mobile-menu-trigger span:after,
    .header .mobile-menu-trigger span:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333;
    }
    .header .mobile-menu-trigger span:before {
        top: -6px;
    }
    .header .mobile-menu-trigger span:after {
        top: 6px;
    }
    .header .item-right {
        align-items: center;
    }
    .header .menu {
        width: 90%;
        background-color: var(--bg-preto);
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        z-index: 1099;
    }
    .header .menu.active {
        transform: translate(0);
    }
    .header .menu > ul > li {
        line-height: 1;
        margin: 0;
        display: block;
    }
    .icono {
        display: block;
        fill: #fff;
    }
    .icono-bx {
        display: none;
    }
    .header .menu > ul > li > a {
        line-height: 50px;
        height: 50px;
        padding: 0 17px 0 15px;
        display: flex;
        align-items: center;
        font-size: 20px;
        margin-bottom: 5px;
        text-transform: uppercase;
        color: var(--bg-branco);
        font-weight: 600;
    }
    .header .menu > ul > li > a i {
        position: absolute;
        top: 0;
        right: 0;
        transform: rotate(-90deg);
    }
    .header .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: var(--bg-preto);
        top: 0;
    }
    .header .menu .mobile-menu-head .go-back {
        cursor: pointer;
        align-items: center;
        justify-content: center;
        color: #000;
        font-size: 30px;
        display: none;
    }
    .header .menu .mobile-menu-head.active .go-back {
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: var(--bg-preto);
    }
    .header .menu .mobile-menu-head .mobile-menu-close {
        cursor: pointer;
        color: #fff;
        font-size: 30px;
    }
    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        margin-top: 32px;
    }
    .header .menu > ul > li .sub-menu,
    .header .menu > ul > li .sub-menu.mega-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 65px 15px 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0);
        overflow-y: auto;
    }
    .header .menu > ul > li .sub-menu.active {
        display: block;
        background: var(--bg-preto);
    }
    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }
    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0);
        }
        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }
    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
        margin-top: 0;
    }
    .header
        .menu
        > ul
        > li
        .sub-menu.mega-menu-column-4
        > .list-item.text-center
        .title {
        margin-bottom: 20px;
    }
    .header
        .menu
        > ul
        > li
        .sub-menu.mega-menu-column-4
        > .list-item.text-center:last-child
        .title {
        margin-bottom: 0;
    }
    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
        flex: 0 0 100%;
        padding: 0;
        margin-top: 32px;
    }
    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a,
    .header .menu > ul > li .sub-menu > ul > li > a {
        display: block;
        color: var(--bg-branco);
        font-weight: 400;
        font-size: 20px;
    }
    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
        margin-bottom: 15px;
    }
    .menu-overlay {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
    }
    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }
}
.drop-center {
    max-width: 250px !important;
    width: 100% !important;
    left: auto !important;
    transform: translateX(-50%) !important;
}
.coordenador-bg img {
    align-self: self-start;
}
.coorderador-content {
    display: flex;
    gap: 6rem;
}
.name-coo {
    font-size: 2rem;
    font-weight: 800;
}
@media (max-width: 900px) {
    .coorderador-content {
        display: flex;
        gap: 1.5rem;
    }
}
.departments-bg {
    background: linear-gradient(
        to right,
        var(--bg-header) 30%,
        var(--bg-cinza) 0
    );
}
.departments {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.departments-imagem,
.grid-4-cols a {
    display: grid;
}
.departments-imagem img {
    grid-area: 1/1;
}
.departments-conteudo {
    display: grid;
    grid-template-columns: 1fr auto;
    align-content: start;
    padding-right: 20px;
}
.departments h2,
.departments p {
    grid-column: 1/-1;
}
.departments p {
    margin-bottom: 32px;
    font-weight: 600;
    padding-right: 10px;
}
.departments .ensino p {
    margin-bottom: 15px !important;
}
.legislacao-bg.default-content p {
    padding-left: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.departments a {
    place-self: end;
}
.departments ul {
    display: grid;
    gap: 2px;
}
.default-content.departments-conteudo p {
    padding-left: 0;
}
.default-content.departments-conteudo ul {
    padding-left: 0;
    list-style: none;
    padding-right: 0;
}
.default-content.departments-conteudo ul li {
    list-style: none;
    padding-left: 15px;
    padding-right: 0;
}
.departments-conteudo img {
    width: 24px;
    margin-right: 8px;
}
.department.legislacao-bg p {
    font-weight: 700;
    text-transform: uppercase;
}
@media (max-width: 850px) {
    .default-content.departments-conteudo ul {
        display: block;
    }
    .departments-bg {
        background: 0 0;
        margin-bottom: 0;
    }
    .departments {
        padding-bottom: 0 !important;
        grid-template-columns: 1fr;
        gap: 20px;
        padding-top: 40px;
    }
}
.equipa .investigadores-bg,
.grid-4-cols {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.presidencia .profile-card p {
    font-size: 25px;
    font-weight: 600;
    color: var(--bg-preto);
    margin-bottom: 10px;
}
.presidencia .profile-card span {
    font-size: 15px;
    font-weight: 500;
    color: #888;
}
.presidencia-texto .funcao {
    font-size: 18px;
    color: #888;
    margin-bottom: 50px;
}
.qualidade-card .presidencia-texto span {
    margin-bottom: 2px !important;
    color: var(--bg-preto);
}
.qualidade-card .presidencia-texto p {
    font-size: 18px !important;
    font-weight: 400;
}
.licenciatura.presidencia-texto {
    margin-right: 8rem;
}
.planos table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.planos .table .thead-dark th {
    color: #fff;
    background-color: var(--bg-vermelho);
    padding: 0.7rem;
}
@media (max-width: 600px) {
    .qualidades-bg .banner-page {
        border-radius: 0;
        min-height: 200px;
        object-fit: cover;
    }
    .qualidade-card span {
        margin-bottom: 5px;
    }
    .candidatura-content {
        padding: 5rem 8px !important;
        gap: 40px !important;
    }
    .candidatura-content .botao-padding {
        margin-left: 0 !important;
    }
    .candidatura-content h2 {
        font-size: 4.5rem;
    }
    .texto p {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .candidatura-bg {
        margin-bottom: 0 !important;
    }
    .notices-content {
        margin-bottom: 0.5rem;
    }
    .dizeres {
        padding: 0 20px 12px;
    }
    .notices-content p,
    .notices-extra p {
        font-size: 15px;
        line-height: 1.125;
    }
    .hidden,
    .notices-extra-bg {
        display: none;
    }
    .notices-content span,
    .notices-extra span {
        font-size: 12px;
    }
    .ispbfixe-conteudo {
        display: grid;
        grid-template-columns: 1fr;
    }
    .information p {
        font-weight: 400;
    }
    .ispbfixe-conteudo img {
        border-radius: 50%;
        width: 90px;
        height: 90px;
        object-fit: cover;
        align-content: center;
    }
    .information {
        background: var(--bg-branco);
        padding: 20px 30px 0 10px;
        border-radius: 0;
    }
    .item-flex {
        display: block;
    }
    .legislacao-content {
        padding: 1rem;
    }
    .legislacao-content p,
    .table tbody tr td,
    .table thead tr th {
        font-size: 0.8rem;
    }
    .legislacao-content span {
        font-size: 0.8rem;
        padding-bottom: 5px;
    }
    .contact-content {
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 2rem;
        gap: 10px;
    }
    .header .menu > ul > li .sub-menu {
        background-color: var(--bg-branco);
    }
    .border-right-group {
        border-right: none;
    }
    .drop-center {
        left: 50% !important;
        max-width: 500px !important;
        width: 100% !important;
    }
    .default-content.departments-conteudo h3 {
        margin-bottom: 0;
    }
    .default-content.departments-conteudo ul {
        font-size: 13px;
    }
    .departments {
        padding-top: 10px;
    }
    .departments-conteudo {
        grid-template-columns: 1fr;
    }
    .departments ul {
        font-size: 1rem;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 32px;
    }
    .departments a {
        place-self: start;
    }
}
.btn-invest {
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.btn-investigacao,
.card-item p {
    display: inline-block;
    font-weight: 800;
}
.btn-investigacao {
    padding: 0.6rem 1.5rem;
    font-size: 1.5rem;
    border-radius: 8px;
    color: var(--bg-branco);
    background: linear-gradient(var(--bg-vermelho), #9e0202);
}
.grid-4-cols {
    display: grid;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
}
.grid-2-cols,
.quality {
    grid-template-columns: 1fr 1fr;
}
.card-item {
    display: flex;
    padding: 3rem;
    background-color: var(--bg-preto-3);
    justify-content: center;
    align-items: center;
    border-radius: 16px;
}
.card-item:hover {
    background-color: var(--bg-preto-2);
    color: var(--bg-branco);
    transition: 1.5s;
}
.card-item p {
    font-size: 20px;
    color: var(--bg-preto);
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.repositorio-bg {
    background-image: url("/img/photos/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    display: grid;
    padding: 1.8rem;
    margin-bottom: 60px;
}
.repositorio-bg .repo-titulo {
    padding: 0;
    margin: 0 0 10px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
}
.repositorio-bg .sub {
    font-size: 1rem;
    color: var(--bg-branco);
}
.quality {
    display: grid;
    gap: 40px;
    margin-bottom: 40px;
}
.quality img {
    border-radius: 16px;
    margin-bottom: 10px;
}
.quality h3 {
    display: grid;
    margin-bottom: 20px;
    font-size: 30px;
    color: var(--bg-vermelho);
}
.quality span {
    font-size: 20px;
    font-weight: 800;
    color: var(--bg-preto);
}
.grid-2-cols {
    display: grid;
    gap: 20px;
}
.investigadores h3 {
    font-size: 1rem;
    margin-bottom: 0.3rem;
}
.investigadores li {
    font-size: 1rem;
}
.equipa .investigadores-bg {
    display: grid;
    gap: 10px;
}
.investigadores-bg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
}
@media (max-width: 875px) {
    .quality h3 {
        font-size: 25px;
        color: var(--bg-vermelho);
    }
    .quality span {
        font-size: 15px;
        font-weight: 800;
        color: var(--bg-preto);
    }
}
@media (max-width: 800px) {
    .coorderador-content {
        display: grid;
        gap: 1.5rem;
    }
    .quality {
        grid-template-columns: 1fr;
    }
    .quality span {
        font-size: 20px;
        font-weight: 800;
        color: var(--bg-preto);
    }
    .grid-2-cols {
        grid-template-columns: 1fr 1fr;
    }
    .quality h3 {
        font-size: 30px;
    }
}
@media (max-width: 600px) {
    .card-item p {
        display: grid;
    }
    .grid-4-cols {
        gap: 10px;
    }
    .quality span {
        font-size: 16px;
        font-weight: 800;
        color: var(--bg-preto);
    }
    .quality h3 {
        font-size: 25px;
    }
    .repositorio-bg .repo-titulo {
        font-size: 20px;
        color: var(--bg-preto);
    }
}
.photo-licenc img {
    height: 80px;
    border-radius: 15px;
}
.photo-licenc {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
}
.estudantes-content,
.qualidade-bg {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.photo-licenc p {
    margin-bottom: 0;
}
.photo-licenc strong {
    color: #5e5151;
}
.estudantes-content {
    gap: 60px;
    align-items: center;
}
.estudantes-content h2 {
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 800;
    color: var(--bg-vermelho);
    color: #000;
}
.estudantes-content p {
    font-weight: 500;
    color: #6a6a6a;
}
.estudantes-content .ponto {
    color: #b5060c;
    font-size: 7rem;
    display: inline;
    padding: 0;
}
.items-list:nth-of-type(2n),
.items-list:nth-of-type(odd) {
    padding-top: 20px;
    padding-bottom: 20px;
}
.estudantes-bg h3 {
    font-size: 3.5rem;
    font-weight: 800;
}
.qualidade-bg h3 {
    font-size: 2.3rem;
    font-weight: 700;
}
.qualidade-bg {
    gap: 80px;
}
.escolher,
.numero {
    display: inline-block;
}
.item-titulo {
    font-size: 25px;
    font-weight: 600;
}
.items-list span {
    color: #6a6a6a;
    margin-bottom: 10px;
}
.items-list:nth-of-type(odd) {
    border-top: 1px solid #d3d3d3;
}
.escolher {
    padding: 10px 20px;
    background: var(--bg-cinza);
    margin-bottom: 5px;
    border-radius: 8px;
}
.numero {
    background-color: var(--bg-cinza);
    padding: 20px;
    margin: 0 !important;
    border-radius: 50%;
}
.inscreva {
    font-size: 6rem;
    color: #b5060c;
    padding-left: 0 !important;
}
.qualidades {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 8rem !important;
}
.inscrevabotao {
    margin-top: 4rem;
}
@media (max-width: 900px) {
    .information p {
        font-size: 1rem;
    }
    .information h3 {
        margin-bottom: 20px;
    }
    .campus-content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .estudantes-content,
    .qualidade-bg {
        grid-template-columns: 1fr;
    }
    .estudantes-content > div:first-child {
        order: 2;
    }
    .estudantes-content > div:nth-child(2) {
        order: 1;
    }
    .estudantes-content img {
        width: 100% !important;
        height: 400px !important;
        object-fit: cover;
    }
    .estudantes-content p,
    .items-list span {
        font-size: 16px;
    }
    .inscreva {
        font-size: 4rem;
    }
}
@media (max-width: 500px) {
    .mySwiper,
    .mySwiper img,
    .quadd .mySwiper {
        height: 170px !important;
    }
    .carousel-inner {
        border-radius: 0;
    }
    .swiper-slide img {
        border-radius: 8px !important;
    }
    .submenus li {
        font-size: 0.7rem;
    }
    .mySwiper img,
    .notice.quadd img {
        object-fit: cover;
    }
    .notice.quadd .mySwiper,
    .notice.quadd img {
        height: 220px !important;
    }
    .historia {
        border-radius: 8px;
        padding: 20px;
    }
    .campus-lista ul {
        display: flex;
        flex-wrap: wrap;
        margin-right: 10px;
    }
    .anos p,
    .historia-content span {
        font-size: 22px;
    }
    .contato-meios a,
    .historia-content p {
        font-size: 15px;
    }
    .campus-lista {
        display: flex !important;
        flex-wrap: wrap;
    }
    .campus-svg {
        width: 18px;
        margin-left: 4px;
        fill: var(--bg-vermelho) !important;
    }
    .campus-lista ul li {
        font-size: 16px;
        padding: 6px 12px;
        margin-bottom: 10px;
        background: var(--bg-cinza);
        border-radius: 8px;
        margin-right: 10px;
    }
    .anos {
        gap: 2rem;
    }
    .banner-page {
        min-height: 180px;
        object-fit: cover;
        border-radius: 6px;
    }
    .banner-page h2 {
        font-size: 35px;
    }
    .company h3,
    h2 {
        font-size: 30px !important;
    }
    .futuro.candidatura-content h2 {
        font-size: 70px !important;
    }
    .licenciatura.banner-page {
        min-height: 170px;
    }
    .company-bottom {
        margin-bottom: 2rem !important;
    }
    .quadd img {
        height: 144px !important;
        object-fit: cover;
    }
    .margin {
        margin-bottom: 1rem !important;
    }
    .container-2 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .container-2.noticia {
        padding-left: 0;
        padding-right: 0;
    }
    .contact-content h3,
    .contact-content p {
        font-size: 1rem !important;
    }
    .presidencia-texto .funcao {
        margin-bottom: 30px;
    }
    .qualidade-card .presidencia-texto p {
        font-size: 13px !important;
    }
    .presidencia .profile img {
        border-radius: 6px;
    }
    .vices-bg .profile-card p {
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 5px !important;
    }
    .presidencia .profile-card span {
        font-size: 14px;
        font-weight: 500;
    }
    .profile-card {
        margin-bottom: 30px !important;
    }
    .presidencia .profile {
        margin-bottom: 15px;
    }
    .licenciatura.presidencia-texto {
        margin-right: 0;
    }
    .estudantes-content h2 {
        font-size: 1.8rem;
    }
    .qualidade-bg h3 {
        font-size: 1.5rem;
    }
    .item-titulo {
        font-size: 20px;
    }
    .estudantes-content img {
        width: 100% !important;
        height: 200px !important;
        object-fit: cover;
    }
    .estudantes-content p,
    .items-list span {
        font-size: 16px;
    }
    .qualidade-bg {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .bg-cinzaclaro {
        background-color: #fff !important;
    }
    .inscreva {
        font-size: 2.8rem;
    }
    .estudantes-content {
        gap: 40px;
    }
    .qualidades {
        padding-top: 30px;
    }
    .inscrevabotao {
        margin-top: 3rem;
    }
}
