
    :root {
        --text: #565656;
--links: #0F79D0;
--titles: #000000;
--page-background: #F6F6F6;
--highlight: #00845f;
--boxes-background: #FFFFFF;
--boxes-border: #CFCCCC;
--section-titles: #FFFFFF;
--section-titles-background: #00845f;
--header-background: #FFFFFF;
--header-links: #666666;
--footer-background: #FFFFFF;
--footer-links: #FFFFFF;
--titles-h1-font-size: 2.2143rem;
--titles-h1-font-weight: 700;
--titles-h1-color: #000000;
--titles-h2-font-size: 1.5714rem;
--titles-h2-font-weight: 400;
--titles-h2-color: #000000;
--titles-h3-font-size: 1.2857rem;
--titles-h3-font-weight: 400;
--titles-h3-color: #000000;
--texts-primary-font-size: 1.1429rem;
--texts-primary-color: #565656;
--texts-secondary-font-size: 1.0000rem;
--texts-secondary-color: #565656;
--texts-link-color: #0F79D0;
    }
    
{
    font-family: 'Roboto', sans-serif !important;
}

:root {
    /*--secondary-color: #142e7b;*/
    --secondary-color: #ffffff;
    --light-grey: #F6F6F6;
    --blue: #eaeaf2;
}

.ods-front-footer a {
    text-decoration:none;
}


.ods-front-footer a p {
    color:#414242;
}

.ods-front-footer a p:hover {
    color:#00A878;
}

.ods-catalog-card__keyword {
    background-color:#00A878;
}

p:not(:last-child) {
    margin-bottom: 1em !important;
}




.footer-container {

    display: flex;
    width: 100%;
    height: 110px;
    padding: 0px 20px 0px 39px;
    justify-content: center;
    gap: 13px;
    flex-shrink: 0;
    background: #474545;
    margin-bottom: 15px;
    margin-top: 25px;
} 




.cta-footer  {
    display: flex;
    align-items: flex-start;
    gap: 5px;



}


.cta-footer a {
    text-align: center;
    color:white !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}

footer.main .box {
    background-color: var(--light-grey) !important;
}

footer.main a {
    text-decoration:none;
    /*color:white !important;*/
    font-size:14px;line-height:24px
}

footer.main a:hover {
    color:white !important
} 
/*
.odswidget-picto:not(.ods-svginliner__svg-container--colorless) svg circle, .odswidget-picto:not(.ods-svginliner__svg-container--colorless) svg path, .odswidget-picto:not(.ods-svginliner__svg-container--colorless) svg polygon, .odswidget-picto:not(.ods-svginliner__svg-container--colorless) svg rect {
    fill: #00A878;
}*/

.ods-catalog-card__keyword {
    background-color: #00A878;
}


.ods-front-header__management-menu-item--backoffice {
    background-color: #ffffff;
    padding: .33rem .67rem;
    border-radius: 5px;
    border: 1px solid;
}

/*teste sara*/
:root {
    --background-copyright: #474545;
    --white: #fff;
}
.container-footer {
    align-items: center;
    justify-content: space-between;
    min-height: 160px;
}

/* Estilização do texto de copyright */
.footer_copyright-text {
    font-size: 12px;
    line-height: 28px;
   /* max-width: 20rem; */
}

/* Estilização dos logos */
.footer_logos {
    flex-wrap: wrap;
    gap: 1rem;
}

/* Layout flexível para os elementos */
.d-flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.gap-1rem {
    gap: 1rem;
}
/* Fundo e cor do footer */
footer { 
    background-color: var(--background-copyright); /* Usando a variável para cor de fundo */
    color: var(--white); /* Usando a variável para a cor do texto */
}

/* Ajustes de largura e margens */
.tempos-container {
    padding: 0 50px;
}

.content-max-width {
    max-width: 1500px;
}

.side-bar-white {
    border-right: 1px solid white;
    padding: 0 10px;
}

.initial-links {
    font-size: 12px;
    display: flex;
    padding: 20px 50px;
    margin-bottom: -40px;
}
.footer_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.footer-cookies {
  display: inline-block;
  margin-left: 0;
  font-size: 12px;
  opacity: .65;
  transition: opacity .15s ease;
}

.footer-cookies:hover,
.footer-cookies:focus-within {
  opacity: 1;
}

.footer-cookies a {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-size: 0 !important;
  color: inherit !important;
  text-decoration: none !important;
}

.footer-cookies a::after {
  content: "Gerir cookies";
  font-size: 12px;
}

.footer-cookies a::before {
  content: "";
  margin-right: 6px;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5'/%3E%3Cpath d='M8.5 8.5v.01M16 15.5v.01M12 12v.01M11 17v.01M7 14v.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media screen and (max-width: 768px) {
    .container-footer {
        flex-wrap: wrap;
    }
}

.footer_logos a {
   align-content: center;
}