body, html {
    overflow-x: hidden;
}
body {
	font-family: "Poppins", sans-serif !important;
}


.hero-home {
    height: 530px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.titulo-1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 47.9375px;
    line-height: 58px;
    letter-spacing: 0.01em;
    color: #191D23;
}


.btn-2 {
    font-style: normal;
    font-weight: 700;
    font-size: 14.3911px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #123C59;
    background: #00B3E2;
    border-radius: 26.9833px;
    padding: 15px 30px;
    display: inline-block;
    border: 1px solid #00B3E2;
    transition: all 0.3s ease; /* <- Suaviza a transição */
}
.btn-2:hover {
    background: transparent;
    color: #191D23;
    border: 1px solid #191D23;
}

.btn-1 {
    font-style: normal;
    font-weight: 700;
    font-size: 14.3911px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #123C59;
    border-radius: 26.9833px;
    padding: 15px 30px;
    display: inline-block;
	border: 1px solid #123C59;
	transition: all 0.3s ease; /* <- Suaviza a transição */
}
.btn-1:hover {
    background: transparent;
    color: #191D23;
    border: 1px solid #191D23;
}

.clientes-home {
    background-color: #E4E4E4;
    padding-bottom: 20px;
    padding-top: 20px;
}

.unidades-home {
    padding-bottom: 60px;
    padding-top: 60px;
}

.titulo-2 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 47px;
	color: #1A1A1A;
}

.texto-link {
    border: none;
    background-color: transparent;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.texto-link:hover {
    color: #00B3E2;
}

.owl-unidades {
    list-style: none;
}

/*
.owl-unidades .owl-item {
    display: none;
}
.owl-unidades .owl-item.active {
    display: block;
}
*/

.owl-unidades .owl-stage {
    display: flex;
	flex-wrap: nowrap;
    white-space: nowrap;
}	

.owl-unidades.owl-theme .owl-nav [class*=owl-] {
    color: #123C59;
    font-size: 20px;
    margin: 0px;
    width: 46px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    height: 46px;
    line-height: 15px;
    border-radius: 50%;
}

.owl-unidades button.owl-prev {
    left: -10px;
}

.owl-unidades button.owl-next {
    right: -40px;
}

.owl-unidades button.owl-next, .owl-unidades button.owl-prev {
    position: absolute;
    bottom: -10px;
}

.bloco_ub {
    height: 220px;
	min-height: 220px;
    display: flex;
	flex-direction: column;
	justify-content: end;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-size: cover;
    position: relative;
    padding: 10px;
}

.bloco_ub::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
	z-index: 1;
}

.bloco_ub h3 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	color: #FFFFFF;
    width: 90%;
	z-index: 2;
}

.bloco_ub:hover div {
  display: flex;
}

.bloco_ub div {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00B3E2;
    border-radius: 10px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bloco_ub div b {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}

.bloco_ub div span {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #EAEAEA;
}

.sobre-home {
	background-color: #fbfbfb;
	padding-top: 60px;
	padding-bottom: 60px;
}

.texto-1 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #323232;
}

.big-number {
    background-color: #123C59;
    width: 100%;
    padding: 40px;
    display: flex;
    flex-direction: row;
    gap: 20px;
	align-items: center;
	justify-content: space-between;
}

.big-number b {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
    font-size: 32px;
    line-height: 38px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	margin-bottom: 8px;
}

.big-number span {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	margin-bottom: 8px;
}

.box-info {
	background-color: #00B3E2;
    width: 60%;
    padding: 50px 20px 20px 20px;
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 0;
}

.box-info h3 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 33.3403px;
	line-height: 92%;
	color: #123C59;
}

.box-info p {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-size: 15.5084px;
	line-height: 121%;
	color: #123C59;
}

.caixa-flutua {
	position: relative;
	height: 580px;
}

.flutua-info-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.flutua-info-2 {
    position: absolute;
    z-index: 2;
    right: 0px;
    bottom: 20px;
    border: solid 20px #fff;
    background-color: #fff;
	box-shadow: 0px 3px 32px rgba(0, 0, 0, 0.04);
}

.faixa-cinza {
    background-color: #fbfbfb;
    height: 60px;
    margin-top: 60px;
}

.solucoes-home {
    background-position: top;
    background-repeat: repeat-x;
    background-size: auto;
    padding-top: 60px;
	background-color: #fbfbfb;
}

.card-solucao {
    background-color: #fff;
    display: block;
    height: 360px;
    width: 100%;
    padding: 15px;
    box-shadow: 0px 2.05744px 21.9461px rgba(0, 0, 0, 0.04);
	border-radius: 10px;
}

.card-solucao img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 5px;
	margin-bottom: 20px;
}

.card-solucao h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16.4596px;
    line-height: 25px;
    color: #000000;
}

.card-solucao p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16.4596px;
    line-height: 25px;
    color: #000000;
}


.card-solucao_p {
    background-color: #f3f3f3;
    display: block;
    height: 360px;
    width: 100%;
    padding: 15px;
    box-shadow: 0px 2.05744px 21.9461px rgba(0, 0, 0, 0.04);
	border-radius: 10px;
}
.card-solucao_p img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 5px;
	margin-bottom: 10px;
}
.card-solucao_p h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 8px;
    line-height: 12px;
    color: #000000;
	margin-bottom: 15px;
}
.card-solucao_p p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    color: #000000;
	margin-bottom: 15px;
}



.owl-solucoes.owl-theme .owl-nav [class*=owl-] {
    color: #123C59;
    font-size: 20px;
    margin: 0px;
    width: 46px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    height: 46px;
    line-height: 15px;
    border-radius: 50%;
	border: 1px solid #123C59;
}

.owl-solucoes button.owl-prev {
    left: -70px;
}

.owl-solucoes button.owl-next {
    right: -70px;
}

.owl-solucoes button.owl-next, .owl-solucoes button.owl-prev {
    position: absolute;
    bottom: 150px;
}

	
.owl-solucoes.owl-theme .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #d9d9d9;
    border-radius: 50%;
    transition: background-color 0.3s;
}
.owl-solucoes.owl-theme .owl-dot span:hover {
	background-color: #123C59;
}
.owl-solucoes.owl-theme .owl-dot.active span {
    background-color: #123C59;
	width: 18px;
    height: 10px;
	border-radius: 6px;
}
	
.owl-solucoes .owl-dots {
    bottom: -75px;
}	

.box-info-grande {
    background-color: #00B3E2;
    padding: 10px 10px 10px 40px;
    border-radius: 26px;
	margin-bottom: -200px;
}

.box-info-grande h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 47.6341px;
    line-height: 57px;
    color: #FFFFFF;
}

.box-info-grande img {
    width: 100%;
    height: 370px;
    border-radius: 22px;
    object-fit: cover;
}

#footer {
    background-color: #123C59;
    padding-top: 300px;
}

.destaque-f {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    color: #FFFFFF;
    opacity: 0.9;
    display: block;
}

.destaque-f2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    color: #FAFAFA;
	display: block;
}

.redes {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    list-style: none;
}

.redes a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    width: 28px;
    border-radius: 100%;
    background-color: #00B3E2;
    color: #fff;
}

.footer-p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11.6667px;
    line-height: 17px;
    color: #FAFAFA;
}

.footer-p a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11.6667px;
    line-height: 17px;
    color: #FAFAFA;
	text-decoration: underline;
}

hr {
    color: #fff;
    margin: 1rem 0;
    opacity: 0.5;
}

.footmenu li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11.6667px;
    line-height: 100%;
    color: #FFFFFF;
}

.footmenu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
	gap: 15px;
}

.nav-link:focus, .nav-link:hover {
    color: #fff;
    text-decoration: underline;
}


.news {
    display: flex;
	gap: 0px;
}

.news input {
    border: none;
    height: 45px;
    padding: 10px;
    border-radius: 6px 0px 0px 6px;
	flex-grow: 100;
}


.news button {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 13.3333px;
    line-height: 23px;
    color: #FAFAFA;
    border: none;
    background-color: #00B3E2;
    height: 45px;
    border-radius: 0px 6px 6px 0px;
    flex-shrink: 0;
	padding: 0px 20px;
}

#header {
    position: fixed;
    width: 100%;
	z-index: 9999999;
	background-image: none;
}
#header.nav-fixed {
	background-color: #123C59;
    box-shadow: 0px 4px 8px rgba(37, 57, 83, 0.2);
}

.principal li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    white-space: nowrap;
}

.principal li {
	padding: 0px 5px;
}

#header.nav-fixed .principal li a {
    color: #fff;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    text-decoration: underline;
}

.nav-link:focus, .nav-link:hover {
    color: #123C59;
    text-decoration: none;
}

.dropdown-menu {
    --bs-dropdown-bg: #BDF1FF;
}

.dropdown-menu li, .dropdown-menu {
    padding: 0px ;
}

.dropdown-item {
    font-family: 'Poppins' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    line-height: 24px !important;
    text-align: center !important;
    color: #123C59 !important;
	border-bottom: 1px solid rgba(87, 92, 86, 0.16);
	background-image: none !important;
}

.dropdown-item:hover {
    color: #fff !important;
	background-color: #123C59 !important;
	background-image: none !important;
}



.p-md-auto {
	padding-left: calc(var(--bs-gutter-x) * .5) !important;
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
}

.owl-logos img {
    /*filter: grayscale(1);*/
    /*height: 70px;*/
    object-fit: contain;
}

.footmenu li a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}


/* Abre dropdown principal no hover */
#menu-principal > li.dropdown:hover > .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Abre submenus no hover */
#menu-principal .dropdown-menu > li.dropdown:hover > .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 100%; /* abre submenu para direita */
  margin-top: 0;
  margin-left: 0.1rem;
  z-index: 1050;
  position: absolute;
}

/* Força posição correta para submenus dropend */
#menu-principal .dropdown.dropend > .dropdown-menu {
  top: 0;
  left: 100%;
}

/* Esconde dropdowns por padrão (Bootstrap já faz, mas garante) */
#menu-principal .dropdown-menu {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  visibility: hidden;
  position: absolute;
}

/* Estiliza links dropdown-toggle para mostrar cursor pointer */
#menu-principal li.dropdown > a.dropdown-toggle {
  cursor: pointer;
}

.dropdown-item {
    color: #123C59 !important;
}

.dropend .dropdown-toggle:after, .dropdown-toggle:after {
    position: absolute;
    right: 2px;
}

.hero-internas {
    height: 390px;
    width: 100%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.institucional-1 {
    padding-top: 70px;
    padding-bottom: 80px;
}

.titulo-i1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 70px;
    line-height: 120%;
    color: #FBFCFD;
    margin-top: 70px;
}

.titulo-blog-i {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #FBFCFD;
}

.sanfona_1 .accordion-button {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    color: #161616;
	background-color: #FBFBFE;
    border: none;
	border-left: 6px solid #F1F2F9;
	height: 90px;
}

.sanfona_1 .accordion-button img {
    width: 55px;
    height: 55px;
    object-fit: contain;
	margin-right: 15px;
}

.sanfona_1 .accordion-body p, .sanfona_1 .accordion-body li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 166%;
    color: #161616;
}

.sanfona_1 .accordion-body a {
    color: rgba(0, 179, 226, 1);
	text-decoration: underline;
}

.sanfona_1 .accordion-item {
    border: none;
}

.accordion-button:after {
    content: none;
}

.accordion-button:not(.collapsed):before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2300B3E2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    -webkit-transform: var(--bs-accordion-btn-icon-transform);
    transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button:before {
    -ms-flex-negative: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2300B3E2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    content: "";
    flex-shrink: 0;
    height: var(--bs-accordion-btn-icon-width);
    margin-right: 20px;
    -webkit-transition: var(--bs-accordion-btn-icon-transition);
    transition: var(--bs-accordion-btn-icon-transition);
    width: var(--bs-accordion-btn-icon-width);
}

.accordion-button:focus {
    box-shadow: none;
}

.sanfona_1,
.sanfona_1 .row {
  align-items: flex-start !important; /* evita stretch da row */
}

.sanfona_1 .col-md-6,
.sanfona_1 > .row > .accordion-item {
  align-self: flex-start !important;
  height: auto !important;
  min-height: 0 !important;
}

.sanfona_1 .accordion-body {
    background: linear-gradient(259.52deg, #FFFFFF -37.44%, #F1F0FB 60.89%);
    border-left: 6px solid #00B3E2;
    box-shadow: 0px 5px 15px rgba(74, 58, 255, 0.06);
    border-radius: 0px 0px 16px 4px;
}

.sanfona_1 .accordion-button:not(.collapsed) {
    background: linear-gradient(259.52deg, #FFFFFF -37.44%, #F1F0FB 60.89%) !important;
    box-shadow: none;
	border-left: 6px solid #00B3E2;
	border-radius: 4px 16px 16px 0px;
	color: #00B3E2;
}

.texto-i1, .texto-i1 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.004em;
    color: #161616;
}

.texto-i1 h1, .texto-i1 h2, .texto-i1 h3, .texto-i1 h4, .texto-i1 h5, .texto-i1 h6 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -0.004em;
	color: #00B3E2;
}

.texto-i1 a {
    color: rgba(0, 179, 226, 1);
    text-decoration: underline;
}

/* Wrapper responsivo estilo Bootstrap */
.wp-block-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
}

/* Impede quebra estranha e força largura mínima */
.wp-block-table table {
    width: 100%;
    min-width: 768px; /* ajuste conforme necessário */
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0;
    border: 0 !important;
}

/* Remove TODAS as bordas */
.wp-block-table table,
.wp-block-table th,
.wp-block-table td,
.wp-block-table tr,
.wp-block-table tbody {
    border: 0 !important;
    box-shadow: none !important;
}

/* Mantém só linhas horizontais internas */
.wp-block-table tr:not(:last-child) td,
.wp-block-table tr:not(:last-child) th {
    border-bottom: 1px solid #00B3E2 !important;
}

/* Espaçamento opcional */
.wp-block-table td,
.wp-block-table th {
    padding: 1rem;
    vertical-align: top;
    text-align: left;
}

/* Opcional: evita quebra excessiva */
.wp-block-table td,
.wp-block-table th {
    white-space: normal;
}

.table>:not(caption)>*>*, .wp-block-table table>:not(caption)>*>* {
    padding: 1rem;
}

body:not(.home) .principal > li > a {
  color: #fff;
}

body:not(.home) #footer {
    padding-top: 60px;
}

.esg-1 {
    background-color: #EFEDED;
    padding-bottom: 60px;
    padding-top: 60px;
}

.titulo-i2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 56px;
    letter-spacing: -0.03em;
    color: #123C59;
}

.esg-2 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.cont-aba-equipe {
    background-color: #EFEDED;
    padding: 30px;
}

.cont-aba-equipe p, .cont-aba-equipe ul li {
	font-size: 18px;
}


.pills-esg .nav-pills .nav-link {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 13.0128px;
    line-height: 135%;
    color: #161616;
    text-align: left;
    background: #DBF8FF;
    border-left: 4.55449px solid #00B3E2;
    box-shadow: 0px 0.650641px 2.60256px rgba(25, 33, 61, 0.06);
    border-radius: 2.60256px 10.4103px 10.4103px 2.60256px;
    height: 45px;
}

.pills-esg .nav-pills .nav-link.active {
    color: #fff;
    background: #123C59;
}

.pills-esg .nav-pills {
    gap: 15px;
}

.diretoria-1 .capa {
    width: 100%;
    height: 166px;
    object-fit: cover;
    border-radius: 15px;
}

.diretoria-1 h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #161616;
}

.diretoria-1 small {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.03em;
    color: #161616;
}


.diretoria-1 span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #161616;
}

.diretoria-1 {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.redes_user {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    list-style: none;
}

.redes_user a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background-color: #00B3E2;
    color: #EFEDED;
}

.titulo-i3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #161616;
}

.diretoria-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 25px 10px 10px;
    gap: 8px;
    background: #123C59;
    border-radius: 16px;
}

.diretoria-2 h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12.9326px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.diretoria-2 small {
    font-style: normal;
    font-weight: 400;
    font-size: 11.6393px;
    line-height: 17px;
    letter-spacing: -0.004em;
    color: #FFFFFF;
    display: block;
}

.diretoria-2 .capa {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
	flex-shrink: 0;
}

.esg-3 {
    padding-bottom: 150px;
}

.owl-banner-esg .item img {
	width: 100%;
	height: 360px;
	object-fit: cover;
}

.owl-banner-esg.owl-theme .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #d9d9d9;
    border-radius: 50%;
    transition: background-color 0.3s;
}
.owl-banner-esg.owl-theme .owl-dot span:hover {
	background-color: #123C59;
}
.owl-banner-esg.owl-theme .owl-dot.active span {
    background-color: #123C59;
	width: 18px;
    height: 10px;
	border-radius: 6px;
}

.owl-banner-esg .owl-dots {
    bottom: -50px;
}

.blog-home {
    padding-bottom: 0px;
    padding-top: 60px;
    background-color: #123C59;
}


.blog-card-1 {
	height: 550px;
	background: #FFFFFF;
	box-shadow: 0px 16.1217px 16.1217px -8.06087px rgba(54, 74, 54, 0.06), 0px 0.671739px 1.34348px rgba(87, 92, 86, 0.16), 0px 0px 0px 0.671739px rgba(18, 105, 63, 0.08);
	border-radius: 11px;
}

.blog-card-1.v2 {
	height: 470px;
	background: #EEEEEE;
}

.blog-card-1 img {
    width: 100%;
	height: 260px;
	object-fit: cover;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
}

.blog-card-1 h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 21.4957px;
    line-height: 27px;
    letter-spacing: -0.01em;
    color: #1D1F1E;
}
.blog-card-1.v2 h3 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 19.1881px;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: #1D1F1E;
}

.blog-card-1 p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	margin-bottom: 0px;
}
.blog-card-1.v2 p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 10.7118px;
	line-height: 13px;
	color: #000000;
	margin-bottom: 0px;
}

.blog-card-1 a {
    color: #fff !important;
    margin-left: 20px !important;
    padding: 10px 30px !important;
    background-color: #00B3E2 !important;
    border: none !important;
}

.blog-card-1 .cont {
    padding: 20px;
    height: 230px;
}

.blog-card-1.v2 .cont {
    padding: 20px;
	margin-bottom: 30px;
	height: auto;
}

.tabcont-unidade {
    background-color: rgba(74, 58, 255, 0.06);
    padding: 40px 60px 80px 60px;
    border-left: 6px solid rgba(0, 179, 226, 1);
}

.navblog-unidade {
    display: flex;
    flex-direction: row;
    gap: 15px;
	margin-bottom: 50px;
    border: none;
}

.navblog-unidade > * {
    flex: 1;
	position: relative;
}

.navblog-unidade li button {
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 135% !important;
    color: #161616 !important;
    background-color: #FBFBFE !important;
    border: none !important;
    border-left: 6px solid #F1F2F9 !important;
    height: 90px !important;
	width: 100% !important;
	border-radius: 0px 16px 16px 0px !important;
	text-align: left;
}

.navblog-unidade li button.active {
    color: #fff !important;
    background-color: #123C59 !important;
    border-left: 6px solid #00B3E2 !important;
}

.navblog-unidade li button.active::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #123C59;
}

.tag_1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #161616;
    background: #00B3E2;
    border-radius: 8px;
    padding: 10px 35px;
    display: inline-block;
}

.navbar-brand img {
    height: 74px;
}

.menu-mob {
	display: none;
}

.card-docs {
    position: relative;
    height: 490px;
    overflow: hidden;
    border-radius: 15px;
}

.card-docs img {
    position: relative;
	z-index: 1;
    height: 100%;
	width: 100%;
    object-fit: cover;
}

.card-docs::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
	z-index: 2;
    top: 0;
    left: 0;
}

.card-docs div {
    position: absolute;
    z-index: 3;
    bottom: 0;
    width: 100%;
    padding: 20px;
}

.card-docs h3 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 19.2386px;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: #FFFFFF;
}

.contato-3 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.contato-2 {
	background-color: #EEEEEE;
    padding-bottom: 60px;
    padding-top: 60px;
}

.card-local {
    background: #123C59;
    border-radius: 7px;
    padding: 15px;
    height: 290px;
    width: 100%;
}

.card-local i {
    color: #00B3E2;
    font-size: 30px;
    display: block;
    margin-bottom: 15px;
}

.card-local h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: -0.004em;
    color: #00B3E2;
    height: 50px;
    overflow: hidden;
}

.card-local p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14.8941px;
    line-height: 22px;
    letter-spacing: -0.004em;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.formu_1 {
    margin: 0;
    background: rgba(0, 179, 226, 0.27);
    border-radius: 4.2201px;
    padding: 15px;
	padding-top: 30px;
}

.formu_1 label {
    font-style: normal;
    font-weight: 400;
    font-size: 14.5px;
    line-height: 15px;
    color: #1B1B1B;
    display: block;
    margin-bottom: 5px;
}


.formu_1 input {
    padding: 11.3845px;
    background: #F5F5F5;
    border-radius: 5.69223px;
    border: none;
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #575757;
	height: 40px;
}

.formu_1 textarea {
    padding: 11.3845px;
    background: #F5F5F5;
    border-radius: 5.69223px;
    border: none;
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #575757;
    height: 120px;
}

.blog-cover {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 490px;
    object-fit: cover;
    border-radius: 15px;
    padding: 0;
    margin-top: -130px;
    margin-bottom: 50px;
}

.wp-block-list li {
	margin-bottom: 20px;
}

/* bloco geral */
.wp-block-quote {
    position: relative;
    margin: 3rem 0;
    padding: 20px;
    background: #EAF6FA;
    border: 0 !important;
    border-radius: 0;
}

/* remove estilos default do WP */
.wp-block-quote::before,
.wp-block-quote::after {
    display: none;
}

/* aspas */
.wp-block-quote p:first-of-type::before {
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: block;
    font-size: 32px;
    color: #00B3E2;
    margin-bottom: 2rem;
    line-height: 1;
}

/* texto principal */
.wp-block-quote p {
    margin-bottom: 2.5rem;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.004em;
    color: #606060;
}

/* container autor */
.wp-block-quote figure.wp-block-image {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0;
}

/* foto */
.wp-block-quote figure.wp-block-image img {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px;
    object-fit: cover;
    border-radius: 50%;
    aspect-ratio: 1 / 1 !important;
}

/* legenda */
.wp-block-quote figcaption {
    margin: 0 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.004em;
    color: #646A69;
}

/* nome */
.wp-block-quote figcaption strong {
    display: block;
    font-weight: 700;
    color: #111;
    margin-bottom: 2px;
}

/* remove centralização padrão do WP */
.wp-block-quote .wp-element-caption {
    text-align: left !important;
}


.wp-block-image img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 15px;
    padding: 0;
}


.post-author-share {
    background: #003E63;
    padding: 28px 36px;
	border-radius: 3px;
}

.author-avatar {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.author-meta h3 {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.004em;
    color: #FFFFFF;
}

.author-meta p {
    margin: -10px 0 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.004em;
    color: #FFFFFF;
    max-width: 420px;
}

.share-title {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.share-area a {
    color: #FFFFFF;
    font-size: 24px;
    transition: .2s ease;
    text-decoration: none;
}

.share-area a:hover {
    opacity: .75;
    transform: translateY(-2px);
}

.menu-blog {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
    list-style: none;
    justify-content: space-between;
    gap: 15px;
}

.menu-blog li a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24.2857px;
    line-height: 100%;
    color: #19213D;
}

.contato-1 {
    padding-bottom: 60px;
    padding-top: 60px;
	background: rgba(0, 179, 226, 0.08);
}

.card-adns {
    text-align: center;
}

.card-adns h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.004em;
    color: #123C59;
}

.card-adns p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	letter-spacing: -0.004em;
	color: #161616;
}
.video-hero {
    position: relative;
    width: 100%;
    height: 530px;
    overflow: hidden;
    background: #000;
}

.video-cover {
    position: absolute;
    inset: 0;
    z-index: 2;
    cursor: pointer;
    transition: opacity .4s ease, visibility .4s ease;
}

.video-cover.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.video-cover::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.51) 0%, rgba(0, 0, 0, 0.9) 100%);
}

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

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    z-index: 3;
    cursor: pointer;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 57px;
	text-align: center;
	letter-spacing: -0.03em;
	color: #D2D2D2;
	background-color: transparent;
}

.video-play i {
    font-size: 70px;
    display: block;
}

.video-player {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 0;
}

.sobre-1 {
	padding-top: 60px;
	position: relative;
}

.sobre-2 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.card-bignumb2 {
	text-align: center;
}

.card-bignumb2 b {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 45.6365px;
	line-height: 57px;
	letter-spacing: -0.03em;
	color: #123C59;
	display: block;
}

.card-bignumb2 span {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 56px;
	letter-spacing: -0.03em;
	color: #123C59;
	display: block;
}	

.sobre-3 {
    background-color: #123C59;
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
}

.graf-s {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    opacity: 0.03;
}

.sobre_img {
    width: 100%;
    height: 265px;
    object-fit: cover;
    border-radius: 8px;
}

.sobre_txt {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 22.233px;
	line-height: 33px;
	letter-spacing: -0.03em;
	color: #FFFFFF;
}

.tabs_lateral_2 button {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 52px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    border: 5px solid #00B3E2;
    margin-bottom: 15px;
	text-align: start;
}

.tabs_lateral_2.nav-pills .nav-link.active, .tabs_lateral_2.nav-pills .show>.nav-link, .tabs_lateral_2 button:hover {
    background-color: #00B3E2;
    background-image: none;
    color: #FFFFFF;
}

.sobre-4 {
	padding-bottom: 60px;
	padding-top: 60px;
}

.card-diretoria {
    text-align: center;
}
.card-diretoria img {
    width: 100%;
    height: 245px;
    object-fit: cover;
	object-position: top;
    border-radius: 6px;
    margin-bottom: 15px;
}

.card-diretoria h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14.859px;
    line-height: 16px;
    color: #000000;
}

.card-diretoria small {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    color: #000000;
    display: block;
}

.sobre-5 {
	background-color: #F4F4F4;
	padding-bottom: 60px;
	padding-top: 60px;
}

.clientes-sobre {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.clientes-sobre img {
    flex-shrink: 0;
	flex-grow: 0;
}

.card-resultados {
    display: block;
    padding: 30px 40px;
    background: #DBF8FF;
    border-radius: 20px;
}

.card-resultados h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #1E112E;
}

.card-resultados p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #867A96;
    margin-bottom: 0;
}

.tag_b {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 12px;
    color: #F1F2F9;
    background: #123C59;
    border-radius: 8px;
    padding: 8px;
    display: inline-block;
}

.data_b {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    color: #123C59;
    background: transparent;
    border-radius: 8px;
    padding: 10px 15px;
	display: inline-block;
	border: 1px solid #123C59;
}


.page-numbers.current {
    background-color: #8DB336;
    border-color: #8DB336;
    color: #fff !important;
    z-index: 3;
}
.page-numbers {
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid #123C59;
    color: #000;
    display: block;
    font-size: var(--bs-pagination-font-size);
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    position: relative;
    -webkit-transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, -webkit-box-shadow .15sease-in-out;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, -webkit-box-shadow .15sease-in-out;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, box-shadow .15sease-in-out;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, box-shadow .15sease-in-out, -webkit-box-shadow .15sease-in-out;
}

.page-numbers:not(:first-child) {
    margin-left: calc(var(--bs-border-width)* -1);
}

.page-numbers.current {
    background-color: #123C59;
    border-color: #123C59;
    color: #fff !important;
    z-index: 3;
}

.pagination .nav-links {
	display: flex;
	justify-content: center;
}

.busca-form {
	position: fixed;
	width: 100%;
	top: 120px;
	left: 0;
	background: #fff;
	padding: 50px 0;
	z-index: 9999;
}

.busca-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.6);
	z-index: 9998;
}

.busca-form input {
    height: 50px;
    display: block;
    width: 100%;
    border-radius: 40px;
    border: 1px solid #123C59;
    padding-right: 50px;
}

.busca-form button {
    background-color: transparent;
    border: 1px solid #123C59;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    right: 8px;
    top: 9px;
}

#footer .menu-item a[aria-current=page] {
    color: #fff;
    text-decoration: underline;
}
	
.busca-top {
    font-size: 20px;
    color: #fff;
    padding: 0px 20px;
}

@media (max-width: 767px) {
	
	
.busca-form {
    top: 70px;
}	
	
.card-resultados {
    padding: 15px;
}	
	
.card-resultados h3 {
    font-size: 22px;
}	
	
.card-resultados p {
    font-size: 16px;
    line-height: 140%;
}	
	
.card-bignumb2 b {
    font-size: 30px;
    line-height: 36px;
}	
	
.card-bignumb2 span {
    font-size: 20px;
    line-height: 24px;
}	
	
.graf-s {
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    opacity: 0.03;
}

.clientes-sobre img {
    width: 40%;
}
	
.video-hero {
   height: 380px;
}
.video-play {
    font-size: 22px;
}	
	
.navbar-brand img {
    height: 30px;
}

.gov-brand {
   height: 50px;
}
	
.menu-blog {
    justify-content: center;
}	
	
.blog-cover {
    height: 320px;
	padding: 15px;
}
	
.post-author-share {
    padding: 24px 20px;
	width: 95%;
}

.author-meta h3 {
   font-size: 18px;
   line-height: 24px;
}

.author-meta p {
    margin-top: 4px;
	font-size: 16px;
    line-height: 20px;
}

.share-area {
    width: 100%;
    text-align: left !important;
}	

.wp-block-quote {
    padding: 2rem 1.5rem;
}

.wp-block-quote p {
  font-size: 16px;
  line-height: 24px;
}	
	
.menu-mob {
	display: block;
}
	
.titulo-blog-i {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #FBFCFD;
}	
	
.navblog-unidade {
    flex-direction: column;
}
	
.tabcont-unidade {
    padding: 30px 20px 80px 20px;
}	
	
.titulo-i2 {
    font-size: 32px;
    line-height: 38px;

}
	
.pills-esg .nav-pills {
    gap: 15px;
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    padding-bottom: 20px;
}
	
.pills-esg .nav-pills .nav-link {
    min-width: max-content;	
}
	
.cont-aba-equipe {
    background-color: #EFEDED;
    padding: 10px;
    margin: 0;
}	
	
.diretoria-1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}	
	
.diretoria-2 {
    /*flex-direction: column;*/
    /*align-items: start;*/
    position: relative;
}
	
.diretoria-2 .redes_user {
    position: absolute;
    right: 10px;
	top: 10px;
}	
	
body:not(.home) .principal > li > a {
  color: #000;
}	
	
body:not(.home) .navbar-toggler-icon, .nav-fixed .navbar-toggler-icon{
    filter: invert(1);
    opacity: 1;	
}
	
	
.titulo-i1 {
    font-size: 30px;
}	
	
.hero-internas {
    min-height: 250px;
	height: auto;
    padding-top: 50px;
}
	
.hero-internas.blog {
    height: 350px;
    padding-top: 50px;
}
	
.news input {
    flex-grow: 0;
	width: 100%;
}	
	
#menu-principal .dropdown-menu {
    position: relative;
}
#menu-principal .dropdown-menu > li.dropdown:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0.1rem;
    z-index: 1050;
    position: relative;
}	
	
.principal li a {
    text-align: left;
    color: #000000 !important;
    white-space: break-spaces;
}	
	
.p-0 {
    padding: 0 !important;
}	

	
.principal {
    background-color: #fbfbfb;
    padding: 20px;
    border-radius: 10px;
}

.navbar-toggler {
    background-color: transparent;
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}
	
.hero-home {
    height: 550px;
}	
	
.titulo-1 {
    font-size: 35px;
    line-height: 45px;
}	
	
.titulo-2 {
    font-size: 30px;
    line-height: 36px;
}	
	
.bloco_ub {
    height: 220px !important;
}
	
.owl-unidades button.owl-next {
    right: -10px;
}
	
.owl-unidades.owl-theme .owl-nav [class*=owl-] {
    background: #fff;
}
	
.sobre-home {
    padding-top: 00px;
}
	
.big-number {
    background-color: #123C59;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}	
	
.big-number b {
    font-size: 20px;
    line-height: 25px;
	flex-shrink: 0;
}	
	
.big-number span {
    font-size: 16px;
}
	
.flutua-info-2 {
    position: absolute;
    z-index: 2;
    right: 0px;
    bottom: 100px;
    border: solid 20px #fff;
    background-color: #fff;
    box-shadow: 0px 3px 32px rgba(0, 0, 0, 0.04);
    width: 80%;
}	
	
.box-info {
    background-color: #00B3E2;
    width: 90%;
    padding: 50px 20px 20px 20px;
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 0;
}	
	
.owl-solucoes .item {
	padding: 0px 50px;
}	
	
.owl-solucoes button.owl-prev {
    left: 0px;
}
.owl-solucoes button.owl-next {
    right: 0px;
}
	
.box-info-grande h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    color: #FFFFFF;
}	
	
.box-info-grande {
    padding: 20px;
    margin: 0px;
    margin-bottom: -200px;
}	
	
.redes {
    justify-content: center;
}	
	
.cont-aba-equipe {
	min-height:auto;
}	
	
	
	
}


