/*
Theme Name: FEQ Unicamp Theme
Theme URI: https://agenciacarbon.com.br/
Author: Agencia Carbon
Description: Tema padrao para FEQ Unicamp
Version: 1.0
License: GNU General Public License
Text Domain: FEQ Unicamp
Tags: FEQ Unicamp
*/

/*
CORES:
	AZUL:
	color: var(--e-global-color-d213c97);

	VERDE:
	color: var(--e-global-color-1f3c1c6);

	ESCURA:
	color: var(--e-global-color-0060b99);

	CLARO:
	color: var(--e-global-color-2a02466);

	BRANCO:
	color: var(--e-global-color-4789f6d);

FONTES:
	H1
    font-family: var(--e-global-typography-69ac691-font-family), Sans-serif;
    font-size: var(--e-global-typography-69ac691-font-size);
    line-height: var(--e-global-typography-69ac691-line-height);

	H2
    font-family: var(--e-global-typography-10ebcae-font-family), Sans-serif;
    font-size: var(--e-global-typography-10ebcae-font-size);
    line-height: var(--e-global-typography-10ebcae-line-height);

	H3
    font-family: var(--e-global-typography-5c7c4d2-font-family), Sans-serif;
    font-size: var(--e-global-typography-5c7c4d2-font-size);
    line-height: var(--e-global-typography-5c7c4d2-line-height);

	H4
    font-family: var(--e-global-typography-e498e26-font-family), Sans-serif;
    font-size: var(--e-global-typography-e498e26-font-size);
    line-height: var(--e-global-typography-e498e26-line-height);

	REGULAR
    font-family: var(--e-global-typography-cd9dbad-font-family), Sans-serif;
    font-size: var(--e-global-typography-cd9dbad-font-size);
    line-height: var(--e-global-typography-cd9dbad-line-height);

	SMALL
	font-family: var(--e-global-typography-0df15d4-font-family), Sans-serif;
    font-size: var(--e-global-typography-0df15d4-font-size);
    line-height: var(--e-global-typography-0df15d4-line-height);
*/

@import url('./assets/css/detalhes.css');

:root {
    --cor-branco: #fff;
    --cor-azul: #065BAA;
    --cor-verde: #19ABB5;
    --cor-escura: #363636;
    --cor-claro: #F0F3F6;
    --cor-gradiente: linear-gradient(270deg, #065BAA 0%, #19ABB5 100%);
    --cor-gradiente2: linear-gradient(270deg, #19ABB5 0%, #065BAA 100%);
}

html {
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    max-width: 1920px;
    margin: 0 auto;
}

.fw-bolder *,
body:not(.wp-admin) strong {
    font-weight: 800 !important;
}

.fw-bold *,
body:not(.wp-admin) b {
    font-weight: 700 !important
}

.font-regular {
    font-weight: 400 !important;
}

.btn-gradiente {
    background: linear-gradient(270deg, var(--cor-azul) 0%, var(--cor-verde) 100%);
    padding: 1.125rem 2rem;
    border-radius: 2rem;
    font-family: var(--e-global-typography-b899d94-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-b899d94-font-size) !important;
    font-weight: var(--e-global-typography-b899d94-font-weight) !important;
    line-height: var(--e-global-typography-b899d94-line-height) !important;
    position: relative;
    color: var(--e-global-color-4789f6d) !important;
    z-index: 2;
    display: inline-flex;
}

a.elementor-button.elementor-button-link.elementor-size-sm>span.elementor-button-content-wrapper>span.elementor-button-icon>i,
a.elementor-button.elementor-button-link.elementor-size-sm>span.elementor-button-content-wrapper>span.elementor-button-icon>svg {
    transition: transform 0.3s ease;
    display: inline-block;
    margin-right: 5px;
}

a.elementor-button.elementor-button-link.elementor-size-sm:hover>span.elementor-button-content-wrapper>span.elementor-button-icon>i,
a.elementor-button.elementor-button-link.elementor-size-sm:hover>span.elementor-button-content-wrapper>span.elementor-button-icon>svg {
    transform: translateX(5px);
}

.btbnPadrao {
    a.elementor-button {
        padding: 18px 32px;
    }

    .elementor-button-text {
        font-weight: 700;
    }
}

.btn-gradiente:hover {
    background: var(--cor-verde);
}

.btn-outline-gradient .elementor-button {
    background: transparent !important;
}

.btn-outline-gradient .elementor-button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50rem;
    padding: .125rem;
    background: var(--cor-gradiente2);
    -webkit-mask: var(--cor-gradiente2);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.btbnPadraoOutline.reduzido .elementor-button-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.btbnPadraoOutline.reduzido .elementor-button {
    padding: .6rem 1.25rem;
}

.btbnPadrao .elementor-button,
.btbnPadraoTransparente .elementor-button,
.ultimos-posts .post-item .internal a.btn-leia-mais,
.btbnPadraoOutline .elementor-button {
    background: linear-gradient(270deg, var(--e-global-color-d213c97) 0%, var(--e-global-color-1f3c1c6) 100%) !important;
    padding: 1.125rem 2rem;
    border-radius: 2rem;
    font-family: var(--e-global-typography-b899d94-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-b899d94-font-size);
    font-weight: var(--e-global-typography-b899d94-font-weight);
    line-height: var(--e-global-typography-b899d94-line-height);
    position: relative;
    color: var(--e-global-color-4789f6d) !important;
    z-index: 2;
    transition: all .3s ease;
}

.btbnPadrao.elementor-widget__width-inherit .elementor-button,
.btbnPadraoTransparente.elementor-widget__width-inherit .elementor-button,
.btbnPadraoOutline.elementor-widget__width-inherit .elementor-button {
    width: 100% !important;
}

.btbnPadraoLink .elementor-button {
    font-family: var(--e-global-typography-7520a4f-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-7520a4f-font-size) !important;
    font-weight: var(--e-global-typography-7520a4f-font-weight) !important;
    line-height: var(--e-global-typography-7520a4f-line-height) !important;
    background: transparent !important;
    color: var(--e-global-color-d213c97) !important;
    text-decoration: underline !important;
    text-align: left;
}

.btbnPadraoTransparente .elementor-button,
.btbnPadraoOutline .elementor-button {
    background: transparent !important;
    color: var(--e-global-color-d213c97) !important;
}

.btn-lrac .elementor-button-text {
    text-align: left;
}

.btn-cinza .elementor-button {
    background: var(--cor-claro) !important;
    color: var(--cor-escura) !important;
    padding: 8px 16px;
    font-size: 1rem;
    line-height: 1rem;

    & span.elementor-button-content-wrapper {
        display: flex;
        gap: 1rem;
        align-items: center;
        transition: all .4s ease;

        & span.elementor-button-text {
            text-align: start;
        }

        & span.elementor-button-icon svg {
            max-height: 1rem;

            & path {
                fill: var(--cor-verde);
            }
        }

    }

    &:hover {
        background: var(--cor-escura) !important;
        color: var(--cor-claro) !important;

        & span.elementor-button-content-wrapper {
            & span.elementor-button-icon svg {
                & path {
                    fill: var(--cor-claro);
                }
            }
        }
    }
}

.btbnPadraoTransparente .elementor-button {
    border: .125rem solid var(--e-global-color-4789f6d) !important;
    color: var(--e-global-color-4789f6d) !important;
}

.btbnPadraoTransparente .elementor-button:hover {
    color: var(--e-global-color-d213c97) !important;
    background: var(--e-global-color-4789f6d) !important;
}

.btbnPadraoTransparente .elementor-button svg *,
.btbnPadraoOutline .elementor-button svg * {
    transition: fill .3s;
}

.btbnPadraoOutline .elementor-button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50rem;
    padding: .125rem;
    background: linear-gradient(90deg, var(--e-global-color-d213c97) 0%, var(--e-global-color-1f3c1c6) 99.88%);
    -webkit-mask: linear-gradient(var(--e-global-color-4789f6d) 0 0) content-box, linear-gradient(var(--e-global-color-4789f6d) 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.btbnPadrao .elementor-button:hover,
.ultimos-posts .post-item .internal a.btn-leia-mais:hover,
.btbnPadraoOutline .elementor-button:hover::before,
.formcontato .wpcf7-submit:hover,
#headerSite .menu-header-container>ul .contato a:hover,
.btbnPadraoOutline .elementor-button:hover {
    background: var(--e-global-color-1f3c1c6) !important;
}

.btbnPadraoOutline .elementor-button:hover {
    color: var(--e-global-color-4789f6d) !important;
}

.btbnPadraoOutline .elementor-button:hover .elementor-button-icon svg * {
    fill: var(--e-global-color-4789f6d) !important;
    transition: fill .3s;
}

.btbnPadraoTransparente .elementor-button:hover .elementor-button-icon svg * {
    fill: var(--e-global-color-d213c97) !important;
    transition: fill .3s;
}

.btbnPadraoLink .elementor-button .elementor-button-content-wrapper,
.btbnPadraoLink .elementor-button .elementor-button-content-wrapper .elementor-button-icon,
.btbnPadraoTransparente .elementor-button .elementor-button-content-wrapper,
.btbnPadraoTransparente .elementor-button .elementor-button-content-wrapper .elementor-button-icon,
.btbnPadraoOutline .elementor-button .elementor-button-content-wrapper,
.btbnPadraoOutline .elementor-button .elementor-button-content-wrapper .elementor-button-icon,
.btbnPadrao .elementor-button .elementor-button-content-wrapper,
.btbnPadrao .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.btbnPadraoLink .elementor-button .elementor-button-content-wrapper,
.btbnPadraoLink .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
    align-items: flex-end;
}

.btbnPadraoLink .elementor-button .elementor-button-icon svg * {
    fill: var(--e-global-color-d213c97) !important;
}

.btbnPadraoLink .elementor-button .elementor-button-content-wrapper,
.btbnPadraoLink .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
    gap: .25rem;
}

.btbnPadraoLink .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
    transition: margin .3s;
}

.btbnPadraoLink .elementor-button:hover .elementor-button-content-wrapper .elementor-button-icon {
    margin-left: .375rem;
    transition: margin .3s;
}

.btbnPadraoLink .elementor-button .elementor-button-icon,
.btbnPadraoLink .elementor-button .elementor-button-icon svg,
.btbnPadraoTransparente .elementor-button .elementor-button-icon,
.btbnPadraoTransparente .elementor-button .elementor-button-icon svg,
.btbnPadraoOutline .elementor-button .elementor-button-icon,
.btbnPadraoOutline .elementor-button .elementor-button-icon svg,
.btbnPadrao .elementor-button .elementor-button-icon,
.btbnPadrao .elementor-button .elementor-button-icon svg {
    max-height: 1rem;
}

.btbnPadraoOutline.whatsapp .elementor-button .elementor-button-icon svg {
    width: 2rem;
    max-height: 2rem;
}

@media (max-width: 1199px) {
		.elementor-element.header-page {
	padding: 0 24px;
}
}

@media (min-width: 1024px) {



    li.menu-contato a {
        padding: 0 16px !important;
        background: var(--cor-gradiente) !important;
        color: #FFF !important;
        border-radius: 25px !important;
        transition: all .3s ease;
    }

    li.menu-contato a:hover {
        background: var(--cor-verde) !important;
        color: #FFF !important;
    }
}



.subMenuTop {
    background: linear-gradient(270deg, var(--e-global-color-1f3c1c6) 0%, var(--e-global-color-d213c97) 100%)
}

.subMenuTop .container {
    padding: .875rem 2rem;
    max-width: 79rem;
}

.subMenuTop .container ul,
#headerSite .menu-header-container>ul {
    display: flex;
    gap: 1rem 2.5rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    align-items: center;
}

.subMenuTop .container ul li {
    display: flex;
    align-items: center;
}

.subMenuTop .container ul .filterSubHeader a {
    font-size: 0 !important;
    width: 1.25rem;
    height: 1.25rem;
    background: url('/wp-content/uploads/2024/10/Vector-8.svg') no-repeat center center;
    background-size: contain;
}

#headerSite .menu-header-container>ul>li:last-child {
    margin-left: .5rem;
}

#headerSite .menu-header-container>ul>li:first-child {
    margin-right: .5rem;
}

.subMenuTop .container ul li:not(.filterSubHeader):not(.language) a {
    font-family: var(--e-global-typography-0df15d4-font-family), Sans-serif;
    font-size: var(--e-global-typography-0df15d4-font-size);
    line-height: var(--e-global-typography-0df15d4-line-height);
    color: var(--e-global-color-4789f6d);
    font-weight: 700;
    text-decoration: none;
    position: relative;
    padding-bottom: .25rem;
}

.subMenuTop .container ul li.noticias a {
    padding: .5rem 1.5rem !important;
    border-radius: 2rem;
    border: .0625rem solid var(--e-global-color-4789f6d);
}

.subMenuTop .container ul li:not(.filterSubHeader):not(.noticias):not(.language) a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: .0625rem;
    background: var(--e-global-color-4789f6d);
    left: 0;
    bottom: 0;
}

#headerSite {
    background: var(--e-global-color-2a02466);
    z-index: 10;
}

#headerSite .menu-header-container>ul {
    gap: 1rem 0rem;
}

#headerSite #navbarSupportedContent .menu-header-container {
    position: relative;
}

#headerSite .menu-header-container>ul li>.sub-menu {
    display: none;
    position: absolute;
    background: var(--e-global-color-4789f6d);
    padding: 2rem;
    list-style-type: none;
    margin: 0;
    border-radius: 2rem;
    box-shadow: 0px 4px 25px 0px #00000040;
    top: calc(100% + 1rem);
    z-index: 20;
    grid-template-columns: repeat(2, minmax(10rem, 1fr));
    grid-gap: 1rem 2rem;
    align-items: start;
    left: 50%;
    transform: translate(-50%);
}

#headerSite .menu-header-container>ul>li:nth-child(3)>.sub-menu,
#headerSite .menu-header-container>ul>li:nth-child(2)>.sub-menu {
    left: 6.5rem;
    transform: translate(0);
}

#headerSite .menu-header-container>ul>li:nth-child(7)>.sub-menu,
#headerSite .menu-header-container>ul>li:nth-child(8)>.sub-menu {
    right: 6.5rem;
    transform: translate(0);
}

#headerSite .menu-header-container>ul li.active>.sub-menu {
    display: grid;
}

#headerSite .menu-header-container>ul li.active>.sub-menu .active .sub-menu {
    display: flex;
}

#headerSite .menu-header-container>ul li.active>.sub-menu li {
    display: flex;
    flex-direction: column;
    align-items: start;
}

#headerSite .menu-header-container>ul a,
.formcontato .wpcf7-submit {
    display: block;
    font-family: var(--e-global-typography-0df15d4-font-family), Sans-serif;
    font-size: var(--e-global-typography-0df15d4-font-size);
    line-height: var(--e-global-typography-0df15d4-line-height);
    color: var(--e-global-color-0060b99);
    padding: .375rem 1rem;
    font-weight: 700;
    border-radius: 2rem;
    text-decoration: none;
}

#headerSite .menu-header-container>ul .sub-menu a {
    padding: 0;
}

#headerSite .menu-header-container>ul .contato a,
.formcontato .wpcf7-submit {
    background: linear-gradient(270deg, var(--e-global-color-d213c97) 0%, var(--e-global-color-1f3c1c6) 100%);
    padding: .75rem 1.25rem;
    color: var(--e-global-color-4789f6d);

}

#headerSite .menu-header-container>ul .cinquentaAnos a {
    border: .0625rem solid var(--e-global-color-1f3c1c6);
    transition: border-color .3s, box-shadow .3s;
}

#headerSite .menu-header-container>ul>li.menu-item-has-children.active>a,
#headerSite .menu-header-container>ul .cinquentaAnos a:hover {
    background: var(--e-global-color-4789f6d);
    border-color: transparent;
    box-shadow: 0px 4px 25px 0px #00000040;
    transition: border-color .3s, box-shadow .3s;
}

#headerSite .menu-header-container>ul li.menu-item-has-children li.menu-item-has-children>a::after {
    content: '';
    width: .9em;
    height: .9em;
    background: url('/wp-content/uploads/2024/10/arrowDownSubMenu.svg') no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .3s;
}

#headerSite .menu-header-container>ul li.menu-item-has-children li.menu-item-has-children>a {
    position: relative;
    padding-right: calc(.625rem + .9em);
    border-radius: 0;
}

#headerSite .container-fluid {
    padding: 0;
    max-width: 103rem;
}

#headerSite .container-fluid .row {
    margin-right: 0;
    margin-left: 0;
}

#headerSite .navbar {
    padding: 2.125rem 1rem 2rem 1rem;
    gap: 1rem;
}

#headerSite .navbar .navbar-brand {
    padding: 0;
    margin: 0;
}

#headerSite .menu-header-container>ul li>.sub-menu .sub-menu {
    position: relative;
    top: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    flex-direction: column;
    margin-top: .625rem;
    width: 100%;
}

#headerSite .menu-header-container>ul li>.sub-menu .sub-menu a {
    font-weight: 400;
}

.menu-header-container>ul li.menu-item-has-children.active li>a:hover,
.menu-header-container>ul li.menu-item-has-children.active li.menu-item-has-children.active>a,
.fontColorGradient .elementor-heading-title {
    background: -webkit-linear-gradient(180deg, var(--e-global-color-d213c97) 0%, var(--e-global-color-1f3c1c6) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    border-radius: 0 !important;
    -webkit-text-fill-color: transparent;
}

#headerSite .menu-header-container>ul li.menu-item-has-children li.menu-item-has-children.active>a:hover::after,
#headerSite .menu-header-container>ul li.menu-item-has-children li.menu-item-has-children.active>a::after {
    transform: rotate(180deg) translateY(50%);
    background: url('/wp-content/uploads/2024/10/arrowDownSubMenuActive.svg') no-repeat center center;
    transition: transform .3s;
}

.footer .hfe-nav-menu .hfe-nav-menu {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem 1rem;
}

.footer .hfe-nav-menu .hfe-nav-menu::after,
.footer .hfe-nav-menu .hfe-nav-menu::before {
    display: none;
}

.footer .hfe-nav-menu .hfe-nav-menu .hfe-menu-item {
    display: flex;
    gap: .625rem;
    justify-content: flex-start;
    font-weight: 700;
}

div[data-elementor-type="wp-page"] {
    overflow: hidden;
}

/* Home */
.grid-transforme::after,
.dotsEsquerdaTopo::after,
.e-con.grid-transforme::before {
    content: "";
    position: absolute;
    right: -2.875rem;
    top: -1rem;
    height: 7.25rem;
    width: 7.25rem;
    background: url('/wp-content/uploads/2024/10/halftone.png') no-repeat center;
    background-size: contain;
}

.dotsEsquerdaTopo::after {
    right: auto;
    left: -2.875rem;
    z-index: -1;
}

.e-con.grid-transforme::before {
    right: auto;
    left: -2.875rem;
    top: auto;
    bottom: -1rem;
}

.grid-transforme div {
    z-index: 1;
}

.grid-transforme .item-transforme {
    max-width: 290px;
}

.sobre-a-feq {
    max-width: 112rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.sobre-a-feq.e-con::before {
    content: '';
    position: absolute;
    left: 60%;
    width: 100%;
    height: 52.5%;
    border-radius: 0 0 0 30rem;
    border-left: 7rem solid var(--e-global-color-1f3c1c6);
    border-bottom: 7rem solid var(--e-global-color-1f3c1c6);
}

/* ultimos posts home */
.ultimos-posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.ultimos-posts>.post-item:not(:first-child) .post-excerpt {
    display: none;
}

.ultimos-posts>.post-item:first-child {
    grid-row: 1 / 4;
}

.ultimos-posts>.post-item:first-child .internal {
    margin: auto 0;
}

.ultimos-posts>.post-item h3 {
    margin-bottom: .5rem;
    line-height: 0;
}

.ultimos-posts>.post-item h3 a {
    font-family: var(--e-global-typography-5c7c4d2-font-family), Sans-serif;
    font-size: var(--e-global-typography-5c7c4d2-font-size);
    line-height: var(--e-global-typography-5c7c4d2-line-height);
    font-weight: 800;
    color: var(--e-global-color-d213c97);
}

.ultimos-posts>.post-item:first-child h3 a {
    font-size: var(--e-global-typography-10ebcae-font-size);
    line-height: var(--e-global-typography-10ebcae-line-height);
}

.ultimos-posts>.post-item .post-date {
    font-family: var(--e-global-typography-0df15d4-font-family), Sans-serif;
    font-size: var(--e-global-typography-0df15d4-font-size);
    line-height: var(--e-global-typography-0df15d4-line-height);
    color: var(--e-global-color-1f3c1c6);
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.ultimos-posts>.post-item .post-excerpt {
    font-family: var(--e-global-typography-cd9dbad-font-family), Sans-serif;
    font-size: var(--e-global-typography-cd9dbad-font-size);
    line-height: var(--e-global-typography-cd9dbad-line-height);
    color: var(--e-global-color-0060b99);
    margin-bottom: 1.5rem;
}

.ultimos-posts .post-item,
.ultimos-posts .evento-item {
    background: var(--e-global-color-2a02466);
    border-radius: 1.875rem;
    overflow: hidden;
}

.ultimos-posts .post-item {
    display: flex;
    flex-direction: column;
}

.ultimos-posts .post-item>a img {
    width: 100%;
    max-height: 16rem;
    object-fit: cover;
}

.ultimos-posts .post-item:not(:first-child)>a {
    width: 100%;
    max-width: 17rem;
    height: 100%;
}

.ultimos-posts .post-item:not(:first-child)>a img {
    max-height: 100%;
    height: 100%;
}

.ultimos-posts .post-item .internal,
.ultimos-posts .evento-item .internal {
    padding: 2rem 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ultimos-posts .post-item:not(:first-child) {
    flex-direction: row;
}

.ultimos-posts .evento-item {
    display: flex;
}

.ultimos-posts .evento-item .evento-date {
    margin: 0;
    padding: 1.5rem 2.25rem;
    background: var(--e-global-color-d213c97);
    color: var(--e-global-color-4789f6d);
    text-align: center;
    font-family: var(--e-global-typography-69ac691-font-family), Sans-serif;
    font-size: var(--e-global-typography-69ac691-font-size);
    line-height: var(--e-global-typography-69ac691-line-height);
    font-weight: 800;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5rem;
}

.ultimos-posts .evento-item .evento-date span,
.ultimos-posts .evento-item h3 a {
    font-family: var(--e-global-typography-e498e26-font-family), Sans-serif;
    font-size: var(--e-global-typography-e498e26-font-size);
    line-height: var(--e-global-typography-e498e26-line-height);
    font-weight: 800;
}

.ultimos-posts .evento-item h3 {
    margin-bottom: .625rem
}

.ultimos-posts .evento-item h3 a {
    color: var(--e-global-color-1f3c1c6);
}

.ultimos-posts .post-item .internal a.btn-leia-mais {
    padding: .75rem 1.25rem;
    font-family: var(--e-global-typography-0df15d4-font-family), Sans-serif;
    font-size: var(--e-global-typography-0df15d4-font-size);
    line-height: var(--e-global-typography-0df15d4-line-height);
}

.ultimos-posts .evento-item .internal a.btn-saiba-mais span,
.lista-links-uteis .link-item a.btn-saiba-mais span {
    text-decoration: underline;
    transition: margin .3s;
}

.ultimos-posts .evento-item .internal a.btn-saiba-mais,
.lista-links-uteis .link-item a.btn-saiba-mais {
    font-family: var(--e-global-typography-cd9dbad-font-family), Sans-serif;
    font-size: var(--e-global-typography-cd9dbad-font-size);
    line-height: var(--e-global-typography-cd9dbad-line-height);
    color: var(--e-global-color-d213c97);
    font-weight: 700;
}

.lista-links-uteis .link-item a.btn-saiba-mais:hover span,
.ultimos-posts .evento-item .internal a.btn-saiba-mais:hover span {
    margin-right: .5rem;
    transition: margin .3s;
}

/* link util */
.lista-links-uteis {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem 2rem;
}

.lista-links-uteis .link-item {
    padding: 2.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5rem;
    background: var(--e-global-color-2a02466);
    ;
    border-radius: 1.25rem;
}

.lista-links-uteis .link-item h3 {
    margin: 0;
    line-height: 0;
}

.lista-links-uteis .link-item h3 a {
    font-family: var(--e-global-typography-e498e26-font-family), Sans-serif;
    font-size: var(--e-global-typography-e498e26-font-size);
    line-height: var(--e-global-typography-e498e26-line-height);
    font-weight: 800;
    color: var(--e-global-color-d213c97);
}

.lista-links-uteis .link-item a.btn-saiba-mais {
    color: var(--e-global-color-0060b99);
}

/* breadcrumb */
.breadcrumb {
    margin: 0;
}

.breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.breadcrumb ul li,
.breadcrumb ul li a {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.breadcrumb ul li:not(:last-child)::after {
    content: '>';
    margin-left: .5rem;
}

.breadcrumb ul li a,
.breadcrumb ul li::after,
.breadcrumb ul li {
    font-family: var(--e-global-typography-0df15d4-font-family), Sans-serif;
    font-size: var(--e-global-typography-0df15d4-font-size);
    line-height: var(--e-global-typography-0df15d4-line-height);
    color: var(--e-global-color-4789f6d);
}

.breadcrumb ul li:last-child {
    text-decoration: underline;
}

/* contato */
.formcontato p {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.formcontato input[type="text"],
.formcontato input[type="tel"],
.formcontato textarea,
.formcontato select,
.formcontato input[type="email"] {
    background: var(--e-global-color-4789f6d);
    border: .0625rem solid #54688140;
    border-radius: 1.875rem;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    width: 100%;
}

.formcontato input[type="text"]::placeholder,
.formcontato input[type="tel"]::placeholder,
.formcontato textarea::placeholder,
.formcontato select::placeholder,
.formcontato input[type="email"]::placeholder,
.formcontato input[type="text"],
.formcontato input[type="tel"],
.formcontato textarea,
.formcontato select,
.formcontato .wpcf7-list-item,
.formcontato .acceptante-text,
.formcontato input[type="email"] {
    font-family: var(--e-global-typography-cd9dbad-font-family), Sans-serif;
    font-size: var(--e-global-typography-cd9dbad-font-size);
    line-height: var(--e-global-typography-cd9dbad-line-height);
    color: var(--e-global-color-0060b99);
}

.formcontato input[type="checkbox"],
.formcontato .wpcf7-list-item-label {
    cursor: pointer;
}

.formcontato .wpcf7-list-item,
.formcontato .acceptante-text {
    margin: 0 0 1rem 0 !important;
}

.formcontato .wpcf7-submit {
    border: none
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    nav.navbar {
        flex-direction: column;
    }
}

@media (max-width: 1340px) {
    #headerSite .navbar .navbar-brand img {
        width: 100%;
        max-height: 3.125rem;
    }
}

/* Mobile */
@media (max-width: 991px) {

    * {
        /* H1 */
        --e-global-typography-69ac691-font-size: 2rem;
        --e-global-typography-69ac691-line-height: 1.06em;

        /* H2 */
        --e-global-typography-10ebcae-font-size: 2rem;
        --e-global-typography-10ebcae-line-height: 1.06em;
    }
}

.divisor-secao {
    height: 59px;
}

.widget-categoria-post h5 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin: 0;
}

.widget-categoria-post ul {
    margin-top: 8px;
}

.widget-categoria-post ul li a {
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    color: var(--chumbo-01);
}

.wpcf7-form .row {
    margin-bottom: 8px;
}

.wpcf7-form hr {
    margin: 1rem 0 !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="file"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100%;
    background: #FFF;
    border: 1px solid #54688140;
    border-radius: 25px;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    color: var(--chumbo-01);
    font-size: 16px;
    line-height: 22px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
}

.wpcf7-form button[type="submit"],
.wpcf7-form input[type="submit"] {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    width: 100%;
    border: none;
    cursor: pointer;
    background: linear-gradient(270deg, var(--cor-azul) 0%, var(--cor-verde) 100%);
    padding: 18px 32px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: transform 0.3s ease;
}

.wpcf7-form button[type="submit"]::after,
.wpcf7-form input[type="submit"]::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url("/wp-content/uploads/2024/10/arrowBtn.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.wpcf7-form button[type="submit"]:hover::after,
.wpcf7-form input[type="submit"]:hover::after {
    transform: translateX(5px);
}

.wpcf7-form.submitting button[type="submit"],
.wpcf7-form.submitting input[type="submit"] {
    pointer-events: none;
    opacity: 0.7;
}

.btn-link.elementor-widget-text-editor a {
    text-decoration: underline;
    position: relative;
    display: inline-block;
}

.btn-link.elementor-widget-text-editor a::after {
    content: ">";
    margin-left: 8px;
    position: absolute;
    transition: all 0.4s ease;
    right: 0;
    top: 50%;
    transform: translate(15px, -50%);
}

.btn-link.elementor-widget-text-editor a:hover::after {
    transform: translate(19px, -50%);
}

#back-button {
    cursor: pointer;
}

#back-button .elementor-button-icon {
    transform: rotate(-180deg);
    width: 10px;
}

.lab-item .elementor-post-info__item-prefix {
    font-weight: 700;
}

#select-filter-linha-pesquisa,
#select-filter-departamento-docentes,
#select-filter-cursos {
    max-width: 352px;
    width: 100%;
    padding: 16px 24px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;

    background: #FFFFFF;
    border: 1px solid rgba(84, 104, 129, 0.25);
    border-radius: 120px;
    color: #363636;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("/wp-content/uploads/2025/05/ico-dropdown.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 11px 6px;
    padding-right: 50px;
}

nav.elementor-pagination {
    margin-top: 20px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;

    align-items: center;
}

nav.elementor-pagination .page-numbers {
    background:
        linear-gradient(white, white) padding-box,
        /* Inner background */

        var(--cor-gradiente2) border-box;
    /* Gradient border */

    margin: 0 5px;
    border: 1px solid transparent;
    text-decoration: none;
    max-width: 40px;
    max-height: 40px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    border-radius: 50%;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-weight: bold;
    color: var(--cor-azul);
    font-size: 1rem;
    font-weight: 800;
}

/* nav.elementor-pagination a.page-numbers.next,
nav.elementor-pagination a.page-numbers.prev {
    border: none;
} */

nav.elementor-pagination .current {
    background: var(--cor-verde);
    color: #fff;
}

p {
    margin-block: 0;
}

.borda-esquerda-verde {
    border-left: solid 2px #19ABB5;
}

.btbnPadrao-small .elementor-button {
    background: linear-gradient(270deg, var(--e-global-color-d213c97) 0%, var(--e-global-color-1f3c1c6) 100%) !important;
    padding: 12px 20px;
    border-radius: 2rem;
    font-family: var(--e-global-typography-b899d94-font-family), Sans-serif !important;
    font-weight: var(--e-global-typography-b899d94-font-weight) !important;
    line-height: 20px;
    position: relative;
    color: var(--e-global-color-4789f6d) !important;
    z-index: 2;
    font-size: 14px;
}

.link-lrac p {
    margin: 0;
}

.link-lrac p a {
    text-decoration: underline;
}

.btn-outline {
    margin: 0px;
    margin-top: 8px;
    cursor: pointer;
    box-sizing: border-box;
    color: #065BAA;
    display: inline-block;
    padding: 8px 16px;
    border: 2px solid transparent;
    border-radius: 25px;
    position: relative;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #065BAA 0%, #19ABB5 100%) border-box;
    z-index: 1;
}

.btn-modal-link {
    text-decoration: none;
    color: inherit;
    font-size: 16px;
    font-weight: 700 !important;
    transition: all .2s ease;
}

.btn-modal-link:hover {
    color: inherit;
}

.btn-modal--white {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease;
}

.btn-modal--link .svg-wrapper svg {
    transition: transform .2s ease;
}

.btn-modal-link:hover .svg-wrapper {
    transform: rotate(90deg);
}

.btn-modal-link:hover .svg-wrapper svg {
    transform: rotate(0deg);
}

.modal-content {
    border-radius: 30px;
    padding: 40px 80px;
}

.modal .modal-header {
    border: 0px;
}

.modal .card {
    background-color: #F0F3F6;
    border-radius: 20px;
    margin-bottom: 24px;
}

.modal .card .card-header {
    border: 0;
    background-color: transparent;
}

button.close {
    width: 32px;
    height: 32px;
    border: 0px;
    border-radius: 15px;
}

button.close svg {
    transition: transform .2s ease;
}

button:hover.close svg {
    transform: rotate(90deg);
}

.background-patrocinio {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
    border-radius: 20px
}

/*body.wp-singular div.elementor {
	background-image: url('/wp-content/uploads/2024/10/elementos-quimica.png');
	background-repeat: no-repeat;
	background-position: 0 30%;
}*/

.btn-justify-between span.elementor-button-content-wrapper {
    justify-content: space-between;

}

.btn-cinza-disciplina {
    background: var(--cor-claro) !important;
    border-radius: 20px;
    height: 100%;
    padding: 27px 16px !important;
    width: 100% !important;
    color: #000 !important;
    align-content: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    text-align: left;

    & span.descricao svg {
        min-width: 16px;
    }

    & span.texto {
        margin-left: 24px;
    }

    & span.icon {
        margin-left: 24px;
    }

    & span.icon svg path {
        fill: var(--cor-verde);
    }
}

.input-select-semestre {
    background: #FFFFFF;
    border: 1px solid rgba(84, 104, 129, 0.25);
    border-radius: 120px;
    padding: 16px 24px;
    width: 100%;
    max-width: 460px;
    display: block;
    margin: 0 auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("/wp-content/uploads/2025/05/ico-dropdown.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 11px 6px;
}

svg.circle {
    width: 16px;
    height: 16px;

    &.red circle {
        fill: #C61C1C;
    }

    &.blue circle {
        fill: #008AFC;
    }

    &.yellow circle {
        fill: #fef264;
    }
}

/*.elementor-widget-text-editor a {
    color: var(--cor-azul) !important;
		text-decoration: underline;
	position: relative;
	line-height: normal;
	display: inline-block;
}*/

.link-texto-seta-dir p a {
    position: relative;
    padding-right: 20px;
}

.link-texto-seta-dir p a::after {
    content: '>';
    position: absolute;
    right: 5px;
    /* Posição inicial do '>' (ajuste para alinhar com o padding-right) */
    top: 50%;
    transform: translateY(-50%);
    /* Centraliza verticalmente */
    transition: right 0.3s ease, transform 0.3s ease;
    /* Transição suave */
}

.link-texto-seta-dir p a:hover::after {
    transform: translateY(-50%) translateX(5px);
}

.linha-secao-01 h3::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    background: var(--cor-azul);
    margin-left: 44px;

    @media (max-width: 767px) {
        display: none;
    }
}

.linha-secao-02 h4::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    background: var(--cor-verde);
    margin-left: 44px;

    @media (max-width: 767px) {
        display: none;
    }
}

.membro-topico p::before {
    content: "•";
    color: var(--cor-verde);
    font-size: 24px;
    line-height: 22px;
    font-weight: 700;
}

.single-curso .elementor-widget-text-editor {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-block: 0;
    }
}

.depoimento-curso {
    overflow: visible !important;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
}

.depoimento-curso::after {
    content: "";
    background: var(--cor-gradiente);
    position: absolute;
    bottom: -4px;
    height: 8px;
    max-width: 138px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
}

.funcionario-mandato {
    margin-top: 8px;
    font-size: 14px;
    color: var(--cor-verde);
}

.destaque-circulo span.elementor-button-content-wrapper span.elementor-button-text {
    display: flex;
    align-items: center;
    gap: 16px;
}

.destaque-circulo span.elementor-button-content-wrapper span.elementor-button-text::before {
    content: "";
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    border-radius: 50%;
}

.destaque-circulo.vermelho span.elementor-button-content-wrapper span.elementor-button-text::before {
    background: #C61C1C;
}

.destaque-circulo.azul span.elementor-button-content-wrapper span.elementor-button-text::before {
    background: #008AFC;
}

.destaque-circulo.amarelo span.elementor-button-content-wrapper span.elementor-button-text::before {
    background: #FFFB71;
}

.conteudo-semestre {
    display: none !important;
}

.conteudo-semestre.exibir {
    display: block !important;
}

.aba-funcionarios .e-n-tabs .e-n-tabs-heading button[tabindex="0"]::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--cor-azul);
    z-index: 1;
}

.responsividade-tabela {
	max-width: 100%;
    overflow-x: auto;
}

.table-custom {
	th {
		background: #008fe8;
		color: #FFF;
	}
	th, td {
		padding: 0.8rem;
	}
	tr:nth-child(odd) {
	  background-color: #f2f2f2; /* Light grey */
	}

	/* Style for even-numbered rows */
	tr:nth-child(even) {
	  background-color: #ffffff; /* White */
	}
}

.mt-auto {
    margin-top: auto !important;
}

.elementor-element.menu-footer-custom ul.mega-menu.max-mega-menu {

    li.mega-menu-item ul.mega-sub-menu {
        display: none !important;
    }

    li.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
        display: flex !important;
        flex-direction: column-reverse !important;
        transform: translate(0px, calc(-100% - 38px)) !important;
    }
}