body a.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 15px;
    line-height: 20px;
    height: 50px;
    font-family: 'Lobster',cursive;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #38b44a;
}

.lobster .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    /* border: 1px solid #ddd; */
    border: 0;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.lobster .carousel {
    position: relative;
}

.lobster .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.lobster .placeholder img {
    display: inline-block;
    border-radius: 100px;
    box-shadow: 0 0 10px black;
}

.lobster h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lobster',cursive;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.lobster .thumbnail h3 {
    margin-top: 55px;
    text-align: center;
}

.navbar-default {
    background-color: white;
    border-color: #e7e7e7;
}

.wrapper {
    background-color: white;
}

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

.placeholder img:hover {
    opacity: .7;
    filter: alpha(opacity=20);
    border: 3px solid #333;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators {
    bottom: -20px;
}

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #aea79f;
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #aea79f;
    }

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid rgba(255,255,255,.15);
        border-radius: 10px;
        cursor: pointer;
        background-color: #ddd;
    }

.product-container {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 6px;
    /*box-shadow: 0 0 10px 3px rgba(200, 200, 200, .8);*/
    /*background:rgba(200, 200, 200, .8);*/
}

.empresas-container {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 6px;
    /*box-shadow: 0 0 10px 3px rgba(200, 200, 200, .8);*/
    /*background:#aea79f;*/
    /*background-image: url("../images/background/purty_wood.png");*/
}