/* ------- Header & Help SRT ------- */
.menu_title_content::after {
    content: "Soluciones de Cómputo";
}

.help_button {
    top: 97px;
}

.sticky_help {
    top: 0;
}

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

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

/* ------- Seguridad Color SRT ------- */
.menu_btn:nth-child(11) {
    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;
}

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

/* ------- Casos de Exito SRT ------- */
.exito_cont {
    font-family: 'FormaDJR Micro';
}

.exito_title {
    background-color: #549ef7;
    font-size: 2rem;
    line-height: 30px;
    padding: 20px;
}

.exito_desc {
    background-color: #7fb6f9;
    font-size: 1.5rem;
    line-height: 22px;
    padding: 20px;
}

.exito_slide {
    margin: 0 10px;
}

.exito_slide_title {
    background-color: #aacffb;
    font-size: 2rem;
    line-height: 28px;
    padding: 20px;
}

.exito_slide_quote {
    background-color: #d4e7fd;
    font-size: 1.5rem;
    line-height: 22px;
    padding: 20px;
}

.exito_video_cont {
    position: relative;
    background-color: #000000;
    height: 400px;
}

.exito_video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
}

@media only screen and (max-width: 768px) {
    .exito_title {
        font-size: 1.75rem;
        line-height: 24px;
        padding: 15px;
    }

    .exito_desc {
        font-size: 1.25rem;
        line-height: 22px;
        padding: 15px;
    }

    .exito_slide_title {
        font-size: 1.75rem;
        line-height: 24px;
        padding: 15px;
    }

    .exito_slide_quote {
        font-size: 1.25rem;
        line-height: 22px;
        padding: 15px;
    }
}

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

    .exito_desc {
        font-size: 1rem;
        line-height: 16px;
    }

    .exito_slide_title {
        font-size: 1.25rem;
        line-height: 18px;
    }

    .exito_slide_quote {
        font-size: 1rem;
        line-height: 16px;
    }
}

/* ------- Casos de Exito END ------- */

/* ------- Servicios Menu SRT ------- */
.hpserv_menu {
    margin: 0 0 20px 0;
}

.hpserv_menu_cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.hpserv_button {
    font-family: 'FormaDJR Micro', Arial, Helvetica, sans-serif;
    width: 33%;
    cursor: pointer;
}

.hpserv_button:nth-child(2) {
    margin: 0 20px;
}

.button_title {
    padding: 20px;
    font-size: 2rem;
    line-height: 24px;
}

.button_subtitle {
    padding: 20px;
    font-size: 1.5rem;
    line-height: 22px;
}

.button_serv01 {
    background-color: #40defa;
}

.button_serv01:nth-child(2) {
    background-color: #a0effd;
}

.button_serv02 {
    background-color: #ffbd3b;
}

.button_serv02:nth-child(2) {
    background-color: #ffde9d;
}

.button_serv03 {
    background-color: #a89efa;
}

.button_serv03:nth-child(2) {
    background-color: #d4cffd;
}

.button_img_cont {
    position: relative;
    overflow: hidden;
    height: 225px;
}

.button_img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
}

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

@media only screen and (max-width: 1024px) {
    .button_title {
        font-size: 1.5rem;
        line-height: 22px;
    }

    .button_subtitle {
        font-size: 1rem;
        line-height: 16px;
    }
}

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

    .hpserv_button_txt {
        width: 50%;
    }

    .hpserv_menu_cont {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .hpserv_button:nth-child(2) {
        margin: 15px 0;
    }

    .hpserv_button {
        width: 100%;
        height: 118px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .button_img_cont {
        width: 50%;
        height: 100%;
    }

    .button_img {
        height: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .hpserv_button_txt {
        width: 75%;
    }

    .button_img {
        height: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .button_img {
        height: 100%;
        width: auto;
    }
}

@media only screen and (max-width: 425px) {
    .button_title {
        font-size: 1rem;
        line-height: 14px;
    }

    .button_subtitle {
        font-size: .75rem;
        line-height: 12px;
    }

    .hpserv_button_txt {
        width: 100%;
    }

    .hpserv_button {
        height: 106px;
    }
}

/* ------- Servicios Menu END ------- */

/* ------- Servicios de Cómputo SRT ------- */
.hpserv_title {
    background-color: #549ef7;
    font-family: 'FormaDJR Micro', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    line-height: 30px;
    padding: 20px;
}

@media only screen and (max-width: 768px) {
    .hpserv_title {
        font-size: 1.75rem;
        line-height: 24px;
        padding: 15px;
    }
}

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

/* ------- Servicios de Cómputo END ------- */

/*---------- Journey -START ----------*/
.journey_cont {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
    box-sizing: content-box;
}

.journey_map_cont {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.map_flag {
    height: auto;
    width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    align-items: center;
    margin: 10px;
}

.mf01,
.mf02,
.mf03,
.mf04,
.mf05,
.mf06 {
    width: 100px;
    height: 100px;
    margin: 0 0 10px 0;
}

.mf01 {
    background-image: url(../img/computo/icon_journey/01_icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.mf02 {
    background-image: url(../img/computo/icon_journey/02_icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.mf03 {
    background-image: url(../img/computo/icon_journey/03_icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.mf04 {
    background-image: url(../img/computo/icon_journey/04_icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.mf05 {
    background-image: url(../img/computo/icon_journey/05_icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.mf06 {
    background-image: url(../img/computo/icon_journey/06_icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.tooltip_journey {
    font-family: 'FormaDJR Micro', Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.tooltip_journey strong {
    font-family: 'FormaDJR Micro', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.map_flag:hover .tooltip_journey {
    opacity: 1;
    visibility: visible;
}

.map_section {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
}

.map_section p {
    font-family: 'FormaDJR Micro', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    text-align: center;
}

.section_line {
    background-color: #e3e1dc;
    height: 6px;
    width: 100%;
    border-radius: 3px;
}

.linetip_journey {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .journey_cont {
        max-width: unset;
    }

    .journey_map_cont {
        justify-content: center;
    }
}

@media only screen and (max-width: 600px) {
    .hp_icon_legend {
        margin: 0 0 15px 0;
        text-align: center;
        font-size: 16px;
    }

    .map_flag {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
    }

    .mf01,
    .mf02,
    .mf03,
    .mf04,
    .mf05,
    .mf06 {
        width: 80px;
        height: 80px;
        min-width: 80px;
        margin: 0 10px 0 0;
    }

    .tooltip_journey {
        font-family: 'HP Simplified Light', Arial, Helvetica, sans-serif;
        font-size: 14px;
    }

    .journey_cont {
        margin: 25px 10px 0 10px;
        padding: 5px;
    }
}

/*---------- Journey -END ----------*/

/*---------- Active Care -SRT ----------*/
.active_care_txt:nth-child(1) {
    background-color: #40defa;
    border-bottom: 1px solid #000000;
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
}

.active_care_txt:nth-child(2) {
    background-color: #40defa;
    border-bottom: 1px solid #000000;
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
}

.active_care_txt:nth-child(3) {
    background-color: #40defa;
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
}

.active_care_img_cont {
    position: relative;
    overflow: hidden;
    height: 450px;
    width: auto;
    max-width: 1200px;
    margin: 0 auto 20px auto;
}

.active_care_img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.active_care_btn {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 15px;
    font-family: 'FormaDJR Micro', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 16px;
    padding: 10px;
    width: 33%;
    max-width: 150px;
    text-align: center;
    color: #000000;
    background-color: #40defa;
}

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

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

    .active_care_img_cont {
        height: 400px;
    }

    .active_care_img {
        height: 100%;
        width: auto;
    }
}

/*---------- Active Care -END ----------*/

/*---------- Care-Pack -SRT ----------*/
.carepack_txt:nth-child(1) {
    background-color: #40defa;
    border-bottom: 1px solid #000000;
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
}

.carepack_txt:nth-child(2) {
    background-color: #40defa;
    border-bottom: 1px solid #000000;
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
}

.carepack_txt:nth-child(3) {
    background-color: #40defa;
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
}

/*---------- Care-Pack -END ----------*/



.sec1_title_color {
    background-color: #40defa;
    border-bottom: 1px solid #000000;
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
}

.sec1_desc_color {
    background-color: #40defa;
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
}

.ciclo_title_color {
    background-color: #70e6fb;
}

.ciclo_desc_color {
    background-color: #a0effd;
}

.ciclo_btn_color {
    background-color: #cff7fe;
}

.sec2_title_color {
    background-color: #ffbd3b;
    border-bottom: 1px solid #000000;
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
}

.sec2_sub_color {
    background-color: #ffbd3b;
    border-bottom: 1px solid #000000;
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
}

.sec2_desc_color {
    background-color: #ffbd3b;
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
}

.admin_title_color {
    background-color: #ffce6c;
}

.admin_desc_color {
    background-color: #ffde9d;
}

.admin_btn_color {
    background-color: #ffefce;
}

.sec3_title_color {
    background-color: #a89efa;
    border-bottom: 1px solid #000000;
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
}

.sec3_desc_color {
    background-color: #a89efa;
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
}

.digital_title_color {
    background-color: #beb6fb;
}

.digital_desc_color {
    background-color: #d4cffd;
}

.digital_btn_color {
    background-color: #e9e7fe;
}