/*
! tailwindcss v3.1.2 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
	box-sizing: border-box;
	/* 1 */
	border-width: 0;
	/* 2 */
	border-style: solid;
	/* 2 */
	border-color: #e5e7eb;
	/* 2 */
}

::before,
::after {
	--tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
	line-height: 1.5;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-moz-tab-size: 4;
	/* 3 */
	-o-tab-size: 4;
	tab-size: 4;
	/* 3 */
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
		"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
	/* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
	margin: 0;
	/* 1 */
	line-height: inherit;
	/* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
	height: 0;
	/* 1 */
	color: inherit;
	/* 2 */
	border-top-width: 1px;
	/* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
	color: inherit;
	text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
	text-indent: 0;
	/* 1 */
	border-color: inherit;
	/* 2 */
	border-collapse: collapse;
	/* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	font-weight: inherit;
	/* 1 */
	line-height: inherit;
	/* 1 */
	color: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
	padding: 0;
	/* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
	text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 1 */
	background-color: transparent;
	/* 2 */
	background-image: none;
	/* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
	outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
	resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
	/* 2 */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
	/* 2 */
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
	/* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
	cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
	cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	/* 1 */
	vertical-align: middle;
	/* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
	max-width: 100%;
	height: auto;
}

*,
::before,
::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
}

::-webkit-backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
}

body {
	margin: 0;
	line-height: inherit;
	width: 100vw;
	overflow-x: hidden;
	font-family: "Now";
}

/* * BRANCHES DIALOG */

.modal {
	--tw-bg-opacity: 1;
	background-color: rgb(198 218 219 / var(--tw-bg-opacity));
	padding: 2.75rem;
	overflow: hidden;
}

.modal::-webkit-backdrop {
	background-color: rgb(0 0 0 / 0.3);
}

.modal::backdrop {
	background-color: rgb(0 0 0 / 0.3);
}

.branches__dialog {
	display: flex;
	justify-content: space-between;
}

.branches__dialog__button {
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	top: 0.5rem;
	right: 1rem;
	position: absolute;
}

.branches__dialog__img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 75%;
	height: 100%;
	border-width: 4px;
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.branches__dialog__title {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bg-fondo {
	--tw-bg-opacity: 1;
	background-color: rgb(246 241 238 / var(--tw-bg-opacity));
}

.branches__dialog__title>h3 {
	--tw-text-opacity: 1;
	color: rgb(184 114 109 / var(--tw-text-opacity));
	font-size: 2.25rem;
	line-height: 2.5rem;
	text-transform: capitalize;
}

.branches__dialog__title>span {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(184 114 109 / var(--tw-border-opacity));
	margin-top: 1rem;
	width: 5rem;
}

.header-theme {
	display: flex;
	align-items: center;
	justify-content: space-between !important;
	position: absolute;
	top: 0px;
	transition-property: all;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	background-color: transparent;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100vw;
	z-index: 50;
	background-color: rgba(255, 255, 255, 0.6);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

@media (min-width: 768px) {
	.header-theme {
		padding-left: 5rem;
		padding-right: 5rem;
		display: flex;
		align-items: center;
		justify-content: space-between !important;
	}
}

.header__image {
	height: 3.5rem;
	width: auto;
	transition-property: all;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.on-scroll .header__image {
	height: 2.5rem;
}

.navigation {
	display: none;
	width: 100%;
}

@media (min-width: 768px) {
	.navigation {
		display: flex;
	}
}

.navigation ul {
	display: flex;
}

@media (min-width: 768px) {
	.navigation ul {
		-moz-column-gap: 1rem;
		column-gap: 1rem;
	}
}

.servicio-boton {
	background-color: black !important;
}

.navigation a {
	font-weight: 700;
	text-transform: uppercase;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 75ms;
}

.navigation li {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

navigationResponsive ul {
	display: flex !important;
	flex-direction: column !important;
}

ul#primary-menu {
	flex-direction: column !important;
	justify-content: flex-start !important;
}

#primary-menu {
	justify-content: flex-end;
}

@media (min-width: 768px) {
	navigationResponsive ul {
		-moz-column-gap: 1rem;
		column-gap: 1rem;
	}
}

.navigationResponsive a {
	font-weight: 700;
	text-transform: uppercase;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 75ms;
}

.navigationResponsive li {
	margin: 1.25rem;
}

.wrapper {
	height: 100% !important;
	display: block;
}

@media (min-width: 768px) {
	.wrapper {
		display: none;
	}
}

.navbar {
	position: absolute;
	left: -100vw;
	width: 100vw;
	height: 199vh;
	transition: 1s;
	margin-top: 2.5rem;
}

.active {
	z-index: 50;
}

.inactive {
	z-index: 0;
	/*width: 100vw;*/
	height: 1px;
	transition: 3s;
}

.menu-active {
	transition: 1s;
	left: 0;
}

.menu-inactive {
	transition: 1s;
	left: -100vw;
}

.oscuro {
	background-color: transparent;
	margin-top: 2.5rem;
}

.oscuro-active {
	transition: 2s;
	background-color: rgba(0, 0, 0, 0.7);
}

.oscuro-inactive {
	transition: 1s;
	background-color: transparent;
}

/* Sucursales */

.sucursalCard {
	width: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative; /* Esto es clave para el posicionamiento absoluto de .overlay-img */

}

.sucursalCard h1 {
	text-align: center;
	--tw-text-opacity: 1;
	color: rgb(204 165 135 / var(--tw-text-opacity));
}

.sucursalCard h2 {
	text-align: center;
	--tw-text-opacity: 1;
	color: rgb(36 27 24 / var(--tw-text-opacity));
}

.sucursalCard p {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

/* Stick Over LGBT */



.overlay-img {
	position: absolute; /* Se mantiene para posicionar sobre la tarjeta */
	top: -14px; /* Ajustado para alinear correctamente dentro de la tarjeta. Cambia según necesidades */
	right: -14px; /* Ajustado para alinear correctamente dentro de la tarjeta. Cambia según necesidades */
	z-index: 10; /* Se mantiene para asegurar que la imagen esté sobre otros elementos */
	width: 120px; /* Ejemplo de tamaño, ajusta según necesites */
	height: 150px; /* Se mantiene para preservar la proporción de la imagen */
	transform: rotate(35deg); /* Rota la imagen -5 grados */
}


/* SelfCare */

.selfcare p {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.selfcare-flotante {
	bottom: 38%;
}

/* Más pedido */

.masPedido img {
	height: 24rem;
	width: 15rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.masPedido-titulo {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	text-align: center;
	font-family: Now;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-family: "Now";
}

.tabu img {
	height: 15rem;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.tabu-servicio {
	width: 30%;
	text-align: center;
}

.tabu-titulo {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	text-align: center;
	font-family: Now;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-family: "Now";
}

.one h1 {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.one h2 {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.one p {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.two h1 {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.two h2 {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.two p {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.three h1 {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.three h2 {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.three p {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.lashes-wrapper {
	width: 20rem;
	padding-top: 2.5rem;
}

/* Bikini Bar */

.bikiniBar-img {
	width: 25rem;
	height: 30rem;
	margin-bottom: 1.25rem;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left;
	object-position: left;
}

@media (min-width: 768px) {
	.bikiniBar-img {
		margin-bottom: 2.5rem;
	}
}

.bikiniBar-texto {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.bikiniBar-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.bikiniBar-wrapper p {
	margin-bottom: 2.5rem;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgb(237 224 209 / var(--tw-text-opacity));
}

.bikiniBar-precio {
	--tw-bg-opacity: 1;
	background-color: rgb(237 224 209 / var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.bikiniBar-img2 {
	width: 25rem;
	height: 30rem;
	margin-bottom: 1.25rem;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

@media (min-width: 768px) {
	.bikiniBar-img2 {
		margin-bottom: 2.5rem;
	}
}

.bikiniBar-img3 {
	width: 25rem;
	height: 30rem;
	margin-bottom: 1.25rem;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right;
	object-position: right;
}

@media (min-width: 768px) {
	.bikiniBar-img3 {
		margin-bottom: 2.5rem;
	}
}

.booty-right {
	width: 60%;
}

.tan-img {
	border-radius: 100% 100% 30% 30%;
	border: 2px solid #fff;
	margin-bottom: 1rem;
}

.reviews-img {
	border-radius: 200px;
}

/* FOOTER */

.footer-coco {
	--tw-bg-opacity: 1;
	background-color: rgb(237 224 209 / var(--tw-bg-opacity));
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
}

.top-0 {
	top: 0px;
}

.left-0 {
	left: 0px;
}

.right-0 {
	right: 0px;
}

.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.my-16 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.mx-20 {
	margin-left: 5rem;
	margin-right: 5rem;
}

.mx-10 {
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}

.mb-10 {
	margin-bottom: 2.5rem;
}

.mt-10 {
	margin-top: 2.5rem;
}

.mr-2 {
	margin-right: 0.5rem;
}

.mb-20 {
	margin-bottom: 5rem;
}

.mt-20 {
	margin-top: 5rem;
}

.mb-3 {
	margin-bottom: 0.75rem;
}

.mb-28 {
	margin-bottom: 7rem;
}

.mb-5 {
	margin-bottom: 1.25rem;
}

.mt-5 {
	margin-top: 1.25rem;
}

.block {
	display: block;
}

.flex {
	display: flex;
}

.h-5 {
	height: 1.25rem;
}

.h-screen {
	height: 100vh;
}

.h-full {
	height: 100%;
}

.h-72 {
	height: 18rem;
}

.h-80 {
	height: 20rem;
}

.h-60 {
	height: 15rem;
}

.h-1\/2 {
	height: 50%;
}

.h-40 {
	height: 10rem;
}

.h-20 {
	height: 5rem;
}

.w-screen {
	width: 100vw;
}

.w-40 {
	width: 10rem;
}

.w-24 {
	width: 6rem;
}

.w-3\/4 {
	width: 75%;
}

.w-1\/4 {
	width: 25%;
}
.w-1\/3 {
	width: 33.333333%;
}
.w-96 {
	width: 24rem;
}

.w-full {
	width: 100%;
}

.w-60 {
	width: 15rem;
}

.w-80 {
	width: 20rem;
}

.w-20 {
	width: 5rem;
}

.w-72 {
	width: 18rem;
}

.w-10 {
	width: 2.5rem;
}

.w-1\/2 {
	width: 50%;
}

.flex-col {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.items-start {
	align-items: flex-start;
}

.items-center {
	align-items: center;
}

.justify-start {
	justify-content: flex-start;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}

.gap-y-5 {
	row-gap: 1.25rem;
}

.gap-y-6 {
	row-gap: 1.5rem;
}

.gap-x-1 {
	-moz-column-gap: 0.25rem;
	column-gap: 0.25rem;
}

.overflow-hidden {
	overflow: hidden;
}

.border-8 {
	border-width: 8px;
}

.border-2 {
	border-width: 2px;
}

.border {
	border-width: 1px;
}

.border-solid {
	border-style: solid;
}

.border-ladrillo {
	--tw-border-opacity: 1;
	border-color: rgb(184 114 109 / var(--tw-border-opacity));
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-fondo {
	--tw-bg-opacity: 1;
	background-color: rgb(246 241 238 / var(--tw-bg-opacity));
}

.bg-fondo2 {
	--tw-bg-opacity: 1;
	background-color: rgb(230 218 209 / var(--tw-bg-opacity));
}

.bg-cafe {
	--tw-bg-opacity: 1;
	background-color: rgb(137 96 73 / var(--tw-bg-opacity));
}

.bg-cafeTitle {
	--tw-bg-opacity: 1;
	background-color: rgb(204 165 135 / var(--tw-bg-opacity));
}

.bg-piel {
	--tw-bg-opacity: 1;
	background-color: rgb(237 224 209 / var(--tw-bg-opacity));
}

.object-contain {
	-o-object-fit: contain;
	object-fit: contain;
}

.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.object-bottom {
	-o-object-position: bottom;
	object-position: bottom;
}

.object-top {
	-o-object-position: top;
	object-position: top;
}

.object-center {
	-o-object-position: center;
	object-position: center;
}

.p-5 {
	padding: 1.25rem;
}

.p-10 {
	padding: 2.5rem;
}

.p-11 {
	padding: 2.75rem;
}

.p-20 {
	padding: 5rem;
}

.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.py-40 {
	padding-top: 10rem;
	padding-bottom: 10rem;
}

.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.px-20 {
	padding-left: 5rem;
	padding-right: 5rem;
}

.px-40 {
	padding-left: 10rem;
	padding-right: 10rem;
}

.px-80 {
	padding-left: 20rem;
	padding-right: 20rem;
}

.px-72 {
	padding-left: 18rem;
	padding-right: 18rem;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center;
}

.text-7xl {
	font-size: 4.5rem;
	line-height: 1;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.text-5xl {
	font-size: 3rem;
	line-height: 1;
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.font-bold {
	font-weight: 700;
}

.uppercase {
	text-transform: uppercase;
}

.text-fondo {
	--tw-text-opacity: 1;
	color: rgb(246 241 238 / var(--tw-text-opacity));
}

.text-cafeBtn {
	--tw-text-opacity: 1;
	color: rgb(157 90 77 / var(--tw-text-opacity));
}

.text-negro {
	--tw-text-opacity: 1;
	color: rgb(36 27 24 / var(--tw-text-opacity));
}

.text-ladrillo {
	--tw-text-opacity: 1;
	color: rgb(184 114 109 / var(--tw-text-opacity));
}

.text-cafeTitle {
	--tw-text-opacity: 1;
	color: rgb(204 165 135 / var(--tw-text-opacity));
}

.text-cafe {
	--tw-text-opacity: 1;
	color: rgb(137 96 73 / var(--tw-text-opacity));
}

.text-piel {
	--tw-text-opacity: 1;
	color: rgb(237 224 209 / var(--tw-text-opacity));
}

.titulo {
	font-family: "Rasputin";
}

.boton {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgb(157 90 77 / var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	--tw-text-opacity: 1;
	color: rgb(246 241 238 / var(--tw-text-opacity));
}

.boton-light {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgb(246 241 238 / var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	--tw-text-opacity: 1;
	color: rgb(157 90 77 / var(--tw-text-opacity));
}

.sucursal-img {
	height: 380px;
	width: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 130px;
	margin-bottom: 1rem;
}

.contenido {
	width: 100%;
	padding: 5rem;
}

.barra {
	width: 100%;
}

@media (min-width: 768px) {
	.contenido {
		width: 70%;
		padding: 5rem;
	}

	.barra {
		width: 30%;
	}
}

.blog-titulo h1 {
	font-size: 3rem;
}

.blog-titulo p {
	font-size: 1.2rem;
	font-weight: bold;
}

/*FONTS*/

@font-face {
	font-family: "cocowax";

	src: url("../fonts/cocowax/cocowax.eot?hzw557");

	src: url("../fonts/cocowax/cocowax.eot?hzw557#iefix") format("embedded-opentype"),
		url("../fonts/cocowax/cocowax.ttf?hzw557") format("truetype"),
		url("../fonts/cocowax/cocowax.woff?hzw557") format("woff"),
		url("../fonts/cocowax/cocowax.svg?hzw557#cocowax") format("svg");

	font-weight: normal;

	font-style: normal;

	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "cocowax" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-envelope-o:before {
	content: "\f003";
}

.icon-instagram:before {
	content: "\f16d";
}

.icon-facebook-official:before {
	content: "\f230";
}

.icon-whatsapp:before {
	content: "\f232";
}

.icon-cocowax_logo:before {
	content: "\e902";
}

.icon-bikini-bar:before {
	content: "\e900";
}

.icon-brows:before {
	content: "\e901";
}

.icon-flecha:before {
	content: "\e90f";
}

.icon-parallax-img:before {
	content: "\e910";
}

.icon-perfect-toast:before {
	content: "\e911";
}

.icon-skin:before {
	content: "\e912";
}

@font-face {
	font-family: "Rasputin";

	src: url("../fonts/rasputin/rasputin.woff2") format("woff2"),
		url("../fonts/rasputin/rasputin.woff") format("woff");

	font-weight: normal;

	font-style: normal;

	font-display: swap;
}

@font-face {
	font-family: "Now";

	src: url("../fonts/now/Now-Regular.woff") format("woff");

	font-weight: normal;

	font-style: normal;

	font-display: swap;
}

/*FONTS*/

@media (min-width: 768px) {
	.md\:my-20 {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}

	.md\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.md\:ml-20 {
		margin-left: 5rem;
	}

	.md\:mt-0 {
		margin-top: 0px;
	}

	.md\:mr-10 {
		margin-right: 2.5rem;
	}

	.md\:mb-52 {
		margin-bottom: 13rem;
	}

	.md\:mt-20 {
		margin-top: 5rem;
	}

	.md\:hidden {
		display: none;
	}

	.md\:h-screen {
		height: 100vh;
	}

	.md\:w-1\/3 {
		width: 33.333333%;
	}

	.md\:w-1\/4 {
		width: 25%;
	}

	.md\:w-96 {
		width: 24rem;
	}

	.md\:w-1\/2 {
		width: 50%;
	}

	.md\:flex-row {
		flex-direction: row;
	}

	.md\:items-start {
		align-items: flex-start;
	}

	.md\:justify-between {
		justify-content: space-between;
	}

	.md\:p-0 {
		padding: 0px;
	}

	.md\:p-40 {
		padding: 10rem;
	}

	.md\:px-40 {
		padding-left: 10rem;
		padding-right: 10rem;
	}

	.md\:px-72 {
		padding-left: 18rem;
		padding-right: 18rem;
	}

	.md\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.md\:py-40 {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

	.md\:px-48 {
		padding-left: 12rem;
		padding-right: 12rem;
	}

	.md\:pr-40 {
		padding-right: 10rem;
	}

	.md\:text-left {
		text-align: left;
	}

	.md\:text-7xl {
		font-size: 4.5rem;
		line-height: 1;
	}
}/*
! tailwindcss v3.1.2 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
	box-sizing: border-box;
	/* 1 */
	border-width: 0;
	/* 2 */
	border-style: solid;
	/* 2 */
	border-color: #e5e7eb;
	/* 2 */
}

::before,
::after {
	--tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
	line-height: 1.5;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-moz-tab-size: 4;
	/* 3 */
	-o-tab-size: 4;
	tab-size: 4;
	/* 3 */
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
		"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
	/* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
	margin: 0;
	/* 1 */
	line-height: inherit;
	/* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
	height: 0;
	/* 1 */
	color: inherit;
	/* 2 */
	border-top-width: 1px;
	/* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
	color: inherit;
	text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
	text-indent: 0;
	/* 1 */
	border-color: inherit;
	/* 2 */
	border-collapse: collapse;
	/* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	font-weight: inherit;
	/* 1 */
	line-height: inherit;
	/* 1 */
	color: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
	padding: 0;
	/* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
	text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 1 */
	background-color: transparent;
	/* 2 */
	background-image: none;
	/* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
	outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
	resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
	/* 2 */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
	/* 2 */
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
	/* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
	cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
	cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	/* 1 */
	vertical-align: middle;
	/* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
	max-width: 100%;
	height: auto;
}

*,
::before,
::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
}

::-webkit-backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
}

body {
	margin: 0;
	line-height: inherit;
	width: 100vw;
	overflow-x: hidden;
	font-family: "Now";
}

/* * BRANCHES DIALOG */

.modal {
	--tw-bg-opacity: 1;
	background-color: rgb(198 218 219 / var(--tw-bg-opacity));
	padding: 2.75rem;
	overflow: hidden;
}

.modal::-webkit-backdrop {
	background-color: rgb(0 0 0 / 0.3);
}

.modal::backdrop {
	background-color: rgb(0 0 0 / 0.3);
}

.branches__dialog {
	display: flex;
	justify-content: space-between;
}

.branches__dialog__button {
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	top: 0.5rem;
	right: 1rem;
	position: absolute;
}

.branches__dialog__img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 75%;
	height: 100%;
	border-width: 4px;
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.branches__dialog__title {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bg-fondo {
	--tw-bg-opacity: 1;
	background-color: rgb(246 241 238 / var(--tw-bg-opacity));
}

.branches__dialog__title>h3 {
	--tw-text-opacity: 1;
	color: rgb(184 114 109 / var(--tw-text-opacity));
	font-size: 2.25rem;
	line-height: 2.5rem;
	text-transform: capitalize;
}

.branches__dialog__title>span {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(184 114 109 / var(--tw-border-opacity));
	margin-top: 1rem;
	width: 5rem;
}

.header-theme {
	display: flex;
	align-items: center;
	justify-content: space-between !important;
	position: absolute;
	top: 0px;
	transition-property: all;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	background-color: transparent;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100vw;
	z-index: 50;
	background-color: rgba(255, 255, 255, 0.6);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

@media (min-width: 768px) {
	.header-theme {
		padding-left: 5rem;
		padding-right: 5rem;
		display: flex;
		align-items: center;
		justify-content: space-between !important;
	}
}

.header__image {
	height: 3.5rem;
	width: auto;
	transition-property: all;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.on-scroll .header__image {
	height: 2.5rem;
}

.navigation {
	display: none;
	width: 100%;
}

@media (min-width: 768px) {
	.navigation {
		display: flex;
	}
}

.navigation ul {
	display: flex;
}

@media (min-width: 768px) {
	.navigation ul {
		-moz-column-gap: 1rem;
		column-gap: 1rem;
	}
}

.servicio-boton {
	background-color: black !important;
}

.navigation a {
	font-weight: 700;
	text-transform: uppercase;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 75ms;
}

.navigation li {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

navigationResponsive ul {
	display: flex !important;
	flex-direction: column !important;
}

ul#primary-menu {
	flex-direction: column !important;
	justify-content: flex-start !important;
}

#primary-menu {
	justify-content: flex-end;
}

@media (min-width: 768px) {
	navigationResponsive ul {
		-moz-column-gap: 1rem;
		column-gap: 1rem;
	}
}

.navigationResponsive a {
	font-weight: 700;
	text-transform: uppercase;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 75ms;
}

.navigationResponsive li {
	margin: 1.25rem;
}

.wrapper {
	height: 100% !important;
	display: block;
}

@media (min-width: 768px) {
	.wrapper {
		display: none;
	}
}

.navbar {
	position: absolute;
	left: -100vw;
	width: 100vw;
	height: 199vh;
	transition: 1s;
	margin-top: 2.5rem;
}

.active {
	z-index: 50;
}

.inactive {
	z-index: 0;
	/*width: 100vw;*/
	height: 1px;
	transition: 3s;
}

.menu-active {
	transition: 1s;
	left: 0;
}

.menu-inactive {
	transition: 1s;
	left: -100vw;
}

.oscuro {
	background-color: transparent;
	margin-top: 2.5rem;
}

.oscuro-active {
	transition: 2s;
	background-color: rgba(0, 0, 0, 0.7);
}

.oscuro-inactive {
	transition: 1s;
	background-color: transparent;
}

/* Sucursales */

.sucursalCard {
	width: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.sucursalCard h1 {
	text-align: center;
	--tw-text-opacity: 1;
	color: rgb(204 165 135 / var(--tw-text-opacity));
}

.sucursalCard h2 {
	text-align: center;
	--tw-text-opacity: 1;
	color: rgb(36 27 24 / var(--tw-text-opacity));
}

.sucursalCard p {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

/* SelfCare */

.selfcare p {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.selfcare-flotante {
	bottom: 38%;
}

/* Más pedido */

.masPedido img {
	height: 24rem;
	width: 15rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.masPedido-titulo {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	text-align: center;
	font-family: Now;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-family: "Now";
}

.tabu img {
	height: 15rem;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.tabu-servicio {
	width: 30%;
	text-align: center;
}

.tabu-titulo {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	text-align: center;
	font-family: Now;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-family: "Now";
}

.one h1 {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.one h2 {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.one p {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.two h1 {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.two h2 {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.two p {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.three h1 {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.three h2 {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.three p {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.lashes-wrapper {
	width: 20rem;
	padding-top: 2.5rem;
}

/* Bikini Bar */

.bikiniBar-img {
	width: 25rem;
	height: 30rem;
	margin-bottom: 1.25rem;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left;
	object-position: left;
}

@media (min-width: 768px) {
	.bikiniBar-img {
		margin-bottom: 2.5rem;
	}
}

.bikiniBar-texto {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.bikiniBar-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.bikiniBar-wrapper p {
	margin-bottom: 2.5rem;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgb(237 224 209 / var(--tw-text-opacity));
}

.bikiniBar-precio {
	--tw-bg-opacity: 1;
	background-color: rgb(237 224 209 / var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.bikiniBar-img2 {
	width: 25rem;
	height: 30rem;
	margin-bottom: 1.25rem;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

@media (min-width: 768px) {
	.bikiniBar-img2 {
		margin-bottom: 2.5rem;
	}
}

.bikiniBar-img3 {
	width: 25rem;
	height: 30rem;
	margin-bottom: 1.25rem;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right;
	object-position: right;
}

@media (min-width: 768px) {
	.bikiniBar-img3 {
		margin-bottom: 2.5rem;
	}
}

.booty-right {
	width: 60%;
}

.tan-img {
	border-radius: 100% 100% 30% 30%;
	border: 2px solid #fff;
	margin-bottom: 1rem;
}

.reviews-img {
	border-radius: 200px;
}

/* FOOTER */

.footer-coco {
	--tw-bg-opacity: 1;
	background-color: rgb(237 224 209 / var(--tw-bg-opacity));
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
}

.top-0 {
	top: 0px;
}

.left-0 {
	left: 0px;
}

.right-0 {
	right: 0px;
}

.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.my-16 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.mx-20 {
	margin-left: 5rem;
	margin-right: 5rem;
}

.mx-10 {
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}

.mb-10 {
	margin-bottom: 2.5rem;
}

.mt-10 {
	margin-top: 2.5rem;
}

.mr-2 {
	margin-right: 0.5rem;
}

.mb-20 {
	margin-bottom: 5rem;
}

.mt-20 {
	margin-top: 5rem;
}

.mb-3 {
	margin-bottom: 0.75rem;
}

.mb-28 {
	margin-bottom: 7rem;
}

.mb-5 {
	margin-bottom: 1.25rem;
}

.mt-5 {
	margin-top: 1.25rem;
}

.block {
	display: block;
}

.flex {
	display: flex;
}

.h-5 {
	height: 1.25rem;
}

.h-screen {
	height: 100vh;
}

.h-full {
	height: 100%;
}

.h-72 {
	height: 18rem;
}

.h-80 {
	height: 20rem;
}

.h-60 {
	height: 15rem;
}

.h-1\/2 {
	height: 50%;
}

.h-40 {
	height: 10rem;
}

.h-20 {
	height: 5rem;
}

.w-screen {
	width: 100vw;
}

.w-40 {
	width: 10rem;
}

.w-24 {
	width: 6rem;
}

.w-3\/4 {
	width: 75%;
}

.w-1\/4 {
	width: 25%;
}
.w-1\/3 {
	width: 33.333333%;
}
.w-96 {
	width: 24rem;
}

.w-full {
	width: 100%;
}

.w-60 {
	width: 15rem;
}

.w-80 {
	width: 20rem;
}

.w-20 {
	width: 5rem;
}

.w-72 {
	width: 18rem;
}

.w-10 {
	width: 2.5rem;
}

.w-1\/2 {
	width: 50%;
}

.flex-col {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.items-start {
	align-items: flex-start;
}

.items-center {
	align-items: center;
}

.justify-start {
	justify-content: flex-start;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}

.gap-y-5 {
	row-gap: 1.25rem;
}

.gap-y-6 {
	row-gap: 1.5rem;
}

.gap-x-1 {
	-moz-column-gap: 0.25rem;
	column-gap: 0.25rem;
}

.overflow-hidden {
	overflow: hidden;
}

.border-8 {
	border-width: 8px;
}

.border-2 {
	border-width: 2px;
}

.border {
	border-width: 1px;
}

.border-solid {
	border-style: solid;
}

.border-ladrillo {
	--tw-border-opacity: 1;
	border-color: rgb(184 114 109 / var(--tw-border-opacity));
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-fondo {
	--tw-bg-opacity: 1;
	background-color: rgb(246 241 238 / var(--tw-bg-opacity));
}

.bg-fondo2 {
	--tw-bg-opacity: 1;
	background-color: rgb(230 218 209 / var(--tw-bg-opacity));
}

.bg-cafe {
	--tw-bg-opacity: 1;
	background-color: rgb(137 96 73 / var(--tw-bg-opacity));
}

.bg-cafeTitle {
	--tw-bg-opacity: 1;
	background-color: rgb(204 165 135 / var(--tw-bg-opacity));
}

.bg-piel {
	--tw-bg-opacity: 1;
	background-color: rgb(237 224 209 / var(--tw-bg-opacity));
}

.object-contain {
	-o-object-fit: contain;
	object-fit: contain;
}

.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.object-bottom {
	-o-object-position: bottom;
	object-position: bottom;
}

.object-top {
	-o-object-position: top;
	object-position: top;
}

.object-center {
	-o-object-position: center;
	object-position: center;
}

.p-5 {
	padding: 1.25rem;
}

.p-10 {
	padding: 2.5rem;
}

.p-11 {
	padding: 2.75rem;
}

.p-20 {
	padding: 5rem;
}

.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.py-40 {
	padding-top: 10rem;
	padding-bottom: 10rem;
}

.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.px-20 {
	padding-left: 5rem;
	padding-right: 5rem;
}

.px-40 {
	padding-left: 10rem;
	padding-right: 10rem;
}

.px-80 {
	padding-left: 20rem;
	padding-right: 20rem;
}

.px-72 {
	padding-left: 18rem;
	padding-right: 18rem;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center;
}

.text-7xl {
	font-size: 4.5rem;
	line-height: 1;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.text-5xl {
	font-size: 3rem;
	line-height: 1;
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.font-bold {
	font-weight: 700;
}

.uppercase {
	text-transform: uppercase;
}

.text-fondo {
	--tw-text-opacity: 1;
	color: rgb(246 241 238 / var(--tw-text-opacity));
}

.text-cafeBtn {
	--tw-text-opacity: 1;
	color: rgb(157 90 77 / var(--tw-text-opacity));
}

.text-negro {
	--tw-text-opacity: 1;
	color: rgb(36 27 24 / var(--tw-text-opacity));
}

.text-ladrillo {
	--tw-text-opacity: 1;
	color: rgb(184 114 109 / var(--tw-text-opacity));
}

.text-cafeTitle {
	--tw-text-opacity: 1;
	color: rgb(204 165 135 / var(--tw-text-opacity));
}

.text-cafe {
	--tw-text-opacity: 1;
	color: rgb(137 96 73 / var(--tw-text-opacity));
}

.text-piel {
	--tw-text-opacity: 1;
	color: rgb(237 224 209 / var(--tw-text-opacity));
}

.titulo {
	font-family: "Rasputin";
}

.boton {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgb(157 90 77 / var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	--tw-text-opacity: 1;
	color: rgb(246 241 238 / var(--tw-text-opacity));
}

.boton-light {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgb(246 241 238 / var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	--tw-text-opacity: 1;
	color: rgb(157 90 77 / var(--tw-text-opacity));
}

.sucursal-img {
	height: 380px;
	width: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 130px;
	margin-bottom: 1rem;
}

.contenido {
	width: 100%;
	padding: 5rem;
}

.barra {
	width: 100%;
}

@media (min-width: 768px) {
	.contenido {
		width: 70%;
		padding: 5rem;
	}

	.barra {
		width: 30%;
	}
}

.blog-titulo h1 {
	font-size: 3rem;
}

.blog-titulo p {
	font-size: 1.2rem;
	font-weight: bold;
}

/*FONTS*/

@font-face {
	font-family: "cocowax";

	src: url("../fonts/cocowax/cocowax.eot?hzw557");

	src: url("../fonts/cocowax/cocowax.eot?hzw557#iefix") format("embedded-opentype"),
		url("../fonts/cocowax/cocowax.ttf?hzw557") format("truetype"),
		url("../fonts/cocowax/cocowax.woff?hzw557") format("woff"),
		url("../fonts/cocowax/cocowax.svg?hzw557#cocowax") format("svg");

	font-weight: normal;

	font-style: normal;

	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "cocowax" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-envelope-o:before {
	content: "\f003";
}

.icon-instagram:before {
	content: "\f16d";
}

.icon-facebook-official:before {
	content: "\f230";
}

.icon-whatsapp:before {
	content: "\f232";
}

.icon-cocowax_logo:before {
	content: "\e902";
}

.icon-bikini-bar:before {
	content: "\e900";
}

.icon-brows:before {
	content: "\e901";
}

.icon-flecha:before {
	content: "\e90f";
}

.icon-parallax-img:before {
	content: "\e910";
}

.icon-perfect-toast:before {
	content: "\e911";
}

.icon-skin:before {
	content: "\e912";
}

@font-face {
	font-family: "Rasputin";

	src: url("../fonts/rasputin/rasputin.woff2") format("woff2"),
		url("../fonts/rasputin/rasputin.woff") format("woff");

	font-weight: normal;

	font-style: normal;

	font-display: swap;
}

@font-face {
	font-family: "Now";

	src: url("../fonts/now/Now-Regular.woff") format("woff");

	font-weight: normal;

	font-style: normal;

	font-display: swap;
}

/*FONTS*/

@media (min-width: 768px) {
	.md\:my-20 {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}

	.md\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.md\:ml-20 {
		margin-left: 5rem;
	}

	.md\:mt-0 {
		margin-top: 0px;
	}

	.md\:mr-10 {
		margin-right: 2.5rem;
	}

	.md\:mb-52 {
		margin-bottom: 13rem;
	}

	.md\:mt-20 {
		margin-top: 5rem;
	}

	.md\:hidden {
		display: none;
	}

	.md\:h-screen {
		height: 100vh;
	}

	.md\:w-1\/3 {
		width: 33.333333%;
	}

	.md\:w-1\/4 {
		width: 25%;
	}

	.md\:w-96 {
		width: 24rem;
	}

	.md\:w-1\/2 {
		width: 50%;
	}

	.md\:flex-row {
		flex-direction: row;
	}

	.md\:items-start {
		align-items: flex-start;
	}

	.md\:justify-between {
		justify-content: space-between;
	}

	.md\:p-0 {
		padding: 0px;
	}

	.md\:p-40 {
		padding: 10rem;
	}

	.md\:px-40 {
		padding-left: 10rem;
		padding-right: 10rem;
	}

	.md\:px-72 {
		padding-left: 18rem;
		padding-right: 18rem;
	}

	.md\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.md\:py-40 {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

	.md\:px-48 {
		padding-left: 12rem;
		padding-right: 12rem;
	}

	.md\:pr-40 {
		padding-right: 10rem;
	}

	.md\:text-left {
		text-align: left;
	}

	.md\:text-7xl {
		font-size: 4.5rem;
		line-height: 1;
	}
}