﻿.container-boxes-grid {
    justify-content: space-evenly !important;
}

.new-bar {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.so_form .label-style {
    font-size: 13px;
    line-height: 18px;
    color: #383838;
    margin: 0;
    font-weight: 400;
}

.form-group.col-md-6.label-custom-ciudad:before {
    content: "Ciudad";
    font-size: 13px;
    line-height: 18px;
    color: #383838;
    margin: 0;
    display: block;
}

.so_form label {
    display: block;
}

.small__card > .img-fluid {
    background-color: #FFD940;
    /* display: block; */
    height: 5px;
    width: 40px;
}

.prefix-input {
    float: left;
    position: absolute;
    top: 34px;
    left: 26px;
    z-index: 1;
    font-size: 1em;
    color: #666;
}

.form-control.with-prefix {
    padding-left: 50px;
}

.so_select .icon-arrow {
    top: 0;
    bottom: auto !important;
}

.iframe-cognitive-assistant-container.notification {
    max-height: 180px;
    width: 305px !important;
}

.iframe-cognitive-assistant-container.notification {
    bottom: 80px !important;
}

@media (min-width: 768px) {
    .so_footer--nav {
        max-width: 740px !important;
        padding-right: 80px;
    }
}

@media (max-width: 991px) {
    .small__card {
        padding: 30px;
    }

    .cyberseguridad_tab .tab-pane:first-child .col-12:nth-child(1) {
        order: 0;
    }

    .cyberseguridad_tab .tab-pane:first-child .col-12:nth-child(2) {
        order: 1;
    }

    .cyberseguridad_tab .tab-pane:first-child .col-12:nth-child(3) {
        order: 3;
    }

    .cyberseguridad_tab .tab-pane:first-child .col-12:nth-child(4) {
        order: 2;
    }

    .cyberseguridad_tab .tab-pane:first-child .col-12:nth-child(5) {
        order: 4;
    }

    .cyberseguridad_tab .tab-pane:first-child .col-12:nth-child(6) {
        order: 5;
    }

    .cyberseguridad_tab .tab-pane:first-child .col-12:nth-child(7) {
        order: 7;
    }

    .cyberseguridad_tab .tab-pane:first-child .col-12:nth-child(8) {
        order: 6;
    }

    .cyberseguridad_tab .tab-pane:first-child .col-12:nth-child(9) {
        order: 8;
    }

    .cyberseguridad_tab .tab-pane:first-child .col-12:nth-child(10) {
        order: 9;
    }
}

@media(max - width:768px) {
    .so_footer--nav {
        flex-direction: column;
        justify-content: center !important;
        align-items: center;
    }

        .so_footer--nav a:after {
            display: none;
        }

    .so_cont--1640.pt-5 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    div .iframe-cognitive-assistant-container.notification {
        max-height: 80px !important;
        width: 75px !important;
    }

    .mobile-table {
        display: flex;
        flex-direction: column;
    }

        .mobile-table td {
            width: 100%;
        }
}

@media (max-width: 767px) {
    .new-bar {
        margin-right: 0 !important;
    }

        .new-bar a {
            display: none;
        }

    .inner-nav {
        display: block !important;
    }

    .new-bar .inner-nav .so_btn:last-child {
        display: block;
        padding-right: 7px;
    }

    .new-bar .inner-nav .so_btn.bg--yellow img {
        max-width: 10px;
        margin-left: 3px;
        top: -1px;
        position: relative;
    }

    .so_banner--main {
        padding-top: 160px !important;
    }
}

.side-menu ul li.mobile-link-menu a {
    color: #182a75;
    background-image: url("/wp-content/uploads/2023/02/ic-account.png");
    background-position: 90% center;
    background-color: #FFD940;
    padding: 3px 30px 3px 15px;
    letter-spacing: normal;
    text-transform: uppercase;
    border-radius: 50rem !important;
    width: 230px;
    margin: 0 auto;
    background-repeat: no-repeat;
}