﻿.item-hover
{
 	 
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.item-hover img {
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.item-hover img:hover {
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: scale(1.1);
	-khtml-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.max-width-8 {
	max-width: 3.5rem;
}
.bg-blue-opacity:before {
    z-index: 0;
	background-image: linear-gradient(to right,rgba(33,50,91,.45) 0,rgba(33,50,91,.45) 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: "";
}

   .div-breadcrumb {
        opacity:0;
        	transition: all .2s ease-in-out;
           
                width: 100%;
    }
      .div-breadcrumb:hover {
        opacity:1;
        	transition: all .2s ease-in-out;
    }
.btn-breamcrumbs {
    width:40px; height:40px; padding:6px 10px;
    top: 5px;
     	right: 10px!important;
         background:white;
         color:blue;
         	transition: all .2s ease-in-out;
}
.btn-whatsapp{

	width: 50px;
	height: 50px;
	padding: 3px 10px 0 10px;
	bottom: 30px;
	left: 30px!important;
	background-color:#25d366;
	color: white!important;
	transition: all .2s ease-in-out;
}
.btn-whatsapp i{
    font-size:30px;
}
.btn-breamcrumbs:hover{
     background:blue;
         color:white
}
.btn-breamcrumbs:hover + div {
      opacity:1;
        	transition: all .2s ease-in-out;
}

.js-swiper-preloader {
	background-image: url(../../assets/img/default.jpg);
	background-position: 10% center;
	background-repeat: no-repeat;
	background-size: cover
}