html{
height:100%;
}
body{
	background-image:url("../img/testimonials.jpg");
	background-attachment:fixed;
	background-position:right;
	background-size:cover;
	background-repeat:no-repeat;
	height:100%;
	padding:10px;
}

.pink{
	color:#bb2283;
	font-weight:bold;
	font-size:12px;
}

.active{
	color:#bb2283;
}

.interlineado{
	margin-top:-7px;
}

.bloque1{
	background-color:black;
	height:100%;
	
}

.bloque2{
	background-color:rgba(255,255,255,0.8);
	height:100%;
	text-align:center;
	padding-left:50px;
	
	
}

.vertical-center{
  position: relative;
  top: 50%;
  transform: translateY(-50%);	
}

.logo{
	width:200px;
	margin-bottom:70px;
}

.simbol{
	width:70px;
	margin-top:50px;
	margin-bottom:40px;
}



.txavier{
	font-size:18px;
	line-height:19px;
}

.thenri{
	font-size:25px;
	line-height:24px;
}

.tgray{
	font-size:16px;
	line-height:16px;
}

.tmiguel{
	font-size:16px;
	line-height:16px;
}

.tmartin{
	font-size:18px;
	font-weight:bold;
	line-height:20px;
}

.tsteven{
	font-size:18px;
	line-height:20px;
}

.toliver{
	font-size:15px;
	line-height:20px;
}

.subtext{
	font-size:9px;
}

.person{
	font-size:12px;
	text-transform: uppercase;
}

.rm{
	cursor:pointer;
	font-size:9px;
}

.cerrar{
	cursor:pointer;
}

.pop {
   z-index:2;
   position:fixed;
   left:42%;
   width:40%;
   background:rgba(255,255,255,0.9);
   box-shadow: -5px 3px 8px gray;
	padding:15px; 
	display:none;	

}

hr{
	height: 1px;
   border: 0;
   color: #666;
   background-color: gray;
	width:80%;
	margin-top:-7px;
}

/* textos sin scroll*/
.textpop2{
	width:90%;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:50px;
	
}

/* textos con scroll*/
.textpop{
	width:98%;
	margin-top:10px;
	margin-bottom:10px;
	padding-right:25px;
	overflow-y:scroll;
	height:40vh;
	padding-left:50px;
}

nav{
	margin-left:10%;
}

nav a{
	display:block;
	color:white;
	font-size:14px;
	line-height:40px;
	text-align:left;
}

nav a:hover{
	text-decoration:none;
	color:#bb2283;
}

.iconos{
	margin-top:80px;
	text-align:left;
	margin-left:10%;
}

/* estilos movil */


/* navegador movil */
nav.peque{
	width:100%;
	background-color:white;
	padding:0px;
	z-index:5;
	
}
nav.peque ul{
	width:100%;
	text-align:center;
	background-color:black;
}
nav.peque ul a{
	color:white;
}

.btn-menu{
	background-color:black;
	color:white;
	border-radius:0px;
}
.btn-menu:hover{
	color:white;
	font-weight:bold;
}
.btn-menu:focus{
	color:white;
	font-weight:bold;
}

.fondomovil{
	background-color:rgba(255,255,255,0.8);
	padding:25px;
	text-align:center;
}

.boxtextosmovil{
	padding:25px;
}

.popmovil {
   z-index:2;
   width:100%;
   height:100%;
   position:fixed;
   left:0px;
   background:rgba(255,255,255,1);
   box-shadow: -5px 3px 8px gray;
	padding:15px; 
	margin:auto;
	display:none;	

}

.textpopmovil{
	width:80%;
	padding-right:18px;
	 height:45vh;
	overflow-y:auto;
	margin:10px auto;
	margin-bottom:20px;
}