header {
  	margin: 90px 0 0;
}
header img{
  	width:100%;
  	display: block;
}
section {
  padding: 100px 0 70px;
  background:url("../images/fondo-footer.jpg") no-repeat center;
  background-size: cover;
}
.navbar{
	background: url("../images/cabecera.jpg") no-repeat center;
	background-size: cover;
	padding: 15px 0;
}
.navbar-brand{
	width: 200px;
	display: block;
}
.navbar-brand img{
	width: 100%;
	display: block;
}
.nav-item{
	margin:0 20px;
    padding: 25px 0 0;
    position: relative;
}
.nav-item a{
	margin:0;
	padding: 0;
	text-transform: uppercase;
	color: #FFF;
}
#productos{
	text-align: center;
	display: block;
	color:#FFF;
	min-height: 300px;
}
#productos h2{
	text-align: center;
	display: block;
}
#productos h2 img{
	width: 220px;
}
#productos a{
	font-size: 14px;
	border-radius: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color:#FFF;
}
#productos p{
	color: #FFF;
    margin-bottom: 5px;
}
#productos table{
    margin: 0 auto;
    display: table;
}
#productos label{
	display: block;
    margin: 0 5px;
    color:#FFF;
    font-size: 15px;
}
#productos input, #productos textarea{
	display: block;
    margin: 10px auto;
    width: 100%;
}
#productos .enviar{
	width: auto;
	background:#222;
	color:#FFF;
	padding: 10px 20px;
	border: none;
}
.arexons{
	background: url("../images/logo-arexons.png") no-repeat center center #949494;
    background-size: 140px;
	padding: 120px 0 10px;
    color: #FFF;
    margin: 15px 15px 0;
    width: 250px;
    display: inline-block;
}
.arexons:hover, .arexons:focus{
	background: url("../images/logo-arexons.png") no-repeat center center #FFF;
	color:#000 !important;
	background-size: 140px;
	text-decoration: none;
}
.svitol{
	background: url("../images/logo-svitol.png") no-repeat center center #949494;
	background: url("../images/logo-svitol.png") no-repeat center center #949494;
    background-size: 140px;
	padding: 120px 0 10px;
    color: #FFF;
    margin: 15px 15px 0;
    width: 250px;
    display: inline-block;
}
.svitol:hover, .svitol:focus{
	background: url("../images/logo-svitol.png") no-repeat center center #FFF;
	color:#000 !important;
	background-size: 140px;
	text-decoration: none;
}
.dropdown-menu{
    background: #3f3f41;
    padding: 10px;
}
.dropdown-item{
	margin:4px 0 !important;
}
.dropdown-item:hover{
	background:none;
	color:#FFF;
}