
.bg-color-1 {
    background: #333333 !important;
}

.bg-color-2 {
    background: #292c95 !important;
}

.bg-color-3 {
    background: #5e5e5e !important;
}

.bg-color-4 {
    background: #ffffff !important;
}

.color-1 {
    color: #333333 !important;
}

.color-2 {
    color: #292c95 !important;
}

.color-3 {
    color: #5e5e5e !important;
}

.color-4 {
    color: #ffffff !important;
}

.b-bg-color-4 {
    background: #ffffff !important;
}

.b-color-4 {
    color: #ffffff !important;
}

.z-cor2 {
    color: #292c95 !important;
}

.n-bgcolor2 {
    background: #292c95;
}

.n-blnovo i {
    color: #fff !important;
}

.n-blnovo h2 {
    color: #fff !important;
}

.n-blnovo h3 {
    color: #fff !important;
}

.n-blnovo h3 a {
    color: #fff !important;
}

.figure.snip1137 {
	border: solid 1px #fff !important;
}

.iw-c {
    width: 15% !important;
    padding: 3px 12px;
}

.n-border-top {
    border-top: 2px solid #292c95 !important;
}

.novo-color-3 {
    color: #5e5e5e !important;
}

.btn-excluircar {
    background: #790b10;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
    transition: 0.3s;
    font-weight: 700;
    font-size: 16px;
    padding: 3px 12px;
}

.btn-excluircar:hover {
    background: #333333;
    transition: 0.3s;
}

.t-bona {
    text-align: right;
}

#blococ li:nth-child(even) {
    background: #fff;
}

.linha-bona {
    border-bottom: 1px dashed #ddd;
    margin-top: 15px;
    margin-bottom: 15px;
}

.owl-carousel-cores .owl-item img {
    height: 100% !important; 
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}



.imagem-produto {
    width:100%;
}

.tit-prod {
    letter-spacing: 0.9px;
}


.owl-carousel .owl-carousel-produtos .owl-dots {
    display: none;
}




.owl-carousel-produtos .owl-nav .owl-prev {
    bottom: 0px;
    right: 0px;
}

.owl-carousel-produtos .owl-nav .owl-next {
    bottom: 0px;
    left: 0px;
}

.owl-theme .owl-nav [class*=owl-] {
    background-color: #292c95;
}

.pre-prod {
    color: #292c95;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #292c95;
}

.link-pagbona {
    color: #747474;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.9px;
}

.pa-bona {
    padding: 0px;
}

.compart-bona {
    font-size: 24px;
    margin-right: 3px;
}

.whats-bona {
    color: #25d366;
}

.face-bona {
    color: #3b5998;
}

.twitter-bona {
    color: #00aced;
}

.gplus-bona {
    color: #ca3625;
}

.email-bona {
    color: #555555;
}

.linkdin-bona {
    color: #006699;
}

.bg-newbona {
    background-color: #f7f7f7;
    color: #790b10;
}

.btn-msgbona {
    background-color: #790b10;
    border-left: 1px solid #790b10;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    font-weight: 700;
    margin: 0 auto;
    display: table;
    padding: 12px 18px;
    font-size: 18px;
    transition: 0.3s;
}

.btn-msgbona:hover {
    background-color: #333333;
    color: #fff;
    transition: 0.3s;
}

.cor-vbona {
    color: #5e5e5e;
}
/* galeria com thumbnail na vertical */
.carousel{
  margin-top:0px;
}
/* Make the image fully responsive */
.carousel-inner img {
  width: 100%;
  height: 100%;
}
.carousel-indicators{
  display:inline-block;
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  position:static;
  direction: rtl;
}
@media(min-width: 992px) {
    .vindo a {
        color: #fff;
    }

    .cor-vbona {
        color: #fff !important;
    }
    
}
/* width */
::-webkit-scrollbar {
  width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.item{
  margin-bottom:10px;
  margin-left: 10px;
  cursor:pointer;
}
.item.active .img-thumb-cp{
  border:1px solid #292c95;
  opacity:1;
}
.item .img-thumb-cp{
  border:1px solid transparent;
  opacity:0.5;
  transition:0.5s;
}
.item:hover .img-thumb-cp{
  border:1px solid #292c95;
  opacity:1;
}

.content-n {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 10px;
}
.content-n p{
  font-size:15px;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}

.img-cp {
    height: 500px !important;
    object-fit: contain;
    object-position: center;
}

.img-thumb-cp {
    height: 120px !important;
    object-fit: cover;
    object-position: center;
}

/*.content__main {
    width: 90%;
    max-width: 600px;
    background: #dfdfdf;
    border-radius: 5px;
    margin: 50px auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    overflow: hidden;
}

.content__main img {
    display: block;
    width: 100%;
    position: relative;
}

.content__main:hover {
    cursor: zoom-in;
}*/

figure.zoom {
    background-position: 50% 50%;
    position: relative;
    max-width: 1000px;
    overflow: hidden;
    cursor: zoom-in;
}

figure.zoom img:hover {
    opacity: 0;
}

figure.zoom img {
    transition: opacity 0.5s;
    display: block;
    width: 100%;
}

.btn-cadgap {
    background: #ffb900;
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s;
    border: 0px;
}

.btn-cadgap:hover {
    background: #747474;
    transition: 0.3s;
}

.bl-imggap img {
    width: 60% !important;
}

.bl-imggap p img {
    width: 60% !important;
}

.form-c {
    margin: 0 auto; 
    display: table;
}

.owl-carousel-catgeral .owl-nav {
    visibility: visible;
}

.owl-carousel-catgeral .owl-dots {
    visibility: hidden;
    display: none;
}

.text-catgeral {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.car-color {
    color: #5e5e5e !important;
}

.btn-menu {
    background-color: #5e5e5e !important;
}

.input-um {
    width: 32% !important;
    padding: 10px;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.3);
    font-size: 18px;
}

.input-um::-webkit-input-placeholder {
   color: #fff;
}

.input-um:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.input-um::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.input-um:-ms-input-placeholder {  
   color: #fff;  
}

.input-dois {
    width: 45% !important;
    padding: 10px;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.3);
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px;
}

.input-dois::-webkit-input-placeholder {
   color: #fff;
}

.input-dois:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.input-dois::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.input-dois:-ms-input-placeholder {  
   color: #fff;  
}

.btn-cad-new {
    height: 49px;
    border-radius: 0px;
    width: 18% !important;
    font-size: 18px;
    box-shadow: 0 3px 5px rgba(0,0,0,.4)!important;
}

@media (max-width: 767px) {
    .img-cp {
        height: 100% !important;
    }

    .img-thumb-cp {
        height: 100% !important;;
    }

    .bl-imggap img {
        width: 100% !important;
    }

    .bl-imggap p img {
        width: 100% !important;
    }

    .text-catgeral {
        font-size: 14px;
    }

    .input-um {
        width: 100% !important;
        padding: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .input-dois {
        width: 100% !important;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .btn-cad-new {
        width: 100% !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
/* fim - galeria com thumbnail na vertical */
@media(max-width: 992px) {

  .carousel-indicators{
    display: inline-flex;
    direction: inherit;
    height: auto;
    width: 100%;
    max-width:800px;
    overflow-x: auto;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    overflow-y: hidden;
    justify-content: normal;
    margin-bottom:20px;
  }
  .carousel-inner{
    margin-left:0!important;
  }
    /*.spc-bona {
        padding-top: 15px;
    }*/

   
}

.img-catgeral {
    border-radius: 50%;
}

@media (max-width: 991px) {
    .form-c {
        display: block;
    }

    .mtop-1 {
        margin-top: 142px;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0rem; 
        padding-left: 0rem; 
    }
}

@media(max-width: 767px) {
    .spc-bona {
        padding-top: 15px;
    }

    .iw-c {
        width: 30% !important;
    }

    .pa-bona {
        padding: 15px 0px 0px 0px;
    }

    /*.t-bona {
        text-align: left;
    }*/
}