.pagina-setores-box{
   	float: left;
   	width: 100%;
   	position: relative;
   	left: 0;
   	flex-wrap: wrap;
   	padding: 60px 7%;
   	/* background-image: url(../../images/bg-numeros.jpg); */
   	background-size: cover;
   	background-attachment: fixed;
   	backdrop-filter: blur(7px);
   	/* background-color: #001b4f; */
   	margin: -42px 0 0 0;
}
.pagina-setores-box:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    background-color: #001b4f;
    z-index: -1;
}
.pagina-setores-widget {
    max-width: 1110px;
    margin: 0 auto;
}

.pagina-setores-box a.bt {position: absolute;z-index:99999999;left: 50%;bottom: 9%;display: block;}
.pagina-setores-box .destacada {
    height: 100%;
    line-height:0;
    padding-right: 5%;
}
.pagina-setores-box .destacada img {
	width:100% !important;
	height:100% !important;
	object-fit:cover;
	object-position: right;
}
.pagina-setores-box .destacada:before {
	content:"";
	display: none;
	width: 70%;
	height:70%;
	background:#1596cfb5;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index:1;
	mix-blend-mode: multiply;
}
.pagina-setores-widget p,
.pagina-setores-widget li {
	color:#ffffff; }

.pagina-setores-widget h2 {
	color:#ffffff;
	font-size: 44px;
	font-weight: 800;
	line-height: 100%;
}
.pagina-setores-content .numero {
    font-size: 22px !important;
    color: #fff;
    text-align: center;
    line-height: 42px;
    padding: 76px 111px;
    background-color: #1513497d;
    border-radius: 22px;
    width: 444px;
    height: 444px;
    max-height: 444px;
    display: grid;
    justify-content: center;
    align-items: center;
}
.pagina-setores-content .numero strong {
    font-size: 95px !important;
    color: #2c77d2;
}
.pagina-setores-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 44px;
    margin: 0 0 0 88px;
    align-items: center;
    justify-content: center;
}
.w-setores-destacada {
    width: 40%;
}

.w-setores-destacada img {
    border-radius: 22px;
    max-height: 377px;
}
/*lista de setores ini*/
.creditos-box {
    width: 100%;
}

.lista-setores {height: 100px;}

.lista-setores li {
				   font-size: 33px;
				   text-align: center;
				   display: flex;
				   justify-content: center;
				   align-items: center;
				   background-color: var(--cor-primaria);
				   border-radius: 55px;
				   padding: 0;
				   line-height: 100%;
				   }



/*lista de setores fim*/


.pagina-setores-box .info-boxes h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: var(--cor-secundaria) !important;
}
.pagina-setores-box .icon {
  font-size: 1.4rem;
  margin-right: 8px;
  /* color: var(--cor-secundaria); */
}
.pagina-setores-box .info-boxes p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}

@media (max-width: 600px) {
	.pagina-setores-box .info-boxes {
    flex-direction: column;
    padding: 10px;
  }

	.pagina-setores-box .info-boxes li {
    max-width: 100%;
  }
}

/*//////////////////////////////*/
/*////////////MOBILE////////////*/
/*/////////////////////////////*/
@media screen and (max-width: 700px) {
.pagina-setores-box{
	/* margin: 0px 0 0 0; */
}
	.content.pagina-setores-widget {
    padding: 0 0% 0 0;
}
.widget-paginas-texto > div {
	padding: 20px;
	padding-bottom: 0px;
}
	.pagina-setores-box .destacada {
    position: relative;
    padding: 22px;
}
	.pagina-setores-box a.bt {position: initial;/* display: inline-block !important; */margin: 0 24px 24px !important;}
	.widget-paginas-texto {
     padding-right: 0px;
	}
	.w-paginas-texto h2 { font-size: 38px !important;}
	.pagina-setores-box .info-boxes h3 { font-size: 1.9rem !important; }
	.pagina-setores-box .icon { font-size: 1.9rem;}
	.pagina-setores-content {
    width: 100%;
    gap: 9px;
    margin: 0 0 0 0px;
    align-items: center;
    justify-content: center;
}
.w-setores-destacada {
    width: 100%;
}
	.lista-setores {height: 44px;}
	.lista-setores li {  font-size: 18px;  }
}