.slide{
  height: 100vh;
  background-size: cover;
  transition: .2s;
}
.slide a{
  position: absolute;
  width: 100%;
  height: 100%;
}
p{
	margin: 0;
	padding: 1%;
}
.slide-down1{
  margin-top: 0%;
  transition: 1s;
}
.seccion1{
	display: flex;
	flex-direction: column;
	margin-bottom: 1%;
  transition: 1s;
}
.seccion2{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.text-video{
	position: absolute;
    top: 26%;
    color: white;
    font-family: bango;
    font-size: 2.7rem;
    line-height: 58px;
    margin: auto;
}
.bar-c {
  overflow: hidden;
  height: 30px;
  width: 40px;
  margin: 0 auto;
  position: absolute;
  cursor: pointer;
  top: 53%;
}
.bar {
  height: 1px;
  width: 3px;
  display: inline-block;
  background-color: #ffffd2;
  bottom: 0;
  position: absolute;
  -webkit-animation-duration: 500ms;
  -webkit-animation-play-state: running;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
.bar.noAnim {
  -webkit-animation: none;
  -webkit-animation-name: none;
}
.bar#bar-1 {
  left: 0;
  -webkit-animation-name: danceHeight1;
  -webkit-animation-delay: 0ms;
}
.bar#bar-2 {
  left: 6px;
  -webkit-animation-name: danceHeight2;
  -webkit-animation-delay: 300ms;
}
.bar#bar-3 {
  left: 12px;
  -webkit-animation-name: danceHeight3;
  -webkit-animation-delay: 600ms;
}
.bar#bar-4 {
  left: 18px;
  -webkit-animation-name: danceHeight4;
  -webkit-animation-delay: 900ms;
}
.bar#bar-5 {
  left: 24px;
  -webkit-animation-name: danceHeight5;
  -webkit-animation-delay: 1200ms;
}
.bar#bar-6 {
  left: 30px;
  -webkit-animation-name: danceHeight6;
  -webkit-animation-delay: 1500ms;
}
@-webkit-keyframes danceHeight1 {
  from {
    height: 1px;
  }
  to {
    height: 22px;
  }
}
@-webkit-keyframes danceHeight2 {
  from {
    height: 1px;
  }
  to {
    height: 15px;
  }
}
@-webkit-keyframes danceHeight3 {
  from {
    height: 1px;
  }
  to {
    height: 30px;
  }
}
@-webkit-keyframes danceHeight4 {
  from {
    height: 1px;
  }
  to {
    height: 20px;
  }
}
@-webkit-keyframes danceHeight5 {
  from {
    height: 1px;
  }
  to {
    height: 15px;
  }
}
@-webkit-keyframes danceHeight6 {
  from {
    height: 1px;
  }
  to {
    height: 15px;
  }
}
.seccion3{
	display: flex;
    position: relative;
    align-items: center;
    overflow: hidden;
}
.left-img{
	width: 44%;
    background: #e9154b;
    margin: 2% 0% 10% 4%;
    padding: 7% 4%;
    z-index: 1;
    text-align: center;
    color: white;
    font-family: bango;
    border-radius: 5px;
    box-shadow: 9px 11px 6px 0px #984258db;
}
.class-img-secc{
	width: 50%;
    position: absolute;
    right: 0;
    top: 10%;
    background-image: url(../imgs/home/Banner_Principal.jpg);
    background-size: 100% 100%;
    height: 76%;
    background-position: bottom;
    box-sizing: content-box;
    border-radius: 5px;
}
.tit-secc3{
	font-size: 2rem;
}
.stit-secc3{
	font-size: 1rem;
}
.seccion4{
	display: flex;
    position: relative;
    align-items: center;
    overflow: hidden;
    flex-direction: row-reverse;
    margin-right: 3%;
}
.class-img-secc4{
	width: 50%;
	position: absolute;
	left: 0;
	top: 0%;
	background-image: url(../imgs/home/Chuck_e_cheese_LP_WEB_19.jpg);
	background-size: 100% 100%;
	height: 81%;
	background-position: bottom;
	box-sizing: content-box;
	border-radius: 5px;
	background-repeat: no-repeat;
}
.rigth-img{
	width: 44%;
	background: #743388;
	margin: 4% 0% 5% 3%;
	padding: 11% 4%;
	z-index: 1;
	text-align: center;
	color: white;
	font-family: bango;
	border-radius: 5px;
	box-shadow: -11px 11px 6px 0px #54315fb8;
}
.tit-secc4{
	font-size: 2rem;
}
.stit-secc4{
	font-size: 1rem;
}
.news{
	background: #008485;
	display: flex;
  flex-direction: row;
  color: white;
  font-family: bango;
  justify-content: center;
  text-align: center;
  padding: 2%;
  position: relative;
  margin-bottom: -1%;
}
.text-news{
	display: flex;
	justify-content: center;
	margin-right: 0%;
	width: 67%;
}
.suscribete{
	display: flex;
    justify-content: center;
    align-items: center;
}
.txt1{
	font-size: 2rem;
    margin-right: 1%;
}
.txt2{
	font-size: 2rem;
}
.btn-sucribite{
	background: #743388;
	padding: 9%;
	font-size: 1.5rem;
	border-radius: 28px;
	cursor: pointer;
}
.btn_reservar{
	background: #7cbf4b;
	width: 30%;
	padding: 2%;
	border-radius: 14px;
	margin: auto;
	margin-top: 4%;
	cursor: pointer;
}
.btn_mas{
	background: #008485;
	width: 30%;
	padding: 2%;
	border-radius: 14px;
	margin: auto;
	margin-top: 4%;
	cursor: pointer;
}
.seccion5{
  display: flex;
  margin-top: 2%;
  margin-left: 11%;
  margin-right: 5%;
  
}
.box-img{
  margin-right: 4%;
  position: relative;
  box-shadow: 0px 1px 7px 3px #000000a6;
  border-radius: 25px;
  height: auto;
  box-sizing: content-box;
}
.box-img img{
  border-radius: 25px;
  height: 100%;
  width: 100%;
}
.overlay{
  background: #7433888f;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  border-radius: 25px;
  opacity: 0;
  transition: .5s;
}
.content-visible{
  position: absolute;
  top: 29%;
  text-align: center;
  color: white;
  font-family: bango;
  font-size: 2.5rem;
  justify-content: center;
  width: 100%;
  opacity: 1;
  transition: .6s;
}
.content-hide{
  position: absolute;
  top: 11%;
  z-index: 3;
  opacity: 0;
  transition: .5s;
}
.box-img-header{
  text-align: center;
  color: white;
  font-family: bango;
  font-size: 2rem;
  margin: 0;
}
.box-img-body{
  color: white;
  font-family: Vag;
  font-size: .86rem;
  text-align: justify;
  padding: 2% 11% 7% 7%; 
}
.box-img:hover .overlay{
  opacity: 1;
}
.box-img:hover .content-hide{
  opacity: 1;
}
.box-img:hover .content-visible{
  opacity: 0;
}
.seccion6 {
  display: flex;
  position: relative;
  align-items: center;
  overflow: hidden;
}
.class-img-secc6{
	width: 50%;
    position: absolute;
    right: 0;
    top: 10%;
    background-image: url(../imgs/home/kid-check.jpg);
    background-size: 100% 100%;
    height: 76%;
    background-position: bottom;
    box-sizing: content-box;
    border-radius: 5px;
}
.left-img6{
	width: 44%;
    background: #00bfb3;
    margin: 2% 0% 10% 4%;
    padding: 7% 4%;
    z-index: 1;
    text-align: center;
    color: white;
    font-family: bango;
    border-radius: 5px;
    box-shadow: 9px 11px 6px 0px #d6d1c9;
}
@media only screen and (min-width: 1600px){
  .img-news{
    top: -232%;
  }
}
@media only screen and (max-width: 768px){
  .slider{
    height: 35vh;
  }
  .slide{
    height: 70vh;
    background-repeat: no-repeat;
  }
  .slide .info {
    top: 26%;
    left: 6%;
    width: 80%;
  }
  .img-news {
    top: -206%;
  }
  .img-news img {
    width: 43%;
  }
  div.eyes {
    width: 12%;
    top: -125.5%;
    left: 41.5%;
  }
  div.eyes div.pupil {
    background-image: url(../imgs/home/ojo-izq1.png);
  }
  .txt1{
    font-size: 1rem;
  }
  .txt2{
    font-size: 1rem;
  }
  .btn-sucribite{
    font-size: .8rem;
  }
  .text-video{
    top: 21%;
    left: 6%;
    line-height: 25px !important;
    text-align: center;
    font-size: 1rem;
  }
  .class-img-secc{
    top: 5%;
    left: 0;
    width: 100%;
    border-radius: 0;
  }
  .left-img {
    width: 82%;
    margin: 100% 0% 10% 4%;
    box-shadow: 0px 8px 6px 5px #984258db;
  }
  .class-img-secc4{
    left: 0;
    width: 100%;
    border-radius: 0;
  }
  .rigth-img {
    width: 100%;
    margin: 54% 0% 5% 3%;
  }
  .tit-secc3{
    font-size: 1.5rem;
  }
  .tit-secc4{
   font-size: 1.5rem; 
  }
  .rigth-img {
    width: 82%;
    margin: 72% 0% 5% 3%;
    position: relative;
    left: -4%;
    box-shadow: 0px 8px 6px 5px #54315fb8;
  }
  .footer1{
    display: block;
    text-align: center;
  }
  .buttons-container{
    bottom: 2%;
    right: 10%
  }
  .seccion4{
    margin-right: 0;
  }
  .seccion5{
    flex-direction: column;
}
.box-img{
    margin-bottom: 10%;
}
.box-img-body{
  font-size: 1.3rem;
}
.box-img img{
  height: 100%;
  width: 100%;
}
.class-img-secc6{
  top: 5%;
  left: 0;
  width: 100%;
  border-radius: 0;
}
.left-img6 {
  width: 82%;
  margin: 100% 0% 10% 4%;
  box-shadow: 0px 8px 6px 5px #d6d1c9;
}
}
