@import url('https://fonts.cdnfonts.com/css/gotham-6');
@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');


body {
    font-family: 'Helvetica', sans-serif;
    background: #333f48;
    background-size: 100%;
    background-blend-mode: darken;
    overflow: hidden;
}

/* Preloader */
.hidden {
    overflow: hidden;
}

#onload {
    position: relative;
    z-index: 100;
}

#onload2 {
    position: absolute;
    z-index: 100;
}

.centrado {
    /* background-color: #1D1D1B; */
    background: rgb(0, 0, 0, 0.05) url("../assets/img/back.png");
    background-blend-mode: darken;
    background-size: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.centrado2 {
    /* background-color: #1D1D1B; */
    background: rgba(255, 255, 255, 0.734);
    background-blend-mode: darken;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#logoPreloader {
    width: 8%;
}
/* ***** */

.form-label {
    font-size: 1.5rem;
    color: #333F48;
}

.form-control {
    font-size: 1.25rem;
    color: #333F48;
}

.txt-reenvio-codigo {
    color: #333f48;
    font-size: 1rem;
    font-weight: 500;
    /* text-decoration: underline; */
    cursor: pointer;
    margin-bottom: 0px;
}

/* *** Teclado *** */
.txt-verificacion {
    font-size: 1.25rem;
}

.celular {
    font-size: 1.5rem;
    font-weight: 600;
}

#seePass, #seePass2, #seePass3 {
    background-color: #333F48;
    color: white;
}

#seePass:hover, #seePass2:hover, #seePass3:hover {
    background-color: #333F48;
}

.num {
    background-color: white;
    font-size: 2rem;  
    border: 1.5px solid #333F48;
    color: #333F48;
    width: 100%; 
}

.num2 {
    background-color: #333f48;
    border: 1.5px solid #333f48;
    color: white;
    font-size: 2rem;   
    width: 100%; 
}

.num:hover {
    background-color: #e6e6e6;
}

.num2:hover {
    background-color: #333f48;
}

.num2:disabled {
    background-color: #333f48;
    border: 1.5px solid #333f48;

}

.btn-checkPin {
    height: 1.5rem;
    fill: #79c000;
    margin-top: -0.25rem;
}

.icon-backspace {
    height: 2.5rem;
    fill: #333F48;
    margin-top: 0rem;
}

#btnAceptar, #btnCanjear {
    background-color: #372878;
    color: white;
    padding: 1rem 6rem;
    border-bottom: 6px solid #BD46C9;
}

p {
    font-size: 11px;
}

.temblor {
    animation-name: shake;
    animation-duration: 0.3s;
}

#pin {
    font-size: 23px;
}

.swal-title {
    margin-left: 2.5%;
    width: 95%;
    font-size: 1.5rem;
}

.swal-text {
    text-align: center;
    font-size: 1.2rem;

}

.swal-button {
    padding: 7px 19px;
    border-radius: 2px;
    background-color: #333F48;
    font-size: 1rem;
    border: 1px solid #333F48;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

/*  *** *** */


  .div-socio {
    position: relative; 
    z-index: 2; 
    /* background-color: #333F48;  */
    background: linear-gradient(180deg, #171717 0%, #000 100%);
    width: 30%; 
    height: 100vh; 
    float: left; 
    box-shadow: 10px 0px 10px #00000060;
}

.div-carrusel {
    width: 70%; 
    float: right;
}

.txt-1 {
    font-size: 3.25rem;
    color: #fff;
    font-weight: medium;
    text-shadow: 0px 4px 5px #00000025;
    line-height: 1.5em;
    margin-left: 3rem;
    margin-top: 0.5em;
}

.txt-1-1 {
    font-size: 6.5rem;
    color: #5F3DB2;
    font-weight: bold;
}

.txt-2 {
    font-size: 3.4rem;
    color: #5F3DB2;
    font-weight: bold;
    text-shadow: 0px 4px 5px #00000025;
    line-height: 0.75em;
    margin-left: 3rem;
    margin-top: 3rem;
}

.txt-2-1 {
    font-size: 1.75rem;
    color: #fff;
    font-weight: 100;
}

.ico-card {
    width: 11vw;
    position: relative; 
    float: right; 
    margin-top: -9rem;
}

.txt-3 {
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    font-weight: 100;
    text-shadow: 0px 4px 5px #00000025;
    line-height: 2rem;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 8rem;
}

.txt-3-1 {
    font-size: 1.8rem;
    color: #5F3DB2;
    font-weight: bold;
}

.div-acciones {
    margin-top: 2rem;
}

.ico-login {
    width: 100%;
    margin-right: 1.5rem;
    margin-top: -1rem;
    filter: drop-shadow(0px 4px 5px #00000025);
}

.txt-acciones {
    color: #fff;
    margin-left: 2.5rem;
    font-size: 1.25rem;
}

.txt-noSocio {
    font-size: 1.25rem;
    color: #333F48;
    font-weight: 700;
    margin: 2.25rem 2.25rem;
}

.qr-noSocios {
    height: 13vh;
}

.form-checkTyC-input:checked:before {
    background-color: #79c000;
}

.form-checkTyC-label {
    color: #333F48;
}

#btnAceptarTerminos {
    background-color: #333F48;
    color: white;
    padding: 1rem 3rem;
    font-size: 1rem;
    text-transform: uppercase;
}