html{
    min-height: 100vh;
}

footer{
    width: 100%;
}


/*SECCION LOGIN */
.hidden{
    display: none!important;
}
.header-login{
    background: linear-gradient(168.87deg, rgba(196, 196, 196, 0) 73.33%, rgba(255, 255, 255, 0.69) 88.87%), url(../img/Background.webp);
    background-size: cover;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
}

.contenedor-login{
    text-align: center;
    margin: 0 auto;
    background-color: white;
    margin-top: -300px;
    max-width: 500px;
    border: 1px solid var(--colorAzul);
    margin-bottom: 100px;
}

.header-seccion-login{
    padding: 20px;
}

.contenido-login{
    background-color: #EEEEEE;
    padding: 30px;
    -webkit-box-shadow: inset 0px 6px 4px -5px rgba(0,0,0,0.43);
    -moz-box-shadow: inset 0px 6px 4px -5px rgba(0,0,0,0.43);
    box-shadow: inset 0px 6px 4px -5px rgba(0,0,0,0.43);
}
.contenido-login h1{
    text-decoration: none;
    font-size: 30px;
    margin-top:0;
    margin-bottom: 10px;
}

.contenido-login hr{
    max-width: 50%;
    height: 2px;
    color: black;
    background-color: black;
    margin-bottom: 30px;
}

.dni input,
.password input{
    width: 100%;
    text-align: center;
    color: black;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #EEEEEE
    ;
}

.fontInput{
    position: relative;
}

.fontInput i{
    color: var(--colorAzul);
    position: absolute;
    left: 15px;
    top: 25%;
    font-size: 20px;
}

.contenido-login input::placeholder{
    color: rgb(0, 0, 0)!important;
    font-weight: bold;
    opacity: 1;
}

.boton-adquirir-clases{
    max-width: fit-content;
    padding: 9px 23px;
}

.olvido-contrasenia{
    display: flex;
    justify-content:space-between;
}

.olvido-contrasenia a{
    text-decoration: none;
}

.container-recuerdame {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}

.vencimiento-cercano i{
    color: rgb(236, 196, 65);
    margin-right: 4px;
}

.vencido i{
    color: rgb(252, 5, 5);
    margin-right: 4px;
}

.nuevo{
    position: absolute;
    transform: rotate(321deg);
    background-color: #ff0000ab;
    width: 168px;
    padding: 7px;
    text-align: center;
    left: -3px;
    top: 92px;
    color: white;
    font-size: 25px;
    border-radius: 21px;
}


/* Hide the browser's default checkbox */
.container-recuerdame input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}   

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: rgb(179, 174, 174);
    border-radius: 15px;
}

/* On mouse-over, add a grey background color */
.container-recuerdame:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-recuerdame input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-recuerdame input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-recuerdame .checkmark:after {
    left: 6px;
    top: 4px;
    width: 7px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-login{
    background-color: var(--colorAzul);
    padding: 15px;
    border-radius: 28px;
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.modal {
    display: none; 
    position: absolute; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: none; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
}


.modal-contenido {
    background-color: #fefefe;
    margin: 0 auto;  
    border: 1px solid #888;
    width: 100%; 
    height:100%;
    padding: 35px;
    position: relative;
    /* overflow-y: scroll; */
    padding:5px
}

.modal-contenido h3{
    color:var(--colorAzul);
    font-size: 30px;
}

.cerrarModal {
    color: #aaa;
    position: absolute;
    right: 3%;
    font-size: 80px;
    font-weight: bold;
    top: 0;
    transition: all .7s ease;
}

.cerrarModal:hover,
.cerrarModal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.selectpanel{
    display:flex;
    justify-content:space-around;
    align-items: center;
    flex-wrap: wrap;
    /* height: 80%; */
}

.panelSocio{
    position: relative;
}

.selectpanel div:hover{
    cursor: pointer;
}

.option-menu{
    width: 300px;
    height: 300px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    margin: 30px 0;
}

.option-menu i{
    font-size: 142px;
    align-self: flex-end;
    padding: 34px;
    color: white;
}

.panelUsuario,.panelSocio{
    padding: 22px;
    display:block;
    justify-content:center;
    align-items:center;
}

.option-menu h4{
    font-size: 24px;
    color: white;
    margin: 0 10px;
}
.option-menu.rosa{
    background-color: #F080C3;
}
.option-menu.azul{
    background-color: #74B0F8;
}
.option-menu.amarillo{
    background-color: #E0CA00;
}
.option-menu.rojo{
    background-color: #F25C5C;
}
.option-menu.salmon{
    background-color: #F98888;
}
.option-menu.violeta{
    background-color: #D183F6;
}


.flip-box-2 {
    background-color: transparent;
    width: 265px;
    height: 375px;  
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner-2 {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.5s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box-2:hover .flip-box-inner-2 {
    transform: rotateX(180deg);
}

/* Position the front and back side */
.flip-box-front-2, .flip-box-back-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side */
.flip-box-front-2 {
    background-color:#fff;
    color: black;
}

/* Style the back side */
.flip-box-back-2 {
    background-color: var(--colorAzul);
    color: white;
    transform: rotateX(180deg);
}
.hvr-grow{
    transition: all .5s;
}
.hvr-grow:hover{
    transform: scale(1.1);
}

.button-pagar, .button-pagar a{
    display: block;
    margin: 0 auto;
    background-color: var(--colorAzul);
    padding: 5px;
    border-radius: 28px;
    text-decoration: none;
    color: white;
    font-size: 15px;
    font-weight: bold;
}

@media (max-width: 700px){
    .modal-contenido{
        height: 98%;
        margin: 1% auto;
        width: 95%;
        overflow-y: scroll;
    }

    .option-menu{
        width: 126px;
        height: 165px;
        margin: 15px 5px;
    }

    .option-menu i{
        font-size: 60px;
        padding: 10px;
    }
    .option-menu h4{
        font-size: 17px;
        margin:  10px;
    }
    .modal-contenido{
        padding: 10px;
    }
    
}

@media (max-width: 600px){
    
    .cerrarModal{
        right: 50%;
        top: -24px;
        margin-right: -21.75px;
    }
}

