
* {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}	
body {
	font-family: "Libre Franklin", sans-serif;
	position: relative;
	font-weight: 300;
	background: transparent;
	color:#232323;
	font-size: 15px!important;
	overflow-x: hidden;
}

body  section{
	padding: 75px 0;
}

a:hover,
a:focus {
	outline:none;
	outline-offset: 0;
	text-decoration:none;
	color:#232323;
}

a {color:#395e88;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Libre Franklin", sans-serif;
}

h3 { font-size: 30px; }

::selection{color: #fff;background: #000;}

img {width:100%; pointer-events: none;}
.center {text-align: center;}
.right_ {text-align: right;}
.justify {text-align: left;}
.justifyc {text-align: justify;text-align-last: center;}

.white_ {color: #fff;}
.gray_ {color: #b5b5b5;}

.border_r {
    border-radius: 1em !important;
    width: 60% !important;
    margin: 0 auto;
}

.imgc {
display: block;
margin-right: auto;
margin-left: auto;
text-align: center;
}
.imgc_ {
display: block;
margin-right: auto;
margin-left: auto;
text-align: left;
}
.no_drop {cursor: no-drop;}
.upp_ {
    text-transform: uppercase;
}

.hidde {display:none;}

.container {
    max-width: 1250px!important;
}

.pointt {cursor: pointer;}
.marg_ {margin: 0;}
.no_marg {margin-left: 0; margin-right: 0;}
.no_padd {padding-left: 0; padding-right: 0;}

.clr_00 {color: #fff!important;}
.clr_01 {color: #232323;}
.clr_02 {color: #395e88;}

.zoomInBIG { animation-name: zoomInBIG; }
@keyframes zoomInBIG {
	from { opacity: 0; transform: scale3d(2, 2, 2); }
	50% { opacity: 1; }
}

.blink{
	-webkit-animation: blinker 2s linear infinite;
    -moz-animation: blinker 2s linear infinite;
    animation: blinker 2s linear infinite;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}

.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}

.dly1{ animation-delay: 0.2s;}
.dly2{ animation-delay: 0.4s;}
.dly3{ animation-delay: 0.6s;}
.dly4{ animation-delay: 0.8s;}
.dly5{ animation-delay: 1.0s;}
.dly6{ animation-delay: 1.2s;}
.dly7{ animation-delay: 1.4s;}
.dly8{ animation-delay: 1.6s;}
.dly9{ animation-delay: 1.8s;}
.dly10{ animation-delay: 2.0s;}
.dly11{ animation-delay: 2.2s;}
.dly12{ animation-delay: 2.4s;}
.dly13{ animation-delay: 20s;}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}
button.active.focus, button.active:focus, button.focus, button:active.focus, button:active:focus, button:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}
a.active.focus, a.active:focus, a.focus, a:active.focus, a:active:focus, a:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}

hr {margin: 20px auto;border-top: 5px solid #ddd;width: 200px; }
.hr_hm {margin: 20px 0;border-top: 5px solid #ddd;width: 200px; }

.btn { line-height: 1; font-weight: 300;}


#iframe_flipbook {aspect-ratio: 16 / 9;width: 100%;overflow: hidden;margin: 0 0 -6px; border-radius: 1em;}

/*====================
======Header CSS=====
======================*/

#navigation .navbar {
  background: #fff; 
  border-radius: 0;
  border-bottom: 0;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%) !important;
}
#navigation .navbar.scrolled {
	background: #fff !important;
	padding: 0!important;
	transition: background-color 300ms ease-in-out; 
	box-shadow: 0 0 5px rgb(0 0 0 / 20%) !important;
}

#navigation .navbar-toggle{
  margin-top: 10px;
  background-color: #333;
}

#navigation .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}

#navigation .navbar-nav.navbar-right {
	margin: 15px 0 0;
}

#navigation .navbar-nav.navbar-right li a {
	color: #000;
	padding: 0;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 15px 10px;
}

#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover {
	color: #395e88;
	background-color: #fff;
}

.tel_ {color: #395e88!important;font-size: 16px!important;font-weight: 500!important;}
.tel_:hover {color: #c03c41;}

/* //// MEGA DROPDOWN MENU RESPONSIVE //// */
#navigation .navbar-nav.navbar-right li i {
    margin: 0 0 0 10px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border: none;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%);
    
    min-width: 310px;
}

.navbar-default .navbar-nav > li > a {
  width: 200px;
  font-weight: bold;
}

.mega-dropdown {
  position: static !important;
  width: 50%;
}

.mega-dropdown-menu {
    /*padding: 20px 0px;*/
    padding: 10px 0 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999!important;
    white-space: normal;
    padding: 10px 15px!important;
}
.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 15px;
  font-weight: bold;
}
.mega-dropdown-menu form {
  margin: 3px 20px;
}
.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

.nav > li:hover .dropdown-menu.mega-dropdown-menu {
  display: block;
}

.mega-dropdown {
  width: auto;
}

.navbar .li_dib:hover .dropdown-toggle {
  background-color: #232323;
  color: #555;
}

@media only screen and (max-width: 768px) {
  .navbar-default .navbar-nav > li {
    border-bottom: 1px solid #ddd;
  }
  .navbar-default .navbar-nav > li > a {
    width: 100%;
  }
}

.menu_prod {
    position: relative;
    display: inline-grid;
    width: 250px;
}
.menu_prod * {
    -webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.menu_prod a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: transparent!important;
}
.menu_prod img {
    opacity: 0.5;
    width: 150px;
    display: block;
    margin: 0 auto;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -webkit-transition: 600ms;
	-moz-transition: 600ms;
	transition: 600ms;
}
.menu_prod:hover img {
    opacity: 1;
    transform: scale(1);
}
.menu_prod:hover .clr_icon {
    opacity: 1;
    transform: scale(1);
    filter: brightness(0) saturate(100%) invert(62%) sepia(29%) saturate(472%) hue-rotate(139deg) brightness(90%) contrast(92%);
}
.menu_prod h3 {
    text-align: center;
    font-weight: 700;
    color: #000;
}
.menu_prod:hover h3 {color: #395e88;}

.logo {
    width: 130px;
    padding: 10px 15px;
    /*filter: brightness(0) invert(1);*/
    /*transition: 0.2s ease-in-out;*/
}
.iso_img {
    width: 50px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(106deg) brightness(101%) contrast(104%);
}
.iso_duns {
    width: 65px;
    margin: 0 0 0 10px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(106deg) brightness(101%) contrast(104%);
}

.hide_ {display:initial!important;}
.show_ {display: none!important;}


.btn_01_menu {
    background: #232323;
    color: #fff;
    border: none;
    display: inline-block;
    margin: 0 auto 5px;
    border-radius: 5px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 15px;
}
.cntr_btn {
    margin: 0 auto;
    text-align: center;
}
.lista_ul {
    text-align: right;
    font-size: 15px;
}


/*======================
====Main Slider CSS=====
=======================*/
#preloader__ {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
	background: radial-gradient(#395e88, #232323);
}
.poss {position: relative;}
.i_bars {position: relative;height: 100%;}

.bar_01 {
	animation: anim_01 10s linear infinite;
	-webkit-animation: anim_01 10s linear infinite;
	position: absolute;
	z-index: -1;
	background: #fff;
	margin: 0 auto 10px;
	height: 100px;
	border-radius: 5em;
} 
@-keyframes anim_01 { 0% {width: 90%;} 50% {width: 100px;} 55% {width: 100px;} 100% {width: 90%;} }
@-webkit-keyframes anim_01 { 0% {width: 90%;} 50% {width: 100px;} 55% {width: 100px;} 100% {width: 90%;} }
@-moz-keyframes anim_01 { 0% {width: 90%;} 50% {width: 100px;} 55% {width: 100px;} 100% {width: 90%;} }

.bar_03 {
	animation: anim_03 20s linear infinite;
	-webkit-animation: anim_03 20s linear infinite;
	position: absolute;
	z-index: -1;
	background: #fff;
	margin: 0 auto 10px;
	height: 75px;
	border-radius: 5em;
	top: 110px;
	opacity: 0.3;
} 
@-keyframes anim_03 { 0% {width: 50%;} 50% {width: 75px;} 55% {width: 75px;} 100% {width: 50%;} }
@-webkit-keyframes anim_03 { 0% {width: 50%;} 50% {width: 75px;} 55% {width: 75px;} 100% {width: 50%;} }
@-moz-keyframes anim_03 { 0% {width: 50%;} 50% {width: 75px;} 55% {width: 75px;} 100% {width: 50%;} }

.bar_02 {
	animation: anim_02 15s linear infinite;
	-webkit-animation: anim_02 15s linear infinite;
	position: absolute;
	z-index: 2;
	background: #395e88;
	margin: 0 auto 10px;
	height: 75px;
	border-radius: 5em;
	right: 0;
	bottom: 0;
} 
@-keyframes anim_02 { 0% {width: 75%;} 50% {width: 75px;} 55% {width: 75px;} 100% {width: 75%;} }
@-webkit-keyframes anim_02 { 0% {width: 75%;} 50% {width: 75px;} 55% {width: 75px;} 100% {width: 75%;} }
@-moz-keyframes anim_02 { 0% {width: 75%;} 50% {width: 75px;} 55% {width: 75px;} 100% {width: 75%;} }

.img_load {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 50%;
    padding: 10px;
    filter: brightness(0) invert(1);
    transition: 0.2s ease-in-out;
}

.video_ {
    width: 100%;
    display: block;
    padding: 10px;
    margin: 20px auto;
    position: relative;
}
.video_ video {width: 100%;height:  auto;background: linear-gradient(45deg, black, #363636);border-radius: 1em;}

.video_cap {
    width: 100%;
    display: inline-table;
    padding: 10px;
    margin: 5px auto 20px;
    position: relative;
}
.video_cap video {width: 100%;height:  auto;background: linear-gradient(45deg, black, #363636);border-radius: 1em;}

.info_cap {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 15px;
    color: #395e88;
}

.home-pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(../img/home-pattern.webp);
	background-repeat:repeat;
	opacity:0.2;
}

#home{
  padding: 0;
  overflow: hidden;
  position:relative
}

#home a {color:#395e88;}
#home a:hover,
#home a:focus {
	outline:none;
	outline-offset: 0;
	text-decoration:none;
	color:#fff;
}


#main-carousel .carousel-inner .item {
	background-size:cover;
	height: 100%;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

#main-carousel .carousel-indicators {
    bottom: 45%;
    position: absolute;
    left: 15px;
    transform: rotate(90deg);
}

#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 2px solid #fff;
    width: 15px;
    height: 15px;
    margin: 5px 10px;
	text-indent: -9999px;
	display: inline-block;
}

.carousel-indicators .active{
	background-color: #4FBDBA !important;
	width: 50px!important;
}

.carousel-indicators .active{
	background-color: #fff !important;
	
}

.slider-content {
	height: 100%;
}

#main-carousel .carousel-caption {
	display: table;
	height: 100%;
	width: 100%;
	min-height: 100%;
	padding: 4em;
	left: 0;
	top: 0;
    z-index: 11;
    background: rgb(0 0 0 / 75%);
}

#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}

#main-carousel .carousel-inner h2 {
	color: #f6f6f6;
	display: inline-block;
	font-size: 55px;
	font-weight: 800;
    margin: 0 0 10px;
	text-shadow: none;
	text-transform: uppercase;
}

#main-carousel .carousel-inner h2 span{
  color:#7ab700;
}

#main-carousel .carousel-inner p {
	color: #f6f6f6;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 59px;
	margin-top: 0;
	text-shadow:none;
}

#main-carousel .carousel-left{
	left:-50px;
}

#main-carousel .carousel-right{
	right:-50px;
}

#main-carousel:hover .carousel-left{
	left:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel:hover .carousel-right{
	right:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 12;
	font-size: 60px;
	color: rgba(255, 255, 255, 0.52);
	top: 50%;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.carousel-right {
  right:65px
}

.carousel-left {
  left:65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #F6F6F6;
}

.img_warr_slide {
    width: 260px;
    margin: 0 0 30px;
}

.img_slide_01 {
    width: 45%;
    position: absolute;
    left: 10%;
}
.img_slide_02 {
    width: 40%;
    position: absolute;
    left: 10%;
    right: 0;
    margin: 3% auto 0;
}
.img_slide_03 {
    width: 35%;
    position: absolute;
    right: 7%;
    margin: 10% auto 0;
}

/* POP UP HOME */
.pop-up {
	align-items: center;
    justify-content: center;
    padding: 50px 20px;
    text-align: center;
    transition: .9s all ease-in-out;
    position: fixed;
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    right: 0;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.85);
	color: #fff;
}
.pop-up button {
    background: transparent;
    border: none;
}
.pop-up button i {
	background: #395e88;
	border: none;
	color:  #fff;
    padding: 12px;
    margin: 10px auto;
    border-radius: 50%;
    font-size: 1.5em;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    left: 0;
    top: 5px;
}
.pop-up button i:hover { background: #395e88; }

.i_360_pop {
    width: 60%;
    height: 400px;
    display: block;
    margin: 20px auto;
    border: 0 none;
    border-radius: 10px;
    box-shadow: 0 20px 30px -20px #000;
}

footer {
    background-color: #dfdfdf;
    border-top: 3px solid #c03c41;
    padding: 40px 0px;
	padding: 20px 0;
}
footer p {margin: 0;line-height: 2;}
footer a {color:#000;}
footer a:focus, footer a:hover {color:#395e88;}

/* CARRUSEL FADE */
.c_fade .carousel-inner .item { opacity: 0; transition-property: opacity; }
.c_fade .carousel-inner .active { opacity: 1; }
.c_fade .carousel-inner .active.left, .c_fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1; }
.c_fade .carousel-inner .next.left, .c_fade .carousel-inner .prev.right { opacity: 1; }
.c_fade .carousel-control { z-index: 2; }

@media all and (transform-3d), (-webkit-transform-3d) {
    .c_fade .carousel-inner > .item.next,
    .c_fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .c_fade .carousel-inner > .item.prev,
    .c_fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .c_fade .carousel-inner > .item.next.left,
    .c_fade .carousel-inner > .item.prev.right,
    .c_fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.zoomOut {
    -webkit-animation: zoom_out_ 10s;
	animation: zoom_out_ 10s;
}
.zoom__ {
    -webkit-animation: zoom_ 20s;
	animation: zoom_ 20s;
}

@-webkit-keyframes zoom_ {
	from { -webkit-transform: scale(1, 1); }
	to { -webkit-transform: scale(1.5, 1.5); }
}
@keyframes zoom_ {
	from { -webkit-transform: scale(1, 1); }
	to { -webkit-transform: scale(1.5, 1.5); }
}
@-webkit-keyframes zoom_out_ {
	from { -webkit-transform: scale(1.5, 1.5); }
	to { -webkit-transform: scale(1, 1); }
}
@keyframes zoom_out_ {
	from { -webkit-transform: scale(1.5, 1.5); }
	to { -webkit-transform: scale(1, 1); }
}

#NEXT {
	padding: 0;
    margin: -70px 0 0;
    position: absolute;
	width: 100%;
	z-index: 120;
}

#NEXT span {
	position: relative;
	top: -30px;
    left: 0;
    margin: 0 auto;
    animation: sdb05 1.5s infinite;
    z-index: 100;
    color: #232323;
    font-size: 3em;
	text-align: center;
}

#NEXT span:hover {
	cursor: pointer;
	color: #395e88;
}
@-webkit-keyframes sdb05 {
	0% {
	-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
}
@keyframes sdb05 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(0, 20px);
		opacity: 0;
	}
}

/*/////////// HOME //////////*/
#hm_ {
    position: absolute;
    top: 24em;
    left: 0;
    right: 0;
    z-index: 100;
    margin: 0 0 0;
}
.home_01 {
    width: 375px;
    /*height: 190px;*/
    padding: 20px 20px 15px;
    margin: 15px 0;
    background: linear-gradient(60deg, #232323, #232323 30%, #00544c 40%, #232323 44%);
    background-size: 400% 400%;
    animation: gradient 30s ease infinite;
    color: #fff;
    display: inline-grid;
    position: relative;
    border-radius: 5px;
    text-align: justify;
    box-shadow: 0 35px 35px -30px rgb(0 0 0 / 50%);
    line-height: 1.1;
}
.home_01:hover {box-shadow: 0 35px 35px -30px rgb(0 150 136 / 50%);}
@keyframes gradient {
	0%      {background-position: 0% 50%;}
	50%     {background-position: 100% 50%;}
	100%    {	background-position: 0% 50%;}
}
.home_01 h3{
    font-size: 35px;margin: 0 0 5px;
}
.home_01 i {
    font-size: 2em;
    display: block;
    margin: 15px auto 5px;
    -webkit-transition: 900ms;
    -moz-transition: 900ms;
    transition: 900ms;
}
/*.home_01:hover i {*/
/*    color: #395e88;*/
/*    transform: scale(1.4);*/
/*    -webkit-transform: scale(1.4);*/
/*}*/
.home_01 a {color: #fff;}
.home_01 a:hover {color: #395e88;}

.home_01 img {
    margin: 1em auto;
    filter: brightness(0) invert(1);
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -webkit-transition: 1500ms;
	-moz-transition: 1500ms;
	transition: 1500ms;
}
.home_01:hover img {
    filter: invert(40%) sepia(34%) saturate(2203%) hue-rotate(140deg) brightness(94%) contrast(101%);;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    
    -webkit-transition: 700ms;
	-moz-transition: 700ms;
	transition: 700ms;
}
.home_01 .padd_ {padding: 0 10px 0 0;}

#hm__ {padding: 15px 0; background: #fff;}
#socios_ {
    padding: 5px 0 0;
    background: #000;
    background-image: url(../img/bg_socios.webp);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
#socios_ > .bg_overlay {
    background: #232323;
    opacity: 0.7;
    /*transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.socios {
    font-size: 4em;
    margin: 30px 0 0;
    color: #395e88;
}

.ttl span {display: inline-flex;}
.ttl  {
    font-size: 80px;
    font-weight: 800;
    color: #395e88;
    margin: 40px 0 0;
    letter-spacing: 5px;
    line-height: 0.6;
}
.ttl1  {
    /*font-size: 60px;*/
    /*font-weight: 800;*/
    color: #232323;
    margin: 40px 0 0;
    letter-spacing: 10px;
}
#models_ .ttl1  {
    color: #232323;
    margin: 20px 0 10px;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
}
.s_ttl {margin: 50px 0 0;}

.img_hr {
    width: 210px;
    margin: 25px auto;
    display: block;
}

.fill-button {
	position: relative;
    display: block;
    z-index: 1;
    text-decoration: none;
    margin: 20px 0;
    font-size: 15px;
    padding: 0;
    border: none;
    width: 100%;
    background: transparent;
    cursor: pointer;
}
.fill-button:hover .button-content button {
	color: #fff;
}
.fill-button .button-wrapper {
  width: fit-content;
  background-color: #232323;
  padding: 10px;
  position: relative;
  z-index: 2;
}
.fill-button .button-content {
    font-family: 'Bebas Neue', cursive;
	letter-spacing: 3px;
    font-size: 2em;
	color: #fff;
	position: relative;
	z-index: 4;
	transition: color 400ms ease-in;
}
.fill-button .fill_01 {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #395e88;
  /*box-shadow: 0 0 15px #395e88;*/
  transition: width 600ms ease-out;
}
.fill-button:focus .fill_01,
.fill-button:hover .fill_01 {width: 100%;}

.prod_ {
    width: 335px;
    display: inline-grid;
    position: relative;
}

.exus_001 {
    position: relative;
    overflow: hidden;
    margin: 10px;
    padding: 1em 0 20%;
    background-color: #fff;
    color: #151515;
    text-align: left;
    box-shadow: 0px 20px 20px -20px #909090;
}

.exus_001:hover {
	background: #FFF;}

.exus_001 * {
    -webkit-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
}
.exus_001 img {
    max-width: 100%;
    vertical-align: top;
  
    -webkit-transition: 1900ms;
    -moz-transition: 1900ms;
    transition: 1900ms;
}
.exus_001:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.8;
}
.exus_001 figcaption {
  position: absolute;
  height: 65px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 0 0 15px;
  background-color: rgb(255 255 255 / 90%);
  border-radius: 0;
  -webkit-transition: 900ms;
	-moz-transition: 900ms;
	transition: 900ms;
}
.exus_001 h3 {
    margin: 0 0 10px;
    text-transform: uppercase;
    background: linear-gradient(45deg, black, #395e88);
    padding: 5px;
    color: #fff;
    font-size: 2.5em;
    letter-spacing: 5px;
    line-height: 1.5;
    border-radius: 1em 1em 0 0;
}
.exus_001 blockquote {
  padding: 0 20px 20px;
  margin: 25px 0 0 0;
  border-left: none;
  line-height: 1.1;
}
.exus_001:hover figcaption,
.exus_001.hover figcaption {
  height: calc(100%);
}

.exus_001 span {
    position: absolute;
    bottom: 55px;
    right: -15px;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    width: 30px;
    height: 25px;
    color: #395e88;
    text-align: center;
    font-size: 15px;
}
.exus_001:hover span,.mdx_002.hover span {	
	-webkit-transform: translate(-50%, -50%) scale(0); 
	transform: translate(-50%, -50%) scale(0); 
	opacity: 1;
}

.exus_001 i { 
	animation: blinker 1s linear infinite;
	margin: 0;
    position: absolute;
    left: 0;
    right: 0;
}
@keyframes blinker { 50% { opacity: 0;}}

.exus_001 ul li {
    list-style-image: url(../img/bullet.svg);
    padding: 0;
}

.exus_001 a {color: #151515;}
.exus_001 a:hover {color: #395e88;}
.exus_001 .fill-button {
    position: relative;
    font-size: 15px;
    padding: 0;
    border: none;
    width: fit-content;
    background: transparent;
    cursor: pointer;
    margin: 20px auto;
}
.exus_001 .fill-button .button-content {letter-spacing: 3px;}
.exus_001 .fill-button .button-wrapper {padding: 5px 15px;}

#sols {
    background: #b1b1b1;
    color: #fff;
    padding: 50px 0;
    background-image: url(../img/bg_us_idx.webp);
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}
#sols > .bg_overlay {
    background: #000;
    opacity: 0.7;
    /*transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.sols_ {
    width: 445px;
    display: inline-grid;
    position: relative;
}
.space {margin: 20px auto 0;}
.space_ {padding: 40px 0;}

.exus_002 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 15px 5px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-transition: 1500ms;
	-moz-transition: 1500ms;
	transition: 1500ms;
}

.exus_002:hover {
    -webkit-transform: translate(0,-20px);
    transform: translate(0,-20px);
    border-radius: 5px;
}
.exus_002 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.exus_002 img {
  max-width: 100%;
  vertical-align: top;
  opacity: 0.7;
	-webkit-transition: 1200ms;
	-moz-transition: 1200ms;
	transition: 1200ms;
}
.exus_002:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    filter: blur(10px);
}

.exus_002 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(transparent, #000);
}

.exus_002 figcaption:before {
  font-family: 'FontAwesome';
  content: "\f10d";
  position: absolute;
  font-size: 125px;
  opacity: 0.1;
  font-style: normal;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -36px;
  left: 50%;
}

.exus_002 blockquote {
  padding: 0;
  margin: 30% 0 0;
  font-style: italic;
  border-left: none;
  text-align: justify;
}

.exus_002 h3 {
  font-size: 15px;
  margin: 3px 0;
}
.exus_002 p {
    font-size: 14px;
    margin: 0;
    text-align-last: center;
    line-height: 1.2;
}

.exus_003 {
    margin: 2px 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.exus_003 *,
.exus_003 *:before,
.exus_003 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.exus_003 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.exus_003:before,
.exus_003:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #395e88;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.exus_003:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  transform: skew(30deg) translateX(-80%);
}

.exus_003:after {
  -webkit-transform: skew(-30deg) translateX(-70%);
  transform: skew(-30deg) translateX(-70%);
}

.exus_003 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 20px;
}

.exus_003 figcaption:before,
.exus_003 figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #395e88;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.exus_003 figcaption:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}

.exus_003 figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  transform: skew(-30deg) translateX(-90%);
}

.exus_003 h3,
.exus_003 p {
  opacity: 0;
}

.exus_003 h3 {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1em;
    letter-spacing: 1px;
}

.exus_003 p {
  margin: 0;
  font-size: 15px;
  text-align: justify;
  letter-spacing: 0px;
}


.exus_003:hover h3,
.exus_003.hover h3,
.exus_003:hover p,
.exus_003.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.exus_003:hover:before,
.exus_003.hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  background: #000;
}

.exus_003:hover:after,
.exus_003.hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
  background: #000;
}

.exus_003:hover figcaption:before,
.exus_003.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  background: #000;
}

.exus_003:hover figcaption:after,
.exus_003.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background: #000;
}

/*CARRUSEL HOME*/
.carousel-wrap {
	margin: 0 auto;
	padding: 0 5%;
	width: 100%;
	position: relative;
}
/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}
/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color:gray;
}
.owl-nav i {
    font-size: 30px;
    margin: 10px 0 0;
	color: #ddd;
}
.owl-nav i:focus,
.owl-nav i:hover {
	color: #395e88;
}
.owl-nav .owl-prev {
  left: -30px;
}
.owl-nav .owl-next {
  right: -30px;
}
.carousel-wrap .item{
  display:inline-flex;
  align-items:center;
  /* height: 90px; */
}

.aso__ {
    width: 330px;
    display: inline-grid;
    position: relative;
    margin: 5px;
}
.aso_ {
    width: 310px;
    display: inline-grid;
    position: relative;
    margin: 5px;
}
.aso_ img {
    filter: grayscale(100%);
	-webkit-transition: 900ms;
	-moz-transition: 900ms;
	transition: 900ms;
}
.aso_:hover img{
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    filter: grayscale(0%);
}

#suscribe_ {
    background: linear-gradient(#7c7c7c, #b9b9b9, #3a3a3a);/*#900C3F*/
    color: #fff;
    padding: 10px 0 0;
}
#suscribe_ .ttl {color: #fff;}
#suscribe_ form {
    position: relative;
    top: 20px;
    margin: 0 0 5em;
}
#suscribe_ .btn_01 {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 11px 40px;
}
#suscribe_ .form-control {
    height: 40px;
    padding: 5px 12px;
    font-size: 15px;
    line-height: 1.4;
    color: #232323;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	position: relative;
}
.btn_01 {
    background: #232323;
    color: #fff;
    border-radius: 0;
    border: none;
    padding: 10px;
    font-size: 15px;
    margin: 20px auto;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0;
    width: fit-content;
}
.btn_01:focus,
.btn_01:hover {
	background: #395e88;
	color: #fff;
}
.plz {
    position: absolute;
    right: 15px;
    bottom: 52px;
}
.plz_ {
    width: 300px;
    display: inline-grid;
    position: relative;
    height: 250px;
    color: #fff;
    margin: 50px 0 0;
}
.plz_ h3 {
    position: absolute;
    margin: 10px 0;
    z-index: 1;
    left: -7em;
    width: 320px;
    text-align: right;
}
.plz_ h4 {
    position: absolute;
    top: 60px;
    margin: 10px 0;
    z-index: 1;
    left: -4.2em;
    width: 320px;
    text-align: right;
    font-size: 40px;
}
.plz_ a {color: #fff;}
.plz_ a:hover {color: #69052c;}
.plz_ img{
    position: absolute;
    margin: 10px 0 0;
}

.img_btm {
    position: relative;
    bottom: -4.7em;
    display: none;
}

/*PRODUCTOS*/
#top {
    /*background: url(../img/slide_03.webp);*/
    background: url(https://csgcompressors.com/wp-content/uploads/2021/01/about-page-banner.jpg);
    color: #fff;
    padding: 12em 0 4em;
    position: relative;
    background-position: 50% 35%;
    background-size: cover;
}
#top > .bg_overlay {
    background: #000;
    opacity: 0;
    /*transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#top h2 {
    font-size: 3em;
    font-weight: 700;
    margin: 0;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}
#top h3 {margin: 0;position: relative; text-align: center;}

#top_  {
    background: url(../img/top_acc.webp);
    color: #fff;
    padding: 7em 0 1em;
    position: relative;
    background-position: 50% 5%;
    background-size: cover;
}
#top_ > .bg_overlay {
    background: #181f2a;
    opacity: 0.7;
    /*transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#top_ h2 {
    font-size: 4em;
    font-weight: 800;
    margin: 0;
    letter-spacing: 10px;
    text-align: center;
}
#top_ h3 {margin: 0 0 0 3em;}

.tp_img {
    position: absolute;
    bottom: 0;
    display: none;
}
.ttl_ {
    font-size: 60px;
    font-weight: 800;
    color: #395e88;
    margin: 0;
    letter-spacing: 10px;
}

#prods {padding: 15px 0 75px;}
#prodsss {padding: 6em 0 75px;}

/* GALLERY */
.lb_  { background: #fff; position: relative; width: 100%; margin: 0 0 10px; }
.lb__  { background: #fff; position: relative; width: 100%; margin: 0 0 10px; }
.tz-gallery .lightbox img { width: 100%; border-radius: 0; position: relative; }
.tz-gallery .lightbox:hover img { opacity: 0.5; -webkit-filter: blur(5px); filter: blur(3px);}
.tz-gallery .lightbox:before {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: -15px 0 0;
    opacity: 0;
    color: #395e88;
    font-size: 50px;
    font-family: fontawesome;
    content: "\f002";
    pointer-events: none;
    z-index: 1;
    transition: 0.4s;
    text-align: center;
}
.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: transparent;
    content: '';
    transition: 0.4s;
}
.tz-gallery .lightbox:hover:after, .tz-gallery .lightbox:hover:before { opacity: 1; }
.baguetteBox-button { background-color: transparent !important; }
#baguetteBox-overlay .full-image img { box-shadow: none;background: transparent;}

table .tz-gallery .lightbox:before {
    position: relative;
    display: none;
}
table .tz-gallery .lightbox:after {
    position: unset;
}
#nolupa .tz-gallery .lightbox:before {
    position: relative;
    display: none;
}
#nolupa .tz-gallery .lightbox:after {
    position: unset;
}


#prod_gall .nav-pills>li>a { border-radius: 5px; width: 75px; padding: 0; opacity: 0.2; margin: 0 5px 0 0; }
#prod_gall .nav>li>a:hover, #prod_gall .nav>li>a:focus { box-shadow: 0 15px 15px -15px #395e88; opacity: 0.5; }
#prod_gall .nav-pills>li.active>a, #prod_gall .nav-pills>li.active>a:hover, #prod_gall .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: transparent;
    padding: 0;
    width: 75px;
	opacity: 1;
	box-shadow: 0 15px 15px -15px #395e88;
}
#prod_gall .nav-pills li p {
    margin: 15px 0 0;
    font-size: 10px;
    text-align: center;
    letter-spacing: 0;
}

/*.inf_ {line-height: 2;}*/

/* MAGNIFY GLASS */
.mag {
    margin: 0 auto;
    display: block;
}
.magnify {
    position: relative;
    cursor: none
}
.magnify-large {
    position: absolute;
    display: none;
    width: 250px;
    height: 250px;
	transform-origin: center;

    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
             border-radius: 5%;
}

.tab_cstm {margin: 0 auto; width: 90%;}
#tab_custom .nav>li>a {padding: 10px;}
#tab_custom .nav-tabs>li {
    float: unset;
    margin-bottom: -1px;
    display: inline-block;
}
#tab_custom .nav-tabs>li>a {
    border-radius: 0;
    background: #ddd;
    margin: 5px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 15px;
}
#tab_custom .tab-content {
    /*border-right: 1px solid #ddd;*/
    /*border-left: 1px solid #ddd;*/
    /*border-bottom: 1px solid #ddd;*/
    padding: 20px;
    border: none;
}
#tab_custom .nav-tabs {
    /*border-bottom: 1px solid #ddd;*/
    border: none;
}
#tab_custom .custom ul li a {color: #232323;}
#tab_custom .custom ul li {
    list-style-image: url(../img/bullet.svg);
    padding: 0 0 5px 0;
}
#tab_custom .nav-tabs>li.active>a, #tab_custom .nav-tabs>li.active>a:hover, #tab_custom .nav-tabs>li.active>a:focus {
    color: #395e88!important;
    cursor: default;
    background-color: #fff;
    border: 1px solid #395e88;
}
#tab_custom a {color: #232323;}
#tab_custom a:hover {color: #395e88;}
.tab-content>.tab-pane {
    text-align: justify;
    max-height: 650px;
    overflow-y: auto;
    overflow-x: auto;
    padding: 0 15px 0 0;
}

thead tr {
	background: #555;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
#models_ thead tr {
	background: #395e88;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.table-striped>tbody>tr:nth-of-type(odd) {background-color: #efefef;}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {background-color: #efefef;white-space: nowrap;}
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    border: 1px solid #efefef;
}
.table>thead>tr>th, 
.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>tbody>tr>td, 
.table>tfoot>tr>td {border: 1px solid #efefef;line-height: 0.8;white-space: nowrap;}

.bg_gray {
    background: #323639;
    height: 40px;
    position: absolute;
    z-index: 1025;
    width: 135px;
    top: 10px;
    right: 20px;
    display: none;
}

/*ACCESORIOS*/
.img_acc {width: 65%;margin: 0 auto 5em;}

.info__ {
    background: #232323;
    color: #ffff;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 10px auto;
}

.ttl_bg {
    background: linear-gradient(90deg, transparent, #395e88, transparent);
    margin: 0 0 25px;
    line-height: 1.5;
    font-size: 45px;
}

.acc_ * {
	-webkit-transition: 900ms;
	-moz-transition: 900ms;
	-o-transition: 900ms;
	transition: 900ms;
}
.acc_ {
    width: 100%;
    position: relative;
}
.acc_ .fig {
    width: 19em;
    height: 19em;
    border-radius: 50%;
    position: absolute;
    margin: 0 auto;
    z-index: -1;
    top: 4em;
    right: 0;
    left: 0;
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
}
.acc_ .fig_ {
    width: 16em;
    height: 16em;
    border-radius: 50%;
    position: absolute;
    margin: 0 auto;
    z-index: -1;
    top: 5.3em;
    right: 0;
    left: 0;
}
.acc_ img {
	transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
}
.acc_:hover img {
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.acc_:hover .fig {
    -webkit-animation: spin 5s linear infinite;
    -moz-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}
.bg_01 {border: 5px dotted #395e88;}
.bg_02 {border: 5px dotted #ddd;}
.bg_03 {border: 5px dotted #395e88;}
.bg_04 {background: #395e88;}
.bg_05 {background: #395e88;color: #fff;}
.bg_06 {background: #4e4e4e;color: #fff;padding: 15px 10px;}
.bg_06 h3 {margin: 0;}
.bg_07 {background: #ddd;}
.bg_08 {background: #666;color: #fff!important;}
.bg_08 h4 {margin: 0 0 10px;}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.hvac_ *{
    -webkit-transition: 900ms;
	-moz-transition: 900ms;
	transition: 900ms;
}
.hvac_ {
    width: 330px;
    position: relative;
    display: inline-grid;
    padding: 10px;
}
.hvac_ .fill-button {margin: 20px auto;width: auto;}
.hvac_ .fig {
    width: 15em;
    height: 15em;
    border-radius: 50%;
    position: absolute;
    margin: 0 auto;
    z-index: -1;
    top: 3em;
    right: 0;
    left: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}
.hvac_:hover .fig {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.panel-group{margin: 30px 0 0;}
.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {border-bottom: none;}
.panel-group > .panel:first-child .panel-heading {border-radius: 0;}
.panel-group .panel {border-radius: 0;}
.panel-group .panel + .panel {margin-top: 0;}
.panel-heading {
    background-color: #395e88;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.panel-heading.active, .panel-heading:hover {background-color: #395e88;}
.panel-title a {
  display: block;
  color: #fff;
  padding: 15px 50px 15px 15px;
  position: relative;
  font-size: 35px;
  font-weight: 400;
  text-decoration: none;
}
.panel-body {background: #fff;}
.panel:last-child .panel-body {border-radius: 0;}
.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}
.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}

/* #BS-COLLAPSE ICON SCALE OPTION */

.panel-heading a:before {
  content: '\f067';
  position: absolute;
  font-family: 'FontAwesome';
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.panel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 0.8em;
  position: absolute;
  font-family: 'FontAwesome';
  right: 10px;
  top: 16px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: '\f078';
  transform: scale(1);
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  content: '\f077';
  font-size: 0.8em;
  position: absolute;
  font-family: 'FontAwesome';
  right: 10px;
  top: 16px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}

.panel-body {padding: 20px 70px;font-weight: 300;}
.panel-body hr {
    border-top: 3px solid #395e88;
    width: 50%;
    margin: 10px 0;
}
.panel-body h3 {margin: 0;font-weight: 600;text-transform: uppercase;}
.panel-body img {
    width: 140px;
    float: left;
    margin: 10px 15px 9px 0;
    display: table-column-group;
}

/*    DISTRIBUIDORES      */

#top_deal  {
    background: url(../img/bg_dist.webp);
    color: #fff;
    padding: 7em 0 1em;
    position: relative;
    background-position: 50% 35%;
}
#top_deal > .bg_overlay {
    background: #181f2a;
    opacity: 0.7;
    /*transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#top_deal h2 {
    font-size: 4em;
    font-weight: 800;
    margin: 0;
    letter-spacing: 10px;
    text-align: center;
    position: relative;
}
#top_deal h3 {margin: 0;position: relative; text-align: center;}

/*FORM DEALERS*/
/*#form_dist .form-control {
    height: auto;
    padding: 10px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #395e88;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #395e88;
    box-shadow: none;
    margin: 0 0 15px;
    border-radius: 0;
    text-transform: initial;
    letter-spacing: 3px;
    -webkit-transition: 900ms;
    transition: 900ms;
}
#form_dist .form-control:hover,
#form_dist .form-control:focus {
	box-shadow: none;
	border-bottom: 2px solid rgb(0 0 0 / 30%);
}
#form_dist .form-control::-webkit-input-placeholder{color:#232323;}*/

#load label{
    padding: 10px;
    background: #395e88;
    display: table;
    color: #fff;
    margin: 10px 0;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#load label:hover{
    background: #395e88;
}

.btn.active, .btn:active {
    -webkit-box-shadow: inset 0 3px 5px transparent;
    box-shadow: inset 0 3px 5px transparent;
}

#load1 .uploadBtnWrap {
	font-size: 25px;
	font-weight: 500;
	color: #949090;
}
#load1 .uploadBtnWrap .btn {
	border: 1px solid #395e88;
	cursor: pointer;
	padding: 10px 40px;
	border-radius: 0;
	background: #395e88;
	color: #fff;
	margin: 10px 0;
	font-size: 25px;
	text-transform: uppercase;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
#load1 .uploadBtnWrap .btn:hover {
	border: 1px solid #232323;
	background: #232323;
}
#load1 .uploadBtnWrap input[type="file"] {
  display: none;
}

.radio-custom-label {
    display: block; 
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 10px 0 10px 10px;
}

.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline { margin-top: 0; margin: 10px 0 10px 10px; }
/* Hide the browser's default radio button */
.radio-custom-label input { position: absolute; opacity: 0; }
/* Create a custom radio button */
.radio-custom {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 3px solid #ddd;
  border-radius: 5px;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}
/* On mouse-over, add a grey background color */
.radio-custom-label:hover input ~ .radio-custom {
  	border-color: #395e88;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;;
}
/* When the radio button is checked, add a blue background */
.radio-custom-label input:checked ~ .radio-custom {
  background-color: transparent;
  border: 3px solid #395e88;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-custom:after { content: ""; position: absolute; display: none; }
/* Show the indicator (dot/circle) when checked */
.radio-custom-label input:checked ~ .radio-custom:after { display: block; }
/* Style the indicator (dot/circle) */
.radio-custom-label .radio-custom:after {
	top: 11px;
    left: 3px;
    width: 6px;
    height: 13px;
    content: '';
    border-top: 3px solid #395e88;
    border-right: 3px solid #395e88;
	-webkit-transform: scaleX(-1) rotate(135deg);
	   -moz-transform: scaleX(-1) rotate(135deg);
	    -ms-transform: scaleX(-1) rotate(135deg);
	        transform: scaleX(-1) rotate(135deg);
	-webkit-transform-origin: left top;
	   -moz-transform-origin: left top;
	    -ms-transform-origin: left top;
	        transform-origin: left top;
  	-webkit-animation: check 0.5s;
	   -moz-animation: check 0.5s;
	     -o-animation: check 0.5s;
	        animation: check 0.5s;
}
@-webkit-keyframes check { 0% { width: 0; height: 0;} 25% { width: 6px; height: 0;} 50% { width: 6px; height: 14px;}}
@-moz-keyframes check { 0% { width: 0; height: 0;} 25% { width: 6px; height: 0;} 50% { width: 6px; height:14px;}}	
@-ms-keyframes check { 0% { width: 0; height: 0;} 25% { width: 6px; height: 0;} 50% { width: 6px; height: 14px;}}
@keyframes check { 0% { width: 0; height: 0;} 25% { width: 6px; height: 0;} 50% { width: 6px; height: 14px;}}

.img_deal img {
    margin: 0 auto 10px;
    width: 94%;
    display: block;
}

/************ MODALS STYLE ************/
.modal-open .modal {background: #fff;}
body.modal-open { overflow: visible;padding-right: 0!important; } /*EVITA QUE SALTE LA PÁGINA AL ABRIR MODAL*/

/* CUSTOM SCROLL BAR */
/* width */
body.modal-open ::-webkit-scrollbar {width: 0em;}
/* Track */
body.modal-open ::-webkit-scrollbar-track {background: #ddd;}
/* Handle */
body.modal-open ::-webkit-scrollbar-thumb {background: linear-gradient(45deg, #3d640f, #8ec74b);}

.modal-dialog {
	position: absolute;
    width: 100%;
    margin: 0 auto;
}
.modal-content {
    border: 0px solid #FFF;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 #FFF;
    box-shadow: 0 0 0 #FFF;
	background-color: transparent;
}
.modal-header {
    padding: 15px;
    border-bottom: 0px solid #fff;
    background: #395e88;
    text-align: center;
}
.modal-title {
    font-size: 44px;
    letter-spacing: 10px;
	color: #fff;
}
.close {
    position: absolute;
    right: 20px;
    top: -10px;
    font-size: 5em;
    font-weight: 100;
    color: #fff;
    text-shadow: 0 0 5px #0006;
    opacity: 0.5;
    z-index: 10;
}
.close:hover, .close:focus {
    color: #fff;
    opacity: 1;
}
.btn_mdl_x {
    position: absolute;
    bottom: -2em;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: fit-content;
    background: #395e88;
    color: #fff;
    border: none;
    padding: 5px 25px;
    border-radius: 2em;
}
.btn_mdl_x:focus,
.btn_mdl_x:hover {
    background: #232323;
    padding: 5px 30px;
}

#form_dist .fill-button {
    bottom: 60px;
    margin: 0;
    float: right;
    width: auto;
}
#form_dist .fill-button .button-wrapper {padding: 5px 10px;}

#modalVID {
    top: 0;
    left: 0;
    z-index: 9999;
    filter: alpha(Opacity=80);
    opacity: 1;
    display: none;
    /* background: url(../img/overlay.webp) repeat 0 0; */
    background: linear-gradient(45deg, rgb(17 206 163 / 95%), rgb(9 106 115 / 95%));
}
#modalVID .modal-dialog {
    width: 60%;
    margin: 5em auto;
    position: relative;
}
#modalVID .modal-header {background: transparent;}
#modalVID .close {
    font-size: 25px;
    color: #ffffff;
    background: #F44336!important;
    width: 50px;
    height: 50px;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .85;
    border-radius: 50%;
	float: right;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
#modalVID .close:focus,
#modalVID .close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
	background: #8BC34A;
    opacity: 1;
}
.video_yt{width:100%;box-shadow:0 23px 15px -25px #000;margin:10px auto;position:relative}
.video_yt .embed-responsive-16by9{border-radius:1em}

#prods .vid_ a {font-weight: 600;color: #232323;}
#prods .vid_ a:hover {color: #395e88;}

.cstm_ {
    width: 225px;
    display: inline-grid;
    position: relative;
    margin: 5px;
    padding: 20px;
}
.cstm_ img {
    filter: grayscale(100%);
	-webkit-transition: 900ms;
	-moz-transition: 900ms;
	transition: 900ms;
}
.cstm_:hover img{
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    filter: grayscale(0%);
}

.bg_05 .lb_ {
    background: transparent;
    margin: 0;
}
.txt_ev ul li::marker, .bg_05 ul li::marker, .bg_08 ul li::marker {color: #fff;}

.btn_ctr {
    width: auto!important;
    margin: 20px auto!important;
}

.img_tech {
    width: 60%;
    margin: 0 auto;
    display: block;
}

/*    GARANTÍA      */

#top_warr  {
    background: url(../img/bg_waarr.webp);
    color: #fff;
    padding: 7em 0 1em;
    position: relative;
    background-position: 50% 35%;
    background-size: cover;
}
#top_warr > .bg_overlay {
    background: #181f2a;
    opacity: 0.7;
    /*transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#top_warr h2 {
    font-size: 4em;
    font-weight: 800;
    margin: 0;
    letter-spacing: 10px;
    text-align: center;
    position: relative;
}
#top_warr h3 {margin: 0;position: relative; text-align: center;}

.img_warr {
    position: absolute;
    width: 35%;
    z-index: -2;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 35em;
}

.form-control {
    height: auto;
    padding: 5px 12px;
    margin: 15px 0;
    font-size: 15px;
    line-height: 1.4;
    color: #232323;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	position: relative;
}
.form-control:hover,
.form-control:focus {
    border-color: #395e88;
    -webkit-box-shadow: 0 0 8px #395e88;
    box-shadow: 0 0 8px #395e88;
}

.dl_ {
    position: relative;
    padding: 10px;
}

.btn_download {
    position: relative;
    right: 0;
    top: 0;
    background: #395e88;
    width: 50px;
    height: 50px;
    color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 15px 15px -15px #000;
    float: inline-end;
}
.btn_download i {font-size: 30px;}
.btn_download:focus,
.btn_download:hover {
    background: #395e88;
}
.ddl_ .btn_01 {
    padding: 10px 25px;
    font-size: 15px;
    margin: 5px auto 10px;
    letter-spacing: 0;
    position: relative;
    display: block;
}
.cntr {position: relative;z-index: 3;}

.mrg {margin: 0;}

.ddl_  .info_attach {
    position: absolute;
    left: unset;
    top: 3px;
    right: -25px;
}

#training {
    background: url(../img/training.webp);
    color: #fff;
    padding: 2em 0 2em;
    position: relative;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
#training > .bg_overlay {
    background: #395e88;
    opacity: 0.9;
    /*transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.mods_ {
    position: relative;
    display: inline-grid;
    padding: 35px 20px;
    margin: 10px;
    width: 550px;
    text-align: justify;
    text-align-last: center;
    border: 5px solid #fff;
    border-radius: 21px;
}
.mods_:hover {
    background: rgb(0 0 0  / 75%);
    border: 5px solid #395e88;
    color: #395e88;
}
.mods_ img {
    width: 140px;
    margin: 0 auto;
}
.mods_:hover img {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.mods_ p {margin: 0 0 35px;font-size: 16px;}
.mods_ .btn_mods i {margin: 0 10px;}
.mods_ .btn_mods a {color: #fff;}
.mods_ .btn_mods a:hover {color: #395e88;}
.mods_ .btn_mods {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 0 auto;
    border-radius: 40px 40px 0 0;
    border: 5px solid #fff;
    background: transparent;
    border-bottom: none;
    padding: 10px 40px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.mods_ .btn_mods:focus,
.mods_ .btn_mods:hover {
    border: 5px solid #395e88;
    border-bottom: none;
    color: #395e88;
    background: transparent;
}

.img_capa {margin: 0 0 10px;}

.solss_ {
    display: inline-grid;
    position: relative;
    width: 330px;
    padding: 10px;
}

/*           NOSOTROS        */
#top_us  {
    /*background: url(../img/bg_us.webp);*/
    background: url(../img/slide_03.webp);
    color: #fff;
    padding: 7em 0 1em;
    position: relative;
    background-position: 50% 35%;
    background-size: cover;
}
#top_us > .bg_overlay {
    background: #181f2a;
    opacity: 0.7;
    /*transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#top_us h2 {
    font-size: 4em;
    font-weight: 800;
    margin: 0;
    letter-spacing: 10px;
    text-align: center;
    position: relative;
}
#top_us h3 {margin: 0;position: relative; text-align: center;}

#us__ {
    background: url(../img/bg_us_01.webp);
    color: #232323;
    padding: 8em 0 5em;
    position: relative;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
#us__ > .bg_overlay {
    background: linear-gradient(60deg, #fff 50%, transparent);
    opacity: 1;
    /* transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.mis_ * {
    -webkit-transition: 900ms;
	-moz-transition: 900ms;
	transition: 900ms;
}
.mis_ {position: relative; z-index: 10;}
.mis_ img {
    position: absolute;
    width: 125px;
    z-index: -1;
    right: 5em;
    opacity: 0.3;
    display: inline-grid;
    top: 15px;
}
.mis_:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.6;
}
.img_us {
    padding: 10px;
    display: inline-grid;
    width: 230px;
}


.custom-file {
    position: relative;
    top: 15px;
}
.custom-file input[type=file] {
    position: absolute;
    width: 80%;
}
.custom-file input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #395e88;
  padding: 10px 20px;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

.custom-file input[type=file]::file-selector-button:hover {
  background: #395e88;
}
.custom-file input[type=file]:focus, .custom-file input[type=checkbox]:focus, .custom-file input[type=radio]:focus {
    outline: 0px auto -webkit-focus-ring-color;
}
.custom-file label {
    position: relative;
    color: transparent;
    z-index: -1;
    top: 5px;
}
.info_attach {
    position: absolute;
    left: -25px;
    top: 1px;
    background: #d14b42;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 5px 0 0;
    border-radius: 50%;
}

/* CUSTOM SCROLL BAR */
/* width */
#ESP_ ::-webkit-scrollbar,
#tab_custom ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/* Track */
#ESP_ ::-webkit-scrollbar-track,
#tab_custom ::-webkit-scrollbar-track {
    background: #ddd;
	border-radius: 3px;
}
/* Handle */
#ESP_ ::-webkit-scrollbar-thumb,
#tab_custom ::-webkit-scrollbar-thumb {
    background: #7b7b7b;
    border-radius: 3px;
}

/* CUSTOM SCROLL BAR */
/* width */
#myTurntable3 ::-webkit-scrollbar,
#myTurntable1 ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
/* Track */
#myTurntable3 ::-webkit-scrollbar-track,
#myTurntable1 ::-webkit-scrollbar-track {
    background: #ddd;
	border-radius: 3px;
}
/* Handle */
#myTurntable3 ::-webkit-scrollbar-thumb,
#myTurntable1 ::-webkit-scrollbar-thumb {
    background: #7b7b7b;
    border-radius: 3px;
}

.img_rg {width: 220px;}

#to_top {
	display: inline-block;
	background-color: #395e88;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 2em 0 0 2em;
    position: fixed;
    bottom: 115px;
    right: 0;
	transition: background-color .3s, 
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
#to_top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 32px;
  padding: 0 0 0 5px;
  color: #fff;
}
#to_top:hover {
  cursor: pointer;
  background-color: #000;
}
#to_top:active {
  background-color: #000;
}
#to_top.show {
  opacity: 1;
  visibility: visible;
}


#Search_ {
    padding: 0 15px;
    position: fixed;
    top: 75px;
    z-index: 1030;
    right: 0;
    background: #fff;
    border-radius: 5px 0 5px 5px;
    box-shadow: -10px 10px 20px -15px rgb(0 0 0 / 50%);
}
#Search_ a {color: #000;position: absolute;top: 0;left: 0;right: 0;bottom: 0;padding: 5px 0 0 10px;}
#Search_ a:hover {color: #395e88;}
#Search_  ul {
    list-style: none;
    padding-inline-start: 0;
    font-size: 16px;
    letter-spacing: 3px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* CUSTOM SCROLL BAR */
/* width */
#Search_ ::-webkit-scrollbar { width: 10px; }
/* Track */
#Search_ ::-webkit-scrollbar-track { border-radius: 2px; background: #efefef; }
/* Handle */
#Search_ ::-webkit-scrollbar-thumb { border-radius: 2px; background: #395e88; }

#Search_  ul li {
    padding: 5px 15px;
    margin: 5px;
    float: none;
    background: transparent;
    color: #000;
    border-radius: 5px;
    display: block;
    list-style: none;
    position: relative;
    height: 33px;
}
#Search_  ul li:hover{ background: #efefef; }
#Search_ .form-control {
    display: block;
    width: 100%;
    padding: 0 10px;
    margin: 5px 0 0;
    font-size: 16px;
    color: #395e88;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 5em;
    box-shadow: none;
    -webkit-box-shadow: none;
    line-height: 2;
    height: auto;
}

.search_ {padding: 0 15px;}
/* .search_ a{display: initial; color: yellow;} */
.search_ i{
    font-size: 20px;
    padding: 0 0 0;
    margin: 10px 0 0;
}
/* .search_ i:hover { */
    /* animation: shake 3s infinite cubic-bezier(.36,.07,.19,.97) both; */
/* } */
/* @keyframes shake { */
  /* 0% { transform: rotate(0deg); } */
  /* 50% { transform: rotate(90deg); } */
  /* 100% { transform: rotate(0deg); } */
/* } */

.search_sm {
    z-index: 1030;
    position: fixed;
    top: 20px;
    right: 65px;
}

.btn_search_close  {
    background: #395e88;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
    padding: 0;
    z-index: 1030;
}
.btn_search_close:hover,
.btn_search_close:focus {
	background: #232323;
	color: #fff;
}


#google_translate_element {
    display: inline-grid;
    position: fixed;
    top: 70px;
    color: #000!important;
    right: 10px;
	z-index: 1040;
}
#google_translate_element:hover {
	color: #000!important;
}
#google_translate_element img {
    width: auto!important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    left: 101%;
    top: -10em;
    height: 0;
    width: 100%;
    z-index: -1000;
    position: absolute;
    border: none;
    border-bottom: 1px solid #6B90DA;
    margin: 0;
    box-shadow: 0 0 8px 1px #999;
    visibility: hidden;
    display: none;
    z-index: -55;
    background: transparent;
}

.spc_acc {
    margin: 5px;
    border-radius: 5px;
    padding: 10px;
}
.spc_acc_ {
    margin: 5px;
    padding: 10px;
    border-radius: 5px;
}
.no_padd_ {
    padding-left: 10px;
    padding-right: 0;
}

.info_acc_ {
    display: inline-grid;
    width: 49%;
    margin: 0;
    text-align: left;
}
.info_acc_1 {
    display: inline_grid;
    width: 100%;
    text-align: left;
}

.hr_ {
    margin: 5px auto;
    border-top: 2px solid #ddd;
    width: 100%;
}

.ttl_i {
    font-family: 'Bebas Neue', cursive;
    font-size: 15px;
    letter-spacing: 4px;
    line-height: 0.9;
    margin: 0 0 10px;
}
.ttl_i span {
    font-family: "Libre Franklin", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
}

.pdf_ {
    position: fixed;
    top: 150px;
    right: 10px;
    z-index: 1029;
    padding: 10px;
}
.pdf_ .btn_download {
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
}
.pdf_ .btn_download i {font-size: 15px;}

/*/////////////     CONTACTO    ////////////////////*/

#contact__ {
    background-image: url(../img/bg_c_01.webp);
    padding: 10em 0  26vh;
    color: #fff;
    background-position: 50% 50%;
}
#contact__ h2 {font-size: 6em;
    position: relative;}

#overlay_ {
    padding: 5em 0;
    position: relative;
}
.centered_ {
    margin: -15em auto 0;
    display: block;
    text-align: center;
}
.cont_ {
    display: inline-grid;
    position: relative;
    width: 375px;
    margin: 0 auto 20px;
}
.cont_ .name_ {
    background: #666;
    color: #fff;
    margin: 0;
    padding: 15px;
    border-radius: 10px;
}
.cont_:hover .name_ {
    background: #395e88;
    color: #fff;
}
.cont_ .data_ {
    width: 90%;
    padding: 20px;
    border: 1px solid #eee;
    background: #eee;
    position: relative;
    margin: 0 auto;
    border-radius: 0 0 5px 5px;
    text-align: justify;
    font-size: 15px;
}
.cont_:hover .data_ {
    background: #e9e9e9;
    border: 1px solid #395e88;
    box-shadow: 0 15px 15px -15px #395e88;
}
.cont_ .data_ p {margin: 0 0 5px;}
.cont_ .data_ i {margin: 0 10px 0 0;}
.cont_ a {color: #232323;}
.cont_ a:hover {color: #395e88;}

#contact_01 {
    background-image: url(../img/bg_c_02.webp);
    padding: 10em 0 15em;
    color: #fff;
    background-position: 50% 15%;
}

.centered_1 {
    margin: -20em auto 0;
    display: block;
    text-align: center;
}
.ttl_cont {
    font-size: 3.5em;
    color: #fff;
    margin: 0 0 -20px;
}
.ttl_cont_ {
    font-size: 3.5em;
    margin: 0 0 -20px;
}

#overlay_ .img_btm {
    position: relative;
    bottom: -5em;
}

/*/////////////     EVENTOS    ////////////////////*/

#event_ {
    background-image: url(../img/slide_01.webp);
    padding: 10em 0 7em;
    color: #fff;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}
#event_ > .bg_overlay {
    background: #000;
    opacity: 0.9;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.carousel-control {
    font-size: 10px;
	opacity: 0;
}

.carousel-control .icon-prev, 
.carousel-control .icon-next, 
.carousel-control .fa-angle-left, 
.carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,color-stop(transparent 0),color-stop(rgba(0,0,0,0.0001) 100%));
    background-image: linear-gradient(to right,transparent 0,rgba(0,0,0,0.0001) 100%);
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(transparent 100%));
    background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0,transparent 100%);
}

.ttl_ev {
    position: absolute;
    top: 0;
    background: #0a4f8c;
    color: #fff;
    padding: 20px;
    left: -15px;
}
.ttl_ev_ {
    position: absolute;
    top: 0;
    background: #0a4f8c;
    color: #fff;
    padding: 20px;
    left: 0;
    right: -15px;
}
.txt_ev {
    position: relative;
    top: 10em;
    text-align: justify;
    left: -10px;
    max-height: 260px;
    overflow-y: auto;
    overflow-x: auto;
    padding: 0 15px 0 0;
}
.txt_ev_ {
    position: relative;
    top: 10em;
    text-align: justify;
    left: 0;
    max-height: 260px;
    overflow-y: auto;
    overflow-x: auto;
    padding: 0 15px 0 0;
}
/* CUSTOM SCROLL BAR */
/* width */
#event_01 ::-webkit-scrollbar,
#event_ ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/* Track */
#event_01 ::-webkit-scrollbar-track,
#event_ ::-webkit-scrollbar-track {
    background: rgb(255 255 255 / 30%)!important;
	border-radius: 10px!important;
}
/* Handle */
#event_01 ::-webkit-scrollbar-thumb,
#event_ ::-webkit-scrollbar-thumb {
    background: #395e88; 
	border-radius: 10px;
}
#event_ .img_btm {
    position: relative;
    bottom: -7em;
}

.social_ {
    display: inline-grid;
    position: relative;
    margin: 0 10px;
    font-size: 25px;
}
.social_ a .fa-facebook:focus, .social_ a .fa-facebook:hover {color: #1877f2;}
.social_ a .fa-youtube:focus, .social_ a .fa-youtube:hover {color: #ff0000;}
.social_ a .fa-instagram:focus, .social_ a .fa-instagram:hover {color: #c13584;}

.center_ {
    display:block;
    margin: 0 auto;
    text-align: center;
}

#sended {
    display: inline-flex;
    background: linear-gradient(#395e88, #395e88);
    color: #fff;
    background-image: url(../img/bg_send.webp);
    background-size: cover;
    background-position: 50% 50%;
    position: fixed;
    height: 100%;
    width: 100%;
    align-items: center;
    padding: 3em 0;
}
#sended > .bg_overlay {
    background: linear-gradient(45deg, #000, #395e88);
    opacity: 0.9;
    /*transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#sended  h2 {
    font-size: 3em;
    margin: 2rem 0;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    position: relative;
}

#sended .btn-default {
    color: #fff;
    background-color: #232323;
    border-color: #232323;
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
    font-size: 15px;
    box-shadow: 0 0 5px rgb(0 0 0 / 60%);
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
#sended .btn-default:hover,
#sended .btn-default:focus {
	color: #fff;
    background-color: #395e88;
    border-color: #395e88;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}
#sended .btn-default i {
	-webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
#sended .btn-default:hover i {
	-moz-transform: scale(1.5) rotate(-360deg);
	-webkit-transform: scale(1.5) rotate(-360deg);
	transform: scale(1.5) rotate(-360deg);
}

#sended_form {
    display: inline-flex;
    background: linear-gradient(#395e88, #395e88);
    color: #fff;
    background-image: url(../img/bg_send.webp);
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    height: 100vh;
    width: 100%;
    align-items: center;
    padding: 3em 0;
}
#sended_form > .bg_overlay {
    background: linear-gradient(45deg, #000, #395e88);
    opacity: 0.9;
    /*transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#sended_form  h2 {
    font-size: 3em;
    margin: 2rem 0;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    position: relative;
}

#sended_form .btn-default {
    color: #fff;
    background-color: #232323;
    border-color: #232323;
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
    font-size: 15px;
    box-shadow: 0 0 5px rgb(0 0 0 / 60%);
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
#sended_form .btn-default:hover,
#sended_form .btn-default:focus {
	color: #fff;
    background-color: #395e88;
    border-color: #395e88;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}
#sended_form .btn-default i {
	-webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
#sended_form .btn-default:hover i {
	-moz-transform: scale(1.5) rotate(-360deg);
	-webkit-transform: scale(1.5) rotate(-360deg);
	transform: scale(1.5) rotate(-360deg);
}

.spin_iframe_menu {
    border: 0;
    overflow: hidden;
    width: 65%;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
.form_iframe_ {
    border: 0;
    overflow: hidden;
    min-height: 800px;
    margin: 0 0 -6px;
}
.form_iframe {
    border: 0;
    overflow: hidden;
    min-height: 600px;
    margin: 0 0 -6px;
}
.iframe_info {
    background: #ef762d;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -15px;
    text-align: center;
    padding: 6px 0;
    font-size: 30px;
}

#Dispo_ .modal-content {
    background-color: #fff;
    /*background-image: url(../img/slide_01.webp);*/
    padding: 100px;
    position: relative;
    /*background-position: 50% -20em;*/
    background-size: unset;
    background-repeat: no-repeat;
    padding: 0;
}
#Dispo_ .modal-body {
    padding: 0 0 1em;
}
#Dispo_ .modal-content > .bg_overlay {
    background: linear-gradient(transparent, #fff 30%);
    opacity: 1;
    /*transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#Dispo_ .modal-dialog {
    width: 90%;
    margin: 5em auto 0;
    left: 0;
    right: 0;
}
.info_dispo_ {
    position: relative;
    margin: 0em 0 0;
    padding: 0 30px;
    display: none;
}


#YH720C1_FT .modal-dialog, #YH610C1_FT .modal-dialog, #YH200A7_FT .modal-dialog, #YH69A7_FT .modal-dialog, #YH89A7_FT .modal-dialog, #YH119A7_FT .modal-dialog, #YH140A7_FT .modal-dialog, #YH150A7_FT .modal-dialog, #YH175A7_FT .modal-dialog, #YH200A1_FT .modal-dialog, #YH119A1_FT .modal-dialog, #YH150A1_FT .modal-dialog, #YH175A1_FT .modal-dialog, #YH89A3_FT .modal-dialog, #YH355C1_FT .modal-dialog, #YH119A3_FT .modal-dialog, #YH140A3_FT .modal-dialog, #YH150A3_FT .modal-dialog, #YH150C1_FT .modal-dialog, #YH175C1_FT .modal-dialog, #YH183C1_FT .modal-dialog, #YH230C1_FT .modal-dialog, #YH266C1_FT .modal-dialog, #YH292C1_FT .modal-dialog, #YH307A7_FT .modal-dialog, #YM34E3S_FT .modal-dialog, #YH95C3_FT .modal-dialog, #YH119C3_FT .modal-dialog, #YH128C3_FT .modal-dialog, #YH355C7_FT .modal-dialog, #YH95C7_FT .modal-dialog, #YH119C7_FT .modal-dialog, #YH128C7_FT .modal-dialog, #YH150C7_FT .modal-dialog, #YH175C7_FT .modal-dialog, #YH183C7_FT .modal-dialog, #YH230C7_FT .modal-dialog, #YH266C7_FT .modal-dialog, #YH292C7_FT .modal-dialog, #YH69A3_FT .modal-dialog, 
#REFRINEWS .modal-dialog, 
#cata .modal-dialog, 
#CS_ .modal-dialog, 
#YM34E3G_100_FT .modal-dialog, 
#YH880C1G_100_FT .modal-dialog, 
#MODULO_01 .modal-dialog, 
#MODULO_02 .modal-dialog, 
#MODULO_03 .modal-dialog, 
#MODULO_04 .modal-dialog, 
#YS24U7G-100FT .modal-dialog, #YS42U7G-100FT .modal-dialog, #YS40U7G-100FT .modal-dialog, #YS34U7G-100FT .modal-dialog, #YS34U3G-100FT .modal-dialog, #YS24U3G-100FT .modal-dialog, #YS28U7G-100FT .modal-dialog, #YS28U3G-100FT .modal-dialog, 
#YF13E3G-Q100FT .modal-dialog, #YF13E3S-Q100FT .modal-dialog, #YF13E7G-Q100FT .modal-dialog, #YF13E7S-Q100FT .modal-dialog, #YF17E3G-Q100FT .modal-dialog, #YF17E3S-Q100FT .modal-dialog, #YF17E7G-Q100FT .modal-dialog, #YF17E7S-Q100FT .modal-dialog, #YF20E3G-Q100FT .modal-dialog, #YF20E3S-Q100FT .modal-dialog, #YF20E7G-Q100FT .modal-dialog, #YF20E7S-Q100FT .modal-dialog, #YF29E3G-Q100FT .modal-dialog, #YF29E3S-Q100FT .modal-dialog, #YF29E7G-Q100FT .modal-dialog, #YF29E7S-Q100FT .modal-dialog, #YF35E3G-Q100FT .modal-dialog, #YF35E3S-Q100FT .modal-dialog, #YF35E7G-Q100FT .modal-dialog, #YF35E7S-Q100FT .modal-dialog, #YF41E7G-Q100FT .modal-dialog, #YF41E7S-Q100FT .modal-dialog, #YH119C3-100FT .modal-dialog, #YH119C7-100FT .modal-dialog, #YH150A3-100FT .modal-dialog, #YH150C3-100FT .modal-dialog, #YH69A3-100FT .modal-dialog, #YH69A7-100FT .modal-dialog, #YH89A3-100FT .modal-dialog, #YH89A7-100FT .modal-dialog, #YH95C3-100FT .modal-dialog, #YH95C7-100FT .modal-dialog, #YM102E7G-100FT .modal-dialog, #YM102E7S-100FT .modal-dialog, #YM125E7G-100FT .modal-dialog, #YM125E7S-100FT .modal-dialog, #YM132E7G-100FT .modal-dialog, #YM132E7S-100FT .modal-dialog, #YM158E7G-100FT .modal-dialog, #YM158E7S-100FT .modal-dialog, #YM182E7G-100FT .modal-dialog, #YM182E7S-100FT .modal-dialog, #YM200E7G-100FT .modal-dialog, #YM210E7G-100FT .modal-dialog, #YM210E7S-100FT .modal-dialog, #YM24E3G-100FT .modal-dialog, #YM24E7G-100FT .modal-dialog, #YM28E3G-100FT .modal-dialog, #YM28E7G-100FT .modal-dialog, #YM34E3G-100FT .modal-dialog, #YM34E3S-100FT .modal-dialog, #YM34E7G-100FT .modal-dialog, #YM34E7S-100FT .modal-dialog, #YM350E1G-100FT .modal-dialog, #YM350E1S-100FT .modal-dialog, #YM410E1G-100FT .modal-dialog, #YM410E1S-100FT .modal-dialog, #YM43E3G-100FT .modal-dialog, #YM43E3S-100FT .modal-dialog, #YM43E7G-100FT .modal-dialog, #YM43E7S-100FT .modal-dialog, #YM49E3G-100FT .modal-dialog, #YM49E3S-100FT .modal-dialog, #YM49E7G-100FT .modal-dialog, #YM49E7S-100FT .modal-dialog, #YM60E3G-100FT .modal-dialog, #YM60E3S-100FT .modal-dialog, #YM60E7G-100FT .modal-dialog, #YM60E7S-100FT .modal-dialog, #YM70E3G-100FT .modal-dialog, #YM70E3S-100FT .modal-dialog, #YM70E7G-100FT .modal-dialog, #YM70E7S-100FT .modal-dialog, #YM86E3G-100FT .modal-dialog, #YM86E3S-100FT .modal-dialog, #YM86E7S-100FT .modal-dialog, 
#YM410E1S-100FT .modal-dialog, #YM410E1G-100FT .modal-dialog, #YM60E7G-100FT .modal-dialog, #YM60E3G-100FT .modal-dialog, #YM102E7G-100FT .modal-dialog, #YM70E3G-100FT .modal-dialog, #YM49E7G-100FT .modal-dialog, #YM49E3G-100FT .modal-dialog, #YM43E7G-100FT .modal-dialog, #YM43E3G-100FT .modal-dialog, #YM34E7G-100FT .modal-dialog, #YM28E3G-100FT .modal-dialog, #YM24E7G-100FT .modal-dialog, #YM28E7G-100FT .modal-dialog, #YM70E7G-100FT .modal-dialog, #YM86E7G-100FT .modal-dialog, #YM86E3G-100FT .modal-dialog, #YM24E3G-100FT .modal-dialog, #vRCK .modal-dialog, #vDTC .modal-dialog, #YF_dimensions .modal-dialog, #YF_Appn .modal-dialog, #YF_instalguide .modal-dialog, #YM_dimensions .modal-dialog, #YM_instalguide .modal-dialog, #YH_instalguide .modal-dialog, #RegComp_ .modal-dialog, #Report_analisis .modal-dialog, #RecWarranty_ .modal-dialog, #ActWarranty_ .modal-dialog {
    width: 50%;
    margin: 5em auto;
    left: 0;
    right: 0;
}

#vRCK .close, #vDTC .close, #YH720C1_FT .close, #YH610C1_FT .close, #YH200A7_FT .close, #YH69A7_FT .close, #YH89A7_FT .close, #YH119A7_FT .close, #YH140A7_FT .close, #YH150A7_FT .close, #YH175A7_FT .close, #YH200A1_FT .close, #YH119A1_FT .close, #YH150A1_FT .close, #YH175A1_FT .close, #YH89A3_FT .close, #YH355C1_FT .close, #YH119A3_FT .close, #YH140A3_FT .close, #YH150A3_FT .close, #YH150C1_FT .close, #YH175C1_FT .close, #YH183C1_FT .close, #YH230C1_FT .close, #YH266C1_FT .close, #YH292C1_FT .close, #YH307A7_FT .close, #YM34E3S_FT .close, #YH95C3_FT .close, #YH119C3_FT .close, #YH128C3_FT .close, #YH355C7_FT .close, #YH95C7_FT .close, #YH119C7_FT .close, #YH128C7_FT .close, #YH150C7_FT .close, #YH175C7_FT .close, #YH183C7_FT .close, #YH230C7_FT .close, #YH266C7_FT .close, #YH292C7_FT .close, #YH69A3_FT .close, 
#REFRINEWS .close, 
#cata .close, 
#CS_ .close, 
#Dispo_ .close, 
#YM34E3G_100_FT .close, 
#YH880C1G_100_FT .close, 
#MODULO_01 .close, 
#MODULO_02 .close, 
#MODULO_03 .close, 
#MODULO_04 .close,
#YS24U7G-100FT .close, #YS42U7G-100FT .close, #YS40U7G-100FT .close, #YS34U7G-100FT .close, #YS34U3G-100FT .close, #YS24U3G-100FT .close, #YS28U7G-100FT .close, #YS28U3G-100FT .close, 
#YF13E3G-Q100FT .close, #YF13E3S-Q100FT .close, #YF13E7G-Q100FT .close, #YF13E7S-Q100FT .close, #YF17E3G-Q100FT .close, #YF17E3S-Q100FT .close, #YF17E7G-Q100FT .close, #YF17E7S-Q100FT .close, #YF20E3G-Q100FT .close, #YF20E3S-Q100FT .close, #YF20E7G-Q100FT .close, #YF20E7S-Q100FT .close, #YF29E3G-Q100FT .close, #YF29E3S-Q100FT .close, #YF29E7G-Q100FT .close, #YF29E7S-Q100FT .close, #YF35E3G-Q100FT .close, #YF35E3S-Q100FT .close, #YF35E7G-Q100FT .close, #YF35E7S-Q100FT .close, #YF41E7G-Q100FT .close, #YF41E7S-Q100FT .close, #YH119C3-100FT .close, #YH119C7-100FT .close, #YH150A3-100FT .close, #YH150C3-100FT .close, #YH69A3-100FT .close, #YH69A7-100FT .close, #YH89A3-100FT .close, #YH89A7-100FT .close, #YH95C3-100FT .close, #YH95C7-100FT .close, #YM102E7G-100FT .close, #YM102E7S-100FT .close, #YM125E7G-100FT .close, #YM125E7S-100FT .close, #YM132E7G-100FT .close, #YM132E7S-100FT .close, #YM158E7G-100FT .close, #YM158E7S-100FT .close, #YM182E7G-100FT .close, #YM182E7S-100FT .close, #YM200E7G-100FT .close, #YM210E7G-100FT .close, #YM210E7S-100FT .close, #YM24E3G-100FT .close, #YM24E7G-100FT .close, #YM28E3G-100FT .close, #YM28E7G-100FT .close, #YM34E3G-100FT .close, #YM34E3S-100FT .close, #YM34E7G-100FT .close, #YM34E7S-100FT .close, #YM350E1G-100FT .close, #YM350E1S-100FT .close, #YM410E1G-100FT .close, #YM410E1S-100FT .close, #YM43E3G-100FT .close, #YM43E3S-100FT .close, #YM43E7G-100FT .close, #YM43E7S-100FT .close, #YM49E3G-100FT .close, #YM49E3S-100FT .close, #YM49E7G-100FT .close, #YM49E7S-100FT .close, #YM60E3G-100FT .close, #YM60E3S-100FT .close, #YM60E7G-100FT .close, #YM60E7S-100FT .close, #YM70E3G-100FT .close, #YM70E3S-100FT .close, #YM70E7G-100FT .close, #YM70E7S-100FT .close, #YM86E3G-100FT .close, #YM86E3S-100FT .close, #YM86E7S-100FT .close, 
#YM410E1S-100FT .close, #YM410E1G-100FT .close, #YM60E7G-100FT .close, #YM60E3G-100FT .close, #YM102E7G-100FT .close, #YM70E3G-100FT .close, #YM49E7G-100FT .close, #YM49E3G-100FT .close, #YM43E7G-100FT .close, #YM43E3G-100FT .close, #YM34E7G-100FT .close, #YM28E3G-100FT .close, #YM24E7G-100FT .close, #YM28E7G-100FT .close, #YM70E7G-100FT .close, #YM86E7G-100FT .close, #YM86E3G-100FT .close, #YM24E3G-100FT .close, #YF_dimensions .close, #YF_Appn .close, #YF_instalguide .close, #YM_dimensions .close, #YM_instalguide .close, #YH_instalguide .close, #RegComp_ .close, #Report_analisis .close, #RecWarranty_ .close, #ActWarranty_ .close {
    top: -1em;
    right: 0;
    left: 0;
    opacity: 1;
}
#vRCK.modal, #vDTC.modal, #YH720C1_FT.modal, #YH610C1_FT.modal, #YH200A7_FT.modal, #YH69A7_FT.modal, #YH89A7_FT.modal, #YH119A7_FT.modal, #YH140A7_FT.modal, #YH150A7_FT.modal, #YH175A7_FT.modal, #YH200A1_FT.modal, #YH119A1_FT.modal, #YH150A1_FT.modal, #YH175A1_FT.modal, #YH89A3_FT.modal, #YH355C1_FT.modal, #YH119A3_FT.modal, #YH140A3_FT.modal, #YH150A3_FT.modal, #YH150C1_FT.modal, #YH175C1_FT.modal, #YH183C1_FT.modal, #YH230C1_FT.modal, #YH266C1_FT.modal, #YH292C1_FT.modal, #YH307A7_FT.modal, #YM34E3S_FT.modal, #YH95C3_FT.modal, #YH119C3_FT.modal, #YH128C3_FT.modal, #YH355C7_FT.modal, #YH95C7_FT.modal, #YH119C7_FT.modal, #YH128C7_FT.modal, #YH150C7_FT.modal, #YH175C7_FT.modal, #YH183C7_FT.modal, #YH230C7_FT.modal, #YH266C7_FT.modal, #YH292C7_FT.modal, #YH69A3_FT.modal, 
#REFRINEWS.modal, 
#cata.modal, 
#CS_.modal, 
#Dispo_.modal, 
#YM34E3G_100_FT.modal, 
#YH880C1G_100_FT.modal, 
#MODULO_01.modal, 
#MODULO_02.modal, 
#MODULO_03.modal, 
#MODULO_04.modal, 
#YS24U7G-100FT.modal, #YS42U7G-100FT.modal, #YS40U7G-100FT.modal, #YS34U7G-100FT.modal, #YS34U3G-100FT.modal, #YS24U3G-100FT.modal, #YS28U7G-100FT.modal, #YS28U3G-100FT.modal, 
#YF13E3G-Q100FT.modal, #YF13E3S-Q100FT.modal, #YF13E7G-Q100FT.modal, #YF13E7S-Q100FT.modal, #YF17E3G-Q100FT.modal, #YF17E3S-Q100FT.modal, #YF17E7G-Q100FT.modal, #YF17E7S-Q100FT.modal, #YF20E3G-Q100FT.modal, #YF20E3S-Q100FT.modal, #YF20E7G-Q100FT.modal, #YF20E7S-Q100FT.modal, #YF29E3G-Q100FT.modal, #YF29E3S-Q100FT.modal, #YF29E7G-Q100FT.modal, #YF29E7S-Q100FT.modal, #YF35E3G-Q100FT.modal, #YF35E3S-Q100FT.modal, #YF35E7G-Q100FT.modal, #YF35E7S-Q100FT.modal, #YF41E7G-Q100FT.modal, #YF41E7S-Q100FT.modal, #YH119C3-100FT.modal, #YH119C7-100FT.modal, #YH150A3-100FT.modal, #YH150C3-100FT.modal, #YH69A3-100FT.modal, #YH69A7-100FT.modal, #YH89A3-100FT.modal, #YH89A7-100FT.modal, #YH95C3-100FT.modal, #YH95C7-100FT.modal, #YM102E7G-100FT.modal, #YM102E7S-100FT.modal, #YM125E7G-100FT.modal, #YM125E7S-100FT.modal, #YM132E7G-100FT.modal, #YM132E7S-100FT.modal, #YM158E7G-100FT.modal, #YM158E7S-100FT.modal, #YM182E7G-100FT.modal, #YM182E7S-100FT.modal, #YM200E7G-100FT.modal, #YM210E7G-100FT.modal, #YM210E7S-100FT.modal, #YM24E3G-100FT.modal, #YM24E7G-100FT.modal, #YM28E3G-100FT.modal, #YM28E7G-100FT.modal, #YM34E3G-100FT.modal, #YM34E3S-100FT.modal, #YM34E7G-100FT.modal, #YM34E7S-100FT.modal, #YM350E1G-100FT.modal, #YM350E1S-100FT.modal, #YM410E1G-100FT.modal, #YM410E1S-100FT.modal, #YM43E3G-100FT.modal, #YM43E3S-100FT.modal, #YM43E7G-100FT.modal, #YM43E7S-100FT.modal, #YM49E3G-100FT.modal, #YM49E3S-100FT.modal, #YM49E7G-100FT.modal, #YM49E7S-100FT.modal, #YM60E3G-100FT.modal, #YM60E3S-100FT.modal, #YM60E7G-100FT.modal, #YM60E7S-100FT.modal, #YM70E3G-100FT.modal, #YM70E3S-100FT.modal, #YM70E7G-100FT.modal, #YM70E7S-100FT.modal, #YM86E3G-100FT.modal, #YM86E3S-100FT.modal, #YM86E7S-100FT.modal, 
#YM410E1S-100FT.modal, #YM60E7G-100FT.modal, #YM60E7G-100FT.modal, YM60E3G-100FT.modal, #YM102E7G-100FT.modal, #YM70E3G-100FT.modal, #YM49E7G-100FT.modal, #YM49E3G-100FT.modal, #YM43E7G-100FT.modal, #YM43E3G-100FT.modal, #YM28E3G-100FT.modal, #YM24E7G-100FT.modal, #YM28E7G-100FT.modal, #YM70E7G-100FT.modal, #YM86E7G-100FT.modal, #YM86E3G-100FT.modal, #YM24E3G-100FT.modal, #YF_dimensions.modal, #YF_Appn.modal, #YF_instalguide.modal, #YM_dimensions.modal, #YM_instalguide.modal, #YH_instalguide.modal, #RegComp_.modal, #Report_analisis.modal, #RecWarranty_.modal, 
#ActWarranty_.modal  {background: rgb(0 0 0 / 30%)!important;}


#menu_social [tooltip] {z-index: 0;}
#menu_social {
    position: fixed;
    z-index: 1030;
    transform: translate(0,0);
    bottom: 0;
    right: 20px;
}
.menu_radial {
    width: 150px;
    display: block;
    position: relative;
}
.menu_radial img {
    margin: -4px 0 0;
}
/*.menu_radial p {*/
/*    position: absolute;*/
/*    left: -45px;*/
/*    background: #395e88;*/
/*    color: #fff;*/
/*    padding: 5px 10px;*/
/*    border-radius: 2em;*/
/*    top: 55px;*/
/*}*/
/*.menu_radial p:before {*/
/*    content: "\A";*/
/*    border-style: solid;*/
/*    border-width: 0 30px 20px 0;*/
/*    border-color: transparent #395e88 transparent transparent;*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    top: 30px;*/
/*    right: -10px;*/
/*    transform: rotate(-35deg);*/
/*    transform-origin: 40% 100%;*/
/*}*/
#menu_social a {
    position: absolute;
    transform: translate(-50%,3.8em);
    opacity: 0;
    transition: all .5s ease-in-out;
    background: #232323;
    color: #fff;
    font-size: 12px;
    padding: 0 10px 0 0;
    border-radius: 2em;
    display: inline-flex;
    line-height: 2.3;
    width:  130px;
    right: -35px;
}
#menu_social a:hover {
    background: #395e88;
    color: #fff;
}
#menu_social:hover a {
    opacity: 1;
}
#menu_social .fa-whatsapp {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px 0 0 0;
    margin: 0 5px 0 0;
    color: #fff;
    text-align: center;
    background: #25d366;
    position: relative;
    left: -1px;
    font-size: 15px;
}
#menu_social .fa-whatsapp:hover {background: #128c7e;}

#menu_social:hover a:nth-child(1){
  transform: translate(-50%,-25px);
}
#menu_social:hover a:nth-child(2){
  transform: translate(-50%,-58px);
}
#menu_social:hover a:nth-child(3){
  transform: translate(-50%,-91px);
}
#menu_social:hover a:nth-child(4){
  transform: translate(-50%,-124px);
}
#menu_social:hover a:nth-child(5){
  transform: translate(-50%,-157px);
}
#menu_social:hover a:nth-child(6){
  transform: translate(-50%,-190px);
}
#menu_social:hover a:nth-child(7){
  transform: translate(-50%,-223px);
}

#social_01 [tooltip] {z-index: 0;}
#social_01 {
    position: fixed;
    z-index: 1029;
    transform: translate(0,0);
    bottom: 20px;
    left: 20px;
    
	/*animation: technician_anim 3s linear infinite;*/
	/*-webkit-animation: technician_anim 3s linear infinite;*/
	/*animation-delay: 10s;*/
	
}
#social_01 .menu_radial {
    /*width: 220px;*/
    width: 70px;
    display: block;
    position: relative;
}
#social_01 .menu_radial img {
    margin: -4px 0 0;
}
#social_01 .menu_radial h4 {
    background: #041441;
    color: #fff;
    width: max-content;
    position: fixed;
    bottom: 25px;
    right: 55%;
    padding: 10px 1em 10px 1em;
    z-index: -1;
    border-radius: 3em 0 0 3em;
    font-size: 30px;
}
#social_01 .menu_radial p {
    position: absolute;
    right: 6em;
    background: #395e88;
    color: #fff;
    padding: 5px 10px;
    border-radius: 2em;
    top: 35px;
    z-index: 1;
    animation: message_ 5s infinite;
    width: fit-content;
    box-shadow: 0 0 5px rgb(0 0 0 / 35%);
}
#social_01 .menu_radial p:after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: -10px;
    background: transparent;
    width: 0px;
    height: 0px;
    border-bottom: 15px solid #395e88;
    border-right: 15px solid transparent;
    border-left: 5px solid transparent;
    transform: rotate(-15deg);
    z-index: 0;
    top: 10px;
}
#social_01 a {
    position: absolute;
    transform: translate(-50%,3.8em);
    opacity: 0;
    transition: all .5s ease-in-out;
    background: #232323;
    color: #fff;
    font-size: 15px;
    padding: 0 10px 0 0;
    border-radius: 2em;
    display: inline-flex;
    line-height: 1.5;
    width: 180px;
    right: 0;
    left: 5em;
    top: -20px;
}
#social_01 a:hover {
    background: #395e88;
    color: #fff;
}
#social_01:hover a {
    opacity: 1;
}
#social_01 .fa-whatsapp {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px 0 0 0;
    margin: 0 5px 0 0;
    color: #fff;
    text-align: center;
    background: #25d366;
    position: relative;
    left: -1px;
    font-size: 15px;
}
#social_01 .fa-whatsapp:hover {background: #128c7e;}

#social_01:hover a:nth-child(1){
  transform: translate(-50%,-25px);
}
#social_01:hover a:nth-child(2){
  transform: translate(-50%,-58px);
}
#social_01:hover a:nth-child(3){
  transform: translate(-50%,-91px);
}
#social_01:hover a:nth-child(4){
  transform: translate(-50%,-124px);
}
#social_01:hover a:nth-child(5){
  transform: translate(-50%,-157px);
}
#social_01:hover a:nth-child(6){
  transform: translate(-50%,-190px);
}
#social_01:hover a:nth-child(7){
  transform: translate(-50%,-223px);
}
/*sdb05*/
@keyframes message_ {
	0% {
		transform: translate(10px, 0px);
		opacity: 0;
	}
	50% {
	    transform: translate(0, 0px);
		opacity: 1;
	}
	100% {
		transform: translate(-30px, 0);
		opacity: 0;
	}
}

#info_ftr {
    background-image: url(../img/bg_ftr_mdl.webp);
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    padding: 30px 0;
    position: relative;
    z-index: 10;
    
    overflow: hidden;
}
#info_ftr > .bg_overlay {
    background: #000;
    /*background: linear-gradient(45deg, #000, #395e88);*/
    opacity: 0.7;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#info_ftr ul {padding-inline-start: 0px;}
#info_ftr a {color: #fff;}
#info_ftr a:focus, #info_ftr a:hover {color: #395e88;}
#info_ftr img {
    /*filter: brightness(0) saturate(100%) invert(62%) sepia(29%) saturate(472%) hue-rotate(139deg) brightness(90%) contrast(92%);*/
    filter: brightness(0) saturate(100%) invert(48%) sepia(100%) saturate(319%) hue-rotate(136deg) brightness(94%) contrast(90%);
    transition: 0.2s ease-in-out;
}
#info_ftr ul li {
    list-style-image: none;
    padding: 0 0 5px 0;
    list-style: none;
}


#error_404 {
    padding: 10em 0 4em;
    position: relative;
    background: #fff;
}
#error_404 .img_btm {
    position: relative;
    bottom: -5em;
}
.error_cnt {
    position: relative;
}
.error_cnt img {
    position: relative;
    top: 50%;
    width: 50%;
    margin: 5em auto 0;
    display: block;
}

#prods .fill-button {
    position: relative;
    display: block;
    z-index: 1;
    text-decoration: none;
    margin: 20px auto;
    font-size: 15px;
    padding: 0;
    border: none;
    width: auto;
    background: transparent;
    cursor: pointer;
}

.store-title-name:after  {
    color: #fc7700;
    content: "Distribuidor Autorizado Invotech";
    position: absolute;
    right: -40px;
    top: -2px;
}

.ana_warr {
    display: inline-flex;
    position: relative;
    margin: 0 0 3em;
    align-items: center;
}
.ana_warr img {
    background: linear-gradient(-45deg, #395e88, #395e88, #395e88, #395e88, #395e88);
    background-size: 400% 400%;
    animation: gradient 8s ease infinite;
    width: 160px;
    padding: 15px;
    height: 160px;
    margin: 0 20px;
    border-radius: 15px;
}
.ana_warr p, .ana_warr h3 {margin: 0;}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.promo_ {
    position: relative;
    width: 330px;
    padding: 0 0 0 41px;
    display: inline-flex;
    background: #db5a1a;
    height: 500px;
	overflow: hidden;
}

.promo_ h2 {
    color: #fff;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: -5em;
}
.promo_ video {
    width: 100%;
}

#videoINDEX {
    background: transparent;
    padding: 0;
    position: absolute;
}

#videoINDEX .contentt {
	width: 100%;
	margin: auto;
}

#videoINDEX .plyr {
	border-radius: 0;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	#videoINDEX .contentt {
		width: 100%;
	}
}

.us__ {
	position: relative;
	width: 50%;
	padding: 10px;
	margin: 0 auto;
}

#video_pop_hm  {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: inline-grid;
    top: -50px;
}

.volumeUP {
    background: #395e88;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    width: fit-content;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 2em;
}

.ttl_us_r {
    font-size: 5em;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 15px;
    text-align: right;
}
.img_us_l {
    position: absolute;
    width: 200px;
    z-index: -2;
    left: -15em;
    top: 30px;
    opacity: 0.3;
    filter: brightness(0) saturate(100%) invert(62%) sepia(29%) saturate(472%) hue-rotate(139deg) brightness(90%) contrast(92%);
}

.bar_us_01 {
    animation: anim_us_01 15s linear infinite;
    -webkit-animation: anim_us_01 15s linear infinite;
    position: absolute;
    z-index: 2;
    background: #395e88;
    margin: 0 auto 10px;
    height: 15px;
    border-radius: 5em;
    right: -1em;
    top: 7em;
    z-index: -1;
}
@-keyframes anim_us_01 { 0% {width: 75%;} 50% {width: 15px;} 55% {width: 15px;} 100% {width: 75%;} }
@-webkit-keyframes anim_us_01 { 0% {width: 75%;} 50% {width: 15px;} 55% {width: 15px;} 100% {width: 75%;} }
@-moz-keyframes anim_us_01 { 0% {width: 75%;} 50% {width: 15px;} 55% {width: 15px;} 100% {width: 75%;} }

.ttl_us_l {
    font-size: 5em;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 15px;
    text-align: left;
}
.img_us_r {
    position: absolute;
    width: 200px;
    z-index: -2;
    right: -15em;
    top: 30px;
    opacity: 0.3;
    filter: brightness(0) saturate(100%) invert(62%) sepia(29%) saturate(472%) hue-rotate(139deg) brightness(90%) contrast(92%);
}
.bar_us_02 {
    animation: anim_us_02 10s linear infinite;
    -webkit-animation: anim_us_02 10s linear infinite;
    position: absolute;
    z-index: -1;
    background: #395e88;
    margin: 0 auto 10px;
    height: 15px;
    border-radius: 5em;
    left: -2em;
    top: 6.8em;
}
@-keyframes anim_us_02 { 0% {width: 90%;} 50% {width: 15px;} 55% {width: 15px;} 100% {width: 90%;} }
@-webkit-keyframes anim_us_02 { 0% {width: 90%;} 50% {width: 15px;} 55% {width: 15px;} 100% {width: 90%;} }
@-moz-keyframes anim_us_02 { 0% {width: 90%;} 50% {width: 15px;} 55% {width: 15px;} 100% {width: 90%;} }



#values_ {
    background: #717174;
    color: #fff;
    padding: 15px 0;
    position: relative;
}
.ttl_val {
    text-align: center;
    font-size: 4em;
    letter-spacing: 20px;
    font-weight: 700;
}
.valss_ {
    position: relative;
    width: 330px;
    padding: 15px;
    display: inline-grid;
}
.valss_ img {
    filter: brightness(0) invert(1);
}
.valss_ .img_l {
    position: absolute;
    width: 100px;
    top: 5em;
    opacity: 0.3;
}
.valss_ .img_r {
    position: absolute;
    width: 100px;
    top: 5em;
    right: -3em;
    opacity: 0.3;
}
.valss_ ul li::marker {
    font-family: "FontAwesome";
    content: "\f058";
    display: inline-block;
    vertical-align: baseline;
    font-weight: 100;
    color: transparent;
    letter-spacing: 12px;
    font-size: 25px;
}
.valss_ ul {
    padding: 0;
}
.valss_ ul li {
    font-size: 25px;
}
.top_val_ {
    filter: invert(50%) sepia(10%) saturate(100%) hue-rotate(200deg) brightness(85%) contrast(85%);
    top: -140px;
    position: absolute;
}
.bot_val_ {
    filter: invert(50%) sepia(10%) saturate(100%) hue-rotate(200deg) brightness(85%) contrast(85%);
    bottom: -140px;
    position: absolute;
    z-index: 1;
    transform: rotate(-180deg);
}
#uss__ {
    padding: 80px 0 120px;
}

.pc_us_ {
    background: #395e88;
    padding: 50px;
    color: #fff;
    margin: 0 auto;
    border-radius: 2em;
    box-shadow: 0 35px 25px -40px #232323;
}
.pc_us_img {
    filter: brightness(0) invert(1);
    width: 150px;
    margin: 0 auto;
    display: block;
}
.obj_q {
    position: relative;
    width: 200px;
    padding: 10px;
    display: inline-grid;
}
.obj_q img {
    filter: invert(50%) sepia(10%) saturate(100%) hue-rotate(200deg) brightness(85%) contrast(85%);
    padding: 15px;
}

#promos {padding: 50px 0 75px;}

#models_ {
    padding: 7em 0  25px;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
#models_ > .bg_overlay {
    /*background: linear-gradient( transparent 80%, #fff);*/
    background: transparent;
    opacity: 1;
    /*transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

table {background: #fff;}

.ttl_cont_01  {
    background: url(../img/icon_contact_01.svg) no-repeat 0;
    padding-left: 65px;
    background-size: contain;
    width: fit-content;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.ttl_cont_02  {
    background: url(../img/icon_contact_02.svg) no-repeat 0;
    padding-left: 65px;
    background-size: contain;
    width: fit-content;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.ttl_cont_03  {
    background: url(../img/icon_contact_03.svg) no-repeat 0;
    padding-left: 65px;
    background-size: contain;
    width: fit-content;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.ttl_cont_04  {
    background: url(../img/icon_contact_04.svg) no-repeat 0;
    padding-left: 65px;
    background-size: contain;
    width: fit-content;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.ttl_cont_05  {
    background: url(../img/icon_contact_05.svg) no-repeat 0;
    padding-left: 65px;
    background-size: contain;
    width: fit-content;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.ttl_cont_06  {
    background: url(../img/icon_contact_06.svg) no-repeat 0;
    padding-left: 95px;
    background-size: contain;
    width: fit-content;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.info_model {
    background: #474747;
    padding: 10px;
    margin: 5px 0;
    color: #fff;
    border-radius: 5px;
    position: relative;
}
.info_model a {color: #fff;}
.info_model a:hover,.info_model a:focus {color: #395e88;}

.icons__ {
    position: absolute;
    right: 15px;
    line-height: 2.5;
    top: 0;
}
.icons__ i { width: 45px; text-align: center; }

.ttl_menu_01 {
    background: url(../img/a-c.svg) no-repeat 0;
    padding-left: 35px;
    background-size: contain;
    width: fit-content;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.ttl_menu_02 {
    background: url(../img/temp-media.svg) no-repeat 0;
    padding-left: 35px;
    background-size: contain;
    width: fit-content;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.ttl_menu_03 {
    background: url(../img/temp-baja.svg) no-repeat 0;
    padding-left: 35px;
    background-size: contain;
    width: fit-content;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.ttl_menu_04 {
    background: url(../img/accesorios.svg) no-repeat 0;
    padding-left: 35px;
    background-size: contain;
    width: fit-content;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.ttl_model {
    font-size: 3em;
    margin: 45px 0 0;
    text-transform: uppercase;
}
.model_hfm {
    display: inline-grid;
    position: relative;
    width: 49%;
    padding: 10px;
}
.ttl_model_table {
    font-size: 55px;
    margin: 0;
}

.spritespin, .spritespin_yf_m {
  cursor: move;
}

.modelz {
    display: inline-grid;
    position: relative;
    width: 330px;
    padding: 10px;
    text-align: justify;
    margin: 10px;
}
.prodz {
    display: inline-grid;
    position: relative;
    width: 40%;
    padding: 10px;
    text-align: justify;
    margin: 10px;
}
.img_gz {
    filter: grayscale(100%) blur(0px);
    position: absolute;
    width: 290px;
    opacity: 0.3;
}
.prodz .model {
    position: relative;
    width: 40%;
    left: -20px;
    z-index: 2;
}
.prodz .infoz {
    position: absolute;
    background: #232323;
    color: #fff;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    padding: 20px;
    z-index: 1;
    width: 70%;
    line-height: 1;
    border-radius: 1em;
}
.prodz:hover .infoz {
    box-shadow: -10px 10px 55px -15px #395e88;
}
.prodz .btn_01 {
    background: #395e88;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    margin: 10px auto;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    position: absolute;
    z-index: 100;
    right: 0;
    bottom: -30px;
    border-radius: 2em 0 0 2em;
}
.prodz:hover .btn_01 {padding: 10px 40px;}
.prodz .btn_01:hover {
    background: #395e88;
} 
.prodz .ttl_model_ {
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 4em;
    font-weight: bold;
    color: transparent;
    margin: 0;
    -webkit-text-stroke: 0.001em #17cfc8;
}
.prodz:hover .ttl_model_ {
    color: transparent;
    -webkit-text-stroke: 0.001em #395e88;
}

.promo_07_11 {
    position: relative;
}

.promo_07_11 .ttl_01 {
    position: absolute;
    top: 1.5em;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 6em;
    margin: 0;
    text-shadow: 0 0 5px #000;
}
.cntr_promo {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}
.cntr_promo .ttls {
    position: relative;
    width: 330px;
    padding: 10px;
    margin: 0 auto;
    display: inline-grid;
}
.cntr_promo .ttls h3 {
    font-size: 55px;
    text-shadow: 0 0 5px #000;
}
.cntr_promo .ttls h4 {
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 7em;
    left: 0;
    right: 0;
    font-weight: bold;
    -webkit-text-stroke: 0.001em #fff;
    z-index: -1;
    color: transparent;
    transform: translate(0, -50%);
    opacity: 0.3;
}


.indexB ul li::marker {
    font-family: "FontAwesome";
    content: "\f105";
    display: inline-block;
    vertical-align: baseline;
    font-weight: 100;
    color: transparent;
    letter-spacing: 12px;
    font-size: 16px;
}
.indexB .hd ul{font-size:0;margin:40px 0 0;text-align:center;}
.indexB .hd ul li{display:inline-block;}
.indexB .hd ul li:not(:last-child)::after{content:"/";margin:0 15px;color:#fff;font-size:18px;}
.indexB .hd ul li span{display:inline-block;font-size:18px;color:#fff;line-height:37px;padding:0 23px;border-radius:5px;cursor:pointer;}
.indexB .hd ul li.on span{background:#fff;color:#017956;}

.indexB {margin:-55px 0 0;}
.indexB .item{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;}
.indexB .inHd{width: 10%;}
.indexB .inHd ul{margin:-1em -20px 0;display: block;padding: 0;}
.indexB .inHd ul li{width: 100%;padding:0 20px;margin:15px 0 0;cursor:pointer;text-align:center;}
.indexB .inHd ul li .pic{border: 1px solid transparent;border-radius:10px;padding:10px;position:relative;opacity: 0.6;}
.indexB .inHd ul li .pic::after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;border-radius:10px;background: rgb(0 0 0 / 10%);}
.indexB .inHd ul li p{font-size:16px;color:#198a6b;line-height:18px;height:38px;overflow:hidden;margin:10px 0 0;}

.indexB .inHd ul li.on .pic{border-color:rgb(0 0 0 / 10%);opacity: 1;}
.img_kit_i {filter: brightness(0) saturate(100%) invert(65%) sepia(14%) saturate(803%) hue-rotate(136deg) brightness(93%) contrast(89%);}
.indexB .inHd ul li.on .pic::after{opacity:0;}
.indexB .inHd ul li.on p{color:#fff;}


.indexB .list{width: 90%;position:relative;}
.indexB .inBd{overflow:hidden;}
.indexB .inBd ul{}
.indexB .inBd ul li{width:100%;position:relative;text-align:center;}
.indexB .inBd ul li .pic{display:block;width:100%;overflow:hidden;padding:80px 40px 40px;}
.indexB .inBd ul li .pic img{width:100%;display:block;transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;}


#models_ .table>tbody>tr>td, 
#models_ .table>tbody>tr>th, 
#models_ .table>tfoot>tr>td, 
#models_ .table>tfoot>tr>th, 
#models_ .table>thead>tr>td, 
#models_ .table>thead>tr>th {
        padding: 10px;
}


.models_info {
    margin: 15px auto 0;
    padding: 20px 0 50px;
    background: #474747;
    color: #fff;
    border-radius: 3em;
    text-align: right;
    position: relative;
    overflow: hidden;
    width: 85%;
    line-height: 4;
}
.models_info:hover  {background: #395e88;}
.models_info img {
    filter: brightness(0) invert(1);
    position: absolute;
    width: 45px;
    left: 20px;
    top: 10px;
    opacity: 0.4;
}
.models_info:hover img {
    -webkit-transform: scale(1.5) translate(20px, 0);
    transform: scale(1.5) translate(20px, 0);
    opacity: 1;
    filter: brightness(0.5);
}
.models_info a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 20px;
  line-height: 2.5;
}
.models_info a {color: #fff;}
.models_info a:hover {color: #232323;}

#models_ .lb_ {
    background: transparent;
}
#models_ .tz-gallery .lightbox:hover img {
    -webkit-filter: blur(15px);
    filter: blur(15px);
}
#models_ .tz-gallery .lightbox:before {
    top: 50%;
    color: #fff;
    font-size: 5em;
    text-shadow: 0 0 5px #000;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.events_ {
    position: relative;
    width: 330px;
    display: inline-grid;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 15px;
    margin: 20px 15px;
}
.events_:hover {
    box-shadow: 0 20px 20px -20px #395e88;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.events_ a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.events_ .date_ {
    position: absolute;
    background: #395e88;
    color: #fff;
    padding: 5px 10px;
    right: -10px;
    top: 10px;
    border-radius: 4em 0 0 4em;
}
.events_ .date_:before {
    content: "\A";
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #232323 transparent transparent;
    position: absolute;
    right: 0px;
    top: 39px;
    transform: rotate(-90deg);
}
.events_ p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.events_ .btn_01 {
    position: absolute;
    width: fit-content;
    font-size: 15px;
    bottom: -40px;
    padding: 10px;
    letter-spacing: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transform: translate(0, 25px);
    transform: translate(0, 25px);
}
.events_:hover .btn_01 {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
.events_ .btn_01:hover {
    border-radius: 3em;
    padding: 10px 20px;
}

.carrusel_eventos {
    width: 80%;
    margin: 20px 0 ;
    border: 10px solid #fff;
    box-shadow: 0 0 5px #ddd;
}

.otros_ev {
    display: inline-grid;
    padding: 10px;
    width: 150px;
    border: 2px solid #b5b5b5;
    border-radius: 10px;
    margin: 10px;
}
.otros_ev:hover {
    border: 2px solid #ddd;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.otros_ev h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn_02 {
    background: #b5b5b5;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 10px 40px;
    font-size: 15px;
    margin: 25px auto;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    display: block;
}
.btn_02:focus,
.btn_02:hover {
	background: #395e88;
	color: #fff;
}

.small_gall {
    display: inline-grid;
    position: relative;
    padding: 10px;
    width: 180px;
}
.video_event {
    width: 60%;
    margin: 25px auto 10px;
    position: relative;
    float: right;
    padding: 10px;
}
.video_event_01 {
    width: 50%;
    margin: -10px auto 10px;
    position: relative;
    float: left;
    padding: 10px;
}
.video_event_01 video, .video_event video {width: 100%;height:  auto;background: linear-gradient(45deg, black, #363636);border-radius: 1em;}

.turntable {
  margin: 0px; 
}
.turntable ul {
  padding: 0px;
  margin: 0px; 
}
.turntable ul li {
  list-style-type: none;
  display: none; 
}
.turntable ul li img {
  width: 100%; 
}
.turntable ul li.active {
  display: block; 
}

.menu_model {
    display: inline-grid;
    position: relative;
    width: 280px;
    padding: 0;
    text-align: justify;
    margin: 10px;
}
.menu_model .col_01 {
    width: 65%;
    position: relative;
    left: -0.5em;
}
.menu_model .col_02 {width: 35%;}
.menu_model .modelo {
    padding: 0 0 0 0;
    position: unset;
    width: 120px;
    margin: 40px 0 0;
}

.comp_new {
    width: 90px!important;
    margin: 25px 0 15px!important;
}
/*.menu_model:hover .modelo {*/
/*    -webkit-transform: scale(1.2) translate(30px, 0);*/
/*    transform: scale(1.2) translate(30px, 0);*/
/*}*/
.menu_model .modelo1 {
    padding: 10px;
    position: relative;
    -webkit-transform: translate(0em, 0);
    transform: translate(0em, 0);
    -webkit-transition: 1500ms;
	transition: 1500ms;
}
.menu_model:hover .modelo1 {
    -webkit-transform: scale(1.2) translate(-10px, -10px);
    transform: scale(1.2) translate(-10px, -10px);
}
.menu_model .icon_ {
    filter: brightness(0) saturate(100%) invert(62%) sepia(29%) saturate(472%) hue-rotate(139deg) brightness(90%) contrast(92%);
    width: 90px;
    position: absolute;
    top: -1em;
    right: -1.5em;
    z-index: -1;
}
#prods__ .menu_model .icon_ {
    z-index: 0;
}
.menu_model:hover .icon_ {
    filter: grayscale(1);
    opacity: 0.25;
}
.menu_model .btns {
    position: absolute;
    bottom: 25px;
    right: 5px;
    text-transform: uppercase;
    left: 50%;
}

#prods__ .menu_model a {
    background: #fff;
    color: #232323;
    width: 100%;
    padding: 10px;
    display: inline-block;
    margin: 0 0 0 35px;
    text-align: left;
    -webkit-transition: 300ms;
	transition: 300ms;
}
#prods__ .menu_model a:hover {
    background: #fff;
    color: #395e88;
    /*-webkit-transform: scale(1.2);*/
    /*transform: scale(1.2);*/
    font-weight: 700;
}

#navigation .navbar-nav.navbar-right li .menu_model a  {
    background: #fff;
    color: #232323;
    width: 100%;
    padding: 0 5px;
    display: inline-block;
    margin: 0;
    text-align: left;
    bottom: 10px;
    position: relative;
    font-size: 15px;
    -webkit-transition: 300ms;
	transition: 300ms;
}
#navigation .navbar-nav.navbar-right li .menu_model a:hover {
    background: #fff;
    color: #395e88;
    /*-webkit-transform: scale(1.2);*/
    /*transform: scale(1.2);*/
    font-weight: 700;
}

#videoFTR {padding: 0;position: relative;}
#video_bg {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -20;
}

#suscribe__ {
    background-image: url(../img/13213.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    color: #fff;
    padding: 0 0 0em;
    position: relative;
    z-index: 10;
}
#suscribe__ > .bg_overlay {
    background: #000;
    opacity: 0.1;
    /*transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#suscribe__ .ttl {
    /*-webkit-transform: skew(-15deg, -5deg);*/
    /*transform: skew(-15deg, -5deg);*/
    margin: 1.5em 0 20px;
    color: #fff;
    text-shadow: -30px 20px 0px rgb(0 0 0 / 30%);
    font-size: 2.5em;
}
#suscribe__ .ttl_02 {
    font-size: 4em;
    font-weight: bold;
    letter-spacing: 15px;
    text-shadow: -10px -10px 10px rgb(0 0 0 / 30%);
    margin: -10px 0 0;
    padding: 0 0 20px;
}
#suscribe__ form {
    position: relative;
    top: 20px;
    margin: 0 0 2em;
}
#suscribe__ .btn_01 {
    margin: 0 auto;
    display: block;
    padding: 11px 40px;
    border-radius: 2em;
    width: 100%;
}
#suscribe__ .form-control {
    height: 49px;
    padding: 5px 12px;
    font-size: 15px;
    line-height: 1.4;
    color: #232323;
    border: none;
    border-radius: 2em;
    -webkit-box-shadow: none;
    box-shadow: none;
	position: relative;
}
#suscribe__ .align_f {align-items: center;}
.img_ftr_top {
    position: relative;
    top: 2px;
}
.img_ftr_btm {
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 0;
}

#HHH {padding: 0 0 75px;}

#promos,
#overlay_,
#uss__,
#gral,
#prods__,
#HHH {
    /*background: #fff;*/
    background: transparent;
}

.img_btm__ {display: none;}


@keyframes glowing {
  0% { box-shadow: 0 0 -10px #395e88; }
  40% { box-shadow: 0 0 20px #395e88; }
  60% { box-shadow: 0 0 20px #395e88; }
  100% { box-shadow: 0 0 -10px #395e88; }
}

.glow_ {
  animation: glowing 5000ms infinite;
  border-radius: 2em;
}

#myCRSLhome .carousel-indicators {
    bottom: 45%;
    position: absolute;
    left: 15px;
    transform: rotate(90deg);
}

#myCRSLhome .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 2px solid #fff;
    width: 15px;
    height: 15px;
    margin: 5px 10px;
	text-indent: -9999px;
	display: inline-block;
}
#myCRSLhome .img_slide {
    opacity: 0.5;
}
#myCRSLhome .caption {
	width: 100%;
	height: 100%;
    margin: 50px 0 0;
    position: absolute;
    bottom: 0;
    padding: 50px;
    right: 0;
    color: #fff;
	text-align: center;
    text-shadow: 0 0 5px #000;
    display: table;
}
#myCRSLhome .caption > div {
    vertical-align: middle;
    display: table-cell;
}
#myCRSLhome .caption h2 {
	color: #f6f6f6;
	font-size: 6em;
	font-weight: 800;
    margin: 0 0 10px;
	text-shadow: none;
	text-transform: uppercase;
}
#myCRSLhome .caption p {
	color: #f6f6f6;
	font-size: 2em;
	font-weight: 300;
	margin-bottom: 2em;
	margin-top: 0;
	text-shadow:none;
}

#CRSLhome {
    padding: 0;
    position: relative;
    background: #000;
}
#CRSLhome > .bg_overlay {
    background: #000;
    opacity: 0.7;
    /*transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


.wwr {
    position: relative;
    padding: 10em 0 4em 0;
}
.wwr .img_logo {
    width: 75%;
    margin: -4em auto 0;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    -webkit-transition: 800ms;
    transition: 800ms;
}
.wwr .img_team {
    width: 75%;
    margin: 0 auto;
    display: block;
    position: relative;
    -webkit-transition: 1500ms;
    transition: 1500ms;
}
.wwr:hover .img_logo {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.wwr:hover .img_team {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.us_info {
    display: inline-grid;
    background: #797979;
    color: #fff;
    padding: 20px;
    width: 350px;
    margin: 5px;
    border-radius: 10px;
    text-align: justify;
    text-align-last: center;
}

.mis_vis {
    display: inline-grid;
    position: relative;
    width: 440px;
    padding: 10px 25px;
    text-align: justify;
    margin: 10px;
}
.mis_vis .col_01 {width: 100%;}
.mis_vis h3 {
    font-size: 60px;
    font-weight: bold;
    z-index: 2;
    position: relative;
    color: #395e88;
}
.mis_vis .icon_ {
    width: 90px;
    position: absolute;
    top: -20px;
    right: 0;
    z-index: -1;
    -webkit-transition: 1100ms;
    transition: 1100ms;
}
/*.mis_vis:hover .icon_ {*/
/*    filter: grayscale(1);*/
/*    opacity: 0.1;*/
    /*width: 4em;*/
    /*filter: invert(76%) sepia(48%) saturate(4613%) hue-rotate(118deg) brightness(97%) contrast(87%);*/
    /*-webkit-animation: shake__ 1200ms linear infinite;*/
    /*animation: shake__ 1200ms linear infinite;*/
/*}*/
@keyframes shake__ {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}
.mis_vis .btns {
    position: absolute;
    bottom: 25px;
    right: 5px;
}

.mis_vis a {
    background: #797979;
    color: #fff;
    width: 100%;
    padding: 10px;
    display: inline-block;
    margin: 0 0 10px;
    border-radius: 10px;
    text-align: center;
}
.mis_vis a:hover {
    background: #395e88;
}

.mis_vis ul ::marker {;
    color: transparent;
}

#HHH .fill-button {
    margin: 20px auto;
    width: unset; 
    background: transparent;
}


.dist__ {
    position: relative;
}

.ttl_cs {
    font-size: 5em;
    color: #fff;
    margin: 2em 0 0;
    text-shadow: 0 10px 5px #000;
}

.disponible {
    width: fit-content;
    margin: 0 auto;
    padding: 10px 30px;
    border-top: none;
    border-bottom: none;
    border-radius: 10px;
    border: 3px solid #727272;
    outline: 3px solid #bbb;
    outline-offset: -15px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #232323;
}

.btn__ {
    position: relative;
    display: inline-block;
    height: 45px;
    width: 180px;
    margin: 10px auto;
    padding: 5px 5px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    color: #383736;
    border: 2px #383736 solid;
    border-radius: 4px;
  text-transform: uppercase;
  outline: 0;
  overflow:hidden;
  background: none;
  z-index: 1;
  cursor: pointer;
  transition:         0.08s ease-in;
  -o-transition:      0.08s ease-in;
  -ms-transition:     0.08s ease-in;
  -moz-transition:    0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

.slide_btn:after{
  content:"Ventas";
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  text-align:center;
  -webkit-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}
.slide_btn:before {
  content:"Llámanos →";
  height:100%;
  width:100%;
  position:absolute;
  color:#383736;
  left:-100%;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}
.slide_btn:hover{background:#383736;}
.slide_btn:hover:before{left:0;opacity:1;color:#fff;}
.slide_btn:hover:after{left:100%;opacity:0;}

.slide_btn_dist:after{
  content:"Distribuidores";
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  text-align:center;
  -webkit-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}
.slide_btn_dist:before {
  content:"Buscar →";
  height:100%;
  width:100%;
  position:absolute;
  color:#383736;
  left:-100%;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}
.slide_btn_dist:hover{background:#383736;}
.slide_btn_dist:hover:before{left:0;opacity:1;color:#fff;}
.slide_btn_dist:hover:after{left:100%;opacity:0;}

.slide_btn_rc:after{
  content:"Referencias Cruzadas";
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  text-align:center;
  -webkit-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}
.slide_btn_rc:before {
  content:"Ver →";
  height:100%;
  width:100%;
  position:absolute;
  color:#383736;
  left:-100%;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}
.slide_btn_rc:hover{background:#383736;}
.slide_btn_rc:hover:before{left:0;opacity:1;color:#fff;}
.slide_btn_rc:hover:after{left:100%;opacity:0;}

.slide_btn_pr:after{
  content:"Promociones";
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  text-align:center;
  -webkit-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}
.slide_btn_pr:before {
  content:"Ver →";
  height:100%;
  width:100%;
  position:absolute;
  color:#383736;
  left:-100%;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}
.slide_btn_pr:hover{background:#383736;}
.slide_btn_pr:hover:before{left:0;opacity:1;color:#fff;}
.slide_btn_pr:hover:after{left:100%;opacity:0;}

.slide_btn_sus:after{
  content:"Llámanos";
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  text-align:center;
  -webkit-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}
.slide_btn_sus:before {
  content:"(81) 1306 8037 →";
  height:100%;
  width:100%;
  position:absolute;
  color:#383736;
  left:-100%;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}
.slide_btn_sus:hover{background:#383736;}
.slide_btn_sus:hover:before{left:0;opacity:1;color:#fff;}
.slide_btn_sus:hover:after{left:100%;opacity:0;}

.ref_cruz_ {
    text-align: justify;
    max-height: 550px;
    overflow-y: auto;
    overflow-x: auto;
    padding: 30 0px;
    margin: 0 0 25px;
    border-radius: 10px;
}

/*#ESP_ table {*/
/*    font-size: 10px;*/
/*}*/

.ttl__ {
    font-size: 30px;
    font-weight: 800;
    color: #232323;
    margin: 40px 0 0;
    letter-spacing: 5px;
}

.ttl_marquee {
    font-size: 30px;
    margin: 20px 0 0;
    text-transform: uppercase;
}
.ttl_marquee img {
    width: 150px;
    margin: 0 0 0 20px;
}

/*.ttl_marquee:after {*/
/*	color: #232323;*/
/*	content: "¡";*/
/*	position: absolute;*/
/*	right: -3%;*/
/*	top: 0;*/
/*	line-height:  3;*/
/*    font-weight: 700;*/
/*}*/

/*.ttl_marquee:before {*/
/*	color: #232323;*/
/*	content: "!";*/
/*	left: -2%;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	line-height:  3;*/
/*    font-weight: 700;*/
/*}*/

.btn_03 {
    display: inline-grid;
    position: relative;
    width: 330px;
    padding: 235px 10px 10px;
}
.btn_03 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.btn_03 .img01 {
    padding: 10px;
    width: 165px;
    position: absolute;
    border-radius: 15px;
    left: 0;
    right: 0;
    margin: 30px auto 0;
    z-index: 0;
    opacity: 1;
    transform: translate(0, 0px);
}
.btn_03:hover .img01 {
    opacity: 0;
    transform: translate(0, -30px);
}
.btn_03 .img02 {
    padding: 10px;
    width: 250px;
    position: absolute;
    border-radius: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
}
.btn_03:hover .img02 {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
.btn_03 h3 {
    margin: 0;
    background: #232323;
    padding: 10px 25px;
    color: #fff;
    border-radius: 5em;
    font-size: 33px;
    position: relative;
    z-index: 3;
    letter-spacing: 0px;
}
.btn_03:hover h3 {
    background: #395e88;
}
.btn_03 .btn_ {
    background: #395e88;
    color: #fff;
    width: 40px;
    padding: 2px 0 0;
    height: 40px;
    font-size: 30px;
    border-radius: 5em 5em 0 0;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 1200ms;
    transition: 1200ms;
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
}
.btn_03 p {
    margin: -5px 0 10px;
    background: #232323;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 0 20px 5px;
    border-radius: 0 0 1em 1em;
}
.btn_03:hover p {
    box-shadow: 0 0 15px 5px #395e88;
}
.btn_03:hover .btn_ {
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
}
.btn_03:hover .btn_ i {
    -webkit-animation: shakeup_ 1000ms linear infinite;
    animation: shakeup_ 1000ms linear infinite;
}
@-webkit-keyframes shakeup_ {
  0% {-webkit-transform: translateY(5px);}
  20% {-webkit-transform: translateY(-5px);}
  40% {-webkit-transform: translateY(5px);}
  60% {-webkit-transform: translateY(-5px);}
  80% {-webkit-transform: translateY(5px);}
  100% {-webkit-transform: translateY(5px);}
}

.mini_lb {
    display: inline-grid;
    /*width: 220px;*/
    margin: 10px;
    box-shadow: 0 15px 25px -14px #232323;
}
.mini_lb .lb_ {margin: 0;}

.img_top_event {
    width: 75%;
    margin: 0 auto;
    display: block;
}

.menu_img_ {
    display: inline-grid;
    position: relative;
    width: 240px;
    padding: 10px;
    text-align: justify;
    margin: 10px;
}
.menu_img_ .modelo {
    padding: 10px;
    position: relative;
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0);
    -webkit-transition: 1500ms;
    transition: 1500ms;
    width: 80%;
}
.menu_img_:hover .modelo {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
}
.menu_img_ .icon_ {
    width: 50%;
    position: absolute;
    bottom: 5em;
    left: 0;
    z-index: -1;
    filter: brightness(0) saturate(100%) invert(62%) sepia(29%) saturate(472%) hue-rotate(139deg) brightness(90%) contrast(92%);
}
.menu_img_:hover .icon_ {
    left: 5%;
    filter: grayscale(1);
    opacity: 0.25;
}
#navigation .navbar-nav.navbar-right li .menu_img_ a:hover {background: transparent;}
.menu_img_ a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.menu_img_ h3 {
    letter-spacing: 1px;
    text-align: center;
}
.menu_img_:hover h3 {
    letter-spacing: 3px;
}

.menu_tech_ {
    display: inline-grid;
    position: relative;
    width: 240px;
    padding: 10px;
    text-align: justify;
    margin: 10px;
}
.menu_tech_ .modelo {
    padding: 10px;
    position: relative;
    -webkit-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
    -webkit-transition: 1500ms;
    transition: 1500ms;
    width: 80%;
}
.menu_tech_:hover .modelo {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
}
.menu_tech_ .icon_ {
    width: 50%;
    position: absolute;
    bottom: 5em;
    right: 0;
    z-index: -1;
    filter: brightness(0) saturate(100%) invert(62%) sepia(29%) saturate(472%) hue-rotate(139deg) brightness(90%) contrast(92%);
}
.menu_tech_:hover .icon_ {
    right: 5%;
    filter: grayscale(1);
    opacity: 0.25;
}
#navigation .navbar-nav.navbar-right li .menu_tech_ a:hover {background: transparent;}
.menu_tech_ a {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 5;}
.menu_tech_ h3 {letter-spacing: 1px;text-align: center;}
.menu_tech_:hover h3 {letter-spacing: 3px;}


.menu_point_ {
    display: inline-grid;
    position: relative;
    width: 100%;
    padding: 10px 0;
    text-align: justify;
    margin: 0 0 10px;
}
.menu_point_ a {
  position: absolute!important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.menu_point_ .modelo {
    padding: 10px;
    position: relative;
    -webkit-transition: 1500ms;
    transition: 1500ms;
    width: 180px;
    top: -10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
}
.menu_point_:hover .modelo {
    -webkit-transform: scale(1.2) translate(0, 15px);
    transform: scale(1.2) translate(0, 15px);
}
.menu_point_ .icon_ {
    filter: brightness(0) saturate(100%) invert(62%) sepia(29%) saturate(472%) hue-rotate(139deg) brightness(90%) contrast(92%);
    width: 75px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
#prods__ .menu_point_ .icon_ {
    z-index: 0;
}
.menu_point_:hover .icon_ {
    filter: grayscale(1);
    opacity: 0.25;
}
.menu_point_ .btns {
    position: absolute;
    bottom: 25px;
    right: 5px;
    text-transform: uppercase;
    left: 50%;
}


#navigation .navbar-nav.navbar-right li .menu_point_ a {
    background: transparent;
    color: #fff;
    width: 100%;
    padding: 10px;
    display: inline-block;
    margin: 0 0 10px;
    border-radius: 10px;
    text-align: center;
}
#navigation .navbar-nav.navbar-right li .menu_point_ a:hover {
    background: transparent;
}

.menu_model h3, .menu_point_ h3 {
    letter-spacing: 0px;
    position: relative;
    left: -1em;
}
/*.menu_model:hover h3, .menu_point_:hover h3 {letter-spacing: 2px;}*/


#us_idx {
    color: #fff;
    background-image: url(../img/bg_wrw.webp);
    background-attachment: fixed;
    background-size: cover;
    font-size: 27px;
}

.img_idx_us {
    display: inline-flex;
    position: relative;
    margin: 0 10px;
    align-items: center;
    font-size: 25px;
}
.img_idx_us img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(29%) saturate(472%) hue-rotate(139deg) brightness(90%) contrast(92%);
    padding: 0;
    margin: 10px 20px 0;
    aspect-ratio: 1 / 1;
    width: 80px;
}
.img_idx_us p, .img_idx_us h3 {margin: 0;}
marquee .img_idx_us p {font-size: 15px;}

.fs50 {font-size: 55px;}
.w90 {width: 90%;margin:0 auto;}
.w60 {width: 60%;}
.w70 {width: 70%;}
.w80_ {width: 80%;padding: 0 15px;margin: 0 auto;}
.w50 {width: 50%;}

.info_list {
    padding: 0;
    margin-bottom: 50px;
    margin-top: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.info_list li {
    list-style: none;
    padding: 15px 10px 35px;
    border-color: rgba(0,0,0,.1);
    border-style: solid;
    border-width: 1px 0px;
    color: rgba(0,0,0,.7);
}
.info_list li li::marker {
  color: transparent;
}
.info_list li .data_01 {
    width: 50%;
    float: left;
    font-weight: 500;
}
.info_list li .data_02 {
    width: 50%;
    float: left;
    text-align: right;
}
.info_list li .data_03 {
    width: 25%;
    float: left;
    text-align: right;
}
.info_list li .data_04 {
    width: 25%;
    float: left;
    text-align: right;
}


#play_01 {
    position: fixed;
    top: 13em;
    left: 1%;
    z-index: 1029;
}
#play_ {
    position: absolute;
    top: 4%;
    right: 4%;
}
#VACANCY_,
#videoDANIEL,
#New_,
#VideoSide01,
#VideoSide {
    top: 0;
    left: 0;
    z-index: 9999;
    filter: alpha(Opacity=80);
    opacity: 1;
    display: none;
    /* background: url(../img/overlay.webp) repeat 0 0; */
    background: rgb(0 0 0 / 75%);
}
#VACANCY_ .modal-dialog,
#videoDANIEL .modal-dialog,
#New_ .modal-dialog,
#VideoSide01 .modal-dialog,
#VideoSide .modal-dialog {
    width: 50%;
    margin: 5em auto;
    position: relative;
}
#VACANCY_ .modal-header, #videoDANIEL .modal-header, #New_ .modal-header, #VideoSide01 .modal-header, #VideoSide .modal-header {background: transparent;}
#VACANCY_ .close,
#videoDANIEL .close,
#New_ .close,
#VideoSide01 .close,
#VideoSide .close {
    font-size: 4em;
    color: #ffffff;
    width: 50px;
    height: 50px;
    opacity: .3;
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
#VACANCY_ .close:focus,
#VACANCY_ .close:hover,
#videoDANIEL .close:focus,
#videoDANIEL .close:hover,
#New_ .close:focus,
#New_ .close:hover,
#VideoSide01 .close:focus,
#VideoSide01 .close:hover,
#VideoSide .close:focus,
#VideoSide .close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}
.bg_btn_play {
    background: radial-gradient(transparent 35%, #ff2727);
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.btn_04 {
    position: absolute;
    background: #ff2727;
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.btn_04:hover {
    background: #ff2727;
    color: #fff;
}
.pulse_ {
	animation: pulse_ 3s linear infinite;
	-webkit-animation: pulse_ 3s linear infinite;
} 
@-keyframes pulse_ { 0% {transform: scale(1.0);opacity: 1;} 100% {transform: scale(3.0);opacity: 0;} }
@-webkit-keyframes pulse_ { 0% {transform: scale(1.0);opacity: 1;} 100% {transform: scale(3.0);opacity: 0;} }
@-moz-keyframes pulse_ { 0% {transform: scale(1.0);opacity: 1;} 100% {transform: scale(3.0);opacity: 0;} }

.semi_spin_promo {
	animation: txt_shake 1300ms linear infinite;
	-webkit-animation: txt_shake 1300ms linear infinite;
}
@keyframes txt_shake {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}
@@-webkit-keyframes txt_shake {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}
.semi_spin {
	animation: semi_spin 1200ms linear infinite;
	-webkit-animation: semi_spin 1200ms linear infinite;
} 
@-keyframes semi_spin { 0% {transform: rotate(0deg);} 40% {transform: rotate(-15deg);} 80% {transform: rotate(15deg);} 100% {transform: rotate(0deg);} }
@-webkit-keyframes semi_spin { 0% {transform: rotate(0deg);} 40% {transform: rotate(-15deg);} 80% {transform: rotate(15deg);} 100% {transform: rotate(0deg);} }
@-moz-keyframes semi_spin { 0% {transform: rotate(0deg);} 40% {transform: rotate(-15deg);} 80% {transform: rotate(15deg);} 100% {transform: rotate(0deg);} }

.info_buy {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.info_buy:hover {border: 1px solid #395e88;}
.info_buy img {width: 50%;}

.btn_05 {
	background: #232323;
	color: #fff;
	border-radius: 0;
	border: none;
	padding: 10px 40px;
	font-size: 15px;
	margin: 20px auto;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	width: 100%;
}
.btn_05:focus,
.btn_05:hover {
	background: #395e88;
	color: #fff;
}

.ttl_hm {
    font-size: 6em;
    color: #395e88;
    margin: 40px 0 20px;
    letter-spacing: 3px;
}

.fs8 {
    font-size: 8em;color: #395e88;
}
.fs7 {
    font-size: 7em;color: #395e88;
}
#vidds .fs5 {
    font-size: 15px;
    letter-spacing: 0;
    margin: 0 0 10px;
}
.fs5 {
    font-size: 33px;
}
.fs5 span {
    display: block;
}
.fs3 {
    font-size: 3em;color: #395e88;
}

#prods__ {
    padding: 95px 0 0;
    /*background-image: url(../img/bg_hm_01.webp);*/
    /*background-size: cover;*/
    /*background-position: 50% 50%;*/
    /*background-attachment: fixed;*/
}

.menu_model .spin_scroll_menu  {
    border: 0;
    overflow: hidden;
    width: 110px;
    margin: 0 auto;
    position: relative;
    left: 0em;
    top: 0em;
    right: 0;
    height: 12em;
    -webkit-transition: 1500ms;
    transition: 1500ms;
}
/*.menu_model:hover .spin_scroll_menu {*/
/*    -webkit-transform: scale(1.2) translate(-2em, 10px);*/
/*    transform: scale(1.2) translate(-2em, 10px);*/
/*}*/

.menu_opt_top {
    display: inline-flex;
    width: 100%;
    text-align: left;
    align-items: flex-end;
}


.text-line {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    animation: dash 5s infinite forwards, filling 5s ease-in forwards;
    font-size: 6em;
}

.text-line text {
  font-family: Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
}

@keyframes dash {
  to {
    stroke-dashoffset: 1;
  }
}

@keyframes filling {
  0%, 90% { fill: #1c696f; fill-opacity: 0; }
  100% { fill: #395e88; fill-opacity: 1; }
}

.tahm_01 {
	animation: text_ttl_hm_01 5s linear infinite;
	-webkit-animation: text_ttl_hm_01 6s linear infinite;
	display: inline-block;
} 
.tahm_02 {
	animation: text_ttl_hm_01 6s linear infinite;
	-webkit-animation: text_ttl_hm_01 5s linear infinite;
	display: inline-block;
} 
.tahm_03 {
	animation: text_ttl_hm_01 7s linear infinite;
	-webkit-animation: text_ttl_hm_01 8s linear infinite;
	display: inline-block;
} 
@-keyframes text_ttl_hm_01 { 
    0% {transform: translate(-2em,0);filter: blur(5px);opacity: 0;} 
    10% {transform: scale(1);filter: blur(0px);opacity: 1;} 
    90% {transform: scale(1);filter: blur(0px);opacity: 1;} 
    100% {transform: translate(2em,0);filter: blur(5px);opacity: 0;} 
}
@-webkit-keyframes text_ttl_hm_01 { 
    0% {transform: translate(-2em,0);filter: blur(5px);opacity: 0;} 
    10% {transform: scale(1);filter: blur(0px);opacity: 1;} 
    90% {transform: scale(1);filter: blur(0px);opacity: 1;} 
    100% {transform: translate(2em,0);filter: blur(5px);opacity: 0;} 
}
@-moz-keyframes text_ttl_hm_01 { 
    0% {transform: translate(-2em,0);filter: blur(5px);opacity: 0;} 
    10% {transform: scale(1);filter: blur(0px);opacity: 1;} 
    90% {transform: scale(1);filter: blur(0px);opacity: 1;} 
    100% {transform: translate(2em,0);filter: blur(5px);opacity: 0;} 
}

.txt_ttl_ani {
  position: relative;
  font-size: 2em;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #041441, #fff, #041441);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: txt_ani 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes txt_ani {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}


#CRSLhome__ .caption {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
    padding: 0 50px;
    right: 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px #000;
    background: rgb(0 0 0 / 40%);
}
#CRSLhome__ .carousel-indicators {
    bottom: 45%;
    position: absolute;
    left: 15px;
    transform: rotate(90deg);
}

#CRSLhome__ .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 2px solid #fff;
    width: 15px;
    height: 15px;
    margin: 5px 10px;
	text-indent: -9999px;
	display: inline-block;
}

.crsl_slide_01 {
    padding: 20px;
    display: inline-table;
    width: 49%;
}

.w_150 {width: 150px;}

.hm_slide_img_01 {
    position: absolute;
    right: 6em;
    width: 28%;
    top: -4em;
}
.hm_slide_img_02 {
    position: absolute;
    right: 12em;
    width: 32%;
    top: -6em;
}
.hm_slide_img_03 {
    position: absolute;
    right: 18em;
    width: 33%;
    top: -6em;
}

.ttl_03 {
    font-size: 6em;
    margin: 55px 0 0;
}
.ttl_04 {
    font-size: 2em;
    margin: 25px 0 0;
}
.ttl_05 {
    font-size: 6em;
    margin: 2em 0 0;
}
.ttl_06 {
    font-size: 2em;
    margin: 0 0 0;
}

.iframe_portal {
    width: 100%;
    height: 35em;
    margin: 0 0 0;
}

.txt_anim__01 {
	animation: txt_anim_01 2s linear infinite;
	-webkit-animation: txt_anim_01 2s linear infinite;
	display: inline-block;
}
.txt_anim__02 {
	animation: txt_anim_01 3s linear infinite;
	-webkit-animation: txt_anim_01 3s linear infinite;
	display: inline-block;
}
.txt_anim__03 {
	animation: txt_anim_01 4s linear infinite;
	-webkit-animation: txt_anim_01 4s linear infinite;
	display: inline-block;
}
.txt_anim__04 {
	animation: txt_anim_01 5s linear infinite;
	-webkit-animation: txt_anim_01 5s linear infinite;
	display: inline-block;
}
.txt_anim__05 {
	animation: txt_anim_01 6s linear infinite;
	-webkit-animation: txt_anim_01 6s linear infinite;
	display: inline-block;
}
.txt_anim__06 {
	animation: txt_anim_01 7s linear infinite;
	-webkit-animation: txt_anim_01 7s linear infinite;
	display: inline-block;
} 
@-keyframes txt_anim_01 { 
    0% {color:#395e88;} 
    50% {color:#fff;} 
    100% {color:#395e88;} 
}
@-webkit-keyframes txt_anim_01 { 
    0% {color:#395e88;} 
    50% {color:#fff;} 
    100% {color:#395e88;}  
}
@-moz-keyframes txt_anim_01 { 
    0% {color:#395e88;} 
    50% {color:#fff;} 
    100% {color:#395e88;} 
}

.img_idx_app {
    display: inline-flex;
    position: relative;
    margin: 0;
    align-items: center;
}
.img_idx_app img {
    /*filter: brightness(0) saturate(100%) invert(62%) sepia(29%) saturate(472%) hue-rotate(139deg) brightness(90%) contrast(92%);*/
    
    width: 260px;
    padding: 0;
    margin: 10px;
}
.img_idx_app:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.img_idx_app p, .img_idx_app h3 {margin: 0;line-height: 1;}

#info_ftr .img_idx_app img {
    width: 200px;
    margin: 10px;
    filter: unset!important;
}

.top_head {
    padding: 10px 0 0;
    margin: 0;
    background: #575757;
    /*background: rgb(0 0 0 / 20%);*/
    color: #fff;
    position: relative;
}
.top_head_info {
    display: inline-flex;
}
.top_head_info h3 {
    margin: 7px 0 0;
}
.img_top {
    width: 220px;
    /*height: 50px;*/
    padding: 0 15px;
    filter: brightness(0) invert(1);
}
.top_info_ {
    padding: 0 5px 0 0;
}
.btn_06 {
    background: #575757;
    color: #fff;
    border-radius: 0;
    border: none;
    padding: 10px;
    font-size: 17px;
    margin: 3px auto 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
}
.btn_06:focus,
.btn_06:hover {
	background: #323232;
	color: #fff;
}
.top_head_info a { color: #fff; }

.social_top {
    position: relative;
    left: 10px;
    margin: 0;
}
.social_i {
    display: inline-grid;
    position: relative;
    margin: 0px 20px 0 0;
    font-size: 30px;
}
.social_i a .fa-shop:focus, .social_i a .fa-shop:hover {color: #395e88;}
.social_i a .fa-facebook:focus, .social_i a .fa-facebook:hover {color: #1877f2;}
.social_i a .fa-youtube:focus, .social_i a .fa-youtube:hover {color: #ff0000;}
.social_i a .fa-instagram:focus, .social_i a .fa-instagram:hover {color: #c13584;}

#carouselPRODS .carousel-indicators {
    bottom: 0;
    position: relative;
}
#carouselPRODS .carousel-indicators li {
    display: inline-flex;
    width: 50px;
    height: 50px;
    margin: 1px;
    border-radius: 5px;
    padding: 5px;
    margin:0;
    border: 1px solid transparent;
    background-color: transparent;
}
#carouselPRODS .carousel-indicators .active {
    background-color: #555 !important;
    width: 50px;
    height: 50px;
    border: 1px solid #555;
    position: relative;
}
#carouselPRODS .carousel-indicators .active:before {
    content: "\A";
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #555 transparent transparent;
    position: absolute;
    left: 0px;
    top: -5px;
    right: 0;
    width: fit-content;
    margin: 0 auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#carouselPRODS .carousel-control {
    font-size: 10px;
    opacity: 0.5;
}
#carouselPRODS .carousel-control .fa-angle-left, 
#carouselPRODS .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translate(0, 0em);
    transform: translate(0, 0em);
}

#carouselPRODS .carousel-control.left {
    background-image: none;
    background-image: none;
}
#carouselPRODS .carousel-control.right {
    background-image: none;
    background-image: none;
}

#crslUSS .carousel-indicators {
    bottom: 0;
    position: relative;
}
#crslUSS .carousel-indicators li {
    display: inline-flex;
    width: 50px;
    height: 50px;
    margin: 1px;
    border-radius: 5px;
    padding: 5px;
    margin:0;
    border: 1px solid transparent;
    background-color: transparent;
}
#crslUSS .carousel-indicators .active {
    background-color: #555 !important;
    width: 50px;
    height: 50px;
    border: 1px solid #555;
    position: relative;
}
#crslUSS .carousel-indicators .active:before {
    content: "\A";
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #555 transparent transparent;
    position: absolute;
    left: 0px;
    top: -5px;
    right: 0;
    width: fit-content;
    margin: 0 auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#crslUSS .carousel-control {
    font-size: 10px;
    opacity: 0.5;
}
#crslUSS .carousel-control .fa-angle-left, 
#crslUSS .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translate(0, 0em);
    transform: translate(0, 0em);
}

#crslUSS .carousel-control.left {
    background-image: none;
    background-image: none;
}
#crslUSS .carousel-control.right {
    background-image: none;
    background-image: none;
}

.btn_07 {
    background: transparent;
    font-size: 40px;
    padding: 0;
    margin: 0px 0 0;
}
.btn_07:hover {
    background: transparent;
    font-size: 40px;
    padding: 0;
    color: #395e88;
}

/* COUNTDOWN TIMER */
.count_down {padding-inline-start: 0; position: relative;}
.count_down li {
    display: inline-block;
    font-size: 2em;
    list-style-type: none;
    text-transform: uppercase;
    text-align: center;
    margin: 5px 0 0;
    background: transparent;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 5px;
}
.count_down li span { display: block; font-size: 3em; font-weight: 700; padding: 0; line-height: 1.5; }
.count_down .count_down_dots {
    font-size: 6em;
    position: absolute;
    top: 0;
    padding: 0 0 0 3px;
}

.img_store {width: 50%;}
.cog_spin {
    position: absolute;
    font-size: 25em;
    z-index: -2;
    color: #f0f0f0;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    left: 0;
    right: 0;
}
.modal-header .close {
    margin-top: -20px;
}

.closeee {
    top: 3px;
    right: 165px;
    font-size: 2em;
}

.contain_search {
    display: inline-flex;
    width: 50%;
    position: relative;
}

.cs_01 {width: 60%;}
.cs_02 {
    width: 40%;
    padding: 0 15px;
}

.btn_08 {
    width: 100%;
    background: #818181;
    color: #fff;
    border-radius: 0;
    font-size: 21px;
    margin: 15px 0 0;
    line-height: 1.8;
}
.btn_08:focus,
.btn_08:hover {
    background: #395e88;
    color: #fff;
}

.fshm {font-size: 35px;line-height: 1.1;}
.fsus {font-size: 30px;line-height: 1.1;}
.fs35 {font-size: 25px;line-height: 1.1;}
.fs30 {font-size: 15px;line-height: 1.2;}

#cross_ref_ {
    padding: 6em 0 0;
    background: #fff;
}

.img_ttl_model {
    display: inline-flex;
    position: relative;
    margin: 0;
    align-items: center;
}
.img_ttl_model img {
    filter: brightness(0) invert(1);
    width: 25px;
    padding: 0;
    height: 25px;
    margin: 5px 15px;
}
.img_ttl_model p, .img_ttl_model h3 {
    margin: 0;
    line-height: 1;
    font-size: 25px;
    font-weight: 600;
}


#warr_opt {
    padding: 0 0 0;
    background: #fff;
}

@-keyframes technician_anim { 
    0% {transform: translate(5em,0);opacity: 0;} 
    10% {transform: scale(1);opacity: 1;}  
    90% {transform: scale(1);opacity: 1;} 
    100% {transform: translate(0,5em);opacity: 0;} 
}
@-webkit-keyframes technician_anim { 
    0% {transform: translate(5em,0);opacity: 0;} 
    10% {transform: scale(1);opacity: 1;}  
    90% {transform: scale(1);opacity: 1;} 
    100% {transform: translate(0,5em);opacity: 0;} 
}
@-moz-keyframes technician_anim { 
    0% {transform: translate(5em,0);opacity: 0;} 
    10% {transform: scale(1);opacity: 1;}  
    90% {transform: scale(1);opacity: 1;} 
    100% {transform: translate(0,5em);opacity: 0;} 
}


.ttl_opt_img {
    display: inline-flex;
    position: relative;
    margin: 5px 0 0;
    align-items: center;
    width: 100%;
    cursor: pointer;
}
.ttl_opt_img img {
    /*filter: brightness(0) invert(1);*/
    width:  50px;
    padding: 0;
    height: 50px;
    margin: 5px 20px;
    display: none;
}
.ttl_opt_img p, .ttl_opt_img h3 {
    margin: 0 0 0;
    line-height: 2;
    font-size: 25px;
    text-transform: uppercase;
}
.ttl_opt_img:hover h3 {
    color: #395e88;
}
.ttl_opt_img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.map_dealers {
  position: relative;
  width: 100%;
}

.map_dealers > img {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

.map_dealers .map_dot {
	cursor: pointer;
	outline: none;
	z-index: 0;
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 1;
}

.map_dotz {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.dot_ {
    position: absolute;
    background: #232323;
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px #61e8de;
    display: none;
}
.map_dealers a:hover, .map_dealers a {color: #fff;}

.spin_iframe_ {
    border: 0;
    overflow: hidden;
    width: 50%;
    margin: 3em auto 0;
    height: 850px;
    position: relative;
    left: 0;
    right: 0;
}
.spin_iframe_01 {
    border: 0;
    overflow: hidden;
    width: 70%;
    margin: 0 auto;
    height: 850px;
    position: relative;
    left: 0;
    right: 0;
}

#BOXX.modal, #YM_SPINN.modal, #YF_SPINN.modal, #YH_SPINN.modal {
    background: rgb(0 0 0 / 90%)!important;
}
#BOXX .modal-dialog, #YM_SPINN .modal-dialog, #YF_SPINN .modal-dialog, #YH_SPINN .modal-dialog{
    position: absolute;
    width: 50%;
    margin: 0em auto;
    left: 0;
    right: 0;
}

.img_ft {
    width: 60%;
    margin: 0 auto;
    display: block;
}

.dm_i {
    border: 1px solid #000;
    padding: 6px;
    border-radius: 5px;
    display: inline-block;
    font-size: 15px;
    margin: 0 5px;
    text-transform: uppercase;
}

.btn_cl {
    background: #232323;
    opacity: 1;
    width: 55px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    height: 55px;
    line-height: 0;
    z-index: 117;
    font-size: 35px;
    border-radius: 5px;
    font-weight: 600;
}

.joinus {
    width: 400px;
    display: inline-block;
    padding: 20px;
}
.joinus h2, .joinus h2 {margin: 0;}
.joinus img {
    padding: 20px;
    /*filter: invert(66%) sepia(39%) saturate(315%) hue-rotate(136deg) brightness(88%) contrast(86%);*/
}
.joinus:hover img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    opacity: 0.8;
}
.joinus .data_ {
    text-align: left;
    border-radius: 10px;
}
.clr_gray {color: #8f8f8f;}

.btn_09 {
    position: absolute;
    bottom: 2.5em;
    right: 0;
    background: #232323;
    color: #fff;
    font-size: 40px;
    padding: 10px 50px;
    border-radius: 2em;
    line-height: 1;
    left: 0;
    width: fit-content;
    margin: 0 auto;
}
.btn_09:focus,
.btn_09:hover {
    background: #395e88;
    color: #fff;
}

.spin_data {
    width: 500px;
    display: inline-block;
}
.spin_iframe_data {
    border: 0;
    overflow: hidden;
    width: 100%;
    margin: 3em auto 0;
    height: 850px;
    position: relative;
    left: 0;
    right: 0;
}
.data_space {
    position: relative;
    width: 100%;
}
.data_dot_ {
    position: absolute;
    background: transparent;
    color: #61e8de;
    padding: 5px 15px;
    border-radius: 50%;
    text-shadow: 0 0 1px #fff;
}
.data_dot_:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#DATA01.modal {background: transparent;}

.data_info__ {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translate(0, -50%);
    background: #232323;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: left;
    border-bottom: 4em;
}

.btn_10 {
    position: absolute;
    right: -45px;
    height: auto;
    top: 0;
    border-radius: 0;
    padding: 0 12px 10px;
    font-size: 34px;
    line-height: 1;
    background: #d9534f;
    color: #fff;
}
.btn_10:focus,
.btn_10:hover {
    background: #232323;
    color: #fff;
}

.owl-controls{
    display: none!important;
}

#top_logos {
    background: #bbb;
    background-image: url(../img/bg_socios.webp);
    background-position: 50% 50%;
    background-size: cover;
    color: #ffffff;
    padding: 10px 0;
    margin: 0 0 0;
    position: relative;
}
#top_logos > .bg_overlay {
    background: #5b5b5b;
    opacity: 0.6;
    /* transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#top_logos .item {
    margin: 0 2em;
}
#top_logos .item img {
    /*filter: brightness(0) invert(1);*/
    padding: 0;
}
#socios_ .item {
    margin: 10px 2em;
    filter: brightness(0) invert(1);
}
#oem_ .item {
    margin: 10px 2em;
    filter: brightness(0) invert(1);
}
#TEST>#owl-demo .item {
    filter: unset;
    text-align: center;
    margin: 10px 1em;
    color: #b38f00;
}

.logos_fo_lamco {
    display: inline-flex;
    position: relative;
}

.hr_socios {
    margin: 20px auto;
    border-top: 5px solid #5f5f5f;
    width: 90%;
}

.share_wa {
    position: absolute;
    right: 10em;
    top: 12px;
    width: fit-content;
    margin: 0 auto;
    background: #25d366;
    color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 2em;
    box-shadow: 0 0 5px #000;
}
.share_wa:hover {
    background: #128c7e;
    color: #fff;
    -webkit-transform: scale(1.1) translate(-15px,0);
    transform: scale(1.1) translate(-15px,0);
}

.share_wa_ig {
    width: fit-content;
    margin: 20px auto;
    background: #25d366;
    color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 2em;
    box-shadow: 0 0 5px #000;
    display: block;
}
.share_wa_ig:hover {
    background: #128c7e;
    color: #fff;
    padding: 5px 25px;
}

.share_wa__ {
    width: fit-content;
    margin: 20px auto;
    background: #25d366;
    color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 2em;
    box-shadow: 0 0 5px #000;
    display: block;
}
.share_wa__:hover {
    background: #128c7e;
    color: #fff;
}


#Appi_ {
    padding: 6em 0 0;
    background: #fff;
}

#appSCROLL .caption {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
    padding: 20px 50px;
    right: 0;
    color: #fff;
    background: rgb(0 0 0 / 0%);
    display: inline-flex;
    align-items: center;
}
#appSCROLL .carousel-indicators {
    bottom: 45%;
    position: absolute;
    left: 15px;
    transform: rotate(90deg);
}

#appSCROLL .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 2px solid #fff;
    width: 15px;
    height: 15px;
    margin: 5px 10px;
	text-indent: -9999px;
	display: inline-block;
}

.bg_yh {
    background: radial-gradient(ellipse farthest-corner at right bottom, #5de256 0%, #33d25e 8%, #359f28 30%, #338a2f 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #b6ffac 0%, #bdffac 8%, #6fd164 25%, #1f5d21 62.5%, #2e5d1f 100%);
}
.bg_ym {
    background: radial-gradient(ellipse farthest-corner at right bottom, #56a7e2 0%, #337ed2 8%, #28669f 30%, #2f528a 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #ace1ff 0%, #acd3ff 8%, #6494d1 25%, #1f305d 62.5%, #1f355d 100%)
}
.bg_yf {
    background: radial-gradient(ellipse farthest-corner at right bottom, #b556e2 0%, #d233c6 8%, #95289f 30%, #852f8a 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #e5acff 0%, #f1acff 8%, #ad64d1 25%, #5c1f5d 62.5%, #491f5d 100%);
}

.appi {
    width: 470px;
    padding: 10px;
    display: inline-block;
    position: relative;
}
.fs5_ {
    font-size: 6em;
    color: #fff;
    margin: 35px 0 0;
}
.fs4 {
    font-size: 4em;
    margin: 0 0 15px;
}

.btn_appi {
    border: 5px solid #fff;
    background: transparent;
    padding: 10px 25px;
    letter-spacing: 5px;
    font-weight: 600;
    border-radius: 10px;
}
.btn_appi:focus,
.btn_appi:hover {
    border: 5px solid #fff;
    background: transparent;
    padding: 10px 40px;
}


#dealers {
	padding: 7em 0 30px;
}
#dealers .fs8 {
    margin: 0;
}
#dealers .nav-pills>li {
    display: inline-block;
	float: none;
}
#dealers .nav-pills>li>a {
    border-radius: 50%;
    background: #232323;
    width: 15px;
    height: 15px;
    padding: 3px;
    position: relative;
    z-index: 3;
}
.bg_pulse {
    background: radial-gradient(transparent 35%, rgb(0 0 0 / 30%));
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: 0;
}
#dealers .nav-pills>li>a:hover { font-size: 0.5em;}
#dealers .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    background-color: #395e88;
}
#dealers .tab-content>.tab-pane {
    /*max-height: 650px;*/
    overflow: hidden;
    /*padding: 0 15px 0 0;*/
}

/* CUSTOM SCROLL BAR */
/* width */
#dealers ::-webkit-scrollbar {width: 0px;}

/* Track */
#dealers ::-webkit-scrollbar-track {background: #585858;}

/* Handle */
#dealers ::-webkit-scrollbar-thumb {background: #395e88;}

#dealers .map_dealers {
  position: relative;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2em auto 0;
}

#dealers .map_dealers > img {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  opacity: 0.6;
}

#dealers .map_dealers .map_dot {
	cursor: pointer;
	outline: none;
	z-index: 0;
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 1;
}

.dealer {
    position: relative;
	background: #f5f5f5;
	padding: 0 20px 20px;
	margin: 0 2px 15px;
	width: 100%;
	text-align: left;
	-webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
.dealer h3 {
    background: #395e88;
    width: -webkit-fill-available;
    color: #fff;
    margin: 0 -20px 20px;
    padding: 30px 30px 20px;
    font-size: 2em;
    text-align: left;
    line-height: 0.5;
}
.dealer a {color: #232323;}

.dealer a:hover {color: #395e88;}

.contact_ttl {
    display: inline-flex;
    position: relative;
    margin: 0;
    align-items: center;
}
.contact_ttl img {
    width: 180px;
    height: 180px;
    padding: 0;
    margin: 0 20px;
}
.contact_ttl p, .contact_ttl h3 {margin: 0;line-height: 1;}

.data_contact {
    display: inline-flex;
    position: relative;
    margin: 0 0 10px;
    align-items: center;
    width: 100%;
    font-size: 15px;
}
.data_contact img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(29%) saturate(472%) hue-rotate(139deg) brightness(90%) contrast(92%);
    width:  50px;
    height: 50px;
    padding: 5px;
    margin: 0 15px 0 0;
}
.data_contact p, .data_contact h3 {margin: 0;line-height: 1;}

.contact_add {
    width: 32%;
    display: inline-grid;
    padding: 10px;
}

.contact_ttl_ h2 {font-size: 60px;}
.contact_ttl_ {
    display: inline-flex;
    position: relative;
    margin: 0 auto 10px;
    align-items: center;
}
.contact_ttl_ img {
    width: 115px;
    height: 115px;
    padding: 0;
    margin: 0 15px 0 0;
}
.contact_ttl_ p, .contact_ttl_ h3 {margin: 0;line-height: 1;}

#dealers small {color: #fff;}

.img_scroll__ {
    /*position: absolute;*/
    width: 49%;
}

#oem_ {
    background-image: url(../img/bg_oem.webp);
    color: #fff;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    padding: 10px 0;
}
#oem_ > .bg_overlay {
    background: #112e45;
    opacity: 0.9;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.about_us {
    width: 540px;
    display: inline-block;
    padding: 10px;
}

.snip1579 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  color: #232323;
  text-align: left;
  line-height: 1.1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.snip1579 * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1579 img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transition: 1200ms;
	transition: 1200ms;
}
.snip1579:hover img {
    opacity: 0.2;
}
.snip1579 figcaption {
  position: absolute;
  height: 125px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 15px;
  background: linear-gradient(45deg, #395e88, transparent);
}
.snip1579:hover figcaption {
  background: rgba(255 255 255 / 75%);
}
.snip1579 h3 {color: #fff; font-size: 3em;}
.snip1579:hover h3 {color: #232323;}
.snip1579 blockquote {
    padding: 0;
    margin: 0;
    font-size: 1em;
    border-left: none;
}
.snip1579:hover figcaption,
.snip1579.hover figcaption {
  height: calc(100%);
}

.ttl_aboutus_ {
    display: inline-flex;
    position: relative;
    margin: 0 0 10px;
    align-items: center;
    width: 100%;
}
.snip1579 .ttl_aboutus_ img {
    filter: brightness(0) invert(1);
    width:  100px;
    height: 100px;
    padding: 5px;
    margin: 0 15px 0 0;
}
.snip1579:hover .ttl_aboutus_ img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(29%) saturate(472%) hue-rotate(139deg) brightness(90%) contrast(92%);
    opacity: 1;
}
.ttl_aboutus_ p, .ttl_aboutus_ h3 {margin: 0;line-height: 1;}

.qual_img {
    padding: 0 40px 10px;
    filter: brightness(0) saturate(100%) invert(49%) sepia(63%) saturate(1641%) hue-rotate(24deg) brightness(96%) contrast(101%);
}

#bg_distus {
    background-image: url(../img/bg_distus.webp);
    padding: 3em 0 0em;
    background-size: cover;
    background-position: 0% 50%;
}
.circle_us {
    position: relative;
    top: 15px;
}
.circle_ttls h3 {font-size: 15px;margin: 0 0 25px;}
.circle_ttls {
    position: absolute;
    width: 60%;
    color: #fff;
    top: 10em;
    left: 5em;
}

.data_cont_ {
    position: relative;
    top: -3em;
}

.data_ttl_us {
    display: inline-flex;
    position: relative;
    margin: 35px 10px;
    align-items: center;
    width: 100%;
}
.data_ttl_us img {
    width: 65px;
    height: 65px;
    padding: 5px;
    margin: 0 30px 0 0;
    background: #fff;
    border-radius: 50%;
    outline: 3px solid #fff;
    outline-offset: 10px;
}
.data_ttl_us h3 {
    margin: 0;
    line-height: 1;
    background: #fff;
    padding: 10px 30px;
    border-radius: 0 2em 2em 0;
    font-size: 40px;
    width: 20em;
    letter-spacing: 0;
    text-align: center;
}

.repos_01 {left: -10em;}
.repos_02 {left: -3em;}
.repos_03 {left: 1em;}

.iframe_promo_pas {
    border: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    height: 580px;
    position: relative;
    left: 0;
    right: 0;
}

#store_ { padding: 10em 0 2em;}


#store_ .fs5 {
    font-size: 5em;
}
#store_ .fs2 {
    font-size: 2em;
}

#store_ .img_store {
    width: 30%;
}

#timerr {
    font-size: 5em;
    font-weight: 700;
    color: #232323;
    text-transform: uppercase;
    text-align: center;
	position: relative;
}
#timerr div {
  display: inline-block;
  min-width: 90px;
  text-align: center;
}
#timerr div span {
  color: #232323;
  display: block;
  font-size: 0.35em;
  font-weight: 400;
  margin: 0 1em;
}

#timerr .count_down_dots {
    font-size: 1em;
    position: absolute;
    top: 0;
	text-align: center;
	width: 50px;
	padding: 0 0 0 80px
}

#timerr .cog_spin {
    z-index: 0;
}

.fs6 {font-size: 6em}

.btn_ref {
    background: transparent;
    font-size: 25px;
    padding: 5px 15px;
    line-height: 1;
    margin: 0;
    position: relative;
    top: -9px;
    border: 2px solid #232323;
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 5px;
}
.btn_ref:focus,
.btn_ref:hover {
    background: #395e88;
    border: 2px solid #395e88;
    color: #fff;
}

.data_model {
    display: inline-flex;
    position: relative;
    margin: 0;
    align-items: center;
}
.data_model .cont_01 {
    width: 50%;
    padding: 0 15px;
}
.data_model .cont_02 {
    width: 50%;
    padding: 0 15px;
}

.img_event_left  {
    float: left;
    width: 330px;
    padding: 0 40px 20px 0;
}


#vacancy {
    padding: 15px 0 75px;
    background: #fff;
}
#vacancy .form-control {
    height: auto;
    font-size: 25px;
    line-height: 1.6;
}
#vacancy .radio-custom-label {
    display: inline-block;
    font-size: 25px;
    line-height: 1;
}
.aling_ {display: inline-block;}

#crslBDT .carousel-indicators {
    bottom: 0;
    position: relative;
}
#crslBDT .carousel-indicators li {
    display: inline-flex;
    width: 50px;
    height: 50px;
    margin: 1px;
    border-radius: 5px;
    padding: 5px;
    margin:0;
    border: 1px solid transparent;
    background-color: transparent;
}
#crslBDT .carousel-indicators .active {
    background-color: #555 !important;
    width: 50px;
    height: 50px;
    border: 1px solid #555;
    position: relative;
}
#crslBDT .carousel-indicators .active:before {
    content: "\A";
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #555 transparent transparent;
    position: absolute;
    left: 0px;
    top: -5px;
    right: 0;
    width: fit-content;
    margin: 0 auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#crslBDT .carousel-control {
    font-size: 10px;
    opacity: 0.5;
}
#crslBDT .carousel-control .fa-angle-left, 
#crslBDT .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translate(0, 0em);
    transform: translate(0, 0em);
}

#crslBDT .carousel-control.left {
    background-image: none;
    background-image: none;
}
#crslBDT .carousel-control.right {
    background-image: none;
    background-image: none;
}

#crslPROMO .carousel-indicators {
    bottom: 0;
    position: relative;
}
#crslPROMO .carousel-indicators li {
    display: inline-flex;
    width: 50px;
    height: 50px;
    margin: 1px;
    border-radius: 5px;
    padding: 5px;
    margin:0;
    border: 1px solid transparent;
    background-color: transparent;
}
#crslPROMO .carousel-indicators .active {
    background-color: #555 !important;
    width: 50px;
    height: 50px;
    border: 1px solid #555;
    position: relative;
}
#crslPROMO .carousel-indicators .active:before {
    content: "\A";
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #555 transparent transparent;
    position: absolute;
    left: 0px;
    top: -5px;
    right: 0;
    width: fit-content;
    margin: 0 auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#crslPROMO .carousel-control {
    font-size: 10px;
    opacity: 0.5;
}
#crslPROMO .carousel-control .fa-angle-left, 
#crslPROMO .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translate(0, 0em);
    transform: translate(0, 0em);
}

#crslPROMO .carousel-control.left {
    background-image: none;
    background-image: none;
}
#crslPROMO .carousel-control.right {
    background-image: none;
    background-image: none;
}

.contain_pe {
    display: inline-flex;
    width: 100%;
    position: relative;
    align-items: center;
}

.contain_pe .cs_01 {width: 40%;}
.contain_pe .cs_02 {
    width: 70%;
    padding: 0 15px;
    display: initial;
}


.btn_11 {
    width: 100%;
    background: transparent;
    color: #fff;
    border-radius: 0;
    font-size: 21px;
    margin: 15px 0 0;
    line-height: 1.8;
}
.btn_11:focus,
.btn_11:hover {
    background: transparent;
    color: #395e88;
}

.a_search {
    position: fixed;
    top: 200px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%) !important;
}
.btn_asearch_close {
    background: #395e88;
    color: #fff;
    border-radius: 0 0 2em 2em;
    position: absolute;
    top: 0;
    right: 2em;
    /*left: 0;*/
    width: 70px;
    height: 50px;
    margin: 0;
    font-size: 30px;
    line-height: 0.1;
}
.btn_asearch_close:hover,
.btn_asearch_close:focus {
	background: #232323;
	color: #fff;
}

.iframe_asearch {
    width: 100%;
    height: 20em;
    margin: 10px 0 0;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: auto;
}

.snip1561 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  width: 100%;
  background: #395e88;
  background: -moz-linear-gradient(90deg, #395e88 0%, #11cea3 100%, #096a73 100%);
  background: -webkit-linear-gradient(90deg, #395e88 0%, #11cea3 100%, #096a73 100%);
  background: linear-gradient(90deg, #395e88 0%, #11cea3 100%, #096a73 100%);
}

.snip1561 img,
.snip1561:before,
.snip1561:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1561 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.snip1561:before,
.snip1561:after {
  content: '';
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.snip1561:before {
  width: 90px;
  height: 5px;
  left: 100%;
}

.snip1561:after {
  height: 90px;
  width: 5px;
  top: 0%;
}

.snip1561 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1561:hover img,
.snip1561.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

.snip1561:hover:before,
.snip1561.hover:before,
.snip1561:hover:after,
.snip1561.hover:after {
  opacity: 1;
  top: 50%;
  left: 50%;
}

.ivt {
    position: fixed;
    top: 10em;
    width: 135px;
    background: #232323;
    height: 135px;
    border-radius: 0 5em 5em 0;
    z-index: 16;
}
.ivt img {
    border-radius: 50%;
    position: relative;
    bottom: -25px;
    right: 5px;
}
.fa-angles-down {
    font-size: 35px;
    position: absolute;
	-webkit-animation: shake_x 1000ms ease-in-out infinite;
    animation: shake_x 1000ms ease-in-out infinite;
}
@keyframes shake_x { 
	0%	{ transform: translate(0,0) rotate(-45deg);}
	50%	{ transform: translate(0,15px) rotate(-45deg);}
	100%{ transform: translate(0,0) rotate(-45deg);}
}
@-webkit-keyframes shake_x { 
	0%	{ transform: translate(0,0) rotate(-45deg);}
	50%	{ transform: translate(0,15px) rotate(-45deg);}
	100%{ transform: translate(0,0) rotate(-45deg);}
}

.cert {
    width: 330px;
    padding: 10px;
    display: inline-block;
    position: relative;
}

#crslPROMO .share_wa__ {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 45px;
}
#carouselPRODS .fs5,
#crslPROMO .fs5 {
    margin: 0;
}
#crslPROMO .lb_ {
    margin: 0;
}

#crslCOMP .carousel-control {
    width: 5%;
    opacity: 0.5;
    color: #395e88;
}
#crslCOMP .carousel-control .fa-angle-left, 
#crslCOMP .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translate(0, 0em);
    transform: translate(0, 0em);
}

#crslCOMP .carousel-control.left {
    background-image: none;
    background-image: none;
}
#crslCOMP .carousel-control.right {
    background-image: none;
    background-image: none;
}

.gall_img {
    display: inline-grid;
    width: 390px;
    position: relative;
    margin: 10px;
}
.gall_img img {border-radius: 1em!important;}

.date_00 {
    font-size: 2em;
    background: #27abb0;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 55px;
}

@keyframes marquee {
  0% {transform: translateX(0);}
  100% {transform: translateX(-100%);}
}
@-webkit-keyframes marquee {
  0% {transform: translateX(0%);}
  100% {transform: translateX(-100%);}
}
@keyframes marquee {
  0% {transform: translateX(0%);}
  100% {transform: translateX(-100%);}
}
.marquee {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    margin: 0 -20px 10px;
    background: #395e88;
}
.marquee h3 {
  text-transform: uppercase;
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
  -webkit-animation: marquee 10s linear infinite;
          animation: marquee 10s linear infinite;
  font-size: 3em;
}
.marquee .data_marquee {
  margin: 10px 0 0;    
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
  -webkit-animation: marquee 50s linear infinite;
          animation: marquee 50s linear infinite;
}

#app_TM,
#app_TB,
#app_AC {
    position: fixed;
    z-index: 1035;
    background: #fff;
    top: 50%;
    right: 0;
    left: 0;
    width: 70%;
    padding: 20px;
    margin: 0 auto;
    border-radius: 0;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    box-shadow: 0 0 0 15em rgb(0 0 0 / 75%);
}
#newss {
    position: fixed;
    z-index: 1100;
    background: rgb(0 0 0 / 35%);
    top: 50%;
    right: 0;
    left: 0;
    width: 40%;
    padding: 0;
    margin: 0 auto;
    border-radius: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-shadow: 0 0 0 40em rgb(0 0 0 / 35%);
    overflow: hidden;
}
#pricess__ {
    position: fixed;
    z-index: 1035;
    background: #fff;
    top: 50%;
    right: 0;
    left: 0;
    width: 50%;
    padding: 0;
    margin: 0 auto;
    border-radius: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-shadow: 0 0 0 40em rgb(0 0 0 / 35%);
    /*overflow: hidden;*/
}
#pricess_ {
    position: fixed;
    z-index: 1035;
    background: #fff;
    top: 50%;
    right: 0;
    left: 0;
    width: 50%;
    padding: 0;
    margin: 0 auto;
    border-radius: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-shadow: 0 0 0 40em rgb(0 0 0 / 35%);
    /*overflow: hidden;*/
}
#pricess__ .btn_modelo_close,
#pricess_ .btn_modelo_close {
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: -50px;
    right: 0;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: 0;
    transform: translate(-50%, 0);
}
#mmodelo_ {
    position: fixed;
    z-index: 1035;
    background: #fff;
    top: 50%;
    right: 0;
    left: 0;
    width: 45%;
    height: 350px;
    padding: 0;
    margin: 0 auto;
    border-radius: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-shadow: 0 0 0 40em rgb(0 0 0 / 35%);
}
#tabla_carac {
    position: fixed;
    z-index: 1035;
    background: #fff;
    top: 50%;
    right: 0;
    left: 0;
    width: 50%;
    padding: 0;
    margin: 0 auto;
    border-radius: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-shadow: 0 0 0 50em rgb(0 0 0 / 50%);
}
#tabla_carac .btn_modelo_close {
    background: #232323;
    color: #fff;
    border-radius: 2em 2em 0 0;
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 0.1;
    z-index: 5;
}
.btn_modelo_close {
    background: #395e88;
    color: #fff;
    border-radius: 2em 10px 0 2em;
    position: absolute;
    top: 0;
    right: 0em;
    width: 60px;
    height: 50px;
    margin: 0;
    font-size: 30px;
    line-height: 0.1;
    z-index: 1;
}
.btn_modelo_close:hover,
.btn_modelo_close:focus {
	background: #232323;
	color: #fff;
}
#mmodelo_ h2 {
    margin: 0 0 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
}
#mmodelo_ h2 span {
    font-weight: 300;
    font-size: 80%;
    color: #ed7630;
    text-transform: initial;
}

.btnss_ {
    display: inline-block;
    position: relative;
}

#New_ .btn_02 {
    padding: 10px 20px;
    font-size: 15px;
    margin: 5px auto;
    letter-spacing: 1px;
    background: #395e88;
}
#New_ .btn_02:focus,#New_  .btn_02:hover {
    background: #232323;
    color: #fff;
}

.video_alert {
    position: fixed;
    bottom: 1em;
    z-index: 1029;
    /*background: #515151;*/
    background-image: url(../img/bg_socios.webp);
    border-radius: 2em ;
    padding: 0 20px;
    box-shadow: 0 0 5px #000;
    right: 0;
}
.video_alert:hover {background: #222;}
.video_alert h3 {margin: 0;line-height: 2;font-size: 25px;}
.video_alert a {color: #fff;}
.video_alert a:hover {color: #fff;background: #222;}

.video_alert .semi_spin {
    animation: semi_spin 2s linear infinite;
    -webkit-animation: semi_spin 2s linear infinite;
}

.va_01 {
    animation: va_ 30s linear infinite;
	-webkit-animation: va_ 30s linear infinite;
}

@keyframes va_ { 
    0% {transform: translate(20em,0); opacity: 1;filter: blur(0px);} 
    /*20% {transform: translate(0em,0); opacity: 1;filter: blur(0px);} */
    /*95% {transform: translate(0em,0); opacity: 1;filter: blur(0px);} */
    100% {transform: translate(-120em,0); opacity: 1;filter: blur(0px);} 
}

.iframe_model {height: 80vh;margin: 0 0 -7px;}

.space_video {
    padding: 0 7em;
}

#mmodelo_ .caption h2 {
    margin: 20px 0;
    font-size: 25px;
}
#mmodelo_ .ttl_04 {
    font-size: 25px;
    margin: 25px 0 0;
}
#mmodelo_ .fs3 {
    font-size: 30px;
}
#mmodelo_ .date_00 {
    font-size: 25px;
    padding: 10px 20px;
}
#mmodelo_ .btn_09 {
    bottom: 10px;
    font-size: 25px;
    padding: 5px 15px;
}
#mmodelo_ .hm_slide_img_01 {
    right: 1%;
    top: -5em;
}
#mmodelo_ .hm_slide_img_02 {
    right: 20%;
    width: 30%;
    top: -5.5em;
}
#mmodelo_ .hm_slide_img_03 {
    right: 35%;
    width: 35%;
}

.iframe_promovideo {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    max-width: 320px!important;
    aspect-ratio: 9 / 16 !important;
    border: none;
    border-radius: 1em;
    margin: 0 0 -10px;
}
.video_shorts_yt .iframe_promovideo {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    max-width: 300px!important;
    aspect-ratio: 9 / 16 !important;
    border: none;
    border-radius: 1em;
    margin: 0 0 -10px;
}
.video_shorts_yt {
    width: fit-content;
    box-shadow: 0 23px 15px -25px #000;
    margin: 0 auto;
    position: relative;
}

.iframe_promovideo_ {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    max-width: 300px !important;
    aspect-ratio: 9 / 16 !important;
    border: none;
    border-radius: 1em;
    margin: 0 auto -10px;
    display: block;
}

.iframe_promovideo_promo {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    max-width: 440px !important;
    aspect-ratio: 9 / 16 !important;
    border: none;
    border-radius: 1em;
    margin: 0 auto;
    display: block;
}

.filter_none {
    filter: none!important;
}

.table {
    font-size: 15px;
    text-transform: uppercase;
}

#imgm .img_menu {
    display: inline-flex;
    position: relative;
    margin: 0;
    align-items: center;
}
#imgm .img_menu img {
    filter: grayscale(1);
    opacity: 0.3;
    width: 100px;
    padding: 0;
    height: 100px;
    margin: 0 10px;
}
#imgm:hover .img_menu img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(29%) saturate(472%) hue-rotate(139deg) brightness(90%) contrast(92%);
    opacity: 1;
}
#imgm .img_menu p, #imgm .img_menu h3 {margin: 0;left: 0em;}


#menu_imgm .img_menu {
    display: inline-flex;
    position: relative;
    margin: 0;
    align-items: center;
}
#menu_imgm .img_menu img {
    filter: grayscale(1);
    width: 55px;
    padding: 0;
    height: 55px;
    margin: 0 20px 0 10px;
    opacity: 0.3;
}
#menu_imgm:hover .img_menu img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(29%) saturate(472%) hue-rotate(139deg) brightness(90%) contrast(92%);
    opacity: 1;
}
#menu_imgm .img_menu p, #menu_imgm .img_menu h3 {
    margin: 0;
    left: 0em;
    font-family: "Libre Franklin", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 300;
    text-align: left;
    cursor: pointer;
}
#menu_imgm:hover .img_menu h3 {color: #395e88;}

.promo11 {
    background: #041441;
    color: #fff;
    width: -webkit-fill-available;
    padding: 10px 10px;
    margin: 0 -30px;
    position: relative;
    font-size: 30px;
}
.promo11 small {color: #395e88;}
.promo11 span {font-size: 2em;}

.promo_i {
    color: #ffb800;
    position: absolute;
    left: 10px;
    font-size: 2em;
    top: -30px;
}

.txt_promo_ {
	animation: txt_promo 2s linear infinite;
	-webkit-animation: txt_promo 2s linear infinite;
	display: inline-block;
}
@keyframes txt_promo { 
    0% {color:#395e88;} 
    50% {color:#ffb800;} 
    100% {color:#395e88;} 
}
@-webkit-keyframes txt_promo { 
    0% {color:#395e88;} 
    50% {color:#ffb800;} 
    100% {color:#395e88;}  
}
@-moz-keyframes txt_promo { 
    0% {color:#395e88;} 
    50% {color:#ffb800;} 
    100% {color:#395e88;} 
}


.btns_crsl_ {
    margin: 0 auto;
    text-align: center;
}
.btns_crsl {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    bottom: 2em;
    left: 0;
    right: 0;
}
.btn_model_ {
    display: inline-flex;
    position: relative;
}

.btn_m_crsl {
    background: rgb(0 0 0 / 70%);
    border: none;
    border-radius: 10px;
    padding: 5px 10px;
    color: #fff;
    margin: 3px 0;
    font-size: 15px;
    box-shadow: 0 0 5px #fff;
}

.btn_m_crsl:hover {
    background: #395e88;
    color: #fff;
}

#btnssCRSL {
    position: fixed;
    z-index: 1035;
    background: #fff;
    top: 50%;
    right: 0;
    left: 0;
    width: 45%;
    margin: 0 auto;
    border-radius: 10px;
    transform: translate(0,-50%);
    padding: 30px;
    box-shadow: 0 0 5px rgb(0 0 0 / 75%);
}

#mod_dist {
    padding: 5em 0 2em;
    background-image: url(../img/model_bg.webp);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    color: #fff;
}

#mod_dist .map_dealers h3 {
    margin: 3px 3px 0;
    font-size: 15px;
    letter-spacing: 1px;
}
#mod_dist .map_dealers .nav-pills>li.active>a, 
#mod_dist .map_dealers .nav-pills>li.active>a:focus, 
#mod_dist .map_dealers .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #232323;
}
#mod_dist .map_dealers a:hover, #mod_dist .map_dealers a {
    color: #fff;
    background: #232323;
    padding: 5px;
}

#mod_Dist_08, 
#mod_Dist_01, 
#mod_Dist_02, 
#mod_Dist_03, 
#mod_Dist_04, 
#mod_Dist_05, 
#mod_Dist_06, 
#mod_Dist_07 {
    position: fixed;
    z-index: 1035;
    background: #fff;
    color: #232323;
    top: 50%;
    right: 0;
    left: 0;
    width: 50%;
    padding: 5px 35px 15px;
    margin: 0 auto;
    border-radius: 0;
    transform: translate(0, -50%);
    box-shadow: 0 0 0 35em rgb(0 0 0 / 60%);
}
.md_ttl {
    background: #232323;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    width: -webkit-fill-available;
    margin: 0 -35px 10px;
    top: -15px;
    font-size: 50px;
}
.md_i {
    color: #395e88;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 35px;
    animation: md_icon 2s linear infinite;
	-webkit-animation: md_icon 2s linear infinite;
}

@keyframes md_icon { 
    0% {transform: translate(0,-10px); opacity: 1;} 
    90% {transform: translate(0,0px); opacity: 0;} 
    100% {transform: translate(0,5px); opacity: 0;} 
}
@-webkit-keyframes md_icon { 
    0% {transform: translate(0,-10px); opacity: 1;} 
    90% {transform: translate(0,0px); opacity: 0;} 
    100% {transform: translate(0,5px); opacity: 0;} 
}
@-moz-keyframes md_icon { 
    0% {transform: translate(0,-10px); opacity: 1;} 
    90% {transform: translate(0,0px); opacity: 0;} 
    100% {transform: translate(0,5px); opacity: 0;} 
}

.c_dflt {cursor: default;}
.icon_md {
    display: none;
}

.img_dot {
    transform: scale(1);
    display: inline-flex;
    width: 18%;
    cursor: default!important;
}
.img_dot:hover {
    transform: scale(1.2);
}

.squish {
  animation: squish 3s ease-in infinite;
}
@keyframes squish {
  5% { transform: scale(1.2, 0.9);}
  10% {transform: scale(0.9, 1.2) translate(0, -4px);}
  15% {transform: scale(1);}
}



.ag-snow-fall {
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  position: fixed;
  z-index: -20;
}

/*#starrs {*/
/*  position: fixed;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: -20;*/
/*}*/

.starr {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
}

@keyframes star_01 { 
	0%	{ color: #ffdb4d; transform: translate(0,-5em); }
	100%{ color: transparent; transform: translate(0,40em); }
}
@-webkit-keyframes star_01 { 
	0%	{ transform: translate(0,0); }
	50%	{ transform: translate(45vh,15vh); }
	100%{ transform: translate(0,0); }
}
.starr:nth-child(1) {
    -webkit-animation: star_01 8s infinite;
    animation: star_01 8s infinite;
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
    transform: translate(0,0);
}

@keyframes star_02 { 
	0%	{ color: #ffdb4d; transform: translate(-10em,-0em); }
	100%{ color: transparent; transform: translate(-10em,40em); }
}
@-webkit-keyframes star_02 { 
	0%	{ transform: translate(0,0); }
	50%	{ transform: translate(45vh,15vh); }
	100%{ transform: translate(0,0); }
}
.starr:nth-child(2) {
    -webkit-animation: star_02 8s infinite;
    animation: star_02 8s infinite;
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
    transform: translate(0,0);
    font-size: 12px;
}

@keyframes star_03 { 
	0%	{ color: #ffdb4d; transform: translate(-55em,-15em); }
	100%{ color: transparent; transform: translate(-55em,40em); }
}
@-webkit-keyframes star_03 { 
	0%	{ transform: translate(0,0); }
	50%	{ transform: translate(45vh,15vh); }
	100%{ transform: translate(0,0); }
}
.starr:nth-child(3) {
    -webkit-animation: star_03 6s infinite;
    animation: star_03 6s infinite;
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
    transform: translate(0,0);
    font-size: 10px;
}

@keyframes star_04 { 
	0%	{ color: #ffdb4d; transform: translate(35em,-25em); }
	100%{ color: transparent; transform: translate(35em,40em); }
}
@-webkit-keyframes star_04 { 
	0%	{ transform: translate(0,0); }
	50%	{ transform: translate(45vh,15vh); }
	100%{ transform: translate(0,0); }
}
.starr:nth-child(4) {
    -webkit-animation: star_04 9s infinite;
    animation: star_04 9s infinite;
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
    transform: translate(0,0);
    font-size: 15px;
}

@keyframes star_05 { 
	0%	{ color: #ffdb4d; transform: translate(5em,-55em); }
	100%{ color: transparent; transform: translate(5em,40em); }
}
@-webkit-keyframes star_05 { 
	0%	{ transform: translate(0,0); }
	50%	{ transform: translate(45vh,15vh); }
	100%{ transform: translate(0,0); }
}
.starr:nth-child(5) {
    -webkit-animation: star_05 7s infinite;
    animation: star_05 7s infinite;
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
    transform: translate(0,0);
    font-size: 15px;
}

@keyframes star_06 { 
	0%	{ color: #ffdb4d; transform: translate(10em,-15em); }
	100%{ color: transparent; transform: translate(10em,40em); }
}
@-webkit-keyframes star_06 { 
	0%	{ transform: translate(0,0); }
	50%	{ transform: translate(45vh,15vh); }
	100%{ transform: translate(0,0); }
}
.starr:nth-child(6) {
    -webkit-animation: star_06 6s infinite;
    animation: star_06 6s infinite;
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
    transform: translate(0,0);
    font-size: 15px;
}

@keyframes star_07 { 
	0%	{ color: #ffdb4d; transform: translate(-30em,-25em); }
	100%{ color: transparent; transform: translate(-30em,40em); }
}
@-webkit-keyframes star_07 { 
	0%	{ transform: translate(0,0); }
	50%	{ transform: translate(45vh,15vh); }
	100%{ transform: translate(0,0); }
}
.starr:nth-child(7) {
    -webkit-animation: star_07 8s infinite;
    animation: star_07 8s infinite;
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
    transform: translate(0,0);
    font-size: 15px;
}

@keyframes star_08 { 
	0%	{ color: #ffdb4d; transform: translate(40em,-55em); }
	100%{ color: transparent; transform: translate(40em,40em); }
}
@-webkit-keyframes star_08 { 
	0%	{ transform: translate(0,0); }
	50%	{ transform: translate(45vh,15vh); }
	100%{ transform: translate(0,0); }
}
.starr:nth-child(8) {
    -webkit-animation: star_08 9s infinite;
    animation: star_08 9s infinite;
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
    transform: translate(0,0);
    font-size: 15px;
}

.pine {
    position: absolute;
    top: -5px;
    font-size: 2.5em;
    left: 5%;
}

#dist_tab {margin: 25px 0 0;}
#dist_tab .nav>li>a {padding: 10px;}
#dist_tab .nav-tabs>li {
    float: unset;
    margin-bottom: -1px;
    display: inline-block;
}
#dist_tab .nav-tabs>li>a {
	border-radius: 0;
	color: #232323;
	border-radius: 5px;
}
#dist_tab .nav-tabs {
    border-bottom: none;
}
#dist_tab .nav-tabs>li>a:hover {
    border-color: transparent;
}
#dist_tab .tab-content {
    border-right: none;
    border-left: none;
    border-bottom: none;
    padding: 20px 0 0;
    margin: 0 0 20px;
}
#dist_tab .custom ul li {
    list-style-image: url(../img/bullet.svg);
    padding: 0 0 5px 0;
}
#dist_tab .nav-tabs>li.active>a,
#dist_tab  .nav-tabs>li.active>a:hover,
#dist_tab  .nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #395e88!important;
    border: none;
    border-bottom-color: transparent;
}

.align_c {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.inBd .clr_00 {
    color: #232323 !important;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
}

#idx_hm_01 {
    background-image: url(../img/bg_idx_01.webp);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    padding: 40px 0 0;
}

.img_idx_01 {
    /*width: 300px;*/
    margin: 0 auto;
    display: block;
}

.bg_idx_ {
    background: #bbb;
    background-image: url(../img/bg_socios.webp);
    background-position: 50% 50%;
    background-size: cover;
    color: #ffffff;
    padding: 0;
    margin: 20px 0 0;
    position: relative;
}
.bg_idx_ > .bg_overlay {
    background: #395e88;
    opacity: 0.4;
    /*transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.bg_idx_ .img_i_idx {
    /*filter: brightness(0) saturate(100%) invert(5%) sepia(3%) saturate(268%) hue-rotate(314deg) brightness(100%) contrast(82%);*/
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(56deg) brightness(95%) contrast(112%);
}

.btn_00 {
    background: transparent;
    border: 0.09em solid #232323;
    padding: 20px 0 20px 35px;
    margin: 15px 0;
    font-size: 15px;
    color: #232323;
    letter-spacing: 4px;
    border-radius: 10px;
    font-weight: 300;
}
.btn_00:hover {
    padding: 20px 35px;
}
.btn_00 i {
    opacity: 0;
    transform: translate(-40px,0);
}
.btn_00:hover i {
    opacity: 1;
    transform: translate(0,0);
}

.align_t {
    display: inline-flex;
    align-items: start;
    width: 100%;
}
.align_f {
    display: inline-flex;
    align-items: self-end;
    width: 100%;
}
.cont_10 {width: 10%; padding: 0 15px;}
.cont_20 {width: 20%; padding: 0 15px;}
.cont_30 {width: 30%; padding: 0 15px;}
.cont_33 {width: 33%; padding: 0 15px;}
.cont_40 {width: 40%; padding: 0 15px;}
.cont_50 {width: 50%; padding: 0 15px;}
.cont_60 {width: 60%; padding: 0 15px;}
.cont_70 {width: 70%; padding: 0 15px;}
.cont_80 {width: 80%; padding: 0 15px;}
.cont_90 {width: 90%; padding: 0 15px;}

/*PRODUCT FILTER*/
.producct {
    font-weight: 400;
    margin: 10px;
    width: 500px;
    position: relative;
    box-shadow: 0 0 5px rgba(0 0 0 / 10%);
    padding: 10px 0 0 0;
    border-radius: 10px;
    background: #fff;
    display: inline-block;
    overflow: hidden;
    z-index: 0;
    background-image: url(https://invotech-mx.com/img/tech_card_fondo.webp);
}
.producct:hover {
	box-shadow: 0 0 5px rgba(0 0 0 / 20%);
}
.producct .product-inner {
	display: inline-flex;
	align-items: center;
	width: 100%;
}
.producct .product-inner img {
    width: 40%;
    position: relative;
    z-index: 2;
}
.producct .product-inner .data__ {width: 70%;margin: 70px 0 0;}
.producct .product-inner h3  {
    text-transform: uppercase;
    text-align: right;
    background: #00a6ff;
    margin: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: fit-content;
    color: #fff!important;
    font-size: 15px;
}
.producct .product-inner h3:before {
    content: "\A";
    border-style: solid;
    border-width: 0 30px 59px 0;
    border-color: transparent #00a6ff transparent transparent;
    position: absolute;
    left: -29px;
    top: -4px;
}
.producct p {
    margin: 0;
    width: 100%;
    display: inline-block;
    text-align: right;
    line-height: 0!important;
    font-size: 16px;
    letter-spacing: 0;
}
.producct p img {
    width: 30px!important;
    line-height: 0;
    position: relative;
    top: -3px;
    margin: 0 0 0 5px;
    padding: 5px;
}
.producct a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: unset;
}
.img_btm_card {
    position: relative;
    bottom: 0px;
    z-index: 10;
}
.img_lft_card {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 32%;
}
.img_l {padding: 0 0 0 30px;}

#home__ {
    padding: 0 0 30px;
}
#home__ .form-control {
    padding: 20px 10px;
    font-size: 16px;
    line-height: 2;
    color: #000;
    background-color: #fff;
    border: 1px solid #232323;
    margin: 0 10px 10px;
    box-shadow: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    width: 100%;
    border-radius: 5px;
    text-transform: uppercase;
}
#home__ .form-control:focus {
    background-color: #efefef;
    border: 1px solid #efefef;
	color: #232323;
    -webkit-box-shadow: none;
    box-shadow: none;
}
option:hover { 
    background-color: #001f3f;
    color: white;  
}

#home__ .form-control::-webkit-input-placeholder{color:#232323}

#home__ .uploadBtnWrap .btn {
    font-size: 18px!important;
    text-transform: unset!important;
}
#home__ .radio-custom-label {
    font-size: 15px;
}

#form_tst {
    background: url(../img/bg_cm.webp);
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100vh;
    /*display: inline-flex;*/
    /*align-items: center;*/
    color: #fff;
    padding: 0;
    overflow: hidden;
}
#form_tst > .bg_overlay {
    background: linear-gradient(45deg, #000, #395e88);
    opacity: 0.8;
    /*transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


#form_tst h2 {
    font-size: 33px;
    margin: 0;
}
#form_tst .form-control{
    height: auto;
    padding: 5px 10px;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.4;
    color: #232323;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}
#form_tst .imgc {
    width: 40%;
    position: relative;
}
#form_tst .formm {
    /*background: rgb(255 255 255 / 40%);*/
    padding: 0 15px;
    /*border-radius: 1em;*/
}
#form_tst .btn-primary {
    width: 100%;
    font-size: 15px;
    padding: 10px 20px;
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}
#form_tst .btn-primar:focus,
#form_tst .btn-primary:hover {
    background-color: #000;
    border-color: #000;
    padding: 10px 30px;
}
#form_tst .logo {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(15deg) brightness(118%) contrast(87%);
    margin: 0;
    padding: 0;
}

.img_pop_ {width: 45%;}
#POPup .btn_02 {
    font-size: 55px;
}
#form_tst .img_idx_us img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(15deg) brightness(118%) contrast(87%);
    width: 40px;
    padding: 0;
    height: 40px;
    margin: 0 5px;
}
#form_tst .radio-custom-label {
    color: #fff;
}
/* On mouse-over, add a grey background color */
#form_tst .radio-custom-label:hover input ~ .radio-custom {
  	border-color: #ddd;
}
/* When the radio button is checked, add a blue background */
#form_tst .radio-custom-label input:checked ~ .radio-custom {
  border: 3px solid #ddd;
}
/* Style the indicator (dot/circle) */
#form_tst .radio-custom-label .radio-custom:after {
    border-top: 3px solid #ddd;
    border-right: 3px solid #ddd;
}

.bg_top_dl {background: #395e88;}
.marquee_marg {
    margin: 0 0 10px;
    background: #395e88;
    padding: 10px 0 0;
}
.marquee_ftr {
    margin: 0 0 -8px;
    background: transparent;
    color: #fff;
    padding: 10px 0 0;
    background: url(../img/146187.webp);
    position: relative;
    background-attachment: fixed;
}
.marquee_ftr .img_idx_us img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(235deg) brightness(107%) contrast(107%);
    width: 40px;
    padding: 5px;
    height: 40px;
    margin: 0 20px;
}

.img_tape {
    position: relative;
    width: -webkit-fill-available;
    margin: 20px -20px -40px;
}
#sended .logo {
    width: 60%;
}

#sended a {color: #fff;}
#sended a:hover {color: #395e88;}
#sended .img_idx_us img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(15deg) brightness(118%) contrast(87%);
    width: 60px;
    padding: 0;
    height: 60px;
    margin: 0 5px;
}
#sended .btn_01 {
    font-size: 15px;
}
.iframe_model_form  {
    height: 100vh;
    margin: 0 0 -7px;
    max-height: 400px;
}
.iframe_model_form::-webkit-scrollbar {
  display: none;
}

.spc_home {
    position: relative;
    top: -10px;
    padding: 20px !important;
}
.padds {padding:0!important;}
.padds .video_yt {
    margin: 0 0 20px;
    padding: 0 0;
    box-shadow: none;
    width: 88%;
}
#form_tst .fs50 {
    font-size: 45px;
}
.img_th {
    width: 150px;
    margin: 0 auto;
    display: block;
}

.usa_flag {
    width: 50px;
    height: 30px;
    margin: 5px 5px 0 0;
}

#crslPROMO .lbx img {border-radius: 20px;}

.img_head_ {
    position: relative;
    padding: 0 0 0;
    margin: 0 0 0;
    left: 0;
    width: 100%;
}


#crslPRODSS .carousel-inner,
#crslPROMO .carousel-inner {
    overflow: inherit;
}


.shdw_ {
  content:"";
  position: absolute;
  inset: -10px;
  transform: translate3d(0,0,-1px);
  background: conic-gradient(from 90deg at 40% -25%, #2196F3, #22e2d0, #3F51B5, #8BC34A);
  filter: blur(25px);
  clip-path: polygon(-100vmax -100vmax,100vmax -100vmax,100vmax 100vmax,-100vmax 100vmax,-100vmax -100vmax,0 0,0 100%,100% 100%,100% 0,0 0);
  margin: 36px;
  border-radius: 1em;
}

table small {
    font-size: 55%;
}
#top h2, #top_ h2 {position: relative;}

.manual {
    position: fixed;
    width: 22%;
    max-height: 55vh;
    overflow-y: auto;
    z-index: 5;
    left: 5em;
    top: 20em;
    padding: 0 10px 0 0;
    
}
.manual.scrolled {
    top: 10.5em;
    max-height: 75vh;
}

.manuall {
    position: fixed;
    width: 22%;
    max-height: 55vh;
    overflow-y: auto;
    z-index: 5;
    left: 5em;
    top: 40.5em;
    padding: 11px;
    background: rgb(255 255 255 / 75%);
    border-radius: 5px;
}
.manuall.scrolled {
    top: 10.5em;
    max-height: 75vh;
}

.manuall .btn_01,
.manual .btn_01 {
    padding: 10px 20px;
    font-size: 15px;
    margin: 0 auto 10px;
    text-transform: unset;
    width: 100%;
}
.sec_data {
    padding: 10px 20px;
    background: #e0e0e0;
    margin: 10px 0;
    border-radius: 10px;
}

.btn_btns {
    position: fixed;
    z-index: 11;
    top: 130px;
    color: #fff;
    background: #395e88;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 0 3em 3em 0;
    left: 0;
    font-size: 15px;
}

#immex iframe {margin: 0 0 -7px;}
#immex {
    position: fixed;
    z-index: 1035;
    background: #fff;
    top: 50%;
    right: 0;
    left: 0;
    width: 50%;
    padding: 0;
    margin: 0 auto;
    border-radius: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-shadow: 0 0 0 40em rgb(0 0 0 / 35%);
    /*overflow: hidden;*/
}
#immex .share_wa {right: 8em;}
.sel_ {cursor: pointer;}

#hm__ h5 {
    margin: 0 0 5px;
    letter-spacing: 0;
    font-size: 15px;
}

#oxxo iframe {margin: 0 0 -7px;}
#oxxo {
    position: fixed;
    z-index: 1035;
    background: rgb(0 0 0 / 65%);
    top: 50%;
    right: 0;
    left: 0;
    width: 50%;
    padding: 0;
    margin: 0 auto;
    border-radius: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-shadow: 0 0 0 40em rgb(0 0 0 / 65%);
    /*overflow: hidden;*/
}
#oxxo .btn_modelo_close {
    top: -60px;
    right: 0em;
    left: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
}

#r454c_ {
    position: fixed;
    z-index: 1035;
    background: #fff;
    color: #232323;
    top: 50%;
    right: 0;
    left: 0;
    width: 50%;
    padding: 0;
    margin: 0 auto;
    border-radius: 15px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-shadow: 0 0 0 40em rgb(0 0 0 / 65%);
    /*overflow: hidden;*/
}
#r454c_ .btn_modelo_close {
    top: -60px;
    right: 0em;
    left: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
}
.img_r454 {
    width: 200px;
    padding: 0 0 20px;
}

#promos_ {padding: 7em 0 1em; position: relative;}

.itemm_ {
    width: 350px;
    position: relative;
    aspect-ratio: 9 / 16;
}
.video_shorts_yt .flip_ {
    width: 290px;
}
.flip_ {
    width: 350px;
    margin: 10px;
    display: inline-table;
    position: relative;
    aspect-ratio: 9 / 16;
}
.flip-card {
    width: 100%;
    max-width: 300px;
    height: 480px;
    perspective: 1000px;
    background-color: transparent;
    margin: 0 auto;
}

.flip-card-img {
	height: 300px;
    border-radius: 1em;
}

.flip-card img {
	width: 100%;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover 
.flip-card-inner {
  transform: rotateY(180deg);
  transition-delay: 1000ms;
}


.flip-card-front, 
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
	background-color: transparent;
}

.flip-card-back {
  transform: rotateY(180deg);
	background-color: transparent;
}

#promoCRSL .carousel-control {
    padding: 0 20px 0 0;
    font-size: 10px;
    opacity: 1;
    background: #232323;
    /*background: #395e88;*/
    width: 40px;
    height: 40px;
    text-align: center;
    top: 50%;
    border-radius: 50%;
}
#promoCRSL .carousel-control:focus,
#promoCRSL .carousel-control:hover {
    background: #395e88;
}

#promos_ .tz-gallery .lightbox img {
    border-radius: 1em;
}
#promos_ .flip_ h2 {margin: 0;}
#promos_ .flip_ h5 {
    font-family: "Libre Franklin", sans-serif;
    margin: 0 0 5px;
    letter-spacing: 0;
    font-size: 15px;
}

.alertt_ {
    background: #232323;
    color: #fff;
    width: 290px;
    padding: 11px;
    position: fixed;
    z-index: 10;
    top: 13em;
    left: -230px;
    font-size: 16px;
    border-radius: 0 2em 2em 0;
    display: inline-flex;
    align-items: center;
}
.alertt_:hover{left: 0; background: #395e88;}
.alert_ic {
    font-size: 30px;
    width: 50px;
    margin: 0 5px 0 10px;
}

#tst_drag {
    z-index: 1100;
}
#mess_01, #mess_ {
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    margin: 0 auto;
    width: 13%;
    z-index: 1100;
}
#mess_01 h2, #mess_ h2 {
    margin: 0 0 10px;
    font-size: 35px;
    letter-spacing: 0;
}

.mess_ {
    background: #ddd;
    width: fit-content;
    padding: 20px;
    border-radius: 5px;
}
#mess_01 .btn_01, #mess_ .btn_01 {
    padding: 10px;
    font-size: 17px;
    margin: 5px auto 0;
    letter-spacing: 0;
    display: block;
    border-radius: 5px;
    text-transform: unset;
}
.btn_close {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -20px;
    top: -20px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: #232323;
    color: #fff;
}

#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}
#infobox3 {
    margin: auto;
    position: relative;
    bottom: -10px;
    width: 100%;
    text-align: center;
    background-color: #000000;
    color: #fff;
    padding: 20px;
    font-size: 15px;
    line-height: 2;
}
#infobox3 a {
    color: #fff;
    cursor: pointer;
}
#infobox3 a:hover {
    color: #395e88;
}
.data_cookies {
    border: 1px solid #fff;
    padding: 10px 25px;
    width: fit-content;
    display: inline-block;
    margin: 0 10px;
    border-radius: 10px;
}

.cross_ref_cont_ {
    height: 0;
    position: fixed;
    z-index: 20;
    top: 120px;
    width: 100%;
}
.iframe_crossref {
    width: 100%;
    height: 250px;
}

.img_cil_ {
    display: inline-flex;
    position: relative;
    margin: 0;
    align-items: center;
}
/*.img_cil {filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(53deg) brightness(104%) contrast(101%)!important;}*/
.img_cil {filter: unset!important;margin: 0 0 0 -15px;}
.img_cil_:hover img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}


.cont_img_event {
    width: 60%;
    float: left;
    margin: 0 10px 0 0;
}

.fs22 {font-size: 15px;}

.btn_slide_custom {
    position: absolute;
    width: -webkit-fill-available;
    bottom: 120px;
}

.btn_slide_pos {
    position: absolute;
    left: 0;
    right: 0;
    width: fit-content;
    top: 0;
}


.ttl_busq {
    background: #516b6e;
    margin: -5px 0 -1px;
    padding: 15px 0;
    color: #fff;
}

.sub_mn_ {
    font-size: 15px;
    letter-spacing: 3px;
    padding: 0 0 0 10px !important;
}
.img_menu_small {
    position: absolute;
    bottom: 0;
    width: 70px;
    right: 2em;
}

#iframe_flipbook_us {
    aspect-ratio: 25 / 9;
    width: 100%;
    overflow: hidden;
    margin: 0 0 -6px;
    border-radius: 1em;
}

.date_promo  {
    font-family: "Libre Franklin", sans-serif;
    letter-spacing: 0;
    font-size: 15px;
    margin: 0 0 10px;
}

.gall_img_01 {
    display: inline-block;
    width: 44%;
    position: relative;
    border: 10px solid #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    border-radius: 10px;
    margin: 10px;
}


/************ NUEVO HEADER ***********/
#tab_menu_top * {
	-webkit-transition: 300ms!important;
	transition: 300ms!important;
}
.card_top {
    display: inline-flex;
    align-items: center;
    width: 100%;
    text-align: left;
}
.card_top img {width: 50px; margin: 0 10px 0 0; filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(235deg) brightness(107%) contrast(107%);}

#tab_menu_top .nav>li>a {padding: 10px;}
#tab_menu_top .nav-tabs>li {
    float: unset;
    margin-bottom: -1px;
    display: inline-block;
}
#tab_menu_top .nav-tabs>li>a {
    background: #395e88;
    margin: 0 0 10px;
    border: none;
    border-radius: 5px;
}
#tab_menu_top .tab-content {
    padding: 10px 0 0;
    border: none;
}
#tab_menu_top .nav-tabs {
    border: none;
}
#tab_menu_top .custom ul li a {color: #232323;}
#tab_menu_top .custom ul li {
    list-style-image: url(../img/bullet.svg);
    padding: 0 0 5px 0;
}
#tab_menu_top .nav-tabs>li.active>a, #tab_menu_top .nav-tabs>li.active>a:hover, #tab_menu_top .nav-tabs>li.active>a:focus {
    color: #ffffff !important;
    cursor: default;
    background-color: #fff;
    border: none;
}
#tab_menu_top .nav-tabs li {
    width: 100%;
}
/*#tab_menu_top a {color: #232323;}*/
/*#tab_menu_top a:hover {color: #395e88;}*/

/*#navigation .navbar-nav.navbar-right .nav-tabs li a:hover {*/
/*    color: #fff !important;*/
/*    background-color: #395e88!important;*/
/*}*/
#navigation .navbar-nav.navbar-right .nav-tabs li a {
    font-size: 15px;
    padding: 5px 10px 0;
    color: #fff;
    font-weight: 400;
}

#tab_menu_top .nav-tabs>li.active>a, #tab_menu_top .nav-tabs>li.active>a:focus, #tab_menu_top .nav-tabs>li.active>a:hover {
    color: #fff!important;
    background-color: #232323!important;
}
#tab_menu_top  .tab-content>.tab-pane {
    text-align: left;
    max-height: 650px;
    overflow-y: hidden;
    overflow-x: hidden;
    padding: 0;
}

#navigation .navbar-inverse .navbar-nav .active .menu_opt_top a {
    color: #232323;
    background-color: transparent;
    padding: 0;
    line-height: 1.2;
    position: relative;
    bottom: 15px;
}
#navigation .navbar-inverse .navbar-nav .active .menu_opt_top a:hover {
    color: #395e88;
}

#tab_menu_top .menu_opt_top .spin_scroll_menu  {
    border: 0;
    overflow: hidden;
    width: 80px;
    height: 9em;
    margin: 0 auto;
    position: relative;
    left: 0em;
    top: 0em;
    right: 0;
}

#tab_menu_top .mainm_sec_01 .spin_scroll_menu  {
    border: 0;
    overflow: hidden;
    width: 100%;
    height: 17em;
    margin: 0 auto;
    position: relative;
    left: 0em;
    top: 0em;
    right: 0;
}

/* --- DROPDOWN HOVER & SUBMENU --- */
#navigation .navbar-right {
	-webkit-transition: 900ms;
	-moz-transition: 900ms;
	-o-transition: 900ms;
	transition: 900ms;
}

#navigation .navbar-right li > .dropdown-menu {
	-webkit-transition: 900ms;
	-moz-transition: 900ms;
	-o-transition: 900ms;
	transition: 900ms;
	/*min-width: 240px;*/
	min-width: 195px;
	border: none;
	border-radius: 0 0 5px 5px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
#navigation .navbar-right li > .dropdown-menu > li > a {
    font-weight: 300;
	padding: 10px;
	position: relative;
	color: #232323;
	font-size: 15px;
	text-transform: uppercase;
}
#navigation .navbar-right li > .dropdown-menu > li > a:hover,
#navigation .navbar-right li > .dropdown-menu > li > a:focus {
	color: #ffffff;
    background-color: #232323;}
#navigation .navbar-right li > .dropdown-menu > li > .img_menu i,
#navigation .navbar-right li > .dropdown-menu > li > a i {
	position: absolute;
	right: 15px;
	top: 50%;
	font-size: 15px;
	transform: translate(0, -50%);
	}

@media screen and (min-width: 993px) {
	#navigation .navbar-right .dropdown:hover > .dropdown-menu {display: block;}
	#navigation .navbar-right .dropdown:hover > .dropdown-menu .dropdown:hover .dropdown-menu {left: 195px;top: 0;margin-top: -5px;border-radius: 5px;transform: translate(0, 0);} 
}
@media screen and (max-width: 992px) {
    #navigation .navbar-right > li {border-bottom: 1px solid #f3f3f3;}
    #navigation .navbar-right > li:last-child {border-bottom: none;}
    #navigation .navbar-right > li > a {padding-top: 12px;padding-bottom: 12px;}
}

#new_menu_top .img_menu a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
#navigation .navbar-nav.navbar-right li .img_menu a:hover {
    background-color: transparent;
}
#new_menu_top .img_menu {
    display: inline-flex;
    position: relative;
    margin: 10px 0;
    padding: 0 25px 0 10px;
    align-items: center;
    color: #232323;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1;
    width: 100%;
}
#new_menu_top .img_menu:hover {color: #395e88;}
#new_menu_top .img_menu img {
    filter: brightness(0) saturate(100%) invert(69%) sepia(0%) saturate(567%) hue-rotate(269deg) brightness(105%) contrast(86%);
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0 15px 0 5px;
}
#new_menu_top .img_menu:hover img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(29%) saturate(472%) hue-rotate(139deg) brightness(90%) contrast(92%);
}

#new_menu_top .lamco_logo,
#sub_menu_04 .lamco_logo {
    display: inline-flex;
    position: relative;
    margin: 5px 0 15px;
    align-items: center;
    color: #232323;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1;
    width: 100%;
}
#new_menu_top .lamco_logo img{
    width: 150px;
    height: auto;
    padding: 0;
    margin: 0 auto;
}
#sub_menu_04 .lamco_logo img {
    width: 90px;
    height: auto;
    padding: 0;
    margin: 0 0 0 3em;
}
#new_menu_top .lamco_logo:hover img,
#sub_menu_04 .lamco_logo:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
#navigation .navbar-nav.navbar-right li .lamco_logo a:hover {
    background-color: transparent;
}
#new_menu_top .lamco_logo a,
#sub_menu_04 .lamco_logo a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

/************ SIDEBAR *****************/
#mySidebar .img_menu a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
#mySidebar .img_menu {
    display: inline-flex;
    position: relative;
    margin: 0 0 0 10px;
    align-items: center;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1;
    width: 100%;
}
#mySidebar .img_menu img {
    width: 30px;
    padding: 5px;
    height: 30px;
    margin: 0 5px 0 5px;
    filter: brightness(0) invert(1);
}
#mySidebar .img_menu:hover img {
    filter: brightness(0) invert(1);
}
#mySidebar .img_menu p {margin: 0;}

/************ FIN SIDEBAR *****************/

#new_menu_top .img_menu:hover .img_real ,
#new_menu_top .img_menu .img_real {
    filter: unset;
}
.img_real {
    filter: unset!important;
}

#new_menu_top .img_menu p, #new_menu_top .img_menu h3 {margin: 0;left: 0em;}
/*#new_menu_top .img_menu:hover p small a,*/
#new_menu_top .img_menu p small { 
    font-size: 65%;
    display: block;
    margin: 0;
    padding: 5px 0 0;
    border-radius: 5px;
    width: fit-content;
}

#new_menu_top .img_menu .spin_scroll_menu  {
    border: 0;
    overflow: hidden;
    width: 50px;
    height: 4em;
    margin: 0 15px 0 5px;
    position: relative;
    left: 0em;
    top: 0em;
    right: 0;
}

.w60 {width: 60%;}
.fs_t {font-size: 15px;font-weight: 100;text-align: center;}

#prods .table {font-size: 15px; margin: 0;text-align: center;}

.maxh_table_scrolls {
    max-height: 380px;
    overflow-y: auto;
    margin: 0 0 20px;
}

/************ FIN NUEVO HEADER ***********/

/************ NUEVO BUSCADOR GENERAL ***********/

#btn_icon_cont {
    font-size: 25px;
    position: absolute;
    right: 1em;
}
#Busc_ {
    position: absolute;
    top: 0;
    right: 10px;
}
.busc_ba_cont {display: inline-flex;}
#Busc_ .btn_search_close {
    background: #FFF;
    color: #aaa;
    font-size: 15px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 1;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
#Busc_ .form-control {
    padding: 5px 10px;
    margin: 10px 0;
    border-radius: 5px;
    width: 17em;
}
#Busc_ ul {
    list-style: none;
    padding-inline-start: 0;
    font-size: 15px;
    max-height: 300px;
    overflow: auto;
    position: absolute;
    z-index: 1000;
    background: #fff;
    width: 17em;
    box-shadow: 0 10px 10px -5px rgb(0 0 0 / 30%);
    top: 55px;
    right: 0;
    border-radius: 10px;
}
#Busc_ ul li {
    padding: 20px 25px;
    margin: 5px 0;
    float: unset;
    background: transparent;
    color: #000;
    border-radius: 5px;
    display: block;
    list-style: none;
    position: relative;
}
#Busc_ ul li a:before {
    background: url(../img/scroll_search.webp) no-repeat;
    content: '';
    display: inline-block;
    height: 25px;
    width: 39px;
    position: absolute;
    left: 0px;
    top: 5px;
}
#Busc_ ul li:hover, #Busc_ ul li a:hover{ background: #f3f3f3; }

#Busc_ ul li a{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 30px;
    padding: 5px 25px;
    margin: 0 0 0 10px;
}

.btn_ba {
    background: #575757;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding:  10px;
    height: auto;
    line-height: 0;
    margin: 10px 10px 15px 0px;
    text-transform: uppercase;
    border: none;
}
.btn_ba:focus,
.btn_ba:hover {
    background: #232323;
    color: #fff;
}

#AV_Search {
    position: fixed;
    width: 100%;
    top: 110px;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 30%);
    height: 45vh;
    z-index: 50;
}
#AV_Search .iframe_asearch {
    width: 100%;
    margin: 10px 0 -8px;
    max-height: unset;
    overflow-y: auto;
    overflow-x: auto;
    height: 98%;
    background: #fff;
}

#AV_Search .btn_close {
    position: absolute;
    width: 55px;
    height: 55px;
    right: 20px;
    left: unset;
    top: 20px;
    border-radius: 50%;
    border: none;
    background: rgb(0 0 0 / 0%);
    color: #bbb;
    font-size: 2em;
}

/* CUSTOM SCROLL BAR */
/* width */
#Busc_ ::-webkit-scrollbar { width: 10px; } /*width: 10px;*/
/* Track */
#Busc_ ::-webkit-scrollbar-track { border-radius: 2em; background: #ddd; }
/* Handle */
#Busc_ ::-webkit-scrollbar-thumb { border-radius: 2em; background: #555; }

/************ FIN NUEVO BUSCADOR GENERAL ***********/

.video_pop_new {
    width: 350px;
    margin: 0 auto;
}

/************ NUEVO FORM GOOGLE ***********/

.input_hidden {display: none;}

#loading_oculto{
    z-index: 1050;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    visibility: hidden;
    transform: translate(0, -50%);
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
}
#loading_oculto img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(5788%) hue-rotate(229deg) brightness(122%) contrast(100%);
    width: 120px;
    margin: 0 auto;
}

/************ FIN NUEVO FORM GOOGLE ***********/


/************ TEXTO SLOGAN ***********/
.txt_slogan_01 {
	animation: txt_s_01 6s linear infinite;
	-webkit-animation: txt_s_01 6s linear infinite;
	display: inline-block;
} 
@keyframes txt_s_01 { 
    0% {transform: translate(-2em,0);filter: blur(5px);opacity: 0;} 
    10% {transform: translate(-2em,0);filter: blur(5px);opacity: 0;} 
    18% {transform: scale(1);filter: blur(0px);opacity: 1;} 
    90% {transform: scale(1);filter: blur(0px);opacity: 1;} 
    100% {transform: translate(2em,0);filter: blur(5px);opacity: 0;} 
}
.txt_slogan_02 {
	animation: txt_s_02 6s linear infinite;
	-webkit-animation: txt_s_02 6s linear infinite;
	display: inline-block;
} 
@keyframes txt_s_02 { 
    0% {filter: blur(5px);opacity: 0;} 
    10% {transform: translate(-2em,0);filter: blur(5px);opacity: 0;} 
    20% {transform: scale(1);filter: blur(0px);opacity: 1;} 
    90% {transform: scale(1);filter: blur(0px);opacity: 1;} 
    100% {transform: translate(2em,0);filter: blur(5px);opacity: 0;} 
}
.txt_slogan_03 {
	animation: txt_s_03 6s linear infinite;
	-webkit-animation: txt_s_03 6s linear infinite;
	display: inline-block;
} 
@keyframes txt_s_03 { 
    0% {transform: translate(-2em,0);filter: blur(5px);opacity: 0;} 
    10% {transform: translate(-2em,0);filter: blur(5px);opacity: 0;} 
    22% {transform: scale(1);filter: blur(0px);opacity: 1;} 
    90% {transform: scale(1);filter: blur(0px);opacity: 1;} 
    100% {transform: translate(2em,0);filter: blur(5px);opacity: 0;} 
}
.txt_slogan_04 {
	animation: txt_s_04 6s linear infinite;
	-webkit-animation: txt_s_04 6s linear infinite;
	display: inline-block;
} 
@keyframes txt_s_04 { 
    0% {transform: translate(-2em,0);filter: blur(5px);opacity: 0;} 
    10% {transform: translate(-2em,0);filter: blur(5px);opacity: 0;} 
    24% {transform: scale(1);filter: blur(0px);opacity: 1;} 
    90% {transform: scale(1);filter: blur(0px);opacity: 1;} 
    100% {transform: translate(2em,0);filter: blur(5px);opacity: 0;} 
}
.txt_slogan_05 {
	animation: txt_s_05 6s linear infinite;
	-webkit-animation: txt_s_05 6s linear infinite;
	display: inline-block;
} 
@keyframes txt_s_05 { 
    0% {transform: translate(-2em,0);filter: blur(5px);opacity: 0;} 
    10% {transform: translate(-2em,0);filter: blur(5px);opacity: 0;} 
    26% {transform: scale(1);filter: blur(0px);opacity: 1;} 
    90% {transform: scale(1);filter: blur(0px);opacity: 1;} 
    100% {transform: translate(2em,0);filter: blur(5px);opacity: 0;} 
}
.txt_slogan_06 {
	animation: txt_s_06 6s linear infinite;
	-webkit-animation: txt_s_06 6s linear infinite;
	display: inline-block;
} 
@keyframes txt_s_06 { 
    0% {transform: translate(-2em,0);filter: blur(5px);opacity: 0;} 
    10% {transform: translate(-2em,0);filter: blur(5px);opacity: 0;} 
    28% {transform: scale(1);filter: blur(0px);opacity: 1;} 
    90% {transform: scale(1);filter: blur(0px);opacity: 1;} 
    100% {transform: translate(2em,0);filter: blur(5px);opacity: 0;} 
}
/************ FIN TEXTO SLOGAN ***********/

.imagen {
  width: 400px; /* Cambia el valor según tus necesidades */
  height: auto; /* Mantiene la proporción de la imagen */
    display: block; /* Cambia la imagen a un elemento de bloque */
  margin-left: auto;
  margin-right: auto;
}


/* NUEVA SECCION - NUEVOS SCROLL*/

.nscrolls {
    width: 49%;
    display: inline-flex;
}

.newscroll_ {
    display: inline-flex;
    align-items: center;
    padding: 20px;
    position: relative;
}
.newscroll_ img {
    width: 350px;
    position: relative;
    z-index: 5;
}
.cont_txt_scrolls {
    list-style: none;
    background: #555;
    color: #fff;
    padding: 20px 20px 20px 5em;
    border-radius: 1em;
    margin: 0 0 0 -5em;
    position: relative;
    z-index: 3;
    text-align: left;
}
.nscrolls h3 {text-align: left;}
.cont_txt_scrolls>ul {padding: 0;}
.cont_txt_scrolls ul li {padding: 0;line-height: 1.6; border-bottom: 1px solid #ddd;}

/* FIN NUEVA SECCION - NUEVOS SCROLL*/

.flip_cont {padding: 0 10em;}

#crsl_TABLA .carousel-control {
    font-size: 10px;
    opacity: 1;
}
#crsl_TABLA .carousel-control {
    position: relative;
    opacity: 1;
}
#crsl_TABLA .carousel-control .icon-prev, 
#crsl_TABLA .carousel-control .icon-next, 
#crsl_TABLA .carousel-control .fa-angle-left, 
#crsl_TABLA .carousel-control .fa-angle-right {
    position: absolute;
    top: 0;
    z-index: 5;
    background: #000;
    width: 50px;
    height: 50px;
    padding: 10px 0;
    border-radius: 5px;
}
#crsl_TABLA .carousel-control.left {
    position: absolute !important;
    top: 50%;
    left: -100px;
    font-size: 30px !important;
}
#crsl_TABLA .carousel-control.right {
    position: absolute !important;
    top: 50%;
    right: -50px;
    font-size: 30px !important;
}
#tabla_carac .share_wa {
    position: absolute;
    right: 0;
    left: 0;
    top: unset;
    bottom: -3em;
}

/* DROPDOWN_ */

.drop_down {
  display: inline-block;
  position: relative;
  width: 100%;
}

.dd-button {
  display: inline-block;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 10px 30px 10px 20px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  width: 100%;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.dd-button:hover {
  background-color: #eeeeee;
}


.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
  width: 100%;
} 

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.optn_dd_contact {
    display: inline-flex;
    position: relative;
    margin: 0 10px;
    align-items: center;
    font-size: 25px;
}
.optn_dd_contact img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(29%) saturate(472%) hue-rotate(139deg) brightness(90%) contrast(92%);
    padding: 0;
    margin: 10px 0;
    aspect-ratio: 1 / 1;
    width: 50px;
}

.head_container {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.btn_ftr:hover,
.btn_ftr {
    color: #000;
    background: transparent;
    border: 3px solid #000;
    float: none;
    margin: 5px auto;
    padding: 5px 15px;
    width: fit-content;
    font-weight: 700;
    display: block;
}
footer .logo {
    width: 250px;
    padding: 10px 15px;
    /*filter: brightness(0) invert(1);*/
    /*transition: 0.2s ease-in-out;*/
}

.opt_series {
    padding: 0;
    list-style: none;
}
.opt_series li {
    display: inline-block;
    background: #efefef;
    margin: 1px auto;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
}
.opt_series li:hover {
    background: #395e88;
}
    
.opt_series li a {color: #000;}
.opt_series li a:hover {color: #fff;}
    
#index_hm    {
    padding: 10em 0 25px;
}

.imgacc_ {
    aspect-ratio: 1 / 1;
}

/* SIDE MENU */
.openbtn {
    font-size: 35px;
    cursor: pointer;
    background-color: transparent;
    color: #000;
    width: 45px;
    height: 45px;
    border: none;
    position: fixed;
    right: 10px;
    top: 20px;
    padding: 0 0;
    z-index: 1030;
    text-align: center;
    line-height: 0;
    border-radius: 0;
}
.openbtn:hover {
  color: #395e88;
}

#main {
  transition: margin-left .5s;
  padding: 0px;
}

.sidebar {
	height: 100%;
    width: 0;
    position: fixed;
    z-index: 1030;
    top: 0;
    left: 0;
    background: #fff;
    overflow-x: hidden;
    transition: 0.6s;
    padding: 10px 0 0;
    text-transform: uppercase;
    box-shadow: 10px 0px 15px -10px rgb(0 0 0 / 60%);
}


#mySidebar .closebtn a {color: #000;}
#mySidebar .closebtn a:hover {color: #000;}

.sidebar .closebtn {
    position: absolute;
    top: -10px;
    right: 15px !important;
    font-size: 65px;
    margin-left: 50px;
    color: #000;
    opacity: 0.4;
}
.sidebar .closebtn:hover {opacity: 1;}

.menu_h3 {
    position: absolute;
    top: 0;
    left: 10px;
    font-weight: 700;
	color: #fff;
}

#mySidebar .mn_s {
    padding: 7px 0;
    margin: 5px 0;
    color: #fff;
    width: 100%;
    height: 45px;
    border-radius: 0 30px 30px 0;
    box-shadow: none;
    text-align: initial;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

#mySidebar ul li { display: block; margin: 0;}
#mySidebar ul { padding: 0;}

#mySidebar span {margin: 0;font-size: 0.9em;}
#mySidebar ul li a {
	color: #fff;
    padding: 5px 20px;
    width: 100%;
	display: inline-flex;
	font-size: 20px; 
}
#mySidebar::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
#mySidebar ul li a:hover {color: #fff;background: #232323;}

#mySidebar .btn-danger {
    background-color: transparent;
    border-color: transparent;
    color: #000;
    width: 100%;
    border-radius: 0;
    text-align: left;
    padding: 10px 20px;
    text-transform: uppercase;
    position: relative;
}
#mySidebar .btn-danger:hover {background-color: #fff;}
#mySidebar p {
    padding: 0 20px;
}

#mySidebar small{
    display: block;
}
#mySidebar p a{color: #000;}

.vent_ {
    display: inline-flex;
    position: relative;
    margin: 0;
    align-items: center;
    width: 100%;
}
#mySidebar .fa-angle-down {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

#prods .fs3 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.btn_undo_ {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: #efefef;
    border-radius: 50%;
    color: #000;
}
.btn_undo_:hover {
    border-radius: 50%;
    background: #395e88;
    color: #fff;
    box-shadow: 0 0 5px #395e88;
}
.btn_undo_ i {
	-webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
.btn_undo_:hover i {
	-moz-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}



#acc_new .table>tbody>tr>td {
    border: 1px solid #efefef;
    line-height: 0.8;
    white-space: unset; 
    line-height: 1.2;
}

.g_cont {
    background: #555;
    color: #fff;
}