@font-face{
	font-family:VagRounded;
	src:url(../font/vagrounded.ttf)
}


body{
	font-family: 'VagRounded';
	color: #222222;
	font-size: 14px;	
}

h2{
	color: #203255;
	font-size: 3.15em;
}

h3{
	font-size: 28px;
	color: #4E81B7;
}

h4{
	margin-top: 40px;
	margin-bottom: 25px;
	color: #0c1975;
}

section{
	padding: 5em 0;
}

a{
	color: #039be5;
}

a:hover{
	text-decoration: none
}

.max-line-height{
	line-height: 30px!important
}


header .container-fluid{
	height: 100vh;
	background-image: url('../img/fondo-header.jpg');
	background-size: cover;
	background-position: center;
	box-shadow: 0 0 16px 0 #888;
}

.navbar-collapse{
	margin-top: 12px;
}

.navbar-nav{
	float: right;
	font-size: 16px;
}

.navbar-toggler{
	color: #ffffff!important;
	border-color: #ffffff!important;
}

.nav-item{
	margin: 0px 14px;
}

.nav-item:hover{
	background-color: rgba(27, 48, 105, 0.5)!important;
}

.nav-link{
	color: #ffffff!important;
	text-transform: uppercase;
	font-weight: bold;
}

.makeSaludo{
	text-align: right;
	font-size: 8em;
	color: #ffffff;
}

.intro{
	font-size: 26px;
	line-height: 1.5em;
	color: #ffffff;
	padding: 12px 0px;
	vertical-align: middle;
	width: 80%;
	margin-top: 1.5em;
}

.intro i{
	color: #ffffff;
	margin-top: 2em;
	margin-left: 1.5em;
}

/* secciones */
.grey-color{
	background-color: #f2f2f2;
}

.pointer{
	cursor: pointer;
}

.capa img{
	box-shadow: 0 0 5px 0 #888;
}

.card{
	margin: 1.5em 0;
}

.card p{
	font-size: 14px;
}

.card-title i{
	float: right;
	color: #66BB6A;
}

.social{
	background-image: url('../img/fondo-social.jpg');
	background-size: cover;
	background-position: center;
}

.social h2{
	color: #ffffff;
}

.social a{
	color: initial;
	font-size: initial;
}

.social a:hover{
	text-decoration: none;
}

.social .card{
	background-color: rgba(255, 255, 255, 0.85)!important;
	text-align: center;
}

.social .card img{
	height: 25px;
}

.social .card-body{
	min-height: 200px;
}

.chip{
	padding: 6px;
	font-weight: bold;
	line-height: 32px;
	border-bottom: 1px solid #d2d2d2!important;
}

.chip img{
	margin-right: 10px;
	margin-bottom: 5px;
}

.img-miniatura{
	width: 18px;
	margin-right: 10px;
}

/*equipo*/

.equipo{
	margin-bottom: 10px!important;
}

.equipo img{
	max-height: 100px;
	background-color: rgb(255, 255, 255)!important;
}

.equipo p{
	margin-top: 12px;
	font-size: 12px;
}

.equipo strong{
	font-size: 14px;
}


/*footer*/
footer{
	background-color: #093c71!important;
	text-align: center;
	color: #ffffff;
	padding: 3em 0;
	box-shadow: 0 0 16px 0 #888;
}

.titleFooter{
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px
}

.volverarriba{
	width:64px;
	height:64px;
	opacity:.6;
	position:fixed;
	bottom:20px;
	right:20px;
	display:none;
	background:transparent url(../img/scroll.png) no-repeat;
	display:none;
	overflow:hidden;
	text-indent:-250px
}

.volverarriba:hover{opacity:1}


.hand i{
	font-style: normal;
	font-size: 3em;
	margin-left: 20px!important;
}