﻿* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    font-family: 'CircularRegular', sans-serif !important;
    background: #FAFAFA;
}

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: #006D4E;
    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: #00b637;
        animation-delay: -1.5s
    }

    .load :nth-child(2) {
        background: #00b637;
        animation-delay: -1s
    }

    .load :nth-child(3) {
        background: #00b637;
        animation-delay: -0.5s
    }

    .load :last-child {
        background: #00b637
    }

@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%;
    height: 70px;
    background: #fff;
    color: #006D4E;
    position: fixed;
    top: 0;
    z-index: 1001;
    padding: 5px 0;
    box-shadow: 0px 3px 6px #00000033;
}



    .head .avatar {
        position: absolute;
        top: -25px;
        /*left: 305px;*/
        left: 250px;
        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 .oficina {
                font-weight: 100;
                font-size: 15px;
                color: rgb(186, 186, 186);
            }

            .head .avatar div .perfil {
                font-size: 18px;
                padding: 0 30px;
            }

    .head ul {
        position: inherit; /*absolute;*/
        top: 0px;
        right: 40px;
        display: inline-flex; /*flex;*/
    }

        .head ul li {
            margin-top: 20px !important;
            margin: 0 15px;
        }

        .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;
}*/



.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;
}
/*Men? */
.menu-main {
    display: flex;
    background: #FFF;
    width: 100%;
    margin-bottom: 40px;
}

/***** Nuevo bot�n de Notificaci�n *****/
.notification-nav-wrp {
    position: relative;
}

.notification-nav-btn {
    border: 0;
    outline: 0;
    background-color: transparent;
    position: relative;
    width: 2.285em;
    height: 2.714em;
    z-index: 2;
}

.notification-nav-icon {
    color: #4ED176;
    font-size: 1.428em;
}

.notification-nav-num {
    display: inline-block;
    font-size: 0.714em;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #FF1142;
    color: #FFF;
    border-radius: 2px;
    min-width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
    padding: 0.1em 0.2em;
}

.notification-nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    margin-top: 0.3em;
    /* left: -11.4em; */
    /* z-index: 1; */
    width: 33em;
    background-color: #F5F5F5;
    /*border: 1px solid #E0E0E0;*/
    border-radius: 0.5em;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    max-height: calc(100vh - 70px);
    padding: 1.5em;
}

    .notification-nav .triangle,
    .notification-nav .triangle:after {
        display: block;
        position: absolute;
    }

    .notification-nav .triangle {
        bottom: 100%;
        /*left: 50%;*/
        margin-left: -1.2em;
        width: 0;
        height: 0;
        border-bottom: solid 16px #F5F5F5;
        border-top: solid 16px transparent;
        border-left: solid 14px transparent;
        border-right: solid 14px transparent;
    }

        .notification-nav .triangle:after {
            content: '';
            width: 0;
            height: 0;
            top: -14px;
            left: -12px;
            border-bottom: solid 15px #F5F5F5;
            border-top: solid 15px transparent;
            border-left: solid 12px transparent;
            border-right: solid 12px transparent;
        }

.notification-nav-title {
    color: #4F4F4F;
    /*font-size: 1.285em;*/
    /*padding: 0.55em;*/
    /*border-bottom: 1px solid #E0E0E0;*/
}

.head .notification-nav-list {
    flex-grow: 1;
    position: static;
    display: block;
    /*max-height: calc(100% - 76px);*/
    overflow-y: auto;
}

    .head .notification-nav-list li {
        margin-top: 0 !important;
        margin: 0;
    }

/*.notification-nav-info {
    position: relative;
    padding-left: 1em;
    max-width: 16.7em;
}*/

/*.notification-nav-info:before {
    content: '';
    display: block;
    width: 0.571em;
    height: 0.571em;
    background-color: #4ED176;
    position: absolute;
    top: 0.428em;
    left: 0;
    border-radius: 3em;
}*/

.notification-nav-link {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    padding: 0.714em;
    /*border-bottom: 1px solid #E0E0E0;*/
    background: #FFF;
    color: #4F4F4F;
    margin: 10px 0;
    font-size: 0.9em;
}

    .notification-nav-link:hover {
        color: #4D5358;
    }

/*.notification-nav-type,
.notification-nav-detail {
    display: block;
}*/

.notification-nav-type {
    color: #4F4F4F;
}

.notification-nav-date {
    display: inline-block;
    font-size: 0.9em;
    color: #4F4F4F;
    text-align: right;
    padding-left: 1em;
}

.notification-nav-link-see-all {
    cursor: pointer;
    display: block;
    font-weight: bold;
    /*background-color: #F2F2F2;*/
    color: #079DEF;
    /*font-size: 1.142em;*/
    padding: 1.5em 0 0;
    text-align: center;
    text-decoration: underline;
    line-height: 1;
    border-radius: 0 0 0.625em 0.625em;
}

    .notification-nav-link-see-all:hover,
    .notification-nav-link-see-all:focus {
        color: rgba(7, 157, 239, 0.7)
    }

@media screen and (max-width: 667px) {
    div#divUpdateNotify {
        display: block;
        width: 100%;
        left: 0;
        position: fixed;
    }

    .head .notification-nav-list {
        background-color: transparent;
        padding-bottom: 0;
    }

    .notification-nav {
        max-height: calc(100vh - 126px);
        width: 100%;
    }

        .notification-nav .triangle {
            /* left: 50%; */
            margin-left: 10.2em;
        }

    /* MENU CELULAR ------------------------------------------------------- */
    .menuCel {
        display: none;
    }

    .MenuCelular {
        display: none;
    }

        .MenuCelular .OpCel {
            display: none;
            opacity: 0;
            margin: 20px 0 0;
            padding-top: 180px;
        }

        .MenuCelular p {
            color: #fff;
        }

        .MenuCelular ul li {
            padding: 15px 40px 15px 40px;
            /*border-bottom: 1px solid rgba(64, 81, 113, 0.27);*/
        }

            .MenuCelular ul li a {
                opacity: 1 !important;
                font-size: 16px;
                color: #fff !important;
                width: 100%;
                display: block;
            }

                .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: 10px 0px 10px 0px;
                    /*margin: 0 52px;*/
                }

                    .MenuCelular ul li ul li a {
                        color: rgba(255, 255, 255);
                    }
    /* 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;
        background: #FAFAFA !important;
    }
        /* ------ */
        .dashboard .menu {
            width: auto; /*95px;*/
            height: -webkit-calc(100% - 60px);
            height: calc(100% - 60px);
            background: #006D4E;
            position: fixed;
            top: 60px;
            z-index: 1000;
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.19);
            overflow-y: scroll;
            left: 0;
        }

            .dashboard .menu::-webkit-scrollbar {
                width: 10px;
                background: #FAFAFA;
            }

            .dashboard .menu::-webkit-scrollbar-thumb {
                background-color: #868D96;
                height: 80%;
                border-radius: 10px;
                width: 3px
            }

            .dashboard .menu .OptionMenu ul {
                /*margin: 9px 0 50px;*/
                /*left: -30px;*/
                /* top: 37px;
padding: 20px 20px;*/
                margin: 9px;
                /* left: -30px;*/
                top: 0px;
                padding: 20px 28px;
            }

                .dashboard .menu .OptionMenu ul li {
                    /*padding: 20px 25px;
list-style: none;*/
                    padding: 10px 5px;
                    list-style: none;
                    margin-top: 20px;
                }


                    .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 {
                        margin-left: 0px;
                        text-decoration: none;
                        font-size: 16px;
                        color: #fFF;
                    }

            .dashboard .menu:hover .OptionMenu ul li a {
                min-width: 210px;
            }

            .dashboard .menu .OptionMenu ul li a:hover {
                color: #4ED176;
            }

            .dashboard .menu .OptionMenu ul .menuVertical {
                background: #006D4E;
            }

    .textDescription:hover {
        color: #4ED176 !important;
    }

    .dashboard .menu .OptionMenu ul .menuVertical a p {
        color: #fff;
    }

    .dashboard .menu .OptionMenu ul .active {
        background: #4ED176;
        border-radius: 5px;
        min-width: 36px;
    }

    .dashboard .menu .OptionMenu a .active {
        background: #4ED176;
        color: #fff;
    }

    .dashboard .menu .OptionMenu ul li:hover {
        color: #96F1A0;
    }

    .dashboard .menu .OptionMenu ul li a span.lnr {
        font-size: 20px;
        margin-right: 10px;
        position: relative;
        left: 5px;
        top: 0;
    }

    .dashboard .menu .OptionMenu ul li a img {
        /*margin-right: 10px;*/
        color: #FFF;
    }

    .dashboard .menu .OptionMenu ul li a em.fa.fa {
        width: 20px;
        margin-right: 0px;
    }

    .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;
        }

    .imgFloat {
        width: 20px;
    }

    img.imgFloat,
    .caret {
        float: none;
    }

    em.imgFloat {
        float: none;
    }

    span.lnr.imgFloat.lnr-user,
    span.lnr.imgFloat.lnr-users {
        float: left;
    }

    span.imgFloat.lnr.lnr-apartment {
        float: left;
    }

    .dashboard .menu .OptionMenu ul li a p {
        display: none;
        opacity: 0;
        margin: 0;
        color: #FFF;
    }

        .dashboard .menu .OptionMenu ul li a p:hover {
            color: #4ED176;
            display: block;
        }

    .dashboard .menu .OptionMenu ul li a span {
        position: relative;
        color: #FFF;
    }

    span.aparecer {
        display: none;
    }

    .dashboard .menu:hover span.aparecer {
        display: block;
    }

    .dashboard .menu:hover img.imgFloat {
        float: left;
    }

    .dashboard .menu:hover em.imgFloat {
        float: left;
    }

    .caret {
        transition: transform .2s ease-in-out;
        float: right;
        top: -15px;
    }
    /*iconos*/
    .fa-eye:before {
        color: #fff;
    }

    dashboard .menu .OptionMenu ul li a span:hover {
        color: #4ED176;
        display: block;
    }

    .dashboard .menu .OptionMenu ul li .dropdown-menu > li > a {
        padding: 0;
        font-size: 14px;
        clear: none !important;
    }

    .dashboard .menu .OptionMenu ul li .dropdown .dropdown-menu {
        position: relative;
        width: 100%;
        height: auto;
        background: #006D4E;
        left: 0px;
        padding: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        top: 0px;
        padding-bottom: 20px;
    }

        .dashboard .menu .OptionMenu ul li .dropdown .dropdown-menu li {
            display: block;
        }

            .dashboard .menu .OptionMenu ul li .dropdown .dropdown-menu li span.lnr {
                font-size: 20px;
                margin-right: 0px;
                position: relative;
                left: 0px;
                top: 0;
                color: #FFF;
                float: left;
            }

            .dashboard .menu .OptionMenu ul li .dropdown .dropdown-menu li img {
                width: 23px;
                margin-right: 0px;
                float: left;
                filter: hue-rotate(60deg) brightness(500%);
            }
}
/*Aqu� hay un hover en el menu lateral*/

.dashboard .menu .OptionMenu ul li .dropdown .dropdown-menu li a:hover > lnr {
    background: none;
    color: #96F1A0;
    font-size: 14px;
}

ul.dropdown-menu.segundo-nivel {
    width: 100% !important;
    background: #006D4E;
    left: 10px !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
}


/*
#listop:hover ul.dropdown-menu.segundo-nivel {
display: block !important;
}
.open > .dropdown-menu {
display: block;
}*/
/* ------ */
.dashboard .info {
    width: 100%;
    margin: 10px 0px 10px;
}

    .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;*/
        display: flex;
        margin-left: auto;
        margin-right: auto;
        min-width: 280px;
        height: 100%;
    }
/*
.dashboard .ranking {
padding: 0 0 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 #E0E0E0;
        border-radius: 5px;
    }

        .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(243, 248, 252);
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

}

.dashboard .ranking .infoRanking .oP .blue p {
    font-size: 14px;
    font-weight: normal;
}

.dashboard .ranking .infoRanking .table-responsive {
    background: #fff;
    border-radius: 5px;
    width: 100%; /*420px;*/
    margin: 0 5px 15px 5px;
    height: fit-content;
    border: 1px solid #e0e0e0;
}

.dashboard .ranking .infoRanking #tableTwo {
    width: 620px;
}

.dashboard .ranking .infoRanking .table-responsive .table {
    margin: 0;
}

    .dashboard .ranking .infoRanking .table-responsive .table tr .mes {
        background: #E8F0FE;
        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 #content {
            top: 125px;
        }

        .head .avatar {
            position: relative;
            left: 0;
            padding: 10px 0 10px 40px;
            top: 0;
            background: #405171;
        }

    .dashboard .menu {
        background: #006D4E;
    }

        .dashboard .menu .OptionMenu ul .menuVertical {
            background: #006D4E;
        }

            .dashboard .menu .OptionMenu ul .menuVertical:hover {
                background: #006D4E;
            }

        .dashboard .menu .OptionMenu ul li a p {
            color: #fff !important;
        }

    .dashboard .info {
        margin: 22px 0 0 0px;
    }

    .dashboard .menu .OptionMenu ul li .menuIcon div {
        background: #FFF;
        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:915px) {
    .menu-main {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@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: 0px;
        right: 0px;
    }

    .head #content {
        top: 58px;
    }
}

@media screen and (max-width: 667px) {
    .head #content {
        display: none;
    }

    .menu-main {
        display: block;
        width: 100%;
        text-align: center;
    }

    .swiper-container .swiper-wrapper .swiper-slide a img {
        min-width: 210px;
    }
}

@media screen and (max-width: 550px) {
    .swiper-container {
        width: 100%;
        height: 150px;
        margin-bottom: 20px;
    }

    .swiper-wrapper {
        position: relative;
        max-width: 325px;
    }

    .dashboard .info .bannerBroker .btnBanner .comunicados {
        padding: 15px 60px;
    }

    .dashboard .info .bannerBroker .btnBanner .infoBanner .comunicado {
        padding: 20px 20px;
    }

    .MenuCelular {
        display: block;
        width: 100%;
        height: 0;
        background: rgba(0, 0, 0);
        z-index: 1000;
        position: fixed;
        overflow: scroll
    }
        /*.MenuCelular .OpCel {
display: block;
opacity: 0;
margin: 20px 0 0;
}*/

        .MenuCelular ul li a img {
            width: 19px;
            margin-right: 20px;
        }

        .MenuCelular ul.dropdown-menu {
            padding: 10px 10px 15px 20px;
            background-color: #000;
            position: relative !important;
        }

    .dashboard .menu .OptionMenu ul li .dropdown .dropdown-menu {
        min-width: 100%;
    }

    ul.dropdown-menu.segundo-nivel {
        width: 100% !important;
        background: #000;
        min-width: 100% !important;
        position: absolute;
        padding-left: 20px !important;
        top: 64px;
        margin-left: -30px !important;
        /* display: none !important; */
    }

        ul.dropdown-menu.segundo-nivel li {
            display: flex !important;
            padding-left: 10px !important;
            margin-left: -10px !important;
            width: 100%;
            background: #000;
        }

    span.aparecer {
        display: initial;
    }

    .caret {
        top: 10px;
    }



    li.btnValorSOC {
        width: 70px;
    }

    .head .sisec {
        margin: 0px;
    }

    .head ul {
        right: 0px;
    }

        .head ul .menuCel {
            display: block;
        }

    .menuCel {
        display: block;
        margin-top: 15px;
        /* margin-bottom: auto; */
        right: 0;
        top: 0;
        padding-right: 20px;
        float: right;
    }

    /*.head ul li a .notificacion {
right: 51px;
}*/
    .head ul li {
        margin-top: 20px !important;
        margin: 0 10px;
    }

    .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: 14px;
            }

            .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 0px 30px;
    }

        .dashboard .ranking .infoRanking .oP {
            width: 100%;
        }
}

@media screen and (max-width:540px) {
    .head ul {
        right: 0px;
    }
}



.activity-nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    margin-top: 0.3em;
    /* left: -11.4em; */
    /* z-index: 1; */
    width: 33em;
    background-color: #F5F5F5;
    /* border: 1px solid #E0E0E0; */
    border-radius: 0.5em;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    max-height: calc(100vh - 70px);
    padding: 1.5em;
}

    .activity-nav .triangle {
        bottom: 100%;
        /* left: 50%; */
        /* margin-left: -1.2em; */
        width: 0;
        height: 0;
        border-bottom: solid 16px #F5F5F5;
        border-top: solid 16px transparent;
        border-left: solid 14px transparent;
        border-right: solid 14px transparent;
    }

        .activity-nav .triangle, .activity-nav .triangle:after {
            display: block;
            position: absolute;
        }


.head .activity-nav-list {
    flex-grow: 1;
    position: static;
    display: block;
    /* max-height: calc(100% - 76px); */
    overflow-y: auto;
}

    .head .activity-nav-list li {
        margin-top: 0 !important;
        margin: 0;
    }

.activity-nav-link {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    padding: 0.714em;
    /* border-bottom: 1px solid #E0E0E0; */
    background: #FFF;
    color: #4F4F4F;
    margin: 10px 0;
    font-size: 0.9em;
}

/*SWITCH*/
.checkbox.checbox-switch {
    padding-left: 0;
}

    .checkbox.checbox-switch label,
    .checkbox-inline.checbox-switch {
        display: inline-block;
        position: relative;
        padding-left: 0;
    }

        .checkbox.checbox-switch label input,
        .checkbox-inline.checbox-switch input {
            display: none;
        }

        .checkbox.checbox-switch label span,
        .checkbox-inline.checbox-switch span {
            width: 35px;
            border-radius: 20px;
            height: 18px;
            border: 1px solid #747475;
            background-color: rgb(255, 255, 255);
            border-color: #747475;
            box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
        }

            .checkbox.checbox-switch label span:before,
            .checkbox-inline.checbox-switch span:before {
                display: inline-block;
                width: 13px;
                height: 13px;
                border-radius: 50%;
                background: #747475;
                content: " ";
                top: 0;
                position: relative;
                left: 0;
                transition: all 0.3s ease;
                box-shadow: 0 1px 4px rgba(0,0,0,0.4);
                border: 1px solid #747475;
                float: left;
                margin-left: 2px;
                margin-top: 2px;
                margin-bottom: 2px;
            }

        .checkbox.checbox-switch label > input:checked + span:before,
        .checkbox-inline.checbox-switch > input:checked + span:before {
            left: 17px;
            background: white;
            border-color: white;
        }
        /* Switch Default */
        .checkbox.checbox-switch label > input:checked + span,
        .checkbox-inline.checbox-switch > input:checked + span {
            background-color: rgb(180, 182, 183);
            border-color: rgb(180, 182, 183);
            box-shadow: rgb(180, 182, 183) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch > input:checked:disabled + span {
            background-color: rgb(220, 220, 220);
            border-color: rgb(220, 220, 220);
            box-shadow: rgb(220, 220, 220) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch label > input:disabled + span,
        .checkbox-inline.checbox-switch > input:disabled + span {
            background-color: rgb(232,235,238);
            border-color: rgb(255,255,255);
        }

            .checkbox.checbox-switch label > input:disabled + span:before,
            .checkbox-inline.checbox-switch > input:disabled + span:before {
                background-color: rgb(248,249,250);
                border-color: rgb(243, 243, 243);
                box-shadow: 0 1px 4px rgba(0,0,0,0.1);
            }
        /* Switch Light */
        .checkbox.checbox-switch.switch-light label > input:checked + span,
        .checkbox-inline.checbox-switch.switch-light > input:checked + span {
            background-color: rgb(248,249,250);
            border-color: rgb(248,249,250);
            box-shadow: rgb(248,249,250) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }
        /* Switch Dark */
        .checkbox.checbox-switch.switch-dark label > input:checked + span,
        .checkbox-inline.checbox-switch.switch-dark > input:checked + span {
            background-color: rgb(52,58,64);
            border-color: rgb(52,58,64);
            box-shadow: rgb(52,58,64) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch.switch-dark label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch.switch-dark > input:checked:disabled + span {
            background-color: rgb(100, 102, 104);
            border-color: rgb(100, 102, 104);
            box-shadow: rgb(100, 102, 104) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }
        /* Switch Success */
        .checkbox.checbox-switch.switch-success label > input:checked + span,
        .checkbox-inline.checbox-switch.switch-success > input:checked + span {
            background-color: rgb(40, 167, 69);
            border-color: rgb(40, 167, 69);
            box-shadow: rgb(40, 167, 69) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch.switch-success label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch.switch-success > input:checked:disabled + span {
            background-color: rgb(153, 217, 168);
            border-color: rgb(153, 217, 168);
            box-shadow: rgb(153, 217, 168) 0px 0px 0px 8px inset;
        }
        /* Switch Danger */
        .checkbox.checbox-switch.switch-danger label > input:checked + span,
        .checkbox-inline.checbox-switch.switch-danger > input:checked + span {
            background-color: rgb(200, 35, 51);
            border-color: rgb(200, 35, 51);
            box-shadow: rgb(200, 35, 51) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch.switch-danger label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch.switch-danger > input:checked:disabled + span {
            background-color: rgb(216, 119, 129);
            border-color: rgb(216, 119, 129);
            box-shadow: rgb(216, 119, 129) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }
        /* Switch Primary */
        .checkbox.checbox-switch.switch-primary label > input:checked + span,
        .checkbox-inline.checbox-switch.switch-primary > input:checked + span {
            background-color: rgb(0, 105, 217);
            border-color: rgb(0, 105, 217);
            box-shadow: rgb(0, 105, 217) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch.switch-primary label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch.switch-primary > input:checked:disabled + span {
            background-color: rgb(109, 163, 221);
            border-color: rgb(109, 163, 221);
            box-shadow: rgb(109, 163, 221) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }
        /* Switch Info */
        .checkbox.checbox-switch.switch-info label > input:checked + span,
        .checkbox-inline.checbox-switch.switch-info > input:checked + span {
            background-color: rgb(23, 162, 184);
            border-color: rgb(23, 162, 184);
            box-shadow: rgb(23, 162, 184) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch.switch-info label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch.switch-info > input:checked:disabled + span {
            background-color: rgb(102, 192, 206);
            border-color: rgb(102, 192, 206);
            box-shadow: rgb(102, 192, 206) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }
        /* Switch Warning */
        .checkbox.checbox-switch.switch-warning label > input:checked + span,
        .checkbox-inline.checbox-switch.switch-warning > input:checked + span {
            background-color: rgb(255, 193, 7);
            border-color: rgb(255, 193, 7);
            box-shadow: rgb(255, 193, 7) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch.switch-warning label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch.switch-warning > input:checked:disabled + span {
            background-color: rgb(226, 195, 102);
            border-color: rgb(226, 195, 102);
            box-shadow: rgb(226, 195, 102) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }