<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.raiponse{
	
	
	min-height: 100vh;
	font-family: century gothic, Montserrat Bold 700, sans serif;
	

}

@media screen and (max-width: 360px ){
	.containere{
		padding: 0 auto;
	}
}



.contente h3{
	font-size: 25px;
	font-weight: bold;
	margin: 10px 0px;
	padding: 0px;
}
.contente p{
	font-family: nunito sans;
	margin: 0px;
	padding: 0px;
}



.contente a{
	display: inline-block;
	padding: 10px 20px;
	background: #fff;
	border-radius: 4px;
	text-decoration: none;
	color: #000;
	font-family: nunito sans;
	font-weight: bold;
	margin-top: 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);

}


.containere .box {

	position: relative;
	width: 300px;
	padding: 30px;
	background: #fff;
	box-shadow: 0 5px 15px  rgba(0,0,0,.1);
	
    
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	border-radius: 25px;
}





.containere {

	padding: : 0px 60px;
	display: flex;
	justify-content: space-between;
	
   

}

.containere .box .icon{
position: relative;
width: 80px;
height: 80px;
color: #fff;
background: #00aeef;
 display: flex;
  justify-content: center;
  align-items: center;
margin: 0 auto;
border-radius: 50%;
font-size: 40px;
font-weight: 700;

}

/**
.containere .box:nth-child(1) .icon{
box-shadow: 0 0 0 0 #dc143c;

	}

	.containere .box:nth-child(1):hover .icon{
background-color: #dc143c;
box-shadow: 0 0 0 400px #dc143c;
	}



	.containere .box:nth-child(2) .icon{
box-shadow: 0 0 0 0 #2e3192;

	}

	.containere .box:nth-child(2):hover .icon{
background-color: #2e3192;
box-shadow: 0 0 0 400px #2e3192;
	}




	.containere .box:nth-child(3) .icon{
box-shadow: 0 0 0 0 #662d91;
	}

	.containere .box:nth-child(3):hover .icon{
background-color: #662d91;
box-shadow: 0 0 0 400px #662d91;

	}



	.containere .box:nth-child(4) .icon{
box-shadow: 0 0 0 0 #386653;

	}

	.containere .box:nth-child(4):hover .icon{

background-color: #386653;box-shadow: 0 0 0 400px #386653;
	}



	.containere .box:nth-child(5) .icon{
box-shadow: 0 0 0 0 orange;

	}

	.containere .box:nth-child(5):hover .icon{
background-color: orange;box-shadow: 0 0 0 400px orange;

	}




	.containere .box:nth-child(6) .icon{
box-shadow: 0 0 0 0 #031b4e;

	}

	.containere .box:nth-child(6):hover .icon{
background-color: #031b4e;box-shadow: 0 0 0 400px #031b4e;

	}




	.containere .box:nth-child(7) .icon{
box-shadow: 0 0 0 0 #ff0000;

	}

	.containere .box:nth-child(7):hover .icon{

background-color: #ff0000;box-shadow: 0 0 0 400px #ff0000;
	}



	.containere .box:nth-child(8) .icon{
box-shadow: 0 0 0 0 #008080;

	}

	.containere .box:nth-child(8):hover .icon{

background-color: #008080;box-shadow: 0 0 0 400px #008080;
	}




	.containere .box:nth-child(9) .icon{
box-shadow: 0 0 0 0 #5cc5f3;

	}

	.containere .box:nth-child(9):hover .icon{
background-color: #5cc5f3;box-shadow: 0 0 0 400px #5cc5f3;

	}




	.containere .box:nth-child(10) .icon{
box-shadow: 0 0 0 0 #0f8735;

	}

	.containere .box:nth-child(10):hover .icon{
background-color: #0f8735;box-shadow: 0 0 0 400px #0f8735;

	}

**/







	.containere .box .contente{
		position: relative;
		z-index: 1;
		transition: 0.5s;	color: #000000;
	}




/**
.containere .box:before {
		content: '';
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(255,255,255,.2);
		z-index: 2;
		pointer-events: none;
	}

**/
</pre></body></html>