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

.header_index_logo-img2 {
    display: block;
}

.help_button {
    top: 97px;
}

.sticky_help {
    top: 0;
}

.slick-prev:before, .slick-next:before {
    color: black !important;
}

/* @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 ------- */

/* ------- Map SRT ------- */
.region_sec_title {
    font-family: 'FormaDJR Micro', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    margin-top: 20px;
}


.region-cont {
    display: flex;
    flex-direction: row;
    padding: 20px;
}

.region_text {
    /* border: solid 1px #000000; */
    width: calc(100% / 3);
}

.region_title {
    background-color: #559ef7;
}

.region_menu {
    background-color: #ffffff;
}

.region_menu ul,
.mini_slide_desc ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mini_slide_desc li {
    margin: 0 0 5px 0;
}

.mini_slide_desc li:nth-child(3) {
    margin: 0;
}

.region_menu li {
    margin: 0;
}

.region_map-cont {
    background: #e6e6e6;
    /* border: solid 1px #000000; */
    border-left: none;
    position: relative;
    width: calc((100% / 3) * 2);
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.region_map-cont-768 {
    display: none;
}

.map_country {
    position: absolute;
    height: 90%;
    width: auto;
}

.map_bg {
    z-index: 0;
}

.map_arg,
.map_cen,
.map_chi,
.map_col,
.map_ecu,
.map_per,
.map_mex {
    z-index: 1;
    opacity: 0;
    transition: .5s;
}

.map_hover {
    opacity: 1;
}

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

@media only screen and (max-width: 768px) {
    .region_sec_title {
        font-size: 1.5rem;
        margin: 15px 15px 0 15px;
    }

    .region-cont {
        flex-direction: column;
        padding: 15px;
    }

    .region_text {
        width: 100%;
    }

    .region_menu {
        display: flex;
        flex-direction: row;
        padding: 0;
    }

    .region_menu ul {
        margin: 15px;
        width: calc(100% / 3);
    }

    .region_map-cont {
        display: none;
    }

    .region_map-cont-768 {
        background-color: #e6e6e6;
        display: flex;
        flex-grow: 1;
        min-width: 50%;
        height: 33vh;
        position: relative;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        /* border-left: solid 1px #000000; */
    }

    .map_country {
        position: absolute;
        height: 90%;
        width: 90%;
    }

}

@media only screen and (max-width: 425px) {
    .region_sec_title {
        font-size: 1.25rem;
    }

    .region_menu {
        flex-direction: column;
    }

    .region_menu ul {
        margin: 15px;
        width: auto;
    }

    .region_map-cont-768 {
        height: 40vh;
        border-left: none;
        /* border-top: solid 1px #000000; */
    }
}

/* ------- Map END ------- */

.logo_div_footer {
    display: block;
}

.logo_footer_windows {
    display: block;
}

.windows_legal {
    display: none;
}

.logo_footer {
    display: none;
}
