:root {
--primary-color: #00ac41;
--secondary-color: #ffef00;
--tertiary-color: #005e9d;
--light-green: #abf126;
--background-categoria-item: #dffec2;
--background-footer: var(--primary-color);
--background-input-footer: #d1dce3;
--background-download-card: #dffec1;
--background-sobre-nos-card: #e5e5e5;
--background-ultimas-noticias-card: #fef6b4;
--background-download-button: var(--light-green);
--background-carousel-button: #a3bac7;
--background-whatsapp-button: #acf126;
--background-telefone-button: #b2cee1;
--background-sub-menu: rgba(229, 229, 229, 0.8);
--text-on-dark: #fff;
--text-on-light: #002c19;
--text-gray: #adadad;
--link-on-light: var(--text-on-light);
--font-smaller: 10px;
--font-small: 12px;
--font-medium: 14px;
--font-large: 16px;
--font-xl: 18px;
--font-xxl: 42px;
--font-huge: 62px;
--font-light: 300;
--icon-size: 20px;
--icon-logo-size: 5rem;
--padding-default: 1.3rem;
--border-radius-medium: 1.5rem;
--border-radius-small: 0.5rem;
--border-color: #002c19;
}
.container {
max-width: 1452px !important;
padding: 0 !important;
} body {
font-family: "Fira Sans", sans-serif !important;
color: var(--text-on-light);
} .header {
font-size: var(--font-small);
padding-left: var(--padding-default);
padding-right: var(--padding-default);
}
.header-contato {
padding: 0.5rem;
border-bottom-left-radius: 0.5rem;
background-color: var(--primary-color);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
gap: 4rem;
}
.header-contato a {
text-decoration: none;
color: #000000;
display: flex;
align-items: center;
gap: 5px;
filter: invert(1);
font-size: var(--font-small);
}
.header-contato a:hover {
text-decoration: underline;
}
.header-contato p {
margin-top: 1rem;
}
.header-boa-vista {
padding: 0.5rem;
border-bottom-right-radius: 0.5rem;
background-color: var(--tertiary-color);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
gap: 2rem;
font-size: var(--font-small);
}
.header-boa-vista a {
text-decoration: none;
color: #fff;
} .menu {
display: flex;
padding: 0;
margin: 0;
}
.menu li {
list-style: none;
position: relative;
}
.menu .sub-menu {
display: none;
position: absolute;
top: 120%;
right: 0;
background-color: var(--background-sub-menu);
padding: 1rem 1.5rem 1rem;
margin: 0;
border-radius: 0.5rem;
text-transform: none;
grid-auto-flow: column;
grid-template-rows: repeat(4, auto);
z-index: 2;
}
.menu li:hover>.sub-menu {
display: grid;
}
.sub-menu li a {
display: block;
padding: 10px 15px;
text-decoration: none;
color: var(--text-on-light);
transition: background-color 0.3s, color 0.3s;
white-space: nowrap;
}
.menu-item {
position: relative;
}
.menu-item:hover .sub-menu,
.sub-menu:hover {
display: block;
}
.header-menu-desktop {
display: flex;
justify-content: end;
align-items: center;
text-transform: uppercase;
font-size: 1rem;
}
.header-menu-class {
display: flex;
font-weight: 500;
}
.header-menu-class .menu-item>a {
text-decoration: none;
color: var(--text-on-light);
padding: 10px 15px;
transition: background-color 0.3s, color 0.3s;
}
.header-menu-class .menu-item>a:hover {
color: var(--primary-color);
transition: background-color 0.3s, color 0.3s;
}
.header-menu-class .current-menu-item>a {
font-weight: bold;
color: var(--primary-color);
border-bottom: 2px solid var(--primary-color);
} .header-tickets {
display: flex;
align-items: center;
justify-content: space-between;
text-transform: uppercase;
}
.header-person-desktop {
border: 2px solid var(--secondary-color);
border-radius: 50%;
}
.header-ingresso-desktop {
background-color: var(--secondary-color);
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem;
}
.header-ingresso-desktop a {
gap: 0.5rem;
margin-right: 1rem;
margin-left: 1rem;
margin-top: 0.2rem;
margin-bottom: 0.2rem;
}
.header-aci-logo a {
display: flex;
align-items: end;
justify-content: center;
margin-top: 2rem;
margin-bottom: 1rem;
height: 3rem;
}
.header-aci-logo a img {
height: auto;
object-fit: contain;
} .footer-top {
display: flex;
align-items: baseline;
padding-bottom: var(--padding-default);
margin-bottom: -1rem;
}
.footer-top-message {
margin-top: 1rem;
display: flex;
justify-content: end;
text-transform: uppercase;
} .footer-top-input-email {
display: flex;
justify-content: center;
}
.footer-top-input-email .input-email {
border: 1px solid var(--background-input-footer);
background-color: var(--background-input-footer);
border-radius: var(--border-radius-medium);
}
.footer-top-input-email input {
width: 100%;
padding: 0.5rem;
border: 1px solid var(--background-input-footer);
background-color: var(--background-input-footer);
border-radius: var(--border-radius-medium);
}
.footer-top-input-email input:focus {
outline: none;
} .footer-top-submit-email {
display: flex;
align-items: center;
}
.footer-top-submit-email button {
background-color: white;
color: var(--primary-color);
padding: 0.4rem 1.2rem;
border: 2px solid var(--primary-color);
border-radius: var(--border-radius-medium);
cursor: pointer;
text-transform: uppercase;
font-weight: bold;
display: flex;
align-items: center;
gap: 0.5rem;
transition: all 0.3s ease;
}
.footer-top-submit-email button:hover {
background-color: var(--primary-color);
color: white;
} .footer-top-checkbox {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
font-size: var(--font-smaller);
}
.footer-top-checkbox label {
color: var(--text-color);
}
.footer-top-checkbox a {
color: var(--link-color);
}
.footer-top-checkbox input {
appearance: none;
width: 18px;
height: 18px;
border-radius: 4px;
background-color: var(--background-input-footer);
position: relative;
cursor: pointer;
}
.footer-top-checkbox input:checked {
background-color: var(--primary-color);
border-color: var(--primary-color);
}
.footer-top-checkbox input:checked::before {
content: "✔";
font-size: 14px;
font-weight: bold;
color: white;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} .footer-midle {
display: flex;
justify-content: center;
flex-wrap: wrap;
padding: var(--padding-default);
}
.footer-social-media {
display: flex;
justify-content: center;
align-items: center;
gap: 2rem;
margin-bottom: 1rem;
}
.footer-p {
text-transform: uppercase;
font-size: var(--font-large);
}
.footer-social-media .social-icons a {
display: flex;
gap: 2rem;
color: var(--text-on-light);
}
.footer-bar-endereco {
background-color: var(--background-footer);
border-radius: 0.5rem;
padding: 2rem 2rem;
}
.footer-endereco a {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
color: var(--text-on-dark);
text-decoration: none;
}
.footer-mail a {
display: flex;
align-items: center;
justify-content: center;
margin-top: 1rem;
margin-bottom: -0.5rem;
gap: 0.5rem;
color: var(--text-on-dark);
text-decoration: none;
}
.footer-whatsapp a {
display: flex;
align-items: center;
justify-content: center;
margin-top: 1rem;
margin-bottom: -0.5rem;
gap: 0.5rem;
color: var(--text-on-dark);
text-decoration: none;
font-weight: bold;
}
.footer-linha {
border: none;
height: 3px;
background-color: var(--light-green);
width: 100%;
margin: 20px 0;
border-radius: 0.1rem;
} .footer-bottom {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: var(--padding-default);
text-align: center;
}
.footer-direitos {
justify-content: center;
}
.footer-facisc {
justify-content: center;
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.footer-dosul {
justify-content: center;
}
.footer-bottom p {
margin-bottom: 0;
font-size: var(--font-small);
}
.footer-logo-facisc {
width: 10rem;
max-width: 100%;
}
.footer-logo-dosul {
width: 4rem;
max-width: 100%;
} .contato {
padding: var(--padding-default);
}
.contato-maps-whatsapp {
padding-right: 0;
}
.contato-whatsapp {
background-color: var(--primary-color);
color: var(--text-on-dark);
padding: 1.75rem;
border-radius: 1rem;
position: relative;
overflow: hidden;
}
.contato-whatsapp div {
padding-left: var(--padding-default);
}
.contato-whatsapp h3 {
font-weight: var(--font-light);
}
.contato-whatsapp h3 strong {
font-weight: bold;
}
.contato-whatsapp p {
font-size: var(--font-small);
}
.contato-whatsapp a {
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
width: 100%;
color: var(--text-on-dark);
border: 2px solid var(--text-on-dark);
padding: 0.5rem 1rem;
border-radius: var(--border-radius-medium);
transition: all 0.3s ease;
}
.contato-whatsapp a:hover {
background-color: var(--text-on-dark);
color: var(--primary-color);
transition: all 0.3s ease;
}
.contato-whatsapp .whatsapp-icon {
position: absolute;
top: 1rem;
right: 1.5rem;
width: 10rem;
height: 10rem;
filter: invert(1);
}
.contato-maps h4 {
text-align: center;
font-weight: bold;
}
.contato-iframe-maps {
width: 100%;
height: 315px;
border-radius: 1rem;
margin-bottom: 0.5rem;
} .associado-banner {
background-color: var(--secondary-color);
color: var(--text-on-light);
padding: 1.5rem;
border-radius: 1rem;
position: relative;
overflow: hidden;
margin-bottom: 0.8rem;
}
.associado-banner div {
padding-left: var(--padding-default);
padding-bottom: 1.5rem;
width: 85%;
}
.associado-banner h1 {
font-weight: var(--font-light);
font-size: var(--font-huge);
margin-top: 1.5rem;
line-height: 0.9;
}
.associado-banner h1 b {
font-weight: bold;
}
.associado-banner p {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
text-transform: uppercase;
font-size: var(--font-xl);
}
.associado-banner a {
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
width: 100%;
color: var(--text-on-light);
border: 2px solid var(--border-color);
padding: 0.5rem 1.5rem;
border-radius: var(--border-radius-medium);
transition: all 0.3s ease;
}
.associado-banner a:hover {
background-color: var(--text-on-light);
border-color: var(--border-color);
color: var(--secondary-color);
transition: all 0.3s ease;
}
.associado-banner .network-icon {
position: absolute;
top: 2rem;
right: 2rem;
width: 5rem;
height: 5rem;
}
.associado-banner .br-h1 {
display: none;
}
.associado-banner .br-p {
display: none;
} .seja-associado {
padding: var(--padding-default);
} .contato-form {
display: flex;
flex-direction: column;
gap: 1rem;
padding: var(--padding-default);
background-color: var(--background-input-footer);
border-radius: 1rem;
align-items: flex-start;
}
.contato-form>div {
padding: 0rem 2rem 0rem;
}
.contato-form h3 {
display: flex;
justify-content: center;
width: 100%;
}
.form-contato-select select,
.form-contato-input input,
.form-contato-textarea textarea {
box-sizing: border-box;
border: 1px solid var(--background-input-footer);
border-radius: 1.5rem;
width: 100%;
}
.form-contato-textarea textarea {
resize: none;
height: 127px;
}
.form-contato-select select,
.form-contato-input input,
.form-contato-textarea textarea {
width: 100%;
padding: 10px;
padding-left: 1rem;
border: 1px solid #ccc;
border-radius: var(--border-radius-medium);
font-size: 16px;
box-sizing: border-box;
}
.form-contato-select select {
height: 45px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: white;
cursor: pointer;
color: #898989;
}
.form-checkbox {
display: flex;
align-items: center;
gap: 10px;
font-size: 14px;
}
.form-contato-submit {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 100%;
margin-bottom: -2.5rem;
} .form-proposta-input input,
.form-proposta-textarea textarea {
box-sizing: border-box;
border: 1px solid var(--background-input-footer);
border-radius: var(--border-radius-medium);
width: 100%;
padding: 0.5rem;
padding-left: 1rem;
}
.form-proposta-textarea textarea {
resize: none;
height: 75px;
} .form-checkbox {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
font-size: var(--font-smaller);
}
.form-checkbox label {
color: var(--text-color);
}
.form-checkbox a {
color: var(--link-color);
}
.form-checkbox input {
appearance: none;
width: 18px;
height: 18px;
border-radius: 4px;
background-color: white;
position: relative;
cursor: pointer;
}
.form-checkbox input:checked {
background-color: var(--primary-color);
border-color: var(--primary-color);
}
.form-checkbox input:checked::before {
content: "✔";
font-size: 14px;
font-weight: bold;
color: white;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} .btn-enviar {
background-color: var(--background-input-footer);
color: var(--primary-color);
padding: 0.5rem 1rem;
font-size: var(--font-large);
border: 2px solid var(--primary-color);
border-radius: var(--border-radius-medium);
text-transform: uppercase;
font-weight: bold;
justify-content: center;
transition: all 0.3s ease;
width: 100%;
}
.btn-enviar:hover {
background-color: var(--primary-color);
color: white;
transition: all 0.3s ease;
} .btn-proposta {
background-color: var(--secondary-color);
width: 100%;
text-decoration: none;
color: var(--text-on-light);
padding: 0.5rem 5rem;
font-size: var(--font-large);
border: 2px solid var(--secondary-color);
border-radius: var(--border-radius-medium);
text-transform: uppercase;
font-weight: bold;
justify-content: center;
transition: all 0.3s ease;
}
.btn-proposta:hover {
background-color: var(--text-on-light);
border-color: var(--text-on-light);
color: white;
transition: all 0.3s ease;
} .nucleo {
display: grid;
padding: var(--padding-default);
gap: 2rem;
}
.nucleo .nucleo-banner img {
width: 100%;
height: 230px;
object-fit: cover;
border-radius: var(--border-radius-small);
}
.nucleo-descricao h1 {
display: flex;
justify-content: center;
}
.nucleo-descricao p {
padding: 1rem 3rem 0rem;
text-align: justify;
}
.nucleo-cards {
display: flex;
flex-wrap: nowrap !important;
justify-content: center;
align-items: center;
gap: 1.5rem;
padding: var(--padding-default);
}
.nucleo-cards>div {
display: flex;
align-items: center;
font-size: var(--font-medium);
background-color: var(--background-download-card);
border-radius: var(--border-radius-small);
gap: 1rem;
padding: 0.5rem;
width: 33%;
height: 90px;
}
.nucleo-cards .nucleo-icon {
color: var(--primary-color);
font-size: var(--icon-size);
background-color: white;
margin-left: 0.4rem;
padding: 1rem;
border-radius: var(--border-radius-small);
display: flex;
}
.nucleo-cards div p {
margin-top: 1rem;
}
.nucleo-cards div b {
text-transform: uppercase;
} .nucleo-rep {
padding-left: var(--padding-default);
padding-right: var(--padding-default);
}
.nucleo-rep h4 {
display: flex;
justify-content: center;
margin-bottom: 2.5rem;
}
.nucleo-rep-cards {
display: flex;
justify-content: center;
gap: 2rem;
flex-wrap: nowrap;
}
.nucleo-rep-card-header {
position: relative;
}
.nucleo-rep-card-header img {
border-radius: var(--border-radius-small);
height: 400px;
width: 100%;
max-width: 312px;
}
.nucleo-rep-card-header-text {
position: absolute;
bottom: 25px;
left: 25px;
}
.nucleo-rep-card-header-text p {
padding: 0.3rem 1rem 0.3rem;
background-color: var(--background-sub-menu);
border-radius: var(--border-radius-medium);
font-size: var(--font-small);
width: fit-content;
margin-bottom: 0.5rem;
}
.nucleo-rep-card-header-text h5 {
color: var(--text-on-dark);
text-transform: uppercase;
}
.nucleo-rep-card-footer p {
display: flex;
justify-content: center;
padding-top: 1rem;
}
.nucleo-rep-card-footer a {
display: flex;
justify-content: center;
align-items: center;
gap: 0.5rem;
padding: 0.5rem;
border-radius: var(--border-radius-small);
background-color: var(--tertiary-color);
color: var(--text-on-dark);
text-decoration: none;
transition: all 0.3s ease;
}
.nucleo-rep-card-footer a:hover {
background-color: var(--primary-color);
font-weight: bold;
transition: all 0.3s ease;
}
.nucleo-rep-card-footer a span {
filter: invert(1);
}
.nucleo-rep-carousel {
position: relative;
width: 100%;
max-width: 300px;
overflow: hidden;
margin: auto;
display: none !important;
} .nucleo-integrantes h4 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
display: flex;
justify-content: center;
}
.nucleo-integrantes-cards {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 1rem;
}
.nucleo-integrantes-card {
display: flex;
flex-direction: column;
border: 2px solid var(--background-input-footer);
border-radius: var(--border-radius-small);
background-color: var(--background-input-footer);
width: 30% !important;
}
.nucleo-integrantes-top {
display: flex;
align-items: center;
padding: 1rem 0.5rem 0.5rem;
background-color: white;
border-top-left-radius: var(--border-radius-small);
border-top-right-radius: var(--border-radius-small);
min-height: 110px;
}
.nucleo-integrantes-foto img {
width: 4rem;
height: 4rem;
border-radius: 50%;
object-fit: cover;
border-radius: 50%;
}
.nucleo-integrantes-nome h6 {
text-transform: uppercase;
font-weight: bold;
display: flex;
align-items: center;
}
.nucleo-integrantes-instagram {
margin-top: auto;
padding: 0.5rem;
}
.nucleo-integrantes-instagram a {
display: flex;
justify-content: center;
align-items: center;
gap: 0.5rem;
text-decoration: none;
color: var(--tertiary-color);
transition: all 0.3s ease;
}
.nucleo-integrantes-instagram a:hover {
font-weight: bold;
transition: all 0.3s ease;
} .nucleo-associar {
padding-top: 1.5rem;
display: flex;
justify-content: center;
align-items: center;
gap: 1.5rem;
} .nucleos-carousel {
padding: var(--padding-default);
background-color: var(--background-input-footer);
border-radius: var(--border-radius-small);
}
.nucleos-carousel h2 {
display: flex;
justify-content: center;
}
.nucleos-carousel-card {
max-width: 100%;
width: 100%;
overflow: hidden;
margin: auto;
padding: var(--padding-default);
}
.nucleos-carousel-card .item {
padding: 20px;
background-color: var(--primary-color);
text-align: center;
border-radius: 10px;
font-size: 18px;
min-height: 150px;
display: flex;
justify-content: center;
align-items: center;
transition: background-color 0.3s ease;
position: relative; text-decoration: none; color: var(--text-on-dark); transition: all 0.3s ease;
}
.nucleos-carousel-card .item:hover {
background-color: var(--background-footer);
transition: all 0.3s ease;
}
.nucleos-carousel-card .item:hover h5 {
transition: all 0.3s ease;
font-weight: bold;
} .solucoes {
padding: var(--padding-default);
}
.solucoes h1 {
display: flex;
justify-content: center;
padding: 2rem 0rem 1rem;
}
.solucoes-banner-desktop img,
.solucoes-banner-mobile img {
border-radius: var(--border-radius-small);
height: 230px;
width: 100%;
}
.solucoes-banner-mobile img {
display: none;
}
.solucoes-descricao {
padding: 0rem var(--padding-default) 2rem;
}
.solucoes-cards {
display: flex;
flex-direction: row;
gap: 1rem;
}
.solucoes-cards .contato-form {
width: 50%;
}
.solucoes-associe {
width: 50%;
height: 420px;
background-image: url(//acirne.org.br/wp-content/themes/wp-aci/assets/img/banners/solucoes-associe-se.png);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
border-radius: var(--border-radius-small);
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
padding-left: 3rem;
}
.solucoes-associe h3,
.solucoes-associe p {
font-weight: var(--fonte-light);
color: var(--text-on-dark);
}
.solucoes-associe>div {
padding: 1rem 5rem 1rem;
} .downloads {
display: flex;
justify-content: center;
flex-wrap: wrap;
padding: var(--padding-default);
color: var(--text-on-dark);
margin-bottom: -2rem;
}
.banner-download {
width: 110%;
height: 230px;
background-image: url(//acirne.org.br/wp-content/themes/wp-aci/assets/img/banners/banner-download.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: var(--border-radius-small);
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 4rem;
}
.banner-download h1 {
font-weight: var(--font-light);
font-size: 62px;
}
.banner-download p {
font-weight: var(--fonte-light);
text-transform: uppercase;
}
.download-content {
padding: 4rem;
width: 100%;
}
.download-content ul li a {
display: flex;
align-items: center;
margin-bottom: 1rem;
text-decoration: none;
}
.download-title {
padding: 1rem;
background-color: var(--background-download-card);
border-top-left-radius: var(--border-radius-small);
border-bottom-left-radius: var(--border-radius-small);
color: var(--text-on-light);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.download-button {
display: flex;
align-items: center;
justify-content: center;
padding: 1rem;
background-color: var(--background-download-button);
border-top-right-radius: var(--border-radius-small);
border-bottom-right-radius: var(--border-radius-small);
color: var(--text-on-light);
font-weight: 400;
gap: 0.5rem;
transition: all 0.3s ease;
}
.download-content ul li a:hover .download-button {
color: var(--text-on-dark);
background-color: var(--primary-color);
} .sobre-nos {
padding: var(--padding-default);
}
.sobre-nos-titulo h1 {
display: flex;
align-items: center;
font-size: 80px;
padding-left: 3rem;
font-weight: var(--font-light);
margin: 0;
}
.sobre-nos-titulo b {
font-weight: 600;
}
.sobre-nos-sub-titulo {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
text-wrap: balance;
}
.sobre-nos-banner-top {
height: 370px;
background-image: url(//acirne.org.br/wp-content/themes/wp-aci/assets/img/banners/sobre-nos-banner-top.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: var(--border-radius-small); --bs-gutter-x: 0;
}
.sobre-nos-banner-top .sobre-nos-top-p {
display: flex;
align-items: center;
justify-content: center;
padding-top: 1rem;
color: var(--text-on-dark);
}
.sobre-nos-top-p {
padding-right: 3rem;
}
.sobre-nos-top-card {
padding-left: 5rem;
}
.sobre-nos-banner-top .sobre-nos-top-card {
display: flex;
align-items: center;
justify-content: center;
font-size: small;
}
.sobre-nos-top-card>div {
background-color: var(--background-sub-menu);
border-radius: var(--border-radius-small);
padding: 1rem 2rem 1rem;
position: relative;
}
.sobre-nos-top-card-top div {
border: 2px solid var(--text-on-light);
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: 1rem;
top: 1rem;
font-size: 1.5rem;
}
.sobre-nos-associe {
display: flex;
justify-content: center;
padding: 3rem;
text-align: center;
font-size: larger;
text-wrap: balance;
}
.sobre-nos-historia {
background-color: var(--background-sobre-nos-card);
border-radius: var(--border-radius-small);
padding: 5rem;
}
.sobre-nos-historia h2 {
font-size: 100px;
}
.sobre-nos-historia-fundacao {
display: flex;
align-items: center;
padding: 1rem;
margin-top: 1rem;
background-color: white;
border-radius: var(--border-radius-small);
width: 460px;
}
.sobre-nos-historia-fundacao img {
height: fit-content;
width: fit-content;
}
.sobre-nos-historia-texto p {
padding-left: 1.5rem;
padding-top: 1.5rem;
text-align: justify;
}
.sobre-nos-cards {
display: flex;
flex-wrap: nowrap !important;
justify-content: center;
align-items: center;
gap: 1.5rem;
padding: var(--padding-default);
}
.sobre-nos-card {
background-color: var(--primary-color);
border-radius: var(--border-radius-small);
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 1.5rem !important;
width: 30% !important;
color: white;
position: relative;
height: 150px;
}
.sobre-nos-card p {
font-size: var(--font-medium);
text-wrap: balance;
}
.icon-container {
font-size: var(--icon-size);
border: white 2px solid;
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: 1rem;
top: 0.8rem;
}
.sobre-nos-prioridades {
padding: var(--padding-default);
text-align: center;
}
.sobre-nos-prioridades p {
color: gray;
text-wrap: balance;
}
.sobre-nos-banner-bottom {
height: 400px;
background-image: url(//acirne.org.br/wp-content/themes/wp-aci/assets/img/banners/sobre-nos-banner-bottom.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: var(--border-radius-small);
padding-left: 3rem;
padding-top: 2rem;
}
.sobre-nos-banner-bottom h3 {
color: white;
font-weight: bold;
font-size: 100px;
}
.sobre-nos-banner-bottom-card {
display: flex;
gap: 1rem;
}
.sobre-nos-banner-bottom-card>div {
text-wrap: balance;
background-color: white;
border-radius: var(--border-radius-small);
width: 16%;
font-size: var(--font-medium);
padding: 1rem;
position: relative;
}
.sobre-nos-banner-bottom-card>div>h6 {
padding-top: 3.5rem;
text-transform: uppercase;
font-size: var(--font-medium);
font-weight: bold;
}
.sobre-nos-icon-container-bottom {
font-size: var(--icon-size);
border: var(--primary-color) 2px solid;
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: 1rem;
top: 1rem;
}
.sobre-nos-mobile {
display: none;
} .institucional {
padding: var(--padding-default);
}
.institucional-container {
display: grid;
grid-template-columns: repeat(auto-fit,
minmax(250px, 1fr)); gap: 15px;
justify-content: center;
}
.institucional-item {
position: relative;
width: 100%;
height: 420px; overflow: hidden;
border-radius: var(--border-radius-small);
}
.institucional-item img {
width: 100%;
height: 100%;
object-fit: cover; }
.institucional-cargo {
position: absolute;
bottom: 10%;
left: 1rem;
padding: 0.1rem 0.7rem 0.1rem;
background: rgba(255, 255, 255, 0.8);
border-radius: 1rem;
font-size: 1.1em;
font-weight: bold;
font-size: medium;
text-align: left;
}
.institucional-nome {
position: absolute;
bottom: 5%;
left: 1.5rem;
color: white;
font-size: 0.9em;
font-weight: bold;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
text-align: left;
text-transform: uppercase;
}
.primeiro-item .institucional-cargo {
background: var(--secondary-color);
}
.primeiro-item .crown-icon {
position: absolute;
right: 1rem;
top: 1rem;
width: 40px;
height: 40px;
border: 1px solid var(--secondary-color);
border-radius: 50%;
background-size: 75%; } .blog-posts {
padding: 2rem 5rem 2rem 5rem;
}
.blog-titulo {
padding: 2rem;
text-align: center;
}
.blog-titulo h2 {
font-weight: 400;
}
.blog-titulo h2 b {
font-weight: 900;
}
.blog-container {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto 1fr auto;
gap: 20px;
max-width: 1200px;
}
.blog-post {
background: #fff;
border: 2px solid var(--background-sobre-nos-card);
border-radius: var(--border-radius-small);
padding: 1.5rem;
width: 100%;
position: relative;
}
.blog-post:hover {
background-color: var(--background-sobre-nos-card);
}
.blog-post a {
text-decoration: none;
}
.post-thumbnail img {
width: 100%;
height: 170px;
object-fit: cover;
border-radius: var(--border-radius-small);
}
.post-date {
position: absolute;
display: grid;
justify-content: center;
background-color: var(--secondary-color);
border-radius: var(--border-radius-small);
color: var(--text-on-light);
letter-spacing: 1px;
text-transform: uppercase;
padding: 0.2rem;
height: 75px;
width: 75px;
top: 140px;
right: 40px;
}
.post-date .day,
.post-date .month,
.post-date .year {
display: flex;
justify-content: center;
}
.post-date .day {
font-weight: 700;
font-size: xx-large;
}
.post-date .month {
margin-top: -15px;
font-weight: 600;
font-size: var(--font-small);
}
.post-date .year {
margin-top: -7px;
font-size: var(--font-smaller);
}
.post-content {
padding-top: 1.5rem;
display: grid;
grid-template-rows: auto 1fr auto;
height: auto;
}
.post-title {
font-size: 24px;
font-weight: 500;
text-align: left;
min-height: 60px;
text-decoration: none;
color: black;
font-weight: 300;
}
.read-more {
margin-top: 0.5rem;
color: var(--primary-color);
display: inline-flex;
align-items: center;
justify-content: space-between;
font-weight: bold;
letter-spacing: 2px;
font-size: 12px;
text-transform: uppercase;
position: relative;
align-self: end;
width: fit-content;
gap: 0.3rem;
}
.read-more i {
transition: all 0.3s ease-in-out;
}
.read-more:hover i {
transform: translateX(5px);
transition: all 0.3s ease-in-out;
} .blog-view-thumbnail {
position: relative;
padding-top: 1rem;
padding-left: 1.3rem;
padding-right: 1.3rem;
display: flex;
justify-content: center;
align-items: center;
}
.blog-view-thumbnail img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
border-radius: var(--border-radius-small);
filter: brightness(0.7);
}
.blog-view-date,
.blog-view-title {
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
padding: 0.5rem 1rem;
}
.blog-view-date {
top: 70%;
font-weight: 700;
text-transform: uppercase;
color: black;
background-color: var(--secondary-color);
border-radius: var(--border-radius-medium);
}
.blog-view-date-mobile {
display: none !important;
}
.blog-view-title-mobile {
display: none !important;
}
.blog-view-title {
top: 87%;
color: white;
font-size: 2rem;
font-weight: 400;
width: 700px;
}
.blog-view-content {
padding: 1.5rem 4rem 0 4rem;
}
.blog-view-share {
width: 100%;
color: white;
padding: var(--padding-default);
}
.social-share {
padding: 1rem;
background-color: var(--tertiary-color);
border-radius: var(--border-radius-small);
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 3rem;
}
.social-share a {
color: var(--text-on-dark);
}
.social-share p {
font-weight: 800;
letter-spacing: 2px;
font-size: var(--font-small);
margin: 0;
}
.social-icons {
display: flex;
justify-content: center;
gap: 3rem;
flex-wrap: wrap;
}
.social-icons a {
display: flex;
text-decoration: none;
font-size: 1.2rem;
color: var(--text-on-dark);
transition: all 0.3s ease;
}
.social-icons a:hover {
scale: 1.2;
} .blog-posts-desktop {
display: block;
} .blog-posts-mobile {
display: none !important;
}
.blog-view-more {
padding: 0 1.3rem;
}
.blog-view-more-title {
text-align: center;
}
.blog-view-more-posts {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
margin-top: 1.5rem;
margin-bottom: 3rem;
}
.blog-view-more-posts a {
text-decoration: none;
color: var(--text-on-light);
}
.blog-view-more-post {
padding: var(--padding-default);
background-color: var(--background-ultimas-noticias-card);
border-radius: var(--border-radius-small);
font-size: var(--font-medium);
transition: all 0.3s ease-in-out;
display: flex;
flex-direction: column;
align-items: center;
height: 175px;
}
.blog-view-more-post:hover {
scale: 1.05;
transition: all 0.3s ease-in-out;
}
.blog-view-more-post-date {
padding: 0.5rem 1rem;
text-transform: uppercase;
font-weight: 700;
font-size: var(--font-small);
border-radius: var(--border-radius-medium);
background-color: white;
width: fit-content;
}
.blog-view-more-post-title {
text-align: center;
font-size: var(--font-large);
} .conselho-nucleos {
padding: var(--padding-default);
}
.conselho-nucleos-banner img {
width: 100%;
height: auto;
object-fit: cover;
border-radius: var(--border-radius-small);
}
.conselho-nucleos-content {
padding: var(--padding-default);
}
.conselho-nucleos-content h1 {
text-align: center;
padding-bottom: 1rem;
}
.conselho-nucleos-content p {
padding-bottom: 1rem;
}
.conselho-content {
text-align: left;
align-items: center;
margin-top: 1rem;
} .front-page-banner {
padding: 0rem 1.3rem 2rem 1.3rem;
position: relative;
}
.front-page-banner picture img {
width: 100%;
height: fit-content;
}
.front-page-banner-content {
padding: 2rem;
text-align: center;
position: absolute;
top: 75%;
left: 20%;
transform: translate(-50%, -50%);
color: white;
width: 30%;
text-align: left;
}
.front-page-banner-content p {
font-size: var(--font-large);
font-weight: 400;
}
.front-page-banner-content h4 {
margin-top: -1.3rem;
font-size: var(--font-huge);
font-weight: 300;
line-height: 0.8;
}
.front-page-banner-content h4 strong {
font-weight: 700;
}
.front-page-banner-content a {
margin-top: 4rem;
}
.front-page-banner-content .btn-standard {
background-color: transparent;
color: white;
border-color: white;
}
.front-page-banner-content .btn-standard:hover {
background-color: white;
color: black;
}
.front-page-content {
padding-left: 1.3rem;
padding-right: 1.3rem;
}
.front-page-content h1 {
text-align: center;
font-size: 2rem;
text-wrap: balance;
}
.front-page-location {
display: flex;
justify-content: center;
margin-top: var(--padding-default);
}
.front-page-location a {
display: flex;
align-items: center;
gap: 0.5rem;
text-decoration: none;
color: var(--text-on-light);
font-weight: 600;
letter-spacing: 1px;
transition: all 0.3s ease;
}
.front-page-location a:hover {
font-weight: 900;
transition: all 0.3s ease;
}
.front-page-conheca {
display: flex;
justify-content: center;
margin-top: var(--padding-default);
}
.front-page-conheca a {
width: 30%;
letter-spacing: 1px;
}
.front-page-conheca .btn-standard {
color: var(--primary-color);
border-color: var(--primary-color);
}
.front-page-conheca .btn-standard:hover {
background-color: var(--primary-color);
color: white;
} .front-page-associe-section {
display: flex;
justify-content: center;
margin-top: 3rem;
gap: 1rem;
}
.front-page-associe-banner {
border-radius: var(--border-radius-small);
width: 65%;
position: relative;
}
.front-page-associe-banner picture img {
width: 100%;
height: fit-content;
}
.front-page-associe-banner-content {
position: absolute;
top: 55%;
left: 30%;
transform: translate(-50%, -50%);
text-align: center;
width: 55%;
padding: 2rem;
display: flex;
flex-direction: column;
gap: 1rem;
}
.front-page-associe-card {
position: relative;
padding: 1rem;
text-align: left;
background-color: var(--background-sub-menu);
border-radius: var(--border-radius-small);
}
.front-page-associe-card div {
border: 2px solid var(--border-color);
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: 1rem;
top: 1rem;
}
.front-page-associe-card h2 {
font-size: 1.75rem;
letter-spacing: 1px;
width: 80%;
}
.front-page-associe-card p {
font-size: var(--font-large);
}
.front-page-associe-card i {
font-size: var(--icon-size);
}
.front-page-associe-content {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
padding: var(--padding-default);
width: 35%;
background-color: var(--secondary-color);
border-radius: var(--border-radius-small);
}
.front-page-associe-content i {
position: absolute;
top: 30px;
right: 30px;
font-size: 55px;
}
.front-page-associe-content h3 {
padding: 3rem 3.5rem 1rem 1rem;
font-weight: 400;
font-size: 2.5rem;
}
.front-page-associe-content h3 b {
font-weight: 700;
}
.front-page-associe-content p {
padding: 0 3.5rem 1rem 1rem;
margin-bottom: 0;
font-size: 1.3rem;
}
.front-page-associe-content .btn-associe {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.front-page-associe-content .btn-associe a {
background-color: var(--secondary-color);
letter-spacing: 1px;
}
.front-page-associe-content .btn-standard {
border-color: var(--text-on-light);
color: var(--text-on-light);
}
.front-page-associe-content .btn-standard:hover {
background-color: var(--text-on-light);
color: var(--secondary-color);
} .front-page-depoimentos {
margin-top: 1rem;
background-color: var(--background-sobre-nos-card);
border-top-left-radius: var(--border-radius-small);
border-top-right-radius: var(--border-radius-small);
padding: var(--padding-default);
padding-bottom: 0.1rem;
}
.front-page-depoimentos h4 {
margin-top: 2rem;
text-align: center;
font-weight: 400;
font-size: 1.7rem;
}
.front-page-depoimentos h4 b {
font-weight: 700;
}
.depoimento-card {
padding: 2rem;
padding-left: 5rem;
padding-right: 5rem;
padding-bottom: 0rem;
}
.depoimento-card-content {
display: flex;
justify-content: center;
gap: 2rem;
}
.depoimento-card-content-left {
display: flex;
justify-content: end;
gap: 1rem;
width: 25%;
height: 100%;
}
.depoimento-card-content-left img {
width: 150px !important;
height: 150px !important;
border-radius: 50%;
}
.depoimento-card-content-right {
width: 75%;
height: 100%;
text-align: left;
gap: 1rem;
color: #696969;
font-weight: 400;
}
.depoimento-card-content-right h5 {
color: var(--text-on-light);
text-transform: uppercase;
font-weight: 800;
font-size: var(--font-small);
margin-top: 2rem;
display: flex;
align-items: center;
}
.depoimento-card-content-right h5::before {
content: "";
display: inline-block;
width: 30px;
height: 3px;
border-radius: 2px;
background-color: var(--text-on-light);
margin-right: 10px;
}
.depoimento-card-content-right h6 {
margin-left: 40px;
font-size: var(--font-small);
}
.depoimento-card-linha {
border: none;
height: 2px;
background-color: var(--background-input-footer);
}
.front-page-depoimentos-content {
position: relative;
}
.front-page-depoimentos-content .owl-nav {
display: block !important;
}
.front-page-depoimentos-content .owl-prev,
.front-page-depoimentos-content .owl-next {
background-color: var(--primary-color) !important;
position: absolute;
transform: translate(-50%, -50%);
}
.front-page-depoimentos-content .owl-prev {
left: 2%;
top: 40%;
}
.front-page-depoimentos-content .owl-next {
left: 97%;
top: 40%;
} .depoimentos-dots {
border-top: 1px solid var(--border-color);
background-color: var(--background-sobre-nos-card);
border-bottom-right-radius: var(--border-radius-small);
border-bottom-left-radius: var(--border-radius-small);
padding: 1rem;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}
.depoimentos-dots .owl-dot {
width: 30px;
height: 30px;
border: none;
padding: 0;
border-radius: 50%;
overflow: hidden;
opacity: 0.5;
transition: opacity 0.3s ease;
}
.depoimentos-dots .owl-dot.active {
width: 40px;
height: 40px;
opacity: 1;
border: 2px solid var(--primary-color);
}
.depoimentos-dots .owl-dot img {
width: 100%;
height: 100%;
object-fit: cover;
} .front-page-nucleos {
background-image: url(//acirne.org.br/wp-content/themes/wp-aci/assets/img/banners/banner-nucleos-desktop.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%; height: 450px;
border-radius: var(--border-radius-small);
padding: var(--padding-default);
color: var(--text-on-dark);
margin-bottom: 3rem;
}
.front-page-nucleos-conselho {
display: flex;
justify-content: end;
align-items: center;
}
.front-page-nucleos-conselho .btn-standard {
width: 20%;
letter-spacing: 1px;
background-color: transparent;
color: white;
border-color: white;
}
.front-page-nucleos-conselho .btn-standard:hover {
border-color: var(--primary-color);
}
.front-page-nucleos-descricao {
margin-left: 3rem;
width: 35%;
text-align: left;
gap: 1rem;
}
.front-page-nucleos-descricao h4 {
font-size: 50px;
letter-spacing: 1px;
}
.front-page-nucleos-carousel {
margin-top: 3rem;
padding: var(--padding-default);
position: relative;
}
.front-page-nucleos-carousel .nucleo-card {
display: flex;
justify-content: center;
align-items: center;
padding: 1.5rem;
background-color: var(--primary-color);
border-radius: var(--border-radius-small);
color: var(--text-on-dark);
width: 100%;
height: 100%;
transition: all 0.3s ease;
}
.front-page-nucleos-carousel a {
text-decoration: none;
}
.front-page-nucleos-carousel .nucleo-card h5 {
text-transform: uppercase;
font-weight: 800;
font-size: var(--font-small);
margin: 0;
}
.front-page-nucleos-carousel .nucleo-card:hover {
color: var(--primary-color);
background-color: var(--text-on-dark);
transition: all 0.3s ease;
}
.front-page-nucleos-carousel .owl-nav {
display: block !important;
}
.front-page-nucleos-carousel .owl-prev,
.front-page-nucleos-carousel .owl-next {
background-color: var(--text-on-dark) !important;
color: var(--text-on-light);
}
.front-page-nucleos-carousel .owl-nav button span {
color: var(--text-on-light) !important;
}
.front-page-nucleos-carousel .owl-nav button span:hover {
color: var(--text-on-dark) !important;
} .mobile-menu-toggle {
font-size: 1.5rem;
display: none;
cursor: pointer;
}
.mobile-menu {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: #fff;
z-index: 1000;
padding: 20px;
}
.mobile-menu-header {
display: flex;
justify-content: end;
}
.mobile-menu button {
padding: 8px 12px;
border-radius: 50%;
border: none;
background-color: var(--primary-color);
}
.mobile-menu .menu-item>a {
display: block;
width: 100%;
}
.mobile-menu .menu-close i {
font-size: var(--icon-size);
color: var(--text-on-dark);
cursor: pointer;
}
.mobile-nav {
list-style: none;
font-size: var(--font-large);
text-transform: uppercase;
letter-spacing: 2px;
width: 100%;
padding-right: 1rem;
padding-left: 1rem;
}
.mobile-nav .menu-item>a {
list-style: none;
text-decoration: none;
list-style: none;
color: var(--text-on-light);
border-bottom: 1px solid var(--background-carousel-button);
padding-top: 1rem;
padding-bottom: 1rem;
}
.mobile-menu .current-menu-item>a {
font-weight: 700;
}
.mobile-menu .sub-menu .current-menu-item>a {
background-color: var(--background-input-footer);
border-radius: var(--border-radius-medium);
}
.mobile-nav .sub-menu {
display: none;
padding: 1rem 1.5rem 1rem;
margin: 0;
border-radius: 0.5rem;
text-transform: none;
grid-auto-flow: column;
grid-template-rows: repeat(5, auto);
list-style: none;
max-width: 100%;
}
.mobile-nav .sub-menu .menu-item>a {
padding: 0.5rem;
color: #696969;
border-bottom: none;
white-space: normal;
}
.mobile-nav .menu-item.active>.sub-menu {
display: grid;
}
.mobile-nav .menu-item-has-children>a {
position: relative;
padding-right: 30px;
}
.mobile-nav .menu-item-has-children>a::after {
content: "⌵";
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
font-size: 24px;
transition: all 0.3s ease;
}
.mobile-nav .menu-item-has-children.active>a::after {
transition: all 0.3s ease;
transform: translateY(-50%) rotate(180deg);
} .owl-prev,
.owl-next {
font-size: 1.5rem !important;
border-radius: 50% !important;
width: 2.5rem !important;
background-color: var(--background-carousel-button) !important;
}
.owl-prev:hover,
.owl-next:hover {
background-color: var(--primary-color) !important;
}
.owl-nav button span {
color: var(--text-on-dark);
}
.owl-next span {
display: flex;
justify-content: center;
margin-left: 2px;
margin-bottom: 2px;
}
.owl-prev span {
display: flex;
justify-content: center;
margin-right: 2px;
margin-bottom: 2px;
} .no-data-found {
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
}
.no-data-found h2 {
display: flex;
justify-content: center;
color: var(--text-on-light);
}
.no-data-found img {
width: 30%;
} .page-404 {
padding-top: 4rem;
padding-bottom: 3rem;
}
.page-404-content h1 {
font-weight: bold;
}
.page-404-content p {
font-size: var(--font-large);
}
.page-404-content a {
padding: 0.6rem;
text-decoration: none;
color: var(--primary-color);
border-radius: var(--border-radius-medium);
border: 2px solid var(--primary-color);
font-weight: bold;
transition: background-color 0.3s ease-in-out;
}
.page-404-content a:hover {
background-color: var(--primary-color);
color: var(--text-on-dark);
transition: background-color 0.3s ease-in-out;
} .boa-vista-logo {
max-width: 100px;
height: auto;
}
.nova-logo-aci {
height: 4rem;
}
.logo-aci {
height: 3rem;
margin-left: -1rem;
}
.header-menu-mobile,
.mobile-menu {
display: none;
} .wpcf7-response-output {
display: none !important;
} .owl-carousel .owl-stage-outer {
overflow: hidden;
}
.owl-carousel .owl-item {
max-width: 100%;
text-align: center;
}
.owl-carousel .owl-stage {
display: flex;
justify-content: center;
} .accordion {
width: 100%;
display: grid;
gap: 1rem;
margin: auto;
padding: 1rem 6rem 1rem;
}
.accordion-item {
border: none !important;
}
.accordion-button {
border-radius: var(--border-radius-small) !important;
background: var(--background-download-card);
width: 100%;
border: none;
text-align: left;
font-size: var(--font-xl);
cursor: pointer;
transition: all 0.3s ease;
}
.accordion-button:hover {
background: var(--primary-color);
color: white;
font-weight: bold;
transition: all 0.3s ease;
} .accordion-button:not(.collapsed) {
background-color: var(--primary-color) !important;
color: white !important;
box-shadow: none !important;
border: none !important;
font-weight: bold;
} .accordion-button:focus {
box-shadow: none !important;
border: none !important;
}
.ga-carousel-container>div {
display: flex;
justify-content: center;
align-items: center;
}
.membros-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 1rem;
}
.gestao-atual {
padding: var(--padding-default);
}
.gestao-membro {
display: flex;
align-items: center;
padding: 10px;
border-bottom: 1px solid #ddd;
}
.ga-carousel .owl-item .ga-member img {
border-radius: var(--border-radius-small);
}
.ga-nucleos {
padding: var(--padding-default);
border-radius: var(--border-radius-small);
background-color: var(--background-sobre-nos-card);
margin: 2rem 0;
}
.ga-nucleos h3 {
text-align: center;
} .ga-nucleos-carousel {
margin-top: 3rem;
padding: var(--padding-default);
position: relative;
}
.ga-nucleos-carousel .nucleo-card {
display: flex;
flex-direction: column;
text-align: left;
gap: 0.3rem;
padding: 1rem;
background-color: var(--primary-color);
border-radius: var(--border-radius-small);
color: var(--text-on-dark);
width: 100%;
height: 100%;
transition: all 0.3s ease;
}
.ga-nucleos-carousel a {
text-decoration: none;
}
.ga-nucleos-carousel .nucleo-card .slice {
content: "";
display: inline-block;
width: 30px;
height: 3px;
border-radius: 2px;
background-color: black;
margin-right: 10px;
}
.ga-nucleos-carousel .nucleo-card h5 {
font-size: var(--font-small);
}
.ga-nucleos-carousel .nucleo-card:hover {
color: var(--primary-color);
background-color: var(--text-on-dark);
transition: all 0.3s ease;
}
.ga-nucleos-carousel .owl-nav {
display: block !important;
}
.ga-nucleos-carousel .owl-prev,
.ga-nucleos-carousel .owl-next {
background-color: var(--text-on-dark) !important;
color: var(--text-on-light);
}
.ga-nucleos-carousel .owl-prev:hover,
.ga-nucleos-carousel .owl-next:hover {
background-color: var(--primary-color) !important;
}
.ga-nucleos-carousel .owl-nav button span {
color: var(--text-on-light) !important;
}
.ga-nucleos-carousel .owl-nav button span:hover {
color: var(--text-on-dark) !important;
} .btn-standard {
color: var(--primary-color);
background-color: white;
padding: 0.5rem 1rem;
font-size: var(--font-large);
border: 2px solid var(--primary-color);
border-radius: var(--border-radius-medium);
text-transform: uppercase;
font-weight: bold;
display: flex;
justify-content: center;
transition: all 0.3s ease;
width: 100%;
text-decoration: none;
}
.btn-standard:hover {
background-color: var(--primary-color);
color: white;
transition: all 0.3s ease;
} .load-more-container {
color: var(--primary-color);
padding-top: 1rem;
display: flex;
justify-content: center;
}
.load-more-container .btn-standard {
letter-spacing: 1px;
width: fit-content;
align-items: center;
gap: 0.5rem;
}
.linha-separadora {
display: flex;
align-items: flex-end;
padding-left: var(--padding-default);
padding-right: var(--padding-default);
} .associados {
padding: var(--padding-default);
}
.associados h1 {
text-align: center;
padding-bottom: 2rem;
}
.associados-title {
display: flex;
justify-content: space-between;
align-items: center;
gap: 1rem;
}
.categorias-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 1rem;
}
.categoria-item {
display: block;
padding: 0;
text-decoration: none;
color: var(--text-on-light);
background-color: var(--background-categoria-item);
border-radius: var(--border-radius-small);
transition: all 0.3s ease;
}
.categoria-item:hover {
background-color: var(--primary-color);
color: var(--text-on-dark);
transition: all 0.3s ease;
}
.categoria-flex {
display: flex;
align-items: center;
padding: 1rem;
gap: 1rem;
position: relative;
}
.categoria-flex span {
font-size: var(--font-medium);
position: absolute;
top: 0.7rem;
right: 0.7rem;
color: var(--background-carousel-button);
}
.categoria-item:hover .categoria-flex span {
color: var(--text-on-dark);
transition: all 0.3s ease;
}
.categoria-content {
display: flex;
flex-direction: column;
justify-content: center;
}
.categoria-content h2 {
font-size: var(--font-xl);
}
.categoria-icon {
display: flex;
justify-content: center;
align-items: center;
width: 75px;
height: 75px;
border-radius: var(--border-radius-small);
background-color: white;
color: var(--text-on-dark);
}
.categoria-icon img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
display: block;
}
.categoria-icon i {
font-size: 2rem;
}
.associado-item {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.associado-item .empresa-img {
max-width: 100%;
height: 140px;
object-fit: contain;
display: block;
border-radius: var(--border-radius-small);
border: 2px solid var(--background-input-footer);
padding: 1.5rem;
filter: grayscale(100%);
transition: all 0.3s ease;
}
.associado-content {
padding: 0.5rem;
margin-bottom: 1.5rem;
}
.associado-content h2 {
font-size: 20px;
}
.associado-icon {
display: flex;
align-items: center;
gap: 0.5rem;
border-radius: var(--border-radius-small);
border: 1px solid var(--background-input-footer);
padding: 0.2rem 1rem;
margin-bottom: 0.5rem;
}
.associado-icon p,
.associado-detalhes p {
margin-bottom: 0 !important;
}
.associado-whatsapp {
background-color: var(--background-download-card);
}
.associado-detalhes {
margin-top: 1rem;
letter-spacing: 2px;
font-weight: 600;
display: flex;
align-items: center;
gap: 0.5rem;
text-decoration: none;
color: var(--text-on-light);
transition: all 0.3s ease;
}
.associado-detalhes .arrow-right-blue-icon {
display: none;
transition: all 0.3s ease;
}
.single-associado-breadcrumb {
display: flex;
justify-content: space-between;
align-items: center;
}
.single-associado-container {
background: #fff;
border-radius: 8px;
max-width: 1000px;
margin: 2rem auto;
}
.single-associado-container h1 {
padding-bottom: 2rem;
font-size: 2.1rem;
font-weight: 400;
}
.associado-single-content {
display: flex;
align-items: flex-start;
gap: 2rem;
margin-bottom: 2rem;
}
.associado-logo-col {
flex: 0 0 380px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid var(--background-input-footer);
border-radius: 8px;
min-height: 200px;
}
.associado-logo img {
max-width: 220px;
max-height: 120px;
object-fit: contain;
display: block;
}
.associado-info-col {
flex: 1;
}
.associado-nome {
font-size: 2.1rem;
margin-bottom: 0.2rem;
font-weight: 600;
}
.associado-razao-social {
display: flex;
align-items: center;
gap: 0.5rem;
}
.associado-razao-social h2,
.associado-razao-social h4 {
font-size: 1.3rem;
font-weight: 400;
margin-bottom: 0.7rem;
}
.associado-endereco {
display: flex;
align-items: center;
font-size: var(--font-medium);
margin-bottom: 0.7rem;
}
.associado-endereco-link {
padding-bottom: 1rem;
margin-bottom: 1rem;
border-bottom: 1px solid var(--background-input-footer);
}
.associado-link-maps {
display: flex;
align-items: center;
margin-left: 1.3rem;
gap: 0.5rem;
font-weight: 600;
text-decoration: none;
font-size: var(--font-medium);
color: var(--text-on-light);
text-transform: uppercase;
letter-spacing: 2px;
}
.associado-link-maps:hover {
color: var(--tertiary-color);
transition: all 0.3s ease;
}
.associado-link-maps .arrow-right-blue-icon {
display: none;
width: 20px;
height: 20px;
transition: all 0.3s ease;
}
.associado-link-maps:hover .arrow-right-blue-icon {
display: block;
transition: all 0.3s ease;
}
.associado-link-maps:hover .arrow-right-icon {
display: none;
transition: all 0.3s ease;
}
.associado-botoes-contato {
display: flex;
gap: 1rem;
margin-bottom: 1rem;
border-bottom: 1px solid var(--background-input-footer);
padding-bottom: 1rem;
}
.associado-botoes-contato i {
font-size: 1.2rem;
}
.btn-contato {
display: flex;
justify-content: center;
align-items: center;
width: 200px;
gap: 6px;
padding: 0.6rem 1.2rem;
border-radius: 6px;
font-size: var(--font-medium);
font-weight: 500;
text-decoration: none;
color: var(--text-on-light);
transition: background 0.2s;
font-weight: 600;
} .btn-whatsapp {
background-color: var(--background-whatsapp-button);
transition: all 0.3s ease;
}
.btn-telefone {
background: var(--primary-color);
color: var(--text-on-dark);
transition: all 0.3s ease;
}
.btn-whatsapp:hover,
.btn-telefone:hover {
scale: 1.05;
}
.associado-site {
margin-bottom: 1.1rem;
}
.associado-site a {
color: var(--text-on-light);
font-weight: 500;
text-decoration: none;
letter-spacing: 2px;
font-size: var(--font-medium);
transition: all 0.3s ease;
}
.associado-site a:hover {
color: var(--tertiary-color);
transition: all 0.3s ease;
}
.associado-social-bar {
display: flex;
justify-content: center;
align-items: center;
background: var(--text-on-light);
color: var(--text-on-dark);
border-radius: var(--border-radius-small);
padding: 1rem 1.5rem;
margin: 2rem 0 0.7rem 0;
gap: 2rem;
text-align: center;
}
.associado-social-bar span {
font-size: var(--font-medium);
letter-spacing: 2px;
font-weight: 800;
margin-right: 1.3rem;
}
.associado-icon.associado-whatsapp {
text-decoration: none;
color: inherit;
background-color: var(--background-whatsapp-button);
border: 1px solid var(--background-whatsapp-button);
} .associado-item:hover .empresa-img {
filter: grayscale(0%);
transition: all 0.3s ease;
}
.associado-item:hover .associado-detalhes p {
color: var(--primary-color);
transition: all 0.3s ease;
} .breadcrumb {
display: flex;
justify-content: end;
gap: 1rem;
}
.breadcrumb a {
text-decoration: none;
display: flex;
background-color: var(--background-categoria-item);
color: var(--text-on-light);
border-radius: var(--border-radius-medium);
padding: 0.2rem 1rem;
transition: all 0.3s ease;
}
.breadcrumb p {
margin: 0;
color: var(--text-gray);
}
.breadcrumb a:hover {
color: var(--primary-color);
transition: all 0.3s ease;
}
.termos-politica {
padding: var(--padding-default);
max-width: 1200px;
margin: auto;
}
.termos-politica h1 {
text-align: center;
padding-bottom: 1rem;
}
.conteudo-termos-politica {
text-align: justify;
line-height: 1.6;
color: var(--text-on-light);
font-size: var(--font-medium);
}.crown-icon {
width: 20px;
height: 20px;
background: url(//acirne.org.br/wp-content/themes/wp-aci/assets/img/icons/crown.svg) no-repeat center center;
background-size: contain;
}
.whatsapp-icon {
display: inline-block;
width: 20px;
height: 20px;
background: url(//acirne.org.br/wp-content/themes/wp-aci/assets/img/icons/whatsapp.svg) no-repeat center center;
background-size: contain;
}@media (max-width: 1200px) {  .header-aci-logo {
display: flex;
justify-content: start;
}
.header-contato {
gap: 3rem;
} .front-page-banner picture img {
height: 320px;
}
.front-page-conheca a {
width: 35%;
}
.front-page-associe-banner-content {
padding: 1.5rem;
top: 50%;
width: 60%;
}
.front-page-associe-content h3 {
padding-top: 0rem;
font-size: 2rem;
}
.front-page-nucleos-carousel {
margin-top: 0rem;
}
.front-page-nucleos-carousel .owl-prev {
left: 0%;
}
.front-page-nucleos-carousel .owl-next {
right: -37px;
} .contato-whatsapp div {
padding-left: 0.5rem;
} .associado-banner div {
padding-left: 0.5rem;
}
.nucleo-integrantes-card {
width: 45% !important; } .solucoes-associe {
height: 426px;
}
.solucoes-associe>div {
padding: 1rem 3rem 1rem !important;
} .sobre-nos-historia h2 {
text-align: center;
}
.sobre-nos-historia-fundacao {
justify-content: center;
margin-left: 0.1rem;
width: 710px;
}
.sobre-nos-historia-fundacao>div {
padding-top: 1.5rem;
}
.sobre-nos-historia-fundacao p {
display: flex;
justify-content: center;
}
.sobre-nos-historia-texto p {
padding-left: 0rem;
}
.sobre-nos-banner-bottom-card>div {
width: 20%;
padding: 1rem;
padding-bottom: 0rem;
} .blog-posts {
padding: 2rem 0rem 2rem 0rem;
} .header-menu-desktop {
font-size: 0.8rem;
}
.single-associado-container {
padding: 1.3rem;
}
}
@media (max-width: 991px) {   .header-contato a:not(:first-child) {
display: none; }
.header-contato a:first-child span.whatsapp-icon {
display: inline-block; }
.header-contato a:first-child {
font-size: 0; }
.header-boa-vista a {
font-size: 0; position: relative;
}
.header-boa-vista a::after {
content: "LOGIN";
font-weight: bold;
font-size: var(--font-medium);
}
.boa-vista-logo {
max-width: 80px;
}  .header-menu-desktop {
display: none;
}
.mobile-menu-icon {
display: flex;
justify-content: end;
}
.mobile-menu-toggle {
display: flex;
} .header-aci-logo {
height: 2.5rem;
}
.header-menu-mobile {
display: flex;
align-items: center;
justify-content: end;
gap: 1.5rem;
}
.header-mobile-icons {
width: 27px;
height: 27px;
background-color: white;
border: none;
} .footer-top-message {
justify-content: center;
}
.footer-top-submit-email {
margin-top: 1rem;
justify-content: center;
}
.footer-top {
margin-bottom: -3rem;
} .footer-bar-endereco {
gap: 0.7rem;
}
.footer-endereco a {
justify-content: start;
font-size: small;
}
.footer-mail a,
.footer-whatsapp a {
justify-content: start;
margin-top: 0rem;
margin-bottom: 0rem;
} .footer-bottom {
margin-top: -2rem;
gap: 1.5rem;
}
.footer-linha-dosul {
border: none;
height: 1px;
background-color: var(--background-input-footer);
width: 100vw;
margin-left: -50vw;
margin-bottom: 1rem;
left: 50%;
position: relative;
} .front-page-banner {
margin-top: 2rem;
}
.front-page-banner picture img {
height: 234px;
}
.front-page-banner-content p {
font-size: var(--font-medium);
margin-top: 1.5rem;
}
.front-page-banner-content h4 {
font-size: 42px; }
.front-page-banner-content a {
margin-top: 1.5rem;
}
.front-page-conheca a {
width: 45%;
}
.front-page-associe-section {
flex-direction: column;
}
.front-page-associe-banner {
width: 100%;
}
.front-page-associe-content {
width: 100%;
}
.front-page-associe-content i {
top: 25px;
right: 25px;
}
.depoimento-card-content {
flex-direction: column;
}
.depoimento-card-content-left {
justify-content: center;
gap: 0.5rem;
width: 90%;
}
.depoimento-card-content-right {
width: 100%;
margin-left: 5px;
}
.front-page-nucleos-descricao {
margin-left: 1rem;
}
.front-page-nucleos-carousel {
margin-top: 0rem;
padding-top: 2rem;
padding-bottom: 0rem;
padding-left: 2rem;
padding-right: 2rem;
}
.front-page-nucleos-carousel .owl-prev,
.front-page-nucleos-carousel .owl-next {
top: 60%;
}
.front-page-nucleos-descricao {
width: 50%;
} .download-button i {
display: none;
}
.download-content {
padding: 0rem;
margin-top: 2rem;
width: 100%;
} .contato-whatsapp div {
padding-left: var(--padding-default);
}
.contato-whatsapp {
margin-bottom: 1rem;
} .associado-banner-container,
.contato-maps-whatsapp {
margin-top: 0.75rem;
padding: 0;
}
.associado-banner div {
padding-left: var(--padding-default);
}
.associado-banner .network-icon {
position: absolute;
top: 3rem;
right: 2rem;
width: 10rem;
height: 10rem;
}
.associado-banner div {
padding-bottom: 0rem;
}
.associado-banner h1 { }
.associado-banner .br-breakpoint {
display: none;
}
.associado-banner p {
font-size: var(--font-small);
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.associado-banner .br-h1 {
display: none;
}
.associado-banner .br-p {
display: block;
} .nucleo-rep .nucleo-rep-cards {
display: none;
}
.nucleo-cards {
flex-wrap: wrap !important;
}
.nucleo-cards>div {
width: 100%;
}
.nucleo-rep-cards {
gap: 1rem;
}
.nucleo-rep-card-header img {
height: auto;
}
.nucleo-rep-carousel {
display: block !important;
} .solucoes-associe {
height: 350px;
}
.solucoes-associe p {
font-size: small;
}
.btn-proposta {
padding: 0.5rem 3rem;
}
.solucoes-banner-desktop img {
display: none;
}
.solucoes-banner-mobile img {
display: block;
height: auto;
}
.solucoes-cards {
flex-direction: column;
}
.solucoes-cards .contato-form,
.solucoes-associe {
width: 100%;
} .sobre-nos-desktop {
display: none;
}
.sobre-nos-mobile {
display: block;
}
.sobre-nos-top-p {
font-size: larger;
background-color: rgba(20, 20, 50, 0.7);
border-radius: var(--border-radius-small);
padding-left: 3rem;
text-align: center;
}
.sobre-nos-top-card {
margin-top: 1rem;
margin-bottom: 1rem;
padding-left: 0rem;
}
.sobre-nos-historia h2 {
text-align: center;
}
.sobre-nos-historia-fundacao {
width: auto;
}
.sobre-nos-historia {
padding: 2rem;
--bs-gutter-x: 0;
}
.sobre-nos-historia-fundacao {
width: 566px;
}
.sobre-nos-cards {
padding: 1rem 0.7rem 1rem;
}
.sobre-nos-cards {
display: flex;
flex-direction: column;
align-items: center;
}
.sobre-nos-cards .sobre-nos-card {
height: 125px;
width: 100% !important;
}
.sobre-nos-banner-bottom {
background-image: url(//acirne.org.br/wp-content/themes/wp-aci/assets/img/banners/sobre-nos-banner-bottom-mobile.png);
}
.sobre-nos-banner-bottom {
padding-left: 1rem;
padding-right: 1rem;
padding-top: 2rem;
}
.sobre-nos-banner-bottom-card {
display: flex;
gap: 0.5rem;
}
.sobre-nos-banner-bottom-card>div {
width: 24%;
padding: 1rem;
padding-bottom: 0rem;
} .blog-view {
margin-top: 3rem;
}
.blog-view-desktop {
display: none;
}
.blog-view-mobile {
padding: 3rem 1.3rem 0 1.3rem;
display: flex;
justify-content: center;
}
.blog-view-title-mobile {
display: block !important;
text-align: left;
}
.blog-view-date {
top: 80%;
font-size: small;
}
.blog-view-content {
padding: 1.5rem;
}
.blog-view-more {
margin-top: 1rem;
}
.blog-posts-desktop {
display: none !important;
}
.blog-posts-mobile {
display: block !important;
} .associado-item .empresa-img {
filter: grayscale(0);
} .associado-single-content {
flex-direction: column;
}
.associado-logo-col {
width: 100%;
}
.associado-info-col {
width: 100%;
} .institucional-item {
height: 420px; }
.mobile-nav .sub-menu {
grid-auto-flow: row;
}
.nucleo-descricao p {
padding: 1rem 0rem;
}
.sobre-nos,
.gestao-atualgestao-atual,
.institucional,
.associados,
.single-associado-container,
.blog-posts,
.termos-politica,
.solucoes,
.nucleo,
.front-page-content,
.front-page-banner {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.nucleo-rep {
padding: 0rem;
}
.nucleo-cards {
padding: 0rem 0.8rem;
}
}
@media (max-width: 768px) {  .front-page-banner picture img {
height: 540px;
}
.front-page-banner-content {
padding: 1rem;
text-align: center;
position: absolute;
top: 90%;
left: 50%;
width: 100%;
text-align: center;
}
.front-page-banner-content p {
font-size: var(--font-medium);
margin-top: 1.5rem;
}
.front-page-banner-content h4 {
font-size: 54px;
margin-bottom: 20rem;
}
.front-page-conheca a {
width: 60%;
}
.front-page-associe-banner-content {
width: 100%;
top: 50%;
left: 50%;
}
.front-page-associe-card h2 {
margin-top: 1rem;
font-size: 1.7rem;
}
.front-page-associe-card p {
font-size: 1rem;
}
.depoimento-card {
padding-left: 0rem;
padding-right: 0rem;
}
.front-page-nucleos-conselho .btn-standard {
width: 40%;
}
.front-page-nucleos-descricao {
width: 60%;
}
.front-page-nucleos-carousel .owl-prev,
.front-page-nucleos-carousel .owl-next {
top: 60%;
} .associado-banner .network-icon {
position: absolute;
top: 2rem;
right: 2rem;
width: 7rem;
height: 7rem;
} .nucleo-integrantes-card {
width: 90% !important; } .solucoes-associe {
height: 420px;
}
.solucoes-associe>div {
padding-left: 3rem;
}
.solucoes-associe h3 {
font-size: larger;
}
.solucoes-associe p {
font-size: small;
}
.btn-proposta {
padding: 0.5rem 3rem;
} .sobre-nos-historia-fundacao {
width: 385px;
}
.sobre-nos-banner-bottom {
padding-top: 1.5rem;
}
.sobre-nos-banner-bottom h3 {
font-size: 50px;
}
.sobre-nos-banner-bottom-card {
display: grid;
grid-template-columns: repeat(2, 1fr); gap: 0.4rem;
justify-content: center;
margin: auto;
}
.sobre-nos-banner-bottom-card>div {
background-color: rgba(255, 255, 255, 0.8);
width: 100%;
padding: 0rem 0.5rem 0rem;
font-size: var(--font-small);
}
.sobre-nos-banner-bottom-card>div>h6 {
padding-top: 2.5rem;
}
.sobre-nos-icon-container-bottom {
border-radius: 50%;
width: 40px;
height: 40px;
right: 0.7rem;
top: 0.7em;
}
.autonomia-icon,
.justica-icon,
.honestidade-icon,
.objetivos-icon {
width: 25px;
height: 25px;
} .institucional-item {
height: 420px; } .blog-container {
grid-template-columns: 1fr;
} .blog-view-date {
top: 80%;
}
.blog-view-title-mobile {
font-size: 1.5rem;
}
.social-share {
gap: 1rem;
}
.social-icons {
flex-wrap: wrap;
justify-content: center;
gap: 4rem;
} .single-associado-breadcrumb {
flex-direction: column-reverse;
align-items: stretch;
}
.associado-nome {
text-align: left;
}
.breadcrumb {
text-align: left;
border-bottom: none;
}
.associado-social-bar {
flex-direction: column;
gap: 1rem;
} .footer-social-media {
flex-direction: column;
gap: 1rem;
}
}
@media (max-width: 576px) { body,
html {
overflow-x: hidden !important;
width: 100%;
max-width: 100%;
} .front-page-conheca a {
width: 90%;
}
.front-page-associe-banner-content {
top: 81%;
}
.front-page-associe-card h2 {
margin-top: 0rem;
font-size: 1.3rem;
}
.front-page-associe-card p {
font-size: var(--font-medium);
}
.front-page-associe-content p {
font-size: var(--font-large);
}
.front-page-depoimentos {
border-radius: var(--border-radius-small);
padding-bottom: 3rem;
}
.depoimento-card-content-right {
text-align: center;
}
.depoimento-card-content-right h5 {
justify-content: center;
}
.depoimento-card-content-right h5::before {
display: none;
}
.depoimento-card-content-right h6 {
margin-left: 0px;
}
.front-page-depoimentos-content .owl-prev {
left: 35%;
top: 103%;
}
.front-page-depoimentos-content .owl-next {
left: 65%;
top: 103%;
}
.front-page-nucleos {
background-image: url(//acirne.org.br/wp-content/themes/wp-aci/assets/img/banners/banner-nucleos-mobile.png);
background-position: top;
width: 100%;
height: auto;
margin-bottom: 3rem;
padding-top: 20rem;
position: relative;
}
.front-page-nucleos-descricao {
text-align: center;
width: 100%;
margin: 0;
margin-bottom: 3rem;
}
.front-page-nucleos-conselho {
justify-content: center;
}
.front-page-nucleos-conselho .btn-standard {
position: absolute;
top: 70%;
width: 70%;
}
.front-page-nucleos-carousel .owl-prev,
.front-page-nucleos-carousel .owl-next {
top: 125%;
}
.front-page-nucleos-carousel .owl-prev {
left: 37%;
}
.front-page-nucleos-carousel .owl-next {
left: 60%;
}
.front-page-nucleos-carousel .owl-carousel,
.front-page-nucleos-carousel .owl-stage-outer {
overflow: visible !important;
} .depoimentos-dots {
display: none;
} .contato-whatsapp .whatsapp-icon {
position: absolute;
top: 1.75rem;
right: -1.75rem;
width: 8rem;
height: 8rem;
filter: invert(1);
} .associado-banner .network-icon {
position: absolute;
top: 2rem;
right: 2rem;
width: 4rem;
height: 4rem;
}
.associado-banner div {
padding-bottom: 0rem;
width: 100%;
}
.associado-banner .br-h1 {
display: block;
} .banner-download {
padding: 0rem;
} .nucleo {
padding-left: 0.5rem;
padding-right: 0.5rem;
} .solucoes-associe>div {
padding-left: 0rem !important;
}
.solucoes-associe {
height: 300px;
}
.solucoes-associe h3 {
font-size: larger;
}
.solucoes-associe p {
font-size: small;
}
.contato-form>div {
padding: 0;
}
.btn-proposta {
padding: 0.5rem 3rem;
}
.solucoes-descricao {
padding: 0rem;
} .sobre-nos-titulo h1 {
font-size: 64px;
padding-left: 0rem;
}
.sobre-nos-top-p {
font-size: large;
}
.sobre-nos-historia {
padding: 1rem;
}
.sobre-nos-historia h2 {
font-size: 75px;
}
.sobre-nos-historia-fundacao {
width: auto;
}
.sobre-nos-historia-fundacao {
padding: 0rem;
background-color: var(--background-sobre-nos-card);
}
.sobre-nos-cards .sobre-nos-card {
height: 140px;
}
.sobre-nos-icon-container-bottom {
border-radius: 50%;
width: 35px;
height: 35px;
right: 0.4rem;
top: 0.4em;
}
.sobre-nos-banner-bottom h3 {
font-size: 35px;
}
.autonomia-icon,
.justica-icon,
.honestidade-icon,
.objetivos-icon {
width: 20px;
height: 20px;
} .institucional-item {
height: 490px; } .accordion {
padding: 1rem 2rem 1rem;
} .blog-view-date {
top: 75%;
}
.load-more-container {
flex-direction: column;
} .associado-razao-social {
flex-direction: column;
}
.associado-razao-social h4 {
color: var(--text-gray);
font-size: 1rem;
font-weight: 600;
margin-bottom: -0.4rem;
}
.associado-site {
text-align: center;
}
.associado-botoes-contato {
flex-direction: column;
}
.btn-contato {
width: 100%;
}
}