@import url('slider3panel/normalize.css');

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}
a{
	text-decoration: none;
}
/* General Demo Style */
body{
	font-family: 'Alegreya Sans', sans-serif;
	background: #fff100;
	background-image: url(../img/main/zuma-b2.jpg);
	background-repeat: repeat;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	overflow-x: hidden;
}	
.centeralign {
	text-align: center;
}
.headertitle {
margin: 0 auto;
position: absolute;
text-align: right;
width: 100%;
z-index: 3000;
}
.headertitle p {
color: #000;
font-size: 1em;
margin: 0;
}
.insidetitle {
clear: both;
max-width: 80em; /* 1200px / 13 */
margin: 0 auto;
padding: 0;
position: relative;
width: 80%; /* 1000px / 1250px */
}
.headertitle .button2 {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	margin-right: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #fffbd4;		
}
.headertitle .button2:visited { 
	color : #666;
}
.headertitle .button2:hover, .headertitle .button2:active {
	background: #fff 0 50%;
	border: 3px solid #fff;
}

.container2{
	background: #fff100;
	background: -webkit-radial-gradient(#fff, #fff100);
	background: -o-radial-gradient(#fff, #fff100);
	background: -moz-radial-gradient(#fff, #fff100);
	background: radial-gradient(#fff, #fff100);
	width: 100%;
	position: relative;
}
.eng {
	font-weight: 300;
	font-size: 1.2em;
	line-height: 24px;
	text-align: right;
	z-index: 9999;
	padding: 6px;
	position: relative;
	width: 80%;
	left: 10%;
}
.eng a:link{
	color: #000;
	text-decoration: none;
}
.eng a:visited {
	color: #333;
}
.eng a:hover, .eng a:active {
	background: #ec1c24;
	border: 2px solid #fffbd4;
	border-radius: 3px;
	color: #fff;
	font-weight: 700;
	padding: 12px 12px 0 12px;
}
.logo {
	padding-top: 63px;
	text-align: center;
	position: relative;
}
.logo a:hover {
	background: none;
	border: none;
}

.container{
	width: 100%;
	position: relative;
}
.header {
	text-align: center;
}
	
/*Nav*/
.nav {
	line-height: 21px;
	background: #ec1c24;
	background: -webkit-linear-gradient(#fff100, #ec1c24);
	background: -o-linear-gradient(#fff100, #ec1c24);
	background: -moz-linear-gradient(#fff100, #ec1c24);
	background: linear-gradient(#fff100, #ec1c24);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000;
	box-shadow: 0px 7px 10px rgba(0,0,0,0.4);
	text-align: center;
	z-index: 2000;
	padding: 2px;
	margin: 0;
	position: relative;
}
.nav h2 {
	color: #fff;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: 300;
	margin: 0;
}
.nav a{
	padding: 0 25px;
	letter-spacing: 2px;
	display: inline-block;
	text-decoration: none;
}

.nav a:hover h2 {
	color: #000;
}
.nav span.right{
	float: right;
}
.nav span.right a{
	float: left;
	display: block;
}
/*Nav Button*/
.button3 {
	color: #000;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

.button3 h2 {
	color: #000;
}

.button {
  margin: .4em;
  padding: .4em;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Wobble To Bottom Right */
@-webkit-keyframes wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }

  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }

  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }

  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }

  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }

  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }

  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.wobble-to-bottom-right {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-to-bottom-right:hover, .wobble-to-bottom-right:focus, .wobble-to-bottom-right:active {
	background: -webkit-rgba(255,255,255,0.6);
	background: -o-rgba(255,255,255,0.6);
	background: -moz-rgba(255,255,255,0.6);
	background: rgba(255,255,255,0.6);
	border: 2px solid #fff000;
	border-radius: 13px;
  -webkit-animation-name: wobble-to-bottom-right;
  animation-name: wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Top Right */
@-webkit-keyframes wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }

  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }

  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }

  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }

  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }

  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }

  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.wobble-to-top-right {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-to-top-right:hover, .wobble-to-top-right:focus, .wobble-to-top-right:active {
  -webkit-animation-name: wobble-to-top-right;
  animation-name: wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*--nav button--*/
h1 {
	font-family: 'Paytone One', sans-serif;
	color: #ec1c24;
	padding: 0;
	margin: 0;
}
h2 {
	font-family: 'Paytone One', sans-serif;
	color: #ec1c24;
}

p {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 1.4em;
}

.container3 p {
	font-size: .9em;
}
.orange {
	color: #F60;
}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.main{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.footer {
	background: url(../img/main/dulces-zuma-3.png);
	line-height: 24px;
	font-weight: bold;
	height: 367px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
}

.container3 a:link {
	color: #000;
	text-decoration: underline;
}
.container3 a:hover {
	color: #ec1c24;
}
.container3{
	background: #fff100;
	border-top: 2px #000 solid;
	border-bottom: 2px #fff100 solid;
	margin: 0;
	width: 100%;
	position: relative;
}
/* Grow Rotate */
.grow-rotate {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.grow-rotate:hover, .grow-rotate:focus, .grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(-4deg);
  transform: scale(1.1) rotate(-4deg);
}

@media only screen and (max-width: 480px) {
	.headertitle {
		text-align: center;
	}
	
	.logo {
		padding-top: 135px;
	}
	
	.footer {
		background-size: contain;
		height: 150px;
}
	h2 {
		font-size: 1em;
	}
	p {
		font-size: 1em;
	}