/* GENERAL */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
	outline: none;
}

::-webkit-input-placeholder {
	color: #000000;
	opacity: 1;
}

:-moz-placeholder {
	color: #000000;
	opacity: 1;
}

::-moz-placeholder {
	color: #000000;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000000;
	opacity: 1;
}

::-webkit-scrollbar {
	height: 4px;
	width: 15px;
}

::-webkit-scrollbar-button {
	height: 0px;
	width: 0px;
}

::-webkit-scrollbar-thumb {
	background: #cecece;
	border-radius: 0;
	border: 0px none #cecece;
}

::-webkit-scrollbar-thumb:hover {
	background: #cecece;
}

::-webkit-scrollbar-thumb:active {
	background: #cecece;
}

::-webkit-scrollbar-track {
	background: #f0f0f0;
	border-radius: 0;
	border: 0px none #f0f0f0;
}

::-webkit-scrollbar-track:hover {
	background: #f0f0f0;
}

::-webkit-scrollbar-track:active {
	background: #f0f0f0;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'Titillium Web', serif;
	font-size: 62.5%;
	color: #000000;
}

img {
	border: 0;
	outline: 0;
	transform-style: preserve-3d;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="time"], input[type="date"], textarea {
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
	font-family: 'Titillium Web', serif;
	margin: 0;
	padding: 0;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

select {
	border-radius: 0;
}

form {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

.limpia, .espacio {
	clear: both;
	display: block;
}

.uppercase {
	text-transform: uppercase;
}

.contenedor {
    max-width: 1440px;
    margin: 0 auto;
}

.relative {
	position: relative;
}

.oculto {
	display: none !important;
}

.transicion_ok {
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}

.loader {
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 333
}

.spinner {
	left: 0;
	margin: 0 auto 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	width: 70px
}

.spinner > div {
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	background-color: #ffffff;
	border-radius: 100%;
	display: inline-block;
	height: 18px;
	width: 18px
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}

}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0)
	}

}

/* PHOTOSWIPE */
.swipe-content {
	display: none;
	visibility: hidden;
}

.pswp__share--download {
	display: none !important;
	visibility: hidden !important;
}

.pswp__caption__center {
	text-align: center !important;
}

/* BOTÓN */
.boton {
	display: inline-block;
	vertical-align: middle;
	min-width: 245px;
	padding-left: 40px;
	padding-right: 125px;
	border: 2.5px solid #f94743;
	border-radius: 60px;
	font-size: 2em;
	line-height: 55px;
	letter-spacing: .05em;
	text-align: left;
	color: #ffffff;
	background: url('../img/web/2018/flecha_w.png') no-repeat center right 40px #f94743;
}

.boton:hover {
	background: url('../img/web/2018/flecha.png') no-repeat center right 40px;
	color: #f94743;
}

.boton.volver {
	background: url('../img/web/2018/volver_w.png') no-repeat center right 40px #f94743;
}

.boton.volver:hover {
	background: url('../img/web/2018/volver.png') no-repeat center right 40px;
}

/* CABECERA */
.cabecera {
	position: relative;
	margin-top: 35px;
	margin-bottom: 10px;
	z-index: 25;
}

.cabecera .izquierda {
	float: left;
}

.cabecera .izquierda .logo {
	display: block;
}

.cabecera .izquierda .logo img {
	display: block;
	width: 100%;
	height: auto;
}

.cabecera .derecha {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.cabecera .derecha .menu {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.cabecera .derecha .menu li {
	display: inline-block;
	vertical-align: middle;
}

.cabecera .derecha .menu li:before {
	content: '';
	display: inline-block;
	vertical-align: baseline;
	width: 5px;
	height: 5px;
	margin: 0 20px;
	border-radius: 100%;
	background: #ababab;
}

.cabecera .derecha .menu li:first-child:before {
	content: none;
}

.cabecera .derecha .menu li a {
	display: inline-block;
	vertical-align: baseline;
	font-size: 1.75em;
	font-weight: 600;
	line-height: 20px;
	color: #ababab;
}

.cabecera .derecha .menu li a:hover {
	color: #000000;
}

.cabecera .derecha .menu li.sel a {
	color: #000000;
}

.cabecera .derecha .redes {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	margin-left: 125px;
	padding: 0;
}

.cabecera .derecha .redes li {
	display: inline-block;
	margin-right: 20px;
}

.cabecera .derecha .redes li:last-child {
	margin-right: 0;
}

.cabecera .derecha .redes li a {
	display: block;
	font-size: 1.25em;
	line-height: 20px;
	color: #000000;
}

.cabecera .derecha .redes li a:hover {
	color: #ababab;
}

.cabecera .derecha .desplegar_menu {
	display: none;
}

/* PIE */
.pie {
	max-width: 1520px;
    margin: 0 auto;
	padding-top: 75px;
	text-align: center;
}

.pie .superior {
	margin: 0;
	padding: 0;
}

.pie .superior li {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.75em;
	font-weight: 600;
	line-height: 20px;
	color: #7f7f7f;
}

.pie .superior li:before {
    content: '-';
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.pie .superior li:first-child:before {
	content: none;
}

.pie .superior li span {
	display: inline-block;
	vertical-align: middle;
}

.pie .superior li span.separador {
	margin: 0 5px;
}

.pie .superior li a {
	display: inline-block;
	vertical-align: middle;
	color: #7f7f7f;
}

.pie .superior li a:hover {
	color: #000000;
}

.pie .inferior {
	margin: 0;
	margin-top: 50px;
	padding: 0;
}

.pie .inferior li {
	display: inline-block;
	margin-right: 20px;
}

.pie .inferior li:last-child {
	margin-right: 0;
}

.pie .inferior li a {
	display: block;
	font-size: 1.25em;
	line-height: 20px;
	color: #000000;
}

.pie .inferior li a:hover {
	color: #7f7f7f;
}

.pie .legal {
	margin: 50px 0;
	padding: 0;
}

.pie .legal li {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.75em;
	font-weight: 600;
	line-height: 20px;
	color: #7f7f7f;
}

.pie .legal li:before {
    content: '-';
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.pie .legal li:first-child:before {
	content: none;
}

.pie .legal li a {
	display: inline-block;
	vertical-align: middle;
	color: #7f7f7f;
}

.pie .legal li a:hover {
	color: #000000;
}

.pie .enlaces {
	margin: 0;
	padding: 25px 0;
	background: #eeeeee;
}

.pie .enlaces li {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 20px;
	color: #7f7f7f;
}

.pie .enlaces li:before {
    content: '-';
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.pie .enlaces li:first-child:before {
	content: none;
}

.pie .enlaces li a {
	display: inline-block;
	vertical-align: middle;
	color: #000000;
}

.pie .enlaces li a:hover {
	color: #7f7f7f;
}

/* MIGAS */
.migas {
	position: relative;
	max-width: 1520px;
	margin: 0 auto;
	padding: 20px 0;
}

.migas:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	background: url('../img/web/2018/bg_banner_superior.png') no-repeat center;
	background-size: 100% 100%;
	z-index: 5;
}

.migas:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	background: url('../img/web/2018/bg_banner_inferior.png') no-repeat center;
	background-size: 100% 100%;
	z-index: 5;
}

.migas .texto {
	position: absolute;
	bottom: 125px;
	left: 0;
	right: 0;
	text-align: center;
}

.migas .texto .titulo {
	display: block;
	margin: 0;
	font-size: 3.75em;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: .05em;
	color: #ffffff;
}

.migas .texto .links {
	margin-top: 10px;
	font-size: 2em;
	line-height: 1em;
	letter-spacing: .05em;
	color: #ffffff;
}

.migas .texto .links a {
	color: #ffffff;
}

.migas .fondo {
	height: 370px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* COOKIES */
#cookie-bar {
	position: fixed;
	bottom: 25px;
	left: 25px;
	width: 90%;
	max-width: 320px;
	padding: 25px;
	text-align: center;
	background: rgba(0, 0, 0, .9);
	z-index: 25;
}

#cookie-bar * {
    font-size: 16.5px;
    color: #ffffff;
}

#cookie-bar a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	margin-top: 25px;
 	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}

#cookie-bar a:hover {
	color: #f94743;
}

/* POPUP */
.fondo_popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	background: rgba(0, 0, 0, .75);
	z-index: 30;
}

.fondo_popup .popup {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 90%;
	max-width: 768px;
	margin: 0 auto;
	background: #ffffff;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.fondo_popup .popup .cerrar_popup {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url('../img/web/cursos/kross_w.png') no-repeat center;
}

.fondo_popup .popup .titulo {
	display: block;
    padding: 10px 20px;
    padding-right: 70px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    background: #f94743;
}

.fondo_popup .popup img {
	display: inline-block;
	vertical-align: middle;
	padding: 20px;
	width: 50%;
	height: auto;
}

.fondo_popup .popup .descripcion {
	max-height: 60vh;
	margin: 20px;
	font-size: 13.5px;
	overflow-y: auto;
}

.fondo_popup.especial .popup .descripcion {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	margin: 0;
	padding: 20px;
	padding-left: 0;
}

.fondo_popup .popup .descripcion p {
	margin-top: 0;
	margin-bottom: 20px;
}

.fondo_popup .popup .descripcion p:last-child {
	margin-bottom: 0;
}

.fondo_popup .popup .descripcion a {
	color: #000000;
}

.fondo_popup.especial .popup .descripcion a {
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	font-size: 20px;
	margin-top: 25px;
}

.fondo_popup.especial .popup .descripcion a:hover {
	color: #f94743;
}

.fondo_popup.especial .popup .descripcion b {
	margin-bottom: 5px;
	display: block;
	font-size: 25px;
	line-height: 1em;
	text-transform: uppercase;
}

/* ERRORES EN FORMULARIOS */
.fondo_mensaje_error {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .75);
	z-index: 30;
}

.mensaje_error {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 400px;
	margin: auto;
	font-family: 'Poppins';
	color: #000000;
	background: #ffffff;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.mensaje_error strong {
	display: block;
	padding: 10px 20px;
	padding-right: 70px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	color: #ffffff;
	background: #f94743;
}

.mensaje_error ul {
	margin: 0;
	padding: 20px;
}

.mensaje_error ul li {
	display: block;
	font-size: 13.5px;
	color: #000000;
}

.mensaje_error ul li:before {
	content: '- ';
}

.mensaje_error .texto {
	padding: 20px;
	font-size: 13.5px;
	text-align: center;
	color: #000000;
}

.mensaje_error .cerrar_error {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	background: url('../img/web/cursos/kross_w.png') no-repeat center;
}

@media screen and (max-width: 1519px)
{
	/* GENERALES */
	.contenedor {
		margin-left: 5%;
		margin-right: 5%;
	}

	/* CABECERA */
	.cabecera .derecha .menu li:before {
		margin: 0 10px;
	}

	.cabecera .derecha .redes {
		margin-left: 75px;
	}
}

@media screen and (max-width: 1439px)
{
	/* CABECERA */
	.cabecera .izquierda .logo img {
		width: auto;
		max-height: 40px;
	}

	.cabecera .derecha .menu li:before {
		width: 0;
		height: 0;
	}

	.cabecera .derecha .menu li a {
		font-size: 1.5em;
	}

	/* PIE */
	.pie .superior li {
		font-size: 1.5em;
	}

	.pie .superior li:before {
		margin: 0 10px;
	}

	.pie .legal li {
		font-size: 1.5em;
	}

	.pie .legal li:before {
		margin: 0 10px;
	}
}

@media screen and (max-width: 1279px)
{
	/* CABECERA */
	.cabecera {
		margin-bottom: 35px;
	}

	.cabecera .derecha .redes {
		display: none;
	}

	/* MIGAS */
	.migas .fondo {
		height: 250px;
	}
}

@media screen and (max-width: 1023px)
{
	/* CABECERA */
	.cabecera .derecha {
		top: 0;
		bottom: 0;
		transform: none;
	}

	.cabecera .derecha .menu {
		position: absolute;
		top: 100%;
		right: 0;
		display: none;
		padding: 25px;
		padding-top: 50px;
		padding-left: 50px;
		text-align: right;
	}

	.cabecera .derecha .menu:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: url('../img/web/2018/bg_menu.png') no-repeat center;
		background-size: 100% 100%;
		z-index: 5;
	}

	.cabecera .derecha .menu:after {
		content: '';
		position: absolute;
		top: 75px;
		left: 0;
		right: 0;
		height: 10px;
		border-radius: 100%;
		box-shadow: 0 0 100px 25px rgba(0, 0, 0, .25);
	    transform: rotate(-7.5deg);
		-webkit-transform: rotate(-7.5deg);
		-moz-transform: rotate(-7.5deg);
		-o-transform: rotate(-7.5deg);
		-ms-transform: rotate(-7.5deg);
		z-index: 1;
	}

	.cabecera .derecha .menu li {
		position: relative;
		display: block;
		margin-bottom: 10px;
		z-index: 10;
	}

	.cabecera .derecha .menu li:last-child {
		margin-bottom: 0;
	}

	.cabecera .derecha .menu li:before {
		content: none;
	}

	.cabecera .derecha .menu li a {
		white-space: nowrap;
	}

	.cabecera .derecha .desplegar_menu {
		display: block;
		width: 25px;
		height: 20px;
		margin: 10px 0;
		background: url('../img/web/2018/menu.png') no-repeat center;
	}

	/* PIE */
	.pie .superior li {
		display: block;
    	margin-bottom: 10px;
	}

	.pie .superior li:last-child {
		margin-bottom: 0;
	}

	.pie .superior li:before {
		content: none;
	}

	.pie .legal li {
		display: block;
    	margin-bottom: 10px;
	}

	.pie .legal li:last-child {
		margin-bottom: 0;
	}

	.pie .legal li:before {
		content: none;
	}

	.pie .enlaces li {
		display: block;
    	margin-bottom: 10px;
	}

	.pie .enlaces li:last-child {
		margin-bottom: 0;
	}

	.pie .enlaces li:before {
		content: none;
	}

	/* POPUP */
	.fondo_popup .popup {
		max-width: 480px;
	}
}

@media screen and (max-width: 767px)
{
	/* CABECERA */
	.cabecera {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.cabecera .izquierda .logo img {
		max-height: 30px;
	}

	.cabecera .derecha .desplegar_menu {
		margin: 5px;
	}

	/* MIGAS */
	.migas {
		padding: 0;
	}

	.migas:before {
		content: none;
	}

	.migas:after {
		content: none;
	}

	.migas .texto {
		top: 50%;
		bottom: auto;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	}

	/* COOKIES */
	#cookie-bar {
		bottom: 5%;
		left: 5%;
	}
	
	/* POPUP */
	.fondo_popup .popup {
		max-width: 320px;
	}
}