.page-devs.is-overlapped {
    margin-top: -75px;
}

@media screen and (max-width: 768px) {
    .page-devs.is-overlapped {
        margin-top: -90px;
    }
}

/**
 * Header principal
 */
.devs-header {
    padding: 140px 0 160px;
    background-image: url(https://www.datalyse.io/images/developers/head-bg.svg?49);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

@media screen and (max-width: 768px) {
    .devs-header {
        padding: 110px 0 150px;
    }
}

/**
 * Contenido de la página
 */
.devs-content {
    margin-top: -140px;
}

/**
 * Enlace principal a documentación
 */
.devs-link {
    position: relative;
    display: block;
    padding: 30px 25px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.1),
        0 2px 16px 4px rgba(0, 0, 0, 0.08);
    transition:
        transform 260ms ease,
        box-shadow 440ms ease;
}

.devs-link:hover {
    transform: translateY(-4px);
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.1),
        0 4px 16px 6px rgba(0, 0, 0, 0.12);
}

.devs-link__excerpt {
    margin: 0;
}

.devs-link__linkIcon {
    position: relative;
    top: 1px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-10px);
    transition: all 100ms linear;
}

.devs-link__linkIcon > svg {
    display: block;
}

.devs-link:hover .devs-link__linkIcon {
    opacity: 1;
    transform: translateX(0px);
}

@media screen and (max-width: 768px) {
    .devs-link .devs-link__linkIcon {
        opacity: 1;
        transform: translateX(0px);
    }
}

.devs-link__products {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 27px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.devs-link__product {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    min-width: 80px;
    padding: 15px 15px;
    color: #444;
    border-radius: 6px;
}

.devs-link__product .badge {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
    text-transform: uppercase;
}

.devs-link__product-icon {
    margin: 7px 0 13px;
}

.devs-link__product-label {
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.devs-sidebar {
    order: 0;
    padding-top: 13px;
    padding-bottom: 7px;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
}

@media screen and (min-width: 768px) {
    .devs-sidebar {
        flex: 0 1 260px;
    }
}

.devs-breadcrumb {
    background-color: rgba(0, 123, 255, 0.04);
}

.devs-breadcrumb .breadcrumb {
    background-color: transparent;
}

.devs-sidebar__nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: auto;
}

@media screen and (min-width: 768px) {
    .devs-sidebar__nav {
        display: block !important;
        overflow: hidden;
    }
}

.devs-sidebar__nav-item {
    display: block;
    padding: 5px 5px;
    margin: 10px 5px;
    margin-top: 0;
    background-color: transparent;
    border-radius: 20px;
    transition: background-color 90ms ease;
}

@media screen and (min-width: 768px) {
    .devs-sidebar__nav-item {
        margin-left: 0;
        margin-right: 0;
    }
}

.devs-sidebar__nav-item:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.devs-sidebar__nav-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 10px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.65);
}

.devs-sidebar__nav-link > span:nth-child(2) {
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.devs-sidebar__nav-linkIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    background-color: var(--white);
    margin-right: 13px;
    border-radius: 100%;
    box-shadow: 0 2px 4px 0 rgba(17,31,98,.1);
}

.devs-sidebar__nav-link:hover,
.devs-sidebar__nav-item.active .devs-sidebar__nav-link {
    color: rgba(0, 0, 0, 0.85);
}

.devs-sidebar__nav-item.active .devs-sidebar__nav-linkIcon {
    color: var(--white);
    background-color: var(--primary);
    box-shadow: 0 2px 4px 0 rgb(214, 219, 224);
}

.devs-doc__divider {
    display: block;
    width: 40px;
    padding: 3px 10px;
    background: linear-gradient(90deg, #76b3f5 0%, #007bff 100%);
    border-radius: 12px;
    margin: 35px auto;
}

.devs-doc__header-animatedTitle {
    position: relative;
    overflow: hidden;
}

.devs-doc__header-animatedTitle span {
    display: inline-block;
    opacity: 0;
    animation: header-animatedTitle 600ms cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}

.devs-doc__header-animatedTitle span:nth-child(1) {
    animation-delay: 0.2s;
}

.devs-doc__header-animatedTitle span:nth-child(2) {
    animation-delay: 0.3s;
}

.devs-doc__header-animatedTitle span:nth-child(3) {
    animation-delay: 0.43s;
}

@keyframes header-animatedTitle {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.devs-doc__header-animatedLead {
    opacity: 0;
    animation: header-animatedLead 800ms cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
    animation-delay: 0.6s;
}

@keyframes header-animatedLead {
    0% {
        opacity: 0;
        transform: translateY(-13px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.devs-doc__section {
}

.devs-doc__stepper {
    margin: 0;
    padding: 0;
    counter-reset: listitem;
    list-style: none;
}

.devs-doc__stepper > li {
    position: relative;
    margin: 5px 0;
    padding-left: 30px;
    font-size: 15px;
    line-height: 26px;
}

.devs-doc__stepper > li::before {
    counter-increment: listitem;
    content: counter(listitem);
    background: #e3e8ee;
    color: #697386;
    font-size: 13px;
    font-weight: 500;
    line-height: 11px;
    text-align: center;
    padding: 4px 0;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 3px;
}

.devs-doc__code pre {
    font-size: 15px;
    background: rgba(227, 232, 238, 0.26);
}

.devs-doc__code-highlight {
    background-color: #e3e8ee;
    border-radius: 3px;
}
