.userLogued .avatar-ev {
    left: 24px;
}

.avatar-ev {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: white;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -8px;
    z-index: 999;
}


.box-menu-superior {
    display: inline-block;
    float: right;

}

.users-profile-menu {
    width: 46%;
    text-align: right;
}

.users-profile-options {
    width: 119px;
}

.top .actions {
    width: auto !important;
}



.triangulo_inf {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #aa072a;
    position: absolute;
    top: 12px;
}


.user-icon-svg {
    display: inline-block;
    float: right;
    margin-top: 10px;

}


/*LIGHT BOX FOR LOGIN*/


.lbox-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    left: 0px;
    top: 0px;
    background-color: black;
    z-index: 9999;
    display: none;

}


.lbox-cont {
    position: absolute;
    top: calc(50% + 192px);
    left: calc(50% - 719px);
    width: 971px;
    min-height: 471px;
    height: 100%;
    z-index: 9999999;
    background-color: white;
    padding: 15px;
    display: none;

}

.lbox-rel {
    position: relative;
}

.lbox-close {
    position: absolute;
    right: -31px;
    top: 0px;
    background-color: white;
    padding: 3px 4px 0px 4px;
}

.lbox-log {
    width: 40%;
    display: inline-block;
    float: left;
    padding: 10px 20px 10px 10px;

}

.lbox-reg {
    display: inline-block;
    width: 60%;
    float: left;
    padding: 10px 10px 10px 20px;
    border-left: 1px dashed #cecece;
}

.lbox-title {
    font-size: 23px;
    color: #959595;
    border-bottom: 1px dashed #cecece;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 100;
}

.lbox-label {
    font-weight: 400;
    color: #616161;
    font-size: 16px;
    display: inline-block;
    padding-bottom: 15px;
}

.lbox-input {
    border: 2px solid #cecece;
    background-color: white !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 252px;
    height: 41px;
    font-size: 14px;
    padding-left: 4px;

}


.lbox-group {
    display: inline-block;
    margin-bottom: 19px;
}

.lbox-btn-send {
    color: white;
    background-color: #00649d;
    padding: 14px;
    border: 0;
    font-size: 17px;
    display: inline-block;
}

.lbox-forget-txt {
    color: #00649d;
    font-size: 14px;
    cursor: pointer;
}

.lbox-reg-from {
    color: #616161;
    font-size: 14px;
}

.svg-cont svg {
    display: table-cell;
    vertical-align: middle;
}

.svg-cont {
    display: table;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
    background-color: #f39028;
    float: left;

}

.lbox-log-forget {
    margin-top: 17px;
    position: relative;

}

.lbox-forget-txt {

    color: #00649d;

    font-size: 14px;

    line-height: 24px;

    margin-left: 0;
}

.lbox-group-right {
    float: right;
}

.lbox-term {
    margin-bottom: 12px;
    clear: both;
}

.lbox-term input[type="checkbox"] {
    margin: 0;

}

.lbox-ln {

    float: right;

}

.lbox-ln svg {

    margin-left: 20px;
    margin-top: -5px;
}

.lbox-link-ln {
    background-color: #2d6890;
    float: right;
    font-size: 11px;
    color: white;
    padding: 13px 10px 10px 10px;
    line-height: 1px;
    position: relative;
    top: -13px;

}

.lbox-link-ln:hover {
    color: white;
}


.lbox-hidden-forgot {

    display: none;

}

.lbox-forgot-tip {
    display: block;
    color: #00649d;
    font-size: 11px;
    text-transform: uppercase;
}


.lbox-forget-tool {
    color: white;
    background-color: #00649d;
    padding: 14px;
    border: 0;
    max-width: 277px;
    position: absolute;
    top: 35px;
    visibility: hidden;


}

.lbox-forget-tool:hover {
    visibility: hidden !important;

}

.lbox-log-forget:hover>.lbox-forget-tool {
    visibility: visible;
}

.lbox-forget-tool-content:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    top: -27px;
    left: -5px;
    position: absolute;
    border-width: 0 7.5px 15px 7.5px;
    border-color: transparent transparent #00649d transparent;
}

.lbox-forget-tool-content {

    position: relative;

}

.tool-text {
    font-size: 12px;
}


.hidde-it {
    display: none;
}

.show-it {
    display: table;
}

.show-it-inline {
    display: inline-block !important;
    width: 100%;
}





/*PERFIL OVERIDES*/


.userLogued .perfil-tooltip {
    position: absolute;
    z-index: 999999;
    top: 30px;
    left: -5px;
    display: none;
    width: 81%;
    min-width: 150px;
    padding: 0;
    background-color: #5F6871;
    border-bottom: 1px solid #5F6871;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 0px;
    border: 0;
}


.userLogued {
    position: relative;
    float: right;
    padding: 0px 10px;
    left: 30px;
    height: 30px;
}

.userLogued .btn-login {
    font-size: 12px;
    font-weight: 500;
    line-height: 36px;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: left;
    color: #ffffff;
    width: 80%;
    margin: 0 auto;
    border-bottom: 0;
    text-transform: uppercase;
    border: 0;
    border-top: 1px solid #6F7881;
    background-color: inherit;
}

.userLogued .btn-login:first-child {
    border-top: 0px;
}




.userLogued .perfil-tooltip:before {
    position: absolute;
    top: -8px;
    left: 125px;
    content: ' ';
    border-width: 0 9px 9px;
    border-style: solid;
    border-color: transparent transparent #5F6871;
}


.userLogued .btn-login:hover {
    color: white;
    background: inherit;
}




.lbox-reg-from .validation-advice {
    position: relative;

}





/*CORRECCION TEMPLATE CHICO*/

div.top div.utils .menuSuperior {
    position: inherit !important;
    width: auto !important;
}


div.top div.utils .users-profile-menu {
    width: 50%;
    margin-right: 30px;
}


div.top div.utils .menuSuperior .miPerfil {
    top: 2px;
    left: 30px;
}


div.top div.utils .userLogued .perfil-tooltip {
    min-width: 176px;
}

div.top div.utils .lbox-log {
    width: 33%;
}

/*s*/
.validation-advice {
    width: 241px;
}

.lbox-btn-send:hover,
.lbox-btn-send:focus {
    color: white;
    text-decoration: none;
}

.validation-advice,
.signupFormError {
    color: red;
    font-size: 14px;
}

.emailPassError {
    color: red;
    font-size: 14px;
}

[data-template=seccion_2014] .menuSuperior .miPerfil {
    left: 15px;
    padding-left: 20px;
}

.menuSuperior .miPerfil {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden !important;
    max-width: 70%;
    min-width: 55px;
    left: 3px;
    top: 4px;
    padding-left: 15px !important;
}


.ingresar-btnlbox {
    position: relative;
    float: right;
    width: 51%;
    min-width: 119px;
}

a#lapizPerfil {
    position: absolute;
    top: 6px;
    right: 10px;
}


@media (max-width:1032px) {
    .lbox-cont {
        width: 100%;

        left: calc(50% - 494px) !important;
    }

    .lbox-input,
    .lbox-group {
        width: 100%;
    }

    .lbox-group-right {
        float: left;
    }

    .lbox-ln {

        position: absolute;
        right: 8px;
    }

}

@media (max-width:992px) {
    .lbox-cont {

        left: calc(50% - 359px) !important;
    }

    .lbox-log {
        width: 100%;
    }

    .lbox-reg {
        width: 100%;
    }

}


@media (max-width:767px) {
    .lbox-close {
        right: 0;
    }

    .lbox-cont {
        left: 0 !important;
    }
}





@media (max-width:1200px) {

    .userNotLogued a.enter {
        width: 80px;
        font-size: 12px;
    }

    .social-div {
        right: 1% !important;
        top: 55%;
    }
}

@media (max-width: 991px){
    .social-div {
        top: 63%;
    }
}

@media (max-width:768px) {
    .social-div {
        display: none;
    }
}


@media (max-width:450px) {

    .reg-title {
        height: 93px;
    }

    .lbox-link-ln {
        top: 34px;
        position: absolute;
        left: -19px;
    }


    .lbox-ln {
        position: absolute;
        left: 0;
    }

    .reg-title {

        position: relative;
    }

}

.tip {
    padding: 5px 0;
    font-size: 14px;
    line-height: 120%;
    padding-bottom: 20px;
}

.data-empresa {
    margin-bottom: 10px;
    border-top: 1px dotted gray;
    line-height: 25px;
    font-size: 15px;
}

.data-empresa .header {
    font-size: 23px;
    font-weight: bold;
    line-height: 45px;
}