/*Global*/
strong, b {
	font-weight: 700;
}
.f-35 {
	font-size: 35px;
}
.txt-magenta {
	color: #D20C55;
}
.txt-roxo {
	color: #5C257F;
}
.txt-amarelo {
	color: #F9AF16;
}
.txt-vermelho {
	color: #E64118;
}
.txt-azul {
	color: #2C2E81;
}
.txt-acqua {
	color: #00AFAC;
}
.calibri-light {
	font-family: 'Calibri Light', sans-serif !important;
}
.calibri-light strong {
	font-family: 'Calibri', sans-serif !important;
	font-weight: 700 !important;
}
.link-no-dec a,
.link-no-dec a:hover {
	text-decoration: none;
}
.titulo-manifesto-home::before,
.titulo-principios-home::before,
.titulo-relatorio-institucional::before,
.titulo-publicacoes-institucional::before,
.titulo-servicos-fazemos::before,
.titulo-processos-fazemos::before {
	content: '';
	width: 116px;
	height: 120px;
	background-image: url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/graf_titulo_manifesto_home.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	position: absolute;
	left: -12%;
	top: -35%;
}
.titulo-principios-home::before {
	background-image: url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/graf_titulo_princi´pios_home.svg');
}
.titulo-relatorio-institucional::before {
	background-image: url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/graf_titulo_relatorio_institucional.svg');
}
.titulo-publicacoes-institucional::before {
	background-image: url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/graf_titulo_publicacoes_institucional.svg');
}
.titulo-servicos-fazemos::before {
	background-image: url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/graf_titulo_servicos_fazemos.svg');
}
.titulo-processos-fazemos::before {
	background-image: url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/graf_titulo_processos_fazemos.svg');
}

/*Slider Home*/
.slider-home div#n2-ss-2 .n2-ss-control-bullet {
	position: absolute;
	right: 24%;
	bottom: 10%;
}
.slider-home div#n2-ss-2 .n2-style-52a3032cdf5e0a73159365f609201a73-simple {
	background-color: #EAEAEA;
	box-shadow: unset;
	border-radius: 10px
}
.slider-home div#n2-ss-2 .n2-style-4f72beb15bfb0511e07bfb33dde48a42-dot {
	background: #A99D92;
	padding: 6px;
	border-radius: 2px;
}
.slider-home div#n2-ss-2 .n2-style-4f72beb15bfb0511e07bfb33dde48a42-dot.n2-active {
	background-color: #F9AF15;
}
/*Home*/
.borda-e1-home {
	position: relative;
}
.borda-e1-home::after,
.borda-d1-home::after {
	content: '';
	width: 460px;
	height: 615px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
}
.borda-e1-home::after {
	background-image: url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/borda_e1_home.png');
	left: -17px;
	top: -45px;
}
.borda-d1-home::after {
	background-image: url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/borda_d1_home.png');
	top: -45px;
	left: -97px;
}
.cards-home-modal .elementor-button-icon svg {
    width: 25px;
}
.modais-cards-home .modal-content {
    border: 0;
    border-radius: 50px;
    min-width: 340px;
    min-height: 500px;
}
.modais-cards-home .modal-header .close {
    padding-top: 30px;
    padding-right: 30px;
}
.modais-cards-home .modal-content .modal-body {
    font-size: 1.188rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modais-cards-home .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}
.modais-cards-home .modal-body .card-001-home,
.modais-cards-home .modal-body .card-002-home,
.modais-cards-home .modal-body .card-003-home {
    background-image: url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/bg_card001_home.png') !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
}
.modais-cards-home .modal-body .card-002-home {
    background-image: url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/bg_card002_home.png') !important;
}
.modais-cards-home .modal-body .card-003-home {
    background-image: url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/bg_card003_home.png') !important;
}
.modais-cards-home .modal-footer {
    border-top: 0;
}
@media(max-width:500px) {
    .modais-cards-home .modal-dialog-centered {
        justify-content: center;
    }
    .modais-cards-home .modal-content {
        width: 70%;
    }
}
#fale-com-a-gente {
    scroll-margin-top: 110px;
}
.form-contato-home input,
.form-contato-home textarea {
	width: 100%;
	font-family: 'Calibri Light', sans-serif;
	font-size: 1.25rem;
	color: #222222;
	border: solid 1px #000;
	border-radius: 12px;
	padding: 10px 15px;
}
.form-contato-home:placeholder {
	color: #A99D92;
}
.form-contato-home p {
	margin-bottom: 0; 
}
.form-contato-home input[type="submit"] {
	width: 143px;
	height: 57px;
	background-color: #BE1D1E;
	color: #fff;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 40px;
	padding: 5px;
	border-color: #BE1D1E;
	border-radius: 18px;
	position: relative;
	z-index: 1;
	transition: ease-in-out .2s;
}
.form-contato-home input[type="submit"]:hover {
	background-color: #fff;
	color: #BE1D1E;
	font-weight: 800;
}
.form-contato-home form::after {
	content: '';
	width: 148px;
	height: 33px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='147.506' height='32.688' viewBox='0 0 147.506 32.688'%3E%3Cpath id='Caminho_98938' data-name='Caminho 98938' d='M1168.509 843.868c0 17.847-7.662 32.314-35.564 32.314H1021.378' transform='translate(-1021.378 -843.868)' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='0.75'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
	position: absolute;
    left: 20px;
    bottom: -13px;
}
.form-contato-home input.input-desativado {
    background-color: #dcdcdc;
}
.form-contato-home .input-desativado:placeholder {
	color: #A99D92;
}
.check-anonimo {
    font-family: "Calibri Light";
    font-size: 20px;
    font-weight: 300;
}
.custom-switch .custom-control-label::before {
    width: 45px !important;
    height: 25px !important;
    border-radius: 99px !important;
}
.custom-switch .custom-control-label::after {
    top: 7px !important;
    left: -32px !important;
    width: 19px !important;
    height: 19px !important;
    border-radius: 99px !important;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(19px) !important;
}
.check-anonimo .custom-control-input:checked~.custom-control-label::before {
    border-color: #F8AE13;
    background-color: #F8AE13;
}
.check-anonimo .custom-control-label {
    padding-left: 16px;
}

/*Institucional*/
@media(min-width:1600px) {
    .header-institucional {
        background-position: 45% 0 !important;
    }
}
/*Institucional*/
.btn-relatorios a,
.btn-codigo-etica {
    position: relative;
}
.btn-codigo-etica {
    width: fit-content;
    font-family: "Calibri Bold", sans-serif;
    font-size: 1.125rem;
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 15px;
    display: block;
    text-decoration: none;
}
.btn-codigo-etica:hover {
    color: #000;
    text-decoration: none;
}
.btn-relatorios a::after,
.btn-codigo-etica::after {
    content: '';
    width: 190px;
    height: 30px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='236.409' height='32.689' viewBox='0 0 236.409 32.689'%3E%3Cpath id='Caminho_98893' data-name='Caminho 98893' d='M1168.509 843.868c0 17.847-7.662 32.314-35.564 32.314H932.475' transform='translate(-932.475 -843.868)' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='0.75'/%3E%3C/svg%3E") no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: 15px;
    bottom: -12px;
}
.btn-codigo-etica::after {
    width: 180px;
    left: 10px;
    bottom: -14px;
}
/*O que Fazemos*/
/*Sanfona O que Fazemos*/
#sanfonaOqueFazemos .btn.focus, .btn:focus {
    box-shadow: unset;
}
#sanfonaOqueFazemos .card {
    font-family: 'Calibri', sans-serif;
    border: 0;
    margin-bottom: 30px;
}
#sanfonaOqueFazemos h4 button {
    min-width: 440px;
    font-family: "Calibri", sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 36px;
    padding: 0 0 0 110px;
}
#sanfonaOqueFazemos .btn-link:hover,
#sanfonaOqueFazemos .btn-link.focus,
#sanfonaOqueFazemos .btn-link:focus {
    text-decoration: none;
}
#sanfonaOqueFazemos .card-header {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='79.511' height='79.511' viewBox='0 0 79.511 79.511'%3E%3Cpath id='Caminho_95682' data-name='Caminho 95682' d='M19.2 405.4H88.747a4.982 4.982 0 0 0 4.982-4.983V330.872a4.982 4.982 0 0 0-4.982-4.983H19.2a4.983 4.983 0 0 0-4.983 4.983v69.545A4.983 4.983 0 0 0 19.2 405.4' transform='translate(-14.218 -325.889)' fill='%2300afac'/%3E%3C/svg%3E");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    min-height: 80px;
    padding: 0;
    display: flex;
    align-items: center;
    border: 0;
}

@keyframes bouncePulse {
    0%   { transform: scale(1);    opacity: 0.8; }
    20%  { transform: scale(1.12); opacity: 1;   }
    40%  { transform: scale(0.97); opacity: 0.9; }
    60%  { transform: scale(1.25); opacity: 0.95;}
    80%  { transform: scale(0.99); opacity: 0.95; }
    100% { transform: scale(1);    opacity: 1;   }
}

@keyframes fadeIn {
    to { opacity: 1; }
}

#sanfonaOqueFazemos .card.solucoes .card-header button {
    color: #00afac;
    position: relative;
}
#sanfonaOqueFazemos .card.solucoes .card-header button::after,
#sanfonaOqueFazemos .card.gestao .card-header button::after,
#sanfonaOqueFazemos .card.pesquisas .card-header button::after {
    content: '';
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    position: absolute;
    right: -80px;
    bottom: 10px;
    transition: ease .2s;
}
#sanfonaOqueFazemos .card.solucoes .card-header button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='48.135' height='48.135' viewBox='0 0 48.135 48.135'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Ret%C3%A2ngulo_892' data-name='Ret%C3%A2ngulo 892' width='48.135' height='48.135' fill='none'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Crect id='Ret%C3%A2ngulo_891' data-name='Ret%C3%A2ngulo 891' width='48.135' height='48.135' transform='translate(0 0)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Grupo_2203' data-name='Grupo 2203' transform='translate(48.135) rotate(90)'%3E%3Cg id='Grupo_2201' data-name='Grupo 2201' clip-path='url(%23clip-path)'%3E%3Cg id='Grupo_2200' data-name='Grupo 2200'%3E%3Cg id='Grupo_2199' data-name='Grupo 2199' clip-path='url(%23clip-path-2)'%3E%3Cg id='Grupo_2198' data-name='Grupo 2198' opacity='0.85'%3E%3Cg id='Grupo_2197' data-name='Grupo 2197'%3E%3Cg id='Grupo_2196' data-name='Grupo 2196' clip-path='url(%23clip-path-2)'%3E%3Cpath id='Caminho_95891' data-name='Caminho 95891' d='M37.982 48.135H10.154A10.154 10.154 0 0 1 0 37.982V10.153A10.154 10.154 0 0 1 10.154 0H37.982A10.153 10.153 0 0 1 48.135 10.153V37.982A10.153 10.153 0 0 1 37.982 48.135' fill='%23eaeaea'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath id='Caminho_95892' data-name='Caminho 95892' d='M16.91 5.666 34.374 20.431l1.784 1.507L34.567 23.26 14.849 39.64 32 20.592l.193 2.829-19.408-12.1Z' fill='%2300afac'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#sanfonaOqueFazemos .card.solucoes .card-header button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg id='Grupo_2202' data-name='Grupo 2202' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='48.135' height='48.135' viewBox='0 0 48.135 48.135'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Ret%C3%A2ngulo_892' data-name='Ret%C3%A2ngulo 892' width='48.135' height='48.135' fill='none'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Crect id='Ret%C3%A2ngulo_891' data-name='Ret%C3%A2ngulo 891' width='48.135' height='48.135' transform='translate(0 0)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Grupo_2201' data-name='Grupo 2201' clip-path='url(%23clip-path)'%3E%3Cg id='Grupo_2200' data-name='Grupo 2200'%3E%3Cg id='Grupo_2199' data-name='Grupo 2199' clip-path='url(%23clip-path-2)'%3E%3Cg id='Grupo_2198' data-name='Grupo 2198' opacity='0.85'%3E%3Cg id='Grupo_2197' data-name='Grupo 2197'%3E%3Cg id='Grupo_2196' data-name='Grupo 2196' clip-path='url(%23clip-path-2)'%3E%3Cpath id='Caminho_95891' data-name='Caminho 95891' d='M37.982 48.135H10.154A10.154 10.154 0 0 1 0 37.982V10.153A10.154 10.154 0 0 1 10.154 0H37.982A10.153 10.153 0 0 1 48.135 10.153V37.982A10.153 10.153 0 0 1 37.982 48.135' fill='%23eaeaea'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath id='Caminho_95892' data-name='Caminho 95892' d='M16.91 5.666 34.374 20.431l1.784 1.507L34.567 23.26 14.849 39.64 32 20.592l.193 2.829-19.408-12.1Z' fill='%2300afac'/%3E%3C/g%3E%3C/svg%3E");
}
#sanfonaOqueFazemos .card.gestao .card-header button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='48.135' height='48.135' viewBox='0 0 48.135 48.135'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Ret%C3%A2ngulo_892' data-name='Ret%C3%A2ngulo 892' width='48.135' height='48.135' fill='none'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Crect id='Ret%C3%A2ngulo_891' data-name='Ret%C3%A2ngulo 891' width='48.135' height='48.135' transform='translate(0 0)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Grupo_2203' data-name='Grupo 2203' transform='translate(48.135) rotate(90)'%3E%3Cg id='Grupo_2201' data-name='Grupo 2201' clip-path='url(%23clip-path)'%3E%3Cg id='Grupo_2200' data-name='Grupo 2200'%3E%3Cg id='Grupo_2199' data-name='Grupo 2199' clip-path='url(%23clip-path-2)'%3E%3Cg id='Grupo_2198' data-name='Grupo 2198' opacity='0.85'%3E%3Cg id='Grupo_2197' data-name='Grupo 2197'%3E%3Cg id='Grupo_2196' data-name='Grupo 2196' clip-path='url(%23clip-path-2)'%3E%3Cpath id='Caminho_95891' data-name='Caminho 95891' d='M37.982 48.135H10.154A10.154 10.154 0 0 1 0 37.982V10.153A10.154 10.154 0 0 1 10.154 0H37.982A10.153 10.153 0 0 1 48.135 10.153V37.982A10.153 10.153 0 0 1 37.982 48.135' fill='%23eaeaea'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath id='Caminho_95892' data-name='Caminho 95892' d='M16.91 5.666 34.374 20.431l1.784 1.507L34.567 23.26 14.849 39.64 32 20.592l.193 2.829-19.408-12.1Z' fill='%232c2e81'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    bottom: -5px;
}
#sanfonaOqueFazemos .card.gestao .card-header button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg id='Grupo_2202' data-name='Grupo 2202' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='48.135' height='48.135' viewBox='0 0 48.135 48.135'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Ret%C3%A2ngulo_892' data-name='Ret%C3%A2ngulo 892' width='48.135' height='48.135' fill='none'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Crect id='Ret%C3%A2ngulo_891' data-name='Ret%C3%A2ngulo 891' width='48.135' height='48.135' transform='translate(0 0)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Grupo_2201' data-name='Grupo 2201' clip-path='url(%23clip-path)'%3E%3Cg id='Grupo_2200' data-name='Grupo 2200'%3E%3Cg id='Grupo_2199' data-name='Grupo 2199' clip-path='url(%23clip-path-2)'%3E%3Cg id='Grupo_2198' data-name='Grupo 2198' opacity='0.85'%3E%3Cg id='Grupo_2197' data-name='Grupo 2197'%3E%3Cg id='Grupo_2196' data-name='Grupo 2196' clip-path='url(%23clip-path-2)'%3E%3Cpath id='Caminho_95891' data-name='Caminho 95891' d='M37.982 48.135H10.154A10.154 10.154 0 0 1 0 37.982V10.153A10.154 10.154 0 0 1 10.154 0H37.982A10.153 10.153 0 0 1 48.135 10.153V37.982A10.153 10.153 0 0 1 37.982 48.135' fill='%23eaeaea'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath id='Caminho_95892' data-name='Caminho 95892' d='M16.91 5.666 34.374 20.431l1.784 1.507L34.567 23.26 14.849 39.64 32 20.592l.193 2.829-19.408-12.1Z' fill='%232C2E81'/%3E%3C/g%3E%3C/svg%3E");
    bottom: -5px;
}
#sanfonaOqueFazemos .card.pesquisas .card-header button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='48.135' height='48.135' viewBox='0 0 48.135 48.135'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Ret%C3%A2ngulo_892' data-name='Ret%C3%A2ngulo 892' width='48.135' height='48.135' fill='none'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Crect id='Ret%C3%A2ngulo_891' data-name='Ret%C3%A2ngulo 891' width='48.135' height='48.135' transform='translate(0 0)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Grupo_2203' data-name='Grupo 2203' transform='translate(48.135) rotate(90)'%3E%3Cg id='Grupo_2201' data-name='Grupo 2201' clip-path='url(%23clip-path)'%3E%3Cg id='Grupo_2200' data-name='Grupo 2200'%3E%3Cg id='Grupo_2199' data-name='Grupo 2199' clip-path='url(%23clip-path-2)'%3E%3Cg id='Grupo_2198' data-name='Grupo 2198' opacity='0.85'%3E%3Cg id='Grupo_2197' data-name='Grupo 2197'%3E%3Cg id='Grupo_2196' data-name='Grupo 2196' clip-path='url(%23clip-path-2)'%3E%3Cpath id='Caminho_95891' data-name='Caminho 95891' d='M37.982 48.135H10.154A10.154 10.154 0 0 1 0 37.982V10.153A10.154 10.154 0 0 1 10.154 0H37.982A10.153 10.153 0 0 1 48.135 10.153V37.982A10.153 10.153 0 0 1 37.982 48.135' fill='%23eaeaea'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath id='Caminho_95892' data-name='Caminho 95892' d='M16.91 5.666 34.374 20.431l1.784 1.507L34.567 23.26 14.849 39.64 32 20.592l.193 2.829-19.408-12.1Z' fill='%23E64118'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#sanfonaOqueFazemos .card.pesquisas .card-header button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg id='Grupo_2202' data-name='Grupo 2202' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='48.135' height='48.135' viewBox='0 0 48.135 48.135'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Ret%C3%A2ngulo_892' data-name='Ret%C3%A2ngulo 892' width='48.135' height='48.135' fill='none'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Crect id='Ret%C3%A2ngulo_891' data-name='Ret%C3%A2ngulo 891' width='48.135' height='48.135' transform='translate(0 0)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Grupo_2201' data-name='Grupo 2201' clip-path='url(%23clip-path)'%3E%3Cg id='Grupo_2200' data-name='Grupo 2200'%3E%3Cg id='Grupo_2199' data-name='Grupo 2199' clip-path='url(%23clip-path-2)'%3E%3Cg id='Grupo_2198' data-name='Grupo 2198' opacity='0.85'%3E%3Cg id='Grupo_2197' data-name='Grupo 2197'%3E%3Cg id='Grupo_2196' data-name='Grupo 2196' clip-path='url(%23clip-path-2)'%3E%3Cpath id='Caminho_95891' data-name='Caminho 95891' d='M37.982 48.135H10.154A10.154 10.154 0 0 1 0 37.982V10.153A10.154 10.154 0 0 1 10.154 0H37.982A10.153 10.153 0 0 1 48.135 10.153V37.982A10.153 10.153 0 0 1 37.982 48.135' fill='%23eaeaea'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath id='Caminho_95892' data-name='Caminho 95892' d='M16.91 5.666 34.374 20.431l1.784 1.507L34.567 23.26 14.849 39.64 32 20.592l.193 2.829-19.408-12.1Z' fill='%23E64118'/%3E%3C/g%3E%3C/svg%3E");
}
#sanfonaOqueFazemos .card.gestao .card-header {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='79.511' height='79.511' viewBox='0 0 79.511 79.511'%3E%3Cpath id='Caminho_95682' data-name='Caminho 95682' d='M19.2 405.4H88.747a4.982 4.982 0 0 0 4.982-4.983V330.872a4.982 4.982 0 0 0-4.982-4.983H19.2a4.983 4.983 0 0 0-4.983 4.983v69.545A4.983 4.983 0 0 0 19.2 405.4' transform='translate(-14.218 -325.889)' fill='%232C2E81'/%3E%3C/svg%3E");
}
#sanfonaOqueFazemos .card.gestao .card-header button {
    color: #2C2E81;
    position: relative;
}
#sanfonaOqueFazemos .card.pesquisas .card-header {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='79.511' height='79.511' viewBox='0 0 79.511 79.511'%3E%3Cpath id='Caminho_95682' data-name='Caminho 95682' d='M19.2 405.4H88.747a4.982 4.982 0 0 0 4.982-4.983V330.872a4.982 4.982 0 0 0-4.982-4.983H19.2a4.983 4.983 0 0 0-4.983 4.983v69.545A4.983 4.983 0 0 0 19.2 405.4' transform='translate(-14.218 -325.889)' fill='%23E64118'/%3E%3C/svg%3E");
}
#sanfonaOqueFazemos .card.pesquisas .card-header button {
    color: #E64118;
    position: relative;
}
#sanfonaOqueFazemos .card-body .topicos {
    padding: 20px 20px 20px 90px;
}
#sanfonaOqueFazemos .card-body .topicos ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#sanfonaOqueFazemos .card-body .topicos ul li {
    font-family: 'Calibri Light', sans-serif;
    font-size: 1.5rem;
    line-height: 35px;
    color: #000;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}
#sanfonaOqueFazemos .card-body .topicos ul li::before {
    content: '';
    width: 5px;
    height: 80%;
    background-color: #ccc;
    position: absolute;
    top: 10px;
    left: 0;
}
#sanfonaOqueFazemos .card.solucoes .card-body .topicos ul li::before {
    background-color: #00afac;
}
#sanfonaOqueFazemos .card.gestao .card-body .topicos ul li::before {
    background-color: #2C2E81;
}
#sanfonaOqueFazemos .card.pesquisas .card-body .topicos ul li::before {
    background-color: #E64118;
}
#sanfonaOqueFazemos .blocos {
    background-repeat: no-repeat, no-repeat;;
    background-size: 100%, 100%;
    background-position: top left, 0 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px 0;
    justify-content: center;
}
#sanfonaOqueFazemos .card.solucoes .blocos {
    background-image: url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/Caminho-98926.png'), url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/bg_bottom_sanfona_fazemos.png');
}
#sanfonaOqueFazemos .card.gestao .blocos {
    background-image: url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/bg_header_sanfona2_fazemos.png'), url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/bg_footer_sanfona2_fazemos.png');
    background-position: top left, bottom right;
}
#sanfonaOqueFazemos .card.pesquisas .blocos {
    background-image: url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/bg_header_sanfona3_fazemos.png'), url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/bg_footer_sanfona3_fazemos.png');
    background-size: 90%, 93%;
    background-position: 0 0, 100% 100%;
}
#sanfonaOqueFazemos .blocos .bloco-icone {
    font-family: 'Calibri Light', sans-serif;
    font-size: 22px;
    width: 30%;
    background: #fff;
    text-align: center;
    padding: 30px 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, .10);
    position: relative;
}
#sanfonaOqueFazemos .blocos .bloco-icone.fluxo::before {
    content: '';
    width: 2px;
    height: 25px;
    background-color: #E64118;
    position: absolute;
    bottom: -35px;
}
#sanfonaOqueFazemos .blocos .bloco-icone.fluxo::after {
    content: '';
    width: 643px;
    height: 2px;
    background-color: #E64118;
    position: absolute;
    bottom: -37px;
}
#sanfonaOqueFazemos .blocos .blocos-do-fluxo {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}
#sanfonaOqueFazemos .blocos .blocos-do-fluxo .bloco-fluxo {
    font-family: 'Calibri Light', sans-serif;
    width: 22%;
    min-height: 365px;
    font-size: 20px;
    background-color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    border: solid 1px #E64118;
    margin-top: 50px;
    position: relative;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, .10);
}
#sanfonaOqueFazemos .blocos .blocos-do-fluxo .bloco-fluxo::before {
    content: '';
    width: 2px;
    height: 45px;
    background-color: #E64118;
    position: absolute;
    top: -46px;
    left: 50%;
}
@media(min-width:1600px) {
    .header-oque-fazemos {
        background-position: 45% 0px !important;
    }
}
@media(max-width:1366px) {
    #sanfonaOqueFazemos .blocos .bloco-icone.fluxo::after {
        content: '';
        width: 644px;
    }
    #sanfonaOqueFazemos .card.gestao .card-header button::after,
    #sanfonaOqueFazemos .card.gestao .card-header button.collapsed::after {
        bottom: -5px;
    }
}
@media(max-width:1200px) {
    #sanfonaOqueFazemos .blocos .blocos-do-fluxo {
        align-items: stretch;
    }
}
@media(max-width:1024px) {
    #sanfonaOqueFazemos .blocos .bloco-icone.fluxo::after {
        width: 582px;
    }
    .borda-e1-home::after,
    .borda-d1-home::after {
        background-size: 100%;
    }
    .borda-e1-home::after {
        width: 395px;
        left: -14px;
    }
    .borda-d1-home::after {
        width: 400px;
        left: -78px;
    }
    
}
@media (max-width: 940px) {
    #sanfonaOqueFazemos .blocos .bloco-icone.fluxo::after {
        width: 508px;
    }
    #sanfonaOqueFazemos .blocos .bloco-icone {
        width: 45%;
    }
    #sanfonaOqueFazemos .blocos .bloco-icone.fluxo {
        position: relative;
        left: -160px;
    }
    #sanfonaOqueFazemos .blocos .blocos-do-fluxo {
        flex-wrap: wrap;
    }
    #sanfonaOqueFazemos .blocos .blocos-do-fluxo .bloco-fluxo {
        width: 60%;
        min-height: unset;
        margin-top: 20px;
    }
    #sanfonaOqueFazemos .blocos .bloco-icone.fluxo::before {
        content: unset;
    }
    #sanfonaOqueFazemos .blocos .bloco-icone.fluxo::after {
        width: 2px;
        height: 948px;
        top: 100%;
        left: 21.5%;
        bottom: unset;
    }
    #sanfonaOqueFazemos .blocos .blocos-do-fluxo .bloco-fluxo::before {
        width: 52px;
        height: 2px;
        top: 50%;
        left: -52px;
    }
}
@media (max-width: 920px) {
    #sanfonaOqueFazemos .blocos .bloco-icone.fluxo::after {
        height: 918px;
        left: 17.5%;
    }
}
@media(max-width:768px) {
    #sanfonaOqueFazemos .blocos .bloco-icone.fluxo::after {
        height: 1007px;
        left: 24%;
    }
}
@media(max-width: 500px) {
    #sanfonaOqueFazemos .card {
        margin-bottom: 10px;
    }
    #sanfonaOqueFazemos .card-header {
        background-size: 13%;
    }
    #sanfonaOqueFazemos h4 button {
        min-width: 330px;
        font-size: 25px;
        line-height: 28px;
        padding: 0 0 0 54px;
    }
    #sanfonaOqueFazemos .card.solucoes .card-header button::after,
    #sanfonaOqueFazemos .card.gestao .card-header button::after,
    #sanfonaOqueFazemos .card.pesquisas .card-header button::after {
        background-size: 60%;
        bottom: 0;
        right: -53px;
    }
    #sanfonaOqueFazemos .card.gestao .card-header button::after,
    #sanfonaOqueFazemos .card.gestao .card-header button.collapsed::after {
        bottom: -15px;
    }
    #sanfonaOqueFazemos .card-body .topicos {
        padding: 0 20px 20px 37px;
    }
    #sanfonaOqueFazemos .card-body .topicos ul li {
        font-size: 1.1rem;
        line-height: 22px;
    }
    #sanfonaOqueFazemos .card-body .topicos ul li::before {
        height: 95%;
        top: 5px;
    }
    #sanfonaOqueFazemos .blocos .bloco-icone {
        width: 85%;
        font-size: 21px;
    }
    #sanfonaOqueFazemos .blocos {
        background-position: top left, 0px 100%;
    }
    #sanfonaOqueFazemos .blocos .bloco-icone.fluxo {
        left: unset;
    }
    #sanfonaOqueFazemos .blocos .bloco-icone.fluxo::after {
        height: 1092px;
        left: 10%;
    }
    #sanfonaOqueFazemos .blocos .blocos-do-fluxo .bloco-fluxo {
        width: 70%;
        position: relative;
        right: -25px;
        font-size: 1.1rem;
    }
    #sanfonaOqueFazemos .blocos .blocos-do-fluxo .bloco-fluxo::before {
        width: 21px;
        left: -21px;
    }
}
@media(max-width:400px) {
    #sanfonaOqueFazemos .card-header {
        background-size: 11%;
    }
    #sanfonaOqueFazemos h4 button {
        font-size: 23px;
        padding: 0 0 0 44px;
    }
    #sanfonaOqueFazemos .card.solucoes .card-header button::after,
    #sanfonaOqueFazemos .card.gestao .card-header button::after,
    #sanfonaOqueFazemos .card.pesquisas .card-header button::after {
        right: -15px   
    }
    #sanfonaOqueFazemos .card-body .topicos {
        padding: 0 20px 20px 27px;
    }
    #sanfonaOqueFazemos .blocos .bloco-icone.fluxo::after {
        height: 1276px;
    }
}
/*Processos*/
#processosOqueFazemos {
    width: 100%;
    height: 1134px;
    font-family: "Calibri";
    background-image: url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/bg_processos_graf.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center ;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}
#processosOqueFazemos .proc-holder {
    width: 320px;
    min-height: 273px;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    position: absolute;
}
#processosOqueFazemos .proc-holder .bloco h4 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #ccc;
    text-transform: uppercase;
}
#processosOqueFazemos .proc-holder .bloco p {
    font-family: 'Calibri Light', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #000;
    line-height: 27px;
    margin-bottom: 0;
}
#processosOqueFazemos .proc-holder.entendimento {
    left: 38%;
}
#processosOqueFazemos .proc-holder.levantamento {
    right: 2%;
    top: 17%;
}
#processosOqueFazemos .proc-holder.desenvolvimento {
    right: 13%;
    top: 47%;
    padding: 15px 30px;
}
#processosOqueFazemos .proc-holder.monitoramento {
    right: 30%;
    bottom: -1%;
    padding: 15px 30px;
}
#processosOqueFazemos .proc-holder.implementacao {
    left: 8%;
    bottom: 19%;
    padding: 10px;
}
#processosOqueFazemos .proc-holder.planejamento {
    left: 6%;
    top: 19%;
    padding: 10px;
}
#processosOqueFazemos .proc-holder.entendimento::before,
#processosOqueFazemos .proc-holder.levantamento::before,
#processosOqueFazemos .proc-holder.desenvolvimento::before,
#processosOqueFazemos .proc-holder.monitoramento::before,
#processosOqueFazemos .proc-holder.implementacao::before,
#processosOqueFazemos .proc-holder.planejamento::before {
    content: '';
    width: 332px;
    height: 290px;
    background-image: url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/processos_borda_entendimento.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    position: absolute;
    left: -5px;
    top: -8px;
    z-index: -1;
}
#processosOqueFazemos .proc-holder.levantamento::before {
    background-image: url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/processos_borda_levantamento.png');
}
#processosOqueFazemos .proc-holder.desenvolvimento::before {
    background-image: url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/processos_borda_desenvolvimento.png');
}
#processosOqueFazemos .proc-holder.monitoramento::before {
    background-image: url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/processos_borda_monitoramento.png');
}
#processosOqueFazemos .proc-holder.implementacao::before {
    background-image: url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/processos_borda_implementacao.png');
}
#processosOqueFazemos .proc-holder.planejamento::before {
    background-image: url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/processos_borda_planejamento.png');
}
#processosOqueFazemos .proc-holder .icone {
    width: fit-content;
    position: absolute;
}
#processosOqueFazemos .proc-holder.entendimento .icone {
    left: -60px;
    top: -20px;
}
#processosOqueFazemos .proc-holder.levantamento .icone {
    right: -60px;
    top: -20px;
}
#processosOqueFazemos .proc-holder.desenvolvimento .icone {
    right: -60px;
    top: -20px;
}
#processosOqueFazemos .proc-holder.monitoramento .icone {
    right: -60px;
    top: -20px;
}
#processosOqueFazemos .proc-holder.implementacao .icone {
    left: -60px;
    top: -20px;
}
#processosOqueFazemos .proc-holder.planejamento .icone {
    left: -60px;
    top: -20px;
}
#processosOqueFazemos .proc-holder.entendimento .bloco h4 {
    color: #be1d1e;
}
#processosOqueFazemos .proc-holder.levantamento .bloco h4 {
    color: #5c257f;
}
#processosOqueFazemos .proc-holder.desenvolvimento .bloco h4 {
    color: #d20c55;
}
#processosOqueFazemos .proc-holder.monitoramento .bloco h4 {
    color: #e64118;
}
#processosOqueFazemos .proc-holder.implementacao .bloco h4 {
    color: #2c2e81;
}
#processosOqueFazemos .proc-holder.planejamento .bloco h4 {
    color: #f9af16;
}
@media(min-width:1600px) {
	.slider-home div#n2-ss-2 .n2-ss-control-bullet {
		right: 29%;
	}
	.section1-home {
		background-size: 40% !important;
	}
	.section1-texto {
		background-position: 140px -60px !important;
	}
}
@media(max-width:1200px) {
    .titulo-manifesto-home::before,
    .titulo-principios-home::before,
    .titulo-relatorio-institucional::before,
    .titulo-publicacoes-institucional::before,
    .titulo-servicos-fazemos::before,
    .titulo-processos-fazemos::before {
        width: 75px;
        height: 75px;
        background-size: 90%;
        left: -4%;
        top: 0px;
    }
    #processosOqueFazemos .proc-holder.levantamento {
        right: 4%;
    }
    #processosOqueFazemos .proc-holder.levantamento .icone {
        right: -45px;
    }
    .inova-tec-gest-home {
        background-size: 100% 75% !important;
        background-position: 0 40px !important;
    }
}
@media(max-width:1024px) {
    .titulo-manifesto-home::before,
    .titulo-principios-home::before,
    .titulo-relatorio-institucional::before,
    .titulo-publicacoes-institucional::before,
    .titulo-servicos-fazemos::before,
    .titulo-processos-fazemos::before {
        background-size: 100%;
        left: -6%;
        top: -8%;
	}
    #processosOqueFazemos {
        height: unset;
        flex-wrap: wrap;
        gap: 70px;
        padding: 40px 30px 80px 30px;
        background-image: url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/borda_header_holder_mobile.png'), url('https://hom.institutoi.org.br/wp-content/uploads/2026/04/borda_bottom_holder_mobile.png');
        background-size: 90%, 83%;
        background-position: 50% 30%, 65% 70%;
    }
    #processosOqueFazemos .proc-holder {
        position: relative;
    }
    #processosOqueFazemos .proc-holder.entendimento {
        left: unset;
        order: 1;
    }
    #processosOqueFazemos .proc-holder.levantamento {
        right: 0;
        order: 6;
    }
    #processosOqueFazemos .proc-holder.levantamento .icone {
        right: -60px;
    }
    #processosOqueFazemos .proc-holder.desenvolvimento {
        top: unset;
        right: unset;
        order: 5;
    }
    #processosOqueFazemos .proc-holder.desenvolvimento .icone {
        right: unset;
        left: -60px;
    }
    #processosOqueFazemos .proc-holder.monitoramento {
        right: 0;
        order: 4;
    }
    #processosOqueFazemos .proc-holder.implementacao {
        left: 0;
        order: 3;
    }
    #processosOqueFazemos .proc-holder.planejamento {
        right: 0;
        left: unset;
        order: 2;
    }
    #processosOqueFazemos .proc-holder.planejamento .icone {
        left: unset;
        right: -60px;
    }
    .slider-home div#n2-ss-2 .n2-ss-control-bullet {
        bottom: 5%;
    }
    .borda-e1-home::after, .borda-d1-home::after {
        content: none;
    }
}
@media(max-width:950px) {
    #processosOqueFazemos {
        gap: 30px;
    }
    .inova-tec-gest-home {
        background-size: 100% 83% !important;
        background-position: 0 60px !important;
    }
}
@media(max-width:768px) {
    #processosOqueFazemos {
        gap: 50px;
        flex-direction: column;
        align-items: center;
        background-position: 50% 4%, 50% 87%;
    }
    .section-publicacoes {
        background-position: 0% 250px !important;
    }
}
@media(max-width:500px) {
    .titulo-manifesto-home::before,
    .titulo-principios-home::before,
    .titulo-relatorio-institucional::before,
    .titulo-publicacoes-institucional::before,
    .titulo-servicos-fazemos::before,
    .titulo-processos-fazemos::before {
        left: 0%;
        top: -5%;
	}
    #processosOqueFazemos {
        background-image: none;
        padding: 40px 20px 80px 20px;
    }
    #processosOqueFazemos .proc-holder.entendimento,
    #processosOqueFazemos .proc-holder.levantamento,
    #processosOqueFazemos .proc-holder.desenvolvimento,
    #processosOqueFazemos .proc-holder.monitoramento,
    #processosOqueFazemos .proc-holder.implementacao,
    #processosOqueFazemos .proc-holder.planejamento {
        left: 25px;
    }
    #processosOqueFazemos .proc-holder.levantamento .icone,
    #processosOqueFazemos .proc-holder.monitoramento .icone,
    #processosOqueFazemos .proc-holder.planejamento .icone {
        left: -60px;
        right: unset;
    }
    .section-publicacoes {
        background-position: 0 400px !important;
    }
    .slider-home div#n2-ss-2 .n2-ss-control-bullet {
        right: 33%;
        transform: translate(-50%);
    }
    .inova-tec-gest-home {
        background-size: 100% !important;
        background-position: 0 160px !important;
    }
    .n2-ss-slider .n2-ss-layer-col {
        background-color: rgba(255,255,255,0.9);
        border-radius: 15px;
        padding: 20px !important;
    }
}
@media(max-width:400px) {
    #processosOqueFazemos .proc-holder.entendimento,
    #processosOqueFazemos .proc-holder.levantamento,
    #processosOqueFazemos .proc-holder.desenvolvimento,
    #processosOqueFazemos .proc-holder.monitoramento,
    #processosOqueFazemos .proc-holder.implementacao,
    #processosOqueFazemos .proc-holder.planejamento {
        left: 0;
    }
    #processosOqueFazemos .proc-holder.entendimento .icone,
    #processosOqueFazemos .proc-holder.levantamento .icone,
    #processosOqueFazemos .proc-holder.desenvolvimento .icone,
    #processosOqueFazemos .proc-holder.monitoramento .icone,
    #processosOqueFazemos .proc-holder.implementacao .icone,
    #processosOqueFazemos .proc-holder.planejamento .icone {
        width: 20%;
        left: -15px;
    }
    .section1-texto {
        min-height: 800px !important;
    }
}