/*
Theme Name: Centros ULL
Theme URI: http://www.ull.es/
Description: Plantilla para un site de centros de la ULL
Author: ULL
Author URI: http://www.ull.es
Template: base-ull
Version: 0.1
*/

/*Menu footer*/
.ull-footer .widget_nav_menu ul .ulldrops-item.ulldrops-item a {
	font-weight: 400;
	padding: 0;
	color: #c9c9c9 !important;
}
.ull-footer .widget_nav_menu ul .ulldrops-item a:after{
	display: none;
}

/* Botón destacado*/
.btn-destacado{
	text-transform: none;
	font-size: 22px;
	line-height: 28px;
	width: 100%;
	padding: 20px;
	height: 100%;
	display: inline-block;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

@media only screen and (min-width : 1200px) {
	.btn-destacado {
		min-height: 140px;
	}
}

@media only screen and (max-width : 992px) {
	.btn-destacado {
		min-height: 120px;
		font-size: 16px !important;
		line-height: 23px !important;
		padding: 10px;
	}

	.btn-destacado i {
		margin-top: 32px;
	}
}

@media only screen and (max-width : 768px) {
	.btn-destacado {
		min-height:	inherit;
	}
	.btn-destacado i {
		margin: 0;
		margin-left: 10px;
		display: inline;
		float: right;
		position: inherit;
	}
}

/* Título página Inicio */
.ull-body .ull-site-title {
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	top: -200px;
}

.page-template-frontpage .hero-content {
    margin-top: 0;
}

.vc-bloque-destacado .wpb_content_element,
.vc-oferta .wpb_content_element,
.vc-enlaces-frontal .wpb_content_element,
.wpb_revslider_element.wpb_content_element {
    margin-bottom: 0 !important;
}

.section-header .small-text p {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #b5b9bf;
	text-align: center;
}

.section-header .title-text p {
	font-weight: 600;
	color: #293645;
	line-height: 1.6;
	text-align: center;
	font-size: 24px;
	margin-bottom: 24px;
}

.section-header .content-text p {
	text-align: center;
	margin-top: 30px;
}

.feature-btn {
	text-align: center;
	padding: 20px;
}

.feature-btn .feature-link {
	margin-bottom: 35px !important;
}

.feature-btn .feature-link a {
	color: #293645 !important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .5px;
}

.feature-btn .feature-link a:hover {
	text-decoration: none;
}

.feature-btn .vc_icon_element {
	margin-bottom: 10px;
}

.btn-icono a{
	color: #3c4754;
	display: block;
	padding: 10px;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 14px;
}

.btn-icono a:hover{
	color: #5c068c;
}

.btn-icono a i{
	font-size: 42px;
	margin-bottom: 10px;
}

.parrafoinicio p {
	font-size: 18px;
	line-height: 2;
	color: #3D3D3D;
}

/*Media Queries*/

@media only screen and (max-width : 480px) {
	.vc_row.vc_column-gap-35>.vc_column_container {
		padding: 3px;
	}

	.vc_icon_element {
		font-size: 12px;
	}

	.feature-btn .feature-link a {
		font-size: 14px;
	}

	.feature-btn.vc_col-has-fill>.vc_column-inner{
		padding-top: 10px !important;
	}

	.feature-btn .feature-link {
		margin-bottom: 20px !important;
	}
}