/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 13 2026 | 20:08:18 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* CABEÇALHO*/

p.site-description.show {
	display:none !important;
}


/* BADGETS */
.card-list p, .card-list2 p {
	color: #fff;
	display: flex;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	padding-bottom: 25px;
}

.card-list2 p { 
	border-bottom: none;
	padding-bottom: 0;
}

.card-list b, .card-list2 b {
	margin: 0 15px;
	display: inline-flex;
	min-width: 70px;
}

.card-list2 small {
	margin-right: 15px;
    padding: 3px 5px 3px;
    width: auto !important;
}
	
.card-list small, .card-list2 small {
	border-radius: 3px;
	flex-shrink: 0;
    width: 32px;
    height: 22px;
    background: #D4651F;
	color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-top: 2px;
	display: inline-flex;
}

.setores-atendidos-box span{
	COLOR: #1f6fab ! IMPORTANT;
    TEXT-TRANSFORM: UPPERCASE;
    font-weight: 400;
    color: var(--azul-mid);
    letter-spacing: 0.5px;
    display: block;
    margin-top: 10px;
    FONT-FAMILY: MONOSPACE;
    FONT-SIZE: 12PX;
}




/* SERVICPS ELOY CARD */
.service-content .service-title  {
	font-family: var(--fw-mono);
    font-size: 16px;
    color: #b5541a !important;
    letter-spacing: .12em;
    margin-bottom: 12px;
}
.service-border {
	display: none !important;
}

.eloy-card small {
	font-family: var(--fw-mono);
    font-size: 9px;
    letter-spacing: .12em;
    color: rgba(26, 25, 23, .45);
    text-transform: uppercase;
	display: block;
    margin-bottom: 8px;
	margin-top: 16px;
}

span.card-badge, div.card-badge{
	font-family: var(--fw-mono);
    font-size: 10px;
    color: #1b4f72;
    border: 1px solid rgba(27, 79, 114, .2);
    padding: 3px 8px;
    letter-spacing: .04em;
    transition: all .2s;
	margin-left: 5px;
}

div.card-badge {
	color: #d4683a;
    border: 1px solid #d4683a;
	font-family: 'JetBrains Mono';
	text-transform: uppercase;
	font-style: normal;
    font-weight: 400;
	margin: 15px 0 0 0;
    display: inline-block;
	letter-spacing: 0.5px;
}

.eloy-card2 h3 {
	font-size: 22px !important;
	color: #fff !important;
	font-family: 'Barlow Condensed', sans-serif !important;
	letter-spacing: .02em;
	    font-weight: 800;
	line-height: 1.3rem;
	transition: color .25s;
}

.eloy-card2:hover h3 {
	color: #d4683a !important;
	
}

span.card-badge:hover,div.card-badge:hover {
	border-color: rgba(181, 84, 26, .3);
    color: #b5541a;
}

.infobox-overlay-color {
	border-bottom-width: 0;
	border-bottom: 2px solid;
	color:rgba(181, 84, 26, .3);
}

.infobox-overlay-color:hover {
	border-bottom-width: 100%;
	color: rgba(181, 84, 26, 1);
}

.setores-label {
	margin: 10px 0 0 0 ;
	font-family: 'JetBrains Mono';
	    font-size: 12px;
	color:#1b4f72;
    letter-spacing: .04em;
    padding-top: 14px;
    border-top: 1px solid var(--ink-08);
    line-height: 1.7;
    transition: color .2s;
	font-weight: 200;
}

.rs-addon-services:hover  .setores-label {
	color: #fff !important;
}

.rs-addon-services .services-inner .services-title .title {
	margin-top: 5px !important;
}

.galeria-pecas .swiper-pagination  {
	transform: translate(0, 50px);
}
	
	