html {
    --primary-color: #0000dd;
    --secondary-color: #0000dd;
    /*--secondary-color: #DE99E0;*/
    --third-color: #0000dd;
    --fourth-color: #0000dd;
    --vetors-color: #ebeaea;
    --icons-color: #313131;
    --text-color: #000000cc;
    --title-color: #000000cc;
    --primary-shadow: 0 32px 24px -16px #00000040;
    --secondary-shadow: 0 12px 24px -16px #00000040;
    height: 100%;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#maincontainer {
    overflow: hidden;
}

body {
    min-height: 100%;
    position: relative;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    color: var(--text-color);
}

h1 {
    font-size: calc(1.375rem + 5vw);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
}

.container-hero-text-box h1 {
    max-width: 1200px;
}

h2,
h3,
h4,
h5 {
    font-family: "Exo 2", sans-serif;
    color: var(--title-color);

}


h2 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 600;
}

h3 {
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
}

h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    color: var(--text-color);
}

.p-margin p,
p.p-margin {
    margin-bottom: 1rem;
}

a,
button {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-decoration: none;
    color: var(--text-color);
}

p a:hover,
a:hover,
button:hover {
    color: var(--third-color);
}

ul {
    list-style: none;
}

li {
    margin: 1rem 0;
}

.floating-section {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 99;
}

.fixed-bar-section {
    position: fixed;
    bottom: 0rem;
    left: 0rem;
    z-index: 9999;
    width: 100%;
}

.btn-flutuante {
    background-color: #fff;
    border-radius: 50%;
    border: 5px solid var(--secondary-color);
    width: 5rem;
    height: 5rem;
    padding: 0.5rem;
    transition: transform 0.3s;
}

.btn-fixed-bar {
    width: 100%;
    background: #0000DD;
    background: linear-gradient(90deg, rgba(0, 0, 221, 1) 0%, rgba(204, 113, 200, 1) 100%);
    padding: 0.3rem 0;
}

.btn-fixed-bar img {
    margin-right: 1rem;
}

.btn-flutuante img,
.btn-fixed-bar img {
    width: 1.5rem;
}

.btn-fixed-bar h4 {
    color: #fff;
}

.btn-flutuante h4 {
    font-size: 0.8rem;
}

.btn-flutuante:hover {
    box-shadow: var(--primary-shadow);
    transform: perspective(600px) translateZ(40px) scale(1.05);
    z-index: 10;

}

.btn-flutuante:hover h4 {
    color: var(--secondary-color);
}

.hr-line-btn {
    height: 4px;
    width: 2rem;
    border-radius: 40px;
    margin-right: 0.5rem;
    background-color: var(--secondary-color);
    transition: width 0.3s ease-in-out;
}

a:hover .hr-line-btn {
    width: 5rem;
}

.check-icon {
    width: 1.2rem;
    margin-top: 0.2rem;
    margin-right: 1rem;
}

.relative {
    position: relative;
}

.poemsbtn-neutro {
    display: block;
    color: var(--icons-color);
    transition: all 0.5s;
    height: 50px;
    text-align: center;
    width: 250px;
    cursor: pointer;
    border: 2px solid var(--icons-color);
    background-color: transparent;
    line-height: 50px;
    transition: color 0.5s, border 0.5s;
}

.poemsbtn-neutro:hover {
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.poemsbtn,
.Subscribe-btn {
    display: block;
    color: var(--secondary-color);
    transition: all 0.5s;
    position: relative;
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 250px;
    cursor: pointer;
    font-weight: 600;
}

.poemsbtn::before,
.Subscribe-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #f8f8f8 !important;
    transition: all 0.3s;
}

.poemsbtn:hover::before,
.Subscribe-btn:hover::before {
    opacity: 0;
    transform: scale(0.5, 0.5);
}

.poemsbtn::after,
.Subscribe-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid var(--secondary-color);
    transform: scale(1.2, 1.2);
    background-color: transparent !important;
}

.poemsbtn:hover::after,
.Subscribe-btn:hover::after {
    opacity: 1;
    transform: scale(1, 1);
}

.bg-img-properties {
    background-color: #4f4f4f;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.h-space {
    clear: both;
    height: 3rem;
}

.w-space {
    clear: both;
    width: 3rem;
}


.purple-design {
    background-color: #0000db1f;
    padding: 3rem 0;
}

.purple-design .grid-news-item .border,
.purple-design .title-vetor div,
.purple-design .hr-line-btn {
    background-color: var(--third-color);
}

.purple-design .grid-news-item .border {
    width: 6px;
    height: 50%;
}

.purple-design .read-more-btn a,
.purple-design .read-more-btn span {
    color: var(--third-color);
}

.purple-design .poemsbtn {
    color: #fff;
    background-color: rgb(0, 0, 0, 0.8);
}


.section-eyebrow {
    font-family: 'DM Mono', monospace;
    font-size: 0.65rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0.6rem;
}

.section-eyebrow::before {
    content: '';
    width: 20px;
    height: 2px;
    background: var(--primary-color);
    border-radius: 2px;
}

.borderLeft,
.borderBottom {
    position: relative;
    border: none;
}

.borderLeft::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 10px;
}

.borderBottom::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: var(--primary-color);
    border-radius: 10px;
}

/*************** BANNER E BOX HEROSECTION DE TODAS AS PAGINAS ******************/

.banner-wrapper {
    /*filter: drop-shadow(0px 24px 10px rgba(0, 0, 0, 0.4));*/
    width: 100vw;
    position: absolute;
}

.container-banner-img {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 95%);
    position: relative;
    width: 100vw;
    height: 70vh;
    position: relative;
    min-height: 600px;
}

.banner-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-banner-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #123c9e8c;
    backdrop-filter: blur(5px);
    pointer-events: none;
}

.container-hero-text-box {
    position: relative;
    padding-top: 27vh;
}


.hero-text-box {
    background-color: #f5f6fa;
    padding: 2rem;
    box-shadow: 0px 32px 24px -16px rgba(0, 0, 0, 0.25);
}

/*************** SCROL Lateral em grid's *************/
.scroll-gallery-wrapper {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.scroll-gallery-wrapper::-webkit-scrollbar {
    height: 8px;
}

.scroll-gallery-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.scroll-gallery-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.scroll-gallery-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.scroll-gallery-item,
.scroll-gallery-wrapper>div {
    flex-shrink: 0;
    min-width: 300px;
    height: auto;
    margin-right: 2rem;
    width: 22vw;
    max-width: 400px;
}

.scroll-gallery-item:last-child,
.scroll-gallery-wrapper>div:last-child {
    margin-right: 0;
}

/************ css de paginação ************/
.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 2.5rem 0;
    justify-content: end;
}

.paginação-link {
    display: block;
    padding: 0.75rem 1rem;
    border: 1px solid transparent;
    color: var(--icons-color);
    min-width: 2.5rem;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.paginação-link:hover,
.paginação-link:focus {
    color: var(--secondary-color);
    outline: none;
}

.page-item.active .paginação-link,
.page-item.active .paginação-link:hover,
.page-item.active .paginação-link:focus {
    color: var(--secondary-color);
    cursor: default;
}

.page-item.disabled .paginação-link {
    color: #b0b0b0;
    pointer-events: none;
    cursor: not-allowed;
}

/* ----------   vetores  ------------- */
/******** retangulos antes dos titulos *******/
.title-vetor {
    position: relative;
    width: 47.5px;
    height: 21.96px;
    margin-right: 1rem;
    margin-top: 1rem;
}

.title-vetor div {
    position: absolute;
    width: 31.67px;
    height: 7.57px;
    background-color: var(--secondary-color);
}

/*********** circulo no topo das paginas ************/
.circle-svg {
    width: 30vmin;
    position: relative;
    left: -80px;
    z-index: -10000;
}

.circle-svg svg {
    position: absolute;
    top: 0;
    left: 0;
}

.circle-v2-svg {
    width: 30vmin;
    position: absolute;
    left: 0%;
    top: 30%;
}

.dot-circle-svg {
    width: 20vmin;
    position: absolute;
    right: 0;
    bottom: -30px;
}

/********* setas para noticia e eventos - navegar para pagina seguinte e anterior **********/
.navigation {
    position: relative;
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.nav-btn {
    background-color: rgb(0, 0, 221, 0.3);
    border: 2px solid rgb(0, 0, 221, 0);
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.nav-btn:hover {
    background-color: rgba(0, 0, 221, 0);
    border: 2px solid rgb(0, 0, 221, 0.3);
}

.active>.page-link,
.page-link.active,
.disabled>.page-link,
.page-link.disabled,
.page-link:hover,
.page-link:focus {
    color: var(--secondary-color);
    background-color: transparent;
    border-color: transparent;
}

.sr-only {
    /* esconder o texto para leitores de ecrã */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
    border: 0;
}