@import url('//fonts.googleapis.com/css?family=Lato:400,700');

a,
a:visited {
	color: #c44342;
}

a:hover {
	text-decoration: none;
	color: #c44342;
}

.button:visited,
.button {
	color: #444;
	border-radius: 0;
}

.oculto {
	position: absolute;
	top: -9999em;
}

html {
	background-color: #fff;
}

body {
	background-color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #555555;
	line-height: 22px;
	font-size: 14px;
}

.mgbottom {
	margin-bottom: 22px;
}

input,
select,
textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
td,
th {
	font: 400 14px/22px 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-weight: 600;
	margin-bottom: .7em;
}

h1 {
	font-size: 34px;
	line-height: 39px;
}

h2 {
	font-size: 24px;
	line-height: 32px;
}

h3 {
	font-size: 20px;
	line-height: 26px;
}

.tabbed h2,
.tabbed h3,
.tabbed h4 {
	margin-top: 1em;
}

.tabbed .crumbs {
	padding-bottom: 20px;
}

.logo {
	display: inline-block;
}

.logo img {
	vertical-align: middle;
}

.ri {
	float: right;
}

.le {
	float: left;
}

.contentBody {
	padding: 7vh 0;
}

.button,
input[type="submit"] {
	font-size: 13px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	line-height: 32px;
	padding: 0 25px;
}

p a.button {
	line-height: 32px;
}

select {
	padding: 6px 0;
}

.formatoTexto li {
	list-style-type: disc;
	margin-left: 42px;
}

.formatoTexto li li {
	list-style-type: circle;
	margin-left: 35px;
}

/* naver */
.naver.enabled a {
	float: none;
	line-height: 38px;
	margin: 0;
	padding: 0 15px;
	border-top: 1px solid #3a4045;
	border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.naver.enabled li:first-child a {
	border: none;
}

.naver.enabled .ri {
	float: none;
	display: block;
}

.naver.enabled .naver-wrapper {
	background-color: #fff;
	clear: both;
}

.navbar-primary.naver.enabled {
	position: relative;
	z-index: 99;
}

/* nav */

.nav li,
.nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.nav li {
	display: inline;
}

.nav a {
	display: block;
	float: left;
	color: #fff;
}

.nav a:hover {
	color: #dc3836;
}

.nav a {
	color: #fff;
	line-height: 42px;
}

.navbar-primary {
	height: 47px;
	background-color: #FFFFFF;
}

.navbar-primary a {
	line-height: 47px;
	padding: 0 18px;
	font-size: 13px;
	color: #2b2b2b;
	margin-left: 4px;
	transition: all .5s;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
}

.navbar-primary a:hover {}

.nav .active a {
	background-color: #f2f4f5;
	color: #dc3836;
}

/* infoBoxes */
.bgGris {
	background-color: #f2f4f5;
}

.infoBoxes {
	padding: 60px 0 18px;
}

.container-image {
	text-align: center;
	padding: 8px 0;
}

/* breadcrumbs */

#breadcrumbs {
	background-color: #f2f4f5;
	padding: 32px 0 14px;
}

#breadcrumbs h1 {
	margin: 0 10px;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}

.crumbs {
	line-height: 16px;
	font-size: 11px;
	margin: 0 10px;
	text-transform: uppercase;
}

.crumbs a {
	display: inline-block;
	color: #dc3836;
}

.crumbs a:after {
	display: inline-block;
	width: 22px;
	margin-left: 4px;
	text-align: center;
	content: " / ";
	font-size: 12px;
	color: #ccc;
}

.crumbActual {}

/* accordion curso*/
#accordian li {
	margin: 0;
}

#accordian h2 {
	font-weight: bold;
	font-size: 16px;
	background-color: #2d6ea6;
	padding: 10px 10px 10px 46px;
	cursor: pointer;
	color: #97C2E5;
	position: relative;
	border-radius: 2px;
	margin: 0 0 5px;
	transition: all .3s;
}

#accordian h2:hover {
	color: #fff;
}

#accordian .active h2 {
	color: #fff;
}

#accordian ul .contentAccordian {
	display: none;
}

.arrowAccordian {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 0px;
	margin-top: -2px;
	height: 0px;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #fff transparent transparent transparent;
}

.active .arrowAccordian {
	border-width: 4px 0 4px 4px;
	margin-top: -4px;
	left: 21px;
	border-color: transparent transparent transparent #fff;
}

.padContent {
	padding: 10px;
}

.tabCatalogoCurso {
	margin-bottom: 18px;
}

.tabCatalogoCurso td,
.tabCatalogoCurso th {
	font-size: 90%;
	padding: 10px 8px;
	text-align: left;
}

.tabCatalogoCurso th {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	padding: 12px 8px 9px;
	border-bottom: 1px solid #dcdcdc;
}

.tabCatalogoCurso td {
	background-color: #efefef;
}

.tabCatalogoCurso .par td {
	background-color: #fff;
}

.celdaDatos {
	width: 78px;
}

.tabCatalogoCurso a {
	font-size: 14px;
}

/* lateral cursos */

.promoSeccion {
	margin-bottom: 12px;
	text-align: center;
}

.promoSeccion img {
	max-width: 100%;
	height: auto;
	margin: auto;
}

.navVertical {
	padding: 6px 8px 0;
	margin-bottom: 25px;
}

.navVertical h2 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin: 0;
}

.navVertical li {
	margin: 0;
	padding: 0;
	display: inline;
}

.navVertical a {
	display: block;
	padding: 9px 1px;
	border-bottom: 1px solid #ddd;
	font-size: 90%;
}

#accordian.catalogoEstrecho h2 {
	font-weight: 600;
	font-size: 13px;
	padding: 3px 10px 3px 28px;
	margin-bottom: 2px;
}

.catalogoEstrecho .active .arrowAccordian {
	left: 13px;
}

.arrowAccordian {
	left: 11px;
}

.catalogoEstrecho ul {
	padding: 0 0 15px;
	margin: 0;
}

.catalogoEstrecho li {
	display: inline;
}

.catalogoEstrecho a {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 6px 1px;
}

.catalogoEstrecho h3 {
	font-size: 13px;
	font-weight: 600px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
}

.container .dateList {
	float: right;
	max-width: 100%;
	margin-bottom: 12px;
	margin-top: 12px;
}

.dateList li {
	position: relative;
	background-color: #E3E3E3;
	line-height: 28px;
	padding: 0 4px 0 8px;
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 5px;
	list-style-type: none;
	height: 28px;
}

.dateList li li {
	padding: 0 4px;
	background-color: #fff;
	position: absolute;
	right: 3px;
	top: 3px;
	line-height: 22px;
	height: 22px;
	width: 45px;
	text-align: center;
	margin: 0;
	list-style-type: none;
}

.dateList li ul {
	margin: 0;
	padding: 0;
}

.boxCertificado {
	border-bottom: 2px solid #ddd;
	padding: 36px 0 20px;
}

.boxCertificado h2 {
	margin: 0 0 18px;
	font-size: 28px;
	padding: 0;
	line-height: 32px;
}

.codeCertificado {
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #333;
}

.familiaCertificado {
	margin-bottom: 8px;
}

.boxCertificado:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.tabber {
	margin-bottom: 35px;
}

.tabber .tabber-handle {
	display: block;
	float: left;
	position: relative;
	font-weight: 500;
	line-height: 34px;
	margin: 0px 1px 1px 0;
	padding: 7px 18px 6px;
	background-color: #fff;
}

.tabber .tabber-handle.active {
	border: 1px solid #ddd;
	background-color: #fff;
	border-top: 2px solid #dc3836;
	border-bottom-color: #fff;
	margin: 0 0 -1px;
	padding-top: 6px;
}

.tabber .tabber-tab {
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 2px;
}

.tabber-handle.mobile {
	font-weight: 600;
	color: #d99100;
	line-height: 38px;
	background-color: #f2f4f5;
}

.tabber .button {
	margin: 0;
}

.mobile a.button {
	margin: 0 0 15px 0;
}

/* tabla contenidos del certificado */
.tabContenidosHorizontal {
	margin-bottom: 15px;
	border-collapse: collapse;
}

.tabContenidosHorizontal td,
.tabContenidosHorizontal th {
	vertical-align: top;
	padding: 6px;
	font-size: 13px;
	line-height: 17px;
	text-align: left;
}

.tabContenidosHorizontal td {
	border-bottom: 1px solid #ccc;
}

.tabContenidosHorizontal th {
	background-color: #484848;
	color: #FFFFFF;
	padding: 10px 6px;
}

.cod {
	font-size: 12px;
	color: #A5A5A5;
}

.tabContenidosHorizontal .horasModulo {
	font-weight: 600;
	text-align: center;
}

/* formulario */
.boxForm input[type="text"],
.boxForm input[type="password"],
.boxForm textarea,
.boxForm select {
	width: 100%;
	box-sizing: border-box;
}

.boxFormSolicitar {
	background-color: #f2f4f5;
	border-radius: 10px;
	padding: 30px 0 1px;
	margin-bottom: 10px;
}

.padForm {
	padding: 0 30px;
}

.boxFormConsultanos textarea {
	height: 140px;
}

.botoncurso li {
	margin: 0;
	padding: 0;
	display: inline;
}

.captchaContacto input {
	margin-bottom: 6px;
}

.captchaContacto img {
	margin-bottom: 16px;
}

/* campus */
.fotoPerfil img {
	width: 120px;
	margin: 0 auto 18px;
	height: auto;
	border-radius: 3px;
}

.userNavbar-top img {
	height: 30px;
	border-radius: 30px;
	width: auto;
	margin: 0 15px;
	margin-left: 6px;
	vertical-align: middle;
}

.nomUser {
	display: inline-block;
	opacity: .7;
	color: #fff;
}

.datosPerfil {
	margin-bottom: 18px;
}

.datosPerfil p {
	margin: 0;
}

.userNavbar-top {
	margin-top: 5px;
	padding: 6px 0;
}

.tabAccesoBasico {
	border-collapse: collapse;
	margin-bottom: 15px;
}

.tabAccesoBasico td,
.tabAccesoBasico th {
	line-height: 18px;
	border-bottom: 1px solid #ddd;
	padding: 8px 6px;
	vertical-align: top;
	font-size: 13px;
	min-width: 80px;
	text-align: left;
}

.tabAccesoBasico th {
	border-bottom: 2px solid #3c414a;
	font-weight: bold;
}

.tabAccesoBasico tr td:first-child {
	min-width: 20px;
	text-align: center;
}

.tabAccesoBasico .nombrecurso {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
	font-weight: 600;
}

.smallFont {
	font-size: 11px;
	text-transform: uppercase;
	color: #848484;
}

.tabCerrada {
	border-collapse: separate;
}

.tabCerrada td {
	background-color: #EBEBEB;
	border-top: 1px solid #fff;
}

.numCampus {
	background-color: #f2f4f5;
	border-radius: 26px;
	margin: 0 6px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 6px;
}


.headerCampusCertificado {
	padding: 20px;
	background-color: #f2f4f5;
	border-radius: 3px;
	margin-bottom: 18px;
}

.headerCampusCertificado .familiaCertificado {
	margin-bottom: 6px;
	font-size: 14px;
}

.headerCampusCertificado h2 {
	margin: 0 0 18px;
}

.headerCampusCertificado .codeCertificado {
	font-size: 13px;
	line-height: 18px;
}

.tabbed .boxCertificado:first-child {
	padding-top: 10px;
}

.recordarContraseña {
	border-top: 1px solid #ddd;
	padding-top: 15px;
}

.naver-container .nav {
	width: 100%;
}

.boxCertificado .dateList {
	margin-top: 0;
}

.formInline select,
.formInline input {
	width: auto;
	display: inline-block;
}

/* mensajes del sistema */
.systemmsg {
	margin-bottom: 15px;
	color: #FFF;
	padding: 9px 12px;
	border-radius: 2px;
}

.error {
	background-color: #c21229;
}

.ok {
	background-color: #93ae1d;
}

/* buttons */
.button,
.button:hover,
.button:visited,
input[type="submit"].button {
	background: #fff;
	border-color: #ddd;
	color: #dc3836;
	text-shadow: none;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	padding: 0 26px;
	transition: all .3s;
}

input[type="submit"].button {
	line-height: inherit;
}

.button:hover {
	background: #f2f4f5;
}

.button:active {
	box-shadow: inset rgba(0, 0, 0, 0.1) 0 2px 1px;
	outline: none;
}

.button.button-primary,
.button.button-primary:visited,
input[type="submit"].button-primary {
	background: #dc3836;
	border: none;
	color: #fff;
	text-shadow: none !important;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
}

.button.button-primary:hover {
	box-shadow: rgba(0, 0, 0, 0.6) 0 4px 11px -3px;
}

.button.button-primary:active {
	background: #cc2f2d;
	box-shadow: none;
}

.catalogoEstrecho a.active,
.navVertical a.active {
	font-weight: bold;
}

.botoncurso {
	padding-bottom: 22px;
}

.botoncurso .button {
	margin-right: 4px;
}

.buttonsTopper {
	padding-top: 4px;
}

.buttonsTopper .button {
	line-height: 46px;
	height: 46px;
	box-shadow: rgba(0, 0, 0, 0.42) 0 18px 18px -14px;
}

/* msg sistema */
.container .columns.msgSistem {
	margin: 0 auto;
	float: none;
	display: block;
	font-size: 16px;
	line-height: 23px;
}

.iconGood {
	background-image: url(../img/iconGood.png);
	background-position: center 0;
	background-repeat: no-repeat;
	height: 108px;
}

.iconError {
	background-image: url(../img/iconError.png);
	background-position: center 0;
	background-repeat: no-repeat;
	height: 108px;
}

/* retoques Campus */
.centro {
	width: 92px;
}

.headFecha {
	font-size: 11px;
	color: #939393;
}

.fecha {
	font-weight: bold;
	font-size: 14px;
	padding-top: 2px;
}

.tabAccesoBasico .nombrecurso {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 2px;
	display: block;
}

.tabAccesoBasico td {
	padding-top: 15px;
	padding-bottom: 15px;
}

.btnExtraCampus {
	padding-top: 10px;
}

.smallFont {
	color: #939393;
}

.tabCerrada td {
	text-shadow: rgba(255, 255, 255, 0.7) 1px 1px;
}

.tabAccesoBasico {
	width: 100%;
}

/* añadiendo masters */

.navbar-primary .nav {
	text-align: right;
}

.navbar-primary a {
	display: inline-block;
	float: none;
}

.navbar-primary.naver.enabled a {
	display: block;
}

.navbar-primary.enabled .nav {
	text-align: left;
}

.navbar-primary.naver.enabled {
	width: 100%;
}

/* campus masters */
.headPrecio {
	font-size: 11px;
	color: #939393;
}

.precio {
	font-weight: bold;
	font-size: 21px;
	padding-top: 2px;
}

.headerCampusMaster {
	background-color: #f2f4f5;
	margin-bottom: 18px;
	padding: 14px 10px;
	border-radius: 5px;
}

.headerCampusMaster h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
}

.tabMaster-primary {
	width: 100%;
	margin: 0;
}

.tabMaster-primary td {
	border-bottom: none;
	min-width: 97px;
}

.tabMaster-primary tr td:first-child {
	text-align: left;
}

label {
	font-size: 15px;
	line-height: 24px;
}

/* FLEX index */
body {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#header .container {
	padding: 3vh 0;
	text-align: center;
}

.index #header .container {
	padding: 5.5vh 0 10px;
}

#section-topper {
	flex: 1;
}

#section-topper .container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.bgSite {
	background-image: url(../img/bgDGFP.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}



/* formulario login*/

.login-popup2 {
	padding: 4vh 6% 5vh;
	background-color: #fff;
	width: 95%;
	margin: 0 auto 25px;
	box-sizing: border-box;
	max-width: 520px;
}

.login-popup2 .loginTit {
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	padding: 25px 0;
}

.login-popup2 input[type="text"],
.login-popup2 input[type="password"] {
	border: 0;
	background-color: #e9e9e9;
	color: #111;
	padding: 13px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 14px;
	font-size: 16px;
	outline: 0;
	box-shadow: none;

}

.login-popup2 input[type="submit"],
.btnAcceso {
	border: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	background: #c44242;
	border-radius: 1px;
	/* box-shadow: rgba(183, 23, 22, .40) 0 18px 38px -3px, rgba(183, 23, 22, .30) 0 3px 12px; */
	text-shadow: none;
	padding: 15px 0 13px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	line-height: inherit;
	margin-bottom: 28px;
	transition: background .5s;
	outline: 0;
}

.login-popup2 input[type="submit"]:hover,
.btnAcceso:hover {
	background: #d54545;
}

a.btnAcceso,
a.btnAcceso:hover,
a.btnAcceso:active,
a.btnAcceso:focus {
	color: #fff;
}

.login-popup2 fieldset {
	margin-bottom: 0;
}

.errorLogin2 {
	font-weight: 700px;
	text-align: center;
	margin-bottom: 22px;
	margin-top: -12px;
	font-size: 18px;
	color: #BF0003;

}


.txt-footer {
	padding: 2.5vh 0;
	color: #585858;
	font-size: 13px;
}

.txt-footer p {
	margin: 0;
}

.txt-footer a:not(:last-child) {
	margin-right: 20px;
}

.contentBody {
	flex: 1;
}

.contentBody a {
	text-decoration: none;
}

.logo img {
	max-width: 100%;
	height: auto;
}

/* animation */


@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.login-popup2 {
	-webkit-animation-duration: 1.6s;
	animation-duration: 1.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

#section-topper {
	overflow: hidden;
}


/* pantallada loqueado */
.wrap-logueado {
	text-align: center;
}

.usuario-logeado {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 4px;
}

.btnAcceso {
	text-decoration: none;
	display: block;
	width: 100%;
}

.btnAcceso:hover {
	color: #fff;
}

.logueado {
	margin-bottom: 25px;
}

@media(max-width: 769px) {
	.txt-footer {
		text-align: center;
	}

	.txt-footer p {
		margin-bottom: 1em;
	}
}

@media(min-width: 768px) {
	.md-text-right {
		text-align: right;
	}
}

.cb_politicaPrivacidad {
	padding-top: 12px;
}

.cb_politicaPrivacidad input[type="checkbox"] {
	margin-right: 8px;
	display: inline-block;
}

.cb_politicaPrivacidad label {
	display: inline;
	font-weight: 400;
}