/* ------- Header & Help SRT ------- */
.menu_title_content::after {
    content: "Seguridad";
}

.header_index_logo-img2 {
    display: block;
}

.help_button {
    top: 97px;
}

.sticky_help {
    top: 0;
}

/* @media only screen and (max-width: 1024px) {
    .help_button {
        top: 97px;
    }

    .sticky_help {
        top: 0;
    }
} */

@media only screen and (max-width: 768px) {
    .help_button {
        top: 56px;
    }

    .sticky_help {
        top: 0;
    }
}

@media only screen and (max-width: 425px) {
    .help_button {
        top: 40px;
    }

    .sticky_help {
        top: 0;
    }
}

/* ------- Header & Help END ------- */

/* ------- Color SRT ------- */
.menu_btn:nth-child(1) {
    background-color: #549ef7;
}

.menu_title {
    background-color: #549ef7;
}

.menu_btn-cont {
    background-color: #8cbefa;
}

.menu_btn:hover {
    background-color: #549ef7;
}

.menu_logo {
    background-color: #c5defc;
}

.header_menu {
    background-color: #549ef7;
}

.menu_title_content-cont {
    background-color: #8cbefa;
}

.intro_info_seguridad-color {
    background-color: #c5defc;
}

.articles {
    background-color: unset;
}

.mini_slide_title {
    background-color: #549ef7;
}

.mini_slide_desc {
    background-color: #8cbefa;
}

.mini_slide_btn {
    background-color: #c5defc;
    color: #000000;
}

.services_footer {
    background-color: unset;
}

.logo_footer {
    background-color: unset;
}

/* ------- Color END ------- */