@charset "UTF-8";
:root {
  --c0: #17322d;
  --c1: #dad1cc;
  --c2: #17322d;
  --c3: #716d14;
  --c4: #17322d;
  --c5: #17322d;
  --f1: 'Nunito Sans', arial;
  --width1: 200px;
  --bg1: #141414e8;
}


.intro .titulo {
	font: 700 50px "Nunito Sans", arial;
	color: var(--c0);
}
.intro .logo {
	max-width: 450px;
}
.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;
	background:var(--c1);
}
body {
	margin: 0 auto;
	color:var(--c0);
	text-rendering: optimizeLegibility;
	font: 400 18px/1.2em var(--f1);
}
h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
}

.seccion h2 {
	font:700 40px/1.3em var(--f1);
	text-align: left;
}
.colores1{
	color:var(--c0);
}
.colores2{
	background:var(--c0);
	color:var(--c1);
}
.colores3{
	background:var(--c4);
	color:var(--c1);
}
h2 .precio {
	font: 38px/1.2em "Nunito Sans", 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;
}
h2 .precio {
}
.e1 .descripcion {
	color: #a5a5a5;
	font: 400 22px/1.4em 'Nunito Sans', arial;
}
.e1 .descripcion .precio {
	color: #cdcdcd;
	font: 700 22px/1.3em 'Nunito Sans', arial;
	margin-left: 5px;
}

h4 {
	font: 700 38px/1.2em "Nunito Sans", arial;
}
.e2 h4,
.e3 h4 {
	font: 700 23px/1em 'Nunito Sans', arial;
	margin-bottom: 1rem;
}
.e2 h4 .precio,
.e3 h4 .precio {
	font-weight: 700;
}
.e2 h4 .precio span,
.e3 h4 .precio span {
	align-self: flex-end;
}
.e3 {
	background: #efd583;
	margin-bottom: 10rem;
	margin-top: -3rem;
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.e3 .linea {
	display: none;
}
.e3 h2 {
	text-align: left;
	color: var(--c0);
	font:700 50px/1.2em "Nunito Sans", arial;
}
.e3 .container > div {
	padding-bottom: 0 !important;
}

.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;
	min-height: 100vh;
	background-size: cover;
	text-align: center;
	background:var(--c1);
	color:var(--c0);
}
.intro div {
	align-self: center;
	position: relative;
	z-index: 2;
}
.logo {
	display: inline-block;
	max-height: 100%;
	max-width: 160px !important;
	align-self: center;
}
.linitas {
	width: 50px;
	border-bottom: 1px dashed var(--c1);
	position: relative;
	top: -4px;
}
.colores1 .linitas{
	border-color:var(--c0);
}
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 {
		color:var(--c3);
	background:var(--c1);
}
.rrss {
	color: #fff;
	font: 400 32px/1.2em var(--f1);
}
.icono {
	background: var(--c2);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	color: var(--c1);
	border-radius: 120px;
}
.icono i {
	display: inline-block;
}
h2 + .descripcion {
	/* font: 400 27px/1.4em 'Nunito Sans', arial; */
	text-align: left;
}

.rrss a,
.rrss a:hover,
.rrss a:visited,
.rrss a:focus {
	color: var(--c2);
	width:fit-content;
	margin:auto;
}
.sushka {
	width: 100%;
	z-index: 9999;
	min-height: 100vh;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
.wsushka {
	max-width: 500px;
	width: 100%;
}
.wsushka input {
	border: 0;
	background: #ffffffde;
	font: 700 20px/1.2em 'Nunito Sans', 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: 400 21px/1.2em 'Nunito Sans', arial;
	color: #fff;
}
.submi * {
	vertical-align: middle;
}
.submi span {
	font: 700 16px/1.2em 'Nunito Sans', arial;
	padding: 0 10px 0 8px;
}
.c-scrollbar_thumb {
	background-color: #666 !important;
}

.trago {
	font: 400 36px/1.2em 'Nunito Sans', arial;
	color: #fff;
	padding: 10px 15px;
}
.trago i {
	color: var(--c2);
}
.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 #cdcdcd;
}
.em-3 {
	box-shadow: 0px 10px 17px -7px rgba(0, 0, 0, 0.75);
	border: 10px solid #cdcdcd;
}
.em-4 {
	box-shadow: 0px 10px 17px -7px rgba(0, 0, 0, 0.75);
	border: 10px solid #cdcdcd;
	transform: rotate(5deg);
	transform-origin: 50% 50%;
	border-radius: 10px;
}
div:nth-child(odd) > .em-4 {
	transform: rotate(-8deg);
	position: relative;
	left: 30px;
	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: 30px;
		top: 10px;
	}
	div.col-12:nth-child(3) > .em-4 {
		left: 30px;
		top: -35px;
	}
}
.item_foto {
	position: relative;
}
.item_foto img {
	width: 96px;
	height: 96px;
	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; */
}
    .lang {
        font: 400 15px/1.2em 'Nunito Sans', arial;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 99;
    }

    .lang a {
        color: var(--c0) !important;
    }

    .lang a.on {
        opacity: 0.4;
    }
	
    .wrap-buscador {
        position: fixed;
        left: 100%;
        top: 50%;
        width: calc(100% + 70px);
        max-width: var(--width1);
        max-height: 100vh;
        height: auto;
        z-index: 999;
        transform: translateY(-50%);
        transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
        transition-property: left, right;
        border-radius: 30px 0 0 30px;

    }

    .wrap-buscador.on {
        left: calc(100% - var(--width1));
    }

    .wrap-buscador .switch {
        display: block !important;
        position: absolute;
        top: 50%;
        right: 100%;
        box-sizing: content-box;
        padding: 10px 10px 10px 14px;
        color: #fff;
        font-size: 25px;
        border-radius: 30px 0 0 30px;
        z-index: 99;
        transform: translateY(-50%);
        background-color: var(--bg1);
    }

    .wrap-buscador.on .switch {
        opacity: 0.5;
    }

    .buscador {
        font: 400 18px/1.2em 'Nunito Sans', arial;
        border-radius: 30px 0 0 30px;
        background-color: var(--bg1);
    }

    .buscador .cat {
        font: 400 14px/1.2em 'Nunito Sans', arial;
        cursor: pointer;
    }

    .buscador a {
        transition: color 0.3s ease;
        color: #ffffff70;
    }

    .buscador a.on,
    .buscador a:hover {
        color: #fff;
    }

    .wrap-buscador .switch i {
        transform-origin: 50% 50%;
        color: #cdcdcd;
        transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    .wrap-buscador.on .switch i:before {
        content: "\f00d";
    }

    .wrap-buscador.on .switch i {
        transform: translate(-50%, -50%), rotate(90deg);
    }

    .wrap-buscador .buscador {
        text-align: left;
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .buscador .cta:hover {
        opacity: 1;
    }

    .buscador button {
        text-align: left;
        color: #ffffff90;
        background: none;

    }

    .buscador button:active,
    .buscador button:hover {
        color: #ffffff;

    }