*{
	margin:0;
	padding: 0;
	
}

html{
	scroll-behavior: smooth;
}

body{
	font-family: 'Montserrat';
	background-color: black;
	color: white;
	background-image: url(..//imagenes/cap1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 -1500px;
}


/*	------------------------------ NAV         -----------------*/



nav{
	font-family: 'Montserrat';
  	width: 100%;
	position: sticky;
	background-color: white;
}

nav ul{
	margin: auto;
	height: 90px;
	width: 1158px;
	list-style: none;
}

nav .logo_con{
	margin: 0;
	float: left;
}

nav li{
	float: right;
	width: 100px;
	height: 90px;
	margin-left: 20px;
}

nav li a{
	color: #000000;
	font-size: 20px;
	width: 100%;
	text-align: center;
	height: 100%;
	display: block;
	line-height: 90px;
	text-decoration: none;
	transition: all 0.3s ease-out;
	border-radius: 0 0 20px 20px;
	transition: all 0.5s;

}

nav li a:hover{
	transition: all 0.5s;
	transform: translateY(0) scale(1.1);
}

nav ul li img{
	float: left;
	margin-left: 4px;
	width: 250px;
	margin-top: 25%;
}

.exten{
	width: 240px;
}



.pptn a{
	padding-top: 22px;
	height: 100%;
}
.pptn a:hover{
}


.logo_con{
	width: 90px;
	transition: all 0.5s;
}

.logo_con a{
	padding-top: 8px;
}

.logo_con a:hover{
	background-color: rgba(225,47,32,0.0);

}

.logo_con:hover{
	transition: all 0.5s;
	transform: translateY(0) scale(1.1);
}

#menu{
    display: none;
    z-index: 10;
}

#logomenu{
	display: none;
}

/*--------------------------- HEADER ------------------------*/
header{
	width: 100%;
	height: 500px;
	
}

header section{
	position: relative;
	width: 1158px;
	height: 280px;
	margin: auto;
	z-index: 0;
}

#matrix-text{
	width: 100%;
	height: 180px;
	line-height: 180px;
	font-size: 6.5em;
	text-align: center;
	border-radius: 100px;
	margin-top: 150px;
	margin-bottom: 10px;
	background: linear-gradient(to right,#5a0171, #d238c5, #faf303);
	animation: grande 2.5s linear infinite;
}

/*@keyframes grande{
	0%, 100%{
		transform: scale(1.1);
	}

	50%{
		transform: scale(1.05);
	}
}
*/

header h2{
	width: 100%;	
	font-size: 3.3em;
	text-align: center;
	margin-bottom: 10px;
}

header p{
	width: 88%;
	margin-left: 6%;
	font-size: 20px;
	text-align: center;
}





/*--------     por   -----------*/

#por{
	position: relative;
	width: 1158px;
	height: 400px;
	margin: auto;
}

#por h2{
	width: 100%;
	font-size: 3.5em;
	text-align: center;
	margin-bottom: 30px;
	transition: all 0.5s;
}

#por h2:hover{
	transition: all 0.5s;
}

#por article{
	width: 480px;
	height: 100px;
	float: left;
	margin-bottom: 20px;
}

#por article div{
	width: 50px;
	height: 50px;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
	border-radius: 50px;
	float: left;
	transition: all 0.5s;
}

#por article div:hover{
	transition: all 0.5s;
	transform: scale(1.2);
}

#por article p{
	margin-top: 18px;
	font-size: 20px;
}

#por .por1, #por .por3{
	margin-left: 69.5px;
}

#por .por2, #por .por4{
	margin-left: 59px;
}

#por .por1 div, #por .por4 div{
	background-color: purple;
}

#por .por2 div, #por .por3 div{
	background-color: yellow;
}


/*-------------     todos   ---------------*/

#todoss{
	background-image: url(../imagenes/juntos.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 140%;
	background-position: 0 100px;
}

#todos{
	position: relative;
	width: 1158px;
	height: 1200px;
	margin: auto;
}

#todos h2{
	width: 100%;
	height: 70px;
	font-size: 4em;
	text-align: center;
}

#todos h3{
	width: 100%;
	height: 130px;
	font-size: 5.4em;
	text-align: center;
	background: linear-gradient(to right,#5a0171, #d238c5, #faf303);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
		transition: all 1s;
}

#todos h3:hover{
	transition: all 1s;
	filter: drop-shadow(0 0 30px  rgba(239,184,16,0.5));
}

#todos p{
	width: 100%;
	font-size: 1.29em;
	text-align: center;
	transition: all 1s;
}

#todos p:hover{
	transition: all 1s;
	transform: scale(1.05);
}


#todos img{
	position: relative;
	top: 155px;
	transition: all 0.5s;
}

#todos img:hover{
	transition: all 0.5s;
	filter: drop-shadow(0 0 15px  rgba(239,184,16,0.4));
}





/*--------------------     embajador   ----------------------*/

#embajador{
	position: relative;
	width: 1158px;
	height: 500px;
	margin: auto;
	margin-top: 50px;
}

#embajador h2{
	width: 60%;
	margin-bottom: 50px;
	font-size: 4em;
	display: block;
}

#embajador .pr{
	width: 100%;
	height: 130px;
	font-weight: 700;
	font-size: 1.1em;
	text-align: center;
	font-family: 'Montserrat';
	background: linear-gradient(to right,#5a0171, #d238c5, #faf303);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

#embajador strong{
	background: linear-gradient(to right,#5a0171, #d238c5, #faf303);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}


#embajador article{	
	width: 550px;
	height: 300px;
	float: left;
	font-size: 1.3em;
	transition: all 1s;
}

#embajador article:hover{	
	transition: all 1s;
	transform: scale(1.05);
}



.emb1{
	margin-right: 58px;
}


/*----------------------------- asi ------------------------------*/


#asi{
	position: relative;
	width: 1158px;
	height: auto;
	margin: auto;
	margin-top: 150px;
	padding-bottom: 400px;
}

#asi h2{
	width: 100%;
	text-align: center;
	font-size: 4em;
	margin-bottom: 50px;
}

#asi article{
	width: 500px;
	height: auto;
	float: left;
	padding: 39.5px;
	font-size: 1.3em;
}



@keyframes show{
	from{
		opacity: 0; scale: 10%;
	}

	to{
		opacity: 1; scale: 100%;
	}
}

#asi h2{
	view-timeline-name: --reveal;

	animation-name: show;
	animation-fill-mode: both;

	animation-timeline: --reveal;
	animation-range: entry 10% cover 30%;
}



/*-------------------------- Testimonios ------------------------------*/


#test{
	width: 100%;
	height: 450px;
	margin: auto;
	margin-top: 150px;
}

#test article{
	width: 100%;
}

#test h2{
	width: 100%;
	text-align: center;
	font-size: 4em;
	height: 100px;
	margin-bottom: 50px;
}

/*-------------------ARTICULO------------------------*/
.articulo{
	width: 500px;
	height: 250px;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-right: 30px;
	background: linear-gradient(70deg, #5a0171, 10%, #000000, 95%  , #faf303 );
	border-radius: 20px;
	border: solid 2px #5a0171;
}

.articulo h3{
	width: 70%;
	display: block;
	float: left;
	margin-top: 50px;
	margin-left: 10px;
}

.articulo h4{
	width: 70%;
	display: block;
	float: left;
	margin-left: 10px;
	font-weight: 300;
}

.articulo p{
	width: 60%;
	display: block;
	white-space: normal;
	float: left;
	margin-left: 10px;
}

.articulo img{
	display: block;
	width: 120px;
	height: 120px;
	margin-top: 60px;
	float: left;
	margin-left: 20px;
	background-color: skyblue;
	border-radius: 80px;
}

.articulo .ra{
	width: 60%;
	height: 5px;
	margin: 15px 10px;
	margin-top: ;
	background: linear-gradient(to right,#5a0171, #d238c5, #faf303);
}


/*---------------SLIDER------------------*/



.slider{
	width: 100%;
	height:  var(--height);
	overflow: hidden;
	margin-bottom: 50px;
}


.slider .list{
	display: flex;
	width: 100%;
	min-width: calc(var(--width) * var(--quantity));
	position: relative;
}


.slider .list .item{
	width: var(--width);
	height: var(--height);
	position: absolute;
	left: 100%;
	animation: autoRun 10s linear infinite;
	transition: filter 0.5s;
	animation-delay: calc( (10s / var(--quantity)) * (var(--position) - 1))!important;
}

.slider .list .item img{
	
}

@keyframes autoRun{
	from{
		left: 100%;
	}

	to{
		left: calc(var(--width) * -1) ;
	}
}

.slider:hover .item{
	animation-play-state: paused!important;
	}

.slider .item:hover{
	filter: grayscale(0);
}

.slider[reverse="true"] .item{
	animation: reversePlay 10s linear infinite;
}

@keyframes reversePlay{
	from{
		left: calc(var(--width) * -1) ;
	}
	to{
		left: 100%;
	}

}

/*------------------- bonus ------------------------*/

#bonuss{
	width: 100%;
	height: 1000px;

}

#bonus{
	width: 1158px;
	height: 850px;
	margin: auto;
	background-image: url(../imagenes/portatil.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 900px;
	background-position: 360px 140px;
	
}

#bonus h2{
	position: relative;
	width: 55%;
	height: 70px;
	font-size: 4.3em;
	background-color: green;
	padding-top: 350px;
	background: linear-gradient(to right,#5a0171, #d238c5, #faf303);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

#bonus h3{
	position: relative;
	font-size: 1.6em;
	font-weight: 200;
	letter-spacing: 0.62em;
	margin-bottom: 50px;
	z-index: 1;
}

#bonus p{
	position: relative;
	width: 570px;
	font-size: 1.4em;
	z-index: 1;
}

video{
	width: 370px;
	height: 200px;
}


.cara {
  position: absolute;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 100px;
  text-align: center;
}

#muestra {
  width: 210px;
  height: 210px;
  transform-style: preserve-3d;
  margin-left: 100px;
  position: relative;
  top: -385px;
  left: 640px;
}

.perspective-box-far {
  transform: perspective(100cm) rotateX(-16deg) rotateY(33deg) rotateZ(7deg);
}

.izquip {
  transform: rotateY(-80deg) translate3d(0, 0, 50px);
}




/*-------------------------- une ------------------------------*/

#une{
	position: relative;
	width: 1158px;
	height: 350px;
	margin: auto;
	margin-top: 150px;
}

#une h2{
	width: 60%;
	height: 400px;
	font-size: 5em;
}
#une p{
	text-align: center;
	display: block;
	color: white;
	background: linear-gradient(to right,#5a0171, #d238c5, #faf303);
	border-radius: 50px;
	font-weight: bold;
	width: 460px;
	height: 70px;
	font-size: 60px;
	transition: all 0.5s;
}

#une p:hover{ 
	transition: all 0.5;
	transform: scale(1.3);
}
/*-------------------------- questions ------------------------------*/

#questions{
	position: relative;
	width: 1158px;
	height: 750px;
	margin: auto;
	margin-top: 150px;
}

#questions h2{
	width: 100%;
	font-size: 3em;
	margin-bottom: 50px;
}

#questions article{
	margin-bottom: 20px;
	transition: all 0.5s;
}

#questions article:hover{
	transition: all 0.5s;
	transform: scale(1.05);
}

#questions p{
	font-size: 1.5em;
	width: 80%;
	height: 80px;
	margin-bottom: 70px;
	margin-left: 40px;
}



.punto{
	width: 15px;
	height: 15px;
	background-color: purple;
	float: left;
	border-radius: 50px;
	margin-right: 10px;
	margin-top: 8px;
}


/*-------------------------- listo ------------------------------*/

#listo{
	position: relative;
	width: 1158px;
	height: 750px;
	margin: auto;
	margin-top: 150px;
}

#listo h2{
	width: 100%;
	text-align: center;
	font-size: 4.5em;
}

#listo img{
	position: relative;
	display: block;
	float: left;
	top: -360px;
	left: 115px;
	animation: jet 2.5s infinite ease-in-out alternate;

}

@keyframes jet{
	0%{
		transform: translateY(0%);
	}

	100%{
		transform: translateY(7%);
	}
}

#listo p{
	font-size: 1.3em;
	margin-left: 70px;
}

.lisr{
	text-decoration: none;
	text-align: center;
	width: 320px;
	line-height: 50px;
	font-size: 1.3em;
	height: 50px;
	float: left;
	color: white;
	margin-left: 50px;
	box-shadow: ;
	display: block;
	background: linear-gradient(to right,#5a0171, #d238c5, #faf303);
	border-radius: 50px;
	font-weight: bold;
	margin-top: 50px;
	transition: all 0.5s;
}

.lisc{
	text-decoration: none;
	text-align: center;
	width: 320px;
	line-height: 50px;
	font-size: 1.3em;
	height: 50px;
	float: right;
	color: white;
	margin-right: 20px;
	box-shadow: ;
	display: block;
	background: linear-gradient(to right,#5a0171, #d238c5, #faf303);
	border-radius: 50px;
	font-weight: bold;
	margin-top: 50px;
	transition: all 0.5s;
}

#listo a{
	
}

#listo a:hover{
	transition: all 0.5s;
	transform: scale(1.1);

}





/*-------------------------- FOOTER ------------------------------*/
footer{
	height: 200px;
	font-family: 'Montserrat'; 	
    font-weight: 700;
	color: white;
	border-radius: 100px 100px 0 0;
}

footer article{
	width: 1158px;
	height: 400px;
	margin: auto;
}

footer article img{
	width: 100%;
}

footer a{
	text-decoration: none;
	width: 30%;
	font-size: 20px;
	float: left;
	margin-left: 2.5%;
	margin-top: 50px;
	text-align: center;
	color: white;
	transition: all 0.3s;
	
	
}
}

footer a:hover{
	transition: all 0.5s;
	transform: scale(1.3);
}

footer article p{
	padding: 10px 0;
	text-align: center;
}



/*<------------------------- FIN TAMAÑO PC------------------------------>*/


/*<---------------------------- TAMAÑO LAPTOP---------------------------->*/

@media screen and (min-width: 1141px) and (max-width: 1300px) {



/*---------- NAV -------------*/


nav ul{
	width: 90%;
}

nav li{
	width: 10%;
	margin-left: 16px;
}

.logo_con img{
	width: 180%;
	margin-top: 30px;
}



/* ------------------- HEADER ------------------*/

header{
	width: 100%;
	height: 400px;
	background-image: url(../imagenes/fondo.png);
	background-repeat: no-repeat;
	background-color: black;
	background-size: cover;
}

header section{
	width: 90%;
}

header img{
	
}

header h1{

}


/*----------- POR   -----------*/

#por{
	width: 100%;
}

#por .por1, #por .por3{
	width: 42%;
	margin-left: 8%;
}

#por .por2 , #por .por4{
	width: 42%;
	margin-left: 5%;
}

/*----------     todos   --------------*/

#todoss{
	width: 100%;
}

#todoss #todos{
	width: 100%;
}

#todos img{
	margin-left: 10%;
	width: 80%;
}

#todos h3{
	width: 100%;
	font-size: 5em;
}

#todos p{
	width: 90%;
	margin-left: 5%;
}

/*---------------     embajador   -------------*/

#embajador{
	width: 100%;
}

#embajador h2{
	width: 80%;
	margin-left: 5%;
}

#embajador .pr{
	left: 0px;
	top: -65px;
	margin-left: 5%;
}

#embajador article{
	width: 40%;
	margin-left: 5%;
}

/*-----------     asi es   ------------*/

#asi{
	width: 100%;
}

#asi h2{
	width: 90%;
	margin-left: 5%;
}

#asi article{
	width: 38%;
	margin-left: 5%;
}



/*----------     Testimonios   ------------*/

#test{
	height: 500px;
}

/*----------     bonus   -------------*/


#bonus{
	width: 100%;
}

#bonus h2{
			width: 70%;
	    margin-left: 5%;
}


#bonus h3{
	margin-left: 5%;
}


#bonus p{

	margin-left: 5%;
}

#muestra{
	margin-left: ;
}


/*-----------     unete   --------------*/


#une{
	width: 100%;
}

#une h2{
	font-size: 6.5vw;
	margin-left: 6%;
	width: 55%;
}

/*----------     preguntas fr   --------------*/

#questions{
	width: 100%;
	height: 950px;
}

#questions h2{
	width: 90%;
	margin-left: 7%;
}

#questions article{
	width: 90%;
	margin-left: 7%;
	font-size: 1.2em;
	height: 190px;
}

#questions .pregun2{
	height: 160px;
}


#questions .pregun3{
	height: 210px;
}

/*------------     listo  -------------*/

#listo{
	width: 100%;
}

#listo h2{
	width: 100%;
}

#listo p{
	width: 80%;
}

#listo img{
	width: 20%;
  left: 42%;
  top: -10%;
  position: absolute;
}

#listo .lisc{

margin-right: 5%;

}
/*----------- FOOTER --------------*/

footer{
	width: 100%;
	height: 150px;
}

footer article{
	width: 100%;
	height: 150px;
}

footer a{
	width: 30%;
	margin-left: 2.5%;
}

}

@media screen and (min-width: 1025px) and (max-width: 1140px) {



/*---------- NAV -------------*/


nav ul{
	width: 90%;
}

nav li{
	width: 10%;
	font-size: 1vw;
	margin-left: 16px;
}

.logo_con{
	width: 5%;
}

.logo_con img{
	width: 300%;
	margin-top: 30px;
}

.exten{
	width: 23%;
}



/* ------------ HEADER ---------*/

header section{
	width: 90%;
}

header img{
	
}

#matrix-text{
	font-size: 8.5vw;
}

header p{
	font-size: 2em;
}

/*------------     Por   --------------*/

#por{
	width: 100%;
}


#por .por1, #por .por2, #por .por3, #por .por4{
	width: 80%;
	margin-left: 7%;
}

#por article p{
	font-size: 2em;
}
/*----------     todos   --------------*/

#todoss{
	width: 100%;
	height: 1350px;
}

#todoss #todos{
	width: 100%;
}

#todos img{
	margin-left: 10%;
	width: 80%;
}

#todos h2{
	margin-top: 100px;
	font-size: 3.5em;
}

#todos h3{
	width: 100%;
	font-size: 4em;
}

#todos p{
	width: 90%;
	margin-left: 5%;
	font-size: 2em;
}


/*---------------     embajador   -------------*/

#embajador{
	width: 100%;
	height: 800px;
}

#embajador h2{
	width: 60%;
	margin-left: 5%;
}

#embajador .pr{
	left: 0px;
	top: -150px;
	margin-left: 5%;
}

#embajador article{
	width: 40%;
	margin-left: 5%;
	font-size: 1.7em;
}


/*-----------     asi es   ------------*/

#asi{
	width: 100%;
	height: 1000px;
}

#asi h2{
	width: 90%;
	margin-left: 5%;
}

#asi article{
	width: 80%;
	margin-left: 5%;
	font-size: 1.8em;
}

/*----------     Testimonios   ---------------*/


/*----------     bonus   --------------*/



#bonus{
	width: 100%;
}

#bonus h2{
			width: 70%;
	    margin-left: 5%;
}


#bonus h3{
	margin-left: 5%;
}


#bonus p{

	margin-left: 5%;
}

#muestra{
	margin-left: ;
}


/*-----------     unete   --------------*/


#une{
	width: 100%;
}

#une h2{
	font-size: 7vw;
	margin-left: 6%;
	width: 60%;
}


/*----------     preguntas fr   --------------*/

#questions{
	width: 100%;
	height: 1150px;
}

#questions h2{
	width: 90%;
	margin-left: 7%;
}

#questions article{
	width: 90%;
	margin-left: 7%;
	font-size: 1.2em;
	height: 180px;
}


#questions .pregun3 p{
	width: 90%;
	height: 100%;
	display: block;
}

#questions .pregun2 {
	height: 140px;
}

#questions .pregun3 {
	height: 210px;
}



/*------------     listo  -------------*/

#listo{
	width: 70%;
	margin: 0;
	text-align: left;
}

#listo h2{
	width: 100%;
}

#listo p{
	width: 80%;
}


.lisr{
	margin-left: 10%;
	width: 40%;
	margin-right: 50%;
}

.lisc{
	float: left;
	margin-left: 10%;
	width: 40%;
	margin-right: 50%;
}

#listo img{
	position: absolute;
	left: 90%;
	top: -10%;
}



/*----------- FOOTER --------------*/

footer{
	width: 100%;
	height: 100px;
}

footer article{
	width: 100%;
	height: 220px;
}

footer article a{
	width: 20%;
}



}
/*----------------- FINAL LAPTOP----------------*/

/*------------------ TABLET------------------------*/

@media screen and (min-width: 768px) and (max-width: 1024px) {



/*---------- NAV -------------*/


#menu{
	margin-top: 25px;
	width: 120px;
	height: 120px;
	float: right;
	display: block;
	}

#logomenu{
		display: block;
		margin-top: 40px;
		margin-left: 30px;
		width: 140px;
		float: left;
	}

#logomenu img{
		width: 80%;
}

nav{
	width: 100%;
	height: 100px;
	position: relative;
}


nav ul{
	 width: 100%;
        height: auto;
        transition: .4s;
        position: absolute;
        background-color: black;
        color: white;
        top: 100px;
        z-index: 7;
}

nav img{
	width: 60%;
	float: right;
	margin-right: 10%;

}

    .abierto{ left: 0%;}
    .cerrado{ left: -120%;}



	nav ul li{
        float: none;
        width: 100%;
        margin: 0;
    }

	nav ul li a{
	color: white;
	line-height: 80px;
	padding: 0;    
    }

.pptn a{
	padding: 0;
}

     nav ul li a:hover{
    	color: white;
		background-color: rgba(197,194,214);

	}




.neg{
	display: block;
	margin-top: 3%;
	width: 70%;
	float: left;
	margin-left: 15%;
}


.logo_con{
	display: none;
}


.exten {
	width: 100%;
}



/* ------------ HEADER ---------*/

header{

	height: 600px;
}

header section{
	width: 90%;
}

header img{
	
}

#matrix-text{
	font-size: 8.5vw;
}

header p{
	font-size: 2em;
}



/*------------     Por   --------------*/

#por{
	width: 100%;
}


#por .por1, #por .por2, #por .por3, #por .por4{
	width: 90%;
	margin-left: 7%;
	margin-bottom: 50px;
}

#por article p{
	font-size: 2em;
}

#por .por2 div, #por .por3 div{
	margin-bottom: 50px;
}
/*----------     todos   --------------*/

#todoss{
	width: 100%;
	height: 1400px;
}

#todoss #todos{
	width: 100%;
}

#todos img{
	margin-left: 10%;
	width: 80%;
}

#todos h2{
	width: 80%;
	margin-left: 10%;
	margin-top: 100px;
	font-size: 4.8vw;
}

#todos h3{
	width: 100%;
	font-size: 4em;
	height: 150px;
}

#todos p{
	width: 90%;
	text-align: left;
	margin-left: 5%;
	font-size: 2em;
}




/*---------------     embajador   -------------*/

#embajador{
	width: 100%;
	height: 1000px;
}

#embajador h2{
	width: 80%;
	margin-left: 5%;
}

#embajador .pr{
	left: 0px;
	top: -150px;
	margin-left: 5%;
}

#embajador article{
	width: 80%;
	height: 310px;
	margin-left: 10%;
	font-size: 1.7em;
	margin-bottom: 50px;
}


/*-----------     asi es   ------------*/

#asi{
	width: 100%;
	height: 1150px;
}

#asi h2{
	width: 90%;
	margin-left: 5%;
}

#asi article{
	width: 80%;
	height: auto;
	margin-left: 5%;
	font-size: 1.8em;
}

/*----------     Testimonios   ---------------*/


/*----------     bonus   --------------*/



#bonus{
	width: 100%;
	height: 1200px;
	background-position: 0 450px;
}

#bonus h2{
			width: 90%;
	    margin-left: 5%;
	    padding-top: 150px;
}


#bonus h3{
	margin-left: 5%;
}


#bonus p{
	font-size: 1.8em;
	width: 85%;
	height: 150px;
	margin-left: 5%;
}

#muestra{
	top: 80px;
	left: 280px;
}


/*-----------     unete   --------------*/


#une{
	width: 100%;
}

#une h2{
	margin-left: 6%;
	font-size: 8.5vw;
	width: 70%;
}


/*----------     preguntas fr   --------------*/

#questions{
	width: 100%;
	height: 1300px;
}

#questions h2{
	width: 90%;
	margin-left: 7%;
}

#questions article{
	width: 90%;
	margin-left: 7%;
	font-size: 1.3em;
	height: 300px;
}

#questions .pregun2{
	height: 200px;
}

#questions .pregun3{
	height: 320px;
	margin-bottom: 80px;
}


/*------------     listo  -------------*/

#listo{
	width: 100%;
	margin: 0;
	text-align: left;
}

#listo h2{
	width: 100%;
}

#listo p{
	width: 80%;
	font-size: 1.6em;
}


.lisr{
	margin-left: 10%;
	width: 40%;
	margin-right: 50%;
}

.lisc{
	float: left;
	margin-left: 10%;
	width: 40%;
	margin-right: 50%;
}

#listo img{
	position: absolute;
	width: 200px;
	left: 70%;
	top: 0%;
}



footer{
	width: 100%;
	height: auto;
	padding-bottom: 100px;
}
footer article{
	width: 100%;
	height: 220px;
}

footer article a{
	width: 90%;
	margin-left: 2.5%;
}

}

/*---------------------------FINAL TABLET---------------*/

/*------------------------- CELULAR ------------------*/

@media screen and (min-width: 340px) and (max-width: 767px) {


/*---------- NAV -------------*/


body{
	background-image:none ;
}
#menu{
	margin-top: 25px;
	width: 120px;
	height: 120px;
	float: right;
	display: block;
	}

#logomenu{
		display: block;
		margin-top: 40px;
		margin-left: 30px;
		width: 140px;
		float: left;
	}

#logomenu img{
		width: 80%;
}

nav{
	width: 100%;
	height: 100px;
	position: relative;
}


nav ul{
	 width: 100%;
        height: auto;
        transition: .4s;
        position: absolute;
        background-color: black;
        color: white;
        top: 100px;
        z-index: 7;
}

nav img{
	width: 60%;
	float: right;
	margin-right: 10%;

}

    .abierto{ left: 0%;}
    .cerrado{ left: -120%;}



	nav ul li{
        float: none;
        width: 100%;
        margin: 0;
    }

	nav ul li a{
	color: white;
	line-height: 80px;
	padding: 0;    
    }

.pptn a{
	padding: 0;
}

     nav ul li a:hover{
    	color: white;
		background-color: rgba(197,194,214);

	}




.neg{
	display: block;
	margin-top: 3%;
	width: 70%;
	float: left;
	margin-left: 15%;
}


.logo_con{
	display: none;
}


.exten {
	width: 100%;
}



/* ------------ HEADER ---------*/

header{
	height: 910px;
		background-image: url(..//imagenes/cap1.png);
		background-position: 0 -1500px;
		padding-top: 150px;

}

header section{
	width: 90%;
}

header img{
	
}

header h2{
 text-align: left;
 font-size: 8.5vw;
}

#matrix-text{
	font-size: 10.5vw;
	height: auto;
	padding: 2% 0;
	line-height: normal;
	margin-top: 0;
}

header p{
	font-size: 6vw;
	text-align: left;
}



/*------------     Por   --------------*/

#por{
	width: 100%;
	height: 100vh;
}

#por h2{
	font-size: 2.5em;
}

#por .por1, #por .por2, #por .por3, #por .por4{
	width: 80%;
	height: auto;
	margin-left: 7%;
	margin-bottom: 70px;
}

#por article div{
	margin-top: 6px;

}

#por article p{
	font-size: 1.8em;
}

.por2 div, .por3 div, .por4 div{
	margin-bottom: 0;
}
/*----------     todos   --------------*/

#todoss{
	width: 100%;
	height: auto;
	background-image: none;
}

#todoss #todos{
	width: 100%;
	height: 100%;
	background-image: url(../imagenes/juntos.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 140%;
	background-position: 0 30%;
}

#todos img{
	margin-left: 10%;
	width: 80%;
}

#todos h2{
	width: 80%;
	margin-left: 10%;
	margin-top: 150px;
	font-size: 9.1vw;
	margin-bottom: 80px;
}

#todos h3{
	width: 100%;
	margin-top: 10%;
	margin-bottom: 30px;
	font-size: 10vw;
	height: auto;
}

#todos p{
	width: 90%;
	margin-top: 5%;
	margin-left: 5%;
	font-size: 7vw;
	text-align: left;
}


/*---------------     embajador   -------------*/

#embajador{
	width: 100%;
	height: auto;
}

#embajador h2{
	font-size: 10vw;
	width: 95%;
	margin-left: 5%;
	height: 100%;
}


#embajador article{
	width: 90%;
	height: auto;
	margin-left: 5%;
	font-size: 6.7vw;
	margin-bottom: 50px;
}


/*-----------     asi es   ------------*/

#asi{
	width: 100%;
	height: 3100px;
	padding-bottom: 0;
}

#asi h2{
	width: 90%;
	margin-left: 5%;
	font-size: 8.5vw;
}

#asi article{
	width: 75%;
	font-size: 1.8em;
	height: auto;
	padding-bottom: 0;
	margin-bottom: 10%;
}

/*----------     Testimonios   ---------------*/
#test{
	height: 700px;
}


#test h2{
	width: 100%;
	font-size: 2.8em;
	margin-bottom: 250px;
}

/*----------     bonus   --------------*/



#bonus{
	width: 100%;
	height: 1200px;
	background-image: url(../imagenes/portatil2.png);
	background-size: 91%;
	background-position: -8px 757px;
}

#bonus h2{
			width: 90%;
			font-size: 9vw;
	    margin-left: 5%;
	    padding-top: 150px;
}


#bonus h3{
	margin-left: 5%;
	font-size: 3.2vw;
	height: 70px;
}


#bonus p{
	width: 95%;
	font-size: 1.8em;
	margin-left: 5%;
}

#muestra{
	 width: 110px;
  height: 110px;

	top: 20px;
	left: 5%;
}

video{
	display: none;
}




/*-----------     unete   --------------*/


#une{
	width: 100%;
	height: 250px;
}

#une h2{
	width: 90%;
	font-size: 10vw;
	margin-left: 6%;
}

#une p{
	width: 90%;
	height: auto;
	font-size: 1.3em;
}


/*----------     preguntas fr   --------------*/

#questions{
	width: 100%;
	height: auto;
}

#questions h2{
	width: 90%;
	margin-left: 7%;
}

#questions article{
	width: 90%;
  margin-left: 7%;
  height: auto;
  font-size: 1.0em;
  margin-bottom: 100px;
}

#questions article p{
	height: auto;

}


/*------------     listo  -------------*/

#listo{
	width: 100%;
	margin: 0;
	text-align: left;
}

#listo h2{
	width: 100%;
	text-align: left;
	margin-left: 2%;
	font-size: 15vw;
}

#listo p{
	width: 80%;
	font-size: 1.6em;
}


.lisr{
	margin-left: 10%;
	width: 80%;
	margin-right: 50%;
}

.lisc{
	float: left;
	margin-left: 10%;
	width: 80%;
	margin-right: 50%;
}

#listo img{
	position: relative;
	width: 200px;
	left: 25%;
	top: 0;
}


footer{
	width: 100%;
}

footer article{
	width: 100%;
}


footer article a{
	width: 80%;
	float: left;
	height: 50px;
	font-size: 3vw;
	margin-left: 10%;
	margin-top: 8%;
  }

}





