body .loginNSH {
    margin: 0px;
    padding: 0px;
    font-family: Montserrat;
}

/*NacsportHub*/
p, h1, h2, h3, h4, h5, em, a {
    margin: 0px;
    padding: 0px;
    line-height: 1.4em;
}

p, em, a {
    font-size: 16px;
    font-weight: normal;
}

h4 {
    font-size: 35px;
    letter-spacing: -2px;
    line-height: 1.2em;
}

.invisible {
    font-size: 1px;
    display: inline;
    position: absolute;
    color: rgb(255 255 255 / 0%);
}

.logoPpalNSH {
    position: absolute;
    width: auto;
    max-height: 35px;
    margin-top: 1.5em;
    margin-left: 4em;
}

.contenedorNSH {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0em;
    gap: 0em;
    width: 100%;
    margin: auto;
    height: 100vh;
    background-image: url(../images/sh_login/ns_hub_bckg.png);
    background-position-y: center;
    background-position-x: inherit;
    background-size: contain;
    font-family: Montserrat;
}

.contenedorNSH-item:nth-child(1) {
    text-align: center;
}

    .contenedorNSH-item:nth-child(1) .SpImg {
        width: auto;
        display: block;
        height: 100vh;
        margin: 0px;
        background-repeat: no-repeat;
        background-position: center 45%;
        background-size: 35%;
    }

.contenedorNSH-item:nth-child(2) {
    background-color: white;
    border-radius: 20px 0px 0px 0px;
}

.contenedorNSH form {
    /*bordeR: solid red 10px;*/
    width: 50%;
    margin: auto;
    margin-top: 19vh;
    max-width: 300px;
}

    .contenedorNSH form h4 {
        font-weight: 800;
        text-align: center;
        color: #2E4753;
    }

    .contenedorNSH form p {
        text-align: center;
        color: #8E9A9D;
    }

.mail, .password {
    color: #2E4753;
}

.mailInput, .passwordInput, .remember {
    color: #8E9A9D;
}

.contenedorLogoPie {
    /*background-color: #b3981f;*/
    margin: 0em auto;
    position: fixed;
    bottom: 0em;
    width: 45%;
}

.contenedorAvisoNSH {
    /*background-color: #52481a;*/
    margin: 0em auto;
    position: fixed;
    bottom: 0em;
    width: 55%;
}

.contAvisoNSH {
    width: 42%;
    margin: auto;
    background-color: #fff2bb;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 15% 85%;
    padding: 1.2em;
    gap: 0em;
    font-size: 18px;
    text-align: center;
    transition: 2s;
    margin-top: 0em;
    margin-bottom: 10vh;
    max-width: 350px;
}

    .contAvisoNSH:hover {
        background-color: #fee289;
        transition: 2s;
    }

    .contAvisoNSH a {
        color: #feac11;
        font-size: 18px;
        text-decoration: underline;
        display: block;
    }

        .contAvisoNSH a:hover {
            color: #C17508;
        }

    .contAvisoNSH img {
        float: left;
        margin-top: 4px;
        max-width: 45px;
        height: auto;
    }
/*.contAvisoNSH-item {
}*/
.contenedorNSH input {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 1.3em;
    border-radius: 3px;
    border: solid 1px #B5C1C4;
    min-height: 30px;
    padding-left: 2%;
    padding-right: 2%;
    font-family: Montserrat;
    font-size: 14px;
    min-height: 35px;
    background: #F2F3F4;
    color: #2E4753;
}

    .contenedorNSH input[placeholder]:focus {
        outline: 0px;
        border: 1px solid #899A9E;
    }

.contenedorNSH label {
    display: block;
    width: 100%;
    font-weight: 600;
}

.contenedorNSH .remember {
    display: inline;
    margin-left: 6px;
}

.contenedorNSH .check:checked {
    border-radius: 3px;
    background-color: #174553;
    border: solid 1px #174553;
    text-align: center;
    background-image: url(https://www.nacsport.com/img/formularioDescargas/NS_WEB2021_Contact_mob_img_03.2.png);
    background-size: cover;
    background-position: center;
    width: 16px;
    height: 16px;
}

.contenedorNSH .check {
    height: 16px;
    width: 16px;
    border-radius: 3px;
    appearance: none;
    border: solid 1px #bdbdbd;
    cursor: pointer;
    text-align: center;
    display: inline;
    min-height: 16px;
    float: left;
    margin-top: 1px;
}

.contenedorNSH .enviar {
    /*background-color: #C9CFD1;
    color: #899a9e;*/
    background-color: #174553;
    color: #fff;
    height: 42px;
    border-radius: 21px;
    border: none;
    align-self: center;
    margin-top: 1.5em;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

    .contenedorNSH .enviar:hover {
        color: #fff;
        background-color: #003039;
    }

    .contenedorNSH .enviar:focus-within {
        background-color: #00272E;
    }

.contenedorNSH .passwordInput {
    background-repeat: no-repeat;
}

.forgotPassNSH {
    text-align: center;
    display: block;
    color: #2A444F;
    font-weight: bold;
    text-decoration: underline;
}

    .forgotPassNSH:hover {
        color: #8E9A9D;
    }

.logoNSH {
    display: block;
    margin: auto;
    margin-top: 0em;
    margin-bottom: 6vh;
}

.contenedorNSH .passwordInput::-webkit-reveal {
    display: inline-block !important;
}

.soloMovil {
    display: none;
}

@media screen and (max-width: 1950px) {
    .contenedorNSH {
        grid-template-columns: 55% 45%;
    }

    .contAvisoNSH {
        grid-template-columns: 15% 85%;
    }

    .contAvisoNSH {
        width: 42%;
    }

    .logoNSH {
        margin-bottom: 3vh;
    }
}

@media screen and (max-width: 1750px) {
    /*.contenedorNSH {
		background-size: cover;
	}*/
}

@media screen and (max-width: 1366px) {
    .contenedorNSH form {
        margin-top: 14vh;
    }

    .logoPpalNSH {
        max-height: 40px;
    }

    .logoNSH {
        margin-bottom: 1vh;
    }
}

@media screen and (max-width: 1280px) {
    .contenedorNSH form {
        width: 60%;
    }

    .contenedorNSH form {
        margin-top: 16vh;
    }

    .logoPpalNSH {
        max-height: 35px;
    }

    .contAvisoNSH {
        width: 50%;
        margin-bottom: 5vh;
    }
}

@media screen and (max-width: 1024px) {
    .contenedorNSH form {
        width: 72%;
    }

    .contAvisoNSH {
        width: 61%;
    }

    .logoPpalNSH {
        margin-top: 1.4em;
        margin-left: 2em;
    }

    .contenedorNSH {
        height: auto;
    }

    .logoNSH {
        margin-bottom: 3vh;
    }

    .contenedorNSH form {
        margin-top: 12vh;
    }

    h4 {
        font-size: 33px;
    }

    .contAvisoNSH, .contAvisoNSH a {
        font-size: 17px;
    }
}

@media screen and (max-width: 980px) {
    .contenedorNSH-item:nth-child(1) {
        height: auto;
        padding-bottom: 3vh;
    }

    .contenedorNSH {
        grid-template-columns: 100%;
        height: auto;
    }

    .contenedorNSH-item:nth-child(1) .SpImg {
        margin-top: 5vh;
        max-height: 15vh;
        height: 100vh;
        background-position: center;
        background-size: contain;
    }

    .contAvisoNSH {
        width: 40%;
        margin-top: 2vh;
    }

    .logoPpalNSH {
        margin-top: 1em;
        margin-left: 1em;
        max-width: 300px;
    }

    .contenedorNSH form {
        width: 60%;
    }

    .ojo {
        margin-left: 92%;
    }

    .contenedorLogoPie {
        width: 100%;
    }

    .soloEscritorio {
        display: none;
    }

    .soloMovil {
        display: block;
    }

    .mailInput, .passwordInput {
        margin: 0px;
        padding: 0px;
        width: 96% !important;
    }

    .logoNSH {
        margin-bottom: 0vh;
    }
}

@media screen and (max-width: 820px) {
    .contenedorLogoPie {
        position: relative;
    }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 600px) {
    .contenedorNSH-item:nth-child(1) {
        padding-top: 4vh;
    }
}

@media screen and (max-width: 540px) {
    .contenedorNSH form {
        margin-top: 6vh;
        width: 80%;
    }

        .contenedorNSH form p {
            font-size: 15px;
        }

    .contAvisoNSH {
        width: 65%;
    }

    .contenedorNSH {
        background-image: url(../images/sh_login/ns_hub_bckg_movil.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top;
    }

    .logoPpalNSH {
        margin-top: 1.4em;
        margin-left: 1em;
        max-width: 240px;
        height: auto;
    }

    .ojo {
        margin-left: 87%;
    }

    .logoNSH {
        margin-bottom: 3vh;
        max-width: 60px;
        height: auto;
    }

    .contenedorAvisoNSH {
        bottom: 0em;
        z-index: 1;
    }
}

@media screen and (max-width: 430px) {
    .contenedorAvisoNSH {
        bottom: 6em;
        z-index: 0;
    }

    h4 {
        font-size: 30px;
    }

    .contAvisoNSH, .contAvisoNSH a {
        font-size: 16px;
    }
}

@media screen and (max-width: 414px) {
    .contAvisoNSH a {
        font-size: 16px;
    }

    .contAvisoNSH img {
        margin-top: 6px;
        max-width: 30px;
        height: auto;
    }

    .ojo {
        margin-left: 84%;
    }
}

@media screen and (max-width: 390px) {
    .contenedorAvisoNSH {
        bottom: 4em;
    }

    .logoPpalNSH {
        max-width: 220px;
    }
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
    h4 {
        font-size: 30px;
        letter-spacing: -2px;
        line-height: 1.2em;
    }

    .contAvisoNSH {
        width: 75%;
        padding: .5em;
        font-size: 16px;
    }
}

@media screen and (max-width: 280px) {
    .contAvisoNSH {
        grid-template-columns: 100%;
    }

        .contAvisoNSH img {
            margin-top: 3px;
            float: inherit;
        }

    .logoPpalNSH {
        margin-top: 1.8em;
        max-width: 210px;
    }

    .ojo {
        margin-left: 81%;
    }
}

body .loginCDH {
    margin: 0px;
    padding: 0px;
    color: #2a444f;
}

/*CodimgHub*/
.loginCDH p, .loginCDH h1, .loginCDH h2, .loginCDH h3, .loginCDH h4, .loginCDH h5, .loginCDH em, .loginCDH a {
    margin: 0px;
    padding: 0px;
    line-height: 1.4em;
    font-family: 'Nunito', sans-serif !important;
}

.loginCDH p, .loginCDH em, .loginCDH a {
    font-size: 16px;
    font-weight: normal;
}

.loginCDH p {
    text-align: center;
}

.loginCDH h4 {
    font-size: 35px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.2em;
    font-family: 'Nunito', sans-serif !important;
    text-align: center;
}

.invisible {
    font-size: 1px;
    display: inline;
    position: absolute;
    color: rgb(255 255 255 / 0%);
}

.logoPpalCDH {
    position: absolute;
    max-width: 260px;
    bottom: 1.5em;
    right: 2em;
    height: auto;
}

.bubleIzq {
    height: 590px;
    position: absolute;
    width: he;
    bottom: 20px;
}

.bubleDer {
    position: absolute;
    right: 0em;
    top: 40px;
    height: 460px;
}

.bubleDerDos {
    display: none;
}

.bubleBottom {
    position: absolute;
    bottom: 0em;
    right: 500px;
    width: 20%;
}

.contenedorHubCodimg {
    display: grid;
    grid-template-columns: 50% 50%;
    font-family: 'Nunito', sans-serif !important;
    background-color: #e8edd9;
    display: grid;
    padding: 0em;
    gap: 0em;
    width: 100%;
    margin: auto;
    height: 100vh;
    min-height: 520px;
}

.contenedorHubCodimg-item:nth-child(2) {
    text-align: center;
    background-image: url(../images/sh_login/cd_hub_escudo_nac.png);
    background-size: 40%;
    background-position: 35%;
    background-repeat: no-repeat;
}

.contenedorHubCodimg form {
    width: 65%;
    margin: auto;
    max-width: 330px;
}

.bckFormCDH {
    background-color: white;
    border-radius: 30px;
    box-shadow: 3px 5px 30px #959595;
    width: auto;
    padding-top: 2em;
    padding-bottom: 4em;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-80%, -50%);
    min-width: 500px;
    margin-left: auto;
    margin-right: auto;
    left: 35%;
    transform: translate(-80%, -50%);
}

.contAvisoCDH {
    width: 320px;
    margin: auto;
    background-color: #e8edd9;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 15% 85%;
    padding: 1.2em;
    gap: 0em;
    margin-top: 1.5em;
    font-size: 16px;
    text-align: center;
    transition: 2s;
}

    .contAvisoCDH:hover {
        background-color: #ced5b8;
        transition: 2s;
    }

    .contAvisoCDH a {
        color: #6aa000;
        font-size: 16px;
        text-decoration: underline;
        display: block;
        font-weight: bold;
    }

        .contAvisoCDH a:hover {
            color: #215836;
        }

    .contAvisoCDH img {
        float: left;
        margin-top: 4px;
        max-width: 45px;
        height: auto;
    }

.contenedorHubCodimg input {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 1.3em;
    border-radius: 20px;
    border: solid 1px #bdbdbd;
    min-height: 30px;
    padding-left: 4%;
    padding-right: 2%;
    background: #F2F3F4;
    height: 35px;
    font-family: 'Nunito';
}

    .contenedorHubCodimg input[placeholder]:focus {
        outline: 1px solid#6aa000;
        font-family: 'Nunito';
    }

.contenedorHubCodimg label {
    display: block;
    width: 96%;
    padding-left: 4%;
}

.contenedorHubCodimg .remember {
    display: inline;
    margin-left: -7px;
}

.contenedorHubCodimg .check:checked {
    border-radius: 0px;
    background-color: #6aa000;
    border: solid 1px #6aa000;
    text-align: center;
    background-image: url(../images/sh_login/cd_hub_check.png);
    background-size: cover;
    background-position: center;
    width: 16px;
    height: 18px;
    border-radius: 3px;
}

.contenedorHubCodimg .check {
    width: 16px;
    height: 18px;
    border-radius: 0px;
    appearance: none;
    border: solid 1px #bdbdbd;
    cursor: pointer;
    text-align: center;
    display: inline;
    min-height: 16px;
    padding-left: 10px;
    border-radius: 3px;
    float: left;
    margin-top: 2px;
}

.contenedorHubCodimg .enviar {
    background-color: #6aa000;
    width: 98%;
    height: 42px;
    border-radius: 21px;
    border: none;
    align-self: center;
    /*margin-top: 1.5em;*/
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

    .contenedorHubCodimg .enviar:hover {
        background-color: #215836;
    }

.contenedorHubCodimg .passwordInput {
    background-repeat: no-repeat;
}

.loginCDH .forgotPassCDH {
    text-align: center;
    display: block;
    color: #6aa200;
    font-weight: bold;
}

.forgotPassCDH:hover {
    color: #215836;
}

.logoCDH {
    display: block;
    margin: auto;
    max-width: 75px;
    height: auto;
}

.contenedorHubCodimg .passwordInput::-webkit-reveal {
    display: inline-block !important;
}

.logoCTablet {
    display: none;
}

@media screen and (max-width: 1950px) {
    .bubleBottom {
        right: 400px;
    }

    .bckFormCDH {
        left: 35%;
        transform: translate(-75%, -50%);
    }
}

@media screen and (max-width: 1500px) {
    .bubleDer {
        top: -20px;
    }

    .bubleBottom {
        right: 300px;
    }
}

@media screen and (max-width: 1366px) {
    .bubleIzq {
        height: 420px;
    }

    .bubleDer {
        height: 430px;
    }

    .bubleBottom {
        display: none;
    }

    .bckFormCDH {
        padding-top: 1em;
        padding-bottom: 2em;
    }
}

@media screen and (max-width: 1280px) {
    .bckFormCDH {
        left: 35%;
        transform: translate(-70%, -50%);
    }

    .bckFormCDH {
        padding-top: 17px;
        padding-bottom: 1px;
    }

    .loginCDH h4 {
        font-size: 32px;
    }

    .contAvisoCDH p, .contAvisoCDH a {
        font-size: 16px;
    }

    .contAvisoCDH {
        padding: 1em;
        margin-top: 1em;
        font-size: 16px;
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 1152px) {
    .bckFormCDH {
        left: 40%;
    }
}

@media screen and (max-width: 1024px) {
    .loginCDH h4 {
        font-size: 30px;
    }

    .logoCDH {
        max-width: 65px;
        margin-top: -1em;
    }

    .bubleDer {
        top: -100px;
        height: 370px;
    }

    .contAvisoCDH {
        padding: .3em;
        margin-top: 0.8em;
    }

    .contenedorHubCodimg {
        grid-template-columns: 50% 50%;
    }

    .bckFormCDH {
        min-width: 500px;
        padding-bottom: 3em;
    }
}

@media screen and (max-width: 980px) {
    .contenedorHubCodimg {
        grid-template-columns: 100%;
        height: 100vh;
        padding: 0%;
        padding-bottom: 2em;
        background-color: #fff;
        width: 100%;
        margin: auto;
    }

    .contenedorHubCodimg-item:nth-child(2) {
        background-image: none;
    }

    .bckFormCDH {
        background-color: #ffffff00;
        border-radius: 30px;
        box-shadow: 3px 5px 30px #959595;
        width: auto;
        padding-top: 2em;
        padding-bottom: 4em;
        position: relative;
        top: auto;
        -ms-transform: translate(0%, 0%);
        margin-left: auto;
        margin-right: auto;
        left: auto;
        transform: translate(0%, 0%);
    }

    .logoPpalCDH {
        max-width: 300px;
        bottom: 2em;
        left: 35%;
        right: 30%;
    }

    .bckFormCDH {
        border-radius: 30px;
        box-shadow: 0px 0px 0px #959595;
        width: 70%;
        padding-top: 2em;
        padding-bottom: 4em;
    }

    .logoCDH {
        max-width: 95px;
        margin-top: 0em;
        margin-bottom: 3em;
    }

    .bubleIzq {
        top: 100px;
    }

    .logoCTablet {
        display: none;
    }

    .bckFormCDH {
        width: 60%;
        margin: auto;
    }

    .contAvisoCDH {
        padding: 1em;
        margin-top: 1em;
    }

    .contenedorHubCodimg-item:nth-child(1) {
        padding-left: inherit;
        padding-top: 12%;
    }

    .loginCDH .forgotPassCDH {
        color: #6aa200;
    }

    .bubleDer {
        bottom: 0px;
        height: 520px;
        top: auto;
    }
}

@media screen and (max-width: 820px) {
    .bubleDer {
        height: 460px;
    }
}

@media screen and (max-width: 768px) {
    .bubleDer {
        height: 340px;
        bottom: 180px;
    }
}

@media screen and (max-width: 540px) {
    .logoPpalCDH {
        left: 31%;
        right: auto;
        bottom: 1em;
        max-width: 40%;
    }

    .logoCDH {
        margin-bottom: 1em;
    }

    .contenedorHubCodimg-item:nth-child(1) {
        padding-top: 0%;
    }

    .bubleIzq {
        top: -20px;
        height: 320px;
    }

    .bubleDer {
        display: none;
    }

    .bubleDerDos {
        display: block;
        position: absolute;
        right: 0px;
        bottom: 0px;
        bottom: -12px;
    }
}

@media screen and (max-width: 430px) {
    .contenedorHubCodimg form {
        width: auto;
        margin: auto;
        max-width: auto;
    }

    .bckFormCDH {
        width: auto;
        min-width: auto;
    }

    .contenedorHubCodimg .enviar {
        width: 100%;
        max-width: auto;
    }

    .contenedorHubCodimg input {
        width: 93%;
    }
}

@media screen and (max-width: 414px) {
    .logoPpalCDH {
        left: 18%;
        right: 14%;
    }

    .loginCDH h4 {
        font-size: 32px;
    }

    .bckFormCDH {
        width: 83%;
    }

    .contenedorHubCodimg form {
        width: 85%;
    }

    .contenedorHubCodimg form {
        margin-top: 2em;
    }

    .logoCDH {
        margin-bottom: 3em;
    }

    .bubleIzq {
        top: 10px;
        height: 350px;
        left: -60px;
    }

    .bubleDerDos {
        bottom: 0px;
    }
}

@media screen and (max-width: 375px) {
    .contenedorHubCodimg-item:nth-child(1) {
        padding-top: 0%;
    }

    .bckFormCDH {
        padding-top: 0em;
    }

    .logoCDH {
        margin-bottom: 1em;
    }

    .contenedorHubCodimg form {
        width: 95%;
    }

    .logoPpalCDH {
        left: 27%;
        right: 25%;
        max-width: 220px;
        bottom: 0.3em;
    }

    .contenedorHubCodimg {
        margin-top: -1em;
    }

    .logoCDH {
        max-width: 75px;
    }
}

@media screen and (max-width: 360px) {
    .loginCDH h4 {
        font-size: 30px;
    }

    .bubleIzq {
        top: -30px;
        height: 320px;
        left: -70px;
    }
}

@media screen and (max-width: 320px) {
    .logoCDH {
        max-width: 60px;
    }

    .loginCDH h4 {
        font-size: 29px;
    }

    .loginCDH p, .contAvisoCDH, .contAvisoCDH a {
        font-size: 14px;
    }

        .contAvisoCDH img {
            margin-top: 0px;
            max-width: 40px;
        }

    .logoPpalCDH {
        max-width: 200px;
        left: 25%;
        bottom: 1em;
    }

    .contAvisoCDH {
        margin-top: 1.5em;
    }

    .contenedorHubCodimg form {
        margin-top: 1em;
    }

    .contenedorHubCodimg input {
        width: 92%;
    }
}

@media screen and (max-width: 280px) {
    .loginCDH h4 {
        font-size: 23px;
    }

    .contAvisoCDH img {
        margin-top: 3px;
        float: inherit;
    }

    .logoPpalCDH {
        max-width: 180px;
        bottom: 0em;
    }
}

/* NacSport Hub & Codimg Hub */
input[type=submit]:disabled {
    cursor: wait;
}

#NS_login_from_web p, #NS_login_from_web h4,
#CD_login_from_web p, #CD_login_from_web h4 {
    text-align: center
}