
/* Tipografia */
h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.h1-white{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #fff;
}

h2{
	font-family: 'Roboto', sans-serif;
	color: #003764;
	font-weight: 700;
}

h3{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #003764;
}

p{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #000;
}

.p-cta{
	margin-top: 20px;
	font-size: 30px;
	color: #003764;
}

.p-cta-2{
	margin-bottom: 20px;
	font-size: 20px;
	color: #000;
}

.text-producto{
	font-weight: 700;
}

.p-ventaja{
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 50px;
}

/* Backgrounds */
.grey-bg{
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #f4f4f4;
}

.blue-bg{
	padding-bottom: 10px;
	background-color: #003764;
}

.bg-imagen{
	padding-top: 25px;
	padding-bottom: 25px;
	background: url(../img/material-instrumental.png) 50% no-repeat fixed;
	-webkit-box-shadow: inset 0 -7px 9px -7px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0 -7px 9px -7px rgba(0,0,0,0.4);
	box-shadow: inset 0 -7px 9px -7px rgba(0,0,0,0.4);
}

.bg-cta{
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 25px;
	background-color: #ccc;
}

.bg-grey{
	padding-top: 5px;
	padding-bottom: 15px;
	background-color: #f4f4f4;
}

.bg-footer{
	background-color: #003764;
}

/* Links */
a{
	color: #003764;
}

a:hover{
	color: #003764;
	text-decoration: underline;
}

/* Imagenes */
.img-logo{
	width: 200px;
}

.img-marcas{
	margin-top: 12px;
	width: 150px;
}

.img-producto{
	margin-top: 15px;
	margin-bottom: 10px;
	width: 200px;
}

.img-ventaja{
	margin-top: 20px;
	margin-bottom: 10px;
	width: 250px;
}

/* Botones */
.btn-drsupply{
  color: #ffffff;
  font-family: font-family: 'Roboto', sans-serif; 
  background-color: #003764; 
  border-color: none;
  margin-top: 30px; 
  margin-bottom: 25px;
  outline: none;
} 
 
.btn-drsupply:hover{ 
  color: #ffffff; 
  background-color: #003764; 
  border-color: none;
  opacity: 0.9; 
} 

/* Footer */

footer{
	padding-top: 20px;
	padding-bottom: 10px;
}

.p-footer{
	font-family: font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #fff;
}

/* Media queries */ 
@media (max-width: 767px) {
	.h1-white{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	}

	h2{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #003764;
	font-weight: 700;
	}

	h3{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #003764;
	}

	p{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #000;
	}

	.p-cta{
	margin-top: 20px;
	font-size: 18px;
	color: #003764;
	}

	.p-cta-2{
	margin-bottom: 20px;
	font-size: 13px;
	color: #000;
	}

	.img-logo{
	width: 150px;
	}

	.img-marcas{
	margin-top: 12px;
	width: 100px;
	}

	.text-producto{
	font-size: 14px;
	font-weight: 700;
	}

	.btn-drsupply{
  	color: #ffffff;
  	font-size: 14px;
  	font-family: font-family: 'Roboto', sans-serif; 
  	background-color: #003764; 
  	border-color: none;
  	margin-top: 30px; 
  	margin-bottom: 25px;
	}

	.img-ventaja{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
	}

	.p-ventaja{
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 10px;
	}
}