HEX
Server: Apache/2.4.54 (Debian)
System: Linux a5825d2beacc 4.15.0-197-generic #208-Ubuntu SMP Tue Nov 1 17:23:37 UTC 2022 x86_64
User: root (0)
PHP: 8.1.14
Disabled: NONE
Upload Files
File: /var/www/html/css.txt
.color1 {
	color:#00a9ad;
}

.color2 {
	color:#007f80;
}
.color3 {
	color:#025957;
}
.color4 {
	color:#575756;
}

.color5 {
	color:#BC1F28;
}

.upper{
	text-transform:uppercase;
}
.bold {
	font-weight:bold;
}

.card{
	border-radius:10px;
	margin:15px;
}

.card-img-top{
	border-radius:10px 10px 0px 0px;
}

.card-title{
	font-size:20px;
}
.card-body{
	padding: 3rem;
}

.card-img-top{
	height: 200px
}

.btn-escuro{
	border: 0px;
	border-color:rgba(0,0,0,0) !important;
	background-color: rgb(52, 153, 154) !important;
	color: white !important;
}
.btn-branco{
	background-color: white;
border-radius: 10px;
padding: 15px;
box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
	transition: 200ms;
}

.btn-branco:hover {
transform: scale(1.2);
}

.cc{
	display:flex !important;
justify-content:center !important;
align-items:center !important;
}

.shadow {
	 box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
}

.shadow:hover {
	box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3), 0px 6px 15px -6px rgba(0,0,0,0.3);
}

.ct{
	display:flex !important;
justify-content:center !important;
align-items:flex-start !important;
}

.logo-showcase .et_pb_gallery_items {
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    flex-flow: row wrap !important;
}