.card {
    position: relative;
    margin: 0 auto;
    padding: 1px;
    width: 500px;
    height: 300px;
    background-image: var(--wpr-bg-ab10244e-454e-40ce-bd37-01e2573d8a7a);
    background: rgb(5,5,5);
    background: linear-gradient(36deg, rgba(5,5,5,1) 0%, rgba(81,81,81,1) 100%);
    border-radius: 30px;
    border-width: 3px;
    border-style: solid;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
}

.card::before {
    position: absolute;
    top: 0;
    left: 0; 
    bottom: 0;
    right: 0;
    z-index: 3;
    width: 497px;
    height: 297px;
    color: #fff;
    opacity: .4;
    background-image: var(--wpr-bg-714d6c1d-fbce-4ae1-9fce-c6039088e3c6), var(--wpr-bg-9a733292-032b-4021-a185-c24253148f5d);
    background-position: top center, top right;
    background-size: cover, contain;
    background-repeat: no-repeat;
    border-radius: 24px;
    content: '';
}

.card::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #515151;
    background: linear-gradient(165deg, rgba(8,8,8,1) 20%, rgba(81,81,81,0) 100%);
    border-radius: 30px;
    content: '';
}


.card:hover {
    transform: rotate3d(0,1,0.2,30deg)
}
.card-container {
    position: relative;
    z-index: 4;
    display: flex; 
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 1em;
}

.card-container .header {
    display: flex; 
    justify-content: space-between;
}

.card-container .header .logo {
    width: 110px;
    height: auto;
    object-fit: contain;
}
.card-container .header .logo:first-child {
    width: 90px;
}


.card-container .footer {
    display: flex; 
    flex-direction: column;
    justify-content: center;
}

.card-container .cupon {
    color: #fff;
    font-size: 24px;
    text-align: center;
    /* text-shadow: 2px 2px 1px #000000; */
}
.card-container .cupon:first-child {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 20px;

}
.card-container .cupon:last-child {
    font-size: 37px;
}

.card-container .cupon:last-child.black {
    filter: blur(7px);
    width: 100%;
    max-width: 300px;
    height: 31px;
    margin: 0 auto;
    cursor:pointer;
	font-size: 20px!important;
}

/**********************************
*
* G-member Style My account 
*
***********************************/
.red {
	color: #E21C21;
}
.membership_profile {
	display: flex; 
	flex-direction: column; 
	align-items: flex-start;
	padding: 2em;
}

.membership_profile h2.membership_profile-title {
	color: #000000;
	font-size: 30px; 
	font-style: normal; 
}

.g_member-button {
	padding: 0.5em 1em;
	width: 100%;
	max-width: 180px;
	color: #fff;
	font-family: var(--e-global-typography-primary-font-family), sans-serif;
	font-size: 16px;
	text-align: center;
	background-color: #E21C21;
	cursor: pointer;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.12);
box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.12);
}

ul.g_member-variations {
    display: flex; 
	flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.g_member-variations_items {
    display: flex; 
    flex: 1 1 auto;
    padding: 8px;
}

.g_member-variations_items a.g_member-button, 
.g_member-variations_items a.g_member-button:visited, 
.g_member-variations_items a.g_member-button:hover{
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    padding: 8px 8px;
	width: 100%;
	max-width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-style: normal;
	font-weight: 400;
    text-align: center;
    background-color: #E21C21;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
}

span.g_member-buy_now, 
span.g_member-buy_now {
    color: #fff;
	 font-weight: 700;
}

.g_member-variations.disable {
    overflow: hidden; 
    height: 1px;
}

.g_member-variations.active {
    height: auto;
    overflow: auto;
}

/**********************************
*
* G-member Style Comments
*
***********************************/

.comment-main_title {
    color: #000;
    text-align: center;
}

#title-comment {
    display: flex; 
    flex-wrap: wrap; 
    margin-bottom: 2em;
}

#title-comment  .col {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column; 
}

#title-comment
.card_comment-rating::after {
    font-size: 17px;
    content: '( ' attr(data-content) ' )';
}


#title-comment .elementor-button {
    max-width: 250px;
}

ul.comment_list {
    list-style: none; 
    margin: 0; 
    padding: 0;
}


.comment_list-item {
    padding: 1em 0;
    border-bottom: 1px solid #B2B2B2;
}

.card_comment-authorinfo {
    display: flex; 
    align-items: center; 
    justify-content: flex-end;
    flex-direction: row-reverse;   
}

.card_comment-authorname {
    font-size: 0!important;
    margin: 0
}

.card_comment-authorname::before {
    color: #B2B2B2;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px!important;
    content: "- "attr(data-content);
}

.card_comment-paragraph {
    margin: 0.2em 0;
}

.rating-wrapper {
    text-align: left;
    direction: rtl;
    unicode-bidi: bidi-override;
}
.rating-input {
    display: none;
}
.rating-label {
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
}
.card_comment-rating-item--checked, 
.card_comment-rating-item {
    font-size: 1.3rem;
}

.rating-label,
.rating-label:hover, 
.rating-label:hover~label, 
.rating-input:checked~label, 
.card_comment-rating-item--checked, 
.card_comment-rating-item {
    color: #FFE056;
}
.rating-label:hover::after, 
.rating-label:hover~label::after, 
.rating-input:checked~label::after, 
.card_comment-rating-item--checked::after{
    content: "★";
}

.rating-label::after, 
.card_comment-rating-item::after{
    content: "☆";
}

/**********************************
*
* G-member Style Comments
*
***********************************/


.g_member_price-container  a.g_member-link, 
.g_member_price-container  a.g_member-link:hover {
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
    font-style: normal;
    font-weight: 400;
}
.price.normal{
    margin: 0.2em 0!important;
    font-size: 34px!important;
	font-weight: 600!important;
}
.g_member-price {
    margin: 0.2em 0;
    color: #E21C21;
    font-size: 34px;
	font-weight: 600;
}


.g_member-savings{
    color: #E21C21
}

form#alianzas-search-form {
    border: 1px solid #D7D7D7;
}

#alianzas-search-form input {
    width: 100%;
    margin: 0;
    border: none;
}

p.price.normal del, p.price.normal del *{
    color: #E21C21!important;
    font-size: 28px;
}

p.price.normal ins *{
    font-size: 34px;
}

p.price.normal ins {
    text-decoration: none!important;
}

.g_member_price-container .col {
   flex-basis: 50%;
}


/**********************************
*
* G-member Style Price
*
***********************************/

#dynamic_member_price {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#dynamic_member_price 
.g_member-price-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.g_member-price_wrapper {
    order: 2;
    display: inline-flex;
	justify-content: space-between;
	gap: 16px;
	padding-left: 1.5em!important;
    align-items: center;
    width: 100%;
    padding: 4px 10px;
    color: #CCCCCC;
    font-size: 20px;
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
}

.g_member-price_wrapper 
.price{
    padding-left: 16px;
    border-left: 1px solid #CCCCCC;
}


.g_member-price_wrapper 
.price.member {
    display: flex; 
    flex-direction: row-reverse;
    margin: 0;
    color: #221E1F;
    gap: 14px;
}

.g_member-price_wrapper 
.price.member  ins {
    color: #CCCCCC;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.g_member-price_wrapper 
.price.member  del {
    color: #888686;
    font-size: 13px;
}

.g_member-price_wrapper
.g_member-price {
    margin: 0;
    border-left: 1px solid #cccccc;
    padding-left: 12px;
    display: inline-flex;
    align-items: center;
    color: #CCCCCC;
    font-size: 20px;
}

.g_member-price_wrapper
.g_member-price {
    margin: 0;
    border-left: 1px solid #cccccc;
    padding-left: 12px;
    display: inline-flex;
    align-items: center;
    color: #CCCCCC;
    font-size: 20px;
}

.g_member-price_wrapper::before {
	position: absolute;
	left: 10px;
    width:13px;
    height: 13px;
    margin-right: 12px;
    background-color: #C1C1C1;
    border: 3px solid #D9D9D9;
    content: '';
    border-radius: 13px;
}

.g_member-price_wrapper.active {
    order: 1;
}
.g_member-price_wrapper.active::before {
        background-color: #00D1FF;
    }

.g_member-price_wrapper.active .price.member 
ins {
    color:  #221E1F;
}

.g_member-price_wrapper    
.g_member-price{
    color: #353535;
}


.g_member-text {
    color: #353535;
    font-size: 12px;
    font-weight: normal;
}

.g_member-price_wrapper img.g_member-image {
    margin-left: 8px;
    width: 48px !important;
}

.g_member-price_text {
    display: inline-flex;
    align-items: center;
	width: 100%;
    padding: 10px 16px;
    background: rgb(179,40,37);
    background: linear-gradient(90deg, rgba(179,40,37,1) 16%, rgba(34,30,31,1) 40%, rgba(34,30,31,1) 78%);   
    border-radius: 10px;
}

.g_member-price-badge {
    padding-left: 12px;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    border-left: 1px solid #ffffff;
}

img.g_member-image {
    margin: 0 12px 0 0;
    width: 100%;
    max-width: 49px!important;
    height: auto;
    max-height: 45px;
    object-fit: contain;
}


@media(max-width:767px){
    .card {
        width: 100%;
        height: 200px;
        background-image: var(--wpr-bg-98128e85-2396-431c-bf12-223f7e56879d);
        border-radius: 15px;
    }
    
    .card::before {
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }
    .card::after {
        border-radius: 15px;
    }
    .card:hover {
        transform: unset;
    }
    
    .card-container .header .logo {
        width: 100px;
        height: auto;
        object-fit: contain;
    }
    .card-container .header .logo:first-child {
        width: 70px;
    }
    
    .card-container .cupon {
        font-size: 17px;
    }

    .card-container .cupon:last-child {
        font-size: 27px;
    }
	
	.g_member-price_wrapper {
		padding: 10px 10px;
	}
	
	.g_member_price-container {
	    flex-direction: column;
	}
	
	.g_member_price-container .col {
		margin-bottom: 1em;
	}
	
	.g_member-price {
		width: 100%;
	}
	
	img.g_member-image {
		max-width: 28px!important;
		margin-right: 4px;
	}
	
	.g_member-text {
		padding-left: 4px;
	}
    
    span.g_member-price * {
        margin-left: 16px;
    }
}
/* Ocultar los botones de aumento y disminución en los navegadores de escritorio */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Ocultar los botones de aumento y disminución en los navegadores de Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}