header{z-index: 1000;}




/*CODIGO DE VENTANA*/
#ventana{
	opacity:0;
	pointer-events:none;
	background:rgba(0,0,0,0.7);
	width:100%;
	position:fixed;
	top:0px;
	bottom:0px;
	}
#ventana:target{
	opacity:1;
	transition:all ease-in 0.5s;
	pointer-events:all;
	overflow: scroll;
	}

#contenido{
	background:#FFF;
	border-radius:10px;
	box-shadow:#000 0px 0px 20px;
	border:2px solid #0094ff;
	width:60%;
	margin:5% auto;
	padding:20px;
	}

#conteido h2{
	font-size:30px;
	color:#39F;
	margin-bottom:10px;
	}
#contenido p{
	font-size:20px;
	line-height:30px;
	color:#333;
	width:90%;
	margin:auto;
	}

/*MENU*/
*{
      margin: 0;
      padding: 0;
    }
   
   /*
    header{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      transition: 0.7s;
      padding: 30px 20px;
      z-index: 1000;
    }
    header.abajo{
      background: #fff;
      padding: 15px 20px;
    }
    header .logo{
      position: relative;
      color: #fff;
      font-weight: bold;
      font-size: 2em;
      letter-spacing: 2px;
      transition: 1.5s;
      text-decoration: none;
    }
    nav{
      display: flex;
      justify-content: center;
      align-items: center;
    }

    header ul{
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    header ul li{
      list-style: none;
    }

    
    header ul li a{
      position: relative;
      font-family: helvetica;
      margin: 0 15px;
      text-decoration: none;
      color: #fff;
      letter-spacing: 2px;
      font-weight: 600;
      transition: 0.7s;
    }

    .zona1{
      position: relative;
      width: 100%;
      height: 100vh;
      background: url(../images/tolatongo.png);
      background-size: cover;
      background-position: center center;
    }
    header.abajo .logo,
    header.abajo ul li a{
      color: #000;
    }

    */

/*btn whats*/
.btn-whats{
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #6CD94E;
  z-index: 2000;
  padding: 5px;
  width: 75px;
  height: 75px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  z-index: 1002;
}
.btn-whats .fa-whatsapp{
  position: relative;
  color: #fff;
  font-size: 60px;
}

.mensaje-dudas{
  background: #F2E394;
  padding: 10px;
  border-radius: 5px;
  font-size: 20px;
  position: fixed;
  width: 180px;
  text-align: center;
  right: 120px;
  bottom: 45px;
  z-index: 1002;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;

}
.mensaje-dudas i{
  position: absolute;
  top: 5px ;
  right: 5px;
  font-size: 17px;
  color: #1e1e1e;
  z-index: 1002;
  cursor: pointer;
}
/*****/
/*VIDEO
section{
	position: relative;
	z-index: 10;
}
.promo{
	position: relative;
	z-index: 10;
}
#hero{
	min-height: 100vh;
	position: relative;
}
*/
video{
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.capa{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: #1c1c1d;
	opacity: 0.5;
	mix-blend-mode: overlay;
}