/*

Template: Geniot: Smart Product Landing Page
Author: iqonicthemes.in
Version: 1.0
Design and Developed by: iqonicthemes.i

*/

/*================================================
[  Table of contents  ]
================================================

:: Header
:: Banner
:: Learn
:: Chat Banner
:: How It Works
:: Set Up 
:: Your Room
:: Features
:: Tabs
:: Footer
:: Control 360
:: What's compatible
:: FAQ
:: Let's Stay in Touch
:: Product
:: Tooltip
:: Icon List Fancy
:: Rounded Box
:: Animated Background
:: Login Page
:: Watch Home Page
:: OWL Carousel
:: Setup link
:: Tips Box
:: Before slider
:: error 404
:: Hands free
:: Contact Us
:: Coming Soon 

======================================
[ End table content ]
======================================*/
* {
	font-family: "Poppins" !important;
}
.full-width .container-fluid {
	padding: 0 30px;
}

/*---------------------------------------------------------------------
Header
-----------------------------------------------------------------------*/
header {
	padding: 15px 0;
	background: #fff;
	display: inline-block;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	position: fixed;
	-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;
}
header .navbar {
	padding: 0;
}
header .navbar .navbar-brand {
	padding: 0;
}
header .navbar .navbar-brand img {
	/*height: 64px;*/
	width: fit-content;
	-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;
}
header .navbar.navbar-light .navbar-nav li {
	padding: 0 15px;
}
header .navbar.navbar-light .navbar-nav li a {
	font-size: 16px;
	padding: 0;
	color: #a3a3a3;
	font-family: "Asap", sans-serif;
}
header .navbar.navbar-light .navbar-nav li a.active,
header .navbar.navbar-light .navbar-nav li a:hover {
	color: #e20011;
}
header .navbar.navbar-light .nav li {
	padding: 0 8px;
}
header .navbar.navbar-light .nav li a {
	font-size: 22px;
	line-height: normal;
	padding: 0;
	color: #a3a3a3;
}
header.menu-sticky {
	position: fixed;
	padding: 10px 0;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
	z-index: 21;
}

/* Header transparent */
header.transparent {
	background: transparent;
}
header.transparent.menu-sticky {
	background: #fff;
}

/* Search 02 */
header#header-fullpage {
	background: transparent;
}
header#header-fullpage .container-fluid {
	padding: 0 30px;
}
header#header-fullpage:hover {
	background: #fff;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
header#header-fullpage .navbar-nav {
	display: none;
}
header#header-fullpage:hover .navbar-nav {
	display: flex;
}
header#header-fullpage .logo-two {
	display: none;
}
.fp-viewing-2 header#header-fullpage .logo-one,
.fp-viewing-2 header#header-fullpage:hover .logo-two,
.fp-viewing-4 header#header-fullpage .logo-one,
.fp-viewing-4 header#header-fullpage:hover .logo-two,
.fp-viewing-6 header#header-fullpage .logo-one,
.fp-viewing-6 header#header-fullpage:hover .logo-two,
.fp-viewing-9 header#header-fullpage .logo-one,
.fp-viewing-9 header#header-fullpage:hover .logo-two,
.fp-viewing-10 header#header-fullpage .logo-one,
.fp-viewing-10 header#header-fullpage:hover .logo-two {
	display: none;
	-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;
}
.fp-viewing-2 header#header-fullpage .logo-two,
.fp-viewing-2 header#header-fullpage:hover .logo-one,
.fp-viewing-4 header#header-fullpage .logo-two,
.fp-viewing-4 header#header-fullpage:hover .logo-one,
.fp-viewing-6 header#header-fullpage .logo-two,
.fp-viewing-6 header#header-fullpage:hover .logo-one,
.fp-viewing-9 header#header-fullpage .logo-two,
.fp-viewing-9 header#header-fullpage:hover .logo-one,
.fp-viewing-10 header#header-fullpage .logo-two,
.fp-viewing-10 header#header-fullpage:hover .logo-one {
	display: block;
}

/* Search 02 */
.iq-search {
	position: relative;
	margin-right: 15px;
}
.iq-search .search-btn {
	color: #222;
	-o-transition: color 300ms ease 0s;
	-moz-transition: color 300ms ease 0s;
	-ms-transition: color 300ms ease 0s;
	-webkit-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
}
.iq-search.search-open .search-btn {
	color: #e20011;
}
.iq-search .search-btn span {
	font-size: 0;
	display: none;
}
.iq-search .search-btn:before {
	content: "\e86f";
	font-family: "Linearicons-Free";
	font-weight: normal;
	left: 0;
	position: absolute;
	text-indent: 0;
	top: -11px;
}
.iq-search.search-open .search-btn:before {
	content: "\e870 ";
}
.search-box {
	background: #fff;
	display: block;
	margin: 0;
	opacity: 0 !important;
	padding: 15px;
	position: absolute;
	right: 0;
	top: -9999px !important;
	transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
	visibility: hidden;
	width: 327px;
	z-index: 888;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.iq-search.search-open .search-box {
	opacity: 1 !important;
	top: 46px !important;
	visibility: visible !important;
}
.iq-search .search-box input {
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #eee;
	padding-left: 15px;
	box-shadow: none;
	color: #666;
}
.iq-search .search-box input:focus {
	background: transparent;
	border: 1px solid #e20011;
}
.iq-search i {
	cursor: pointer;
	font-size: 18px;
	position: absolute;
	right: 27px;
	top: 28px;
}
.iq-search.search-open i:hover {
	color: #e20011;
}
header.menu-sticky .iq-search.search-open .search-box {
	top: 30px !important;
}
.color-black {
	color: black;
}
.color-gray {
	color: #495057;
}
/*---------------------------------------------------------------------
Banner
-----------------------------------------------------------------------*/
.banner {
	overflow: hidden;
	position: relative;
}

/*---------------------------------------------------------------------
Learn
-----------------------------------------------------------------------*/
.learn #wave canvas {
	width: 100% !important;
}
.spin-me-round {
	border-radius: 90%;
	position: relative;
	display: inline-block;
	width: 400px;
	height: 400px;
	-webkit-box-shadow: 0px 10px 40px 0px rgba(130, 130, 134, 0.8);
	-moz-box-shadow: 0px 10px 40px 0px rgba(130, 130, 134, 0.8);
	box-shadow: 0px 10px 40px 0px rgba(130, 130, 134, 0.8);
}
.spin-me-round img {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
}
.spin-me-round:before {
	width: 100%;
	height: 100%;
	border-radius: 90%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
	content: "";
	background: linear-gradient(to right, #98ffff 10%, #1f72ff 80%);
	position: relative;
	-webkit-animation: spinani 1.8s infinite linear;
	animation: spinani 1.8s infinite linear;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: all 0.2s ease-in-out;
}
@-webkit-keyframes spinani {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spinani {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes spinanirev {
	0% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@keyframes spinanirev {
	0% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

/*---------------------------------------------------------------------
Chat Banner
-----------------------------------------------------------------------*/
.chat-banner {
	position: absolute;
	margin: 150px auto 0;
	width: 40%;
	display: inline-block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Animation delays */
.chat-banner .carousel-inner .chat.ct3 {
	animation-delay: 1s;
}
.chat-banner .carousel-inner .chat.ct4 {
	animation-delay: 2s;
}

/*---------------------------------------------------------------------
How It Works
-----------------------------------------------------------------------*/
.how-it-works .how-it-chat {
	padding: 20% 0 20%;
}
.how-it-works .how-it-chat .chat {
	margin: 0 0 50px;
}
.alexa-chat {
	position: absolute;
	width: 100%;
	top: 25%;
}
.alexa-title {
	position: absolute;
	width: 100%;
	top: 50%;
	padding: 0 60px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.chat {
	width: 60%;
	margin: 50px auto;
	background: #fff;
	padding: 10px 10px;
	text-align: center;
	position: relative;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(130, 130, 134, 0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(130, 130, 134, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(130, 130, 134, 0.1);
}
.chat.ct2,
.chat.ct4 {
	background: #e20011;
	color: #fff;
}
.ct1:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 10px solid #fff;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	border-bottom: 10px solid transparent;
	right: -19px;
	top: 6px;
}
.ct2:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid #e20011;
	border-top: 10px solid #e20011;
	border-bottom: 10px solid transparent;
	left: -19px;
	top: 6px;
}
.ct3:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 10px solid #fff;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	border-bottom: 10px solid transparent;
	left: 19px;
	bottom: -19px;
}
.ct4:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid #e20011;
	border-top: 10px solid #e20011;
	border-bottom: 10px solid transparent;
	right: 19px;
	bottom: -19px;
}

/*---------------------------------------------------------------------
Set Up 
-----------------------------------------------------------------------*/
.set-up-box {
	padding: 0 30px;
}
.set-up-box .step-img {
	position: relative;
	display: inline-block;
}
.set-up-box .step-number {
	background: #e20011;
	color: #ffffff;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	font-size: 18px;
	position: absolute;
	text-align: center;
	line-height: 43px;
	right: 0;
	top: 0;
	border: 4px solid #ffffff;
}
.set-up-box.stap-left:before {
	position: absolute;
	left: 85%;
	top: 40%;
	margin-top: -14px;
	background: url("../images/arrow/dashed-arrow1.png") no-repeat 0 0;
	content: "";
	width: 174px;
	height: 29px;
}
.set-up-box.stap-right:before {
	position: absolute;
	left: 85%;
	top: 40%;
	margin-top: -14px;
	background: url("../images/arrow/dashed-arrow2.png") no-repeat 0 0;
	content: "";
	width: 174px;
	height: 29px;
}

/*---------------------------------------------------------------------
Your Room
-----------------------------------------------------------------------*/
.your-room {
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
}
.your-room:before {
	background: rgba(0, 0, 0, 0.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.your-room.room-light:before {
	background: rgba(0, 0, 0, 0);
}
.your-room .room-info,
.your-room .room-alexa {
	z-index: 9;
	position: relative;
}
.your-room .room-info .chat {
	margin: 50px 0;
}
.your-room .room-alexa {
	height: 93vh;
	text-align: right;
}
.your-room .room-alexa img {
	position: absolute;
	bottom: -11%;
	right: 0;
}
.music-block {
	position: relative;
	padding: 100px 10% 200px;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.music-block .music-img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.tv-banner {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.tv-banner .chat {
	width: 20%;
}
.tv-banner .chat.ct3 {
	animation-delay: 1s;
	position: absolute;
	bottom: 80px;
	left: 20%;
}
.tv-banner .chat.ct4 {
	animation-delay: 2s;
	position: absolute;
	bottom: 80px;
	right: 20%;
}
#carouselExampleControlss span {
	font-size: 36px;
	color: #828286;
}

/*---------------------------------------------------------------------
Features
-----------------------------------------------------------------------*/
.iq-feature {
	display: inline-block;
}
.iq-feature h4 a {
	display: inline-flex;
}
.iq-feature h4 i {
	font-size: 40px;
	min-height: 46px;
}
.iq-feature.first-l {
	margin-right: -30px;
}
.iq-feature.second-l {
	margin-right: 30px;
}
.iq-feature.first-r {
	margin-left: -30px;
}
.iq-feature.second-r {
	margin-left: 30px;
}
.iq-feature .simple-button i {
	margin-left: 10px;
}
.circle-feature img {
	position: relative;
	z-index: 9;
	width: 85%;
}
.circle-ripple {
	background-color: #e20011;
	width: 17em;
	height: 17em;
	border-radius: 50%;
	-webkit-animation: ripplee 0.7s linear infinite;
	animation: ripplee 0.7s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
}
@-webkit-keyframes ripplee {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 192, 255, 0.4), 0 0 0 5em rgba(0, 192, 255, 0.4),
			0 0 0 3em rgba(0, 192, 255, 0.4), 0 0 0 5em rgba(0, 192, 255, 0.4);
	}
	100% {
		box-shadow: 0 0 0 5em rgba(0, 192, 255, 0.4),
			0 0 0 3em rgba(0, 192, 255, 0.4), 0 0 0 5em rgba(0, 192, 255, 0.4),
			0 0 0 8em rgba(0, 192, 255, 0);
	}
}
@keyframes ripplee {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 192, 255, 0.4), 0 0 0 1em rgba(0, 192, 255, 0.4),
			0 0 0 3em rgba(0, 192, 255, 0.4), 0 0 0 5em rgba(0, 192, 255, 0.4);
	}
	100% {
		box-shadow: 0 0 0 1em rgba(0, 192, 255, 0.4),
			0 0 0 3em rgba(0, 192, 255, 0.4), 0 0 0 5em rgba(0, 192, 255, 0.4),
			0 0 0 8em rgba(0, 192, 255, 0);
	}
}
.iq-feature-01 {
	padding: 0 30px;
}
.iq-feature-02 i {
	font-size: 52px;
	line-height: normal;
}

/*---------------------------------------------------------------------
Tabs
-----------------------------------------------------------------------*/
.tabs-block .nav-tabs {
	border: none;
}
.tabs-block .nav-tabs li {
	margin: 0 15px;
	width: 18%;
}
.tabs-block .nav-tabs li a {
	padding: 75px 15px;
	background: #fafafa;
	color: #828286;
	text-align: center;
	border-radius: 0;
	border: none;
}
.tabs-block .nav-tabs li a i {
	display: block;
	font-size: 30px;
	margin-bottom: 5px;
}
.tabs-block .nav-tabs .nav-item {
	margin-bottom: 0;
}
.tabs-block .nav-tabs .nav-item.show .nav-link,
.tabs-block .nav-tabs .nav-link.active {
	border: none;
	background: #e20011;
	color: #fff;
}

/*---------------------------------------------------------------------
Footer
-----------------------------------------------------------------------*/
footer .about-info {
	padding: 0 30px 0 0;
	font-size: 14px;
}
footer .about-info img {
	height: 60px;
}
footer .footer-list ul {
	margin: 0 20px 0;
	padding: 0;
}
footer .footer-list li a {
	color: #828286;
	line-height: 38px;
	font-size: 14px;
}
footer .footer-list li a:hover {
	color: #e20011;
}
.footer-from p {
	font-size: 14px;
	line-height: 26px;
}
.footer-from .form-group {
	position: relative;
}
.footer-from .form-group input {
	border-radius: 0;
	height: 48px;
	border: none;
	padding: 10px 45px 10px 10px;
	border: 1px solid transparent;
}
.footer-from .form-group a {
	position: absolute;
	right: 15px;
	right: 15px;
	font-size: 26px;
	top: 10px;
}
.footer-from .form-group .form-control:focus {
	box-shadow: none;
	border: 1px solid #e20011;
}
.info-share {
	margin: 25px 0 0;
	padding: 0;
}
.info-share li {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0px 5px;
}
.info-share li a {
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	/*color: #828286;*/
	background: transparent;
	text-align: center;
}
.info-share li a:hover {
	background: #e20011;
	border-color: #e20011;
	color: #fff;
	cursor: pointer;
}
.info-share.white li a {
	color: #fff;
	border: 1px solid #fff;
}
.info-share.white li a:hover {
	background: #fff;
	border-color: #fff;
	color: #e20011;
}

/*---------------------------------------------------------------------
Control 360
-----------------------------------------------------------------------*/
.control-360 {
	position: relative;
}
.banner-tow {
	overflow: hidden;
}
.control-360 .device-360 {
	position: absolute;
	bottom: -100px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.panorama {
	overflow: hidden;
}
.panorama:before {
	position: absolute;
	top: -3px;
	left: 0;
	display: inline-block;
	content: "";
	width: 100%;
	height: 120px;
	background: url(../images/top-sharp.png);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 9;
}
.panorama:after {
	position: absolute;
	bottom: -25px;
	left: 0;
	display: inline-block;
	content: "";
	width: 100%;
	height: 120px;
	background: url(../images/bottom-sharp.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

/*---------------------------------------------------------------------
What's compatible
-----------------------------------------------------------------------*/
.compatible-with {
	margin: 30px 0 0;
	padding: 0;
	position: relative;
}
.compatible-with li {
	list-style-type: none;
	display: inline-block;
	margin: 0;
	color: #222222;
}
.compatible-with li i {
	font-size: 42px;
}
.compatible-with li span {
	font-size: 18px;
	display: inline-block;
	width: 100%;
}
.compatible-device {
	margin: 50px 0 0;
	padding: 150px 0 0;
	position: relative;
}
.compatible-device li {
	list-style: none;
}
.compatible-device li:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 148px;
}
.compatible-device li:nth-child(2) {
	position: absolute;
	right: 16%;
	top: 16%;
}
.compatible-device li:nth-child(3) {
	position: absolute;
	right: 0;
	bottom: 0;
}
.compatible-device li:nth-child(4) {
	margin-left: -100px;
}

/*---------------------------------------------------------------------
FAQ
-----------------------------------------------------------------------*/
.iq-accordion {
	z-index: 9;
	position: relative;
}
.iq-accordion .iq-ad-block.ad-active .ad-title {
	background: #e20011;
}
.iq-accordion .ad-title {
	position: relative;
	padding: 15px 50px 15px 15px;
	font-size: 16px;
	line-height: normal;
	cursor: pointer;
	background-color: #828286;
	display: block;
	text-align: left;
	color: #fff;
	text-decoration: none;
	border-radius: 0px;
}
.iq-accordion .ad-title:before {
	border-radius: 0;
	cursor: pointer;
	content: "\e874";
	font-family: Linearicons-Free;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 14px 20px;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	height: 100%;
	font-weight: normal;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
.iq-accordion .ad-active .ad-title:before {
	content: "\e873";
	font-family: Linearicons-Free;
}
.iq-accordion .ad-details {
	display: none;
	overflow: hidden;
	text-align: left;
	padding: 15px 15px;
	color: #666666;
	line-height: 24px;
	background: #fff;
	border: 1px solid #e20011;
	border-top: none;
}
.iq-accordion .iq-ad-block {
	margin-bottom: 30px;
}
.iq-accordion .iq-ad-block:last-child {
	margin-bottom: 0;
}

/*---------------------------------------------------------------------
Let's Stay in Touch
-----------------------------------------------------------------------*/
.stay-in .form-group {
	position: relative;
	margin: 0;
}
.stay-in .form-group input {
	border-radius: 0;
	height: 48px;
	border: none;
	padding: 10px 45px 10px 10px;
}
.stay-in .form-group a {
	position: absolute;
	right: 15px;
	right: 15px;
	font-size: 26px;
	top: 10px;
}
.stay-in .form-group .form-control:focus {
	box-shadow: none;
}

/*---------------------------------------------------------------------
Product
-----------------------------------------------------------------------*/
.product {
	background: #f4f4f4;
	text-align: center;
	padding: 60px 30px;
}

/*---------------------------------------------------------------------
Product-home
-----------------------------------------------------------------------*/
.product-home {
	background: white;
	padding: 5px;
}
.btn-buy {
	padding: 0px 21px;
	border: 4px solid black;
	background-color: black;
	display: inline-block;
	color: #ffffff;
	margin-top: auto;
	margin-bottom: auto;
	cursor: pointer;
}
.btn-buy:hover {
	padding: 0px 21px;
	color: #fff;
}
.home-btn:hover {
	color: #e20011;
}

/*---------------------------------------------------------------------
Tooltip
-----------------------------------------------------------------------*/
.tooltip {
	position: absolute;
	width: 2.2em;
	height: 2.2em;
	cursor: pointer;
	opacity: 1;
	z-index: 0;
}

/* Trigger item */
.tooltip-item {
	width: 30px;
	height: 30px;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	position: absolute;
	border-radius: 50%;
	background-color: #e20011;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 192, 255, 0.7);
	display: inline-block;
	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.tooltip:hover .tooltip-item {
	background: #e20011;
}
.tooltip:first-child {
	top: 47%;
	left: 22%;
}
.tooltip:nth-child(2) {
	top: 16%;
	left: 48%;
}
.tooltip:nth-child(3) {
	top: 79%;
	left: 48%;
}
.tooltip:nth-child(4) {
	top: 47%;
	right: 22%;
}

/* Tooltip */
.tooltip-content {
	position: absolute;
	background: #e20011;
	z-index: 9999;
	width: 200px;
	bottom: 50%;
	margin-bottom: -1em;
	padding: 20px;
	border-radius: 20px;
	font-size: 1.1em;
	text-align: center;
	color: #fff;
	opacity: 0;
	cursor: default;
	pointer-events: none;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.tooltip-west .tooltip-content {
	left: 4em;
	-webkit-transform-origin: -2em 50%;
	transform-origin: -2em 50%;
	-webkit-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
	transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
}
.tooltip-east .tooltip-content {
	right: 4em;
	-webkit-transform-origin: calc(100% + 2em) 50%;
	transform-origin: calc(100% + 2em) 50%;
	-webkit-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
	transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
}
.tooltip:hover .tooltip-content {
	opacity: 1;
	-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0);
	transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0);
	pointer-events: auto;
}

/* Gap "bridge" and arrow */
.tooltip-content::before,
.tooltip-content::after {
	content: "";
	position: absolute;
}
.tooltip-content::before {
	height: 100%;
	width: 3em;
}
.tooltip-content::after {
	width: 2em;
	height: 2em;
	top: 50%;
	margin: -1em 0 0;
	background: url(../images/tooltip2.png) no-repeat center center;
	background-size: 100%;
}
.tooltip-west .tooltip-content::before,
.tooltip-west .tooltip-content::after {
	right: 99%; /* because of FF, otherwise we have a gap */
}
.tooltip-east .tooltip-content::before,
.tooltip-east .tooltip-content::after {
	left: 99%; /* because of FF, otherwise we have a gap */
}
.tooltip-east .tooltip-content::after {
	-webkit-transform: scale3d(-1, 1, 1);
	transform: scale3d(-1, 1, 1);
}
.alexa-info .info-wave {
	background: #fff;
	padding: 20px;
	border-radius: 900px;
}
.alexa-info h1 {
	letter-spacing: 2px;
	font-size: 66px;
	line-height: normal;
}

/*---------------------------------------------------------------------
Icon List Fancy
-----------------------------------------------------------------------*/
.icon-list-fancy {
	margin: 0;
	padding: 0;
}
.icon-list-fancy li {
	border: 1px solid #777777;
	font-size: 24px;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 90px;
	cursor: pointer;
}
.icon-list-fancy li:hover {
	border-color: #e20011;
	color: #e20011;
}

/* Icon List Fancy 01 */
.icon-list-fancy-01 li {
	line-height: 26px;
	margin-bottom: 10px;
}
.icon-list-fancy-01 li:last-child {
	margin-bottom: 0;
}
.icon-list-fancy-01 li i {
	font-size: 26px;
	float: left;
}

/*---------------------------------------------------------------------
Rounded Box
-----------------------------------------------------------------------*/
.rounded-box {
	width: 650px;
	height: 650px;
	display: table-cell;
	border-radius: 9000px;
	padding: 0 50px;
	vertical-align: middle;
}
.how-to-use .scrollme-01 {
	position: absolute;
	bottom: -80px;
	left: 0;
	width: 50%;
	z-index: 99;
}

/*---------------------------------------------------------------------
Animated Background
-----------------------------------------------------------------------*/
.alexa-Client #animated_div img {
	margin-top: 15%;
}
#animated_div {
	width: 100%;
	height: 100%;
	display: inline-block;
	background: url(../images/bg/11.png) repeat-x;
	background-size: 100%;
	-webkit-animation: animatebackground 60s linear infinite;
	animation: animatebackground 60s linear infinite;
	-ms-animation: animatebackground 60s linear infinite;
	-moz-animation: animatebackground 60s linear infinite;
}
@keyframes animatebackground {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -1000px 0;
	}
}
@-webkit-keyframes animatebackground {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -1000px 0;
	}
}
@-ms-keyframes animatebackground {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -1000px 0;
	}
}
@-moz-keyframes animatebackground {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -1000px 0;
	}
}
.pulse-button {
	position: absolute;
	width: 100px;
	height: 100px;
	line-height: 100px;
	color: #fff;
	font-size: 30px;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
	border: none;
	box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.7);
	border-radius: 50%;
	background-color: #222222;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
	color: #fff;
	background: #e20011;
}
@-webkit-keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(34, 34, 34, 0);
	}
}
@-moz-keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(34, 34, 34, 0);
	}
}
@-ms-keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(34, 34, 34, 0);
	}
}
@keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(34, 34, 34, 0);
	}
}

/*---------------------------------------------------------------------
Login Page
-----------------------------------------------------------------------*/
.login-bg {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}
.slideParagraph {
	position: absolute;
	top: 187px;
	left: 30px;
	max-width: 700px;
}
.slideParagraph h2,
.slideParagraphTop h2 {
	color: white;
	    text-shadow: 0px 0px 5px black;
}

.slideParagraphTop {
	position: absolute;
	right: 0;
	max-width: 90%;
	text-align: center;
	top: 180px;
	left: -220px;
}
@media screen and (max-width: 1024px) {
	.login-bg {
		left: 50%;
		margin-left: -512px;
	}
}

#overview .owl-carousel .owl-nav i {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

@media screen and (max-width: 992px) {
	.slideParagraphTop {
		left: 0;
	}
	.removeMobile {
		/*display: none;*/
	}
	.mobileHeader {
		background: inherit !important;
		margin-top: 0px !important;
		flex-direction: column;
		align-content: center;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.mobileLink {
		font-size: 12px !important;
		padding: 0 3px !important;
	}
	.mobileLink img {
		width: 18px !important;
	}
	.mobileContentHeader {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.container-modal-accesorios {
		height: calc(100vh - 40px);
		margin-top: 27px;
	}
	.container-modal {
		height: calc(100vh - 40px);
		margin-top: 27px;
	}
	.overview-block-ptb-mult.iq-bannerr {
		background-position-x: -787px !important;
	}
}
@media screen and (max-width: 320px) {
	.mobileLink {
		font-size: 4.6px !important;
		padding: 0 3px !important;
	}
}
@media screen and (min-width: 411px) and (max-width: 922px) {
	.mobileLink {
		font-size: 12px !important;
		padding: 0 3px !important;
	}
}
.login-form {
	background: rgba(255, 255, 255, 1);
	padding: 40px 40px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.form-group label {
	color: #222222;
	margin-bottom: 0;
}
.form-control {
	background: #eeeff4;
	border: none;
	height: 44px;
	line-height: 44px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-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;
	width: 100%;
	margin-bottom: 10px;
}
.form-control:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.custom-control-label::before,
.custom-control-label::after {
	top: 0.4rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background: #e20011;
}
.login-form .info-share {
	margin: 0 0 20px;
	display: inline-block;
	width: 100%;
}
.login-form .info-share li {
	width: 30.5%;
}
.login-form .info-share li:first-child {
	margin-left: 0;
}
.login-form .info-share li:last-child {
	margin-right: 0;
}
.login-form .info-share li a {
	width: 100%;
}
.login-form .info-share li.facebook a {
	border: none;
	color: #fff;
	background: #3d5998;
}
.login-form .info-share li.twitter a {
	border: none;
	color: #fff;
	background: #56abef;
}
.login-form .info-share li.google a {
	border: none;
	color: #fff;
	background: #dd4c3c;
}
.login-form .info-share li a:hover {
	background: #222222;
}
.login-form .forgot {
	border-top: 1px solid #eeeff4;
	margin-top: 25px;
	padding-top: 15px;
	color: #222222;
}

/*---------------------------------------------------------------------
Watch Home Page
-----------------------------------------------------------------------*/
#fullpage .container-fluid {
	padding: 0 150px;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
	color: #e20011;
}
#fp-nav ul li a span.fp-sr-only {
	display: none;
}
#fp-nav {
	background: #fff;
	border-radius: 90px;
	padding: 10px 10px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	background: #e20011;
}
.section.fp-section {
	overflow: hidden;
}
.nav-tabs.smart-tabs {
	border: none;
	margin-top: 20px;
}
.nav-tabs.smart-tabs .nav-item {
	margin: 0 5px;
}
.nav-tabs.smart-tabs .nav-item a {
	border: none;
	border-radius: 900px;
	height: 65px;
	width: 65px;
	padding: 12px;
	line-height: 65px;
}
.nav-tabs.smart-tabs .nav-item a img {
	vertical-align: initial;
}
.nav-tabs.smart-tabs .nav-item .nav-link.active {
	background: #222222;
}
.tab-content.smart-tabs {
	top: 50%;
	position: absolute;
	right: 49px;
	margin-top: -119px;
	width: 243px;
}
.watch-features .tab-content.smart-tabs {
	position: absolute;
	right: 54px;
	margin-top: -120px;
	width: 240px;
}
.watchs-face .tab-content.smart-tabs {
	position: absolute;
	right: 46px;
	margin-top: -116px;
	width: 243px;
}
.stay-connected .tab-content.smart-tabs {
	position: absolute;
	right: 59px;
	margin-top: -119px;
	width: 220px;
}
#myVideo {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-image: url(../video/01.jpg);
	background-position: center center;
	background-size: contain;
	object-fit: cover; /*cover video background */
	z-index: -1;
}
.watch-shop {
	border: 1px solid #cccccc;
	text-align: center;
	padding: 30px;
}
.watch-shop img {
	width: 90%;
}
.section.active .bg-effect img {
	opacity: 1;
	animation-delay: 2s;
}
.bg-effect img {
	opacity: 0;
}
.section.fp-section .watch-bg-left {
	position: absolute;
	width: auto;
	left: 0;
	top: 0%;
	height: 100%;
	z-index: -1;
}
.section.fp-section.active .watch-bg-left {
	-webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s
		both;
	animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s both;
}
@-webkit-keyframes fade-in-left {
	0% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes fade-in-left {
	0% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}
.section.fp-section .watch-bg-right {
	position: absolute;
	width: auto;
	right: 0;
	top: 0%;
	height: 100%;
	z-index: -1;
}
.section.fp-section.active .watch-bg-right {
	-webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s
		both;
	animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s both;
}
@-webkit-keyframes fade-in-right {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes fade-in-right {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}
.section.fp-section.active .slide-in-bottom {
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
		1.2s both;
	animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s both;
}
@-webkit-keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
.section.fp-section.active .fade-in-right {
	-webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s
		both;
	animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s both;
}
.feature-list {
	margin: 50px 0 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}
.feature-list li {
	list-style: none;
	text-align: center;
	display: inline-block;
	padding: 0;
	margin: 0 30px 30px;
}
.feature-list li i {
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	line-height: 56px;
	display: inline-block;
	border-radius: 900px;
	font-size: 26px;
	margin-bottom: 10px;
}
.bg-effect {
	-webkit-animation-name: fadebounce;
	-moz-animation-name: fadebounce;
	-ms-animation-name: fadebounce;
	-o-animation-name: fadebounce;
	animation-name: fadebounce;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-moz-keyframes fadebounce {
	0% {
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	50% {
		-moz-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 1;
	}
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes fadebounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-o-keyframes fadebounce {
	0% {
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	50% {
		-o-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 1;
	}
	100% {
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-ms-keyframes fadebounce {
	0% {
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	50% {
		-ms-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 1;
	}
	100% {
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes fadebounce {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	50% {
		transform: translateY(10px);
		opacity: 1;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
.section.fp-section.active .fade-in {
	-webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1.6s both;
	animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1.6s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2018-10-20 10:34:26
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.section-video .pulse-button {
	margin-top: 50px;
	background-color: #e20011;
	box-shadow: 0 0 0 0 rgba(0, 192, 255, 0.7);
}
.section-video .pulse-button:hover,
.section-video .pulse-button:focus {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
	color: #fff;
	background: #222222;
}
@-webkit-keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(0, 192, 255, 0);
	}
}
@-moz-keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(0, 192, 255, 0);
	}
}
@-ms-keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(0, 192, 255, 0);
	}
}
@keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(0, 192, 255, 0);
	}
}
.section.fp-section.active .slide-in-top {
	-webkit-animation: slide-in-top 0.5s ease-in-out both;
	animation: slide-in-top 0.5s ease-in-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2018-10-20 13:55:35
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
	0% {
		-webkit-transform: translateY(-1000px);
		transform: translateY(-1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes slide-in-top {
	0% {
		-webkit-transform: translateY(-1000px);
		transform: translateY(-1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
.section.fp-section .footer-copyright {
	background: #f7f7f7;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

/*---------------------------------------------------------------------
                               OWL Carousel
-----------------------------------------------------------------------*/
.owl-carousel .owl-nav {
	display: block;
	position: absolute;
	text-indent: inherit;
	width: 100%;
	cursor: pointer;
	z-index: 9;
	left: 0;
	top: 50%;
	margin-top: -30px;
}
.owl-carousel .owl-nav .owl-prev {
	margin-right: 15px;
}
.owl-carousel .owl-nav .owl-next {
	float: right;
}
.owl-carousel .owl-nav i {
	font-size: 18px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	padding-left: 0px;
	display: inline-block;
	color: #828286;
	background: #fff;
	font-weight: normal;
	text-align: center;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	-webkit-box-shadow: 5px 5px 20px 0px rgba(130, 130, 134, 0.2);
	-moz-box-shadow: 5px 5px 20px 0px rgba(130, 130, 134, 0.2);
	box-shadow: 5px 5px 20px 0px rgba(130, 130, 134, 0.2);
}
.owl-carousel .owl-nav i:hover {
	background: #e20011;
	color: #fff;
}

/* Dots */
.owl-carousel .owl-dot {
	margin-top: 1px;
	display: inline-block;
}
.owl-carousel .owl-dots {
	position: relative;
	width: 100%;
	display: inline-block;
	text-indent: inherit;
	text-align: center;
	cursor: pointer;
	margin-top: -1px;
}
.owl-carousel .owl-dots .owl-dot span {
	background: #333333;
	display: inline-block;
	border-radius: 30px;
	margin: 0px 3px;
	height: 10px;
	width: 10px;
	border: 1px solid #333333;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot:hover span {
	background: #e20011;
	border: 1px solid #e20011;
}
.owl-carousel .owl-dots .owl-dot.active span {
	background: #e20011;
	border: 1px solid #e20011;
}

/*---------------------------------------------------------------------
Setup link
-----------------------------------------------------------------------*/
.setup-link {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	margin: auto;
	color: #fff;
	width: 100%;
	height: 95px;
}
.button-setup {
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 2px solid #828286;
	border-radius: 90px;
	display: inline-block;
	color: #fff;
	background: #828286;
	font-weight: 600;
}
.button-setup i {
	font-weight: 800;
}
.button-setup:hover {
	background: #e20011;
	border: 2px solid #e20011;
	color: #fff;
}

/*---------------------------------------------------------------------
Tips Box
-----------------------------------------------------------------------*/
.tips-box li {
	margin: 0px 30px 15px 0px;
	text-align: center;
}
.tips-box .list-inline-item:not(:last-child) {
	margin-right: 30px;
}
.tips-box .list-inline-item:last-child {
	margin-right: 0;
}
.tips-box li i {
	width: 90px;
	height: 90px;
	display: inline-block;
	line-height: 90px;
	font-size: 32px;
	border: 1px solid #828286;
	color: #828286;
	border-radius: 900px;
	margin-bottom: 15px;
}
.tips-box li span,
.tips-box li small {
	display: block;
}
.tips-box li span {
	font-size: 22px;
}
.tips-box li small {
	line-height: normal;
}

/*---------------------------------------------------------------------
Before slider
-----------------------------------------------------------------------*/
.ba-slider {
	position: relative;
	overflow: hidden;
}
.ba-slider img {
	width: 100%;
	display: block;
}
.resize {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	overflow: hidden;
}
.handle {
	/* Thin line seperator */
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 4px;
	margin-left: -2px;
	background: rgba(0, 0, 0, 0.5);
	cursor: ew-resize;
}
.handle:after {
	/* Big orange knob  */
	position: absolute;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	content: "\21d4";
	color: white;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	line-height: 64px;
	background: #23c0ee; /* @orange */
	border: 1px solid #23c0ee; /* darken(@orange, 5%) */
	border-radius: 50%;
	transition: all 0.3s ease;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3),
		inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 60px 50px -30px #23c0ee; /* lighten(@orange, 20%)*/
}
.draggable:after {
	width: 48px;
	height: 48px;
	margin: -24px 0 0 -24px;
	line-height: 48px;
	font-size: 30px;
}

/*---------------------------------------------------------------------
error 404
-----------------------------------------------------------------------*/
.error img {
	margin-top: 60px;
}
.error h2 {
	margin-top: 60px;
}
.error p {
	margin: 20px 0px;
	padding-left: 100px;
	padding-right: 100px;
}

/*---------------------------------------------------------------------
Hands free
-----------------------------------------------------------------------*/
.hands-block .img-fluid.float-right {
	margin-right: -35px;
}

/*---------------------------------------------------------------------
Contact Us
-----------------------------------------------------------------------*/
.iq-our-from .iq-map iframe {
	border: 0px;
	width: 100%;
	float: left;
	height: 520px;
	padding-right: 10%;
	padding-left: 10%;
	background-color: white;
}
.iq-our-from .formmessage {
	display: none;
}
.iq-our-from .contact-form .section-field {
	width: 100%;
	float: left;
}
.iq-our-from .contact-form textarea {
	min-height: 140px;
	border: 1px solid #d4d4d4;
	background: #d4d4d4;
	width: 100%;
	padding-left: 15px;
}
.iq-our-from .contact-form .section-field input {
	width: 100%;
	margin-bottom: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-left: 20px;
	height: 45px;
	line-height: 45px;
	clear: both;
	color: #333;
	border: 1px solid #d4d4d4;
	background: #d4d4d4;
}
.iq-our-from .contact-form .section-field input:focus,
.iq-our-from .contact-form .section-field.textarea textarea:focus {
	border: 1px solid #e20011;
	box-shadow: none;
	outline: none;
}
#contact .error {
	display: none;
	margin-left: 10px;
}
#contact .error_show {
	color: red;
	margin-left: 10px;
	position: absolute;
	bottom: 0;
	display: block;
}

/*---------------------------------------------------------------------
Coming Soon 
-----------------------------------------------------------------------*/
.iq-coming-blog {
	padding: 15% 0;
}
.iq-coming-2 .big-text {
	font-size: 60px;
	font-family: "Asap", sans-serif;
	text-transform: uppercase;
	color: #fff;
	line-height: 80px;
}
.iq-coming-2 img {
	width: 140px;
}
.iq-coming-2 .iq-subscribe .form-group {
	width: 40%;
}
.iq-coming-2 .iq-subscribe .form-control {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	height: 52px;
	width: 100%;
	display: inline-block;
	padding-left: 25px;
	box-shadow: none;
	border: none;
	background: rgba(255, 255, 255, 1);
}
.iq-coming-2 .countdown-timer {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	max-width: 300px;
	margin: 50px auto;
}
.iq-coming-2 .countdown-timer h5 {
	font-size: 14px;
	letter-spacing: 0.5px;
	text-align: center;
	padding-top: 10px;
	text-shadow: none;
}
.iq-coming-2 .countdown-timer .timer {
	padding: 10px;
	text-align: center;
	padding-top: 15px;
}
.iq-coming-2 .countdown-timer .timer .timer-wrapper {
	display: inline-block;
	width: 200px;
	height: 50px;
}
.iq-coming-2 .countdown-timer .timer .timer-wrapper .time {
	font-size: 80px;
	font-weight: bold;
	color: #333;
	margin: 0 50px;
	float: left;
}
.iq-coming-2 .countdown-timer .timer .timer-wrapper .text {
	font-size: 20px;
}
.iq-coming-2 #countdown {
	list-style: none;
	margin: 20px 0 30px 0;
	padding: 0;
	display: block;
	text-align: center;
	display: inline-block;
}
.iq-coming-2 #countdown li {
	display: inline-block;
	margin: 0 20px;
}
.iq-coming-2 #countdown li span {
	font-size: 50px;
	font-weight: 600;
	line-height: 80px;
	color: #fff;
	font-family: "Asap", sans-serif;
}
.iq-coming-2 #countdown li.seperator {
	font-size: 50px;
	line-height: 40px;
	vertical-align: top;
	margin: 35px 0px;
	color: #fff;
}
.iq-coming-2 #countdown li h6 {
	color: #fff;
	font-size: 20px;
	padding-right: 30px;
}
.iq-coming-2 .particles-bg {
	position: relative;
	overflow: hidden;
}
.iq-coming-2 .particles-bg #canvas {
	position: absolute;
	display: block;
	color: rgba(255, 255, 255.9);
}
.iq-coming-2 #countdown li p {
	color: #fff;
}
.iq-coming-2 .button {
	margin-left: 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	padding: 11px 20px;
}

/*---------------------------------------------------------------------
                            Special Item Effect
-----------------------------------------------------------------------*/
.item-effect {
	position: relative;
	overflow: hidden;
}
.item-effect .item {
	position: relative;
	float: left;
	width: 33.33333%;
	background-color: #e20011;
	overflow: hidden;
}
.item-effect .item:after {
	content: "";
	display: block;
	background-color: inherit;
	opacity: 0.9;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(2) translateX(-75%) translateY(-75%) translateZ(0)
		rotate(-28deg);
	transform: scale(2) translateX(-75%) translateY(-75%) translateZ(0)
		rotate(-28deg);
	transition: -webkit-transform 3s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 3s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 3s cubic-bezier(0.23, 1, 0.32, 1),
		-webkit-transform 3s cubic-bezier(0.23, 1, 0.32, 1);
}
.item-effect .item:hover:after {
	-webkit-transform: scale(2) translateX(0%) translateY(0%) translateZ(0)
		rotate(-28deg);
	transform: scale(2) translateX(0%) translateY(0%) translateZ(0) rotate(-28deg);
}
.item-effect .item:hover .item-image {
	-webkit-transform: scale(1.2) translateZ(0);
	transform: scale(1.2) translateZ(0);
}
.item-effect .item:hover .item-text {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.item-image {
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: -webkit-transform 750ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 750ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 750ms cubic-bezier(0.23, 1, 0.32, 1),
		-webkit-transform 750ms cubic-bezier(0.23, 1, 0.32, 1);
}
.item-image::before {
	content: "";
	display: block;
	padding-top: 75%;
	overflow: hidden;
}
.item-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	line-height: 0;
}
.item-text {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	text-align: center;
	z-index: 1;
	color: #ffffff;
	transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1),
		-webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1),
		transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1),
		transform 500ms cubic-bezier(0.23, 1, 0.32, 1),
		-webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
	transition-delay: 300ms;
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
}
.item-text-wrapper {
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.item-text-title {
	font-weight: normal;
	font-style: 16px;
	padding: 0 15px;
	margin: 5px 0 0 0;
}
.item-text-dek {
	text-transform: uppercase;
	font-style: 14px;
	opacity: 0.7;
	margin: 0;
}
.item-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	line-height: 0;
	overflow: hidden;
	text-indent: -9999px;
}

/* Smart-home  */
.smart-home {
	position: relative;
}
.smart-tab {
	position: absolute;
	left: 36%;
	right: 0;
	top: 68%;
}
.nav-pills .nav-link.home-link {
	border-radius: 50%;
	text-align: center;
	border: 1px solid #fff;
	line-height: 110px;
	margin-right: 10px;
	width: 100px;
	height: 100px;
}
.fonts13p {
	font-size: 13px;
}
.nav-pills .nav-link.home-link i {
	font-size: 40px;
	color: #ffffff;
}
.nav-pills .nav-link.home-link:hover,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background-color: #e20011;
	color: #fff;
	border: 1px solid #e20011;
}
.iq-bannerr .banner-text {
	display: flex;
	justify-content: center;
}
.iq-bannerr {
	position: relative;
}
.iq-bannerr .bannerr-img {
	width: 35%;
	position: absolute;
	right: 0;
	top: -10%;
}

/* Zoom In Imgs */
.effect-box img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.effect-box:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.effect-box {
	position: relative;
	overflow: hidden;
}
.effect-box:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	z-index: 1;
	width: 100%;
	height: 100%;
	-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: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(51, 51, 51, 1) 100%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(255, 255, 255, 0)),
		color-stop(100%, rgba(51, 51, 51, 1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(51, 51, 51, 1) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(51, 51, 51, 1) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(51, 51, 51, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0) 0%,
		rgba(51, 51, 51, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#333333', GradientType=0);
}
.effect-box:hover:before {
	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(0, 201, 255, 1) 100%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(255, 255, 255, 0)),
		color-stop(100%, rgba(0, 201, 255, 1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(0, 201, 255, 1) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(0, 201, 255, 1) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(0, 201, 255, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0) 0%,
		rgba(0, 201, 255, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E20011', GradientType=0);
}
.effect-text {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	padding: 15px;
	z-index: 9;
}

/*Customized*/
.first-container {
	background-image: url("../img/BannerProyectos.jpg");
	background-size: cover;
	max-height: 854px;
	min-height: 740px;
	background-position-y: bottom;
}

.section-banner-2 {
	background-image: url("../img/controlmultitudes.webp");
	background-repeat: no-repeat;
	background-size: 100% 133%;
}
.text-wrapper {
	opacity: 0.7;
	padding: 10px 30px;
	background-color: #0b0b0b;
	border-radius: 0.25rem;
}

.size-icons-row {
	width: 105px;
	height: 105px;
	margin-top: -29px;
	margin-left: -19px;
}

.color-red-text {
	color: #e20011 !important;
}

.all-size {
	width: 100%;
	height: inherit;
	display: flex;
}

.align-text-projects {
	color: #ffffff;
	align-items: flex-end;
	width: 100%;
}

.color-white {
	color: #ffffff;
}

.margin-title {
	font-weight: 600;
	font-size: 49px;
}

.overview-block-ptb-mult {
	padding: 139px 0;
}
.margin-left-list {
	margin-left: 10px;
}
.display-line-contact {
	display: flex;
	width: 100%;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 8%;
}
.flex-contact {
	flex: 50%;
	margin-top: auto;
	margin-bottom: auto;
	font-size: 49px;
	font-weight: 600;
}
.color-footer {
	background-color: #4f4f4f;
	padding: 3rem 1rem;
}
.footerContainer {
	position: absolute;
}

.footerContainer .esr_C {
	position: absolute;
	background-color: white;
	bottom: 80px;
	left: 30px;
}

.footerContainer .esr_C img {
	width: 150px;
}
.location-img-footer {
	width: 170px;
	height: 145px !important;
	padding: 20px;
}
.margin-top-20 {
	margin-top: 20px;
}
.color-white {
	color: #ffffff;
}
.align-center {
	text-align: center;
}
.float-projects {
	float: right;
	padding-right: 10%;
}
.margin-text-first-container {
	margin-left: 30px;
	font-weight: 300;
	line-height: 3.5;
	opacity: 0.7;
	padding: 10px 30px;
	background-color: #0b0b0b;
	border-radius: 0.25rem;
}
.custom-button {
	color: #ffffff !important;
	background-color: black;
	border: 4px solid white;
	cursor: pointer;
}
.width-header {
	width: 100%;
}
.color-fab {
	color: #e20011;
}
.margin-left-10 {
	margin-left: 10%;
}
.font-4-rem {
	font-size: 74px;
	font-weight: 600;
}
.padding-bottom-90 {
	padding-bottom: 90px;
}
.container-button {
	align-content: flex-end;
}
.container-information-product {
	border: 2px solid #e20011;
	padding: 5px;
}
.margin-top-text-50 {
	margin-top: 50px;
}
.align-button {
	text-align: center;
}
.height-contact {
	height: 446px;
}

.height-contact .imgC {
	background-color: aliceblue;
	margin: 0 20px;
}

.aboutE .esrImg {
	width: 190px;
}

.appoinment-form {
	position: absolute;
	right: 0;
	top: 30%;
}
.appoinment-box {
	padding: 30px;
}
.container-modal {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 1044;
	display: none;
	overflow: scroll;
}
.container-gray {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	display: none;
}
.modal-form {
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	max-width: 700px;
	margin-top: 90px !important;
}
.container-title-modal {
	padding: 15px !important;
	color: white;
	background-color: #e20011;
	display: flex;
}
.button-close-modal {
	font-family: "Font Awesome 5 Free" !important;
	background: transparent;
	color: white;
	border: none;
	font-size: 26px;
	cursor: pointer;
}
.flex-title {
	flex: 1;
}
.text-center {
	text-align: center;
}
.title-slide {
	font-weight: 600;
	z-index: 6;
	min-width: 574px;
	max-width: 574px;
	white-space: nowrap;
	font-size: 48px;
	line-height: 62px;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.container-modal-accesorios {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 1044;
	display: none;
	overflow: hidden scroll;
}
.background-gray {
	color: gray;
}
.height-rev {
	height: 214px;
}
.selectBox {
	position: relative;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.display-flex {
	display: flex;
}
.checkbox-style {
	width: 30px;
	height: 28px;
}
.slideParagraph h2,
.slideParagraphTop h2 {
	font-size: 37px;
	line-height: 42px;
	font-weight: bold;
}
#rev_slider_2_1 > ul > li > div > div.owl-dots {
	position: absolute;
	width: 100%;
	text-indent: inherit;
	text-align: center;
	cursor: pointer;
	margin-top: -38px;
}
.wsp-wrapper {
	position: fixed;
	bottom: 2.48rem;
	left: 2.48rem;
	background-color: #0f7b6c;
	border-radius: 100%;
	width: auto;
	padding: 1.2rem;
	z-index: 9999;
}

.img-fixed {
	width: 90%;
	height: 800px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.content-fixed {
	width: 90%;
	height: 400px;
	display: flex;
	align-content: center;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin-left: 4vw;
}

.content-fixed-accesory-1 {
	width: 90%;
	height: 230px;
	display: flex;
	align-content: center;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin-left: 3vw;
}

.content-fixed-accesory {
	width: 90%;
	display: flex;
	align-content: center;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin-left: 3vw;
}

.container-buttons {
	display: flex;
	align-items: center;
	justify-content: space-around;
	align-content: center;
	flex-direction: row;
}

.font-black {
	color: #0b0b0b;
}

.button-pay a {
	background-color: #ffe600;
	padding: 0px 21px;
	border: 4px solid transparent;
	display: inline-block;
	color: #2c3279;
	margin-top: auto;
	margin-bottom: auto;
}

.button-pay {
	margin-left: 15px;
}

.margin-10-top-bottom {
	margin: 10px 0;
}

.owl-carousel .owl-stage {
	margin: auto;
}

/**--------------------- Grid productos -------**/
.products[data-source="main_loop"] {
	transition: all 0.25s ease;
}

.product-grid-item {
	text-align: center;
	margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
	width: 25%;

}

.hover-with-data.product-wrapper {
	position: relative;
	transition: transform 0.3s ease;
    transform: translateY(-5px) translateZ(0);
}

.hover-with-data .content-hidden {
	position: absolute;
	top: 0px;
	right: -15px;
	bottom: 0;
	left: -15px;
	visibility: hidden;
	border: inherit;
	background-color: white;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	opacity: 0;
	transform: scale(0.98);
}

.product-info-top {
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	/*z-index: 2;*/
}

.product-grid-item .hover-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
	/*z-index: 2;*/
}

.product-grid-item .product-info-top:after {
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: hidden;
	margin-top: -16px;
	margin-left: -16px;
	opacity: 0;
	transition: opacity 0.1s ease, visibility 0.1s ease;
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-left-color: var(--color-gray-900);
	border-radius: 50%;
	vertical-align: middle;
}

.product-element-bottom {
	padding: 10px;
	position: relative;
	backface-visibility: hidden;
}

.product-element-bottom .title-product {
	margin-bottom: 5px;
	font-size: inherit;
	word-wrap: break-word;
	font-weight: 700;
	line-height: 1.4;
}

.product-element-bottom .subtitle-product {
	font-size: 95%;
}

.product-grid-item .wrap-price {
	display: flex;
	align-items: center;
	flex-direction: column-reverse;
	justify-content: flex-end;
	transition: transform 0.3s ease;
}

.product-grid-item .price {
	display: block;
	margin-bottom: 0;
	line-height: 1.3;
}

.product-grid-item .wrap-price span {
	color: red;
}

.block-hidden {
	top: calc(100% - 5px);
	padding: 0 10px 10px 10px;
	position: absolute;
	right: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
}

.more-desc {
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
	max-height: calc(1.6 * 3em);
}

.more-desc.more-desc-full {
	max-height: none;
}

.more-desc {
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
	max-height: calc(1.6 * 3em);
}

.more-desc-inner {
	line-height: 1.6;
	--wd-tags-mb: 10px;
}

.product-info-bottom {
	position: relative;
	backface-visibility: hidden;
	/*z-index: 2;*/
}
.product-info-bottom:hover .button-more-desc {
	transform: none;
}

.product-grid-item:hover {
	z-index: 20;
    transform: translateY(-5px) translateZ(0);
}

.product-grid-item:hover .content-hidden {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s ease, visibility 0s ease, transform 0.3s ease;
	transform: scale(1);
}
.content-hidden{
	/*z-index: 1;*/
}
.product-grid-item:hover .block-hidden,
.hover-with-data.state-hover .fade-in-block {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s ease, visibility 0s ease;
	/*z-index: 21;*/
}

.carousel-clients img {
    max-height: 150px;
    object-fit: contain;
}

.tab-content .img-fluid {
    max-width: 100%;
    height: auto;
    max-height: 900px;
    width: 100%;
    object-fit: cover;
}

img.image.product-image {
    width: 100%;
    max-height: 323px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .product-grid-item {
        position: relative;
        width: 100%;
    }
}

.owl-carousel.carousel-valores img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 900px;
    width: 100%;
    object-fit: cover;
}