/* sidebar */ 
	.sidebar-donde-estamos {
		padding-top: 40px; 
	}
	.sidebar-donde-estamos .container-title {
		font-size: 35px; 
		font-weight: 900; 
	}
	.selected-map h2 {
		font-weight: 900; 
	}
	.container-title {
		margin-bottom: 40px; 
	}

	/* ocultar sucursal */
	.ocultar-sucursal {
		display: none; 
	}

	.list-sucursales li h2:hover {
		font-weight: bolder; 
		cursor: pointer;
	}

	.content-page {
		padding: 30px 100px!important;
	}
	.section-element {
		padding-top: 100px!important; 
	}

	@media( max-width: 600px ) { 
		.content-page {
			padding: 10px 15px!important; 
		}
		.section-element {
			padding-top: 70px!important; 
		}
	}