/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 20px;
}
/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}



body {
	font-family: 'Barlow', sans-serif;
	/*font-family: 'Poller One', cursive; negrita*/
	color: #333333;
	overflow-x: hidden;
	/*	background-image: url(../imagenes/fondo-body3.png);
	background-image: url(../imagenes/fondo-body3.png);
	background-size: auto auto;
	background-color: #e7e7e7;*/
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-image: url(../imagenes/fondo.png);
}

body.overflow-hidden {
  /* when author bio is visible, the out-of-focus content won't scroll */
  overflow: hidden;
}
#open_preferences_center
{
	font-size: 1em;
	font-weight: bolder;
	color: #fafdf4;
	padding: 10px;
	z-index: 100;
	background-color: #000;
	height: 40px;
	border-radius: 10px;
	position: fixed;
	left: 10px;
	bottom: 10px;
	}

.md-modal {
	position: fixed;
	top: 53%;
	left: 50%;
	width: 40%;
	max-width: 50%;
	min-width: 80%;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #000;
	border: 10px solid #000;	
	background-repeat: no-repeat;
	border-radius: 20px;
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0;
	background: rgba(0,0,0,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	position: relative;
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
	
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 3em;
	font-weight: bolder;	
	/*border-radius: 3px 3px 0 0;*/
	/*background-color: rgba(0,148,202,0.9);*/
	color: #FFF;	
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}
.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}
.txt-contenido {
	float: left;
	height: auto;
	width: 50%;	
	background-color: #FFF;
	font-size: 1em;
	color: #666;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: lighter;
}
.video-contenido2 {
	width: 100%;
}
.cerrar-contenido {
	background-color: #be1a15;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	font-size: 2em;
	color: #FFF;
	position: absolute;
	top: 10px;
	font-weight: bolder;
	right: 10px;
}

.cerrar-contenido:hover
{
	/*	opacity: 0.7;*/
	cursor: pointer;
	text-decoration: none;
	background-color: #666;
}

.pad0 {padding:0 !important;}
.padbot0 {padding-bottom:0 !important;}
.padbot10 {padding-bottom:10px !important;}
.padbot20 {padding-bottom:20px !important;}
.padbot30 {padding-bottom:30px !important;}
.padbot40 {padding-bottom:40px !important;}
.padbot50 {padding-bottom:50px !important;}
.padbot60 {padding-bottom:60px !important;}
.padbot70 {padding-bottom:70px !important;}
.padbot80 {padding-bottom:80px !important;}
.padtop0 {padding-top:0 !important;}
.espacio {
	height: 80px;
	width: 100%;
}
#topcontrol{
	z-index: 10;
	
	}
.bto-sobre
{
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	border: 0px;
	cursor: pointer;	

}
.bto-sobre:hover
{
	opacity: 0.3;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	cursor: pointer;
	text-decoration: none;	
}
.separa {
	height: 30px;
	width: 100%;
	background-image: url(../imagenes/separador2.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.derecha {
	float: left;
	text-align: left;
}


.grande {
	font-size: 3em;
}
.numeros
 {
	font-size: 1.5em;
	font-weight: bolder;
	font-family: 'Anton', sans-serif;
	margin-left: 20px;
}

.icono {
	height: 200px;
	width: 200px;
	font-size: 9em;
	color: #fff;
	text-align: center;
	font-weight: 800;
	background-color: #00b4ff;
	border-radius: 50%;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
}

video {
outline:none;
}


.color {
	background-color: rgba(255,255,255,0.4);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

	
.center {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.right {text-align:right;}
.preloader_hide {
	opacity: 0;
	background-color: #FFFFFF;
}

#preloader {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	z-index: 100000;
	background-image: url(../imagenes/preloader-fondo.png);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: center 20px;
	text-align: center;
	padding-top: 750px;
	background-color: #FFFFFF;
	height: 200%;
}

button{
	outline: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}



img {
  max-width: 100%;
}


.logos{
	width: 100%;
	background-color: rgba(0,0,0,0.1);
	text-align: center;
	height: auto;
	}
	
.logos li{
	display: inline;
	list-style-type: none;
		}
		
.logos img{
	padding: 5px;
			}
			
.menu-sub{
	height: 100px;
	/*background-color: rgba(0,0,0,0.9);*/
	width: 100%;
	background-color: #000;
}

.web {
	float: left;
	width: auto;
	padding-top: 5px;
	padding-left: 10px;
	
}


.bton-superior {
	width: 20%;
	text-align: right;
	padding-top: 30px;
	float: right;
	padding-right: 50px;
	
}

.bton-superior li {
	display: inline;
	list-style-type: none;
	text-align: center;
	padding-right: 20px;
}
.bton-superior a:link {
	font-size: 1.5em;
	color: #fff;
	font-weight: bolder;
}
.bton-superior a:visited {
	color: #fff;
}

.bton-superior a:hover {
	color: #CCC;
	text-decoration: none;
}

.imagen-cabecera {
	width: 100%;
	background-image: url(../imagenes/fondo-cabecera.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin: 0px;
	background-position: 0px 0px;
	height: 770px;
}

.titulo-cabecera {
	width: 100%;
	z-index: 10;
	text-align: center;
	position: relative;
	padding-top: 150px;
}

.titulo-cabecera  h2 {
	font-size: 7em;
	line-height: 100px;
	text-align: center;
	font-family: 'Anton', sans-serif;
	font-weight: bolder;
	color: #fff;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(0,0,0,0.8);
	padding-top: 30px;
	padding-bottom: 50px;
	letter-spacing: 0.01em;
}

.titulo-cabecera  span {
	font-size: 0.5em;
	text-align: center;
	font-family: 'Anton', sans-serif;
	color: #fff;
	text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;	
	font-weight: lighter;
	line-height: 5px;
}

.titulo-cabecera  spam {
	font-size: 1.6em;
	color: #FFFFFF;
	font-weight: bolder;
}
.contenedor-video {
	text-align: center;
	width: 80%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 1em !important;
	color: #FFF;
}
.ico-grande{
	font-size: 3em!important ;
	}
	
.ico-grande2 a{
	font-size: 3em!important;
	color: #fff!important;
	font-weight: 900 !important;
	}
	
.contenedor-video  h1{
	color: #FFF!important;
	font-weight: 900;
	margin-bottom: 10px;
}
.contenedor-video p {	
	font-size: 1.5em!important ;
	color: #FFF!important;
}
.contenedor-video  a{
	font-size: 1em !important;
	color: #FFF;

}
.contenedor-video:hover, .contenedor-video:focus {
	cursor: pointer;
	color: #CCC;
}

#cat1 {
	width: 100%;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	/*	background-color: rgba(255,255,255,0.7);*/	
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: auto;
	background-color: #0498d6;
	color: #FFF;
	background-image: url(../imagenes/fondo.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
}


.leer{
	color: #c00f22;
	font-size: 5em;
}

.leer:hover, .leer:focus {
	cursor: pointer;
	color: #CCC;
}

.ocultar{	
float: right;
	color: #fff;
	font-size: 3em;	
}

.ocultar:hover, .ocultar:focus {
	cursor: pointer;
	color: #999;	
}
.actividad{
	background-image: url(../imagenes/fondo-modulos.png);
	width: 100%;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#presentacion{
	width: 50%;
	cursor: pointer;
	margin-right: auto;
	margin-left: auto;
	border-radius:20px;
}

.titulo-cabecera  b {
	/*	color: #2eb1b1;*/
	font-size: 0.8em;
	font-weight: normal;
	line-height: 60px;
	/*	text-shadow: 0 0 0.2em #1f1f1f, 0 0 0.2em #1f1f1f, 0 0 0.2em #1f1f1f;
	text-shadow: 0 0 0.1em #fff, 0 0 0.1em #fff, 0 0 0.1em #fff;*/
	color: #fff;
}
.sobre-esta-web {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 0px;
}

.sobre-esta-web h3 {
	font-size: 3.7em;
	line-height: 55px;
	text-align: center;
	font-family: 'Anton', sans-serif;
	color: #000;
}
.sobre-esta-web  b {
	color: #1F1F1F;
	font-size: 1.3em;
	font-weight: bolder;
}

.drogas-conduccion {
	background-image: url(../imagenes/alcohol-drogas-conduccion.png);
	background-repeat: no-repeat;
	/*background-position: right;*/
	background-size: 100% auto;
	background-position: center top;
	}
.drogas-adolescentes {
	background-image: url(../imagenes/drogas-adolescentes.png);
	background-repeat: no-repeat;
	/*background-position: right;*/
	background-size: 100% auto;
	background-position: center top;
	}
	
.psicofarmacos {
	background-image: url(../imagenes/psicofarmacos.png);
	background-repeat: no-repeat;
	/*background-position: right;*/
	background-size: 100% auto;
	background-position: center top;
	}
.cuentos-prevencion{
	background-image: url(../imagenes/cuentos-prevencion.png);
	background-repeat: no-repeat;
	/*background-position: right;*/
	background-size: 100% auto;
	background-position: center top;
	}
.videos-drogas {
	background-image: url(../imagenes/drogas-no-pasa-nada.png);
	background-repeat: no-repeat;
	/*background-position: right;*/
	background-size: 100% auto;
	background-position: center top;
	}
	
.guia-juegos {
	background-image: url(../imagenes/guia-juegos-de-azar-lse2.png);
	background-repeat: no-repeat;
	/*background-position: right;*/
	background-size: 100% auto;
	background-position: center top;
	}
	
.mas-enlaces {
	background-image: url(../imagenes/mas-enlaces.png);
	background-repeat: no-repeat;
	background-position: right;
	}
	
.enlace {
	color: #000;
	width: 100%;
	margin-right: 0px;
	margin-left: 20px;
	height: auto;
	margin-bottom: 40px;
	margin-top: 40px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-radius: 10px;	
	/*border: 10px solid #000;*/
	-webkit-box-shadow: 0px 6px 14px -5px #000000;
	box-shadow: 0px 6px 14px -5px #000000;
	}
.grande2{
	/*color: #FFF !important;*/
	font-size: 2em !important;	
	}

	
.enlace a:link {
	font-family: 'Barlow', sans-serif;
	/*font-family: 'Anton', sans-serif;*/
	text-transform: none;
	color: #FFF !important;
	text-decoration: none;
	width: 100%;
	font-size: 1.4em;
	background-color: rgba(0,0,0,0.9);
	text-align: center;
	display: block;
	line-height: 25px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: 700 !important;
	letter-spacing: -0.03em;
	}
.enlace a:visited {
	color: #FFF;
	background-color: rgba(0,0,0,0.9);	
}
.enlace a:hover {
	background-color: rgba(255,255,255,0.9) !important;
	color: #000 !important;
}



.purpose_block {
	padding-top: 5px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	
}

.purpose_block h2 {
	color: #1F1F1F;
	font-weight: bolder;
	line-height: 60px;
	font-size: 6em;
	line-height: 65px;
	text-align: center;
	font-family: 'Barlow', sans-serif;
	font-weight: bolder;
	letter-spacing: -0.05em;
}
.purpose_block b {
	color: #666666;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 60px;
}
.purpose_block span {
	color: #000000;
	font-size: 1.3em;
	font-weight: 800;
	line-height: 60px;
}
.purpose_block h3 {
	font-size: 2.7em;
	color: #333333;
	line-height: 40px;
	text-align: left;
	text-transform: none;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Barlow', sans-serif;
}
.purpose_block h4 {
	font-size: 2em;
	font-weight: 800;
	color: #000000;

}
.purpose_block h5 {
	font-size: 2em;
	font-weight: 800;
	color: #333333;
	line-height: 25px;
	margin-top: 20px;
	text-align: left;
	padding-left: 30px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.purpose_block h6 {
	font-size: 4em;
	font-weight: 900;
	color: #000000;
	line-height: 40px;
	letter-spacing: -0.05em;
	
}

.purpose_block h6 b {
	font-weight: 500;
	
}


.purpose_block p {
	margin-bottom: 0px;
	line-height: 27px;
	font-size: 1.2em;
	text-align: justify;
	margin-top: 15px;
	color: #000;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.purpose_block ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	margin-right: 0px;
}
.purpose_block li {
	line-height: 23px;
	font-size: 1.2em;
	margin-bottom: 15px;
	list-style-type: none;
	color: #000;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: inline;	
}

.enlace-purpuse{
	color: #000;
	font-weight: bolder;
	text-decoration: none;
}

.enlace-purpuse:hover, .enlace-purpuse:focus {
	cursor: pointer;
	color: #999;
	text-decoration: none;
}
	

@media screen and (max-width: 1024px) {


.imagen-cabecera {	
	height: 600px;
}
.titulo-cabecera {
	z-index: 10;
	padding-top: 300px;
}
.titulo-cabecera  h2 {
	font-size: 4em;
	line-height: 30px;
	padding-bottom: 80px;
}
.titulo-cabecera  span {
	font-size: 0.4em;
}
.titulo-cabecera  spam {
	font-size: 1.4em;
	color: #FFFFFF;
	font-weight: bolder;
}
.titulo-cabecera  b {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 60px;

}
	
.cd-section {
    padding: 0em;
  }
  
.texto-presentacion {
	font-size: 0.8em;
	color: #000;
	text-align: justify;
	line-height: 30px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 100%;
	height: 400px;
}
.bton-superior {
	width: 10%;
	text-align: right;
	padding-top: 30px;	
	margin-right: auto;
	margin-left: auto;
}
.logos-cabecera {
	width: 35%;
	text-align: right;
	padding-top: 5px;
	float: right;
}

#preloader {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 200%;
	z-index: 100000;
	background-image: url(../imagenes/preloader-fondo.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: center 150px;
	text-align: center;
	padding-top: 750px;
	
}
.purpose_block h2 {
	color: #1F1F1F;
	font-weight: bolder;
	line-height: 60px;
	font-size: 4em;
	line-height: 65px;
	text-align: center;
	font-family: 'Barlow', sans-serif;
	font-weight: bolder;
	letter-spacing: -0.05em;
}

	
.enlace {	
	width: 100%;	
	height: 100px;	
	padding-top: 50px;
	}

.enlace a:link {	
	font-size: 1.5em;	
	line-height: 22px;
	}

	}
	

/*-----------------------------------------------------------------------------------*/
/*	pie
/*-----------------------------------------------------------------------------------*/
.post_item_inf a {
	padding-right: 12px;
	font-weight: 300;
	font-size: 14px;
}
.post_item_img a.link {
	position: absolute;
	z-index: 30;
	left: 0%;
	bottom: 10%;
	width: 311px;
	height: 87px;
	opacity: 0;
	background-image: url(../imagenes/zoom_h2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
	display: block;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: -30px;
	margin-left: -3px;
}
.post_item:hover .post_item_img a.link {
	bottom:50%;
	opacity:1;
}
.post_item_img a.link:hover {
	background-image: url(../imagenes/zoom2.png);
	
}


/* __________ Recent Posts Small __________ */
.recent_posts_small {margin-bottom:15px;}
.post_item_img_small {
	overflow: hidden;
	float: left;
	width: 100%;
	height: 100px;
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 13px;
	margin-left: 0;
}
.post_item_img_small img {
	width: auto;
	max-width: none;
	height: 80%;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
}
.recent_posts_small:hover .post_item_img_small img {opacity:0.5;}
.post_item_content_small a.title {
	display:block;
	line-height:17px;
	font-size:14px;
	color:#ccc;
}
.post_item_content_small a.title:hover {color:#666;}
.post_item_inf_small li {
	display:inline-block;
	padding-top:4px;
	padding-right:10px;
	line-height:17px;
	font-size:11px;
	color:#666;
}
footer {
	/*	background-color: rgba(19,58,77,0.9);*/
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 0px;
	width: 100%;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 20px;
	background-color: #000000;
	background-image: url(../imagenes/fondo.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
footer h4 {
	color: #fff;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bolder;
}



/* __________ direccion fundacion __________ */
.foot_about_block p {
	margin-bottom: 24px;	
	line-height: 28px;
	font-size: 0.9em;
	color: #FFF;	
}

.foot_about_block a {
	color: #FFF;
	font-size: 0.9em;
	margin-left: 10px;
	text-decoration: none;
}
.foot_about_block a:hover {
	color: #CCC;
	border-color: #ccc;
}
.pie-submenu {
	background-color: #161616;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pie-submenu li {
	display: inline;
	list-style-type: none;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 40px;
}
.pie-submenu ul {
	margin: 0px;
}

.pie-submenu li a {
	color: #FFF;
	font-size: 0.8em;
	text-decoration: none;
}
.pie-submenu li a:hover {
	color: #999;
	
}

header p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #93861d;
}

/*.fondo-modulos-bto {
	background-image: url(../imagenes/fondo-modulos.png);
	background-repeat: no-repeat;
	background-position: right;
	
	}*/

.titulo-curso{
	text-align: right;
	width: 100%;
	position: relative;
	margin-bottom: 100px;
	margin-top: 50px;	
	}
.titulo-curso  h3 {
	font-size: 4em;
	line-height: 50px;
	text-align: right;
	font-family: 'Barlow', sans-serif;
	font-weight: bolder;
	color: #fff;
	letter-spacing: -0.05em;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(0,0,0,0.6);
	padding-top: 15px;
	padding-bottom: 80px;
	padding-right: 10%;
	
}

.titulo-curso  b {
	font-size: 1em;
	line-height: 55px;
	font-family: 'Barlow', sans-serif;
	color: #fff;
	text-shadow: 0 0 0.5em #000, 0 0 0.5em #000, 0 0 0.5em #000;
	letter-spacing: -0.05em;
	font-weight: lighter;
}
.titulo-curso  spam {
	font-size: 1.6em;
	font-family: 'Barlow', sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
}






/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-move-in {
  0% {
    -moz-transform: translateX(100px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}




@media only screen and (max-width: 768px) {
	
#preloader {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 200%;
	z-index: 100000;	
	background-image: url(../imagenes/preloader-fondo.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: center 150px;
	text-align: center;
	padding-top: 550px;
	
}
.web {
	display: none;
}
.bton-superior {
	width: 60%;
	text-align: right;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
}

.logos-cabecera {
	width: 44%;
	text-align: right;
	padding-top: 0px;
	float: right;
	
}
.logos-cabecera li {
	margin: 0px;
	padding: 0px;	
	
}
.enlace {
	color: #000;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	height: 180px;
	margin-bottom: 40px;
	margin-top: 40px;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-radius: 10px;
	/*border: 10px solid #000;*/
	-webkit-box-shadow: 0px 6px 14px -5px #000000;
	box-shadow: 0px 6px 14px -5px #000000;
	}

.enlace a:link {

	text-transform: none;
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
	padding: 10px;
	width: 100%;
	font-size: 1.2em;
	background-color: rgba(0,0,0,0.9);
	text-align: center;
	display: block;
	line-height: 25px;
	}
.enlace a:visited {
	color: #FFF;
	background-color: rgba(0,0,0,0.9);	
}
.enlace a:hover {
	background-color: rgba(255,255,255,0.9);
	color: #000;
}

#presentacion{
	width: 100%;
	cursor: pointer;
	margin-right: auto;
	margin-left: auto;
	border-radius: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.imagen-cabecera {	
	height: 450px;
}
.titulo-cabecera {
	z-index: 10;	
	padding-top: 60px;
}
.titulo-cabecera  h2 {
	font-size: 3em;
	line-height: 20px;
	padding-bottom: 30px;
}
.titulo-cabecera  span {
	font-size: 0.4em;
}
.titulo-cabecera  spam {
	font-size: 1.4em;
	color: #FFFFFF;
	font-weight: bolder;
}
.titulo-cabecera  b {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 60px;

}
.purpose_block h3 {
	font-size: 1.8em;
	color: #333333;
	line-height: 30px;
	text-align: justify;
	text-transform: none;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Barlow', sans-serif;
}	
}

@media only screen and (max-width: 368px) {
 
#preloader {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 200%;
	z-index: 100000;	
	background-image: url(../imagenes/preloader-fondo.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: center 150px;
	text-align: center;
	padding-top: 380px;
	
}

	
.imagen-cabecera {	
	height: 300px;
}
.titulo-cabecera {
	z-index: 10;	
	padding-top: 150px;
}
.titulo-cabecera  h2 {
	font-size: 1.5em;
	line-height: 10px;
	padding-bottom: 35px;
}
.titulo-cabecera  span {
	font-size: 0.6em;	
	
}
.titulo-cabecera  spam {
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bolder;	
}
.titulo-cabecera  b {
	font-size: 0.9em;
	font-weight: normal;
	line-height:40px;

}


.bton-superior {
	display: none;
}
.icono {
	height: 150px;
	width: 150px;
	font-size: 7em;
	color: #fff;
	text-align: center;
	font-weight: 800;
	background-color: #00b4ff;
	border-radius: 50%;
	margin-left: 10px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
.sobre-esta-web {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	margin-top: 150px;
	margin-bottom: 0px;
}

.sobre-esta-web h3 {
	font-size: 2em;
	line-height: 30px;
	text-align: center;
	font-family: 'Barlow', sans-serif;
}
.sobre-esta-web  b {
	color: #1F1F1F;
	font-size: 1.3em;
	font-weight: bolder;
	line-height: 60px;

}
.ocultar{
	display:none;
}

.titulo-curso{
	text-align: right;
	width: 100%;
	position: relative;
	margin-top: -10px;	
	}
.titulo-curso  h3 {
	font-size: 3em;
	line-height: 50px;
}
.titulo-curso  b {
	font-size: 1.5em;
	line-height: 55px;
	font-family: 'Barlow', sans-serif;
	color: #fff;
	text-shadow: 0 0 0.5em #000, 0 0 0.5em #000, 0 0 0.5em #000;
	letter-spacing: -0.05em;
	font-weight: lighter;
}
.titulo-curso  spam {
	font-size: 1.6em;
	font-family: 'Barlow', sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
}

.letrero {
	display: none;
}	

.purpose_block h2 {
	font-size: 3em;
	color: #000000;
	line-height: 30px;	
	font-weight: normal;
}
.purpose_block b {
	color: #666666;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 20px;
}

.purpose_block h5 {
	font-size: 2em;
	font-weight: 800;
	line-height: 25px;
	margin-top: 20px;
}
.purpose_block h6 {
	font-size: 1.3em;
	
}


.purpose_block span {
	font-weight: 500;
}

.purpose_block p {
	line-height: 23px;
	font-size: 0.9em;	
	width: 95%;
}



footer {
	/*	background-color: rgba(19,58,77,0.9);*/
	padding-top: 60px;
	padding-right: 0;
	width: 100%;
	font-size: 1.3em;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
}
.foot_about_block p {
	margin-bottom: 24px;
	line-height: 25px;
	font-size: 0.8em;
	color: #FFF;
	font-weight: lighter;
	text-align: center;
}

}
