section {
    font-size: 14px;
}
section nav {
    padding-top: 6px;
    padding-bottom: 3px;
    border-top: 1px solid #87888A;
    border-bottom: 1px solid #87888A;
    font-family: "Josefin Sans",sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
section h2 {
    padding-top: 7px;
    border-top: 1px solid #87888A;
    border-bottom: 1px solid #87888A;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #a2823c;
    font-family: "Josefin Sans",sans-serif;
    font-size: 25px;
    text-transform: uppercase;
}
#guia-proceso .paso {
    margin-top: 20px;
    color: #a2823c;
    font-family: "Josefin Sans",sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
#guia-proceso .paso img {
    margin-bottom: 10px;
}
#guia-proceso .paso > div {
    position: relative;
}
#guia-proceso .paso .indice {
    width: 16px;
    height: 16px;
    border: 1px solid;
    border-radius: 50%;
    line-height: 14px;
    text-align: center;
    position: absolute;
    top: -25px;
    left: 0;
}
#guia-envios .table {
    text-align: center;
}
#guia-envios .table tr > * {
    padding-top: 4px;
    padding-bottom: 1px;
    border-color: #87888A;
    vertical-align: middle;
}
#guia-envios .table tr > *:first-child {
    border-right: 1px solid;
}
#guia-envios .table tr th {
    color: #a2823c;
    font-family: "Josefin Sans",sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
#guia-envios .table tr + tr th {
    border-right: 0!important;
    font-size: 13px;
}

@media (min-width: 768px) {
    section nav {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    #guia-proceso .paso:nth-of-type(3n + 1) {
        clear: left;
    }
}
@media (max-width: 767px) {
    section nav {
        text-align: center;
    }
    section nav a {
        display: block;
    }
    section nav a + a {
        margin-top: 5px;
    }
    #guia-proceso .paso:nth-of-type(2n + 1) {
        clear: left;
    }
}
@media (max-width: 479px) {
    #guia-proceso .paso {
        width: 100%;
    }
}