/* Mapa */
#map {
			top:0px; 
            height: 100vh;
            width:100vw;
            position: fixed;
            z-index: -100;
			user-select: none;
        }
		#marker {
			color: #ff0000,
        }
        #header {
            margin: 3vh auto;
            width: 90vw;
            padding: 2vh;
            text-align: center;
        }
        #footer {
            width: 100%;
		    font-size: 0.8em !important;
            min-height: 5vh;
			padding: 0;
			margin-left: 0px;
			margin-right: 0px;
            text-align: center;
			padding: 10px 0;
            display: flex;
        }

        #features {
            padding-top: 10vh;
            padding-bottom: 10vh;
            z-index: 100;
        }

		@media (max-width: 1300px){
		#features {
                width: 90vw;
                margin: 0 auto;
        }
		}
        .centered {
            width: 33vw;
            margin: 0 auto;
        }
        .lefty {
            width: 33vw;
            margin-left: 5vw;
        }
        .righty {
            width: 33vw;
            margin-left: 62vw;
        }
        .light {
            color: #444;
            background-color: #fafafa;
        }
        .dark {
            color: #f8f8f8;
            background-color: #000000;
        }
        .step {
			padding-top: 40vh;
            padding-bottom: 70vh;
			opacity: 0.2;

            /* margin-bottom: 10vh; */
        }
        .step.active {
            opacity: 0.85;
        }

        .step div {
            padding:  30px 20px;
            line-height: 1em;
        }

        .step img {
            width: 100%;
        }

/*Fim mapa */

.material-icons{
	opacity: 0.5;
}
#plano_mapa{
	top:50px; 
	/*background-color: aquamarine;
	opacity: 0.5; */
}

h4{
    font-size: 20px;
    font-family: 'Firme', sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
	color: #ff0000;
	padding-bottom: 40px;
}

h5{
    font-size: 20px;
    font-family: 'Firme', sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
	color: #ffffff;
	/*color: #a5a5a5;*/
	padding-bottom: 6px;
}

h6{
    font-size: 20px;
    font-family: 'Blacker Pro Text', serif;
    text-transform: none;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
	color: #f8f8f8;
}

.icone{
	line-height: 2.2;
}