/**************************************************************************************************************************************/
/* FONTES */
@font-face {
    font-family: 'Antenna Light';
    src: url('../fonts/Antenna-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Antenna-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Antenna-Light.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Antenna-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Antenna-Light.svg#0b796eb686331bce85dd2ddaccb4478e') format('svg'); /* Legacy iOS */      
    font-style:   normal;
    font-weight:  200;
}
@font-face {
    font-family: 'Antenna Regular';
    src: url('../fonts/Antenna-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Antenna-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Antenna-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Antenna-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Antenna-Regular.svg#fb3ea329a32b14a1a44b77ec13e63026') format('svg'); /* Legacy iOS */       
    font-style:   normal;
    font-weight:  400;
}
@font-face {
    font-family: 'Antenna Bold';
    src: url('../fonts/Antenna-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Antenna-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Antenna-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Antenna-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Antenna-Bold.svg#a6c4f1c61b71ead6af64ced90fcaf3b6') format('svg'); /* Legacy iOS */      
    font-style:   normal;
    font-weight:  700;
}
@font-face {
    font-family: 'Antenna Black';
    src: url('../fonts/Antenna-Black.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Antenna-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Antenna-Black.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Antenna-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Antenna-Black.svg#7d6fe81ed93a536d9bca1d6111694305') format('svg'); /* Legacy iOS */
    font-style:   normal;
    font-weight:  900;
}


/**************************************************************************************************************************************/
/* GLOBAL */
a, a:hover {
	cursor: pointer;
	color: inherit;
}
body, p {
	font-family: 'Antenna Regular';
	font-size: 13px;
	color: #758189;
}
p {
	margin-bottom: 1.5em;
	line-height: 1.52857em;
}
strong {
	font-family: 'Antenna Bold';
}
.icone {
	background: url(../images/front_end/sprite.png) 0 0 no-repeat;
	vertical-align: middle;
	display: inline-block;
}

.h1{
	text-transform: uppercase;
	font-size: 3em !important;
	color: #003145;
}

h1 {
	text-transform: uppercase;
	font-size: 3em;
	color: #003145;
	font-family: 'Antenna Light';
	line-height: 1em;
	margin: 1em 0;
}
h1 strong {
	font-family: 'Antenna Black';
}
h3 {
	font-family: 'Antenna Black';
	font-size: 1.833em;
	line-height: 1em;
	color: #8c9aa3;
}
h4 {
	font-family: 'Antenna Light';
	font-size: 1.5em;
	line-height: 1em;
	color: #8c9aa3;
}
h5 {
	font-family: 'Antenna Regular';
	font-size: 1.166em;
	line-height: 1.25em;
	color: #878787;
}

.font18{
	font-size: 18px !important;
}

.font14{
	font-size: 14px !important;
}

.mb-0{
	margin-bottom: 0;
}

/**************************************************************************************************************************************/
/* HEADER */
header {
	padding: 0;
	margin: 0;
	background: none;
}
header .container > div {
	background: #003145;
}
.sup_header {
	height: 100px;
	background: #fff;
	overflow: hidden;
}
.menu {
	height: 35px;
}
.logo {
	margin: 5px 0 0 0;	
	text-align: center;
	display: block;
}
.logo img {
}
.selo{
    margin-left: 2rem;
}
header h5 {
	padding: 50px 0 0 40px;
	margin: 0;
	border-left: 1px solid #f0f0f0;
	display: block;
	float: left;
	max-width: 165px;
}
.itens_contato {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
	float: right;
}
.itens_contato li {
	height: 70px;
	width: 62px;
	background: url(../images/front_end/sprite.png) 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.icone.fone {
	width: 24px;
	height: 24px;
	background-position: -62px 0;
	margin: 23px 0 0 23px;
}
.icone.fone:hover {
	background-position: -86px 0;
}
.icone.contato {
	width: 26px;
	height: 26px;
	background-position: -110px 0;
	margin: 22px 0 0 22px;
}
.icone.contato:hover {
	background-position: -136px 0;
}
.icone.local {
	width: 18px;
	height: 24px;
	background-position: -162px 0;
	margin: 22px 0 0 26px;
}
.icone.local:hover {
	background-position: -180px 0;
}


/**************************************************************************************************************************************/
/* MENU PRINCIPAL */
.navbar {
	min-height: 0;	
	margin-bottom: 0;
	border: none;
	height: 35px;
}
#menu-principal .navbar-nav {
	margin-top: 0;
	margin-bottom: 0;
	/* margin-left: 0; */
}
#menu-principal .navbar-nav > li > a {
	line-height: 35px;
	font-family: 'Antenna Regular';
	font-size: 1.2em;
	color: #fff;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	background: #003145;
}
#menu-principal .navbar-nav > li > a:hover,
#menu-principal .navbar-nav > li > a:focus {
	background: #0d3f56;
}
#menu-principal .nav > li > a {
	padding-right: 23px;
	padding-left: 23px;
}
#menu-principal .navbar-nav > li > a.home {
	padding-right: 38px;
	padding-left: 23px;
	border-right: 1px solid #002a3a;
}
#menu-principal .navbar-nav > li > a.home .icone {
	width: 20px;
	height: 20px;
	background-position: -62px -24px;
}
#menu-principal .navbar-nav > li > a.home:hover {
	font-family: 'Antenna Regular';
	background: #003145;
}
.icone.seta {
	width: 14px;
	height: 6px;
	background-position: -82px -24px;
	margin-left: 10px;
}
.navbar-collapse { 
	padding-right: 1rem;
	padding-left: 1rem;
	border: none;
	position: absolute;
	width: 100%;
	z-index: 9999;
}
.navbar-toggle {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 10px;
	margin-bottom: 9px;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
.dropdown-menu {
	background: #0d3f56 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	width: 100%;
}
.dropdown-menu > li > a {
	padding-left: 50px !important;
	padding-right: 50px !important;
	color: #fff;
	font-size: 0.9em;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background: #e9e9e9;
}


/**************************************************************************************************************************************/
/* BANNERS */
/* .banners-new .item{
	height: 16rem;
} */

.banners-new .item picture{
	/* height: 13rem; */
	display: flex;
	justify-content: center;
}


#banners .left span.icone,
#banners .right span.icone {
	width: 25px;
	height: 60px;
	background-position: 0 -70px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 100px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 9999;
}
#banners .right span.icone {
	background-position: -25px -70px;
	left: auto;
	right: 100px;
}
#banners .left:hover span.icone,
#banners .right:hover span.icone {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


/**************************************************************************************************************************************/
/* FOOTER */
footer {
	padding-top: 35px;
}
.atendimento p{
	color: inherit;
	font-size: 16px;
}
.icone.SC,
.icone.PE,
.icone.SP {
	/* background-size: contain;
	background-repeat: no-repeat;
	width: 3.7rem;
	height: 2.6rem;
	display: block;
	background-position: center; */
	width: 37px;
	height: 26px;
	background-position: center;
	background-size: cover;
	float: left;
	margin-right: 10px;
}
.icone.SP{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='102' height='68' viewBox='0 0 1950 1300'%3E%3Ctitle%3EBandeira do Estado de São Paulo%3C/title%3E%3Cdefs%3E%3Cg id='star' transform='scale(75)'%3E%3Cg id='cone'%3E%3Cpolygon id='triangle' fill='%23FFEC00' points='0,0 0,1 .5,1' transform='translate(0,-1) rotate(18)'/%3E%3Cuse xlink:href='%23triangle' transform='scale(-1,1)'/%3E%3C/g%3E%3Cg id='cone2'%3E%3Cuse xlink:href='%23cone' transform='rotate(72)'/%3E%3Cuse xlink:href='%23cone' transform='rotate(216)'/%3E%3C/g%3E%3Cuse xlink:href='%23cone2' transform='rotate(72)'/%3E%3C/g%3E%3C/defs%3E%3Crect fill='%23FFF' width='1950' height='1300'/%3E%3Cline x1='975' x2='975' y2='1300' style='stroke:%23212125;stroke-dasharray:100,100;stroke-width:1950;'/%3E%3Cpath fill='%23FFF' d='M0 0 765 510H0z'/%3E%3Crect fill='%23C40008' width='750' height='500'/%3E%3Cuse xlink:href='%23star' x='100' y='100'/%3E%3Cuse xlink:href='%23star' x='100' y='400'/%3E%3Cuse xlink:href='%23star' x='650' y='100'/%3E%3Cuse xlink:href='%23star' x='650' y='400'/%3E%3Ccircle fill='%23FFF' cx='375' cy='250' r='200'/%3E%3Cpath id='map' fill='%23294292' transform='translate(375,250) scale(0.232)' d='M-672,-138c2,4,6,6,9,9,2,3,4,7,6,11s6,7,6,11c0,3-5,5-6,8,0,2,0,4,1,7l3,3c4,0,5-4,8-6h5c2,1,2,5,4,5,1,1,3-3,5-2,2,0,4,1,5,3,3,4,2,9,5,13,2,3,6,4,10,5,3,0,7-1,9-3,3-3,3-7,5-9s5-1,7-2,4-3,7-4c1-1,4-4,5-3,3,4,2,9,2,13,1,12-3,25,1,36,1,4,7,3,11,2s7-5,11-5c5-1,10,0,14,0,6,1,13,1,19,1,7,1,14,2,21,0,3,0,6-4,7-7,2-2,0-6,2-8,1-1,5-1,7-1s3,3,4,2c4-1,7-4,9-6,3-3,4-8,7-10,2-1,4,3,5,2,3-2,4-6,6-9,3-3,7-6,10-7,5-2,11-3,16-4,3,0,5-1,8-1s6,1,9,1c2,0,4-2,6-2,1-1,3-3,4-1,3,3,4,9,4,13s-4,6-4,9c-1,4,0,8,1,11s4,4,5,7,1,6,0,9c-1,2-5,1-5,3,0,4,2,7,3,10,2,4,2,8,5,12,3,5,7,10,12,13,4,3,9,3,13,5,2,2,1,7,4,9s7,2,10,1c4,0,7-1,10-2,1,0,2-2,4-2,4,1,9,4,13,6,3,2,4,6,7,8,3,1,6-1,8,1,4,1,6,6,10,7,3,2,7,3,10,3,2,1,5-1,7,1,4,3,6,9,11,12,3,2,8,3,13,2,2-1,2-6,5-6,4-1,7,2,11,3,3,2,6,4,9,6,4,2,10,3,12,7,2,3-2,8-1,12,1,5,5,9,7,14,1,3,0,8,0,12,0,1,1,2,0,3-3,1-6-1-8,0-1,1,0,4,1,5,1,2,4,3,5,6,2,4,3,9,3,14,1,4,0,8,1,11,1,4,4,8,7,9,8,2,17,0,26,0,8,1,16,1,24,1,2,1,7-2,7,1,1,3-5,5-6,9,0,3,3,5,4,7,2,4,2,9,4,12s5,4,8,6c3,3,5,6,8,9s6,7,8,11,2,8,2,13c0,4-1,8-3,12-1,5-4,10-6,15-1,6-3,11-5,16-1,3-4,7-3,10s5,3,7,4c1,2,2,4,1,5-1,2-4,0-6,2s-3,6-2,9c0,4,3,7,4,11,1,2,2,4,3,7,1,2,3,4,3,7,1,4,1,8,0,13,0,2-1,4-2,7,0,2,1,5,1,7,0,3-2,6-2,9s0,7,3,9c3,1,6-3,9-3s7,1,11,1c3,1,7,0,10,1,3,0,5,2,7,2,2,1,5,2,7,2,2-1,2-7,5-6,3,0,3,5,6,7,4,2,10,0,14,2,3,3,5,9,6,13,3,8,3,15,5,23,1,4,1,10,5,13,2,2,7,2,11,3,5,0,10-2,14-1s10,3,11,7c2,5-4,10-4,15,0,4,3,7,2,11,0,3-3,6-3,10-1,2,3,3,2,5s-4,1-5,3-1,5,0,8c0,3,0,6,3,7,4,1,10-4,14-2,5,3,7,10,9,15,2,3,3,7,3,10-1,2-4,3-4,5-1,3,1,6,1,10,0,3-1,6-2,9-2,4-3,7-6,10-2,2-4,3-7,4s-7,0-11,1c-4,2-7,6-10,8s-5,5-8,7c-4,3-9,5-14,8-2,2-3,5-6,8-2,3-5,6-7,9-2,2-3,4-5,6-3,3-6,4-9,6-2,3-3,7-5,9-2,3-5,4-7,7s-2,8-5,11-8,2-10,5c-3,2-3,6-4,9-1,2-3,5-1,6,2,2,5-2,7-1,2,0,3,3,4,3,2,0,3-2,4-3s1-3,2-4c2-1,5-2,7-2s2,3,4,4c1,1,3,1,4,2,2,2,1,5,3,7s6,2,7,3c2,2,2,5,3,7,1,3,2,6,3,7s3,1,5,0c1,0,3-1,5-2,1-1,2-1,2-2,1-1,0-3,0-4,1-1,2-1,3-1,2,0,6,0,6,2,1,2-3,4-4,6,0,2,1,4,2,5,3,4,7,8,12,10,3,2,8,2,11,4s6,5,8,7c2,3,3,6,6,8,3,3,8,3,11,7,4,3,4,9,7,13,8,11,19,5,11,18,0,1-2,2-3,3-2,1-3,1-4,2-1,2-2,3-2,5s-1,5,0,8c0,2,2,4,3,5,2,1,3,1,5,0,1,0,2-2,3-3,3-1,6-2,8-3,3-2,7-4,9-7,2-2,2-5,2-8,1-2,1-4,1-6,1-2,2-4,2-6,2-4,5-8,5-12,1-2-2-4-2-7,0-2,2-3,2-4,1-3,1-6,3-9,2-4,6-9,9-13,2-2,5-2,6-3,2-1,3-2,4-4s0-5,1-8,4-5,5-8c1-2,3-3,3-6,0-1-2-2-2-3-2-2-3-4-4-7,0-1-1-2,0-3,3,0,6,0,8,2,3,3,2,7,4,10,2,2,4,3,5,3,2,0,1-2,1-3,1-1,0-4,1-3,2,0,2,3,4,4,1,0,2-3,3-2s1,3,0,5c-1,1-5,0-6,2-1,1,1,4,0,6s-3,3-5,6c-1,1,0,3-2,4-3,2-8,0-10,3s2,8,1,11c-1,2-5,1-7,2s-3,3-4,4c-3,3-8,5-11,8-1,2-1,5,0,7,2,2,6,3,8,1,2,0,2-4,4-6s5-4,7-6c4-2,7-4,10-7,3-2,4-5,6-7,3-3,6-3,8-5,3-4,5-8,7-13,2-2,4-5,4-8,2-4,2-8,3-12,0-1-1-3,0-4,1-2,4-2,5-4,1-1,1-3,2-4,2-3,5-3,6-6,1-2-2-5-2-7,0-1,0-3,1-3,2,0,4,2,7,2,2-1,3-4,4-5,2-3,4-5,6-7,4-2,8-2,12-4,2-2,4-5,6-8,1-2,3-4,4-6,1-4,0-8,1-11,1-5,4-9,4-14,1-3-2-4-2-7,1-3,5-6,5-10,0-2-3-4-3-6-1-4-1-8-1-12s0-7,1-11c0-5,1-9,3-14,1-3,6-4,6-8,0-2-4-3-6-5v-3c1-1,2-2,3-3,4,0,8,7,12,6,6-1,5-10,8-14,4-4,8-6,13-9,5-4,11-7,17-11,3-2,6-5,9-7,2-2,4-4,7-5,3-2,7-3,11-5,3-2,6-6,10-6,4-1,9,2,13,2s9,0,12-2c4-2,5-7,8-9,3-3,8-3,11-6,2-2,1-5,3-8,1-2,2-4,4-5,3,0,6,2,9,3,2,0,5,2,8,2,2,0,4-4,7-5,2,0,5,0,7,1s2,4,4,6c1,1,3,2,5,2,5-1,11-1,15-4,2-1,1-5,3-6,2,0,3,4,5,5,3,1,8,1,11,2s4,5,6,4c5-1,10-4,13-8,2-3,0-8,2-10,2-3,6-3,8-5,7-3,14-5,19-10,2-1,1-4,1-6s-3-2-3-3c0-2,2-5,4-5s4,5,5,3c2-2-1-6,0-10,0-1,1-3,2-5,3-4,6-8,10-12,3-4,8-8,11-12,1-2,1-5,3-7,4-5,9-11,13-16,5-5,10-9,13-14s3-11,4-17c1-4,0-9,1-14s2-10,5-14c2-6,6-11,9-16,3-3,7-6,8-10,2-4,0-9,1-13,1-9,4-17,7-24,2-7,6-13,8-19,1-2,3-4,3-6,0-4-2-7-2-11,0-3,3-6,3-9-1-5-5-9-5-14,0-4,2-9,4-13,1-7,5-13,5-19s-6-10-6-16c0-5,4-10,6-15,1-3,1-6,2-8,2-2,6-3,6-5,0-3-4-5-4-8,0-2,3-5,5-4,4,2,2,9,6,11,3,2,8-1,11-3s5-6,8-8c5-5,11-7,15-12,4-4,6-10,9-15v-1c0-3,1-7,2-10s4-6,5-10c1-2-1-4,0-5,2-1,4,3,5,2,3-2,3-7,5-10,3-3,7-6,11-9,6-6,12-12,19-17,3-2,6-4,9-7,2-2,1-6,3-8,2-1,5,0,7-1,2-2,4-4,5-7,1-1-1-4,0-6,4-5,10-8,14-13,4-4,8-9,10-14,4-6,5-12,8-19s7-14,9-22c1-8,1-16,0-23,0-10,0-19-1-29-1-5-2-11-3-17-1-4-1-8-2-13-3-8-6-16-10-23-2-3-5-5-8-6-8-3-16-4-24-5-6-1-12,2-18,1-7-2-13-7-19-10-7-5-12-10-18-14-7-5-13-10-19-16-6-5-11-11-17-17-5-4-10-9-16-12-6-4-14-4-21-7-4-3-8-7-13-9-6-2-12-2-18-3-6,0-13,1-19,2-4,1-8,5-13,5-5-1-9-6-14-8-3-1-7-3-11-3-4-1-9,2-13,1-2-1-3-5-5-5-4-2-9,0-13-1-2-1-2-5-4-6-5-2-11-2-16-4-1,0-2-3-4-3-2,1-1,6-3,7-3,1-6-1-8-3-2-1-1-6-3-5-3,2-2,7-4,10-2,1-4,1-6,0-2,0-4-2-5-3-2-1-4-2-6-1-2,3-2,8-3,12-2,3-3,6-6,9-2,2-6,3-8,6-2,4-1,17-3,13-2-5,0-11,2-16,0-2,2-5,3-8,1-2,0-4,1-6,1-3,3-6,5-9,1-2,3-4,5-6,1-1,4-2,4-3-1-2-3-4-5-4-2,1-4,6-6,4-2-1,1-4,2-6s4-3,4-5c0-3-2-5-4-7-1-1-4,0-5-1-2-3-3-7-5-9-1-1-3,0-4-1-2,0-3-3-5-2-3,0-5,2-6,5s4,8,1,9c-4,1-6-5-7-8s4-5,4-8c-1-2-3-3-6-3-1-1-1,2-2,2-2-1,0-5-2-5-3-1-6,2-9,2s-6-4-9-4c-1,0-2,4-3,3-2-2,0-7-2-8-3-1-6,5-9,4s-3-8-7-10c-5-3-10-3-16-4-5-2-10-5-15-6-2,0,3,5,1,4-4,0-8-5-12-6-3,0-4,4-5,4-3,2-6,1-8,3-3,1-4,4-6,6-3,3-6,6-9,9-2,2-6,4-6,6,0,5,9,8,6,11-2,3-7-4-10-4-4,1-6,6-9,8-2,1-3,0-4,0-4,0-8-1-12,1-4,1-7,6-11,8-3,1-6,0-9,0-4,0-8-3-12-2-3,2-2,10-6,9-6,0-7-10-12-11-3-1-3,7-6,8s-5-3-5-6c1-3,7-3,9-7,1-3,1-8,0-11s-2-7-5-7c-8,0-15,5-23,8-7,2-15,6-22,7-5,1-10,3-14,0-2-1,3-5,5-6,5-2,12,1,17-2,4-4,4-10,6-16,0-1,0-3,1-4,4-7,8-15,13-21,6-8,12-14,19-21,3-3,8-5,11-9,6-5,10-11,14-17,4-5,9-11,10-18,0-4-3-8-6-10-6-3-13,1-18-2-4-2-5-7-6-11-1-2,1-4,1-7-1-4-3-8-5-12-3-6-6-11-8-18-1-6-1-12-2-18-1-4,0-9-2-13-3-6-7-15-14-16-4,0,5,10,3,14-2,3-5-7-8-6-7,5-11,14-16,21-5,9-10,18-15,27-2,5-4,9-6,13s-2,9-5,11c-4,3-10,5-15,4s-6-7-10-8c-2-1-4,3-6,3s-4-4-6-4c-6,1-9,8-14,8-5,1-8-4-13-6-1,0-3,3-4,2-5-3-8-12-14-12-8-1-16,8-24,9-4,0-7-7-10-6-5,1-9,5-10,10,0,5,7,9,7,14,0,2-4,4-6,3-5-2-8-9-13-10-2-1,2,5,0,7s-7,4-11,4c-3,0-6-4-10-4-5-1-12-2-17,1-2,1,3,6,0,7-5,3-13,0-19,2-2,0,2,4,0,5-3,1-6-3-8-2-6,3-7,11-13,13-4,2-10-1-14-3-6-3-12-7-16-12-3-3-4-7-5-11,0-4,4-8,3-12-1-3-7-4-8-7-2-5-3-12-3-17,1-3,5-4,6-6,2-3-1-6,1-9,3-4,10-4,11-8,2-6-2-11-3-17-1-4-3-8-4-11-2-2-3-5-5-6s-6,1-8-1c-4-4-6-9-6-14-1-4,4-7,3-11-1-2-5-4-8-4-3,1-4,5-7,7-2,1-4,1-6,0-3-1-5-7-6-5-2,3,3,6,3,9,1,3,1,6-1,8-3,4-7,7-12,9-5,3-12,3-17,6-3,2-3,7-6,9-4,2-10,2-14,3-6,1-11-2-16,0s-9,5-12,9c-1,3,2,6,1,9-1,2-4,1-5,0-3-2-4-7-7-8-3-2-7,0-10-1-6-1-12-3-17-6-4-2-5-10-10-10s-10,6-13,11c-2,3-1,9,2,11,4,3,11-2,15,2,3,2,2,7,1,11-1,3-3,5-5,8-1,3-3,6-3,10,0,5,1,9,2,14,1,3,2,5,4,7,1,2,4,2,6,2,2,1,5,4,8,3,2,0,4-4,6-4,4,1,9,6,6,8-5,5-14,0-19,5-7,5-5,18-12,23-3,3-3-8-7-8s-5,7-8,10c-7,6-14,10-20,15-3,3-4,11-8,10-5,0-2-9-6-12-3-2-7-3-10,0s0,13-5,13c-7,1-11-7-17-11-5-3-11-5-14-10-2-2,1-6,0-9-4-8-7-19-15-22-6-2-7,12-13,13-4,1-5-7-9-9-3-1-7-1-8,2s7,9,3,10c-13,5-27,2-41,2-5,0-13-4-15,1-3,8-1,18,3,27,1,3,7,0,10,0,3-1,6-3,8-1,3,2,2,7,2,10-1,3-3,7-6,7s-5-7-9-7c-5,1-12,4-14,9-3,8-1,17,0,25,1,3,3,5,6,8,2,1,6,1,7,4,3,3,2,7,4,11,1,3,4,5,4,8,0,5-3,9-3,14,0,4,2,9,1,13-3,22-7,45-12,67-2,9-2,20-8,26-3,3-8-8-12-7-6,1-8,9-14,10-3,1-6-5-9-4-3,0-4,4-7,5-3,2-7-1-10,0-6,3-10,8-15,12s-11,6-15,11c-5,5-8,12-10,18-2,5-3,10-4,15,0,4,1,8,0,12-1,5-1,11-5,15-2,4-9,2-11,6-3,5-2,11-2,16,0,3,2,7,0,9-2,3-7,1-8,4-1,2,1,5,2,7,2,2,5,2,7,4s1,6,2,8c1,3,2,6,4,8zm770-293c3-5,6-11,10-16,3-3,8-12,11-9,4,5-1,13-3,18-2,6-6,12-11,16-4,4-11,14-15,9-5-5,5-12,8-18zm33-14c-1,4,3,8,3,12-1,4-6,6-6,9-1,5,0,11,3,15,2,2,7,0,9,2s-2,6,0,7c5,2,10,0,14,1,3,0,5,3,8,2,2,0,1-4,3-6,4-2,8-1,11-3,4-1,6-5,10-5,2,0,3,4,6,4,2,0,5-2,6-5,0-3-5-8-3-11,3-5,11-5,15-10s13-12,9-18c-5-7-18-9-26-5-6,4,0,16-5,22-2,3-4-7-4-11,0-2,5-1,5-3,0-3-2-6-4-7-7-3-14-2-21-2-6-1-13-1-19,0-3,1-5,4-8,6-2,2-6,3-6,6zm19-18c6-1,12,1,16-2,3-2,6-8,4-10-5-4-13,1-18-2-2-2,6-9,3-9-6,0-11,4-15,8-3,2-6,5-6,9-1,3,0,7,3,8,2,1,2-4,3-6,2-2,2-5,5-6,1-1,4,1,3,3,0,3-6,5-5,7,0,3,5,0,7,0zm-27-1c-4,1-2,10,0,13s8,1,8-1c0-5-3-13-8-12z'/%3E%3C/svg%3E");
} 
.icone.SC{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='102' height='74' viewBox='-418 -304 836 608'%3E%3Crect x='-418' y='-304' width='836' height='608' fill='%23ED1C24' /%3E%3Crect x='-418' y='-101.3333' width='836' height='202.6666' fill='%23fff' /%3E%3Cpath fill='%23A6CE39' d='M-342,0 0-228 342,0 0,228z'/%3E%3Cg id='brasao'%3E%3Cdefs%3E%3Cpath id='C' d='M-3.95-2.4c.681-1.5 1.7-2.49 3.2-3.3.836-.451 1.31-.5 1.9-.5.571 0 1.04.387 1.4.6.293.173.599.216.921.225.322.009.431-.027.479-.025.198.008.377.168.5.4.299.565.3.99.3 1.6 0 1.39-.632 2.8-1.3 2.8-.316 0-.42-.103-.6-.3-.35-.384-.453-.901-.6-1.3-.124-.337-.302-.697-.6-1-.527-.536-1.17-.581-1.7-.4-.604.207-.88 1.02-1.1 2.2-.245 1.32.118 3.27.5 3.8.429.596 1.06.723 1.7.8.697.084 1.31-.295 1.8-.8.203-.21.306-.341.5-.3.443.095.465.474.4.8-.166.833-.491 1.46-1.1 2-1.01.893-2.07 1.3-3.3 1.3-.545 0-1.39 0-1.9-.4-1.34-1.05-2.2-2.86-2.2-4.6 0-1.46.334-2.58.8-3.6z'/%3E%3Cpath id='.' d='M.05 3.6c1 0 1.3.653 1.3 1.2 0 .751-.574 1.31-1.3 1.3-1.14-.01-1.4-.635-1.4-1.36 0-.78.687-1.14 1.4-1.14z'/%3E%3Cpath id='N' d='M-3.85-3c0-.37 0-.5-.1-.7-.24-.36-.5-.6-.8-.82-.1-.08-.1-.28-.1-.48 0-.278.14-.45.37-.69.23-.26.65-.41 1.23-.41h.8c.352 0 .718.343.99.67l3.11 3.74s.29.39.5.388c.22 0 .3-.18.3-.53v-1.7c0-.4 0-.5-.3-.7-.31-.2-.66-.5-.66-1 0-.968 1.07-.968 1.86-.968.784 0 1.6 0 1.6 1 0 .675-.318.805-.6.971-.282.163-.3.276-.3.7v7.6c0 1.06-.152 1.92-.5 1.92-.239 0-.59-.52-.974-.982L-.914.799c-.172-.208-.44-.507-.61-.508-.164 0-.33.274-.33.708v2.4c0 .48.14.468.5.697.35.222.597.527.6.803 0 1.1-.988 1.1-2.1 1.1s-2.1 0-2.1-1.1c0-.33.57-.692.7-.8.37-.315.4-.327.4-.7z'/%3E%3Cpath id='S' d='M2.7,-5.8 c 0.5,0.19 0.58,0.2 0.9,0.2 0.32,0 0.47,-0.074 0.6,0.1 0.29,0.39 0.326,0.9 0.5,1.4 0.1,0.29 0.2,0.548 0.2,0.8 0,0.9 -0.5,1.5 -1.1,1.5 C 3.6,-1.8 3.3,-1.9 3.1,-2.2 2.87,-2.486 2.751,-2.721 2.5,-3.1 2.113,-3.682 1.775,-3.818 1.215,-3.894 0.718,-3.961 0.204,-3.675 0.1,-3 0.037,-2.62 0.244,-2.25 0.6,-2.1 2.24,-1.427 3.79,-0.64 4.1,0.5 4.48,1.76 4.269,2.78 3.7,3.8 2.52,5.91 1.06,6.2 -0.9,6.2 -1.92,6.2 -2.745,6 -3.5,5.8 -4,5.7 -4.49,5.325 -4.7,4.806 -4.834,4.482 -4.9,2.8 -4.9,2 c 0,-0.74 0.4,-0.8 0.7,-0.8 0.349,0 0.646,0.288 0.8,0.9 0.336,1.32 1.18,1.76 2.2,2 C -0.317,4.306 -0.05,3.919 0.1,3.4 0.196,3.07 -0.034,2.607 -0.185,2.506 -0.954,1.992 -1.81,1.48 -2.5,0.9 -3.58,-0 -4,-1.3 -4,-2.4 c 0,-0.622 0.386,-1.39 1.2,-2.3 0.814,-0.91 2.13,-1.5 3.6,-1.5 0.713,0 1.43,0.211 1.9,0.4z'/%3E%3Cpath id='E' d='M-3.12-3.4c.027-.326-.01-.506-.15-.7-.109-.151-.222-.149-.48-.285-.26-.137-.369-.271-.32-.515.122-.602.522-.932 1.3-.95l5.25-.1c.474-.01.955-.042 1.35-.15.43-.118.65-.2.75-.2.231 0 .453.174.58.4.25.444.293.786.293 1.2 0 .578-.092 1.12-.376 1.52-.142.198-.315.334-.567.334-.52 0-.638-.58-.83-.85-.1-.14-.263-.362-.583-.475a3.744 3.744 0 0 0-1.44-.156c-.501.051-.948.154-1.32.346-.136.07-.187.256-.203.388-.087.723-.185 1.55-.286 2.31-.016.152.03.256.123.286.392.128.85.035 1.14-.11.308-.152.328-.477.406-.776.087-.333.185-.562.252-.69.09-.173.275-.28.547-.316.32-.041.576.25.629.77.053.524-.063 1.23-.138 1.79-.235 1.77-.652 2.74-1.3 2.73-.217-.004-.377-.203-.398-.594-.025-.458.027-.742-.084-.98C.756.25.115.527-.155.806c-.108.11-.163.333-.228.539-.245.779-.249 1.54-.267 2.38-.013.596.48.705 1.3.679.821-.026 1.43-.174 1.75-.384.717-.464 1.09-1.15 1.51-1.84.2-.334.354-.384.634-.38.474.008.675.343.558 1.12-.178 1.03-.69 1.86-1.2 2.69-.153.25-.364.5-.47.5-.153 0-.299-.048-.557-.08-2.21-.214-4.57-.078-6.09-.02-1.26.05-1.64.1-1.91.1-.236.006-.314-.26-.314-.5 0-.527.237-.642.427-.75.488-.274.748-.601.8-.95z'/%3E%3Cpath id='O' d='M4.1 3.6c.728-1.15 1-2.07 1-3.6 0-1.29-.4-3.01-1.2-4.1C2.84-5.55 1.65-6.2 0-6.2c-1.85 0-3.25 1.16-4.1 2.5-.654 1.03-1 2.49-1 3.7 0 1.41.008 2.52.7 3.7.978 1.67 2.19 2.5 4 2.5 1.97 0 3.54-1.08 4.5-2.6zM-1.8 0c.049-.847.151-2.12.5-2.9.331-.743.803-1 1.4-1 .954 0 1.27 1.64 1.4 2.6.16 1.2.02 2.42-.3 3.6-.273 1-.896 1.89-1.6 1.9-1.37 0-1.47-2.8-1.4-4.2z'/%3E%3Cpath id='D' d='M-5.55,4.62 c -0.076,0.213 0.023,0.468 0.098,0.682 0.051,0.145 0.073,0.315 0.2,0.4 0.242,0.161 0.602,0.084 0.891,0.11 1.44,0.134 2.86,0.388 4.31,0.39 1.63,0 3.04,-0.268 4,-1.07 1.25,-1.04 1.8,-2.9 1.8,-5.13 0,-1.33 -0.38,-2.5 -1.2,-3.7 -0.989,-1.45 -2.34,-2 -3.9,-2.25 -1.12,-0.18 -2.27,-0.25 -3.4,-0.25 -0.886,0 -2.05,0.023 -2.5,0.1 -0.214,0.037 -0.5,0.26 -0.5,0.6 0,0.57 0.204,0.676 0.5,0.9 0.173,0.13 0.29,0.209 0.4,0.4 0.138,0.237 0.165,0.528 0.2,0.8 0.27,2.09 0.427,4.21 0.15,6.3 -0.046,0.349 -0.078,0.76 -0.272,1.05 -0.115,0.173 -0.322,0.262 -0.478,0.398 -0.1,0.088 -0.253,0.142 -0.298,0.269 z m 4.3,-8.22 c 0,-0.206 0.121,-0.401 0.3,-0.5 0.191,-0.106 0.495,-0.074 0.7,0 0.53,0.19 0.98,0.534 1.3,1 0.676,0.985 0.991,2.27 1,3.47 C 2.058,1.52 1.819,2.77 1.15,3.7 0.96,3.965 0.664,4.164 0.35,4.25 0.054,4.332 -0.29,4.364 -0.55,4.2 a 0.909,0.909 0 0 1 -0.4,-0.7z'/%3E%3Cpath id='A' d='M-3.5,6.2 c 0.9,0 1.9,0 1.9,-0.8 C -1.6,5.158 -1.631,4.982 -1.7,4.838 -1.787,4.656 -1.965,4.645 -2.071,4.472 -2.198,4.266 -2.283,4.024 -2.2,3.8 -2.109,3.554 -1.886,3.205 -1.6,3.2 h 2 C 0.9103772,3.2 1.059,3.5412799 1.059,3.749 1.05147,3.9003761 1.002335,4.0467428 0.917,4.172 0.771,4.386 0.6,4.499 0.4,4.699 c -0.2,0.2 -0.2,0.512 -0.2,0.8 0,0.7 1.4,0.699 2.6,0.7 1.4,0 2.6,0 2.6,-1.4 C 5.4,4.499 5.151,4.417 5.028,4.245 4.749,4.084 4.566,3.849 4.5,3.599 l -2.1,-7.9 c -0.142,-0.533 -0.472,-1.01 -0.9,-1.4 -0.338,-0.352 -0.6,-0.5 -1.1,-0.5 -0.3,0 -0.574,0.157 -0.8,0.3 -0.19,0.121 -0.292,0.313 -0.4,0.5 -0.114,0.198 -0.143,0.383 -0.2,0.6 -0.118,0.449 -0.103,0.946 -0.2,1.4 -0.073222,0.3082716 -0.173615,0.6094492 -0.3,0.9 l -2.68,6.55 c -0.05,0.123 -0.095,0.291 -0.223,0.352 -0.698,0.335 -1,0.659 -1,1 0,0.8 1.12,0.767 1.9,0.8 z m 2.6,-5.1 c -0.133,0 -0.26,-0.194 -0.281,-0.313 -0.108,-0.622 0.615,-1.65 0.681,-1.79 0.1,-0.2 0,-0.4 0.2,-0.4 0.3,0 0.411,0.338 0.5,0.5 0.279,0.509 0.292,1.09 0.4,1.6 0.046,0.217 -0.08,0.4 -0.2,0.4z'/%3E%3Cpath id='R' d='M-3.9 3.6c0 .4-.22.7-.45.9-.241.232-.55.301-.55.6 0 1.1 1 1.1 2.4 1.1s2.4 0 2.4-1.1c0-.3-.3-.4-.5-.6-.262-.262-.4-.5-.4-.9V1.5c0-.376.1-.7.4-.7.5 0 .73.6.9 1 .383.9.182 1.9.4 2.7.191.7.305.94.7 1.3.439.4.8.4 1.6.4 1.3 0 1.9 0 1.9-1.1 0-.4-.448-.4-.7-.6-.126-.1-.27-.2-.3-.5-.1-1-.28-2.2-.6-3a1.16 1.16 0 0 0-.5-.6c-.346-.2-.6-.334-.6-.5 0-.359.606-.709.9-1.2.3-.5.403-1.3.4-1.6 0-.9 0-1.6-.6-2.2C1.8-6.2.44-6.2-.96-6.2c-.724 0-1.44 0-2.14.102-.478.07-.9.098-1.3.298-.269.135-.297.3-.3.7-.002.3.107.296.2.4.266.3.6.6.6.9zm2.96-4.97l-.006-2.44c0-.49.248-.636.462-.635.785.003.854 1.15.854 1.75 0 .898-.268 1.68-.998 1.68-.17 0-.31-.178-.31-.348z'/%3E%3Cpath id='T' d='M1.8,-6c0.47,-0.054 0.931,-0.2 1.4,-0.2 0.259,0 0.53,0.204 0.8,0.7 0.424,0.781 0.8,1.86 0.8,2.7 0,0.414 -0.006,0.758 -0.2,1 A 0.779,0.779 0 0 1 4,-1.5 C 3.421,-1.5 2.96,-1.847 2.8,-2.5 2.672,-3.036 2.64,-3.392 2.1,-3.6 1.868,-3.69 1.614,-3.331 1.6,-2.7 V 2.95 C 1.633,3.629 1.727,3.833 2,4.05 2.307,4.295 2.95,4.514 2.95,5.1 2.95,5.667 2.73,5.898 2.3,6 1.607,6.184 0.86,6.2 0,6.2 -0.86,6.2 -1.61,6.184 -2.3,6 -2.73,5.898 -2.95,5.667 -2.95,5.1 -2.95,4.514 -2.307,4.295 -2,4.05 -1.727,3.833 -1.633,3.629 -1.6,2.95 V -2.7 c -0.015,-0.631 -0.268,-0.99 -0.5,-0.9 -0.54,0.208 -0.572,0.564 -0.7,1.1 -0.156,0.653 -0.621,1 -1.2,1 a 0.777,0.777 0 0 1 -0.6,-0.3 c -0.194,-0.242 -0.2,-0.586 -0.2,-1 0,-0.845 0.376,-1.92 0.8,-2.7 0.27,-0.496 0.541,-0.7 0.8,-0.7 0.469,0 0.931,0.146 1.4,0.2z'/%3E%3Cpath id='I' d='M-1.6-3c0-.68-.127-.883-.4-1.1-.307-.245-.9-.4-.9-1 0-1.1 1.4-1.1 2.9-1.1s2.9 0 2.9 1.1c0 .6-.593.755-.9 1-.273.217-.4.42-.4 1.1v6c0 .68.127.883.4 1.1.307.245.9.4.9 1 0 1.1-1.89 1.1-2.9 1.1-1.5 0-2.9 0-2.9-1.1 0-.6.593-.755.9-1 .273-.217.4-.42.4-1.1z'/%3E%3Ccircle id='cafe' r='4' fill='%23ed1c24' stroke='%23231f20'/%3E%3C/defs%3E%3Cg id='suportes' stroke='%23231f20'%3E%3Cg id='ramos' fill='%2300a650'%3E%3Cpath d='M109-65.1c-1.35-4.02-2.7-8.04-4.05-12.1-1.01-4.07-3.85-8.57-6.07-11.5-2.21-2.95-3.18-4.6-4.86-6.78-1.4.243-2.79.485-4.19.68 1.59 1.6 3.13 3.2 4.67 4.75 6.41 4.07 8.57 14.4 11.6 22.6.578 1.94 1.16 3.83 1.69 5.76.432-1.16.82-2.28 1.2-3.39m1.51 12.518C107.51-75.162 89.7-77.6 83.3-81.7c1.4 7.22 1.4 12.3 6.11 19.5 4.71 7.2 7.588 13.06 13.287 14.7z'/%3E%3Cpath d='M104-73c-.578-1.79-1.16-3.54-1.69-5.28-.818-3.73-4.58-11.2-15.3-4.24 5.39 1.7 5.45 3.76 8.24 5.33 2.79 1.57 5.78 2.88 8.76 4.19z'/%3E%3Cpath d='M99.4-83.8c-4.04-2.71-14-3.25-21.7.144 5.06-2.18 10.9-2.52 15.3-1.74-13.3 7.17-10.4.581-19.3 4.12 3.85-9.01 10.1-11 15.9-4.75 3.23.774 4.53-.144 9.78 2.23M70.3-114c-4.58 4.21-9.35 4.88-16.8 2.18-7.6-2.75-11.8-7.12-17.7-10.7 10.4-3.54 20-4.75 30.1 1.02 2.7 2.23 2.94 5.04 4.38 7.51'/%3E%3Cpath d='M69.5-114c-2.7-4.07-6.02-10-2.17-20.2 2.7 5.57 3.37 5.91 7.56 8.28 5.06 3.73 2.02 9.78 3.04 14.6-2.84-.92-5.64-1.84-8.43-2.71'/%3E%3Cpath d='M86-101c-2.74-1.74-2.6-5.08-14.7-4.7-5.97-3.15-1.64-11.3 5.06-11.5-1.64 10.6 6.46 10.8 9.68 16.2'/%3E%3Cpath d='M86.3-100.8c-1.78-1.7-3.32-3.69-5.35-5.09-4.7-3.23-9.23-15.4 1.16-17 2.87-.434 2.11 2.06 6.74 2.08-5.01 2.9-10.1 7.84-1.01 20.9M55-95.8c-4.78-6 4.51-15.3 14.8-11 1.61.664 2.89 1.94 4.38 2.91-6.5 5.28-13.6 16.5-19.5 15.8 2.02-2.23 3.15-4.12.338-7.65z'/%3E%3Cpath fill='%23ed1c24' d='M87.56-97.5c1.96 0 3.56 1.53 3.56 3.42s-1.59 3.42-3.56 3.42S84-92.19 84-94.08s1.59-3.42 3.56-3.42'/%3E%3Cpath d='M86-99.5c-16.1-5.96-20.7 10-31.3 11.4 10.1-6.3 4.7-14.1 16.8-17.2 10.4-2.67 13.3 3.25 14.4 5.81M97.4-31c-2.26-8.91-6.56-24.8-6.89-26.8 2.08 2.35 5.457.578 9.717 5.248 3.37 3.69 4.403 8.992 7.763 12.712 4.12 4.52 3.85 16.3 5.78 24.5-5.49-5.23-10.9-10.4-16.4-15.6'/%3E%3Cpath d='M110 12.4c-3.85-9.16-7.71-18.3-11.6-27.5-3.23-7.26-7.56-14.2-9.73-21.8 2.55 1.94 5.06 3.83 7.56 5.72 9.97.533 13.5 7.36 14.8 11.4 1.16 5.62 2.31 11.2 3.47 16.9-1.54 5.09-3.08 10.2-4.57 15.3'/%3E%3Cpath stroke-linecap='round' d='M104-56L93.8-69'/%3E%3Cpath d='M113 7.2c-2.17 5.09-4.34 10.2-6.55 15.3 3.37-1.16 6.74-2.32 10.1-3.49 7.66-1.36 11.9-5.57 15.8-12.3 2.28-1.99 4.84-3.77 8.33-5.57-3.57-.536-18-4.85-27.7 6.1z'/%3E%3Cpath d='M117-20.2c-1.78 9.25-3.57 18.5-5.4 27.8.82-.678 1.64-1.31 2.41-1.94 3.23-4.07 12.7-2.95 19.6-23.6.818-8.43 4.14-11.6 6.22-17.4-9.15 2.47-16.4 5.48-22.9 15.3z'/%3E%3Cpath d='M117-20.5c8.67-9.54 11.7-19.2 22.1-26.3-15.4 3.2-15.2 9.3-22.8 14-.288 5.76-.578 11.5-.916 17.2.916-1.4.772-3.49 1.69-4.89'/%3E%3Cpath d='M111-34.7c.53 6.34 1.06 12.7 1.59 19.1 2.45-3.2 5.54-6.05 7.37-9.54 3.23-7.56 10.2-15.1 9.68-22.6 0-5.38.724-9.06 6.69-13.9-15.5 0-24.4 14.2-25.3 27zM108 14.3c4.82-22.9-5.92-28.6-22.4-33.7 2.79 5.38 1.45 7.26 2.12 10.8C89.6.22 94.5 2.8 96.87 4c5.03 2.41 7.42 6.88 11.1 10.3M76.4 80.2c15.9-1.84 13.9-9.35 29-13.8-5.63-1.55-8.72-4.41-18.2-2.33-5.16 2.52-10.3 5.04-15.4 7.51 1.54 2.86 3.08 5.72 4.63 8.57'/%3E%3Cpath d='M75.9 66.9c1.16-2.47 3.1-4.76 3.56-7.51.486-2.88.72-6.25-.772-8.82-8.41-14.4-6.63-15.3-6.16-23 .16-2.66 1.35-4.31-.482-8.04 6.5 2.86 11.4 10.6 14.6 16.1 8.06 13.4-7.87 27.2-7.66 32.9 5.3-2.96 13.8-14.1 13.4-20.3.82-.145.868-1.11 1.74-1.31-.628 1.65-.266 5.35-.844 7 1.11-1.02 2.29-2.44 3.4-3.51.432.436 1.2.338 1.64.726-2.17 2.18-4.62 4.89-6.74 7.02 1.78-1.11 3.56-2.23 5.35-3.34.144.873.338 1.74.53 2.57-7.13 1.64-9.46 6.68-13.3 10.9-3.2 3.48-7.03 6.54-10.5 9.83-.48-1.94-1.01-3.83-1.54-5.72 1.3-1.84 2.6-3.63 3.85-5.42'/%3E%3Cpath fill='none' stroke-linecap='round' d='M76.5 25.9c8.94 13.4 4.98 32.5 4.98 32.5'/%3E%3Cpath d='M-113.9-95.2c1.7 4.1 2.5 4.6 4.25 7.37 1.82 3.11 2.05 7.5 1.9 11.08.5 8.6 2.45 16.4 2.15 25.9 3.4-9.1 3.505-15.765 3.6-25.15-.205-4.985-8-18.3-11.9-19.2zM-38.9 139c3.631 5.46-12.69 7.629-16.1 8 8.86-3.34 14.425-10.518 16.1-8zM29.33 124.99l9.34 4.02L45.4 134c-5.88-2.52-15.1-5.6-20.3-8.7zm-7.73.01l32.9 15.8-4.19.628L18.2 124z'/%3E%3Cpath d='M21.9 126l34.5 18.4 4.9 5.4-7.3-.7c-15.1-9.98-28.52-19.604-45.52-27.304zm-15.02-2c5.63 3.2 14.72 13.6 20.42 22.3-2.12-1.55-3.98-2.71-6.1-4.22-3.71-6.2-10.19-13.2-15.29-17zm19.92 13l23.3 16.6c-4.14-1.69-6.33-2.06-9.7-2.4-6.36-5.08-12.13-10.22-19.03-15.32l.818-2.08zM-97.6-76.6c-2.12 8.67-4.24 17.3-6.36 26a24.633 24.633 0 0 0-1.3-1.11c.626-10.5 2.36-16.4 3.66-25.1 1.3-8.33 5.01-14.4 7.08-22.6 1.4 7.84-.384 15.7-3.08 22.9z'/%3E%3Cpath d='M7.71 123c7.13 4.36 15.1 9.21 21.6 15.2-2.75-1.31-5.78-2.28-8.43-1.94-4.33-4.7-8.92-8.22-13.9-11.9zm.65-1c11.5 6.78 21.2 13.7 31.6 21.6 1.73.436 3.95.774 5.68 1.26-.434-.774-1.69-1.94-2.12-2.66-11.8-6.73-24.3-15.2-35.2-20.2zM-87.5-61.4C-98.2-47-97.04-38-100.9-26.2c-.77-4.84-1.54-9.64-2.36-14.4 2.02-4.31 4-8.62 5.97-12.9 4.43-9.93 10.4-16.9 17.5-23.7 6.84-6.05 12.8-6.92 19.9-9.06-15.5 7.85-22.6 16.9-27.6 25zm-10-15.6c2.17-5.04 4.82-9.4 7.32-13.6l.818-2.47c1.25 1.11 1.73.29 1.78 0l1.49 1.94c-9.05 7.65-17.2 36.3-19.2 41.6zM117-54.4c1.2-6.25.53-15.4.674-21.4-.818-11-6.02-12.9-6.7-21.2-4.24 5.91-5.54 7.6-6.55 17 2.31 8.23 4.62 16.4 6.89 24.6 2.02-.873 3.71 1.84 5.68 1.02zM-59.3 148c7.51-3.24 13.5-9.44 17.3-10.7 3.08-.39 16.6-4.7 34.4-15.9.674 1.21 1.4 2.38 2.12 3.54-9.97 5.52-19.9 11-29.9 16.6-5.01 5.09-14.6 7.46-24 6.54zM100-86c2.17-9.49.916-16-1.54-21.1-2.12-4.34-5.2-4.89-7.37-11.2-2.89 5.62-5.59 9.49-3.37 18.4 4.09 4.65 8.19 9.3 12.3 13.9z'/%3E%3Cpath d='M-96.7-92.6c.868-1.55 2.89-4.41 2.17-6.88-1.36-4.67-7.27-6.3-12-7.46 3.28 4.8 7.46 2.71 9.63 14.3M-98.7 51.3l1.49.195 8.81 10.3 7.32 7.9 1.69-1.55-16.5-18.2zM-100-53c4.34-11.4 8.33-20 14.6-24.6.866-.29 1.78-.629 2.7-.967-.242-.728-.434-1.5-.626-2.28l-3.18.146c-.096.388-.144.774-.192 1.16-9.06 7.7-12.8 16.3-15.9 26.2-.722 4.31-1.366 8.2-2.136 12.56 1.64-4.26 3.2-8.05 4.83-12.27'/%3E%3Cpath d='M-78.3-96.3c-6.69 6.49-11.3 12.1-17.5 21.1-11 17.5-11.8 35.8-13.1 45.1.914.096 1.78.194 2.65.29 1.54-24.5 5.83-32.4 14.3-46.3 3.95-6.2 7.61-10.6 13.1-16.5.77-.388 1.54-.776 2.31-1.16.772-.92 1.59-1.84 2.41-2.71-1.11-.873-2.17-1.74-3.23-2.61-.336.967-.626 1.94-.916 2.86M-101-13.38l12.3-33.9-9.97 10.7-4.09 17.7z'/%3E%3Cpath d='M-111-53.4c.868 13-.53 24.8 2.6 39.2 1.45 6.83 2.89 13.7 4.34 20.5.914-2.91 1.83-5.81 2.79-8.72-4.72-8.96-5.73-26.8-6.26-40.3.722-11.6-.77-19.1-5.83-26.4.096 5.76 2.65 7.07 2.36 15.7z'/%3E%3Cpath d='M-110.89-25.4c1.21 5.09 2.41 10.2 3.66 15.3-2.99-8.38-5.93-16.8-8.86-25.1-.53-6.15 2.02-15.5-1.54-18.4-3.66-4.02-5.11-6.78-11.5-10.4 12.1 3.05 18.4 8.23 17.645 16.975-.755 8.745-.611 14.925.595 21.625z'/%3E%3Cpath d='M-119-30.7c2.59 6 2.57 9.17 7.37 18.2 2.35 4.4 3.03 14.6 5.4 22.3 1.64 4.5 3.27 9.06 4.96 13.6-.964-6.05-1.88-12.1-2.79-18.2-2.17-5.28-1.3-10.1-3.23-14.7-3.09-7.42-4.86-15.7-6.94-20.8-3.8-9.35-7.8-16.3-14.5-21.3 3.23 7.22 6.59 13.6 9.73 20.9z'/%3E%3Cpath d='M-112-3.59c1.83-4.31 5.15-4.31 7.42-4.41 3.56 1.21 2.65 4.21 4 6.3-3.51-2.66-6.55-5.76-11.4-1.89M-71.3 72c-4.67-4.7-10.4-7.7-14-14.2a29.122 29.122 0 0 0-.53-2.03c-1.06.436-2.17.825-3.27 1.21.77.581 1.54 1.11 2.31 1.65 3.08 4.02 6.16 8.04 9.25 12 2.12.483 4.19.92 6.26 1.36M-72.6-103.2c.722-1.74 1.49-3.49 2.26-5.23 3.56-4.79 4.8-9.81 10.7-14.4 4.1-3.15 4.33-9 4.96-12.6 1.36 3.1 2.06 12.7-.962 16.1-5.22 5.83-11.4 10.8-17 16.1'/%3E%3Cpath d='M-88.6-28.4c-6.07 5.62-13.2 11.7-14.5 26.6-1.59 8.28-.818 14.7-.528 25 2.41 4.7 4.77 9.4 7.13 14.1.24-9.59-1.97-17.4-2.89-26.1 1.06-27.5 7.27-26.5 10.8-39.7M-65.4-3.21c-18.3 8.72-15.6 20.7-23.1 28-.046-1.79-.094-3.58-.192-5.33 1.25-3.39 2.51-6.78 3.76-10.1 6.45-11.8 13.9-9.93 19.5-12.5M-74.8 59.8c-2.22-4.94-4.48-9.88-6.74-14.8-2.02-6.59-.866-9.98-.722-15.3.192 6.83 3.23 5.52 5.97 16.6 1.45 4.22 2.79 8.43 4.24 12.6 1.25 3 2.5 6 3.76 9.06-2.17-2.71-4.34-5.42-6.5-8.09'/%3E%3Cpath d='M-82.2 31.5c-.242-6.98 3.03-5.08 5.49-9.06-1.06 4.89-3.85 8.86-3.23 14.6-1.16-1.89-1.88-1.74-2.26-5.52m15.5 40.08c-2.26-.58-4.58-1.16-6.89-1.79-1.93-2.37-3.85-4.8-5.83-7.22-5.35-6.73-6.12-12.9-7.13-21.2 3.37 9.98 12.2 21 17.8 29.2.674.338 1.35.678 2.02.967'/%3E%3Cpath d='M-79.5 62.7c-3.42-4.36-11.4-10.5-9.49-18.2-.144-3.97-.29-7.99-.434-12 1.06 2.86 2.07 5.71 3.08 8.57.58 5.04.434 13.3 6.84 21.6M-85.8 36.3c1.49-6.73 3.93-11.6 8.48-14.8 1.14-.8 2.65-1.02 4-1.55 2.94-1.16 4.72-.92 7.9 2.04 1.4 1.5 3.1 2.7 4.24 4.41 1.5 2.23 2.36 4.84 3.56 7.22-.626-3.39.042-6.93-1.78-10.2-1.76-3.17-4.5-5.74-7.42-7.9-2.97-2.19-4.19-2.9-9.82.436-5.88 3-9.59 8.23-11.1 13.1-.868 2.81 0 5.13 1.93 7.27M-118 57c5.35 1.6 10.8-3.1 15.9-2.47-.77-1.07-3.62-3.29-4.82-3.29-3.85 1.89-3.32 3.73-11.1 5.76z'/%3E%3Cpath d='M-44.2 93.5c-7.08-2.76-14.2-5.52-21.3-8.28-18.7-10.4-36.9-32.6-41-34 7.8.193 13.9 4.16 21.7 12.2 8.38 8.52 27.6 17.2 41.4 25.8-.29 1.45-.53 2.9-.772 4.36'/%3E%3Cpath d='M-67.6 72.9l1.49 2.23 10.7 6.68-11.1-5.52-2.12.92-1.01-.63.818-1.74zM-43.9 85.1c-5.06-1.45-19.7-11-22.8-20.9l.626-1.84-2.17 1.21-1.49.193.192 1.31.914.097c2.7 10.1 19.3 19.3 24.6 21.6 5.25 2.32 4 2.08.194-1.7'/%3E%3Cpath d='M-45.2 91.1c-5.88-5.96-15.6-10.4-21.8-18.6C-80.8 56.2-89 37.4-90.6 26l-.626-1.21h1.4l.482 1.02 1.4-.048-.05 1.45c.338 9.54 10.2 28 22.4 43 6.74 9.64 13.7 11.5 20.5 17.3z'/%3E%3Cpath d='M-42.3 91.9c-4.91-9.44-27.2-30.1-21.7-65.5 5.35 33.6 14.2 39.3 22.4 59.9-1.06 1.31.29 4.36-.722 5.66'/%3E%3Cpath d='M-28.5 103c-12.3-6.64-11.2-5.33-16.9-7.94-4.91-2.76-9.1-1.89-19.6-7.07-1.49-.436-9.59 0-14.3-.774 1.88-1.21 3.76-1.98 6.84-2.32 22.7-1.89 28.9 7.94 43.9 18.1M-120 5.6c5.17 4.2 5.39 6.09 10.8 9.72 2.02 3.54 4.05 7.07 6.07 10.6.964 2.9 1.93 5.86 2.89 8.82-10.7-12.1-10.4-20.3-29.4-29.7-4-2.66-6.69-5.13-10-7.7 7.18 3.58 15.5 4.88 19.6 8.23z'/%3E%3Cpath d='M-112 11.9l2.02.581 1.15-2.66.242 2.66 9.54 20.5-.914 2.91-10.4-21.9zM-114 24.7c3.56 4.36 7.13 8.77 10.7 13.2-3.85-2.86-7.71-5.72-11.5-8.57-2.41-1.5-4.58-2.23-7.13-4.46-4.91-3.05-7.71-7.07-11.6-10.6 8.14 4.99 13 6.98 19.5 10.5zM-105-8.44c1.4-.097 2.84-.193 4.29-.338-.192.533-.384 1.11-.53 1.7-.24 6.54 2.36 14.3 5.4 27.6-.482.533-.964 1.11-1.45 1.7-5.54-16.4-4.29-19-5.73-29-.674-.58-1.35-1.16-1.97-1.7M106 16.2c.48 2.04 1.11 4.99 1.44 6.05 5.06-14.2 6.21-27 7.13-43.3.24-6.25 0-16.3-2.55-24.6 1.06-.776 2.12-1.55 3.23-2.33 1.83 13.8 2.75 25.4 1.35 41.7-2.02 9.73-2.75 17.6-7.75 29.5.48-.873.962-1.74 1.44-2.57.432.292.866.581 1.3.921-.818 1.21-1.93 2.04-2.36 3.68-.144 1.5-.288 3.05-.384 4.6-1.16.338-2.31.726-3.42 1.11-.144-3.97.53-10-.338-11.9.29-.92.578-1.84.916-2.81M97.7 38.3c-.722-1.7-1.11-8.52-7.8-13.7-4.14-3.54-5.73-5.67-7.37-9.11-1.83-3-1.93-5.13-2.94-7.99 4.19.533 9.97.388 12.4 1.02 6.6 1.5 12.6 11 12 20.2zM108 44.1c16.4 1.31 21-10.1 33.4-14.2-5.4-2.32-7.71-2.86-15.2-2.32-15.1 2.57-17.7 9.06-18.2 16.6'/%3E%3Cpath d='M112 40.5c9.73-2.32 11.9-7.41 12.8-8.28 3.85-8.28 6.65-8.62 17.7-14.2-10.3-1.55-21.8-3.1-31.8 7.75-2.31 5.18-4.58 6.25 1.3 14.8'/%3E%3Cpath d='M96.4 41.8c-1.2 3 .868 4.31 1.25 6.49 3.37-1.07 7.03-.678 10-3.1 9.54-8.18 7.08-13.2 10.6-19.9-4.33 1.55-15-4.41-21.9 16.5zM95.1 63.3c3.08.921 14-7.94 23.6 1.16-.964-5.62-3.47-8.23-8.48-9.69-4.72.533-9.44 1.07-14.1 1.55-.336 2.32-.674 4.65-1.01 6.98'/%3E%3Cpath d='M123 53.7c-5.88-7.51-9.4-12-21.5-6.49-3.58 1.62-6.27 4.8-8.72 7.8-2.05 2.52-3.21 5.21-4.62 8.52 25.1-1.99 17.2-15.8 34.9-9.83zM52.7 89.2c6.21-4.89 7.51-6.2 9.49-14.7 2.55-10.8 5.15-21.6 7.76-32.4 3.61 8.04 10.1 6.51 9.25 17.9-.357 4.68-2.55 8.57-5.15 13-2.65 1.31-5.3 2.62-7.95 3.88-3.18 4.07-6.36 8.14-9.49 12.2-1.3.097-2.6.193-3.9.241'/%3E%3Cpath d='M48,96 c 2.75,-1.55 5.49,-3.15 8.29,-4.75 4,-1.89 5.73,0.145 8.67,0 5.01,-0.34 11.6,-5.42 18.3,-6.3 -9.49,-6.64 -14.8,-6.93 -23.2,-0.873 -1.44,1.04 -12,8.28 -18,12.4 0.386,0.92 0.722,1.79 1.06,2.66 1.59,-1.02 3.23,-2.08 4.86,-3.15 z m -2.4,-20.8 c 0.722,5.81 -2.09,12.3 2.1,17.1 2.65,-1.79 5.14,-3.6 7.79,-5.34 1.73,-1.55 3.55,-8.76 -0.064,-12.4 -1.93,-2.37 -4.14,-3.2 -5.68,-7.02 a 714.2,714.2 0 0 1 -4.14,7.7 z m 33.4,-7 c -1.54,-3.44 8,-11 6.84,-18.1 -0.674,-3.73 -3.45,-7.34 -10,-10.4 -1.88,-0.88 -3.28,-1.31 -6.31,-0.533 1.97,-2.18 4.32,-2.06 6.65,-3.29 6.67,-3.52 12.4,-1.74 15.4,5.47 2.45,5.9 2.91,3.79 -1.54,15 -1.61,4.05 -7.71,10 -11,11.9'/%3E%3Cpath stroke-linecap='round' d='M113-2.5c-.088-2.47-7.34-19.5-16.4-26.3M112 15.2s16-13 22-13.3M134-31.9s-6.35 5.89-8.45 8.85c-2.1 2.96-4.57 7.34-4.57 7.34M117-29c.8-4 1.5-21 13.7-30.3M109 12.2c-2.84-15.3-13.9-23.9-20-28.7'/%3E%3Cpath d='M109 15s-4.56-11-9.4-12.2c-4.84-1.2-8.5-3.1-10.3-6.45'/%3E%3Cpath stroke-linecap='round' d='M123 35c5-2 6-5 13-5M101 32c-1-15-12-16-16-21M117 28.3c9.7-9.1 19.6-9.7 19.6-9.7M114 28.9c-3.75 2.49-5.66 7.78-8.89 10.3-1.77 1.36-5.47 5.24-6.2 7.26M116 60.2s-3-2.3-4.2-2.5c-1.2-.3-3.9 0-5.8.1M118 50.7s-7.22-3.32-12.9-.494c-2.55 1.26-5.46 2.66-5.46 2.66'/%3E%3Cpath d='M56.29 91.25s16-10.2 18.8-14.2M79 68.5l-5 5.3'/%3E%3C/g%3E%3Cuse transform='translate(66 80)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(73 80)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(70 75.5)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(95 49)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(92.5 41.5)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(99 42.5)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(109.5 22)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(106 14)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(115 17)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(109 -12)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(116 -11)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(111 -17)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(118 -17)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(108 -47)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(116 -50)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(112 -54)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(88 -94)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(91 -98)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(84 -97)' xlink:href='%23cafe'/%3E%3Cpath fill='none' stroke-linecap='round' d='M47.4 92.5c4.08-5.16 3.77-8.58 3.79-9.88.021-1.45-1.47-5.35-.994-9.54M98 66.3s-7.04.96-9.65 2.04c-2.76 1.15-9.08 4.58-9.08 4.58M72.3 67.9c1.98-4.5 2.2-4.88 2.31-7.49.123-2.72-.714-6.14-1.7-8-.761-1.43-1.98-4.68-1.98-4.68M83.7 38.5c2.29 1.54 3.84 3.52 4.71 5.87 1.3 3.52 1.22 7.6.365 11.3-.712 3.03-4.43 8.22-4.43 8.22'/%3E%3Cpath fill='none' d='M98.7 36c-1.51-12.9-4.69-11.8-7.18-12.2-2.13-.359-6.13-3.6-7.46-5.45'/%3E%3Cpath fill='none' stroke-linecap='round' d='M73.9-117s-3.81-3.59-6.6-12m2.3 15c-2.56-2.52-18.2-8.65-28.7-8.47'/%3E%3Cpath fill='none' d='M-90.2-65.7s-2.28 6.22-3.84 9.35-2.78 4.22-2.78 4.22'/%3E%3Cpath fill='none' stroke-linecap='round' d='M96-97c1-7-7-8-5-16m23 52c-2-6-6-24-4.1-31'/%3E%3Cg id='trigo' fill='%23fff200' stroke='%23231f20'%3E%3Cpath d='M-71.6-115c-1.14-5.08.272-4.35 2.05-6.41.046 2.88.866 3.62-2.05 6.41m2.7-3c0-4.76 1.96-2.66 4.51-5.31-1.87 3.3.228 3.62-4.51 5.31'/%3E%3Cpath d='M-69.2-117c2.59-3.98 1.93-1.96 5.49-3-2.14 2.04-.608 4.19-5.49 3m-2.9 4c2.93-4.5 2.18-2.22 6.21-3.4-2.42 2.3-.688 4.74-6.21 3.4'/%3E%3Cpath d='M-75-110c2.93-4.5 2.18-2.22 6.21-3.4-2.42 2.3-.688 4.74-6.21 3.4'/%3E%3Cpath d='M-77.4-107c2.93-4.5 2.18-2.22 6.21-3.4-2.42 2.3-.688 4.74-6.21 3.4'/%3E%3Cpath d='M-80.1-104.5c2.93-4.5 2.18-2.22 6.21-3.4-2.42 2.3-.688 4.74-6.21 3.4'/%3E%3Cpath d='M-82.6-100.9c3.52-4.5 2.62-2.22 7.46-3.4-2.91 2.3-.826 4.74-7.46 3.4'/%3E%3Cpath d='M-85-97.7c3.52-4.5 2.27-2.72 7.12-3.9-2.91 2.3-.478 5.24-7.12 3.9'/%3E%3Cpath d='M-86.2-94.7c3.52-4.5 2.27-2.72 7.12-3.9-2.91 2.3-.478 5.24-7.12 3.9'/%3E%3Cpath d='M-88.2-92c.87-3.86 3.11-2.56 5.68-3.2-1.17 1.77-1.71 5.87-5.68 3.2M-71.3 33.6c4.82-4.89.336-6.1 0-11.9.096 8.18-4.09 5.08 0 11.9z'/%3E%3Cpath d='M-72.9 36.3c4.03-4.89-.878-6.1-2.39-11.9 1.75 8.18-3.24 5.09 2.39 11.9zm-3.2 0c.218 5.57-1.89 3.82 3.74 10.6 4.03-4.89-3.75-6.39-3.74-10.6'/%3E%3Cpath d='M-71 39.2c6.76-3.76 1.62-7.24 2.36-12.9-1.46 8.03-5.4 5.84-2.36 12.9z'/%3E%3Cpath d='M-71.5 44.3c6.76-3.76 3.83-4.45 4.57-10.1-1.46 8.03-7.6 3.04-4.57 10.1z'/%3E%3Cpath d='M-66.3 39.5c-3.5 6.22-7.6 3.04-4.57 10.1 6.76-3.76 3.83-4.45 4.57-10.1'/%3E%3Cpath d='M-66 44.8c-3.5 6.22-7.6 3.04-4.57 10.1 6.76-3.76 3.83-4.45 4.57-10.1'/%3E%3Cpath d='M-65.5 49.8c-3.5 6.23-7.6 3.04-4.57 10.1 6.76-3.76 3.83-4.45 4.57-10.1'/%3E%3Cpath d='M-68.3 63.9c6.76-3.76 2.88-4.93 3.63-10.6-3.5 6.22-6.66 3.53-3.63 10.6zm-4.3-22.6c3.59-6.51-3.89-3.03-4.64-12.3 2.64 8.63-1.82 9.67 4.64 12.3zm-4.8-2.1c2.57 7.87-.916 11 5.54 13.6 3.59-6.51-4.05-5.71-5.54-13.6'/%3E%3Cpath d='M-76.4 45.7c2.57 7.87-.916 11 5.54 13.6 3.59-6.51-4.05-5.71-5.54-13.6'/%3E%3Cpath d='M-75 54c2.57 7.87-1 7.39 5.46 9.99 3.59-6.51-3.96-2.1-5.46-9.99M-88.8-12.28c-4.65-3.38-.302-6.65-1.66-9.01 1.36 2.36 3.33 3.84 1.66 9.01'/%3E%3Cpath d='M-89.3-6.3c-5.92-4.31-1.49-7.84-3.23-10.8 1.73 3 5.35 4.26 3.23 10.8'/%3E%3Cpath d='M-89.7-1.27c-6.74-3.29-3.56-8.62-5.3-11.6 1.73 3 5.73 2.42 5.3 11.6'/%3E%3Cpath d='M-89.7 5.2c-5.73-2.71-3.13-6.88-4.86-9.88 1.73 3 6.93 2.62 4.86 9.88m1.7-16.78c5.73-2.71 2.46-7.02 4.19-10-1.73 3-6.26 2.76-4.19 10'/%3E%3Cpath d='M-88.5-6.36c5.73-2.71 3.52-7.65 5.25-10.6-1.73 3-7.32 3.39-5.25 10.6m1.8-19.24c-.242 4.31-2.99 2.42-1.45 8.62 5.78-4.46 1.3-4.84 1.45-8.62'/%3E%3Cpath d='M-89.5-.54c5.73-2.71 3.95-8.09 5.68-11.1-1.73 3-7.76 3.83-5.68 11.1'/%3E%3Cpath d='M-89 5.5c5.73-2.71 3.66-9.59 5.39-12.6-1.73 3-7.47 5.33-5.39 12.6'/%3E%3Cpath d='M-89.5 11.4c5.68-2.13 3.71-8.62 5.44-11.6-1.73 3-7.13 3.92-5.44 11.6'/%3E%3Cpath d='M-90.3 9.3c-5.73-2.71-2.65-5.76-4.38-8.77 1.73 3 6.45 1.5 4.38 8.77'/%3E%3Cpath d='M-90 14.6c-5.73-2.71-3.81-5.42-5.54-8.43 1.73 3 5.97-.776 5.54 8.43'/%3E%3Cpath d='M-89.8 19.8c-5.73-2.71-3.47-4.99-5.2-7.99 1.73 3 7.27.728 5.2 7.99'/%3E%3Cpath d='M-89.3 15.9c5.73-2.71 2.17-4.21 3.9-7.22-1.73 3-5.97-.05-3.9 7.22'/%3E%3Cpath d='M-89.2 22c5.73-2.71 2.31-6 4.05-9.01-1.73 3-6.12 1.75-4.05 9.01'/%3E%3Cpath d='M-89.2 25.6c4.96-1.4 2.31-3.68 4.05-6.68-1.73 3-5.92 1.41-4.05 6.68'/%3E%3Cpath d='M-90.5 24.8c-5.73-2.71-3.37-5.91-5.11-8.91 1.73 3 7.18 1.65 5.11 8.91M-84.6-98.4c-2.17-5.96.626-4.16 1.3-7.02 1.35 2.86 1.54 3.78-1.3 7.02m10.4-13.6c-1.14-5.08.956-4.07 1.59-6.77 1.27 2.7 1.32 3.98-1.59 6.77'/%3E%3Cpath d='M-76.8-109c-1.14-5.08.956-4.07 1.59-6.77 1.28 2.7 1.32 3.98-1.59 6.77M-86-95.1c-3.04-3.78-.868-3.24-.338-6.15 1.45 2.57 3.08 2.96.338 6.15m4.3-7.6c-2.18-5.49.682-4.3 1.32-7 1.27 2.7 1.5 3.84-1.32 7'/%3E%3Cpath d='M-79.2-106c-1.14-5.08.956-4.08 1.59-6.78 1.28 2.7 1.32 3.98-1.59 6.78m-9.2 13.7c-2.7-3.1-.384-4.31.144-6.2.53 2.28 1.88 2.28 1.88 3.59 0 1.06-.916 1.06-2.02 2.61M-89.8 66.8c2.88 1.45 6.23-1.09 6.04 2.59-2.87 2.2-3.95-.917-6.04-2.59m-5.5-1.7c-4.22 2.66-6.64-.85-10.6-3.86 4.32.43 8.82.006 10.6 3.86z'/%3E%3Cpath d='M-92.5 65c-4.68.937-5.37-3.18-8.04-5.03 4.32.43 7.99 1.37 8.04 5.03z'/%3E%3Cpath d='M-89.6 67.3c-2.94 2.9-7.95.153-11.3.336 4.85-1.71 9.52-3.52 11.3-.336z'/%3E%3Cpath d='M-95.7 60c4.54 2.79 7.68 3.44 7.04 7.05-4.1.342-4.42-3.92-7.04-7.05'/%3E%3Cpath d='M-84.8 67.8c-4.1.342-4.88-3.66-6.76-7.23 4.54 2.79 7.39 3.62 6.76 7.23z'/%3E%3Cpath d='M-86.8 62.7c3.09 3.75 9.23 2.29 6.76 7.23-5.27 1.29-4.88-3.67-6.76-7.23'/%3E%3Cpath d='M-81.4 65.6c3.09 3.75 8.62 2.06 6.15 7-5.27 1.29-4.27-3.43-6.15-7'/%3E%3Cpath d='M-77.4 66.6c3.09 3.75 7.96 2.2 5.49 7.15-5.27 1.29-3.62-3.58-5.49-7.15'/%3E%3Cpath d='M-68.1 75.1c-5.27 1.29-3.12-3.06-4.39-6.43 3.99 3.14 6.86 1.48 4.39 6.43zm-18.5-4.9c-2.7 3.13-1.92 1.15-8.36-.097 4.92-1.84 6.68-4.68 8.36.097z'/%3E%3Cpath d='M-80 71c-2.7 3.12-4.59 2.51-9.99 1.28 4.13-1.77 8.31-6.06 9.99-1.28z'/%3E%3Cpath d='M-76.9 72.8c-2.7 3.12-4.59 2.51-9.99 1.28 4.13-1.77 8.31-6.06 9.99-1.28z'/%3E%3Cpath d='M-72.2 74.2c-.51 2.74-6.16 2.46-9.28 1.26 3.38-.404 3.35-3.97 9.28-1.26z'/%3E%3Cpath d='M-69.1 75.3c-.51 2.73-5.69 3.22-8.81 2.02 3.38-.404 2.88-4.73 8.81-2.02zM-39.9-117c-.194-3.87 4.58-3 7.18-3.05-.288 3.63-1.93 3.78-7.18 3.05'/%3E%3Cpath d='M-38-119c-.192-3.88 4.58-3 7.18-3.05-2.7 1.7-1.93 3.78-7.18 3.05m-6 5c.3-4.19 5.31-2.62 8.11-2.33-2.24 2-2.57 3.8-8.11 2.33'/%3E%3Cpath d='M-49.2-112c.302-4.19 5.31-2.62 8.11-2.33-2.24 2-2.57 3.8-8.11 2.33'/%3E%3Cpath d='M-54.4-109c.302-4.19 5.31-2.62 8.11-2.33-2.24 2-2.57 3.81-8.11 2.33'/%3E%3Cpath d='M-59.1-106c.302-4.19 5.31-2.62 8.12-2.33-2.24 2-2.57 3.8-8.12 2.33'/%3E%3Cpath d='M-63.6-103.6c.302-4.19 5.31-2.62 8.11-2.33-2.24 2-2.57 3.8-8.11 2.33'/%3E%3Cpath d='M-67.9-100.6c.302-4.19 5.31-2.62 8.12-2.33-2.24 2-2.57 3.8-8.12 2.33'/%3E%3Cpath d='M-72.8-98.9c.302-4.19 5.31-2.62 8.12-2.33-2.24 2-2.57 3.8-8.12 2.33'/%3E%3Cpath d='M-76-96.7c.302-4.19 5.31-2.62 8.11-2.33-2.24 2-2.57 3.8-8.11 2.33m34.4-23.3c-.434-3.85 3.9-3.98 6.49-4.2-2.59 1.86-1.21 4.59-6.49 4.2'/%3E%3Cpath d='M-46.1-118c-.434-3.86 2.17-3.87 4.86-5.64-1.48 2.52.426 6.04-4.86 5.64'/%3E%3Cpath d='M-50.9-115c-.384-4.59 2.79-5.52 5.48-7.29-1.48 2.52-.196 7.68-5.48 7.29'/%3E%3Cpath d='M-55.5-113c-.384-4.58 2.4-4.81 5.09-6.58-1.48 2.52.196 6.98-5.09 6.58'/%3E%3Cpath d='M-59.4-111c-.384-4.58 2.4-4.81 5.09-6.58-1.48 2.52.194 6.98-5.09 6.58'/%3E%3Cpath d='M-63-109c-.382-4.58 2.4-4.81 5.09-6.58-1.48 2.52.196 6.98-5.09 6.58'/%3E%3Cpath d='M-67.4-107c-.382-4.58 2.4-4.81 5.09-6.58-1.48 2.52.196 6.98-5.09 6.58'/%3E%3Cpath d='M-71.4-103.4c-.388-4.65 2.44-4.88 5.16-6.68-1.5 2.56.198 7.07-5.16 6.68'/%3E%3Cpath d='M-74.4-101.4c-.388-4.65 2.44-4.88 5.16-6.68-1.5 2.56.198 7.07-5.16 6.68'/%3E%3Cpath d='M-77.4-98c-.388-4.65 2.44-4.88 5.16-6.68-1.5 2.56.196 7.07-5.16 6.68m34.1-18c-.194-3.88 4.58-3 7.18-3.05-2.7 1.7-1.64 4.79-7.18 3.05'/%3E%3Cpath d='M-49.4-114c-.192-3.88 4.91-3.1 7.51-3.15-2.7 1.7-1.97 4.89-7.51 3.15'/%3E%3Cpath d='M-54.5-111c-1.16-4.55 4.24-3.29 6.84-3.34-2.7 1.7-1.3 5.08-6.84 3.34'/%3E%3Cpath d='M-58.7-109c-1.16-4.55 2.99-2.81 6.41-3.92-1.93 1.69-.866 5.66-6.41 3.92'/%3E%3Cpath d='M-63.3-106c-1.16-4.55 3.18-2.95 6.6-4.07-1.93 1.7-1.06 5.81-6.6 4.07'/%3E%3Cpath d='M-67.2-103.8c-1.16-4.55 3.71-2.32 6.21-4.26-1.93 1.7-.672 6.01-6.21 4.26'/%3E%3Cpath d='M-71.1-100.6c-1.16-4.55 3.13-2.37 5.63-4.31-1.92 1.7-.094 6.05-5.63 4.31'/%3E%3Cpath d='M-76.2-96.8c-1.16-4.55 3.37-3.15 5.88-5.09-1.93 1.7-.336 6.83-5.88 5.09M-96.9 28.3c-3.45-2.09-2.79-5.01-2.92-7.16.78 2.22 4.27 2.88 2.92 7.16'/%3E%3Cpath d='M-96 32.2c-3.13.026-3.42-3.46-4.06-5.54 2.51 1.58 5.56.434 4.06 5.54'/%3E%3Cpath d='M-95.7 37c-3.13.026-3.42-3.46-4.06-5.54 2.5 1.58 5.56.434 4.06 5.54'/%3E%3Cpath d='M-94.6 41.7c-3.13.026-3.68-4.57-4.32-6.64 2.5 1.58 5.82 1.54 4.32 6.64'/%3E%3Cpath d='M-93.6 46.7c-3.13.026-3.68-4.57-4.32-6.64 2.51 1.58 5.82 1.54 4.32 6.64'/%3E%3Cpath d='M-92.3 51c-3.13.026-3.68-4.57-4.32-6.64 2.5 1.58 5.82 1.54 4.32 6.64m-3.5-21.6c-1.76-3.8.164-5.83 1.7-7.58-.958 2.23 2.94 5.09-1.7 7.58'/%3E%3Cpath d='M-94.9 34c-1.76-3.8.868-5.85 2.4-7.61-.958 2.23 2.24 5.11-2.4 7.61'/%3E%3Cpath d='M-94.1 37.6c-1.76-3.8.866-5.85 2.4-7.61-.958 2.23 2.24 5.11-2.4 7.61'/%3E%3Cpath d='M-93.8 42.7c-1.76-3.8.868-5.85 2.4-7.61-.956 2.23 2.24 5.11-2.4 7.61m2.7 8.5c-1.76-3.8.866-5.85 2.4-7.61-.958 2.23 2.24 5.11-2.4 7.61'/%3E%3Cpath d='M-92.4 46.9c-1.76-3.8.868-5.85 2.4-7.61-.958 2.23 2.24 5.11-2.4 7.61m4.3 7.6c-2.7-3.19-.72-5.87.29-7.97-.332 2.4 3.52 4.32-.29 7.97'/%3E%3Cpath d='M-86.4 56.6c-2.7-3.19-.086-3.12.922-5.23-.33 2.4 2.88 1.58-.922 5.23m-2.9-2c-3.01.867-4.76-3.41-5.93-5.24 2.83.847 6.01-.076 5.93 5.24'/%3E%3Cpath d='M-86.7 57.7c-3.01.867-3.99-1.09-5.15-2.92 2.83.847 5.24-2.4 5.15 2.92M-120 14.6l5.25 6.49c-.242 3.34.192 5.76 3.52 6.34 1.2-4.6-1.88-4.94-3.52-6.44z'/%3E%3Cpath d='M-118 23.7l2.84 2.91c.866 3.34 2.84 4.41 5.06 4.55 1.01-3.49-3.95-4.6-5.01-4.46z'/%3E%3Cpath d='M-111 21.7l.128 1.86c-1.96 2.83-.692 3.59.638 5.38 2.75-2.87.608-5.17-.68-5.28z'/%3E%3Cpath d='M-109 24.1l.128 1.87c-1.96 2.83-.76 4.47.568 6.26 2.75-2.87.68-6.06-.61-6.16z'/%3E%3Cpath d='M-107 27.6l.192 2.21c-2.24 2.83-1.45 4.47.066 6.26 3.14-2.87 1.36-6.06-.114-6.16z'/%3E%3Cpath d='M-105 30.8l.192 2.21c-2.24 2.83-.97 5.19.546 6.98 3.14-2.87.878-6.78-.594-6.88z'/%3E%3Cpath d='M-102 34.2l.192 2.21c-2.24 2.83-1.45 4.47.064 6.26 3.14-2.87 1.36-6.06-.112-6.16z'/%3E%3Cpath d='M-99.1 37.1l-.53 2.44c-2.24 2.83-1.45 4.47.066 6.26 3.14-2.87 1.36-6.05-.112-6.16z'/%3E%3Cpath d='M-96.6 40.4l-.552 2.44c-2.34 2.83-1.24 4.97.346 6.76 4.18 2.72 1.14-6.55-.396-6.66zM-117 27.7l3.3 2.74c.872 3.23 2.3 4.99 5.63 4.44.464-4.68-4.12-4.81-5.66-4.52z'/%3E%3Cpath d='M-115 31.9l3.97 3.48c.872 3.23 2.66 4.4 5.98 3.85.462-4.68-4.48-4.22-6.02-3.94z'/%3E%3Cpath d='M-116 33.1c2.1 2.95 5.09 4.36 7.65 6.59.872 3.23 3.68 3.99 7.01 3.43.462-4.68-5.51-3.81-7.04-3.52-2.55-2.18-5.6-3.47-7.62-6.5'/%3E%3Cpath d='M-114 37.6c2.1 2.96 4.18 3.5 6.74 5.73.87 3.24 5.24 4.36 8.57 3.81.464-4.68-7.07-4.18-8.6-3.9-2.54-2.18-4.68-2.61-6.71-5.64'/%3E%3Cpath d='M-112 41.9c2.1 2.95 3.5 3.9 6.74 5.73.872 3.23 5.24 4.36 8.57 3.8.464-4.68-7.07-4.18-8.6-3.9-3.27-1.92-4.68-2.61-6.71-5.64m-14-78.29l1.83 6.39s-1.97 5.57 1.69 6.49c1.69-2.66-.096-5.47-1.64-6.49z'/%3E%3Cpath d='M-126-28.8l1.35 4.36s-.482 6.34 3.18 7.26c1.69-2.66-1.45-5.91-2.99-6.93zm5-1.1l1.18 3.84s-2.53 5.2 1.56 6.22c1.88-2.98.376-4.71-1.35-5.84z'/%3E%3Cpath d='M-126-19.3c2.33 3.51.756 3.57 2.85 5.79 1.8.117 2.44-1.17 1.34-3.57-1.69-1.11-2.04.41-4.19-2.22'/%3E%3Cpath d='M-123-16.5l.622.895s.296 5.22 4.03 4.68c.56-3.11-2.59-5.11-3.95-4.6zm0-10.6l.158 1.68s-1.72 4.83 2.24 5.83c1.83-2.89-.68-5.72-2.24-5.78zm5 4.3l-.2 2.21c-.002 0-3.28 3.56.232 5.74 2.63-2.21 1.27-5.09-.214-5.62z'/%3E%3Cpath d='M-116-17.8l-.268 2.25s-3.51 3.6 0 5.77c2.63-2.21 1.51-5.13.02-5.66z'/%3E%3Cpath d='M-115-14.26l-.266 2.49s-3.51 3.99 0 6.4c2.63-2.46 1.51-5.69.018-6.28z'/%3E%3Cpath d='M-113-9.08l-.268 2.49s-3.51 3.99 0 6.4c2.63-2.46 1.51-5.69.018-6.28z'/%3E%3Cpath d='M-112-5.498l-.268 2.49s-3.51 3.99.002 6.4c2.63-2.46 1.51-5.69.018-6.28z'/%3E%3Cpath d='M-110-1.43l-.266 2.49s-3.51 3.99 0 6.4c2.63-2.46 1.51-5.69.018-6.28z'/%3E%3Cpath d='M-108 2.25l-.538 2.45s-3.92 3.58-.698 6.36c2.88-2.15 2.12-5.49.702-6.24zm-13-23.75l.242 1.07s-1.69 4.94 1.97 5.86c1.69-2.66-.482-5.72-1.93-5.76z'/%3E%3Cpath d='M-120-17.2l.24 1.07s-1.69 4.94 1.97 5.86c1.69-2.66-.48-5.72-1.93-5.76z'/%3E%3Cpath d='M-118-12.36l.242 1.07s-1.69 4.94 1.97 5.86c1.69-2.66-.482-5.72-1.93-5.76z'/%3E%3Cpath d='M-124-14.81l.622.895s-.102 5.9 4.96 5.18c.562-3.11-3.39-5.15-4.88-5.11z'/%3E%3Cpath d='M-124-11.3l1.88 2.42s.722 4.88 4.81 3.95c.338-3.49-3.26-4.56-4.72-3.87z'/%3E%3Cpath d='M-122-6.91l.7 1s.714 7.51 6.39 6.7c.628-3.48-4.63-6.66-6.3-6.62z'/%3E%3Cpath d='M-120-1.38l.742.841s.14 6.29 6.18 5.62c.668-2.92-4.3-5.58-6.08-5.55z'/%3E%3Cpath d='M-120 2.59l.742.841s-.12 5.54 5.92 4.86c.666-2.92-4.04-4.83-5.82-4.8z'/%3E%3Cpath d='M-118 6.6l.852.806s-.672 5.35 5.12 3.5c.086-2.99-3.27-3.84-5.01-3.46zm1-14.36l.242 1.07s-1.69 4.94 1.97 5.86c1.69-2.66-.482-5.72-1.93-5.76z'/%3E%3Cpath d='M-115-2.82l.242 1.07s-1.69 4.94 1.97 5.86c1.69-2.66-.482-5.72-1.93-5.76z'/%3E%3Cpath d='M-114 1.98l.24 1.07s-1.69 4.94 1.97 5.86c1.69-2.66-.48-5.71-1.93-5.76z'/%3E%3Cpath d='M-112 5.9l.24 1.07s-1.69 4.94 1.97 5.86c1.69-2.66-.48-5.72-1.92-5.76zm5-43.5c-.3 3.3-.86 4.26 2.56 6.05-.086-3.98.804-4.07-2.56-6.05'/%3E%3Cpath d='M-107-33.5c-.3 3.3-.86 4.26 2.56 6.05-.086-3.98.804-4.07-2.56-6.05'/%3E%3Cpath d='M-107-29c-.3 3.3-.42 4.21 3 6-.1-4 .4-4-3-6'/%3E%3Cpath d='M-107-25.4c-.3 3.3-.114 4.42 3.31 6.21-.088-3.98.058-4.23-3.31-6.21'/%3E%3Cpath d='M-107-21.5c-.3 3.3-.114 4.42 3.31 6.21.716-3.73.058-4.23-3.31-6.21'/%3E%3Cpath d='M-107-17.3c-.3 3.3-.114 4.42 3.31 6.21.716-3.73.058-4.23-3.31-6.21'/%3E%3Cpath d='M-107-14.07c-.3 3.3 2.18 6.61 3.93 5.62.718-3.73-.562-3.64-3.93-5.62m5-23.13c-1.49 3-3.08 1.89-2.46 6.64 4-2.66 2.99-2.52 2.46-6.64'/%3E%3Cpath d='M-101-34.6c-1.16 3.25-3.85 2.52-3.03 7.51 5.01-2.71 3.03-3.58 3.03-7.51'/%3E%3Cpath d='M-100-30.9c-2.26 3.44-3.8 1.79-3.18 6.54 5.01-2.71 3.18-2.61 3.18-6.54'/%3E%3Cpath d='M-100-27.2c-2.26 3.44-3.8 1.79-3.18 6.54 5.01-2.71 3.18-2.61 3.18-6.54'/%3E%3Cpath d='M-99.7-23.4c-3.52 2.95-5.15 4.46-3.47 6.88 3.13-.485 3.47-2.95 3.47-6.88'/%3E%3Cpath d='M-99-20.2c-2.6 3.73-5.88 2.71-3.85 7.94 4.62-1.55 1.93-4.07 3.85-7.94'/%3E%3Cpath d='M-98.3-16.8c-2.12 4.99-5.92 2.86-4.09 7.85 4.09.63 2.5-3.15 4.09-7.85m-5.7-24.5c-1.44 4.37-2.04 3.49.484 6.48 1.77-3.56 1.57-3.14-.484-6.48M-84.1-78.6c.326-4.52 6.24-1.85 9.27-1.54-3.6 1.15-5.41 3.84-9.27 1.54m6.7-4.6c.326-4.53 6.24-1.85 9.27-1.54-3.6 1.15-5.41 3.84-9.27 1.54m24.8-13.2c.302-4.19 5.78-1.72 8.58-1.42-2.24 2-3.03 2.9-8.58 1.42'/%3E%3Cpath d='M-56.6-94.3c.3-4.19 5.78-1.72 8.58-1.42-2.24 2-3.03 2.9-8.58 1.42'/%3E%3Cpath d='M-61.5-92.2c.33-4.5 6.2-1.85 9.27-1.54-2.42 2.16-3.28 3.13-9.27 1.54'/%3E%3Cpath d='M-65.4-90.4c.33-4.5 6.2-1.85 9.27-1.54-2.42 2.16-3.28 3.14-9.27 1.54'/%3E%3Cpath d='M-69.1-88.2c.33-4.5 6.2-1.85 9.27-1.54-2.42 2.16-3.28 3.13-9.27 1.54'/%3E%3Cpath d='M-73.1-85.6c.33-4.5 6.2-1.85 9.27-1.54-2.42 2.16-3.28 3.13-9.27 1.54m21.9-13c-.192-3.87 5.64-2.52 8.24-2.57-2.7 1.7-2.99 3.29-8.24 2.57'/%3E%3Cpath d='M-53.9-99.8c-.528-3.02 4.41-3.58 7-3.79-2.59 1.86-1.72 4.18-7 3.79'/%3E%3Cpath d='M-59-98.2c-.528-4.45 4.41-5.26 7-5.58-2.59 2.74-1.72 6.16-7 5.58'/%3E%3Cpath d='M-63.3-96.2c-.528-4.45 3.35-5.09 5.77-6.11-1.22 3.11-.486 6.68-5.77 6.11'/%3E%3Cpath d='M-67.8-93.4c-1.07-4.35 2.7-5.47 4.98-6.78-.826 3.24.338 6.69-4.98 6.78'/%3E%3Cpath d='M-71.4-90.6c-1.57-4.2 2.04-5.76 4.15-7.32-.44 3.31 1.12 6.61-4.15 7.32'/%3E%3Cpath d='M-76.8-86.6c-1.57-4.2 2.69-6.81 4.79-8.37-.438 3.31.476 7.66-4.79 8.37'/%3E%3Cpath d='M-81.7-84.2c-1.57-4.2 2.71-6.37 4.82-7.93-.44 3.32.448 7.22-4.82 7.93'/%3E%3Cpath d='M-85.8-80.4c-1.57-4.2 2.71-6.37 4.82-7.93-.44 3.32.446 7.22-4.82 7.93m29.5-15.8c-1.16-4.55 3.42-3.15 6.31-3.54-2.7 1.7-1.59 4.41-6.31 3.54'/%3E%3Cpath d='M-63.5-93.6c-1.16-4.5 5.44-3.73 8.33-4.12-1.78 1.79-3.61 4.99-8.33 4.12'/%3E%3Cpath d='M-67.8-91.4c-.48-4.5 4.3-3.54 7.18-3.92-1.78 1.79-1.97 5.81-7.18 3.92'/%3E%3Cpath d='M-72.5-88.9c-.48-4.5 4.3-3.54 7.18-3.92-1.78 1.79-1.97 5.81-7.18 3.92'/%3E%3Cpath d='M-76.3-86.6c-.44-4.1 4-3.26 6.62-3.62-1.65 1.66-1.82 5.37-6.62 3.62m-5.3 6c.326-4.52 6.24-1.85 9.27-1.54-3.6 1.15-5.41 3.84-9.27 1.54'/%3E%3Cpath d='M-80.8-83.8c-.44-4.1 4-3.26 6.62-3.62-1.64 1.65-1.82 5.36-6.62 3.62'/%3E%3Cpath d='M-85.2-79.8c-.44-4.1 3.38-4.2 6.05-4.56-1.64 1.66-1.25 6.3-6.05 4.56M-96.4 24.5c-4.04-3.25-1.4-4.84-1.16-6.98.386 2.32 3.23 3 1.16 6.98'/%3E%3C/g%3E%3C/g%3E%3Cg id='listel' stroke='%23231f20'%3E%3Cpath fill='%23ed1c24' d='M20.5 109c.964-.533 1.8-1.37 2.89-1.65 1.87-.47 3.85-.838 5.83-1.031 4.62-.88 9.62-3.26 13.3-5.51 2.94-1.85 4.22-3 4.72-6.1.234-1.46-.482-2.91-.818-4.8-.482-5.13 1.78-11-1.21-14.7-2.36-2.95-4.14-4.75-6.55-6.63-3.56-2.76-7.8-7.9-11.4-7.51-6.36.676-14.1 6.15-16.4 12.6-.389 1.11.675 7.27.53 10.8-.047 1.16-.772 2.23-1.3 3.63-1.73 2.32-3.27 4.36-3.8 5.72-1.54 4.02-.338 4.94-1.45 9.2l3.57 7.12zm-25.77-8c-1.06-4.99-3.76-9.98-3.08-15.1.144-1.07 2.21-6.64 2.5-10.1.146-1.65-.048-3.63-1.06-4.94-3.13-4.02-5.38-7.37-11.1-10.6-3.66-1.61-7.73-.517-10.6 1.79-2.94 2.42-5.88 5.04-8.33 7.94-2.46 2.95-5.64 5.96-6.36 9.74-1.11 5.66-3.08 11.6-2.36 15 .722 3.54 10.2 9 12.5 9.4 3.73.817 7.67.467 11.1 1.45 1.45.42 2.79 1.36 4.19 2.03l8.19-.145z'/%3E%3Cpath fill='%23ed1c24' d='M-9.46 107c.626.823-2.02-.823-3.08-1.07-.868-.193-1.93-.048-2.75-.388-2.17-.87-4.19-2.37-6.36-3.29-1.06-.436-2.31-.678-3.47-.92-1.2-.242-2.5-.435-3.8-.582-1.64-.145-3.47-.048-5.11-.533-1.49-.434-2.84-1.4-4.19-2.18-.626-.34-1.25-1.07-1.98-1.31-.626-.195-1.4.046-2.02-.195-.53-.193-1.3-.678-1.45-1.26-.144-.58.098-1.4.53-1.84.626-.58 1.73-.485 2.41-.92 1.93-1.36 3.66-3.24 5.63-4.6.868-.584 1.93-1.02 2.89-1.31.866-.242 1.83-.435 2.75-.532.866-.05 1.88-.195 2.7 0 .82.191 1.64.726 2.22 1.31.722.774 1.25 1.79 1.64 2.76.386 1.07.482 2.28.866 3.29.676 1.79 1.25 3.68 2.36 5.13 1.16 1.55 2.94 2.52 4.38 3.68 1.93 1.6 4.38 2.81 5.83 4.75'/%3E%3Cpath fill='none' stroke-linecap='round' d='M-8.36 86.4c-.11-8.93-2.12-9.18-3.69-13.2M10.1 87.8s3.81-4.27 3.5-8c-.307-3.72-.048-5.29.342-6.05.717-1.4 4.51-5.7 6.32-7.24M46.4 89.5s-5.04-4.92-6.89-7.88c-1.78-2.85-2.61-7.53-3.89-9.29-1.33-1.82-3.49-3.51-6.28-5.11M15.4 90.1s-3.14 5.17-4.62 9.13c-1.48 3.96-.473 3.44-3.84 7.3M8.16 110s6.28-3.49 8.29-6.16c2.01-2.67 7.32-11 7.97-13.8.65-2.8 8.7-5.07 8.7-5.07s.999-.997 2.81-1.03c1.81-.034 2.6 1.33 2.6 1.33s1.71 3.48 2.56 4.34c.854.854 3.73 3.27 3.62 4.85-.11 1.58-3.21 4.03-3.21 4.03s-6.11 2.74-8.84 4.63M-10.4 106l-4.19-2.11s-.883-.708-1.85-.848c-.967-.14-1.24-.95-1.86-1.3-.952-.535-.734-.485-3.09-1.19'/%3E%3Cpath fill='none' stroke-linecap='round' stroke-width='.8' d='M-14.6 103s-3.92-1.75-5.84-2.7c-.834-.413-.405-.646-2.49-1.14-2.085-.494-4.31.302-6.15-2.84M-15.6 102l-4.79-3.18s-2.88-1-3.99-1.07c-1.11-.068-4.45-1.91-4.53-3.08'/%3E%3Cpath fill='none' stroke-linecap='round' stroke-width='.8' d='M-18.3 100l-3.97-2.05s-.607-.895-2.09-1.32c-1.48-.426-2.7-.423-3.51-1.4-.26-.313-2.16-1.75-2.16-1.75M-30.1 92s2.19 1.85 3.33 2.6c1.14.752 3.64 1.25 3.64 1.25l3.2 2.33m-8.77-5.98s2.45 1.85 4.08 2.68c.91.463 3.49 1.8 3.49 1.8m-6.17-4.38s1.78.77 2.75 1.74c.99 1 3.44 2.02 3.44 2.02'/%3E%3Cpath fill='none' stroke-linecap='round' stroke-width='.8' d='M-29.5 91.1s2.76.35 3.79.913c1.04.563.982 1.12 1.78 1.69.706.503 1.49.895 2.17 1.48'/%3E%3Cpath fill='none' stroke-linecap='round' d='M-29.9 89.4s1.45.275 2.13.772c.685.497 2.43 2.06 3.59 2.51 1.16.45 1.905 1.679 2.595 1.969M-30.8 87.6l9.05 6.65m-6.75-5.85c1.44.286 1.82 1.21 2.78 1.71 1.78.921 3.43 3.38 3.43 3.38m-6.81-6.09s1.18-.195 2.02.31c.84.503 2.45 1.56 3.24 2.68s1.33 1.9 1.33 1.9M19.6 104c-2.39.26-5.782 2.314-5.782 2.314M21 103c-2.78-.033-4.55.84-4.55.84M23.5 102s-4.048-.152-6.418.968M25.3 100c-2.27 0-5.369.18-7.089 1.314M26.6 100c-3.78-.33-6.388-.27-7.668.216M29.1 99c-3.76-.796-4.02-.84-9.61.685M30.5 98c-6.85-1.48-7.577-.7-10.186.027M29.1 96c-5.88.022-4.694-.325-7.964.669M29.4 96c-4.51-.884-5.06-1.78-7.56-.54M30.6 95c-3.71-1.92-4.59-1.564-8.045-.81m10.245.61c-5.97-2.25-5.41-3.117-9.45-1.837'/%3E%3Cpath fill='none' stroke-linecap='round' d='M35 94c-2.47-1.06-3.8-1.13-5.46-1.17-1.66-.044-6.19.133-6.19.133M35.8 84.6l-5.523 1.336M34.4 85.8s-4.34.624-8.25 2.198m8.25-.898s-.619-.75-2.65-.552c-2.03.2-4.88 1.353-6.62 2.305M35 88.4c-1.81-1.19-3.34-.575-3.34-.575l-7.504 3.048'/%3E%3Cpath fill='none' stroke-linecap='round' d='M34 89.8c-1.72-.729-2.25-.685-3.62-.486-1.37.2-6.39 2.28-6.39 2.28'/%3E%3Cpath fill='none' stroke-linecap='round' d='M34.3 91.2c-1.39-1.5-3.51-.55-5.26-.398-1.75.153-4.18.641-5.1 1.3m10.76.298s-2.01-.994-3.45-.795c-1.44.2-7.38.597-7.38.597m.83-2.502c6.74-2.83 8.33-3.38 9.55-2.94'/%3E%3Cg id='listel_esquerdo' fill='%23ed1c24' display='inline'%3E%3Cpath d='M-79.5 96.5c-11-22.9-31.7-18-38.5-24.3-11.4-9.2.116-21.1-12.6-25.2 6.26 8.8-6.8 20 6.3 30.7-19.7-5.6-4.64-14.1-16.2-20.4 2.5 5-2.19 12.6.8 19.2 3.2 6.2 8.2 9.3 14 12.2 5.8 2.8 15.7 1.5 25.2 9.7z' transform='translate(0 -5)'/%3E%3Cpath d='M0 112c-6 0-21.4 2.7-30.5.5-3.9-1.2-14.2-5.5-18-7C-61.8 100.3-70.8 96-85 96c-15.3 0-34.4 6.7-36 16 6 8.4 5.7 7.6 6.4 19.5 7.5 11.8 32 2.6 35.1-15 10.9 1.99 20.3 6.3 29.5 9.5 6 2 12.9 4.6 20 4.5 9.3-.25 23.5-2.7 30-4.5' transform='translate(0 -5)'/%3E%3Cg fill='none'%3E%3Cpath d='M-77.5 116.5c-7.7-1.4-13.9-.3-18 1-5.4 1.6-14.8 4.2-15 11 0 1.1.2 7 10.7 5.3m-1.1-1.3c-7.31 1.77-9.1-1.9-9.1-1.9m8.1.9c-6.1 1.9-7.9-1.4-7.9-1.4m5.9.4c-6.94 1.6-6.6-2.3-6.6-2.3' transform='translate(-2 -5)'/%3E%3Cpath stroke-width='.8' d='M-107 124c-3.59 1.9-5.2-1.4-5.2-1.4m4.2.4c-2.94 1.3-4-1.2-4-1.2'/%3E%3Cpath stroke-width='.5' d='M-109 122c-2 .6-2.8-1-2.8-1m2.5 0c-1.8.6-2.2-.8-2.2-.8'/%3E%3C/g%3E%3C/g%3E%3Cuse transform='scale(-1 1)' xlink:href='%23listel_esquerdo'/%3E%3Cg id='moto' fill='%23fff' transform='translate(0 -5)'%3E%3Cuse transform='rotate(15 -447 -200)' xlink:href='%23D'/%3E%3Cuse transform='rotate(-30 153 261)' xlink:href='%23E'/%3E%3Cuse transform='rotate(8 -883 -131)' xlink:href='%23E'/%3E%3Cuse transform='rotate(15 -471 -84.8)' xlink:href='%23D'/%3E%3Cuse transform='rotate(-20 256 334)' xlink:href='%23S'/%3E%3Cuse transform='rotate(1.4 -4957 737)' xlink:href='%23S'/%3E%3Cuse transform='rotate(-5 1169 1072)' xlink:href='%23T'/%3E%3Cuse transform='rotate(.9 -7736 1788)' xlink:href='%23T'/%3E%3Cuse transform='rotate(5 -1256 -850)' xlink:href='%23A'/%3E%3Cuse transform='rotate(-8.89 794 -171)' xlink:href='%23A'/%3E%3Cuse transform='rotate(-20.5 342 -103)' xlink:href='%23A'/%3E%3Cuse transform='rotate(-18.7 363 -172)' xlink:href='%23A'/%3E%3Cuse transform='rotate(35 -124 234)' xlink:href='%23A'/%3E%3Cuse transform='rotate(20 -349 -102)' xlink:href='%23O'/%3E%3Cuse transform='translate(43.7 120)' xlink:href='%23.'/%3E%3Cuse transform='rotate(20 -258 345)' xlink:href='%23N'/%3E%3Cuse transform='rotate(-20.9 339 -76)' xlink:href='%23C'/%3E%3Cuse transform='rotate(-20.9 332 -123)' xlink:href='%23T'/%3E%3Cuse transform='rotate(11.5 -478 521)' xlink:href='%23I'/%3E%3Cuse transform='rotate(-4.4 1410 -1055)' xlink:href='%23R'/%3E%3C/g%3E%3Cg id='no'%3E%3Cpath fill='%23ed1c24' d='M-1.3 101c-4.87 0-8.48 3.6-8.8 8.7-.4 7.4 2.3 11.75 4.6 14.75 4.4 5.3 11.8 3.2 13.5-2.5 1.5-5 .5-11.5.25-14.2-.5-4.1-4.7-6.75-9.5-6.7z'/%3E%3Cpath fill='%23ed1c24' d='M7.7 109c-.5 4.5-3.5 6.7-8.4 7.5-4.8.8-9.4-3.1-9.4-7.5 0-4.5 3.9-8.5 8.5-8.5 4.8 0 9.5 3.367 9.3 8.5z'/%3E%3Cpath fill='none' stroke-linecap='round' d='M1.7 105c1.37-2.25 1.245-2.68.1-3.9m.7 4.9c1.28-1.55 1.55-2.41 1.3-4m-.9 5c1.15-1.32 1.84-2.17 1.8-4.3M3.1 108c1.6-1.37 2.35-2.67 2.5-4.5M3.59 114c4.66-3.54 3.91-7 3.91-7m-4.04 5c3.43-2.77 3.84-5.9 3.84-5.9M3.5 110c1.63-.95 3.01-2.71 3.4-5.1M3.4 109c2.06-1.43 2.9-4.5 2.9-4.5m0 10.5c1.87-.399 2.13-1.99 2.3-3.3m-3 5c1.79-.794 2.85-.714 3.2-2.5M5.4 118c1.86-.727 2.72-1.03 3.4-2m-3.9 3s3.42-.626 3.9-2m-4.3 3.5s3.11-.836 4.1-1.8m-4.2 3.1s2.23.204 3.8-1.1M4 123s3.04-.162 3.9-1.1M3.4 124s2.4.227 3.7-.8m-4.8 2.6s2.73.045 3.6-.8'/%3E%3C/g%3E%3C/g%3E%3Cg id='estrela'%3E%3Cpath fill='%23fff' stroke='%23231f20' stroke-linecap='round' d='M0-142.5l25.555 78.755h82.84L41.42-15.105 66.975 63.65 0 15.01l-66.975 48.64 25.555-78.755-66.975-48.64h82.84z'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-24.225-61.845h-78.28L-39.14-15.77c-8.075 24.795-16.15 49.685-24.225 74.48C-42.275 43.32-21.09 28.025 0 12.635 21.09 28.025 42.275 43.32 63.365 58.71 55.29 33.915 47.215 9.025 39.14-15.77c21.09-15.39 42.275-30.685 63.365-46.075H24.13l-24.225-74.48z'/%3E%3Cpath fill='%23231f20' d='M-108.3-64.22l-1.52-.004v5.225l66.975 48.64 1.52-5.225zm216.6 0l1.52-.004v5.225l-66.975 48.64-1.52-5.225z'/%3E%3Cpath fill='%23231f20' d='M66.975 63.745l.897 1.244 3.4-4.579-25.554-78.755-4.294 3.335zm-133.95 0l-.914 1.244 5.415 1.815 66.975-48.64-4.493-3.059zM0-142.5v-1.53l5.434 1.701 25.555 78.755-5.434-.17z'/%3E%3C/g%3E%3Cg id='ancora_chave'%3E%3Cpath fill='%23fff200' d='M-31.682-21.338c2.422 2.441-3.116 9.205-8.332 4.835z'/%3E%3Cpath fill='%23231f20' d='M-40.232-16.902l.454.795.064-.75.462.355.454.295.452.234.449.184.437.132.433.083.426.043h.418l.408-.038.4-.075.387-.11.374-.14.361-.17.348-.194.327-.221.311-.239.289-.26.266-.28.245-.284.219-.3.191-.304.162-.308.133-.31.1-.3.071-.297.036-.286.008-.272-.029-.254-.057-.234-.09-.22-.12-.2-.158-.184.647-.651.251.296.196.327.142.348.09.362.038.375-.006.376-.051.382-.088.382-.129.382-.161.374-.196.369-.226.362-.257.348-.285.338-.311.321-.337.303-.362.283-.384.258-.407.229-.425.199-.447.166-.464.13-.476.09-.494.046h-.502l-.513-.05-.519-.104-.526-.156-.524-.216-.527-.275-.524-.336-.519-.401zm.518.044l-.583.705-.019-.016-.015-.015-.015-.017-.015-.019-.014-.017-.013-.019-.011-.019-.01-.019-.011-.019-.016-.043-.005-.02-.008-.021-.004-.024-.003-.021-.002-.021-.002-.023v-.044l.002-.021.002-.023.003-.021.006-.023.006-.022.015-.042.01-.02.009-.02.011-.021.012-.02.015-.018.013-.02.015-.016.018-.016.017-.017.017-.013.017-.015.019-.013.019-.01.019-.011.02-.01.02-.01.02-.007.042-.011.023-.004.021-.004.023-.004h.02l.024-.002.02.002h.021l.023.004.021.004.023.004.02.005.043.016.02.009.02.01.02.01.038.028zm8.36-4.807l-.096.722-8.332 4.835-.454-.795 8.331-4.835zm-.096.722l-.455-.795.021-.012.042-.019.021-.007.021-.006.023-.006.02-.004.023-.003.046-.004h.021l.02.002.024.002.02.003.023.004.042.012.021.007.02.01.02.007.019.01.038.023.017.013.02.015.014.013.017.018.016.017.015.015.013.019.013.019.012.022.011.019.01.022.01.02.007.022.005.022.006.023.004.02.004.024.002.022.002.022v.023l-.004.042-.008.046-.006.021-.005.02-.006.022-.01.02-.009.018-.01.022-.01.019-.012.017-.014.02-.013.016-.03.034-.017.014-.017.015-.02.015-.018.011z'/%3E%3Cpath fill='%23231f20' d='M-18.952-10.3l-11.97-8.559-.64-2.945 13.774 9.69.643 2.119zm-9.025-11.96c4.94-1.843 4.845-8.37-.321-10.545 4.208 4.56 3.02 7.505-2.147 9.206.824.458 1.643.92 2.47 1.33'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M-40.85-22c-6.403-4.01 1.074-14.46 7.106-9.14 4.39-5.938 13.965 4.464 3.297 7.827l15.01 10.165-.732 1.929c-5.215-3.591-10.355-7.135-15.546-10.655-1.155 10.815-13.144 5.943-9.135-.126z'/%3E%3Cpath fill='%23fff' d='M-36.907-23.59l-2.746-1.976 2.147-3.771 3.933 2.527 4.114-2.993 1.282 1.292-.779 2.261-5.443 1.102.273 3.401-1.282 2.204-1.92.83-1.51-1.473z'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M-34.152 19.825L-1.514 1.58-3.91-.116-31.749 14.81l-4.807 4.237zM-5.553-1.278l23.831-14.237 2.29.369L-3.91-.116zm47.496 14.263l1.235 1.292-6.45 9.253-1.33-1.52z'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M34.8 22.7L42 13l-4-2.7-3.3 4.4c-1.3.4-1.3.4-1.345-1.031l3.106-4.465-4.256-2.764-3.249 4.465C28 11.5 27 10.6 27.5 9.8c1.1-1.5 2.1-3 3.2-4.5L27.2 3l-7 9.5zM-3.9-.1l22.6-14c-.6 1.4.7 2-1.7 4.3L-1.514 1.6z'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M-12.783-10.67l49.596 34.808-1.283 3.639-54.363-38.447z'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M35.6 28c-.7-.3-.6-1.5-.2-2.5.4-1 1-1.4 1.8-1.05.7.4.8 1.1.4 2.15-.4 1-1.2 1.731-2 1.4z'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' stroke-miterlimit='22.9' d='M27.44-35.823c4.807 8.008 8.394 15.083 11.083 26.008.366 1.748.733 3.496 1.102 5.292-1.102 1.102-2.147 1.795-4.665 1.615-2.337-3.04-4.341-6.536-6.45-10.26l-3.021-7.315c-1.51-4.237-3.159-8.733-3.938-14.035z'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M23.608-12.095l4.113-.414 4.123-2.442-1.966-4.968-4.76 3.41-2.745.505-3.021 2.251zM24.368-36.7c1.586-.372 2.878-.108 2.878.59 0 .7-1.292 1.567-2.878 1.938-1.587.37-2.879.106-2.879-.593 0-.697 1.292-1.567 2.879-1.938'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' stroke-linejoin='round' d='M20.093-14.439c1.14-1.054 2.745-1.976 4.987-2.166l4.798-3.314-4.265-.265-7.753 5.047z'/%3E%3Cpath fill='%23231f20' d='M-38.902 16.025c.137-2.527 3.885-4.37 5.861-6.583 3.335 2.945 6.128.277 8.512-2.024-2.375 1.606-4.531 3.905-8.787.276-3.848 2.441-10.735 9.785-5.586 8.331m5.222 3.536l2.55-4.377 4.835-2.79-3.178 4.815zm8.387-4.689l3.443-5.06 6.61-3.323-3.864 4.863zm11.28-6.731l3.51-4.24L-5.245.77-8.33 4.875zM5.235-2.595l2.612-4.332 7.182-4.417-3.002 4.655z'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M-2.574 9.477c-3.93 9.417-13.618 14.06-17.34 11.963-8.465 3.867-16.393 6.518-28.078 5.606l-.588-1.28 25.73-5.428z'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M-26.552-1.36c-5.91 1.188-6.631 3.078-7.828 8.332-9.291 4.693-14.813 15.328-14.433 18.273C-37.508 27.268-15.71 19.64-2.84 8.872c-6.774-.415-19.916 2.272-18.81 8.835-3.705 2.527-11.78 3.638-14.915 1.748 3.154-4.55 23.25-13.11 32.655-19.57l-1.643-1.163-26.775 14.82c-1.995 1.283-7.458 4.01-8.104 2.528.137-3.496 5.444-7.135 7.41-8.332 7.325 6.584 12.35-6.44 14.63-9.386-2.698.092-5.453-.253-8.103.278z'/%3E%3Cpath fill='%23231f20' d='M-33.677-26.25l1.34-.29c4.075-4.808 5.794.647-1.34.874v.854c10.355.807 5.32-10.545 0-3.81zm-3.06 2.337c-4.388-1.52.23-6.859 2.699-2.251l.36-.086v-2.371a11.63 11.63 0 0 0-.634.887c-3.62-7.182-10.64 3.639-3.249 4.19-6.773 5.196 5.491 9.205 3.572-1.292l.312.024v-.854c-.316.01-.648.015-1 .001 1.416 8.19-6.222 7.04-1.643 3.867.182-.552.595-1.245-.412-2.119'/%3E%3Cpath fill='none' stroke='%23231f20' d='M25.036-12.239l.25-4.102s-2.609 2.131-2.315 3.736m-39.274 34.387c6.46-3.45 11.721-9.68 12.204-10.625M-17.5 21.87c7.036-4.096 12.558-10.71 12.855-11.066'/%3E%3Cpath fill='%23231f20' d='M-25.222 23.245L-6.697 12.13l-11.4 9.5-2.11-.368zm-24.035 2.375c.824.369 6.45.46 9.785-.092l-2.157 1.473-6.498.046z'/%3E%3Cpath fill='%23231f20' d='M-38.237 25.145c.824.369 4.807-1.102 8.141-1.653-1.558.92-2.422.692-3.62 2.347-2.697.368-5.262 1.292-8.055 1.15 2.194-.368 2.612-1.103 3.524-1.844'/%3E%3Cpath fill='%23231f20' d='M-33.677 25.81c3.43-1.567 3.02-1.748 4.531-2.622 1.881-.69 3.8-1.377 5.72-2.07-.87.83-2.015 2.213-2.841 2.992-2.603.783-4.845.969-7.41 1.7'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M36.3 9.4l1.4 1.4-2.9 4c-.7.7-2.3-.5-1.5-1.337z'/%3E%3Cpath stroke='%23231f20' d='M27.721-12.51l-2.435-3.83'/%3E%3Cpath stroke='%23231f20' stroke-linecap='round' d='M25.594-34.226s9.229 19.588 10.14 24.824'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M31.778 6.715l-1.235-1.261-3.002 4.349 1.415 1.102z'/%3E%3Cpath fill='%23231f20' stroke='%23231f20' d='M27.788-12.966l1.786-6.584.87 5.064z'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M33.678-25.205c.822-1.244 1.871-2.023 2.793-2.071 4.94-.92 4.854 3.449 3.885 4.693l-4.028 4.836z'/%3E%3Cpath fill='%23231f20' stroke='%23231f20' d='M34.628-22.906l4.113-2.622-1.69 6.86-.87.645z'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M43.33-26.174c0-2.118-1.33-3.686-2.974-3.686-1.377 0-2.505 1.182-3.116 2.993-.217.645-.23 1.197-.549 1.425-.458.368-1.187.69-1.69.46-.548-.277-.785-1.057-.824-1.653-.242-3.716 2.926-6.716 6.356-6.716 3.524 0 6.412 3.173 6.412 7.087 0 3.904-2.888 7.087-6.412 7.087-.638 0-1.94-.388-2.538-.572 1.055-.969 1.099-1.318 1.912-2.295 1.513-.234 3.423-2.24 3.423-4.13z'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' d='M26.686-34.868C30.506-28.78 37.66-11.035 38.623-3.97'/%3E%3Cpath stroke='%23231f20' d='M-35.533 19.918l.758-2.24'/%3E%3C/g%3E%3Cg id='aguia'%3E%3Cpath fill='%23b87619' stroke='%23231f20' d='M18.922-53.971c1.06 3.44.672 6.1 0 8.09.48 2.03 1.64 1.89 2.46 2.86 1.16-4.17 3.706-3.875 3.706-12.595 0 4.36-.724 6.485-1.306 8.035.626 1.94 1.98 2.66 2.79 3.63 1.16-4.17 4.43-2.47 3.95-14.5.098 3.34-.048 5.67-.434 7.51 1.16 2.57 1.83 3.58 3.42 4.55.482-5.72 3.27-6.39 1.44-17.1 1.49 4.45.192 10.8 4.48 13.5 2.99-8.04 3.27-8.62-.242-16.4 2.65 7.6 5.49 6.78 8.38 9.35-.628-1.89 2.366-5.106-4.564-13.656 3.76 5.47 5.484 7.676 9.334 8.886 1.35-5.81.192-8.04-3.37-12.8 5.83 6.83 14.2 9.11 17.7 6.1-5.06-3.29-10.287-6.903-15.387-10.143 11 6.49 18.587 9.323 22.587 8.403-.146-.967-13.3-8.81-18.5-11.3 7.75 5.04 27.5 12.5 30.4 8.09-7.95-3.1-12.66-5.765-19.26-8.575 9.1 1.99 17.06 8.915 29.86 4.555-5.68-4.65-4.795-4.662-14.155-7.232 9.33 2.512 18.587 3.962 29.115 1.372-1.148-1.028-1.59-1.74-3.95-1.99-28.4-.776-22.5-4.41-31.4-5.04 4.7.462 6.473 2.268 10.26 3.046 1.49.292 2.99.726 6.72 1.066 3.73.34 6.09.678 8.5.774 1.73.05 3.71.05 5.44 0 2.852-.051 5.616-.658 8.19-1.21 2.642-.567 5.278-1.297 7.174-2.927.974-.847 1.297-1.43 1.07-1.716-.673-.85-1.862-.646-2.79-.63-5.112.307-10.186 1.344-15.3 1.26-8.251.183-17.324-.3-25.03-1.114-6.928-.76-13.87-1.074-20.83-1.31 0 0-17.063-.14-19.8 0-4.754.244-9.427 2.398-12.33 5.67-1.636 1.843-2.837 3.15-2.93 6.903-.091 3.754-.04 5.47-1.646 6.907-.8.714-1.934.805-2.94 1.02-2.407.514-3.789-.208-5.98-1.166-8.93-3.904-11-7.51-30.3 2.23-.048 0-6.17 1.11-7.03-3.59-.24-1.31 1.11-2.08 1.16-3.88.046-1.79-2.88-7.033-4.58-8.38-6.01-4.763-14.4-5.08-19.1-5.71-9.44-1.02-16.6 1.55-27.7 2.47L-88-89.9c-12 .774-25.1-1.99-36.2-.921-.144 1.5 6.69 4.12 18.8 6.49 12-.63 16.9-.728 25.7-2.86-8.81 2.23-13.5 2.32-19.3 2.47-9.15 0-6.55 1.45-11.3 2.47 3.52 3.97 15.5 3.1 40.6-1.31l-14.7 2.47c-6.31 1.55-14 2.76-15.3 5.47 7.99 2.33 22.356-1.578 33.256-5.068-7.18 3.58-14.456 4.488-21.456 8.508 7.56 4.6 18.666-2.38 37.966-9.65-8.57 4.12-22.966 11.05-25.466 12.65 3.76 3.58 14.509-.213 28.209-7.24-5.88 4.8-14.609 7.43-16.409 8.78 4.77 1.89 13.037.118 18.137-4.874-4.29 4.26-6.427 5.454-6.567 12.544 1.93-.581 4.58.144 5.88-1.79 1.45-4.41 3.28-6.35 5.78-9.59-4 4.79-7.42 9.15-5.01 17.3 1.59-1.16 4.1-1.26 4.86-3.63.386-3.78 2.197-5.963 4.607-10.473-3.85 7.27-6.577 9.163-3.057 18.173 1.45-1.26 3.03-1.89 4.34-3.92 0-3.53 1.769-7.712 2.869-9.892-1.88 3.68-4.419 11.012-.755 16.282 1.06-.967 2.12-1.94 3.18-3.05-.242-2.33.53-5.979 1.78-9.659-2.79 8.14-1.204 12.349.434 15.849.914-.728 1.59-1.65 2.74-2.18-.626-4.02.79-9.393 1.901-11.423-1.54 2.81-3.531 11.223-.067 15.723 1.25-1.07 2.65-1.99 3.81-3.1-.434-3-1.83-5.13.53-10.8-2.26 5.67-1.06 10.8 1.25 13.8-1.11 2.857-.299 2.778.046 4.24.44-.72 1.623-1.721 2.633-2.544-6.746 5.3-.461 11.205-.509 16.775.48-2.76 2.066-4.186 1.536-8.546l-.142 4.816c.82 2.38 2.266 1.99 2.46 7.17 1.108-2.09 4.231-5.855 1.631-11.375 2.362 4.5 1.019 6.135 2.129 9.135.482-1.64 1.574-5.586-.396-10.186 1.2 3 1.596 5.536 1.932 9.216.92-1.64 1.88-1.94 2.65-5.23-.04-5.96-2.356-7.07-3.32-10.8 1.11 4.17 3.708 5.04 3.37 12.5 1.59-3.1 2.335-3.42 3.057-8.85.29 3.97 2.669 4.25 3.583 6.67 0-7.2.772-5.84 1.06-10.2.096 2.62-1.348 5.09-.818 8.14-.19 2.47 2.652 5.34 3.23 7.62.242-3.3.572-6.08.381-8.703.82 1.16-.185 2.583-.089 4.033-.19 2.47 2.744 4.76 3.32 7.04.242-3.297.29.19-.288-3.83.53 5.38 2.312 5.15 2.89 7.43-.63-4.43 1.782-7.135 1.492-12.415-.24 2.18 1.35 6.585 1.928 8.855.24-3.29 3.272-7.92.722-13.88-1.45-1.75-3.13-2.09-4.19-5.38 1.97 4.7 3.66 3.2 5.73 7.75-.73-3.68.282-7.021-1.688-10.171 1.2-1.94 3.27-5.38 1.54-10.9z'/%3E%3Cpath fill='none' stroke='%23231f20' d='M41.134-88.35c5.015 2.702 9.678 2.193 9.678 2.193l4.563-.796s-3.828-2.891-5.469-3.172'/%3E%3Cpath fill='%23b87619' stroke='%23231f20' d='M.24-71.1c-.914.969-.53 1.74-2.65 3 .096-.774-.29-1.07.192-2.32l1.64-6.83zm4.82-1.5c.578 1.41 3.13 2.95 3.37 4.26-2.31-.581-4.72 0-5.73-3.59l.77-6.01zm2.74-3.1c4.14 2.76 2.6 3.73 5.15 5.81-1.73-.776-3.76-.241-5.11-2.28l-2.22-4.21z'/%3E%3Cpath fill='%23b87619' stroke='%23231f20' d='M11.98-80.4c-.772 3.73 3.03 5.23 5.63 5.81-4.43 3.34-8.33-.92-9.83-2.47 1.54 2.57-.094 4.02 1.25 6.97-4.09-2.42-3.13-3.15-4.67-4.89-.77 1.7-.242 3.54-2.22 5.09C.41-71.15.74-72.41.07-73.67c-1.01 1.89-.626 3.78-4.96 4.8-.048-2.66.386-3.88 1.01-4.94-2.12.92-6.36 5.42-10.2 1.94 1.01-.92 4.355-2.8 6.375-4.06-1.01-.243-2.26.33-3.52-.106 2.79-2.66 3.985-1.84 5.235-4.06.29-.388 1.3-2.32.722-4.55l.626-1.41 1.4-.436-1.69-4.16-.29-.098-2.36-2.91 6.12-2.08 10.4 5.38.578 1.5.722 1.5.674 2.57.77 2.03-1.69-.144z'/%3E%3Cpath fill='none' stroke='%23231f20' d='M10.6-83s.3 1.4.7 1.7c.4.3.7.6.6 1.1-.1.5-.4 2.2-.4 2.2s-1.3-1.2-2.3-1.5c-1-.2-2.3-3.5-2.4-4.5l-1.54 9.1s-2.5-2.9-2.9-4.1l-1.8 4.4s-3-2-2.4-4.7'/%3E%3Cpath fill='%23f68712' stroke='%23231f20' d='M-5.65-96.7c-1.54.048-2.55 0-2.75 1.45.724.774 1.45 1.6 2.17 2.42 2.55.53 1.4.919 3.28-.728-3.13-.241-3.52-2.76-2.7-3.15'/%3E%3Cpath fill='%23f68712' stroke='%23231f20' d='M-11.82-89.5c2.41 1.26 4.48.144 7.71 2.57.434-1.36-2.02-3.83-3.18-3.83-.626-.29-1.54-.096-2.84-1.84-1.54-1.36-3.71 1.99-3.28 1.02.868-1.84 1.35-4.36 4.62-4.12 1.59 1.6.676 1.69 3.47 3.63 1.06 1.4 2.26 2.57 2.7 4.31.192.776-.24 1.89-.818 2.47-1.35-.967-1.45.776-2.021.487C-7.48-87.17-10.52-86.74-11.82-89.5z'/%3E%3Cpath fill='%23f68712' stroke='%23231f20' stroke-width='.5' d='M-5.8-88.2c-1.3-2.95-2.89-1.65-4.91-2.32 1.21 1.31 3.61 1.31 3.52 1.94z'/%3E%3Cpath fill='%23b87619' stroke='%23231f20' d='M-5.75-96.8c-.818.873.096 2.52 1.93 3.2 3.52-.338 5.67.626 11.6 4.12 1.199.706 1.806.433 2.7.194 1.374-.368 1.35-1.6 2.02-2.37-.772-.048-1.64.144-2.26-.146-1.54-.724-2.745-2.164-4.29-2.81a38.479 38.479 0 0 0 -7.85-2.32c-1.28-.237-1.59-.63-3.85.144'/%3E%3Cpath fill='%23fff' stroke='%23231f20' d='M.77-93.3c1.58.38 2.69 1.41 2.48 2.3-.21.893-1.66 1.31-3.24.933-1.58-.38-2.69-1.41-2.48-2.3.212-.893 1.66-1.31 3.24-.933'/%3E%3Cpath fill='%23231f20' d='M1.05-93.3c1.23.294 2.09 1.1 1.93 1.79-.166.696-1.3 1.02-2.53.726-1.23-.294-2.1-1.1-1.93-1.79.164-.696 1.3-1.02 2.53-.726'/%3E%3Cpath fill='none' stroke='%23231f20' d='M9.652-39.647c.291 2.829-1.69 8.159-1.69 8.159s-1.322-3.348-1.609-3.766c-.286-.419-1.696-3.582-1.696-5.348M15.66-61.1c-.078 1.068 1.805 4.052 1.805 4.052l1.806-3.59c.166-.33.672-1.09.54-2.015s-.881-1.993-.881-1.993m-33.907 11.86s-2.4-2.048-2.576-3.414c-.177-1.365.076-4.57.076-4.57'/%3E%3Cpath fill='%23f68712' stroke='%23231f20' d='M-11.7-11.05l-2.22-1.36.482 2.18.048 3.1c-.144 1.31-1.49 2.08-4.09.048 0 1.16-2.26 1.5-4.05-1.84-1.73 1.98-4.14-3.78-1.83-1.26-2.55-1.5-.626-3.97-.144-4.46.962-1.55 3.9-1.7 5.78-2.47 3.52-2.18 2.07-3.83 3.08-5.72l1.2-2.91c.914 1.31 2.02 2.32 1.737 4.18-4.423 8.922.681 7.902.007 10.512z'/%3E%3Cpath fill='none' stroke='%23231f20' d='M61.518-90.175s7.226 3.646 9.59 3.911c2.365.265 6.475-.22 7.624-1.038'/%3E%3Cpath fill='none' stroke='%23231f20' d='M49.807-90.065s5.944 2.829 8.64 3.138c2.696.31 7.933.508 7.933.508s-2.254-3.093-4.862-3.756m-27.533 2.983s4.619-2.21 6.674-1.37c2.055.84 6.135 3.638 5.126 3.536-1.304-.133-3.479.563-6.96 1.723-.995.332-2.954-.24-2.954-.24m30.635 1.507s6.428.692 7.963.692c1.116 0 4.948-.654 5.445-.702 1.423-.137 4.177-.024 3.836-.142-1.766-.61-5.21-3.599-8.797-4.138 1.877.47 7.403 1.697 9.347 1.874 1.945.177 10.187-.155 9.524-.177-.663-.022-3.5-1.929-3.5-1.929'/%3E%3Cpath fill='none' stroke='%23231f20' d='M57.016-87.235c6.64 1.516 11.422 7.11 11.422 7.11s-6.985-1.22-10.047-1.328c-3.05-.11-13.063-4.047-13.063-4.047M20.429-68.944s3.584 3.325 3.771 4.544c.188 1.218.019 3.187-.153 4-1.146-.974-2.313-2.35-3.203-2.788-.89-.437-2.985-2.219-2.985-2.219'/%3E%3Cpath fill='none' stroke='%23231f20' d='M19.6-70.4c1.813 1.734.728 5.618.4 6.9 0 0-2.375-1.332-3-2.41'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' d='M15.3-60.1s-.375 3.691.7 5c1.075 1.308 2.256 2.255 2.1 2.8.89-2.812 3.642-4.24 4.2-7.4.758 1.75 2.735 3.69 3 4.5.509-1.37 2.069-4.013 2.1-6.1.031-2.087-1-4.7-1-4.7'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-13.902-42.781c-.612 2.703-.7 5.61-.546 6.866.154 1.255 1.432 4.185 2.026 5.11.595.925 1.652 3.325 1.696 4.096.61-2.107 1.297-5.307 2.003-6.475m-5.747-29.182s-1.275 1.101-2.269 1.255c-.993.154-1.41.066-1.41.066s-.734-2.211.695-4.055M26.69-65.958s1.17 4.78 1.81 5.442c.638.66 1.623 1.755 2.045 3.08.383-1.46 1.896-5.95 1.853-7.221-.044-1.272-.95-4.013-3.311-5.95'/%3E%3Cpath fill='none' stroke='%23231f20' d='M30.638-70.637s.2 2.897 1.982 4.717c1.782 1.82 2.433 2.761 2.433 2.761s1.31-2.159 1.42-3.634c.11-1.476-1.942-4.41-1.942-4.41s1.787 3.54 2.668 4.322c.881.78 1.894 1.321 1.894 1.321s1.212-2.687.903-4.295c-.308-1.608-1.651-3.766-1.651-3.766l-2.627-2.959s4.499 4.875 5.864 5.316c1.366.44 3.084 1.41 3.084 1.41s-.044-4.406-1.344-5.925c-1.3-1.52-2.693-3.079-5.754-4.819l7.384 4.444s3.37 1.74 5.528 1.432c0 0-.242-2.269-1.476-4.229M9.516-88.86c1.257 1.834.793 3.074 1.382 4.544.216.539.784 1.556.784 1.556s-1.015-.058-1.968-.622c-.795-.47-1.977-2.196-1.977-2.196l.233 2.508s-1.031-.798-1.495-1.449c-.485-.681-.919-2.336-.919-2.336s-.93 1.148-1.137 1.838c-.201.672-.062 2.102-.062 2.102S3-84.059 2.504-84.783c-.562-.821-1.215-2.726-1.215-2.726m-67.296-1.617c-5.727-.088-13.81 1.498-13.81 1.498s-4.933.858-6.893.88c-2.338.027-4.824-.66-7.158-2.576 4.515-.558 21.645-1.478 21.645-1.478m19.034-.791c-4.03-.022-4.581-.088-6.938.375-2.356.462-5.88 2.092-5.88 2.092s2.797 1.806 6.585 1.894c3.788.088 7.163-.862 9.374-1.631 2.21-.77 8.136-1.87 10.47-1.386m-38.278 3.764l-1.894 1.184s3.634 1.88 7.664 1.813c4.03-.066 12.423-.802 14.832-1.767'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-50.542-88.695s-4.307 1.398-6.387 2.92c1.35 1.371 5.611.891 8.41.657 2.292-.191 6.65-1.652 6.65-1.652s5.043-1.704 6.332-1.578m-2.627 4.333l-2.978 1.893s2.272.364 4.176 1.115c1.904.752 6.242-1.776 6.242-1.776'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-28-78.275s-3.46 1.318-5.147 1.108c-1.687-.21-3.923-3.11-3.923-3.11l2.872-.948'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-27.022-75.073s-3.583 1.455-4.98 1.364c-1.396-.091-3.211-2.534-3.211-2.534l4.381-1.17m5.812 7.206s-1.586 1.542-2.73 1.586c-1.146.044-3.776-1.86-3.776-1.86s1.218-.63 1.644-.975m12.967 5.586c-1.948 1.197-3.336 2.267-6.012 2.512 0 0-.613-2.643 1.819-5.594'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-17.507-61.028s-.31 3.727-.927 4.564c-.617.837-1.212.837-2.38 2.599-.58-1.24-1.85-2.82-1.673-5 .176-2.18 1.425-3.647 1.428-4.819'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-22.124-60.579s-.693 2.353-1.64 3.388c-.947 1.035-1.234.75-1.983 1.784-1.255-.947-2.158-3.391-1.784-4.933.375-1.542 1.883-4.696 3.623-6.171'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-28.406-67.399s-2.504 1.262-2.957 2.368c-.453 1.105-.462 1.794-.44 2.709.018.78.484 2.29.484 2.29 2.381-.547 3.584-1.647 5.118-3.474'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-31.761-63.793s-2.25.525-3.722.76c-.072-.906-.416-3.618.415-4.762.832-1.144 4.167-2.259 4.167-2.259'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-34.509-68.367s-1.775.459-3.109.076-1.913-.24-1.913-.24.991-2.576 1.722-2.861c1.383-.54 3.822-1.436 3.822-1.436'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-32.598-77.147c-5.833.766-12.865 4.632-12.865 4.632s3.816 1.209 5.093 1.164c1.277-.045 4.307-.283 5.783-1.256'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-37.156-80.745l-10.986 4.734s3.499 1.828 6.297 1.74m-5.198-9.021s-4.28 2.134-4.767 2.464c-1.062.72-4.706 3.765-4.706 3.765s6.094 1.408 9.186.702m-8.991-8.995c-4.41.5-10.292 4.497-10.928 4.88 0 0 4.48 1.371 8.554.798 4.074-.572 6.764-1.21 8.036-1.879m64.013 41.348c1.879 4.18 2.663 5.053 2.064 7.613-.372 1.588-.656 3.551-1.618 4.853-.082-1.346-1.653-5.273-1.894-6.005-.241-.733-1.963-4.854-2.052-6.235'/%3E%3Cpath fill='none' stroke='%23231f20' d='M8.487-33.046c-.72 2.6 2.508 8.524 2.508 8.524s1.48-6.539 1.013-8.755'/%3E%3Cpath fill='%23f68712' stroke='%23231f20' d='M16.7-22.12c.192.92.29 1.94.578 2.86.192.629.434 1.41 1.01 1.79 1.06.726 2.5 1.02 3.76 1.5.964.338 2.12.533 3.03 1.06.53.292 1.11.776 1.4 1.36.288.53.48 1.31.384 1.98-.096.58-.567 1.808-1.06 2.08-.472.26-1.06.823-1.69.823-.53 2.28-2.65 4.6-5.11 2.76-1.4 1.16-3.81 1.16-4.91-1.11 4.19-1.74 1.11-3.73 1.54-6.83l-3.66 2.76-.096-.533c-.194-2.04 1.73-1.79 2.55-2.71 1.01-1.45.386-1.89.192-2.76-.336-1.11-.885-2.145-.962-3.25-.092-1.313.314-2.044.913-3.181l.483-3.16z'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-6.348-39.647c.291 2.829-1.69 8.159-1.69 8.159s-1.322-3.348-1.609-3.766c-.286-.419-1.696-3.582-1.696-5.348m7.423 6.999c-2.247 3.37-2.489 7.288-1.718 9.953 2.158-2.027 2.73-4.997 2.73-4.997'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' d='M-18.073-17.065c-5.726 3.876-3.123 6.716-3.123 6.716s1.023 1.8 3.642.892'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' d='M-16.545-13.322s-2.059 4.928-.568 6.514c1.49 1.585 3.06-.558 3.06-.558s1.554-1.371.133-5.044'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-21.852-10.909l-1.878.496M18.1-13.5c4.657 6.173.506 9.217-3.067 6.02m4.237-7.307c7.556 2.236 3.525 11.144.624 7.62M70.865-90.13c3.05 0 6.168 2.514 7.889 2.894 1.9.42 2.696 1.127 6.983-.177m-54.956 4.006c3.766-2.609 8.532 2.266 8.532 2.266-2.516 1.14-5.306.668-8.454.125'/%3E%3Cpath fill='none' stroke='%23231f20' d='M28.594-77.188s4.515 1.516 6.406.844c1.89-.672 2.61-.547 2.61-.547s-.626-2.453-1.829-3.047c-1.203-.594-4.922-1.078-4.922-1.078'/%3E%3Cpath fill='none' stroke='%23231f20' d='M28.734-77.141s2.625 1.063 3.938 2.031c1.312.969 1.86 3.907 1.86 3.907s-2.438.39-4.188.656c-1.75.265-5.516-1.531-5.516-1.531s3.078.984 3.688 2.671c.609 1.688 1.078 3.75.78 4.563-.635-.474-1.75-1.219-2.874-1.156-1.125.062-2.02-.136-2.89-.594-.865-.455-3.103-2.35-3.103-2.35m19.337-14.671s7.077 4.135 8.598 4.356c1.521.22 4.715 1.101 6.102 1.211 1.388.11 3.546.86 3.546.86s-.871-2.64-3.815-5.196M-74.53-88.483s-2.115-.048-4.912 1.713c3.126.942 10.175 1.674 14.448 1.256 4.273-.419 11.052-1.877 11.052-1.877m10.215 1.201s-2.558 1.437-3.316 2.898c2.65-.102 3.769.308 5.615.002 2.939-.487 4.823-1.079 8.457-2.885m5.876 13.969s-1.905 1.017-3.681.686c-1.776-.332-2.929-1.413-2.929-1.413l2.575-.848m10.14 4.675s-1.695 2.29-3.193 2.687c-1.497.396-4.47-.969-5.418-1.674.575-.177 2.825-.827 2.825-.827'/%3E%3Cpath fill='%23fff' stroke='%23231f20' d='M-11.9-40.2c-3.03-.63-6.945-3.473-5.7-8.9 1.465-6.388 4.514-10.4-.5-15.7l6.2-5.6c4.87 2.91 7.28 3.73 11.9 0 4.62 3.73 7.03 2.91 11.9 0l6.2 5.6c-5.014 5.3-1.965 9.312-.5 15.7 1.245 5.427-2.67 8.27-5.7 8.9-3.01.63-9.88-1.51-11.9 4.5-2.02-6.01-8.89-3.87-11.9-4.5z'/%3E%3Cpath fill='%23fff' stroke='%23231f20' d='M-10.2-42.3c-2.54-.529-5.742-2.968-4.7-7.5 1.227-5.336 4.288-10.2.1-14.7l3.5-3.1c4.07 2.43 6.58 2.254 11.3-.3 4.72 2.554 7.23 2.73 11.3.3l3.5 3.1c-4.188 4.5-1.127 9.364.1 14.7 1.042 4.532-2.16 6.971-4.7 7.5-2.54.528-8.39-.73-10.2 3-1.81-3.73-7.66-2.472-10.2-3z'/%3E%3Cpath fill='%23231f20' d='M-3.726,-58.243 h -0.502 v -3.78 c -0.188,0.346 -0.404,0.599 -0.65,0.76 v -0.911 c 0.14,-0.092 0.284,-0.257 0.436,-0.5 a 2.37,2.37 0 0 0 0.31,-0.826 h 0.406 z m 0.75,-4.2 v -0.933 h 1.72 v 0.73 c -0.14,0.278 -0.284,0.674 -0.426,1.19 -0.146,0.513 -0.258,1.06 -0.336,1.65 -0.08,0.587 -0.12,1.12 -0.12,1.6 h -0.484 c 0.012,-0.742 0.086,-1.48 0.228,-2.22 0.138,-0.74 0.326,-1.41 0.564,-2.01 z m 4.25,-1 c 0.184,0.02 0.326,0.056 0.428,0.128 0.124,0.09 0.24,0.24 0.344,0.452 0.106,0.21 0.188,0.487 0.248,0.825 0.06,0.34 0.088,0.758 0.088,1.26 0,0.454 -0.03,0.847 -0.094,1.18 -0.062,0.334 -0.14,0.597 -0.236,0.794 a 1.146,1.146 0 0 1 -0.35,0.44 0.833,0.833 0 0 1 -0.428,0.145 v -0.873 a 0.62,0.62 0 0 0 0.206,-0.084 0.564,0.564 0 0 0 0.186,-0.237 c 0.05,-0.106 0.09,-0.274 0.122,-0.503 0.032,-0.227 0.048,-0.53 0.048,-0.903 a 6.44,6.44 0 0 0 -0.05,-0.917 1.628,1.628 0 0 0 -0.152,-0.53 0.527,0.527 0 0 0 -0.252,-0.254 C 1.356,-62.54 1.32,-62.54 1.274,-62.546 Z m -1.09,0 h 1.09 v 0.897 c -0.078,-0.02 -0.186,-0.016 -0.322,-0.016 h -0.24 v 3.47 h 0.562 v 0.873 l -1.09,0.016 z m 2.65,5.2 v -5.24 h 1.95 v 0.887 h -1.42 v 1.16 h 1.32 v 0.883 h -1.32 v 1.43 h 1.47 v 0.88 z m -13.43,6.5 v -5.24 h 0.514 l 1.07,3.5 v -3.5 h 0.494 v 5.24 H -9.05 l -1.06,-3.41 v 3.41 z m 3.81,-5.3 c 0.376,0 0.682,0.233 0.918,0.704 0.236,0.469 0.354,1.14 0.354,2 0,0.877 -0.124,1.56 -0.374,2.05 -0.22,0.436 -0.518,0.654 -0.894,0.654 h -0.004 v -0.903 h 0.004 c 0.206,0 0.38,-0.15 0.516,-0.45 0.136,-0.297 0.206,-0.755 0.206,-1.38 0,-0.606 -0.066,-1.06 -0.2,-1.35 -0.134,-0.291 -0.308,-0.435 -0.522,-0.435 h -0.004 z m -1.27,2.74 c 0,-0.623 0.056,-1.14 0.168,-1.54 0.112,-0.402 0.26,-0.704 0.442,-0.903 a 0.87,0.87 0 0 1 0.66,-0.296 v 0.903 c -0.214,0.002 -0.388,0.146 -0.522,0.44 -0.136,0.294 -0.204,0.746 -0.204,1.36 0,0.603 0.07,1.05 0.21,1.35 0.138,0.3 0.314,0.449 0.52,0.45 v 0.904 c -0.378,0 -0.68,-0.213 -0.9,-0.644 -0.25,-0.493 -0.374,-1.17 -0.374,-2.03 m 3.62,2.566 -0.936,-5.24 H -4.8 l 0.664,3.88 0.642,-3.88 h 0.562 l -0.938,5.24 z m 1.77,0 v -5.24 h 1.95 v 0.887 h -1.42 v 1.16 h 1.32 v 0.88 h -1.32 v 1.43 h 1.46 v 0.884 z m 2.439,0 v -5.24 h 0.79 l 0.478,3.57 0.472,-3.57 h 0.792 v 5.24 h -0.49 v -4.12 l -0.522,4.12 h -0.51 l -0.516,-4.12 v 4.12 z m 4.101,-5.2 h 0.008 c 0.286,0 0.488,0.044 0.604,0.128 0.116,0.086 0.214,0.237 0.296,0.454 0.078,0.215 0.118,0.46 0.118,0.736 0,0.25 -0.034,0.48 -0.102,0.684 -0.068,0.203 -0.156,0.354 -0.266,0.453 0.156,0.09 0.276,0.245 0.366,0.465 0.088,0.217 0.13,0.485 0.13,0.8 0,0.38 -0.056,0.702 -0.168,0.965 -0.112,0.26 -0.244,0.424 -0.396,0.487 -0.092,0.036 -0.288,0.058 -0.59,0.062 v -0.881 c 0.202,-0.002 0.334,-0.02 0.392,-0.054 0.062,-0.038 0.112,-0.11 0.154,-0.22 0.04,-0.105 0.062,-0.244 0.062,-0.41 0,-0.173 -0.024,-0.315 -0.066,-0.423 a 0.432,0.432 0 0 0 -0.178,-0.23 c -0.064,-0.035 -0.184,-0.055 -0.364,-0.06 v -0.874 c 0.116,0 0.19,0 0.224,-0.02 a 0.33,0.33 0 0 0 0.212,-0.188 0.947,0.947 0 0 0 0.076,-0.414 c 0,-0.154 -0.02,-0.28 -0.062,-0.376 -0.04,-0.096 -0.092,-0.156 -0.15,-0.182 -0.044,-0.02 -0.142,-0.026 -0.3,-0.032 z m -1.04,0 h 1.04 v 0.875 L 3.666,-56.07 H 3.36 v 1.21 h 0.35 l 0.164,-0.002 v 0.875 L 3.786,-53.989 H 3.36 v 1.4 h 0.514 v 0.88 l -0.15,0.003 H 2.832 Z m 3.71,0 h 0.05 c 0.286,0 0.49,0.048 0.612,0.14 0.122,0.094 0.222,0.257 0.3,0.489 0.078,0.233 0.118,0.513 0.118,0.835 0,0.41 -0.06,0.74 -0.18,0.99 -0.12,0.25 -0.29,0.407 -0.512,0.472 0.114,0.134 0.208,0.28 0.282,0.436 0.076,0.158 0.176,0.444 0.304,0.853 l 0.318,1.02 h -0.63 l -0.384,-1.14 a 9.718,9.718 0 0 0 -0.278,-0.764 v -1.12 c 0.16,0 0.264,-0.022 0.314,-0.048 0.066,-0.036 0.12,-0.106 0.16,-0.21 0.042,-0.105 0.062,-0.242 0.062,-0.417 0,-0.166 -0.02,-0.302 -0.062,-0.402 a 0.404,0.404 0 0 0 -0.166,-0.21 c -0.04,-0.02 -0.142,-0.031 -0.308,-0.035 z m -1.06,5.24 v -5.24 h 1.06 v 0.889 L 6.422,-56.056 H 6.008 v 1.33 h 0.394 l 0.142,-0.002 v 1.12 H 6.54 A 0.527,0.527 0 0 0 6.382,-53.823 C 6.328,-53.861 6.24,-53.881 6.118,-53.881 h -0.11 v 2.19 z m 3.84,-5.34 h 0.002 c 0.374,0 0.68,0.233 0.916,0.704 0.236,0.469 0.354,1.14 0.354,2 0,0.877 -0.124,1.56 -0.374,2.05 -0.22,0.436 -0.518,0.654 -0.894,0.654 H 9.324 v -0.903 h 0.004 c 0.206,0 0.38,-0.15 0.516,-0.45 0.136,-0.297 0.206,-0.755 0.206,-1.38 0,-0.606 -0.066,-1.06 -0.2,-1.35 -0.134,-0.291 -0.308,-0.435 -0.522,-0.435 H 9.324 Z m -1.27,2.74 c 0,-0.623 0.056,-1.14 0.168,-1.54 0.112,-0.402 0.26,-0.704 0.442,-0.903 a 0.87,0.87 0 0 1 0.66,-0.296 l 0.004,0.889 c -0.214,0.002 -0.392,0.16 -0.526,0.454 -0.136,0.294 -0.204,0.746 -0.204,1.36 0,0.603 0.07,1.05 0.21,1.35 0.14,0.3 0.31,0.45 0.516,0.453 v 0.9 c -0.378,0 -0.676,-0.212 -0.896,-0.643 -0.25,-0.493 -0.374,-1.17 -0.374,-2.03 m -13.91,3.866 c 0.184,0.02 0.326,0.056 0.43,0.128 0.124,0.09 0.238,0.24 0.342,0.452 0.104,0.213 0.188,0.487 0.248,0.825 0.06,0.34 0.09,0.758 0.09,1.26 0,0.454 -0.032,0.847 -0.096,1.18 a 3.08,3.08 0 0 1 -0.236,0.796 c -0.096,0.196 -0.212,0.34 -0.348,0.44 a 0.863,0.863 0 0 1 -0.43,0.159 v -0.89 a 0.604,0.604 0 0 0 0.206,-0.081 0.549,0.549 0 0 0 0.186,-0.237 c 0.05,-0.106 0.09,-0.274 0.122,-0.503 0.032,-0.23 0.048,-0.53 0.048,-0.903 a 6.44,6.44 0 0 0 -0.05,-0.917 1.58,1.58 0 0 0 -0.152,-0.53 0.519,0.519 0 0 0 -0.252,-0.254 c -0.026,-0.02 -0.062,-0.02 -0.108,-0.026 z m -1.09,0 h 1.09 v 0.9 c -0.078,-0.02 -0.186,-0.02 -0.322,-0.02 h -0.24 v 3.47 h 0.562 v 0.89 h -1.09 z m 2.65,5.3 v -5.24 h 1.95 v 0.887 h -1.42 v 1.16 h 1.32 v 0.883 h -1.32 v 1.43 h 1.47 v 0.88 z m 4.63,0 h -0.502 v -3.78 c -0.188,0.346 -0.404,0.599 -0.65,0.76 v -0.911 c 0.14,-0.092 0.284,-0.257 0.434,-0.5 a 2.32,2.32 0 0 0 0.312,-0.826 h 0.406 z m 1.61,-5.3 c 0.256,0 0.45,0.13 0.586,0.392 0.132,0.26 0.2,0.577 0.2,0.95 0,0.256 -0.032,0.478 -0.098,0.663 a 0.942,0.942 0 0 1 -0.266,0.428 c 0.152,0.118 0.262,0.286 0.336,0.503 0.074,0.213 0.112,0.479 0.112,0.794 0,0.324 -0.036,0.609 -0.11,0.857 -0.074,0.248 -0.174,0.436 -0.304,0.569 a 0.657,0.657 0 0 1 -0.456,0.194 v -0.806 h 0.01 c 0.102,0 0.188,-0.072 0.256,-0.22 0.07,-0.143 0.104,-0.361 0.104,-0.653 0,-0.25 -0.034,-0.447 -0.106,-0.591 -0.07,-0.144 -0.156,-0.22 -0.26,-0.22 H 1.944 v -0.803 c 0.09,0 0.166,-0.054 0.224,-0.164 0.06,-0.108 0.09,-0.265 0.09,-0.471 0,-0.196 -0.03,-0.35 -0.09,-0.46 -0.058,-0.11 -0.132,-0.164 -0.22,-0.164 H 1.944 Z m -0.416,2.43 a 0.954,0.954 0 0 1 -0.28,-0.428 2.039,2.039 0 0 1 -0.092,-0.654 c 0,-0.412 0.07,-0.74 0.212,-0.985 0.142,-0.243 0.334,-0.366 0.576,-0.366 v 0.796 c -0.09,0.002 -0.166,0.056 -0.224,0.166 -0.06,0.11 -0.09,0.263 -0.09,0.458 0,0.205 0.03,0.362 0.088,0.47 0.06,0.113 0.136,0.17 0.226,0.17 l 0.004,0.804 c -0.1,0.002 -0.188,0.069 -0.258,0.214 -0.072,0.146 -0.106,0.342 -0.106,0.585 0,0.28 0.036,0.497 0.108,0.65 0.072,0.146 0.164,0.228 0.262,0.234 l -0.01,0.806 c -0.244,0 -0.446,-0.155 -0.608,-0.435 -0.164,-0.286 -0.248,-0.674 -0.248,-1.16 0,-0.314 0.038,-0.585 0.114,-0.812 0.076,-0.225 0.184,-0.398 0.326,-0.517 m 2.446,-2.426 c 0.256,0 0.45,0.13 0.584,0.392 0.134,0.26 0.202,0.577 0.202,0.95 0,0.256 -0.034,0.478 -0.098,0.663 a 0.959,0.959 0 0 1 -0.266,0.428 c 0.15,0.118 0.262,0.286 0.336,0.503 0.074,0.213 0.112,0.479 0.112,0.794 0,0.324 -0.036,0.609 -0.112,0.857 a 1.354,1.354 0 0 1 -0.302,0.569 0.657,0.657 0 0 1 -0.456,0.194 v -0.806 h 0.01 c 0.102,0 0.188,-0.072 0.256,-0.22 0.07,-0.143 0.104,-0.361 0.104,-0.653 0,-0.25 -0.034,-0.447 -0.106,-0.591 -0.07,-0.144 -0.156,-0.22 -0.26,-0.22 H 3.974 v -0.803 c 0.09,0 0.164,-0.054 0.224,-0.164 0.06,-0.108 0.09,-0.265 0.09,-0.471 0,-0.196 -0.03,-0.35 -0.09,-0.46 -0.058,-0.11 -0.132,-0.164 -0.22,-0.164 H 3.974 Z m -0.418,2.43 a 0.968,0.968 0 0 1 -0.278,-0.428 2.035,2.035 0 0 1 -0.094,-0.654 c 0,-0.412 0.072,-0.74 0.214,-0.985 0.142,-0.243 0.334,-0.366 0.576,-0.366 v 0.796 c -0.09,0.002 -0.166,0.056 -0.224,0.166 -0.06,0.11 -0.09,0.263 -0.09,0.458 0,0.205 0.032,0.367 0.09,0.476 0.06,0.112 0.134,0.164 0.224,0.164 l 0.004,0.804 c -0.1,0.002 -0.188,0.069 -0.258,0.214 -0.072,0.146 -0.106,0.342 -0.106,0.585 0,0.28 0.036,0.497 0.108,0.65 0.072,0.146 0.164,0.228 0.262,0.234 l -0.01,0.806 c -0.244,0 -0.446,-0.155 -0.608,-0.435 -0.164,-0.286 -0.248,-0.674 -0.248,-1.16 0,-0.314 0.038,-0.585 0.114,-0.812 0.076,-0.225 0.184,-0.398 0.324,-0.517 m 2.408,2.074 c 0.102,-0.02 0.188,-0.108 0.254,-0.292 0.072,-0.192 0.116,-0.587 0.138,-1.18 -0.05,0.121 -0.121,0.233 -0.212,0.328 a 0.387,0.387 0 0 1 -0.18,0.1 v -0.726 h 0.002 c 0.096,0 0.176,-0.076 0.246,-0.225 0.066,-0.148 0.1,-0.376 0.1,-0.676 0,-0.328 -0.038,-0.58 -0.112,-0.756 -0.072,-0.162 -0.15,-0.25 -0.236,-0.263 v -0.835 c 0.264,0 0.482,0.205 0.652,0.613 0.174,0.408 0.26,1.09 0.26,2.03 0,0.96 -0.09,1.66 -0.27,2.08 -0.168,0.394 -0.382,0.605 -0.642,0.63 z m -0.792,-0.475 0.488,-0.108 c 0.022,0.39 0.118,0.585 0.284,0.585 h 0.02 v 0.827 H 5.91 c -0.196,0 -0.362,-0.106 -0.49,-0.32 -0.128,-0.213 -0.21,-0.543 -0.248,-0.985 m 0.792,-0.567 H 5.882 c -0.198,0 -0.374,-0.156 -0.528,-0.47 -0.154,-0.311 -0.23,-0.725 -0.23,-1.24 0,-0.552 0.08,-0.986 0.242,-1.3 0.162,-0.315 0.36,-0.476 0.598,-0.476 v 0.835 H 5.94 c -0.092,0 -0.17,0.072 -0.232,0.217 -0.06,0.144 -0.092,0.386 -0.092,0.724 0,0.338 0.034,0.585 0.102,0.742 0.068,0.156 0.152,0.239 0.248,0.24z'/%3E%3C/g%3E%3Cg id='barrete' stroke='%23231f20'%3E%3Cpath fill='%23ed1c24' d='M1.471-152.11c-.77-.29-1.5-.723-2.153-1.193-.858-.62-1.508-1.532-2.518-1.632-1.49-.192-3.18.048-4.62.483-.82.243-1.59 1.02-2.02 1.75-.722 1.16-1.16 2.61-1.59 3.87-.672 2.13-1.11 4.46-1.92 6.54-.436 1.11-1.21 2.18-1.88 3.2-.674 1.02-2 1.8-2.36 3.05-.647 2.23.762 4.812 2.36 6.142 1.77 1.47 3.811 2.577 5.88 3.4l3.76 1.23 2.205-6.797 13.696 4.766 3.145 10.955 3.784.654c5.08 2.03 6.41-3.82 6.5-5.04.09-1.22-1.61-6.6-2.07-9.93-.359-2.59.062-5.26-.338-7.84-.377-2.44-1.74-4.65-2.02-7.02-.347-2.95.866-6.25 0-8.96-1.78-5.47-5.01-7.6-8.91-10.7-4.96-4.5-14-4.94-15.6-4.6-1.64.34-7.18 2.52-7.47 8.57-.288 6.1 5.25 6.49 7.66 6.15 2.313-.483 5.11-3.38 10.6-2.47-5.488-.918-7.53 1.647-10.6 2.47 3.803-.435 3.47 3.05 9.624 3.646-1.653-.253-2.256-.384-3.145-.694z'/%3E%3Cpath fill='none' stroke-linecap='round' d='M9.46-132.728s4.08 1.668 5.36 2.478c1.28.81 7.16 4.26 8.03 5.3m-12.71-9.45c4.77 1.52 10.3 6.55 10.3 6.55l2.09 1.7M11.9-135.4s8.3 4.23 10.4 7.73m-10.6-8.73s7.16 3.87 9.88 7.4m-8.48-8.4s6.88 4.6 8.78 7.79m-8.28-8.79s5.43 2.68 8 7.17m-6.8-8.17c1.33.508 4.48 2.84 6.66 6.67m-7.06-8.67s6.39 3.61 7.07 7.29M9.96-145.4s6.65 4.38 7.91 5.7c1.26 1.32 3.02 2.55 3.48 3.78m-11.28-12.03s6.48 4.14 7.36 5.5c.88 1.36 3.54 3.05 4.02 4.67M10-149.4s3.74 2.1 5.28 3.53c1.54 1.43 4.32 2.98 5.38 6.23M12-150.4s5.13 2.43 8.11 7.78m-7.01-8.78s5.58 4.29 6.36 6.8m-7.06-9.8l6.8 7.17m-7.4-9.17s6.62 5.41 7.45 8.55M13.3-160.4s3.83 3.45 5.3 6.32c.767 1.49.97 2.47.97 2.47m-6.77-6.79c4.11 2.85 6.47 8.47 6.47 8.47m-6.97-7.47c4.66 3.09 7.17 7.95 7.17 7.95'/%3E%3Cpath fill='%23231f20' d='M13.859-126c2.345.838 4.697 2.383 6.547 4.473.5.565.558 2.83.182 3.31-.508.65-1.53.619-3.55.249-2.4-.433-4.36-1.09-4.36-1.09l-2.367-8.243s1.658.626 3.548 1.301zM-5.098-126.79c-2.548-1.003-5.66-1.917-7.632-3.5-.806-.647-1.73-1.65-2.07-2.71-.144-.533.144-1.36.626-1.6.82-.434 1.98-.434 2.89-.338 2.708.855 5.142 1.928 7.899 2.87z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
} 
.icone.PE{
	background-image: url("data:image/svg+xml,%3Csvg width='112' height='74' version='1.1' viewBox='0 0 540 360' xmlns='http://www.w3.org/2000/svg'%3E%3C!-- 1 unidade = 9 pixels --%3E%3Cpath id='faixa_azul' fill='%233155A4' d='M0 0h540v216H0z'/%3E%3Cpath id='arco_vermelho' d='M69 270 A 129 129 202.5 0 1 471,270' style='fill:none;' stroke-width='12' stroke='%23C34342'/%3E%3Cpath id='arco_amarelo' d='M81 270 A 117 117 202.5 0 1 459,270' style='fill:none;' stroke-width='12' stroke='%23FFB511'/%3E%3Cpath id='arco_verde' d='M93 270 A 105 105 202.5 0 1 447,270' style='fill:none;' stroke-width='12' stroke='%2300AD4A'/%3E%3Cpath id='faixa_branca' fill='%23fff' d='M0 216h540v144H0z'/%3E%3Cpath id='cruz' d='M270 243v90m-27-58.5h54' stroke-width='12' stroke='%23C34342' fill='none'/%3E%3Cpath id='sol' fill='%23FFB511' d='m 270,126 2.93684,9.19249 5.21596,-8.11915 0.45758,9.63937 7.13962,-6.49251 -2.05287,9.42935 8.57673,-4.42341 -4.42341,8.57673 9.42935,-2.05287 -6.49251,7.13962 9.63937,0.45758 -8.11915,5.21596 9.19249,2.93684 -9.19249,2.93684 8.11915,5.21596 -9.63937,0.45758 6.49251,7.13962 -9.42935,-2.05287 4.42341,8.57673 -8.57673,-4.42341 2.05287,9.42935 -7.13962,-6.49251 -0.45758,9.63937 -5.21596,-8.11915 L 270,189 l -2.93684,-9.19249 -5.21596,8.11915 -0.45758,-9.63937 -7.13962,6.49251 2.05287,-9.42935 -8.57673,4.42341 4.42341,-8.57673 -9.42935,2.05287 6.49251,-7.13962 -9.63937,-0.45758 8.11915,-5.21596 L 238.5,157.5 l 9.19249,-2.93684 -8.11915,-5.21596 9.63937,-0.45758 -6.49251,-7.13962 9.42935,2.05287 -4.42341,-8.57673 8.57673,4.42341 -2.05287,-9.42935 7.13962,6.49251 0.45758,-9.63937 5.21596,8.11915z' /%3E%3Cpath id='strela' fill='%23FFB511' d='M270 18 l8.77283 27-22.96757-16.686918 h28.38948 l-22.96757 16.686917z'/%3E%3C/svg%3E");
} 
.filial h3 {
	float: left;
	margin: 5px 0 0;
}
.filial p {
	padding-top: 15px;
	padding-bottom: 5px;
}
.fone_sac {
	position: relative;
	text-align: center;
}
.icone.icon_sac {
	width: 34px;
	height: 33px;
	background-position: -133px -26px;
	display: block;
	float: left;
	margin: 2px 0 0 -2px;
}
.fone_sac .strong_sac {
	width: 115px;
	margin: 0 auto;
}
.fone_sac .strong_sac > strong {
	font-family: 'Antenna Black';
	font-size: 3.333em;
	line-height: 1em;
	color: #003145;
	float: left;
}
.fone_sac .num_fone {
	color: #8c9aa3;
	font-size: 2em;
	line-height: 1em;
	font-family: 'Antenna Light';
	margin-top: 10px;
}
.fone_sac h5 {
	color: #8c9aa3;
	margin-top: 5px;
}
.fone_sac .sac_site {
	padding: 0 40px;
	background: #00b6f0;
	margin-top: 28px;
	float: left;
	color: #6fd3f3;
	font-size: 1.166em;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.icone.pin {
	width: 8px;
	height: 11px;
	background-position: -82px -30px;
	margin-right: 8px;
}
.direitos {
	color: #758189;
	font-size: 12px;
	text-align: center;
}
.direitos hr {
	border-top: 2px solid #e74d3d;
	width: 70px;
	margin-top: 0;
	margin-bottom: 30px;	
}
.doisop {
	width: 40px;
	height: 40px;
	background-position: -62px -52px;
	display: block;
	margin: 2em auto;
}
.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe,
.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}
.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {
	height: 110px !important;
}
.face-like {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
	margin: 12px auto 45px;
	max-width: 500px;
}

.text-azul-dark{
	color: #06193D !important;
}

.mt-2{
	margin-top: 2rem;
}

.mt-4{
	margin-top: 4rem;
}

/**************************************************************************************************************************************/
/* INDEX */
#empresa {
	margin-bottom: 4em;
	padding-top: 2rem;
}

#empresa p{
	font-size: 16px;
}

#empresa img {
	margin: 0 auto;
}

#empresa .btn{
	margin-top: 2rem;
}

#empresa h1 {
	text-transform: initial;
	font-size: 26px;
	max-width: 460px;
}
#carrier {
	width: 100%;
	background: #f4f5f6;
}
.icone.carrier {
	position: absolute;
	top: -70px;
	left: 50%;
	margin-left: -77px;
	width: 144px;
	height: 60px;
	background-position: -50px -92px;
}
.carrier_width {
	max-width: 350px;
	position: relative;
	margin: 0 auto;
}
#carrier h2 {
	margin-top: 50px;
	margin-bottom: 10px;
	text-transform: uppercase;
    font-size: 3em;
    color: #003145;
    font-family: 'Antenna Light';
    line-height: 1em;
}


#trintaanos h2, #carrier-new h2{
	font-family: 'Antenna Black';
	font-size: 26px;
}

#trintaanos p, #carrier-new p{
	font-size: 16px;
}

#trintaanos p{
	margin: 2rem 0;
}

#trintaanos{
	padding: 4rem 0 3rem;
}
	
/**************************************************************************************************************************************/
/* INTERNAS */
.header-int{
	padding-top: 3em;
	padding-bottom: 3em;
	background: #efefef;
	text-align: center;
}
.header-int h1{
	font-size: 3.333em;
	margin: 0;
}
.header-int span.line {
    border-bottom: 2px solid #01bdf5;
    display: block;
    margin: 32px auto 28px auto;
    width: 100px;
}
.breadcrumb-int a{ 
	color:#878787;
}
.breadcrumb-int span{
	background: url(../images/front_end/sprite.png) -103px -54px no-repeat;
	width: 4px;
	height: 10px;
	display: inline-block;
	margin: 0 13px;
}
#voltar{
	border-top: 1px solid #ededed;
	padding-top: 60px;
	min-height: 150px;	
}
#voltar .bt-voltar{
	display: block;
	margin: 0 auto;
	width: 140px;
	color:#8c9aa3;
	text-decoration: none;
}
#voltar .bt-voltar:hover{
	font-size: 1.1em;
}
#voltar .bt-voltar i{
	float: left;
    height: 25px;
    margin: 3px 16px 0 0;
    width: 10px;
	background: url(../images/front_end/sprite.png) -141px -65px no-repeat;
}
#voltar .bt-voltar:hover i{
	margin-right: 24px;
	margin-left: -8px;
	margin-top: 5px;
}

/**************************************************************************************************************************************/
/* SOBRE  */
.visually-hidden{
	visibility: hidden;
}

.mb-2{
	margin-bottom: 2rem;
}

.banner-interno-new{
	background-size: cover;
	margin: -3rem 0 0;
}

.bg-sobre-new{
	background: url(../images/front_end/banner-sobre.jpg) center center no-repeat;
	background-size: cover;
}

#sobre-new p{
	font-size: 16px;
}

#sobre-new .carta-new{
	margin-top: 2rem;
	padding-bottom: 1rem;
}

#sobre-new .carta-new h2{
	font-size: 26px;
}

#sobre-new .owl-carousel{
	padding-bottom: 5rem;
}

#sobre-new .owl-nav{
	display: flex;
	justify-content: space-between;
	font-size: 8rem;
}

#sobre-new .owl-nav div:hover{
	color: #0063FF;
}


.banner-sobre{
	background-color: #00b6f0;
}
.bg-sobre{
	background: url(../images/front_end/sobre.jpg) left top no-repeat;
	min-height: 400px;
	margin: 0 -15px;
}
#carousel-sobre{
	margin: 0 -15px;
}

#carousel-sobre .carousel-inner>.item.prev, 
#carousel-sobre .carousel-inner>.item.active.left {
	left: 0;
	-webkit-transform:inherit;
	transform:inherit;
}
#carousel-sobre .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
   left: 0;
   width: 100%;
   height: 100%;
}
#carousel-sobre .carousel-inner {
  height: 400px;
}
#carousel-sobre .active {
  top: 0;
}
#carousel-sobre .next {
  top: 400px;
}
#carousel-sobre .prev {
  top: -400px;
}
#carousel-sobre .next.left,
#carousel-sobre .prev.right {
  top: 0;
}
#carousel-sobre  .active.left {
  top: -400px;
}
#carousel-sobre .active.right {
  top: 400px;
}
#sobre{
	padding-top: 0;
}
#sobre h1{
	position: relative;
	z-index: 100;
	font-size: 3.333em;
}
#sobre h1 strong{
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 100;
    padding-right: 15px;
}
#sobre h1 span{
    border-bottom: 2px solid #01bdf5;
    display: block;
    width: 100%;
    position: absolute;
    top:20%;
    z-index: 10;
}
.carta{
	border-bottom: 1px solid #e1eaed;
	margin-top: 35px;
	padding-bottom: 20px;
}
.carta h2{
	font-size: 1.667em;
	color:#003145;
	text-transform: uppercase;
	font-family: 'Antenna Black';
}
.manual-marca {
	padding-top: 30px;
}
.manual-marca div,
.manual-marca img{
	float: left;
	margin-bottom: 80px;
}
.manual-marca div{
	padding: 50px 0 0 24px;
}
.manual-marca div a{
	font-size: 1.417em;
}
.manual-marca div a span{
	color:#e74c3c;
}
.embed-resp-sobre {
	margin: 30px 0 35px;
}

/**************************************************************************************************************************************/
/* FALE CONOSCO  */
#fale-conosco h2{
	font-size: 2.3em;
	color: #003145;
	font-family: 'Antenna Light';
	line-height: 1em;
	margin: 1em 0;
}
#fale-conosco h2 strong {
	font-family: 'Antenna Black';
}
.fale-trabalhe{
	text-align: center;
	margin-bottom: 30px;
	display: block;
}
.fale-trabalhe a{
   	border: 1px solid #d4d4d4;
   	border-bottom: 2px solid #3ebbee;
   	font-size: 1.25em;
    display: inline-block;
    padding: 19px 0 17px 0;
    width: 33.333%;
    margin-top: -1px;
    -webkit-transition: all .35s;
		transition: all .35s;
}
.fale-trabalhe a:hover,
.fale-trabalhe a.active{
	text-decoration: none;
	background-color: #003246;
	border-color: #003145;
	color:#fff;
}
#map {
    width: 100%;
    height: 450px;
	margin: 4.5em 0 0;
}
#fale-conosco .eng-input input,
#fale-conosco textarea,
#fale-conosco #btn-estado{
	font-size: 1em;
	color:#878787;
	width: 100%;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	border: 1px solid #d4d4d4;
	padding: 16px 20px;
	-webkit-box-shadow: inset 4px 4px 5px -7px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 4px 4px 5px -7px rgba(0,0,0,0.2);
	box-shadow: inset 4px 4px 5px -7px rgba(0,0,0,0.2);
	margin-top: 18px;
}
#fale-conosco form{
	padding-top: 18px;
}
#fale-conosco textarea{
	min-height: 150px;
}
#fale-conosco button[type="submit"]{
	width: 100%;
	border: none;
	background-color: #003145;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	font-size: 1.500em;
	color: #fff;
	padding: 12px 0;
	margin: 25px 0 15px 0;
}
#fale-conosco #btn-estado{
	text-align: left;
	background-color: #fff;
}
::-webkit-input-placeholder {
color: #878787;
}
:-moz-placeholder {
color: #878787;
}
::-moz-placeholder {
color: #878787;
}
:-ms-input-placeholder {
color: #878787;
}
.eng-input {
	position: relative;
}
.eng-input .ast-required{
	position: absolute;
	top: 38px;
	right: 13px;
}
.wrap-curriculo .ast-required {
	right: 85px;
	position: absolute;
	top: 20px;
}
.ast-required{
	background: url(../images/front_end/sprite.png) -108px -55px no-repeat;
	display: inline-block;
	width: 8px;
	height: 8px;
}
.jcombo .dropdown-menu{
	max-height: 250px;
	overflow: scroll;
}
.jcombo .dropdown-menu > li > a {
	text-align: left;
	padding-left: 22px !important;
	background: #fff;
	font-size: 0.833em;
	line-height: 1em;
	color: #999;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}
.jcombo .dropdown-menu > li > a:hover,
.jcombo .dropdown-menu > li > a:focus {
	background: #29c8fb;
	color: #fff;
}
#btn-estado .ast-required {
    position: absolute;
    right: 52px;
    top: 39px;
}
#btn-estado .seta-down-sel{
	background: url(../images/front_end/sprite.png) -82px -24px no-repeat;
	display: inline-block;
	width: 14px;
	height: 6px;
	position: absolute;
	right: 15px;
	top:40px;
}
#btn-estado .divisao {
    border-left: 1px solid #d4d4d4;
    bottom: 0;
    height: 49px;
    position: absolute;
    right: 41px;
}

/**************************************************************************************************************************************/
/* UNIDADES */
#unidades{
	background: url(../images/front_end/bg-unidades.jpg) center top no-repeat;
	position: relative;
}
#unidades .line-dv{
	position: absolute;
	left: 0;
	top:290px;
	width: 100%;
	border-bottom: 1px solid #dce1e5;
}
#unidades h6 {
    color: #c0c8cf;
    font-family: "Antenna Light";
    font-size: 3.667em;
    line-height: 1em;
    margin: 70px 0 25px;
    text-transform: uppercase;
}
.box-unidade {
    display: inline-block;
    padding: 3em 0;
    width: 100%;
}
.box-unidade a {
    color: #003145;
    font-family: "Antenna Light";
    font-size: 2.333em;
    line-height: 1.1em;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    outline: 0;
}
.box-unidade a:hover,
.box-unidade a:focus {
	text-decoration: none;
}
.box-unidade a span{
	width: 66px;
	height: 66px;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;
	background-color: #fff;
	border: 2px solid #d2dee7;
	float: left;
	margin-right: 18px;
	margin-top: -3px;
}
.box-unidade a:hover span,
.box-unidade a:focus span,
.box-unidade a.active span{
	border: 2px solid #00b6f0;
}
.box-unidade .icone {
    margin: 18px 0 0 12px;
	background-size: contain;
	background-repeat: no-repeat;
	width: 3.7rem;
	height: 2.6rem;
	display: block;
	background-position: center;
}
.box-unidade .icone.SC{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='102' height='74' viewBox='-418 -304 836 608'%3E%3Crect x='-418' y='-304' width='836' height='608' fill='%23ED1C24' /%3E%3Crect x='-418' y='-101.3333' width='836' height='202.6666' fill='%23fff' /%3E%3Cpath fill='%23A6CE39' d='M-342,0 0-228 342,0 0,228z'/%3E%3Cg id='brasao'%3E%3Cdefs%3E%3Cpath id='C' d='M-3.95-2.4c.681-1.5 1.7-2.49 3.2-3.3.836-.451 1.31-.5 1.9-.5.571 0 1.04.387 1.4.6.293.173.599.216.921.225.322.009.431-.027.479-.025.198.008.377.168.5.4.299.565.3.99.3 1.6 0 1.39-.632 2.8-1.3 2.8-.316 0-.42-.103-.6-.3-.35-.384-.453-.901-.6-1.3-.124-.337-.302-.697-.6-1-.527-.536-1.17-.581-1.7-.4-.604.207-.88 1.02-1.1 2.2-.245 1.32.118 3.27.5 3.8.429.596 1.06.723 1.7.8.697.084 1.31-.295 1.8-.8.203-.21.306-.341.5-.3.443.095.465.474.4.8-.166.833-.491 1.46-1.1 2-1.01.893-2.07 1.3-3.3 1.3-.545 0-1.39 0-1.9-.4-1.34-1.05-2.2-2.86-2.2-4.6 0-1.46.334-2.58.8-3.6z'/%3E%3Cpath id='.' d='M.05 3.6c1 0 1.3.653 1.3 1.2 0 .751-.574 1.31-1.3 1.3-1.14-.01-1.4-.635-1.4-1.36 0-.78.687-1.14 1.4-1.14z'/%3E%3Cpath id='N' d='M-3.85-3c0-.37 0-.5-.1-.7-.24-.36-.5-.6-.8-.82-.1-.08-.1-.28-.1-.48 0-.278.14-.45.37-.69.23-.26.65-.41 1.23-.41h.8c.352 0 .718.343.99.67l3.11 3.74s.29.39.5.388c.22 0 .3-.18.3-.53v-1.7c0-.4 0-.5-.3-.7-.31-.2-.66-.5-.66-1 0-.968 1.07-.968 1.86-.968.784 0 1.6 0 1.6 1 0 .675-.318.805-.6.971-.282.163-.3.276-.3.7v7.6c0 1.06-.152 1.92-.5 1.92-.239 0-.59-.52-.974-.982L-.914.799c-.172-.208-.44-.507-.61-.508-.164 0-.33.274-.33.708v2.4c0 .48.14.468.5.697.35.222.597.527.6.803 0 1.1-.988 1.1-2.1 1.1s-2.1 0-2.1-1.1c0-.33.57-.692.7-.8.37-.315.4-.327.4-.7z'/%3E%3Cpath id='S' d='M2.7,-5.8 c 0.5,0.19 0.58,0.2 0.9,0.2 0.32,0 0.47,-0.074 0.6,0.1 0.29,0.39 0.326,0.9 0.5,1.4 0.1,0.29 0.2,0.548 0.2,0.8 0,0.9 -0.5,1.5 -1.1,1.5 C 3.6,-1.8 3.3,-1.9 3.1,-2.2 2.87,-2.486 2.751,-2.721 2.5,-3.1 2.113,-3.682 1.775,-3.818 1.215,-3.894 0.718,-3.961 0.204,-3.675 0.1,-3 0.037,-2.62 0.244,-2.25 0.6,-2.1 2.24,-1.427 3.79,-0.64 4.1,0.5 4.48,1.76 4.269,2.78 3.7,3.8 2.52,5.91 1.06,6.2 -0.9,6.2 -1.92,6.2 -2.745,6 -3.5,5.8 -4,5.7 -4.49,5.325 -4.7,4.806 -4.834,4.482 -4.9,2.8 -4.9,2 c 0,-0.74 0.4,-0.8 0.7,-0.8 0.349,0 0.646,0.288 0.8,0.9 0.336,1.32 1.18,1.76 2.2,2 C -0.317,4.306 -0.05,3.919 0.1,3.4 0.196,3.07 -0.034,2.607 -0.185,2.506 -0.954,1.992 -1.81,1.48 -2.5,0.9 -3.58,-0 -4,-1.3 -4,-2.4 c 0,-0.622 0.386,-1.39 1.2,-2.3 0.814,-0.91 2.13,-1.5 3.6,-1.5 0.713,0 1.43,0.211 1.9,0.4z'/%3E%3Cpath id='E' d='M-3.12-3.4c.027-.326-.01-.506-.15-.7-.109-.151-.222-.149-.48-.285-.26-.137-.369-.271-.32-.515.122-.602.522-.932 1.3-.95l5.25-.1c.474-.01.955-.042 1.35-.15.43-.118.65-.2.75-.2.231 0 .453.174.58.4.25.444.293.786.293 1.2 0 .578-.092 1.12-.376 1.52-.142.198-.315.334-.567.334-.52 0-.638-.58-.83-.85-.1-.14-.263-.362-.583-.475a3.744 3.744 0 0 0-1.44-.156c-.501.051-.948.154-1.32.346-.136.07-.187.256-.203.388-.087.723-.185 1.55-.286 2.31-.016.152.03.256.123.286.392.128.85.035 1.14-.11.308-.152.328-.477.406-.776.087-.333.185-.562.252-.69.09-.173.275-.28.547-.316.32-.041.576.25.629.77.053.524-.063 1.23-.138 1.79-.235 1.77-.652 2.74-1.3 2.73-.217-.004-.377-.203-.398-.594-.025-.458.027-.742-.084-.98C.756.25.115.527-.155.806c-.108.11-.163.333-.228.539-.245.779-.249 1.54-.267 2.38-.013.596.48.705 1.3.679.821-.026 1.43-.174 1.75-.384.717-.464 1.09-1.15 1.51-1.84.2-.334.354-.384.634-.38.474.008.675.343.558 1.12-.178 1.03-.69 1.86-1.2 2.69-.153.25-.364.5-.47.5-.153 0-.299-.048-.557-.08-2.21-.214-4.57-.078-6.09-.02-1.26.05-1.64.1-1.91.1-.236.006-.314-.26-.314-.5 0-.527.237-.642.427-.75.488-.274.748-.601.8-.95z'/%3E%3Cpath id='O' d='M4.1 3.6c.728-1.15 1-2.07 1-3.6 0-1.29-.4-3.01-1.2-4.1C2.84-5.55 1.65-6.2 0-6.2c-1.85 0-3.25 1.16-4.1 2.5-.654 1.03-1 2.49-1 3.7 0 1.41.008 2.52.7 3.7.978 1.67 2.19 2.5 4 2.5 1.97 0 3.54-1.08 4.5-2.6zM-1.8 0c.049-.847.151-2.12.5-2.9.331-.743.803-1 1.4-1 .954 0 1.27 1.64 1.4 2.6.16 1.2.02 2.42-.3 3.6-.273 1-.896 1.89-1.6 1.9-1.37 0-1.47-2.8-1.4-4.2z'/%3E%3Cpath id='D' d='M-5.55,4.62 c -0.076,0.213 0.023,0.468 0.098,0.682 0.051,0.145 0.073,0.315 0.2,0.4 0.242,0.161 0.602,0.084 0.891,0.11 1.44,0.134 2.86,0.388 4.31,0.39 1.63,0 3.04,-0.268 4,-1.07 1.25,-1.04 1.8,-2.9 1.8,-5.13 0,-1.33 -0.38,-2.5 -1.2,-3.7 -0.989,-1.45 -2.34,-2 -3.9,-2.25 -1.12,-0.18 -2.27,-0.25 -3.4,-0.25 -0.886,0 -2.05,0.023 -2.5,0.1 -0.214,0.037 -0.5,0.26 -0.5,0.6 0,0.57 0.204,0.676 0.5,0.9 0.173,0.13 0.29,0.209 0.4,0.4 0.138,0.237 0.165,0.528 0.2,0.8 0.27,2.09 0.427,4.21 0.15,6.3 -0.046,0.349 -0.078,0.76 -0.272,1.05 -0.115,0.173 -0.322,0.262 -0.478,0.398 -0.1,0.088 -0.253,0.142 -0.298,0.269 z m 4.3,-8.22 c 0,-0.206 0.121,-0.401 0.3,-0.5 0.191,-0.106 0.495,-0.074 0.7,0 0.53,0.19 0.98,0.534 1.3,1 0.676,0.985 0.991,2.27 1,3.47 C 2.058,1.52 1.819,2.77 1.15,3.7 0.96,3.965 0.664,4.164 0.35,4.25 0.054,4.332 -0.29,4.364 -0.55,4.2 a 0.909,0.909 0 0 1 -0.4,-0.7z'/%3E%3Cpath id='A' d='M-3.5,6.2 c 0.9,0 1.9,0 1.9,-0.8 C -1.6,5.158 -1.631,4.982 -1.7,4.838 -1.787,4.656 -1.965,4.645 -2.071,4.472 -2.198,4.266 -2.283,4.024 -2.2,3.8 -2.109,3.554 -1.886,3.205 -1.6,3.2 h 2 C 0.9103772,3.2 1.059,3.5412799 1.059,3.749 1.05147,3.9003761 1.002335,4.0467428 0.917,4.172 0.771,4.386 0.6,4.499 0.4,4.699 c -0.2,0.2 -0.2,0.512 -0.2,0.8 0,0.7 1.4,0.699 2.6,0.7 1.4,0 2.6,0 2.6,-1.4 C 5.4,4.499 5.151,4.417 5.028,4.245 4.749,4.084 4.566,3.849 4.5,3.599 l -2.1,-7.9 c -0.142,-0.533 -0.472,-1.01 -0.9,-1.4 -0.338,-0.352 -0.6,-0.5 -1.1,-0.5 -0.3,0 -0.574,0.157 -0.8,0.3 -0.19,0.121 -0.292,0.313 -0.4,0.5 -0.114,0.198 -0.143,0.383 -0.2,0.6 -0.118,0.449 -0.103,0.946 -0.2,1.4 -0.073222,0.3082716 -0.173615,0.6094492 -0.3,0.9 l -2.68,6.55 c -0.05,0.123 -0.095,0.291 -0.223,0.352 -0.698,0.335 -1,0.659 -1,1 0,0.8 1.12,0.767 1.9,0.8 z m 2.6,-5.1 c -0.133,0 -0.26,-0.194 -0.281,-0.313 -0.108,-0.622 0.615,-1.65 0.681,-1.79 0.1,-0.2 0,-0.4 0.2,-0.4 0.3,0 0.411,0.338 0.5,0.5 0.279,0.509 0.292,1.09 0.4,1.6 0.046,0.217 -0.08,0.4 -0.2,0.4z'/%3E%3Cpath id='R' d='M-3.9 3.6c0 .4-.22.7-.45.9-.241.232-.55.301-.55.6 0 1.1 1 1.1 2.4 1.1s2.4 0 2.4-1.1c0-.3-.3-.4-.5-.6-.262-.262-.4-.5-.4-.9V1.5c0-.376.1-.7.4-.7.5 0 .73.6.9 1 .383.9.182 1.9.4 2.7.191.7.305.94.7 1.3.439.4.8.4 1.6.4 1.3 0 1.9 0 1.9-1.1 0-.4-.448-.4-.7-.6-.126-.1-.27-.2-.3-.5-.1-1-.28-2.2-.6-3a1.16 1.16 0 0 0-.5-.6c-.346-.2-.6-.334-.6-.5 0-.359.606-.709.9-1.2.3-.5.403-1.3.4-1.6 0-.9 0-1.6-.6-2.2C1.8-6.2.44-6.2-.96-6.2c-.724 0-1.44 0-2.14.102-.478.07-.9.098-1.3.298-.269.135-.297.3-.3.7-.002.3.107.296.2.4.266.3.6.6.6.9zm2.96-4.97l-.006-2.44c0-.49.248-.636.462-.635.785.003.854 1.15.854 1.75 0 .898-.268 1.68-.998 1.68-.17 0-.31-.178-.31-.348z'/%3E%3Cpath id='T' d='M1.8,-6c0.47,-0.054 0.931,-0.2 1.4,-0.2 0.259,0 0.53,0.204 0.8,0.7 0.424,0.781 0.8,1.86 0.8,2.7 0,0.414 -0.006,0.758 -0.2,1 A 0.779,0.779 0 0 1 4,-1.5 C 3.421,-1.5 2.96,-1.847 2.8,-2.5 2.672,-3.036 2.64,-3.392 2.1,-3.6 1.868,-3.69 1.614,-3.331 1.6,-2.7 V 2.95 C 1.633,3.629 1.727,3.833 2,4.05 2.307,4.295 2.95,4.514 2.95,5.1 2.95,5.667 2.73,5.898 2.3,6 1.607,6.184 0.86,6.2 0,6.2 -0.86,6.2 -1.61,6.184 -2.3,6 -2.73,5.898 -2.95,5.667 -2.95,5.1 -2.95,4.514 -2.307,4.295 -2,4.05 -1.727,3.833 -1.633,3.629 -1.6,2.95 V -2.7 c -0.015,-0.631 -0.268,-0.99 -0.5,-0.9 -0.54,0.208 -0.572,0.564 -0.7,1.1 -0.156,0.653 -0.621,1 -1.2,1 a 0.777,0.777 0 0 1 -0.6,-0.3 c -0.194,-0.242 -0.2,-0.586 -0.2,-1 0,-0.845 0.376,-1.92 0.8,-2.7 0.27,-0.496 0.541,-0.7 0.8,-0.7 0.469,0 0.931,0.146 1.4,0.2z'/%3E%3Cpath id='I' d='M-1.6-3c0-.68-.127-.883-.4-1.1-.307-.245-.9-.4-.9-1 0-1.1 1.4-1.1 2.9-1.1s2.9 0 2.9 1.1c0 .6-.593.755-.9 1-.273.217-.4.42-.4 1.1v6c0 .68.127.883.4 1.1.307.245.9.4.9 1 0 1.1-1.89 1.1-2.9 1.1-1.5 0-2.9 0-2.9-1.1 0-.6.593-.755.9-1 .273-.217.4-.42.4-1.1z'/%3E%3Ccircle id='cafe' r='4' fill='%23ed1c24' stroke='%23231f20'/%3E%3C/defs%3E%3Cg id='suportes' stroke='%23231f20'%3E%3Cg id='ramos' fill='%2300a650'%3E%3Cpath d='M109-65.1c-1.35-4.02-2.7-8.04-4.05-12.1-1.01-4.07-3.85-8.57-6.07-11.5-2.21-2.95-3.18-4.6-4.86-6.78-1.4.243-2.79.485-4.19.68 1.59 1.6 3.13 3.2 4.67 4.75 6.41 4.07 8.57 14.4 11.6 22.6.578 1.94 1.16 3.83 1.69 5.76.432-1.16.82-2.28 1.2-3.39m1.51 12.518C107.51-75.162 89.7-77.6 83.3-81.7c1.4 7.22 1.4 12.3 6.11 19.5 4.71 7.2 7.588 13.06 13.287 14.7z'/%3E%3Cpath d='M104-73c-.578-1.79-1.16-3.54-1.69-5.28-.818-3.73-4.58-11.2-15.3-4.24 5.39 1.7 5.45 3.76 8.24 5.33 2.79 1.57 5.78 2.88 8.76 4.19z'/%3E%3Cpath d='M99.4-83.8c-4.04-2.71-14-3.25-21.7.144 5.06-2.18 10.9-2.52 15.3-1.74-13.3 7.17-10.4.581-19.3 4.12 3.85-9.01 10.1-11 15.9-4.75 3.23.774 4.53-.144 9.78 2.23M70.3-114c-4.58 4.21-9.35 4.88-16.8 2.18-7.6-2.75-11.8-7.12-17.7-10.7 10.4-3.54 20-4.75 30.1 1.02 2.7 2.23 2.94 5.04 4.38 7.51'/%3E%3Cpath d='M69.5-114c-2.7-4.07-6.02-10-2.17-20.2 2.7 5.57 3.37 5.91 7.56 8.28 5.06 3.73 2.02 9.78 3.04 14.6-2.84-.92-5.64-1.84-8.43-2.71'/%3E%3Cpath d='M86-101c-2.74-1.74-2.6-5.08-14.7-4.7-5.97-3.15-1.64-11.3 5.06-11.5-1.64 10.6 6.46 10.8 9.68 16.2'/%3E%3Cpath d='M86.3-100.8c-1.78-1.7-3.32-3.69-5.35-5.09-4.7-3.23-9.23-15.4 1.16-17 2.87-.434 2.11 2.06 6.74 2.08-5.01 2.9-10.1 7.84-1.01 20.9M55-95.8c-4.78-6 4.51-15.3 14.8-11 1.61.664 2.89 1.94 4.38 2.91-6.5 5.28-13.6 16.5-19.5 15.8 2.02-2.23 3.15-4.12.338-7.65z'/%3E%3Cpath fill='%23ed1c24' d='M87.56-97.5c1.96 0 3.56 1.53 3.56 3.42s-1.59 3.42-3.56 3.42S84-92.19 84-94.08s1.59-3.42 3.56-3.42'/%3E%3Cpath d='M86-99.5c-16.1-5.96-20.7 10-31.3 11.4 10.1-6.3 4.7-14.1 16.8-17.2 10.4-2.67 13.3 3.25 14.4 5.81M97.4-31c-2.26-8.91-6.56-24.8-6.89-26.8 2.08 2.35 5.457.578 9.717 5.248 3.37 3.69 4.403 8.992 7.763 12.712 4.12 4.52 3.85 16.3 5.78 24.5-5.49-5.23-10.9-10.4-16.4-15.6'/%3E%3Cpath d='M110 12.4c-3.85-9.16-7.71-18.3-11.6-27.5-3.23-7.26-7.56-14.2-9.73-21.8 2.55 1.94 5.06 3.83 7.56 5.72 9.97.533 13.5 7.36 14.8 11.4 1.16 5.62 2.31 11.2 3.47 16.9-1.54 5.09-3.08 10.2-4.57 15.3'/%3E%3Cpath stroke-linecap='round' d='M104-56L93.8-69'/%3E%3Cpath d='M113 7.2c-2.17 5.09-4.34 10.2-6.55 15.3 3.37-1.16 6.74-2.32 10.1-3.49 7.66-1.36 11.9-5.57 15.8-12.3 2.28-1.99 4.84-3.77 8.33-5.57-3.57-.536-18-4.85-27.7 6.1z'/%3E%3Cpath d='M117-20.2c-1.78 9.25-3.57 18.5-5.4 27.8.82-.678 1.64-1.31 2.41-1.94 3.23-4.07 12.7-2.95 19.6-23.6.818-8.43 4.14-11.6 6.22-17.4-9.15 2.47-16.4 5.48-22.9 15.3z'/%3E%3Cpath d='M117-20.5c8.67-9.54 11.7-19.2 22.1-26.3-15.4 3.2-15.2 9.3-22.8 14-.288 5.76-.578 11.5-.916 17.2.916-1.4.772-3.49 1.69-4.89'/%3E%3Cpath d='M111-34.7c.53 6.34 1.06 12.7 1.59 19.1 2.45-3.2 5.54-6.05 7.37-9.54 3.23-7.56 10.2-15.1 9.68-22.6 0-5.38.724-9.06 6.69-13.9-15.5 0-24.4 14.2-25.3 27zM108 14.3c4.82-22.9-5.92-28.6-22.4-33.7 2.79 5.38 1.45 7.26 2.12 10.8C89.6.22 94.5 2.8 96.87 4c5.03 2.41 7.42 6.88 11.1 10.3M76.4 80.2c15.9-1.84 13.9-9.35 29-13.8-5.63-1.55-8.72-4.41-18.2-2.33-5.16 2.52-10.3 5.04-15.4 7.51 1.54 2.86 3.08 5.72 4.63 8.57'/%3E%3Cpath d='M75.9 66.9c1.16-2.47 3.1-4.76 3.56-7.51.486-2.88.72-6.25-.772-8.82-8.41-14.4-6.63-15.3-6.16-23 .16-2.66 1.35-4.31-.482-8.04 6.5 2.86 11.4 10.6 14.6 16.1 8.06 13.4-7.87 27.2-7.66 32.9 5.3-2.96 13.8-14.1 13.4-20.3.82-.145.868-1.11 1.74-1.31-.628 1.65-.266 5.35-.844 7 1.11-1.02 2.29-2.44 3.4-3.51.432.436 1.2.338 1.64.726-2.17 2.18-4.62 4.89-6.74 7.02 1.78-1.11 3.56-2.23 5.35-3.34.144.873.338 1.74.53 2.57-7.13 1.64-9.46 6.68-13.3 10.9-3.2 3.48-7.03 6.54-10.5 9.83-.48-1.94-1.01-3.83-1.54-5.72 1.3-1.84 2.6-3.63 3.85-5.42'/%3E%3Cpath fill='none' stroke-linecap='round' d='M76.5 25.9c8.94 13.4 4.98 32.5 4.98 32.5'/%3E%3Cpath d='M-113.9-95.2c1.7 4.1 2.5 4.6 4.25 7.37 1.82 3.11 2.05 7.5 1.9 11.08.5 8.6 2.45 16.4 2.15 25.9 3.4-9.1 3.505-15.765 3.6-25.15-.205-4.985-8-18.3-11.9-19.2zM-38.9 139c3.631 5.46-12.69 7.629-16.1 8 8.86-3.34 14.425-10.518 16.1-8zM29.33 124.99l9.34 4.02L45.4 134c-5.88-2.52-15.1-5.6-20.3-8.7zm-7.73.01l32.9 15.8-4.19.628L18.2 124z'/%3E%3Cpath d='M21.9 126l34.5 18.4 4.9 5.4-7.3-.7c-15.1-9.98-28.52-19.604-45.52-27.304zm-15.02-2c5.63 3.2 14.72 13.6 20.42 22.3-2.12-1.55-3.98-2.71-6.1-4.22-3.71-6.2-10.19-13.2-15.29-17zm19.92 13l23.3 16.6c-4.14-1.69-6.33-2.06-9.7-2.4-6.36-5.08-12.13-10.22-19.03-15.32l.818-2.08zM-97.6-76.6c-2.12 8.67-4.24 17.3-6.36 26a24.633 24.633 0 0 0-1.3-1.11c.626-10.5 2.36-16.4 3.66-25.1 1.3-8.33 5.01-14.4 7.08-22.6 1.4 7.84-.384 15.7-3.08 22.9z'/%3E%3Cpath d='M7.71 123c7.13 4.36 15.1 9.21 21.6 15.2-2.75-1.31-5.78-2.28-8.43-1.94-4.33-4.7-8.92-8.22-13.9-11.9zm.65-1c11.5 6.78 21.2 13.7 31.6 21.6 1.73.436 3.95.774 5.68 1.26-.434-.774-1.69-1.94-2.12-2.66-11.8-6.73-24.3-15.2-35.2-20.2zM-87.5-61.4C-98.2-47-97.04-38-100.9-26.2c-.77-4.84-1.54-9.64-2.36-14.4 2.02-4.31 4-8.62 5.97-12.9 4.43-9.93 10.4-16.9 17.5-23.7 6.84-6.05 12.8-6.92 19.9-9.06-15.5 7.85-22.6 16.9-27.6 25zm-10-15.6c2.17-5.04 4.82-9.4 7.32-13.6l.818-2.47c1.25 1.11 1.73.29 1.78 0l1.49 1.94c-9.05 7.65-17.2 36.3-19.2 41.6zM117-54.4c1.2-6.25.53-15.4.674-21.4-.818-11-6.02-12.9-6.7-21.2-4.24 5.91-5.54 7.6-6.55 17 2.31 8.23 4.62 16.4 6.89 24.6 2.02-.873 3.71 1.84 5.68 1.02zM-59.3 148c7.51-3.24 13.5-9.44 17.3-10.7 3.08-.39 16.6-4.7 34.4-15.9.674 1.21 1.4 2.38 2.12 3.54-9.97 5.52-19.9 11-29.9 16.6-5.01 5.09-14.6 7.46-24 6.54zM100-86c2.17-9.49.916-16-1.54-21.1-2.12-4.34-5.2-4.89-7.37-11.2-2.89 5.62-5.59 9.49-3.37 18.4 4.09 4.65 8.19 9.3 12.3 13.9z'/%3E%3Cpath d='M-96.7-92.6c.868-1.55 2.89-4.41 2.17-6.88-1.36-4.67-7.27-6.3-12-7.46 3.28 4.8 7.46 2.71 9.63 14.3M-98.7 51.3l1.49.195 8.81 10.3 7.32 7.9 1.69-1.55-16.5-18.2zM-100-53c4.34-11.4 8.33-20 14.6-24.6.866-.29 1.78-.629 2.7-.967-.242-.728-.434-1.5-.626-2.28l-3.18.146c-.096.388-.144.774-.192 1.16-9.06 7.7-12.8 16.3-15.9 26.2-.722 4.31-1.366 8.2-2.136 12.56 1.64-4.26 3.2-8.05 4.83-12.27'/%3E%3Cpath d='M-78.3-96.3c-6.69 6.49-11.3 12.1-17.5 21.1-11 17.5-11.8 35.8-13.1 45.1.914.096 1.78.194 2.65.29 1.54-24.5 5.83-32.4 14.3-46.3 3.95-6.2 7.61-10.6 13.1-16.5.77-.388 1.54-.776 2.31-1.16.772-.92 1.59-1.84 2.41-2.71-1.11-.873-2.17-1.74-3.23-2.61-.336.967-.626 1.94-.916 2.86M-101-13.38l12.3-33.9-9.97 10.7-4.09 17.7z'/%3E%3Cpath d='M-111-53.4c.868 13-.53 24.8 2.6 39.2 1.45 6.83 2.89 13.7 4.34 20.5.914-2.91 1.83-5.81 2.79-8.72-4.72-8.96-5.73-26.8-6.26-40.3.722-11.6-.77-19.1-5.83-26.4.096 5.76 2.65 7.07 2.36 15.7z'/%3E%3Cpath d='M-110.89-25.4c1.21 5.09 2.41 10.2 3.66 15.3-2.99-8.38-5.93-16.8-8.86-25.1-.53-6.15 2.02-15.5-1.54-18.4-3.66-4.02-5.11-6.78-11.5-10.4 12.1 3.05 18.4 8.23 17.645 16.975-.755 8.745-.611 14.925.595 21.625z'/%3E%3Cpath d='M-119-30.7c2.59 6 2.57 9.17 7.37 18.2 2.35 4.4 3.03 14.6 5.4 22.3 1.64 4.5 3.27 9.06 4.96 13.6-.964-6.05-1.88-12.1-2.79-18.2-2.17-5.28-1.3-10.1-3.23-14.7-3.09-7.42-4.86-15.7-6.94-20.8-3.8-9.35-7.8-16.3-14.5-21.3 3.23 7.22 6.59 13.6 9.73 20.9z'/%3E%3Cpath d='M-112-3.59c1.83-4.31 5.15-4.31 7.42-4.41 3.56 1.21 2.65 4.21 4 6.3-3.51-2.66-6.55-5.76-11.4-1.89M-71.3 72c-4.67-4.7-10.4-7.7-14-14.2a29.122 29.122 0 0 0-.53-2.03c-1.06.436-2.17.825-3.27 1.21.77.581 1.54 1.11 2.31 1.65 3.08 4.02 6.16 8.04 9.25 12 2.12.483 4.19.92 6.26 1.36M-72.6-103.2c.722-1.74 1.49-3.49 2.26-5.23 3.56-4.79 4.8-9.81 10.7-14.4 4.1-3.15 4.33-9 4.96-12.6 1.36 3.1 2.06 12.7-.962 16.1-5.22 5.83-11.4 10.8-17 16.1'/%3E%3Cpath d='M-88.6-28.4c-6.07 5.62-13.2 11.7-14.5 26.6-1.59 8.28-.818 14.7-.528 25 2.41 4.7 4.77 9.4 7.13 14.1.24-9.59-1.97-17.4-2.89-26.1 1.06-27.5 7.27-26.5 10.8-39.7M-65.4-3.21c-18.3 8.72-15.6 20.7-23.1 28-.046-1.79-.094-3.58-.192-5.33 1.25-3.39 2.51-6.78 3.76-10.1 6.45-11.8 13.9-9.93 19.5-12.5M-74.8 59.8c-2.22-4.94-4.48-9.88-6.74-14.8-2.02-6.59-.866-9.98-.722-15.3.192 6.83 3.23 5.52 5.97 16.6 1.45 4.22 2.79 8.43 4.24 12.6 1.25 3 2.5 6 3.76 9.06-2.17-2.71-4.34-5.42-6.5-8.09'/%3E%3Cpath d='M-82.2 31.5c-.242-6.98 3.03-5.08 5.49-9.06-1.06 4.89-3.85 8.86-3.23 14.6-1.16-1.89-1.88-1.74-2.26-5.52m15.5 40.08c-2.26-.58-4.58-1.16-6.89-1.79-1.93-2.37-3.85-4.8-5.83-7.22-5.35-6.73-6.12-12.9-7.13-21.2 3.37 9.98 12.2 21 17.8 29.2.674.338 1.35.678 2.02.967'/%3E%3Cpath d='M-79.5 62.7c-3.42-4.36-11.4-10.5-9.49-18.2-.144-3.97-.29-7.99-.434-12 1.06 2.86 2.07 5.71 3.08 8.57.58 5.04.434 13.3 6.84 21.6M-85.8 36.3c1.49-6.73 3.93-11.6 8.48-14.8 1.14-.8 2.65-1.02 4-1.55 2.94-1.16 4.72-.92 7.9 2.04 1.4 1.5 3.1 2.7 4.24 4.41 1.5 2.23 2.36 4.84 3.56 7.22-.626-3.39.042-6.93-1.78-10.2-1.76-3.17-4.5-5.74-7.42-7.9-2.97-2.19-4.19-2.9-9.82.436-5.88 3-9.59 8.23-11.1 13.1-.868 2.81 0 5.13 1.93 7.27M-118 57c5.35 1.6 10.8-3.1 15.9-2.47-.77-1.07-3.62-3.29-4.82-3.29-3.85 1.89-3.32 3.73-11.1 5.76z'/%3E%3Cpath d='M-44.2 93.5c-7.08-2.76-14.2-5.52-21.3-8.28-18.7-10.4-36.9-32.6-41-34 7.8.193 13.9 4.16 21.7 12.2 8.38 8.52 27.6 17.2 41.4 25.8-.29 1.45-.53 2.9-.772 4.36'/%3E%3Cpath d='M-67.6 72.9l1.49 2.23 10.7 6.68-11.1-5.52-2.12.92-1.01-.63.818-1.74zM-43.9 85.1c-5.06-1.45-19.7-11-22.8-20.9l.626-1.84-2.17 1.21-1.49.193.192 1.31.914.097c2.7 10.1 19.3 19.3 24.6 21.6 5.25 2.32 4 2.08.194-1.7'/%3E%3Cpath d='M-45.2 91.1c-5.88-5.96-15.6-10.4-21.8-18.6C-80.8 56.2-89 37.4-90.6 26l-.626-1.21h1.4l.482 1.02 1.4-.048-.05 1.45c.338 9.54 10.2 28 22.4 43 6.74 9.64 13.7 11.5 20.5 17.3z'/%3E%3Cpath d='M-42.3 91.9c-4.91-9.44-27.2-30.1-21.7-65.5 5.35 33.6 14.2 39.3 22.4 59.9-1.06 1.31.29 4.36-.722 5.66'/%3E%3Cpath d='M-28.5 103c-12.3-6.64-11.2-5.33-16.9-7.94-4.91-2.76-9.1-1.89-19.6-7.07-1.49-.436-9.59 0-14.3-.774 1.88-1.21 3.76-1.98 6.84-2.32 22.7-1.89 28.9 7.94 43.9 18.1M-120 5.6c5.17 4.2 5.39 6.09 10.8 9.72 2.02 3.54 4.05 7.07 6.07 10.6.964 2.9 1.93 5.86 2.89 8.82-10.7-12.1-10.4-20.3-29.4-29.7-4-2.66-6.69-5.13-10-7.7 7.18 3.58 15.5 4.88 19.6 8.23z'/%3E%3Cpath d='M-112 11.9l2.02.581 1.15-2.66.242 2.66 9.54 20.5-.914 2.91-10.4-21.9zM-114 24.7c3.56 4.36 7.13 8.77 10.7 13.2-3.85-2.86-7.71-5.72-11.5-8.57-2.41-1.5-4.58-2.23-7.13-4.46-4.91-3.05-7.71-7.07-11.6-10.6 8.14 4.99 13 6.98 19.5 10.5zM-105-8.44c1.4-.097 2.84-.193 4.29-.338-.192.533-.384 1.11-.53 1.7-.24 6.54 2.36 14.3 5.4 27.6-.482.533-.964 1.11-1.45 1.7-5.54-16.4-4.29-19-5.73-29-.674-.58-1.35-1.16-1.97-1.7M106 16.2c.48 2.04 1.11 4.99 1.44 6.05 5.06-14.2 6.21-27 7.13-43.3.24-6.25 0-16.3-2.55-24.6 1.06-.776 2.12-1.55 3.23-2.33 1.83 13.8 2.75 25.4 1.35 41.7-2.02 9.73-2.75 17.6-7.75 29.5.48-.873.962-1.74 1.44-2.57.432.292.866.581 1.3.921-.818 1.21-1.93 2.04-2.36 3.68-.144 1.5-.288 3.05-.384 4.6-1.16.338-2.31.726-3.42 1.11-.144-3.97.53-10-.338-11.9.29-.92.578-1.84.916-2.81M97.7 38.3c-.722-1.7-1.11-8.52-7.8-13.7-4.14-3.54-5.73-5.67-7.37-9.11-1.83-3-1.93-5.13-2.94-7.99 4.19.533 9.97.388 12.4 1.02 6.6 1.5 12.6 11 12 20.2zM108 44.1c16.4 1.31 21-10.1 33.4-14.2-5.4-2.32-7.71-2.86-15.2-2.32-15.1 2.57-17.7 9.06-18.2 16.6'/%3E%3Cpath d='M112 40.5c9.73-2.32 11.9-7.41 12.8-8.28 3.85-8.28 6.65-8.62 17.7-14.2-10.3-1.55-21.8-3.1-31.8 7.75-2.31 5.18-4.58 6.25 1.3 14.8'/%3E%3Cpath d='M96.4 41.8c-1.2 3 .868 4.31 1.25 6.49 3.37-1.07 7.03-.678 10-3.1 9.54-8.18 7.08-13.2 10.6-19.9-4.33 1.55-15-4.41-21.9 16.5zM95.1 63.3c3.08.921 14-7.94 23.6 1.16-.964-5.62-3.47-8.23-8.48-9.69-4.72.533-9.44 1.07-14.1 1.55-.336 2.32-.674 4.65-1.01 6.98'/%3E%3Cpath d='M123 53.7c-5.88-7.51-9.4-12-21.5-6.49-3.58 1.62-6.27 4.8-8.72 7.8-2.05 2.52-3.21 5.21-4.62 8.52 25.1-1.99 17.2-15.8 34.9-9.83zM52.7 89.2c6.21-4.89 7.51-6.2 9.49-14.7 2.55-10.8 5.15-21.6 7.76-32.4 3.61 8.04 10.1 6.51 9.25 17.9-.357 4.68-2.55 8.57-5.15 13-2.65 1.31-5.3 2.62-7.95 3.88-3.18 4.07-6.36 8.14-9.49 12.2-1.3.097-2.6.193-3.9.241'/%3E%3Cpath d='M48,96 c 2.75,-1.55 5.49,-3.15 8.29,-4.75 4,-1.89 5.73,0.145 8.67,0 5.01,-0.34 11.6,-5.42 18.3,-6.3 -9.49,-6.64 -14.8,-6.93 -23.2,-0.873 -1.44,1.04 -12,8.28 -18,12.4 0.386,0.92 0.722,1.79 1.06,2.66 1.59,-1.02 3.23,-2.08 4.86,-3.15 z m -2.4,-20.8 c 0.722,5.81 -2.09,12.3 2.1,17.1 2.65,-1.79 5.14,-3.6 7.79,-5.34 1.73,-1.55 3.55,-8.76 -0.064,-12.4 -1.93,-2.37 -4.14,-3.2 -5.68,-7.02 a 714.2,714.2 0 0 1 -4.14,7.7 z m 33.4,-7 c -1.54,-3.44 8,-11 6.84,-18.1 -0.674,-3.73 -3.45,-7.34 -10,-10.4 -1.88,-0.88 -3.28,-1.31 -6.31,-0.533 1.97,-2.18 4.32,-2.06 6.65,-3.29 6.67,-3.52 12.4,-1.74 15.4,5.47 2.45,5.9 2.91,3.79 -1.54,15 -1.61,4.05 -7.71,10 -11,11.9'/%3E%3Cpath stroke-linecap='round' d='M113-2.5c-.088-2.47-7.34-19.5-16.4-26.3M112 15.2s16-13 22-13.3M134-31.9s-6.35 5.89-8.45 8.85c-2.1 2.96-4.57 7.34-4.57 7.34M117-29c.8-4 1.5-21 13.7-30.3M109 12.2c-2.84-15.3-13.9-23.9-20-28.7'/%3E%3Cpath d='M109 15s-4.56-11-9.4-12.2c-4.84-1.2-8.5-3.1-10.3-6.45'/%3E%3Cpath stroke-linecap='round' d='M123 35c5-2 6-5 13-5M101 32c-1-15-12-16-16-21M117 28.3c9.7-9.1 19.6-9.7 19.6-9.7M114 28.9c-3.75 2.49-5.66 7.78-8.89 10.3-1.77 1.36-5.47 5.24-6.2 7.26M116 60.2s-3-2.3-4.2-2.5c-1.2-.3-3.9 0-5.8.1M118 50.7s-7.22-3.32-12.9-.494c-2.55 1.26-5.46 2.66-5.46 2.66'/%3E%3Cpath d='M56.29 91.25s16-10.2 18.8-14.2M79 68.5l-5 5.3'/%3E%3C/g%3E%3Cuse transform='translate(66 80)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(73 80)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(70 75.5)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(95 49)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(92.5 41.5)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(99 42.5)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(109.5 22)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(106 14)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(115 17)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(109 -12)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(116 -11)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(111 -17)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(118 -17)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(108 -47)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(116 -50)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(112 -54)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(88 -94)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(91 -98)' xlink:href='%23cafe'/%3E%3Cuse transform='translate(84 -97)' xlink:href='%23cafe'/%3E%3Cpath fill='none' stroke-linecap='round' d='M47.4 92.5c4.08-5.16 3.77-8.58 3.79-9.88.021-1.45-1.47-5.35-.994-9.54M98 66.3s-7.04.96-9.65 2.04c-2.76 1.15-9.08 4.58-9.08 4.58M72.3 67.9c1.98-4.5 2.2-4.88 2.31-7.49.123-2.72-.714-6.14-1.7-8-.761-1.43-1.98-4.68-1.98-4.68M83.7 38.5c2.29 1.54 3.84 3.52 4.71 5.87 1.3 3.52 1.22 7.6.365 11.3-.712 3.03-4.43 8.22-4.43 8.22'/%3E%3Cpath fill='none' d='M98.7 36c-1.51-12.9-4.69-11.8-7.18-12.2-2.13-.359-6.13-3.6-7.46-5.45'/%3E%3Cpath fill='none' stroke-linecap='round' d='M73.9-117s-3.81-3.59-6.6-12m2.3 15c-2.56-2.52-18.2-8.65-28.7-8.47'/%3E%3Cpath fill='none' d='M-90.2-65.7s-2.28 6.22-3.84 9.35-2.78 4.22-2.78 4.22'/%3E%3Cpath fill='none' stroke-linecap='round' d='M96-97c1-7-7-8-5-16m23 52c-2-6-6-24-4.1-31'/%3E%3Cg id='trigo' fill='%23fff200' stroke='%23231f20'%3E%3Cpath d='M-71.6-115c-1.14-5.08.272-4.35 2.05-6.41.046 2.88.866 3.62-2.05 6.41m2.7-3c0-4.76 1.96-2.66 4.51-5.31-1.87 3.3.228 3.62-4.51 5.31'/%3E%3Cpath d='M-69.2-117c2.59-3.98 1.93-1.96 5.49-3-2.14 2.04-.608 4.19-5.49 3m-2.9 4c2.93-4.5 2.18-2.22 6.21-3.4-2.42 2.3-.688 4.74-6.21 3.4'/%3E%3Cpath d='M-75-110c2.93-4.5 2.18-2.22 6.21-3.4-2.42 2.3-.688 4.74-6.21 3.4'/%3E%3Cpath d='M-77.4-107c2.93-4.5 2.18-2.22 6.21-3.4-2.42 2.3-.688 4.74-6.21 3.4'/%3E%3Cpath d='M-80.1-104.5c2.93-4.5 2.18-2.22 6.21-3.4-2.42 2.3-.688 4.74-6.21 3.4'/%3E%3Cpath d='M-82.6-100.9c3.52-4.5 2.62-2.22 7.46-3.4-2.91 2.3-.826 4.74-7.46 3.4'/%3E%3Cpath d='M-85-97.7c3.52-4.5 2.27-2.72 7.12-3.9-2.91 2.3-.478 5.24-7.12 3.9'/%3E%3Cpath d='M-86.2-94.7c3.52-4.5 2.27-2.72 7.12-3.9-2.91 2.3-.478 5.24-7.12 3.9'/%3E%3Cpath d='M-88.2-92c.87-3.86 3.11-2.56 5.68-3.2-1.17 1.77-1.71 5.87-5.68 3.2M-71.3 33.6c4.82-4.89.336-6.1 0-11.9.096 8.18-4.09 5.08 0 11.9z'/%3E%3Cpath d='M-72.9 36.3c4.03-4.89-.878-6.1-2.39-11.9 1.75 8.18-3.24 5.09 2.39 11.9zm-3.2 0c.218 5.57-1.89 3.82 3.74 10.6 4.03-4.89-3.75-6.39-3.74-10.6'/%3E%3Cpath d='M-71 39.2c6.76-3.76 1.62-7.24 2.36-12.9-1.46 8.03-5.4 5.84-2.36 12.9z'/%3E%3Cpath d='M-71.5 44.3c6.76-3.76 3.83-4.45 4.57-10.1-1.46 8.03-7.6 3.04-4.57 10.1z'/%3E%3Cpath d='M-66.3 39.5c-3.5 6.22-7.6 3.04-4.57 10.1 6.76-3.76 3.83-4.45 4.57-10.1'/%3E%3Cpath d='M-66 44.8c-3.5 6.22-7.6 3.04-4.57 10.1 6.76-3.76 3.83-4.45 4.57-10.1'/%3E%3Cpath d='M-65.5 49.8c-3.5 6.23-7.6 3.04-4.57 10.1 6.76-3.76 3.83-4.45 4.57-10.1'/%3E%3Cpath d='M-68.3 63.9c6.76-3.76 2.88-4.93 3.63-10.6-3.5 6.22-6.66 3.53-3.63 10.6zm-4.3-22.6c3.59-6.51-3.89-3.03-4.64-12.3 2.64 8.63-1.82 9.67 4.64 12.3zm-4.8-2.1c2.57 7.87-.916 11 5.54 13.6 3.59-6.51-4.05-5.71-5.54-13.6'/%3E%3Cpath d='M-76.4 45.7c2.57 7.87-.916 11 5.54 13.6 3.59-6.51-4.05-5.71-5.54-13.6'/%3E%3Cpath d='M-75 54c2.57 7.87-1 7.39 5.46 9.99 3.59-6.51-3.96-2.1-5.46-9.99M-88.8-12.28c-4.65-3.38-.302-6.65-1.66-9.01 1.36 2.36 3.33 3.84 1.66 9.01'/%3E%3Cpath d='M-89.3-6.3c-5.92-4.31-1.49-7.84-3.23-10.8 1.73 3 5.35 4.26 3.23 10.8'/%3E%3Cpath d='M-89.7-1.27c-6.74-3.29-3.56-8.62-5.3-11.6 1.73 3 5.73 2.42 5.3 11.6'/%3E%3Cpath d='M-89.7 5.2c-5.73-2.71-3.13-6.88-4.86-9.88 1.73 3 6.93 2.62 4.86 9.88m1.7-16.78c5.73-2.71 2.46-7.02 4.19-10-1.73 3-6.26 2.76-4.19 10'/%3E%3Cpath d='M-88.5-6.36c5.73-2.71 3.52-7.65 5.25-10.6-1.73 3-7.32 3.39-5.25 10.6m1.8-19.24c-.242 4.31-2.99 2.42-1.45 8.62 5.78-4.46 1.3-4.84 1.45-8.62'/%3E%3Cpath d='M-89.5-.54c5.73-2.71 3.95-8.09 5.68-11.1-1.73 3-7.76 3.83-5.68 11.1'/%3E%3Cpath d='M-89 5.5c5.73-2.71 3.66-9.59 5.39-12.6-1.73 3-7.47 5.33-5.39 12.6'/%3E%3Cpath d='M-89.5 11.4c5.68-2.13 3.71-8.62 5.44-11.6-1.73 3-7.13 3.92-5.44 11.6'/%3E%3Cpath d='M-90.3 9.3c-5.73-2.71-2.65-5.76-4.38-8.77 1.73 3 6.45 1.5 4.38 8.77'/%3E%3Cpath d='M-90 14.6c-5.73-2.71-3.81-5.42-5.54-8.43 1.73 3 5.97-.776 5.54 8.43'/%3E%3Cpath d='M-89.8 19.8c-5.73-2.71-3.47-4.99-5.2-7.99 1.73 3 7.27.728 5.2 7.99'/%3E%3Cpath d='M-89.3 15.9c5.73-2.71 2.17-4.21 3.9-7.22-1.73 3-5.97-.05-3.9 7.22'/%3E%3Cpath d='M-89.2 22c5.73-2.71 2.31-6 4.05-9.01-1.73 3-6.12 1.75-4.05 9.01'/%3E%3Cpath d='M-89.2 25.6c4.96-1.4 2.31-3.68 4.05-6.68-1.73 3-5.92 1.41-4.05 6.68'/%3E%3Cpath d='M-90.5 24.8c-5.73-2.71-3.37-5.91-5.11-8.91 1.73 3 7.18 1.65 5.11 8.91M-84.6-98.4c-2.17-5.96.626-4.16 1.3-7.02 1.35 2.86 1.54 3.78-1.3 7.02m10.4-13.6c-1.14-5.08.956-4.07 1.59-6.77 1.27 2.7 1.32 3.98-1.59 6.77'/%3E%3Cpath d='M-76.8-109c-1.14-5.08.956-4.07 1.59-6.77 1.28 2.7 1.32 3.98-1.59 6.77M-86-95.1c-3.04-3.78-.868-3.24-.338-6.15 1.45 2.57 3.08 2.96.338 6.15m4.3-7.6c-2.18-5.49.682-4.3 1.32-7 1.27 2.7 1.5 3.84-1.32 7'/%3E%3Cpath d='M-79.2-106c-1.14-5.08.956-4.08 1.59-6.78 1.28 2.7 1.32 3.98-1.59 6.78m-9.2 13.7c-2.7-3.1-.384-4.31.144-6.2.53 2.28 1.88 2.28 1.88 3.59 0 1.06-.916 1.06-2.02 2.61M-89.8 66.8c2.88 1.45 6.23-1.09 6.04 2.59-2.87 2.2-3.95-.917-6.04-2.59m-5.5-1.7c-4.22 2.66-6.64-.85-10.6-3.86 4.32.43 8.82.006 10.6 3.86z'/%3E%3Cpath d='M-92.5 65c-4.68.937-5.37-3.18-8.04-5.03 4.32.43 7.99 1.37 8.04 5.03z'/%3E%3Cpath d='M-89.6 67.3c-2.94 2.9-7.95.153-11.3.336 4.85-1.71 9.52-3.52 11.3-.336z'/%3E%3Cpath d='M-95.7 60c4.54 2.79 7.68 3.44 7.04 7.05-4.1.342-4.42-3.92-7.04-7.05'/%3E%3Cpath d='M-84.8 67.8c-4.1.342-4.88-3.66-6.76-7.23 4.54 2.79 7.39 3.62 6.76 7.23z'/%3E%3Cpath d='M-86.8 62.7c3.09 3.75 9.23 2.29 6.76 7.23-5.27 1.29-4.88-3.67-6.76-7.23'/%3E%3Cpath d='M-81.4 65.6c3.09 3.75 8.62 2.06 6.15 7-5.27 1.29-4.27-3.43-6.15-7'/%3E%3Cpath d='M-77.4 66.6c3.09 3.75 7.96 2.2 5.49 7.15-5.27 1.29-3.62-3.58-5.49-7.15'/%3E%3Cpath d='M-68.1 75.1c-5.27 1.29-3.12-3.06-4.39-6.43 3.99 3.14 6.86 1.48 4.39 6.43zm-18.5-4.9c-2.7 3.13-1.92 1.15-8.36-.097 4.92-1.84 6.68-4.68 8.36.097z'/%3E%3Cpath d='M-80 71c-2.7 3.12-4.59 2.51-9.99 1.28 4.13-1.77 8.31-6.06 9.99-1.28z'/%3E%3Cpath d='M-76.9 72.8c-2.7 3.12-4.59 2.51-9.99 1.28 4.13-1.77 8.31-6.06 9.99-1.28z'/%3E%3Cpath d='M-72.2 74.2c-.51 2.74-6.16 2.46-9.28 1.26 3.38-.404 3.35-3.97 9.28-1.26z'/%3E%3Cpath d='M-69.1 75.3c-.51 2.73-5.69 3.22-8.81 2.02 3.38-.404 2.88-4.73 8.81-2.02zM-39.9-117c-.194-3.87 4.58-3 7.18-3.05-.288 3.63-1.93 3.78-7.18 3.05'/%3E%3Cpath d='M-38-119c-.192-3.88 4.58-3 7.18-3.05-2.7 1.7-1.93 3.78-7.18 3.05m-6 5c.3-4.19 5.31-2.62 8.11-2.33-2.24 2-2.57 3.8-8.11 2.33'/%3E%3Cpath d='M-49.2-112c.302-4.19 5.31-2.62 8.11-2.33-2.24 2-2.57 3.8-8.11 2.33'/%3E%3Cpath d='M-54.4-109c.302-4.19 5.31-2.62 8.11-2.33-2.24 2-2.57 3.81-8.11 2.33'/%3E%3Cpath d='M-59.1-106c.302-4.19 5.31-2.62 8.12-2.33-2.24 2-2.57 3.8-8.12 2.33'/%3E%3Cpath d='M-63.6-103.6c.302-4.19 5.31-2.62 8.11-2.33-2.24 2-2.57 3.8-8.11 2.33'/%3E%3Cpath d='M-67.9-100.6c.302-4.19 5.31-2.62 8.12-2.33-2.24 2-2.57 3.8-8.12 2.33'/%3E%3Cpath d='M-72.8-98.9c.302-4.19 5.31-2.62 8.12-2.33-2.24 2-2.57 3.8-8.12 2.33'/%3E%3Cpath d='M-76-96.7c.302-4.19 5.31-2.62 8.11-2.33-2.24 2-2.57 3.8-8.11 2.33m34.4-23.3c-.434-3.85 3.9-3.98 6.49-4.2-2.59 1.86-1.21 4.59-6.49 4.2'/%3E%3Cpath d='M-46.1-118c-.434-3.86 2.17-3.87 4.86-5.64-1.48 2.52.426 6.04-4.86 5.64'/%3E%3Cpath d='M-50.9-115c-.384-4.59 2.79-5.52 5.48-7.29-1.48 2.52-.196 7.68-5.48 7.29'/%3E%3Cpath d='M-55.5-113c-.384-4.58 2.4-4.81 5.09-6.58-1.48 2.52.196 6.98-5.09 6.58'/%3E%3Cpath d='M-59.4-111c-.384-4.58 2.4-4.81 5.09-6.58-1.48 2.52.194 6.98-5.09 6.58'/%3E%3Cpath d='M-63-109c-.382-4.58 2.4-4.81 5.09-6.58-1.48 2.52.196 6.98-5.09 6.58'/%3E%3Cpath d='M-67.4-107c-.382-4.58 2.4-4.81 5.09-6.58-1.48 2.52.196 6.98-5.09 6.58'/%3E%3Cpath d='M-71.4-103.4c-.388-4.65 2.44-4.88 5.16-6.68-1.5 2.56.198 7.07-5.16 6.68'/%3E%3Cpath d='M-74.4-101.4c-.388-4.65 2.44-4.88 5.16-6.68-1.5 2.56.198 7.07-5.16 6.68'/%3E%3Cpath d='M-77.4-98c-.388-4.65 2.44-4.88 5.16-6.68-1.5 2.56.196 7.07-5.16 6.68m34.1-18c-.194-3.88 4.58-3 7.18-3.05-2.7 1.7-1.64 4.79-7.18 3.05'/%3E%3Cpath d='M-49.4-114c-.192-3.88 4.91-3.1 7.51-3.15-2.7 1.7-1.97 4.89-7.51 3.15'/%3E%3Cpath d='M-54.5-111c-1.16-4.55 4.24-3.29 6.84-3.34-2.7 1.7-1.3 5.08-6.84 3.34'/%3E%3Cpath d='M-58.7-109c-1.16-4.55 2.99-2.81 6.41-3.92-1.93 1.69-.866 5.66-6.41 3.92'/%3E%3Cpath d='M-63.3-106c-1.16-4.55 3.18-2.95 6.6-4.07-1.93 1.7-1.06 5.81-6.6 4.07'/%3E%3Cpath d='M-67.2-103.8c-1.16-4.55 3.71-2.32 6.21-4.26-1.93 1.7-.672 6.01-6.21 4.26'/%3E%3Cpath d='M-71.1-100.6c-1.16-4.55 3.13-2.37 5.63-4.31-1.92 1.7-.094 6.05-5.63 4.31'/%3E%3Cpath d='M-76.2-96.8c-1.16-4.55 3.37-3.15 5.88-5.09-1.93 1.7-.336 6.83-5.88 5.09M-96.9 28.3c-3.45-2.09-2.79-5.01-2.92-7.16.78 2.22 4.27 2.88 2.92 7.16'/%3E%3Cpath d='M-96 32.2c-3.13.026-3.42-3.46-4.06-5.54 2.51 1.58 5.56.434 4.06 5.54'/%3E%3Cpath d='M-95.7 37c-3.13.026-3.42-3.46-4.06-5.54 2.5 1.58 5.56.434 4.06 5.54'/%3E%3Cpath d='M-94.6 41.7c-3.13.026-3.68-4.57-4.32-6.64 2.5 1.58 5.82 1.54 4.32 6.64'/%3E%3Cpath d='M-93.6 46.7c-3.13.026-3.68-4.57-4.32-6.64 2.51 1.58 5.82 1.54 4.32 6.64'/%3E%3Cpath d='M-92.3 51c-3.13.026-3.68-4.57-4.32-6.64 2.5 1.58 5.82 1.54 4.32 6.64m-3.5-21.6c-1.76-3.8.164-5.83 1.7-7.58-.958 2.23 2.94 5.09-1.7 7.58'/%3E%3Cpath d='M-94.9 34c-1.76-3.8.868-5.85 2.4-7.61-.958 2.23 2.24 5.11-2.4 7.61'/%3E%3Cpath d='M-94.1 37.6c-1.76-3.8.866-5.85 2.4-7.61-.958 2.23 2.24 5.11-2.4 7.61'/%3E%3Cpath d='M-93.8 42.7c-1.76-3.8.868-5.85 2.4-7.61-.956 2.23 2.24 5.11-2.4 7.61m2.7 8.5c-1.76-3.8.866-5.85 2.4-7.61-.958 2.23 2.24 5.11-2.4 7.61'/%3E%3Cpath d='M-92.4 46.9c-1.76-3.8.868-5.85 2.4-7.61-.958 2.23 2.24 5.11-2.4 7.61m4.3 7.6c-2.7-3.19-.72-5.87.29-7.97-.332 2.4 3.52 4.32-.29 7.97'/%3E%3Cpath d='M-86.4 56.6c-2.7-3.19-.086-3.12.922-5.23-.33 2.4 2.88 1.58-.922 5.23m-2.9-2c-3.01.867-4.76-3.41-5.93-5.24 2.83.847 6.01-.076 5.93 5.24'/%3E%3Cpath d='M-86.7 57.7c-3.01.867-3.99-1.09-5.15-2.92 2.83.847 5.24-2.4 5.15 2.92M-120 14.6l5.25 6.49c-.242 3.34.192 5.76 3.52 6.34 1.2-4.6-1.88-4.94-3.52-6.44z'/%3E%3Cpath d='M-118 23.7l2.84 2.91c.866 3.34 2.84 4.41 5.06 4.55 1.01-3.49-3.95-4.6-5.01-4.46z'/%3E%3Cpath d='M-111 21.7l.128 1.86c-1.96 2.83-.692 3.59.638 5.38 2.75-2.87.608-5.17-.68-5.28z'/%3E%3Cpath d='M-109 24.1l.128 1.87c-1.96 2.83-.76 4.47.568 6.26 2.75-2.87.68-6.06-.61-6.16z'/%3E%3Cpath d='M-107 27.6l.192 2.21c-2.24 2.83-1.45 4.47.066 6.26 3.14-2.87 1.36-6.06-.114-6.16z'/%3E%3Cpath d='M-105 30.8l.192 2.21c-2.24 2.83-.97 5.19.546 6.98 3.14-2.87.878-6.78-.594-6.88z'/%3E%3Cpath d='M-102 34.2l.192 2.21c-2.24 2.83-1.45 4.47.064 6.26 3.14-2.87 1.36-6.06-.112-6.16z'/%3E%3Cpath d='M-99.1 37.1l-.53 2.44c-2.24 2.83-1.45 4.47.066 6.26 3.14-2.87 1.36-6.05-.112-6.16z'/%3E%3Cpath d='M-96.6 40.4l-.552 2.44c-2.34 2.83-1.24 4.97.346 6.76 4.18 2.72 1.14-6.55-.396-6.66zM-117 27.7l3.3 2.74c.872 3.23 2.3 4.99 5.63 4.44.464-4.68-4.12-4.81-5.66-4.52z'/%3E%3Cpath d='M-115 31.9l3.97 3.48c.872 3.23 2.66 4.4 5.98 3.85.462-4.68-4.48-4.22-6.02-3.94z'/%3E%3Cpath d='M-116 33.1c2.1 2.95 5.09 4.36 7.65 6.59.872 3.23 3.68 3.99 7.01 3.43.462-4.68-5.51-3.81-7.04-3.52-2.55-2.18-5.6-3.47-7.62-6.5'/%3E%3Cpath d='M-114 37.6c2.1 2.96 4.18 3.5 6.74 5.73.87 3.24 5.24 4.36 8.57 3.81.464-4.68-7.07-4.18-8.6-3.9-2.54-2.18-4.68-2.61-6.71-5.64'/%3E%3Cpath d='M-112 41.9c2.1 2.95 3.5 3.9 6.74 5.73.872 3.23 5.24 4.36 8.57 3.8.464-4.68-7.07-4.18-8.6-3.9-3.27-1.92-4.68-2.61-6.71-5.64m-14-78.29l1.83 6.39s-1.97 5.57 1.69 6.49c1.69-2.66-.096-5.47-1.64-6.49z'/%3E%3Cpath d='M-126-28.8l1.35 4.36s-.482 6.34 3.18 7.26c1.69-2.66-1.45-5.91-2.99-6.93zm5-1.1l1.18 3.84s-2.53 5.2 1.56 6.22c1.88-2.98.376-4.71-1.35-5.84z'/%3E%3Cpath d='M-126-19.3c2.33 3.51.756 3.57 2.85 5.79 1.8.117 2.44-1.17 1.34-3.57-1.69-1.11-2.04.41-4.19-2.22'/%3E%3Cpath d='M-123-16.5l.622.895s.296 5.22 4.03 4.68c.56-3.11-2.59-5.11-3.95-4.6zm0-10.6l.158 1.68s-1.72 4.83 2.24 5.83c1.83-2.89-.68-5.72-2.24-5.78zm5 4.3l-.2 2.21c-.002 0-3.28 3.56.232 5.74 2.63-2.21 1.27-5.09-.214-5.62z'/%3E%3Cpath d='M-116-17.8l-.268 2.25s-3.51 3.6 0 5.77c2.63-2.21 1.51-5.13.02-5.66z'/%3E%3Cpath d='M-115-14.26l-.266 2.49s-3.51 3.99 0 6.4c2.63-2.46 1.51-5.69.018-6.28z'/%3E%3Cpath d='M-113-9.08l-.268 2.49s-3.51 3.99 0 6.4c2.63-2.46 1.51-5.69.018-6.28z'/%3E%3Cpath d='M-112-5.498l-.268 2.49s-3.51 3.99.002 6.4c2.63-2.46 1.51-5.69.018-6.28z'/%3E%3Cpath d='M-110-1.43l-.266 2.49s-3.51 3.99 0 6.4c2.63-2.46 1.51-5.69.018-6.28z'/%3E%3Cpath d='M-108 2.25l-.538 2.45s-3.92 3.58-.698 6.36c2.88-2.15 2.12-5.49.702-6.24zm-13-23.75l.242 1.07s-1.69 4.94 1.97 5.86c1.69-2.66-.482-5.72-1.93-5.76z'/%3E%3Cpath d='M-120-17.2l.24 1.07s-1.69 4.94 1.97 5.86c1.69-2.66-.48-5.72-1.93-5.76z'/%3E%3Cpath d='M-118-12.36l.242 1.07s-1.69 4.94 1.97 5.86c1.69-2.66-.482-5.72-1.93-5.76z'/%3E%3Cpath d='M-124-14.81l.622.895s-.102 5.9 4.96 5.18c.562-3.11-3.39-5.15-4.88-5.11z'/%3E%3Cpath d='M-124-11.3l1.88 2.42s.722 4.88 4.81 3.95c.338-3.49-3.26-4.56-4.72-3.87z'/%3E%3Cpath d='M-122-6.91l.7 1s.714 7.51 6.39 6.7c.628-3.48-4.63-6.66-6.3-6.62z'/%3E%3Cpath d='M-120-1.38l.742.841s.14 6.29 6.18 5.62c.668-2.92-4.3-5.58-6.08-5.55z'/%3E%3Cpath d='M-120 2.59l.742.841s-.12 5.54 5.92 4.86c.666-2.92-4.04-4.83-5.82-4.8z'/%3E%3Cpath d='M-118 6.6l.852.806s-.672 5.35 5.12 3.5c.086-2.99-3.27-3.84-5.01-3.46zm1-14.36l.242 1.07s-1.69 4.94 1.97 5.86c1.69-2.66-.482-5.72-1.93-5.76z'/%3E%3Cpath d='M-115-2.82l.242 1.07s-1.69 4.94 1.97 5.86c1.69-2.66-.482-5.72-1.93-5.76z'/%3E%3Cpath d='M-114 1.98l.24 1.07s-1.69 4.94 1.97 5.86c1.69-2.66-.48-5.71-1.93-5.76z'/%3E%3Cpath d='M-112 5.9l.24 1.07s-1.69 4.94 1.97 5.86c1.69-2.66-.48-5.72-1.92-5.76zm5-43.5c-.3 3.3-.86 4.26 2.56 6.05-.086-3.98.804-4.07-2.56-6.05'/%3E%3Cpath d='M-107-33.5c-.3 3.3-.86 4.26 2.56 6.05-.086-3.98.804-4.07-2.56-6.05'/%3E%3Cpath d='M-107-29c-.3 3.3-.42 4.21 3 6-.1-4 .4-4-3-6'/%3E%3Cpath d='M-107-25.4c-.3 3.3-.114 4.42 3.31 6.21-.088-3.98.058-4.23-3.31-6.21'/%3E%3Cpath d='M-107-21.5c-.3 3.3-.114 4.42 3.31 6.21.716-3.73.058-4.23-3.31-6.21'/%3E%3Cpath d='M-107-17.3c-.3 3.3-.114 4.42 3.31 6.21.716-3.73.058-4.23-3.31-6.21'/%3E%3Cpath d='M-107-14.07c-.3 3.3 2.18 6.61 3.93 5.62.718-3.73-.562-3.64-3.93-5.62m5-23.13c-1.49 3-3.08 1.89-2.46 6.64 4-2.66 2.99-2.52 2.46-6.64'/%3E%3Cpath d='M-101-34.6c-1.16 3.25-3.85 2.52-3.03 7.51 5.01-2.71 3.03-3.58 3.03-7.51'/%3E%3Cpath d='M-100-30.9c-2.26 3.44-3.8 1.79-3.18 6.54 5.01-2.71 3.18-2.61 3.18-6.54'/%3E%3Cpath d='M-100-27.2c-2.26 3.44-3.8 1.79-3.18 6.54 5.01-2.71 3.18-2.61 3.18-6.54'/%3E%3Cpath d='M-99.7-23.4c-3.52 2.95-5.15 4.46-3.47 6.88 3.13-.485 3.47-2.95 3.47-6.88'/%3E%3Cpath d='M-99-20.2c-2.6 3.73-5.88 2.71-3.85 7.94 4.62-1.55 1.93-4.07 3.85-7.94'/%3E%3Cpath d='M-98.3-16.8c-2.12 4.99-5.92 2.86-4.09 7.85 4.09.63 2.5-3.15 4.09-7.85m-5.7-24.5c-1.44 4.37-2.04 3.49.484 6.48 1.77-3.56 1.57-3.14-.484-6.48M-84.1-78.6c.326-4.52 6.24-1.85 9.27-1.54-3.6 1.15-5.41 3.84-9.27 1.54m6.7-4.6c.326-4.53 6.24-1.85 9.27-1.54-3.6 1.15-5.41 3.84-9.27 1.54m24.8-13.2c.302-4.19 5.78-1.72 8.58-1.42-2.24 2-3.03 2.9-8.58 1.42'/%3E%3Cpath d='M-56.6-94.3c.3-4.19 5.78-1.72 8.58-1.42-2.24 2-3.03 2.9-8.58 1.42'/%3E%3Cpath d='M-61.5-92.2c.33-4.5 6.2-1.85 9.27-1.54-2.42 2.16-3.28 3.13-9.27 1.54'/%3E%3Cpath d='M-65.4-90.4c.33-4.5 6.2-1.85 9.27-1.54-2.42 2.16-3.28 3.14-9.27 1.54'/%3E%3Cpath d='M-69.1-88.2c.33-4.5 6.2-1.85 9.27-1.54-2.42 2.16-3.28 3.13-9.27 1.54'/%3E%3Cpath d='M-73.1-85.6c.33-4.5 6.2-1.85 9.27-1.54-2.42 2.16-3.28 3.13-9.27 1.54m21.9-13c-.192-3.87 5.64-2.52 8.24-2.57-2.7 1.7-2.99 3.29-8.24 2.57'/%3E%3Cpath d='M-53.9-99.8c-.528-3.02 4.41-3.58 7-3.79-2.59 1.86-1.72 4.18-7 3.79'/%3E%3Cpath d='M-59-98.2c-.528-4.45 4.41-5.26 7-5.58-2.59 2.74-1.72 6.16-7 5.58'/%3E%3Cpath d='M-63.3-96.2c-.528-4.45 3.35-5.09 5.77-6.11-1.22 3.11-.486 6.68-5.77 6.11'/%3E%3Cpath d='M-67.8-93.4c-1.07-4.35 2.7-5.47 4.98-6.78-.826 3.24.338 6.69-4.98 6.78'/%3E%3Cpath d='M-71.4-90.6c-1.57-4.2 2.04-5.76 4.15-7.32-.44 3.31 1.12 6.61-4.15 7.32'/%3E%3Cpath d='M-76.8-86.6c-1.57-4.2 2.69-6.81 4.79-8.37-.438 3.31.476 7.66-4.79 8.37'/%3E%3Cpath d='M-81.7-84.2c-1.57-4.2 2.71-6.37 4.82-7.93-.44 3.32.448 7.22-4.82 7.93'/%3E%3Cpath d='M-85.8-80.4c-1.57-4.2 2.71-6.37 4.82-7.93-.44 3.32.446 7.22-4.82 7.93m29.5-15.8c-1.16-4.55 3.42-3.15 6.31-3.54-2.7 1.7-1.59 4.41-6.31 3.54'/%3E%3Cpath d='M-63.5-93.6c-1.16-4.5 5.44-3.73 8.33-4.12-1.78 1.79-3.61 4.99-8.33 4.12'/%3E%3Cpath d='M-67.8-91.4c-.48-4.5 4.3-3.54 7.18-3.92-1.78 1.79-1.97 5.81-7.18 3.92'/%3E%3Cpath d='M-72.5-88.9c-.48-4.5 4.3-3.54 7.18-3.92-1.78 1.79-1.97 5.81-7.18 3.92'/%3E%3Cpath d='M-76.3-86.6c-.44-4.1 4-3.26 6.62-3.62-1.65 1.66-1.82 5.37-6.62 3.62m-5.3 6c.326-4.52 6.24-1.85 9.27-1.54-3.6 1.15-5.41 3.84-9.27 1.54'/%3E%3Cpath d='M-80.8-83.8c-.44-4.1 4-3.26 6.62-3.62-1.64 1.65-1.82 5.36-6.62 3.62'/%3E%3Cpath d='M-85.2-79.8c-.44-4.1 3.38-4.2 6.05-4.56-1.64 1.66-1.25 6.3-6.05 4.56M-96.4 24.5c-4.04-3.25-1.4-4.84-1.16-6.98.386 2.32 3.23 3 1.16 6.98'/%3E%3C/g%3E%3C/g%3E%3Cg id='listel' stroke='%23231f20'%3E%3Cpath fill='%23ed1c24' d='M20.5 109c.964-.533 1.8-1.37 2.89-1.65 1.87-.47 3.85-.838 5.83-1.031 4.62-.88 9.62-3.26 13.3-5.51 2.94-1.85 4.22-3 4.72-6.1.234-1.46-.482-2.91-.818-4.8-.482-5.13 1.78-11-1.21-14.7-2.36-2.95-4.14-4.75-6.55-6.63-3.56-2.76-7.8-7.9-11.4-7.51-6.36.676-14.1 6.15-16.4 12.6-.389 1.11.675 7.27.53 10.8-.047 1.16-.772 2.23-1.3 3.63-1.73 2.32-3.27 4.36-3.8 5.72-1.54 4.02-.338 4.94-1.45 9.2l3.57 7.12zm-25.77-8c-1.06-4.99-3.76-9.98-3.08-15.1.144-1.07 2.21-6.64 2.5-10.1.146-1.65-.048-3.63-1.06-4.94-3.13-4.02-5.38-7.37-11.1-10.6-3.66-1.61-7.73-.517-10.6 1.79-2.94 2.42-5.88 5.04-8.33 7.94-2.46 2.95-5.64 5.96-6.36 9.74-1.11 5.66-3.08 11.6-2.36 15 .722 3.54 10.2 9 12.5 9.4 3.73.817 7.67.467 11.1 1.45 1.45.42 2.79 1.36 4.19 2.03l8.19-.145z'/%3E%3Cpath fill='%23ed1c24' d='M-9.46 107c.626.823-2.02-.823-3.08-1.07-.868-.193-1.93-.048-2.75-.388-2.17-.87-4.19-2.37-6.36-3.29-1.06-.436-2.31-.678-3.47-.92-1.2-.242-2.5-.435-3.8-.582-1.64-.145-3.47-.048-5.11-.533-1.49-.434-2.84-1.4-4.19-2.18-.626-.34-1.25-1.07-1.98-1.31-.626-.195-1.4.046-2.02-.195-.53-.193-1.3-.678-1.45-1.26-.144-.58.098-1.4.53-1.84.626-.58 1.73-.485 2.41-.92 1.93-1.36 3.66-3.24 5.63-4.6.868-.584 1.93-1.02 2.89-1.31.866-.242 1.83-.435 2.75-.532.866-.05 1.88-.195 2.7 0 .82.191 1.64.726 2.22 1.31.722.774 1.25 1.79 1.64 2.76.386 1.07.482 2.28.866 3.29.676 1.79 1.25 3.68 2.36 5.13 1.16 1.55 2.94 2.52 4.38 3.68 1.93 1.6 4.38 2.81 5.83 4.75'/%3E%3Cpath fill='none' stroke-linecap='round' d='M-8.36 86.4c-.11-8.93-2.12-9.18-3.69-13.2M10.1 87.8s3.81-4.27 3.5-8c-.307-3.72-.048-5.29.342-6.05.717-1.4 4.51-5.7 6.32-7.24M46.4 89.5s-5.04-4.92-6.89-7.88c-1.78-2.85-2.61-7.53-3.89-9.29-1.33-1.82-3.49-3.51-6.28-5.11M15.4 90.1s-3.14 5.17-4.62 9.13c-1.48 3.96-.473 3.44-3.84 7.3M8.16 110s6.28-3.49 8.29-6.16c2.01-2.67 7.32-11 7.97-13.8.65-2.8 8.7-5.07 8.7-5.07s.999-.997 2.81-1.03c1.81-.034 2.6 1.33 2.6 1.33s1.71 3.48 2.56 4.34c.854.854 3.73 3.27 3.62 4.85-.11 1.58-3.21 4.03-3.21 4.03s-6.11 2.74-8.84 4.63M-10.4 106l-4.19-2.11s-.883-.708-1.85-.848c-.967-.14-1.24-.95-1.86-1.3-.952-.535-.734-.485-3.09-1.19'/%3E%3Cpath fill='none' stroke-linecap='round' stroke-width='.8' d='M-14.6 103s-3.92-1.75-5.84-2.7c-.834-.413-.405-.646-2.49-1.14-2.085-.494-4.31.302-6.15-2.84M-15.6 102l-4.79-3.18s-2.88-1-3.99-1.07c-1.11-.068-4.45-1.91-4.53-3.08'/%3E%3Cpath fill='none' stroke-linecap='round' stroke-width='.8' d='M-18.3 100l-3.97-2.05s-.607-.895-2.09-1.32c-1.48-.426-2.7-.423-3.51-1.4-.26-.313-2.16-1.75-2.16-1.75M-30.1 92s2.19 1.85 3.33 2.6c1.14.752 3.64 1.25 3.64 1.25l3.2 2.33m-8.77-5.98s2.45 1.85 4.08 2.68c.91.463 3.49 1.8 3.49 1.8m-6.17-4.38s1.78.77 2.75 1.74c.99 1 3.44 2.02 3.44 2.02'/%3E%3Cpath fill='none' stroke-linecap='round' stroke-width='.8' d='M-29.5 91.1s2.76.35 3.79.913c1.04.563.982 1.12 1.78 1.69.706.503 1.49.895 2.17 1.48'/%3E%3Cpath fill='none' stroke-linecap='round' d='M-29.9 89.4s1.45.275 2.13.772c.685.497 2.43 2.06 3.59 2.51 1.16.45 1.905 1.679 2.595 1.969M-30.8 87.6l9.05 6.65m-6.75-5.85c1.44.286 1.82 1.21 2.78 1.71 1.78.921 3.43 3.38 3.43 3.38m-6.81-6.09s1.18-.195 2.02.31c.84.503 2.45 1.56 3.24 2.68s1.33 1.9 1.33 1.9M19.6 104c-2.39.26-5.782 2.314-5.782 2.314M21 103c-2.78-.033-4.55.84-4.55.84M23.5 102s-4.048-.152-6.418.968M25.3 100c-2.27 0-5.369.18-7.089 1.314M26.6 100c-3.78-.33-6.388-.27-7.668.216M29.1 99c-3.76-.796-4.02-.84-9.61.685M30.5 98c-6.85-1.48-7.577-.7-10.186.027M29.1 96c-5.88.022-4.694-.325-7.964.669M29.4 96c-4.51-.884-5.06-1.78-7.56-.54M30.6 95c-3.71-1.92-4.59-1.564-8.045-.81m10.245.61c-5.97-2.25-5.41-3.117-9.45-1.837'/%3E%3Cpath fill='none' stroke-linecap='round' d='M35 94c-2.47-1.06-3.8-1.13-5.46-1.17-1.66-.044-6.19.133-6.19.133M35.8 84.6l-5.523 1.336M34.4 85.8s-4.34.624-8.25 2.198m8.25-.898s-.619-.75-2.65-.552c-2.03.2-4.88 1.353-6.62 2.305M35 88.4c-1.81-1.19-3.34-.575-3.34-.575l-7.504 3.048'/%3E%3Cpath fill='none' stroke-linecap='round' d='M34 89.8c-1.72-.729-2.25-.685-3.62-.486-1.37.2-6.39 2.28-6.39 2.28'/%3E%3Cpath fill='none' stroke-linecap='round' d='M34.3 91.2c-1.39-1.5-3.51-.55-5.26-.398-1.75.153-4.18.641-5.1 1.3m10.76.298s-2.01-.994-3.45-.795c-1.44.2-7.38.597-7.38.597m.83-2.502c6.74-2.83 8.33-3.38 9.55-2.94'/%3E%3Cg id='listel_esquerdo' fill='%23ed1c24' display='inline'%3E%3Cpath d='M-79.5 96.5c-11-22.9-31.7-18-38.5-24.3-11.4-9.2.116-21.1-12.6-25.2 6.26 8.8-6.8 20 6.3 30.7-19.7-5.6-4.64-14.1-16.2-20.4 2.5 5-2.19 12.6.8 19.2 3.2 6.2 8.2 9.3 14 12.2 5.8 2.8 15.7 1.5 25.2 9.7z' transform='translate(0 -5)'/%3E%3Cpath d='M0 112c-6 0-21.4 2.7-30.5.5-3.9-1.2-14.2-5.5-18-7C-61.8 100.3-70.8 96-85 96c-15.3 0-34.4 6.7-36 16 6 8.4 5.7 7.6 6.4 19.5 7.5 11.8 32 2.6 35.1-15 10.9 1.99 20.3 6.3 29.5 9.5 6 2 12.9 4.6 20 4.5 9.3-.25 23.5-2.7 30-4.5' transform='translate(0 -5)'/%3E%3Cg fill='none'%3E%3Cpath d='M-77.5 116.5c-7.7-1.4-13.9-.3-18 1-5.4 1.6-14.8 4.2-15 11 0 1.1.2 7 10.7 5.3m-1.1-1.3c-7.31 1.77-9.1-1.9-9.1-1.9m8.1.9c-6.1 1.9-7.9-1.4-7.9-1.4m5.9.4c-6.94 1.6-6.6-2.3-6.6-2.3' transform='translate(-2 -5)'/%3E%3Cpath stroke-width='.8' d='M-107 124c-3.59 1.9-5.2-1.4-5.2-1.4m4.2.4c-2.94 1.3-4-1.2-4-1.2'/%3E%3Cpath stroke-width='.5' d='M-109 122c-2 .6-2.8-1-2.8-1m2.5 0c-1.8.6-2.2-.8-2.2-.8'/%3E%3C/g%3E%3C/g%3E%3Cuse transform='scale(-1 1)' xlink:href='%23listel_esquerdo'/%3E%3Cg id='moto' fill='%23fff' transform='translate(0 -5)'%3E%3Cuse transform='rotate(15 -447 -200)' xlink:href='%23D'/%3E%3Cuse transform='rotate(-30 153 261)' xlink:href='%23E'/%3E%3Cuse transform='rotate(8 -883 -131)' xlink:href='%23E'/%3E%3Cuse transform='rotate(15 -471 -84.8)' xlink:href='%23D'/%3E%3Cuse transform='rotate(-20 256 334)' xlink:href='%23S'/%3E%3Cuse transform='rotate(1.4 -4957 737)' xlink:href='%23S'/%3E%3Cuse transform='rotate(-5 1169 1072)' xlink:href='%23T'/%3E%3Cuse transform='rotate(.9 -7736 1788)' xlink:href='%23T'/%3E%3Cuse transform='rotate(5 -1256 -850)' xlink:href='%23A'/%3E%3Cuse transform='rotate(-8.89 794 -171)' xlink:href='%23A'/%3E%3Cuse transform='rotate(-20.5 342 -103)' xlink:href='%23A'/%3E%3Cuse transform='rotate(-18.7 363 -172)' xlink:href='%23A'/%3E%3Cuse transform='rotate(35 -124 234)' xlink:href='%23A'/%3E%3Cuse transform='rotate(20 -349 -102)' xlink:href='%23O'/%3E%3Cuse transform='translate(43.7 120)' xlink:href='%23.'/%3E%3Cuse transform='rotate(20 -258 345)' xlink:href='%23N'/%3E%3Cuse transform='rotate(-20.9 339 -76)' xlink:href='%23C'/%3E%3Cuse transform='rotate(-20.9 332 -123)' xlink:href='%23T'/%3E%3Cuse transform='rotate(11.5 -478 521)' xlink:href='%23I'/%3E%3Cuse transform='rotate(-4.4 1410 -1055)' xlink:href='%23R'/%3E%3C/g%3E%3Cg id='no'%3E%3Cpath fill='%23ed1c24' d='M-1.3 101c-4.87 0-8.48 3.6-8.8 8.7-.4 7.4 2.3 11.75 4.6 14.75 4.4 5.3 11.8 3.2 13.5-2.5 1.5-5 .5-11.5.25-14.2-.5-4.1-4.7-6.75-9.5-6.7z'/%3E%3Cpath fill='%23ed1c24' d='M7.7 109c-.5 4.5-3.5 6.7-8.4 7.5-4.8.8-9.4-3.1-9.4-7.5 0-4.5 3.9-8.5 8.5-8.5 4.8 0 9.5 3.367 9.3 8.5z'/%3E%3Cpath fill='none' stroke-linecap='round' d='M1.7 105c1.37-2.25 1.245-2.68.1-3.9m.7 4.9c1.28-1.55 1.55-2.41 1.3-4m-.9 5c1.15-1.32 1.84-2.17 1.8-4.3M3.1 108c1.6-1.37 2.35-2.67 2.5-4.5M3.59 114c4.66-3.54 3.91-7 3.91-7m-4.04 5c3.43-2.77 3.84-5.9 3.84-5.9M3.5 110c1.63-.95 3.01-2.71 3.4-5.1M3.4 109c2.06-1.43 2.9-4.5 2.9-4.5m0 10.5c1.87-.399 2.13-1.99 2.3-3.3m-3 5c1.79-.794 2.85-.714 3.2-2.5M5.4 118c1.86-.727 2.72-1.03 3.4-2m-3.9 3s3.42-.626 3.9-2m-4.3 3.5s3.11-.836 4.1-1.8m-4.2 3.1s2.23.204 3.8-1.1M4 123s3.04-.162 3.9-1.1M3.4 124s2.4.227 3.7-.8m-4.8 2.6s2.73.045 3.6-.8'/%3E%3C/g%3E%3C/g%3E%3Cg id='estrela'%3E%3Cpath fill='%23fff' stroke='%23231f20' stroke-linecap='round' d='M0-142.5l25.555 78.755h82.84L41.42-15.105 66.975 63.65 0 15.01l-66.975 48.64 25.555-78.755-66.975-48.64h82.84z'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-24.225-61.845h-78.28L-39.14-15.77c-8.075 24.795-16.15 49.685-24.225 74.48C-42.275 43.32-21.09 28.025 0 12.635 21.09 28.025 42.275 43.32 63.365 58.71 55.29 33.915 47.215 9.025 39.14-15.77c21.09-15.39 42.275-30.685 63.365-46.075H24.13l-24.225-74.48z'/%3E%3Cpath fill='%23231f20' d='M-108.3-64.22l-1.52-.004v5.225l66.975 48.64 1.52-5.225zm216.6 0l1.52-.004v5.225l-66.975 48.64-1.52-5.225z'/%3E%3Cpath fill='%23231f20' d='M66.975 63.745l.897 1.244 3.4-4.579-25.554-78.755-4.294 3.335zm-133.95 0l-.914 1.244 5.415 1.815 66.975-48.64-4.493-3.059zM0-142.5v-1.53l5.434 1.701 25.555 78.755-5.434-.17z'/%3E%3C/g%3E%3Cg id='ancora_chave'%3E%3Cpath fill='%23fff200' d='M-31.682-21.338c2.422 2.441-3.116 9.205-8.332 4.835z'/%3E%3Cpath fill='%23231f20' d='M-40.232-16.902l.454.795.064-.75.462.355.454.295.452.234.449.184.437.132.433.083.426.043h.418l.408-.038.4-.075.387-.11.374-.14.361-.17.348-.194.327-.221.311-.239.289-.26.266-.28.245-.284.219-.3.191-.304.162-.308.133-.31.1-.3.071-.297.036-.286.008-.272-.029-.254-.057-.234-.09-.22-.12-.2-.158-.184.647-.651.251.296.196.327.142.348.09.362.038.375-.006.376-.051.382-.088.382-.129.382-.161.374-.196.369-.226.362-.257.348-.285.338-.311.321-.337.303-.362.283-.384.258-.407.229-.425.199-.447.166-.464.13-.476.09-.494.046h-.502l-.513-.05-.519-.104-.526-.156-.524-.216-.527-.275-.524-.336-.519-.401zm.518.044l-.583.705-.019-.016-.015-.015-.015-.017-.015-.019-.014-.017-.013-.019-.011-.019-.01-.019-.011-.019-.016-.043-.005-.02-.008-.021-.004-.024-.003-.021-.002-.021-.002-.023v-.044l.002-.021.002-.023.003-.021.006-.023.006-.022.015-.042.01-.02.009-.02.011-.021.012-.02.015-.018.013-.02.015-.016.018-.016.017-.017.017-.013.017-.015.019-.013.019-.01.019-.011.02-.01.02-.01.02-.007.042-.011.023-.004.021-.004.023-.004h.02l.024-.002.02.002h.021l.023.004.021.004.023.004.02.005.043.016.02.009.02.01.02.01.038.028zm8.36-4.807l-.096.722-8.332 4.835-.454-.795 8.331-4.835zm-.096.722l-.455-.795.021-.012.042-.019.021-.007.021-.006.023-.006.02-.004.023-.003.046-.004h.021l.02.002.024.002.02.003.023.004.042.012.021.007.02.01.02.007.019.01.038.023.017.013.02.015.014.013.017.018.016.017.015.015.013.019.013.019.012.022.011.019.01.022.01.02.007.022.005.022.006.023.004.02.004.024.002.022.002.022v.023l-.004.042-.008.046-.006.021-.005.02-.006.022-.01.02-.009.018-.01.022-.01.019-.012.017-.014.02-.013.016-.03.034-.017.014-.017.015-.02.015-.018.011z'/%3E%3Cpath fill='%23231f20' d='M-18.952-10.3l-11.97-8.559-.64-2.945 13.774 9.69.643 2.119zm-9.025-11.96c4.94-1.843 4.845-8.37-.321-10.545 4.208 4.56 3.02 7.505-2.147 9.206.824.458 1.643.92 2.47 1.33'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M-40.85-22c-6.403-4.01 1.074-14.46 7.106-9.14 4.39-5.938 13.965 4.464 3.297 7.827l15.01 10.165-.732 1.929c-5.215-3.591-10.355-7.135-15.546-10.655-1.155 10.815-13.144 5.943-9.135-.126z'/%3E%3Cpath fill='%23fff' d='M-36.907-23.59l-2.746-1.976 2.147-3.771 3.933 2.527 4.114-2.993 1.282 1.292-.779 2.261-5.443 1.102.273 3.401-1.282 2.204-1.92.83-1.51-1.473z'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M-34.152 19.825L-1.514 1.58-3.91-.116-31.749 14.81l-4.807 4.237zM-5.553-1.278l23.831-14.237 2.29.369L-3.91-.116zm47.496 14.263l1.235 1.292-6.45 9.253-1.33-1.52z'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M34.8 22.7L42 13l-4-2.7-3.3 4.4c-1.3.4-1.3.4-1.345-1.031l3.106-4.465-4.256-2.764-3.249 4.465C28 11.5 27 10.6 27.5 9.8c1.1-1.5 2.1-3 3.2-4.5L27.2 3l-7 9.5zM-3.9-.1l22.6-14c-.6 1.4.7 2-1.7 4.3L-1.514 1.6z'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M-12.783-10.67l49.596 34.808-1.283 3.639-54.363-38.447z'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M35.6 28c-.7-.3-.6-1.5-.2-2.5.4-1 1-1.4 1.8-1.05.7.4.8 1.1.4 2.15-.4 1-1.2 1.731-2 1.4z'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' stroke-miterlimit='22.9' d='M27.44-35.823c4.807 8.008 8.394 15.083 11.083 26.008.366 1.748.733 3.496 1.102 5.292-1.102 1.102-2.147 1.795-4.665 1.615-2.337-3.04-4.341-6.536-6.45-10.26l-3.021-7.315c-1.51-4.237-3.159-8.733-3.938-14.035z'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M23.608-12.095l4.113-.414 4.123-2.442-1.966-4.968-4.76 3.41-2.745.505-3.021 2.251zM24.368-36.7c1.586-.372 2.878-.108 2.878.59 0 .7-1.292 1.567-2.878 1.938-1.587.37-2.879.106-2.879-.593 0-.697 1.292-1.567 2.879-1.938'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' stroke-linejoin='round' d='M20.093-14.439c1.14-1.054 2.745-1.976 4.987-2.166l4.798-3.314-4.265-.265-7.753 5.047z'/%3E%3Cpath fill='%23231f20' d='M-38.902 16.025c.137-2.527 3.885-4.37 5.861-6.583 3.335 2.945 6.128.277 8.512-2.024-2.375 1.606-4.531 3.905-8.787.276-3.848 2.441-10.735 9.785-5.586 8.331m5.222 3.536l2.55-4.377 4.835-2.79-3.178 4.815zm8.387-4.689l3.443-5.06 6.61-3.323-3.864 4.863zm11.28-6.731l3.51-4.24L-5.245.77-8.33 4.875zM5.235-2.595l2.612-4.332 7.182-4.417-3.002 4.655z'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M-2.574 9.477c-3.93 9.417-13.618 14.06-17.34 11.963-8.465 3.867-16.393 6.518-28.078 5.606l-.588-1.28 25.73-5.428z'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M-26.552-1.36c-5.91 1.188-6.631 3.078-7.828 8.332-9.291 4.693-14.813 15.328-14.433 18.273C-37.508 27.268-15.71 19.64-2.84 8.872c-6.774-.415-19.916 2.272-18.81 8.835-3.705 2.527-11.78 3.638-14.915 1.748 3.154-4.55 23.25-13.11 32.655-19.57l-1.643-1.163-26.775 14.82c-1.995 1.283-7.458 4.01-8.104 2.528.137-3.496 5.444-7.135 7.41-8.332 7.325 6.584 12.35-6.44 14.63-9.386-2.698.092-5.453-.253-8.103.278z'/%3E%3Cpath fill='%23231f20' d='M-33.677-26.25l1.34-.29c4.075-4.808 5.794.647-1.34.874v.854c10.355.807 5.32-10.545 0-3.81zm-3.06 2.337c-4.388-1.52.23-6.859 2.699-2.251l.36-.086v-2.371a11.63 11.63 0 0 0-.634.887c-3.62-7.182-10.64 3.639-3.249 4.19-6.773 5.196 5.491 9.205 3.572-1.292l.312.024v-.854c-.316.01-.648.015-1 .001 1.416 8.19-6.222 7.04-1.643 3.867.182-.552.595-1.245-.412-2.119'/%3E%3Cpath fill='none' stroke='%23231f20' d='M25.036-12.239l.25-4.102s-2.609 2.131-2.315 3.736m-39.274 34.387c6.46-3.45 11.721-9.68 12.204-10.625M-17.5 21.87c7.036-4.096 12.558-10.71 12.855-11.066'/%3E%3Cpath fill='%23231f20' d='M-25.222 23.245L-6.697 12.13l-11.4 9.5-2.11-.368zm-24.035 2.375c.824.369 6.45.46 9.785-.092l-2.157 1.473-6.498.046z'/%3E%3Cpath fill='%23231f20' d='M-38.237 25.145c.824.369 4.807-1.102 8.141-1.653-1.558.92-2.422.692-3.62 2.347-2.697.368-5.262 1.292-8.055 1.15 2.194-.368 2.612-1.103 3.524-1.844'/%3E%3Cpath fill='%23231f20' d='M-33.677 25.81c3.43-1.567 3.02-1.748 4.531-2.622 1.881-.69 3.8-1.377 5.72-2.07-.87.83-2.015 2.213-2.841 2.992-2.603.783-4.845.969-7.41 1.7'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M36.3 9.4l1.4 1.4-2.9 4c-.7.7-2.3-.5-1.5-1.337z'/%3E%3Cpath stroke='%23231f20' d='M27.721-12.51l-2.435-3.83'/%3E%3Cpath stroke='%23231f20' stroke-linecap='round' d='M25.594-34.226s9.229 19.588 10.14 24.824'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M31.778 6.715l-1.235-1.261-3.002 4.349 1.415 1.102z'/%3E%3Cpath fill='%23231f20' stroke='%23231f20' d='M27.788-12.966l1.786-6.584.87 5.064z'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M33.678-25.205c.822-1.244 1.871-2.023 2.793-2.071 4.94-.92 4.854 3.449 3.885 4.693l-4.028 4.836z'/%3E%3Cpath fill='%23231f20' stroke='%23231f20' d='M34.628-22.906l4.113-2.622-1.69 6.86-.87.645z'/%3E%3Cpath fill='%23fff200' stroke='%23231f20' d='M43.33-26.174c0-2.118-1.33-3.686-2.974-3.686-1.377 0-2.505 1.182-3.116 2.993-.217.645-.23 1.197-.549 1.425-.458.368-1.187.69-1.69.46-.548-.277-.785-1.057-.824-1.653-.242-3.716 2.926-6.716 6.356-6.716 3.524 0 6.412 3.173 6.412 7.087 0 3.904-2.888 7.087-6.412 7.087-.638 0-1.94-.388-2.538-.572 1.055-.969 1.099-1.318 1.912-2.295 1.513-.234 3.423-2.24 3.423-4.13z'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' d='M26.686-34.868C30.506-28.78 37.66-11.035 38.623-3.97'/%3E%3Cpath stroke='%23231f20' d='M-35.533 19.918l.758-2.24'/%3E%3C/g%3E%3Cg id='aguia'%3E%3Cpath fill='%23b87619' stroke='%23231f20' d='M18.922-53.971c1.06 3.44.672 6.1 0 8.09.48 2.03 1.64 1.89 2.46 2.86 1.16-4.17 3.706-3.875 3.706-12.595 0 4.36-.724 6.485-1.306 8.035.626 1.94 1.98 2.66 2.79 3.63 1.16-4.17 4.43-2.47 3.95-14.5.098 3.34-.048 5.67-.434 7.51 1.16 2.57 1.83 3.58 3.42 4.55.482-5.72 3.27-6.39 1.44-17.1 1.49 4.45.192 10.8 4.48 13.5 2.99-8.04 3.27-8.62-.242-16.4 2.65 7.6 5.49 6.78 8.38 9.35-.628-1.89 2.366-5.106-4.564-13.656 3.76 5.47 5.484 7.676 9.334 8.886 1.35-5.81.192-8.04-3.37-12.8 5.83 6.83 14.2 9.11 17.7 6.1-5.06-3.29-10.287-6.903-15.387-10.143 11 6.49 18.587 9.323 22.587 8.403-.146-.967-13.3-8.81-18.5-11.3 7.75 5.04 27.5 12.5 30.4 8.09-7.95-3.1-12.66-5.765-19.26-8.575 9.1 1.99 17.06 8.915 29.86 4.555-5.68-4.65-4.795-4.662-14.155-7.232 9.33 2.512 18.587 3.962 29.115 1.372-1.148-1.028-1.59-1.74-3.95-1.99-28.4-.776-22.5-4.41-31.4-5.04 4.7.462 6.473 2.268 10.26 3.046 1.49.292 2.99.726 6.72 1.066 3.73.34 6.09.678 8.5.774 1.73.05 3.71.05 5.44 0 2.852-.051 5.616-.658 8.19-1.21 2.642-.567 5.278-1.297 7.174-2.927.974-.847 1.297-1.43 1.07-1.716-.673-.85-1.862-.646-2.79-.63-5.112.307-10.186 1.344-15.3 1.26-8.251.183-17.324-.3-25.03-1.114-6.928-.76-13.87-1.074-20.83-1.31 0 0-17.063-.14-19.8 0-4.754.244-9.427 2.398-12.33 5.67-1.636 1.843-2.837 3.15-2.93 6.903-.091 3.754-.04 5.47-1.646 6.907-.8.714-1.934.805-2.94 1.02-2.407.514-3.789-.208-5.98-1.166-8.93-3.904-11-7.51-30.3 2.23-.048 0-6.17 1.11-7.03-3.59-.24-1.31 1.11-2.08 1.16-3.88.046-1.79-2.88-7.033-4.58-8.38-6.01-4.763-14.4-5.08-19.1-5.71-9.44-1.02-16.6 1.55-27.7 2.47L-88-89.9c-12 .774-25.1-1.99-36.2-.921-.144 1.5 6.69 4.12 18.8 6.49 12-.63 16.9-.728 25.7-2.86-8.81 2.23-13.5 2.32-19.3 2.47-9.15 0-6.55 1.45-11.3 2.47 3.52 3.97 15.5 3.1 40.6-1.31l-14.7 2.47c-6.31 1.55-14 2.76-15.3 5.47 7.99 2.33 22.356-1.578 33.256-5.068-7.18 3.58-14.456 4.488-21.456 8.508 7.56 4.6 18.666-2.38 37.966-9.65-8.57 4.12-22.966 11.05-25.466 12.65 3.76 3.58 14.509-.213 28.209-7.24-5.88 4.8-14.609 7.43-16.409 8.78 4.77 1.89 13.037.118 18.137-4.874-4.29 4.26-6.427 5.454-6.567 12.544 1.93-.581 4.58.144 5.88-1.79 1.45-4.41 3.28-6.35 5.78-9.59-4 4.79-7.42 9.15-5.01 17.3 1.59-1.16 4.1-1.26 4.86-3.63.386-3.78 2.197-5.963 4.607-10.473-3.85 7.27-6.577 9.163-3.057 18.173 1.45-1.26 3.03-1.89 4.34-3.92 0-3.53 1.769-7.712 2.869-9.892-1.88 3.68-4.419 11.012-.755 16.282 1.06-.967 2.12-1.94 3.18-3.05-.242-2.33.53-5.979 1.78-9.659-2.79 8.14-1.204 12.349.434 15.849.914-.728 1.59-1.65 2.74-2.18-.626-4.02.79-9.393 1.901-11.423-1.54 2.81-3.531 11.223-.067 15.723 1.25-1.07 2.65-1.99 3.81-3.1-.434-3-1.83-5.13.53-10.8-2.26 5.67-1.06 10.8 1.25 13.8-1.11 2.857-.299 2.778.046 4.24.44-.72 1.623-1.721 2.633-2.544-6.746 5.3-.461 11.205-.509 16.775.48-2.76 2.066-4.186 1.536-8.546l-.142 4.816c.82 2.38 2.266 1.99 2.46 7.17 1.108-2.09 4.231-5.855 1.631-11.375 2.362 4.5 1.019 6.135 2.129 9.135.482-1.64 1.574-5.586-.396-10.186 1.2 3 1.596 5.536 1.932 9.216.92-1.64 1.88-1.94 2.65-5.23-.04-5.96-2.356-7.07-3.32-10.8 1.11 4.17 3.708 5.04 3.37 12.5 1.59-3.1 2.335-3.42 3.057-8.85.29 3.97 2.669 4.25 3.583 6.67 0-7.2.772-5.84 1.06-10.2.096 2.62-1.348 5.09-.818 8.14-.19 2.47 2.652 5.34 3.23 7.62.242-3.3.572-6.08.381-8.703.82 1.16-.185 2.583-.089 4.033-.19 2.47 2.744 4.76 3.32 7.04.242-3.297.29.19-.288-3.83.53 5.38 2.312 5.15 2.89 7.43-.63-4.43 1.782-7.135 1.492-12.415-.24 2.18 1.35 6.585 1.928 8.855.24-3.29 3.272-7.92.722-13.88-1.45-1.75-3.13-2.09-4.19-5.38 1.97 4.7 3.66 3.2 5.73 7.75-.73-3.68.282-7.021-1.688-10.171 1.2-1.94 3.27-5.38 1.54-10.9z'/%3E%3Cpath fill='none' stroke='%23231f20' d='M41.134-88.35c5.015 2.702 9.678 2.193 9.678 2.193l4.563-.796s-3.828-2.891-5.469-3.172'/%3E%3Cpath fill='%23b87619' stroke='%23231f20' d='M.24-71.1c-.914.969-.53 1.74-2.65 3 .096-.774-.29-1.07.192-2.32l1.64-6.83zm4.82-1.5c.578 1.41 3.13 2.95 3.37 4.26-2.31-.581-4.72 0-5.73-3.59l.77-6.01zm2.74-3.1c4.14 2.76 2.6 3.73 5.15 5.81-1.73-.776-3.76-.241-5.11-2.28l-2.22-4.21z'/%3E%3Cpath fill='%23b87619' stroke='%23231f20' d='M11.98-80.4c-.772 3.73 3.03 5.23 5.63 5.81-4.43 3.34-8.33-.92-9.83-2.47 1.54 2.57-.094 4.02 1.25 6.97-4.09-2.42-3.13-3.15-4.67-4.89-.77 1.7-.242 3.54-2.22 5.09C.41-71.15.74-72.41.07-73.67c-1.01 1.89-.626 3.78-4.96 4.8-.048-2.66.386-3.88 1.01-4.94-2.12.92-6.36 5.42-10.2 1.94 1.01-.92 4.355-2.8 6.375-4.06-1.01-.243-2.26.33-3.52-.106 2.79-2.66 3.985-1.84 5.235-4.06.29-.388 1.3-2.32.722-4.55l.626-1.41 1.4-.436-1.69-4.16-.29-.098-2.36-2.91 6.12-2.08 10.4 5.38.578 1.5.722 1.5.674 2.57.77 2.03-1.69-.144z'/%3E%3Cpath fill='none' stroke='%23231f20' d='M10.6-83s.3 1.4.7 1.7c.4.3.7.6.6 1.1-.1.5-.4 2.2-.4 2.2s-1.3-1.2-2.3-1.5c-1-.2-2.3-3.5-2.4-4.5l-1.54 9.1s-2.5-2.9-2.9-4.1l-1.8 4.4s-3-2-2.4-4.7'/%3E%3Cpath fill='%23f68712' stroke='%23231f20' d='M-5.65-96.7c-1.54.048-2.55 0-2.75 1.45.724.774 1.45 1.6 2.17 2.42 2.55.53 1.4.919 3.28-.728-3.13-.241-3.52-2.76-2.7-3.15'/%3E%3Cpath fill='%23f68712' stroke='%23231f20' d='M-11.82-89.5c2.41 1.26 4.48.144 7.71 2.57.434-1.36-2.02-3.83-3.18-3.83-.626-.29-1.54-.096-2.84-1.84-1.54-1.36-3.71 1.99-3.28 1.02.868-1.84 1.35-4.36 4.62-4.12 1.59 1.6.676 1.69 3.47 3.63 1.06 1.4 2.26 2.57 2.7 4.31.192.776-.24 1.89-.818 2.47-1.35-.967-1.45.776-2.021.487C-7.48-87.17-10.52-86.74-11.82-89.5z'/%3E%3Cpath fill='%23f68712' stroke='%23231f20' stroke-width='.5' d='M-5.8-88.2c-1.3-2.95-2.89-1.65-4.91-2.32 1.21 1.31 3.61 1.31 3.52 1.94z'/%3E%3Cpath fill='%23b87619' stroke='%23231f20' d='M-5.75-96.8c-.818.873.096 2.52 1.93 3.2 3.52-.338 5.67.626 11.6 4.12 1.199.706 1.806.433 2.7.194 1.374-.368 1.35-1.6 2.02-2.37-.772-.048-1.64.144-2.26-.146-1.54-.724-2.745-2.164-4.29-2.81a38.479 38.479 0 0 0 -7.85-2.32c-1.28-.237-1.59-.63-3.85.144'/%3E%3Cpath fill='%23fff' stroke='%23231f20' d='M.77-93.3c1.58.38 2.69 1.41 2.48 2.3-.21.893-1.66 1.31-3.24.933-1.58-.38-2.69-1.41-2.48-2.3.212-.893 1.66-1.31 3.24-.933'/%3E%3Cpath fill='%23231f20' d='M1.05-93.3c1.23.294 2.09 1.1 1.93 1.79-.166.696-1.3 1.02-2.53.726-1.23-.294-2.1-1.1-1.93-1.79.164-.696 1.3-1.02 2.53-.726'/%3E%3Cpath fill='none' stroke='%23231f20' d='M9.652-39.647c.291 2.829-1.69 8.159-1.69 8.159s-1.322-3.348-1.609-3.766c-.286-.419-1.696-3.582-1.696-5.348M15.66-61.1c-.078 1.068 1.805 4.052 1.805 4.052l1.806-3.59c.166-.33.672-1.09.54-2.015s-.881-1.993-.881-1.993m-33.907 11.86s-2.4-2.048-2.576-3.414c-.177-1.365.076-4.57.076-4.57'/%3E%3Cpath fill='%23f68712' stroke='%23231f20' d='M-11.7-11.05l-2.22-1.36.482 2.18.048 3.1c-.144 1.31-1.49 2.08-4.09.048 0 1.16-2.26 1.5-4.05-1.84-1.73 1.98-4.14-3.78-1.83-1.26-2.55-1.5-.626-3.97-.144-4.46.962-1.55 3.9-1.7 5.78-2.47 3.52-2.18 2.07-3.83 3.08-5.72l1.2-2.91c.914 1.31 2.02 2.32 1.737 4.18-4.423 8.922.681 7.902.007 10.512z'/%3E%3Cpath fill='none' stroke='%23231f20' d='M61.518-90.175s7.226 3.646 9.59 3.911c2.365.265 6.475-.22 7.624-1.038'/%3E%3Cpath fill='none' stroke='%23231f20' d='M49.807-90.065s5.944 2.829 8.64 3.138c2.696.31 7.933.508 7.933.508s-2.254-3.093-4.862-3.756m-27.533 2.983s4.619-2.21 6.674-1.37c2.055.84 6.135 3.638 5.126 3.536-1.304-.133-3.479.563-6.96 1.723-.995.332-2.954-.24-2.954-.24m30.635 1.507s6.428.692 7.963.692c1.116 0 4.948-.654 5.445-.702 1.423-.137 4.177-.024 3.836-.142-1.766-.61-5.21-3.599-8.797-4.138 1.877.47 7.403 1.697 9.347 1.874 1.945.177 10.187-.155 9.524-.177-.663-.022-3.5-1.929-3.5-1.929'/%3E%3Cpath fill='none' stroke='%23231f20' d='M57.016-87.235c6.64 1.516 11.422 7.11 11.422 7.11s-6.985-1.22-10.047-1.328c-3.05-.11-13.063-4.047-13.063-4.047M20.429-68.944s3.584 3.325 3.771 4.544c.188 1.218.019 3.187-.153 4-1.146-.974-2.313-2.35-3.203-2.788-.89-.437-2.985-2.219-2.985-2.219'/%3E%3Cpath fill='none' stroke='%23231f20' d='M19.6-70.4c1.813 1.734.728 5.618.4 6.9 0 0-2.375-1.332-3-2.41'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' d='M15.3-60.1s-.375 3.691.7 5c1.075 1.308 2.256 2.255 2.1 2.8.89-2.812 3.642-4.24 4.2-7.4.758 1.75 2.735 3.69 3 4.5.509-1.37 2.069-4.013 2.1-6.1.031-2.087-1-4.7-1-4.7'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-13.902-42.781c-.612 2.703-.7 5.61-.546 6.866.154 1.255 1.432 4.185 2.026 5.11.595.925 1.652 3.325 1.696 4.096.61-2.107 1.297-5.307 2.003-6.475m-5.747-29.182s-1.275 1.101-2.269 1.255c-.993.154-1.41.066-1.41.066s-.734-2.211.695-4.055M26.69-65.958s1.17 4.78 1.81 5.442c.638.66 1.623 1.755 2.045 3.08.383-1.46 1.896-5.95 1.853-7.221-.044-1.272-.95-4.013-3.311-5.95'/%3E%3Cpath fill='none' stroke='%23231f20' d='M30.638-70.637s.2 2.897 1.982 4.717c1.782 1.82 2.433 2.761 2.433 2.761s1.31-2.159 1.42-3.634c.11-1.476-1.942-4.41-1.942-4.41s1.787 3.54 2.668 4.322c.881.78 1.894 1.321 1.894 1.321s1.212-2.687.903-4.295c-.308-1.608-1.651-3.766-1.651-3.766l-2.627-2.959s4.499 4.875 5.864 5.316c1.366.44 3.084 1.41 3.084 1.41s-.044-4.406-1.344-5.925c-1.3-1.52-2.693-3.079-5.754-4.819l7.384 4.444s3.37 1.74 5.528 1.432c0 0-.242-2.269-1.476-4.229M9.516-88.86c1.257 1.834.793 3.074 1.382 4.544.216.539.784 1.556.784 1.556s-1.015-.058-1.968-.622c-.795-.47-1.977-2.196-1.977-2.196l.233 2.508s-1.031-.798-1.495-1.449c-.485-.681-.919-2.336-.919-2.336s-.93 1.148-1.137 1.838c-.201.672-.062 2.102-.062 2.102S3-84.059 2.504-84.783c-.562-.821-1.215-2.726-1.215-2.726m-67.296-1.617c-5.727-.088-13.81 1.498-13.81 1.498s-4.933.858-6.893.88c-2.338.027-4.824-.66-7.158-2.576 4.515-.558 21.645-1.478 21.645-1.478m19.034-.791c-4.03-.022-4.581-.088-6.938.375-2.356.462-5.88 2.092-5.88 2.092s2.797 1.806 6.585 1.894c3.788.088 7.163-.862 9.374-1.631 2.21-.77 8.136-1.87 10.47-1.386m-38.278 3.764l-1.894 1.184s3.634 1.88 7.664 1.813c4.03-.066 12.423-.802 14.832-1.767'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-50.542-88.695s-4.307 1.398-6.387 2.92c1.35 1.371 5.611.891 8.41.657 2.292-.191 6.65-1.652 6.65-1.652s5.043-1.704 6.332-1.578m-2.627 4.333l-2.978 1.893s2.272.364 4.176 1.115c1.904.752 6.242-1.776 6.242-1.776'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-28-78.275s-3.46 1.318-5.147 1.108c-1.687-.21-3.923-3.11-3.923-3.11l2.872-.948'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-27.022-75.073s-3.583 1.455-4.98 1.364c-1.396-.091-3.211-2.534-3.211-2.534l4.381-1.17m5.812 7.206s-1.586 1.542-2.73 1.586c-1.146.044-3.776-1.86-3.776-1.86s1.218-.63 1.644-.975m12.967 5.586c-1.948 1.197-3.336 2.267-6.012 2.512 0 0-.613-2.643 1.819-5.594'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-17.507-61.028s-.31 3.727-.927 4.564c-.617.837-1.212.837-2.38 2.599-.58-1.24-1.85-2.82-1.673-5 .176-2.18 1.425-3.647 1.428-4.819'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-22.124-60.579s-.693 2.353-1.64 3.388c-.947 1.035-1.234.75-1.983 1.784-1.255-.947-2.158-3.391-1.784-4.933.375-1.542 1.883-4.696 3.623-6.171'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-28.406-67.399s-2.504 1.262-2.957 2.368c-.453 1.105-.462 1.794-.44 2.709.018.78.484 2.29.484 2.29 2.381-.547 3.584-1.647 5.118-3.474'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-31.761-63.793s-2.25.525-3.722.76c-.072-.906-.416-3.618.415-4.762.832-1.144 4.167-2.259 4.167-2.259'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-34.509-68.367s-1.775.459-3.109.076-1.913-.24-1.913-.24.991-2.576 1.722-2.861c1.383-.54 3.822-1.436 3.822-1.436'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-32.598-77.147c-5.833.766-12.865 4.632-12.865 4.632s3.816 1.209 5.093 1.164c1.277-.045 4.307-.283 5.783-1.256'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-37.156-80.745l-10.986 4.734s3.499 1.828 6.297 1.74m-5.198-9.021s-4.28 2.134-4.767 2.464c-1.062.72-4.706 3.765-4.706 3.765s6.094 1.408 9.186.702m-8.991-8.995c-4.41.5-10.292 4.497-10.928 4.88 0 0 4.48 1.371 8.554.798 4.074-.572 6.764-1.21 8.036-1.879m64.013 41.348c1.879 4.18 2.663 5.053 2.064 7.613-.372 1.588-.656 3.551-1.618 4.853-.082-1.346-1.653-5.273-1.894-6.005-.241-.733-1.963-4.854-2.052-6.235'/%3E%3Cpath fill='none' stroke='%23231f20' d='M8.487-33.046c-.72 2.6 2.508 8.524 2.508 8.524s1.48-6.539 1.013-8.755'/%3E%3Cpath fill='%23f68712' stroke='%23231f20' d='M16.7-22.12c.192.92.29 1.94.578 2.86.192.629.434 1.41 1.01 1.79 1.06.726 2.5 1.02 3.76 1.5.964.338 2.12.533 3.03 1.06.53.292 1.11.776 1.4 1.36.288.53.48 1.31.384 1.98-.096.58-.567 1.808-1.06 2.08-.472.26-1.06.823-1.69.823-.53 2.28-2.65 4.6-5.11 2.76-1.4 1.16-3.81 1.16-4.91-1.11 4.19-1.74 1.11-3.73 1.54-6.83l-3.66 2.76-.096-.533c-.194-2.04 1.73-1.79 2.55-2.71 1.01-1.45.386-1.89.192-2.76-.336-1.11-.885-2.145-.962-3.25-.092-1.313.314-2.044.913-3.181l.483-3.16z'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-6.348-39.647c.291 2.829-1.69 8.159-1.69 8.159s-1.322-3.348-1.609-3.766c-.286-.419-1.696-3.582-1.696-5.348m7.423 6.999c-2.247 3.37-2.489 7.288-1.718 9.953 2.158-2.027 2.73-4.997 2.73-4.997'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' d='M-18.073-17.065c-5.726 3.876-3.123 6.716-3.123 6.716s1.023 1.8 3.642.892'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' d='M-16.545-13.322s-2.059 4.928-.568 6.514c1.49 1.585 3.06-.558 3.06-.558s1.554-1.371.133-5.044'/%3E%3Cpath fill='none' stroke='%23231f20' d='M-21.852-10.909l-1.878.496M18.1-13.5c4.657 6.173.506 9.217-3.067 6.02m4.237-7.307c7.556 2.236 3.525 11.144.624 7.62M70.865-90.13c3.05 0 6.168 2.514 7.889 2.894 1.9.42 2.696 1.127 6.983-.177m-54.956 4.006c3.766-2.609 8.532 2.266 8.532 2.266-2.516 1.14-5.306.668-8.454.125'/%3E%3Cpath fill='none' stroke='%23231f20' d='M28.594-77.188s4.515 1.516 6.406.844c1.89-.672 2.61-.547 2.61-.547s-.626-2.453-1.829-3.047c-1.203-.594-4.922-1.078-4.922-1.078'/%3E%3Cpath fill='none' stroke='%23231f20' d='M28.734-77.141s2.625 1.063 3.938 2.031c1.312.969 1.86 3.907 1.86 3.907s-2.438.39-4.188.656c-1.75.265-5.516-1.531-5.516-1.531s3.078.984 3.688 2.671c.609 1.688 1.078 3.75.78 4.563-.635-.474-1.75-1.219-2.874-1.156-1.125.062-2.02-.136-2.89-.594-.865-.455-3.103-2.35-3.103-2.35m19.337-14.671s7.077 4.135 8.598 4.356c1.521.22 4.715 1.101 6.102 1.211 1.388.11 3.546.86 3.546.86s-.871-2.64-3.815-5.196M-74.53-88.483s-2.115-.048-4.912 1.713c3.126.942 10.175 1.674 14.448 1.256 4.273-.419 11.052-1.877 11.052-1.877m10.215 1.201s-2.558 1.437-3.316 2.898c2.65-.102 3.769.308 5.615.002 2.939-.487 4.823-1.079 8.457-2.885m5.876 13.969s-1.905 1.017-3.681.686c-1.776-.332-2.929-1.413-2.929-1.413l2.575-.848m10.14 4.675s-1.695 2.29-3.193 2.687c-1.497.396-4.47-.969-5.418-1.674.575-.177 2.825-.827 2.825-.827'/%3E%3Cpath fill='%23fff' stroke='%23231f20' d='M-11.9-40.2c-3.03-.63-6.945-3.473-5.7-8.9 1.465-6.388 4.514-10.4-.5-15.7l6.2-5.6c4.87 2.91 7.28 3.73 11.9 0 4.62 3.73 7.03 2.91 11.9 0l6.2 5.6c-5.014 5.3-1.965 9.312-.5 15.7 1.245 5.427-2.67 8.27-5.7 8.9-3.01.63-9.88-1.51-11.9 4.5-2.02-6.01-8.89-3.87-11.9-4.5z'/%3E%3Cpath fill='%23fff' stroke='%23231f20' d='M-10.2-42.3c-2.54-.529-5.742-2.968-4.7-7.5 1.227-5.336 4.288-10.2.1-14.7l3.5-3.1c4.07 2.43 6.58 2.254 11.3-.3 4.72 2.554 7.23 2.73 11.3.3l3.5 3.1c-4.188 4.5-1.127 9.364.1 14.7 1.042 4.532-2.16 6.971-4.7 7.5-2.54.528-8.39-.73-10.2 3-1.81-3.73-7.66-2.472-10.2-3z'/%3E%3Cpath fill='%23231f20' d='M-3.726,-58.243 h -0.502 v -3.78 c -0.188,0.346 -0.404,0.599 -0.65,0.76 v -0.911 c 0.14,-0.092 0.284,-0.257 0.436,-0.5 a 2.37,2.37 0 0 0 0.31,-0.826 h 0.406 z m 0.75,-4.2 v -0.933 h 1.72 v 0.73 c -0.14,0.278 -0.284,0.674 -0.426,1.19 -0.146,0.513 -0.258,1.06 -0.336,1.65 -0.08,0.587 -0.12,1.12 -0.12,1.6 h -0.484 c 0.012,-0.742 0.086,-1.48 0.228,-2.22 0.138,-0.74 0.326,-1.41 0.564,-2.01 z m 4.25,-1 c 0.184,0.02 0.326,0.056 0.428,0.128 0.124,0.09 0.24,0.24 0.344,0.452 0.106,0.21 0.188,0.487 0.248,0.825 0.06,0.34 0.088,0.758 0.088,1.26 0,0.454 -0.03,0.847 -0.094,1.18 -0.062,0.334 -0.14,0.597 -0.236,0.794 a 1.146,1.146 0 0 1 -0.35,0.44 0.833,0.833 0 0 1 -0.428,0.145 v -0.873 a 0.62,0.62 0 0 0 0.206,-0.084 0.564,0.564 0 0 0 0.186,-0.237 c 0.05,-0.106 0.09,-0.274 0.122,-0.503 0.032,-0.227 0.048,-0.53 0.048,-0.903 a 6.44,6.44 0 0 0 -0.05,-0.917 1.628,1.628 0 0 0 -0.152,-0.53 0.527,0.527 0 0 0 -0.252,-0.254 C 1.356,-62.54 1.32,-62.54 1.274,-62.546 Z m -1.09,0 h 1.09 v 0.897 c -0.078,-0.02 -0.186,-0.016 -0.322,-0.016 h -0.24 v 3.47 h 0.562 v 0.873 l -1.09,0.016 z m 2.65,5.2 v -5.24 h 1.95 v 0.887 h -1.42 v 1.16 h 1.32 v 0.883 h -1.32 v 1.43 h 1.47 v 0.88 z m -13.43,6.5 v -5.24 h 0.514 l 1.07,3.5 v -3.5 h 0.494 v 5.24 H -9.05 l -1.06,-3.41 v 3.41 z m 3.81,-5.3 c 0.376,0 0.682,0.233 0.918,0.704 0.236,0.469 0.354,1.14 0.354,2 0,0.877 -0.124,1.56 -0.374,2.05 -0.22,0.436 -0.518,0.654 -0.894,0.654 h -0.004 v -0.903 h 0.004 c 0.206,0 0.38,-0.15 0.516,-0.45 0.136,-0.297 0.206,-0.755 0.206,-1.38 0,-0.606 -0.066,-1.06 -0.2,-1.35 -0.134,-0.291 -0.308,-0.435 -0.522,-0.435 h -0.004 z m -1.27,2.74 c 0,-0.623 0.056,-1.14 0.168,-1.54 0.112,-0.402 0.26,-0.704 0.442,-0.903 a 0.87,0.87 0 0 1 0.66,-0.296 v 0.903 c -0.214,0.002 -0.388,0.146 -0.522,0.44 -0.136,0.294 -0.204,0.746 -0.204,1.36 0,0.603 0.07,1.05 0.21,1.35 0.138,0.3 0.314,0.449 0.52,0.45 v 0.904 c -0.378,0 -0.68,-0.213 -0.9,-0.644 -0.25,-0.493 -0.374,-1.17 -0.374,-2.03 m 3.62,2.566 -0.936,-5.24 H -4.8 l 0.664,3.88 0.642,-3.88 h 0.562 l -0.938,5.24 z m 1.77,0 v -5.24 h 1.95 v 0.887 h -1.42 v 1.16 h 1.32 v 0.88 h -1.32 v 1.43 h 1.46 v 0.884 z m 2.439,0 v -5.24 h 0.79 l 0.478,3.57 0.472,-3.57 h 0.792 v 5.24 h -0.49 v -4.12 l -0.522,4.12 h -0.51 l -0.516,-4.12 v 4.12 z m 4.101,-5.2 h 0.008 c 0.286,0 0.488,0.044 0.604,0.128 0.116,0.086 0.214,0.237 0.296,0.454 0.078,0.215 0.118,0.46 0.118,0.736 0,0.25 -0.034,0.48 -0.102,0.684 -0.068,0.203 -0.156,0.354 -0.266,0.453 0.156,0.09 0.276,0.245 0.366,0.465 0.088,0.217 0.13,0.485 0.13,0.8 0,0.38 -0.056,0.702 -0.168,0.965 -0.112,0.26 -0.244,0.424 -0.396,0.487 -0.092,0.036 -0.288,0.058 -0.59,0.062 v -0.881 c 0.202,-0.002 0.334,-0.02 0.392,-0.054 0.062,-0.038 0.112,-0.11 0.154,-0.22 0.04,-0.105 0.062,-0.244 0.062,-0.41 0,-0.173 -0.024,-0.315 -0.066,-0.423 a 0.432,0.432 0 0 0 -0.178,-0.23 c -0.064,-0.035 -0.184,-0.055 -0.364,-0.06 v -0.874 c 0.116,0 0.19,0 0.224,-0.02 a 0.33,0.33 0 0 0 0.212,-0.188 0.947,0.947 0 0 0 0.076,-0.414 c 0,-0.154 -0.02,-0.28 -0.062,-0.376 -0.04,-0.096 -0.092,-0.156 -0.15,-0.182 -0.044,-0.02 -0.142,-0.026 -0.3,-0.032 z m -1.04,0 h 1.04 v 0.875 L 3.666,-56.07 H 3.36 v 1.21 h 0.35 l 0.164,-0.002 v 0.875 L 3.786,-53.989 H 3.36 v 1.4 h 0.514 v 0.88 l -0.15,0.003 H 2.832 Z m 3.71,0 h 0.05 c 0.286,0 0.49,0.048 0.612,0.14 0.122,0.094 0.222,0.257 0.3,0.489 0.078,0.233 0.118,0.513 0.118,0.835 0,0.41 -0.06,0.74 -0.18,0.99 -0.12,0.25 -0.29,0.407 -0.512,0.472 0.114,0.134 0.208,0.28 0.282,0.436 0.076,0.158 0.176,0.444 0.304,0.853 l 0.318,1.02 h -0.63 l -0.384,-1.14 a 9.718,9.718 0 0 0 -0.278,-0.764 v -1.12 c 0.16,0 0.264,-0.022 0.314,-0.048 0.066,-0.036 0.12,-0.106 0.16,-0.21 0.042,-0.105 0.062,-0.242 0.062,-0.417 0,-0.166 -0.02,-0.302 -0.062,-0.402 a 0.404,0.404 0 0 0 -0.166,-0.21 c -0.04,-0.02 -0.142,-0.031 -0.308,-0.035 z m -1.06,5.24 v -5.24 h 1.06 v 0.889 L 6.422,-56.056 H 6.008 v 1.33 h 0.394 l 0.142,-0.002 v 1.12 H 6.54 A 0.527,0.527 0 0 0 6.382,-53.823 C 6.328,-53.861 6.24,-53.881 6.118,-53.881 h -0.11 v 2.19 z m 3.84,-5.34 h 0.002 c 0.374,0 0.68,0.233 0.916,0.704 0.236,0.469 0.354,1.14 0.354,2 0,0.877 -0.124,1.56 -0.374,2.05 -0.22,0.436 -0.518,0.654 -0.894,0.654 H 9.324 v -0.903 h 0.004 c 0.206,0 0.38,-0.15 0.516,-0.45 0.136,-0.297 0.206,-0.755 0.206,-1.38 0,-0.606 -0.066,-1.06 -0.2,-1.35 -0.134,-0.291 -0.308,-0.435 -0.522,-0.435 H 9.324 Z m -1.27,2.74 c 0,-0.623 0.056,-1.14 0.168,-1.54 0.112,-0.402 0.26,-0.704 0.442,-0.903 a 0.87,0.87 0 0 1 0.66,-0.296 l 0.004,0.889 c -0.214,0.002 -0.392,0.16 -0.526,0.454 -0.136,0.294 -0.204,0.746 -0.204,1.36 0,0.603 0.07,1.05 0.21,1.35 0.14,0.3 0.31,0.45 0.516,0.453 v 0.9 c -0.378,0 -0.676,-0.212 -0.896,-0.643 -0.25,-0.493 -0.374,-1.17 -0.374,-2.03 m -13.91,3.866 c 0.184,0.02 0.326,0.056 0.43,0.128 0.124,0.09 0.238,0.24 0.342,0.452 0.104,0.213 0.188,0.487 0.248,0.825 0.06,0.34 0.09,0.758 0.09,1.26 0,0.454 -0.032,0.847 -0.096,1.18 a 3.08,3.08 0 0 1 -0.236,0.796 c -0.096,0.196 -0.212,0.34 -0.348,0.44 a 0.863,0.863 0 0 1 -0.43,0.159 v -0.89 a 0.604,0.604 0 0 0 0.206,-0.081 0.549,0.549 0 0 0 0.186,-0.237 c 0.05,-0.106 0.09,-0.274 0.122,-0.503 0.032,-0.23 0.048,-0.53 0.048,-0.903 a 6.44,6.44 0 0 0 -0.05,-0.917 1.58,1.58 0 0 0 -0.152,-0.53 0.519,0.519 0 0 0 -0.252,-0.254 c -0.026,-0.02 -0.062,-0.02 -0.108,-0.026 z m -1.09,0 h 1.09 v 0.9 c -0.078,-0.02 -0.186,-0.02 -0.322,-0.02 h -0.24 v 3.47 h 0.562 v 0.89 h -1.09 z m 2.65,5.3 v -5.24 h 1.95 v 0.887 h -1.42 v 1.16 h 1.32 v 0.883 h -1.32 v 1.43 h 1.47 v 0.88 z m 4.63,0 h -0.502 v -3.78 c -0.188,0.346 -0.404,0.599 -0.65,0.76 v -0.911 c 0.14,-0.092 0.284,-0.257 0.434,-0.5 a 2.32,2.32 0 0 0 0.312,-0.826 h 0.406 z m 1.61,-5.3 c 0.256,0 0.45,0.13 0.586,0.392 0.132,0.26 0.2,0.577 0.2,0.95 0,0.256 -0.032,0.478 -0.098,0.663 a 0.942,0.942 0 0 1 -0.266,0.428 c 0.152,0.118 0.262,0.286 0.336,0.503 0.074,0.213 0.112,0.479 0.112,0.794 0,0.324 -0.036,0.609 -0.11,0.857 -0.074,0.248 -0.174,0.436 -0.304,0.569 a 0.657,0.657 0 0 1 -0.456,0.194 v -0.806 h 0.01 c 0.102,0 0.188,-0.072 0.256,-0.22 0.07,-0.143 0.104,-0.361 0.104,-0.653 0,-0.25 -0.034,-0.447 -0.106,-0.591 -0.07,-0.144 -0.156,-0.22 -0.26,-0.22 H 1.944 v -0.803 c 0.09,0 0.166,-0.054 0.224,-0.164 0.06,-0.108 0.09,-0.265 0.09,-0.471 0,-0.196 -0.03,-0.35 -0.09,-0.46 -0.058,-0.11 -0.132,-0.164 -0.22,-0.164 H 1.944 Z m -0.416,2.43 a 0.954,0.954 0 0 1 -0.28,-0.428 2.039,2.039 0 0 1 -0.092,-0.654 c 0,-0.412 0.07,-0.74 0.212,-0.985 0.142,-0.243 0.334,-0.366 0.576,-0.366 v 0.796 c -0.09,0.002 -0.166,0.056 -0.224,0.166 -0.06,0.11 -0.09,0.263 -0.09,0.458 0,0.205 0.03,0.362 0.088,0.47 0.06,0.113 0.136,0.17 0.226,0.17 l 0.004,0.804 c -0.1,0.002 -0.188,0.069 -0.258,0.214 -0.072,0.146 -0.106,0.342 -0.106,0.585 0,0.28 0.036,0.497 0.108,0.65 0.072,0.146 0.164,0.228 0.262,0.234 l -0.01,0.806 c -0.244,0 -0.446,-0.155 -0.608,-0.435 -0.164,-0.286 -0.248,-0.674 -0.248,-1.16 0,-0.314 0.038,-0.585 0.114,-0.812 0.076,-0.225 0.184,-0.398 0.326,-0.517 m 2.446,-2.426 c 0.256,0 0.45,0.13 0.584,0.392 0.134,0.26 0.202,0.577 0.202,0.95 0,0.256 -0.034,0.478 -0.098,0.663 a 0.959,0.959 0 0 1 -0.266,0.428 c 0.15,0.118 0.262,0.286 0.336,0.503 0.074,0.213 0.112,0.479 0.112,0.794 0,0.324 -0.036,0.609 -0.112,0.857 a 1.354,1.354 0 0 1 -0.302,0.569 0.657,0.657 0 0 1 -0.456,0.194 v -0.806 h 0.01 c 0.102,0 0.188,-0.072 0.256,-0.22 0.07,-0.143 0.104,-0.361 0.104,-0.653 0,-0.25 -0.034,-0.447 -0.106,-0.591 -0.07,-0.144 -0.156,-0.22 -0.26,-0.22 H 3.974 v -0.803 c 0.09,0 0.164,-0.054 0.224,-0.164 0.06,-0.108 0.09,-0.265 0.09,-0.471 0,-0.196 -0.03,-0.35 -0.09,-0.46 -0.058,-0.11 -0.132,-0.164 -0.22,-0.164 H 3.974 Z m -0.418,2.43 a 0.968,0.968 0 0 1 -0.278,-0.428 2.035,2.035 0 0 1 -0.094,-0.654 c 0,-0.412 0.072,-0.74 0.214,-0.985 0.142,-0.243 0.334,-0.366 0.576,-0.366 v 0.796 c -0.09,0.002 -0.166,0.056 -0.224,0.166 -0.06,0.11 -0.09,0.263 -0.09,0.458 0,0.205 0.032,0.367 0.09,0.476 0.06,0.112 0.134,0.164 0.224,0.164 l 0.004,0.804 c -0.1,0.002 -0.188,0.069 -0.258,0.214 -0.072,0.146 -0.106,0.342 -0.106,0.585 0,0.28 0.036,0.497 0.108,0.65 0.072,0.146 0.164,0.228 0.262,0.234 l -0.01,0.806 c -0.244,0 -0.446,-0.155 -0.608,-0.435 -0.164,-0.286 -0.248,-0.674 -0.248,-1.16 0,-0.314 0.038,-0.585 0.114,-0.812 0.076,-0.225 0.184,-0.398 0.324,-0.517 m 2.408,2.074 c 0.102,-0.02 0.188,-0.108 0.254,-0.292 0.072,-0.192 0.116,-0.587 0.138,-1.18 -0.05,0.121 -0.121,0.233 -0.212,0.328 a 0.387,0.387 0 0 1 -0.18,0.1 v -0.726 h 0.002 c 0.096,0 0.176,-0.076 0.246,-0.225 0.066,-0.148 0.1,-0.376 0.1,-0.676 0,-0.328 -0.038,-0.58 -0.112,-0.756 -0.072,-0.162 -0.15,-0.25 -0.236,-0.263 v -0.835 c 0.264,0 0.482,0.205 0.652,0.613 0.174,0.408 0.26,1.09 0.26,2.03 0,0.96 -0.09,1.66 -0.27,2.08 -0.168,0.394 -0.382,0.605 -0.642,0.63 z m -0.792,-0.475 0.488,-0.108 c 0.022,0.39 0.118,0.585 0.284,0.585 h 0.02 v 0.827 H 5.91 c -0.196,0 -0.362,-0.106 -0.49,-0.32 -0.128,-0.213 -0.21,-0.543 -0.248,-0.985 m 0.792,-0.567 H 5.882 c -0.198,0 -0.374,-0.156 -0.528,-0.47 -0.154,-0.311 -0.23,-0.725 -0.23,-1.24 0,-0.552 0.08,-0.986 0.242,-1.3 0.162,-0.315 0.36,-0.476 0.598,-0.476 v 0.835 H 5.94 c -0.092,0 -0.17,0.072 -0.232,0.217 -0.06,0.144 -0.092,0.386 -0.092,0.724 0,0.338 0.034,0.585 0.102,0.742 0.068,0.156 0.152,0.239 0.248,0.24z'/%3E%3C/g%3E%3Cg id='barrete' stroke='%23231f20'%3E%3Cpath fill='%23ed1c24' d='M1.471-152.11c-.77-.29-1.5-.723-2.153-1.193-.858-.62-1.508-1.532-2.518-1.632-1.49-.192-3.18.048-4.62.483-.82.243-1.59 1.02-2.02 1.75-.722 1.16-1.16 2.61-1.59 3.87-.672 2.13-1.11 4.46-1.92 6.54-.436 1.11-1.21 2.18-1.88 3.2-.674 1.02-2 1.8-2.36 3.05-.647 2.23.762 4.812 2.36 6.142 1.77 1.47 3.811 2.577 5.88 3.4l3.76 1.23 2.205-6.797 13.696 4.766 3.145 10.955 3.784.654c5.08 2.03 6.41-3.82 6.5-5.04.09-1.22-1.61-6.6-2.07-9.93-.359-2.59.062-5.26-.338-7.84-.377-2.44-1.74-4.65-2.02-7.02-.347-2.95.866-6.25 0-8.96-1.78-5.47-5.01-7.6-8.91-10.7-4.96-4.5-14-4.94-15.6-4.6-1.64.34-7.18 2.52-7.47 8.57-.288 6.1 5.25 6.49 7.66 6.15 2.313-.483 5.11-3.38 10.6-2.47-5.488-.918-7.53 1.647-10.6 2.47 3.803-.435 3.47 3.05 9.624 3.646-1.653-.253-2.256-.384-3.145-.694z'/%3E%3Cpath fill='none' stroke-linecap='round' d='M9.46-132.728s4.08 1.668 5.36 2.478c1.28.81 7.16 4.26 8.03 5.3m-12.71-9.45c4.77 1.52 10.3 6.55 10.3 6.55l2.09 1.7M11.9-135.4s8.3 4.23 10.4 7.73m-10.6-8.73s7.16 3.87 9.88 7.4m-8.48-8.4s6.88 4.6 8.78 7.79m-8.28-8.79s5.43 2.68 8 7.17m-6.8-8.17c1.33.508 4.48 2.84 6.66 6.67m-7.06-8.67s6.39 3.61 7.07 7.29M9.96-145.4s6.65 4.38 7.91 5.7c1.26 1.32 3.02 2.55 3.48 3.78m-11.28-12.03s6.48 4.14 7.36 5.5c.88 1.36 3.54 3.05 4.02 4.67M10-149.4s3.74 2.1 5.28 3.53c1.54 1.43 4.32 2.98 5.38 6.23M12-150.4s5.13 2.43 8.11 7.78m-7.01-8.78s5.58 4.29 6.36 6.8m-7.06-9.8l6.8 7.17m-7.4-9.17s6.62 5.41 7.45 8.55M13.3-160.4s3.83 3.45 5.3 6.32c.767 1.49.97 2.47.97 2.47m-6.77-6.79c4.11 2.85 6.47 8.47 6.47 8.47m-6.97-7.47c4.66 3.09 7.17 7.95 7.17 7.95'/%3E%3Cpath fill='%23231f20' d='M13.859-126c2.345.838 4.697 2.383 6.547 4.473.5.565.558 2.83.182 3.31-.508.65-1.53.619-3.55.249-2.4-.433-4.36-1.09-4.36-1.09l-2.367-8.243s1.658.626 3.548 1.301zM-5.098-126.79c-2.548-1.003-5.66-1.917-7.632-3.5-.806-.647-1.73-1.65-2.07-2.71-.144-.533.144-1.36.626-1.6.82-.434 1.98-.434 2.89-.338 2.708.855 5.142 1.928 7.899 2.87z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.box-unidade .icone.SP{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='102' height='68' viewBox='0 0 1950 1300'%3E%3Ctitle%3EBandeira do Estado de São Paulo%3C/title%3E%3Cdefs%3E%3Cg id='star' transform='scale(75)'%3E%3Cg id='cone'%3E%3Cpolygon id='triangle' fill='%23FFEC00' points='0,0 0,1 .5,1' transform='translate(0,-1) rotate(18)'/%3E%3Cuse xlink:href='%23triangle' transform='scale(-1,1)'/%3E%3C/g%3E%3Cg id='cone2'%3E%3Cuse xlink:href='%23cone' transform='rotate(72)'/%3E%3Cuse xlink:href='%23cone' transform='rotate(216)'/%3E%3C/g%3E%3Cuse xlink:href='%23cone2' transform='rotate(72)'/%3E%3C/g%3E%3C/defs%3E%3Crect fill='%23FFF' width='1950' height='1300'/%3E%3Cline x1='975' x2='975' y2='1300' style='stroke:%23212125;stroke-dasharray:100,100;stroke-width:1950;'/%3E%3Cpath fill='%23FFF' d='M0 0 765 510H0z'/%3E%3Crect fill='%23C40008' width='750' height='500'/%3E%3Cuse xlink:href='%23star' x='100' y='100'/%3E%3Cuse xlink:href='%23star' x='100' y='400'/%3E%3Cuse xlink:href='%23star' x='650' y='100'/%3E%3Cuse xlink:href='%23star' x='650' y='400'/%3E%3Ccircle fill='%23FFF' cx='375' cy='250' r='200'/%3E%3Cpath id='map' fill='%23294292' transform='translate(375,250) scale(0.232)' d='M-672,-138c2,4,6,6,9,9,2,3,4,7,6,11s6,7,6,11c0,3-5,5-6,8,0,2,0,4,1,7l3,3c4,0,5-4,8-6h5c2,1,2,5,4,5,1,1,3-3,5-2,2,0,4,1,5,3,3,4,2,9,5,13,2,3,6,4,10,5,3,0,7-1,9-3,3-3,3-7,5-9s5-1,7-2,4-3,7-4c1-1,4-4,5-3,3,4,2,9,2,13,1,12-3,25,1,36,1,4,7,3,11,2s7-5,11-5c5-1,10,0,14,0,6,1,13,1,19,1,7,1,14,2,21,0,3,0,6-4,7-7,2-2,0-6,2-8,1-1,5-1,7-1s3,3,4,2c4-1,7-4,9-6,3-3,4-8,7-10,2-1,4,3,5,2,3-2,4-6,6-9,3-3,7-6,10-7,5-2,11-3,16-4,3,0,5-1,8-1s6,1,9,1c2,0,4-2,6-2,1-1,3-3,4-1,3,3,4,9,4,13s-4,6-4,9c-1,4,0,8,1,11s4,4,5,7,1,6,0,9c-1,2-5,1-5,3,0,4,2,7,3,10,2,4,2,8,5,12,3,5,7,10,12,13,4,3,9,3,13,5,2,2,1,7,4,9s7,2,10,1c4,0,7-1,10-2,1,0,2-2,4-2,4,1,9,4,13,6,3,2,4,6,7,8,3,1,6-1,8,1,4,1,6,6,10,7,3,2,7,3,10,3,2,1,5-1,7,1,4,3,6,9,11,12,3,2,8,3,13,2,2-1,2-6,5-6,4-1,7,2,11,3,3,2,6,4,9,6,4,2,10,3,12,7,2,3-2,8-1,12,1,5,5,9,7,14,1,3,0,8,0,12,0,1,1,2,0,3-3,1-6-1-8,0-1,1,0,4,1,5,1,2,4,3,5,6,2,4,3,9,3,14,1,4,0,8,1,11,1,4,4,8,7,9,8,2,17,0,26,0,8,1,16,1,24,1,2,1,7-2,7,1,1,3-5,5-6,9,0,3,3,5,4,7,2,4,2,9,4,12s5,4,8,6c3,3,5,6,8,9s6,7,8,11,2,8,2,13c0,4-1,8-3,12-1,5-4,10-6,15-1,6-3,11-5,16-1,3-4,7-3,10s5,3,7,4c1,2,2,4,1,5-1,2-4,0-6,2s-3,6-2,9c0,4,3,7,4,11,1,2,2,4,3,7,1,2,3,4,3,7,1,4,1,8,0,13,0,2-1,4-2,7,0,2,1,5,1,7,0,3-2,6-2,9s0,7,3,9c3,1,6-3,9-3s7,1,11,1c3,1,7,0,10,1,3,0,5,2,7,2,2,1,5,2,7,2,2-1,2-7,5-6,3,0,3,5,6,7,4,2,10,0,14,2,3,3,5,9,6,13,3,8,3,15,5,23,1,4,1,10,5,13,2,2,7,2,11,3,5,0,10-2,14-1s10,3,11,7c2,5-4,10-4,15,0,4,3,7,2,11,0,3-3,6-3,10-1,2,3,3,2,5s-4,1-5,3-1,5,0,8c0,3,0,6,3,7,4,1,10-4,14-2,5,3,7,10,9,15,2,3,3,7,3,10-1,2-4,3-4,5-1,3,1,6,1,10,0,3-1,6-2,9-2,4-3,7-6,10-2,2-4,3-7,4s-7,0-11,1c-4,2-7,6-10,8s-5,5-8,7c-4,3-9,5-14,8-2,2-3,5-6,8-2,3-5,6-7,9-2,2-3,4-5,6-3,3-6,4-9,6-2,3-3,7-5,9-2,3-5,4-7,7s-2,8-5,11-8,2-10,5c-3,2-3,6-4,9-1,2-3,5-1,6,2,2,5-2,7-1,2,0,3,3,4,3,2,0,3-2,4-3s1-3,2-4c2-1,5-2,7-2s2,3,4,4c1,1,3,1,4,2,2,2,1,5,3,7s6,2,7,3c2,2,2,5,3,7,1,3,2,6,3,7s3,1,5,0c1,0,3-1,5-2,1-1,2-1,2-2,1-1,0-3,0-4,1-1,2-1,3-1,2,0,6,0,6,2,1,2-3,4-4,6,0,2,1,4,2,5,3,4,7,8,12,10,3,2,8,2,11,4s6,5,8,7c2,3,3,6,6,8,3,3,8,3,11,7,4,3,4,9,7,13,8,11,19,5,11,18,0,1-2,2-3,3-2,1-3,1-4,2-1,2-2,3-2,5s-1,5,0,8c0,2,2,4,3,5,2,1,3,1,5,0,1,0,2-2,3-3,3-1,6-2,8-3,3-2,7-4,9-7,2-2,2-5,2-8,1-2,1-4,1-6,1-2,2-4,2-6,2-4,5-8,5-12,1-2-2-4-2-7,0-2,2-3,2-4,1-3,1-6,3-9,2-4,6-9,9-13,2-2,5-2,6-3,2-1,3-2,4-4s0-5,1-8,4-5,5-8c1-2,3-3,3-6,0-1-2-2-2-3-2-2-3-4-4-7,0-1-1-2,0-3,3,0,6,0,8,2,3,3,2,7,4,10,2,2,4,3,5,3,2,0,1-2,1-3,1-1,0-4,1-3,2,0,2,3,4,4,1,0,2-3,3-2s1,3,0,5c-1,1-5,0-6,2-1,1,1,4,0,6s-3,3-5,6c-1,1,0,3-2,4-3,2-8,0-10,3s2,8,1,11c-1,2-5,1-7,2s-3,3-4,4c-3,3-8,5-11,8-1,2-1,5,0,7,2,2,6,3,8,1,2,0,2-4,4-6s5-4,7-6c4-2,7-4,10-7,3-2,4-5,6-7,3-3,6-3,8-5,3-4,5-8,7-13,2-2,4-5,4-8,2-4,2-8,3-12,0-1-1-3,0-4,1-2,4-2,5-4,1-1,1-3,2-4,2-3,5-3,6-6,1-2-2-5-2-7,0-1,0-3,1-3,2,0,4,2,7,2,2-1,3-4,4-5,2-3,4-5,6-7,4-2,8-2,12-4,2-2,4-5,6-8,1-2,3-4,4-6,1-4,0-8,1-11,1-5,4-9,4-14,1-3-2-4-2-7,1-3,5-6,5-10,0-2-3-4-3-6-1-4-1-8-1-12s0-7,1-11c0-5,1-9,3-14,1-3,6-4,6-8,0-2-4-3-6-5v-3c1-1,2-2,3-3,4,0,8,7,12,6,6-1,5-10,8-14,4-4,8-6,13-9,5-4,11-7,17-11,3-2,6-5,9-7,2-2,4-4,7-5,3-2,7-3,11-5,3-2,6-6,10-6,4-1,9,2,13,2s9,0,12-2c4-2,5-7,8-9,3-3,8-3,11-6,2-2,1-5,3-8,1-2,2-4,4-5,3,0,6,2,9,3,2,0,5,2,8,2,2,0,4-4,7-5,2,0,5,0,7,1s2,4,4,6c1,1,3,2,5,2,5-1,11-1,15-4,2-1,1-5,3-6,2,0,3,4,5,5,3,1,8,1,11,2s4,5,6,4c5-1,10-4,13-8,2-3,0-8,2-10,2-3,6-3,8-5,7-3,14-5,19-10,2-1,1-4,1-6s-3-2-3-3c0-2,2-5,4-5s4,5,5,3c2-2-1-6,0-10,0-1,1-3,2-5,3-4,6-8,10-12,3-4,8-8,11-12,1-2,1-5,3-7,4-5,9-11,13-16,5-5,10-9,13-14s3-11,4-17c1-4,0-9,1-14s2-10,5-14c2-6,6-11,9-16,3-3,7-6,8-10,2-4,0-9,1-13,1-9,4-17,7-24,2-7,6-13,8-19,1-2,3-4,3-6,0-4-2-7-2-11,0-3,3-6,3-9-1-5-5-9-5-14,0-4,2-9,4-13,1-7,5-13,5-19s-6-10-6-16c0-5,4-10,6-15,1-3,1-6,2-8,2-2,6-3,6-5,0-3-4-5-4-8,0-2,3-5,5-4,4,2,2,9,6,11,3,2,8-1,11-3s5-6,8-8c5-5,11-7,15-12,4-4,6-10,9-15v-1c0-3,1-7,2-10s4-6,5-10c1-2-1-4,0-5,2-1,4,3,5,2,3-2,3-7,5-10,3-3,7-6,11-9,6-6,12-12,19-17,3-2,6-4,9-7,2-2,1-6,3-8,2-1,5,0,7-1,2-2,4-4,5-7,1-1-1-4,0-6,4-5,10-8,14-13,4-4,8-9,10-14,4-6,5-12,8-19s7-14,9-22c1-8,1-16,0-23,0-10,0-19-1-29-1-5-2-11-3-17-1-4-1-8-2-13-3-8-6-16-10-23-2-3-5-5-8-6-8-3-16-4-24-5-6-1-12,2-18,1-7-2-13-7-19-10-7-5-12-10-18-14-7-5-13-10-19-16-6-5-11-11-17-17-5-4-10-9-16-12-6-4-14-4-21-7-4-3-8-7-13-9-6-2-12-2-18-3-6,0-13,1-19,2-4,1-8,5-13,5-5-1-9-6-14-8-3-1-7-3-11-3-4-1-9,2-13,1-2-1-3-5-5-5-4-2-9,0-13-1-2-1-2-5-4-6-5-2-11-2-16-4-1,0-2-3-4-3-2,1-1,6-3,7-3,1-6-1-8-3-2-1-1-6-3-5-3,2-2,7-4,10-2,1-4,1-6,0-2,0-4-2-5-3-2-1-4-2-6-1-2,3-2,8-3,12-2,3-3,6-6,9-2,2-6,3-8,6-2,4-1,17-3,13-2-5,0-11,2-16,0-2,2-5,3-8,1-2,0-4,1-6,1-3,3-6,5-9,1-2,3-4,5-6,1-1,4-2,4-3-1-2-3-4-5-4-2,1-4,6-6,4-2-1,1-4,2-6s4-3,4-5c0-3-2-5-4-7-1-1-4,0-5-1-2-3-3-7-5-9-1-1-3,0-4-1-2,0-3-3-5-2-3,0-5,2-6,5s4,8,1,9c-4,1-6-5-7-8s4-5,4-8c-1-2-3-3-6-3-1-1-1,2-2,2-2-1,0-5-2-5-3-1-6,2-9,2s-6-4-9-4c-1,0-2,4-3,3-2-2,0-7-2-8-3-1-6,5-9,4s-3-8-7-10c-5-3-10-3-16-4-5-2-10-5-15-6-2,0,3,5,1,4-4,0-8-5-12-6-3,0-4,4-5,4-3,2-6,1-8,3-3,1-4,4-6,6-3,3-6,6-9,9-2,2-6,4-6,6,0,5,9,8,6,11-2,3-7-4-10-4-4,1-6,6-9,8-2,1-3,0-4,0-4,0-8-1-12,1-4,1-7,6-11,8-3,1-6,0-9,0-4,0-8-3-12-2-3,2-2,10-6,9-6,0-7-10-12-11-3-1-3,7-6,8s-5-3-5-6c1-3,7-3,9-7,1-3,1-8,0-11s-2-7-5-7c-8,0-15,5-23,8-7,2-15,6-22,7-5,1-10,3-14,0-2-1,3-5,5-6,5-2,12,1,17-2,4-4,4-10,6-16,0-1,0-3,1-4,4-7,8-15,13-21,6-8,12-14,19-21,3-3,8-5,11-9,6-5,10-11,14-17,4-5,9-11,10-18,0-4-3-8-6-10-6-3-13,1-18-2-4-2-5-7-6-11-1-2,1-4,1-7-1-4-3-8-5-12-3-6-6-11-8-18-1-6-1-12-2-18-1-4,0-9-2-13-3-6-7-15-14-16-4,0,5,10,3,14-2,3-5-7-8-6-7,5-11,14-16,21-5,9-10,18-15,27-2,5-4,9-6,13s-2,9-5,11c-4,3-10,5-15,4s-6-7-10-8c-2-1-4,3-6,3s-4-4-6-4c-6,1-9,8-14,8-5,1-8-4-13-6-1,0-3,3-4,2-5-3-8-12-14-12-8-1-16,8-24,9-4,0-7-7-10-6-5,1-9,5-10,10,0,5,7,9,7,14,0,2-4,4-6,3-5-2-8-9-13-10-2-1,2,5,0,7s-7,4-11,4c-3,0-6-4-10-4-5-1-12-2-17,1-2,1,3,6,0,7-5,3-13,0-19,2-2,0,2,4,0,5-3,1-6-3-8-2-6,3-7,11-13,13-4,2-10-1-14-3-6-3-12-7-16-12-3-3-4-7-5-11,0-4,4-8,3-12-1-3-7-4-8-7-2-5-3-12-3-17,1-3,5-4,6-6,2-3-1-6,1-9,3-4,10-4,11-8,2-6-2-11-3-17-1-4-3-8-4-11-2-2-3-5-5-6s-6,1-8-1c-4-4-6-9-6-14-1-4,4-7,3-11-1-2-5-4-8-4-3,1-4,5-7,7-2,1-4,1-6,0-3-1-5-7-6-5-2,3,3,6,3,9,1,3,1,6-1,8-3,4-7,7-12,9-5,3-12,3-17,6-3,2-3,7-6,9-4,2-10,2-14,3-6,1-11-2-16,0s-9,5-12,9c-1,3,2,6,1,9-1,2-4,1-5,0-3-2-4-7-7-8-3-2-7,0-10-1-6-1-12-3-17-6-4-2-5-10-10-10s-10,6-13,11c-2,3-1,9,2,11,4,3,11-2,15,2,3,2,2,7,1,11-1,3-3,5-5,8-1,3-3,6-3,10,0,5,1,9,2,14,1,3,2,5,4,7,1,2,4,2,6,2,2,1,5,4,8,3,2,0,4-4,6-4,4,1,9,6,6,8-5,5-14,0-19,5-7,5-5,18-12,23-3,3-3-8-7-8s-5,7-8,10c-7,6-14,10-20,15-3,3-4,11-8,10-5,0-2-9-6-12-3-2-7-3-10,0s0,13-5,13c-7,1-11-7-17-11-5-3-11-5-14-10-2-2,1-6,0-9-4-8-7-19-15-22-6-2-7,12-13,13-4,1-5-7-9-9-3-1-7-1-8,2s7,9,3,10c-13,5-27,2-41,2-5,0-13-4-15,1-3,8-1,18,3,27,1,3,7,0,10,0,3-1,6-3,8-1,3,2,2,7,2,10-1,3-3,7-6,7s-5-7-9-7c-5,1-12,4-14,9-3,8-1,17,0,25,1,3,3,5,6,8,2,1,6,1,7,4,3,3,2,7,4,11,1,3,4,5,4,8,0,5-3,9-3,14,0,4,2,9,1,13-3,22-7,45-12,67-2,9-2,20-8,26-3,3-8-8-12-7-6,1-8,9-14,10-3,1-6-5-9-4-3,0-4,4-7,5-3,2-7-1-10,0-6,3-10,8-15,12s-11,6-15,11c-5,5-8,12-10,18-2,5-3,10-4,15,0,4,1,8,0,12-1,5-1,11-5,15-2,4-9,2-11,6-3,5-2,11-2,16,0,3,2,7,0,9-2,3-7,1-8,4-1,2,1,5,2,7,2,2,5,2,7,4s1,6,2,8c1,3,2,6,4,8zm770-293c3-5,6-11,10-16,3-3,8-12,11-9,4,5-1,13-3,18-2,6-6,12-11,16-4,4-11,14-15,9-5-5,5-12,8-18zm33-14c-1,4,3,8,3,12-1,4-6,6-6,9-1,5,0,11,3,15,2,2,7,0,9,2s-2,6,0,7c5,2,10,0,14,1,3,0,5,3,8,2,2,0,1-4,3-6,4-2,8-1,11-3,4-1,6-5,10-5,2,0,3,4,6,4,2,0,5-2,6-5,0-3-5-8-3-11,3-5,11-5,15-10s13-12,9-18c-5-7-18-9-26-5-6,4,0,16-5,22-2,3-4-7-4-11,0-2,5-1,5-3,0-3-2-6-4-7-7-3-14-2-21-2-6-1-13-1-19,0-3,1-5,4-8,6-2,2-6,3-6,6zm19-18c6-1,12,1,16-2,3-2,6-8,4-10-5-4-13,1-18-2-2-2,6-9,3-9-6,0-11,4-15,8-3,2-6,5-6,9-1,3,0,7,3,8,2,1,2-4,3-6,2-2,2-5,5-6,1-1,4,1,3,3,0,3-6,5-5,7,0,3,5,0,7,0zm-27-1c-4,1-2,10,0,13s8,1,8-1c0-5-3-13-8-12z'/%3E%3C/svg%3E");
}
.box-unidade .icone.PE{
	background-image: url("data:image/svg+xml,%3Csvg width='112' height='74' version='1.1' viewBox='0 0 540 360' xmlns='http://www.w3.org/2000/svg'%3E%3C!-- 1 unidade = 9 pixels --%3E%3Cpath id='faixa_azul' fill='%233155A4' d='M0 0h540v216H0z'/%3E%3Cpath id='arco_vermelho' d='M69 270 A 129 129 202.5 0 1 471,270' style='fill:none;' stroke-width='12' stroke='%23C34342'/%3E%3Cpath id='arco_amarelo' d='M81 270 A 117 117 202.5 0 1 459,270' style='fill:none;' stroke-width='12' stroke='%23FFB511'/%3E%3Cpath id='arco_verde' d='M93 270 A 105 105 202.5 0 1 447,270' style='fill:none;' stroke-width='12' stroke='%2300AD4A'/%3E%3Cpath id='faixa_branca' fill='%23fff' d='M0 216h540v144H0z'/%3E%3Cpath id='cruz' d='M270 243v90m-27-58.5h54' stroke-width='12' stroke='%23C34342' fill='none'/%3E%3Cpath id='sol' fill='%23FFB511' d='m 270,126 2.93684,9.19249 5.21596,-8.11915 0.45758,9.63937 7.13962,-6.49251 -2.05287,9.42935 8.57673,-4.42341 -4.42341,8.57673 9.42935,-2.05287 -6.49251,7.13962 9.63937,0.45758 -8.11915,5.21596 9.19249,2.93684 -9.19249,2.93684 8.11915,5.21596 -9.63937,0.45758 6.49251,7.13962 -9.42935,-2.05287 4.42341,8.57673 -8.57673,-4.42341 2.05287,9.42935 -7.13962,-6.49251 -0.45758,9.63937 -5.21596,-8.11915 L 270,189 l -2.93684,-9.19249 -5.21596,8.11915 -0.45758,-9.63937 -7.13962,6.49251 2.05287,-9.42935 -8.57673,4.42341 4.42341,-8.57673 -9.42935,2.05287 6.49251,-7.13962 -9.63937,-0.45758 8.11915,-5.21596 L 238.5,157.5 l 9.19249,-2.93684 -8.11915,-5.21596 9.63937,-0.45758 -6.49251,-7.13962 9.42935,2.05287 -4.42341,-8.57673 8.57673,4.42341 -2.05287,-9.42935 7.13962,6.49251 0.45758,-9.63937 5.21596,8.11915z' /%3E%3Cpath id='strela' fill='%23FFB511' d='M270 18 l8.77283 27-22.96757-16.686918 h28.38948 l-22.96757 16.686917z'/%3E%3C/svg%3E");
}

.desc-unidade{
	border-bottom: 1px solid #dce1e5;
	padding: 20px 0 40px;
	margin-bottom: 20px;
}
.unidade-end{
	font-size: 1.167em;
	padding-bottom: 20px;
}
#unidades .unidade-fone h2 {
    color: #003145;
    font-family: "Antenna Light";
    font-size: 1.833em;
    line-height: 1em;
    margin-bottom: 50px;
}
#unidades .unidade-fone h2 strong{
	font-family: 'Antenna Bold';
}
#unidades .unidade-fone h2 .icone{
	margin-top: -4px;
	margin-right: 10px;
}
.img-unidade {
	position: relative;
	list-style: none;
	text-align: center;
	width: 100%;
	display: inline-block;
}
.img-unidade figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.img-unidade figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}
.img-unidade figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.img-unidade figure figcaption::before,
.img-unidade figure figcaption::after {
	pointer-events: none;
}
.img-unidade figure figcaption,
.img-unidade figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.img-unidade figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.img-unidade figure h2 {
	font-family: 'Antenna Light';
	font-size: 2.333em;
}
.img-unidade figure h2 span {
	font-family: 'Antenna Black';
}
.img-unidade figure h2,
.img-unidade figure p {
	margin: 0;
}
.img-unidade figure p {
	font-size: 1em;
}
figure.effect-un img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}
figure.effect-un figcaption {
	text-align: left;
}
figure.effect-un figcaption > div {
    bottom: 0;
    height: 57%;
    left: 0;
    padding: 2.5em;
    position: absolute;
    width: 100%;
}
figure.effect-un h2,
figure.effect-un p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}
figure.effect-un h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-un p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}
figure.effect-un:hover img,
figure.effect-un:hover p {
	opacity: 1;
}
figure.effect-un:hover img,
figure.effect-un:hover h2,
figure.effect-un:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-un:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.gradiente_unid {
	background: url(../images/front_end/gradiente-unidade.png) center center no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .8;
}

/*
	Lightbox
*/
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.loading{
	background: url(../images/loading.gif) center center no-repeat;
}

/**************************************************************************************************************************************/
/* TRABALHE CONOSCO  */
#trabalhe-conosco{
	margin-bottom: 90px;
}
#trabalhe-conosco .wrap-curriculo {
	top:0;
	left:0;
	cursor:pointer;
	overflow:hidden;
	position:relative;
	font-size: 1em;
	color:#878787;
	width: 100%;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	border: 1px solid #d4d4d4;
	padding: 16px 20px;
	-webkit-box-shadow: inset 4px 4px 5px -7px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 4px 4px 5px -7px rgba(0,0,0,0.2);
	box-shadow: inset 4px 4px 5px -7px rgba(0,0,0,0.2);
	margin-top: 18px;

}
#trabalhe-conosco .btn-loc-curriculo {
    border-left: 1px solid #d1d1d1;
    border-radius: 0;
    bottom: 0;
    color: #01bdf5;
    font-size: 1.1em;
    padding: 15px 18px;
    position: absolute;
    right: 0;
    top: 0;
}
#trabalhe-conosco input.curriculo {
    right:0;
    margin:0;
    bottom:0;
    padding:0;
    opacity:0;
    height:300px;
    outline:none;
    cursor:inherit;
    position:absolute;
    font-size:1000px !important;
}
#trabalhe-conosco small {
	color: #bbb;
}

/**************************************************************************************************************************************/
/* PRODUTOS */
.produtos-list-total {
	padding: 25px 0 70px;
}
.produtos-list {
	border-top: 1px solid #e9f0f2;
	border-bottom: 1px solid #e9f0f2;
	padding: 25px 0;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}
.produtos-list > div {
	position: relative;
}
.produtos-list:hover {
	text-decoration: none;
}
.produtos-list .prods-desc {
	width: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.produtos-list h5 {
	margin: 0;
	padding: 0;
	color: #003145;
	font-family: 'Antenna Black';
	font-size: 1.667em;
	text-transform: uppercase;
	-webkit-transition: all .35s;
	transition: all .35s;
}
.produtos-list:hover h5 {
	color: #3ebbee;
}
.produtos-list p {
	padding: 0;
	margin: 0;
}
.produtos-list hr {
	border-top: 2px solid #3ebbee;
	width: 100%;
	padding: 0;
	margin: 25px 0 0;
	left: 0;
}
.produtos-list span {
	margin-top: 10px;
	text-transform: uppercase;
	color: #bdc2c6;
	font-family: 'Antenna Light';
	font-size: 1em;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
}
.produtos-list:hover span {
	color: #3ebbee;
}
.produtos-list .div-line2 {
	content: '';
	position: absolute;
	margin-top: 25px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #e9f0f2;
	z-index: 998;
}
.produtos-list .div-line {
	content: '';
	position: absolute;
	margin-top: 25px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #3ebbee;
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
	-webkit-transform: translateX(-102%);
	transform: translateX(-102%);
	z-index: 999;
}
.produtos-list:hover .div-line {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.texto_desc_prod {
	margin-bottom: 0;
}
.texto_desc_prod > ul {
	list-style: url(../images/front_end/item.png);
}
.texto_desc_prod > ul > li {
	padding-bottom: 15px;
}
.texto_desc_prod > ul > li > ul {
	list-style: disc;
	margin-top: 10px;
	padding-left: 20px;
}
.texto_desc_prod > ul > li > ul > li {
	margin-bottom: 5px;
}
.texto_desc_prod ul li p {
	margin: 0;
	padding: 0;
}
.texto_desc_prod ul li,
.texto_desc_prod ul li p {
	line-height: 1.2em;
}
.texto_desc_prod table,
.texto_desc_prod table tr,
.texto_desc_prod table td {
	border: none;
}
.texto_desc_prod table tr {
	border-bottom: 1px solid #e1eaed;
}
.texto_desc_prod table td {
	line-height: 1.2em;
	padding: 20px;
	text-align: center;
	color: #b4babe;
}
.texto_desc_prod table td:nth-child(1) {
	width: 45%;
	text-align: left;
	color: #758189;
}
.texto_desc_prod table tr:last-child {
	border-bottom: none;
}
.h1_prod div {
	margin-top: -40px;
	float: left;
	display: block;
	background: #fff;
}
.h1_prod div h1 {
	padding-right: 20px;
	font-size: 2.833em;
}
.h1_prod hr {
	border-top: 2px solid #3fbbee;
	margin: 50px 0 0;
	padding: 0;
}
.banner_produto {
	padding: 15px 0;
	background: #003145;
	width: 100%;
	margin-bottom: 20px;
}
.banner_produto img {
	margin: 0 auto;
}
.banner_produto h1 {
	font-size: 2.5em;
	color: #fff;
	font-family: 'Antenna Black';
	margin: 15px 0 0;
	padding: 0;
	line-height: 1em;
	vertical-align: middle;
	text-transform: uppercase;
}
.banner_produto h5 {
	font-family: 'Antenna Light';
	font-size: 1.167em;
	line-height: 1em;
	color: #00b6f0;
	text-transform: uppercase;
	margin: 10px 0 15px 0;
	padding: 0;
}
.losango {
	background: url(../images/front_end/item.png) center center no-repeat;
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px;
	padding: 0;
}
.desc_banner_prod {
	display: table;
	width: 100%;
}
.desc_banner_prod > div {
	display: table-cell;
    vertical-align: middle;
}
.sucesso,
.erro {
	font-size: 1.3em;
	line-height: 1em;
	color: #fff;
	background: #da251d;
	padding: 7px 0;
	text-align: center;
	border-radius: 10px;
}
.sucesso {
	background: #7ac49f;
}

/**************************************************************************************************************************************/
/* PEÇAS */
#pecas {
	margin-top: 45px;
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #ededed;
}
.pecas-menu-1,
.pecas-menu-2,
.pecas-menu-3 {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.pecas-menu-1 li {
	display: table;
	width: 25%;
	float: left;
	height: 70px;
}
.pecas-menu-1 li a {
	font-family: 'Antenna Regular';
	font-size: 1.333em;
	line-height: 1em;
	color: #8c9aa3;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #fcfcfc;
	padding: 0 5px;
	border: 1px solid #fff;
}
.pecas-menu-1 li a:hover,
.pecas-menu-1 li a:focus,
.pecas-menu-1 li a.active,
.pecas-menu-1 li a.active_hover {
	text-decoration: none;
	background: #0bb9f1;
	color: #fff;
}
.pecas-menu-2 {
	background: #00bced;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}
.pecas-menu-2 li {
    margin: 20px auto;
    padding-bottom: 20px;
    border-bottom: 3px solid #2d5a63;
    width: 63px;
}
.pecas-menu-2 li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.pecas-menu-2 li a {
	width: 63px;
	background: url(../images/front_end/pecas.png) 0 0 no-repeat;	
	display: block;
}
.pecas-menu-2 li:nth-child(1) a {
	height: 54px;
	background-position: 0 0;
}
.pecas-menu-2 li:nth-child(1) a:hover,
.pecas-menu-2 li:nth-child(1) a:focus,
.pecas-menu-2 li:nth-child(1) a.active,
.pecas-menu-2 li:nth-child(1) a.active_hover {
	background-position: -63px 0;
}
.pecas-menu-2 li:nth-child(2) a {
	height: 60px;
	background-position: 0 -54px;
}
.pecas-menu-2 li:nth-child(2) a:hover,
.pecas-menu-2 li:nth-child(2) a:focus,
.pecas-menu-2 li:nth-child(2) a.active,
.pecas-menu-2 li:nth-child(2) a.active_hover {
	background-position: -63px -54px;
}
.pecas-menu-2 li:nth-child(3) a {
	height: 63px;
	background-position: 0 -114px;
}
.pecas-menu-2 li:nth-child(3) a:hover,
.pecas-menu-2 li:nth-child(3) a:focus,
.pecas-menu-2 li:nth-child(3) a.active,
.pecas-menu-2 li:nth-child(3) a.active_hover {
	background-position: -63px -114px;
}
.pecas-menu-2 li:nth-child(4) a {
	height: 56px;
	background-position: 0 -177px;
}
.pecas-menu-2 li:nth-child(4) a:hover,
.pecas-menu-2 li:nth-child(4) a:focus,
.pecas-menu-2 li:nth-child(4) a.active,
.pecas-menu-2 li:nth-child(4) a.active_hover {
	background-position: -63px -177px;
}
.pecas-menu-3 li {
	height: 413px;
	display: none;
}
.pecas-menu-3 li img {
	max-width: 100%;
	height: auto;
}
.peca {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
	border: 1px solid #e6e6e6;
	background: #fafafa;
	overflow: hidden;
}

#lista-carregada .peca{
	position: relative;
}

#lista-carregada .peca .solicite{
	background-color: #0063FF;
	color: white;
	font-size: 2rem;
	text-align: center;
	padding: 2rem 1rem;
	position: absolute;
	bottom: -7rem;
	width: 100%;
	cursor: pointer;
	transition: all .3s ease;
}

#lista-carregada .peca .solicite.active{
	bottom: 0;
}


.peca h5 {
	font-size: 1.416em;
	line-height: 1em;
	color: #3fbbee;
	font-family: 'Antenna Bold';
	margin: 0;
	padding: 15px 0 10px;
}
.peca hr {
	border-top: 2px solid #eee;
	margin: 10px 0;
	width: 100%;
	padding: 0;
}
.peca > div span {
	color: #8c9aa3;
	font-size: 1.416em;
	line-height: 1em;
	font-family: 'Antenna Regular';
	display: block;
}
.peca p {
	color: #8c9aa3;
}
.peca > div {
	padding: 0 35px;
}
.peca .no_photo {
	display: block;
	background: #fff url(../images/front_end/sem-foto.png) center center no-repeat;
	width: 100%;
	height: 0;
	padding-bottom: 53.25%;
}
#pecas_loader {
	display: none;
	width: 32px;
	margin: 30px auto;
}

.politicas{
	padding-top: 70px;	
	padding-bottom: 20px;
}

.politicas h2,
.politicas h3,
.politicas h4{
	margin-bottom: 2.5rem;
	padding-top: 3rem;
	color: #003145;
}

.politicas p,
.politicas ul{
	color: #003145;
	margin-bottom: 20px;
	font-size: 14px;
}

.politicas p:nth-child(1) { 
	font-size: 20px;
}

.adopt-logo,
.hkn-footer > small,
.adopt-logo .svelte-1f3cidt {
    display: none !important;
}

.eng-pol .radio-inline{
	line-height: 23px;
}	

.eng-pol p{
	padding-top: 16px;
    margin-bottom: 16px;
}

.eng-pol .radio-inline+.radio-inline{
	margin-left: 18px;
}

.text-pol{
	padding-top: 26px;
}

.d-none{
	display: none !important;
}

.d-flex{
	display: flex !important;
}

.m-auto{
	margin: auto;
}

.new-header{
	/* padding: 0 4rem; */
	justify-content: space-around;
	background-color: #fff;
}

.new-header .sup_header{
	box-shadow: none;
	height: auto;
	display: flex;
	align-items: center;
}

.new-header .logo-new{
	margin: 2rem 1rem;
	display: block;
}

.new-header .logo-new img{
	padding-right: 2rem;
	max-width: 13rem;
}

.new-header .navbar-new{
	display: flex;
}

.new-header .navbar-new .collapse{
	position: relative;
	margin: auto;
}

.new-header .navbar-new .collapse a{
	color: #06193D !important;
}

.new-header .navbar-new .collapse a:hover,
.new-header .navbar-new .collapse a:focus,
.new-header .navbar-new .collapse a.active,{
	color: #51B4EB !important;
	background-color: #fff; 
}

#menu-principal-new .navbar-nav {
	margin-top: 0;
	margin-bottom: 0;
	/* margin-left: 0; */
}

.new-header .navbar-new .navbar-toggle{
	background-color: #06193D;
	height: 3rem;
	padding: 3px 6px;
	position: absolute;
	top: 2rem;
	right: 0;
}

#menu-principal-new .navbar-nav > li > a {
	line-height: 35px;
	font-family: 'Antenna Regular';
	font-size: 1.333em;
	color: #fff;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

#menu-principal-new .nav > li > a {
	padding-right: 23px;
	padding-left: 23px;
	background-color: #fff;
}

#menu-principal-new .navbar-nav > li > a.home {
	padding-right: 38px;
	padding-left: 23px;
	border-right: 1px solid #002a3a;
}
#menu-principal-new .navbar-nav > li > a.home .icone {
	width: 20px;
	height: 20px;
	background-position: -62px -24px;
}
#menu-principal-new .navbar-nav > li > a.home:hover {
	font-family: 'Antenna Regular';
}

#menu-principal-new .dropdown-menu{
	min-width: fit-content;	
	background-color: #fff !important;
}

#menu-principal-new .dropdown-menu > li > a{
	padding: 5px 5px 5px 12px !important;
}

.new-header .btn{
	display: none;
}

.text-azul-claro{
	color: #51B4EB !important;
}

.text-azul-escuro{
	color: #003145 !important;
}

.text-azul{
	color: #0063FF !important;
}

.text-underline{
	text-decoration: underline;
}


.btn-primary{
	background-color: #0063FF;
	color: #fff;
	padding: 1.3rem 2rem;
	font-size: 1.6rem;
	border-radius: 1rem;
}

.list-unstyled{
	list-style: none;
	padding-left: 0;
}

.footer-new{
	font-size: 16px;
}

.footer-new .footer{
	box-shadow: 0px 110px 96px -75px rgba(0, 0, 0, 0.1);
	font-size: 16px;
	padding-bottom: 3rem;
	color: #06193D;
	padding-top: 5rem;
	border-top: #51B4EB solid 1px;
}

.footer-new a:hover,
.footer-new a:active{
	text-decoration: none;
	color: #51B4EB;
}

.footer-new .footer .sitemap{
	height: 26rem;
	display: none;
	flex-direction: column;
	justify-content: space-between;
}

.footer-new .footer .endereco{
	margin-bottom: 3rem;
}

.footer-new .footer ul{
	margin-bottom: 4rem;
}

.footer-new .footer ul li{
	margin-bottom: 1rem
}

.footer-new .footer .redes{
	align-items: center;
	margin: 1rem 0 3rem;
}

.footer-new .footer .redes a{
	margin-right: 1rem;
}

.footer-new .footer address{
	margin: 1.2rem 0;
}

.footer-new .subfooter{
	font-size: 12px;
	padding: 2rem 0;
	text-align: center;
}

.footer-new .subfooter div{
	padding: 1rem 0;
}


.carousel-indicators {
	bottom: -4rem;
}

.carousel-indicators li{
	background-color: #C4C4C4;
	width: 4rem;
	border: none;
	transition: all .2s ease;
}

.carousel-indicators li.active{
	background-color: #0063FF;
	width: 4rem;
}


/* SERVIÇOS */
.servicos{
	font-size: 16px;
	color: #06193D;
	padding-top: 4rem;
}

.servicos p{
	font-size: 16px;
	color: #06193D;
}

.servicos ul{
	padding-left: 2rem;
}

.servicos h2{
	font-size: 26px;
}

.mr-1{
	margin-right: 1rem;
}

.owl-banner{
	position: relative;
}

.owl-banner .owl-dots{
	position: absolute;
	bottom: -3rem;
	display: flex;
	width: 100%;
	/* height: 2rem; */
	justify-content: center;
}

.owl-banner .owl-dots button{
	background-color: #C4C4C4;
	height: 1.2rem;
	width: 5rem;
	border-radius: 2rem;
	margin-right: 1rem;	
}

.owl-banner .owl-dots button.active{
	background-color: #0063FF;
}

#trintaanos .video{
	position: relative;
}

.whatslogo{
	position: relative;
}

.whatslogo .logo{
	position: absolute;
	right: -2rem;
	width: 1.5rem;
	height: 1.5rem;
	background-size: cover;
	background-image: url(../images/front_end/whatsapp.svg);
	margin: 0.1rem;
}

.mt-5{
	margin-top: 5rem;
}

