ul.list-pasos {
    width: 100%;
    padding: 0;
    list-style-type: none;
    display: flex;
    /*float: left;*/
    margin-top: 30px;
}

    ul.list-pasos li {
        flex: 1;
        /*display: inline-block;*/
        background-color: #0032a0;
        padding: 13px 0px;
        color: white;
        position: relative;
        margin: 0;
        /*float: left;*/
        text-align: center;
        /*        -moz-transition: all 0.1s ease-out;
        -webkit-transition: all 0.1s ease-out;
        -o-transition: all 0.1s ease-out;*/
        transition: all 0.1s ease-out;
        /*width: 342px;*/
    }

        ul.list-pasos li.active {
            background-color: #003965;
        }

        ul.list-pasos li:after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 15px 0 15px;
            border-color: transparent transparent transparent transparent;
            display: block;
            float: left;
            position: absolute;
            bottom: -10px;
            left: calc(50% - 15px);
            -moz-transition: all 0.1s ease-out;
            -webkit-transition: all 0.1s ease-out;
            -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
        }

        ul.list-pasos li.active:after,
        ul.list-pasos li:hover:after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 15px 0 15px;
            border-color: #0032a0 transparent transparent transparent;
            display: block;
            float: left;
            position: absolute;
            bottom: -10px;
            left: calc(50% - 15px);
            -moz-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

        ul.list-pasos li:hover {
            cursor: pointer;
            background-color: #003965;
            -moz-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

            ul.list-pasos li.active:hover:after,
            ul.list-pasos li.active:after,
            ul.list-pasos li:hover:after {
                -moz-transition: all 0.3s ease-in;
                -webkit-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
                border-color: #003965 transparent transparent transparent;
            }

        ul.list-pasos li:nth-child(2) {
            border-left: 1px dotted white;
            border-right: 1px dotted white;
        }


.centered {
    width: 1026px;
    margin: 0 auto;
}

.content-pasos .paso-1, .content-pasos .paso-2 {
    display: none;
    height: 420px;
    background-color: #efefef;
}

/*.content-pasos .paso-1 {*/
.content-pasos .paso-2{
    display: block;
    position: relative;
}

.content-pasos {
    display: block;
    float: left;
    width: 100%;

}

    .content-pasos .paso-1 .buscador,
    .content-pasos .paso-2 .buscador {
        display: block;
        float: left;
        width: 380px;
        padding: 19px 20px;
    }

    .content-pasos .paso-1 .mapa,
    .content-pasos .paso-2 .mapa {
        display: block;
        float: left;
        width: 646px;
    }

        .content-pasos .paso-1 .mapa iframe,
        .content-pasos .paso-2 .mapa iframe {
            display: block;
            float: left;
            width: 100%;
            height: 350px;
        }

    .content-pasos .paso-1 .buscador .input-buscador,
    .content-pasos .paso-2 .buscador .input-buscador {
        position: relative;
        width: 100%;
        display: block;
        float: left;
        height: 45px;
    }

        .content-pasos .paso-1 .buscador .input-buscador input,
        .content-pasos .paso-2 .buscador .input-buscador input {
            background: white;
            border: 1px solid transparent;
            height: 45px;
            box-sizing: border-box;
            width: 100%;
            outline: none;
            position: absolute;
            left: 0;
            font-size: 0.85rem;
            padding-left: 22px;
            margin: 0;
            border-radius: 20px;
            padding-right: 50px;
            color: #b5b5b5;
            padding-top: 0;
            padding-bottom: 0;
            -webkit-transition: all .30s ease;
            -moz-transition: all .30s ease;
            -ms-transition: all .30s ease;
            -o-transition: all .30s ease;
            transition: all .30s ease;
        }

        .content-pasos .paso-1 .buscador .input-buscador .fas,
        .content-pasos .paso-2 .buscador .input-buscador .fas {
            font-size: 1.5rem;
            position: absolute;
            right: 15px;
            top: 11px;
            color: #868686;
        }


        .content-pasos .paso-1 .buscador .input-buscador input:focus,
        .content-pasos .paso-2 .buscador .input-buscador input:focus {
            border: 1px solid #2ca4ff;
            color: #444444;
            box-shadow: 0px 0px 1px 1px #2ca4ff;
        }

    .content-pasos .paso-3 {
        display: none;
    }

        .content-pasos .paso-3 p {
            float: left;
            width: 100%;
            background-color: #efefef;
            font-size: 0.9rem;
            padding: 20px;
            color: #0032a0;
            line-height: 29px;
            padding-left: 40px;
        }


.resultados_lockers {
    display: block;
    float: left;
    position: absolute;
    width: 380px;
    height: 335px;
    top: 85px;
    overflow: auto;
    box-sizing: border-box;
}


    .resultados_lockers ul {
        display: block;
        float: left;
        width: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0;
        height: 335px;
    }

        .resultados_lockers ul li {
            list-style-type: none;
            display: block;
            float: left;
            width: 100%;
        }


            .resultados_lockers ul li a {
                width: 100%;
                display: block;
                float: left;
                min-height: 60px;
                box-sizing: border-box;
                padding: 10px;
                font-size: 0.85rem;
                padding-left: 20px;
            }


                .resultados_lockers ul li a:hover {
                    transition-duration: 0.5s;
                    background-color: #dedede;
                    text-decoration: none;
                }


.resultados_oficinas {
    display: block;
    float: left;
    position: absolute;
    width: 380px;
    height: 335px;
    top: 80px;
    overflow: auto;
    box-sizing: border-box;
}


    .resultados_oficinas ul {
        display: block;
        float: left;
        width: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0;
        height: 335px;
    }

        .resultados_oficinas ul li {
            list-style-type: none;
            display: block;
            float: left;
            width: 100%;
        }


            .resultados_oficinas ul li a {
                width: 100%;
                display: block;
                float: left;
                min-height: 60px;
                box-sizing: border-box;
                padding: 10px;
                font-size: 0.85rem;
            }


                .resultados_oficinas ul li a:hover {
                    transition-duration: 0.5s;
                    background-color: #dedede;
                    text-decoration: none;
                }

footer{
    margin-top: -6.48rem;
    height: 54px;
}


.titulo-etr{
    color:#0032a0;
    margin-bottom:0;
}

.direccion-etr{
    color:gray;
}

footer{
    margin-top: -4.48rem;
}