/*---------- LOGO ----------*/
.img-logo {
    margin-left: 15px;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control2 {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control2 {
    opacity: 1;
}

.control-round .carousel-control2.left {
    left: 4%;
}

.control-round .carousel-control2.right {
    right: 2%;
}

.control-round .carousel-control2.left:hover,
.control-round .carousel-control2.right:hover {
    color: #fdfdfd;

    border: 0px transparent;
}

.control-round .carousel-control2.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control2.right>span:nth-child(1) {
    right: 45%;
}

/* MENU RESPONSIVE */

@media (max-width: 1159px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}



//NOVA CAIXA
h5 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

p {
    font-size: 12px;
    margin-top: 5px;
}

.price {
    font-size: 30px;
    margin: 0 auto;
    color: #333;
}

.right {
    float: right;
    border-bottom: 2px solid #4B8E4B;
}

.thumbnail {
    opacity: 0.90;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #f4f4f4 !important;
    padding: 0px;
}

.thumbnail:hover {
    opacity: 1.00;
    box-shadow: 0px 0px 10px #006b64;
}

.line {
    margin-bottom: 5px;
}

@media screen and (max-width: 770px) {
    .right {
        float: left;
        width: 100%;
    }
}

.card-fundo {
    box-shadow: 0px 0px 5px -2px;
    #000;
}

.card-fundo2 {
    background-color: #fff
}