
/* NAV BAR */

.new-navbar {
    position: relative;
    z-index: 1000;
    background: #4d554e;
    width: 100%;
}

.new-nav-item {
    margin-right: 22px;
    background: #333a;
    border: 2px solid #3331;
    padding: 5px 10px;
    border-radius: 5px;
}
.new-nav-item:hover,
.new-nav-item:focus {
     border: 2px solid white;
     cursor: pointer;
}

.new-nav-text {
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 !important;
}
.new-text-title {
    font-size: 18px;
    text-align: center;
    margin: 15px auto;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px;
    word-spacing: 7px;
    color: white;
    text-shadow: 1px 1px #333;
}

/* CAROUSEL */

.owl-nav {
    display: block !important;
}

.owl-next, 
.owl-prev {
    position: absolute;
    top: 40%;
    width: 63px;
    background:  transparent !important;
}

.owl-next {
    right: 10px;
}
.owl-prev {
    left: 10px;
}

.owl-next span,
.owl-prev span{
    font-size: 50px;
    text-shadow: -2px 2px white;
}

.owl-next span:hover,
.owl-next span:focus,
.owl-next span:active,
.owl-prev span:hover,
.owl-prev span:focus,
.owl-prev span:active {
    color: white;
    text-shadow: -2px 2px black !important;
}


/* PRODUCTS (icons+text with products details) */

.video {
    /*position: absolute;*/
    position: fixed;
    opacity: 0.7;
    top: 0;
    left: 0;
}

.new-card {
    background: transparent;
    border: none;
}
.new-card-img {
    margin: 20px 20px 0 20px;
}
.new-card-img img {
    width: 60px;
    margin: auto;
    background: transparent;
}
.new-card-img-depo {
    width: 100px;
    margin: auto;
}

.card-body h3 {
    font-size: 1.2rem;
    font-weight: bold;
}

.products-items {
    align-items: center;
  display: inline-flex;
}

/* DEPOIMENTOS */
.depos {
    background:white; 
    position: relative;
    border-top: 2px solid gray;
    margin-top: 20px;
}
.depos-title {
    text-align:center;
    letter-spacing:2px
}

/* Entregamos para todo o Brasil */
.delivery-text {
    padding: 18px;
    /*box-shadow: 2px 2px #333b, 2px -2px #333b;*/
    border: 2px solid #333b;
    background: #aaa;
    position: relative;
}
.delivery-text h3 {
    color: white;
    /*text-shadow: 1px 1px #333, -1px 1px #333;*/
    font-weight: bold;
    padding: 8px 18px;
    background: #333b;
    border-radius: 10px;
}

.delivery-text h5 {
    color: white;
    /*text-shadow: 1px 1px #333, -1px 1px #333;*/
    font-weight: bold;
    padding: 5px 12px;
    background: #333b;
    border-radius: 8px;
}


/* Características do serviço */
.service {
    background: white;
    position: relative;
}

/* CONTACT INFOS */
.contact {
    background: white;
    position: relative;
}