/*
Theme Name: critec
Theme URI: https://critec.pt/
Author: critec
Author URI: https://critec.pt/
Description: critec
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: critec
*/

/*
Theme Name: critec
Theme URI: https://critec.pt/
Author: critec
Author URI: https://critec.pt/
Description: critec
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: critec
*/

body {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #18315B;
    overflow-x: hidden;
}

.martian{
    font-family: "Martian Mono", monospace;
}

.outfit{
    font-family: "Outfit", sans-serif;
}
.c-white, .h-white:hover{
    color: #E6E6E6;
}
.c-blue, .h-blue:hover{
    color: #18315B;
}
.c-green, .h-green:hover{
    color: #98DD62;
}
.c-light-green, .h-light-green:hover{
    color: #E1FEB2;
}
.c-gray, .h-gray:hover{
    color: #707070;
}
.bg-light {
    background-color: #F5F5F5 !important;
}
.eventos-section.py-5 {
    padding-top: 90px !important;
    padding-bottom: 150px !important;
}
.t15,.t15 p{
    font-size: 15px;
}
.t16{
    font-size: 16px;
}
.t18{
    font-size: 18px;
}
.t25 {
    font-size: 25px;
}
.t35{
    font-size: 35px;
}
.t68{
    font-size: 68px;
}

.text-description {
    font-weight: 300;
}
.rightTextLegal p{
    font-size: 15px !important;
    line-height: 25px !important;
}
.light {
    font-weight: 300;
}
.regular {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.bold {
    font-weight: 700;
}
.underline {
    text-decoration: underline;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.italic {
    font-style: italic;
}

a{
    text-decoration: none;
    color: inherit;
}

.titlePlus{
    font-family: "Martian Mono", monospace;
    font-size: 18px;
    color: #18315B;
    display: flex;
    align-items: center;
    gap: 10px;
}
.titlePlus::before{
    content: '+';
    display: inline-block;
    font-family: "Martian Mono", monospace;
    font-size: 35px;
    color: #98DD62;
}
.gallery{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.gallery-item{
    width: 100%;
}
.gallery-item img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 30px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

/* EVENTO */

.iconEvento{
    width: 65px;
    height: 65px;
    border-radius: 5px;
    background: #E1FEB2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    flex-shrink: 0;
}
.iconEvento img{
    width: 100%;
    height: 100%;
}

/* FOOTER */
footer{
    background: #18315B;
}
.redesSociais{
    display: flex;
    gap: 15px;
}
.redesSociais a{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all 0.3s ease;
    border: 1px solid #fff;
    text-decoration: none;
}

.redesSociais a.facebook:hover{
    background: #3B5998;
    border-color: #3b5998;
}
.redesSociais a.linkedin:hover{
    background: #0077B5;
    border-color: #0077B5;
}
.redesSociais a.instagram:hover{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border-color: #C13584;
}
.redesSociais a.youtube:hover{
    background: #FF0000;
    border-color: #FF0000;
}

.footer-menu{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
    flex-direction: row;
}
.footer-menu a{
    color: #E6E6E6;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
}
.footer-menu a:hover{
    color: #98DD62;
}
.livro-reclamacoes{
    width: 100%;
    max-height: 68px;
}
.compete2030{
    max-height: 40px;
}
.critec-logo{
    max-height: 12px;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}
.critec-logo:hover{
    filter: unset;
}

/* CARACTERIZACOES HOME */

.caracterizacoes-slide {
    position: relative;
}

.caracterizacoes-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50vw;
    width: 50vw;
    height: 100%;
    background: linear-gradient(90deg, rgba(24, 49, 91, 1) 0%, rgba(24, 49, 91, 1) 90%, rgb(24 49 91 / 94%) 100%);
    z-index: 2;
}

.caracterizacoes-slide .swiper {
    overflow: visible !important;
}

.card-caracterizacao {
    border-radius: 40px;
    padding: 43px 50px;
    color: #18315B;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-caracterizacao-numero {
    font-family: "Martian Mono", monospace;
    font-size: 68px;
}

.card-caracterizacao-expand-icon {
    background: #98DD62;
    color: #18315B;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.card-caracterizacao-expand-icon span {
    transition: transform 0.3s ease-in-out;
}

.card-caracterizacao-expand-icon.active span {
    transform: rotate(45deg);
}

.caracterizacoes-swiper .swiper-wrapper {
    display: flex;
    align-items: flex-end;
}

/* HEADER START*/

.header-top {
    margin-top: 55px;
}

header {
    border-radius: 10px;
    opacity: 1;
    backdrop-filter: blur(23px);
    -webkit-backdrop-filter: blur(23px);
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

.logo-header {
    width: 210px;
}

.navbar .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#navbarSupportedContent {
    overflow: visible;
    flex-grow: 0;
}

.navbar-nav {
    margin: 0 !important;
    padding: 0;
    margin-left: auto !important;
}

header .menu-item {
    margin: 0 50px;
}

header .menu-item:last-child {
    margin-right: 0;
}

header .menu-item a {
    font-size: 16px;
    text-align: left;
    letter-spacing: 0px;
    color: #18315B;
    text-decoration: none;
    padding: 10px 0;
}

.z-index-100 {
    z-index: 100;
}

header .menu-item.current-menu-item a,
header .menu-item a:hover {
    color: #98DD62;
}

/* Botão Ver Atividades */
.btn-ver-atividades {
    background-color: #98DD62;
    color: #18315B;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    width: 275px;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-transform: lowercase;
    border-radius: 10px;
    overflow: hidden;
}

.btn-ver-atividades:hover {
    background-color: #E1FEB2;
}

.btn-ver-atividades .hamburger-icon {
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 6px;
}

/* Botão Ver Atividades no Menu Mobile */
.btn-ver-atividades-mobile {
    background-color: #98DD62;
    color: #18315B;
    border: none;
    padding: 12px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-transform: lowercase;
    font-family: "Martian Mono", monospace;
}

.btn-ver-atividades-mobile:hover {
    background-color: #E1FEB2;
}

.btn-ver-atividades-mobile .hamburger-icon {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 4px;
}

/* Overlay do Menu Atividades */
.atividades-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    /* display: none; */
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.atividades-overlay.active {
    opacity: 1;
    pointer-events: unset;
}

/* Menu Atividades */
.atividades-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    max-width: 100%;
    height: 100vh;
    background-color: #18315B;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
    z-index: 10000;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
}

.atividades-overlay.active .atividades-menu {
    transform: translateX(0);
}

/* Header do Menu */
.atividades-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}

.atividades-title {
    text-align: left;
    font-size: 25px;
    line-height: 50px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #E1FEB2;
}

/* Botão Fechar */
.atividades-close {
    background-color: #98DD62;
    color: #18315B;
    border: none;
    width: 65px;
    height: 65px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 52px;
    line-height: 1;
    transition: background-color 0.3s ease;
    padding: 0;
}

.atividades-close:hover {
    background-color: #E1FEB2;
}

.atividades-close span {
    display: block;
    margin-top: -5px;
    font-weight: 100;
}

/* Lista de Atividades */
.atividades-list {
    padding: 20px 30px;
}

.atividade-item {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.atividade-item:hover {
    color: #ffffff;
    padding-left: 10px;
}

.atividade-item:last-child {
    border-bottom: none;
}

/* OBJETIVOS */
.box-atividades {
    background: #EFEFEF 0% 0% no-repeat padding-box;
    border-radius: 20px;
    padding: 60px;
}



.eventos-section,
.objetivos-section,
.legal-section {
    padding: 117px 0 189px 0;
    overflow-x: hidden;
}
.legal-section {
    overflow: visible !important;
}

.objetivos-section h1,
.legal-section h1 {
    font-size: 68px;
    font-weight: 400;
    line-height: 80px;
    margin-bottom: 60px;
}

.objetivos-section p,
.legal-section p {
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
    margin-bottom: 75px;
    color: #18315B;
}

.objetivos-section h3 {
    font-size: 18px;
    font-weight: 400;
    color: #98DD62;
    font-family: 'Martian Mono', sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 0;
    padding-top: 4px;
}

.objetivos-section h3::before {
    content: '+';
    color: #98DD62;
    font-size: 35px;
    font-weight: 400;
    display: inline-block;
    margin-top: -4px;
}

.objetivos-section h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 25px;
    color: #1E2D42;
    font-family: 'Martian Mono', sans-serif;
    position: relative;
    padding-left: 30px;
}


.objetivos-section img {
    width: 100%;
    border-radius: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-sobre{
    font-size: 68px;
    color: #18315B;
    font-weight: 400 !important;
    line-height: 75px;
}

.title-sobre{
    font-size: 18px;
    font-weight: 400;
    color: #1E2D42;
    line-height: 27px;
    margin-bottom: 0px;
    font-family: 'Martian Mono', sans-serif;
}

.btn-sobre{
    font-size: 16px;
    padding: 16px 30px;
    font-weight: 400;
    color: #18315B;
    background: #98DD62;
    border-radius: 10px;
    border: none;
    line-height: 27px;
    margin-bottom: 0px;
    margin-top: 68px;
    letter-spacing: 1px;
    font-family: 'Martian Mono', sans-serif;
}
.icon-sobre{
    margin-left: 20px;
}

.atividade-item-barra-wrapper {
    line-height: 1;
}

.box-atividades {
    background: #EFEFEF 0% 0% no-repeat padding-box;
    border-radius: 20px;
    padding: 60px;
    width: 80% !important;
    margin-left: auto;
}

/* Estilos para garantir que o sticky funcione */
.get-height {
    position: relative;
    overflow: visible !important;
}

.apply-height {
    position: relative;
    overflow: visible !important;
    height: auto;
}

.apply-height .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 60px;
    align-self: flex-start;
    z-index: 10;
}

/* Garantir que elementos pais não bloqueiem o sticky */
.projeto-section .row,
.objetivos-section .row {
    overflow: visible !important;
}

.projeto-section .col-xxl-9,
.objetivos-section .col-xxl-8 {
    display: block;
    overflow: visible !important;
}

.projeto-section .container-fluid,
.objetivos-section .container-fluid {
    overflow: visible !important;
}

.projeto-section,
.objetivos-section {
    overflow: visible !important;
}

/* Objetivos Slider Styles */
.objetivos-slider-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 0;
    margin-left: -50vw;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.text-success {
    color: #98DD62 !important;
    font-size: 35px !important;
    font-weight: 400 !important;
    font-family: 'Martian Mono' !important;
    margin-right: 22px !important;
}

.objetivos-slider-wrapper .swiper {
    padding-left: 15px;
    padding-right: 0;
}

@media (min-width: 1200px) {
    .objetivos-slider-wrapper .swiper {
        padding-left: calc(15px + ((100vw - 30px) * 0.04166667));
    }
}

@media (min-width: 1400px) {
    .objetivos-slider-wrapper .swiper {
        padding-left: calc(15px + ((100vw - 30px) * 0.04166667));
    }
}

.objetivos-swiper {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.objetivo-card {
    border-radius: 40px;
    padding: 50px;
    min-height: 550px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e0e0;
}

.objetivo-card-header {
    flex: 0 0 auto;
}

.objetivo-numero {
    font-family: 'martian', sans-serif;
    font-size: 68px;
    color: #18315B;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.objetivo-card-body {
    display: flex;
    align-items: flex-end;
    margin-top: auto;
    flex: 1 1 auto;
    padding-top: 20px;
}

.objetivo-descricao {
    font-size: 24px;
    font-weight: 300;
    color: #18315B;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    margin-bottom: 0;
}

.swiper-slide {
    height: auto;
}

.projeto-section {
    padding: 117px 0 189px 0;
    overflow: visible;
}

.projeto-section>.container-fluid {
    overflow-x: hidden;
    overflow-y: visible;
}

.projeto-section h1 {
    font-size: 68px;
    font-weight: 400;
    line-height: 80px;
    margin-bottom: 60px;
}

.projeto-section p {
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
    margin-bottom: 75px;
    color: #18315B;
}

.projeto-section h3,
.legal-section h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 43px;
    color: #1E2D42;
    font-family: 'martian', sans-serif;
    position: relative;
    padding-left: 30px;
}

.projeto-section h3::before,
.legal-section h3::before {
    content: '+';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #98DD62;
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
}

/* Remover margem do último parágrafo no conteúdo */
.projeto-section .col-xxl-9 p:last-child {
    margin-bottom: 0 !important;
}

/* Remover margem do último parágrafo na descrição 2 */
.objetivos-section .col-xxl-9 p:last-child {
    margin-bottom: 0 !important;
}

.eventos-slider-wrapper {
    margin-top: 120px;
}
/* Banner Section Styles */
.banner-section {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.banner-section .carousel {
    height: 100%;
}

.banner-section .carousel-inner {
    height: 100%;
}

.banner-section .carousel-item {
    height: 100vh;
    position: relative;
}

.banner-section .carousel-item.active {
    background: transparent;
}

.banner-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    padding: 20px;
    border-radius: 40px;
}

.banner-section .container-fluid {
    position: relative;
    z-index: 2;
    height: 100%;
}

.banner-title {
    color: #FFFFFF;
    font-size: 68px;
    font-weight: 400;
    line-height: 75px;
    margin: 0;
    padding-bottom: 60px;
    font-weight: 400;
    text-align: left;
    max-width: 900px;
    position: absolute;
    bottom: 0;
}

/* Custom Navigation Buttons */
.col-xxl-11.relative {
    position: relative;
}

.banner-navigation {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;
    gap: 10px;
    padding-right: 0;
    padding-bottom: 60px;
}

.banner-nav-prev,
.banner-nav-next {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    margin: 0;
    padding: 0;
}

.banner-nav-prev {
    border: 2px solid #FFFFFF;
    font-size: 16px !important;
    background: transparent;
}

.banner-nav-prev:hover {
    opacity: 0.8;
}

.banner-nav-next {
    background: #98DD62;
    border: none;
    font-size: 16px !important;
    color: #18315B;
}



.banner-arrow-left,
.banner-arrow-right {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
}

.banner-arrow-left {
    border-width: 8px 12px 8px 0;
    border-color: transparent #FFFFFF transparent transparent;
}

.banner-arrow-right {
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #18315B;
}

.banner-nav-prev .carousel-control-prev-icon,
.banner-nav-next .carousel-control-next-icon {
    display: none;
}

/* Simple slide transition */
.banner-section .carousel-item {
    transition: transform 0.6s ease-in-out;
}

.rounded {
    border-radius: 40px !important;
}

.text-description ul li {
    list-style-type: none;
    position: relative;
    padding-left: 1.4em;
    font-size: 25px;
    line-height: 50px;
    font-family: 'Martian Mono', sans-serif;
}

.text-description ul li::before {
    content: "+";
    color: #18315B;
    /* azul corporativo */
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.title-eventos {
    font-size: 68px;
    line-height: 80px;
    color: #1E2D42;
}

/* Eventos Slider Styles */

.eventos-slider-wrapper .swiper {
    overflow: visible;
}

.eventos-swiper {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.evento-card {
    height: 100%;
    display: flex;
    flex-direction: column;

}

.evento-card-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #F2F2F2;
    padding: 20px 10px;
    border-radius: 30px;
}

.evento-card-image img {

    max-height: 500px;
    display: block;
    object-fit: contain;
}

.evento-card-brand {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.95);
    border-bottom-right-radius: 20px;
    max-width: 60%;
}

.evento-card-brand .fw-bold {
    color: #1E2D42;
    font-size: 16px;
}

.evento-card-brand .small {
    color: #666;
    font-size: 12px;
    line-height: 1.4;
}

.evento-card-date {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
    background: #98DD62;
    color: #fff;
    border-top-left-radius: 20px;
    max-width: 50%;
}
.objetivos-section.bg-light{
    background-color: #EFEFEF !important;
}

.evento-card-footer {
    padding: 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.evento-info {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.evento-date {
    font-size: 15px;
    color: #707070;
    margin-bottom: 10px;
    font-family: 'Martian Mono', sans-serif;
}

.evento-cidade {
    font-size: 30px;
    line-height: 27px;
    color: #18315B;
}

.evento-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #98DD62;
    border-radius: 0;
    color: #18315B;
    text-decoration: none;
    font-size: 20px;
    transition: opacity 0.3s;
    border-radius: 20px;
    height: 65px;
    width: 65px;
}



.icon-evento {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;

    color: #18315B;
    line-height: 1;
    transform: rotate(-45deg);
}

.icon-evento i {
    font-weight: 400 !important;
}

.swiper-slide {
    height: auto;
}

.caracterizacao-section {
    padding: 100px 0 60px 0;
    background: #18315B;
    color: #fff;
}
.banner-nav-next:hover,
.evento-link:hover,
        .btn:hover {
            background: #E1FEB2 !important;
            color: #18315B !important;
        }
@media (max-width: 768px) {
    .banner-title {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 40px;
    }

    .banner-navigation {
        bottom: 40px;
    }

    .banner-nav-prev,
    .banner-nav-next {
        width: 50px;
        height: 50px;
    }
}

.sobre-projeto-section {
    padding: 98px 0 139px 0;
}
.objetivo-descricao p {
    margin-bottom: 0;
}
.mb-60px {
    margin-bottom: 60px;
}
.mb-30px {
    margin-bottom: 30px;
}
.mb-20px {
    margin-bottom: 20px;
}
.mb-10px {
    margin-bottom: 10px;
}
.mb-5px {
    margin-bottom: 5px;
}
/* Responsive */
@media (max-width: 768px) {
    .atividades-menu {
        width: 80%;
        min-width: 280px;
    }

    .atividades-title {
        font-size: 24px;
    }

    .atividade-item {
        font-size: 16px;
    }
}

.regular {
    font-weight: 400;
}


/*HEADER END */

.spacer150 {grid-column: inherit; height: 150px;width: 100%;}
.spacer120 {grid-column: inherit; height: 120px;width: 100%;}
.spacer90 {grid-column: inherit; height: 90px;width: 100%;}
.spacer60 {grid-column: inherit; height: 60px;width: 100%;}
.spacer30 {grid-column: inherit;height: 30px;width: 100%;}
.spacer15 {grid-column: inherit;height: 15px;width: 100%;}

/* BOOTSTRAP 5.3 BREAKPOINTS */

/* XXL - Extra Extra Large (≥1400px) */
@media (max-width: 1399.98px) {
	.xxl-spacer150 {height: 150px;}
	.xxl-spacer120 {height: 120px;}
	.xxl-spacer90 {height: 90px;}
	.xxl-spacer60 {height: 60px;}
	.xxl-spacer30 {height: 30px;}
	.xxl-spacer15 {height: 15px;}
	.xxl-spacer0 {height: 0px;}
}

/* XL - Extra Large (≥1200px) */
@media (max-width: 1199.98px) {
	.xl-spacer150 {height: 150px;}
	.xl-spacer120 {height: 120px;}
	.xl-spacer90 {height: 90px;}
	.xl-spacer60 {height: 60px;}
	.xl-spacer30 {height: 30px;}
	.xl-spacer15 {height: 15px;}
	.xl-spacer0 {height: 0px;}
}

/* LG - Large (≥992px) */
@media (max-width: 991.98px) {
	.lg-spacer150 {height: 150px;}
	.lg-spacer120 {height: 120px;}
	.lg-spacer90 {height: 90px;}
	.lg-spacer60 {height: 60px;}
	.lg-spacer30 {height: 30px;}
	.lg-spacer15 {height: 15px;}
	.lg-spacer0 {height: 0px;}
}

/* MD - Medium (≥768px) */
@media (max-width: 767.98px) {
	.md-spacer150 {height: 150px;}
	.md-spacer120 {height: 120px;}
	.md-spacer90 {height: 90px;}
	.md-spacer60 {height: 60px;}
	.md-spacer30 {height: 30px;}
	.md-spacer15 {height: 15px;}
	.md-spacer0 {height: 0px;}
}

/* SM - Small (≥576px) */
@media (max-width: 575.98px) {
	.sm-spacer150 {height: 150px;}
	.sm-spacer120 {height: 120px;}
	.sm-spacer90 {height: 90px;}
	.sm-spacer60 {height: 60px;}
	.sm-spacer30 {height: 30px;}
	.sm-spacer15 {height: 15px;}
	.sm-spacer0 {height: 0px;}
}

img {
	max-width: 100%;
}

.compete2030Mobile {
    display: none;
}
 ol,
 ul {
     padding-left: 0;
 }
@media (max-width: 1650px) {
    .text-description ul li {
        font-size: 18px;
        line-height: 30px;
    }
   
    body {
        font-size: 20px;
    }

    .t18 {
        font-size: 16px;
    }

    .eventos-slider-wrapper {
        margin-top: 80px;
    }

    .title-eventos,
    .banner-title,
    .text-sobre,
    .t68 {
        font-size: 40px;
        line-height: 1.3;
    }

    .footer-menu {
        flex-direction: column;
        gap: 0px;
    }

    .compete2030Mobile {
        display: block;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .compete2030Desktop {
        display: none;
    }

    header .menu-item {
        margin: 0 25px;
    }
    .btn-ver-atividades,
    header .menu-item a {
        font-size: 14px;
    }

    .btn-ver-atividades .hamburger-icon {
        font-size: 28px;
    }

    .projeto-section h1,
    .objetivos-section h1,
    .legal-section h1 {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 40px;
    }
    .projeto-section p,
    .objetivos-section p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 40px;
    }
    .box-atividades {
        padding: 45px 25px;
        width: 90% !important;
    }
    .objetivo-numero {
        font-size: 50px;
    }
    .objetivo-card {
        padding: 30px;
    }
    .objetivo-card p {
        font-size: 16px;
    }
    .atividades-header {
        padding: 0px 20px;
    }
    .atividades-close {
        width: 50px;
        height: 50px;
        font-size: 40px;
    }
    .atividade-item {
        font-size: 14px;
    }
    .atividades-list {
        padding: 20px;
    }
    
    .footer-menu a,
    .t15,
    .t15 p {
        font-size: 14px;
    }
    .objetivo-card {
        min-height: 440px;
    }
    .eventos-section,
    .objetivos-section,
    .legal-section,
    .projeto-section {
        padding: 75px 0 189px 0;
    }

    .navbar-nav {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    header .menu-item {
        text-align: center;
    }
    header .menu-item:last-child {
        margin-right: 30px;
    }
}

@media (max-width: 1024px) {
    .banner-section .carousel-item,
    .banner-section {
        max-height: 700px;
    }

    .banner-image {
        padding: 0;
        border-radius: 0;
    }
    .banner-navigation {
        right: 16px;
    }
}

@media (max-width: 768px) {

    .banner-navigation {
        display: none;
    }
    .btn-sobre {
        margin-bottom: 0px;
    }
    .sobre-projeto-section {
        padding: 68px 0 69px 0;
    }
    .title-eventos,
    .banner-title,
    .text-sobre,
    .t68 {
        font-size: 34px;
        line-height: 1.3;
    }
    .navbar .container-fluid {
        padding: 0px;
    }
}