.centered {
    width: 1026px;
    margin: 0 auto;
}

p.title {
    text-align: center;
    color: #006ec1;
    font-size: 1.8rem;
    padding-top: 30px;
}

p.subtitle {
    text-align: center;
    color: gray;
    font-size: 1.1rem;
}

ul.list-pasos {
    width: 100%;
    display: block;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*margin-top: 35px;
    margin-bottom: 30px;*/
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 17%;
}

    ul.list-pasos li:nth-child(2):after {
        content: '';
        position: absolute;
        left: 0;
        border-left: 1px dashed white;
        height: 150px;
    }

    ul.list-pasos li:nth-child(2):before {
        content: '';
        position: absolute;
        right: 0;
        border-right: 1px dashed white;
        height: 150px;
    }

    ul.list-pasos li {
        float: left;
        width: 342px;
        /*width: 513px;*/
        height: 232px;
        background-color: #0032a0;
        padding-top: 40px;
        position: relative;
    }

        ul.list-pasos li span.number {
            text-align: center;
            width: 100%;
            display: block;
            float: left;
            color: white;
            font-size: 1.7rem;
            font-weight:bold;
        }

        ul.list-pasos li p.text {
            color: white;
            text-align: center;
            font-size: 0.9rem;
            box-sizing: border-box;
            padding: 0px 30px;
            padding-top: 33px;
            display: block;
            float: left;
            width: 100%;
        }

.centro {
    margin-top: 12%;
}

p.textalert {
    text-align: center;
    font-size: 2.7rem;
    color: #8a8d8f;
    font-weight: bold;
}
p.infotext {
    text-align: center;
    font-size: 1rem;
    color: gray;
}

p.conlink a{
    font-weight: bold;
    text-decoration: underline;
}

footer{
    margin-top: -31.5rem;
}
li.otro {
    /* display: none; */
    width: 0% !important;
}
h1.centro.nuestras_tarifas {
    margin-top: 12%;
    font-size: 2rem;
    font-weight: bold;
}