body {
	font-family: 'Poopins', sans-serif;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
}

h1 {	
	font-size: 30px;
	font-weight: 800;
	margin-top: 60px;
	line-height: 37px;
}

h2 {
	font-size: 24px;
	font-weight: 700;
}

h3 {
	font-size: 16px;
	font-weight: 700;
}

h4 {
	font-size: 14px;
	font-weight: 200;
}

h5 {
	font-size: 13px;
	font-weight: 500;
}

h6 {
	font-size: 12px;
	font-weight: 500;
}

p {
	font-size: 16px;
}

small {
	font-size: 10px;
	font-weight: 200;
	color: #fff;
}

small a {
	color: #fff;
}

small a:hover {
	color: #9fc739;
	text-decoration: none;
}

/* Commons */
.separator::after  {
	content: '';
	background-color: #0a222c;
	display: block;
	width: 55px;
	height: 6px;
	margin-top: 25px;
	margin-bottom: 28px;
	margin-left: auto;
	margin-right: auto;
}

.description {
	margin-bottom: 37px;
	line-height: 20px;
}

.subtitle {
	line-height: 21px;
	margin-top: 16px;
	margin-bottom: 0
}

.button {
	margin-bottom: 60px;
}

.button-color a {
	text-decoration: none;
	background-color: #00aa85;
	color: #fff;
	padding: 10px 40px;
	border: 1px solid #00aa85;
	border-radius: 22px;
}

.button-color a:hover {
	background-color: transparent;
	color: #00aa85;
}

/* Nav Bar */
.header .navbar-default {
	background: linear-gradient(0.25turn, #0a222c, #000); 
}

.header .navbar {
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
}

.header .navbar-header {
	float: none;
}

.logo-header {
	text-align: center;
	margin: 30px 15px;
}

.logo-header img {
	width: 400px;
	height: auto;
}

/* location home */
.about-us {
	background-image: url("img/background-supplier.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
}

.about-us .description {
	margin-bottom: 30px;
}

/* Products */
.products-description .product {
	display: inline-block;
	margin: 0 20px 0 20px;
}

.products-description img {
	width: 120px;
	height: auto;
}

.products-description p {
	margin-top: 16px;
	margin-bottom: 50px;
	font-weight: 700;
}

/* Catalog */
.catalog-products {
	background-color: #fff;
	color: #0a222c;
}

.catalog-products .description {
	margin-bottom: 30px;
}

.catalogs-description .catalog {
	display: inline-block;
	margin: 0 20px 0 20px;
}

.catalogs-description .catalog img {
	width: 240px;
	height: auto;
}

.catalogs-description .catalog p {
	margin-top: 20px;
	margin-bottom: 30px;
	font-weight: bold;
}

.catalogs-description .info-seguridad-industrial {
	color: #eabd25;
}

/* Contact */
.contact {
	background-color: #00aa85;
}

.contact h2 {
	margin-top: 60px;
}

.contact .info {
	margin-top: 20px;
	margin-bottom: 20px;
}

.contact .info p {
	display: inline-block;
	margin: 0 20px;
}

.contact .info p .form-icons {
	background: linear-gradient(0.25turn, #0a222c, #000); 
	border-radius: 50%;
	margin-right: 5px;
	padding: 5px;
	font-size: 12px;
	color: #fff;
}

/* Hour */
.hour {
	background-color: #00aa85;
}

.hour h3 {
	margin-top: 20px;
}

.hour .description {
	margin-bottom: 60px;
}

/* footer */
.footer-content {
	background: linear-gradient(0.25turn, #0a222c, #000); 
}

.footer-content .container-footer {
	margin: 60px 0 20px 0;
}

.footer-content .social-link-footer .icon-facebook,
.footer-content .social-link-footer .icon-youtube,
.footer-content .social-link-footer .icon-instagram {
	width: 35px;
	height: auto;
	display: inline-block;
	margin-right: 10px;
}

.footer-content .social-link-footer {
	margin-bottom: 40px;
}

.footer-content .title h4 {
	margin-top: 0;
	margin-bottom: 17px;
}

.footer-content .developed {
	font-size: 10px;
	margin: 0;
	color: #fff;
	line-height: 9px;
}

.footer-content .developed a {
	text-decoration: none;
	color: #fff;
}

.footer-content .developed a:hover {
	color: #00aa85;
}

/* Small Mobile */
@media (max-width: 479px) {

.products-description {
	margin-bottom: 30px;
}

.products-description p {
	margin-bottom: 30px;
}

.contact .info {
	margin-bottom: 30px;
}

.contact .info p {
	margin-bottom: 20px;
}

/* Mobile */
@media (min-width: 480px) and (max-width: 767px) {

}

/* Ipad */
@media (min-width: 768px) and (max-width: 769px) {

}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Desktop */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Large Desktop */
@media (min-width: 1200px) {

}
