<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.filtro {
    background: #febf10;
    border-radius: 4px;
    max-width: 660px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
}

.filtro .line {
    width: 65%;
}

.filtro .line:last-child {
    width: 100%;
}

.filtro .line strong{
    display: block;
    text-align: center;
    font-weight: 800;
    margin-bottom: 15px;
    color: #000102;
}

.filtro label {
    color: #000;
    margin-bottom: 10px;
    display: block;
}

.filtro select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.filtro button {
    display: block;
    height: 100%;
    width: 100%;
    background: #961914;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}

.unidades {
    font-family: "Montserrat", Sans-serif;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.unidade {
    font-family: "Montserrat", Sans-serif;
	border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0px 6px 28px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 6px 28px -3px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 30px 20px;
    width: calc(90%/3);
    line-height: 1.8;
    margin-bottom: 20px;
    position: relative;
    min-height: 320px;
    text-align: center;
}
.unidade address {
    font-family: "Montserrat", Sans-serif;
	font-style: normal;
}
.unidades {
    font-family: "Montserrat", Sans-serif;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.unidade span {
    font-family: "Montserrat", Sans-serif;
	display: block;
    font-size: 13px;
}
.unidade span i {
	color: #961914;
}

.franchise-social-link {
    display: block;
    padding: 7px;
    text-decoration: none;
    background: #c3c2c2;
    color: #000;
    font-size: 14px;
    margin: 0 auto;
    width: 100%;
}
.franchise-social-link-facebook {
    background: #5061a6;
    color: #fff;
}
.franchise-social-link-whatsapp {
    background: #1abc9c;
    color: #fff;
}
.franchise-social-link-loja {
    background: #938AE3;
    color: #fff;
}
.unidade h3 {
    font-family: "Montserrat", Sans-serif;
	font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
}
.im-sobre h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #000000;
}
.redes-unidades {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -9px;
    width: 100%;
    left: 0;
    height: 49px;
    background: #b1b1b1;
}
@media (max-width: 690px) {
    .unidade {
        width: 100%;
        margin-bottom: 20px;
    }
    .unidades {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
    }
}
</pre></body></html>