@charset "utf-8";

@font-face{
	font-family:'Helvetica';
	src:url(../tipografia/Helvetica-Bold-Font.ttf) format('truetype');	
}

/* Selectores Basicos */
header, section, article, nav, footer, aside, figure, form, div{
	display:block;
	margin:0;
	padding:0;	
}
figure{
	margin: 0 !important;
}
html, body{
	margin:0 !important;
	height:100%;
}
*{	
	box-sizing:border-box;
}

h1{	
	font-family:'Helvetica', sans-serif;
	text-align: center;
	font-weight:normal;
	margin:0;	
}
h2, h3, h4, h5{
	margin:0;
	text-align: center;
	font-weight:normal;
	color: #000;
}
p{	
	font-family:'Roboto-Regular', sans-serif !important;
	font-size: 17px;/*19px*/	
	line-height:23px;/*22px*/
	color:#585858;
	text-align:justify;
	font-weight:normal;
	margin:0;
}
a{		
	display: block;
	text-decoration:none !important;	
	margin:0 ;
}
a:hover{
	text-decoration:none;	
}
a img{
	border:none;
}
img{
	display:block;
	width:100%;
	height:auto;	
}
ul, ol{
	list-style:none;
	padding:0;
	margin:0;
	font-size:14px;
	color:#fff;
}
ul li{
	font-family:'Calibri Light', sans-serif !important;	
	font-size: 18;
}
/*--ScrollUp--*/
#scrollUp{
	width:50px;
	height:50px;
	bottom:10px;
	right:10px;
	background:url(../imagenes/scrollup.png);	
}
/****************************************************/
/****************    CABECERA HOME   ****************/
/****************************************************/
#cabecera{
	display:block;
	width:100%;		
	background: #20336A;
	z-index: 99999999 !important;	
}
#caja-cabecera{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 20px 5%; 
}
#logo{
	width: 15%
}
#menu{
	width:70%
}

/****************************************************/
/******************    PORTADA    *******************/
/****************************************************/
#banner{
	height:100%;
	margin:-5% 0 0 0;
	/*overflow:hidden;
	position: relative;*/
	z-index: -1 !important;
}
.caja-titulo-portada{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.titulo-portada{
	width: 880px;
	padding:30px 0 25px 0;
	margin: 0 auto 15px auto;
	background: rgba(43, 62, 107, 0.5);
}
.titulo-portada h1{	
	font-size: 55px !important;
	text-align: center;	 
	text-shadow: 3px 3px 6px #000;
	color: #fff;
}
.caja-oscuro-logo{
	display: inline-block;
	padding:15px ;
	margin: 0 auto 15px auto;
	background: rgba(43, 62, 107, 0.5);
}
/****************************************************/
/***********   MEDICINA REGENERATIVA   **************/
/****************************************************/
#regenerativa{
	position: relative;
}
.caja-regenerativa{
	width: 100%;	
	position: absolute;
	left: 0;
	bottom: 15%;
	display: flex;
	flex-direction: column;	
}
.titulo-regenerativa{
	width: 880px;
	padding:15px;
	margin: 0 auto;
	background: rgba(43, 62, 107, 0.5);
}
.titulo-regenerativa h2{
	font-family:'Helvetica', sans-serif;
	font-size: 48px;
	color: #fff;
	text-shadow: 3px 3px 6px #000;
}
.caja-regenerativa h3{
	font-size: 32px;
	color: #fff;
	margin: 30px 0 0 0;
	text-shadow: 3px 3px 3px #000;
}
.boton-azul{
	width: 220px;
	margin:10px auto;
	padding: 10px 0 12px 0;
	border-radius: 20px;
	background: #2B3E6B;
	text-align: center;
	font-size: 30px;
	color: #fff;
}
.img-regenerativa-movil{
	display: none;
}
/****************************************************/
/***********   MEDICINA REGENERATIVA 2  *************/
/****************************************************/
.caja-regenerativa2{
	width: 100%;	
	position: absolute;
	left: 0;
	bottom: 30%;
	display: flex;
	flex-direction: column;	
}
.titulo-regenerativa2{
	width: 880px;
	padding:15px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.6);
}
.titulo-regenerativa2 h2{
	font-family:'Helvetica', sans-serif;
	font-size: 48px;
	color: #20336A;	
}
.caja-regenerativa2 h3{
	font-size: 32px;
	color: #fff;
	margin: 30px 0 0 0;
	text-shadow: 3px 3px 3px #000;
}

/****************************************************/
/****************   PIE DE PAGINA   *****************/
/****************************************************/
#pie-pagina{
	background:#20336A;
	padding: 10px 5%;
}
.caja-pie{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.pie-izq, .pie-centro, .pie-der{
	width: 310px;
}
.caja-pie div p, .caja-pie div a, .caja-pie div a p{
	font-size: 18px;
	color: #fff !important;
	text-align: center;
}
.libro{
	width: 70px;
	margin: auto;
}
.sociales-pie{
	width: 210px;
	margin: 0 auto 15px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.sociales-pie li a{
	font-size: 27px;
}
/****************************************************/
/*****************    NOSOTROS    *******************/
/****************************************************/
#onestep{
	background: #AAE2E0;
	padding: 5% 0;
}
.caja-onestep{
	display: flex;
	flex-direction: row;	
}
.txt-onestep{
	width:55%; 
	background: #23366A;
	padding: 2%;
}
.txt-onestep h1{
	font-size: 40px;
	color: #fff;
	margin: 0 0 5% 0;
}
.txt-onestep p{
	color: #fff;
}
.video-onestep{
	width: 45%;	
}
.imagen-video-onestep{
	width: 100%;
	position: relative;
}
.caja-boton-play{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
}
.boton-play{
	width: 160px;
	height: 160px;
	line-height: 145px;
	border-radius:90px;
	border: 8px solid #fff;
	color: #fff;
	text-align: center;
}
.boton-play i{
	font-size: 70px;
}
/****************************************************/
/*************  EVIDENCIAS CLINICAS  ****************/
/****************************************************/
.caja-evidencias{
	display: flex;
	flex-direction: row;
	background: #AAE2E0;
	padding: 5% 0;
}
.txt-evidencias{
	width:50%; 
	background: #23366A;
	padding: 2%;
}
.txt-evidencias h1{
	font-size: 40px;
	color: #fff;
	margin: 0 0 5% 0;
}
.txt-evidencias p{	
	color: #fff;
}
.boton-blanco{
	width: 180px;
	margin:30px auto 10px auto;
	padding: 10px 0 12px 0;
	border-radius: 20px;
	background: #fff;
	text-align: center;
	font-size: 22px;
	color: #2B3E6B;
}
.cirujanos-movil{
	display: none;
}
.imagen-evidencias{
	width: 50%;
}
/****************************************************/
/************  APLICACIONES CLINICAS  ***************/
/****************************************************/
.contenedor-aplicaciones{
	background: #23366A;
	padding: 5% ;
}
.contenedor-galeria-aplicaciones{	
	position: relative;
}
.caja-titulo-aplicaciones{
	width: 100%;
	/*position: absolute;
	top: 47%;
	left: 0;*/
	z-index: 999;
}
.titulo-aplicaciones{
	width: 880px;
	padding:20px;
	margin: 0 auto;
	/*background: rgba(43, 62, 107, 0.7);*/
}
.titulo-aplicaciones h1{
	font-family:'Helvetica', sans-serif;
	font-size: 48px;
	color: #fff;
	text-shadow: 3px 3px 3px #000;
}
#caja-fotos-aplicaciones{
	/*width: 90%;
	margin: auto;*/
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;	
}
.item-aplicaciones{
	width:24%;/*32.5%*/
	position:relative;
	margin:1% 0;	
	overflow:hidden;
}
.item-aplicaciones img{
	width:100%;
	height:auto;
	display:block;	
}
.item-aplicaciones .cajanegro{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	position:absolute;
	left:0;
	top:0;
	opacity:1;	
	transition:all 0.5s;	
}
/*
.item-aplicaciones:hover .cajanegro{	
	opacity:1;
}
*/
.item-aplicaciones .cajanegro h2{
	color:#fff;
	text-align:center;	
}
.item-aplicaciones .cajanegro p{
	display: block;
	color:#fff;
	text-align:center;	
}
.item-aplicaciones .cajanegro a{
	width:200px;
	height:40px;
	padding: 10px 0 12px 0;
	border-radius: 20px;
	background: #fff;
	font-family:'Helvetica', sans-serif;
	text-align: center;
	font-size: 20px;
	color: #2B3E6B;
	margin:20px auto 0 auto;
}
.caja-texto-aplicaciones{
	padding: 5%;
	background: rgba(0, 0, 0, 0.3);
}
.caja-texto-aplicaciones p{
	color:#fff;
}
/****************************************************/
/***************    TESTIMONIOS    ******************/
/****************************************************/
.caja-testimonios{
	background: #23366A;
	padding: 5%;
}
.caja-testimonios h1{
	font-family:'Helvetica LT Std Bold', sans-serif !important;
	font-weight: bold;
	font-size: 48px;
	color: #fff;
	margin: 0 0 50px 0;
}
.caja-videos-testimonios{
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
.item-testimonio{
	display: block;
	width: 31%;	
	display: flex;
	flex-direction: column;	
	align-items: center;
	margin: 2% 1.1%;	
}
.item-testimonio h2{
	font-family:'Helvetica Bold', sans-serif;
	font-size: 25px;
	color: #fff;
	margin: 20px 0 0 0;
}
.item-testimonio p{
	color: #fff;
}
.imagen-video-testi{
	width: 100%;
	position: relative;
}
.caja-boton-play{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
}
.imagen-video-testi .boton-play{
	width: 100px;
	height: 100px;
	line-height: 95px;
	border-radius:90px;
	border: 5px solid #fff;
	color: #fff;
	text-align: center;
}
.imagen-video-testi .boton-play i{
	font-size: 40px;
}
/******************************************************/
/****************** ESTILOS REGISTRO ******************/
/******************************************************/
#cuerpo-registro{
	width:100%;	
	padding:7%;	
}
.titulo-registro, .cajaformu{
	width:100%;
	max-width:1050px;
	display:block;
	background:#20336A;
	padding:60px 80px;
	margin:auto;	
	margin-bottom:20px;
}
.titulo-registro h1, .titulo-registro h2{
	color: #fff;
}
.filaregistro{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;	
	justify-content:space-between;
}
.rotulos{
	display:block;
	width:49%;	
	margin-bottom:30px;
}
.rotulos p{
	color: #fff;
}
.campos{
	width:100%;
	height:45px;
	line-height:43px;
	padding:0 10px;
	border:1px solid #fff;
	background:#fff;
	color:#000;
	margin-top:10px;
}
.rotulos2{
	display:block;
	width:100%;	
	margin-bottom:30px;
}
.rotulos2 p{
	color: #fff;
}
.comentarios{
	width:100%;
	height:120px;	
	padding:0 10px;
	border:1px solid #fff;
	background:#fff;
	color:#000;
	margin-top:10px;
}
.requerido{
	color: #14C3E0 !important;
	margin:0;
}
.bregistrar{
	width:230px;
	height:50px;
	border-radius:15px;
	background:#fff;
	color:#20336A;
	text-align:center;
	font-size: 22px;
	font-weight: bold;
	line-height:50px;
	margin:25px 0;
	cursor:pointer;
	transition:all 0.3s;
}
/******************************************************/
/*****************  ESTILOS LOGIN  ********************/
/******************************************************/
#cuerpo-ingreso{
	width:100%;
	padding:7% 0;	
}
#centro{
	width:100%;
	max-width:600px;
	margin:0 auto;	
}
#titulo-login, #cajalogin{
	width:100%;
	display:block;
	background:#20336A;
	padding:60px 80px;
	margin:auto;	
	margin-bottom:20px;
	color: #fff;
}
#cajalogin{
	display:flex;
	flex-direction:column;	
}
#cajalogin p{
	color: #fff;
}
#cajalogin a{
	display:block;
	width:100%;
	text-decoration:none;
	text-align:center;	
	color:#fff;
	margin-bottom:20px;
	transition:all 0.3s;
}
#cajalogin a:hover{
	color:#14C3E0;	
}
#titulo-login h1{
	text-align:center;	
}
#cajalogin .campos{
	margin-bottom:30px;	
}
.boton-login{
	display: block;
	width:230px;
	height:50px;
	border-radius:15px;
	background:#fff;
	color:#20336A;
	text-align:center;
	font-size: 22px;
	font-weight: bold;
	line-height:50px;
	margin:25px auto;
	cursor:pointer;
	transition:all 0.3s;
}
.ingreso-condicion{
	font-size:17px;
	text-align:center;
	margin-bottom:15px;
	color:#14C3E0;
}
.fila-registrarse{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.boton-registrarse{
	display: block;
	width: 100px !important;
	font-weight: bold;
	text-decoration: underline !important;
	color: #fff; 
	margin: 0 0 0 5px;
}
/*********************************************************/
/*****************  ESTILOS INTRANET  ********************/
/*********************************************************/
#caja-cerrar-sesion{	
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
.bienvenido{
	color: #fff;
}
.bienvenido span{
	font-style: italic;
	font-weight: bold;
	color: #fff;
}

.cerrar-sesion{
	border:2px solid #fff;
	border-radius: 10px;
	padding: 15px 20px;
	margin: 0 0 0 20px;
	font-weight: bold;
	color: #fff;
	transition: all 0.3s;
}
.cerrar-sesion:hover{
	border:2px solid #fff;
	border-radius: 10px;
	padding: 15px 20px;
	color: #20336A;
	background: #fff
}
#video-presentacion{
	position: relative;
}
#galeria-contenido{
	padding: 10% 8%;
}
.caja-galeria-contenido{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.item-contenido{
	width: 30%;
	margin: 2% 0;
}
.item-contenido h2{
	font-family:'Helvetica', sans-serif;
	font-size: 30px;
	color:#20336A;
	margin: 15px 0 10px 0;
}
.icono-pdf{
	display: block;
	width: 85px;
	margin: 7% auto 0 auto;
}
/******************************************************/
/****************** ESTILOS CONTACTO ******************/
/******************************************************/
.formulario-derecha{
	display:flex;
	justify-content: flex-end;	
	padding: 0 8%;
}
.caja-contacto{
	width:470px;
	display:block;
	background:#fff;
	padding:30px 30px;
	margin-bottom:20px;
	color: #fff;
}
.caja-contacto p{
	color: #000;
}
.caja-contacto .campos{
	width:100%;
	height:45px;
	line-height:43px;
	padding:0 10px;
	border:1px solid #000;
	background:#fff;
	color:#000;
	margin:10px 0 15px 0;
}
.mensaje{
	width: 100%;
	height: 120px;
	margin: 10px 0 0 0
}
.boton-derecha{
	display:flex;
	justify-content: flex-end;	
}
#benviar{
	display: block;
	background: #00406E;
	color:#fff;
	font-size: 15px;	
	padding: 10px 20px;
	margin: 20px 0 0 0;
}
/******************************************************/
/****************** ESTILOS SEGURIDd ******************/
/******************************************************/
.cuerpo-no-autorizado{
	padding: 10% 8%;
	background: #20336A;
}
.caja-no-autorizado{
	max-width: 800px;
	width: 90%;
	margin: auto;
	background: #fff;
	padding: 5%;
}
.titulo-no-autorizado{
	padding: 2% 3%;
	background: #3F3B3B;
	margin-bottom: 5%;
}
.titulo-no-autorizado h1{
	font-size: 27px;
	text-align: center;
	color: #fff;
}
/****************************************************/
/*************    BLOG ENTREVISTAS    ***************/
/****************************************************/
#portada-interna{
	height:auto;
	margin: 0;	
	position: relative;
	z-index: -1 !important;
}
#portada-interna .caja-titulo-portada{
	width: 100%;
	height: 100%;
	/*position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;*/
}


/************************************************************************************/
/*******************************ESTILOS PARA 1440 ***********************************/
/************************************************************************************/
@media only screen and (max-width:1440px){
	
}		
/************************************************************************************/
/*******************************ESTILOS PARA 1366 ***********************************/
/************************************************************************************/
@media only screen and (max-width:1366px){
	/****************************************************/
	/****************    CABECERA HOME   ****************/
	/****************************************************/
	#caja-cabecera{
		flex-direction: row;
		padding: 20px 5%; 
	}
	#logo{
		width: 15%
	}
	#menu{
		width:72%
	}
	/****************************************************/
	/******************    PORTADA    *******************/
	/****************************************************/
	.titulo-portada{
		width: 700px;
		padding:25px 0 20px 0;
	}
	.titulo-portada h1{
		font-size: 45px !important;
		text-shadow: 3px 3px 6px #000;
	}
	/****************************************************/
	/***********   MEDICINA REGENERATIVA   **************/
	/****************************************************/
	/*
	.caja-regenerativa{
		bottom: 15%;
	}
	*/
	.titulo-regenerativa{
		width: 750px;
		/*padding:15px;*/
	}
	.titulo-regenerativa h2{
		font-size: 40px;
	}
	.caja-regenerativa h3{
		font-size: 30px;
		/*margin: 30px 0 0 0;*/
		text-shadow: 3px 3px 3px #000;
	}
	.boton-azul{
		width: 200px;
		margin:10px auto;
		padding: 8px 0 10px 0;
		border-radius: 15px;
		font-size: 25px;
	}
	/****************************************************/
	/***********   MEDICINA REGENERATIVA 2  *************/
	/****************************************************/
	/*
	.caja-regenerativa2{
		width: 100%;	
		bottom: 30%;
		flex-direction: column;	
	}
	*/
	.titulo-regenerativa2{
		width: 800px;
		padding:15px;
	}
	.titulo-regenerativa2 h2{	
		font-size: 40px;
	}
	.caja-regenerativa2 h3{
		font-size: 30px;	
		margin: 30px 0 0 0;
		text-shadow: 3px 3px 3px #000;
	}
	.boton-blanco{
		width: 200px;
		margin:10px auto;
		padding: 8px 0 10px 0;
		border-radius: 15px;
		font-size: 25px;
	}
	/****************************************************/
	/****************   PIE DE PAGINA   *****************/
	/****************************************************/
	/*
	#pie-pagina{
		padding: 10px 5%;
	}
	.caja-pie{
		flex-direction: row;
	}
	*/
	.pie-izq, .pie-centro, .pie-der{
		width: 260px;
	}
	.caja-pie div p, .caja-pie div a, .caja-pie div a p{
		font-size: 15px;
	}
	.libro{
		width: 60px;
	}	
	.sociales-pie{
		width: 180px;
		margin: 0 auto 10px auto;
	}
	.sociales-pie li a{
		font-size: 25px;
	}
	/****************************************************/
	/*****************    NOSOTROS    *******************/
	/****************************************************/
	.txt-onestep h1{
		font-size: 35px;
	}
	.txt-onestep p{
		font-size: 18px;
	}
	.boton-play{
		width: 140px;
		height: 140px;
		line-height: 125px;
	}
	.boton-play i{
		font-size: 60px;
	}
	/****************************************************/
	/*************  EVIDENCIAS CLINICAS  ****************/
	/****************************************************/	
	.txt-evidencias p{
		font-size: 18px;
	}
	/****************************************************/
	/************  APLICACIONES CLINICAS  ***************/
	/****************************************************/
	/*
	.contenedor-aplicaciones{
		padding: 5%;
	}
	.caja-titulo-aplicaciones{
		top: 47%;
	}
	*/
	.titulo-aplicaciones{
		width: 650px;
		padding:20px;
	}
	.titulo-aplicaciones h1{
		font-size: 40px;
		/*text-shadow: 3px 3px 3px #000;*/
	}
	/*
	#caja-fotos-aplicaciones{
		flex-direction:row;
	}
	.item-aplicaciones{
		width:32.5%;
		margin:1% 0;	
	}
	*/
	.item-aplicaciones .cajanegro h2{
		font-size: 20px;
	}
	.item-aplicaciones .cajanegro p{
		font-size: 16px;	
	}
	.item-aplicaciones .cajanegro a{
		width:160px;
		/*height:40px;*/
		padding: 12px 0;
		font-size: 16px;
		margin:20px auto 0 auto;
	}
	/*********************************************************/
	/*****************  ESTILOS INTRANET  ********************/
	/*********************************************************/
	.item-contenido h2{
		font-size: 27px;
	}
	.item-contenido p{
		font-size: 19px;
	}
	.icono-pdf{
		width: 70px;
	}
	
}
/************************************************************************************/
/*******************************ESTILOS PARA 1280 ***********************************/
/************************************************************************************/
@media only screen and (max-width:1280px){
	
}
/****************************************************/
/****************    Estilos para 1024     **********/
/****************************************************/
@media only screen and (max-width:1024px){
	/****************************************************/
	/****************    CABECERA HOME   ****************/
	/****************************************************/
	#caja-cabecera{
		flex-direction: row;
		padding: 20px 5%; 
	}
	#logo{
		width: 15%
	}
	#menu{
		width:72%
	}
	/****************************************************/
	/******************    PORTADA    *******************/
	/****************************************************/
	.titulo-portada h1{
		font-size: 45px !important;
		text-shadow: 3px 3px 6px #000;
	}
	/****************************************************/
	/***********   MEDICINA REGENERATIVA   **************/
	/****************************************************/
	/*
	.caja-regenerativa{
		bottom: 15%;
	}
	*/
	.titulo-regenerativa{
		width: 750px;
		/*padding:15px;*/
	}
	.titulo-regenerativa h2{
		font-size: 40px;
	}
	.caja-regenerativa h3{
		font-size: 30px;
		/*margin: 30px 0 0 0;*/
		text-shadow: 3px 3px 3px #000;
	}
	.boton-azul{
		width: 200px;
		margin:10px auto;
		padding: 8px 0 10px 0;
		border-radius: 15px;
		font-size: 25px;
	}
	/****************************************************/
	/***********   MEDICINA REGENERATIVA 2  *************/
	/****************************************************/
	.txt-regenerativa2{
		width: 55%;
		margin: 10% 0 0 0;
		padding: 3%;
	}
	.txt-regenerativa2 p{
		font-size: 19px;
	}
	.txt-regenerativa2 h3{
		font-size: 30px;
		/*margin: 30px 0 0 0;*/
		text-shadow: 3px 3px 3px #000;
	}
	.boton-blanco{
		width: 200px;
		margin:10px auto;
		padding: 8px 0 10px 0;
		border-radius: 15px;
		font-size: 25px;
	}
	/****************************************************/
	/****************   PIE DE PAGINA   *****************/
	/****************************************************/
	/*
	#pie-pagina{
		padding: 10px 5%;
	}
	.caja-pie{
		flex-direction: row;
	}
	*/
	.pie-izq, .pie-centro, .pie-der{
		width: 260px;
	}
	.caja-pie div p, .caja-pie div a, .caja-pie div a p{
		font-size: 15px;
	}
	.libro{
		width: 60px;
	}
	/****************************************************/
	/*****************    NOSOTROS    *******************/
	/****************************************************/
	.txt-onestep h1{
		font-size: 32px;
	}
	.boton-play{
		width: 110px;
		height: 110px;
		line-height: 95px;
		border: 6px solid #fff;
	}
	.boton-play i{
		font-size: 45px;
	}
	/****************************************************/
	/*************  EVIDENCIAS CLINICAS  ****************/
	/****************************************************/	
	.txt-evidencias h1{
		font-size: 30px;
	}
	.txt-evidencias p{
		font-size: 15px;
	}
	/****************************************************/
	/************  APLICACIONES CLINICAS  ***************/
	/****************************************************/
	.caja-titulo-aplicaciones{
		top: 45%;
	}
	.titulo-aplicaciones{
		width: 550px;
		padding:20px;
	}
	.titulo-aplicaciones h1{
		font-size: 32px;
		/*text-shadow: 3px 3px 3px #000;*/
	}
	.item-aplicaciones .cajanegro h2{
		font-size: 17px;
	}
	.item-aplicaciones .cajanegro p{
		font-size: 14px;	
	}
	.item-aplicaciones .cajanegro a{
		width:140px;
		height:35px;
		padding: 12px 0;
		font-size: 14px;
		margin:20px auto 0 auto;
	}
	/****************************************************/
	/***************    TESTIMONIOS    ******************/
	/****************************************************/
	.caja-testimonios h1{
		font-size: 35px;
	}
	.item-testimonio h2{		
		font-size: 22px;
	}
	.item-testimonio p{
		font-size: 18px;
	}
	.imagen-video-testi .boton-play{
		width: 80px;
		height: 80px;
		line-height: 70px;
	}
	.imagen-video-testi .boton-play i{
		font-size: 30px;
	}
	/************************************************************************************/
	/******************************** ESTILOS REGISTRO **********************************/
	/************************************************************************************/
	.titulo-registro h1, .titulo-registro h2{
		font-size:40px;	
	}
	.requerido{
		font-size:16px;
	}
	/*********************************************************/
	/*****************  ESTILOS INTRANET  ********************/
	/*********************************************************/
	#galeria-contenido{
		padding: 7% 4%;
	}
	.item-contenido h2{
		font-size: 23px;
	}
	.item-contenido p{
		font-size: 17px;
		line-height: 20px;
	}

}
/****************************************************/
/****************    Estilos para 800      **********/
/****************************************************/
@media only screen and (max-width:800px){
	/****************************************************/
	/****************    CABECERA HOME   ****************/
	/****************************************************/
	#caja-cabecera{
		flex-direction: column;
		padding: 20px 0 0 0; 
	}
	#logo{
		width: 250px
	}
	#menu{
		width:100%;
		margin:10px 0 0 0;
	}
	/****************************************************/
	/******************    PORTADA    *******************/
	/****************************************************/
	.titulo-portada{
		width: 500px;
		padding:25px 0 20px 0;
	}
	.titulo-portada h1{
		font-size: 30px !important;
		text-shadow: 3px 3px 6px #000;
	}
	.caja-oscuro-logo{
		width: 55%;
		display: inline-block;
		padding:15px ;
		margin: 0 auto 15px auto;		
	}
	.logo-portada{
		width: 100%;
		max-width: 350px;
	}
	/****************************************************/
	/***********   MEDICINA REGENERATIVA   **************/
	/****************************************************/
	/*
	.caja-regenerativa{
		bottom: 15%;
	}
	*/
	.titulo-regenerativa{
		width: 400px;
		/*padding:15px;*/
	}
	.titulo-regenerativa h2{
		font-size: 20px;
	}
	.caja-regenerativa h3{
		font-size: 16px;
		/*margin: 30px 0 0 0;*/
		text-shadow: 3px 3px 3px #000;
	}
	.boton-azul{
		width: 110px;
		margin:10px auto;
		padding: 8px 0 10px 0;
		border-radius: 10px;
		font-size: 15px;
	}
	.img-regenerativa-pc{
		display: none;
	}
	.img-regenerativa-movil{
		display: block;
	}
	/****************************************************/
	/***********   MEDICINA REGENERATIVA 2  *************/
	/****************************************************/
	.caja-regenerativa2{
		justify-content: center; 
		align-items: center;
		align-content: center;
	} 
	.titulo-regenerativa2{
		width: 370px;
		padding:15px;
	}
	.titulo-regenerativa2 h2{	
		font-size: 20px;
	}
	.caja-regenerativa2 h3{
		font-size: 16px;	
		margin: 30px 0 0 0;
		text-shadow: 3px 3px 3px #000;
	}
	.boton-blanco{
		width: 110px;
		margin:10px auto;
		padding: 8px 0 10px 0;
		border-radius: 10px;
		font-size: 15px;
	}
	.cirujanos-pc{
		display: none;
	}
	.cirujanos-movil{
		display: block;
	}
	/****************************************************/
	/****************   PIE DE PAGINA   *****************/
	/****************************************************/	
	#pie-pagina{
		padding: 20px 5%;
	}	
	.caja-pie{
		flex-direction: column;
	}
	
	.pie-izq, .pie-centro, .pie-der{
		width: 250px;
	}
	.pie-centro{
		margin: 40px auto;
	}	
	.caja-pie div p, .caja-pie div a, .caja-pie div a p{
		font-size: 13px;
	}
	.libro{
		width: 50px;
	}
	.sociales-pie{
		width: 160px;
		margin: 0 auto 10px auto;
	}
	.sociales-pie li a{
		font-size: 22px;
	}
	/****************************************************/
	/*****************    NOSOTROS    *******************/
	/****************************************************/
	#onestep{
		padding: 8% 0;
	}
	.caja-onestep{
		flex-direction: column;		
	}
	.txt-onestep{
		width: 100%;
		padding: 8%;
	}
	.txt-onestep h1{
		font-size: 20px;
	}
	.txt-onestep p{
		font-size: 13px;
	}
	.video-onestep{
		width: 100%;
	}
	.boton-play{
		width: 90px;
		height: 90px;
		line-height: 75px;
	}
	.boton-play i{
		font-size: 35px;
	}
	/****************************************************/
	/*************  EVIDENCIAS CLINICAS  ****************/
	/****************************************************/
	.caja-evidencias{
		flex-direction: column;
		padding: 5% 0;
	}
	.txt-evidencias{
		width:100%; 
		padding: 5%;
		order: 1;
	}
	.txt-evidencias h1{
		font-size: 20px;
	}
	.txt-evidencias p{
		font-size: 13px;
	}
	.imagen-evidencias{
		width: 100%;
		order: 2;
	}
	/****************************************************/
	/************  APLICACIONES CLINICAS  ***************/
	/****************************************************/
	.titulo-aplicaciones{
		width: 400px;
		padding:20px;
	}
	.titulo-aplicaciones h1{
		font-size: 25px;
		/*text-shadow: 3px 3px 3px #000;*/
	}
	/*
	#caja-fotos-aplicaciones{
		flex-direction:row;
	}
	.item-aplicaciones{
		width:32.5%;
		margin:1% 0;	
	}
	*/
	.item-aplicaciones .cajanegro h2{
		font-size: 15px;
	}
	.item-aplicaciones .cajanegro p{
		font-size: 13px;	
	}
	.item-aplicaciones .cajanegro a{
		width:130px;
		height:35px;
		padding: 12px 0;
		font-size: 13px;
		margin:20px auto 0 auto;
	}
	/****************************************************/
	/***************    TESTIMONIOS    ******************/
	/****************************************************/
	.caja-testimonios{		
		padding: 10% 8%;
	}
	.caja-testimonios h1{
		font-size: 25px;
		margin: 0 0 5% 0;
	}
	.caja-videos-testimonios{
		flex-direction: column;
	}
	.item-testimonio{
		width: 100%;
		margin: 4% 0;	
	}
	.item-testimonio h2{		
		font-size: 18px;
		margin: 20px 0 0 0;
	}
	.item-testimonio p{
		font-size: 14px;
	}
	.imagen-video-testi .boton-play{
		width: 80px;
		height: 80px;
		line-height: 70px;
		border-radius:90px;
		border: 5px solid #fff;
	}
	.imagen-video-testi .boton-play i{
		font-size: 30px;
	}
	/*****************************************************************/
	/********************** ESTILOS REGISTRO *************************/
	/*****************************************************************/
	#cuerpo-registro{
		padding:20px;	
	}
	.titulo-registro h1, .titulo-registro h2{
		font-size:20px;	
	}	
	.titulo-registro, .cajaformu{
		padding:30px;
	}
	.filaregistro{
		flex-direction:column;		
	}
	.rotulos{
		width:100%;	
		margin-bottom: 0;	
	}
	.rotulos p{
		font-size:15px;	
	}	
	.campos{
		width:100%;
		height:35px;
		line-height:32px;
		margin-top: 0;
		margin:5px 0 15px 0;		
	}
	.bregistrar{
		width:160px;
		height:40px;
		border-radius:8px;
		font-size: 17px;
		line-height:40px;
	}
	/*********************************************************/
	/*****************  ESTILOS INTRANET  ********************/
	/*********************************************************/
	#galeria-contenido{
		padding: 10% 5%;
	}
	.item-contenido{
		width: 45%;
		margin: 3% 0;
	}
	.item-contenido h2{
		font-size: 19px;
		/*margin: 15px 0 10px 0;*/
	}
	.item-contenido p{
		font-size: 13px;
		line-height: 16px;
	}
	.icono-pdf{
		width: 50px;
		margin: 15px auto 0 auto;
	}
	/******************************************************/
	/****************** ESTILOS CONTACTO ******************/
	/******************************************************/
	.formulario-derecha{
		justify-content: center;
	}
	.caja-contacto{
		width:400px;
		padding:30px 30px;
		margin-bottom:20px;
	}
	.caja-contacto p{
		font-size: 15px;
	}
	.caja-contacto .campos{
		width:100%;
		height:35px;
		line-height:32px;
		margin:5px 0 10px 0;
	}
	.mensaje{
		height: 100px;
		margin: 10px 0 0 0
	}
	#benviar{
		font-size: 13px;	
		padding: 5px 15px;
		margin: 10px 0 0 0;
	}
}
/****************************************************/
/****************    Estilos para 609     **********/
/****************************************************/
@media only screen and (max-width:600px){
	/****************************************************/
	/************  APLICACIONES CLINICAS  ***************/
	/****************************************************/	
	.contenedor-galeria-aplicaciones{
		/*padding:5%;*/
		position: inherit;
	}
	
	.caja-titulo-aplicaciones{
		position: inherit;		
	}
	
	.titulo-aplicaciones{
		/*width: 400px;
		padding:20px;*/
		background: rgba(43, 62, 107, 0.0);
	}
	
	.item-aplicaciones{
		width:48.5%;
		margin:2% 0;	
	}
	
	
}
/****************************************************/
/****************    Estilos para 533      **********/
/****************************************************/
@media only screen and (max-width:533px){
	.txt-regenerativa2{
		width: 80%;
		margin: 30% auto;
		padding: 3%;
		background: rgba(16, 29, 61, 0.8);
	}	
	/*********************************************************/
	/*****************  ESTILOS INTRANET  ********************/
	/*********************************************************/
	#galeria-contenido{
		padding: 10% 5%;
	}
	.caja-galeria-contenido{
		flex-direction: column;
	}
	.item-contenido{
		width: 100%;
		margin: 3% 0 10% 0;
	}

}
/****************************************************/
/****************    Estilos para 480      **********/
/****************************************************/
@media only screen and (max-width:480px){
	/****************************************************/
	/****************    CABECERA HOME   ****************/
	/****************************************************/
	#caja-cabecera{
		flex-direction: column;
		padding: 20px 0 0 0; 
	}
	#logo{
		width: 250px
	}
	#menu{
		width:100%;
		margin:10px 0 0 0;
	}
	/****************************************************/
	/******************    PORTADA    *******************/
	/****************************************************/
	.titulo-portada{
		width: 370px;
		padding:20px 0 15px 0;
	}
	.titulo-portada h1{
		font-size: 23px !important;
		text-shadow: 3px 3px 6px #000;
	}
	/****************************************************/
	/***********   MEDICINA REGENERATIVA   **************/
	/****************************************************/
	/*
	.caja-regenerativa{
		bottom: 15%;
	}
	*/
	.titulo-regenerativa{
		width: 300px;
		/*padding:15px;*/
	}
	.titulo-regenerativa h2{
		font-size: 16px;
	}
	.caja-regenerativa h3{
		font-size: 16px;
		/*margin: 30px 0 0 0;*/
		text-shadow: 3px 3px 3px #000;
	}
	.boton-azul{
		width: 120px;
		margin:10px auto;
		padding: 8px 0 10px 0;
		border-radius: 10px;
		font-size: 17px;
	}
	.img-regenerativa-pc{
		display: none;
	}
	.img-regenerativa-movil{
		display: block;
	}
	/****************************************************/
	/***********   MEDICINA REGENERATIVA 2  *************/
	/****************************************************/
	.caja-regenerativa2{
		justify-content: center; 
		align-items: center;
		align-content: center;
	} 
	.titulo-regenerativa2{
		width: 300px;
		/*padding:15px;*/
	}
	.titulo-regenerativa2 h2{	
		font-size: 16px;
	}
	.caja-regenerativa2 h3{
		font-size: 16px;	
		margin: 30px 0 0 0;
		text-shadow: 3px 3px 3px #000;
	}
	.boton-blanco{
		width: 120px;
		margin:10px auto;
		padding: 8px 0 10px 0;
		border-radius: 10px;
		font-size: 17px;
	}
	.cirujanos-pc{
		display: none;
	}
	.cirujanos-movil{
		display: block;
	}
	/******************************************************/
	/****************** ESTILOS CONTACTO ******************/
	/******************************************************/
	.caja-contacto{
		width:100%;
		padding:30px 30px;
		margin-bottom:20px;
	}
	.caja-contacto p{
		font-size: 15px;
	}
	.caja-contacto .campos{
		width:100%;
		height:35px;
		line-height:32px;
		margin:5px 0 10px 0;
	}
	.mensaje{
		height: 80px;
		margin: 10px 0 0 0
	}
	#benviar{
		font-size: 13px;	
		padding: 5px 15px;
		margin: 10px 0 0 0;
	}
	/****************************************************/
	/************  APLICACIONES CLINICAS  ***************/
	/****************************************************/	
	.contenedor-galeria-aplicaciones{
		/*padding:5%;*/
		position: inherit;
	}
	
	.caja-titulo-aplicaciones{
		position: inherit;		
	}
	
	.titulo-aplicaciones{
		width: 300px;		
		background: rgba(43, 62, 107, 0.0);
	}
	.titulo-aplicaciones h1{
		font-size: 20px;
		/*text-shadow: 3px 3px 3px #000;*/
	}
	/*
	#caja-fotos-aplicaciones{
		flex-direction:row;
	}
	*/
	.item-aplicaciones{
		width:100%;
		margin:2% 0;	
	}
	
	.item-aplicaciones .cajanegro h2{
		font-size: 15px;
	}
	.item-aplicaciones .cajanegro p{
		font-size: 13px;	
	}
	.item-aplicaciones .cajanegro a{
		width:130px;
		height:35px;
		padding: 12px 0;
		font-size: 13px;
		margin:20px auto 0 auto;
	}

}
/****************************************************/
/****************    Estilos para 375      **********/
/****************************************************/
@media only screen and (max-width:375px){
	/****************************************************/
	/****************    CABECERA HOME   ****************/
	/****************************************************/
	#logo{
		width: 220px
	}	
	/****************************************************/
	/******************    PORTADA    *******************/
	/****************************************************/
	.titulo-portada{
		width: 300px;
		padding:20px 0 15px 0;
	}
	.titulo-portada h1{
		font-size: 19px !important;
		/*text-shadow: 3px 3px 6px #000;*/
	}	
	/****************************************************/
	/****************   PIE DE PAGINA   *****************/
	/****************************************************/	
	#pie-pagina{
		padding: 20px 5%;
	}	
	.caja-pie{
		flex-direction: column;
	}	
	.pie-izq, .pie-centro, .pie-der{
		width: 250px;
	}
		
	.caja-pie div p, .caja-pie div a, .caja-pie div a p{
		font-size: 13px;
	}
	.libro{
		width: 50px;
	}
	.sociales-pie{
		width: 160px;
		margin: 0 auto 10px auto;
	}
	.sociales-pie li a{
		font-size: 22px;
	}
	/****************************************************/
	/*****************    NOSOTROS    *******************/
	/****************************************************/
	.boton-play{
		width: 70px;
		height: 70px;
		line-height: 60px;
		border: 5px solid #fff;
	}
	.boton-play i{
		font-size: 30px;
	}
	/****************************************************/
	/*************  EVIDENCIAS CLINICAS  ****************/
	/****************************************************/
	.txt-evidencias{		
		padding: 5%;
	}
	.txt-evidencias h1{
		font-size: 18px;
	}
	.txt-evidencias p{
		font-size: 13px;
		line-height: 15px;
	}	
}
/****************************************************/
/****************    Estilos para 360      **********/
/****************************************************/
@media only screen and (max-width:360px){
		
}
/****************************************************/
/****************    Estilos para 320      **********/
/****************************************************/
@media only screen and (max-width:320px){
	
	
}
