@charset "utf-8";
body{
	
	background-size: 100%;
    background: #eee;
}

.menu {
    background:#fff;
    padding: 0;
    position: fixed;
    z-index: 998;
    width: 100%;
    border-bottom: 2px #009cff solid;
    box-shadow: 0px 4px 50px #000;
    top: 0;
}

.bg_menu {
    height: 100px;
    float: right;
}

.bg_logo {
    padding: 0;

}

#menu_principal{
    border: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}

.triangle {
    
}

#menu_principal ul{
 
}

#menu_principal a {
    background-repeat: no-repeat;
    background-position-y: 80px;
    background-image: url(../images/m1.png);
    font-weight: 700;
    color: #777;
    padding: 40px 15px 30px 15px;
    text-transform: uppercase;
}

#menu_principal .active {
    color: #009cff;
}

#menu_principal a:hover {
    color:#009cff;
}

.navbar-collapse {
    position: absolute;
    z-index: 1020;
    left: 10px
    right: 10px;
}

.about-img {
    transform: rotate(0deg);
    transform-origin: 50% 50% 0px;
}

#marcas {
    background: #ccc;
    position: relative;
}

/*productos*/
.productos a {
    border: 1px solid #999;
    border-radius: 7px;
    padding: 0px 20px;
    margin: 5px 0px;
    cursor: pointer;
    float: left;
    width: 100%;
}

.productos .prod_oc{
    display: none;
}



.productos img{
    width: 100%;
}

.productos a img{
    width: 200px;
}

.prod {
    background: ;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.productos h3 {
    color: #333;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid;
}

.productos h4 {
    color: #054184;
    font-size: 25px;
    bottom: 0px;
    position: absolute;
}



#sobrenosotros{
    background: url(../images/slider/back.jpg) no-repeat fixed;
     margin-top: 10px;
}

.deliveri img{
    margin-left: 100%;
    position: absolute;
}

.deliveri .text {
    float: right;
    text-align: center;
    border: 1px dashed #fff;
    border-radius: 50px;
    padding: 20px;
    margin-top: 53px;
    display: none;
    color: #fff;

}

.team-section{
    background: #009cff;
    text-align: center;
}

.team-des {
    background: #fff;
    padding: 20px;
    color: #666;
}

.team-social{
    background: #333;
    padding: 5px;
}

.footer {
    background: #bbb;
    padding-top: 10px;
    color: #777;
    text-align: center;
    padding-bottom: 30px;
}

.footer p{
    color: #000;
    font-weight: bold;
}

.logf{
    width:200px;
}

#contacto {
    background:;
    background-size: 100%;
    margin-top: 0;
    color: #333;
    padding-top: 30px;
    padding-bottom: 30px;
}

.hed {
    background: #111;
    border: 1px solid #222;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    float: left;
    padding-top: 10px;
}

.hed h1{
    color: #0380fe;
    font-weight: normal;
    font-size: 35px;
    margin: 0;
    text-align: center;
}

.hed p{
    margin-top: 5px;
    margin-bottom: 16px;
    color: white;
    text-align: center;
    font-size: 30px;
}

.hed img {
    margin-top: -179px;
    position: absolute;
}

#contacto label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #0380fe;
}

.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #000;
    border-radius: 4px;
}

.message {
    height: 200px !important;
}

.w-button {
    padding: 6px 24px 10px 63px;
    color: #009dff;
    border: 1px solid #009dff;
    background: url(../images/send.png) no-repeat #000 6px;
    border-radius: 4px;
    font-size: 20px;
}

.prod_oc .col-md-4{
min-height: 780px;
}

#productos a img{
    width: 100%;
}

#productos a {
    background: #ddd;
    border: 1px #eee solid;
    border-radius: 4px;

}

#productos a:hover {
    background: #ccc;
}

h1 {
    font-size: 22px;
    border: 1px solid #517fd7;
    padding: 6px 16px;
    border-radius: 4px;
    background: #009dff;
    color: #fff;
}

.productos h2 {
    color: #333;
    font-size: 20px;
    border: 1px solid #ddd;
    padding: 5px 12px;
    border-radius: 4px;
    text-transform: uppercase;
}