/*
Theme Name: Nutralie - Partners
Theme URI: https://www.liftingroup.com/
Author: Lifting Group
Author URI: https://www.liftingroup.com/
Description: Tema personalizado para Nutralie - Distribuidores
Version: 1.0
License: GNU General Public License*/

@import url("../naked-wordpress-master/style.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*CSS PERSONALIZADO*/
.not-login-header,
.login-header{
    text-align: center;
    background: white;
    margin: 0px;
    box-shadow: 1px 1px 1px #00000040;
}
.not-login-header .widget_media_image,
.login-header .widget_media_image{
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0px;
    line-height: 0px;
}
.login-page{
    margin-top: 45px;
}
body[login="not-login"]{
    height: 100vh;
    background-image: url(https://partners.nutralie.com/wp-content/uploads/2024/04/background-image.jpg);
    background-position: 50% 50%;
    background-size: cover;
}
.form-section{
    max-width: 350px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
*,
p,
ul,
li,
ol{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}
p{
    margin-bottom: 0px;
}
.text-little{
    font-size: 14px;
    line-height: 16px;
    text-align: left !important;
}
.title-default{
    text-align: center;
    font-weight: 600;
    font-size: 46px;
    line-height: 64px;
}
.color-white{
    color: white;
}
#loginform > *{
    margin-bottom: 15px;
}
#loginform{
    margin-top: 15px;
    float: left;
    width: 100%;
}
#loginform > *,
#loginform .login-username input,
#loginform .login-password input,
#loginform .login-username label,
#loginform .login-password label,
.input-section{
    float: left;
    width: 100%;
}
#loginform .login-username input,
#loginform .login-password input,
.input-section{
    border-radius: 0px !important;
    font-size: 12px;
    line-height: 26px;
    font-weight: 300;
    outline: none;
    border: none;
    padding: 5px 15px !important;
    width: calc(100% - 30px);
    color: #636363;
    margin-bottom: 2px;
}
#loginform .login-username input::placeholder,
#loginform .login-password input::placeholder{
    color: #CBD2D9;
}
#loginform .login-username label,
#loginform .login-password label{
    color: white;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
#loginform .login-remember{
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
}
#loginform .login-remember label{
    padding-left: 28px;
    cursor: pointer;
}
#loginform .login-remember input{
    width: 0px;
    height: 0px;
    cursor: pointer;
}
#loginform .login-remember input:after,
#loginform .login-remember input:before{
    content: "";
    display: block;
    position: relative;
    left: 0px;
    top: 0px;
}
#loginform .login-remember input:before{
    border: 2px solid white;
    width: 17px;
    height: 17px;
    left: -30px;
    top: -13px;
}
#loginform .login-remember input:after{
    background-image: url(https://partners.nutralie.com/wp-content/uploads/2024/04/tick.png);
    background-size: 19px 19px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 19px;
    height: 19px;
    left: -29px;
    top: -32px;
    transition: 0.5s;
    opacity: 0;
}
#loginform .login-remember:hover input:after{
    opacity: 0.2;
}
#loginform .login-remember input:checked:after{
    opacity: 1;
}
#loginform .login-submit{
    text-align: center;
}
#loginform #wp-submit,
.enviar-button,
.cancelar-button{
    border: 2px solid #3C3C3C;
    background: white;
    color: #3C3C3C;
    border-radius: 0px;
    padding: 10px auto;
    transition: 0.5s;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    width: 165px;
}
#loginform #wp-submit:hover,
.enviar-button:hover,
.cancelar-button:hover{
    background: #3C3C3C;
    color: white;
}
.factura-section .title-2,
.factura-section .facturas-info{
    text-align: left !important;
}
.pagination-filtros{
    display: flex;
}
.pagination-filtros > .wp-pagenavi{
    margin: 45px auto 0px;
}
.pagination-filtros .pages{
    display: none !important;
}
.pagination-filtros .wp-pagenavi > *{
    border: none;
    color: black;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    padding-left: 2.5px;
    padding-right: 2.5px;
}
.pagination-filtros .wp-pagenavi .current{
    color: #E94983;
    font-weight: bold;
}
postheader:before{
    content: "";
    background-image: url(https://partners.nutralie.com/wp-content/uploads/2024/05/header-hoja-1.png);
    width: 150px;
    height: 150px;
    position: absolute;
    display: block;
    left: -15px;
    top: 35%;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0.4;
}
postheader:after{
    content: "";
    background-image: url(https://partners.nutralie.com/wp-content/uploads/2024/05/header-hoja-2.png);
    width: 200px;
    height: 200px;
    position: absolute;
    display: block;
    right: -55px;
    bottom: 0%;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0.2;
}
body[login="not-login"]{
    overflow-x: hidden;
}
.subtitle-not-login{
    font-size: 14px;
    line-height: 24px;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}
.section-login{
    min-height: calc(100% - 92px);
    display: flex;
}
.section-login-container{
    margin: auto;
    padding-top: 45px;
    padding-bottom: 45px;
}
.label-section{
    font-size: 14px;
    line-height: 24px;
    color: white;
    font-weight: 400;
    float: left;
    width: 100%;
}
.botones-contrasena{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    float: left;
    width: 100%;
    margin-top: 25px;
}
.enviar-button,
.cancelar-button{
    padding-top: 15px;
    padding-bottom: 15px;
}
.solicitar-info-campana{
    margin-top: 10px;
}
.cancelar-button{
    background: transparent;
    color: white;
    border-color: white;
}
.cancelar-button:hover{
    color: #3C3C3C;
    background: white;
}
.section-login-container{
    max-width: 80%;
}
.mensajes-alert{
    float: left;
    width: 100%;
}
.mensajes-alert p{
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.mensajes-alert p.error{
    color: red !important;
}
.mensajes-alert p.loading{
    color: orange !important;
    text-shadow: 0px 0px 3px black;
}
.mensajes-alert p.success{
    color: green !important;
}
#generar-tu-contrasena,
#crea-tu-cuenta{
    float: left;
}
.links-partners-login{
    width: 100%;
    float: left;
    text-align: center;
}
.links-partners-login a{
    color: white !important;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline !important;
    text-align: center;
}
.seccion-crear-una-cuenta .form-section{
    max-width: none !important;
}
.seccion-crear-una-cuenta > .wpb_column{
    max-width: 350px;
}
.seccion-crear-una-cuenta .form-section,
.seccion-crear-una-cuenta .form-section #crea-tu-cuenta{
    width: 100%;
    float: left;
}
.seccion-crear-una-cuenta .form-section #crea-tu-cuenta{
    display: grid !important;
}
.input-checkbox .input-checkbox-text{
    font-size: 12px;
    line-height: 15px;
    color: white;
    font-weight: 400;
}
.input-checkbox .input-checkbox-text a{
    font-weight: bold;
    color: white;
}
.span-input{
    float: left;
    width: 16px;
    height: 16px;
    border: 1px solid white;
    border-radius: 50px;
    position: relative;
    margin-right: 10px;
}
.span-input:after{
    content: "";
    background: white;
    width: 10px;
    height: 10px;
    left: 3.5px;
    top: 3px;
    position: absolute;
    border-radius: 50px;
    transition: 0.5s;
    opacity: 0;
}
input:hover + .span-input:after{
    opacity: 0.2;
}
input:checked + .span-input:after{
    opacity: 1;
}
.input-checkbox > input,
.info-input{
    display: none !important;
}
.display-login-errors > .error{
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: red;
    text-align: center;
}
.display-none{
    display: none !important;
}
@media (max-width: 767px){
    .botones-contrasena{
        grid-template-columns: 1fr;
    }
    .botones-contrasena .cancelar-button,
    .botones-contrasena .enviar-button{
        margin-left: auto;
        margin-right: auto;
    }
    .title-default{
        font-size: 32px;
        line-height: 48px;
    }
}