@font-face {
	font-family: 'Conv_Geog-MdIt';
	src: url('fonts/Geog-MdIt.eot');
	src: local('☺'), url('fonts/Geog-MdIt.woff') format('woff'), url('fonts/Geog-MdIt.ttf') format('truetype'), url('fonts/Geog-MdIt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.Geog-MdIt {
    font-family: 'Conv_Geog-MdIt';
}
@font-face {
	font-family: 'Conv_Geogtq-Bd';
	src: url('fonts/Geogtq-Bd.eot');
	src: local('☺'), url('fonts/Geogtq-Bd.woff') format('woff'), url('fonts/Geogtq-Bd.ttf') format('truetype'), url('fonts/Geogtq-Bd.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.Geogtq-Bd {
    font-family: 'Conv_Geogtq-Bd';
}
@font-face {
	font-family: 'Conv_Geogtq-Md';
	src: url('fonts/Geogtq-Md.eot');
	src: local('☺'), url('fonts/Geogtq-Md.woff') format('woff'), url('fonts/Geogtq-Md.ttf') format('truetype'), url('fonts/Geogtq-Md.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.Geogtq-Md {
    font-family: 'Conv_Geogtq-Md';
}

body {
    font-family: 'Conv_Geogtq-Md';
	overflow-x: hidden;
}
a:hover {
	text-decoration: none;
}
.navbar-scroll {
	background-color: rgb(255,255,255,0.9);
	padding-top: 8px;
}
.navbar-brand img {
	max-height: 90px;
}
/* .nav-item {
	background-color: #EEE;
} */
.text-blanco {
	color: #FFF !important;
}
.text-rojo {
	color: #f00 !important;
}
.nav-link {
	color: rgba(0,0,0,0.8) !important;
	letter-spacing: 2px;
}
.section-tit {
	color: #909090;
	/* font-size: 50px; */
	letter-spacing: 15px;
}

.main-video-container {
	background-image: url('../images/bg-home.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

#cobertura {
	/* The image used */
	background-image: url('../images/cobertura.jpg');

	/* Set a specific height */
	/* height: 500px; */

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* SOPORTES */
.oculto {
	display: none;
}
.btn-soportes {
	font-family: 'Conv_Geogtq-Bd';
	border: 2px solid #213C91;
	color: #213C91;
	border-radius: 10px;
	display:inline-block;
	padding: 10px;
	margin: 5px 0px;
	text-align: center;
	width: 100%;
}
.btn-soportes:hover, .active-item-soporte {
	background-color: #213C91;
	color: #FFF;
	text-decoration: none;
}
.soporte-desc {
	margin-bottom: 100px;
}

.header-soporte {
	max-height: 40px;
	background-color: #213C91;
}
.header-soporte img {
	max-height: 150px;
	margin-top: -70px;
}
.header-soporte-desc {
	/* float: right;
	margin-top: -7px; */
	position: absolute;
	top: 7px;
}
.container-card-soporte {
	margin-top: 70px;
}
.card-body-soporte {
	margin-top: 40px;
}

#contacto {
	/* The image used */
	background-image: url('../images/contacto.jpg');

	/* Set a specific height */
	/* height: 500px; */

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#map {
	width: 90%;
	height: 450px;
}
.donde-estamos {
	text-align: right;
}
.footer-shadow {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}

@media (max-width: 991px) {
	.container-card-soporte {
		margin-top: 0px;
	}
	.card-soporte {
		margin-top: 70px;
	}
	.soporte-desc {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.navbar-brand img {
		max-height: 60px;
	}
}
@media screen and (max-width: 576px){
	.contacto-icon {
		/* max-width: 75px !important; */
	}
	.container-conbertura-icon {
		padding-right: 0px !important;
	}
	.section-tit {
		font-size: 30px !important;
		letter-spacing: 5px;
	}
	.texto-contacto{
		font-size: 18px;
	}
	#map {
		width: 90%;
		height: 250px;
	}
	.redes-sociales, .donde-estamos {
		text-align: center;
	}
	.donde-estamos {
		padding-top: 10px;
	}
}

@media screen and (max-width: 479px){
	#contacto, #cobertura {
		background-attachment: fixed!important;
		background-position: right!important;
	}
}
