
@font-face {
	font-family: 'CormorantGaramond-Regular';
	src: url(./fonts/Cormorant_Garamond/CormorantGaramond-Regular.ttf) format("truetype");
}
@font-face {
	font-family: 'CormorantGaramond-SemiBold';
	src: url(./fonts/Cormorant_Garamond/CormorantGaramond-SemiBold.ttf) format("truetype");
}
@font-face {
	font-family: 'CormorantGaramond-Bold';
	src: url(./fonts/Cormorant_Garamond/CormorantGaramond-Bold.ttf) format("truetype");
}
@font-face {
	font-family: 'CormorantGaramond-SemiBoldItalic';
	src: url(./fonts/Cormorant_Garamond/CormorantGaramond-SemiBoldItalic.ttf) format("truetype");
}
@font-face {
	font-family: 'Poppins-Light';
	src: url(./fonts/Poppins/Poppins-Light.ttf) format("truetype");
}
@font-face {
	font-family: 'Poppins-Bold';
	src: url(./fonts/Poppins/Poppins-Bold.ttf) format("truetype");
}
html, body {
    overflow-x: hidden; 
}
body{
/*	background-image: url('./img/fondo.png'); */
	font-family: 'Poppins-Light', serif;
	background-color: #1a1a1a;
	color: #e1d4ba;
}
.bg-violeta{
	background-color: #faaadd;
}
.mont-b{
	font-weight: 600;
}
.container-fluid{
	overflow: hidden;
	padding-right: 10px;
    padding-left: 10px;
}
p{
	font-size: .9rem;
}
/* FORMULARIO */

.hidden{
	display: none !important;
}

.ml{
	margin-left: 3%;
}
.ml3{
	margin-left: 3.5%;
}

.campo{
	float: left;
	margin-bottom: 10px;
	width: 48.5%;
}
.campo.campo3{
	width: 31%;
}
.campoFull{
	border: 0;
	margin-bottom: 10px;
	width: 100%;
}

label,	
.campo,
.campoFull,
.form-control{
	color: #e1d4ba;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 1px;
}	
select,
.form-control{
	margin-bottom: 1.5rem;
	position: relative;
	z-index: 999;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='radio']{
	cursor: pointer;
}
label{
	color: #FFF;
	font-weight: 500;
	font-size: 1.1em;
	margin-bottom: 0;
}	
label.error {
	color: #e42320;
    font-size: 0.85em;
}
#livomLink a{
	color: #e1d4ba;
	font-size: 0.7em;
}

.success.circle{
	color: #FFF ;
}
.form-control:focus,
.form-control {
  color: #e1d4ba;
  border: 0;
  border-bottom: 1px solid #e1d4ba;
  background-color: transparent;
  padding-left: 1px;
}
.form-control.error {
  border-bottom: 1px solid #e42320;
}

form{
	padding: 40px;
   /* background-color: #beb8af;*/
}
#contactoFooter form{
	padding: 0;
}
#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 1;
  background-color: #014880;
  z-index: 99;
  text-align: center;

}
#header #centro span{
	font-family: 'CormorantGaramond-Regular';
	font-size: 1.4rem;
	letter-spacing: 3px;
	margin-bottom: .5rem;
}
#barcodeRing{
    left: 50%;
    top: 54%;
    width: 31%;
    z-index: 99;
    transform: translate(-50%, 0%) !important;
    margin: 0;
}
#header #logoHeader{
	width: 65%;
}
.gracias #header{
	height: 100vh;
}
#header .logo{
	margin-left: 50px;
}
#header.sticky .logo{
	display: block !important;
	padding-top: 5px;
}
#header #footer{
	transition: .4s;
}
#header.sticky #footer{
	position: fixed;
/*	left: 15px; */
    z-index: 999999999999 !important;
    position: fixed;
    width: 100%;
    padding-top: 10px !important;
}
#header.gracias #headerTitle{
	height: 90vh;
}
#header #headerTitle .h1{
	width: 70%;
    /* margin-left: auto; */
    margin: auto;
	margin-top: 40%;
}
#header #headerTitle .h1 span{
	/* display: block; */
	font-size: 4.5rem;
	font-weight: 300;
	/* line-height: 7.2rem; */
	letter-spacing: 8px;
}
#header #headerTitle .h1 span.amp{
	font-size: 9rem;
	font-weight: 100;
	color: #fbcee6;
}
#header #headerTitle .h1 span.izq{
	/* margin-left: 140px;
	padding-left: 50px; */
}
#header #headerTitle .h1 span.bb{
	border-bottom: 1px solid #fbcee6;
	/* padding-left: 50px; */
}
#header #headerTitle .h1 span.sub{
	display: block;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 2.1rem;
	letter-spacing: 4px;
	margin-top: 20px;
	width: fit-content;
}
#header{
	background-color: #e1d4ba;
	/* background-image: url('./img/1-splash-ana-mayorista.jpg'); */
	background-size: cover;
	color: #1a1a1a;
	height: 100vh;
}
#hacedoresHeader{
	opacity: 0;
    font-size: 5rem;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0px);
    position: fixed !important;
    font-family: 'CormorantGaramond-Bold';
    top: 40vh;
    transition: .5s;
    width: 100%;
    text-align: center;
}

#header-nav{
	height: 8%;
	position: fixed;
	opacity: 0;
    transition: .5s;
	z-index: 999;
}
#header-nav.sticky{
	background-color: #717171b8;
}
#barcodeHead{
	font-size: 2.2rem;
    position: fixed;
    /* top: 0.6vw; */
    left: 10.229167vw;
}
#barcodeHead a{
	color: inherit;
	text-decoration: none;
}
#barcodeHead strong{
	font-family: 'Poppins-Bold';
}
.opacity-100{
	opacity: 1 !important;
}
.pl-0{
	padding-left: 0 !important;
}
.pr-0{
	padding-right: 0 !important;
}
#headerTitle img{
	width: 50%;
    margin-bottom: 80px;
}
#headerTitle{
	padding-top: 0 !important;
}
#headerTitle .logoAwua{
	/* padding-top: 40px !important; */
}
#headerTitle .logoAwua h2{
	background-color: #5ba8bf;
	line-height: 1.5em;
	letter-spacing: 2px;
	font-weight: 400;
	padding: 10px 15px;
	font-size: 1.65em;
}
li .nav-link{
	color: #fff !important;
	padding: 0;
}
li .nav-link,
li .nav-link img{
	width: 50px;
}
li .nav-link img{
	padding-right: 10px;
    padding-left: 10px;	
}
li .nav-link.der{
	border-left: 1px solid; 
	/* border-right: 1px solid;  */
}
footer li .nav-link.der{
	border-color: #FFF;
}
#header-nav img.logo{
	width: 183px;
    margin-left: 40px;
    margin-top: -2px;
}
#header-nav ul{
	list-style: none;
	padding: 0;
    margin: auto;
}
#header-nav ul li{
	margin-right: 20px;
}
h2{
	font-size: 3em;
}

/* EVENTOS */
#eventos{
	padding-top: 4rem;
}
#eventos p{
	letter-spacing: 1px;
}
#eventos p.premium{
	font-family: 'CormorantGaramond-Regular';
	font-size: 3.8rem;
	line-height: 4.4rem;
}
#eventos .tiposEvento span{
	font-size: 8rem;
	font-family: 'CormorantGaramond-SemiBold';
	display: block;
	padding-bottom: 2rem;
	padding-top: 2rem;
	transition: -webkit-text-stroke 0.8s, -webkit-text-fill-color 0.8s;
}
#eventos #corporativos {
	background-color: white;
}

#eventos #corporativos span.default-text-style,
#eventos #sociales span{
	-webkit-text-stroke: 1px #e1d4ba;
    -webkit-text-fill-color: transparent;
}
#eventos #sociales span.default-text-style {
	-webkit-text-stroke: 0;
	-webkit-text-fill-color: initial;
}
#eventos #corporativos span{
	margin-left: -.75em;
	position: relative;
    z-index: 9;
}
#eventos #corporativos img#barrasPremium{
	position: absolute;
    top: -16%;
    left: 10%;
    width: 22%;
    z-index: 10;

	transition: transform 0.3s linear;
	transform: rotate(150deg); /* Starting rotation */
}
#eventos #corporativos > div{
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 115%;
    transform: translate(0px, 15%);
}
#eventos h2{
	font-family: 'CormorantGaramond-Regular';
}
#eventos #experiencia{
	position: relative;
	padding-bottom: 80px;
}
#eventos #experiencia p{
	font-family: 'CormorantGaramond-SemiBoldItalic';
	font-size: 3rem;
	letter-spacing: 1px;
	line-height: 1em;
}
#eventos #experiencia img{
	position: absolute;
	margin-top: 50px;
	transition: margin-top 0.5s linear;
	width: 40px;
	right: -12%;
}
#fotoCalidad{
	position: relative;
	width: 27%;
}
#fotoCalidad h3{
	position: absolute;
	top: 35%;
    right: -45%;
}
img.marco{
	position: absolute;
	top: -25%;
	left: -15%;
	transition: top 0.1s;
}
#calidad p{
	margin-left: 2rem;
    letter-spacing: 1px;
    padding-bottom: 3rem;
    z-index: 99;
}
h3{
	font-family: 'CormorantGaramond-SemiBold';
	font-size: 3rem;
	letter-spacing: 4px;
	margin-bottom: 1.5rem;
}
h4{
	font-family: 'CormorantGaramond-SemiBold';
	font-size: 1.8rem;
	letter-spacing: 4px;
}
#expContent #textoExperiencia{
	padding-top: 50px;
	padding-left: 50px;
}
#expContent div h3{
}
.fotoExperiencia{
	position: relative;
	width: 30%;
    margin-left: 5rem;
}
.fotoExperiencia .marco{
	top: 30%;
    left: -8%;
}
#expContent div p{
	letter-spacing: 1px;
}
#fotoRespaldo{
	position: relative;
	width: 30%;
}
#fotoRespaldo .estrellas{
	position: absolute;
	right: -10%;
	top: -5%;
	width: 15%;
	transition: width 0.1s;
}
#fotoRespaldo .foto{
	width: 85%;
    margin: auto;
    display: block;
	position: relative;
	z-index: 99;
}
#fotoRespaldo .marco{
	left: 50%;
    top: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
	z-index: 88;
}
#respaldo div {
	margin-left: 3rem;
}
#respaldo div p{
	letter-spacing: 1px;
}
#arpilar{
	margin-top: 5rem;
}
#arpilaEstrella{
	top: 20%;
	transition: top 0.1s linear;
	left: -3%;
	position: absolute;
	width: 25px;
}
#logoArpilar{
	display: block;
	border-right: 1px solid #f6f4f0;
	padding: 4%;
	margin-right: 4%;
	width: 35%;
}
#arpilar p{
	line-height: 1.3em;
	margin-bottom: 0;
}
#arcoContacto{
	width: 65%;
}
#contacto {
	background-image: url('./1x/foto-contacto.jpg');
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}
::placeholder,
select{
	color: #e1d4ba !important;
}
select {
	background-color: transparent;
	width: 100%;
	border: 0;
	border-bottom: 1px solid;

}
select option{
	color: #222 !important;
}
select.form-control {
    -webkit-appearance: menulist;
}
.btnSbmt,
.btnSbmt:hover{
	color: #1a1a1a;
	background-color: #e1d4ba;
	border-color: #1a1a1a;
	font-family: 'CormorantGaramond-Bold';
	font-size: 1.75rem;
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
#contacto h2{
	font-size: 1.5em;
	color: #f6f4f0;
	margin-bottom: 10px;
	letter-spacing: 3px;
}
h2.center,
#contacto h2,
#contacto p,
#promos{
	/* color: #f6f4f0; */
}
#contacto p{
	font-size: 1.1em;
	letter-spacing: 2px;
}
#contacto #hacedores{
	display: block;
	font-size: 1.4rem;
	line-height: 1.45rem;
	font-family: 'CormorantGaramond-Regular';
	letter-spacing: 5px;
	margin-right: 50px;
}
.footer .logo{
	width: 30%;
}
#footer p a,
#footer span{
	font-weight: 600;
	color: #FFF;
}
#footerSocial{
	list-style: none;
	margin-bottom: 0;
}
#footerSocial li{
	display: inline-block;
}
#footerSocial i{
	color: #fff;
	font-size: 30px;
}
#livomLink{
	margin-top: 10px;
	margin-bottom: 10px;
}
#whatsapp {
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 70px;
	transition: 0.3s;
	z-index: 9999;
}
#whatsapp:hover{
	bottom: 30px;
}
#whatsapp img{
	width: 100%;
}
.row.galeria > div{
	padding: 0;
}
.carousel-item img{
	width: 100%;
}
.carousel-control-next-icon {
    background-image: url("./img/flecha-der.svg");
}
.carousel-control-prev-icon {
    background-image: url("./img/flecha-izq.svg");
}
.carousel-control-prev{
	left: -15%;
}
.carousel-control-next{
	right: -15%;
}
.carousel-item img{
	width: 100%;
}

.relative{
	position: relative;
}
h2.center{
	letter-spacing: 3px;
}
.center{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
	text-align: center;
}
.img-center{
	width: 12%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
.hidden{
	display:none !important;
}
.error{
	border: 1px solid red;
	color: red !important;
}
.error::placeholder{
	color: red !important;
}
#contactoFooter{
	background-color: #dea03c;
	padding-top: 100px;
	padding-bottom: 100px;
}
#contactoFooter{
	color: #FFF;
}
footer{
	border-top: 1px solid;
	padding-top: 2rem;
}
footer #sumate{
	font-size: 1.8rem;
	font-family: 'CormorantGaramond-Regular';
	letter-spacing: 2px;
}
#contactoFooter h5{
	/* font-family: 'CormorantGaramond-Regular', sans-serif; */
}
#hacedoresVert{
	transform: rotate(-90deg);
    display: block;
    width: fit-content;
    position: absolute;
    left: 0;
    top: 50%;
	font-family: 'CormorantGaramond-Regular';
    font-size: 1.4rem;
    letter-spacing: 5px;
}
#sumate{
	cursor: pointer;
}
#staffPopup{
	background-color: #e1d4ba;
	color: #1a1a1a;
	position: absolute;
	padding: 30px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 45%;
	z-index: 999999;
}
#staffPopup .form-control{
	color: #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
}
#staffPopup ::placeholder{
	color: #1a1a1a !important;
}
#staffPopup h3{
	font-size: 2.2rem;
}
#staffPopup p{
	font-size: 1.2rem;
}
#staffPopup .btnSbmt, 
#staffPopup .btnSbmt:hover{
	background-color: #1a1a1a;
    color: #e1d4ba;
    border-color: #1a1a1a;
    font-size: 1.75rem;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
#closePopup{
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 20px;
	width: 30px;
    height: 30px;
}
@media (min-width: 1600px) {
	#eventos #corporativos > div{
		width: 109%;
	}
}
@media (max-width: 1450px) {
	#barcodeRing {
		top: 48%;
		width: 20%;
	}
	#eventos #corporativos > div {
		width: 110%;
	}
	.reserve_btn{
		/* top: 2.229167vw; */
	}
	#barcodeHead{
		/* top: 1.6vw; */
	}
	.gnav_btn{
		top: 2.229167vw;
	}
}
@media (max-width: 1366px) {
	#barcodeRing {
        top: 48%;
        width: 27%;
    }
	#eventos .tiposEvento span {
		font-size: 7rem;
	}
	#fotoCalidad h3 {
		top: 25%;
		right: -60%;
	}
	#hacedoresVert{
		left: -15%;
	}
	#eventos p.premium {
		font-family: 'CormorantGaramond-Regular';
		font-size: 3rem;
	}
}
@media (max-width: 1200px) {
	#eventos p.premium{
		font-size: 2.8rem;
		line-height: 3rem;
	}
	#eventos .tiposEvento span {
		font-size: 6rem;
		z-index: 9999;
        position: relative;
	}
	#respaldo{
		margin-top: 3rem;
	}
	#logoArpilar{
		width: 65%;
	}
	#eventos #corporativos > div{
		width: 105%;
	}
	#fotoCalidad h3{
		right: -55%;
	}
	#fotoCalidad{
		width: 40%;
	}
	#calidad p{
		width: 60%;
	}
}
@media (max-width: 1031px) {
	#eventos .tiposEvento span {
        font-size: 5rem;
	}
	#fotoCalidad h3{
		top: 0;
		right: -60%;
	}
	#calidad p{
		margin-top: 10%;
		width: 50%;
	}
	#hacedoresVert{
		left: -18%;
	}
}
@media (max-width: 880px) {
	#staffPopup{
		width: 70%;
	}
	#eventos p{
		margin-top: 15%;
		padding-right: 30px;
	}
	#eventos p.premium{
		margin-bottom: 10rem;
	}
	#sociales{
		z-index: 999;
    	position: relative;
	}
	.tiposEvento #sociales span{
		position: absolute !important;
		margin-top: -20%;
		z-index: 99999;
	}
	#eventos #corporativos img#barrasPremium{
		left: 70%;
	}
	#fotoCalidad{
		width: 40%;
	}
	#calidad p{
		width: 60%;
	}
	#fotoCalidad h3 {
        right: -70%;
        top: 5%;
    }
	.fotoExperiencia {
		position: relative;
		width: 38%;
		margin-left: 2%;
	}
	#expContent #textoExperiencia{
		padding-left: 0;
		width: 60%;
	}
	#hacedoresVert{
		font-size: 1.2rem;
		left: -37%;
	}
	#respaldo #fotoRespaldo {
		margin: auto;
        margin-bottom: 3rem;
        width: 50%;
	}
	#respaldoText{
		margin-left: 2rem;
		width: 60%;
	}
	#logoArpilar{
		margin: auto;
		border-right: 0;
	}
	#arpilar p{
		margin-top: 1rem;
		width: fit-content;
		margin: auto;
		padding: 0;
	}
	.footer .logo {
		width: 70%;
		margin: auto;
	}
	footer #sumate {
		font-size: 1.3rem;
	}	
}
@media (max-width: 768px) and (orientation: portrait) {
	#barcodeRing{
		top: 48%;
        width: 36%;	
	}
}
@media (max-width: 620px) and (orientation: portrait) {
	#eventos p.premium{
		margin-top: 0%;
	}
	#eventos .tiposEvento span {
        font-size: 6.5rem;
	}
	#eventos #corporativos span {
		margin-left: -.35em;
	}
	#eventos #experiencia p{
		font-size: 2.5rem;
		margin-top: 5%;
	}
	h2{
		font-size: 2.75rem;
	}
	#hacedoresVert {
        font-size: 1.1rem;
        left: -32%;
	}
	#contacto p {
        margin-top: 0%;
	}
	#staffPopup{
		width: 90%;
	}
}
@media (max-width: 545px) {
	#loading svg {
		margin-top: -10%;
	}
	#staffPopup{
		width: 98%;
	}
	#staffPopup form{
		padding: 20px;
	}
	#staffPopup h3{
		font-size: 1.8rem;
		margin-top: 1rem;
		margin-bottom: 0;
	}
	#staffPopup p{
		margin-top: 1rem;
	}
	#barcodeRing{
		top: 48%;
        width: 64%;
	}
	#hacedoresHeader{
		font-size: 1.75rem;
	}
	#header{
		background-image: url('./img/1-splash-ana-mayorista-mob.jpg');
		background-position: left;
	}
	#header #headerTitle .h1{
		margin-top: 20%;
		width: 100%;
		margin-left: 0;
	}
	#header #headerTitle .h1 span{
		font-size: 3rem;
		/* line-height: 6.2rem; */
	}
	#header #headerTitle .h1 span.izq{
		margin-left: 0px;
		padding-left: 0px;
	}
	#header #headerTitle .h1 span.amp{
		font-size: 6rem;
	}
	#header #headerTitle .h1 span.sub{
		margin-left: 0;
		font-size: 1.3rem;
	}
	#header #logoHeader {
		width: 100%;
	}
	#header #centro span {
		font-size: 1.2rem;
	}
	#whatsapp{
		right: 10px;
    	width: 60px;
	}
	#header .logo{
		margin: auto !important;
		margin-bottom: 20px !important;
		margin-top: 20px !important;
	}
	#eventos p.premium{
		font-size: 1.8rem;
		line-height: 2rem;
		margin-bottom: 5rem;
	}
	#eventos .tiposEvento span {
		font-size: 3.7rem;
	}
	#sociales{
		position: relative;
    	z-index: 99;
	}
	h2 {
		font-size: 2em;
	}
	h3{
		font-size: 2.5rem;
	}
	#eventos #corporativos > div {
        width: 100% !important;
    }
	.servicioBarras,
	.tiposEvento{
		margin-top: 4rem;
	}
	#eventos #experiencia p{
		font-size: 2rem;
	}
	#expContent img {
		width: 60%;
	}
	#calidad img {
		left: -8%;
		width: 70%;
	}
	#calidad p {
		margin-top: 1rem;
        margin-left: 5rem;
        font-size: 1rem;
        letter-spacing: 1px;
        padding-bottom: 3rem;
        width: auto;
	}
	#expContent div {
		padding-top: 0px;
		padding-left: 2rem;
	}
	#eventos #corporativos > div{
		width: 100%;
	}
	#eventos #corporativos span{
		margin-left: 0;
	}
	#eventos #experiencia img{
		right: 5%;
	}
	#respaldo img {
		width: 55%;
	}
	#respaldo div{
		margin-bottom: 2rem;
		width: auto;
	}
	#fotoCalidad {
		position: relative;
		width: 65%;
		margin-left: 5%;
	}
	#fotoCalidad h3 {
		top: 47%;
        left: 60%;
		width: fit-content;
    }
	.fotoExperiencia{
		margin-left: 0;
		width: 95%;
        text-align: end;
		display: block;
	}
	.fotoExperiencia .marco {
		left: 35%;
	}
	#expContent #textoExperiencia{
		width: auto;
	}
	#textoExperiencia p{
		font-size: 1rem;
		padding-right: 0;
	}
	#hacedoresVert {
		left: -38%;
		font-size: 1rem;
		top: 10%;
    }
	#textoExperiencia,
	#respaldo div {
		margin-left: 20px;
	}
	#marcoExperiencia1{
		width: 70%;
	}
	#fotoRespaldo{
		width: 80%;
	}
	#arpilar {
		margin-top: 3rem;
	}
	#arpilaEstrella{
		position: relative;
		top:0;
		left: 5%;
	}
	#arpilar p{
		padding: 10px;
	}
	h4{
		font-size: 1.4rem;
	}
	#contacto p{
		font-size: 1em;
    	letter-spacing: 1px;
	}
	form {
		padding: 20px;
	}
	#logoArpilar{
		display: block;
		padding: 0;
		border: 0;
		margin-top: 1rem;
		margin-bottom: 1rem;
		width: 100%;
        text-align: center;
	}
	#logoArpilar img{
		width: 60%;
	}
	#footerSocial {
		margin-right: 0 !important;
	}
	#headerTitle img{
		padding-right: 0px;
		height: 50px;
		margin-left: auto;
    	margin-right: auto;
	}
	#headerTitle {
		padding-top: 0px !important;
	}		
	#barcodeHead {
		font-size: 1.5rem;
		position: fixed;
		top: 1.25%;
        left: 2.229167vw;
	}
	#servicios{
		background-position: right;
	}
	#footerSocial{
		margin-top: 30px;
		padding: 0;
	}
	.footer .logo {
		margin: auto;
		margin-bottom: 2rem;
		display: block;
		width: 40%;
	}
	.navbar-toggler{
		background-color: white;
	}
}
@media (max-width: 375px) {
		

}
@media (min-width: 2000px) {
	#barcodeRing {
		top: 48%;
		width: 11%;
	}
}

#loading.is-open {
	transform: translateY(-100%);
}

#loading .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

#loading {
	position: fixed;
	inset: 0;
	z-index: 100000;
	height: 200%;
	background: #e2d4ba;
	background: linear-gradient(180deg, #e2d4ba 70%, rgb(255 255 255 / 0%) 90%);
	transition: 1.2s .5s cubic-bezier(0.72, 0, 0.29, 0.99);
}

#loading svg {
	width: 25%;
	max-width: fit-content;
	/* fill: #bea976; */
	transition: 1s cubic-bezier(0.72, 0, 0.29, 0.99);
}

#loading.is-open svg {
	filter: blur(10px);
	opacity: 0;
}

/* btn*/ 
/* btn ********************************************** */
.btn_list {
	display: flex;
	justify-content: center;
	gap: 54px;
  }
  
  .btn :where(a) {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 5.8em;
	height: 5.8em;
	margin-inline: auto;
	max-width: 88px;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0.1em;
	line-height: 1;
	border-radius: 50%;
	text-decoration: none;
	margin-bottom: .5rem;
	color: #1a1a1a;
}
.btn :where(a):hover {
	  color: #1a1a1a;
}
  @media (max-width: 600px) { /* Ejemplo de punto de quiebre */
	.btn :where(a) {
	  max-width: 100%;
	  width: 5em;
	  height: 5em;
	}
  }
  
  .btn :where(a)::before,
  .btn :where(a)::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	display: block;
	background-color: rgba(190, 168, 116, 0.3);
	border-radius: 50%;
	filter: blur(2px);
	animation-name: btn_ani;
	animation-duration: 4s;
	animation-timing-function: cubic-bezier(0.72, 0, 0.31, 0.98);
	animation-iteration-count: infinite;
  }
  
  .btn :where(a)::after {
	animation-delay: -2.5s;
  }
  
  .btn :where(a):hover::before,
  .btn :where(a):hover::after {
	animation-duration: 2s;
  }
  
  .btn :where(a):hover::after {
	animation-delay: -1.5s;
  }
  
  @media (max-width: 600px) { /* Ejemplo de punto de quiebre */
	.btn:nth-child(3n+2) :where(a)::before {
	  animation-delay: -2s;
	}
  
	.btn:nth-child(3n+2) :where(a)::after {
	  animation-delay: -4.5s;
	}
  }
  
  @media (max-width: 600px) { /* Ejemplo de punto de quiebre */
	.btn:nth-child(4n+1) :where(a)::before {
	  animation-delay: -2s;
	}
  
	.btn:nth-child(4n+1) :where(a)::after {
	  animation-delay: -4.5s;
	}
  
	.btn:nth-child(4n+2) :where(a)::before {
	  animation-delay: -1.5s;
	}
  
	.btn:nth-child(4n+2) :where(a)::after {
	  animation-delay: -4s;
	}
  }
  
  .flex>.btn a {
	max-width: 100%;
  }
  
  .btn svg {
	fill: var(--btn-clr-main, #fff);
  }
  
  .btn.btn-next_page a {
	max-width: 100%;
	border-radius: 0;
	text-align: left;
  }
  
  /* --- btn-wh --- */
  .btn-wh a {
	color: var(--btn-clr-wht, #333);
	background-color: var(--btn-bg-wht, #fff);
  }
  
  .btn-wh svg {
	fill: var(--btn-clr-wht, #333);
  }
  
  .btn-wh a:hover {
	color: var(--btn-clr-wht-hvr, #fff);
	background-color: var(--btn-bg-wht-hvr, #333);
  }
  
  .btn-wh a:hover svg {
	fill: var(--btn-clr-wht-hvr, #fff);
  }
  
  @media (max-width: 600px) { /* Ejemplo de punto de quiebre */
	.flex>.btn:not(:last-child) {
	  margin-bottom: 8px !important;
	}
  }
  