@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,700,900&display=swap');
body {
	font-family: 'Nunito Sans', sans-serif;
	color: #343a42;
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background: #e9ecef;
    /*background:#141526; */
}
.mgt-10 { margin-top: 10px; }
.mgt-20 { margin-top: 20px; }
.mgt-30 { margin-top: 30px; }
.mgt-40 { margin-top: 40px; }

body.login {
	/* The image used */
	background: url("../img/bg-login-2.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
h1.titulo1 {
	font-size: 22px;
	font-weight: 400;
}
h1.titulo2 {
	font-size: 27px;
	font-weight: 700;
}
.sidebarLogin {
	width: 400px;
	background-color: #fff;
	position: fixed;
	height: 100%;
	left: 0;
}
.innerSidebar {
	padding: 50px 40px;
}
.loginLogo img {
	width: 100%;
	height: auto;
}
.formWraper {
	padding-top: 20px;
}
.cabecera {
	background-color: #fff;
    border-radius: 0;
    padding:5px 0 0 0;
    display: block;
    position: fixed!important;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 1004!important;
    transition: background-color .5s cubic-bezier(.2,1,.2,1) 0ms;
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
}
.logoTop {
	padding-top: 10px;
}
.logoTop img {
	height: 40px;
	width: auto;
}
.userInfo {
	padding-top: 15px;
}
.userPic  {
	float: left;
	width: 40px;
}
.userPic img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
}
.userName {
	float: left;
	min-width: 200px;
	background-color: #eee;
	padding:5px 5px 5px 20px;
	border-radius: 5px;
	color: #000;
	position: relative;
	cursor: pointer;
}
.svg-icon {
    height: 1em;
    width: 1em;
    display: inline-block;
    fill: currentcolor;
    margin-left: 10px;
    color: #666;
}
.menuUser {
	width: 200px;
	height: 244px;
	right: 0;
	border-radius: .5rem;
	box-shadow: 0 2px 16px -2px rgba(0,0,0,.15);
	border: none;
	background: #fff;
	border-radius: .25rem;
	position: absolute;
	top: 35px;
	padding: 0;
	z-index: 10;
	white-space: nowrap;
	/*transition: all 3s ease-in-out;*/
	display: none;
}
.menuTop {
	min-height: 120px;
	padding: 5px 0px 5px 0px;
}
.mt1 { width: 70px; float: left; padding-left: 10px; }
.mt1 img {
	width: 50px;
	height: 50px;
	border-radius: 25px;
}
.mt2 { font-weight: 700; }
.mt3 {
	text-align: left;
	padding: 10px 0;
}
.mt3 ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.mt3 ul li {
	text-align: left;
}
.mt3 ul li a {
	color: #000;
	display: block;
	padding: 7px 15px;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid #f7f7f7;
}
.mt3 ul li a:hover {
	background-color: #eee;
}
.mt3 ul li a i {
	font-size: 13px;
	text-decoration: none;
	color: #58b3f3;
	margin-right: 10px;
}
p.pBig {
	font-size: 18px;
	line-height: 27px;
	color: #fff;
}


.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    padding: 0;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    border-radius: 0;
    background: #053d4e;
    font-size: 1em;
    z-index: 1003!important;
    width: 220px;
    transition: all .5s cubic-bezier(.2,1,.2,1),width .5s cubic-bezier(.2,1,.2,1) .3s,box-shadow .5s cubic-bezier(.2,1,.2,1) .3s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.innerMenu {
	padding-top: 80px;
}
.innerMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.innerMenu ul li {

}
.innerMenu ul li a {
	display: block;
	padding: 13px 5px 13px 20px;
	text-decoration: none;
	color: #f7f7f7;
	font-size: 16px;
	border-bottom: 1px solid hsla(0,0%,100%,.05);
    box-shadow: inset 0 0 0 0 #f04e23;
}
.innerMenu ul li a.active, .innerMenu ul li a:hover {
	background-color: rgba(0,0,0,.2);
    box-shadow: inset 4px 0 0 0 #f04e23;
    color: #fff;
    border-bottom: 1px solid hsla(0,0%,100%,.1);
}
.innerMenu ul li a i {
	width: 20px;
	margin-right: 15px;
}



.slideInLeft {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(.2,1,.2,1);
    animation-timing-function: cubic-bezier(.2,1,.2,1);
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
section.inicio {
	background-color: #22303A;
	/*background-color: #141526;*/
	min-height: 500px;
	margin-bottom: 50px;
	margin-top: 70px;
	padding-top: 40px;
}
h1.tituloGrande {
	font-size: 40px;
	font-weight: 900;
	color: #fff;
	text-shadow: 1px 1px 10px #000;
}
h2.tituloAcero {
	font-size: 16px;
	color: #58b3f3;
}
section.inicio p {
	font-size: 18px;
	color: #eee;
	text-align: justify;
}
.imagen img {
	width: 100%;
	height: auto;
}




.start-container {
    padding-top: 70px;
    opacity: 0;
    transition: margin-left .5s cubic-bezier(.2,1,.2,1),margin-right .5s cubic-bezier(.2,1,.2,1),opacity .5s cubic-bezier(.2,1,.2,1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    background-color: #22303A;
    /*background-color: #141526;*/ /* color fondo de: https://www.speedtest.net */
}
.start-container.active {
    opacity: 1;
}
.innerContenido {
	padding: 30px 30px 50px 30px;
}

.mensaje {
	background-clip: border-box;
    border: 1px solid #dfe2e6;
    border-radius: .375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    position: relative;
    word-wrap: break-word;
    margin-top: 20px;
    background-color: #2c3e50;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
}
.wraperForm {
	padding: 30px;
	background-color: #fff;
	border:1px solid #ccc;
	border-radius: 10px;
	margin-top: 10px;
}
.wraperForm label {
	font-weight: 900;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 18px;
}
nav ul li {
	float: left;
	margin-right: 20px;
}
nav ul li a {
	padding: 0px;
	color: #000;
	font-size: 16px;
	text-decoration: none;
}
nav ul li a:hover {
	color: #000;
	text-decoration: none;
}
/******************** DETALLE MODULO *****************/
h1.tituloDetalle {
	font-size: 40px;
	font-weight: 900 !important;
}
.descripcionModulo {
	font-size: 18px;
	line-height: 27px;
}
h2.subtituloDetalle {
	font-size: 30px;
	font-weight: 900 !important;
}
ol.listaTemas {
	list-style: none;
	padding: 0;
	margin: 0;
}
ol.listaTemas li {

}
ol.listaTemas li a {
	display: block;
	padding: 10px 20px;
	background: #f9f9f9;
    border: solid 1px #e8e9eb;
    margin-top: 3px;
    color: #333;
    text-decoration: none;
    font-weight: 400;
}
ol.listaTemas li a:hover {
	font-weight: 900;
}
.filaVolver {
	width: 100%;
	margin: 10px 0;
	text-align: right;
}
.filaVolver a {
	font-weight: 900;
}
.tituloLeccion {
	font-size: 24px;
	font-weight: 900;
	color: #f04e23;
	padding: 5px 20px;
	border-bottom: 1px solid #f04e23;
	margin-bottom: 20px;
	margin-top: 20px;
}
.divTemario h1 {
	font-size: 40px;
	font-weight: 900 !important;
}
.tituloGrande {
	font-size: 40px;
	font-weight: 900 !important;
}
.divTemario ul {
	list-style: none;
}
.divTemario h2 {
	font-size: 24px;
	font-weight: 900;
	color: #f04e23;
	padding: 5px 20px;
	border-bottom: 1px solid #f04e23;
	margin-bottom: 20px;
	margin-top: 20px;	
}
.divTemario ul li i {
	width: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
}