main {
	width: 100%;
	margin: 0 auto;
	max-width: 1280px;
	padding: 10px
}

section.select-parceiro {
	justify-content:center;
	padding: 20px;
	scale: 0.9;
	position: relative;
	height: 500px;
}

section.select-parceiro #linha-1 {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 40px;
}

section.select-parceiro #linha-2 {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 40px;
}

section.select-parceiro #img-circuibras {
	top: 100px;
	left: -150px;
	position: relative;
	width: 150px;
	height: 150px;
}

section.select-parceiro #img-SW {
	top: 30px;
	left: -140px;
	position: relative;
	width: 120px;
	height: 120px;
}

section.select-parceiro #img-ligadis {
	top: 10px;
	right: 40px;
	position: relative;
	width: 150px;
	height: 150px;
}

section.select-parceiro #img-ADP {
	bottom: 60px;
	right: 35px;
	position: relative;
	width: 160px;
	height: 160px;
}

section.select-parceiro #img-mcworks {
	bottom: 10px;
	left: 180px;
	position: relative;
	width: 120px;
	height: 120px;
}

section.select-parceiro #img-stmicro {
	bottom: 160px;
	left: 110px;
	position: relative;
	width: 120px;
	height: 120px;
}

section.select-parceiro #img-central img {
    width: 200px; 
    height: 200px;
	position: absolute;
    top: 180px;
    left: 550px;
	z-index: 1;
}

#raios-linha-2{
	z-index: -1;
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
	pointer-events: none;
}

#raios-linha-1{
	z-index: -1;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
	pointer-events: none;
}

#raio-1{
	position: absolute;
	left: 460px;
	top: 130px;
	transform: rotate(45deg);
}

#raio-2 {
	position: absolute;
	left: 300px;
	top: 130px;
	transform: rotate(-30deg);
}

#raio-3 {
	position:absolute;
	left: 400px;
	top:190px;
	transform: rotate(-75deg);
}

#raio-4 {
	position:absolute;
	left:300px;
	top: 270px;
	transform: rotate(30deg);
}
#raio-5 {
	position:absolute;
	left:450px;
	top: 300px;
	transform: rotate();
}
#raio-6 {
	position:absolute;
	right:500px;
	bottom: 300px;
	transform: rotate(-40deg);
}
#raio-7 {
	position:absolute;
	right:380px;
	bottom: 230px;
	transform: rotate(-10deg);
}
#raio-8 {
	position:absolute;
	right:370px;
	bottom:340px;
	transform: rotate(30deg);
}
#raio-9 {
	position:absolute;
	right:440px;
	bottom:110px;
	transform: rotate(15deg);
}
#raio-10 {
	position:absolute;
	right:570px;
	bottom:370px;
	transform: rotate();
}

section.select-parceiro img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	object-position: center;
	border-radius: 100%;
	border: 4px solid white;
	transition: all 0.3s ease-out;
	cursor: pointer;
}

section.select-parceiro img#nuvem-background{
	border-radius: 0%;
	border: none;
	width: 300px;  /* Tamanho maior para destaque */
    height: 300px;
	position: absolute;
	top: 120px;
    left: 500px;
	z-index: -1;
}

section.select-parceiro img:hover {
	transform: scale(1.2);
	border-color: #FC466B;
}

section.info-parceiro {
	display: none;
	flex-direction: column;
	position: relative;
}

section.info-parceiro.selected {
	display: flex;
}

section.info-parceiro h1 {
	font-size: 4.2rem;
	padding: 15px 5px;
	color: #9340FF;
}

section.info-parceiro > div {
	display: flex;
	padding: 10px;
	gap: 25px;
}

section.info-parceiro > div > div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 4;
}

section.info-parceiro div p {
	font-size: 2rem;
	text-align: justify;
	line-height: 1.5;
	flex: 6;
	font-family: "poppins", sans-serif;
	margin-top: 30px;
}

h2 {
	font-size: 4.0rem;
	margin: 10px;
	font-family: "Lexend Deca", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 450;
  	font-style: normal;
}

div p {
	font-size: 2rem;
	text-align: justify;
	line-height: 1.5;
	flex: 6;
	font-family: "poppins", sans-serif;
	margin-top: 30px;
}

#title_parceiro{
	position: relative;
    width: fit-content;
}
section.info-parceiro img#linha-branca {
	width: 120%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center;
	transform: rotate(180deg);
	transform: rotateX(180deg);
}
