@charset "utf-8";

/* CSS Document */
@font-face {
	font-family: 'scotiafont';
	src: url('../../resource/font/Scotia_Rg.ttf');
}

@font-face {
	font-family: 'ScotiaLigth';
	src: url('../../resource/font/scotia_lt-font.woff2') format('woff2'), url('../../resource/font/scotia_lt-font.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ScotiaTitle';
	src: url('../../resource/font/Scotia_Headline.ttf');
}

html, body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #FFF;
	width: 100%;
	height: 100%;
	font-weight: 400;
}

.cursor-pointer {
	cursor: pointer;
}

div {
	box-sizing: border-box;
}

a, a:hover {
	color: #333;
}

p, li {
	font-size: 14px;
}

button:focus, a:focus, form-control:focus {
	outline: none !important;
	box-shadow: none !important;
}

/*****GENERAL******/

#menu-saboristas {
	width: 100%;
	position: relative;
	margin: 0;
	overflow: hidden;
}

h1 {
	font-size: 26px;
	font-weight: 300;
	margin-top: 0;
}

h2, h3, h4, h5, h6 {
	font-weight: 600;
}

.color-purple {
	color: var(--purple);
}

.color-pink {
	color: var(--pink);
}

.cr-grey-bg {
	background-color: #F6F7FC;
}

.cr-fit-img {
	width: 100%;
	height: auto;
}

.cr-tips {
	font-size: 13px;
	background: url("../images/check.png") no-repeat left top;
	background-size: 18px;
	padding-left: 40px;
}

.btn {
	transition: all .4s ease;
}

.btn:hover {
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
	transform: translate(-1px, -1px);
}

.cr-orange-btn {
	color: #FFF;
	background-color: var(--orange);
	border-color: var(--orange);
	font-size: 13px;
	padding: .6rem 1rem;
}

.cr-purple2-btn {
	color: #fff !important;
	background-color: var(--purple);
	border-color: var(--purple);
	font-size: 13px;
	padding: .6rem 1rem;
}

.cr-pink2-btn {
	color: #fff !important;
	background-color: var(--pink);
	border-color: var(--pink);
	font-size: 13px;
	padding: .6rem 1rem;
}

.cr-blue-btn {
	color: #FFF;
	background-color: var(--blue);
	border-color: var(--blue);
	font-size: 13px;
	padding: .6rem 1rem;
}

.cr-btn-bola {
	color: #FFF;
	background-color: var(--purple);
	border-color: var(--purple);
	font-size: 26px;
	font-weight: 600;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
}

.cr-none-btn {
	color: var(--purple);
	background-color: transparent;
	border-color: transparent;
}

.cr-none-btn:hover {
	color: var(--red);
}

#FAQ .cr-accordion .card {
	border-bottom: 1px solid var(--lightgrey);
	border-radius: unset;
}

.cr-red-btn:hover, .cr-orange-btn:hover, .cr-blue-btn:hover, .cr-btn-bola:hover {
	color: #FFF;
}

.cr-white-btn {
	color: #353535;
	background-color: #FFF;
	border-color: #FFF;
	font-size: 13px;
	font-weight: 600;
	padding: .6rem 1rem;
	width: 150px;
	margin: 0 auto;
}

.cr-purple-btn {
	color: white;
	background-color: var(--purple);
	border: 1px solid var(--purple);
	font-size: 14px;
	font-weight: 600;
	padding: 8px 16px;
	display: inline-block;
	border-radius: 20px;
	transition: all .4s ease;
}

.cr-purple-btn:hover {
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
	transform: translate(-1px, -1px);
	text-decoration: none;
	color: #FFF;
	background-color: var(--purple);
}

.fit-img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
}

.super-fit-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cr-round-border {
	-webkit-border-radius: 10em !important;
	border-radius: 10em !important;
}

hr.style1 {
	border-top: 1px solid var(--lightgrey);
	width: 3rem;
	margin: 0;
}

.fit-row {
	max-width: 1140px;
	margin: 0 auto;
}

.yeah-hover {
	transition: all .4s ease;
}

.yeah-hover:hover {
	transform: translate(-2px, -2px);
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.super-titulo {
	position: relative;
	font-size: 30px;
	color: var(--purple);
	font-weight: 300;
	margin-bottom: 2rem;
	padding-bottom: 8px;
}

.super-titulo::after {
	content: '';
	position: absolute;
	width: 100px;
	height: 4px;
	bottom: 0;
	left: 0;
	background-color: var(--pink);
}

/********HEADER*********/

.navbar-toggler-icon {
	background-image: url(../images/menu.png);
}

.hamburguer-logo {
	display: none;
}

.cr-header {
	border-top: 5px solid var(--red);
	background-color: #FFF;
	flex-wrap: wrap;
	padding: 0 5% !important;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	background-color: white;
}

.cr-header-logo {
	margin: 10px 0;
	height: 30px;
}

.cr-main-nav li a {
	font-size: 15px;
	text-decoration: none;
	color: #333 !important;
	font-weight: 400 !important;
}

.cr-profile {
	display: none;
}

#wrapper-profile {
	display: flex;
	align-items: center;
}

#wrapper-profile p {
	font-size: 12px;
	margin: 0;
}

#wrapper-profile a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/***** NAVBAR *****/
.navbar-collapse {
	background-color: #FFF;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff !important;
	text-decoration: none;
	background-color: var(--purple);
}

.cool-link::after {
	content: '';
	display: block;
	width: 0;
	height: 1px !important;
	background: var(--morado);
	transition: width .3s;
}

.cool-link.dropdown-toggle::after {
	margin-left: .0em;
	vertical-align: .0em;
	border-top: .0em solid;
	border-right: .0em solid transparent;
	border-bottom: 0;
	border-left: .0em solid transparent;
}

nav + div .dropdown .dropdown-menu a.dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:hover {
	background-color: transparent !important;
	color: #333 !important;
	box-shadow: none!important;
}

.cool-link:hover::after, nav + div li.active > a:after {
	width: 100%;
}

.texto-referidos {
	position: absolute;
	top: 0px;
	right: 100px;
	color: #000;
	background-color: #fff;
	padding: 10px;
	width: 310px;
	border-radius: 4px;
	display: none;
	transition: .3s;
}
#btn-referidos:hover .texto-referidos {
	display: block;
	transition: .3s;
	z-index: 2;
}
.rounded-8 {
	border-radius: 8px;
}
.sombra:hover > a {
	color: var(--purple) !important;
	transition: .3s;
}
.sombra:hover > a > img, #navbar-mobile-toggler > ul > div.container > div > div > div > div > a > img {
	filter: invert(35%) sepia(25%) saturate(2849%) hue-rotate(236deg) brightness(87%) contrast(87%);
	transition: .35s;
}
.blob.purple-radius {
	animation: pulse-purple 2s infinite;
	position: absolute;
	left: 15px !important;
	top: 18px;
	width: 1px;
	height: 1px;
	border-radius: 50%;
}
@keyframes pulse-purple {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 20px rgba(142, 68, 173, 0);
	}
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
	}
}
/***** /NAVBAR *****/

/*********ACCESO**********/

#hola-usuario {
	display: none;
}

.cr-acces-wrapper {
	display: none;
	width: 300px;
	height: auto;
	background-color: #FFF;
	border: var(--lightgrey);
	padding: 12px;
	position: fixed;
	top: 60px;
	right: 10%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.cr-acces-close {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 12px;
	right: 12px;
	background: url("../images/cancel.png") no-repeat center;
	background-size: contain;
	cursor: pointer;
}

.cr-acces-form .form-group {
	text-align: left;
}

.ver-ejemplo {
	font-size: 11px;
	background: url("../images/plus-button.png") no-repeat center right;
	background-size: contain;
	padding-right: 20px;
	cursor: pointer;
}

.ver-ej-minus {
	background: url("../images/minus-symbol.png") no-repeat center right;
	background-size: contain;
}

.cr-hide-ejemplo {
	display: none;
}

.cr-hide-ejemplo p {
	font-size: 11px;
}

.wlcm-bg {
	background-image: url('../images/bg-wlcm.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*min-height: 12rem;*/
	border-radius: .8rem .8rem 0 0;
}

/* Welcome Modal */

#welcomeModal .modal-content {
	border-radius: .8rem !important;
}

#welcomeModal .close {
	background-color: white;
	opacity: 1;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	right: -28px;
	border-radius: 12px;
	z-index: 1100;
}

#welcomeModal .card-puntos {
	background-color: #FFF;
}

#welcomeModal .card-footer {
	border-top: transparent;
	background-color: #fff;
	height: 30px;
}

@media (min-width: 768px) {
	#welcomeModal .card-puntos h6 {
		font-size: .8rem;
	}
	#welcomeModal .card-puntos .card-footer h6 {
		font-size: .75rem;
	}
}

/* /Welcome Modal */

/* First Modal */

.carousel-item-btn-div {
	position: absolute;
	bottom: 40px;
	text-align: center;
	width: 100%;
}

@media (min-width: 576px) {
	#firstModal .modal-dialog {
		max-width: 85%;
	}
}

/* /First Modal */

/******************/

.carouselHomeScotia {
	border-bottom: 4px solid var(--purple);
}

.carousel-control-next, .carousel-control-prev {
	width: 8%;
}

.cr-caja-summary {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.2);
	background-color: #FFF;
	border-radius: 6px;
}

.cr-product-img {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 70%;
	overflow: hidden;
}

.cr-ruta-img {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 50%;
	overflow: hidden;
}

.cr-like {
	font-size: 12px;
}

.cr-like i {
	cursor: pointer;
}

.cr-discount {
	position: absolute;
	top: 1rem;
	left: 1rem;
}

#beneficios-destacados {
	background-image: url('../background/pattern1.png');
}

.cr-book-img {
	position: relative;
	width: auto;
	height: 40%;
	padding-top: 60%;
	margin: 20px 0;
}

.cr-book-img img, .cr-ruta-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: contain;
	object-position: center;
}

.cr-book-img img {
	max-width: 200px;
}

.cr-smm-img {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
}

.cr-smm-img img, .cr-product-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	object-position: center;
}

.cr-smm-diagonal {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

#triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 90px 100vw;
	border-color: transparent transparent white transparent;
}

.cr-smm-contenido {
	padding: 14px 14px 28px 14px;
}

.cr-product-contenido {
	padding: 14px 14px 28px 14px;
	text-align: center;
}

.cr-product-contenido h3, .cr-product-contenido h6 {
	font-weight: 600;
}

.cr-product-contenido p {
	font-size: 13px;
}

.cr-smm-contenido h3 {
	font-size: 1.4rem;
	font-weight: 600;
}

.cr-smm-contenido p {
	font-size: .8rem;
}

.cr-smm-contenido a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.cr-smm-logomarca {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 45%;
	padding-top: 20%;
	background-color: #FFF;
	border-bottom-left-radius: 6px;
}

.cr-smm-logomarca img {
	width: 80%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/**********HOME************/

.cr-main-slider {
	width: 100%;
	background-color: #333;
	overflow: hidden;
}

.cr-main-slider img {
	width: 100%;
	height: 100%;
}

.cr-carrousel-caption {
	position: absolute;
	/*top: 50%;
	transform: translateY(-50%);*/
	top: 0;
	height: 100%;
	z-index: 100;
	padding: 4.5rem 4rem 1.5rem 12%;
	color: #FFF;
}

.cr-carrousel-caption h2 {
	font-weight: 700;
}

.cr-caption-left {
	left: 0;
}

.cr-caption-right {
	right: 0;
	text-align: right;
	padding: 4.5rem 12% 1.5rem 4rem;
}

.cr-transparent-bg {
	background: rgba(255, 255, 255, .65);
}

.cr-supertitle {
	color: var(--red);
	display: block;
}

.cr-supertitle span {
	color: var(--purple);
	display: block;
}

.carousel-inner {
	height: 100%;
}


/******/

.cr-home-title {
	font-weight: 700;
}

.caja-conoce-mas {
	background-color: white;
	position: relative;
	border: 1px solid #e2e8ee;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
	align-content: stretch;
	font-size: 12px !important;
	padding: 10px 16px 10px 10px;
	margin-bottom: 20px;
	-webkit-box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.2);
}

.caja-conoce-mas div {
	display: flex;
}

.caja-conoce-mas p {
	margin-bottom: 0;
	display: inline-block;
	max-width: 85%;
	margin-left: 16px;
}

.caja-conoce-mas a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.caja-conoce-mas .go {
	width: 22px;
	padding-right: 10px;
	transition: all .4s ease;
}

.caja-conoce-mas:hover>.go {
	padding-left: 10px;
}

/**********************/

.caja-menu-sabor {
	display: block;
	position: relative;
	padding: 20px;
	background: #fafbfd;
	text-align: center;
	color: #757575;
	height: 85%;
	transition: all .2s ease;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	border-bottom-left-radius: .5rem;
	border-bottom-right-radius: .5rem;
}

.caja-menu-sabor p {
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	margin-top: 10px;
}

.caja-menu-sabor a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.caja-menu-sabor-active {
	color: #FFF;
	height: 100%;
	background: #FFF;
	border: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	pointer-events: none;
}

.caja-menu-sabor-active a {
	display: none;
}

.caja-menu-sabor:hover {
	background: var(--grey);
	color: #FFF;
	transform: translate(-1px, -1px);
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.caja-menu-sabor-active:hover {
	transform: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.caja-menu-sabor img {
	width: 40px;
	height: 40px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .6;
}

.caja-menu-sabor-active img, .caja-menu-sabor:hover>img {
	-webkit-filter: invert(100%);
	filter: invert(100%);
	opacity: 1;
}

.hover-red-bg:hover {
	background-color: var(--red);
}

.hover-purple-bg:hover {
	background-color: var(--purple);
}

.hover-blue-bg:hover {
	background-color: var(--blue);
}

.hover-orange-bg:hover {
	background-color: var(--orange);
}

.hover-green-bg:hover {
	background-color: var(--green);
}

.hover-pink-bg:hover {
	background-color: var(--pink);
}

.caja-red-bg {
	background-color: var(--red);
	color: #FFF;
}

.caja-purple-bg {
	background-color: var(--purple);
	color: #FFF;
}

.caja-blue-bg {
	background-color: var(--blue);
	color: #FFF;
}

.caja-orange-bg {
	background-color: var(--orange);
	color: #FFF;
}

.caja-green-bg {
	background-color: var(--green);
	color: #FFF;
}

.caja-red-bg img, .caja-purple-bg img, .caja-blue-bg img, .caja-orange-bg img, .caja-green-bg img {
	filter: invert(100%);
}

/**********PRODUCTOS*********/

.cr-producto-container {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.2);
}

.cr-producto-img {
	width: 100%;
	padding-top: 60%;
	position: relative;
	overflow: hidden;
}

.cr-producto-img img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cr-producto-titulo {
	display: block;
	text-align: center;
	padding: 0 8px;
	font-size: 1rem;
	font-weight: 600;
}

.cr-producto-bajada {
	display: block;
	text-align: center;
	padding: 0 6px;
	font-size: .8rem;
	font-weight: 400;
	padding-top: 10px;
}

.cr-producto-puntos {
	display: block;
	text-align: center;
	padding: 0 6px;
	font-size: 1.6rem;
	color: #ED0722;
	font-weight: 600;
	padding-top: 10px;
}

.cr-puntos-stock {
	display: flex;
	justify-content: center;
	margin: 16px 0;
}

.cr-puntos-item {
	text-align: center;
}

.cr-puntos-item p {
	font-size: .8rem;
	margin-bottom: 0px;
}

.cr-puntos-stock #stock {
	padding-right: 10px;
	border-right: 1px solid #ccc;
}

.cr-puntos-stock #quedan {
	padding-left: 10px;
}

.cr-producto-btn {
	display: inline-block;
	background-color: #ED0722;
	color: #FFF;
	padding: 10px 16px;
	border-radius: 14px;
	border: 2px solid #ED0722;
	text-align: center;
	font-size: .8rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 16px;
	transition: all .4s ease;
}

.cr-producto-btn:hover {
	color: #ED0722;
	background-color: #FFF;
	text-decoration: none;
}

/******/

.detalles-producto .nav-tabs .nav-item.show .nav-link, .detalles-producto .nav-tabs .nav-link.active {
	font-weight: 600;
	border: none;
	border-bottom: 4px solid var(--purple);
}

.detalles-producto .nav-tabs .nav-link {
	border: none;
}

.detalles-producto .nav-tabs {
	border-bottom: none;
}

.detalles-producto .nav-tabs .nav-item {
	display: block;
	width: 50%;
	text-align: center;
	background-color: #FFF;
}

.detalles-producto .tab-content .tab-pane h5 {
	font-weight: 600;
}

/*.detalles-producto .row {
	max-width: 1140px;
	margin: 0 auto;
}*/

/******/

.cr-back-link {
	font-size: 13px;
}

.cr-back-link:hover {
	color: var(--red);
	text-decoration: none;
}

/******/

.cr-caja-numeral {
	display: flex;
	position: relative;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
	align-items: center;
	text-align: center;
	justify-content: space-between;
	padding: 0;
	background-color: #FFF;
}

#numero-mas {
	border-left: 1px solid #ccc;
}

#numero-menos {
	border-right: 1px solid #ccc;
}

#numero-mas, #numero-menos {
	color: var(--purple);
	padding: 10px;
	cursor: pointer;
	font-size: 14px;
}

#numero-mas:hover, #numero-menos:hover {
	color: var(--red);
}

#numero-cifra {
	font-size: 18px;
	font-weight: 600;
}

.numero-inactive {
	color: #CCC !important;
	pointer-events: none;
}

/******/

.cr-caja-progreso {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.cr-caja-progreso p {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	line-height: 12px;
	text-align: center;
}

/*.cr-caja-progreso:after {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	width: calc( 100% - 30px );
	height: 1px;
	background: #d6d6d6;
	z-index: 0;
}*/

.cr-progreso-number {
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--lightgrey);
	z-index: 1;
}

.cr-progreso-number p {
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cr-progreso-active {
	border: 1px solid var(--purple);
	background: var(--purple);
	color: #FFF;
}

.cr-progreso-check {
	color: #FFF;
	background-color: var(--purple);
}

.cr-progreso-check p {
	font-size: 10px;
}

.cr-caja-categoria {
	display: block;
	width: 100%;
	position: relative;
	padding: 20px;
	background: #fafbfd;
	text-align: center;
	color: #757575;
	border-radius: 8px;
	transition: all .4s ease;
	margin-top: 20px;
	border: 1px solid #e2e8ee;
}

.cr-caja-categoria a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.cr-caja-categoria p {
	white-space: nowrap;
	margin-bottom: 0;
}

.siwrap {
	white-space: normal !important;
}

.cr-caja-categoria .soy-nohover {
	display: none;
}

/*.cr-caja-categoria:hover {
	transform: translate(-1px,-1px);
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
    color: #2a2a2a;
    background-color: #FFF;
    border: 1px solid var(--purple);
}*/

.cr-caja-categoria:hover>.soy-hover {
	display: none;
}

.cr-caja-categoria:hover>.soy-nohover {
	display: inline-block;
}

.soy-red:hover {
	background-color: var(--red);
	border-color: var(--red);
	color: #FFF;
}

.soy-pink:hover {
	background-color: var(--pink);
	border-color: var(--pink);
	color: #FFF;
}

.soy-purple:hover {
	background-color: var(--purple);
	border-color: var(--purple);
	color: #FFF;
}

.soy-blue:hover {
	background-color: var(--blue);
	border-color: var(--blue);
	color: #FFF;
}

.soy-orange:hover {
	background-color: var(--orange);
	border-color: var(--orange);
	color: #FFF;
}

.soy-green:hover {
	background-color: var(--green);
	border-color: var(--green);
	color: #FFF;
}

.soy-yellow:hover {
	background-color: var(--yellow);
	border-color: var(--yellow);
	color: #FFF;
}

/*****************************/

.simple-form {}

.simple-input {
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: .05rem .5rem;
}

.simple-form h5, .simple-form h6 {
	margin: 0;
}

.escoje-monto {
	display: block;
	position: relative;
	padding-left: 40px;
	/* margin-bottom: 20px; */
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.escoje-monto-flex {
	padding-left: 30px;
	margin-right: 20px;
	color: white;
}

.escoje-monto input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	top: 7px;
	left: 7px;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #FFF;
	border: 1px solid #999;
	border-radius: 50%;
	transition: all .4s ease;
}

.escoje-monto:hover input~.checkmark {
	background-color: #ccc;
}

.escoje-monto input:checked~.checkmark {
	background-color: var(--purple);
	border: 1px solid var(--purple);
}

.escoje-monto input:disabled~.checkmark {
	background-color: lightgray;
	border: 1px solid gray;
}

.escoje-monto-flex input:checked~.checkmark {
	border: 1px solid #FFF;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.escoje-monto input:checked~.checkmark:after {
	display: block;
}

.escoje-monto .checkmark:after {
	top: 8px;
	left: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.img-apunto {
	max-width: 200px;
	max-height: 200px;
}

.img-apunto-h {
	max-height: 200px;
}

/******/

.check {
	cursor: pointer;
	position: relative;
	margin: auto;
	width: 18px;
	height: 18px;
	-webkit-tap-highlight-color: transparent;
	transform: translate3d(0, 0, 0);
}

.check:before {
	content: "";
	position: absolute;
	top: -10px;
	left: -15px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(34, 50, 84, 0.2);
	opacity: 0;
	transition: opacity 0.2s ease;
}

.check svg {
	position: relative;
	z-index: 1;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #c8ccd4;
	stroke-width: 1.5;
	transform: translate3d(0, 0, 0);
	transition: all 0.2s ease;
}

.check svg path {
	stroke-dasharray: 60;
	stroke-dashoffset: 0;
}

.check svg polyline {
	stroke-dasharray: 22;
	stroke-dashoffset: 66;
}

.check:hover:before {
	opacity: 1;
}

.check:hover svg {
	stroke: var(--red);
}

.cbx:checked+.check svg {
	stroke: var(--red);
}

.cbx:checked+.check svg path {
	stroke-dashoffset: 60;
	transition: all 0.3s linear;
}

.cbx:checked+.check svg polyline {
	stroke-dashoffset: 42;
	transition: all 0.2s linear;
	transition-delay: 0.15s;
}

.cr-caja-viajes {
	padding: 0 0 10px 0;
	overflow: hidden;
	height: auto;
}

.cr-viajes-img-wrapper {
	width: 100%;
	position: relative;
	display: block;
	padding-top: 60%;
	margin-bottom: 12px;
}

.cr-viajes-img-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/***** RUTAS SITIOS/RESTAURANTES *****/

#rutagourmet-cards {
	background-image: url('../images/comida_2.png');
}
.etiqueta-comida {
	position: absolute;
	bottom: 20%;
	right: 5px;
}
.caja-gourmet .card-footer {
	background-color: transparent;
	margin: 6px 0px 0px 0px; 
	padding-top: 0;
	border-top: transparent;
}
.caja-gourmet h6 {
	font-size: .7rem;
	margin-bottom: 2px;
	font-family: 'Open Sans', sans-serif;
}

.cr-tipswhite {
	font-size: 13px;
	background: url("../../resource/images/checkwhite.png") left top;
	background-repeat: no-repeat;
	background-size: 18px;
	padding-left: 40px;
}

#rutagourmet-cards .card-footer {
	background-color: transparent;
	margin: 0;
	padding-top: 0;
	border-top: transparent;
}

.md-pills .nav-link.active {
	background-color: #D1005E;
}

#ruta-gourmet-2 h2 {
	font-size: 26px;
	font-weight: initial;
	font-weight: 700;
	letter-spacing: -0.5px;
	line-height: 32px;
	margin: 0;
}

#ruta-gourmet-2 h3 {
	letter-spacing: 0px;
	margin-top: 6px! important;
	margin-bottom: 8px !important;
	font-family: 'Scotia', sans-serif;
	font-weight: 300;
	font-size: .9rem;
	color: var(--morado);
	margin-bottom: -8px;
}

#ruta-gourmet-2 p {
	font-family: 'Scotia', sans-serif;
	letter-spacing: 0px;
	font-size: .7rem !important;
}

/***** RUTAS SITIOS/RESTAURANTES *****/

/* SALONES VIP */

#salones-vip .btn-white {
	color: #333;
	width: 200px;
}

/* SALONES VIP */

#salones-vip .section-salon-vip {
	color: white;
}

#salones-vip .section-salon-vip h1 {
	font-size: 40px;
	font-weight: 700!important;
}

#salones-vip .section-salon-vip h2 {
	font-size: 35px;
	font-weight: 700!important;
}

#salones-vip .section-salon-vip h3 {
	font-size: 30px;
	font-weight: 700!important;
}

#salones-vip .section-salon-vip h4 {
	font-size: 25px;
}

/* Salón VIP 0 */

#salonvip-0 {
	background-color: #333;
}

/* Salón VIP 1 */

#salonvip-1 {
	background-color: var(--rojo);
}

/* Salón VIP 2 */

#salonvip-2 {
	background-color: var(--rosado);
}

/* Salón VIP 3 */

#salonvip-3 {
	background: linear-gradient(90deg, #774db6 50%, #aeabf2 50%);
}

/* Salón VIP 4 */

#salonvip-4 {
	background-color: var(--verde);
	background: linear-gradient(90deg, #88d8c6 50%, #1d8469 50%);
}

/* Salón VIP 5 */

#salonvip-5 {
	background: linear-gradient(90deg, #333 50%, #4d4d4d 50%);
}

/* Salón VIP ULTIMO */

#salonvip-ultimo {
	background-color: #aeabf2;
}

@media (max-width: 600px) {
	/* Salón VIP 0 */
	#salones-vip .section-salon-vip img {
		width: 160px;
	}
	#salones-vip .section-salon-vip h1, 	#salones-vip .section-salon-vip h3 {
		font-size: 20px;
	}
	#salones-vip .section-salon-vip h2 {
		font-size: 30px;
	}
	/* Salón VIP 3 */
	#salonvip-3 {
		background: #774db6;
	}
	/* Salón VIP 5 */
	#salonvip-5 {
		background: #333;
	}
}

@media (max-width: 768px) {
	#salones-vip .section-salon-vip {
		text-align: center;
	}
}

/* FIN SALONES VIP */

/***************/

.cr-caja-subastas {
	display: block;
	width: 100%;
	position: relative;
	border: 1px solid #e2e8ee;
	background: #FFF;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.cr-caja-subastas .info {
	font-weight: 600;
	background: url("../images/info-button.png") no-repeat center left;
	padding-left: 28px;
	margin-top: 2rem;
}

/***********FOOTER***********/

.footer-nav {
	margin-top: 20px;
}

.footer-nav li {
	margin: 10px 0;
	font-size: 14px;
	font-weight: 600;
}

.footer-nav a {
	color: var(--purple);
}

.tx-chico {
	font-size: 11px;
	margin-bottom: 0;
}

.social-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 40px;
}

.social-box a {
	border-radius: 50%;
}

.red-line {
	color: var(--red);
	font-weight: 700;
}

.red-line span {
	font-size: 12px;
}

#prefooter {
	padding: 40px 0 20px 0;
	-webkit-box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
}

#footer {
	padding: 20px 0;
	-webkit-box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
}

/******accordion****/

.cr-accordion .card {
	border: none;
}

.cr-accordion .card-header {
	background-color: transparent;
	border-bottom: none;
}

.cr-accordion .btn:hover {
	transform: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/****************/

/********EXPERIENCIAS***********/

.accordian {
	width: 100%;
	height: 400px;
	overflow: hidden;
	/*Time for some styling*/
	margin: 0 auto;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

/*A small hack to prevent flickering on some browsers*/

.accordian ul {
	width: 100%;
	height: 100%;
	margin-left: 0;
	padding-left: 0;
	/*This will give ample space to the last item to move
	instead of falling down/flickering during hovers.*/
}

.accordian li {
	position: relative;
	display: block;
	width: 25%;
	float: left;
	height: 100%;
	border-left: 1px solid #000;
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	/*Transitions to give animation effect*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/*If you hover on the images now you should be able to 
	see the basic accordian*/
}

/*Reduce with of un-hovered elements*/

.accordian ul:hover li {
	width: 10%;
}

/*Lets apply hover effects now*/

/*The LI hover style should override the UL hover style*/

.accordian ul li:hover {
	width: 70%;
}

.accordian li img {
	display: block;
	height: 100%;
	width: auto;
	object-fit: cover;
}

.accordian li img:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .4);
}

/*Image title styles*/

.image_title {
	/*background: rgba(255, 255, 255, 0.6);*/
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	color: #FFF;
	padding: 20px;
	width: 500px;
	min-height: 230px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	border-top-right-radius: 12px;
	pointer-events: none;
}

.image_title a {
	pointer-events: all;
}

.image_title img {
	max-width: 80%;
}

/*******OFERTAS********/

.cloud-wrapper {
	width: 100vw;
	max-width: 1270px;
	height: 40vw;
	max-height: 552px;
	background: url(../images/cloud2.png) no-repeat;
	background-size: contain;
	background-position: center bottom;
	position: fixed;
	left: 50%;
	transform: translate(-50%, 100%);
	bottom: 0;
	z-index: 100;
	padding: 6vw 10vw 2vw 10vw;
	/*display: none;*/
	transition: all .8s ease;
}

.cloud-appear {
	transform: translate(-50%, 0%);
}

.cloud-wrapper h2 {
	font-weight: 700;
	color: var(--purple);
}

.cloud-wrapper h1 {
	font-weight: 700;
	color: var(--red);
	font-size: 5rem;
}

.cloud-wrapper .cerrar-oferta {
	position: absolute;
	top: 8vw;
	right: 20vw;
	cursor: pointer;
}

.cloud-wrapper .cerrar-oferta:hover {
	color: var(--purple);
}

.corner {
	width: 130px;
	height: 130px;
	background: url("../images/corner.png") no-repeat center;
	background-size: contain;
	position: fixed;
	bottom: 0;
	right: 0;
	cursor: pointer;
	display: block;
	transition: all .5s ease;
}

.corner-leave {
	transform: translate(50%, 50%);
}

/**********PHONE************/

@media only screen and (max-width: 992px) {
	.hamburguer-logo {
		display: block;
		width: 250px;
		height: auto;
		margin: 20px auto 30px auto;
	}
	.cr-acces-wrapper {
		right: auto;
		width: 100%;
	}
	.bg-section-sabo-restorando:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .6);
		z-index: 0;
	}
	.upmenu {
		z-index: 10;
	}
	.cloud-wrapper {
		height: auto;
		max-height: 1000px;
		background-size: cover;
		padding: 6rem 1rem;
	}
	.navbar div.dropdown-menu {
		position: relative !important;
		box-shadow: none !important;
		transition: all .5s ease;
		border-top: 1px solid rgba(0, 0, 0, .15);
		border-right: none;
		border-bottom: 1px solid rgba(0, 0, 0, .15);
		border-left: none;
	}
	.cr-acces-form .form-control {
		height: calc(2.75rem + 2px);
		font-size: 1rem;
	}
	.ver-ejemplo {
		font-size: 16px !important;
		padding-right: 32px! important;
	}
}

@media only screen and (max-width: 768px) {
	.caja-conoce-mas {
		height: auto;
	}
	.caja-menu-sabor {
		display: inline-block;
		padding: 0px;
		border: none;
		text-align: center;
		background: transparent;
		height: auto;
		margin-bottom: 20px;
	}
	.caja-menu-sabor img {
		margin-right: 15px;
		filter: invert(100%);
	}
	.caja-menu-sabor p {
		margin: 0 !important;
		margin-top: 8px !important;
		color: #FFF;
	}
	.caja-menu-sabor-active {
		border-bottom: 4px solid #FFF;
		padding-bottom: 6px;
	}
	.bg-section {
		display: none;
	}
	.icon-menu {
		background: #000;
	}
	.sub-menu-phone {
		flex-wrap: nowrap;
		overflow-y: hidden;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.sub-menu-phone .caja-menu-sabor p {
		white-space: nowrap;
	}
	/*.sub-menu-phone .caja-menu-sabor img {
		display: none;
	}*/
	.wrapper-sub-phone {
		padding-right: 0;
		padding-left: 0;
	}
	.cr-accordion .btn {
		white-space: normal;
		text-align: left;
	}
	#FAQ .container {
		padding-left: 0;
		padding-right: 0;
	}
	.image_title {
		width: 400px;
	}
}

@media only screen and (max-width: 576px) {
	section {
		padding: 0 5%;
	}
	.social-box {
		width: 70%;
		margin: 20px auto;
	}
	.cr-caja-progreso {
		display: block;
	}
	.cr-progreso-number, 	.cr-caja-progreso p {
		display: inline-block;
		box-sizing: border-box;
	}
	hr.style1 {
		opacity: 1;
		transform: rotate(90deg) translateY(26px);
		box-sizing: border-box;
		padding-bottom: 30px;
	}
	.cr-caja-progreso p {
		padding-bottom: 2px;
		transform: translateY(-8px);
	}
	.cr-progreso-number p {
		padding-bottom: 0;
		transform: translate(-50%, -50%);
	}
	.cr-progreso-check p {
		font-size: 8px;
	}
	#beneficios .carousel-indicators {
		bottom: -26px;
	}
	#beneficios .carousel-indicators li {
		background-color: #666;
	}
	#beneficios .carousel-indicators .active {
		background-color: var(--purple);
	}
	#beneficios .carousel-indicators, 	#beneficios .carousel-control-prev, 	#beneficios .carousel-control-next {
		display: flex;
	}
	.cr-caja-categoria {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 12px;
	}
	.canje-caja-cat img {
		margin-bottom: 0;
		width: 20%;
		margin-right: 20px;
	}
	.image_title {
		width: 350px !important;
	}
	.img-final-trans {
		height: 20rem;
	}
}

@media only screen and (max-width: 400px) {
	.caja-conoce-mas img {
		display: block;
	}
	#footer h3 {
		font-size: 14px;
		text-align: center;
	}
	#footer img {
		width: 80%;
		height: auto;
		margin: 20px auto;
	}
	#footer .text-right {
		text-align: center!important;
	}
	.caja-conoce-mas {
		display: block;
	}
	.caja-conoce-mas img {
		margin: 0 auto;
	}
	.caja-conoce-mas a {
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-100%);
	}
	.btn-crezco {
		display: block;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
		height: auto !important;
	}
	.caja-conoce-mas .go {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.image_title {
		width: 300px !important;
	}
}

/**********************/

.table {
	overflow: hidden;
}

.table thead th {
	font-size: 12px;
	/*color: var(--grey);*/
}

.table tr {
	font-size: 13px;
}

.page-link, .page-link:hover {
	color: var(--grey);
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: var(--purple);
	border-color: var(--purple);
}

/*********sections************/

.bg-section {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.bg-section img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}

/***********/

.hacia-lado {
	flex-wrap: nowrap;
	overflow-x: auto;
}

.cajita-cupones {
	width: 100%;
	height: 100%;
	border: 1px solid #dee2e6;
	border-radius: .4rem;
	-webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
	padding: .8rem;
	text-align: center;
}

.cajita-cupones p {
	font-size: 70%;
}

.cajita-cupones-b {
	padding: 0;
	overflow: hidden;
}

.cajita-cupones-img {
	position: relative;
	width: 60%;
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: .6rem;
	/*border-bottom: 1px solid #dee2e6;*/
}

.cajita-cupones-img-b {
	width: 100%;
	padding-bottom: 80%;
	margin-bottom: 0;
}

.cajita-cupones-img img {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	left: 50%;
	transform: translateX(-50%);
}

.pasos-bubble {
	background-color: white;
	padding: .5rem;
	width: 100%;
	max-width: 80%;
	border-radius: 1rem;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.35);
	font-weight: 600;
	text-align: center;
	color: var(--purple);
}

.pasos-bubble:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom-color: #FFF;
	border-top: 0;
	border-left: 0;
	margin-left: -10px;
	margin-top: -20px;
}

.ocho input, .ocho select {
	font-size: .8rem;
	color: #495057 !important;
}

.pasos-bubble-fin {
	width: 90%;
	max-width: 300px;
	left: 30%;
}

.pasos-bubble-fin:after {
	content: '';
	position: absolute;
	right: 0;
	left: auto;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-left-color: #FFF;
	border-right: 0;
	border-top: 0;
	margin-top: -10px;
	margin-right: -20px;
}

.md-form select {
	border: none;
	border-bottom: 1px solid #ced4da;
}

/*STEPPER*/

ul.stepper.horizontal {
	min-height: 34rem;
}

.md-form output {
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #ced4da;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-color: transparent;
	font-size: .8rem;
	color: #495057 !important;
}

ul.stepper.horizontal .step-actions {
	display: flex;
	justify-content: flex-end;
	flex-direction: row !important;
}

#carto {
	background-image: url('../background/pattern-smokeacount.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}

#carto::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(153, 51, 204);
	opacity: 0.6;
}

@media only screen and (min-width: 992px) {
	#loginModal .modal-content {
		max-width: 320px;
		margin: 0 auto;
	}
	.cr-acces-form .form-control {
		border: none !important;
		border-bottom: 1px solid #495057 !important;
		border-radius: 0 !important;
		background-color: transparent !important;
		font-size: .8rem;
	}
	.cr-acces-form label {
		font-size: 13px;
		margin-bottom: 0;
	}
}

@media (min-width: 1024px) {
	.show-image-lg {
		display: block;
	}
	.show-image-xs {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	.show-image-lg {
		display: none !important;
	}
	.show-image-xs {
		display: block !important;
	}
}

.fondopattern2 {
	background-image: url(../background/pattern-smoke.png);
}

.jumbotron {
	box-shadow: none;
}

/* GALERIA */

#galeria .custom-hvr-grow {
	transition-duration: .3s;
	/* filter: brightness(.5);
	-webkit-filter: brightness(.5); */
	transition: .3s;
}

#galeria .custom-hvr-grow img {
	width: 100%;
}

#galeria .custom-hvr-grow:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*estyle new*/

.pasos-bubble {
	background-color: white;
	padding: .5rem;
	width: 100%;
	max-width: 80%;
	border-radius: 1rem;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.35);
	font-weight: 600;
	text-align: center;
	color: var(--purple);
}

.pasos-bubble:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom-color: #FFF;
	border-top: 0;
	border-left: 0;
	margin-left: -10px;
	margin-top: -20px;
}

.ocho input, .ocho select {
	font-size: .8rem;
	color: #495057 !important;
}

.pasos-bubble-fin {
	width: 90%;
	max-width: 300px;
	left: 30%;
}

.pasos-bubble-fin:after {
	content: '';
	position: absolute;
	right: 0;
	left: auto;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-left-color: #FFF;
	border-right: 0;
	border-top: 0;
	margin-top: -10px;
	margin-right: -20px;
}

.md-form select {
	border: none;
	border-bottom: 1px solid #ced4da;
}

/*STEPPER*/

ul.stepper.horizontal {
	min-height: 34rem;
}

.md-form output {
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #ced4da;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-color: transparent;
	font-size: .8rem;
	color: #495057 !important;
}

ul.stepper.horizontal .step-actions {
	display: flex;
	justify-content: flex-end;
	flex-direction: row !important;
}

@media (max-width: 900px) {
	.cloud-wrapper {
		padding-bottom: 18px !important;
		padding-top: 80px !important;
	}
	.cloud-wrapper {
		background: url(../images/cloud3.png) no-repeat;
		background-position: center bottom;
	}
}

/*parallax*/

.jarallax {
	max-height: 400px;
	min-height: 400px;
}

/*finparallax*/

/*card*/

.heading {
	font-weight: 700;
	color: #5d4267;
}

.card.colorful-card .testimonial-card .card-up {
	height: 95px;
}

.card.colorful-card .testimonial-card .avatar {
	border: 3px solid #fff !important;
}

.card.booking-card {
	background-color: #c7f2e3;
}

.card.booking-card .fa {
	color: #f7aa00;
}

.card.booking-card .card-body .card-text {
	color: #db2d43;
}

.card.card.booking-card .chip {
	background-color: #87e5da;
}

.card.booking-card .card-body hr {
	border-top: 1px solid #f7aa00;
}

.mimosa {
	background-color: #F0C05A;
}

.fuchsia-rose-text {
	color: #db0075;
}

.aqua-sky-text {
	color: #5cc6c3;
}

.mimosa-text {
	color: #F0C05A;
}

.list-inline-item .fas, .list-inline-item .far {
	font-size: .8rem;
}

.chili-pepper-text {
	color: #9B1B30;
}

.collapse-content .fa.fa-heart:hover {
	color: #f44336 !important;
}

.collapse-content .fa.fa-share-alt:hover {
	color: #0d47a1 !important;
}

.card-wrapper.card-action {
	min-height: 400px;
}

/*fin card*/

/******** fondo giftcard******/

.fondopattern1 {
	background-image: url('../images/pattern1.png');
}

/******** /fondo giftcard******/

/*nuevosoñado*/

.corner2 {
	width: 130px;
	height: 130px;
	position: fixed;
	bottom: 0;
	right: 0;
	cursor: pointer;
	display: block;
}

.fadeOutLeft {
	transition: all .75s linear;
}

.fade {
	transition: opacity .30s linear;
}

/*.modal-backdrop
{
    opacity:0.9 !important;
}*/

.modal-header {
	border-bottom: 0;
}

.modal-footer {
	border-top: 0;
}

/*fin prefooter*/

.btn-micolor {
	background-color: #533DC1;
}

.close2 {
	background-color: #008080 !important;
	color: white;
	width: 50px;
	height: 50px;
	margin: 5px;
	padding: 10px;
	top: -30px;
	right: 40px;
	position: absolute;
	cursor: pointer;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	opacity: 1;
}

.close3 {
	background-color: #fff !important;
	color: #533DC1;
	width: 50px;
	height: 50px;
	margin: 5px;
	padding: 10px;
	top: -6px;
	right: 40px;
	position: absolute;
	cursor: pointer;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	opacity: 1;
}

.bg-fondo-oscuro {
	background-image: url('../background/pattern-smokeacount.jpg');
}


/* etiquetas */

.iconoetiqueta {
	width: 20px;
}

.active-pink-2 input[type=text]:focus:not([readonly]) {
	border-bottom: 1px solid #f48fb1;
	box-shadow: 0 1px 0 0 #f48fb1;
}

.active-pink input[type=text] {
	border-bottom: 1px solid #f48fb1;
	box-shadow: 0 1px 0 0 #f48fb1;
}

.active-purple-2 input[type=text]:focus:not([readonly]) {
	border-bottom: 1px solid #ce93d8;
	box-shadow: 0 1px 0 0 #ce93d8;
}

.active-purple input[type=text] {
	border-bottom: 1px solid #ce93d8;
	box-shadow: 0 1px 0 0 #ce93d8;
}

.active-purple .fa, .active-purple-2 .fa {
	color: #ce93d8;
}

.active-pink .fa, .active-pink-2 .fa {
	color: #f48fb1;
}

/* fin etiquetas */

/* ESTE BOTON ERA ROJO PERO DESPUES DECIDIERON COLOCARLO MORADO */

.cr-red-btn {
	background-color: var(--purple) !important;
	color: #fff;
	border-radius: 6px !important;
	min-width: 118px !important;
	color: #fff !important;
	font-size: 13px;
	padding: .6rem 1rem;
	margin: 0px;
	width: 100%;
}

div.etiquetas {
	overflow-x: scroll;
}

.btn-etiqueta {
	background-color: #ffffff !important;
	border: solid 1px #7849b8;
	color: #7849b8;
	border-radius: 6px;
	padding: .84rem 2.14rem;
	font-size: .81rem;
	margin: .375rem;
	text-transform: uppercase;
}

.btn-desktop:hover {
	background-color: #7849b8 !important;
	color: #ffffff;
	border: solid 1px #7849b8;
}

.btn-selected {
	background-color: #7849b8 !important;
	color: #ffffff;
	border: solid 1px #7849b8;
}

.btn-etiqueta:disabled {
	background: #FAFBFD !important;
	color: #7D7D7D;
	border: transparent;
}

.btn-etiqueta {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

/* Login */

#login-failed-div {
	display: none;
}

/* TIPO 4 (AVANT PREMIERE) */

.text-morado {
	color: var(--morado) !important;
}

#avant-premiere .text-info-avant {
	color: rgb(172, 172, 172);
	font-size: .76rem;
}

.contenedor-cantidades {
	background-color: rgb(0, 0, 0, 0.7);
	color: white;
	text-align: center;
	font-weight: lighter;
	border-radius: 4px;
}

.contenedor-cantidades p {
	font-size: .7rem;
}

.cr-white2-btn {
	background-color: white;
	border: 1px solid var(--purple) !important;
	color: var(--purple) !important;
	font-size: 13px;
	padding: .6rem 1rem;
}

.text-purple {
	color: var(--purple) !important;
}

/* TIPO CANJE DESCUENTOS */

button.btn-etiqueta b {
	display: none;
	white-space: nowrap;
}

/***** TIPO 35 (CANJE POR CATÁLOGO 1) *****/

/* CATEGORIA */

#canje-rojo .img-producto {
	max-height: 100px;
	margin-left: auto;
	margin-right: auto;
}

#canje-rojo .card {
	border: 1px solid #E7E1E1;
	background-color: white;
}

#canje-rojo .card:hover {
	border: 1px solid var(--purple);
}

#canje-rojo .card:hover h6 {
	color: var(--purple);
}

#canje-rojo .card:hover p {
	color: var(--purple);
}

#canje-rojo .card h6 {
	font-size: 13px;
}

#canje-rojo .card p {
	font-size: 15px;
}

#canje-rojo .card-footer {
	background-color: white;
	border-top: transparent;
}

#canje-rojo .contenedor-cantidades {
	background-color: rgb(0, 0, 0, 0.7);
	color: white;
	text-align: center;
	font-weight: lighter;
	border-radius: 3px;
	-ms-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

#canje-rojo .contenedor-cantidades span {
	font-size: .6rem !important;
	height: 14px;
}

/* DETALLE DE PRODUCTO */

.color-rojo {
	color: var(--rojo);
}

#canje-rojo2 p {
	font-size: .8rem;
}

#canje-rojo2 .text-info-canjerojo {
	color: rgb(172, 172, 172);
	font-size: .76rem;
}

#canje-rojo2 .card {
	background-color: #F5F5F5;
}

#canje-rojo2 .caja-cantidades {
	background-color: rgb(51, 51, 51, 0.7);
	border: none;
	color: white;
	padding: 6px;
	width: 100px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: .8rem;
}

#panel12 .form-group label {
	font-size: .8rem;
	color: var(--rosado);
}

#panel12 .form-control {
	border: 1px solid var(--rosado);
	font-size: .8rem;
	width: 100%;
}

#direccion-retiro input {
	width: 100%;
}

#canje-rojo2 .md-pills .nav-link {
	background-color: rgb(51, 51, 51, 0.7);
	color: white;
	padding-top: .1rem !important;
	padding-bottom: .1rem !important;
}

#canje-rojo2 .md-pills .nav-link:active {
	background-color: rgb(212, 212, 212);
	color: white;
	padding-top: .1rem !important;
	padding-bottom: .1rem !important;
}

/* Google Map */

/* Always set the map height explicitly to define the size of the div element that contains the map. */

#map {
	height: 200px;
}

/* Términos y condiciones */

.terminos h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bolder;
	color: #78909c;
	font-size: 16px;
}

.terminos h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bolder;
	color: #78909c;
	font-size: 14px;
}

.terminos li {
	color: #90a4ae;
}

/* MI CARTOLA */

.more-transactions {
	cursor: pointer;
}

/* MIS CANJES */

.card-miscupones p {
	font-size: .7rem;
}

.card-miscupones h6 {
	font-size: .9rem;
}

.card-miscupones .card-footer {
	background-color: white;
	border-top: transparent;
}

#mis-cupones-2 .md-pills .nav-link.active {
	-webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .0), 0 2px 10px 0 rgba(0, 0, 0, .0);
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .0), 0 2px 10px 0 rgba(0, 0, 0, .0);
	color: var(--purple);
	background-color: transparent;
	font-size: 20px;
	background-size: 100% 2px;
}

#mis-cupones-2 .md-pills .nav-link.active:hover {
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .0), 0 0px 0px 0 rgba(0, 0, 0, .0);
	background-size: 100% 2px;
}

.md-pills .nav-link {
	font-size: 20px;
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 0% 2px;
	transition: background-size .3s;
}

#mis-cupones-2 {
	background-image: url('../../resource/images/FondoMisCupones_13-12-2019.png');
}

/* Mis inscripciones */

.ribbon {
	position: absolute;
	right: -1px;
	top: -1px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
}

.ribbon-inscripcion {
	right: 15px !important;
	top: -4px !important;
}

.ribbon span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 100px;
	display: block;
	background: var(--red);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px;
	right: -21px;
}

.full-ribbon {
	position: absolute;
	right: -1px;
	top: -1px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
}

.full-ribbon span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 100px;
	display: block;
	background: var(--red);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: -8px;
	right: -32px;
	border-top: 30px solid var(--red);
}

#banner-modal-btn {
	background-color: white !important;
	color: black !important;
	font-weight: 700;
	text-transform: none;
}

/********** BOTONES LATERALES **********/

.btn-lateral {
	z-index: 12;
	transition: 0.3s;
	border-radius: .50rem 0 0 .50rem;
	font-family: 'ScotiaTitle';
	font-weight: bold;
}
.btn-lateral:hover {
	right: 0 !important;
	transition: 0.3s;
}
.btn-lateral > a {
	display: flex;
	padding: 10px;
}
.btn-lateral > a > img {
	width: 40px;
	margin-right: 10px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

/* ACCESOS DIRECTOS */
#accesos-directos {
	display: flex;
	position: fixed;
	right: -85px;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 12px 0px 0px 12px;
	transition: .3s;
}
#accesos-directos.open {
	background-color: rgba(20, 20, 20, 0.4);
	right: -37px;
}
#accesos-directos.open > div:first-child i {
	transform: rotate(180deg);
	transition: .3s;
}
#accesos-directos > div:first-child {
	cursor: pointer;
	display: flex;
	align-items: center;
}
.acceso-directo {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	transition: 0.3s;
}
.acceso-directo:hover {
	transform: scale(1.1);
}
.acceso-directo img {
	width: 30px;
	height: 30px;
}
/* /ACCESOS DIRECTOS */

/* BOTON BENEFICIOS */
#btn-beneficio {
	background-color: #E43046;
	position: fixed;
	right: -148px;
	bottom: 119px;
}
#btn-beneficio:hover {
	background-color: #BB2A3B;
}
/* /BOTON BENEFICIOS */

/********** /BOTONES LATERALES **********/

#parent-collapsable-cupones > .card {
	border: 1px solid rgba(0, 0, 0, 0.048);
	border-radius: .50rem;
	-webkit-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.3);
}

/* CATEGORIA-DONACIONES */

.montos-donaciones {
	padding-top: 1rem;
}

.montos-donaciones p {
	color: #999999;
	font-size: 16px;
	font-family: 'ScotiaTitle';
}

.montos-donaciones label {
	color: var(--morado);
}

.scotia-headline {
	font-family: 'ScotiaTitle';
}

#donaciones .detalle-card {
	font-size: .8rem !important;
	color: #999999;
	margin-bottom: 0px !important;
}

#donaciones .detalle-card label {
	font-family: 'ScotiaTitle';
}

/* /CATEGORIA-DONACIONES */

#menu-3921 {
	background-color: var(--rojo);
}
#menu-3919 {
	background-color: var(--celeste);
}
#menu-3919, #menu-3921 {
	margin: inherit;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	border: 0;
	-webkit-border-radius: .125rem;
	border-radius: 6px !important;
	text-transform: uppercase;
	white-space: normal;
	word-wrap: break-word;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.5;
	-webkit-box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 20%);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 20%);
	color: var(--white) !important;
	padding: .6rem 1rem !important;
	font-size: 13px !important;
}
#menu-3919:hover, #menu-3921:hover {
	-webkit-box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 20%);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 20%);
	transform: translate(-1px, -1px);
	outline: 0;
	color: #212529;
	text-decoration: none;
}

#menu-3919:hover::after, #menu-3921:hover::after {
	width: 0% !important;
}

#menu-3919::after, #menu-3921::after {
	display: none;
}