/* ultima modificacion 2025/08/29 1653 Rod  */

/* //NUNITO */




@font-face {
  font-family: 'Nunito';
  font-weight: 700;
  font-style: normal;
  src: url(../css/webfonts/nunito-bold-webfont.woff2) format('woff2'),
       url(../css/webfonts/nunito-bold-webfont.woff) format('woff');
}




/************************/

/*NUNITO SANS*/



@font-face {
  font-family: 'Nunito Sans';
  font-weight: 400;
  font-style: normal;
  src: url(../css/webfonts/nunitosans-regular-webfont.woff2) format('woff2'),
       url(../css/webfonts/nunitosans-regular-webfont.woff) format('woff');
}




:root{
    --primary-black: #202327;
    --primary-gray: #555;
    --medium-gray: #8F9193;
    --primary-blue: #B685BC;
    --secondary-blue: #121A52;

    --primary-background: #E7E9F7;
    --border-gray: #c7c8c8;
    --status-error: #CD1812;


}

html, body {
    padding: 0;
    margin: 0;
    font-family: "Nunito";
}
body{
    width: 100%;
    background: #f0f2f5;
}
h1 {
    margin: 0;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
p, label {
    font-size: 14px;
    line-height: 20px;
    color: #202327;
    margin: 0;
}
label{
    color:#555;
}
input {
    font-family: "Nunito Sans";
}
input:focus, button, input:not(:placeholder-shown) {
    outline: unset;
}
input:-internal-autofill-selected{
    background: none !important;
}
button {
    cursor: pointer;
}
a {
    font-size: 14px;
    line-height: 20px;
    color: #A377A8;
    font-weight: 700;
}

.btn {
    height: 48px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Nunito Sans";
    font-weight: 400;
    border: 0;
}
.btn-primary {
    background: #B685BC;
    border-radius: 16px;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 28px;
    font-weight: 700;
}

.btn-secondary {
    background: white;
    border-radius: 16px;
    border: 2px solid #1226AA  ;
    color: #B685BC;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 28px;
    font-weight: 700;
}
div.botones-directos{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
div.botones-directos .btn-link-directo{
    background: white;
    border-radius: 16px;
    border: 2px solid #E7E9F7  ;
    color: #B685BC;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    margin-top: 16px !important;
    font-weight: 700;
    padding: 16px;
}
div.botones-directos .btn-link-directo span{
    display: flex;
    align-items: center;
}
.content-login .left-section .left-wrapper.form-wrapper button.btn-link-directo {
    margin-top: auto;
    margin-bottom: 0px !important; 
}
.mq-btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-inactive {
    background-color: #8F9193;
    border-radius: 16px;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 28px;
    font-weight: 700;
    cursor: default;
}

.btn-waiting {
    background-color: #121A52;
}
.btn-done {
    background-color: #121A52;
}

ul#texto-faq strong {
	color: #333333;
}

i.icon-help {
    background: url(https://cdnid.osde.com.ar/socio/images/icon/Ayuda.svg) center center/contain no-repeat;
    height: 15px;
    width: 15px;
    margin: 8px;
}
i.icon-ok {
    background: url(https://cdnid.osde.com.ar/socio/images/icon/okGreen.svg) center center/contain no-repeat;
    height: 38px;
    width: 48px;
    margin: 45px 0 30px;
    display: block;
}
i.icon-error {
    background: url(https://cdnid.osde.com.ar/socio/images/icon/icon-error.svg) center center/contain no-repeat;
    height: 38px;
    width: 48px;
    margin: 45px 0 30px;
    display: block;
}
i.icon-linkExterno{
    /* background: url(https://cdnid.osde.com.ar/socio/images/icon/.icon-linkExterno.svg) center center/contain no-repeat; */
    background: url(../images/icon/linkExterno.svg) center center/contain no-repeat ;
    height: 20px;
    width: 20px;
    margin-right: 7px;
    display: block;
}
i.icon-phone{
    background: url(https://cdnid.osde.com.ar/socio/images/icon/.icon-phone.svg) center center/contain no-repeat;
    background: url(../images/icon/phone.svg) center center/contain no-repeat ;
    height: 20px;
    margin-right: 7px;
    width: 20px;
    display: block;
}
i.icon-tag{
    background: url(https://cdnid.osde.com.ar/socio/images/icon/.icon-tag.svg) center center/contain no-repeat;
    background: url(../images/icon/tag.svg) center center/contain no-repeat ;
    height: 20px;
    margin-right: 7px;
    width: 20px;
    display: block;
}
i.icon-arrow-right-blue{
    background: url(https://cdnid.osde.com.ar/socio/images/icon/.icon-arrow-right-blue.svg) center center/contain no-repeat;
    background: url(../images/icon/arrow-right-blue.svg) center center/contain no-repeat ;
    height: 20px;
    width: 20px;
    display: block;
}

@media (min-width: 768px) {
    .btn-mobile {
        display: none;
    }
}
.btn-mobile {
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 0;
    margin: auto;
    border: 0;
    padding: 0;
    background: transparent;
}
.btn-close {
    height: 24px;
    width: 24px;
    background: url(https://cdnid.osde.com.ar/socio/images/icon/btn-close.svg) no-repeat;
    display: inline-block;
}
.back-button-content {
    display: none;
}
.back-button-content.visible {
    display: block;
    padding: 16px 20px 0;
}
.bullets{
    display: list-item;          /* This has to be "list-item"                                               */
    list-style-type: disc;       /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type     */
    list-style-position: inside; /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-position */
}
.logo-img{
    background-image: url('../assets/img/clivetdata_logo.png');
    /* background-image: url('https://cdnid.osde.com.ar/socio/images/icon/logo-osde-new-mobile.svg'); */
    /* height: 40px;
    width: 104px; */
    height: 80px;
    width: 350px;
    background-repeat: no-repeat;
	background-size: contain;
}

@media (max-width: 768px) {
    /* .logo-img{
        background-image: url('https://cdnid.osde.com.ar/socio/images/icon/logo-osde-new.svg');
        height: 60px;
        width: 140px;
    } */
    .back-button-content, .back-button-content.visible{
        display: block;
        padding: 16px 20px 20px;
    }
}
@media (min-width: 1080px) {
    .back-button-content, .back-button-content.visible{
        display: block;
        padding: 16px 20px 4px;
    }
}
.back-button-content a.back-button {
    text-decoration: none;
    font-size: 10px;
    line-height: 20px;
    color: #757474;
}

.box-osde i.userblock-icon {
	width: 43px;
	height: 44px;
	background-image: url('https://cdnid.osde.com.ar/socio/images/icon/blocked-icon.svg');
	display: inline-block;
	margin-right: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}

.box-osde i.warning-icon {
	width: 46px;
	height: 43px;
	background-image: url('https://cdnid.osde.com.ar/socio/images/icon/warning-icon.svg');
	display: inline-block;
	margin-right: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}

.box-osde i.timeout-icon {
	width: 46px;
	height: 43px;
	background-image: url('https://cdnid.osde.com.ar/socio/images/icon/timeout.svg');
	display: inline-block;
	margin-right: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}

/* STYLES */

.content-login {
    display: block;
    min-height: 100vh;
}
@media only screen and (max-width: 600px) {
.left-wrapper {
    width:90vw;
}
#content-page-login {
    width:100vw;
    height:100vh;
}
.logo-img{
    width:80vw;
}
}
@media (min-width: 768px) {
    .content-login {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .content-login .left-section {
        width: 100%;
    }
}
@media (min-width: 1080px) {
    .content-login {
        width: 100%;
    }
    .content-login .left-section {
        width: 530px;
    }
}
@media (min-width: 1600px) {
    .content-login {
        width: 100%;
    }
    .content-login .left-section {
        width: 800px;
    }
}
.content-login .left-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
      display: grid;
  place-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1079.98px) {
    .content-login .left-section {
        width: 100vw;
        box-shadow: unset;
    }
}
.content-login.logout_success .left-section{
    justify-content: space-between;
}
.content-login .left-section .left-wrapper {
    padding: 24px 30px 30px;
}
@media (min-width: 768px) {
    .content-login .left-section .left-wrapper {
        width: 400px;
        margin: 0 auto 0;
        padding: 52px 0 64px;
    }
}
@media (min-width: 1080px) {
    .content-login .left-section .left-wrapper {
        width: 356px;
        padding: 28px 0 64px;
    }
    .content-login.forgot_password_success .left-section .left-wrapper,
    .content-login.logout_success .left-section .left-wrapper {
        padding-bottom: 0;
    }
}
.content-login.forgot_password_success .left-section .left-wrapper{
    justify-content: space-between;
}
@media (min-width: 1600px) {
    .content-login .left-section .left-wrapper {
        width: 500px;
        margin: 0 auto;
    }
}
.content-login .left-section .left-wrapper h1 {
    color: #8D6791;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin: 0;
    padding-bottom:16px;
}

.content-login.first-login-change-password .left-section .left-wrapper h1,
.content-login.content-forgot-password .left-section .left-wrapper h1{
    padding-bottom:0px;
}

.content-login .left-section .left-wrapper h1.titleBlue{
    font-size:48px;
    line-height:50px;
    color: #B685BC;
    padding-bottom: 0;
    font-family: 'Nunito';
    font-weight: 700;
    display: block;
}
@media (min-width: 1440px) {
    .content-login .left-section .left-wrapper h1.big-text {
        font-size: 24px;
        line-height: 40px;
    }
}
@media (max-width: 767.98px) {
    .content-login .left-section .left-wrapper h1, 
    .content-login .left-section .left-wrapper h1.big-text {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 16px;
    }
    .first-login-change-password.content-login .left-section .left-wrapper h1{
        padding-bottom:0;
    }
    .content-login.content-home.login-wrapper .left-section .left-wrapper h1{
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
    }
}
@media (max-width: 370px) {
    .content-login .left-section .left-wrapper h1.titleBlue {
        font-size: 36px;
        line-height: 40px;
        padding-bottom: 16px;
        font-weight: 700;
    }
}
.content-login.content-cambio-contrasena .left-section .left-wrapper h1.big-text{
    padding-bottom: 0;
}
.content-login .left-section .left-wrapper .spinner{
    display:flex;
    justify-content:center;
    flex-grow: 2;
    margin: 20px 0;
}
/* @media (min-width: 767.98px) {
    .content-login .left-section .left-wrapper .spinner{
        margin-top:calc(50% - 100px);
        margin-bottom:25%;
    }  
} */
.content-login .left-section .left-wrapper .spinner .spinner-image{
      animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }

.arrow-left {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #757474;
    border-left: 1px solid #757474;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
p.type-user {
    font-weight: 500;
    padding: 24px 0 15px;
}
@media (min-width: 768px) {
    p.type-user {
        padding: 32px 0 15px;
    }
}
.checkbox-osde {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
}
.checkbox-osde input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox-osde span {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #CBCBCD;
}
.checkbox-osde:hover input ~ span {
    border: 2px solid #B685BC;
}
.checkbox-osde input:checked ~ span {
    border: 2px solid #B685BC;
}
.checkbox-osde span:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-osde input:checked ~  span:after {
    display: block;
}
.checkbox-osde span:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #B685BC;
}
.checkbox-osde.check-company {
    margin-left: 51px;
}
.left-wrapper.form-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.left-wrapper.form-wrapper .form-osde {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
}
.left-wrapper.form-wrapper .form-osde .form-content {
    width: 100%;
    padding-top: 40px;
}
.first-login-change-password .left-wrapper.form-wrapper .form-osde .form-content{
    padding-top:0;
}

@media (min-width: 1080px) {
    .left-wrapper.form-wrapper .form-osde .form-content {
        padding-top: 48px;
    }
}
.left-wrapper.form-wrapper .form-osde .form-content > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.content-login .left-section .left-wrapper.form-wrapper button {
    margin-top: auto;
    margin-bottom: 60px !important; 
}
.content-login .left-section .left-wrapper.form-wrapper button.cambiar-contraseña{
    bottom: 0 !important;
}
.content-login .left-section .left-wrapper.form-wrapper button.btn-secondary {
    margin: 0px !important;
}
.content-login .left-section .left-wrapper.form-wrapper button.btn-verificar-usuario {
    margin-bottom: 16px !important;
}
.content-login .left-section .left-wrapper.form-wrapper button.other-user {
    margin-bottom: 10px !important; 
}

@media (max-width: 767.98px) {
    .content-login .left-section .left-wrapper.form-wrapper button {
        margin: 0px !important; 
        position: fixed;
        bottom: 60px;
        width: calc(100% - 60px);
    }    
    .content-login .left-section .left-wrapper.form-wrapper 
    button.btn-link-directo, 
    button.btn-link-directo, 
    button.btn-link-directo {
        bottom: 0;
        width: auto;
        position: inherit;
        margin-top: 16px !important;
    } 
    .content-login .left-section .left-wrapper.form-wrapper button.btn-verificar-usuario{
        margin-bottom: 64px !important;
    }
}

@media (max-height: 500px) {
    .content-login .left-section .left-wrapper.form-wrapper button {
        position: relative;
        width: 100%;
        margin-top: 50px !important;
    }
}

@media (min-width: 769px) {
    .content-login .left-section .left-wrapper.form-wrapper button {
        margin-top: 40px;
    }
}
.content-login.first-login-change-password .left-section .left-wrapper.form-wrapper button,
.content-login.forgot_password_success .left-section .left-wrapper.form-wrapper button,
.content-login.logout_success .left-section .left-wrapper.form-wrapper button {
    margin-bottom: 24px;
}

.content-login.first-login-change-password .left-section 
.left-wrapper.form-wrapper button, .content-login.forgot_password_success 
.left-section .left-wrapper.form-wrapper button, .content-login.logout_success 
.left-section .left-wrapper.form-wrapper button .changepassword-button {
    position: relative;
    margin-top: 24px !important;
    width: 100%;
}

.left-wrapper.form-wrapper p {
    color: #B685BC;
    font-size: 14px;
    line-height: 20px;
    padding-top: 16px;
    font-weight: 500;
}
.left-wrapper.form-wrapper p.texto-no-vigente{
    color: #B685BC;
    font-weight: 600;
}

.left-wrapper.form-wrapper p a{
    font-size: 14px;
    line-height: 20px;
}
.content-cambio-contrasena .left-wrapper.form-wrapper p{
    padding-top:0;
}
.first-login-change-password .left-wrapper.form-wrapper p{
    font-size: 16px;
    line-height: 22px;
    color: #202327;
}
.content-forgot-password .left-wrapper.form-wrapper p {
    padding-top: 0px;
    color: #202327;
    font-size: 16px;
}
.generic_login_error .left-wrapper.form-wrapper p,
.login_error .left-wrapper.form-wrapper p,
.change_password_success .left-wrapper.form-wrapper p,
.forgot_password_success .left-wrapper.form-wrapper p {
    color: #B685BC;
}
.form-osde {
    padding-top: 30px;
}
.form-osde .btn-social {
    display: flex;
    width: 100%;
    align-items: center;
    background:none;
    box-shadow: 0 0 0px 2px #8F9193;
    border-radius: 8px;
    color:#202327;
    padding:10px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 16px;
    height:40px
}
.btn-social-container {
    display: flex;
    flex-direction: column;
}

.form-osde .icon-fb,
.form-osde .icon-apple,
.form-osde .icon-google {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}
.form-osde .icon-fb {
    height: 20px;
    width: 20px;
}
.form-osde .btn-primary {
    margin: 8px 0 16px 0;
}
.content-home .form-osde .btn-primary{
    margin-top:0;
}

i.icon-google, i.icon-fb {
    background: url(https://cdnid.osde.com.ar/socio/images/icon/logo-gmail.svg) center center/contain no-repeat;
    width: 20px;
    height: 20px;
}
i.icon-apple {
    background: url(https://cdnid.osde.com.ar/socio/images/icon/logo-apple.svg) center center/contain no-repeat;
    height: 20px;
    width: 18px;
}
i.icon-fb {
    background: url(https://cdnid.osde.com.ar/socio/images/icon/logo-fb.svg) center center/contain no-repeat;
}
.with-mail {
    width: 100%;
}
.with-mail p {
    font-size: 14px;
    line-height: 20px;
    color: #757474;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.with-mail > p::before, .with-mail > p::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 1px;
    background-color: #CBCBCD;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px;
}
.with-mail > p::after {
    margin-right: 0;
    margin-left: 10px;
}
form.form-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
form.form-content label, form.form-content input {
    display: block;
}
form.form-content .input-container {
    width: 100%;
    position: relative;
    margin-bottom: 16px;
}
form.form-content .input-container .input-area{
    position: relative;
}

form.form-content input {
    border: 2px solid #202327;
    box-sizing: border-box;
    border-radius: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #202327;
    padding:26px 16px 4px;
    width: 100%;
    margin-bottom: 9px;
}

form.form-content input:not(:placeholder-shown){
    border:2px solid #202327;
}
form.form-content input.error-osde-input {
    border: 2px solid #CD1812;
}
/* Cambiar style autocomplete de  Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:not(:placeholder-shown)
{
    border: 2px solid #202327;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form.form-content label {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #555;
    position: absolute;
    top:12px;
    left:17px;
    z-index:999
}
form.form-content input {
    margin-bottom: 0px;
    background: transparent;
}
.content-forgot-password form.form-content input {
    margin-bottom: 8px;
}
.olvide-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 24px;
}
.olvide-container p{
    display:flex;
    align-items: center;
    height:24px;
    padding: 0 10px;
}
.olvide-container p:first-child{
    border-right:2px solid #E7E9F7;
}
.olvide-container a{
    position: relative;
    display: flex;
}
/* .olvide-container a::after{
    content: '';
    background-image: url(https://cdnid.osde.com.ar/socio/images/icon/questionCircleBlue.svg);
    width: 14px;
    height: 14px;
    position: relative;
    margin-left: 10px;
    display: inline-block;
} */

form.form-content .password-content {
    margin-bottom: 24px;
    position: relative;
}
form.form-content .password-content .button-password {
    background-image: url(https://cdnid.osde.com.ar/socio/images/icon/eye-icon.svg);
    right: 16px;
    top: 50%;
    width: 20px;
    height: 14px;
    position: absolute;
    cursor: pointer;
    transform: translate(0,-50%);
}
form.form-content .password-content .button-password-on {
    background-image: url(https://cdnid.osde.com.ar/socio/images/icon/eyeon-icon.svg);
    /* background-image: url("../images/icon/eyeon-icon.svg); */
    right: 16px;
    top: 50%;
    width: 20px;
    height: 19px;
    position: absolute;
    cursor: pointer;
    transform: translate(0,-50%);
}

.verde {
    color: #258e32 !important;
}

.error {
    color: red !important;
}

.tooltipPass {
    color: black !important;
}
.sign-in-footer{
    margin-top: 16px;
    border-top: 2px solid #E7E9F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 42px !important;
}
.sign-in-footer a{
    line-height: 20px;
    margin-top: 16px;
}
.whatsapp-float{
    position: relative;
}
.whatsapp-float span{
    background-image: url(https://cdnid.osde.com.ar/socio/images/icon/logo-whatsapp.svg);
    /* background-image: url(/ads/ads/images/icon/logo-whatsapp.svg); */
    background-repeat: no-repeat;
    background-position: center;
    width: 21px;
    height: 21px;
    position: relative;
    display: inline-block;
    margin-right: 8px;
    top:7px;
}


.queries-content {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.queries-icon {
    margin-left: 5px;
    width: 15px;
}

.content-login .right-section {
    background: url('../assets/img/fachada.jpg') no-repeat top center;
    /* background: url(../images/osde-fondo.jpg) no-repeat top center; */
    background-size: cover;
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 1060px)   {
    .content-login .right-section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5% 32px 0;
    }
}
/* For Ipad PRO portait */
@media (min-width: 1080px)   and (max-height: 1366px) and (orientation: portrait) {
    .content-login .left-section {
        width: 100vw;
    }
    /* .logo-login {
        height: 50px;
    } */
    .content-login .right-section {
        display: none;
    }
    .login-wrapper .back-button-content {
        display: none;
    }
    .left-wrapper {
        margin: 0 auto !important;
        padding: 144px 0 64px !important;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto !important;
    }
    .left-wrapper .logo-login {
        margin: 0 auto !important;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        padding: 20px 48px;
    }
    .left-wrapper .logo-login .btn-mobile {
        display: block;
    }
}
.content-login .right-section h2 {
    font-family: "Nunito Sans";
    font-size: 24px;
    line-height: 30px;
    color: #04A9CF;
    max-width: 600px;
    font-weight: 300;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.content-login .right-section p {
    font-size: 16px;
    line-height: 14px;
    color: #010A13;
    max-width: 600px;
    margin: 0;
    padding-top: 8px;
}
@media (max-width: 991.98px) {
    .content-login .right-section p {
        padding-top: 46px;
    }
}
.success-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 24px;
    margin-top: 40px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767.98px) {
    .success-content {
        margin-top: 48px;
    }
}
.success-content p {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #1226aa !important;
    font-family: "Nunito Sans";
    font-weight: 400;
    display: inline-block;
    padding-top: 0 !important;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 216px;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
    .success-content {
        margin-top: 56px;
    }
    .success-content p {
        max-width: 264px;
    }
}
i.check-icon {
    width: 16px;
    height: 16px;
    display: block;
    background-size: cover;
    background: url(https://cdnid.osde.com.ar/socio/images/icon/check-icon.svg) no-repeat;
}
i.error-icon {
    width: 16px;
    height: 16px;
    display: block;
    background-size: cover;
    background: url(https://cdnid.osde.com.ar/socio/images/icon/close-icon.svg) no-repeat;
    margin-right: 8px;
}
.success-content i.check-icon {
    width: 61px;
    height: 59px;
    background-image: url(https://cdnid.osde.com.ar/socio/images/icon/icon-ok.svg);
    display: inline-block;
    margin-right: 20px;
    background-size: contain;
}
form.form-content label.repassword {
    margin-top: 16px;
}
form.form-content p.error-osde {
    padding-top: 0 !important;
    color: #555 !important;
    padding: 0 16px;
    pointer-events: none;
    font-weight: 500;
    text-align: left;
    position: relative;
}
form.form-content p.error-osde-mail{
    color: #CD1812 !important;
    justify-content: flex-start;
    padding-left: 40px;
    padding-top:10px !important;
}
form.form-content p.error-osde span{
    color: #CD1812 !important;
}
.first-login-change-password form.form-content p.error-osde {
    padding: 0 16px 0 40px;
    margin-top:-8px;
    font-size: 12px;
    line-height:16px;
    color: #CD1812 !important;
    position: relative;
}

form.form-content p.error-osde:before{
    content:'';
    background-image: url(https://cdnid.osde.com.ar/socio/images/icon/exclamationCircleRed.svg);
    /* background-image: url("../images/icon/exclamationCircleRed.svg"); */
    width: 14px;
    height: 14px;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    left:16px;
}
form.form-content .helper-container{
    position:relative;
    width: 100%;
}

form.form-content div.helper-container_hide{
    display:none;
}
form.form-content div.helper-container_show{
    display:inline-block;
}

form.form-content div#error_container {
    height: 50px;
}

form.form-content div.error_container_hide {
    display: none;
}

form.form-content div.error_container_show {
    display: inline-block;
    height: auto !important;
}
form.form-content .helper_container_show{
    position: relative;
}
.password-content-tooltip {
    position: relative;
}
.password-content-tooltip .tooltip-osde {
    position: absolute;
    background-color: white;
    -webkit-box-shadow: 4px 3px 10px rgba(2, 25, 61, 0.1);
    box-shadow: 4px 3px 10px rgba(2, 25, 61, 0.1);
    border-radius: 4px;
    padding: 16px;
    left: calc(100% + 17px);
    top: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid rgba(2, 25, 61, 0.1);
}
@media (max-width: 1079.98px) {
    .password-content-tooltip .tooltip-osde {
        display: block;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: unset;
        bottom: calc(100% + 17px);
    }
}
.password-content-tooltip .tooltip-osde::before {
    content: '';
    position: absolute;
    display: block;
    background: url(https://cdnid.osde.com.ar/socio/images/icon/arrow-right.svg) no-repeat;
    width: 12px;
    height: 17px;
    right: 100%;
    z-index: 2;
}
.password-content-tooltip .tooltip-osde::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 0;
    top: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 6px solid black;
    border-color: transparent transparent transparent transparent;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: -3px 3px 10px 0 rgba(2, 25, 61, 0.1);
    box-shadow: -3px 3px 10px 0 rgba(2, 25, 61, 0.1);
    left: 0;
    z-index: -1;
}
@media (max-width: 1079.98px) {
    .password-content-tooltip .tooltip-osde::before, .password-content-tooltip .tooltip-osde::after {
        top: calc(100% - 3px);
        right: 0;
        left: 0;
        margin: 0 auto;
        transform: rotate(-90deg);
    }
}
.password-content-tooltip .tooltip-osde p {
    font-size: 14px;
    line-height: 20px;
    color: #010A13 !important;
    padding: 0 !important;
    margin: 0;
    font-weight: 500;
}
.password-content-tooltip .tooltip-osde p.withcheck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.password-content-tooltip .tooltip-osde i.check-icon {
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 8px;
}
form.form-content .password-content-tooltip p.error-osde{
    padding-left: 34px;
    color: #CD1812 !important;
}
.recaptcha-osde {
    padding: 16px 0 21px;
}
.img-form-content {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.content-login .left-section .left-wrapper .box-osde {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
    padding: 24px 16px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin-top: 40px;
    align-items: flex-start;
}
.content-login .left-section .left-wrapper .box-osde p {
    font-size: 16px;
    line-height: 20px;
    padding-left: 18px;
    color: #757474;
    font-weight: 500;
    padding-top: 0;
    max-width: 248px;
}
@media (min-width: 768px) and (max-width: 1080.98px) {
    .content-login .left-section .left-wrapper .box-osde p {
        max-width: 280px;
        padding-left: 30px;
    }
}
@media (min-width: 1080px){
    .content-login .left-section .left-wrapper .box-osde p {
        max-width: 256px;
    }
}

/* .logo-login, */
.logo-content,
.crear-cuenta{
    display: flex;
    padding: 0px 0 10px;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1080px){
    .logo-cuenta,
    .crear-cuenta{
        padding-top: 24px;
    }
}
.first-login-change-password .crear-cuenta,
.content-forgot-password .crear-cuenta{
    padding-bottom: 24px;
}
.sign-in-area{
    display: flex;
    justify-content: center;
    font-weight: 700;
    padding:8px 0;
}
@media (max-width: 1079.98px) {
    .logo-login-first {
        padding-top: 20px;
    }
}
.alert-message {
    max-width: 280px;
}
@media(min-width: 768px)  {
    .alert-message {
        max-width: 400px;
    }
}
@media(min-width: 1080px)  {
    .alert-message {
        max-width: 352px;
    }
}
p.first-password-text {
    max-width: 352px;
    font-size: 16px !important;
    line-height: 20px !important;
}
.alert-content .back-button-content {
    display: none;
}
.alert-content.left-section .left-wrapper {
    padding: 56px 30px 48px;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
    .alert-content.left-section .left-wrapper {
        padding: 104px 0 64px;
    }
    .alert-content.left-section .left-wrapper .box-osde {
        margin-top: 48px;
    }
    .alert-content.left-section .left-wrapper .img-content{
        padding: 0 0 48px !important;
    }
}
@media (min-width: 1080px) {
    .alert-content.left-section .left-wrapper {
        padding-top: 74px;
        padding-bottom: 54px;
    }
}
@media (max-width: 768px) {
    .alert-content.left-section .left-wrapper .img-content{
        padding: 0 0 32px;
    }
}
.left-section {
	
	background:#FEEEFF;
}
.content-login.login-wrapper .left-wrapper {
    padding: 0;
}

.content-login.login-wrapper .left-wrapper > form,
.content-login.login-wrapper .left-wrapper > div{
    padding: 0 24px;
}

.content-login.login-wrapper.first-login-change-password .left-wrapper > div,
.content-login.login-wrapper.content-forgot-password .left-wrapper > div{
    padding-bottom: 24px;
}
.pass-message{
    list-style: none;
    padding: 0;
    margin:0 0 16px;
    font-size: 12px;
    font-weight: 600;
    color:#202327
}
.pass-message li{
    padding-bottom: 8px;
    position: relative;
}
.pass-message li.ok{
    color:#1226AA
}
.pass-message li.ok:after{
    content: "";
    width:14px;
    height:14px;
    background: url(https://cdnid.osde.com.ar/socio/images/icon/icon-ok.svg) center center/contain no-repeat;
    position:absolute;
    top: 0;
    right: 0;
}
@media (max-width: 767.98px) {
    .content-login.login-wrapper .left-wrapper > form{
        flex-grow:1;
        padding-bottom: 90px;
    }
    .content-login.login-wrapper.first-login-change-password .left-wrapper form .password-content-tooltip{
        display:flex;
        flex-direction: column;
    }
}
@media (max-width: 1080px) {
    .logo-login img {
        width: 105px;
        height: 24px;
    }
}

@media (min-width: 768px) and (max-width: 1079.98px) {
    .login-wrapper {
        position: relative;
    }
    .login-wrapper .left-section {
        box-shadow: unset;
        -webkit-box-shadow: unset;
    }
    .login-wrapper .back-button-content {
        display: none;
    }
    .login-wrapper .left-wrapper .logo-login .btn-mobile {
        display: block;
    }
    .login-wrapper .left-wrapper .form-osde, .login-wrapper .left-wrapper .form-osde .with-mail {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .login-wrapper .left-wrapper .form-osde .with-mail .form-content .btn-primary {
        margin-top: auto;
    }
}
@media (min-width: 1080px)   {
    .content-login.login-wrapper .left-section .left-wrapper {
        padding: 40px 0 30px;
    }
}
.without-btn-mobile {
    display: block;
}
@media (max-width: 767.98px) {
    .without-btn-mobile  {
        display: none !important;
    }
}
@media (max-width: 767.98px){
    .without-button-mobile {
        padding-top: 32px !important;
    }
}

@media (min-width: 375px) {
    .img-form-content {
        margin-bottom: 15px;
    }
    .form-osde {
        padding-top: 15px;
    }
    form.form-content .password-content {
        margin-bottom: 9px;
    }
    .first-login-change-password form.form-content .password-content {
        margin-bottom: 16px;
    }    
}

@media (max-width: 360px) {
    .logo-login {
        padding: 10px 24px 0 0;
    }
    
    .content-login .left-section .left-wrapper h1.big-text {
        font-size: 20px;
        /* line-height: 0; */
    }
    
    .first-login-change-password form.form-content .password-content{
        margin-bottom: 16px;
    }
    form.form-content .password-content {
        margin-bottom: 0px;
    }

    .btn-primary {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .sign-in {
        padding-top: 20px;
    }
}

@media (max-width: 320px) {
    p, label {
        line-height: 12px;
    }
    
    form.form-content input {
        font-size: 15px;
    }
    
    .sign-in {
        margin-top: 12px;
        padding-top: 13px;
    }
}

#recuperoPass{
    text-align: right;
    display:block;
    padding-top:8px;
}
.box-osde i.userblock-icon {
    width: 43px;
    height: 44px;
    background-image: url(https://cdnid.osde.com.ar/socio/images/icon/blocked-icon.svg);
    display: inline-block;
    margin-right: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.box-osde i.warning-icon {
    width: 46px;
    height: 43px;
    background-image: url(https://cdnid.osde.com.ar/socio/images/icon/warning-icon.svg);
    display: inline-block;
    margin-right: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.box-osde i.timeout-icon {
    width: 46px;
    height: 43px;
    background-image: url(https://cdnid.osde.com.ar/socio/images/icon/timeout.svg);
    display: inline-block;
    margin-right: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.helper-container {
    height: 60px;
}

.login_error_message {
    padding-left: 25px;
    padding-top: 15px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    display:none;
}

/* Consentimiento de uso */
/* Eliminar */
/* .consentimiento-de-uso .simple-faqs-item-answer {
    display: block
} */

.consentimiento-de-uso{
    font-family: "Nunito Sans";
}
.consentimiento-de-uso .left-section{
    width: 1200px;
    margin:0 auto;
}
.consentimiento-de-uso .dnd-section{
    padding: 24px;
}
.consentimiento-de-uso .dnd-section:first-child{
    border-bottom: 2px solid #E7E9F7;
}
.consentimiento-de-uso .dnd-section.accordion-area{
    padding-top: 0px;
}
.consentimiento-de-uso .logo-login{
    padding-top: 68px;
}
.consentimiento-de-uso .logo-img{
    margin-bottom: 32px;
}
.consentimiento-de-uso .row{
    display: flex;
    gap:40px;
}
.consentimiento-de-uso .titulo-area{
    padding-bottom: 24px;
}
.consentimiento-de-uso h1{
    font-weight: 700;
    font-family: "Nunito";
}
.consentimiento-de-uso .titulo-area h2{
    font-weight: 700;
    font-family: "Nunito";
    font-size: 24px;
    line-height:34px;
    margin:0 0 16px;
    color: #202327;
}
.consentimiento-de-uso .titulo-area p{
    font-weight: 600;
    font-family: "Nunito";
    font-size: 16px;
    line-height:22px;
    color: #202327;
    padding:0;
}
.consentimiento-de-uso .titulo-area p b{
    font-weight: 700;
}
.consentimiento-de-uso ol,
.consentimiento-de-uso ul {
    font-size: 14px;
}

.consentimiento-de-uso .simple-faqs{
    margin:0;
}
.consentimiento-de-uso .simple-faqs-item{
    margin: 0;
}
.consentimiento-de-uso .simple-faqs-item-question {
    border-bottom: 2px solid #E7E9F7 !important;
    padding: 32px 24px !important;
    font-size: 18px;
    line-height: 22px;
    color:#202327;
}

.consentimiento-de-uso .simple-faqs-item-question:after {
    filter: contrast(0) !important;
}

.consentimiento-de-uso .btn-primary {
    background: #B685BC;
    border-radius: 16px;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 28px;
    font-weight: 700;
}

.consentimiento-de-uso .btn-secondary {
    background: var(--medium-gray);
    border-color: var(--medium-gray);
    border-radius: 16px;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 28px;
    font-weight: 700;
}

.consentimiento-de-uso .check-container {
    padding: 18px 16px;
    border-radius: 16px;
    border:2px solid  #E7E9F7;
    color: #202327;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    background-color: white;
    align-items: center;
}

.consentimiento-de-uso .check-container.checked {
    background-color: #E7E9F7;
}

.consentimiento-de-uso .simple-faqs-item .simple-faqs-item-answer li,
.consentimiento-de-uso .simple-faqs-item .simple-faqs-item-answer p{
    font-size: 16px;
    line-height: 18px;
    color: #555;
    font-family: "Nunito Sans";
    font-weight: 600;
    padding-bottom: 16px;
}
.consentimiento-de-uso .simple-faqs-item .simple-faqs-item-answer a strong,
.consentimiento-de-uso .simple-faqs-item .simple-faqs-item-answer a{
    font-family: "Nunito Sans";
    font-weight: 600 !important;
    font-size: 16px;
    font-weight: 600;
}
.consentimiento-de-uso .simple-faqs-item .simple-faqs-item-answer li ol,
.consentimiento-de-uso .simple-faqs-item .simple-faqs-item-answer li ul{
    padding-top: 10px
}
.consentimiento-de-uso .simple-faqs-item .simple-faqs-item-answer li:last-child{
    padding-bottom:0;
}

.consentimiento-de-uso .check-container label{
    font-size: 14px;
    line-height: 19px;
    color: #202327;
    font-family: "Nunito Sans";
    font-weight: 600;
}
.consentimiento-de-uso .check-container input[type="checkbox"]{
    width:20px;
    height: 20px;
    border: 1px solid #555 ;
}
.consentimiento-de-uso .check-container input[type="checkbox"]:checked{
    accent-color: #1226AA
}

@media (max-width: 768px) {
    .consentimiento-de-uso .left-section{
        width: 100%;
    }
    .consentimiento-de-uso .dnd-section.section-textos{
        padding:24px 0;
    }
    .consentimiento-de-uso .simple-faqs-item-answer{
        padding-left: 24px;
        padding-right: 24px;
        border-bottom: 2px solid #E7E9F7;
    }
    .consentimiento-de-uso .row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-vertical-alignment.dnd-section.dnd_area-row-0-padding {
        padding-right: 40px !important;
        padding-top: 40px !important;
    }
    .consentimiento-de-uso .logo-login{
        padding-top: 50px;
    }

    .consentimiento-de-uso .phones_osde {
        width: 100% !important
    }
    .consentimiento-de-uso .row{
        display: flex;
        gap:0px;
    }
    .consentimiento-de-uso .image-area{
        display: none;
    }
    .consentimiento-de-uso .titulo-area{
        width: 100%;
    }
}


#content-page-login {
    display: none;
}

#content-page-social-error{
    position: absolute;
    z-index: 99999;
    width: 100%;
    top:0;
    left:0;
    background: white;
    display: none;
}
#content-page-social-error.active{
    display: block;
}
#content-page-social-error h1{
    display: block;
}
#content-page-social-error .red-social{
    display: none;
}
#content-page-social-error .red-social.activo{
    display: inline;
}

/* #myP1{
    display: none;
} */