/*------------------*/


offer-card{
    width: 100%;
}	
	
.ceres-card {
    box-sizing: border-box;
    border-radius: 8px;
    background-color: white;
}	
	
offer-card .offer-card-container {
    height: 100%;
	position: relative;
}	
	
offer-card .offer-card-clickeable {
    cursor: pointer;
    height: 100%;
}

.offer-card .boton-favorito {
	font-size:18px;
    position: absolute;
    top: 14px;
    left: 14px;
	z-index: 1;
	
	display: none;
}

.offer-card .boton-favorito:hover {
    cursor: pointer;
    color: red;
}

.offer-card .not-liked {
    color: black;
}

.offer-card .not-liked:hover {
    color: red;
}

.offer-card .liked {
    color: red;
}

.ceres-offer-card {
    display: flex
;
    flex-direction: column;
    /*max-width: 300px;*/
}	
	
offers .ceres-offer-card {
    max-width: none;
}	
	
offer-card .offer-card {
    height: 100%;
}
	
.-ceres-shadow-line, .-ceres-shadow-line-hover {
    border: 1px solid #eee;
}	
	
.-ceres-shadow-1-hover, .-ceres-shadow-2-hover, .-ceres-shadow-line-hover, .-ceres-shadow-static-hover, .ceres-shadow {
    transition: box-shadow .2s ease-out;
}
	
.-ceres-shadow-2-hover:hover {
    box-shadow: 0 0 15px rgba(84, 89, 98, .15);
}

.ceres-offer-card * {
    box-sizing: border-box;
}

	
.ceres-offer-card .offer-card-image {
    height: 180px;
    border-radius: 8px 8px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.ceres-offer-card .offer-card-image.image-eventos {
    height: 180px;
}

offer-card .offer-card .offer-card-image-ceres {
    height: 100%;
    width: 100%;
    object-fit: cover;
	 transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

offer-card .offer-card:hover .offer-card-image-ceres {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    width: 100%;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

offer-card .ceres-offer-card .offer-card-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
	
.ceres-offer-card .offer-card-content {
    position: relative;
    flex-grow: 1;
    padding: 10px 20px 10px;
}
	
offer-card-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}	

.ceres-driver {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    max-width: 210px;
    height: 24px;
    padding: 0 8px;
    border-radius: 4px;
    background-color: var(--color-neutral-800);
    color: var(--color-white);
    overflow: hidden;
}	
	
.ceres-driver.-information {
    background-color: #971598;
    color: #ffffff;
}	
	
.ceres-offer-card .offer-card-main-driver {
    position: absolute;
    top: 0;
    text-transform: uppercase;
    transform: translateY(-50%);
}	
	
offer-card-info .ceres-driver.offer-card-main-driver {
    text-transform: none;
}
	
.ceres-driver .driver-text {
    font-size: 12px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
}

.-ceres-mt-sm {
    margin-top: 8px !important;
}
	
.ceres-offer-card .offer-card-product {
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
	color: #6c6c6c;
	margin-bottom: 6px;
}	

.ceres-offer-card .offer-card-product i.fa-star {
    color: #ffc107;
}

.ceres-offer-card .offer-card-product.horario {
    font-size: 12px;
}

.ceres-offer-card .offer-card-product i.fa-clock {
    color: #DC2629;
	font-size: 12px;
}

.ceres-offer-card .offer-card-product i.fa-calendar {
    color: #526053;
    font-size: 12px;
}

.ceres-offer-card .offer-card-product i.fa-bookmark {
    color: #526053;
    font-size: 10px;
}

offer-card-info .offer-card-title.link {
    text-decoration: none;
    color: #000000;
}
	
offer-card-info .offer-card-title.small-title {
    font-size: 22px;
    line-height: 28px;
	font-size: 16px;
    line-height: 21px;
}
	
.ceres-offer-card .offer-card-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    display: -webkit-box;
    margin-top: 8px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
	
.-ceres-mt-xsm {
    margin-top: 4px !important;
}

.ceres-offer-card .offer-card-description {
    font-size: 14px;
    letter-spacing: .05px;
    line-height: 20px;
    margin-top: 8px;
    color: #636568;
}

.ceres-offer-card .offer-card-description span {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.ceres-offer-card .offer-card-description.small-text-description {
    font-size: 13px;
}

.ceres-offer-card .offer-card-description.small-text-description.text-financia {
	/*background-color: #FFF793;*/
	    padding: 1px 6px;
    border-radius: 3px;
}

.ceres-offer-card .offer-card-description.small-text-description.text-canje {
	/*background-color: #fee3e3;*/
	    padding: 1px 6px;
    border-radius: 3px;
}

.ceres-offer-card .offer-card-description i {
    width: 14px;
    color: #1e1e1e;
    text-align: center;
    margin-right: 1px;
    margin-left: -2px;
}

offer-tags{
    position: absolute;
    width: -webkit-fill-available;
    text-align: right;
}

offer-card .offer-card-benefits-container {
    margin: 12px;
}

offer-card .offer-card-benefits-container .box-fecha {
    color: #000000;
    font-size: 12px;
    flex-direction: column;
    position: absolute;
    top: 142px;
    left: 12px;
    width: max-content;
    /*height: 34px;*/
    padding: 6px 8px;
    display: flex;
    align-items: center;
    line-height: normal;
    text-align: center;
    z-index: 10;
    transition: all .35s ease;
}

offer-card .offer-card-benefits-container .box-fecha img {
    width: 24px;
    margin-right: 6px;
}

offer-card .offer-card-benefits-container .box-fecha::before {
    content: "";
    /* -webkit-mask-image: url(../img/box-fecha.png); */
    /* mask-image: url(../img/box-fecha.png); */
    transition: all .35s ease;
    -webkit-mask-position: center center;
    mask-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #fff;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 5px;
}

offer-card .offer-card-benefits-container .avatar {
	position: absolute;
	top: 180px;
	width: 100%;
	z-index: 1;
	right: 15px;
}

offer-card .offer-card-benefits-container .avatar img {
    border: none;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    border-radius: 50%;
    width: 64px;
    border: solid 2px white;
	    position: initial;
}
	

.offer-card-benefits-container .tag-text{
    background-color: #410062;
    color: #efe02c;
    font-size: 12px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    max-width: 210px;
    height: 24px;
    padding: 0 8px;
    border-radius: 4px;
}
	
offer-card-pricebox {
    display: flex;
    flex-direction: column;
}
	
.ceres-offer-card .offer-card-pricebox {
    display: grid;
    position: relative;
    /* grid-template-columns: 50% 50%; */
    padding: 9px 4px 15px 4px;
    border-top: 1px solid #e1e1e1;
    margin: 0px 10px;
}

.ceres-offer-card .offer-card-pricebox .type-link {
    text-align: center;
    background-color: #eaf0f0;
    margin: 0 5px;
    border-radius: 3px;
    padding: 10px 5px;
    color: #0e948d;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.ceres-offer-card .offer-card-pricebox .type-link:hover {
    background-color:#0e948d ;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.ceres-offer-card .offer-card-pricebox .type-link-dos {
    text-align: center;
	background-color:#0e948d ;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
    padding: 10px 5px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.ceres-offer-card .offer-card-pricebox .type-link-dos:hover {
    background-color: #eaf0f0;
    color: #0e948d;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
	
offer-card-pricebox .offer-card-pricebox {
    margin-bottom: auto;
}
	
.ceres-offer-card .offer-card-pricebox-description {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    grid-column-end: span 2;
}
	
offer-card-pricebox .offer-card-pricebox .offer-card-pricebox-description {
    margin-right: 20px;
}

offer-card-pricebox .offer-card-pricebox-price {
    flex-direction: column-reverse;
}	
	
.ceres-offer-card .offer-card-pricebox-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
	
offer-card-pricebox .offer-card-pricebox .offer-card-pricebox-price-current {
    display: flex;
    align-items: flex-end;
}
	
.ceres-offer-card .offer-card-pricebox-price .offer-card-pricebox-price-current {
	font-size: 21px;
	line-height: 25px;
	font-weight: 600;
}
	
.ceres-offer-card .offer-card-pricebox-price .offer-card-pricebox-price-currency {
    font-size: 14px;
    letter-spacing: .05px;
    line-height: 20px;
}
	
.ceres-offer-card .offer-card-pricebox-description {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    grid-column-end: span 2;
}	
	
offer-card-pricebox .offer-card-pricebox .offer-card-pricebox-description {
    margin-right: 20px;
}
	
offer-card-pricebox .offer-card-pricebox .offer-card-pricebox-description.tax-message {
    color: #727781;
}	
	
@media (max-width: 768px) {
  /*.slider-wrapper .card-item.swiper-slide.swiper-slide-active {
    width: calc(100% - 70px) !important;
  }
.slider-wrapper-eventos .card-item.swiper-slide.swiper-slide-active {
    width: calc(100% - 70px) !important;*/
  }	
	/*
    .card-item.swiper-slide.swiper-slide-active {
        margin-left: 100px;
    }
.card-item.swiper-slide.swiper-slide:first-child {
    margin-left: 0px !important;
  }	*/

}	

/*--------------------*/