.logo{

    width: 75px;
    height: 100px;
    background-image: url("../img/logo.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;

}

.navbar { margin-bottom: 0;
          margin-top: 16px;
}

.navbar.navbar-nav{
    color: white;

}

header.masthead {
    text-align: center;
    color: white;
    background-image: url("../img/home-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 25px;
    font-family: "Helvetica";
}

header.masthead .intro-text .intro-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 25px;
    font-family:'Helvetica';
}

@media (min-width: 768px) {
    header.masthead .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }
    header.masthead .intro-text .intro-lead-in {
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
        margin-bottom: 25px;
        vertical-align: auto;
        font-family: 'Helvetica';
    }
    header.masthead .intro-text .intro-heading {
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
        margin-bottom: 50px;
        font-family: 'Helvetica';
    }


}
#slider .item{
    height: 700px;

}

#slide1{
    text-align:  center;
    color: white;
    background-image: url("../img/slide1.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

#slide2{
    text-align: center;
    color: white;
    background-image: url("../img/slide2.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }


#slide3{
    text-align: center;
    color: white;
    background-image: url("../img/slide3.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }



#slide4{
    text-align: center;
    color: white;
    background-image: url("../img/slide4.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }


#slide5{
    text-align: center;
    color: white;
    background-image: url("../img/slide5.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }


#slide6{
    text-align: center;
    color: white;
    background-image: url("../img/slide6.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

#slide7{
    text-align: center;
    color: white;
    background-image: url("../img/slide7.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

#slide8{
    text-align: center;
    color: white;
    background-image: url("../img/slide8.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

#slide9{
    text-align: center;
    color: white;
    background-image: url("../img/slide9.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    
    #slide10{
    text-align: center;
    color: white;
    background-image: url("../img/slide10.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

#slide11{
    text-align: center;
    color: white;
    background-image: url("../img/slide11.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 3em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.sectionA{
    margin-top: 35px;
}
.sectionB{
    margin-top: 35px;
    background-color: #f4f4f4;

}
.tituloCategoria{
    font-size: 35px;
    font-family: "Helvetica";
    margin-top: 16px;
    color: #333333;
    line-height: 38px;
    text-align: center;
}

.subtituloCategoria{
    font-size: 18px;
    font-family: "Helvetica";
    color: #00689f;
    line-height: 24px;
    text-align: center;
    padding-bottom: 5px;

}
.bt-subtext {
    content: "";
    position: absolute;
    left: 50%;
    width: 50px;
    height: 5px;
    background: #555;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.descripccionCategoria{
   font-size: 18px;
    font-family: "Helvetica";
    line-height: 24px;
    text-align: center;
    padding-bottom: 5px;

}

.detalle{
    margin-top: 32px;


}
.prod-img{
    width: 150px;
    height: 150px;
    margin-bottom: 25px; 

}