﻿:root {
    --azulAction: #0b7bbc;
    --rojoAction: #D53E3A;
    --amarilloAction: #ffb64f;
    --verdeAction: #2cbf55;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@font-face {
    font-family: VarelaRound-Regular;
    src: url('https://resources.actionsales.com.ar/fonts/VarelaRound-Regular.ttf');
}

body, html{
    height: 100%;
    font-family: VarelaRound-Regular !important;
}

/*-------------------General--------------------------*/
.p-t-12 {
    padding-top: 12px;
}

.d-none {
    display: none !important;
}

.text-center {
    text-align: center;
}

.gray-text {
    color: #8d8d8d;
}

.font-bold {
    font-weight: bold;
}

/*-------------------Links--------------------------*/
.aLogin {
    font-family: VarelaRound-Regular;
    font-size: 14px;
    line-height: 1.7;
    text-decoration: none;
    color: var(--azulAction);
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    .aLogin:focus {
        outline: none !important;
    }

.aLogin:hover {
    text-decoration: none !important;
    color: #0056b3;
}
/*-------------------Textos--------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family: VarelaRound-Regular;
    margin: 0px;
}

.pLogin {
    font-family: VarelaRound-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

.ulLogin, .liLogin {
    margin: 0px;
    list-style-type: none;
}

/*---------------------Form------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

    textarea:focus, input:focus {
        border-color: transparent !important;
    }

        input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        input:focus:-moz-placeholder {
            color: transparent;
        }

        input:focus::-moz-placeholder {
            color: transparent;
        }

        input:focus:-ms-input-placeholder {
            color: transparent;
        }

        textarea:focus::-webkit-input-placeholder {
            color: transparent;
        }

        textarea:focus:-moz-placeholder {
            color: transparent;
        }

        textarea:focus::-moz-placeholder {
            color: transparent;
        }

        textarea:focus:-ms-input-placeholder {
            color: transparent;
        }

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}

label {
    display: block;
    margin: 0;
}

/*-------------------Imagenes--------------------------*/
.login100-pic {
    padding: 0px 40px 10px 40px;
    text-align: center;
}

    .login100-pic img {
        width: 100%;
    }

@media (max-width: 1300px) {
    .login100-pic img {
        width: 95%;
    }
}

.d-flex-column {
    display: flex;
    flex-direction: column !important;
}

.login100-pic-service {
    width: 250px;
}

    .login100-pic-service img {
        max-width: 100%;
    }



/*//////////////////////////////////////////////////////////////////
[ login ]*/

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
}


.wrap-login100 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
}

.container-reclamo {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/*==================================================================
[ login more ]*/
.login100-more {
    width: calc(100% - 500px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/WallpaperLogin.png);
    position: relative;
    z-index: 1;
}

    .login100-more::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.1);
    }

/*==================================================================
[ Form ]*/
.login100-form {
    width: 500px;
    min-height: 100vh;
    display: block;
    background-color: #f7f7f7;
    padding: 0 55px 0 55px;
    display: flex;
    align-items: center;
    z-index: 2;
    box-shadow: 6px 0px 18px 15px #00000014;
}

.login100-form-title {
    width: 100%;
    display: block;
    font-family: VarelaRound-Regular;
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
.input100 {
    font-family: VarelaRound-Regular;
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 40px;
    border-radius: 25px;
    padding: 0 30px 0 68px;
}


.symbol-input100 {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 35px;
    pointer-events: none;
    color: #666666;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
    color: var(--azulAction);
    padding-left: 28px;
}

/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(11, 123, 188, 0.8);
}

.input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

/*------------------------------------------------------------------
[ Button ]*/


button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

.btnRojo {
    background-color: var(--rojoAction) !important;
}

    .btnRojo:hover {
        background-color: var(--rojoAction) !important;
    }

.login100-form-btn {
    font-family: VarelaRound-Regular;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    width: 100%;
    height: 40px;
    border-radius: 25px;
    background: var(--azulAction);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


    .login100-form-btn.disabled {
        background: #77afcf;
        cursor: default !important;
    }

        .login100-form-btn.disabled:focus {
            color: #fFF !important
        }


    .login100-form-btn:not(.disabled):hover,
    .login100-form-btn:not(.disabled):focus {
        background: #1061AC;
        color: #fff !important;
    }


.login100-form-btn.mini{
    width:30%;
}
/*------------------------------------------------------------------
[ Responsive ]*/
@media (max-width: 992px) {
    .login100-form {
        width: 50%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .login100-more {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .login100-form {
        width: 100%;
    }

    .login100-more {
        display: none;
    }
}

@media (max-width: 576px) {
    .login100-form {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    z-index: 100;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 8px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    font-family: VarelaRound-Regular;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 110;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}



#togglePassword {
    cursor: pointer;
    display: flex;
    z-index: 1000;
    margin-top: 12px;
    position: absolute;
    right: 30px;
}

@media (max-width: 992px) {
    #togglePassword {
        margin-left: 250px;
    }
}




.selector-empresas {
    width: 100%;
    border-radius: 25px;
    padding: 10px 0px;
    height: 200px;
    margin-bottom: 10px;
    position: relative;
}

    .selector-empresas ul.lista-empresas, .selector-empresas ul.lista-clientes {
        font-size: 16px;
        height: calc(100% - 25px);
        overflow-y: auto;
        position: relative;
    }

        .selector-empresas ul.lista-empresas li.item-empresa, .selector-empresas ul.lista-clientes li.item-empresa {
            padding: 0px 15px;
            border-radius: 25px;
            width: 100%;
            transition: 0.2s;
            transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
        }

            .selector-empresas ul.lista-empresas li.item-empresa a,
            .selector-empresas ul.lista-empresas li.item-empresa.active a,
            .selector-empresas ul.lista-clientes li.item-empresa a,
            .selector-empresas ul.lista-clientes li.item-empresa.active a {
                transition: 0;
                width: 100%;
                display: block;
            }

            .selector-empresas ul.lista-empresas li.item-empresa:hover,
            .selector-empresas ul.lista-empresas li.item-empresa:hover a,
            .selector-empresas ul.lista-clientes li.item-empresa:hover,
            .selector-empresas ul.lista-clientes li.item-empresa:hover a {
                background-color: #d8dde0;
                color: var(--azulAction);
                cursor: pointer;
            }

            .selector-empresas ul.lista-empresas li.item-empresa.active,
            .selector-empresas ul.lista-empresas li.item-empresa.active a {
                background-color: #ccd7de;
                color: var(--azulAction);
                cursor: pointer;
            }

            .selector-empresas ul.lista-clientes li.item-empresa:hover,
            .selector-empresas ul.lista-clientes li.item-empresa:hover a {
                background-color: #e7ebed;
                color: var(--azulAction);
                cursor: pointer;
            }

            .selector-empresas ul.lista-clientes li.item-empresa.active, .selector-empresas ul.lista-clientes li.item-empresa.active a {
                background-color: #e7eaed;
                color: var(--azulAction);
                cursor: pointer;
            }

.searchLogin {
    width: 100%;
    margin-bottom: 5px;
    padding: 3px 10px;
    border-radius: 25px;
    background-color: rgba(0,0,0,0.03);
}

    .searchLogin input {
        width: calc(100% - 17px);
        background: transparent;
    }

    .searchLogin i.fa {
        color: var(--azulAction);
    }


input[type='radio'] {
    position: absolute;
    opacity: 0;
}

.mensaje-vacio {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 60px;
}

.fondoGris {
    background-color: #f7f7f7;
}

/* label color */
.input-field label {
    color: #fafafa !important;
}
/* label focus color */
.input-field input[type=text]:focus + label {
    color: #fafafa !important;
}
/* label underline focus color */
.input-field input[type=text]:focus {
    border-bottom: 1px solid #fafafa !important;
    box-shadow: 0 1px 0 0 #fafafa !important;
}
/* icon prefix focus color */
.input-field .prefix.active {
    color: #fafafa !important;
}

.btn {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.aSatisfaccion {
    width: 85px;
    border: 0px;
    padding: 0px;
    height: 85px;
    margin-bottom: 2px;
    margin-top: 0px;
    text-align: center;
    color: black;
    font-size: 12px;
    line-height: 1.12;
    border-radius: 90%;
    float: right;
}


    .aSatisfaccion:hover {
        color: #ffffff;
    }


.imgNivel {
    width: 50px;
    height: 50px;
}


.checkbox-budget:checked + label,
.checkbox-budget:not(:checked) + label {
    position: relative;
    display: inline-block;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 140px;
    font-size: 13px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.checkbox-budget:not(:checked) + label {
    background-color: var(--dark-light);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.checkbox-budget:checked + label {
    background-color: transparent;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    -webkit-text-fill-color: var(--azulAction);
    text-fill-color: var(--azulAction);
    color: var(--azulAction);
}

.checkbox-budget:not(:checked) + label:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    -webkit-text-fill-color: var(--azulAction);
    text-fill-color: var(--azulAction);
    color: var(--azulAction);
}

    .checkbox-budget:not(:checked) + label:hover > span {
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }

.checkbox-budget:checked + label::before,
.checkbox-budget:not(:checked) + label::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-image: linear-gradient(138deg, #fafafa, #fefefe);
    z-index: -1;
}

.checkbox-budget:checked + label span,
.checkbox-budget:not(:checked) + label span {
    position: relative;
    display: block;
    transition: 0.3s all;
}

    .checkbox-budget:checked + label span::before,
    .checkbox-budget:not(:checked) + label span::before {
        position: absolute;
        content: attr(data-hover);
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        -webkit-text-stroke: transparent;
        text-stroke: transparent;
        -webkit-text-fill-color: var(--azulAction);
        text-fill-color: var(--azulAction);
        color: var(--azulAction);
        -webkit-transition: max-height 0.3s;
        -moz-transition: max-height 0.3s;
        transition: max-height 0.3s;
    }

    .checkbox-budget:not(:checked) + label span::before {
        max-height: 0;
    }

    .checkbox-budget:checked + label span::before {
        max-height: 100%;
    }


.checkbox-budget + label span {
    font-weight: 600;
}

.SinConfirmacion {
    color: #606060 !important;
    cursor: not-allowed !important;
}

    .SinConfirmacion::after {
        content: "\f06a";
        font-family: FontAwesome;
        display: initial;
        position: initial;
        color: #606060;
        margin-left: 5px;
    }


.cargando-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #d0caca63;
    top: 0px;
    right: 0px;
    z-index: 9999999;
}

.cargandoBase {
    width: 250px;
    height: 310px;
    margin: auto;
    margin-top: 110px;
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    border: 0;
    box-shadow: 0 6px 10px -4px rgb(0 0 0 / 15%);
    background-color: #FFFFFF;
}

/*PLANES*/
.price {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #f7f7f7;
    padding: 20px 50px;
}

.price_header {
    text-align: center;
    margin-bottom: 60px;
}

    .price_header h3 {
        margin-bottom: 10px;
        font-size: 32px;
        font-weight: bold;
        color: var(--text);
    }

    .price_header a {
        color: var(--azulAction);
    }

.price_content {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    align-self: center;
}

    .price_content .price_singal_card {
        flex: 1;
        display: flex;
        flex-direction: column;
        padding: 20px;
        border: 1px solid #d8d8e7;
        background-color: white;
        border-radius: 5px;
        max-width: 300px;
        /*text-align: center;*/
        margin: 15px;
        min-height: 400px;
        min-width: 300px;
    }

.resumenCard {
    text-align: left;
    max-width: 700px !important;
    min-width: 400px !important;
}

.resumenTitulo {
    display: flex;
    align-items: center;
    margin: 10px;
}


.resumenTitulo img {
    width:10%;
}

.resumenTitulo h4 {
    margin-left:1rem;
    margin-bottom:0;
}

.botonesLicencias {
    display:flex;
}

    .botonesLicencias button {
        font-size: 20px;
        margin-left: 10px;
    }

       

        .price_content .price_singal_card h5 {
            color: var(--text);
            font-size: 32px;
            line-height: 41px;
            margin-bottom: 20px;
        }

        .price_content .price_singal_card .descriptPlan {
            margin-bottom: 38px;
            min-height: 100px;
        }

        .price_content .price_singal_card .spanIva {
            margin-bottom: 50px;
        }

            .price_content .price_singal_card span span {
                font-size: 40px;
                line-height: 41px;
                font-weight: bold;
                margin-right: 10px;
            }

        .price_content .price_singal_card input, .price_content .price_singal_card a {
            margin-top: auto;
        }

@media screen and (max-width: 900px) {
    .price {
        padding: 15px;
        height:auto;
    }


    .price_content .price_singal_card {
        max-width: 1000px;
    }


    .price_header {
        margin-bottom: 35px;
    }

    .price_content {
        flex-direction: column;
    }

    .price .price_singal_card + .price_singal_card {
        margin-left: 0px;
        margin-top: 10px;
    }
}

.toggle-plan input:checked + label {
    background: var(--azulAction);
}

    .toggle-plan input:checked + label:after {
        left: calc(100% - 3px);
        transform: translateX(-100%);
    }

.toggle-plan input[type=checkbox] {
    height: 0;
    visibility: hidden;
    width: 0;
}

.toggle-plan label {
    background: var(--azulAction);
    border-radius: 100px;
    cursor: pointer;
    height: 19px;
    margin-bottom: 0px;
    position: relative;
    text-indent: -9999px;
    width: 40px;
}

    .toggle-plan label:active:after {
        width: 34px;
    }

    .toggle-plan label:after {
        background: #fff;
        border-radius: 50px;
        content: '';
        height: 15px;
        left: 3px;
        position: absolute;
        top: 2px;
        transition: 0.2s;
        width: 15px;
    }


.imgModulo{
    width:25%;
    align-self:center;
}

.modSelect {
    border-color: var(--azulAction) !important;
    border-width: 3px !important;
}

/* SCROLLBAR */

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3);
    border-radius: 5px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgba(0,0,0,0.5);
    }

    ::-webkit-scrollbar-thumb:active {
        background: rgba(0,0,0,0.6);
    }

::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1);
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: rgba(0,0,0,0.1);
    }

    ::-webkit-scrollbar-track:active {
        background: rgba(0,0,0,0.1);
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

.empresas-bloqueadas {
    pointer-events: none; 
    cursor: not-allowed; 
}

    .empresas-bloqueadas li a {
        background: none !important;
    }