/* ------- Header & Help SRT ------- */
.header_index_logo-img2,
.header_index_logo-img3 {
    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,
.mini_slide_desc {
    background-color: #f2ebdd;
    border-bottom: solid 1px #000000;
}

.webinar_slide_btn {
    background-color: #000000;
    color: #ffffff;
}

.services_footer {
    background-color: unset;
}

.logo_footer {
    background-color: unset;
}

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

/* ------- Region SRT ------- */
.hp_line_dashed {
    height: 1px;
    width: 100%;
    border-top: dashed 2px #ccc;
}

/* ------- Region END ------- */

/* ------- Single Webinar SRT ------- */
.sgl_web {
    background-color: #f2ebdd;
    font-family: 'FormaDJR Micro', Arial, Helvetica, sans-serif;
    max-width: 1200px;
    margin: 20px auto;
    /* border: solid 1px #000000; */
}

.sgl_web-slider {
    background-color: #f2ebdd;
    font-family: 'FormaDJR Micro', Arial, Helvetica, sans-serif;
    margin: 0 10px;
}

.sgl_web-title {
    /* border-bottom: solid 1px #000000; */
    background-color: #549ef7;
}

.sgl_web-int {
    display: flex;
    flex-direction: row;
}

.sgl_web-text {
    background-color: #ffffff;
    flex-grow: 1;
    padding: 15px;
    max-width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sgl_web-text ul {
    list-style: none;
    padding: 0;
}

.sgl_web-img {
    background-color: #e6e6e6;
    flex-grow: 1;
    padding: 15px;
    box-sizing: border-box;
    /* border-left: solid 1px #000000; */
}

.webinar_slide_btn {
    border: none;
    font-family: 'FormaDJR Micro';
    font-size: 1rem;
    line-height: 16px;
    text-align: center;
    padding: 10px;
    width: 50%;
    bottom: 15px;
    left: 15px;
    box-sizing: border-box;
}

.sgl_web-presentador {
    display: flex;
    flex-direction: row;
    margin: 0 0 15px 0;
}

.presentador_social {
    height: 16px;
    margin: 0 5px;
}



@media only screen and (max-width: 1230px) {
    .sgl_web {
        margin: 20px
    }
}


@media only screen and (max-width: 1024px) {
    .webinar_slide_btn {
        width: auto;
    }
}

@media only screen and (max-width: 768px) {
    .sgl_web {
        margin: 15px;
    }

    .sgl_web-btn {
        width: 50%;
    }

    .sgl_web-img {
        padding: 15px;
    }

    .sgl_web-int {
        flex-direction: column-reverse;
    }

    .sgl_web-text {
        max-width: unset;
    }
}

@media only screen and (max-width: 600px) {

    .sgl_web-img {
        border-left: none;
        /* border-bottom: solid 1px #000000; */
    }

    .sgl_web-btn {
        width: 100%;
    }
}

/* ------- Single Webinar END ------- */