.maps { margin-top:1.875rem; } 
.home-mapa { width:100%; min-height:22.625rem; position:relative; background-color:var(--tertiaryColor); border:1px solid var(--colorGray); margin:0 auto; display:block; clear:both; } 
.home-mapa .header-mapa { background-image:url(image/city.svg); background-color:var(--colorLight); background-size:contain; background-repeat:no-repeat; background-position:bottom; height:9.375rem; border-bottom:1px solid var(--colorGray); border-left:1px solid var(--colorGray); } 
.home-mapa .header-mapa ul { padding:0.625rem; text-align:center; } 
.home-mapa .header-mapa ul li { list-style:none; display:inline-block; width:45%; margin:6.5% 0.3125rem; background-color:var(--secondaryColor); padding:0; border-radius:0.1875rem; } 
.home-mapa .content-mapa { padding:1.875rem; } 
.home-mapa .content-mapa h1 { line-height:1; font-weight:600; width:100%; color:var(--primaryColor); font-size:2.125rem; margin-bottom:0.9375rem; margin-top:0; } 
.home-mapa .content-mapa .text-mapa { float:left; margin:0 0 1.875rem 0.625rem; width:70%; color:var(--colorGray); font-size:1em; font-weight:100; text-align:left; } 
.home-mapa .content-mapa .text-mapa .title-mapa { font-size:1.3125rem; line-height:1.1; font-weight:600; color:var(--primaryColor); margin-bottom:0; margin-top:0.375rem; } 
.home-mapa .content-mapa .text-mapa h3 { margin-top:0.625rem; font-size:1.1em; font-weight:300; line-height:1.2; letter-spacing:0.0125rem; } 
.home-mapa .content-mapa .icon { width:20%; height:6.25rem; float:left; } 
.map { width:100%; height:18.75rem; padding:0; margin:1.75rem 0; } 
.map-clicked { pointer-events:auto; } 
.mapa-container { padding:0; margin:0; width:100%; min-height:70vh; position:relative; background-color:var(--colorGray); top:-1px; } 
.mapa-container button.send-alert { position:absolute; bottom:0.9375rem; right:0.9375rem; font-size:1.6em; } 
select, select:focus { box-sizing:border-box; padding:0.625rem; height:3.75rem; border:1px solid var(--primaryColor); box-shadow:inset 0 0.25rem 0.25rem rgba(0,0,0,.05); border-radius:1rem; font-family:var(--fontFamilyTitle); font-style:normal; font-weight:700; font-size:0.875rem; line-height:0.9375rem; color:var(--primaryColor); } 
.categorias-menu:after { content:""; position:absolute; bottom:1.625rem; right:0.625rem; height:0.625rem; width:0.625rem; border:0.125rem solid transparent; border-right:0.125rem solid var(--primaryColor); border-bottom:0.125rem solid var(--primaryColor); transform:rotate(45deg); z-index:1; } 
.mapa-full { width:100%; height:40.625rem; border:0; margin:0; padding:0; display:block; border-radius:1.875rem; margin-bottom:1.875rem; } 
.mapa { width:100%; height:15.625rem; margin:0 auto; overflow:hidden; } 
.mapa .map { width:100%; } 
.link-mapa { margin:0 auto; text-transform:uppercase; text-align:center; color:var(--secondaryColor); font-size:1em; margin-top:1.875rem; } 
.link-mapa-in { clear:both; margin:0 auto; border-top:1px solid var(--tertiaryColor); padding:1.625rem; text-align:center; } 
.link-mapa-in a { text-transform:uppercase; font-weight:700; letter-spacing:0.0125rem; } 
.mapsearch { background:0 0; font-size:0.875rem; } 
.mapsearch::-webkit-input-placeholder { font-size:0.875rem; } 
.mapsearch:-ms-input-placeholder { font-size:0.875rem; } 
.mapsearch::placeholder { font-size:0.875rem; } 
.link-mapa-in { display:none; }
.cadastre { padding-top:2rem; margin-top:1.5rem; border-top:1px solid var(--colorLight); } 
@media screen and (min-width:480px) { 
	.home-mapa { height:16.3125rem; } 
}
@media screen and (min-width:530px) { 
	.home-mapa .header-mapa ul li { width:35%; margin:6.5% 1.25rem; } 
	.home-mapa .content-mapa { text-align:center; } 
	.mapa-container button.send-alert { width:13.75rem; } 
}
@media (min-width:768px) { 
	.home-mapa .content-mapa h1 { font-size:1.75rem; } 
	.mapa { height:9.375rem; }
	.mapa .map { background-size:cover; } 
	.cadastre { border-top:none; } 
}
@media screen and (min-width:900px) { 
	.home-mapa .header-mapa { width:50%; height:16.25rem; float:right; } 
	.home-mapa .header-mapa ul li { width:10.8125rem; margin:6.875rem 1.25rem 0; } 
	.home-mapa .content-mapa { float:right; width:50%; text-align:left; } .home-mapa .content-mapa h1 { margin:0 auto 0.625rem auto; font-weight:300; font-size:2.3em; } 
	.link-mapa { display:none; } 
	.link-mapa-in { display:block; } 
}