body
{
	margin:0;
	overflow-x: hidden;
}
@font-face {
font-family: "bango";
src: 
	url("https://chuckecheeses.com.mx/Bango.woff") format("woff"),
	url("https://chuckecheeses.com.mx/Bango.otf") format("opentype");
src: local('bango'), local('bango'), url(https://chuckecheeses.com.mx/Bango.woff) format('woff');
}
@font-face {
font-family: "VAG";
src: 
	url("https://chuckecheeses.com.mx/VAG-Rounded-Bold.woff") format("woff"),
	url("https://chuckecheeses.com.mx/VAGRoundedBold.otf") format("opentype");
src: local('VAG'), local('VAG'), url(https://chuckecheeses.com.mx/VAG-Rounded-Bold.woff) format('woff');
}
.section-xxx
{
	background: white;
    position: fixed;
    width: 96%;
    padding: 1% 2%;
	top: 0;
	z-index: 9999999999;
}
.section-xxx a
{
	color: #EA1F48;
    text-decoration: none;
}
.section-xxx p
{
    white-space: nowrap;
	margin: 0;
}
.div1-xxx
{
	display: flex;
    align-items: center;
    justify-content: left;
	width:100%;
	font-family: VAG;
	transition: 1s;
}
.div1-xxx img
{
	margin-right: 7px;
}
.div1-xxx a
{
	display: flex;
    align-items: center;
}
.div1-xxx div
{
	margin: 0% 1%;
	display: flex;
    align-items: center;
}

.div2-xxx
{
	display: flex;
    justify-content: right;
	margin-top: 1%;
	width:100%;
	font-family: VAG;
	margin-bottom: 1%;
}
.div2-xxx div
{
	margin: 0% 2%;
    text-align: center;
}
.div2-xxx p
{
	margin-top: 3px;
}
#anvorguesa
{
	cursor:pointer;
}
.prev-arrow{
	position: absolute;
	top: 50%;
	color: white;
	z-index: 99999999;
	border: none;
    background: transparent;
    font-size: 3rem;
}
.next-arrow{
	position: absolute;
	top: 50%;
	color: white;
	z-index: 99999999;
	border: none;
    right: 0;
    background: transparent;
    font-size: 3rem;
}

  .footer_cookies {
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #EA1F48;
	color: white;
	box-shadow: 0 -1px 7px 2px rgba(0,0,0,.2);
	padding: 1px 5px 10px;
	text-align: center;
	font-family: sans-serif;
	font-size: 13px;
  }
  .btn_cookies {
	width: auto;
	display: inline-block;
	padding: 12px 20px;
	font-family: bango;
	font-size: 13px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: .5px;
	border-radius: 10px;
	background-color: purple;
	color: #fff;
	transition: filter 150ms ease-out,transform 150ms ease-out;
	text-align: center;
	min-height: auto;
	text-decoration: none;
	cursor: pointer;
  
  }

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width:100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
  }
  
  .modal-content {
	font-family: VAG;
	text-align: justify;
	background-color: #fefefe;	
	margin: auto;
	padding: 20px;
	border: 2px solid #702F8A;
	width: 54%;
	height: auto;
  }
  
  .spclose {
	color: #702F8A;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .spclose:hover,
  .spclose:focus {
	color: red;
	text-decoration: none;
	cursor: pointer;
  }

.btn-terms{
	display: flex;
    justify-content: center;
    background: #743388;
    width: 40%;
    align-items: center;
    border-radius: 10px;
    font-family: Vag;
    margin-top: 2%;
	margin-bottom: 0%;
    color: white;
    cursor: pointer;
	margin-left: 50%;
	transform: translateX(-50%);
}


@media only screen and (max-width: 1024px)
{
	.div1-xxx div 
	{
		margin: 0% 3%;
	}
	.div2-xxx div a
	{
		display: flex;
		align-items: center;
	}
	.div2-xxx div
	{
		font-size: 1rem;
		margin-left: 5%;
		margin-bottom: 3%;
	}
	.icono-xxx
	{
		width: 15px;
		margin-right: 0px;
	}
	.icono2-xxx
	{
		width: 23px;
	}
	.icono3-xxx
	{
		width: 32px;
		margin-right: 5%;
	}
	.icono4-xxx
	{
		width: 25px;
		margin-right: 5%;
	}
	.icono5-xxx
	{
		width: 20px;
		margin-right: 5%;
		margin-left: 5%;
	}
	.div1-xxx p 
	{
		font-size: 1rem;
	}
	#anvorguesa
	{
		position: absolute;
		left: 0%;
		top: 0%;
		width: 10%;
		margin-top: 3%;
	}
	#anvorguesa img
	{
		width: 100%;
	}
	.div1-xxx a 
	{
		width:100%;
	}
	.logo-xxx
	{
		position: relative;
		top: 5%;
		width: 65%;
		left: 26%;
		margin-top: 0%;
	}
	.div1-xxx
	{
		margin-top: 14%;
	}
	.div2-xxx
	{
		margin-top: 6%;
		display: block;
	}
	.celuloide
	{
		display:none!important;
	}
	.slide{
		background-size: 100% 50% !important;
	}
	.btn-terms{
		
		width: 90%;
	}
	.modal-content {
		position: ab;
		top: 1px;
		width: 78%;
		height: auto;
	  }
}
footer
{
	background: white;
    padding: 2% 5%;
    font-family: VAG;
}
.footer1
{
	display: flex;
    justify-content: center;
    align-items: center;
    font-family: VAG;
}
.footer2
{
	padding-top: 2%;
    text-align: center;
}
.liga1
{
	color: #EA1F48;
    font-size: 1.2rem;
    text-decoration: none;
}
.point
{
	color: #EA1F48;
	margin: 0% 8px;
	font-size: 3rem;
}
.icon
{
	margin: 0% 1%;
}
.swal2-title{
	font-family: Bango;
}
.swal2-styled.swal2-confirm{
	background-color: #743388 !important;
}
