
.slidedesktop{
    margin-top:75px;
}

.slidemobile {
    display: none;
    visibility: hidden;
}

@media only screen and (max-width: 1055px) {
    .slidedesktop{
        margin-top:0px;
    }
}


@media only screen and (max-width: 991px) {
    .slidedesktop {
        display: none;
        visibility: hidden;
    }
    .slidemobile {
        display: block !important;
        visibility: visible !important;
    }
}

#sliderDesktop,
#sliderMobile {
    width: 100%;
    margin-bottom: 30px;
}
#sliderDesktop .swiper,
#sliderMobile .swiper {
    width: 100%;
}


#sliderMobile .swiper-mobile-prev,
#sliderMobile .swiper-mobile-next,
#sliderDesktop .swiper-desktop-prev,
#sliderDesktop .swiper-desktop-next {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    background-color: transparent;
    color: var(--white);
    width: 50px;
    height: 50px;
    border: none;
    z-index: 10;
    cursor: pointer;
    background-image: none;
    margin-top: -25px;
    /*right: 30px;*/
    left: auto;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

#sliderMobile:hover .swiper-mobile-prev,
#sliderMobile:hover .swiper-mobile-next,
#sliderDesktop:hover .swiper-desktop-prev,
#sliderDesktop:hover .swiper-desktop-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}


#sliderMobile .swiper-mobile-prev,
#sliderDesktop .swiper-desktop-prev {
    left: 10px;
    transform: translateX(50px);
}
#sliderMobile .swiper-mobile-next,
#sliderDesktop .swiper-desktop-next {
    right: 10px;
    transform: translateX(-50px);
}





/* SUPPORT BUTTONS */
.special-btn {
	background-color: var(--lblue2);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: var(--white);
	display: table;
	height: 50px;
	min-width: 50px;
	text-align: center;
	z-index: 9999;
	bottom: 250px;
	right: 15px;
	position: fixed;
	overflow: hidden;
	-webkit-box-shadow: 0px 10px 15px 0px var(--lbluergba3);
	-moz-box-shadow: 0px 10px 15px 0px var(--lbluergba3);
	box-shadow: 0px 10px 15px 0px var(--lbluergba3);
}

.special-btn i {
	font-size: 22px;
	line-height: 50px;
}

.special-btn:hover {
	color: var(--white);
	background-color: var(--dblue2);
	padding: 0 20px;
}

.special-btn span {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	letter-spacing: -9px;
	opacity: 0;
	line-height: 50px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	text-transform: uppercase;
	font-weight: 600;

}

.special-btn:hover span {
	opacity: 1;
	left: 0px;
	letter-spacing: 0px;
	padding-left: 10px;
}


.blur {
	
	-webkit-backdrop-filter: saturate(150%) blur(5x);
	backdrop-filter: saturate(150%) blur(5px);
	background-color: var(--whitergba6)!important
}

.radius7{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/*SOCIAL*/
.social-icons li a {
	background: var(--lblue2);
	color: var(--white);
}

.color-white {
	color: var(--white)!important
}

.color-dblue {
	color: var(--dblue2);
}

.color-lblue {
	color: var(--lblue2);
}

.color-orange {
	color: var(--orange2);
}

.bg-white {
	background: var(--white);
}

.bg-dblue {
	background: var(--dblue2);
}

.bg-lblue {
	background: var(--lblue2);
}

.bg-orange {
	background: var(--orange2);
}
.bg-blackrgba1 {
	background: var(--blackrgba1);
}

.radius50 {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.btn {
	font-family:var(--theme-font);
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	padding: 12px 40px;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	border: 2px solid var(--orange2);
	background-color: var(--orange2);
	box-sizing: border-box;
	transition: all 0.4s;

}

.btn:hover,
.btn:focus {
	background-color: var(--gray5);
	border-color: var(--gray5);
	color: var(--white);
}


.btn.btn-center {
	margin: 0 auto;
	width: auto;
	min-width: 160px
}

.btn.btn-lg {
	padding: 16px 40px;
	font-size: 16px;
}

.btn.btn-md {
	padding: 8px 20px
}

.btn.btn-sm {
	padding: 5px 12px;
}

.btn.round {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.btn.btn-mw {
	min-width: 190px
}

.btn-arrow {
	position: relative;
}

.btn-arrow span {
	display: inline-block;
	position: relative;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	will-change: transform;
}

.btn-arrow:hover span,
.btn-arrow:focus span {
	-webkit-transform: translate3d(-1rem, 0, 0);
	transform: translate3d(-1rem, 0, 0);
}

.btn-arrow i {
	position: absolute;
	width: 1.1em;
	right: 0px;
	right: 0rem;
	opacity: 0;
	top: 49%;
	font-size: 24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	will-change: right, opacity;
}

.btn-arrow:hover i,
.btn-arrow:focus i {
	opacity: 1;
	right: -2rem;
}


.btn-orange {
	color: var(--white);
	border: 2px solid var(--orange2);
	background-color: var(--orange2);
	
}

.btn-orange:hover,
.btn-orange:focus {
	background-color: var(--orange3);
	border-color: var(--orange3);
	color: var(--white)
}


.btn-whats {
	color: var(--white);
	border: 2px solid var(--Whats1);
	background-color: var(--Whats1);

}

.btn-whats:hover,
.btn-whats:focus {
	background-color: var(--Whats2);
	border-color: var(--Whats2);
	color: var(--white)
}


.btn-lblue {
	color: var(--white);
	border: 2px solid var(--lblue2);
	background-color: var(--lblue2);
	
}

.btn-lblue:hover,
.btn-lblue:focus {
	background-color: var(--lblue3);
	border-color: var(--lblue3);
	color: var(--white)
}

.btn-dblue {
	color: var(--white);
	border: 2px solid var(--dblue2);
	background-color: var(--dblue2);
	
}

.btn-dblue:hover,
.btn-dblue:focus {
	background-color: var(--dblue1);
	border-color: var(--dblue1);
	color: var(--white)
}


.link-btn {
	display: inline-block;
	font-size: 1.2rem;
	line-height: normal;
	padding: 11px 32px 11px 31px;
	background: transparent;
	border: 1px solid transparent;
	position: relative;
	font-weight: 600;
	overflow: hidden;
	z-index: 9;
	vertical-align: middle;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: var(--gray5);
}

.link-btn.btn-inline {
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 600;
	padding: 0;
	border: 1px solid transparent;
	background-color: transparent;
	overflow: visible;
	color: var(--gray5);
}

.link-btn.btn-inline:before,
.link-btn.btn-inline:after {
	position: absolute;
	content: "";
	bottom: -8px;
	left: auto;
	right: 0;
	width: 0;
	height: 3px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	background: var(--gray5);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.link-btn.btn-inline:before {
	width: 100%;
}

.link-btn.btn-inline:hover:after {
	width: 100%;
	right: auto;
	left: 0;
	background: var(--dblue2);
}

.link-btn.btn-inline:hover {
	color: var(--dblue2);
}



.section-title {
	font-size:36px;
	margin-bottom:15px;
	padding-bottom:15px;
	font-weight: 600;
	color: var(--lblue2);
}

.section-title:before {
	bottom: 0;
	height: 6px;
	width:45px;
	content: "";
	left: 0;
	position: absolute;
	background-color: var(--dblue2);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.section-title:after {
	bottom: 2px;
	height: 2px;
	width:275px;
	content: "";
	left: 0;
	position: absolute;
	background-color: var(--dblue2);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}





.site-heading h1,
.site-heading h2,
.site-heading h3 {
	color: var(--lblue2);
	display: inline-block;
	font-weight: bold;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.site-heading h1::after,
.site-heading h2::after,
.site-heading h3::after {
	background: var(--lblue2) none repeat scroll 0 0;
	bottom: -10px;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	width: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



.bg-cover-overlay,
.bg-cover {
	position: relative;
	z-index: 1;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-cover:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: var(--lbluergba6);
	
}


.bg-image-site {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#carouselAbout{
	position:relative;
	background:var(--dblue2);
	height: 420px;
	width:100%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	overflow:hidden;
	padding:0px;

}



#carouselAbout .swiper {
	width: 100%;
	height: 100%;
}

#carouselAbout.swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#carouselAbout .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}




#carouselAbout .swiper-button-prev,
#carouselAbout .swiper-button-next {
	background: transparent;
	width: 60px;
	height: 60px;
	line-height: 60px;
	padding:15px;
	margin-top: -30px;
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	transition:all .3s ease;
	color:var(--whitergba5);
}
#carouselAbout :hover .swiper-button-prev,
#carouselAbout :hover .swiper-button-next {
	color:var(--white);
}







.aboutus-item {
	padding: 30px 40px 30px 40px;
	border-style: solid;
	border-width: 0 0 0 0;
	background-color: transparent;
	background-image: linear-gradient(110deg,var(--lblue2) 0%,var(--dblue2) 100%);
	-webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	-moz-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-align:center;
}


.aboutus-item:active,
.aboutus-item:focus,
.aboutus-item:hover {
	-webkit-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
	-moz-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
	box-shadow: 0px 5px 35px 0px var(--blackrgba3);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);

}
.bghover{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}


.aboutus-item .content-box h3 {
	color:var(--white);
	margin-top:0px;
	margin-bottom: 15px;
	font-size:20px;
	font-weight: 600;
}
.aboutus-item .content-box p {
	color:var(--white);
	margin-top:0px;
	margin-bottom:0px;
	font-size:16px;
	font-weight: normal;
	line-height: 1;
}



.aboutus-item .icon-main {
	background:transparent;
	position:relative;
	display: block;
	margin-bottom: 20px;
}
.aboutus-item .icon-main img {
	width:90px;
}

.aboutus-item .overlay {
	z-index: 2;
	background: transparent;
}

.overlay {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}


.aboutus-item.bg-s1 {
	background-image: linear-gradient(110deg,var(--lblue3) 0%,var(--lblue1) 100%);
	background-size: 100% 100%;
}
.aboutus-item.bg-s2 {
	background-image: linear-gradient(110deg,var(--lblue1) 0%,var(--lblue3) 100%);
	background-size: 100% 100%;
}
.aboutus-item.bg-s3 {
	background-image: linear-gradient(110deg,var(--lblue3) 0%,var(--lblue1) 100%);
	background-size: 100% 100%;
}
.aboutus-item.bg-s4 {
	background-image: linear-gradient(110deg,var(--dblue3) 0%,var(--lblue1) 100%);
	background-size: 100% 100%;
}


.aboutus-item:active.bg-s1,
.aboutus-item:focus.bg-s1,
.aboutus-item:hover.bg-s1,
.aboutus-item:active.bg-s2,
.aboutus-item:focus.bg-s2,
.aboutus-item:hover.bg-s2,
.aboutus-item:active.bg-s3,
.aboutus-item:focus.bg-s3,
.aboutus-item:hover.bg-s3,
.aboutus-item:focus.bg-s4,
.aboutus-item:hover.bg-s4{
	background-size: 200% 200%;
	background-position: 50% 0% !important;
}


.iconsmvv path {
	fill: #fce57e !important;
}




.news-block {
	position: relative;
}

.news-block .inner-box {
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 35px 0px var(--blackrgba1);
	-moz-box-shadow: 0px 0px 35px 0px var(--blackrgba1);
	box-shadow: 0px 0px 35px 0px var(--blackrgba1);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	background: var(--lblue3);
}

.news-block .inner-box:hover {
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
	-webkit-box-shadow: 0px 0px 35px 0px var(--blackrgba3);
	-moz-box-shadow: 0px 0px 35px 0px var(--blackrgba3);
	box-shadow: 0px 0px 35px 0px var(--blackrgba3);
}

.news-block .image-box {
	position: relative;
}

.news-block .image-box .image {
	position: relative;
	margin-bottom: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.news-block .image-box .image img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
		-moz-transform: scale(0.9);
			-webkit-transform: scale(0.9);
			-o-transform: scale(0.9);
			-ms-transform: scale(0.9);
			transform: scale(0.9);
}

.news-block .inner-box:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.news-block .image-box .date {
	position: absolute;
	left: 10px;
	bottom: -15px;
	text-align: center;
	padding: 3px 10px 10px 10px;
	font-size: 15px;
	color: var(--lblue2);
	background: var(--white);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 35px 0 var(--blackrgba2);
	-moz-box-shadow: 0 0 35px 0 var(--blackrgba2);
	box-shadow: 0 0 35px 0 var(--blackrgba2);
	z-index: 10;

}

.news-block .image-box .date i {
	color: var(--lblue2);
	font-size: 24px;
	position: relative;
	top: 5px;
	margin-right: 10px;
}

.news-block .read-more {
	position: absolute;
	color: var(--white);
	background: var(--Whats1);
	top: -45px;
	opacity: 0.75;
	right: 10px;
	font-size: 24px;
	width: 55px;
	height: 55px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 14px;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-webkit-box-shadow: 0px 3px 8px 0px var(--Whatsrgba);
	-moz-box-shadow: 0px 3px 8px 0px var(--Whatsrgba);
	box-shadow: 0px 3px 8px 0px var(--Whatsrgba);
}

.news-block .inner-box:hover .read-more {
	opacity: 1;
	top: -65px;
	}
.news-block .read-more:hover {
	background: var(--Whats2);
}


.news-block .read-more-two {
background: var(--lblue2);
	-webkit-box-shadow: 0px 3px 8px 0px var(--lbluergba3);
	-moz-box-shadow: 0px 3px 8px 0px var(--lbluergba3);
	box-shadow: 0px 3px 8px 0px var(--lbluergba3);
}
.news-block .read-more-two:focus,
.news-block .read-more-two:hover {
	background: var(--lblue3) !important;
}


.news-block .read-more i {
	font-size: 32px;
}

.news-block .lower-content {
	position: relative;
	color: var(--white);
	background: var(--lblue2);
	padding: 20px 30px 15px 30px;
}

.news-block .lower-content h4 {
	position: relative;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: var(--white);
	word-break: break-word;
}

.news-block .lower-content h4 a {
	display: inline-block;
	color: var(--white);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;

}

.news-block .lower-content h4 a:focus,
.news-block .lower-content h4 a:hover {
	color: var(--clearyellow) !important;
}


.news-block .lower-content .text {
	color: var(--gray3);
	margin-top: 15px;
}
.news-block .lower-content .text p {
	color: var(--gray3);
	margin-top: 15px;
}

.news-block .lower-content .post-info {
	position: relative;
	font-size: 16px;
	line-height: initial;
	margin-top: 30px;
	padding-top: 21px;
	border-top: 1px solid var(--f1f1f1);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: -10px;
}

.news-block .post-author {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.news-block .post-author img {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.news-block .post-option {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.news-block .post-option .coments_count a {
	display: inline-block;
	color: var(--gray3);
}

.news-block .post-option .coments_count i {
	font-size: 24px;
	margin-right: 7px;
	color: var(--lblue2);
}


.news-block .read-more-btn {
	background: var(--lblue2);
	font-size: 14px;
	min-height: 40px;
	padding: 0 23px;
	margin-top: 20px;
}





#brandsLists .swiper {
	width: 100%;
	height: 100%;
}

#brandsLists .swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


#brandsLists .swiper-slide {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 10px;
	background: var(--white);
	transition: all 0.3s ease-in-out;
}


#brandsLists .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
}




#brandsLists .swiper-slide:hover {
	transition: all 0.3s ease-in-out;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba2);
	-moz-box-shadow: 0px 5px 25px 0px var(--blackrgba2);
	box-shadow: 0px 5px 25px 0px var(--blackrgba2);

	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
}

#brandsLists .swiper-slide:hover img {
	transition: all 0.3s ease-in-out;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}



#brandsLists .SwiperMarcas {
	padding-bottom:50px;
}


#brandsLists .main-nav-slider-brand {
	width: 100px;
	height: 50px;
	position: absolute;
	bottom:0px;
	right: 0px;
	z-index: 3;
}


#brandsLists .brand-button-prev {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 16;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	color: var(--white);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	background:var(--dblue2);
}


#brandsLists .brand-button-prev i {
	top:-2px;
	position: relative;
	font-size: 32px !important;
}


#brandsLists .brand-button-next {
	position: absolute;
	top: 0px;
	right: 0px !important;
	z-index: 16;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	color: var(--white);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	background:var(--dblue2);
}

#brandsLists .brand-button-next i {
	position: relative;
	top:-2px;
	font-size: 32px !important;
}

#brandsLists .brand-button-prev:hover,
#brandsLists .brand-button-next:hover {
	color: var(--orange1);
}








#productslist .swiper {
	width: 100%;
	height: 100%;
}

#productslist .swiper-slide {
	/*text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;*/
}


#productslist .swiper-slide {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}



#productslist .main-nav-slider-product {
	width: 100px;
	height: 100px;
	position: absolute;
	top:125px;
	right: 0px;
	z-index: 3;
}


#productslist .product-button-prev {
	position: absolute;
	top: 0px;
	right: 0px !important;
	z-index: 16;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	color: var(--white);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background:var(--dblue2);
	-webkit-border-radius:7px !important;
	-moz-border-radius:7px !important;
	border-radius:7px !important;
}


#productslist .product-button-prev i {
	position: relative;
	font-size: 32px !important;
	top:-2px;
}


#productslist .product-button-next {
	position: absolute;
	top: 55px;
	right: 0px !important;
	z-index: 16;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	color: var(--white);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background:var(--dblue2);
	-webkit-border-radius:7px !important;
	-moz-border-radius:7px !important;
	border-radius:7px !important;
}

#productslist .product-button-next i {
	position: relative;
	font-size: 32px !important;
	top:-2px;
}

#productslist .product-button-prev:hover,
#productslist .product-button-next:hover {
	color: var(--orange1);
	background:var(--dblue3);
}





.product-block {
	position: relative;
}

.product-block .inner-box {
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 35px 0px var(--blackrgba1);
	-moz-box-shadow: 0px 0px 35px 0px var(--blackrgba1);
	box-shadow: 0px 0px 35px 0px var(--blackrgba1);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	background: var(--f4f4f4);
}

.product-block .inner-box:hover {
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
	-webkit-box-shadow: 0px 0px 35px 0px var(--blackrgba3);
	-moz-box-shadow: 0px 0px 35px 0px var(--blackrgba3);
	box-shadow: 0px 0px 35px 0px var(--blackrgba3);
}

.product-block .image-box {
	position: relative;
}

.product-block .image-box .image {
	position: relative;
	margin-bottom: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.product-block .image-box .image img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.product-block .inner-box:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.product-block .image-box .date {
	position: absolute;
	left: 15px;
	bottom:15px;
	text-align: center;
	padding:12px 20px;
	font-size: 16px;
	color: var(--white) ;
	background: var(--dblue2);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 35px 0 var(--blackrgba3);
	-moz-box-shadow: 0 0 35px 0 var(--blackrgba3);
	box-shadow: 0 0 35px 0 var(--blackrgba3);
	z-index: 10;

}
.product-block .image-box .date p {
	color: var(--white);
	font-size: 16px;
	margin: 0px;
}


.product-block .image-box .date i {
	color: var(--lblue2);
	font-size: 24px;
	position: relative;
	top: 5px;
	margin-right: 10px;
}

.product-block .read-more {
	position: absolute;
	color: var(--white);
	background: var(--Whats1);
	top: -45px;
	right: 10px;
	font-size: 24px;
	width: 55px;
	height: 55px;
	opacity: 0.75;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 14px;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-webkit-box-shadow: 0px 5px 15px 0px var(--Whatsrgba);
	-moz-box-shadow: 0px 5px 15px 0px var(--Whatsrgba);
	box-shadow: 0px 5px 15px 0px var(--Whatsrgba);
}

.product-block .inner-box:hover .read-more {
	top: -65px;
	opacity:1;
}
.product-block .read-more:hover{
	background: var(--Whats2);
}

.product-block .read-more i {
	font-size: 32px;
}

.product-block .lower-content {
	position: relative;
	background: var(--white);
	padding: 15px 15px;
}

.product-block .lower-content h4 {
	position: relative;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: var(--gray3);
	word-break: break-word;
}

.product-block .lower-content h4 a {
	display: inline-block;
	color: var(--gray3);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;

}

.product-block .lower-content h4 a:focus,
.product-block .lower-content h4 a:hover {
	color: var(--lblue2) !important;
}


.product-block .lower-content .text {
	color: var(--white);
	margin-top: 15px;
}
.product-block .lower-content .text p {
	color: var(--white);
	margin-top: 15px;
}

.product-block .lower-content .post-info {
	position: relative;
	font-size: 16px;
	line-height: initial;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid var(--f1f1f1);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.product-block .lower-content .post-info p{
	color: var(--gray3);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1;
}



.radius7{
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}

.pageTitle {
    margin-top: 72px;
    padding:80px 0 55px;
    position: relative;
    background-size: cover;
    top: 0px;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

@media only screen and (max-width: 1100px) {
    .pageTitle {
        margin-top:0px;
        padding: 60px 0 30px;
    }


}


.pageTitle:before {
    left: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    content: " ";
    position: absolute;
    width: 100%;
    /*background-color:rgba(155, 211, 174,.7);*/

    background: linear-gradient(221deg, var(--lbluergba6), var(--lbluergba9), var(--lbluergba6));
    background-size: 200% 200%;
    -webkit-animation: bg-gradient-animator-title 10s ease infinite;
    -moz-animation: bg-gradient-animator-title 10s ease infinite;
    -o-animation: bg-gradient-animator-title 10s ease infinite;
    animation: bg-gradient-animator-title 10s ease infinite;
}


@-webkit-keyframes bg-gradient-animator-title {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@-moz-keyframes bg-gradient-animator-title {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@-o-keyframes bg-gradient-animator-title {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@keyframes bg-gradient-animator-title {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}




.adress-item  {
    padding:0px 0px 20px 0px;
    width:100%;
    display:block;
    position:relative;
    background:var(--f4f4f4);
    -webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    -moz-box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align:center;
}


.adress-item:hover,
.adress-item:focus {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    background:var(--white);
    -webkit-box-shadow: 0px 10px 36px -5px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 36px -5px var(--blackrgba3);
    box-shadow: 0px 10px 36px -5px var(--blackrgba3);
}

.adress-item p {
    margin: 0px;
    font-weight: bold;
    line-height: 1.1;
    font-size: 16px !important;
    color:var(--gray1)
}

.adress-item .img-loja{
    position: relative;
    z-index:1;
    margin: 30px auto 0px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
    overflow: hidden;
    width: calc(100% - 60px);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: var(--white);
    -webkit-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
    box-shadow: 0px 15px 35px 0px var(--blackrgba2);
}

.adress-item .icon{
    margin: -75px auto 0px !important;
    position: relative;
    z-index:2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: var(--f4f4f4);
    -webkit-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
    box-shadow: 0px 15px 35px 0px var(--blackrgba2);
    width: 100px;
    height: 100px;
    -moz-border-radius:60px;
    -webkit-border-radius:60px;
    border-radius:60px;
    margin: -20px auto 0px;
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    background-color: var(--whitergba6)

}

.adress-item .icon svg {
    position: relative;
    top: 10px;
    width: 75px;
    height: 75px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.adress-item .social-icons li a{
    height:50px;
    width:50px;
    line-height:50px;
}


.adress-item .social-icons li a svg {
    position: relative;
    top:0px;
    width: 28px;
    height: 28px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}



.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 0px 20px;
    margin: 1px;
    line-height: 50px;
    color: var(--white);
    height: 50px;
    text-decoration: none;
    background-color: var(--dblue2);
    border: 0px solid var(--white);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none !important;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pagination > li > span {
    font-size: 24px !important;
    padding-top: 12px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: var(--white);
    background-color: var(--dblue1);
    border-color: var(--white);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: var(--white);
    cursor: default;
    background-color: var(--lblue2);
    border-color: var(--white);
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: var(--white);
    cursor: not-allowed;
    background-color: var(--gray3);
    border-color: var(--white);
}

.pagination svg {
    position: relative;
    top: -1px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    stroke-width:0;
    fill:var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.carousel-caption-below {
	position: static;
	background: var(--lbluergba7);
	color: var(--white);
	padding: 15px 10px;

}

.carousel-caption-below p {
	color: var(--white);
	font-size: 16px;
	margin: 0px;
	font-weight: bold;
	line-height: 1.1;
}
.page-head-title h1 {
	color: var(--white) !important;
}