/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 12, 2016, 4:14:18 PM
    Author     : Javier
*/

/*body{
    background: #FFF;
}*/

.aditional-information{
    color: white;
}

.technical-requirements{
    background: rgba(0, 0, 0, 0.50);
    color: #FFF;
    vertical-align: middle;
    font-size: 0.75rem;
    padding: 10px;
}

.technical-requirements img{
    vertical-align: middle;
    margin: 0px 3px;
    max-height: 15px;
}

.sponsor{
    background: #0c0907;
}

.sponsor img{
    max-height: 100px;
}

.card-login{
    color: #000;
    background-color: rgb(255,255,255) !important;
}

.codigo-origen{
    opacity: 0.2;
}

.proteccion-datos{
    font-size: 0.8rem;
    color: #7b7b7b;
}

.card .card-content .card-title{
    font-size: 1.5rem;
    text-align: center;
}

.go-event{
    background-color: #ebb50e !important;
}

.tbl-articulos label{
    display: block;
}

main .row:first-child{
    margin-top: 1%;
}

.input-field input[type=text],input[type=email] + label,input[type=password] + label, .materialize-textarea:focus:not([readonly]) + label {
    color: black !important;
}

.input-field input[type=text], input[type=email],input[type=password], .materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid black !important;
    box-shadow: 0 1px 0 0 white !important;
}


.input-field input[type=text], input[type=email],input[type=password]:focus + label, .materialize-textarea:focus:not([readonly]) + label {
    color: black !important;
}

.input-field input[type=text], input[type=email],input[type=password]:focus, .materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid black !important;
    box-shadow: 0 1px 0 0 white !important;
}

.marginLogin{
    margin-top: 3% !important;
}

div.invalid {
    margin-top: -5px !important;
}

.card-common {
    min-height: 380px; /* o el valor necesario */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* @media only screen and (min-width: 500px) {
    .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.image-wrapper {
    /* border-radius: 12px; *
    overflow: hidden;
    object-fit: cover;
} */

#pricing {
    width: 35dvw;
    height: auto;
    max-height: 90dvh;
    padding: 0;
    border-radius: 20px;
    position: fixed !important;
    overflow-y: auto;
    overflow-x: hidden;
    background: #000;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 1005 !important;
}

/* Asegura que el overlay no afecte el layout */
.modal-overlay {
    position: fixed !important;
    z-index: 1000 !important;
}

.pricing-container {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

img.wa-icon{
    width:35px;
    height:35px;
    vertical-align:middle;
    animation: focusBounce 2.5s ease-in-out infinite;
    transition: transform 0.3s ease;
}

@keyframes focusBounce {
  0% {
    transform: scale(1);
  }

  /* Bounce 1 */
  15% {
    transform: scale(1.08);
  }
  25% {
    transform: scale(0.97);
  }

  /* Bounce 2 */
  40% {
    transform: scale(1.06);
  }
  50% {
    transform: scale(1);
  }

  /* Pausa (mantiene el estado) */
  100% {
    transform: scale(1);
  }
}

.pricing-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
}

.pricing-button {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    box-sizing: border-box;
}

#pricing_continue {
    display: inline-block;
    background-color: #2f3b26 !important;
    color: white !important;
    font-weight: bold;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-wrap: break-word;
    word-break: break-word;
    line-height: normal !important;
    padding: 10px 12px !important;
    height: auto;
    border-radius: 10px;
    font-size: 0.8vw;
    cursor: pointer;
}

#pricing_continue:hover {
    background-color: #1f2517 !important;
}

/* Responsive para tablets y móviles */
@media only screen and (max-width: 992px) {
    #pricing {
        width: 100%;
        max-width: 600px;
        height: auto;
        max-height: 90dvh;
    }

    #pricing_continue {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 600px) {
    #pricing {
        width: 100%;
        max-width: 100%;
        max-height: 85dvh;
    }

    .pricing-button {
        padding: 0;
    }

    #pricing_continue {
        font-size: 0.9rem;
        padding: 8px 10px !important;
    }
}

/* #pricing{
    width: 35dvw;
    height: 100dvh !important;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0.4% 0.5% 0 0px;
    border-radius: 20px;
}

@media only screen and (max-width: 992px) {
    #pricing {
        width: 300px;
        height: 600px;
    }
} */



/* #pricing .modal-content{
    background-image: url(/images/EBIO_Banner_POP_UP_Precios.jpg);
} */

#pricing_continue{
    display: inline-block;
    /*width: 25%; */
    font-weight: bold;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-wrap: break-word;
    word-break: break-word;
    line-height: normal !important;
    padding: 10px 12px !important;
    height: auto;
    border-radius: 10px;
}

/* nav.navbar-header{
    height: 10dvh !important;
    background-color: #000000c9;
} */

/* .logo-title{
    background-image: url(/images/EBIO_Logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 150px;
    margin-bottom: 1rem;
} */

.show-pricing-btn{
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}

#btnEntrar button{
    background-color: #2f3b26 !important;
    color: white !important;
    min-width: 13rem;
    max-width: 10rem;
    height: 3rem;
    border-radius: 10px;
    font-size: 18px;
}

#btnReenviar{
    background-color: #5d7d78 !important;
    border-radius: 10px;
    /*width: 33%;*/
}

#validarCupon{
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    /* align-content: center; */
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

[type="radio"]+label:before, [type="radio"]+label:after {
    width: 13px;
    height: 13px;
}

[type="radio"]:not(:checked)+label, [type="radio"]:checked+label{
    padding-left: 25px;
}