body {
    margin:0;
    padding:0;
    font-family: sans-serif;
}
a, a:hover, a:visited {
    color: #e2be1f;
}
#map {
    top:0;
    height: 100vh;
    width:100vw;
    position: fixed;
}
#mapInset {
    bottom:50px;
    right:30px;
    height: 180px;
    width:250px;
    max-width:100%;
    position: fixed;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
}
#mapInset .mapboxgl-ctrl-bottom-left{
    display: none;
}
@media (max-width: 500px) {
    #mapInset {
        display: none;
    }
}
#header {
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 5;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15vw;
}

@media (max-width: 768px) {
    #header {
        padding:0 10px;
        top: 46px;
    }
}

#header h1, #header h5, #header h2 {
    margin: 0;
    padding: 50px 2vw 50px 2vw;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
}

#header h1{
    padding-bottom: 0px;
    display: block;
}

#header h5{
    display: none;
}

#header h2{
    padding-top: 0px;
    font-weight: 400;
    font-style: normal;
}

#footer {
    width: 100%;
    min-height: 5vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    position: relative;
    z-index: 5;
}
#features {
    padding-top: 10vh;
    padding-bottom: 10vh;
}
.hidden {
    visibility: hidden;
}
.centered {
    width: 50vw;
    margin: 0 auto;
    max-width: 500px;
}
.lefty {
    width: 33vw;
    margin-left: 5vw;
}
.righty {
    width: 33vw;
    margin-left: 62vw;
}
.fully {
    width: 100%;
    margin: auto;
}
.light {
    color: #18628d;
    background-color: #F9F8EC;
}
.dark {
    color: #f4f4f5;
    background-color: #18628d;
}
.step {
    padding-bottom: 50vh;
    /* margin-bottom: 10vh; */
    opacity: 0.25;
}
.step.active {
    opacity: 0.9;
}

.step div {
    padding:  25px 50px;
    line-height: 1.1em;
    font-size: 1em;
}

.step img {
    width: 100%;
}

@media (max-width: 750px) {
    .centered, .lefty, .righty, .fully {
        width: 90vw;
        margin: 0 auto;
    }
    #header{
        height: auto;
    }
    #header p {        
        padding: 0px 2vw;
    }
}

/* Fix issue on mobile browser where scroll breaks  */
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
    touch-action: unset;
}

@media screen and (max-width: 1360px) {
    #header h1 {display:none;}
    #header h5 {display:block}
}


  .step img {
    /* acrescentar css sofia*/
    display: block;
    position: relative;
    max-width: 64px;
    margin: 10px 0px 30px 0;
    border: 2.5px solid white;
    border-radius: 50%;
    background-color: white;
}