*{
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background-color: #21aa7d;
}

::selection {
    color: #fff;
    background-color: #21aa7d;
}

html{
    min-height: 100%;
}

html,body{
    height: 100%;
}

body, input, textarea, ul, select {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #808080;
}

h1{
    font-size: 40px;
}

h2{
    font-size: 36px;
}

h3{
    font-size: 32px;
}

h4{
    font-size: 28px;
}

h5{
    font-size: 24px;
}

h6{
    font-size: 20px;
}

p{
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 15px;
}

a{
    text-decoration: none;
    color: #808080;
}

b, strong{
    font-weight: bold;
}

pre{
  background-color: inherit;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

em{
    font-style: italic;
}

.container{
    max-width: 1199px;
    width: 1199px;
    margin: 0 auto;
    position: relative;
    display: table;
}

.container-fluido{
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: table;
}

.fila{
    width: 100%;
    display: table;
}

.columna {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.columna-1{
  width: 100%;
}

.columna-2 {
   width: 50%;
}

.columna-3 {
   width: 33.33%;
}

.columna-3c{
   width: 66.66%;
}

.columna-4 {
   width: 25%;
}

.columna-4c{
   width: 75%;
}

.columna-5 {
    width: 20%;
}

.columna-7 {
   width: 14%;
}

.img-responsive{
    display: block;
    width: 100%;
    height: auto;
}

.space{
	display: block;
	height: 20px;
}

/*---- Banner Home ---- */
.banner{
	position: relative;
	display: flex;
	width: 100%;
	height: 400px;
}

.banner img{
	object-fit: cover;
	object-position: center bottom;
}

/*---- Banner Home ---- */

.header-principal{
	position: relative;
	display: block;
	padding-top: 15px;
	padding-bottom: 30px;
}

.header-principal .container{

	border-bottom: 5px solid #cbb27c;
}

.header-principal ul.accesos{
	position: relative;
	display: table;
	height: 105px;
	float: right;
}

.header-principal ul.accesos li{
	position: relative;
	display: table-cell;
	vertical-align: bottom;
	text-align: center;

}

.header-principal ul.accesos li a,
.header-principal ul.accesos li h6{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px;
}

.header-principal ul.accesos li h6{
	color: #cbb27c;
	font-weight: 400;
}


.header-principal ul.accesos li a{
	transition: all .3s ease-in;
}

.header-principal ul.accesos li a:hover{
	color: #cbb27c;
}


.header-principal ul.accesos li a:after{
	content: "/";
	position: absolute;
	right: 0;
	bottom: 10px;
	color: #777 !important;
}

.header-principal ul.accesos  li:nth-child(3) a:after{
	content: inherit;
}

.contenido{
	position: relative;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
}

.contenido h3.title{
	text-transform: uppercase;
	color: #cbb27c;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 15px;
}

.contenido ul{
	line-height: 24px;
	margin-left: 30px;
	padding-bottom: 15px;
}

.contenido ul li{
	position: relative;
	margin-bottom: 10px;
}

.contenido ul li:before{
	content: "✓";
	position: absolute;
	left: -20px;	
	color: #cbb27c;
	font-weight: 600;
	margin-right: 10px;
}

.title-principal{
	color: #cbb27c;
	font-weight: 700;
	text-transform: uppercase;
}

.text-inscripcion {
	background: #cbb27c2b;
	display: block;
    border-left: 5px solid #cbb27c;
    margin-bottom: 30px;
    padding: 30px 20px;
}

.btn-effie{
	position: relative;
	display: inline-block;
	background-color: #cbb27c;
	color: #fff;
	font-weight: 600;
	margin: 0px auto;
	padding: 10px 15px;
	border: 1px solid #cbb27c;
	transition: all .3s ease-in;
	cursor: pointer;
}

.btn-effie:hover{
	background-color: #fff;
	color: #cbb27c;
}

.btn-effie-inv{
	position: relative;
	display: inline-block;
	background-color: #fff;
	color: #cbb27c;
	font-weight: 600;
	margin: 0px auto;
	padding: 10px 15px;
	border: 1px solid #cbb27c;
	transition: all .3s ease-in;
	cursor: pointer;
}

.btn-effie-inv:hover{
	background-color: #cbb27c;
	color: #fff;
}

.alert-effie{
	background-color: #cbb27c;
	display: block;
	color: #fff;
	padding: 30px;
}

.alert-effie h4{
	font-weight: 600;
}

.title2{
	background-color: #cbb27c;	
	padding: 10px 15px;
	margin-bottom: 30px;
}

.title2 h6{
	color: #fff;
	font-weight: 400;
}

.title2 h6 span{
	font-weight: 700;
}

.form-inscripcion{
	position: relative;
	background: #cbb27c2b;
	width: 70%;
	margin: 0px auto 30px;
	padding: 40px 30px;
}

.form-inscripcion label{
	display: block;
	font-weight: 400;
	margin-bottom: 10px;
}

.form-inscripcion input[type="text"],
.form-inscripcion input[type="tel"],
.form-inscripcion input[type="number"],
.form-inscripcion input[type="date"],
.form-inscripcion input[type="email"],
.form-inscripcion input[type="password"],
.form-inscripcion select{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #cbb27c;
}

.form-inscripcion label a{
	color: #cbb27c;
}

.form-inscripcion select{
	font-weight: 500;
}

.pre-footer{
	background-color: #cbb27c;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer{
	background-color: #fff;
	display: block;
	color: #cbb27c;
	font-weight: 400;
	text-align: center;
	padding: 5px 30px;
}

footer p{
	padding: 0;
}

footer a{
	color: #cbb27c;
}

.modal{
	max-width: 700px;
	padding: 25px;
}

.modal-content {
	width: 100%;
	height: 80vh;
	overflow-y: auto;
	padding-right: 20px;
}

.modal-content h3{
	display: block;
	color: #cbb27c;
	font-weight: 500;
	line-height: 40px;
}

.modal-content h4{
	display: block;
	color: #cbb27c;
	line-height: 34px;
}

.modal-content hr{
	border: 1px solid #cbb27c;
	margin-bottom: 20px;
}

.gracias {
	position: relative;
	display: block;
    width: 600px;
    margin: 0px auto;
}

.gracias img{
	    float: left;
}

.gracias h2 {
	display: inline-block;
    color: #cbb27c;
    font-weight: 500;
    padding: 40px 10px;

}

.body-login{
	position: block;
	width: 100%;
	height: 100vh;
}

.login {
	position: relative;
	background-color: #fff;
	width: 30%;
	height: 100vh;
	float: left;
	padding: 20px 30px;
}

.fondo-login{
	position: relative;
	display: flex;
	width: 70%;
	height: 100vh;
}

.fondo-login img{
	object-fit: cover;
	object-position: center;	
}

.box-login{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	text-align: center;
	padding: 20px;
}

.box-login p{
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
}

.box-login p a{
	color: #cbb27c;
	font-weight: 500;
}

.box-login img.logo{
	width: 100%;
	max-width: 300px;
}

.caja-login{
	background-color: #cbb27c;
	padding: 30px;
}

.caja-login img{
	width: 100%;
		max-width: 349px;
	margin-bottom: 20px;
}

.caja-login h6{
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
}

.caja-login label{
	display: block;
	color: #fff;
	font-weight: 400;
	text-align: left;
	margin-bottom: 10px;
}

.caja-login input[type="text"],
.caja-login input[type="date"],
.caja-login input[type="password"]{
	width: 100%;
	font-weight: 400;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #fff;
}

.caja-login input[type="submit"]{
	background-color: #fff;
	font-size: 16px;
	color: #cbb27c;
	font-weight: 500;
	padding: 5px 15px;
	border: 1px solid #fff;
	transition: all .3s ease-in;
	cursor: pointer;
}

.caja-login input[type="submit"]:hover{
	background-color: #cbb27c;
	color: #fff;
}

.text-banner{
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
}

.text-banner h1{
	 background: -webkit-linear-gradient(#cbb27c,#f3edb9);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	text-transform: uppercase;
	font-size: 70px;
	color: transparent;
	font-weight: 500;
	letter-spacing: 15px;
	margin-bottom: 20px;
}

.text-banner p{
	color: #fff;
	font-weight: 500;
}

.curso{
	padding: 20px;
	margin-bottom: 20px;
}

.title3{
	color: #cbb27c;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 1px solid #cbb27c;
}

.curso p.time{
	text-align: right;
	padding-top: 0;
}

.curso ul{
	text-align: center;
	margin-bottom: 20px;
}

.curso ul li{
	display: inline-block;
	margin-right: 5px;
}

.curso ul li:first-child a{
	display: inline-block;
	width: 200px;
	background-color: #fff;
	color: #cbb27c;
	border: 1px solid #cbb27c;
	padding: 10px 15px;
	box-shadow: 2px 2px 5px #ddd;
	transition: all .3s ease-in;
}

.curso ul li input[type="submit"]{
	display: inline-block;
	width: 200px;
	height: 39px;
	background-color: #cbb27c;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #fff;
	border: 1px solid #cbb27c;
	box-shadow: 2px 2px 5px #ddd;
	transition: all .3s ease-in;
	cursor: pointer;
}


.curso ul li:first-child a:hover{
	background-color: #cbb27c;
	color: #fff;
}

.curso ul li input[type="submit"]:hover{
	background-color: #fff;
	color: #cbb27c;
}

.curso ul li input[type="submit"].bloqueado{
	background-color: #cbb27c6b;
	border-color: #cbb27c6b;
	pointer-events: none;
	cursor: default;
}

.status{
	background: #cbb27c2b;
	display: block;
	border-left: 5px solid #cbb27c;
	padding: 10px ;
}

.status p{
	margin: 0;
	padding: 0;
}

.status p b{
	color: #cbb27c;
	margin-right: 10px;
}

.prueba{
	margin-bottom: 40px;
}

.prueba .fila{
	margin-bottom: 20px;
}

.prueba ul.list-prueba{
	position: relative;
	margin-left: 50px;
	margin-bottom: 10px;
}

.prueba ul.list-prueba li.pregunta{
	position: relative;
	margin-bottom: 25px;
}

.prueba ul.list-prueba li.pregunta h6{	
	color: #cbb27c;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 10px; 
}

.prueba ul.list-prueba li.pregunta span{
	position: absolute;
	top: 0;
	left: -40px;
	display: block;
	width: 30px;
	height: 30px;
	background-color: #cbb27c;
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding: 7px 0px;
	border-radius: 50%
}

.prueba ul.list-prueba li.pregunta ul li{
	margin-bottom: 10px;
}

.prueba ul.list-prueba li.pregunta ul li input{
	margin-right: 10px;
}

.prueba ul.list-prueba ul.correcta{
	margin-left: 20px; 
}

.prueba ul.list-prueba ul.correcta li:last-child{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

.text-inscripcion h5{
	margin-bottom: 10px;
}

.text-inscripcion h1{
	font-weight: 600;
	margin-bottom: 20px;
}

.fecha{
	display: none;
}

.error-404.not-found {
	position: relative;
    width: 60%;
    height: calc(100vh - 388px);
    margin: auto;
}

.content-404{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
}

.title-error {
    font-size: 90px;
    text-align: right;
    font-weight: 600;
    text-shadow: 2px 2px 5px #ccc;
}

.error-404 .columna{
	height: 110px;
}

.error-404 .columna-3{
	border-right: 2px solid #cbb27c;
}

.error-404 .columna-3c h1{
	line-height: 1.3em;
}

.content-404 .btn-effie{
	margin-top: 30px;
}

@media (min-width: 1200px){

}

@media (min-width: 1000px) and (max-width: 1024px){
	.container{
		width: 100%;
	}

	.login{
		width: 40%;
	}

	.fondo-login{
		width: 60%;
	}

	.box-login {
		padding: 10px;
	}

	.header-principal ul.accesos li h6{
		font-size: 16px;
	}
}

@media (min-width: 768px) and (max-width: 999px){
	.container{
		width: 100%;
	}

	.header-principal .columna-3{
		width: 100%;
		text-align: center;
	}

	.header-principal .columna-3c{
		width: 100%;
		text-align: right;
	}

	.header-principal ul.accesos{
		height: auto;
	}

	.form-inscripcion {
		width: 90%;
	}

	.login{
		width: 50%;
	}

	.fondo-login{
		width: 50%;
	}

	.box-login {
		padding: 10px;
	}

	.error-404.not-found,
	.content-404{
		width: 100%;
	}
}

@media (min-width: 480px) and (max-width: 767px){
	.container{
		width: 100%;
	}

	.header-principal .columna-3{
		width: 100%;
		text-align: center;
	}

	.header-principal .columna-3c{
		width: 100%;
		text-align: right;
	}

	.header-principal ul.accesos{
		height: auto;
	}

	.columna-2{
		width: 100%;
	}

	.form-inscripcion{
		width: 90%;
	}

	.header-principal ul.accesos li a{
		padding: 10px 20px;
	}

	.header-principal ul.accesos li:last-child{
		display: none;
	}

	.fecha{
		position: relative;
		display: inline-block;		
		background-color: #cbb27c;
		padding: 10px 40px 10px 15px;
		border-top: 2px solid #cbb27c;
		border-bottom: 1px solid #cbb27c;
		border-right: 1px solid #cbb27c;		
	}

	.fecha h6{
		color: #fff;
		font-weight: 500;
	}

	.fecha:after{
		position: absolute;
		content: url('../images/esquina.png');
		bottom: -1px;
		right: -1px;
		line-height: 0;
	}

	.login{
		width: 100%;
	}

	.fondo-login{
		display: none;
	}

	.box-login {
		padding: 10px;
	}

	.columna-4,
	.columna-4c{
		width: 100%;
	}

	.icon-time{
		display: none;
	}

	.curso ul li{
		margin-bottom: 15px;
	}

	.curso ul li:first-child a,
	.curso ul li input[type="submit"]{
		width: 190px;
	}

	.error-404.not-found,
	.content-404{
		width: 100%;
	}

	.error-404.not-found{
		height: 60vh;
	}

	.columna-3,
	.columna-3c{
		width: 100%;
	}

	.title-error,
	.error-404 .columna-3c h1{
		text-align: center;
	}
}

@media only screen and (max-width: 479px){
	.container{
		width: 100%;
	}

	.header-principal .columna-3{
		width: 100%;
		text-align: center;
	}

	.header-principal .columna-3c{
		width: 100%;
		text-align: right;
	}
	.header-principal ul.accesos{
		height: auto;
	}

	.columna-2{
		width: 100%;
	}

	.form-inscripcion{
		width: 90%;
	}

	.pre-footer img{
		width: 100%;
	}

	.login{
		width: 100%;
	}

	.fondo-login{
		display: none;
	}

	.box-login {
		padding: 10px;
	}

	.header-principal ul.accesos li:last-child{
		display: none;
	}

	.fecha{
		position: relative;
		display: inline-block;		
		background-color: #cbb27c;
		padding: 10px 40px 10px 15px;
		border-top: 2px solid #cbb27c;
		border-bottom: 1px solid #cbb27c;
		border-right: 1px solid #cbb27c;		
	}

	.fecha h6{
		color: #fff;
		font-weight: 500;
	}

	.fecha:after{
		position: absolute;
		content: url('../images/esquina.png');
		bottom: -1px;
		right: -1px;
		line-height: 0;
	}

	.columna-4,
	.columna-4c{
		width: 100%;
	}

	.icon-time{
		display: none;
	}

	.curso ul li{
		margin-bottom: 15px;
	}

	.error-404.not-found,
	.content-404{
		width: 100%;
	}

	.error-404.not-found{
		height: 80vh;
	}

	.columna-3,
	.columna-3c{
		width: 100%;
	}

	.title-error,
	.error-404 .columna-3c h1{
		text-align: center;
	}

	.error-404 .columna-3c h1{
		line-height: 1em;
	}
	
}

/* Header */
.navigation-header {
	background: #4b4b4b;
}

.navigation-header .navigation-container {
	overflow: hidden;
}

.navigation-header .navigation-container .navigation-menu {
	display: inline-block;
}

.navigation-header .navigation-container .navigation-menu ul {
	list-style: none;
}

.navigation-header .navigation-container .navigation-menu ul li {
	display: inline-block;
	line-height: 50px;
}

.navigation-header .navigation-container .navigation-menu ul li a {
	color: #ffffff;
	display: block;
	padding: 0 20px;
	font-weight: bold;
}

.navigation-header .navigation-container .navigation-menu ul li a:hover {
	color: #2d3436;
	background-color: #ffda79;
	text-decoration: none;
}