.container.fadein + #home-atuamos {
	padding-top: 60px;
}

#home-atuamos > #atuacao-txt p {
	margin-top: 0;
	margin-bottom: 0;
}

#home-atuamos h2 {
	color: var(--preto);
}


.um-eixo {
	position: relative;
}
.um-eixo .img-principal {
	width: 227px;
	position: absolute;
}
.um-eixo .img-principal:after {
	content: '';
	display: block;
	position: absolute;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	border: 1px solid var(--rosa);
}
.um-eixo .img-principal:before {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--ciano);
}
.um-eixo .img-secundaria {
	width: 180px;
	position: absolute;
}
.um-eixo .img-bg {
	width: 525px;
	position: absolute;
}
.um-eixo .img-principal img,
.um-eixo .img-secundaria img,
.um-eixo .img-bg img {
	width: 100%;
}

.um-eixo.ciano .img-principal:after {
	border-color: var(--ciano);
}
.um-eixo.ciano .img-principal:before {
	background-color: var(--verde);
}
.um-eixo.verde .img-principal:after {
	border-color: var(--verde);
}
.um-eixo.verde .img-principal:before {
	background-color: var(--rosa);
}
.um-eixo.laranja .img-principal:after {
	border-color: var(--laranja);
}
.um-eixo.laranja .img-principal:before {
	background-color: var(--ciano);
}


.bolha-eixo {
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--branco);
	position: relative;
}
.bolha-eixo:before {
	content: '';
	display: block;
	background: var(--rosa);
	border-radius: 50%;
	position: absolute;
	z-index: -1;
}
.ciano .bolha-eixo:before {
	background: var(--ciano);
}
.laranja .bolha-eixo:before {
	background: var(--laranja);
}
.verde .bolha-eixo:before {
	background: var(--verde);
}



@media (min-width: 1024px) {
	.container.fadein + #home-atuamos {
		padding-top: 120px;
	}
	#home-atuamos > h3 {
		width: 25%;
		margin-right: 20px;
		float: left;
	}
	#home-atuamos > #atuacao-txt {
		width: 35%;
		float: left;
		font-size: 1.125em;
	}
}



/*@media (max-width: 991px) {*/
	.bolha-eixo {
		width: 170px;
		height: 244px;
		padding: 40px 0;
	}
	.bolha-eixo:before {
		width: 244px;
		height: 244px;
	}

	.um-eixo h2 {
		margin-top: 40px;
	}
	.um-eixo + .um-eixo h2 {
		margin-top: 70px;
	}

	.um-eixo .img-principal {
		animation: bounce-small 6.4s infinite;
	}
	.um-eixo .img-principal:after {
		animation: bounce-small 6.4s infinite -4s;
	}
	.um-eixo .img-principal:before {
		animation: bounce-small 6.4s infinite -3.5s;
	}
	.um-eixo .img-secundaria {
		animation: bounce-small 6.4s infinite;
	}

	.um-eixo:nth-child(4n) h2 {
		margin-bottom: 150px;
	}
	.um-eixo:nth-child(4n) .bolha-eixo {
		margin-left: 8%;
	}
	.um-eixo:nth-child(4n) .img-principal {
		width: 50.5%;
		max-width: 250px;
		top: 84px;
		right: 0;
	}
	.um-eixo:nth-child(4n) .img-principal:after {
		width: 155px;
		height: 155px;
		left: -64%;
		top: 45px;
	}
	.um-eixo:nth-child(4n) .img-principal:before {
		width: 22px;
		height: 22px;
		left: -60%;
	}
	.um-eixo:nth-child(4n) .img-secundaria {
		width: 33.33%;
		max-width: 135px;
		right: 15%;
		bottom: 0;
	}
	.um-eixo:nth-child(4n) .img-bg {
		width: 65%;
		right: -30%;
		top: -40px;
	}
	.um-eixo:nth-child(4n) .saibamais {
		margin-left: 8%;
		margin-top: 20px;
	}

	.um-eixo:nth-child(4n+1) h2 {
		margin-bottom: 107px;
		width: 200px;
	}
	.um-eixo:nth-child(4n+1) .bolha-eixo {
		margin-left: 39%;
		width: 159px;
		height: 233px;
		z-index: 1;
	}
	.um-eixo:nth-child(4n+1) .bolha-eixo:before {
		width: 233px;
		height: 233px;
	}
	.um-eixo:nth-child(4n+1) .img-principal {
		width: 44.5%;
		max-width: 215px;
		top: 120px;
		z-index: 0;
	}
	.um-eixo:nth-child(4n+1) .img-principal:before {
		width: 22px;
		height: 22px;
		right: -23%;
		top: 30px;
	}
	.um-eixo:nth-child(4n+1) .img-principal:after {
		width: 135px;
		height: 135px;
		right: -96%;
		top: 10px;
		z-index: -1;
	}
	.um-eixo:nth-child(4n+1) .img-secundaria {
		width: 33.33%;
		right: 15%;
		bottom: 0;
	}
	.um-eixo:nth-child(4n+1) .img-bg {
		width: 65%;
		right: -30%;
		top: -40px;
	}
	.um-eixo:nth-child(4n+1) .saibamais {
		transform: translateY(-40px);
	}

	.um-eixo:nth-child(4n+2) h2 {
		margin-bottom: 18px;
		width: 200px;
	}
	.um-eixo:nth-child(4n+2) .bolha-eixo {
		margin-left: calc( 100% - 155px );
		width: 135px;
		height: 216px;
	}
	.um-eixo:nth-child(4n+2) .bolha-eixo:before {
		width: 216px;
		height: 216px;
	}
	.um-eixo:nth-child(4n+2) .img-principal {
		width: 54%;
		max-width: 260px;
		top: 220px;
		left: 22px;
		z-index: 1;
	}
	.um-eixo:nth-child(4n+2) .img-principal:before {
		width: 22px;
		height: 22px;
		right: -72%;
		top: 85px;
	}
	.um-eixo:nth-child(4n+2) .img-principal:after {
		width: 163px;
		height: 163px;
		left: -34px;
		top: -122px;
		z-index: 1;
	}
	.um-eixo:nth-child(4n+2) .img-secundaria {
		width: 33.33%;
		right: 15%;
		bottom: 0;
	}
	.um-eixo:nth-child(4n+2) .img-bg {
		width: 65%;
		right: -30%;
		top: -40px;
	}
	.um-eixo:nth-child(4n+2) .saibamais {
		margin-top: 60px;
		margin-left: 60%;
	}

	.um-eixo:nth-child(4n+3) h2 {
		margin-top: 18vw;
		margin-bottom: 155px;
		width: 255px;
		margin-left: 20px;
	}
	.um-eixo:nth-child(4n+3) .bolha-eixo {
		margin-left: 30px;
		width: 168px;
		height: 242px;
	}
	.um-eixo:nth-child(4n+3) .bolha-eixo:before {
		width: 242px;
		height: 242px;
	}
	.um-eixo:nth-child(4n+3) .img-principal {
		width: 61%;
		max-width: 280px;
		top: 97px;
		left: 43%;
		z-index: 1;
	}
	.um-eixo:nth-child(4n+3) .img-principal:before {
		width: 22px;
		height: 22px;
		right: 28%;
		top: 260px;
	}
	.um-eixo:nth-child(4n+3) .img-principal:after {
		width: 163px;
		height: 163px;
		left: -122px;
		top: -21px;
		z-index: 1;
	}
	.um-eixo:nth-child(4n+3) .img-secundaria {
		width: 33.33%;
		right: 15%;
		bottom: 0;
	}
	.um-eixo:nth-child(4n+3) .img-bg {
		width: 65%;
		right: -30%;
		top: -40px;
	}
	.um-eixo:nth-child(4n+3) .saibamais {
		transform: translateY(-20px);
		margin-left: 64%;
	}

/*}*/

@media (min-width: 767px) and (max-width: 1099px) {
	.um-eixo:nth-child(4n+2) h2 {
		margin-top: 25px;
	}
	.um-eixo {
		width: 70%;
	}
	.um-eixo:nth-child(2n+1) {
		margin-left: 35%;
	}
	.um-eixo + .um-eixo {
		margin-top: -150px;
	}
	.um-eixo.verde {
		width: 95%;
		margin-left: 19%;
		margin-top: -55px;
	}
	.um-eixo.ciano {
		margin-top: -150px;
	}
	.um-eixo:nth-child(4n+2) .bolha-eixo {
		margin-left: 48% !important;
	}
	.um-eixo:nth-child(4n+3) h2 {
		margin-top: 0 !important;
	}
	.um-eixo:nth-child(4n+3) .img-principal {
		margin-top: 100px;
	}
	.um-eixo.laranja {
		margin-top: 3vw;
	}
	@media (min-width: 940px) {
		.um-eixo.laranja {
			margin-top: -3vw;
		}
	}
	@media (min-width: 992px) {
		.um-eixo.verde {
			width: 79%;
			margin-left: 36%;
			margin-top: -70px;
		}
	}
}

@media (max-width: 767px) {
	.um-eixo {
		width: 515px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.um-eixo:nth-child(4n+2) h2 {
		margin-top: 0;
	}
	@media (min-width: 500px) {
		.um-eixo.laranja {
			top: 50px;
		}
	}
}

@media (min-width: 500px) and (max-width: 767px) {
	.um-eixo:nth-child(4n) .img-principal {
		right: auto;
		left: 235px;
		top: 57px;
	}
	.um-eixo:nth-child(4n) .img-secundaria {
		right: 30%;
	}
	.um-eixo:nth-child(4n+1) h2 {
		width: 380px;
	}
	.um-eixo:nth-child(4n+2) h2 {
		width: 380px;
	}
	.um-eixo:nth-child(4n+2) .bolha-eixo {
		margin-left: 63%;
	}
	.um-eixo:nth-child(4n+2) .img-principal {
		left: 13%;
		top: 200px;
	}
	.um-eixo:nth-child(4n+2) .saibamais {
		margin-left: 68%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.um-eixo:nth-child(4n+1) h2 {
		width: 100%;
	}
	.um-eixo:nth-child(4n+2) h2 {
		width: 100%;
	}
	.um-eixo:nth-child(4n+3) h2 {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.bolha-eixo {
		width: 220px;
		height: 320px;
		padding: 50px 0;
	}
	.bolha-eixo:before {
		width: 320px;
		height: 320px;
	}

	.um-eixo:nth-child(4n) .bolha-eixo {
		z-index: 2;
	}
	.um-eixo:nth-child(4n) h2 {
		width: 350px;
		margin-bottom: 45px;
	}
	.um-eixo:nth-child(4n) .img-principal {
		width: 230px;
		top: 20px;
		right: auto;
		left: 400px;
	}
	.um-eixo:nth-child(4n) .img-principal:after {
		width: 250px;
		height: 250px;
		top: 120px;
		left: -66%;
		z-index: -1;
	}
	.um-eixo:nth-child(4n) .img-principal:before {
		width: 30px;
		height: 30px;
		left: auto;
		right: -75%;
	}
	.um-eixo:nth-child(4n) .img-secundaria {
		width: 180px;
		right: auto;
		left: 180px;
		z-index: 3;
		bottom: -99px;
	}
	.um-eixo:nth-child(4n) .saibamais {
		position: absolute;
		left: 260px;
		top: 385px;
	}

	.um-eixo:nth-child(4n+1) h2 {
		width: 310px;
		margin-top: 200px;
		margin-bottom: 30px;
	}
	.um-eixo:nth-child(4n+1) .bolha-eixo {
		width: 210px;
		height: 315px;
	}
	.um-eixo:nth-child(4n+1) .bolha-eixo:before {
		width: 315px;
		height: 315px;
	}
	.um-eixo:nth-child(4n+1) .img-principal {
		top: -80px;
		left: 47%;
		width: 195px;
	}
	.um-eixo:nth-child(4n+1) .img-principal:before {
		width: 52px;
		height: 52px;
		right: auto;
		left: -550px;
		top: 250px;
	}
	.um-eixo:nth-child(4n+1) .img-principal:after {
		width: 193px;
		height: 193px;
		right: -48px;
		top: 160px;
		z-index: 2;
	}
	.um-eixo:nth-child(4n+1) .img-bg {
		width: 528px;
		top: -340px;
		z-index: -1;
	}
	.um-eixo:nth-child(4n+1) .saibamais {
		transform: translateY(-300px);
	}

	.um-eixo:nth-child(4n+2) h2 {
		width: 280px;
		margin-top: 0;
	}
	.um-eixo:nth-child(4n+2) .bolha-eixo {
		width: 180px;
		height: 300px;
		margin-left: 35%;
	}
	.um-eixo:nth-child(4n+2) .bolha-eixo:before {
		width: 300px;
		height: 300px;
	}
	.um-eixo:nth-child(4n+2) .img-principal {
		width: 275px;
		top: 295px;
		left: -20px;
		z-index: -1;
	}
	.um-eixo:nth-child(4n+2) .img-principal:after {
		width: 252px;
		height: 252px;
		left: 31px;
		top: -160px;
	}
	.um-eixo:nth-child(4n+2) .img-principal:before {
		width: 52px;
		height: 52px;
		left: -40px;
		bottom: -60px;
		top: auto;
	}
	.um-eixo:nth-child(4n+2) .saibamais {
		margin-left: 0;
		margin-top: 0;
		transform: translateY(-295px);
	}

	.um-eixo:nth-child(4n+3) h2 {
		width: 370px;
		margin-bottom: 90px;
		margin-left: calc( 100% - 370px );
	}
	.um-eixo:nth-child(4n+3) .bolha-eixo {
		margin-left: calc( 100% - 350px );
		width: 210px;
		height: 315px;
	}
	.um-eixo:nth-child(4n+3) .bolha-eixo:before {
		width: 315px;
		height: 315px;
	}
	.um-eixo:nth-child(4n+3) .img-principal {
		top: 80px;
		left: auto;
		right: 451px;
		z-index: -1;
	}
	.um-eixo:nth-child(4n+3) .img-principal:before {
		width: 52px;
		height: 52px;
		bottom: -120px;
		top: auto;
		left: 16%;
	}
	.um-eixo:nth-child(4n+3) .img-principal:after {
		width: 245px;
		height: 245px;
		left: 64%;
		top: 150px;
	}
	.um-eixo:nth-child(4n+3) .saibamais {
		margin-left: calc( 100% - 370px );
		transform: translateY(-380px);
	}
}

@media (min-width: 1100px) {
	.um-eixo {
		width: 50%;
	}
	.um-eixo:nth-child(2n) {
		margin-left: 8.6%;
	}
	.um-eixo:nth-child(2n+1) {
		margin-left: 49.5%;
	}

	.um-eixo:nth-child(4n+1) {
		margin-top: -200px;
	}
	.um-eixo:nth-child(4n+2) {
		margin-top: -200px;
	}
	.um-eixo:nth-child(4n+3) h2 {
		margin-top: 0;
	}
}
@media (min-width: 1100px) and (max-width: 1440px) {
	.um-eixo:nth-child(4n+1) .img-principal {
		left: 64%;
	}
}
@media (min-width: 1300px) {
	.um-eixo:nth-child(4n+3) {
		margin-top: -50px;
	}
}




