/* 
* Global Classes used in all projects
*/

.flag-active {
	border: 2px solid #555;
	margin-left: 1px;
	width: 22px;
	height: 17px;
	position: absolute;
	margin-right: 25px;
}

.flag-active>img {
	position: absolute !important;
	margin-left: 1px;
	top: 1px !important;
}

.flags-normal {
	margin: 0 28px;
}

.flag-items {
	margin-left: 6px;
}

.flag-img {
	margin-right: 10px;
}

.flag-btn {
	cursor: pointer;
}

.btn-header {
	text-transform: uppercase !important;
	font-weight: bold im !important;
}

.img-top-personal-area {
	height: 50px;
	margin-top: 0 !important;
	animation-delay: 1000ms;
}

.copyright-text {
	position: absolute !important;
	margin-top: 55px !important;
	padding: 0 !important;
}

.footer-social {
	margin-top: 150px !important;
}

.footer-logo {
	width: 100%;
}

.backgroud-text-primary {
	background-color: #F0AD31;
	padding: 5px 20px;
	border-radius: 4px;
}

.legal-info {
	color: #AAA;
	font-size: 11px !important;
	line-height: 11px !important;
}

.index-back-form {
	background: url(../images/home/fundoContactosHome.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.index-back-ios {
	background-color: rgb(243, 181, 86);
}

.text-link-dark {
	color: #212721 !important;
}

.text-link-dark:hover,
.text-link-dark:focus {
	color: #F0AD31 !important;
}

.text-link-dark.flag-active {
	color: #212721 !important;
}

a>span.contact-call-cost,
a>span.contact-call-cost:link,
a>span.contact-call-cost:hover,
a>span.contact-call-cost:active,
a>span.contact-call-cost:visited {
	display: inline-block;
	margin-left: 5px;
	color: #999 !important;
	text-decoration: none !important;
	font-size: 11px;
	cursor: auto;
}

.btn-spontaneous-application {
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 999;
}

.grecaptcha-badge {
	display: none !important;
}

.social-icons>li>a>i {
	top: 8px;
	position: relative;
}

#txt_filter {
	display: inline;
	font-size: 15px;
	min-width: 340px;
	max-width: 450px;
	margin-right: 15px;
	height: 60px;
}

#btn_filter {
	color: white;
	height: 60px;
	font-size: .9em;
}

#btn_filter_reset {
	padding-top: 18px;
	height: 60px;
	font-size: 25px;
}

#lbl_filter {
	position: absolute;
	margin-top: 55px;
	color: #fff;
	font-weight: bold;
}

/* Responsive */
@media (min-width: 992px) {
	.show-mobile {
		visibility: hidden;
		position: absolute !important;
	}

	.show-desktop {
		visibility: visible;
	}
}

@media (max-width: 991px) {
	.div-logo {
		justify-content: left !important;
	}

	.header-row {
		padding: 0px 3px 10px 3px !important;
	}

	.footer-logo {
		margin-top: -5px;
	}

	.show-mobile {
		visibility: visible;
	}

	.show-desktop {
		visibility: hidden;
		position: absolute !important;
	}

	.flag-items {
		margin-right: -3px;
	}

	.copyright-text {
		margin-top: 50px !important;
	}

	.text-12-13,
	.text-12-5 {
		font-size: 2.5em !important;
	}

	.text-4-5 {
		font-size: 1em !important;
	}

	.mobile-center {
		text-align: center !important;
		justify-content: center !important;
	}
}

@media (max-width: 767px) {
	.btn-spontaneous-application {
		display: flex !important;
		position: relative;
		justify-content: center !important;
		margin-bottom: -25px;
		z-index: 999;
	}

	#txt_filter {
		min-width: auto;
		max-width: none;
		width: 100%;
	}

	#btn_filter,
	#btn_filter_reset {
		margin-top: 10px;
	}
}