@import '_content/WebService.Client.Components.Core/WebService.Client.Components.Core.bundle.scp.css';

/* /Components/Forms/Client/ClientDropdown.razor.rz.scp.css */
li > ul[b-nnlbpldjl6] {
    transform: translatex(100%) scale(0)
}

li:hover > ul[b-nnlbpldjl6] {
    transform: translatex(101%) scale(1)
}

li > button svg[b-nnlbpldjl6] {
    transform: rotate(-90deg)
}

li:hover > button svg[b-nnlbpldjl6] {
    transform: rotate(-270deg)
}

/* Below styles fake what can be achieved with the tailwind config
     you need to add the group-hover variant to scale and define your custom
     min width style.
  	 See https://codesandbox.io/s/tailwindcss-multilevel-dropdown-y91j7?file=/index.html
  	 for implementation with config file
  */
.group:hover .group-hover\:scale-100[b-nnlbpldjl6] {
    transform: scale(1)
}

.group:hover .group-hover\:-rotate-180[b-nnlbpldjl6] {
    transform: rotate(180deg)
}

.scale-0[b-nnlbpldjl6] {
    transform: scale(0)
}

.min-w-32[b-nnlbpldjl6] {
    min-width: 8rem
}


.client-dropdown-scrollable[b-nnlbpldjl6] {
   max-height: calc(100vh - 112px);
}


    /* Custom Scrollbar Main */

    /* width */
    .client-dropdown-scrollable[b-nnlbpldjl6]::-webkit-scrollbar {
        width: 3px;
    }

    /* Track */
    .client-dropdown-scrollable[b-nnlbpldjl6]::-webkit-scrollbar-track {
        box-shadow: inset 0 0 1px black;
        border-radius: 2px;
    }

    /* Handle */
    .client-dropdown-scrollable[b-nnlbpldjl6]::-webkit-scrollbar-thumb {
        background: rgba(107, 114, 128, 0.5);
        border-radius: 2px;
    }

        /* Handle on hover */
        .client-dropdown-scrollable[b-nnlbpldjl6]::-webkit-scrollbar-thumb:hover {
            background: rgba(23, 23, 23, 0.6);
        }
/* /Components/Modal/ModalProductInfo.razor.rz.scp.css */
/*Estilos para modal de alerta*/
.modal-producto[b-5nsfhdtz58] {
    height: 100vh;
    backdrop-filter: blur(16px);
    background: rgba(218, 226, 229, 0.56);
}

.modal-producto-content[b-5nsfhdtz58] {
    /*height: 402px;*/
    width: 562px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 48px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


.close-btn-modal[b-5nsfhdtz58] {
    right: 16px;
    top: 16px;
}

.title-modal[b-5nsfhdtz58] {
    line-height: 34px;
    margin-bottom: 24px;
    margin-top: -27px;
}

.body-content-modal[b-5nsfhdtz58] {
    line-height: 23.4px;
    color: #21212199;
}
/* /Components/Notification/Notification.razor.rz.scp.css */
.main-content-notification-scrollable[b-u13ui4e8y8] {
    overflow: auto;
}

.main-content-notification-height[b-u13ui4e8y8] {
    height: calc(100vh - 112px);
}

.main-content-notification-height-mobile[b-u13ui4e8y8] {
    height: 101vh;
}

.main-content-notification-mobile-scrollable[b-u13ui4e8y8] {
    overflow: auto;
    height: 100vh;
}

    /* Custom Scrollbar Main */

    /* width */
    .main-content-notification-scrollable[b-u13ui4e8y8]::-webkit-scrollbar {
        width: 3px;
    }

    /* Track */
    .main-content-notification-scrollable[b-u13ui4e8y8]::-webkit-scrollbar-track {
        box-shadow: inset 0 0 1px black;
        border-radius: 2px;
    }

    /* Handle */
    .main-content-notification-scrollable[b-u13ui4e8y8]::-webkit-scrollbar-thumb {
        background: rgba(107, 114, 128, 0.5);
        border-radius: 2px;
    }

        /* Handle on hover */
        .main-content-notification-scrollable[b-u13ui4e8y8]::-webkit-scrollbar-thumb:hover {
            background: rgba(23, 23, 23, 0.6);
        }
/* /Components/RightAsideContentMakeToStock/AsideDetail_Cards.razor.rz.scp.css */
.imgcontent[b-4pq4aek9qw] {
    width: 315px;
    height: 80px;
}

.buttonClose[b-4pq4aek9qw] {
    position: absolute;
    right: 24px;
    top: 24px;
}

.contentTitle[b-4pq4aek9qw] {
    margin: 24px 24px 32px 24px;
    line-height: 21.48px;
}

.containerGray[b-4pq4aek9qw] {
    width: 283px;
    height: 104px;
    margin: 0px 0px 38px 16px;
    padding: 16px 0px 0px 8px;
    line-height: 24px;
}

.buttonshoppingCar[b-4pq4aek9qw] {
    margin-left: 24px !important;
    margin-right: 24px !important;
}
/* /Components/SearchDocument/SearchDocumentsRow.razor.rz.scp.css */

@media(max-width:767px) {
    .line-clamp0[b-vr2jep1fsr] {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
    }
}
/* /Components/WebTip/WebTip.razor.rz.scp.css */
/*Estilos para modal de alerta*/
.modal-alerta[b-mu704ech1p] {
    height: 100vh;
    backdrop-filter: blur(16px);
    background: rgba(22, 31, 44, 0.8);
}

.modal-alerta-content[b-mu704ech1p] {
    height: 391px;
    width: 562px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 48px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.bottomWebTip[b-mu704ech1p] {
    padding: 16px 61px 15px;
}

.close-btn-modal[b-mu704ech1p] {
    right: 16px;
    top: 16px;
}

.title-modal[b-mu704ech1p] {
    line-height: 34px;
    margin-bottom: 24px;
}

.body-content-modal[b-mu704ech1p] {
    line-height: 23.4px;
    color: #21212199;
}
/* /Pages/ClientSelector.razor.rz.scp.css */
.row[b-qqby4jxix6] {
    margin-right: -15px;
    margin-left: -15px;
}

    .row[b-qqby4jxix6]:after, .row[b-qqby4jxix6]:before {
        display: table;
        content: " ";
    }

    .row[b-qqby4jxix6]:after {
        clear: both;
    }




.col-md-1[b-qqby4jxix6] {
    width: 8.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-2[b-qqby4jxix6] {
    width: 16.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-3[b-qqby4jxix6] {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-5[b-qqby4jxix6] {
    width: 41.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-6[b-qqby4jxix6] {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-7[b-qqby4jxix6] {
    width: 58.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-9[b-qqby4jxix6] {
    width: 75%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-10[b-qqby4jxix6] {
    width: 83.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-11[b-qqby4jxix6] {
    width: 91.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-12[b-qqby4jxix6] {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.initView[b-qqby4jxix6] {
    position: relative;
    min-height: 100%;
    height: auto;
    margin: 0 auto;
    width: 100%;
    overflow-y: scroll;
}

.backgroundNuevo[b-qqby4jxix6] {
    background-image: url(../../Images/ImagePrincipal.png);
    height: auto;
    width: 100%;
    background-size: cover;
}

.initView .row[b-qqby4jxix6] {
    margin-left: 0;
    margin-right: 0;
}


/* Menu arriba derecha */


.spanHeader[b-qqby4jxix6] {
    cursor: pointer;
    color: rgba(255,255,255,0.9);
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
}


@media (min-width: 1367px) {
    .spanHeader[b-qqby4jxix6] {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0px;
    }
}




.logoTernium[b-qqby4jxix6] {
    width: 141px;
    height: 49px;
}

@media (min-width: 1800px) {
    .logoTernium[b-qqby4jxix6] {
        width: 141px;
        height: 49px;
    }
}

@media (min-width: 1920px) {
    .logoTernium[b-qqby4jxix6] {
        width: 141px;
        height: 49px;
    }
}


img[b-qqby4jxix6] {
    vertical-align: middle;
    border: 0;
}




/* Contenedor de Titulos */

.contenedorTitulosLogin[b-qqby4jxix6] {
    margin-top: 0;
    margin-bottom: 0;
    height: 500px;
    padding-left: 0;
    padding-right: 0;
    height: 77vh;
    width: 87vw;
}

@media (min-width: 1023px) {
    .contenedorTitulosLogin[b-qqby4jxix6] {
        margin-top: 0;
        margin-bottom: 0;
    }
}



.boxSeleccion[b-qqby4jxix6] {
    position: relative;
    height: 67vh;
    width: 87vw;
    margin: 10px auto 0;
}

@media only screen and (min-width: 1824px) {
    .boxSeleccion[b-qqby4jxix6] {
        margin: 50px auto 0;
    }
}

@media only screen and (min-width: 1224px) {
    .boxSeleccion[b-qqby4jxix6] {
        margin: 45px auto 0;
    }
}

/* Contenedor de Textos de Titulos */

.contenedorTexto[b-qqby4jxix6] {
    padding-top: 80px;
    margin-bottom: 0;
}

@media (min-width: 700px) {
    .contenedorTexto[b-qqby4jxix6] {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .contenedorTexto[b-qqby4jxix6] {
        padding-top: 40px;
    }
}

@media (min-width: 1023px) {
    .contenedorTexto[b-qqby4jxix6] {
        padding-top: 80px;
    }
}

@media (min-width: 1366px) {
    .contenedorTexto[b-qqby4jxix6] {
        padding-top: 120px;
    }
}


.contenedorTexto2[b-qqby4jxix6] {
    margin-bottom: 54px;
}


@media (min-width: 1800px) {
    .contenedorTexto2[b-qqby4jxix6] {
        margin-bottom: 54px;
    }
}

@media (min-width: 1920px) {
    .contenedorTexto2[b-qqby4jxix6] {
        margin-bottom: 54px;
    }
}


#spanPlataformaServicios[b-qqby4jxix6] {
    cursor: pointer;
    color: rgba(255,255,255,1);
    font-size: 18px;
}

.tituloSeleccionUsuario[b-qqby4jxix6] {
    color: white;
    font-size: 4em;
}

@media only screen and (min-width: 1367px) {
    .tituloSeleccionUsuario[b-qqby4jxix6] {
        font-size: 6em;
    }
}

.subtitulos[b-qqby4jxix6] {
    color: white;
    font-size: 20px;
}



/* Contenedor Login */


.contenedorLogin[b-qqby4jxix6] {
    position: absolute;
    background-size: cover;
    right: 10%;
    display: none;
    width: 550px;
    height: 372px;
    bottom: -10px;
    background-image: -o-linear-gradient(45deg,#f30,#f90);
    background-image: linear-gradient(45deg,#f30,#f90);
}

@media (min-width: 700px) {
    .contenedorLogin[b-qqby4jxix6] {
        bottom: -72px;
    }
}

@media (min-width: 992px) {
    .contenedorLogin[b-qqby4jxix6] {
        bottom: -60px;
    }
}

@media only screen and (min-width: 1224px) {
    .contenedorLogin[b-qqby4jxix6] {
        bottom: -20px;
    }
}

@media only screen and (min-width: 1824px) {
    .contenedorLogin[b-qqby4jxix6] {
        bottom: -20px;
    }
}


.login-to-your-account[b-qqby4jxix6] {
    font-size: 21px;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
}

#inputselectclient[b-qqby4jxix6] {
    background: transparent;
}

    #inputselectclient[b-qqby4jxix6]::placeholder {
        color: rgba(255,255,255,.9);
        font-size: 14px;
    }

.textLoginPlaceholder[b-qqby4jxix6] {
    color: rgba(255,255,255,.9) !important;
    border-radius: 2px;
    border-top-right-radius: 4px;
    border: 1px solid rgba(255,255,255,.9);
    background: none;
    height: 40px;
    width: 100%;
    padding: 6px 12px;
}

.btn[b-qqby4jxix6] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btnFullWhite[b-qqby4jxix6] {
    height: 42px;
    border-radius: 25px;
    width: 100%;
    padding: 0px;
    background-color: white;
    color: #ff3300;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
}

    .btnFullWhite:hover[b-qqby4jxix6] {
        background-color: transparent;
        color: white;
        border-color: white;
        outline: none;
    }

#selectableipad[b-qqby4jxix6] {
    background: transparent;
    height: 80px;
    overflow-y: auto;
    float: left;
    width: 100%;
    border: 1px solid rgba(255,255,255,.9);
}




/* 
Lineas del recuadro de lineas blancas
Top, Bottom, Left, right 

*/

.top[b-qqby4jxix6], .bottom[b-qqby4jxix6], .left[b-qqby4jxix6], .right[b-qqby4jxix6] {
    position: absolute;
    -webkit-animation: 8s linear;
    -moz-animation: 8s linear;
    -o-animation: 8s linear;
    animation: 8s linear;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: .5;
}

.top[b-qqby4jxix6] {
    top: 0;
    left: 0;
    height: 1px;
    -webkit-animation-name: top;
    -moz-animation-name: top;
    -o-animation-name: top;
    animation-name: top-b-qqby4jxix6;
}

.bottom[b-qqby4jxix6] {
    bottom: 0;
    right: 0;
    height: 1px;
    -webkit-animation-name: bottom;
    -moz-animation-name: bottom;
    -o-animation-name: bottom;
    animation-name: bottom-b-qqby4jxix6;
}

.left[b-qqby4jxix6] {
    bottom: 0;
    left: 0;
    width: 1px;
    -webkit-animation-name: left;
    -moz-animation-name: left;
    -o-animation-name: left;
    animation-name: left-b-qqby4jxix6;
}

.right[b-qqby4jxix6] {
    top: 0;
    right: 0;
    width: 1px;
    -webkit-animation-name: right;
    -moz-animation-name: right;
    -o-animation-name: right;
    animation-name: right-b-qqby4jxix6;
}


@-webkit-keyframes top {
    0% {
        width: 0;
    }

    25% {
        width: 0;
        background: white;
    }

    38% {
        width: 100%;
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        right: 0px;
        width: 100%;
        background: white;
    }
}

@-moz-keyframes top {
    0% {
        width: 0;
    }

    25% {
        width: 0;
        background: white;
    }

    38% {
        width: 100%;
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        right: 0px;
        width: 100%;
        background: white;
    }
}

@-o-keyframes top {
    0% {
        width: 0;
    }

    25% {
        width: 0;
        background: white;
    }

    38% {
        width: 100%;
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        right: 0px;
        width: 100%;
        background: white;
    }
}

@keyframes top-b-qqby4jxix6 {
    0% {
        width: 0;
    }

    25% {
        width: 0;
        background: white;
    }

    38% {
        width: 100%;
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        right: 0px;
        width: 100%;
        background: white;
    }
}


@-webkit-keyframes bottom {
    0% {
        width: 0;
    }

    12% {
        width: 100%;
        background: white;
    }

    25% {
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        width: 100%;
        background: white;
    }

    62% {
        left: 0px;
        width: 100%;
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    100% {
        left: 0px;
        width: 100%;
        background: white;
    }
}

@-moz-keyframes bottom {
    0% {
        width: 0;
    }

    12% {
        width: 100%;
        background: white;
    }

    25% {
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        width: 100%;
        background: white;
    }

    62% {
        left: 0px;
        width: 100%;
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    100% {
        left: 0px;
        width: 100%;
        background: white;
    }
}

@-o-keyframes bottom {
    0% {
        width: 0;
    }

    12% {
        width: 100%;
        background: white;
    }

    25% {
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        width: 100%;
        background: white;
    }

    62% {
        left: 0px;
        width: 100%;
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    100% {
        left: 0px;
        width: 100%;
        background: white;
    }
}

@keyframes bottom-b-qqby4jxix6 {
    0% {
        width: 0;
    }

    12% {
        width: 100%;
        background: white;
    }

    25% {
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        width: 100%;
        background: white;
    }

    62% {
        left: 0px;
        width: 100%;
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    100% {
        left: 0px;
        width: 100%;
        background: white;
    }
}


@-webkit-keyframes left {
    0% {
        height: 0;
    }

    12% {
        height: 0;
        background: white;
    }

    25% {
        height: 100%;
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        height: 100%;
        background: white;
    }

    75% {
        height: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-moz-keyframes left {
    0% {
        height: 0;
    }

    12% {
        height: 0;
        background: white;
    }

    25% {
        height: 100%;
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        height: 100%;
        background: white;
    }

    75% {
        height: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-o-keyframes left {
    0% {
        height: 0;
    }

    12% {
        height: 0;
        background: white;
    }

    25% {
        height: 100%;
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        height: 100%;
        background: white;
    }

    75% {
        height: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@keyframes left-b-qqby4jxix6 {
    0% {
        height: 0;
    }

    12% {
        height: 0;
        background: white;
    }

    25% {
        height: 100%;
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        height: 100%;
        background: white;
    }

    75% {
        height: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-webkit-keyframes right {
    0% {
        height: 0;
    }

    38% {
        height: 0;
        background: white;
    }

    50% {
        height: 100%;
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        background: white;
    }

    88% {
        height: 100%;
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-moz-keyframes right {
    0% {
        height: 0;
    }

    38% {
        height: 0;
        background: white;
    }

    50% {
        height: 100%;
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        background: white;
    }

    88% {
        height: 100%;
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-o-keyframes right {
    0% {
        height: 0;
    }

    38% {
        height: 0;
        background: white;
    }

    50% {
        height: 100%;
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        background: white;
    }

    88% {
        height: 100%;
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@keyframes right-b-qqby4jxix6 {
    0% {
        height: 0;
    }

    38% {
        height: 0;
        background: white;
    }

    50% {
        height: 100%;
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        background: white;
    }

    88% {
        height: 100%;
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}



/* Footer */


.contenedorFooter[b-qqby4jxix6] {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#1e2533),to(#010d1a));
    background-image: -o-linear-gradient(top,#1e2533,#010d1a);
    background-image: linear-gradient(180deg,#1e2533,#010d1a);
    color: rgba(255,255,255,0.9);
}

.spanFooter[b-qqby4jxix6] {
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
}

@media (min-width: 768px) {
    .spanFooter[b-qqby4jxix6] {
        font-size: 12px;
    }
}

@media (min-width: 1023px) {
    .spanFooter[b-qqby4jxix6] {
        font-size: 12px;
    }
}

@media (min-width: 1367px) {
    .spanFooter[b-qqby4jxix6] {
        font-size: 15px;
    }
}


.logoNegroTernium[b-qqby4jxix6] {
    width: 151.3px;
    height: 52.8px;
}


.boxSelector[b-qqby4jxix6] {
    width: 550px !important;
}

.orangeContainer[b-qqby4jxix6] {
    background-image: linear-gradient(45deg,#f30,#f90);
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    /*right: 10%;*/
    width: 425px;
    /*bottom: -26px;*/
    font-size: 14px;
    height: 332px;
}

.orangeContainerBox[b-qqby4jxix6] {
    right: 10%;
    width: 550px;
    bottom: -26px;
    /*overflow: hidden;*/
    font-size: 14px;
    height: 332px;
    position: absolute;
}

.tab-content > .tab-pane[b-qqby4jxix6] {
    display: none;
}

.tab-content > .active[b-qqby4jxix6] {
    display: block;
}

.btnCustomerSelected[b-qqby4jxix6] {
    float: right;
    padding-top: 10px;
    padding-bottom: 2px;
    padding-right: 12px;
}

.smallSubtitle[b-qqby4jxix6] {
    color: white;
    font-size: 14px;
}

.nav-stacked > li[b-qqby4jxix6] {
    float: none;
}

.nav-pills > li[b-qqby4jxix6] {
    float: left;
}

.nav > li[b-qqby4jxix6] {
    position: relative;
    display: block;
}

#tabsSeleccionWeb li a[b-qqby4jxix6] {
    color: #fff;
}

.nav-pills > li.active > a[b-qqby4jxix6], .nav-pills > li.active > a:focus[b-qqby4jxix6], .nav-pills > li.active > a:hover[b-qqby4jxix6] {
    color: #fff;
    background-color: #337ab7;
}

.nav-pills > li > a[b-qqby4jxix6] {
    border-radius: 4px;
}

.nav > li > a[b-qqby4jxix6] {
    position: relative;
    display: block;
    padding: 10px 15px;
}

a:link[b-qqby4jxix6] {
    text-decoration: none;
    cursor: pointer;
}
/*Animacion de contenedor orange*/
.login-box-transition[b-qqby4jxix6] {
    animation-name: loginBoxInit-b-qqby4jxix6;
    animation-duration: 1s;
}
/*Efecto animación box login*/
@keyframes loginBoxInit-b-qqby4jxix6 {
    0% {
        left: -100%;
    }

    100% {
        left: 0px;
    }
}
/*-----mobile------*/
.initView .row[b-qqby4jxix6] {
    margin-left: 0px;
    margin-right: 0px;
}

.backgroundNuevo2[b-qqby4jxix6] {
    background-image: url(../../Images/ImagePrincipal.png);
    height: 100vh;
    width: 100%;
    background-size: cover;
}

@media only screen and (min-width: 568px) and (height: 320px) and (orientation : landscape) {
    .backgroundNuevo2[b-qqby4jxix6] {
        height: 173vh;
    }

    .contenedorLoginMobile[b-qqby4jxix6] {
        width: 68%;
    }

    .wPanel1[b-qqby4jxix6] {
        width: 33%;
    }

    .wPanel2[b-qqby4jxix6] {
        width: 33%;
    }
}

@media (min-width : 640px) and (height : 360px) and (orientation: landscape) {
    .backgroundNuevo[b-qqby4jxix6] {
        height: 158vh;
    }

    .contenedorLoginMobile[b-qqby4jxix6] {
        width: 60%;
    }

    .wPanel1[b-qqby4jxix6] {
        width: 33%;
    }

    .wPanel2[b-qqby4jxix6] {
        width: 33%;
    }
}

@media (min-width : 667px) and (height : 375px) and (orientation: landscape) {
    .backgroundNuevo2[b-qqby4jxix6] {
        height: 158vh;
    }

    .wPanel1[b-qqby4jxix6] {
        width: 33%;
    }

    .wPanel2[b-qqby4jxix6] {
        width: 33%;
    }
}

@media (min-width : 736px) and (height : 414px) and (orientation: landscape) {
    .backgroundNuevo2[b-qqby4jxix6] {
        height: 158vh;
    }

    .contenedorLoginMobile[b-qqby4jxix6] {
        width: 60%;
    }

    .wPanel1[b-qqby4jxix6] {
        width: 33%;
    }

    .wPanel2[b-qqby4jxix6] {
        width: 33%;
    }
}

@media (min-width : 812px) and (height : 375px) and (orientation: landscape) {
    .backgroundNuevo2[b-qqby4jxix6] {
        height: 175vh;
    }

    .contenedorLoginMobile[b-qqby4jxix6] {
        width: 60%;
    }

    .wPanel1[b-qqby4jxix6] {
        width: 33%;
    }

    .wPanel2[b-qqby4jxix6] {
        width: 33%;
    }
}

.col-xs-9[b-qqby4jxix6] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 75%;
}

.logoTernium1[b-qqby4jxix6] {
    width: 104.8px;
    height: 36.6px;
}

.col-xs-12[b-qqby4jxix6] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
}

.contenedorTitulosLogin2[b-qqby4jxix6] {
    margin: 5%;
    width: 90%;
    height: 500px;
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 320px) and (height: 480px) {
    .contenedorTitulosLogin[b-qqby4jxix6] {
        height: 480px;
    }
}

@media (min-width: 481px) and (height: 767px) {
    .wPanel1[b-qqby4jxix6] {
        width: 33%;
    }

    .wPanel2[b-qqby4jxix6] {
        width: 33%;
    }
}

@media only screen and (min-width: 375px) and (height: 812px) and (orientation : portrait) {
    .contenedorTitulosLogin[b-qqby4jxix6] {
        height: 715px;
    }

    .top-dinamic-mobil[b-qqby4jxix6] {
        top: 25%;
    }
}

@media only screen and (min-width: 375px) and (height: 667px) and (orientation : portrait) {
    .contenedorTitulosLogin[b-qqby4jxix6] {
        height: 570px;
    }

    .top-dinamic-mobil[b-qqby4jxix6] {
        top: 10%;
    }
}

@media (min-width: 360px) and (height: 640px) {

    .contenedorTitulosLogin[b-qqby4jxix6] {
        height: 540px;
    }
}

@media only screen and (width: 375px) and (width: 812) {
    .contenedorTitulosLogin[b-qqby4jxix6] {
        height: 570px;
    }

    .top-dinamic-mobil[b-qqby4jxix6] {
        top: 10%;
    }
}


@media only screen and (min-width: 414px) and (height: 736px) and (orientation : portrait) {
    .contenedorTitulosLogin[b-qqby4jxix6] {
        height: 630px;
    }

    .top-dinamic-mobil[b-qqby4jxix6] {
        top: 15%;
    }
}

.col-xs-1[b-qqby4jxix6] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 8.33333333%;
}

.col-xs-10[b-qqby4jxix6] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 83.33333333%;
}

.contenedorLoginMobile[b-qqby4jxix6] {
    position: relative;
    z-index: 1000;
    /* background-image: -o-linear-gradient(45deg,#f30,#f90);
    background-image: linear-gradient(45deg,#f30,#f90);*/
    display: inline-block;
    margin: 10% 0 0;
    width: 90%;
}

.textLoginPlaceholder[b-qqby4jxix6] {
    color: #F6F6F6;
    border-radius: 2px;
    border-top-right-radius: 4px;
    border: 1px solid rgba(255,255,255,0.8);
    background: none;
    height: 40px;
    width: 100%;
    padding: 6px 12px;
    font-family: 'Trade Gothic LT Bold No 2';
}

    .textLoginPlaceholder[b-qqby4jxix6]::placeholder {
        color: rgba(255,255,255,0.8);
    }

.btnFullWhite[b-qqby4jxix6] {
    height: 42px;
    border-radius: 25px;
    width: 70%;
    padding: 0px;
    background-color: white;
    color: #ff3300;
    outline: none;
}

    .btnFullWhite:hover[b-qqby4jxix6] {
        background-color: transparent;
        color: white;
        border-color: white;
        outline: none;
    }

.btn[b-qqby4jxix6] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 25px;
}

    .btn:focus[b-qqby4jxix6],
    .btn:active:focus[b-qqby4jxix6],
    .btn.active:focus[b-qqby4jxix6],
    .btn.focus[b-qqby4jxix6],
    .btn:active.focus[b-qqby4jxix6],
    .btn.active.focus[b-qqby4jxix6] {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover[b-qqby4jxix6],
    .btn:focus[b-qqby4jxix6],
    .btn.focus[b-qqby4jxix6] {
        color: #333;
        text-decoration: none;
    }

    .btn:active[b-qqby4jxix6],
    .btn.active[b-qqby4jxix6] {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn.disabled[b-qqby4jxix6],
    .btn[disabled][b-qqby4jxix6],
    fieldset[disabled] .btn[b-qqby4jxix6] {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.subtitulo2[b-qqby4jxix6] {
    /*font-size: 15px;
    line-height: 19px;*/
    letter-spacing: -0.25px;
    color: rgba(255,255,255,0.8);
}

.webservice[b-qqby4jxix6] {
    font-size: 50px;
    line-height: 0.89;
    letter-spacing: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}

.subtitulos[b-qqby4jxix6] {
    font-size: 15px;
    line-height: 1.27;
    letter-spacing: normal;
}

.input1[type="radio"]:checked + label[b-qqby4jxix6] {
    font-weight: bold;
    font-size: 13px;
    opacity: 1;
}

.label1[b-qqby4jxix6] {
    font-family: 'Trade Gothic LT';
    display: inline-block;
    font-weight: 100;
    opacity: 0.7;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    margin-bottom: 5px;
}

.box1[b-qqby4jxix6] {
    position: relative;
    height: 77vh;
    width: 87vw;
    margin: 0 auto;
}

.row[b-qqby4jxix6]:before,
.row[b-qqby4jxix6]:after {
    display: table;
    content: " ";
}

.row[b-qqby4jxix6]:after {
    clear: both;
}

.col-xs-4[b-qqby4jxix6] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 33.33333333%;
}

.pr0[b-qqby4jxix6] {
    padding-right: 0px;
}

.pl0[b-qqby4jxix6] {
    padding-left: 0px;
}

.wPanel1[b-qqby4jxix6] {
    width: 50%;
}

.wPanel2[b-qqby4jxix6] {
    width: 100%;
}

.spanLinkLogin[b-qqby4jxix6] {
    font-family: 'Trade Gothic LT';
    cursor: pointer;
    color: rgba(255,255,255,0.9);
}

.button1[b-qqby4jxix6] {
    font-family: 'Trade Gothic LT Bold No 2';
    letter-spacing: 0px;
    text-transform: uppercase;
}

.col-xs-2[b-qqby4jxix6] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 16.66666667%;
}
/* /Pages/ClientSelectorOLD.razor.rz.scp.css */
.text-63px[b-idj41s3k3d] {
    font-size: 63px;
}

.h-38rem[b-idj41s3k3d] {
    height: 38rem;
}

.h-selector-section-mobile[b-idj41s3k3d] {
    height: 41rem;
}

.h-selector-section[b-idj41s3k3d] {
    height: 40rem;
}

.mb-login-box[b-idj41s3k3d] {
    margin-bottom: -120px;
}

.login-box-transition[b-idj41s3k3d] {
    animation-name: loginBoxInit-b-idj41s3k3d;
    animation-duration: 1s;
}


.select-user-selection[b-idj41s3k3d]::-webkit-scrollbar {
    width: 0;
}

.select-user-selection ul li:hover:active[b-idj41s3k3d] {
    background-color: #f6b332;
}


.h-logoTernium[b-idj41s3k3d] {
    height: 49px;
}

.w-logoTernium[b-idj41s3k3d] {
    width: 141px;
}

.w-login-box[b-idj41s3k3d] {
    width: 550px;
}

.mb-login-box[b-idj41s3k3d] {
    margin-bottom: -120px;
}

.h-title-login-container[b-idj41s3k3d] {
    height: 28rem;
}








/*Efecto animación box login*/
@keyframes loginBoxInit-b-idj41s3k3d {
    0% {
        left: -100%;
    }

    100% {
        left: 0px;
    }
}


/*Efecto animación lineas login*/
.box[b-idj41s3k3d] {
    position: relative;
}

.top[b-idj41s3k3d],
.bottom[b-idj41s3k3d],
.left[b-idj41s3k3d],
.right[b-idj41s3k3d] {
    position: absolute;
    -webkit-animation: 8s linear;
    -moz-animation: 8s linear;
    -o-animation: 8s linear;
    animation: 8s linear;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0.5;
}

.top[b-idj41s3k3d] {
    top: 0px;
    left: 0px;
    height: 1px;
    -webkit-animation-name: top;
    -moz-animation-name: top;
    -o-animation-name: top;
    animation-name: top-b-idj41s3k3d;
}

@-webkit-keyframes top {
    0% {
        width: 0;
    }

    25% {
        width: 0;
        background: white;
    }

    38% {
        width: 100%;
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        right: 0px;
        width: 100%;
        background: white;
    }
}

@-moz-keyframes top {
    0% {
        width: 0;
    }

    25% {
        width: 0;
        background: white;
    }

    38% {
        width: 100%;
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        right: 0px;
        width: 100%;
        background: white;
    }
}

@-o-keyframes top {
    0% {
        width: 0;
    }

    25% {
        width: 0;
        background: white;
    }

    38% {
        width: 100%;
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        right: 0px;
        width: 100%;
        background: white;
    }
}

@keyframes top-b-idj41s3k3d {
    0% {
        width: 0;
    }

    25% {
        width: 0;
        background: white;
    }

    38% {
        width: 100%;
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        right: 0px;
        width: 100%;
        background: white;
    }
}

.bottom[b-idj41s3k3d] {
    bottom: 0px;
    right: 0px;
    height: 1px;
    -webkit-animation-name: bottom;
    -moz-animation-name: bottom;
    -o-animation-name: bottom;
    animation-name: bottom-b-idj41s3k3d;
}

@-webkit-keyframes bottom {
    0% {
        width: 0;
    }

    12% {
        width: 100%;
        background: white;
    }

    25% {
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        width: 100%;
        background: white;
    }

    62% {
        left: 0px;
        width: 100%;
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    100% {
        left: 0px;
        width: 100%;
        background: white;
    }
}

@-moz-keyframes bottom {
    0% {
        width: 0;
    }

    12% {
        width: 100%;
        background: white;
    }

    25% {
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        width: 100%;
        background: white;
    }

    62% {
        left: 0px;
        width: 100%;
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    100% {
        left: 0px;
        width: 100%;
        background: white;
    }
}

@-o-keyframes bottom {
    0% {
        width: 0;
    }

    12% {
        width: 100%;
        background: white;
    }

    25% {
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        width: 100%;
        background: white;
    }

    62% {
        left: 0px;
        width: 100%;
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    100% {
        left: 0px;
        width: 100%;
        background: white;
    }
}

@keyframes bottom-b-idj41s3k3d {
    0% {
        width: 0;
    }

    12% {
        width: 100%;
        background: white;
    }

    25% {
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        width: 100%;
        background: white;
    }

    62% {
        left: 0px;
        width: 100%;
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    100% {
        left: 0px;
        width: 100%;
        background: white;
    }
}

.left[b-idj41s3k3d] {
    bottom: 0px;
    left: 0px;
    width: 1px;
    -webkit-animation-name: left;
    -moz-animation-name: left;
    -o-animation-name: left;
    animation-name: left-b-idj41s3k3d;
}

@-webkit-keyframes left {
    0% {
        height: 0;
    }

    12% {
        height: 0;
        background: white;
    }

    25% {
        height: 100%;
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        height: 100%;
        background: white;
    }

    75% {
        height: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-moz-keyframes left {
    0% {
        height: 0;
    }

    12% {
        height: 0;
        background: white;
    }

    25% {
        height: 100%;
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        height: 100%;
        background: white;
    }

    75% {
        height: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-o-keyframes left {
    0% {
        height: 0;
    }

    12% {
        height: 0;
        background: white;
    }

    25% {
        height: 100%;
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        height: 100%;
        background: white;
    }

    75% {
        height: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@keyframes left-b-idj41s3k3d {
    0% {
        height: 0;
    }

    12% {
        height: 0;
        background: white;
    }

    25% {
        height: 100%;
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        height: 100%;
        background: white;
    }

    75% {
        height: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

.right[b-idj41s3k3d] {
    top: 0px;
    right: 0px;
    width: 1px;
    -webkit-animation-name: right;
    -moz-animation-name: right;
    -o-animation-name: right;
    animation-name: right-b-idj41s3k3d;
}

@-webkit-keyframes right {
    0% {
        height: 0;
    }

    38% {
        height: 0;
        background: white;
    }

    50% {
        height: 100%;
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        background: white;
    }

    88% {
        height: 100%;
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-moz-keyframes right {
    0% {
        height: 0;
    }

    38% {
        height: 0;
        background: white;
    }

    50% {
        height: 100%;
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        background: white;
    }

    88% {
        height: 100%;
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-o-keyframes right {
    0% {
        height: 0;
    }

    38% {
        height: 0;
        background: white;
    }

    50% {
        height: 100%;
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        background: white;
    }

    88% {
        height: 100%;
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@keyframes right-b-idj41s3k3d {
    0% {
        height: 0;
    }

    38% {
        height: 0;
        background: white;
    }

    50% {
        height: 100%;
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        background: white;
    }

    88% {
        height: 100%;
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
   
}
.smallSubtitle[b-idj41s3k3d] {
    color: white;
    font-size: 14px;
}
.btnCustomerSelected[b-idj41s3k3d] {
    float: right;
    padding-top: 10px;
    padding-bottom: 2px;
    align-items:flex-end;
}
/* /Pages/Home/NewSiteSelector.razor.rz.scp.css */
.row[b-vukuuklkww] {
    margin-right: -15px;
    margin-left: -15px;
}

    .row[b-vukuuklkww]:after, .row[b-vukuuklkww]:before {
        display: table;
        content: " ";
    }

    .row[b-vukuuklkww]:after {
        clear: both;
    }




.col-md-1[b-vukuuklkww] {
    width: 8.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-2[b-vukuuklkww] {
    width: 16.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-3[b-vukuuklkww] {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-6[b-vukuuklkww] {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-9[b-vukuuklkww] {
    width: 75%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-10[b-vukuuklkww] {
    width: 83.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-11[b-vukuuklkww] {
    width: 91.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-12[b-vukuuklkww] {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.initView[b-vukuuklkww] {
    position: relative;
    min-height: 100%;
    height: auto;
    margin: 0 auto;
    width: 100%;
    overflow-y: scroll;
}

.backgroundNuevo[b-vukuuklkww] {
    background-image: url(../../Images/ImagePrincipal.png);
    height: auto;
    width: 100%;
    background-size: cover;
}

.initView .row[b-vukuuklkww] {
    margin-left: 0;
    margin-right: 0;
}


/* Menu arriba derecha */


.spanHeader[b-vukuuklkww] {
    cursor: pointer;
    color: rgba(255,255,255,0.9);
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
}


@media (min-width: 1367px) {
    .spanHeader[b-vukuuklkww] {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0px;
    }
}




.logoTernium[b-vukuuklkww] {
    width: 141px;
    height: 49px;
}

@media (min-width: 1800px) {
    .logoTernium[b-vukuuklkww] {
        width: 141px;
        height: 49px;
    }
}

@media (min-width: 1920px) {
    .logoTernium[b-vukuuklkww] {
        width: 141px;
        height: 49px;
    }
}


img[b-vukuuklkww] {
    vertical-align: middle;
    border: 0;
}




/* Contenedor de Titulos */

.contenedorTitulosLogin[b-vukuuklkww] {
    margin-top: 0;
    margin-bottom: 0;
    height: 500px;
    padding-left: 0;
    padding-right: 0;
    height: 77vh;
    width: 87vw;
}

@media (min-width: 1023px) {
    .contenedorTitulosLogin[b-vukuuklkww] {
        margin-top: 0;
        margin-bottom: 0;
    }
}



.boxSeleccion[b-vukuuklkww] {
    position: relative;
    height: 67vh;
    width: 87vw;
    margin: 10px auto 0;
}

@media only screen and (min-width: 1824px) {
    .boxSeleccion[b-vukuuklkww] {
        margin: 50px auto 0;
    }
}

@media only screen and (min-width: 1224px) {
    .boxSeleccion[b-vukuuklkww] {
        margin: 45px auto 0;
    }
}

/* Contenedor de Textos de Titulos */

.contenedorTexto[b-vukuuklkww] {
    padding-top: 80px;
    margin-bottom: 0;
}

@media (min-width: 700px) {
    .contenedorTexto[b-vukuuklkww] {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .contenedorTexto[b-vukuuklkww] {
        padding-top: 40px;
    }
}

@media (min-width: 1023px) {
    .contenedorTexto[b-vukuuklkww] {
        padding-top: 80px;
    }
}

@media (min-width: 1366px) {
    .contenedorTexto[b-vukuuklkww] {
        padding-top: 120px;
    }
}


.contenedorTexto2[b-vukuuklkww] {
    margin-bottom: 54px;
}


@media (min-width: 1800px) {
    .contenedorTexto2[b-vukuuklkww] {
        margin-bottom: 54px;
    }
}

@media (min-width: 1920px) {
    .contenedorTexto2[b-vukuuklkww] {
        margin-bottom: 54px;
    }
}


#spanPlataformaServicios[b-vukuuklkww] {
    cursor: pointer;
    color: rgba(255,255,255,1);
    font-size: 18px;
}

.tituloSeleccionUsuario[b-vukuuklkww] {
    color: white;
    font-size: 4em;
}

@media only screen and (min-width: 1367px) {
    .tituloSeleccionUsuario[b-vukuuklkww] {
        font-size: 6em;
    }
}

.subtitulos[b-vukuuklkww] {
    color: white;
    font-size: 20px;
}



/* Contenedor Login */


.contenedorLogin[b-vukuuklkww] {
    position: absolute;
    background-size: cover;
    right: 10%;
    display: none;
    width: 425px;
    bottom: -10px;
    background-image: -o-linear-gradient(45deg,#f30,#f90);
    background-image: linear-gradient(45deg,#f30,#f90);
}

@media (min-width: 700px) {
    .contenedorLogin[b-vukuuklkww] {
        bottom: -72px;
    }
}

@media (min-width: 992px) {
    .contenedorLogin[b-vukuuklkww] {
        bottom: -60px;
    }
}

@media only screen and (min-width: 1224px) {
    .contenedorLogin[b-vukuuklkww] {
        bottom: -20px;
    }
}

@media only screen and (min-width: 1824px) {
    .contenedorLogin[b-vukuuklkww] {
        bottom: -20px;
    }
}


.login-to-your-account[b-vukuuklkww] {
    font-size: 21px;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
}

#inputselectclient[b-vukuuklkww] {
    background: transparent;
}

    #inputselectclient[b-vukuuklkww]::placeholder {
        color: rgba(255,255,255,.9);
        font-size: 14px;
    }

.textLoginPlaceholder[b-vukuuklkww] {
    color: rgba(255,255,255,.9) !important;
    border-radius: 2px;
    border-top-right-radius: 4px;
    border: 1px solid rgba(255,255,255,.9);
    background: none;
    height: 40px;
    width: 100%;
    padding: 6px 12px;
}

.btn[b-vukuuklkww] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btnFullWhite[b-vukuuklkww] {
    height: 42px;
    border-radius: 25px;
    width: 100%;
    padding: 0px;
    background-color: white;
    color: #ff3300;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
}

    .btnFullWhite:hover[b-vukuuklkww] {
        background-color: transparent;
        color: white;
        border-color: white;
        outline: none;
    }

#selectableipad[b-vukuuklkww] {
    background: transparent;
    height: 80px;
    overflow-y: auto;
    float: left;
    width: 100%;
    border: 1px solid rgba(255,255,255,.9);
}




/* 
Lineas del recuadro de lineas blancas
Top, Bottom, Left, right 

*/

.top[b-vukuuklkww], .bottom[b-vukuuklkww], .left[b-vukuuklkww], .right[b-vukuuklkww] {
    position: absolute;
    -webkit-animation: 8s linear;
    -moz-animation: 8s linear;
    -o-animation: 8s linear;
    animation: 8s linear;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: .5;
}

.top[b-vukuuklkww] {
    top: 0;
    left: 0;
    height: 1px;
    -webkit-animation-name: top;
    -moz-animation-name: top;
    -o-animation-name: top;
    animation-name: top-b-vukuuklkww;
}

.bottom[b-vukuuklkww] {
    bottom: 0;
    right: 0;
    height: 1px;
    -webkit-animation-name: bottom;
    -moz-animation-name: bottom;
    -o-animation-name: bottom;
    animation-name: bottom-b-vukuuklkww;
}

.left[b-vukuuklkww] {
    bottom: 0;
    left: 0;
    width: 1px;
    -webkit-animation-name: left;
    -moz-animation-name: left;
    -o-animation-name: left;
    animation-name: left-b-vukuuklkww;
}

.right[b-vukuuklkww] {
    top: 0;
    right: 0;
    width: 1px;
    -webkit-animation-name: right;
    -moz-animation-name: right;
    -o-animation-name: right;
    animation-name: right-b-vukuuklkww;
}


@-webkit-keyframes top {
    0% {
        width: 0;
    }

    25% {
        width: 0;
        background: white;
    }

    38% {
        width: 100%;
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        right: 0px;
        width: 100%;
        background: white;
    }
}

@-moz-keyframes top {
    0% {
        width: 0;
    }

    25% {
        width: 0;
        background: white;
    }

    38% {
        width: 100%;
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        right: 0px;
        width: 100%;
        background: white;
    }
}

@-o-keyframes top {
    0% {
        width: 0;
    }

    25% {
        width: 0;
        background: white;
    }

    38% {
        width: 100%;
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        right: 0px;
        width: 100%;
        background: white;
    }
}

@keyframes top-b-vukuuklkww {
    0% {
        width: 0;
    }

    25% {
        width: 0;
        background: white;
    }

    38% {
        width: 100%;
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        right: 0px;
        width: 100%;
        background: white;
    }
}


@-webkit-keyframes bottom {
    0% {
        width: 0;
    }

    12% {
        width: 100%;
        background: white;
    }

    25% {
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        width: 100%;
        background: white;
    }

    62% {
        left: 0px;
        width: 100%;
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    100% {
        left: 0px;
        width: 100%;
        background: white;
    }
}

@-moz-keyframes bottom {
    0% {
        width: 0;
    }

    12% {
        width: 100%;
        background: white;
    }

    25% {
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        width: 100%;
        background: white;
    }

    62% {
        left: 0px;
        width: 100%;
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    100% {
        left: 0px;
        width: 100%;
        background: white;
    }
}

@-o-keyframes bottom {
    0% {
        width: 0;
    }

    12% {
        width: 100%;
        background: white;
    }

    25% {
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        width: 100%;
        background: white;
    }

    62% {
        left: 0px;
        width: 100%;
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    100% {
        left: 0px;
        width: 100%;
        background: white;
    }
}

@keyframes bottom-b-vukuuklkww {
    0% {
        width: 0;
    }

    12% {
        width: 100%;
        background: white;
    }

    25% {
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        width: 100%;
        background: white;
    }

    62% {
        left: 0px;
        width: 100%;
        background: white;
    }

    75% {
        width: 100%;
        background: white;
    }

    100% {
        left: 0px;
        width: 100%;
        background: white;
    }
}


@-webkit-keyframes left {
    0% {
        height: 0;
    }

    12% {
        height: 0;
        background: white;
    }

    25% {
        height: 100%;
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        height: 100%;
        background: white;
    }

    75% {
        height: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-moz-keyframes left {
    0% {
        height: 0;
    }

    12% {
        height: 0;
        background: white;
    }

    25% {
        height: 100%;
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        height: 100%;
        background: white;
    }

    75% {
        height: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-o-keyframes left {
    0% {
        height: 0;
    }

    12% {
        height: 0;
        background: white;
    }

    25% {
        height: 100%;
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        height: 100%;
        background: white;
    }

    75% {
        height: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@keyframes left-b-vukuuklkww {
    0% {
        height: 0;
    }

    12% {
        height: 0;
        background: white;
    }

    25% {
        height: 100%;
        background: white;
    }

    38% {
        background: white;
    }

    50% {
        background: white;
    }

    62% {
        height: 100%;
        background: white;
    }

    75% {
        height: 100%;
        background: white;
    }

    88% {
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-webkit-keyframes right {
    0% {
        height: 0;
    }

    38% {
        height: 0;
        background: white;
    }

    50% {
        height: 100%;
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        background: white;
    }

    88% {
        height: 100%;
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-moz-keyframes right {
    0% {
        height: 0;
    }

    38% {
        height: 0;
        background: white;
    }

    50% {
        height: 100%;
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        background: white;
    }

    88% {
        height: 100%;
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@-o-keyframes right {
    0% {
        height: 0;
    }

    38% {
        height: 0;
        background: white;
    }

    50% {
        height: 100%;
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        background: white;
    }

    88% {
        height: 100%;
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}

@keyframes right-b-vukuuklkww {
    0% {
        height: 0;
    }

    38% {
        height: 0;
        background: white;
    }

    50% {
        height: 100%;
        background: white;
    }

    62% {
        background: white;
    }

    75% {
        background: white;
    }

    88% {
        height: 100%;
        background: white;
    }

    100% {
        top: auto;
        bottom: 0px;
        height: 100%;
        background: white;
    }
}



/* Footer */


.contenedorFooter[b-vukuuklkww] {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#1e2533),to(#010d1a));
    background-image: -o-linear-gradient(top,#1e2533,#010d1a);
    background-image: linear-gradient(180deg,#1e2533,#010d1a);
    color: rgba(255,255,255,0.9);
}

.spanFooter[b-vukuuklkww] {
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
}

@media (min-width: 768px) {
    .spanFooter[b-vukuuklkww] {
        font-size: 12px;
    }
}

@media (min-width: 1023px) {
    .spanFooter[b-vukuuklkww] {
        font-size: 12px;
    }
}

@media (min-width: 1367px) {
    .spanFooter[b-vukuuklkww] {
        font-size: 15px;
    }
}


.logoNegroTernium[b-vukuuklkww] {
    width: 151.3px;
    height: 52.8px;
}
/*-----mobile------*/
.initView .row[b-vukuuklkww] {
    margin-left: 0px;
    margin-right: 0px;
}

.backgroundNuevo2[b-vukuuklkww] {
    background-image: url(Images/ImagePrincipal.png);
    height: 100vh;
    width: 100%;
    background-size: cover;
}

@media only screen and (min-width: 568px) and (height: 320px) and (orientation : landscape) {
    .backgroundNuevo2[b-vukuuklkww] {
        height: 173vh;
    }

    .contenedorLoginMobile[b-vukuuklkww] {
        width: 68%;
    }

    .wPanel1[b-vukuuklkww] {
        width: 33%;
    }

    .wPanel2[b-vukuuklkww] {
        width: 33%;
    }
}

@media (min-width : 640px) and (height : 360px) and (orientation: landscape) {
    .backgroundNuevo[b-vukuuklkww] {
        height: 158vh;
    }

    .contenedorLoginMobile[b-vukuuklkww] {
        width: 60%;
    }

    .wPanel1[b-vukuuklkww] {
        width: 33%;
    }

    .wPanel2[b-vukuuklkww] {
        width: 33%;
    }
}

@media (min-width : 667px) and (height : 375px) and (orientation: landscape) {
    .backgroundNuevo2[b-vukuuklkww] {
        height: 158vh;
    }

    .wPanel1[b-vukuuklkww] {
        width: 33%;
    }

    .wPanel2[b-vukuuklkww] {
        width: 33%;
    }
}

@media (min-width : 736px) and (height : 414px) and (orientation: landscape) {
    .backgroundNuevo2[b-vukuuklkww] {
        height: 158vh;
    }

    .contenedorLoginMobile[b-vukuuklkww] {
        width: 60%;
    }

    .wPanel1[b-vukuuklkww] {
        width: 33%;
    }

    .wPanel2[b-vukuuklkww] {
        width: 33%;
    }
}

@media (min-width : 812px) and (height : 375px) and (orientation: landscape) {
    .backgroundNuevo2[b-vukuuklkww] {
        height: 175vh;
    }

    .contenedorLoginMobile[b-vukuuklkww] {
        width: 60%;
    }

    .wPanel1[b-vukuuklkww] {
        width: 33%;
    }

    .wPanel2[b-vukuuklkww] {
        width: 33%;
    }
}

.col-xs-9[b-vukuuklkww] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 75%;
}

.logoTernium1[b-vukuuklkww] {
    width: 104.8px;
    height: 36.6px;
}

.col-xs-12[b-vukuuklkww] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
}

.contenedorTitulosLogin2[b-vukuuklkww] {
    margin: 5%;
    width: 90%;
    height: 500px;
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 320px) and (height: 480px) {
    .contenedorTitulosLogin[b-vukuuklkww] {
        height: 480px;
    }
}

@media (min-width: 481px) and (height: 767px) {
    .wPanel1[b-vukuuklkww] {
        width: 33%;
    }

    .wPanel2[b-vukuuklkww] {
        width: 33%;
    }
}

@media only screen and (min-width: 375px) and (height: 812px) and (orientation : portrait) {
    .contenedorTitulosLogin[b-vukuuklkww] {
        height: 715px;
    }

    .top-dinamic-mobil[b-vukuuklkww] {
        top: 25%;
    }
}

@media only screen and (min-width: 375px) and (height: 667px) and (orientation : portrait) {
    .contenedorTitulosLogin[b-vukuuklkww] {
        height: 570px;
    }

    .top-dinamic-mobil[b-vukuuklkww] {
        top: 10%;
    }
}

@media (min-width: 360px) and (height: 640px) {

    .contenedorTitulosLogin[b-vukuuklkww] {
        height: 540px;
    }
}

@media only screen and (width: 375px) and (width: 812) {
    .contenedorTitulosLogin[b-vukuuklkww] {
        height: 570px;
    }

    .top-dinamic-mobil[b-vukuuklkww] {
        top: 10%;
    }
}


@media only screen and (min-width: 414px) and (height: 736px) and (orientation : portrait) {
    .contenedorTitulosLogin[b-vukuuklkww] {
        height: 630px;
    }

    .top-dinamic-mobil[b-vukuuklkww] {
        top: 15%;
    }
}

.col-xs-1[b-vukuuklkww] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 8.33333333%;
}

.col-xs-10[b-vukuuklkww] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 83.33333333%;
}

.contenedorLoginMobile[b-vukuuklkww] {
    position: relative;
    z-index: 1000;
    /* background-image: -o-linear-gradient(45deg,#f30,#f90);
    background-image: linear-gradient(45deg,#f30,#f90);*/
    display: inline-block;
    margin: 10% 0 0;
    width: 90%;
}

.textLoginPlaceholder[b-vukuuklkww] {
    color: #F6F6F6;
    border-radius: 2px;
    border-top-right-radius: 4px;
    border: 1px solid rgba(255,255,255,0.8);
    background: none;
    height: 40px;
    width: 100%;
    padding: 6px 12px;
    font-family: 'Trade Gothic LT Bold No 2';
}

    .textLoginPlaceholder[b-vukuuklkww]::placeholder {
        color: rgba(255,255,255,0.8);
    }

.btnFullWhite[b-vukuuklkww] {
    height: 42px;
    border-radius: 25px;
    width: 70%;
    padding: 0px;
    background-color: white;
    color: #ff3300;
    outline: none;
}

    .btnFullWhite:hover[b-vukuuklkww] {
        background-color: transparent;
        color: white;
        border-color: white;
        outline: none;
    }

.btn[b-vukuuklkww] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 25px;
}

    .btn:focus[b-vukuuklkww],
    .btn:active:focus[b-vukuuklkww],
    .btn.active:focus[b-vukuuklkww],
    .btn.focus[b-vukuuklkww],
    .btn:active.focus[b-vukuuklkww],
    .btn.active.focus[b-vukuuklkww] {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover[b-vukuuklkww],
    .btn:focus[b-vukuuklkww],
    .btn.focus[b-vukuuklkww] {
        color: #333;
        text-decoration: none;
    }

    .btn:active[b-vukuuklkww],
    .btn.active[b-vukuuklkww] {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn.disabled[b-vukuuklkww],
    .btn[disabled][b-vukuuklkww],
    fieldset[disabled] .btn[b-vukuuklkww] {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.subtitulo2[b-vukuuklkww] {
    /*font-size: 15px;
    line-height: 19px;*/
    letter-spacing: -0.25px;
    color: rgba(255,255,255,0.8);
}

.webservice[b-vukuuklkww] {
    font-size: 50px;
    line-height: 0.89;
    letter-spacing: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}

.subtitulos[b-vukuuklkww] {
    font-size: 15px;
    line-height: 1.27;
    letter-spacing: normal;
}

.input1[type="radio"]:checked + label[b-vukuuklkww] {
    font-weight: bold;
    font-size: 13px;
    opacity: 1;
}

.label1[b-vukuuklkww] {
    font-family: 'Trade Gothic LT';
    display: inline-block;
    font-weight: 100;
    opacity: 0.7;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    margin-bottom: 5px;
}

.box1[b-vukuuklkww] {
    position: relative;
    height: 77vh;
    width: 87vw;
    margin: 0 auto;
}

.row[b-vukuuklkww]:before,
.row[b-vukuuklkww]:after {
    display: table;
    content: " ";
}

.row[b-vukuuklkww]:after {
    clear: both;
}

.col-xs-4[b-vukuuklkww] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 33.33333333%;
}

.pr0[b-vukuuklkww] {
    padding-right: 0px;
}

.pl0[b-vukuuklkww] {
    padding-left: 0px;
}

.wPanel1[b-vukuuklkww] {
    width: 50%;
}

.wPanel2[b-vukuuklkww] {
    width: 100%;
}

.spanLinkLogin[b-vukuuklkww] {
    font-family: 'Trade Gothic LT';
    cursor: pointer;
    color: rgba(255,255,255,0.9);
}

.button1[b-vukuuklkww] {
    font-family: 'Trade Gothic LT Bold No 2';
    letter-spacing: 0px;
    text-transform: uppercase;
}

.col-xs-2[b-vukuuklkww] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 16.66666667%;
}

/* /Pages/Index.razor.rz.scp.css */
/* /Shared/Footer.razor.rz.scp.css */
.h-logoTernium[b-epmcsgtmiq] {
    height: 49px;
}

.w-logoTernium[b-epmcsgtmiq] {
    width: 141px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* main-layout */

.main-content[b-qjtvedm19q] {
    height: calc(100vh - 112px);
}

.main-content-scrollable[b-qjtvedm19q] {
    overflow-y: auto;
    overflow-x: hidden;
}

/* Menu Popup Empresas */
/* since nested groupes are not supported we have to use 
     regular css for the nested dropdowns 
  */
li > ul[b-qjtvedm19q] {
    transform: translatex(100%) scale(0)
}

li:hover > ul[b-qjtvedm19q] {
    transform: translatex(101%) scale(1)
}

li > button svg[b-qjtvedm19q] {
    transform: rotate(-90deg)
}

li:hover > button svg[b-qjtvedm19q] {
    transform: rotate(-270deg)
}

/* Below styles fake what can be achieved with the tailwind config
     you need to add the group-hover variant to scale and define your custom
     min width style.
  	 See https://codesandbox.io/s/tailwindcss-multilevel-dropdown-y91j7?file=/index.html
  	 for implementation with config file
  */
.group:hover .group-hover\:scale-100[b-qjtvedm19q] {
    transform: scale(1)
}

.group:hover .group-hover\:-rotate-180[b-qjtvedm19q] {
    transform: rotate(180deg)
}

.scale-0[b-qjtvedm19q] {
    transform: scale(0)
}

.min-w-32[b-qjtvedm19q] {
    min-width: 8rem
}


/* Minimizado de Sidebar */
.logo-minimized[b-qjtvedm19q] {
    display: none;
    min-height: 52px;
}

.logo-full[b-qjtvedm19q] {
    min-height: 52px;
}

.btn-max-sidebar[b-qjtvedm19q] {
    opacity: 1;
    left: 204px;
    top: 46px;
    padding-top: 8px;
    padding-left: 12px;
    transition: all 0.3s ease 0s;
    font-size: 16px;
}

.icon-max-siderbar[b-qjtvedm19q] {
    font-size: 16px;
}

.w-202px[b-qjtvedm19q] {
    width: 220px;
    transition: width 0.3s;
}

/*@media (min-width: 768px) {*/
    .sidebar-minimized[b-qjtvedm19q] {
        width: 68px;
        transition: width 0.3s;
    }

        .sidebar-minimized .logo-minimized[b-qjtvedm19q] {
            display: block;
        }

        .sidebar-minimized .logo-full[b-qjtvedm19q] {
            display: none;
        }

        .sidebar-minimized .btn-max-sidebar[b-qjtvedm19q] {
            opacity: 1;
            left: 53px;
            transition: all 0.3s ease 0s;
        }

        .sidebar-minimized .hide-on-minimized[b-qjtvedm19q] {
            display: none;
        }

        .sidebar-minimized .show-on-minimized[b-qjtvedm19q] {
            display: inline-block;
        }

        .sidebar-minimized .fa-angle-left[b-qjtvedm19q] {
            transform: scale(-1, 1);
        }
/*}*/


.btn-open-config svg[b-qjtvedm19q] {
    transform: rotate(180deg);
}

.modal-configurador[b-qjtvedm19q] {
    height: 100vh;
    backdrop-filter: blur(3px);
}

.modal-configurador-content[b-qjtvedm19q] {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    border-radius: 0;
}

@media (min-width: 1024px) {
    .modal-configurador-content[b-qjtvedm19q] {
        height: 380px;
        width: 75%;
        border-radius: 12px;
    }
}

@media (min-width: 1280px) {
    .modal-configurador-content[b-qjtvedm19q] {
        width: 60%;
    }
}


/* Menu secundario en sidebar */

.menusec-item-separador[b-qjtvedm19q] {
    display: none;
}


@media (min-width: 768px) {

    .sidebar-minimized .menusec-item-text[b-qjtvedm19q] {
        display: none;
    }

    .sidebar-minimized .menusec-item-icon[b-qjtvedm19q] {
        margin-left: auto;
        margin-right: auto;
    }

    .sidebar-minimized .menusec-item-separador[b-qjtvedm19q] {
        display: block;
    }
}


/* Custom Scrollbar Menu */

/* width */
[b-qjtvedm19q]::-webkit-scrollbar {
    width: 3px;
}

/* Track */
[b-qjtvedm19q]::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px white;
    border-radius: 2px;
}

/* Handle */
[b-qjtvedm19q]::-webkit-scrollbar-thumb {
    background: rgba(107, 114, 128, 0.5);
    border-radius: 2px;
}

    /* Handle on hover */
    [b-qjtvedm19q]::-webkit-scrollbar-thumb:hover {
        background: rgba(23, 23, 23, 0.6);
    }



/* Custom Scrollbar Main */

/* width */
.main-content-scrollable[b-qjtvedm19q]::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.main-content-scrollable[b-qjtvedm19q]::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px black;
    border-radius: 4px;
}

/* Handle */
.main-content-scrollable[b-qjtvedm19q]::-webkit-scrollbar-thumb {
    background: rgba(107, 114, 128, 0.5);
    border-radius: 4px;
}

    /* Handle on hover */
    .main-content-scrollable[b-qjtvedm19q]::-webkit-scrollbar-thumb:hover {
        background: rgba(23, 23, 23, 0.6);
    }

@media (max-width: 1279px) {
    /* width */
    .main-content-scrollable[b-qjtvedm19q]::-webkit-scrollbar {
        width: 3px;
    }

    /* Track */
    .main-content-scrollable[b-qjtvedm19q]::-webkit-scrollbar-track {
        box-shadow: inset 0 0 1px black;
        border-radius: 2px;
    }

    /* Handle */
    .main-content-scrollable[b-qjtvedm19q]::-webkit-scrollbar-thumb {
        background: rgba(107, 114, 128, 0.5);
        border-radius: 2px;
    }
}
