html{
	overflow-x: hidden;
}
a,a:hover{
	color: inherit !important;
	text-decoration: none !important;
}
body{
}
.bold{
	font-weight: bold;
}
.header .navbar{
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
}
.header #navbarNav{
	justify-content: center;
}
.header .logo{
	margin: auto;
	width: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.header .logo img{
	width: 100%;
	height: auto;
}
.banner-home img{
	width: 100%;
}
.contenido-home{
	margin-top: 45px !important;
	padding: 0 !important;
}
.contenido-home .card-header{
	background: #535a79;
	color: white;
}
.contenido-cursos{
	margin-top: 0 !important;
	padding: 0 !important;
}
.contenido-cursos .card-header{
	background: #535a79;
	color: white;
	text-align: center;
}
.contenido-cursos .card-header h3{
	font-size: 13px;
	line-height: 20px;
	text-transform: capitalize;
}
.contenido-cursos .card-body{
	overflow: hidden;
	text-overflow: ellipsis;
	height: 300px;
}
.contenido-cursos .fecha{
	display: block;
	margin-bottom: -5px;
}
.contenido-cursos .card-body p{
	text-align: center;
	font-size: 11px;
}
.miniatura{
	height: 135px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.patrocinadores img{
	width: 100%;
	margin-bottom: 20px;
}
.footer{
	background: #535a79;
	color: white;
	padding: 35px 0;
	font-size: 13px;
	text-align: center;
	margin-top: 35px;
}
.footer .menu-footer{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	list-style: none;
	margin-top: 27px;
}
.footer .legals{
	justify-content: center;
}
.footer .legals li{
	padding: 0 10px;
}
.encabezado-interior{
	font-weight: bold;
	color: #b83241;
	margin-bottom: 29px;
}
.banner-paginas-interiores{
	height: 32vw;
	overflow: hidden;
}
.bold{
	font-weight: bold;
}
.rrss{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: end;
}
.rrss .wpb_wrapper{
	margin-right: 35px;
}
.rrss .wpb_wrapper a{
	margin-left: 12px;
}
.header .language{
	margin: -60px 45px 0 0;
}
.rrss .login{
	margin-right: 35px;
	margin-top: 19px;
	display: block;
	text-decoration: underline !important;
}
.rrss .login a:hover{
	color: #dd1d33 !important;
}
.navbar .nav-item:hover a{
	color: #dd1d33 !important;
}
/* .navbar .active {
	color: #dd1d33 !important;
} */
body #page-wrapper .navbar.fixed-top{
	top: 239px;
}
body .card.contenido-cursos .miniatura{
	border-bottom: 1px solid rgba(0,0,0,.125);
}
html:lang(es) .multilang:lang(ca),
html:lang(en) .multilang:lang(es),
html:lang(ca) .multilang:lang(es){
	display: none !important;
}