* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    font-family: 'MuseoSans', sans-serif !important;
    background: #eff1f3;
}

ul li {
    list-style: none;
}

/*ul li a {
        text-decoration: none;
 }*/ 

/*a {
    text-decoration: none;
}*/ 

/*p, a, label, h1, h2, h3, h4 {
    color: #40516f;
    margin: 0;
}*/

p, label, h1, h2, h3, h4 {
    color: #40516f;
    margin: 0;
}

/*table tr th {
    text-align: center;
    height: 50px;
    font-size: 17px;
    border-bottom: 1px solid #829494 !important;
    background: #829494;
    color: #fff;
    vertical-align: middle !important;
    font-weight: 400;
} 

table tr td {
    text-align: center;
    vertical-align: middle !important;
    color: #40516f;
    border-top: 1px solid #025594 !important;
}

table tr .gris {
    background: rgba(25, 25, 25, 0.0784313725490196);
}

table tr .bold {
    font-weight: 600;
    height: 50px;
}

table .white:hover {
    background: #fff;
}

table tbody tr:hover {
    background: #d9edf7;
}*/
/* PRELOADER ------------------------------------------------------- */
.contenedorPreloader {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 1005 !important;
}

.titleSOC {
    width: 800px;
    margin: auto;
}

.load {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
}

    .load hr {
        border: 0;
        margin: 0;
        width: 40%;
        height: 40%;
        position: absolute;
        border-radius: 50%;
        animation: spin 2s ease infinite
    }

    .load :first-child {
        background: #F47C30;
        animation-delay: -1.5s
    }

    .load :nth-child(2) {
        background: #F47C30;
        animation-delay: -1s
    }

    .load :nth-child(3) {
        background: #F47C30;
        animation-delay: -0.5s
    }

    .load :last-child {
        background: #F47C30
    }

@keyframes spin {
    0%,100% {
        transform: translate(0)
    }

    25% {
        transform: translate(160%)
    }

    50% {
        transform: translate(160%, 160%)
    }

    75% {
        transform: translate(0, 160%)
    }
}
/* HEAD ------------------------------------------------------- */
.head {
    width: 100%;
    /*background: #015694;*/
    background: #F47C30;
    position: fixed;
    top: 0;
    z-index: 1001;
    padding: 5px 0;
}

    .head .sisec {
        width: 160px;
        padding: 10px;
        margin-left: 60px;
    }

    .head .avatar {
        position: absolute;
        top: -25px;
        left: 305px;
        padding: 35px 10px;
        display: flex;
    }

        .head .avatar div {
            padding: 0 7px;
        }

            .head .avatar div img {
                width: 50px;
            }

            .head .avatar div p {
                color: #fff;
            }

            .head .avatar div .nombre {
                font-size: 18px;
            }

            .head .avatar div .oficina {
                font-weight: 100;
                font-size: 15px;
                color: rgb(186, 186, 186);
            }

            .head .avatar div .perfil {
                font-size: 18px;
                padding: 0 30px;
            }
    /*Se aņade para visualizar en el _topnavar el perfil de usuario*/

    .head ul {
        position: inherit; /*absolute;*/
        top: 15px;
        right: 50px;
        display: inline-flex; /*flex;*/
    }

        .head ul li {
            margin: 0 5px;
        }

        .head ul .menuCel {
            display: none;
        }

        .head ul li a img {
            width: 30px;
            margin: 10px 5px;
        }

        .head ul li a .notificacion {
            background: red;
            width: 20px;
            height: 16px;
            position: absolute;
            top: 0;
            right: 0;
            border-radius: 3px;
        }

            .head ul li a .notificacion p {
                color: #fff;
                text-align: center;
                font-size: 11px;
            }

    /*.head #content {
        position: absolute;
        height: 50px;
        width: 300px;
        margin: 0;
        top: 60px;
        right: -285px;
        transform: translate(-50%, -50%);
    }*/

    .head #content {
        position: absolute;
        height: 50px;
        width: 300px;
        margin: 0;
        top: 45px;
        right: -80px;
        transform: translate(-50%, -50%);
    }

        .head #content.on {
            -webkit-animation-name: in-out;
            animation-name: in-out;
            -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
        }

/*input {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
    -webkit-transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
    transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    padding-left: 16px;
}*/

/*.search {
    background: none;
    position: absolute;
    top: 0px;
    left:1170px; /*0;*/ /*FIX DEL DEPLIEGUE DE LOS RESULTADOS DE BUSQUEDA*/
    height: 20px;/*50px;*/
    width: 1170px; /*50px;*/
    padding: 0;
    border-radius: 100%;
    outline: 0;
    border: 0;
    color: inherit;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}*/

    .search:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 1px;
        background-color: #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: 11px;
        margin-left: 20px;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

.close {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

    .close:before {
        content: "";
        position: absolute;
        width: 27px;
        height: 1px;
        margin-top: -1px;
        margin-left: -13px;
        background-color: #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

    .close:after {
        content: "";
        position: absolute;
        width: 27px;
        height: 1px;
        background-color: #fff;
        margin-top: -1px;
        margin-left: -13px;
        cursor: pointer;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.square {
    box-sizing: border-box;
    padding: 0 40px 0 10px;
    width: 300px;
    height: 35px;
    border: 1px solid #ffffff;
    border-radius: 0;
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
    -webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
    transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
    -webkit-transition-delay: 0.4s, 0s, 0.4s;
    transition-delay: 0.4s, 0s, 0.4s;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    border-radius: 5px;
    padding-left: 16px;
}
/* MENU CELULAR ------------------------------------------------------- */
.MenuCelular {
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.9215686274509803);
    position: fixed;
    z-index: 1000;
    top: 125px;
}

    .MenuCelular .OpCel {
        display: none;
        opacity: 0;
        margin: 20px 0 0;
    }

    .MenuCelular ul li {
        padding: 10px 40px;
        border-bottom: 1px solid rgba(64, 81, 113, 0.27);
    }

        .MenuCelular ul li a {
            font-size: 16px;
            color: #fff;
        }

            .MenuCelular ul li a img {
                width: 30px;
                margin-right: 20px;
            }

        .MenuCelular ul li ul {
            margin: 10px 0 10px;
        }

            .MenuCelular ul li ul li {
                border: none;
                padding: 0;
                margin: 0 52px;
            }

                .MenuCelular ul li ul li a {
                    color: rgba(255, 255, 255, 0.32);
                }
/* BLACK ------------------------------------------------------- */
.black {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.69);
    position: fixed;
    opacity: 0;
    display: none;
    z-index: 5;
}
/* DASHBOARD ------------------------------------------------------- */
.dashboard {
    width: 100%;
    height: 100%;
    display: flex;
}
    /* ------ */
    .dashboard .menu {
        width: auto;/*95px;*/
        height: 100%;
        background: #fff;
        position: fixed;
        top: 60px;
        z-index: 1000;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.19);
        overflow-y: scroll;
    }

        .dashboard .menu .OptionMenu ul {
            margin: 9px 0 50px;
            left: -30px;
            top: 37px;
        }

            .dashboard .menu .OptionMenu ul li {
                padding: 20px 30px;
                border-bottom: 1px solid #f1f1f1;
            }

                .dashboard .menu .OptionMenu ul li .menuIcon div {
                    background: #fff;
                    width: 45px;
                    height: 2px;
                    margin: 5px 0;
                }

                .dashboard .menu .OptionMenu ul li .menuIcon a .lineaUno {
                    top: 50px;
                }

                .dashboard .menu .OptionMenu ul li .menuIcon a .lineaDos {
                    top: 56px;
                }

                .dashboard .menu .OptionMenu ul li .menuIcon a .lineaTres {
                    top: 62px;
                }

                .dashboard .menu .OptionMenu ul li a {
                    text-decoration: none;
                    font-size: 16px;
                    display: flex;
                }

            .dashboard .menu .OptionMenu ul .menuVertical {                
                background: #42516F;
            }

                .dashboard .menu .OptionMenu ul .menuVertical:hover {                    
                    background: #42516F;
                }

                .dashboard .menu .OptionMenu ul .menuVertical a p {
                    color: #fff;
                }

            .dashboard .menu .OptionMenu ul .active {
                background: #f0f1f3;
            }

            .dashboard .menu .OptionMenu ul li:hover {
                background: #dfe1e3;
            }

            .dashboard .menu .OptionMenu ul li a img {
                width: 35px;
                margin-right: 10px;
            }

            .dashboard .menu .OptionMenu ul li a .regresarIcon {
                position: absolute;
                right: 180px;
                opacity: 0;
                display: none;
            }

                .dashboard .menu .OptionMenu ul li a .regresarIcon.colorImg {
                    display: none !important;
                }

            .dashboard .menu .OptionMenu ul li a p {
                display: none;
                opacity: 0;
            }

            .dashboard .menu .OptionMenu ul li a span {
                position: absolute;
                right: -15px;
                top: 15px;
                color: #015694;
            }

            .dashboard .menu .OptionMenu ul li .dropdown .dropdown-menu {
                width: 281px;
                background: #dfe1e3;
                padding: 0;
                border: none;
                border-radius: 0;
            }

                .dashboard .menu .OptionMenu ul li .dropdown .dropdown-menu li {
                    display: flex;
                }

                    .dashboard .menu .OptionMenu ul li .dropdown .dropdown-menu li img {
                        width: 35px;
                        margin-right: 10px;
                        height: 25px
                    }

                    .dashboard .menu .OptionMenu ul li .dropdown .dropdown-menu li a:hover {
                        background: none;
                        color: #40516f;
                    }
    /* ------ */
    .dashboard .info {
        width: 100%;
        margin: 75px 0 0 100px;
    }

        .dashboard .info .bannerBroker {
            padding: 30px;
            text-align: center;
        }

            .dashboard .info .bannerBroker .btnBanner {
                margin: 30px 0 10px;
            }

                .dashboard .info .bannerBroker .btnBanner .comunicados {
                    border: 0;
                    height: 50px;
                    padding: 15px 110px;
                    font-size: 16px;
                    text-shadow: none;
                    background: #4ba84f;
                    color: #fff;
                    text-decoration: none;
                }

                    .dashboard .info .bannerBroker .btnBanner .comunicados img {
                        width: 30px;
                        margin: -5px 0;
                    }

                .dashboard .info .bannerBroker .btnBanner .infoBanner {
                    text-align: left;
                    display: none;
                    opacity: 0;
                }

                    .dashboard .info .bannerBroker .btnBanner .infoBanner .comunicado {
                        margin: 10px auto;
                        background: #fff;
                        padding: 30px 50px;
                        border-radius: 10px;
                        box-shadow: 0px 0px 20px #ddd;
                        width: 95%;
                    }

                        .dashboard .info .bannerBroker .btnBanner .infoBanner .comunicado hr {
                            margin: 10px 0;
                            background: #f0f1f3;
                            height: 2px;
                            border: 0;
                        }

                        .dashboard .info .bannerBroker .btnBanner .infoBanner .comunicado .title {
                            color: #015694;
                            font-weight: 600;
                            font-size: 18px;
                        }

                            .dashboard .info .bannerBroker .btnBanner .infoBanner .comunicado .title span {
                                font-weight: 500;
                                color: #829494;
                                font-size: 14px;
                            }
/* ------ */
.swiper-container {
    width: 1000px;
    height: 240px;
    margin-bottom: 50px;
}

    .swiper-container .swiper-wrapper .swiper-slide a img {
        width: 195px;
    }
/* ------ */
.dashboard .ranking {
    padding: 0 0 50px; /*0 42px 50px;*/
}

    .dashboard .ranking .titulo {
        font-size: 25px;
        font-weight: bold;
        margin: 0 0 20px;
        text-align: center;
    }

    .dashboard .ranking .infoRanking {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .dashboard .ranking .infoRanking .oP {
            width: 203px;
            background: #fff;
            margin: 5px;
            border: 1px solid #025594;
        }

            .dashboard .ranking .infoRanking .oP div {
                padding: 20px 15px;
            }

                .dashboard .ranking .infoRanking .oP div p {
                    font-size: 17px;
                    font-weight: 600;
                }

            .dashboard .ranking .infoRanking .oP .blue {
                background: rgb(217, 237, 247);
            }

                .dashboard .ranking .infoRanking .oP .blue p {
                    font-size: 14px;
                    font-weight: normal;
                }

        .dashboard .ranking .infoRanking .table-responsive {
            background: #fff;
            border: 1px solid #025594;
            width: 1000px; /*420px;*/
            margin: 0 5px 15px 5px;
            height: fit-content;
        }

        .dashboard .ranking .infoRanking #tableTwo {
            width: 620px;
        }

        .dashboard .ranking .infoRanking .table-responsive .table {
            margin: 0;
        }

            .dashboard .ranking .infoRanking .table-responsive .table tr .mes {
                background: #d9edf7;
                text-align: center;
            }
/* SLIDER ------------------------------------------------------- */
/*  ------------------------------------------------------- */


/* RESPONSIVE ------------------------------------------------------- */
@media screen and (max-width: 1190px) {
    .swiper-container {
        width: 800px;
        height: 200px;
    }

        .swiper-container .swiper-wrapper .swiper-slide a img {
            width: 150px;
        }
}

@media screen and (max-width: 1065px) {
    .head .avatar {
        left: 255px;
    }

    .head .sisec {
        margin-left: 35px;
    }
}

@media screen and (max-width: 990px) {
    .head .avatar {
        left: 235px;
    }
}

@media screen and (max-width: 980px) {
    .head {
        padding-bottom: 0;
    }

        .head .sisec {
            margin: auto;
            display: block;
        }

        .head ul {
            top: 80px;
        }

        .head #content {
            top: 125px;
        }

        .head .avatar {
            position: relative;
            left: 0;
            padding: 10px 0 10px 40px;
            top: 0;
            background: #F47C30;
            /*background: #405171;*/
        }

    .dashboard .menu {
        top: 124px;
    }

        .dashboard .menu .OptionMenu ul .menuVertical {
            background: #fff;
        }

            .dashboard .menu .OptionMenu ul .menuVertical:hover {
                background: #fff;
            }

        .dashboard .menu .OptionMenu ul li a p {            
            color: #405170 !important;
        }

    .dashboard .info {
        margin: 133px 0 0 100px;
    }

    .dashboard .menu .OptionMenu ul li .menuIcon div {        
        background: #015694;
        width: 30px;
    }

    .dashboard .menu .OptionMenu ul li a .regresarIcon {
        display: none;
    }

        .dashboard .menu .OptionMenu ul li a .regresarIcon.colorImg {
            display: block !important;
            right: 197px;
        }

    .dashboard .menu .OptionMenu ul li a img {
        margin-right: 0;
    }
}

@media screen and (max-width: 890px) {
    .swiper-container {
        width: 610px;
        height: 170px;
    }

        .swiper-container .swiper-wrapper .swiper-slide a img {
            width: 120px;
        }
}

@media screen and (max-width: 790px) {
    .head .sisec {
        margin: 0 30px;
    }

    .head ul {
        top: 15px;
    }

    .head #content {
        top: 58px;
    }
}

@media screen and (max-width: 650px) {
    .head #content {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .swiper-container {
        width: 100%;
        height: 150px;
        margin-bottom: 20px;
    }

        .swiper-container .swiper-wrapper .swiper-slide a img {
            width: 110px;
        }

    .dashboard .info .bannerBroker .btnBanner .comunicados {
        padding: 15px 60px;
    }

    .dashboard .info .bannerBroker .btnBanner .infoBanner .comunicado {
        padding: 20px 20px;
    }

    .MenuCelular {
        display: block;
    }

    .head .sisec {
        margin: 0px;
    }

    .head ul {
        right: 10px;
    }

        .head ul .menuCel {
            display: block;
        }

        .head ul li a .notificacion {
            right: 51px;
        }

    .head .avatar {
        padding: 10px 0 10px 10px;
    }

        .head .avatar div {
            padding: 0 4px;
        }

            .head .avatar div img {
                display: none;
            }

            .head .avatar div .nombre {
                font-size: 16px;
            }

            .head .avatar div .oficina {
                font-size: 14px;
            }

    .dashboard .menu {
        display: none;
    }

    .dashboard .info {
        margin: 133px 0 0;
    }

        .dashboard .info .bannerBroker {
            padding: 20px 20px;
        }

            .dashboard .info .bannerBroker #btn1 {
                margin: 0;
            }

            .dashboard .info .bannerBroker .btn-primary {
                width: 100%;
            }

    .dashboard .ranking {
        padding: 0 15px 50px;
    }

        .dashboard .ranking .infoRanking .oP {
            width: 100%;
        }
}
