body {
	font-family: "CronosPro-Lt";
	background-color: #e2e5ea;
	margin:0;
	padding:0;
	height:100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}

body.indice{
	background-color: white;
	padding-top: 98px;
}

body.not-front {
	padding-bottom: 2em;
	padding-top: 150px;
}

h1 {
	font-family: "CronosPro-Regular"
}

h2,
h3,
h4,
h5,
h6 {
	font-family: "CronosPro-Lt";
}

body > a {
	color: #00a9e7;
	text-decoration: none;
	transition: all .2s ease-out;
}

b,
strong {
	font-weight: 700;
	color: #00a9e7;
	font-family: "CronosPro-Regular";
}

img {
	pointer-events: none
}

.anchor-break {
	word-wrap: break-word;
}

.ui-page {
	min-height: 400px;
}


/*****************/
/*Pre-Loader*/
/*****************/

.preloader {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #000022;
	top: 0;
	left: 0;
}

.preloader img {
	position: absolute;
	left: 50%;
	top: 45%;
	margin-left: -30px;
}

.preloader h2 {
	position: relative;
	top: 45%;
	text-align: center;
	color: rgba(0, 0, 0, 0.6);
	font-size: 1.5em;
	margin-top: 60px;
	color: white;
}


/*****************/
/*HEADER NAV BOTSTRAP*/
/*****************/


.navbar {
    background: #012E6F;
    border: 0;
    border-radius: 0;
    margin: 0;
}

.navbar-toggle {
    border: none;
	margin-top: 12px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 4px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
	background: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #44c7f4;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}

.navbar.sm {
    height: 60px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background: none;
	cursor: pointer;
}

.navbar-default .navbar-nav > li > a {
    color: #9cadc7;
	padding: 2.6em;
	font-size: 1em;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #44c7f4;
}

.navbar-default .navbar-nav > li > a:before{
	vertical-align: middle;
	padding: 0.2em;
	font-size: 1.4em;
}


.navbar-toggle .icon-bar {
	-webkit-transform-origin: 21px;
	-moz-transform-origin: 21px;
	-ms-transform-origin: 21px;
	transform-origin: 21px;
	-webkit-transition: -webkit-transform .6s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: -moz-transform .6s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: -o-transform .6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1);
	height: 3px;
	width: 22px
}

.navbar-toggle .icon-bar:nth-child(3) {
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
	opacity: 0
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}


.logo-header{
	display: inline-block;
	padding: 0;
	margin: 0;
	top: 0;
	position: relative;
}

.navbar-header a{
		text-decoration: none;
}

.logo-header img{
	width: 250px;
	height: auto;
	padding: 15px 0;
	margin-left: 50px;
}


.not-front .navbar .container-fluid .navbar-header .logo-header img{
	width: 250px;
	height: auto;
	padding: 15px 0;
	margin-left: 150px;
}



.regresar {
	color: #9cadc7;
	font-size: 1.2em;
	padding: 2em 1em;
	position: absolute;
	left: 0;
	border-right: 1px solid #184d96;
	z-index: 9999;
}

.regresar:hover {
	color: #44c7f4;
}

.regresar:before {
	vertical-align: middle;
	font-size: 1.3em;
	padding: 0.2em;
}



/*****************/
/*Instrucciones Modal*/
/*****************/

.modal-backdrop {
	background-color: #012e6f;
}

.modal-backdrop.in {
	opacity: 0.8;
}

.modal-body h4 {
	color: #9cadc7;
	padding: 0 5em;
}

.modal-body p {
	color: #9cadc7;
}

.modal-body a {
	font-size: 1.4em;
	text-decoration: none;
}

.modal-header {
	padding: 0;
}

.modal-header a i {
	color: white;
	position: absolute;
	top: 0;
	margin-top: -1.3em;
	margin-left: -1em;
	z-index: 1;
	font-size: 1em;
	background-color: #49c7f0;
	border-radius: 36px;
	width: 36px;
	height: 36px;
	text-align: center;
	padding-top: 11px;
	box-shadow: 0px 0px 15px 0px rgba(13, 7, 15, 0.35);
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .5s ease-out;
	-o-transition: -o-transform .5s ease-out;
	transition: transform .5s ease-out;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

/* scroll fixes */

.modal-open .modal {
	padding-left: 0px !important;
	padding-right: 0px !important;
	overflow-y: scroll;
}


/*****************/
/*LOGIN UI*/
/*****************/

html.login-html{
	min-height: 100%;
	position: relative;
}

body.login {
	background: #002e6d ;
	margin-bottom: 350px;
	height: 100%;
}

footer.login{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	background-image: -moz-linear-gradient( 90deg, rgb(5, 13, 49) 0%, rgb(0, 30, 73) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(5, 13, 49) 0%, rgb(0, 30, 73) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(5, 13, 49) 0%, rgb(0, 30, 73) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#001e49', endColorstr='#050d31', GradientType=0);
	/* IE6-9 */
	padding-top: 2em;
}

.login-header{
	color: white;
	padding: 1em;
}

.login-header img{
	max-width: 100%;
	height: auto;
}

.login-header h1{
	font-size: 3em;
	margin-bottom: 0;
}

.login-header h2{
	font-size: 1.5em;
	margin-top: 0;
}

.wrap {
	width: 280px;
	height: auto;
	margin: auto;
	margin-top: 25px;
	position: relative;
	padding-left: 15px;
}

.wrap i{
	color: #9cadc7;
}

.wrap i.usuario{
	position: absolute;
	left: -10px;
	top: 20px;
}

.wrap i.password{
	position: absolute;
	left: -10px;
	top: 70px;
}

.wrap input {
	border: none;
	background: #fff;
  	font-weight:700 ;
	display: block;
	height: 50px;
	outline: none;
	width: 100%;
	margin: auto;
	padding: 6px 12px 6px 12px;
}
.bar {
	width: 100%;
	height: 1px;
	background: #fff ;
}
.bar i {
	width: 95%;
	margin: auto;
	height: 1px ;
	display: block;
	background: #d1d1d1;
}
.wrap input[type="text"] {
	border-radius: 7px 7px 0px 0px ;
}
.wrap input[type="password"] {
	border-radius: 0px 0px 7px 7px ;
}
.wrap button {
	width: 100%;
	border-radius: 7px;
	background: #44c7f4;
	text-decoration: center;
	border: none;
	color: white;
  	margin-top: 15px;
	padding-top: 14px;
	padding-bottom: 14px;
	outline: none;
	font-size: 16px;	
	border-bottom: 3px solid #0c80a8;
	cursor: pointer;
}
.wrap button:active, .wrap button:focus {
	margin-top: 17px;
}



/*****************/
/*GENERAL UI*/
/*****************/

.help-button {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 3em;
	background-color: #44c7f4;
	width: 3.4em;
	height: 3.4em;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-o-border-radius: 35px;
	outline: none;
	border: none;
	text-decoration: none;
	z-index: 999;
	cursor: pointer;
}

	.help-button a {
		text-decoration: none;
	}

	.help-button:before {
		color: white;
		font-size: 2em;
		line-height: 47px;
		padding-left: 15px;
	}

.boton-light {
	padding: 1em 1em;
	background-color: #f1f2f6;
	border-radius: 4px;
	color: black;
	transition: all .2s ease-out;
	display: inline-block;
	min-width: 100px;
	margin-top: 0.5em;
}

	.boton-light:hover {
		background-color: #44c7f4;
	}

	.boton-light:hover,
	.boton-light:hover:before {
		color: white;
	}

	.boton-light:before {
		color: #9cadc7;
		vertical-align: middle;
		font-size: 1.3em;
		padding: .4em;
	}

.boton-blue {
	padding: 0.9em 2em;
	background-color: #44c7f4;
	border: none;
	outline: none;
	border-radius: 5px;
	color: white;
	min-width: 150px;
	cursor: pointer;
	min-width: 100px;
	display: inline-block;
}

	.boton-blue:hover {
		background-color: #002e6d;
	}

	.boton-blue:hover,
	.boton-blue:hover:before {
		color: #44c7f4;
	}

	.boton-blue:before {
		color: #9cadc7;
		vertical-align: middle;
		font-size: 1.3em;
		padding: .4em;
	}

	.boton-blue:active {
		border: none;
		outline: none;
	}


/*****************/
/*INDICE*/
/*****************/

.category-acordion{
	display: none;
	margin-bottom: 25px;
	
}

.titles-index{
	margin-bottom: 2em;
	border-bottom: 1px dashed #9cadc7;
	padding-bottom: 1em;
}


.titles-index .title-img img{
	height: 100px;
	width: auto;
	padding: 1em;
}

.titles-index .title-text h2{
	color: #44c7f4;
	line-height: 38px;
	margin-top: 0;
	padding: 0.3em;
}

.subtitles-index{
	cursor: pointer;
	font-size: 0.8em;
	margin-left: 3em;
	text-align: center;
	border-top: 1px dashed #d5d8dd;

}

.subtitles-index h4{
	color: #9cadc7;
}

.subtitle-index h3 {
	color: #002e6d;
}

.subtitles-index h3:after {
	font-family: "manualesdws" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "e";
	vertical-align: middle;
	display: inline-block;
	color: #44c7f4;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	font-size: 1.9em;
	display: block;
}


.subtitles-index h3.active:after{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

#indice {
	margin-top: 3em;
}

.title-header {
	text-align: center;
	position: relative;
	background-color: #001337;
	padding: 1em 4em;
	color: #44c7f4;
}

.triangle {
	position: absolute;
	bottom: -35px;
	left: 50%;
	margin-left: -32px
}

.syllabus.leadin:not(:first-child) .syllabus__leadin svg .path {
	fill: white
}


.secciones{
	background-color: #eaeef3;
	padding: 2em;
	border-radius: 8px;
	margin-top: 2em;
}



.asterisc{
	display: inline-block;
	right: 50px;;
	position: absolute;
	color: #9cadc7;
}

.manual {
	background-color: white;
	text-align: center;
	margin: 1em 0;
	box-shadow: 0 1px 2px rgba(43, 59, 93, .29);
	-webkit-box-shadow: 0 1px 2px rgba(43, 59, 93, .29);
	-moz-box-shadow: 0 1px 2px rgba(43, 59, 93, .29);
	-o-box-shadow: 0 1px 2px rgba(43, 59, 93, .29);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	width: 100%;
	padding: 1em 2em;
	min-height: 380px;
}

.manual:hover {
	-webkit-box-shadow: rgba(43, 59, 93, 0.290196) 0px 1px 2px 0px, rgba(43, 59, 93, 0.290196) 0px 0px 13px 0px;
	-moz-box-shadow: rgba(43, 59, 93, 0.290196) 0px 1px 2px 0px, rgba(43, 59, 93, 0.290196) 0px 0px 13px 0px;
	-o-box-shadow: rgba(43, 59, 93, 0.290196) 0px 1px 2px 0px, rgba(43, 59, 93, 0.290196) 0px 0px 13px 0px;
	box-shadow: rgba(43, 59, 93, 0.290196) 0px 1px 2px 0px, rgba(43, 59, 93, 0.290196) 0px 0px 13px 0px;
	background-color: #002e6d;
}

.manual:hover h3 {
	color: white;
}

.manual h3 {
	color: #002e6d;
	font-family: "CronosPro-Regular";
	margin-top: .5em;
}

.manual h5 {
	color: #44c7f4;
}

.manual img {
	width: 110px;
	height: auto;
}

.manual-descripcion p {
	color: #9cadc7;
	line-height: 1.3em;
}

.manual a {
	color: black;
	text-decoration: none;
}

.manual-descripcion {
	display: block;
}

.manual-descripcion a {
	color: #44c7f4;
	border-bottom: 1px solid #d7d7d7;
	padding: 0.5em;
	font-family: "CronosPro-Regular";
	font-weight: 800;
}

.manual-descripcion a:hover {
	color: #44c7f4;
}

.descripcion {
	max-height: 2em;
}


/*****************/
/*MANUALES*/
/*****************/

.header-title{
	font-size: 1.4em;
	display: inline-block;
	color: #9cadc7;
	padding-left: 2em;
/*	width: 275px;*/
	margin: 0;
}


.progress-wrapper {
	position: fixed;
	top: 98px;
	width: 100%;
	z-index: 999;
}

.progress-bar {
	font-family: "CronosPro-Regular";
}

.owl-carousel {
	margin-top: 10px;
}

.wrapper {
	position: relative;
}

.paso h1 {
	color: #44c7f4;
	font-size: 2.5em;
	margin: 0;
}

.paso a {
	text-decoration: none;
}

.paso-imagen {
	width: 293px;
	height: auto;
}

.paso-bubble {
	position: absolute;
	top: 10px;
	left: 65%;
}

.paso-bubble .bubble {
	width: 240px;
	height: auto;
}

.paso-bubble .hand {
	position: absolute;
}

.shadow {
	margin-top: 10px;
	width: 300px;
}

.paso-popup {
	top: 255px;
	position: relative;
	background-color: white;
	-webkit-box-shadow: 0 1px 2px rgba(43, 59, 93, .29);
	border-radius: 10px;
	padding: 3em;
}

.paso-popup .triangle-left {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: -45px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.paso-imagen-desktop {
	height: auto;
}

.paso-bubble-desktop {
	position: absolute;
	top: 20%;
	right: 0%;
	z-index: 10
}

.paso-bubble-desktop .bubble {
	width: 240px;
	height: auto;
}

.paso-bubble-desktop .hand {
	position: absolute;
	top: 50%;
	width: 40px;
	height: auto;
	left: 50%;
	margin-left: -8px;
}

.paso-popup-desktop {
	top: 270px;
	position: relative;
	background-color: white;
	-webkit-box-shadow: 0 1px 2px rgba(43, 59, 93, .29);
	border: 1px solid #9cadc7;
	border-radius: 10px;
	padding: 2em;
}

.paso-popup-desktop .triangle-left {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: -45px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.paso-final {
	display: block;
	position: inherit;
	background-color: white;
	-webkit-box-shadow: 0 1px 2px rgba(43, 59, 93, .29);
	border-radius: 10px;
	padding: 3em;
}

.popover {
	position: absolute;
	max-width: 350px;
	padding: 1px;
	text-align: left;
	background-color: #9cadc7;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 15px;
}

.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: rgba(0, 0, 0, 0.25);
	border-left-width: 0px;
}



/*****************/
/*FOOTER*/
/*****************/

footer.landing {
	background-image: -moz-linear-gradient( 90deg, rgb(5, 13, 49) 0%, rgb(0, 30, 73) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(5, 13, 49) 0%, rgb(0, 30, 73) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(5, 13, 49) 0%, rgb(0, 30, 73) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#001e49', endColorstr='#050d31', GradientType=0);
	/* IE6-9 */
	margin-top: 60px;
	padding: 6em 0;

}

#logo-footer img {
	margin-bottom: 1em;
}

.help-desk{
	display: inline-block;
	margin: 1em 1em 1em 0;
}

footer a{
	color: #44c7f4;
}

footer a:hover{
	color: #44c7f4;
}
footer h4,
footer h3 {
	display: inline-block;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*****************/
/*MEDIA QUERIES*/
/*****************/

@media screen and (max-width: 990px) {
	.paso-imagen-desktop {
		width: 100%;
		height: auto;
	}
	.paso-bubble-desktop {
		position: absolute;
		top: 10px;
		right: 0;
	}
	.paso-bubble-desktop .bubble {
		width: 40%;
	}
	.paso-bubble-desktop .hand {
		position: absolute;
		top: 55%;
		width: 30px;
		height: auto;
		left: 20%;
		margin-left: -10px;
		margin-top: -10px;
	}
	.paso-popup-desktop {
		display: block;
		margin-top: 10px;
		top: 10px;
		position: inherit;
		background-color: transparent;
		-webkit-box-shadow: none;
		border-radius: 10px;
		padding: 0.5em;
		border: none;
	}
	.paso-popup-desktop .triangle-left {
		display: none;
		position: absolute;
		top: 0;
		margin-top: -20px;
		margin-left: -30px;
		left: 50%;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
	.owl-carousel {
		margin-top: 0px;
	}
}

@media screen and (max-width: 767px) {
	
	body.login {
		margin-bottom: 400px;
		height: 100%;
	}

	footer.login{
		height: 300px;
	}
	
	.wrap{
		margin-top: 0px;
	}
	
	.login-header h1{
		font-size: 2em;
		margin-bottom: 0;
	}

	.login-header h2{
		font-size: 1.3em;
		margin-top: 0;
	}	
	
	body.not-front {
		background-color: white;
		padding-top: 100px;
	}
	
	body.indice{
		padding-top: 59px;
	}	
	
	.navbar-default .navbar-nav > li > a {
		padding: 1.6em;
	}	
	
	.logo-header img{
		padding: 9px 9px 4px 9px;
		width: 60px;
		height: auto;
		margin-left: 10px;
	}

	.not-front .navbar .container-fluid .navbar-header .logo-header img {
		padding: 9px 9px 4px 9px;
		width: 60px;
		height: auto;
		margin-left: 70px;
	}
	
	.secciones{
		padding: 1em;
	}
	
	.titles-index{
		margin-bottom: 1em;
		padding-bottom: 0em;
	}	
	
	.titles-index .title-text h2{
		color: #44c7f4;
		line-height: 25px;
		margin-top: 0;
		padding: 0.3em;
		font-size: 1.8em;
	}	
	.subtitles-index{
		margin-left: 0;
		padding: 0 1em;
	}
	
	.subtitles-index h3{
		font-size: 1.4em;
		padding: 0.5em;
	}
	

	
	.modal-body h4 {
		color: #9cadc7;
		padding: 0 1em;
	}
	
	.header-title{
		font-size: 1em;
		display: inline-block;
		width: 100%;
		height: 1em;
	}
	
	.regresar {
		padding: 0.8em;
	}
	.regresar span {
		display: none;
	}
	.boton-blue {
		padding: 1em;
		margin: 0em;
		min-width: 150px;
	}
	.help-button {
		margin: 0.5em;
		background-color: transparent;
		width: 3.4em;
		height: 3.4em;
		border-radius: 35px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-o-border-radius: 0px;
		outline: none;
		border: none;
		text-decoration: none;
		z-index: 999;
		cursor: pointer;
		bottom: 0;
		right: 0;
		top: 0;
	}
	.help-button:before {
		color: #44c7f4;
	}
	.header-nav {
		height: 60px;
	}
	.header-nav .logo {
		height: 55px;
		padding: 5px;
		margin-left: 0px;
		margin-right: 0;
	}
	.navigation {
		padding: 0 5px;
	}
	.title-indice {
		padding: 0.2em 2em;
		color: #44c7f4;
		margin-top: 20px;
	}
	.progress-wrapper {
		position: fixed;
		top: 60px;
		width: 100%;
		z-index: 999;
	}
	.paso-imagen {
		width: 140px;
		height: auto;
		margin-left: -100px;
	}
	.paso-bubble {
		position: absolute;
		top: 10px;
		left: 50%;
	}
	.paso-bubble .bubble {
		width: 150px;
	}
	.paso-bubble .hand {
		position: absolute;
	}
	.paso-popup {
		display: block;
		margin-top: 10px;
		top: 10px;
		position: inherit;
		background-color: transparent;
		-webkit-box-shadow: none;
		border-radius: 10px;
		padding: 0.5em;
	}
	.paso-popup .triangle-left {
		display: none;
		position: absolute;
		top: 0;
		margin-top: -20px;
		margin-left: -30px;
		left: 50%;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
}





