body {
	font-family: 'Open sans', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	letter-spacing: -0.015em;
}

/* Re-definidos de Boostrap*/

p {
	line-height: 1.25;
}

.lead {
	font-size: inherit;
}

.font-weight-bold {
	font-weight: 600 !important;
}

.bg-light {
	background-color: #eee !important;
}

h1.h1 {
	font-size: 4rem;
}

h2.h2 {
	font-size: 3rem;
}

h3.h3 {
	font-size: 2rem;
}


/* NAV */

nav .navbar-brand {
	font-size: 1.25rem;
}


/* Card */

.card-foto {
	height: 155px;
}

@media (min-width: 576px){
	
	.card-foto {
		height: 335px;
	}
}


/* Tomamos tu usado */

.tomamos {
	background: url("../img/tomamos.jpg") no-repeat center;
	background-size: cover;
}

.cover-azul{
	background-color: rgba(24, 76, 154, 0.6);
}

