@charset "UTF-8";
body {
	overflow-x: hidden;
}
.intro .titulo {
	font: 110px Roboto, arial;
	color: #fff;
}
.noselect,
.no-select {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}
html,
body {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	color: #ed1c24;
	text-rendering: optimizeLegibility;
	font: 600 18px/1.2em Roboto, arial;
	background: #000 url(../../assets/img/pattern.png) repeat center center/auto;
	background-size: 16px;
}
h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
}
h2 .precio {
	font: 72px/1.2em Roboto, arial;
}
h2 .precio span {
	padding-right: 5px;
}
.c-1 {
	color: #666;
}
.c-2 {
	color: #000;
}
/*hack iphone*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	font-size: 16px !important;
}
.pr,
.p-r {
	position: relative;
}
.oh {
	overflow: hidden;
}
.ov {
	overflow: visible;
}
a,
a:hover,
a:visited,
*:focus {
	color: #000;
	text-decoration: none;
	outline: none;
}
button {
	border: none;
	cursor: pointer;
}
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
::selection {
	background: #1d1d1a;
	color: #fff;
}
::-moz-selection {
	background: #1d1d1a;
	color: #fff;
}
.white-space-nowrap {
	white-space: nowrap;
}
.vertical-align-middle {
	vertical-align: middle;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.h-100 {
	height: 100%;
}
.p-6 {
	padding: 4rem !important;
}
.p-7 {
	padding: 5rem !important;
}

footer {
	color: #fff;
}
h2 .precio {
	color: #ed1c24;
}
.e1 .descripcion,
.e2 .descripcion,
.e3 .descripcion,
.e5 .descripcion,
.e6 .descripcion,
.e4 .descripcion {
	color: #fff;
	font: 600 14px/1.2em Roboto, arial;
}
.e1 .descripcion .precio,
.e4 .descripcion .precio {
	color: #ed1c24;
	font: 700 22px/1.3em Roboto, arial;
	margin-left: 5px;
}
.e2 h2,
.e1 h2,
.e3 h2,
.e5 h2,
.e6 h2,
.e4 h2 {
	color: #fff;
	font: 700 40px/1em Roboto, arial;
	letter-spacing: -2px;
}
.e2 .items {
	color: #ed1c24;
	background: #fff;
	border: 1px solid #ed1c24;
}
.e1 .items,
.e3 .items,
.e5 .items,
.e6 .items,
.e4 .items {
	color: #fff;
	background: #ed1c24;
}
.e4 .items {
	background: #6cbe4b;
}
.e6 .items {
	background: #231f20;
}
.e3 .items {
	background: #fff;
	color: #ed1c24;
	border: 1px solid #ed1c24;
}
.e5 .items {
	background: #fff;
	color: #231f20;
	border: 1px solid #231f20;
}
.e2 .items .th {
	font: 600 12px/1.2em Roboto, arial;
}
.item-precio {
	align-items: center;
}
.e2 .item-precio {
	border-left: 1px solid #ed1c24;
	display: flex;
	align-items: center;
	justify-content: center;
}
.e2 .item-precio {
	font: 700 14px/1.2em Roboto, arial;
}
.e2 .item-precio,
.e2 .th span {
	width: 60px;
	text-align: center;
}
.e2 .seccion-titulo,
.e4 .seccion-titulo,
.e5 .seccion-titulo,
.e6 .seccion-titulo,
.e3 .seccion-titulo,
.e1 .seccion-titulo {
	background: #ed1c24;
	color: #fff;
}
.e4 .seccion-titulo {
	background: #6cbe4b;
}
.e5 .seccion-titulo {
	background: #231f20;
}
.e6 .seccion-titulo {
	background: #231f20;
}

.e2 .item-titulo,
.e4 .item-titulo,
.e3 .item-titulo,
.e5 .item-titulo,
.e6 .item-titulo,
.e1 .item-titulo {
	font: 700 24px/1.2em Roboto, arial;
	letter-spacing: -0.5px;
	hyphens: auto;
}

.e1 .item-descripcion,
.e2 .item-descripcion,
.e3 .item-descripcion,
.e4 .item-descripcion,
.e6 .item-descripcion,
.e5 .item-descripcion {
	font: 600 15px/1.1em Roboto, arial;
	letter-spacing: -0.5px;
	hyphens: auto;
}

.py-10 {
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.py-7 {
	padding-top: 7rem;
	padding-bottom: 7rem;
}
.intro {
	display: flex;
	justify-content: center;
	align-content: center;
	background-repeat: no-repeat;
	background-position: center center;
	/* min-height: 80vh; */
	padding-top: 1rem;
	background-size: cover;
	text-align: center;
	/*background-color: #1d1d1a;
	 background: radial-gradient(
			circle,
			rgba(255, 255, 255, 1) 0%,
			rgba(0, 0, 0, 0) 39%
		),
		url(../img/ha.jpg) no-repeat center center / cover; */
}
.intro div {
	align-self: center;
	position: relative;
	z-index: 2;
}
.logo {
	display: inline-block;
	max-height: 100%;
	max-width: 333px;
	width: 95%;
	align-self: center;
}
.w-logo-menu {
	background: #eb2027;
}
.linitas {
	width: 50px;
	border-bottom: 1px dashed #fff;
	position: relative;
	top: -4px;
}
img.d-inline-block {
	max-width: 100%;
}
.linea {
	position: absolute;
	width: 100%;
	top: 90%;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	max-width: 500px;
}
.outro {
}
.rrss {
	color: #fff;
	background: #ed1c24;
	font: 600 32px/1.2em Roboto, arial;
}
.icono {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	color: #ed1c24;
	border-radius: 120px;
}
.icono i {
	display: inline-block;
}
h2 .descripcion {
	font: 600 16px/1.2em Roboto, arial;
	text-align: left;
}

.rrss a,
.rrss a:hover,
.rrss a:visited,
.rrss a:focus {
	color: #fff;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
.wsushka {
	max-width: 500px;
	width: 100%;
}
.wsushka input {
	border: 0;
	background: #ffffffde;
	font: 700 20px/1.2em Roboto, arial;
	color: #000;
	padding: 13px 8px;
	transition: all 0.3s ease;
	border-radius: 64px;
	text-align: center;
	width: 100%;
}
.wsushka input:focus,
.wsushka input:hover {
	background-color: #fff;
}
.submi button {
	border: none;
	color: #fff;
	background-color: #1d1d1a;
	border: 2px solid #fff;
	border-radius: 120px;
	padding: 10px 10px;
	transition: all 0.3s ease;
}
.submi button:hover {
}

.submi i {
	border-radius: 120px;
	width: 48px;
	height: 48px;
	display: flex;
	border: 2px solid #fff;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 3px rgb(0 0 0 / 16%);
	transition: all 0.3s ease;
}
.submi button:hover i {
	background-color: #fff;
	color: #1d1d1a;
}
.submi i::before {
	font-size: 23px;
}
.disabled {
	pointer-events: none;
	opacity: 0.9;
}
.elegir {
	font: 600 21px/1.2em Roboto, arial;
	color: #fff;
}
.submi * {
	vertical-align: middle;
}
.submi span {
	font: 700 16px/1.2em Roboto, arial;
	padding: 0 10px 0 8px;
}
.c-scrollbar_thumb {
	background-color: #666 !important;
}

.trago {
	font: 600 36px/1.2em Roboto, arial;
	color: #fff;
	padding: 10px 15px;
}
.trago i {
	color: #ed1c24;
}
.em-0 {
	box-shadow: 0px 10px 17px -7px rgba(0, 0, 0, 0.75);
}
.em-1 {
	box-shadow: 0px 3px 31px 7px rgba(0, 0, 0, 0.75);
}
.em-2 {
	border: 10px solid #ed1c24;
}
.em-3 {
	box-shadow: 0px 10px 17px -7px rgba(0, 0, 0, 0.75);
	border: 10px solid #ed1c24;
}
.em-4 {
	box-shadow: 0px 10px 17px -7px rgba(0, 0, 0, 0.75);
	border: 10px solid #ed1c24;
	transform: rotate(5deg);
	transform-origin: 50% 50%;
	border-radius: 10px;
}
div:nth-child(odd) > .em-4 {
	transform: rotate(-8deg);
	position: relative;
	left: 40px;
	top: 60px;
}
div:nth-child(even) > .em-4 {
	position: relative;
}
@media (max-width: 767.98px) {
	div.col-12 .em-4 {
		width: 65%;
	}
	div.col-12:nth-child(even) > .em-4 {
		position: relative;
		left: 35%;
		top: -10px;
	}
	div.col-12:nth-child(odd) > .em-4 {
		left: 40px;
		top: 10px;
	}
	div.col-12:nth-child(3) > .em-4 {
		left: 40px;
		top: -35px;
	}
}
.item_foto {
	position: relative;
}
.item_foto img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	border-radius: 6px;
	overflow: hidden;
	display: block;
}

.item_foto i {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 14px;
	padding: 3px;
	text-shadow: -1px 1px #0000009c;
}
.e2 .item_foto img {
	width: 64px;
	height: 64px;
}

.e2 .item_foto i {
	/* display: none; */
}
