/* Generales */

body {
	color: black;
	background-color: white;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	font-weight: 400;
}

p.texto-general{
	font-size: 15px;
	line-height: 26px;
}


figure{
	margin-bottom: 20px;
	text-align: center;
}

figcaption{
	font-size: 12px;
	background: #f5f5f5;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
	
}
header{
	position: relative;
	z-index: 1;
	border-top:5px solid #709ad2;
	background: #f5f5f5;
}

ul.no-style{
	padding: 0;
}
ul.no-style li{
	list-style: none;
	padding: 0;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 10px;
}

.pull-left, .pull-right{
	padding: 0;
}

h3.texto-desplazate{
	color: #777777;
	padding-top: 20px;
}

ol{
	padding: 0;
}

.no-padding{
	padding: 0;
}
/*feedback*/
.right{
	  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  border: 2px solid rgb(123, 165, 30);
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  color: rgb(52, 52, 52);
}

.error{
	  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  border: 2px solid red;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  color: rgb(52, 52, 52);
}



/*CSS REDES SOCIALES*/

.content-rrss{
	padding: 10px;
	margin-top: 10px;
}

ul.redes-sociales{
	margin: 0;/*anula margin de bootstrap*/
	padding: 0;/*anula padding de bootstrap*/
}

ul.redes-sociales li{
	display: inline-block;
}

ul.redes-sociales li a{
	background: url("../img/redes-sociales.png") no-repeat;
	padding: 3px 12px;
}

ul.redes-sociales li a.facebook{
	background: url("../img/redes-sociales.png");
}

ul.redes-sociales li a.twitter{
	background: url("../img/redes-sociales.png") -27px 0;
}

ul.redes-sociales li a.google{
	background: url("../img/redes-sociales.png") -53px 0;
}

ul.redes-sociales li a.rss{
	background: url("../img/redes-sociales.png") 24px 0;
}


.rrss-index{
	text-align: center;
	margin-top: 30px;
}
/*logo*/

h1.logo{
	margin: 0;/*anula margin de bootstrap*/
	padding: 10px;
	text-align: center;
}

/*css menu- Unidad terminada */

.menu{
	position: relative; 
}

.menu:before{
	content:" ";
	position: absolute;
	border:4px solid #709ad2;
	top:50%;
	width: 100%;	
}
ul.navbar-nav{
	padding: 20px 0;
	font-family: 'Fjalla One', sans-serif;
}

.navbar-nav li{
	margin-right: 50px;
}

.navbar-default .navbar-nav>.unidad-terminada>a, .navbar-default .navbar-nav>.unidad-terminada>a:hover{
	background: #99bd2a;
	height: 100px;
	width: 100px;
	border-radius: 100%;
	text-transform: uppercase;	
	line-height: 70px;
	margin-top: 10px;
	font-size: 50px;
}

.navbar-default .navbar-nav>.unidad-terminada>a:hover{
	color:white;
}

.navbar-default .navbar-nav>.unidad-terminada>a:hover:after{
	content: "unidad terminada";
	background: rgba(255,255,255,0.5);
	height: 90px;
	width: 90px;
	border-radius: 100%;
	text-transform: uppercase;	
	font-size: 15px;
	position: absolute;
	right:5px;
	top: 5px;
	line-height: 20px;
	color:#303030;
	padding-top:20px;
}

.navbar-default .navbar-nav>.unidad-terminada>a:before{
	content:" ";
	background: #99bd2a;
	height: 35px;
	width: 35px;
	z-index: 1;
	border: 3px solid white;
}


/*clases compartidas unidades-pendientes*/

.navbar-default .navbar-nav>.unidades-pendientes>a, .navbar-default .navbar-nav>.unidades-pendientes>a:hover{
	height: 80px;
	width: 80px;
	border-radius: 100%;
	background: #c2c2c2;
	margin-top: 20px;
	line-height: 45px;
	border:4px solid white;
	margin-right: 60px;
	font-size: 50px;
}

.navbar-default .navbar-nav>.unidades-pendientes>a:hover{
	color: white;
	border:4px solid #ffb817;
}

.navbar-default .navbar-nav>.unidades-pendientes>a:hover:after{
	content: "Hay unidades pendientes";
	background: url("../img/flecha.png") no-repeat 0 5px; 
	position: absolute;
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 13px;
	top: -20px;
	left: 45px;
	line-height: 21px;
	color:	#303030;
	width: 150px;
	padding-left: 30px;
}


.navbar-default .navbar-nav>.unidades-pendientes>a:before{
	content:" ";
	background: #c2c2c2;
	height: 25px;
	width: 25px;
	line-height: 48px;
	border: 3px solid #f5f5f5;
	z-index: 1;
	color:white;
}

/*unidad actual*/

.navbar-default .navbar-nav>.unidad-actual>a{
	font-size: 70px;
}
.navbar-default .navbar-nav>.unidad-actual>a, .navbar-default .navbar-nav>.unidad-actual>a:hover{
	background: #ffb817;
	height: 120px;
	width: 120px;
	border: 3px solid #f5f5f5;
	z-index: 1;
	color:white;
	font-size: 70px;
	line-height: 80px;
}

/*menu dropdown*/
.navbar-nav li.unidad-actual{
	position: relative;
}
.navbar-nav li.unidad-actual ul.unidad-actual-subapartados{
	padding-left: 30px;
	position: absolute;
	top:40%;
	left:130px;
	width: 450px;
	z-index: 1;
}


.navbar-nav li.unidad-actual ul.unidad-actual-subapartados:before{
	  content: " ";
  position: absolute;
  border: 4px solid #818181;
  top: 40%;
  width: 350px;
  margin-left: -40px;
  z-index: -1
}

.navbar-nav li.unidad-actual ul.unidad-actual-subapartados li{
	margin-right: 20px;
	list-style: none;
	display: inline-block;
}

.navbar-nav li.unidad-actual ul.unidad-actual-subapartados li a{
	background: white;
	border-radius:100%;
	padding: 15px;
	text-align: center;
	line-height: 30px;
	font-size: 25px;
	border:3px solid #f5f5f5;
}

.navbar-nav li.unidad-actual ul.unidad-actual-subapartados li a:hover{
	background: #709ad2;
	color:white;
	border:3px solid #f5f5f5;
}
.navbar-nav li.unidad-actual ul.unidad-actual-subapartados li>a{
	color:	black;
	text-decoration: none;

}

/*clases compartidas*/
.navbar-default .navbar-nav>.unidad-terminada>a, .navbar-default .navbar-nav>.unidades-pendientes>a, .navbar-default .navbar-nav>.unidad-actual>a{
	color: white;
	text-align: center;
	position: relative;
	border-radius:100%;
}


.navbar-default .navbar-nav>.unidad-terminada>a:before, .navbar-default .navbar-nav>.unidades-pendientes>a:before{
	position: absolute;
	bottom: -8px;
	right: 0;
	border-radius: 100%;
}

/*paginacion*/

nav.paginacion{
	text-align: center;
	position: relative;
}

nav.paginacion ul.pagination{
	position: absolute;
	top:-60px;
}

.pagination>li>a{
	background: #709ad2;
	color:white;
	font-family: 'Fjalla One';
	font-size: 25px;
	border:none;
	border-radius:none;
}


/* Header */


.title h1  {
	font-family: 'Fjalla One';
	font-weight: 900;
	margin-top: 20px;
	font-size: 72px;
	word-wrap: break-word;
}

/* Video Slider */
.bx-wrapper .bx-next {
	right: 20px!important;
}

/* Footer */

#footer {
	background: #7596d3;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
	padding: 15px 0;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #FFF;	
}

/* Reloj */

.flip-clock-wrapper {
	width: auto!important;
}

.flip-clock-label {
	display: none;
}


/* ============================================================================================================================
== OVER THOUGHT BUBBLE, EMPTY, WITH BORDER (more CSS3)
** ============================================================================================================================ */

.oval-thought-border {
  position:relative;
  padding:20px 30px;
  margin:1em auto 80px;
  border:10px solid #7596d3;
  text-align:center;
  color:#333;
  background:#fff;
  /* css3 */
  /*
  NOTES:
  -webkit-border-radius:240px 140px; // produces oval in safari 4 and chrome 4
  -webkit-border-radius:240px / 140px; // produces oval in chrome 4 (again!) but not supported in safari 4
  Not correct application of the current spec, therefore, using longhand to avoid future problems with webkit corrects this
  */
  -webkit-border-top-left-radius:240px 140px;
  -webkit-border-top-right-radius:240px 140px;
  -webkit-border-bottom-right-radius:240px 140px;
  -webkit-border-bottom-left-radius:240px 140px;
  -moz-border-radius:240px / 140px;
  border-radius:240px / 140px;
}

/* creates the larger circle */
.oval-thought-border:before {
  content:"";
  position:absolute;
  z-index:10;
  bottom:-40px;
  right:100px;
  width:50px;
  height:50px;
  border:10px solid #7596d3;
  background:#fff;
  /* css3 */
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  border-radius:50px;
  /* reduce the damage in FF3.0 */
  display:block;
}

/* creates the smaller circle */
.oval-thought-border:after {
  content:"";
  position:absolute;
  z-index:10;
  bottom:-60px;
  right:50px;
  width:25px;
  height:25px;
  border:10px solid #7596d3;
  background:#fff;
  /* css3 */
  -webkit-border-radius:25px;
  -moz-border-radius:25px;
  border-radius:25px;
  /* reduce the damage in FF3.0 */
  display:block;
}

/*paginador*/
.paginador{
	background: red;
	bottom: 0;
}

.anterior,
.siguiente {
	bottom: 25px;
	top: auto;
	outline: none;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	width: 50px;
	height: 50px;
	font-size: 0;
	border-radius: 50%;
	background: rgba(0,0,0,.15) url(../img/controls.png) -5px -3px no-repeat;
}

.anterior {
	background-position: -64px -4px;
	margin-left: 38px;
}

h1, h2, h3 {
	font-family: 'Fjalla One';
}

p,
li {
	font-size: 15px;
	line-height: 1.4;
}

/*titulo pildora*/
h1.titulo-pildora{	
    color: white;
  font-size: 40px;
  margin-top: 40px;
  background: #71a0ce;
  display: inline-block;
  padding: 20px;
}

h2.subtitulo{
	color:white;
	text-align: center;
}
/*css section01*/

#objetivos{
	background: #99BAE8;
}


h1.title{
	color:white;
	text-transform: uppercase;
	text-align: center;
	font-size: 50px;
}


.listados-objetivos li{
  margin-bottom: 10px;
  font-size: 18px;
color:white;
    list-style: none;
}

.glyphicon-ok{
	color: white;
	font-size: 20px;
    margin-right: 15px;
}

section{
	background: url("../img/bg-slide.png") repeat;
}

.container-info{
	background: white;
	box-shadow: 0px 3px #D2D2D2;
	border-radius: 10px;
	padding: 20px;
}


.container-info p.titulo-texto{
	font-family: 'Gloria Hallelujah', cursive;
	font-weight: bold;
	font-size: 20px;
	color:#31669A;
	text-align: center;
}
.container-title-slide{
	text-align: center;
	padding-bottom: 20px;
}

.title-slide{
	display: inline-block;
	padding: 15px 0;
	border-top: 3px solid #71a0ce;
	border-bottom: 3px solid #71a0ce;
	color: #333333;
	text-transform: uppercase;
	font-size: 36px;
}

.num-seccion-slide{
	font-size: 30px;
	color: #939393;
	font-weight: lighter;
}

ul.comprobaciones{
	padding: 0;
}

ul.comprobaciones li{
	list-style: none;
}

.img{
	text-align: center;
	padding: 0 20px 20px;
}


.titulo-li{
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}


/*ultima pantalla*/

#fin{
	background: #f5f5f5;
}

ul.redes-sociales{
	padding-top: 20px;
}
#fin ul.redes-sociales li a{
	background: url("../img/ico-rrss-fin.png") no-repeat;
	padding: 17px 19px;
	display: block;
}

#fin ul.redes-sociales li a.facebook{
	background: url("../img/ico-rrss-fin.png") 
}

#fin ul.redes-sociales li a.twitter{
	background: url("../img/ico-rrss-fin.png")  -34px;
}

#fin ul.redes-sociales li a.google{
	background: url("../img/ico-rrss-fin.png") -69px;
}

#fin ul.redes-sociales li a.rss{
	background: url("../img/ico-rrss-fin.png") -104px;
}

.logo{
	text-align: center;
	margin-bottom: 60px;
}

.container-final{
	background: white;
	padding: 20px;
	margin: 20px 0;
}

.lineas{
	border-top:4px solid #71a0ce;
	border-bottom:4px solid #71a0ce;
}
h1.texto-final{
	font-size: 25px;
	color:#333333;
}

#top{
	border:20px solid #71a0ce;
    background: white;
}

.num-listado{
	color:#71a0ce;
}

.linea{margin: 10px 0;}

/*form*/

.content-form, .content-general-elementos, .content-articulo{
	padding: 20px;
	background: #f4f4f4;
	border-radius: 10px;
	border-radius: 5px;
}

h2.titulo-form{
	font-size: 19px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	color:#333333;
}

.form-preguntas label{
	background: white;
	border:2px solid #f5f5f5;
	padding: 10px;
	font-weight: lighter;
	width: 100%;
	margin: 10px 0;
	border-radius:10px;
}

.form-preguntas input{
	margin-right: 10px;
}

.boton{
	background: #7ba51e;
	padding: 10px;
	border-radius: 5px;
	color: white;
	font-family: 'Muli';
	font-size: 14px;
	border: none;
	outline: none;
	margin-top: 10px;
	text-transform: uppercase;
	width: 100%;
	font-weight: bold;
}

figure.img-antiespias{
	text-align: center;
}

figure.img-antiespias a img{
	width: 80%;
}
/*ico-descarga*/
.glyphicon-arrow-down{
	color:#7ba51e;
}

.glyphicon-chevron-right{
	margin-right: 10px;
	color:#d2d2d2;
}

.glyphicon-book{
	margin-right: 10px;
	color: #9D9D9D;
}

span.glyphicon-hand-down {
  margin-left: 10px;
}

.logos-instituciones{
	background: #99bae8;
	position: absolute;
	bottom: 0;
}


@media (max-width: 768px) and (min-width: 320px)  {
	.anterior, .siguiente{
		display: none;
	}
	
	.logo-index img{
		width: 80%;
		min-width: 320px;
	}
	
	h1.titulo-pildora{
		font-size: 28px;
		line-height: 40px;
		padding-top: 10px;
	}
	
	h1.title{
		font-size: 25px;
	}
	  
	.subtitulo{
		font-size: 20px;
		line-height: 30px;
	}
	  
	/*pantalla02*/
	
	ol.listados-objetivos li{
		width: 100%;
	}
	
	.title-slide{
		font-size: 28px;
		line-height: 38px;
	}
	
	h3.texto-desplazate{
		font-size: 25px;
		line-height: 35px;
	}
	
	.instituciones figure img{
	width: 100%;
}
}