.p-tittle-l {
	padding: 0 50px 0 10px !important;
}

.p-tittle-r {
	padding: 0 10px 0 40px !important;
}

@media (max-width: 1230px) {
	.p-tittle-l {
		padding: 0 20px 0 10px !important;
	}
	.p-tittle-r {
		padding: 0 10px 0 20px !important;
	}
}
@media (max-width: 992px) {
	.p-tittle-l {
		padding: 0 10px 0 10px !important;
	}
	.p-tittle-r {
		padding: 0 10px 0 10px !important;
	}
}

/* Fade de carga */

.fadeload {
	height: 100%;
	animation-delay: .8s;
}

/* Animaciones */

.uk-animate {
	animation-timing-function: cubic-bezier(0.2, 1, 0.2, 1) !important;
	animation-duration: 3s !important;
}

/* Menu button */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	width: 30px !important;
	height: 27px !important;
	position: relative !important;
	margin: 1px 0 0 !important;
	-webkit-transform: rotate(0deg) !important;
	-moz-transform: rotate(0deg) !important;
	-o-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
	-webkit-transition: .5s ease-in-out !important;
	-moz-transition: .5s ease-in-out !important;
	-o-transition: .5s ease-in-out !important;
	transition: .5s ease-in-out !important;
	cursor: pointer !important;
}
  
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
	display: block !important;
	position: absolute !important;
	height: 3px !important;
	width: 100% !important;
	background: white !important;
	border-radius: 3px !important;
	opacity: 1 !important;
	left: 0 !important;
	-webkit-transform: rotate(0deg) !important;
	-moz-transform: rotate(0deg) !important;
	-o-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
	-webkit-transition: .25s ease-in-out !important;
	-moz-transition: .25s ease-in-out !important;
	-o-transition: .25s ease-in-out !important;
	transition: .25s ease-in-out !important;
}
  
#nav-icon3 span:nth-child(1) {
	top: 0px !important;
}
  
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px !important;
}
  
#nav-icon3 span:nth-child(4) {
	top: 20px !important;
}
  
#nav-icon3.open span:nth-child(1) {
	top: 18px !important;
	width: 0% !important;
	left: 50% !important;
}
  
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg) !important;
	-moz-transform: rotate(45deg) !important;
	-o-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
}
  
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg) !important;
	-moz-transform: rotate(-45deg) !important;
	-o-transform: rotate(-45deg) !important;
	transform: rotate(-45deg) !important;
}
  
#nav-icon3.open span:nth-child(4) {
	top: 18px !important;
	width: 0% !important;
	left: 50% !important;
}
  

/* Header */

.header-landing {
	background-color: #0057b8;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: top 0.3s;
	z-index: 999;
}

.header-landing .navbar {
	width: 100%;
	max-width: 1220px;
	padding: 9px 10px;
	margin: 0 auto;
	z-index: 1;
}

.header-landing .brand {
	width: 350px;
	height: 26px;
	overflow: hidden;
	position: relative;
	transition: .3s;
}

.header-landing .brand .logo {
	width: 137px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-image: url(../images/ag-logo.svg);
	background-size: 133px auto;
	background-position: center left;
	background-repeat: no-repeat;
	transition: .3s;
}

.header-landing .branddesc {
	width: 215px;
	position: absolute;
	top: 50%;
	left: 145px;
	transform: translateY(-50%);
	color: white;
	font-size: 14px;
	font-weight: 600;
	padding: 0px 10px;
	border-left: 2px solid white;
	pointer-events: none;
	transition: .3s;
}

@media (max-width: 992px) {
	.header-landing .brand {
		width: 250px;
	}
	.header-landing .brand .logo {
		width: 50px;
	}
	.header-landing .branddesc {
		left: 60px;
	}
}

.header-landing .main-link {
	color: white;
	background-color: rgba(255, 255, 255, .15);
    font-size: 14px;
    font-weight: 600;
	min-width: 113px;
    padding: 3px 10px;
	margin: 0 0 0 20px;
    border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	order: 1;
    transition: .3s;
}
.header-landing .main-link:hover {
	color: black;
	background-color: white;
}
.header-landing .main-link i {
	color: white;
	font-size: 22px;
	vertical-align: -3px;
	transition: .3s;
}
.header-landing .main-link:hover i {
	color: #0057b8;
}
.header-landing .main-link svg {
	color: white;
	font-size: 16px;
	vertical-align: -3px;
	margin: 0 5px 0 0;
	transition: .3s;
}
.header-landing .main-link:hover svg {
	color: #0057b8;
}
@media (max-width: 992px) {
	.header-landing .main-link {
		position: absolute;
        top: 9px;
        right: 50px;
	}
}



.btnright {
	position: absolute;
	top: 9px;
	right: 10px;
}
@media (max-width: 992px) {
	.btnright {
		right: 10px !important;
	}
}



.header-landing .nav-link, .header-landing .nav-link:focus {
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 10px !important;
    border-radius: 5px;
    margin: 0 0 0 3px;
    transition: .3s;
}

.header-landing .nav-link:hover {
	color: white;
    background-color: rgba(255, 255, 255, .15);
}

.header-landing .nav-link.active {
	color: white !important;
    background-color: #4ba7ff !important;
}

@media (max-width: 992px) {
	.header-landing .navbar-nav {
		margin: 10px 0 5px;
	}
	.header-landing .nav-link, .header-landing .nav-link:focus, .header-landing .nav-link:hover {
		text-align: center;
		padding: 8px 15px !important;
    	border-radius: 20px;
		margin: 0 0 0 0;
	}
}

/* Catalogo */

.menulan .menu-item {
    list-style: none;
}
.menulan .menu-item a {
    color: #181818;
    background-color: transparent;
    list-style: none;
    font-size: 13px;
    line-height: 1.1;
    padding: 7px 12px;
    border-radius: 20px;
    position: relative;
    width: 100%;
    display: inline-block;
    transition: .3s;
}
.menulan .menu-item a:hover {
    background-color: #f0f0f0;
}
.menulan .menu-item .activelink {
    color: white;
    background-color: #4ba7ff;
}
.menulan .menu-item .activelink:hover {
    background-color: #4ba7ff;
}
.menulan .menu-item .activelink2 {
    color: #181818;
    background-color: #d1d1d1;
}
.menulan .menu-item .activelink2:hover {
  background-color: #d1d1d1;
}




.menulan .submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s cubic-bezier(0, 0, 0.2, 1);
}

.menulan .submenu.open {
    max-height: 2000px;
    transition: max-height 2s ease-in;
}




.menulan .menu .container {
	padding: 0;
}
.menulan .submenu .container {
	padding: 10px 0 10px 15px;
  border-left: 4px solid #f5f5f5;
}
.menulan .menu ul,
.menulan .submenu ul {
	padding: 0;
  overflow-y: auto;
}



.menulan > .menu > .container > ul {
    margin: 0;
}




.menulan .menu-item.open > a {
  padding: 7px 32px 7px 12px;
  position: relative;
}
.menulan .menu-item.open > a::after {
  font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f078";
  font-size: 13px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

/* Clases generales */

.container-fluid {
	position: relative;
}

.backb1 {
	width: 100%;
	height: 400px;
	background-image: url(https://www.agelectronica.com/vistas/images/landing/ag-back-gray-1-bottom.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	bottom: -2px;
	left: 0;
	pointer-events: none;
	z-index: 1;
}

.backb2 {
	width: 100%;
	height: 400px;
	background-image: url(https://www.agelectronica.com/vistas/images/landing/ag-back-gray-2-bottom.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	bottom: -2px;
	left: 0;
	pointer-events: none;
	z-index: 1;
}

.backf1 {
	background: linear-gradient(to bottom, #e5e5e5 50%, transparent 60%),
	url(https://www.agelectronica.com/vistas/images/landing/ag-back-gray-1-full.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: -1px;
}

.backf2 {
	background: linear-gradient(to bottom, #dddddd 50%, transparent 60%),
	url(https://www.agelectronica.com/vistas/images/landing/ag-back-gray-2-full.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: -1px;
}

.backs1 {
	background-color: #e5e5e5;
	background-image: url(https://www.agelectronica.com/vistas/images/landing/ag-back-gray-2-bottom.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: -1px;
}

.backs2 {
	background-color: #dddddd;
	background-image: url(https://www.agelectronica.com/vistas/images/landing/ag-back-gray-1-bottom.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: -1px;
}

/* Video de fondo */

.lvidback {
	position: fixed;
	width: 100%;
    height: 100%;
    z-index: -2;
}

.lvidback .video {
    width: auto;
    height: auto;
	min-width: 1920px;
    min-height: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.lvidback .back {
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
	background: linear-gradient(to right, rgba(30,30,30,0), rgba(30,30,30,.7), rgba(30,30,30,1));
}

@media (max-width: 767px) {
	.lvidback .back {
		background: linear-gradient(to top, rgba(30,30,30,0), rgba(30,30,30,.8), rgba(30,30,30,1));
	}
}

/* Imagenes de fondo */

.limgback {
	position: fixed;
	width: 100%;
    height: 100%;
    z-index: -1;
}

.limgback .carousel, .limgback .carousel-inner, .limgback .carousel-item {
    height: 100%;
    position: relative;
	z-index: 0;
}

.limgback .img {
	width: 100%;
    height: 100%;
	background-size: cover;
	background-position: center;
	position: absolute;
    top: 50%;
    left: 50%;
	transform-origin: center;
	animation: lbackzoom1 25s infinite;
    z-index: -1;
}

@keyframes lbackzoom1 {
	0% { transform: translate(-50%,-50%) scale(1); }
	50% { transform: translate(-50%,-50%) scale(1.25); }
	100% { transform: translate(-50%,-50%) scale(1); }
}

.limgback .back {
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
	background: linear-gradient(to right, rgba(30,30,30,0), rgba(30,30,30,.7), rgba(30,30,30,1));
}

@media (max-width: 767px) {
	.limgback .img {
		background-position: 20% 10vh;
	}
	.lvidback .back, .limgback .back {
		background: linear-gradient(to top, rgba(30,30,30,0), rgba(30,30,30,.8), rgba(30,30,30,1));
	}
}

/* Imagen y video de fondo */

.lmainsec {
	height: 100%;
	min-height: 870px;
	position: relative;
}

.lmainsec .caption {
	width: 100%;
	max-width: 1200px;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0 10px;
}

@media (max-width: 767px) {
	.lmainsec {
		min-height: 700px;
	}
	.lmainsec .caption {
		top: 100px;
		transform: translate(-50%,-0%);
	}
}

.lmainsec .row {
	margin: 0;
}

.lmainsec .tittle {
	width: 90%;
	color: white;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.05;
  padding: 0;
  word-wrap: break-word;
  display: block;
  margin: 0 0 30px 0;
}

.lmainsec .tittle strong {
	color: #4ba7ff;
	font-weight: 700;
}

.lmainsec .desc {
	color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  padding: 0;
  word-wrap: break-word;
  margin: 20px 0 0 0;
}

.lmainsec .logo{
	transform: scale(1);
	margin: 40px 0 0 0;
	display: block;
	transition: .3s;
}

@media (max-width: 767px) {
	.lmainsec .tittle {
		font-size: 40px;
		text-align: center;
		margin: 0 auto 30px;
	}
	.lmainsec .desc {
		font-size: 12px;
		text-align: center;
	}
	.lmainsec .logo{
		transform: scale(.8);
		transform-origin: center;
		margin: 30px auto;
	}
}

.lmainsec .scroll {
    position: absolute;
	bottom: -1%;
	left: 50%;
	transform: translateX(-50%);
}

.lmainsec .hibtn, .lmainsec .hibtn:focus {
	width: 80px;
	height: 140px;
  color: white;
  background-color: #0057b8;
  font-size: 32px;
  border: 0;
  border-radius: 40px 40px 0 0;
  transition: .3s;
}
.lmainsec .hibtn:hover {
    background-color: #4ba7ff;
}
.lmainsec .hibtn svg {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	animation: scrollanim 1s ease-in-out infinite;
}
@media (max-width: 767px) {
	.lmainsec .hibtn, .lmainsec .hibtn:focus {
		height: 80px;
	}
}



.lmainsec .scroll2 {
	width: 100%;
    position: absolute;
	bottom: 0;
	left: 0;
}
.lmainsec .scroll2 .notif {
    width: 100%;
	background-color: rgba(97, 97, 97, .5);
}
.lmainsec .scroll2 .container {
	color: white;
	display: block;
    margin: 0 auto;
    padding: 20px 10px 80px;
	text-align: center;
}
.lmainsec .scroll2 p {
	font-size: 14px;
	line-height: 1.1;
	margin: 0;
}
.lmainsec .scroll2 button, .lmainsec .scroll2 button:focus {
	color: white;
    font-size: 14px;
    background-color: #0057b8;
    padding: 10px 15px;
    margin: 3px 10px;
    border: none;
    outline: none;
    border-radius: 5px;
    transition: .3s;
}
.lmainsec .scroll2 button:hover {
    background-color: #4ba7ff;
}
.lmainsec .scroll2 svg {
	font-size: 32px;
	color: white;
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	animation: scrollanim 1s ease-in-out infinite;
}
@media (max-width: 992px) {
.lmainsec .scroll2 .container {
	padding: 20px 10px 40px;
}	
.lmainsec .scroll2 p {
	font-size: 12px;
}
.lmainsec .scroll2 button, .lmainsec .scroll2 button:focus {
	font-size: 12px;
	margin: 10px auto;
	display: block;

}
.lmainsec .scroll2 svg {
	bottom: 25px;
}
}


@keyframes scrollanim {
	0% {
		transform: translateX(-50%) translateY(-4px);
	}
	50% {
	    transform: translateX(-50%) translateY(4px);
	}
	100% {
	    transform: translateX(-50%) translateY(-4px);
	}
}

/* Seccion aplicaciones */

.lappsec .container  {
	max-width: 1200px !important;
	padding: 50px 0 100px;
	transition: .3s;
}
@media (max-width: 992px) {
	.lappsec .container  {
		padding: 50px 0 100px;
	}
}
@media (max-width: 767px) {
	.lappsec .container  {
		padding: 50px 0 65px;
	}
}
@media (max-width: 576px) {
	.lappsec .container  {
		padding: 50px 0 65px;
	}
}



.lappsec .text {
	width: 100%;
}



.lappsec .tittle {
	color: #181818;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -0.5px;
	line-height: 1.05;
	padding: 0;
	margin: 0;
	word-wrap: break-word;
}
.lappsec .tittle strong {
	color: #2894fb;
  	font-weight: 700;
}
@media (max-width: 992px) {
	.lappsec .tittle {
		width: 100%;
		max-width: 600px;
		font-size: 30px;
		letter-spacing: -0.5px;
		margin: 0 auto;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.lappsec .tittle {
		font-size: 25px;
	}
}



.lappsec .tittle2 {
	color: #181818;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.05;
	padding: 0;
	margin: 30px 0 0;
	word-wrap: break-word;
}
.lappsec .tittle2 strong {
	color: #2894fb;
  	font-weight: 700;
}
@media (max-width: 992px) {
	.lappsec .tittle2 {
		width: 100%;
		font-size: 18px;
		text-align: center;
		margin: 20px 0 30px;
		display: block;
	}
}
@media (max-width: 767px) {
	.lappsec .tittle2 {
		font-size: 15px;
	}
}



.appcar .grid {
	height: 100%;
	background-color: #f0f0f0;
	border-radius: 15px;
	overflow: hidden;
	transition: .3s;
}
.appcar .grid:hover {
	background-color: white;
}
.appcar .grid .img {
	height: 300px;
	position: relative;
	overflow: hidden;
	background-color: white;
}
@media (max-width: 767px) {
.appcar .grid .img {
	height: 180px;
}
}
.appcar .grid .img div {
	width: 105%;
	height: 105%;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	transform-origin: center;
	opacity: .75;
	transition: .3s;
}
.appcar .grid:hover .img div {
	transform: translate(-50%,-50%) scale(1.1);
	opacity: 1;
}
.appcar .grid .img .back {
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.12));
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}



.appcar .grid .info {
	padding: 35px;
}
@media (max-width: 992px) {
	.appcar .grid .info {
		padding: 20px 17px;
	}
}
@media (max-width: 767px) {
	.appcar .grid .info {
		padding: 20px 17px;
	}
}



.appcar .grid .tittle {
	color: #181818;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 1;
	text-align: left;
	word-wrap: break-word;
	margin: 0 0 0 0;
}
.appcar .grid .desc {
	color: #181818;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1;
	text-align: left;
	word-wrap: break-word;
	margin: 10px 0 0 0;
}
@media (max-width: 767px) {
	.appcar .grid .tittle {
		font-size: 19px;
	}
	.appcar .grid .desc {
		font-size: 12px;
	}
}

/* Seccion ventajas */

.ladvansec .container  {
	max-width: 1200px !important;
	padding: 30px 5px 95px;
	transition: .3s;
}
@media (max-width: 992px) {
	.ladvansec .container  {
		padding: 30px 5px 100px;
	}
}
@media (max-width: 767px) {
	.ladvansec .container  {
		padding: 30px 5px 60px;
	}
}
@media (max-width: 576px) {
	.ladvansec .container  {
		padding: 30px 5px 60px;
	}
}



.ladvansec .text {
	width: 100%;
}



.ladvansec .tittle {
	color: #181818;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -0.5px;
	line-height: 1.05;
	text-align: center;
	padding: 0;
	margin: 0 0 30px;
	word-wrap: break-word;
}
.ladvansec .tittle strong {
	color: #2894fb;
  	font-weight: 700;
}
@media (max-width: 992px) {
	.ladvansec .tittle {
		width: 100%;
		font-size: 30px;
		letter-spacing: -0.5px;
		text-align: center;
		margin: 20px auto 20px;
		display: block;
	}
}
@media (max-width: 767px) {
	.ladvansec .tittle {
		font-size: 25px;
	}
}



.ladvansec .tittle2 {
	color: #181818;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.05;
	text-align: center;
	padding: 0;
	margin: 30px 0 0;
	word-wrap: break-word;
}
.ladvansec .tittle2 strong {
	color: #2894fb;
  	font-weight: 700;
}
@media (max-width: 992px) {
	.ladvansec .tittle2 {
		width: 100%;
		max-width: 600px;
		font-size: 20px;
		text-align: center;
		margin: 20px 0 40px;
	}
}
@media (max-width: 767px) {
	.ladvansec .tittle2 {
		font-size: 17px;
	}
}



.ladvansec .tittle3 {
	color: #181818;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.05;
	text-align: center;
	padding: 0;
	margin: 30px 0 30px;
	word-wrap: break-word;
}
.ladvansec .tittle3 strong {
	color: #2894fb;
  	font-weight: 700;
}
@media (max-width: 767px) {
	.ladvansec .tittle3 {
		font-size: 12px;
	}
}



.ladvansec .grid {
	height: 100%;
	background-color: #f0f0f0;
	border-radius: 15px;
	overflow: hidden;
	transition: .3s;
}
.ladvansec .grid:hover {
	background-color: white;
}
.ladvansec .grid .img {
	height: 300px;
	position: relative;
	overflow: hidden;
	background-color: white;
	transition: .3s;
}
.ladvansec .grid:hover .img {
	background-color: #252525;
}
@media (max-width: 767px) {
.ladvansec .grid .img {
	height: 140px;
	background-color: #252525;
}
}
.ladvansec .grid .img div {
	width: 105%;
	height: 105%;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	transform-origin: center;
	pointer-events: none;
	opacity: .9;
	transition: .3s;
}
.ladvansec .grid:hover .img div {
	transform: translate(-50%,-50%) scale(1.1);
	opacity: .15;
}
.ladvansec .grid .icon {
	width: 80px;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	transform-origin: center;
	pointer-events: none;
	opacity: 0;
	transition: .3s;
}
.ladvansec .grid:hover .icon {
	top: 50%;
	transform: translate(-50%,-50%) scale(1);
	opacity: 1;
}
@media (max-width: 767px) {
	.ladvansec .grid .img div {
		opacity: .25;
	}
	.ladvansec .grid:hover .img div {
		opacity: .15;
	}
	.ladvansec .grid .icon {
		width: 70px;
		top: 50%;
		opacity: 1;
	}
	.ladvansec .grid:hover .icon {
		top: 50%;
		opacity: 1;
	}
}




.ladvansec .grid .img2 {
	height: 300px;
	position: relative;
	overflow: hidden;
	background-color: white;
	transition: .3s;
}
.ladvansec .grid:hover .img2 {
	background-color: #252525;
}
@media (max-width: 767px) {
.ladvansec .grid .img2 {
	height: 140px;
}
}
.ladvansec .grid .img2 div {
	width: 105%;
	height: 105%;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	transform-origin: center;
	pointer-events: none;
	opacity: .75;
	transition: .3s;
}
.ladvansec .grid:hover .img2 div {
	transform: translate(-50%,-50%) scale(1.1);
	opacity: 1;
}




.ladvansec .grid .info {
	padding: 35px;
}
@media (max-width: 992px) {
	.ladvansec .grid .info {
		padding: 20px 17px;
	}
}
@media (max-width: 767px) {
	.ladvansec .grid .info {
		padding: 20px 17px;
	}
}




.ladvansec .grid .desc {
	color: #181818;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.1;
	text-align: left;
	word-wrap: break-word;
	margin: 0;
}
.ladvansec .grid .desc2 {
	color: #181818;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    text-align: left;
    word-wrap: break-word;
    margin: 10px 0 0 0;
}
@media (max-width: 767px) {
	.ladvansec .grid .desc {
		font-size: 15px;
	}
	.ladvansec .grid .desc2 {
		font-size: 12px;
	}
}

/* Caracteristica derecha */

.lqualisec .container  {
	max-width: 1200px !important;
	padding: 50px 5px 100px;
	transition: .3s;
}
@media (max-width: 992px) {
	.lqualisec .container  {
		padding: 50px 5px 100px;
	}
}
@media (max-width: 767px) {
	.lqualisec .container  {
		padding: 50px 5px 65px;
	}
}
@media (max-width: 576px) {
	.lqualisec .container  {
		padding: 50px 5px 65px;
	}
}



.lqualisec .text {
	width: 100%;
}



.lqualisec .tittle {
	color: #181818;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -0.5px;
	line-height: 1.05;
	padding: 0;
	margin: 0;
	word-wrap: break-word;
}
.lqualisec .tittle strong {
	color: #2894fb;
  	font-weight: 700;
}
@media (max-width: 992px) {
	.lqualisec .tittle {
		width: 100%;
		max-width: 600px;
		font-size: 30px;
		letter-spacing: -0.5px;
		text-align: center;
		margin: 0 auto 20px;
		display: block;
	}
}
@media (max-width: 767px) {
	.lqualisec .tittle {
		font-size: 25px;
	}
}



.lqualisec .tittle2 {
	color: #181818;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.05;
	padding: 0;
	margin: 30px 0 0;
	word-wrap: break-word;
}
.lqualisec .tittle2 strong {
	color: #2894fb;
  	font-weight: 700;
}
@media (max-width: 992px) {
	.lqualisec .tittle2 {
		width: 100%;
		font-size: 18px;
		text-align: center;
		margin: 20px 0 30px;
		display: block;
	}
}
@media (max-width: 767px) {
	.lqualisec .tittle2 {
		font-size: 15px;
	}
}



.lqualisec .btn, .lqualisec .btn:focus {
    color: white;
    font-size: 14px;
    background-color: #0057b8;
    padding: 15px 30px;
    margin: 40px 0 0;
    border: none;
    outline: none;
    border-radius: 5px;
    transition: .3s;
}
.lqualisec .btn:hover {
	color: white;
    background-color: #4ba7ff;
}
@media (max-width: 992px) {
    .lqualisec .btn, .lqualisec .btn:focus {
		max-width: 200px;
		margin: 20px auto 40px;
		display: block;
    }
}



.lqualisec .img {
	height: 400px;
	position: relative;
	overflow: hidden;
	background-color: white;
	border-radius: 50px;
	overflow: hidden;
}
@media (max-width: 992px) {
	.lqualisec .img {
		height: 350px;
	}
}
@media (max-width: 767px) {
	.lqualisec .img {
		height: 300px;
	}
}
.lqualisec .img div {
	width: 105%;
	height: 105%;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: center;
	opacity: 1;
  	transform-origin: center;
  	animation: backzoom1 25s infinite;
	transition: .3s;
}

@keyframes backzoom1 {
	0% { transform: translate(-50%,-50%) scale(1); }
	50% { transform: translate(-50%,-50%) scale(1.25); }
	100% { transform: translate(-50%,-50%) scale(1); }
}

/* Seccion catalogo */

.lcatsec .container  {
	max-width: 1200px !important;
	padding: 30px 5px 95px;
	transition: .3s;
}
@media (max-width: 992px) {
	.lcatsec .container  {
		padding: 30px 5px 100px;
	}
}
@media (max-width: 767px) {
	.lcatsec .container  {
		padding: 30px 5px 60px;
	}
}
@media (max-width: 576px) {
	.lcatsec .container  {
		padding: 30px 5px 60px;
	}
}



.lcatsec .text {
	width: 100%;
}



.lcatsec .tittle {
	color: #181818;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -0.5px;
	line-height: 1.05;
	text-align: center;
	padding: 0;
	margin: 0 0 30px;
	word-wrap: break-word;
}
.lcatsec .tittle strong {
	color: #2894fb;
  	font-weight: 700;
}
@media (max-width: 992px) {
	.lcatsec .tittle {
		width: 100%;
		font-size: 30px;
		letter-spacing: -0.5px;
		text-align: center;
		margin: 20px auto 20px;
		display: block;
	}
}
@media (max-width: 767px) {
	.lcatsec .tittle {
		font-size: 25px;
	}
}



.lcatsec .tittle2 {
	color: #181818;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.05;
	text-align: center;
	padding: 0;
	margin: 30px 0 0;
	word-wrap: break-word;
}
.lcatsec .tittle2 strong {
	color: #2894fb;
  	font-weight: 700;
}
@media (max-width: 992px) {
	.lcatsec .tittle2 {
		width: 100%;
		max-width: 600px;
		font-size: 20px;
		text-align: center;
		margin: 20px 0 40px;
	}
}
@media (max-width: 767px) {
	.lcatsec .tittle2 {
		font-size: 17px;
	}
}



.lcatsec .cat1 {
	display: none;
}
.lcatsec .cat2 {
	background-color: white;
    padding: 20px 0;
	border-radius: 17px;
	overflow: hidden;
	transition: .3s;
}
.lcatsec .cat2 .menu {
    padding: 0 15px;
	max-height: 600px;
    overflow-y: auto;
}
.lcatsec .stickymenu {
    position: sticky;
	top: 75px;
	z-index: 100;
}
.lcatsec .stickymenu .menulan {
	background-color: white;
    padding: 20px 15px;
	border-radius: 0;
	overflow: hidden;
	margin: 0 -16px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	display: none;
	transition: .3s;
}
.lcatsec .stickymenu .btn, .lcatsec .stickymenu .btn:focus {
	color: white;
	background-color: #0057b8;
	font-size: 12px;
	font-weight: 600;
	padding: 10px 30px;
	border: 0;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	transition: .3s;
}
.lcatsec .stickymenu .btn:hover {
	background-color: #4ba7ff;
}
.lcatsec .stickymenu .btn svg {
	font-size: 17px;
    vertical-align: -4px;
    margin: 0 5px 0 0;
}
@media (max-width: 992px) {
	.lcatsec .cat2 {
		display: none;
	}
	.lcatsec .stickymenu {
		top: 46px;
	}
	.lcatsec .stickymenu .menulan {
		display: block;
	}
}

.catmodal .modal-body {
    background-color: white;
    padding: 40px 80px;
}

.catmodal .modalclose {
	background-color: #dbdbdb;
}

.catmodal h3 {
	font-size: 25px;
    color: #181818;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 20px 0;
}

@media (max-width: 767px) {
	.catmodal .modal-body {
		padding: 40px 30px;
	}
    .catmodal h3 {
        font-size: 19px;
    }
}

/* Resultcatados */

.lcatsec .resultcat {
	padding: 0 0 0 20px !important;
	margin: 0;
	position: relative;
}
@media (max-width: 992px) {
	.lcatsec .resultcat {
		padding: 20px 0 0 0 !important;
	}
}
.lcatsec .resultcat .grid {
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	transition: .3s;
}
.lcatsec .resultcat .grid:hover {
	background-color: white;
}
.lcatsec .resultcat .grid .img {
	width: 100%;
	height: 140px;
	background-color: white;
	position: relative;
	overflow: hidden;
	display: block;
}
.lcatsec .resultcat .grid .img img {
	width: auto;
	height: 90%;
}
.lcatsec .resultcat .grid .img .back {
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.12));
}
.lcatsec .resultcat .grid .implabel {
	width: auto;
	height: 26px;
	position: absolute;
	top: -13px;
	right: 0;
	pointer-events: none;
	z-index: 10;
}
.lcatsec .resultcat .grid .info {
	width: 100%;
	height: auto;
	flex-grow: 0;
	padding: 23px 17px 140px 17px;
	position: relative;
	display: block;
}
.lcatsec .resultcat .grid .cart {
	width: 155px;
	position: absolute;
	padding: 0 17px 23px;
	bottom: 0;
	left: 0;
}
.lcatsec .resultcat .grid .detlink {
	flex-grow: 0;
}
@media (max-width: 767px) {
  .lcatsec .resultcat .grid .img {
	height: 120px;
  }
  .lcatsec .resultcat .grid .info {
	padding: 20px 13px 130px 13px;
  }
  .lcatsec .resultcat .grid .cart {
	padding: 0 13px 21px;
  }
  .lcatsec .resultcat .grid .implabel {
	height: 22px;
	top: -11px;
  } 
}
.lcatsec .resultcat .grid .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	transform-origin: center;
	opacity: .75;
	transition: .3s;
  }
  .lcatsec .resultcat .grid:hover .img img {
	transform: translate(-50%,-50%) scale(1.1);
	pointer-events: none;
	opacity: 1;
  }
  .lcatsec .resultcat .grid .img .back {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
  }



  .lcatsec .resultcat .grid2 {
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	transition: .3s;
}
.lcatsec .resultcat .grid2:hover {
	background-color: white;
}
.lcatsec .resultcat .grid2 .img {
	width: 100%;
	height: 140px;
	background-color: white;
	position: relative;
	overflow: hidden;
	display: block;
}
.lcatsec .resultcat .grid2 .img img {
	width: auto;
	height: 90%;
}
.lcatsec .resultcat .grid2 .img .back {
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.12));
}
.lcatsec .resultcat .grid2 .implabel {
	width: auto;
	height: 26px;
	position: absolute;
	top: -13px;
	right: 0;
	pointer-events: none;
	z-index: 10;
}
.lcatsec .resultcat .grid2 .info {
	width: 100%;
	height: auto;
	flex-grow: 0;
	padding: 23px 17px 67px 17px;
	position: relative;
	display: block;
}
.lcatsec .resultcat .grid2 .cart {
	width: 100%;
	position: absolute;
	padding: 0 17px 23px;
	bottom: 0;
	left: 0;
}
.lcatsec .resultcat .grid2 .detlink {
	flex-grow: 0;
}
@media (max-width: 767px) {
  .lcatsec .resultcat .grid2 .img {
	height: 120px;
  }
  .lcatsec .resultcat .grid2 .info {
	padding: 20px 13px 60px 13px;
  }
  .lcatsec .resultcat .grid2 .cart {
	padding: 0 13px 21px;
  }
  .lcatsec .resultcat .grid2 .implabel {
	height: 22px;
	top: -11px;
  } 
}
.lcatsec .resultcat .grid2 .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	transform-origin: center;
	opacity: .75;
	transition: .3s;
}
  .lcatsec .resultcat .grid2:hover .img img {
	transform: translate(-50%,-50%) scale(1.1);
	pointer-events: none;
	opacity: 1;
}
  .lcatsec .resultcat .grid2 .img .back {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}




  .lcatsec .resultcat .part {
	color: #0057b8;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.1;
	word-wrap: break-word;
	margin: 0 0 0 0;
  }
  .lcatsec .resultcat .manuf {
	color: #181818;
	font-size: 10px;
	font-weight: 600;
	margin: 0 0 10px 0;
  }
  .lcatsec .resultcat .manuf span {
	font-weight: 800;
  }
  .lcatsec .resultcat .desc {
	color: #181818;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	word-wrap: break-word;
	margin: 0 0 5px 0;
  }
  .lcatsec .resultcat .nlabel {
	color: #181818;
	background-color: #dddddd;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
	padding: 5px 7px;
	border-radius: 12px;
	margin: 5px 0 0 0;
	display: inline-block;
  }
  .lcatsec .resultcat .nlabel::first-child {
	margin: 15px 0 0 0;
  }
  .lcatsec .resultcat .nlabel span {
	font-weight: 800;
  }
  .lcatsec .resultcat .hlabel {
	color: #181818;
	background: rgb(241,217,118);
	background: linear-gradient(128deg, rgba(241,217,118,1) 4%, rgba(255,245,203,1) 50%, rgba(241,217,118,1) 58%, rgba(241,188,118,1) 74%, rgba(241,217,118,1) 84%);
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
	padding: 5px 7px;
	border-radius: 12px;
	margin: 5px 0 0 0;
	display: inline-block;
  }
  .lcatsec .resultcat .hlabel::first-child {
	margin: 15px 0 0 0;
  }
  .lcatsec .resultcat .hlabel span {
	font-weight: 800;
  }
  
  .lcatsec .resultcat .price {
	color: #181818;
	font-size: 17px;
	font-weight: 700;
	margin: 0 0 3px 0;
  }
  .lcatsec .resultcat .tax {
	color: #0057b8;
	font-size: 10px;
	font-weight: 700;
  }
  .lcatsec .resultcat .inputnumber {
	margin: 0 0 3px 0;
  }
  .lcatsec .resultcat .inputnumb {
	width: 80px;
  }
  .lcatsec .resultcat .addcart {
	color: white;
	background-color: #0057b8;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 15px;
	border: 0;
	border-radius: 5px;
	margin: 5px 0 0 0;
	position: relative;
	overflow: hidden;
	transition: .3s;
  }
  .lcatsec .resultcat .addcart:hover {
	color: white;
	background-color: #4ba7ff;
  }
  .lcatsec .resultcat .addcart i {
	font-size: 20px;
	vertical-align: middle;
  }
@media (max-width: 767px) {
  .lcatsec .resultcat .implabel {
	height: 22px;
	top: -11px;
  } 
  .lcatsec .resultcat .part {
	font-size: 13px;
  }
  .lcatsec .resultcat .manuf {
	font-size: 9px;
  }
  .lcatsec .resultcat .desc {
	font-size: 12px;
  }
  .lcatsec .resultcat .nlabel, .resultcat .hlabel {
	font-size: 10px;
  }
  .lcatsec .resultcat .cart {
	padding: 0 13px 21px;
  }
  .lcatsec .resultcat .tax {
	font-size: 9px;
  }
  .lcatsec .resultcat .inputnumb {
	width: 50px;
  }
  .lcatsec .resultcat .addcart {
	font-size: 10px;
	padding: 3px 8px;
  }
}


.lcatsec .resultcat .gridini {
	width: 100%;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.lcatsec .resultcat .loading {
	width: 150px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.lcatsec .resultcat .gridini .info {
	text-align: center;
	padding: 20px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);

}
.lcatsec .resultcat .gridini .icon {
    width: 100%;
    max-width: 100px;
    margin: 0 auto ;
    display: block;
    pointer-events: none;
}
.lcatsec .resultcat .gridini .info p {
	color: #181818;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    word-wrap: break-word;
    margin: 15px 0 0;
    padding: 0;
}

@media (max-width: 767px) {
	.lcatsec .resultcat .gridini .info p {
		font-size: 20px;
	}
}

/* Catalogos PDF con portada */ 

.lcatpdfsec .resultcat {
	padding: 0 0 0 20px !important;
	margin: 0;
	position: relative;
}
@media (max-width: 992px) {
	.lcatsec .resultcat {
		padding: 20px 0 0 0 !important;
	}
}
.lcatpdfsec .container  {
	max-width: 1200px !important;
	padding: 50px 5px 100px;
	transition: .3s;
}
@media (max-width: 992px) {
	.lcatpdfsec .container  {
		padding: 50px 5px 100px;
	}
}
@media (max-width: 767px) {
	.lcatpdfsec .container  {
		padding: 50px 5px 65px;
	}
}
@media (max-width: 576px) {
	.lcatpdfsec .container  {
		padding: 50px 5px 65px;
	}
}

.ladvansec .grid {
	height: 100%;
	background-color: #f0f0f0;
	border-radius: 15px;
	overflow: hidden;
	transition: .3s;
}
.ladvansec .grid:hover {
	background-color: white;
}
.ladvansec .grid .img {
	height: 300px;
	position: relative;
	overflow: hidden;
	background-color: white;
	transition: .3s;
}
.ladvansec .grid:hover .img {
	background-color: #252525;
}
@media (max-width: 767px) {
.ladvansec .grid .img {
	height: 140px;
	background-color: #252525;
}
}
.ladvansec .grid .img div {
	width: 105%;
	height: 105%;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	transform-origin: center;
	pointer-events: none;
	opacity: .9;
	transition: .3s;
}
.ladvansec .grid:hover .img div {
	transform: translate(-50%,-50%) scale(1.1);
	opacity: .15;
}
.ladvansec .grid .icon {
	width: 80px;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	transform-origin: center;
	pointer-events: none;
	opacity: 0;
	transition: .3s;
}
.ladvansec .grid:hover .icon {
	top: 50%;
	transform: translate(-50%,-50%) scale(1);
	opacity: 1;
}
@media (max-width: 767px) {
	.ladvansec .grid .img div {
		opacity: .25;
	}
	.ladvansec .grid:hover .img div {
		opacity: .15;
	}
	.ladvansec .grid .icon {
		width: 70px;
		top: 50%;
		opacity: 1;
	}
	.ladvansec .grid:hover .icon {
		top: 50%;
		opacity: 1;
	}
}

.ladvansec .grid .info {
	padding: 35px;
}
@media (max-width: 992px) {
	.ladvansec .grid .info {
		padding: 20px 17px;
	}
}
@media (max-width: 767px) {
	.ladvansec .grid .info {
		padding: 20px 17px;
	}
}




.ladvansec .grid .desc {
	color: #181818;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.1;
	text-align: left;
	word-wrap: break-word;
	margin: 0;
}
@media (max-width: 767px) {
	.ladvansec .grid .desc {
		font-size: 15px;
	}
}

/* Input de cambio de pagina catalogo */

.lcatsec .resultdesc .searchfil {
	display: flex !important;
}

.lcatsec .pagelemen {
	display: inline-block;
}
.lcatsec .resultcat .pagnumber {
	height: 38px;
	display: flex;
	position: static;
	transform: none;
	margin: 0 auto 10px;
}
@media (max-width: 992px) {
	.lcatsec .resultcat .pagnumber {
		margin: 0 0 0 0;
	}
}
.lcatsec .resultcat .pagnumber .pagnumbsel {
	max-width: 40px;
}

/* Seccion soluciones con fondo solido */

.lsolusec .container  {
	max-width: 1200px !important;
	padding: 30px 5px 150px;
	transition: .3s;
}
@media (max-width: 992px) {
	.lsolusec .container  {
		padding: 30px 5px 100px;
	}
}
@media (max-width: 767px) {
	.lsolusec .container  {
		padding: 30px 5px 60px;
	}
}
@media (max-width: 576px) {
	.lsolusec .container  {
		padding: 30px 5px 60px;
	}
}



.lsolusec .text {
	width: 100%;
}



.lsolusec .tittle {
	color: #181818;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -0.5px;
	line-height: 1.05;
	text-align: center;
	padding: 0;
	margin: 0 0 30px;
	word-wrap: break-word;
}
.lsolusec .tittle strong {
	color: #2894fb;
  	font-weight: 700;
}
@media (max-width: 992px) {
	.lsolusec .tittle {
		width: 100%;
		font-size: 30px;
		letter-spacing: -0.5px;
		text-align: center;
		margin: 20px auto 20px;
		display: block;
	}
}
@media (max-width: 767px) {
	.lsolusec .tittle {
		font-size: 25px;
	}
}



.lsolusec .tittle2 {
	color: #181818;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.05;
	text-align: center;
	padding: 0;
	margin: 30px 0 0;
	word-wrap: break-word;
}
.lsolusec .tittle2 strong {
	color: #2894fb;
  	font-weight: 700;
}
@media (max-width: 992px) {
	.lsolusec .tittle2 {
		width: 100%;
		max-width: 600px;
		font-size: 20px;
		text-align: center;
		margin: 20px 0 40px;
	}
}
@media (max-width: 767px) {
	.lsolusec .tittle2 {
		font-size: 17px;
	}
}



.lsolusec .grid {
	height: 100%;
	background-color: #252525;
	border-radius: 15px;
	overflow: hidden;
	transition: .3s;
}
.lsolusec .grid:hover {
	background-color: #535353;
}
.lsolusec .grid .img {
	height: 175px;
	position: relative;
	overflow: hidden;
	transition: .3s;
}
@media (max-width: 767px) {
.lsolusec .grid .img {
	height: 140px;
}
}
.lsolusec .grid .img div {
	width: 105%;
	height: 105%;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	transform-origin: center;
	pointer-events: none;
	opacity: .9;
	transition: .3s;
}
.lsolusec .grid:hover .img div {
	transform: translate(-50%,-50%) scale(1.1);
	opacity: .15;
}
.lsolusec .grid .icon {
	width: 80px;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	transform-origin: center;
	pointer-events: none;
	opacity: 1;
	transition: .3s;
}
.lsolusec .grid:hover .icon {
	top: 50%;
	transform: translate(-50%,-50%) scale(1);
	opacity: 1;
}
@media (max-width: 767px) {
	.lsolusec .grid .img div {
		opacity: .25;
	}
	.lsolusec .grid:hover .img div {
		opacity: .15;
	}
	.lsolusec .grid .icon {
		width: 70px;
		top: 50%;
		opacity: 1;
	}
	.lsolusec .grid:hover .icon {
		top: 50%;
		opacity: 1;
	}
}



.lsolusec .grid .info {
	background-color: #3b3b3b;
	padding: 35px;
	height: 100%;
	position: relative;
}
.lsolusec .grid .info div {
	background-color: #4ba7ff;
	width: 100%;
	height: 0%;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s;
	z-index: 0;
}
.lsolusec .grid:hover .info div {
	height: 100%;
}
@media (max-width: 992px) {
	.lsolusec .grid .info {
		padding: 20px 17px;
	}
}
@media (max-width: 767px) {
	.lsolusec .grid .info {
		padding: 20px 17px;
	}
}




.lsolusec .grid .desc {
	color: white;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
	word-wrap: break-word;
	margin: 0;
	position: relative;
	z-index: 0;
}
@media (max-width: 767px) {
	.lsolusec .grid .desc {
		font-size: 14px;
	}
}

/* Seccion soluciones con fondo transparente */

.lsolusec2 .container  {
	max-width: 1200px !important;
	padding: 50px 5px 150px;
	transition: .3s;
}
@media (max-width: 992px) {
	.lsolusec2 .container  {
		padding: 30px 5px 100px;
	}
}
@media (max-width: 767px) {
	.lsolusec2 .container  {
		padding: 30px 5px 60px;
	}
}
@media (max-width: 576px) {
	.lsolusec2 .container  {
		padding: 30px 5px 60px;
	}
}



@media (max-width: 767px) {
	.lsolusec2 br {
		display: none;
	}
}



.lsolusec2 .lsoluback {
	width: 100%;
	height: 180%;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	overflow: hidden;
	z-index: -1;
}
@media (max-width: 767px) {
	.lsolusec2 .lsoluback {
		background-position: center !important;
		background-attachment: fixed !important;
	}
}



.lsolusec2 .text {
	width: 100%;
}



.lsolusec2 .tittle {
	color: white;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -0.5px;
	line-height: 1.05;
	text-align: center;
	padding: 0;
	margin: 0 0 30px;
	word-wrap: break-word;
}
.lsolusec2 .tittle strong {
	color: #2894fb;
  	font-weight: 700;
}
@media (max-width: 992px) {
	.lsolusec2 .tittle {
		width: 100%;
		font-size: 30px;
		letter-spacing: -0.5px;
		text-align: center;
		margin: 20px auto 20px;
		display: block;
	}
}
@media (max-width: 767px) {
	.lsolusec2 .tittle {
		font-size: 25px;
	}
}



.lsolusec2 .tittle2 {
	color: #181818;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.05;
	text-align: center;
	padding: 0;
	margin: 30px 0 0;
	word-wrap: break-word;
}
.lsolusec2 .tittle2 strong {
	color: #2894fb;
  	font-weight: 700;
}
@media (max-width: 992px) {
	.lsolusec2 .tittle2 {
		width: 100%;
		max-width: 600px;
		font-size: 20px;
		text-align: center;
		margin: 20px 0 40px;
	}
}
@media (max-width: 767px) {
	.lsolusec2 .tittle2 {
		font-size: 17px;
	}
}



.lsolusec2 .grid {
	height: 100%;
	background-color: rgba(26, 26, 26, .8);
	border-radius: 15px;
	overflow: hidden;
	transition: .3s;
}
.lsolusec2 .grid:hover {
	background-color: #424242;
}
.lsolusec2 .grid .img {
	height: 175px;
	position: relative;
	overflow: hidden;
	transition: .3s;
}
.lsolusec2 .grid .imgsm {
	height: 145px;
}
@media (max-width: 767px) {
	.lsolusec2 .grid .img {
		height: 140px;
	}	
	.lsolusec2 .grid .imgsm {
		height: 110px;
	}
}
.lsolusec2 .grid .img div {
	width: 105%;
	height: 105%;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	transform-origin: center;
	pointer-events: none;
	opacity: .9;
	transition: .3s;
}
.lsolusec2 .grid:hover .img div {
	transform: translate(-50%,-50%) scale(1.1);
	opacity: .15;
}
.lsolusec2 .grid .icon {
	width: 100px;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	transform-origin: center;
	pointer-events: none;
	opacity: 1;
	transition: .3s;
}
.lsolusec2 .grid:hover .icon {
	top: 50%;
	transform: translate(-50%,-50%) scale(1);
	opacity: 1;
}
@media (max-width: 767px) {
	.lsolusec2 .grid .img div {
		opacity: .25;
	}
	.lsolusec2 .grid:hover .img div {
		opacity: .15;
	}
	.lsolusec2 .grid .icon {
		width: 70px;
		top: 50%;
		opacity: 1;
	}
	.lsolusec2 .grid:hover .icon {
		top: 50%;
		opacity: 1;
	}
}



.lsolusec2 .grid .info {
	background-color: rgba(119, 119, 119, 0.4);
	padding: 35px;
	height: 100%;
	position: relative;
}
.lsolusec2 .grid .info div {
	background-color: #4ba7ff;
	width: 100%;
	height: 0%;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s;
	z-index: 0;
}
.lsolusec2 .grid:hover .info div {
	height: 100%;
}
@media (max-width: 992px) {
	.lsolusec2 .grid .info {
		padding: 20px 17px;
	}
}
@media (max-width: 767px) {
	.lsolusec2 .grid .info {
		padding: 20px 17px;
	}
}




.lsolusec2 .grid .desc {
	color: white;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
	word-wrap: break-word;
	margin: 0;
	position: relative;
	z-index: 0;
}
@media (max-width: 767px) {
	.lsolusec2 .grid .desc {
		font-size: 12px;
	}
}

/* Sección de contacto */

.lformsec .container  {
	max-width: 800px !important;
	padding: 30px 5px 95px;
	transition: .3s;
}
@media (max-width: 992px) {
	.lformsec .container  {
		padding: 30px 5px 100px;
	}
}
@media (max-width: 767px) {
	.lformsec .container  {
		padding: 30px 5px 60px;
	}
}
@media (max-width: 576px) {
	.lformsec .container  {
		padding: 30px 5px 60px;
	}
}




.lformsec .lsoluback {
	background-color: rgba(159, 159, 159, .8);
	width: 100%;
	height: 180%;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}




.lformsec .grid {
	background-color: rgba(255, 255, 255, .8);;
	border-radius: 15px;
	position: relative;
	padding: 60px 80px;
}
.lformsec .b24-form-wrapper {
	background-color: rgba(255, 255, 255, 0);;
}
.lformsec .comment {
	width: 120px;
	position: absolute;
	top: 200px;
	left: -117px;
}
.lformsec .tittle {
	color: #181818;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -0.5px;
	line-height: 1.05;
	text-align: center;
	padding: 0;
	margin: 0 0 30px;
	word-wrap: break-word;
}
.lformsec .tittle strong {
	color: #2894fb;
  	font-weight: 700;
}
@media (max-width: 992px) {
	.lformsec .tittle {
		width: 100%;
		font-size: 30px;
		letter-spacing: -0.5px;
		text-align: center;
		margin: 20px auto 20px;
		display: block;
	}
}
@media (max-width: 767px) {
	.lformsec .tittle {
		font-size: 25px;
	}
}

.lformsec .desc {
	color: #181818;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	word-wrap: break-word;
	text-align: center;
	margin: 20px 0 0 0;
}
.lformsec .desc2 {
	color: #181818;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
	word-wrap: break-word;
	text-align: center;
	margin: 20px 0 0 0;
}
.lformsec .features {
	margin: 0 0 30px;
}
.lformsec .features .icon {
	background-color: #dddddd;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: relative;
	margin: 20px auto 0;
}
.lformsec .features .icon img {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.lformsec .features .desc {
	color: #181818;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	word-wrap: break-word;
	text-align: center;
	margin: 10px 0 0 0;
}

.lformsec .b24form .b24-form-control {
	color: #181818 !important;
	background-color: rgba(255, 255, 255, .6) !important;
	border-radius: 5px !important;
	border: none !important;
	outline: none;
	transition: .3s;
}
  
.lformsec .b24form .b24-form-control:hover,
.lformsec .b24form .b24-form-control:focus {
	background-color: rgba(255, 255, 255, 1)  !important;
}

@media (max-width: 996px) {
.lformsec .grid {
	padding: 60px 60px;
}
.lformsec .grid2 {
	padding: 280px 60px 60px;
}
}
@media (max-width: 767px) {
.lformsec .grid {
	padding: 60px 60px;
}
.lformsec .grid2 {
	padding: 230px 60px 60px;
}
.lformsec .gridcover {
	height: 200px;
}
.lformsec .desc {
	font-size: 12px;
}
.lformsec .desc2 {
	font-size: 10px;
}
}
@media (max-width: 576px) {
.lformsec .grid {
	padding: 40px 20px;
}
.lformsec .grid2 {
	padding: 230px 20px 20px;
}
}

/* //////////////////////  Eventos ////////////////////// */

/* Cover de evento */

.lcoversec {
	width: 100%;
	height: 400px;
	position: relative;
}

@media (max-width: 767px) {
	.lcoversec {
		height: 300px;
	}
}

.lbannersec {
	background-color: #dddddd;
}

.lbannersec .carousel {
	margin: -300px auto 0;
}

.lbannersec .btn1 {
	display: none !important;
}

.lbannersec .logo {
	margin: 5px 10px 5px 0 !important;
}

@media (max-width: 767px) {
	.lbannersec .carousel {
		margin: -200px auto 0;
	}
}


.limgback .img2 {
	width: 100%;
	height: 100%;
	background-size: cover;
    background-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	filter: blur(0px);
}

.limgback .back2 {
	background-color: rgba(67, 67, 67, .8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* Información de evento */

.leventdescsec .container  {
	max-width: 1200px !important;
	padding: 30px 5px 95px;
	transition: .3s;
}
@media (max-width: 992px) {
	.leventdescsec .container  {
		padding: 30px 5px 100px;
	}
}
@media (max-width: 767px) {
	.leventdescsec .container  {
		padding: 30px 5px 60px;
	}
}
@media (max-width: 576px) {
	.leventdescsec .container  {
		padding: 30px 5px 60px;
	}
}

.leventdescsec .grid {
    background-color: white;
    position: relative;
	padding: 40px 40px 20px;
    border-radius: 15px;
}

.leventdescsec .grid2 {
    background-color: white;
    position: relative;
	padding: 40px 40px 40px;
    border-radius: 15px;
}

@media (max-width: 767px) {
    .leventdescsec .grid {
		padding: 30px 13px 15px;
	}
	
	.leventdescsec .grid2 {
		padding: 30px 13px 40px;
	}
}

.leventdescsec .grid2 .info {
    background-color: white;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.leventdescsec .grid .tittle,
.leventdescsec .grid2 .tittle {
    color: #181818;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.05;
    padding: 0;
    margin: 0 0 20px;
    word-wrap: break-word;
}
.leventdescsec .grid .desc,
.leventdescsec .grid2 .desc {
    color: #181818;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    word-wrap: break-word;
    margin: 0 0 20px;
}
.leventdescsec .grid .descprom,
.leventdescsec .grid2 .descprom {
    color: #181818;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.05;
    padding: 0;
    margin: 0 0 20px;
    word-wrap: break-word;
}

.leventdescsec .grid a,
.leventdescsec .grid2 a {
    color: #181818 !important;
    font-weight: 600;
    transition: .3s;
}
.leventdescsec .grid a:hover,
.leventdescsec .grid2 a:hover {
    color: #4ba7ff !important;
}
@media (max-width: 767px) {
    .leventdescsec .grid .tittle,
	.leventdescsec .grid2 .tittle {
		font-size: 18px;
	}
	.leventdescsec .grid .desc,
	.leventdescsec .grid2 .desc {
		font-size: 12px;
	}
	.leventdescsec .grid .descprom,
	.leventdescsec .grid2 .descprom {
		font-size: 18px;
	}
}
@media (max-width: 576px) {
	.leventdescsec .grid .descprom,
	.leventdescsec .grid2 .descprom {
		text-align: center;
	}
}


.leventdescsec .grid .tittleve,
.leventdescsec .grid2 .tittleve {
    color: #181818;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    word-wrap: break-word;
    margin: 0 0 10px;
}
.leventdescsec .grid .tittleve strong,
.leventdescsec .grid2 .tittleve strong {
    font-weight: 700;
}
.leventdescsec .grid .date,
.leventdescsec .grid2 .date {
    color: #181818;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    word-wrap: break-word;
    margin: 0 0 30px;
}
@media (max-width: 767px) {
    .leventdescsec .grid .tittleve,
	.leventdescsec .grid2 .tittleve {
		font-size: 15px;
	}
	.leventdescsec .grid .date,
	.leventdescsec .grid2 .date {
		font-size: 12px;
	}
}

.leventdescsec .limcap {
	width: 100%;
	height: 30px;
	margin: 30px 0 0;
	position: relative;
}
.leventdescsec .limcap .label {
	width: 250px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) scale(1);
	transform-origin: top center;
	transition: .3s;
}
.leventdescsec .limcap img {
	width: 100%;
	height: auto;
	filter: drop-shadow(0px 0px 40px rgba(0,0,0,.15));
	-webkit-filter: drop-shadow(0px 0px 40px rgba(0,0,0,.15));
}
.leventdescsec .limcap .cap {
	width: 65%;
	border: 4px solid #ebebeb;
	padding: 13px;
	border-radius: 15px;
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.leventdescsec .limcap .desc1 {
    color: #181818;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
	text-align: center;
    word-wrap: break-word;
    margin: 0 0 5px;
}
.leventdescsec .limcap .desc2 {
    color: #181818;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
	text-align: center;
    word-wrap: break-word;
    margin: 0 0 0;
}
.leventdescsec .limcap .desc2 span {
    color: #181818;
    font-size: 45px;
    font-weight: 700;
	vertical-align: middle;
}
@media (max-width: 992px) {
	.leventdescsec .limcap {
		height: 20px;
	}
    .leventdescsec .limcap .label {
		transform: translateX(-50%) scale(.8);
	}
}
@media (max-width: 767px) {
	.leventdescsec .limcap {
		height: 2px;
	}
    .leventdescsec .limcap .label {
		transform: translateX(-50%) scale(.6);
	}
}
@media (max-width: 576px) {
	.leventdescsec .limcap {
		height: 30px;
	}
	.leventdescsec .limcap .label {
		transform: translateX(-50%) scale(.85);
	}
}

.leventdescsec .grid ol.desc,
.leventdescsec .grid2 ol.desc {
	margin: 0 0 20px -28px;
	counter-reset: item;
  	list-style-type: none;
}
.leventdescsec .grid ul.desc,
.leventdescsec .grid2 ul.desc {
	margin: 0 0 20px -13px;
}
.leventdescsec .grid .desc li,
.leventdescsec .grid2 .desc li {
	margin: 0 0 5px;
}

.leventdescsec ol {
  counter-reset: item;
  list-style-type: none;
}

.leventdescsec ol li {
  counter-increment: item;
}

.leventdescsec ol li::before {
  content: counters(item, ".") ". ";
}

.leventdescsec ol ol {
  margin: 10px 0 !important;
}


.leventdescsec .syllab {
	background-color: #ededed;
	padding: 15px;
	border-radius: 0px;
	margin: -15px 0 15px;
	max-height: 305px;
    overflow-y: scroll;
}
@media (max-width: 767px) {
	.leventdescsec .syllab {
		padding: 10px;
		max-height: 295px;
	}
}
.leventdescsec .syllab ol.desc {
	padding: 0 0 0 0;
    margin: 0;
}
.leventdescsec .syllab ol.desc .desc {
	padding: 0 0 0 10px;
}


.leventdescsec .grid2 .map {
    background-color: #dbdbdb;
    width: 100%;
	height: 211px;
    /*height: 250px;*/
    position: relative;
    overflow: hidden;
	border-radius: 10px;
    margin: 25px 0 0 0;
}

.leventdescsec .grid2 iframe {
    width: 200%;
    height: 300%;
    border: 0;
    filter: grayscale(0%) invert(12%);
    -webkit-filter: grayscale(0%) invert(12%);
    -moz-filter: grayscale(0%) invert(12%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .85;
}

.leventdescsec .grid2 .img {
    background-color: #dbdbdb;
	background-size: cover;
	background-position: center;
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
	border-radius: 10px;
    margin: 25px 0 0 0;
}

.leventdescsec .sticky {
    position: sticky;
	top: 75px;
}

/* Cover catalogo */

.catpage {
	background-color: #dddddd;
}

.catcoversec  {
	position: relative;
	overflow: hidden;
}
.catcoversec .img  {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: absolute;
	top: 0;
	left: 0;
}
.catcoversec .container  {
	max-width: 1200px !important;
	padding: 150px 5px 95px;
	position: relative;
	transition: .3s;
}
@media (max-width: 992px) {
	.catcoversec .container  {
		padding: 150px 5px 60px;
	}
}
@media (max-width: 767px) {
	.catcoversec .img  {
		background-position: center 630px;
	}
	.catcoversec .container  {
		padding: 125px 5px 40px;
	}
}

.catcoversec .tittle {
	color: white;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    word-wrap: break-word;
    text-align: center;
	transform-origin: center;
    margin: 0;
	transition: .3s;
}
.catcoversec .logo {
	width: 100%;
	height: 100px;
	display: block;
	margin: 10px auto -50px;
	transform: scale(1);
	transform-origin: top;
	transition: .3s;
}
.catcoversec .logo img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media (max-width: 992px) {
	.catcoversec .tittle {
		font-size: 30px;
	}
	.catcoversec .logo {
		transform: scale(.8);
	}
}
@media (max-width: 767px) {
	.catcoversec .tittle {
		font-size: 25px;
	}
	.catcoversec .logo {
		transform: scale(.7);
	}
}

/* Owl Carousel */

.owl-2 {
	padding: 0;
}
@media (max-width: 1325px) {
	.owl-2 {
		padding: 0 40px;
	}
}
@media (max-width: 992px) {
	.owl-2 {
		padding: 0 40px;
	}
}
@media (max-width: 767px) {
	.owl-2 {
		padding: 0;
	}
}

.owl-stage {
	display: flex;
	position: absolute;
	max-width: 200px;
}
.owl-carousel {
}
.owl-item {
	display: flex;
	flex: 1 0 auto;
}
.owl-item .slide {
}
@media (max-width: 576px) {
.owl-item .slide {
	display: flex;
}
}


.owl-item .item {
	width: 100%;
}

.owl-item .slide .item {
	margin-bottom: 10px;
}

.owl-item .slide .item:last-child {
	margin-bottom: 0px;
}


.owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.owl-prev, .owl-next {
	width: 25px;
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: .6;
  transition: .3s;
}
.owl-prev {
  left: -15px;
}
.owl-next {
  right: -15px;
}
.owl-prev:hover, .owl-next:hover {
  opacity: 1;
}
@media (max-width: 1325px) {
.owl-prev {
  left: 5px;
}
.owl-next {
  right: 5px;
}
}

.owl-prev svg, .owl-next svg {
	color: #181818;
	font-size: 25px !important;
}

/* Footer */

.footer-landing {
	background-color: #252525;
	padding: 50px 15px;
	position: relative;
}

.footer-landing .container {
	max-width: 700px;
	padding: 0;
}

.footer-landing table {
	width: 100%;
}

.footer-landing table td {
	vertical-align: top;
}

.footer-landing .brand {
	width: 45%;
	padding: 0 0 0 0;
	text-align: center;
}

.footer-landing .logo {
	width: 100%;
	max-width: 300px;
  pointer-events: none;
}

.footer-landing .desc {
	color: #dddddd;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 300;
	margin: 30px 0 0 0;
}

.footer-landing .social {
	color: #dddddd;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 300;
	margin: 30px 0 0 0;
}

.footer-landing .social a {
	color: white;
	font-size: 18px;
	vertical-align: middle;
	margin: 0 0 0 10px;
	transition: .3s;
}

.footer-landing .social a:hover {
	color: #4ba7ff;
}

.footer-landing .footn {
	text-align: center;
}

.footer-landing .footn .desc {
	color: #dddddd;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 300;
	margin: 30px 0 0 0;
}

.footer-landing .footn a {
	color: #4ba7ff;
	margin: 0 0 0 0;
	transition: .3s;
}

.footer-landing .footn a:hover {
	color: #8dc7ff;
}

@media (max-width: 767px) {
	.footer-landing .desc {
		font-size: 11px;
	}
	.footer-landing .social {
		font-size: 11px;
	}
	.footer-landing .footn .desc {
		font-size: 11px;
	}
}






