:root{
	--gris: #606060;
	--azul: #0079aa;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/GOTHICB.eot?') format('eot'), url('../fonts/GOTHICB.woff') format('woff'), url('../fonts/GOTHICB.ttf') format('truetype');
}
body{
	padding-top: 80px;
	font-family: 'Century Gothic';
}
footer{
	background-color: #000;
	color: #fff;
	padding: 15px 0px;
}
section{
	padding: 80px 0px;
}
.loading{
	z-index: 100;
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
}
.loading > div.spinner-border{
	width: 5rem;
	height: 5rem;
}
.text-rojo{
	color: #ff0000;
}
.gris{
	color: var(--gris);
}
.azul{
	color: var(--azul);
}
.bb-gris{
	border-bottom: 2px solid var(--gris);
}
.inline{
	display: inline;
}
.mt-negative{
	margin-top: -70px;
}
.b-all{
	border: 2px solid var(--gris);
}
.shadow{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.btn-contacto{
	margin-top: -250px;
}
.btn-outline-white{
	color: #fff;
	border-color: #fff;
}
.btn-outline-white:hover{
	color: #fff;
	background-color: var(--gris);
	border-color: var(--gris);
}
.bg-contactanos{
	height: 350px;
	background-image: url('../images/banner-interior-01.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.img-50{
	max-width: 50px;
	height: auto;
}