@charset "utf-8";

* {
	margin: 0;
	padding:0;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:   border-box;
    box-sizing:        border-box;
}
html {
	scroll-behavior: smooth;
	scroll-padding: 0;
	--negro: #202020;
	--blanco: #fffcec;
	--rojo: #e5331f;
	--azul: #5d8de2;
	--azulClaro: #7cadf2;
	--azulFuerte: #437dd1;
	--amarillo: #ffbb3c;
	--rosa: #fa8cb4;
	--rosa2: #ff7a7a;
	--rosaClaro: #ffcfd5;
	--rosaClaro2: #ffd5e9;
	--rosaClaro3: #ff8686;
	--pink: #eb6697;
	--lila: #e7d8ff;
	--morado: #ab7cf6;
	--moradoClaro: #d8c0ff;
	--salmon: #ffa1a1;
	--cielo: #bafaff;
	--verde: #c7d43f;
	--verdeAzul: #98cfb8;
	--verdeWhats: #abe333;
	
	--width: calc(100% - 60px);
	--maxWidth: 1200px;
	background: var(--blanco);
}

body {
	font-family: 'Poppins';
	font-weight: normal;
	color: var(--negro);
	background: var(--gris);
	line-height:1.4;
	overflow-x:hidden !important;
}

h1 {
	line-height:1;
	font-family: 'MochiyPopOne';
	font-weight: normal;
	font-size: 4.5em;
	letter-spacing: 0.09em;
}
h2 {
	line-height:1;
	font-family: 'Poppins';
	font-weight: normal;
	font-size: 1.8em;
}
h3 {
	font-family: 'Poppins Bold';
	font-weight: normal;
	font-size: 1em;
}
h4 {
	font-family: 'Poppins Bold';
	font-weight: normal;
	font-size: 2.1vh;
}
a {
	font-size: 1em;
    text-decoration:none;
	color: var(--negro);
	cursor: pointer;
	transition: all 0.6s ease-in-out;
}
a:active {
	outline: none;
    border: none;
}
button {
	font-family: 'Poppins Bold';
	/*font-size:1.11em;*/
	font-size:2.25vh;
	border-radius: 0 !important;
	cursor: pointer !important;
	border: none;
	transition: all 0.6s ease-in-out;
}
button:active {
    outline: none;
    border: none;
}
button:hover {
	cursor:pointer;
}
button:focus,
input:focus,
textarea:focus {
	outline:none;
}
p, ul {
	font-size:1em;
}
p b,
p em {
	font-family: 'Poppins Bold';
	font-weight: normal;
}

::selection {
	color: var(--blanco);
	background: var(--rojo);
}
::-moz-selection {
	color: var(--blanco);
	background: var(--rojo);
}

/* --------------------------- full --------------------------- */

#superContainer {
    height: 100vw;
    position: relative;
	-ms-touch-action: none; 
}
.section {
    position: relative;
}
.slide, .slidesContainer {
    height: 100% !important;
    display: block;
}
.section.table, .slide.table {
    display: table;
    width: 100%;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height:100%;
}
#fullpage {
	overflow:hidden;
}

.section,
.section .slide,
.section .tableCell{
    height: auto !important;
}
.section.table, .slide.table {
    display: table;
    width: 100%;
}

/* --------------------------- css --------------------------- */

header {
	width: 100%;
	position: fixed;
	top: 0;
	left:0;
	background: none;
	transition: all ease-in-out 0.6s;
	padding:30px 60px 0;
	z-index: 99;
}
header .inter {
	width: var(--width);
	max-width: var(--maxWidth);
	margin: 0 auto;
	padding:0 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: var(--blanco);
	border-radius: 60px;
	box-shadow: 0px 9px 15px 0px rgba(0,0,0,0.3);
	transition: all 0.6s ease-in-out;
}

header .inter div:nth-child(2),
header .inter ul {
	padding: 9px 0;
}
header .inter div:nth-child(2) {
	width: 30%;
	text-align: center;
}
header .inter ul {
	width: 35%;
}
header .inter div img {
	height: 48px;
	margin: 9px 0;
	transition: all 0.6s ease-in-out;
}

header .inter ul {
	list-style-type: none;
	list-style: none;
	position: relative;
	display: flex;
}
header .inter ul li {
	font-size: 0.9em;
	float: left;
}
header .inter ul li {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	margin: 0 0 0 90px;
}
header .inter ul:first-child li {
	margin: 0 90px 0 0;
}
header .inter ul li > a {
	color: var(--negro);
	opacity: 0.7;
	position: relative;
}
header .inter ul li:hover > a,
header .inter ul li > a.active {
	opacity: 1;
}
header .inter ul li > a::after {
	content: '';
	width: 0;
	height:1px;
	background: var(--rojo);
	position: absolute;
	left: 50%;
	bottom:-3px;
	transform: translateX(-50%);
	transition: all 0.6s ease-in-out;
	z-index: 1;
}
header .inter ul li:hover > a::after,
header .inter ul li > a.active::after {
	width: 100%;
}
header .inter ul li.dropdown {
	display: inline-block;
	cursor: pointer;
}
header .inter ul li.dropdown span {
	margin: 0 0 0 6px;
}
header.active {
	padding:18px 60px 0;
}
header.active .inter div img {
	height: 42px;
}

.btn-menu {
	width: 30px;
	height:42px;
	background: var(--blanco) !important;
	position: relative;
	display: none;
	margin: 0 0 0 12px;
}
.btn-menu span {
	width: 21px;
	height:2px;
	background: var(--negro);
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease-in-out;
}
.btn-menu span::before,
.btn-menu span::after {
	content: '';
	width: 100%;
	height:2px;
	background: var(--negro);
	position: absolute;
	left: 0;
	transition: all 0.6s ease-in-out;
}
.btn-menu span::before {
	top: -7px;
}
.btn-menu span::after {
	bottom:-7px;
}
/* active */
.btn-menu.active span {
	background: none;
}
.btn-menu.active span::before {
	top: 0;
	transform: rotate(45deg);
}
.btn-menu.active span::after {
	bottom:0;
	transform: rotate(-45deg);
}

#openmenu {
	width: 100vw;
	height:100vh;
	position: fixed;
	display: block;
	top: 0;
	left:100%;
	transition: all 0.6s ease-in-out;
	color: var(--blanco);
	background-image: linear-gradient(to bottom, var(--rojo), var(--azul));
	padding: 180px 15px 24px;
	text-align: center;
	z-index: 66;
}
#openmenu.active {
	left: 0;
}
#openmenu a {
	font-size: 1.5em;
	display: block;
	margin: 0 0 24px;
	color: var(--blanco);
	position: relative;
	opacity: 0.7;
}
#openmenu a.sub {
	font-family: 'Poppins';
	font-size: 0.9em;
}
#openmenu a.active {
	color: var(--amarillo);
	opacity: 1;
}
#openmenu a::after {
	content: '';
	width: 12px;
	height:12px;
	background: var(--amarillo);
	position: absolute;
	top: 50%;
	left:12px;
	transform: translate(0,-50%);
	border-radius: 50px;
	transition: all 0.6s ease-in-out;
	opacity: 0;
}
#openmenu a.active::after {
	opacity: 1;
}
#openmenu a.sub::after {
	display: none;
}
#openmenu div:last-child {
	direction: flex;
	padding: 24px 0 0;
}
#openmenu div:last-child a {
	font-size: 0.9em;
	margin: 0 9px;
	display: inline-block !important;
	position: relative;
	opacity: 1;
}
#openmenu div:last-child a div {
	width: 48px;
	height:48px;
	background: var(--rojo);
	border-radius: 50%;
	position: relative;
}
#openmenu div:last-child a div span {
	font-size: 24px;
	color: var(--blanco);
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
}
#openmenu div:first-child a {
	font-family: 'Poppins Bold';
	text-transform: uppercase;
}

#cortina {
	width: 100vw;
	height:100vh;
	position: fixed;
	top: -120%;
	left:0;
	background-color: var(--azul);
	animation: gone 1.2s;
	pointer-events: none !important;
	z-index: 66;
}
@-webkit-keyframes gone {
	0% {
		top: 0;
	}
	42% {
		top: 0;
	}
	100% {
		top: -100%;
	}
}
@-moz-keyframes gone {
	0% {
		top: 0;
	}
	42% {
		top: 0;
	}
	100% {
		top: -100%;
	}
}
@keyframes gone {
	0% {
		top: 0;
	}
	42% {
		top: 0;
	}
	100% {
		top: -100%;
	}
}

#btns {
	width: var(--width);
	max-width: var(--maxWidth);
	position: fixed;
	left: 50%;
	bottom:30px;
	transform: translateX(-50%);
	display: flex;
	justify-content: flex-end;
	pointer-events: none;
	transition: all 0.6s ease-in-out;
	z-index: 99;
}
#btns.inactive {
	bottom:-60px;
	opacity: 0;
}
#btns a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: visible;
	font-size: 1.1em;
	color: var(--blanco);
	background: var(--verdeWhats);
	border-radius: 6px !important;
	padding:9px 18px;
}
#btns a::after {
	content: '';
	width: 0;
	height:0;
	border-top: 18px solid var(--verdeWhats);
    border-left:27px solid transparent;
	position: absolute;
	right: 18px;
	bottom:0;
	transform: translateY(99%);
	z-index: 3;
}
#btns a > div {
	width: 39px;
	height:39px;
	background: var(--blanco);
	border-radius: 50%;
	position: relative;
	margin: 0 6px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#btns a span {
	font-size: 1.3em;
	color: var(--verdeWhats);
}

.section {
	position: relative;
}

main {
	width: var(--width);
	max-width: var(--maxWidth);
	margin: 0 auto;
	position: relative;
}

.bg-amarillo {
	background: var(--amarillo);
	z-index: 3;
}
.bg-gradient {
	background-image: linear-gradient(to bottom, var(--rojo), var(--azul));
	z-index: 3;
}
.bg-azul {
	background: var(--azul);
	z-index: 3;
}
.bg-morado {
	color: var(--blanco);
	background: var(--morado);
	z-index: 3;
}
.bg-rosaClaro2 {
	background: var(--rosaClaro2);
	z-index: 3;
}
.bg-salmon {
	background: var(--salmon);
	z-index: 3;
}
.bg-blanco {
	background: var(--blanco);
	z-index: 3;
}
.bg-rayas {
	background: repeating-linear-gradient(
        to right,
        var(--lila) 0px,
        var(--lila) 30px,
        var(--moradoClaro) 30px,
        var(--moradoClaro) 42px
    );
	z-index: 3;
}


.btn {
	width: auto;
	font-family: 'Poppins';
	font-size: 1.1em;
	padding:12px 45px;
	position: relative;
	display: inline-block;
	color: var(--blanco);
	background: var(--azul);
	border: none;
	border-radius: 30px !important;
}
.btn:hover {
	background: var(--azulClaro);
}

.btns {
	position: relative;
	display: flex;
	gap: 18px;
}

.grB::after {
	content: '';
	width: 100%;
	height:180px;
	background-image: linear-gradient(to bottom, var(--blanco), var(--verde));
	position: absolute;
	left: 0;
	bottom:0;
	z-index: 1;
}

#portada {
	width: 100%;
	height:calc(100vh + 3px);
	background-image: linear-gradient(to bottom, var(--rojo) 0%, var(--rojo) 24%, var(--azul) 100%);
	overflow: hidden;
}
#portada main {
	position: absolute;
	top: 27vh;
	left:50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 6;
}
#portada main * {
	animation-duration: 1.3s;
	animation-delay: 1.8s;
}
#portada main h1 {
	width: 66%;
	margin: 0 auto 24px;
	color: var(--blanco);
	text-shadow:2px 0 var(--negro), -2px 0 var(--negro), 0 2px var(--negro), 0 -2px var(--negro),
				1px 1px var(--negro), -1px -1px var(--negro), 1px -1px var(--negro), -1px 1px var(--negro);
}
#portada main h2 {
	font-family: 'Poppins SemiBold';
	margin: 0 auto 30px;
	color: var(--blanco);
}
#portada #cielo {
	width: 100%;
	position: absolute;
	margin: 0 auto;
	top: 0;
	pointer-events: none;
	z-index: 1;
}
#portada #cielo > svg {
	width: var(--width);
	max-width: 1500px;
	position: absolute;
	top: 0;
	left:50%;
	transform: translateX(-50%);
}
#portada #cielo .st0 {
	fill: var(--cielo);
}
#portada #cielo .st1 {
	fill: var(--blanco);
}
#portada .textura {
	width: 111%;
	height:111%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 0;
}
canvas {
	display: block;
	position: relative;
	z-index: 3;
}

.barra {
	position: relative;
	text-align: center;
	padding:48px 0;
	z-index: 3;
}
.barra * {
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
.barra h2 {
	font-family: 'MochiyPopOne';
	font-size: 3.3em;
	color: var(--rosa);
	text-shadow:2px 0 var(--negro), -2px 0 var(--negro), 0 2px var(--negro), 0 -2px var(--negro),
				1px 1px var(--negro), -1px -1px var(--negro), 1px -1px var(--negro), -1px 1px var(--negro);
	position: relative;
	z-index: 6;
}
.barra p {
	font-size: 1.2em;
	margin: 24px auto 0;
	z-index: 6;
}
.barra p:last-child {
	margin: 12px auto 0;
}
.rosa2 h2 {
	font-size: 3.9em;
	color: var(--rosa2);
}
.rosa2 h3 {
	font-family: 'Poppins SemiBold';
	font-size: 2.4em;
	color: var(--rosa2);
	display: block;
	margin: 24px auto 0;
}
.blanco h2 {
	font-size: 3.9em;
	color: var(--blanco);
	padding:0 120px;
}
.blanco h3 {
	font-family: 'Poppins SemiBold';
	font-size: 1.5em;
	color: var(--blanco);
	display: block;
	margin: 30px auto 0;
}
.flot {
	animation-duration: 1.3s;
	animation-delay: 1.2s;
}
.barra .flot {
	width: 150px;
	position: absolute;
	top: 30px;
	z-index: 3;
}
.barra .flot1 {
	left: -12px;
}
.rosa2 .flot1 {
	left: -24px;
	transform: rotate(-15deg);
}
.barra .flot2 {
	right:-12px;
}
.rosa2 .flot2 {
	right:-24px;
	transform: rotate(18deg);
}

.box,
.texto,
.imagen {
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}

.portaOnigiris {
	display: flex;
	flex-wrap: wrap;
}
.portaOnigiris .box {
	width: 50%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
	overflow: hidden;
	padding:12px 30px 48px;
}
.portaOnigiris .box .fondo {
	width: 102%;
	height:102%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.portaOnigiris .box > div {
	width: 50%;
	position: relative;
	z-index: 3;
}
.portaOnigiris .box > div * {
	animation-duration: 1.3s;
	animation-delay: 1.5s;
}
.portaOnigiris .box .deco {
	margin: 30px 0 0;
}
.portaOnigiris .box .deco img {
	width: 100%;
}
.portaOnigiris .box .info {
	text-align: center;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
	z-index: 3;
}
.portaOnigiris .box .info::after {
	content: '';
	width: calc(100% - 72px);
	aspect-ratio: 1/1;
	background: var(--rojo);
	position: absolute;
	top: 48px;
	left:50%;
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
}
.portaOnigiris .box .info img {
	width: calc(100% - 30px);
	-webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
	filter:         drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
}
.portaOnigiris .box .info h3 {
	font-family: 'MochiyPopOne';
	font-size: 1.8em;
	color: var(--rojo);
	text-shadow:2px 0 var(--blanco), -2px 0 var(--blanco), 0 2px var(--blanco), 0 -2px var(--blanco),
				1px 1px var(--blanco), -1px -1px var(--blanco), 1px -1px var(--blanco), -1px 1px var(--blanco);
	margin: 15px auto;
}

#torii {
	text-align: center;
	padding:48px 0 0;
	overflow: hidden;
}
#torii * {
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
#torii h2 {
	font-family: 'MochiyPopOne';
	font-size: 3.9em;
	margin: 0 auto 24px;
	color: var(--pink);
	text-shadow:2px 0 var(--negro), -2px 0 var(--negro), 0 2px var(--negro), 0 -2px var(--negro),
				1px 1px var(--negro), -1px -1px var(--negro), 1px -1px var(--negro), -1px 1px var(--negro);
}
#torii h3 {
	font-family: 'Poppins SemiBold';
	font-size: 2.7em;
	color: var(--rosaClaro);
	margin: 0 auto 15px;
}
#torii .puerta {
	width: 100%;
	max-width: 420px;
	margin: 0 auto -6px;
}
#torii .flot {
	width: 240px;
	position: absolute;
}
#torii .flot1 {
	width: 120px;
	top: 0;
	left:0;
}
#torii .flot2 {
	left:21%;
	bottom:30px;
}
#torii .flot3 {
	top: 120px;
	right:30px;
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.portaListon {
	width: 100%;
	height:90px;
	position: relative;
	background: var(--blanco);
	border-top:  solid 3px var(--rojo);
	border-bottom:solid 3px var(--rojo);
	z-index: 3;
}
.liston {
	width: 150vw;
	height:90px;
	position: absolute;
	top: 0;
	overflow: hidden;
	transform: rotate(0) translate(-6vw,0);
	animation-duration: 1.3s;
	animation-delay: 0.6s;
	z-index: 1;
}
.liston > div {
	height: 90px;
	display: flex;
	align-items: center;
	gap: 42px;
	white-space: nowrap;
	animation: marquee 33s linear infinite;
	position: relative;
}
.liston > div h4 {
	font-size: 30px;
	color: var(--rojo);
	white-space: nowrap;
}

.instrucciones {
	padding:60px 0;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.instrucciones > div {
	position: relative;
}
.instrucciones .texto {
	width: calc(40% - 18px);
}
.instrucciones .texto h3 {
	font-family: 'MochiyPopOne';
	font-size: 2.1em;
	text-shadow:2px 0 var(--negro), -2px 0 var(--negro), 0 2px var(--negro), 0 -2px var(--negro),
				1px 1px var(--negro), -1px -1px var(--negro), 1px -1px var(--negro), -1px 1px var(--negro);
}
.instrucciones .texto > div {
	width: 100%;
	position: relative;
	display: flex;
	gap: 18px;
	align-items: center;
	margin: 30px 0 0;
}
.instrucciones .texto > div img {
	width: 99px;
}
.instrucciones .texto > div p {
	font-size: 1.3em;
}
.instrucciones ul {
	width: calc(60% - 18px);
	position: relative;
	display: flex;
	gap: 24px;
	list-style: none;
	margin: 12px 0 0;
}
.instrucciones ul li {
	width: 100%;
	text-align: center;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
.instrucciones ul li:nth-child(2) {
	animation-delay: 1.5s;
}
.instrucciones ul li:nth-child(3) {
	animation-delay: 2.1s;
}
.instrucciones ul li p {
	width: 100%;
	display: block;
	margin: 0 0 12px;
}
.instrucciones ul li img {
	width: calc(100% - 24px);
}

.stickers {
	padding:30px 0;
	display: flex;
	gap: 30px;
	align-items: center;
}
.stickers img {
	width: 100%;
	max-width: 150px;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
.stickers img:nth-child(2n) {
	animation-delay: 1.2s;
}

.galeria {
	max-width: calc(100vw - 30px) !important;
	position: relative;
	overflow: hidden;
	animation-duration: 1.5s;
	animation-delay: 0.6s;
}
.owl-carousel {
	max-width: 100%;
	margin: 0 auto;
	position:relative;
	display:block;
	overflow: hidden;
	z-index: 3;
	cursor: grab;
}
.owl-carousel:active {
	cursor: grabbing;
}
.owl-carousel div {
	float:left;
}

.owl-carousel .item {
	position: relative;
	margin: 0 6px;
	padding:60px 42px 42px;
	border-radius: 30px;
	color: var(--blanco);
	background: repeating-linear-gradient(
        -84deg,
        var(--rosa2) 0px,
        var(--rosa2) 30px,
        var(--rosaClaro3) 30px,
        var(--rosaClaro3) 42px
    );
	text-align: center;
}
.owl-carousel .item .etiqueta {
	font-size: 1.1em;
	position: absolute;
	top: 0;
	left:0;
	padding:6px 15px;
	color: var(--negro);
	background: var(--verde);
	border-radius: 0 30px 30px 0;
	z-index: 3;
}
.owl-carousel .item .etiqueta.et2 {
	background: var(--verdeAzul);
}
.owl-carousel .item h2 {
	font-family: 'MochiyPopOne';
	width: 0 auto 15px;
	font-size: 2.1em;
	display: block;
	position: relative;
	text-shadow:2px 0 var(--negro), -2px 0 var(--negro), 0 2px var(--negro), 0 -2px var(--negro),
				1px 1px var(--negro), -1px -1px var(--negro), 1px -1px var(--negro), -1px 1px var(--negro);
	z-index: 3;
}
.owl-carousel .item .imagen {
	width: 100%;
	position: relative;
	z-index: 1;
}
.owl-carousel .item .imagen::after {
	content: '';
	width: calc(100% - 120px);
	aspect-ratio: 1/1;
	background: var(--rojo);
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	z-index: -1;
}
.owl-carousel .item .imagen img {
	width: calc(100% - 24px);
	z-index: 3;
}
.owl-carousel .item .texto {
	width: 100%;
	position: relative;
	padding:15px 21px 30px;
	z-index: 3;
}
.owl-carousel .item .texto h3 {
	font-family: 'Poppins Bold';
	font-size: 1.5em;
	margin: 0 auto 24px;
}
.owl-carousel .item .texto h4 {
	font-family: 'Poppins SemiBold';
	font-weight: normal;
	margin: 0 auto 15px;
}
.owl-carousel .item .texto p {
	font-size: 0.8em;
}

.owl-carousel .owl-item.active .etiqueta {
	animation: show ease-in-out 1.3s 1.2s both;
}
.owl-carousel .owl-item.active .imagen {
	animation: fadeIn ease-in-out 1.5s 0.6s both;
}
.owl-carousel .owl-item.active h2 {
	animation: fadeIn ease-in-out 1.8s 0.3s both;
}
.owl-carousel .owl-item.active .texto {
	animation: zoomIn ease-in-out 1.8s 0.6s both;
}
.owl-carousel .owl-item.active .btn {
	animation: bounceIn ease-in-out 1.5s 0.6s both;
}

.galeria .imagen {
	padding:0 6px;
}

.owl-nav {
	width: 100%;
	max-width: calc(100vw - 24px);
	position: absolute;
	top: 50%;
	left:50%;
	/*display: flex;*/
	justify-content: space-between;
	gap: 12px;
	margin: 30px auto;
	pointer-events: none;
	transform: translate(-50%,-100%);
	z-index: 12;
	
	display: none;
}
.owl-nav button {
	width: 21px;
	height:21px;
	border: none;
	cursor: pointer;
	background: var(--negro);
	pointer-events: all;
	opacity: 0.3;
}
.owl-nav button:hover {
	opacity: 1;
}
.owl-nav button:nth-child(1) {
	clip-path: polygon(100% 0, 100% 100%, 0% 50%);
}
.owl-nav button:nth-child(2) {
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.galeria .owl-nav {
	transform: translate(-50%,calc(-100% - 42px));
}
.galeria .owl-nav button {
	background: var(--azul);
	opacity: 1;
}
	
.owl-dots {
	width: 100%;
	text-align: center;
	position: relative;
	padding:30px 0 60px;
	z-index: 9;
}
.owl-dots .owl-dot {
	width: 18px;
	height:18px;
	background: var(--rosa2);
	position: relative;
	margin: 0 24px 0 0;
	cursor: pointer;
	border-radius: 50% !important;
	opacity: 0.6;
}
.owl-dots .owl-dot:last-child {
	margin: 0;
}
.owl-dots .owl-dot.active, 
.owl-dots .owl-dot:hover {
	opacity: 1;
}

.fondoDis {
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left:0;
	overflow: hidden;
	z-index: 1;
}
.fondoDis .textura {
	width: 120%;
	height:120%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	opacity: 0.6;
	z-index: 0;
}

.flotI {
	width: 300px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 6;
}

.cajas {
	display: flex;
	gap: 12px;
	justify-content: center;
	margin: 0 auto 60px;
	z-index: 3;
}
.cajas .box {
	width: 33.3%;
	padding:30px 48px;
	border-radius: 24px;
	background: var(--blanco);
	position: relative;
	text-align: center;
}
.cajas .box h3 {
	font-family: 'Poppins SemiBold';
	font-size: 1.5em;
	color: var(--salmon);
	text-shadow:2px 0 var(--negro), -2px 0 var(--negro), 0 2px var(--negro), 0 -2px var(--negro),
				1px 1px var(--negro), -1px -1px var(--negro), 1px -1px var(--negro), -1px 1px var(--negro);
	margin: 0 auto 18px;
}
.cajas .box img {
	width: 100%;
	margin: 0 auto 18px;
	border-radius: 12px;
}

.portaContacto {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	overflow: hidden;
}
.portaContacto > img {
	width: 27%;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
.portaContacto form {
	width: calc(50% - 24px);
	padding:48px 0;
	position: relative;
}
.portaContacto form h3 {
	font-family: 'MochiyPopOne';
	font-size: 2.4em;
	margin: 0 0 30px;
	color: var(--blanco);
	text-shadow:2px 0 var(--negro), -2px 0 var(--negro), 0 2px var(--negro), 0 -2px var(--negro),
				1px 1px var(--negro), -1px -1px var(--negro), 1px -1px var(--negro), -1px 1px var(--negro);
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
.portaContacto form p {
	font-family: 'Poppins SemiBold';
	color: var(--rojo);
	margin: 0 0 24px;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
.portaContacto form label {
	font-family: 'PlusJakarta';
	font-size: 1em;
	position: absolute;
	transform: translateY(15px);
	left: 24px;
	color: var(--rosa2);
	transition: all 0.25s ease;
	-webkit-backface-visibility: hidden;
	pointer-events: none;
}
.portaContacto form label .req {
	margin: 2px;
	color: var(--rojo);
}
.portaContacto form label.active {
	font-size: 0.7em;
	transform: translateY(54px);
	left: 18px;
}
.portaContacto form label.esp.active {
	transform: translateY(153px);
}
.portaContacto form label.active .req {
	opacity: 0;
}

.portaContacto form input,
.portaContacto form textarea,
.portaContacto form select {
	width: 100%;
	height:100%;
	display: block;
	font-family: 'PlusJakarta';
	font-size: 1em;
	padding: 15px 24px;
	color: var(--negro);
	background: var(--blanco);
	border: solid 1px var(--rosa2);
	border-radius: 30px;
	transition: border-color .25s ease, box-shadow .25s ease;
}
.portaContacto form input:focus,
.portaContacto form textarea:focus,
.portaContacto form input:focus {
  	outline: 0;
  	border-color: var(--azul);
}
.portaContacto form textarea {
	min-height: 150px;
	resize: none;
}
.field-wrap {
	width: 100%;
  	position:relative;
  	margin-bottom:30px;
}
.field-wrap img {
	width: 100%;
	margin: 0 0 -6px;
	border-radius: 18px;
}
.portaContacto form .btn {
	width: 100%;
}
.portaContacto form .flot {
	width: 75px;
	position: absolute;
	left: -99px;
	z-index: 3;
}
.portaContacto form .flot1 {
	top: 120px;
}
.portaContacto form .flot2 {
	bottom:75px;
}

footer {
	padding:48px 0;
}
footer .inter {
	width: var(--width);
	max-width: var(--maxWidth);
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}
footer .inter .box {
	width: calc(50% - 24px);
}
footer .inter .box h4 {
	font-family: 'MochiyPopOne';
	color: var(--rojo);
	font-size: 1.3em;
	margin: 0 0 15px;
}
footer .inter .box .redes {
	position: relative;
	display: flex;
	gap: 15px;
	margin: 0 0 39px;
}
footer .inter .box .redes a div {
	width: 48px;
	height:48px;
	background: var(--rojo);
	border-radius: 50%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}
footer .inter .box .redes a:hover div {
	background: var(--azul);
}
footer .inter .box .redes a div span {
	font-size: 24px;
	color: var(--blanco);
}
footer .inter .box .links {
	position: relative;
	display: flex;
	gap: 30px;
}
footer .inter .box .links a {
	font-size: 0.8em;
	color: var(--rojo);
}
footer .inter .box .links a:hover {
	text-decoration: underline;
}
footer .inter .box > img {
	width: 84px;
}

@media screen and (max-width:666px) {
	
	html {
		--width: calc(100% - 30px);
	}
	
	p,
	ul {
		font-size: 0.9em;
	}
	
	h1 {
		font-size: 2.4em;
	}
	h2 {
		font-size: 1.5em;
	}f
	
	h3 {
		font-size: 1.2em;
	}
	
	header {
		padding:30px 42px 0;
	}
	header .inter {	
		padding:0 24px;
	}
	header .inter div:nth-child(2) {
		width: 50%;
		text-align: left;
	}
	header .inter div img {
		height: 42px;
		margin: 6px 0;
	}
	header.active .inter div img {
		height: 36px;
	}
	header .inter ul.menu {
		width: 50%;
		justify-content: flex-end;
	}
	header .inter ul.menu li,
	header .inter ul.menu:first-child {
		display: none;
	}
	header .inter ul * {
		vertical-align: middle;
	}
	.btn-menu {
		display: inline-block;
		vertical-align: middle;
	}
	
	#btns a {
		font-size: 1em;
	}
	#btns a > div {
		width: 36px;
		height:36px;
	}
	
	.btn {
		font-size: 0.9em;
		padding:9px 24px;
	}

	#portada main {
		top: 24vh;
	}
	#portada main h1 {
		width: 100%;
	}
	#portada #cielo > svg {
		width: 120%;
		top: 75px;
	}
	#portada .textura {
		width: auto;
		height:99vh;
	}

	.barra {
		padding:42px 0;
	}
	.barra h2 {
		font-size: 2.1em;
	}
	.rosa2 h2 {
		font-size: 2.4em;
	}
	.rosa2 h3 {
		font-size: 1.8em;
	}
	.blanco h2 {
		font-size: 2.4em;
		padding:0;
	}
	.blanco h3 {
		font-size: 1.2em;
	}
	.barra .flot {
		width: 90px;
	}
	.barra p {
		font-size: 1em;
		margin: 39px auto 0;
	}

	.portaOnigiris .box {
		padding:6px 15px 30px;
		flex-wrap: wrap;
	}
	.portaOnigiris .box .deco {
		position: absolute;
		top: -15px;
		left:-12px;
	}
	.portaOnigiris .box .info {
		width: 85%;
		margin: 30px 0 0 15%;
	}
	.portaOnigiris .box .info::after {
		width: calc(100% - 48px);
	}
	.portaOnigiris .box .info img {
		width: calc(100% - 15px);
	}
	.portaOnigiris .box .info h3 {
		font-size: 1.3em;
	}

	#torii h2 {
		font-size: 2.4em;
	}
	#torii h3 {
		font-size: 1.8em;
		margin: 0 0 45px;
	}
	#torii h2,
	#torii h3 {
		position: relative;
		z-index: 3;
	}
	#torii .puerta {
		width: 66.6%;
	}
	#torii .flot {
		width: 120px;
	}
	#torii .flot1 {
		width: 75px;
		top: -18px;
		left:-12px;
		z-index: 1;
	}
	#torii .flot2 {
		left:3%;
	}
	#torii .flot3 {
		top: 210px;
		right:3%;
	}

	.portaListon {
		height:90px;
		border-top:   solid 2px var(--rojo);
		border-bottom:solid 2px var(--rojo);
	}
	.liston {
		width: 150vw;
		height:84px;
	}
	.liston > div {
		height: 84px;
		animation: marquee 15s linear infinite;
	}
	.liston > div h4 {
		font-size: 24px;
	}

	.instrucciones {
		padding:48px 0;
		flex-wrap: wrap;
		gap: 24px;
	}
	.instrucciones .texto {
		width: 100%;
	}
	.instrucciones .texto h3 {
		font-size: 1.8em;
	}
	.instrucciones .texto > div img {
		width: 90px;
	}
	.instrucciones .texto > div p {
		font-size: 1.2em;
	}
	.instrucciones ul {
		width: 100%;
	}
	.instrucciones ul li img {
		width: calc(100% - 15px);
	}

	.stickers {
		gap: 21px 27px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.stickers img {
		width: calc(25% - 21px);
	}

	.owl-carousel .item {
		margin: 0 9px;
		padding:24px 21px;
		border-radius: 18px;
	}
	.owl-carousel .item h2 {
		font-size: 1.7em;
	}
	.owl-carousel .item .imagen::after {
		width: calc(100% - 48px);
	}
	.owl-carousel .item .imagen img {
		width: calc(100% - 12px);
	}
	.owl-carousel .item .texto {
		padding:15px 0 27px;
	}
	.owl-carousel .item .texto h3 {
		font-size: 1.2em;
	}
	.owl-carousel .item .texto p {
		font-size: 0.6em;
	}
	
	.owl-dots {
		padding:24px 0 48px;
	}
	.owl-dots .owl-dot {
		width: 15px;
		height:15px;
		margin: 0 21px 0 0;
	}

	.fondoDis .textura {
		width: 180%;
		height:180%;
		top: 33%;
	}

	.flotI {
		width: 90px;
		top: 240px;
		left: 0;
		transform: translateY(-50%);
	}

	.cajas {
		margin: 0 auto 48px;
	}
	.cajas .box {
		width: calc(50% - 9px);
		padding:24px 18px;
		border-radius: 21px;
	}
	.cajas .box h3 {
		font-size: 1.2em;
	}

	.portaContacto {
		justify-content: center;
		overflow: visible;
	}
	.portaContacto > img {
		display: none;
	}
	.portaContacto form {
		width: calc(100% - 30px);
		padding:42px 0;
	}
	.portaContacto form h3 {
		font-size: 2.1em;
	}
	.portaContacto form label {
		font-size: 0.9em;
	}

	.portaContacto form input,
	.portaContacto form textarea,
	.portaContacto form select {
		font-size: 0.9em;
	}
	.portaContacto form .flot {
		display: none;
	}

	footer {
		padding:42px 0;
	}
	footer .inter .box {
		width: auto;
	}
	footer .inter .box h4 {
		font-size: 1em;
		margin: 0 0 12px;
	}
	footer .inter .box .redes a div {
		width: 42px;
		height:42px;
	}
	footer .inter .box .redes a div span {
		font-size: 21px;
	}
	footer .inter .box .links {
		gap: 24px;
	}
	footer .inter .box .links a {
		font-size: 0.7em;
	}
	footer .inter .box:last-child {
		text-align: right;
	}
	footer .inter .box > img {
		width: 72px;
	}
	
}