@font-face {
font-family: "Gabriel Sans Black";
src: 
url('../fonts/gabriel_sans_black-webfont.woff') format('woff'),
url('../fonts/gabriel_sans_black-webfont.woff2') format('woff2'),
url('../fonts/gabriel_sans_black.otf') format('opentype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: "Gabriel Sans Bold";
src: 
url('../fonts/gabriel_sans_bold-webfont.woff') format('woff'),
url('../fonts/gabriel_sans_bold-webfont.woff2') format('woff2'),
url('../fonts/gabriel_sans_bold.otf') format('opentype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: "Gabriel Sans Cond Medium";
src: 
url('../fonts/gabriel_sans_cond_medium-webfont.woff') format('woff'),
url('../fonts/gabriel_sans_cond_medium-webfont.woff2') format('woff2'),
url('../fonts/gabriel_sans_cond_medium.otf') format('opentype');
font-weight: normal;
font-style: normal;
}

html {
  scroll-behavior: smooth;
}


h1{font-family:'Poppins', sans-serif;}

.h1, .h2, .h3, .h4, .h5, .h6, h2 {
    color: #222222;
    font-family: 'Gabriel Sans Black','Poppins', sans-serif;
    font-weight: 700;
    margin: 0 0 28px;
    line-height: 1;
}

.page-title .title--heading h1 {
    color: #ffffff;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.page-title-quienes .title {
        padding: 130px 100px 190px 100px;
}

.logo-header {
    width: 150px;
    height: 100px;
    margin-left: 10px;
}

.bg-white{
	background-color: #fff;
}

.navbar-nav > li > a {
    font-size: 13px;
    font-family:"Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 100px;
    padding: 0;
}

.header-light .navbar .navbar-nav > li > .menu-item:hover::before, .header-light .navbar .navbar-nav > li.active > .menu-item:before {
    background-color: #ff0000;
}

.header-fixed .navbar.affix .navbar-nav > li > .menu-item:hover::before, .header-fixed .navbar.affix .navbar-nav > li.active > .menu-item:before {
    background-color: #ff0000;
}

.header-light .navbar .navbar-nav > li > .menu-item:hover::before, .header-light .navbar .navbar-nav > li.active > .menu-item:before {
    background-color: #ff0000;
}

.top-bar .top--contact i {
    color: #ff0000;
    margin-right: 6px;
}

.top-bar .top--social a:hover{
	color:#ff0000;
}

.btn--bordered.btn--white:active, .btn--bordered.btn--white:focus, .btn--bordered.btn--white:hover {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}

.slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
    color: #ff0000;
    background-color: transparent;
}

.bg-overlay-dark:before {
    background-color: rgba(27, 26, 26, 0.2);
    background-image: -webkit-linear-gradient(180deg, rgba(27, 26, 26, 0.3) 0%, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%, rgba(27, 26, 26, 0) 100%);
    background-image: -moz-linear-gradient(180deg, rgba(27, 26, 26, 0.3) 0%, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%, rgba(27, 26, 26, 0) 100%);
    background-image: -o-linear-gradient(180deg, rgba(27, 26, 26, 0.3) 0%, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%, rgba(27, 26, 26, 0) 100%);
    background-image: linear-gradient(180deg, rgba(27, 26, 26, 0.3) 0%, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%, rgba(27, 26, 26, 0) 100%);
}

.slider .slide--headline {
    color: #ffffff;
    font-size: 65px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Gabriel Sans Black','Poppins', sans-serif;
}


.slider .slide--bio {
    color: #f9f9f9;
   /* font-family: 'Raleway', sans-serif; */
    font-size: 18px;
    line-height: 27px;
	font-style:normal;
	margin-top: 20px;
}

.heading .heading--title {
    color: #222222;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
    Font-family: "Gabriel Sans Bold", "Poppins", sans-serif;
	text-transform: uppercase;
}

.heading-8 .heading--title {
    font-size: 35px;
    font-style: normal;
    line-height: 1.1;
}

.divider--line .divider:after, .divider--line .divider:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 50px;
    background-color: #ff0000;
    margin-left: -48px;
}

.divider--line--left .divider:after, .divider--line .divider:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 50px;
    background-color: #ff0000;
    margin-left: 0px;
}

.divider--line .divider:after {
    top: 0px;
    left: 0;
}


.enlace-sub {
  color: #ff0000;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 4px;
  text-transform: uppercase;
  position: relative;
}
.enlace-sub:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 2px;
  background-color: #ff0000;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.enlace-sub:hover:after {
  width: 100%;
  background-color:#dd543d;
}
.banner-panel-home {
    padding: 110px 70px;
    width: 33.33333333%;
    height: 350px;
    float: left;
}

.btn--bordered.btn--primary {
    color: #ffffff;
    border-color: #ff0000;
}

.btn--bordered.btn--primary:hover {
    background-color: #ff0000;
    border-color: #ff0000;
}

.f9f9f9{
	background-color:#f9f9f9 !important;
}

.slider-bottom{
	height:400px !important;
}

 .slide--item--bottom{
	height:400px !important;
}

.contact-form .notes {
    color: #a5a5a5;
    font-family: 'Raleway', serif;
    font-size: 15px;
    font-style: normal;
    line-height: 25px;
    margin-bottom: 25px;
}

/*.heading .heading--subtitle {
    color: #616161;
    font-family: 'Raleway', serif;
    font-size: 16px;
    font-style: normal;
    line-height: 1;
    margin-bottom: 15px;
}

.heading-8 .heading--desc {
    font-style: normal;
    font-family: 'Raleway', serif;
}
*/

.heading .heading--desc-fff {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.h3-fff{
	color:#fff !important;
	text-align:center;
	font-size: 25px !important;
}

.h3-fff-2 {
    color: #fff !important;
    text-align: center;
     font-size: 18px !important; 
}

.btn--secondary {
    background-color: #222222;
    color: #ffffff;
    border: 2px solid #222222;
}

.btn--secondary:hover {
    background-color: #ff0000;
    border: 2px solid #ff0000;
	-webkit-transition: all 0.3s ease; /* Safari */
	transition: all 0.3s ease;
}

ul.icon-list li i {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-right: 10px;
    color: #9b9b9b;
}

.footer--copyright {
    color: #9b9b9b;
    line-height: 1.2;
    font-size: 12px;
    font-weight: 400;
}
.footer--bar {
    border-top: 1px solid rgba(71, 71, 71, 0.25);
    padding-top: 20px;
    padding-bottom: 20px;
}

.enlace-copy{
	color:#7f7f7f;
}

.enlace-copy:hover{
	color:#fff;
}
.footer--links li a:hover {
    color: #fff;
}
.tel-footer{
	color: #ff0000 !important;
}

.icono-eclipse{
	width: 86px;
    display: block;
    margin: auto;
}

.r-consulta{
	font-family:"Raleway",sans-serif;
	font-weight:400;
	color:#9b9b9b;
}

.trituradores-title{
	font-size:28px !important;
	font-family: "Gabriel Sans Bold", "Poppins", sans-serif;
}

.feature-panel .feature--icon {
    color: #eb2027;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 23px;
    text-align: center;
}

.feature-panel .feature--content h3 {
    color: #282828;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 9px;
    text-align: center;
}

.feature-panel .feature--content p {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
    text-align: center;
}

.col-content-left {
    padding: 80px 100px 110px 120px;
}

.clients {
    padding-top: 80px;
    padding-bottom: 80px;
}

.logo-footer{
	margin-bottom:20px;
}

.col-content-mapa {
    padding: 80px 100px 0px 120px;
}

.fff{
	color:#fff;
}

.footer-widget a{
	color:#9b9b9b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer-widget a:hover{
	color:#fff;
}

.footer-widget .footer--widget-content p {
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 16px;
}

.bottom-10{
	padding-bottom:10px;
}

.footer--widget-newsletter .social a:hover {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 24px;
}

.footer--widget-newsletter button {
    background-color: transparent;
    border: none;
    line-height: 42px;
    color: #9b9b9b;
    font-size: 11px;
    font-weight: 400;
    width: 15%;
}
.footer--widget-newsletter button i:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 11px;
    height: 2px;
    background-color: #9b9b9b;
    transform: translateX(-30px);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.p-ekitchen{
	font-family:"Gabriel Sans Bold", "Poppins", sans-serif;
	font-style: normal;
}

.quienes-iconos-row{
	margin-top:50px;
}

.icono-quienessomos{
	font-size:60px;
}

.timeline--item .timeline--item-content h3:before {
    position: absolute;
    width: 30px;
    height: 25px;
    line-height: 25px;
    top: 0;
    left: -42px;
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    background: #f9f9f9;
    content: "\f017";
    font-family: fontawesome;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.heading--title-quienes {
    color: #222222;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
    Font-family: "Gabriel Sans Bold", "Poppins", sans-serif;
    text-transform: uppercase;
}

.timeline--item .timeline--item-date {
    color: #ff0000;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
}

.title-colaboradores{
	margin-top:80px;
}
.widget-info {
    background-color: #282828;
    padding: 50px 26px;
    text-align: center;
}
.btn--bordered.btn--white:hover {
    background-color: #ff0000;
    border-color: #ff0000;
	color:#fff;
}

.side-subtitle{
	color: #9b9b9b;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
	font-family:"Droid Sans", serif;
	font-style:italic;
	margin-top:40px;
	margin-bottom:40px;
}

.logos-quienes {
    width: 145px;
    height: 80px;
    /* margin-bottom: 91px; */
    vertical-align: middle;
    display: block;
    margin: 0px auto 30px auto;
}

/* Slider secciones */
/*oculta flechas de nav */
.rs-arrows.tparrows.ares {
    display:none;
}
/*oculta bullets*/
.tp-bullet.selected{ 
    display:none;
}

.tp-bullets, .tp-tabs, .tp-thumbs {
   display:none;
}

.bg-fff{
	background-color:#fff;
}

.banner-panel a {
    color: #ff0000;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 4px;
    text-transform: uppercase;
    position: relative;
}

.banner-panel a:hover{
    color: #dd543d;
}

.banner-panel a:after {
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 2px;
    background-color: #ff0000;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.enlace-sub:hover:after {
  width: 100%;
  background-color:#dd543d;
}

.btn--slide{
	margin-right:10px;
}

.top40px{margin-top:40px;}

.col-img-right {
    min-height: 500px;
    padding: 60px;
    overflow: hidden;
}

.wd-100{
	width:100%;
}

.sect-sliderprods{
	padding-top: 0px; 
    padding-bottom: 0px;
    overflow: hidden;
	background-color: #fff;
}

.pd-bttm-0{
	padding-bottom:0px;
}

.icono-compac-content{
	width:50px;
	height:50px;
}

.mb-80{
	margin-bottom:80px;
}
.mt--40{
	margin-top:-40px;
}

.mt-40px{
	margin-top:40px;
}

.portfolio-single .portfolio--title h3 {
    color: #222222;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 13px;
	font-family:"Gabriel Sans Bold", "Poppins", sans-serif;
}

.pt-0{
	padding-top:0px;
}

.pb-50{
	padding-bottom:50px;
}

.portfolio--carousel .owl-controls .owl-nav [class*=owl-]:hover {
    color: #ffffff;
    background-color: #ff0000;
}

.fff{
color:#fff !important;}

.sup-titular-slider{
	font-family:"Poppins", sans-serif;
	font-weight: 400;
	font-size:50px;
}

.icon-quote {
    width: 26px!important;
    height: 20px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.carousel-navs .owl-controls .owl-nav [class*=owl-]:hover, .carousel-navs .owl-controls .owl-nav.owl-controls .owl-nav [class*=owl-]:focus {
    background: transparent;
    color: #ff0000;
}

.center-img{
	display:block;
	width:100px;
	height:84px;
	margin-left:auto;
	margin-right:auto;
}
.tels-contacto{
line-height: 1.5 !important;
}

.mt-40{
	margin-top:40px;
}


.alerts .alert-icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #99cc33;
    -moz-border-radius: 2px 1px 1px 2px;
    -webkit-border-radius: 2px 1px 1px 2px;
    border-radius: 2px 1px 1px 2px;
    text-align: center;
    position: absolute;
}

.alerts .alert-content h4 {
    color: #99cc33;
    font-size: 15px;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: -6px;
}

.form-control {
    border: 1px solid #eeeeee;
    color: #9b9b9b;
    border-radius: 0;
    font-size: 13px;
    font-weight: 400;
    height: 49px;
    line-height: 49px;
    padding-left: 20px;
    margin-bottom: 30px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform:none;
}
.form-control-mensaje {
    border: 1px solid #eeeeee;
    color: #9b9b9b;
    border-radius: 0;
    font-size: 13px;
    font-weight: 400;
    height: 112px !important;
    padding-left: 20px;
    margin-bottom: 30px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: none;
	width:100%;
	padding-top:10px;
}


.icono-contacto{
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 15px;
}

.logo-slider{
	width:150px !important;
	height:100px;
	display:block;
	margin:auto;
}

.btn-commodore {
    width: 180px !important;
	}

.contact-form{
	margin-top:45px;
}

.accordion .panel .panel--heading a {
    font-size: 20px;
    color: #ff0000;
    font-weight: 600;
    line-height: 20px;
    position: relative;
    padding-left: 40px;
    display: block;
}

.dist-titular{
	font-size:16px !important;
	margin-bottom:10px;
	text-transform:uppercase !important;
}

.accordion .panel--heading .accordion-toggle.collapsed:after {
    content: "\f054";
    color: #ffffff;
    background-color: #282828;
}

.accordion .panel--heading .accordion-toggle:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f078";
    font-family: fontawesome;
    font-size: 11px;
    color: #ffffff;
    background-color: #ff0000;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 21px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.col-2b{
	border-top: solid 0px #eeeeee;
    margin-top: 0px;
    padding-top: 0px;
}

.accordion.accordion-1 .panel {
     border: solid 1px #eeeeee;
}

.col-3a{
	margin-top:30px;
	border-top: solid 1px #eeeeee;
	padding-top:30px;
}

.feature-panel a{
	cursor:pointer;
}

ul.dropdown-menu li > a:active, ul.dropdown-menu li > a:focus, ul.dropdown-menu li > a:hover, ul.mega-menu li a:active, ul.mega-menu li a:focus, ul.mega-menu li a:hover {
    background-color: transparent;
    color: #ff0000;
    padding: 0 0 0 20px;
}

/*.banner-panel h6 {
    color: #ffffff;
    font-family: "Droid Serif";
    font-size: 14px;
    font-style: italic;
    line-height: 1;
    margin-bottom: 13px;
} 
.banner-panel h3 {
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
}*/

.toplink{
	color:#7f7f7f;
}

.mapa-donde{
	width:100%;
	height:600px;
}

/* Productos home*/
.column-productos {
  float: left;
  width: 20%;
  padding: 0px;
	box-sizing: border-box;
}

/* Clearfix (clear floats) */
.row-productos::after {
  content: "";
  clear: both;
  display: table;
  box-sizing: border-box;
}

.foto-productos{
	width:100%;
	margin-top:6%;
}

/*fin productos home */

.btn--primary {
    background-color: #ff0000;
    color: #ffffff;
    border: 2px solid transparent;
}

.gris-222{
	color:#222222 !important;
}

.gris-a5{
	color:#a5a5a5 !important;
}

#clients1{
	background-color:#f9f9f9 !important;
	padding-top: 40px !important;
    padding-bottom: 45px !important;
}

/* hover fotos nuestras marcas */
.img__wrap {
  position: relative;
  width: 100%;
  padding-top:6%; padding-bottom:6%;
	
}

.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
}

.img__description {
  transition: .2s;
  transform: translateY(1em);
}

.img__wrap:hover .img__description {
  transform: translateY(0);
}

.heading--desc2{
	font-size:15px;
	line-height:24px;
}



/*=============================================================
BANNERS DE INICIO
=============================================================*/

.container-bannerhome{
	width: 100%;
	position: relative;
	text-align: center;
}

.clr{
	clear: both;
}

.container-bannerhome > header h1{
	font-family: sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #936975;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}

.container-bannerhome > header h1 span{
	color: #b19099;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}

.container-bannerhome > header h2{
	font-size: 16px;
	font-style: italic;
	color: #593741;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}

#testSlide3 {
	display: inline-block;
	border: 1px solid #b19099;
	padding: 4px 10px 3px;
	margin: 0px 3px;
	color: #fff;
	background: #111;
}


.da-slider{
	width: 100%;
	min-width: 520px;
	height: 630px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	background: transparent url("../images/banners/home/banner_eclipse_nov.jpg") left;
	background-size:cover;
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
}

.da-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
/*	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.10) 65%,rgba(0,0,0,0.70) 100%); */
}
.da-slide-current{
	z-index: 1000;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}

.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
	position: absolute;
	opacity: 0;
	left: 110%;
}

.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
	left: 10%;
	opacity: 1;
}

.da-slider-fb .da-slide .da-img{
	left: 60%;
	opacity: 1;
}

.logo-slider-banner {
    width: 250px !important;
    /* height: 220px; */
    margin-top: 38px;
    left: 14%;
    position: absolute;
}

.da-slide h2 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.1;
    /* margin-bottom: 20px; */
    text-transform: capitalize;
    font-family: 'Gabriel Sans Black','Poppins', sans-serif;
    /* width: 50%; */
    top: 216px;
    /* white-space: nowrap; */
    z-index: 10;
}


.da-slide p{
	/*width: 45%;
	top: 155px;
	color: #916c05;
	font-size: 18px;
	line-height: 26px;
	height: 80px;
	overflow: hidden;
	font-style: italic;
	font-family: 'Economica', Arial, sans-serif;
	font-weight: 400; */
	color: #ffffff;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
    font-style: normal;
	font-weight: 400;
	top:340px;
}

.da-slide .da-img{
	text-align: center;
	width: 30%;
	top: 70px;
	height: 256px;
	line-height: 320px;
	left: 110%; /*60%*/
}

.da-slide .da-img-sloganeclipse {
    text-align: center;
    width: 30%;
    top: 418px;
    left: 54%;
    position: absolute;
}

.da-slide .da-img-sloganeclipse img {
  width: 270px;
}

.da-slide .da-img-jensen {
    text-align: center;
    width: 30%;
    left: 64%;
    top: 40px;
    position: absolute;
}

.da-slide .da-img-jensen img{
	width: 450px;
}

.da-slide .da-link{
	top: 490px;
    background-color: #ff0000;
    color: #ffffff;
    border: 2px solid transparent;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    line-height: 51px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    float: left;
    margin-right: 35px;
}
.da-slide .da-link:hover{
	background-color: #222222;
	transition: .5s ease;
}
.da-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 20px;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
	display:none;
}
.da-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #e4b42d;
	margin: 3px;
	cursor: pointer;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
}
.da-dots span.da-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: 50%;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #e4b42d;
	cursor: pointer;
	z-index: 2000;
	opacity: 0;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
	-webkit-transition: opacity 0.4s ease-in-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out 0.2s;
	transition: opacity 0.4s ease-in-out 0.2s;
}

.da-slider:hover .da-arrows span{
	opacity: 1;
}
.da-arrows span:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 5px;
	background: transparent url(../images/arrows.png) no-repeat top left;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.da-arrows span:hover:after{
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.da-arrows span:active:after{
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after{
	background-position: top right;
}
.da-arrows span.da-arrows-prev{
	left: 15px;
}
.da-arrows span.da-arrows-next{
	right: 15px;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link{
	left: 10%;
	opacity: 1;
}
.da-slide-current .da-img{
	left: 60%;
	opacity: 1;
}




/* slide SCHOCK */

.da-slider-schock{
	width: 100%;
	min-width: 520px;
	height: 630px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	background: transparent url(../images/banners/home/banner_schock_ux_oct.jpg) right;
	background-size:cover;
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
}

.da-slide-schock h2{
	color: #ffffff;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Gabriel Sans Black','Poppins', sans-serif;
	/*width: 50%;*/
	top: 217px;
	/*white-space: nowrap; */
	z-index: 10;
	text-align: left;
    position: absolute;
    left: 10%;
}

.da-slide-schock p{
	/*width: 45%;
	top: 155px;
	color: #916c05;
	font-size: 18px;
	line-height: 26px;
	height: 80px;
	overflow: hidden;
	font-style: italic;
	font-family: 'Economica', Arial, sans-serif;
	font-weight: 400; */
	color: #ffffff;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
    font-style: normal;
	font-weight: 400;
	top:340px;
	left: 10%;
    position: absolute;
    text-align: left;
}

.da-slide-schock .da-img{
	text-align: center;
	width: 30%;
	top: 70px;
	height: 256px;
	line-height: 320px;
	left: 110%; /*60%*/
}


.da-slide-schock .da-link{
	top: 490px;
    background-color: #ff0000;
    color: #ffffff;
    border: 2px solid transparent;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    line-height: 51px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    float: left;
    margin-right: 35px;
	left:10%;
}
.da-slide-schock .da-link:hover{
	background-color: #222222;
	transition: .5s ease;
}

.da-slide-schock .da-img-schock{
	text-align: center;
    width: 100%;
}



/* slide COMMODORE */

.da-slider-commodore{
	width: 100%;
	min-width: 520px;
	height: 630px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	background: transparent url(../images/banners/home/banner_commodore_ux.jpg) right;
    background-size: cover;
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
}

.da-slide-commodore h2{
	color: #ffffff;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Gabriel Sans Black','Poppins', sans-serif;
	/*width: 50%;*/
	top: 217px;
	/*white-space: nowrap; */
	z-index: 10;
	text-align: left;
    position: absolute;
    left: 10%;
}

.da-slide-commodore p{
	/*width: 45%;
	top: 155px;
	color: #916c05;
	font-size: 18px;
	line-height: 26px;
	height: 80px;
	overflow: hidden;
	font-style: italic;
	font-family: 'Economica', Arial, sans-serif;
	font-weight: 400; */
	color: #ffffff;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
    font-style: normal;
	font-weight: 400;
	top:340px;
	left: 10%;
    position: absolute;
    text-align: left;
}

.da-slide-commodore .da-img{
	text-align: center;
	width: 30%;
	top: 70px;
	height: 256px;
	line-height: 320px;
	left: 110%; /*60%*/
}


.da-slide-commodore .da-link {
    top: 490px;
    background-color: #ff0000;
    color: #ffffff;
    border: 2px solid transparent;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    line-height: 51px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    float: left;
    margin-right: 20px;
    left: 10%;
}

.da-slide-commodore .da-link:hover{
	background-color: #222222;
	transition: .5s ease;
}

.da-slide-commodore .da-img-commodore{
	text-align: center;
    width: 100%;
    left: 22%;
    top: 15%;
    position: absolute;
}

/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2{
	-webkit-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	animation: fromRightAnim1 0.6s ease-in 0.8s both;
}
.da-slide-fromright p{
	-webkit-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	animation: fromRightAnim2 0.6s ease-in 0.8s both;
}
.da-slide-fromright .da-link{
	-webkit-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	animation: fromRightAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromright .da-img{
	-webkit-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	animation: fromRightAnim4 0.6s ease-in 0.8s both;
}
@-webkit-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
/* Slide in from the left*/
.da-slide-fromleft h2{
	-webkit-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	animation: fromLeftAnim1 0.6s ease-in 0.6s both;
}
.da-slide-fromleft p{
	-webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in 0.6s both;
}
.da-slide-fromleft .da-link{
	-webkit-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	animation: fromLeftAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromleft .da-img{
	-webkit-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
/* Slide out to the right */
.da-slide-toright h2{
	-webkit-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-moz-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-o-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-ms-animation: toRightAnim1 0.6s ease-in 0.6s both;
	animation: toRightAnim1 0.6s ease-in 0.6s both;
}
.da-slide-toright p{
	-webkit-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in 0.3s both;
	animation: toRightAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toright .da-link{
	-webkit-animation: toRightAnim3 0.4s ease-in both;
	-moz-animation: toRightAnim3 0.4s ease-in both;
	-o-animation: toRightAnim3 0.4s ease-in both;
	-ms-animation: toRightAnim3 0.4s ease-in both;
	animation: toRightAnim3 0.4s ease-in both;
}
.da-slide-toright .da-img{
	-webkit-animation: toRightAnim4 0.6s ease-in both;
	-moz-animation: toRightAnim4 0.6s ease-in both;
	-o-animation: toRightAnim4 0.6s ease-in both;
	-ms-animation: toRightAnim4 0.6s ease-in both;
	animation: toRightAnim4 0.6s ease-in both;
}
@-webkit-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft h2{
	-webkit-animation: toLeftAnim1 0.6s ease-in both;
	-moz-animation: toLeftAnim1 0.6s ease-in both;
	-o-animation: toLeftAnim1 0.6s ease-in both;
	-ms-animation: toLeftAnim1 0.6s ease-in both;
	animation: toLeftAnim1 0.6s ease-in both;
}
.da-slide-toleft p{
	-webkit-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-o-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	animation: toLeftAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toleft .da-link{
	-webkit-animation: toLeftAnim3 0.4s ease-in both;
	-moz-animation: toLeftAnim3 0.4s ease-in both;
	-o-animation: toLeftAnim3 0.4s ease-in both;
	-ms-animation: toLeftAnim3 0.4s ease-in both;
	animation: toLeftAnim3 0.4s ease-in both;
}
.da-slide-toleft .da-img{
	-webkit-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	animation: toLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

/* FIN DE BANNERS DE INICIO */

.cta-3 {
    padding: 80px 0;
}

.faq-titulo{
	font-size:18px !important;
	line-height:20px !important;
	font-weight:600;
	padding-left:0px !important;
}

.accordion .panel--heading-faq .accordion-toggle:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f068";
    font-family: fontawesome;
    font-size: 11px;
    color: #ffffff;
    background-color: #ff0000;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 21px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.accordion .panel--heading-faq .accordion-toggle.collapsed:after {
    content: "\f067";
    color: #ffffff;
    background-color: #282828;
}

.panel--body ul li{
	font-size: 12px;
	margin-left:30px;
}
.panel--body ul{
	margin-top:10px;
}

#accordion3{
	padding-top:60px;
}

.btn-donde{ 
	background-color:#ff0000 !important;
	border: 1px #ff0000 solid !important;
}
.btn-donde:hover{ 
	background-color:#282828 !important;
	transition: ease .5s !important;
	border: 1px #282828 solid !important;
}

.btn-donde-footer{ 
	background-color:#ff0000 !important;
	border: 1px #ff0000 solid !important;
	width:170px;
}
.btn-donde-footer:hover{ 
	background-color:#282828 !important;
	transition: ease .5s !important;
	border: 1px #282828 solid !important;
}

.bg-overlay-dark-cta:before {
	background-color: rgba(27, 26, 26, 0.6);
}

.morado{background-color:#8352ff !important;}

.amarillo{background-color:#fec602 !important;}

#banner-triturador{padding-bottom:0px !important;}


.i-mas{color:#fff;
	font-size:25px;
	position:absolute;
	float:right;
	margin-top:-50px;
	margin-left:50%;}

.img-commodore-banner{ max-width: 100%;}

.mi-slider nav a.schock {
    display: inline-block;
    text-transform: uppercase;
    font-family: "Gabriel Sans Black", "Poppins", sans-serif;
    letter-spacing: 1px;
    padding: 40px 12px 30px 12px;
    position: relative;
    color: #888;
    outline: none;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.mi-slider nav a.shock:hover, .mi-slider nav a.mi-selected {
    color: #ff0000;
}

.row-productos{
	padding-top:4%;
	padding-bottom:4%;
}

.video--content .video--player:hover {
    background-color: #ff0000;
}

.btn-donde{
	width: 75%;
    margin: auto;
    display: block;
}

/* MODAL DE VENTA EN LÍNEA */

#popup {
   visibility: hidden;
   opacity: 0;
   margin-top: -300px;
}
#popup:target {
   visibility:visible;
   opacity: 1;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 1040;
   transition:all 1s;
}
.popup-contenedor {
   position: relative;
   margin:15% auto;
   padding:30px 50px;
   background-color: #fafafa;
   color:#333;
   border-radius: 3px;
   width:50%;
}
a.popup-cerrar {
   position: absolute;
   top:3px;
   right:3px;
   background-color: #ff0000;
   padding:7px 10px;
   font-size: 20px;
   text-decoration: none;
   line-height: 1;
   color:#fff;
}

a.popup-cerrar:hover{
	background-color:#282828;
	transition: .2s ease;
}


.faq-comm-table{
	width:80%;
	border-collapse: collapse;
}

.faq-comm-table th{
	border-collapse: collapse;
	border: 1px solid #9b9b9b;
	text-align:center;
}

.faq-comm-table td, tr, td{
	border: 1px solid #9b9b9b;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight:400;
}

.i-faq{
	font-size:18px;
	margin-right:5px;
}
	
.carousel-cell:before, .carousel-cell__number {
    display: none;
}

.product-sub{
	display: inline-block;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #9b9b9b !important;
}

.bg-overlay-dark4:before {
    background-color: rgba(0, 0, 0, 0.5);
}

/* CARRUSELES DE PRODUCTOS
=========================================*/

* { box-sizing: border-box; }

.carousel {
  background: #fff;
}

.carousel-cell {
  width: 28%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.carousel-cell.is-selected {
  background: #ED2;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.hid{ visibility: hidden;
	height:1px;
}
	
.hid1{
	visibility: hidden;
	height:1px;
}
	
.tab-content{
	width:975px;
	margin:auto;
}
	
.nav-tabs{
    position: relative;
    top: 60px;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    border-top: 5px solid #333;
	border-bottom:0px;
	padding-right: 35px;
}
	
.nav-tabs>a{
	display: inline-block;
    text-transform: uppercase;
    font-family: "Gabriel Sans Black", "Poppins", sans-serif;
    letter-spacing: 1px;
    padding: 40px 30px 30px 34px;
    position: relative;
    color: #888;
    outline: none;
	border: transparent;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
	text-decoration:none
}
	
.nav-tabs>a:hover{
	background: #fff;
	color:#ff0000;
}
	
.nav-tabs>a.active, .nav-tabs>a.active:focus, .nav-tabs>a.active:hover {
    color: #ff0000;
    cursor: default;
    background-color: #fff;
    border: transparent;
    border-bottom-color: transparent;
	text-decoration:none
}
	
.nav-tabs>a.active:before{
    left: 37%;
    content: '';
    top: -19px;
    border: solid 5px #333;
    height: 35px;
    width: 35px;
    position: absolute;
    pointer-events: none;
    transform: rotate(45deg);
    background: #fff;
    border-top: 0px;
    border-left: 0px;
}
	
.flickity-viewport {
    height:300px !important;
	background:#fff;
}

.carousel-cell {
		height:300px !important;
		background:#fff !important;
		transition: transform .7s ease-out;
		transform: scale(0.7) !important;
}
	
.carousel-cell img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    top: -8px;
    position: absolute;
}
	
.product-name {
    display: block;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    bottom: -7%;
    left: 31%;
    position: absolute;
	}

.carousel-cell-tarjas {
  width: 28%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.carousel-cell-tarjas.is-selected {
  background: #ED2;
  transform: scale(1) !important;
}

/* cell number */
.carousel-cell-tarjas:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.carousel-cell-tarjas {
		height:300px !important;
		background:#fff !important;
		transition: transform .7s ease-out;
		transform: scale(0.6) !important;
}
	
.carousel-cell-tarjas img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    top: 0;
    position: absolute;
}

.owl-carousel.owl-loading {
  opacity: 1;
  display: block;
}

.product-name-tarja {
    display: block;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    bottom: -7%;
    left: 41%;
    position: absolute;
}

.product-name-acc {
    display: block;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    bottom: -7%;
    left: 21%;
    position: absolute;
}



/*==========================================================
MODALES FICHAS TÉCNICAS
===========================================================/*
/** * Variables */
/** * Base styles */
 .boton-ficha {
	 background-color: #ff0000;
	 position: relative;
	 color: #fff;
	 border: none;
	 padding: 1em 1.5em;
	 font-size: 0.6em;
	 letter-spacing: 1px;
     font-family:'Poppins', sans-serif;
     font-weight:700;
	 text-transform: uppercase;
	 cursor: pointer;
	 transition: background 0.25s cubic-bezier(0.55, 0, 0.1, 1);
     top:7px;
}
 .boton-ficha:hover {
	 background: #282828;
}
 .boton-ficha:focus {
	 outline: none;
}
/** * Overlay * -- only show for tablet and up */
 @media only screen and (min-width: 40em) {
	 .modal-overlay {
		 display: flex;
		 align-items: center;
		 justify-content: center;
		 position: fixed;
		 top: 0;
		 left: 0;
		 width: 100%;
		 height: 100%;
		 z-index: 1050;
		 background-color: rgba(0, 0, 0, 0.6);
		 opacity: 0;
		 visibility: hidden;
		 backface-visibility: hidden;
		 transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
	}
	 .modal-overlay.active {
		 opacity: 1;
		 visibility: visible;
	}
    
    .modal-overlay-ec74 {
		 display: flex;
		 align-items: center;
		 justify-content: center;
		 position: fixed;
		 top: 0;
		 left: 0;
		 width: 100%;
		 height: 100%;
		 z-index: 1050;
		 background-color: rgba(0, 0, 0, 0.6);
		 opacity: 0;
		 visibility: hidden;
		 backface-visibility: hidden;
		 transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
	}
	 .modal-overlay-ec74.active {
		 opacity: 1;
		 visibility: visible;
	}
}
/** * Modal */
 .modal {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: relative;
	 margin: 0 auto;
	 background-color: #fff;
	 width: 70%;
	 max-width: 75rem;
	 min-height: 20rem;
	 padding: 1rem;
	 border-radius: 3px;
	 opacity: 0;
	 overflow-y: auto;
	 visibility: hidden;
	 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	 backface-visibility: hidden;
	 transform: scale(1.2);
	 transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
 .modal .close-modal {
	 position: absolute;
	 cursor: pointer;
	 top: 10px;
     right: 20px;
	 opacity: 0;
	 backface-visibility: hidden;
	 transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
	 transition-delay: 0.3s;
}
 .modal .close-modal svg {
	 width: 1.75em;
	 height: 1.75em;
}
 .modal .modal-content {
	 opacity: 0;
	 backface-visibility: hidden;
	 transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
	 transition-delay: 0.3s;
     padding:50px;
}
 .modal.active {
	 visibility: visible;
	 opacity: 1;
	 transform: scale(1);
}
 .modal.active .modal-content {
	 opacity: 1;
}
 .modal.active .close-modal {
	 transform: translateY(10px);
	 opacity: 1;
     z-index:400;
}

.texto-ficha{
    margin-bottom: 40px;
}
    
/** * Mobile styling */
 @media only screen and (max-width: 39.9375em) {
	 .modal {
		 position: fixed;
		 top: 0;
		 left: 0;
		 width: 100%;
		 height: 100%;
		 -webkit-overflow-scrolling: touch;
		 border-radius: 0;
		 transform: scale(1.1);
		 padding: 0 !important;
	}
	 .close-modal {
		 right: 20px !important;
	}
}
 
.heading--desc span{
    color:#ff0000;
}

.modal-content img{
    width: 100%;
    padding-top:45px;
}

.modal-content .heading--title {
    color: #222222;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
    Font-family: "Gabriel Sans Bold", "Poppins", sans-serif;
    text-transform: uppercase;
}

.modal-content .divider--line {
    position: relative;
    margin: -4px 0px 24px 45px;
    width: 40px;
    height: 2px;
    line-height: 1px;
}

.modal-content .divider--line .divider--1 {
    margin-right: 7px;
}

.modal-content .divider--line .divider {
    position: relative;
    display: inline-block;
    height: 2px;
}

.modal-content .btn--primary:hover{ 
    background-color: #ff0000 !important;
    transition: ease .5s !important;
    border: solid 2px transparent;
}

.modal-content .btn--primary:hover{ 
    background-color: #282828 !important;
    transition: ease .5s !important;
    border: solid 2px transparent;
}

/*header catalogo ecommerce */
.header.content {
    max-width: 1200px;
}

.header__left {
}

.logo-commerce {
    float: left;
    width:173px;
    position: relative;
    z-index: 5;
}
.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-info {
    margin: 30px 50px;
}

.header-info__schedule {
    text-align: center;
    margin-bottom: 10px;
    color: #333333;
    font-weight: 300;
}

.header-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.header-info__row .header-info-phone, .header-info__row .header-info-sms {
    padding: 0;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
}
.header-info-phone {
    cursor: pointer;
    text-decoration: none;
}
.header-info-phone:before, .header-info-chat:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.header-info-phone:before {
    content: '\f095';
}
.header-info-phone:before{
    font-family: 'FontAwesome';
    font-size: inherit;
    color: #ff0000;
    margin-right: 10px;
    display: block;
    float:left;
}
.header-info__row .header-info-phone, .header-info__row .header-info-sms {
    padding: 0;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
}

.header-info__row .vdivide {
    margin: 0 10px;
}

.header-info-button.button--dark.button.button--info-button-small.header__regi {
   margin: 30px 0;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    min-width: 235px;
    margin-right: 0px;
    background-color: #ff0000;
    border: none;
    color: #fff;
}

.header-info-button.button--dark.button.button--info-button-small.header__regi:hover{
    background-color: #282828;
    border: none;
}
.header-info-sms:before {
    content: '\f232';
}

.header-info-sms:before{
    font-family: 'FontAwesome';
    font-size: inherit;
    color: #ff0000;
    margin-right: 3px;
}
.header-info__row a:hover{
    color:#ff0000;
}

.btn-commerce-grid {
    width: 100%;
    margin: auto;
    display: block;
    background-color: #ff0000 !important;
    border: 1px #ff0000 solid !important;
}

.product--links{
    margin: 10px 0 23px 0;
}

.enlace-sub2 {
    color: #ff0000;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 4px;
    position: relative;
}

.enlace-sub2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 2px;
  background-color: #ff0000;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.enlace-sub2:hover:after {
  width: 100%;
  background-color:#dd543d;
}

.product-brand{
    color: #616161;
    font-family: 'Droid Serif', serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1;
}

.single-product-name h3{
    color: #282828;
    font-size: 28px;
    font-weight: 600;
    line-height: 27px;
    text-transform: capitalize;
    margin-top:5px;
    margin-bottom:10px;
}

.single-product-price{
    color: #9b9b9b;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px;
}

.shop-product .product-details ul li {
    line-height: 26px;
    color: #686868;
    font-size: 13px;
    font-weight: 600;
    text-transform: unset;
}

.btn-single-product {
    width: 50%;
    margin: 0;
    display: block;
    background-color: #ff0000 !important;
    border: 1px #ff0000 solid !important;
}
.btn-single-product:hover{
    background-color: #282828 !important;
    border: 2px solid #282828 !important;
    color: #ffffff;
}

.single-product-container{
    padding:30px 20px;
}

.single-nav-tabs {
    position: unset;
    text-align: center;
    min-width: 100% !important;
    margin: 0 auto;
    border-top: 5px solid #333;
    border-bottom: 0px;
    padding-right: 0;
}

.product-tabs .tab-content {
    padding: 20px;
    padding-top: 40px;
}

.enlace-pdf{
    color:#9b9b9b;
    cursor: pointer;
}

.enlace-pdf:hover{
    color:#ff0000;
}

.product-tabs{
    font-style:normal;
}

.breadcrumb > li + li:before, .breadcrumb > li a {
    color: #282828;
}

.breadcrumb > .active {
    color: #ff0000;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
}

.mt--50{
margin-top:-50px
}

.btn-cat{
    width: 170px;
    margin: 0;
    display: block;
    margin-top: 50px !important;
}



.slider .slide--headline--buenfin span {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    position: relative;
    text-align: right;
    left: 342%;
    top: -146px;
}


.slider .slide--headline--buenfin span{
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif
}

.slider .slide--headline--buenfin .relax{
    color: #ff0000 !important;
    font-size: 45px !important;
    font-weight: 500 !important;
    font-style:italic !important;
    text-transform:none !important;
    font-family: 'Droid Serif', serif !important;
}

.logo-slider-buenfin {
    width: 200px !important;
    float:left;
    display: block;
}
.bg-logos-buenfin{
    background-color:rgb(0,0,0,0.7);
    padding:0px;
    display:flex;
    flex-direction:row;
    position: relative;
    top: 60px;
    left: -6px;
    width: fit-content;
    align-items: center;
}

.logo-slider-inside{
    width:120px!important;
    margin-left:30px !important;
}
.item-buenfin1{
    order: 1;
}
.item-buenfin2{
    order: 2;
}
.item-buenfin3{
    order: 3;
}
.item-buenfin4{
    order: 4;
}
.item-buenfin5{
    order: 5;
}
.item-buenfin6{
    order: 6;
}

/* Slider Schock ======================================*/

.logo-slider-schock {
    width: 190px !important;
    float:right;
    display: block;
}
.logo-slider-cristadur {
    width: 240px !important;
    float:right;
    display: block;
}

.slider .slide--headline--schock {
    float:right;
    clear:both;
    color: #ffffff;
    font-size: 53px;
    font-weight: 400;
    line-height: 1.16em;
    margin-bottom: 20px;
    text-transform: none;
    font-family: 'Montserrat','Poppins', sans-serif;
    text-align: right;
}

.slider .slide--bio--schock {
    color: #f9f9f9;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
    font-style: normal;
    text-align:right;
}
    .pos-vertical-center-schock {
    position: relative;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    -moz-transform: perspective(1px) translateY(-50%);
    -o-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
    }

.blue-schock{
    color:#1737fb !important;
}    
    
.orange-schock{
    color:#fe6b00 !important;
}

.yellow-schock{
    color:#f9d351 !important;
}

.btn-cont{
    text-align:center !important;
}

.btn-commodore{
    width:200px !important;
}

.btn-commodore:hover{
    background-color: #282828 !important;
}

.slider-oct-1{
    font-family:Montserrat, sans-serif;
    color: #490d7c !important;
}

.slider-oct-2{
    font-family:'Droid Serif', serif;
    color:#b3d800;
    font-style:italic;
    font-weight:400;
    text-trasnform:none;
}

.slider-oct-3{
    font-family:Montserrat, sans-serif;;
    color:#490d7c;
    font-weight:200;
    text-transform: uppercase;
}

.slider-oct-schock-1{
    font-family: Montserrat, san-serif;
    font-weight: lighter!important;
    color: #f7674c;
    text-transform:none;
}

.slider .slide--headline--eclipsenov {
    float:right;
    clear:both;
    color: #cee10c;
    font-size: 53px;
    font-weight: 400;
    line-height: 1.16em;
    margin-bottom: 20px;
    text-transform: none;
    font-family: 'Montserrat','Poppins', sans-serif;
    text-align: right;
}

.slide--bio--eclipsenov {
    color: #d84b14;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
    font-style: normal;
    text-align:right;
}

.slide--bio--eclipsenov2 {
    color: #fff;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 40px;
    font-style: normal;
    text-align:right;
    text-shadow: 1px 1px 2px #000;
}

.iconos-eclipse {
    width: 300px !important;
    display: block;
    margin: auto;
	position:relative;
	top: -10px;
	left:-77px;
}

.logo-slider-eclipse2{
	width:150px !important;
	display:block;
	margin:auto;
	float:right;
	position:relative;
	top:-100px
}

.logo-slider-buenfin21-2 {
    width: 156px !important;
    float: left;
    display: block;
    top: -29px !important;
    position: relative;
}

.logo-slider-eclipse3{
	width:400px !important;
	display:block;
	margin:auto;
	float:right;
	position:relative;
	top:-100px;
	right:-13%;
}
	  
.iconos-eclipse-b {
    width: 300px !important;
    display: block;
    position: relative;
    top: 86px;
    left: 40%;
    float: right;
}


.schock20off {
    width: 450px !important;
    display: block;
    margin: auto;
    float: right;
    position: relative;
    top: -174px;
    right: -19%;
}

.schock10off {
    width: 450px !important;
    display: block;
    margin: auto;
    float: left;
    position: relative;
    left: -15%;
	top:-20px;
}

.schock-logo-bf{
	width: 200px !important;
    background-color: #ffffff;
    padding: 10px 30px;
    float: right;
    right: -12%;
    position: relative;
    top: 20px;
}

.buenfinlogo-schock{
	width: 200px !important;
}

.home-map{border:none !important;}

.fb-pixel{display: none !important;}


/*=============================================================
 MEDIA QUERIES 
=============================================================*/

/* MOBILES 
=========================================*/
@media screen 
  and (min-device-width: 320px) 
  and (max-device-width: 765px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	.page-title .title--heading h1 {
    font-size: 40px;
	}
	
	.mobile-none{
		display:none !important;
	}
	
	.vigencia-shcok {
    position: relative;
    top: 0px; 
	}
	  
	  .schock-logo-bf {
    width: 150px !important;
    background-color: #ffffff;
    padding: 5px 15px;
    float: right;
    right: 0%;
    position: relative;
    top: -347px;
	}
	  
	.buenfinlogo-schock {
   	width: 160px !important;
    display: block;
    margin: auto;
    float: left;
    position: relative;
    top: -19px;
    right: 0%;
	}

	  .schock20off {
    width: 250px !important;
    display: block;
    margin: auto;
    float: right;
    position: relative;
    top: -7px;
    right: -23%;
	}
	
	.schock10off {
    width: 260px !important;
    display: block;
    margin: auto;
    float: left;
    position: relative;
    left: -16%;
    top: 29px;
	}
	  
	.page-title .title--desc p {
    color: #f9f9f9;
    font-family: 'Droid Serif', serif;
    font-size: 12px;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 0;
	}
	
	.navbar-nav > li > a {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 45px !important;
    padding-left: 20px;
    border-bottom: 1px solid #ddd !important;
    padding: 0px 0px 0px 20px !important;
	  }
	
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 400px;
	}
	
	.navbar-nav {
    margin: 0;
    border-bottom: 1px solid #9b9b9b;
    background-color: #fff;
	}
	
	.header-fixed .navbar.affix .module .module-icon i, .header-fixed .navbar.affix .navbar-nav > li > a {
    color: #282828;
	}
	
	.portfolio-item .portfolio--title h4 {
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
	}
	  
	.slider .slide--headline {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Gabriel Sans Black','Poppins', sans-serif;
	}
	 
	.slider-bottom {
    height: 250px !important;
	}
	  
	.slider .slide--bio {
    color: #f9f9f9;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 40px;
    font-style: normal;
	}
	  
	.feature-panel .feature--content p {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
	}
	  
	.col-img-compac {
    height: auto;
    min-height: 400px !important; 
	 }
	  
	.btn-commodore {
    width: 200px !important;
    font-size: 12px;
	}
	  
	.feature-panel .feature--content h3 {
    font-size: 18px !important;
    margin-bottom: 9px;
    text-align: center;
	}
	  
	.heading .heading--desc {
    margin-top: 40px;
	}
	  
	.mi-slider ul li h4 {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    padding: 26px 10px 0;
    margin-bottom: 0px;
	}
	  
	.mi-slider ul li h5 {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #9b9b9b;
	}
	  
	.btn-commodore {
    width: 180px !important;
	font-size: 12px;}
		
	.btn-coriansolid {
    width: 140px !important;
    font-size: 12px;
	} 
	  
	.btn-corianquartz {
    width: 160px !important;
    font-size: 12px;
	} 
	
	.p-sec{
	margin-top:0px !important;	  
	}
	  
	.banner-panel-home {
    padding: 110px 70px;
    height: 60px;
    float: left;
    width: 100%;
	}
	
	.col-content-left-home{
	padding: 60px 0px 20px 20px !important;	  
	}
	  
	.col-content-mapa {
    padding: 60px 0px 20px 20px;
	}
	  
	.br-tablet{
	display:none;  
	} 
	  
	.slider, .slider .slide--item {
    height: 600px;
	}
	  
	.icono-contacto {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
	}
	  
	.contact--info h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
	} 
	  
	.contact--info p {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 6px;
    text-align: center;
	}
	  
	#Formulario{
	margin-top:40px;	  
	}
	  
	.contact-form{
	margin-top:50px;	  
	 }
	  
	.col-2a{
	border-top: solid 1px #eeeeee;
    margin-top: 30px !important;
    padding-top: 30px;
	}
	  
	.col-1a{
	margin-top: 0px;
	}
	  
	.page-title-quienes .title {
    padding: 130px 0 94px !important;
	}
	  
	.dropdown-menu > li > a, .mega-menu > li > a {
    color: #7f7f7f;
    font-size: 12px;
	}
	  
	.mapa-donde{
	width:100%;
	height:400px;
	}
	
	.column-productos{
    float: left;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
	}
	  
	.slide-mobile{
    background-position: left !important; 
	}
	
	/*BANNERS UX HOME =========================*/
	 .heading--title--mobile{
    font-size: 30px !important;
    font-weight: 700;
    line-height: 1.1 !important;
    text-transform: capitalize !important;
    font-family: 'Gabriel Sans Black','Poppins', sans-serif !important;
	}
	  
	.heading--desc-mobile{
    font-size: 15px !important;
    line-height: 1.3 !important;
    font-family: 'Poppins', sans-serif !important;
	margin-top:50px;
	 }
	 
	 .btn-mobile {
    position: relative;
    z-index: 2;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    /* padding: 11px; */
    line-height: 35px;
    width: 31%;
    /* height: 39px; */
    margin-right: 5px;
    /* margin-left: auto; */
    margin-top: 20px;
    float: left;
	}
	  
	  .eclipse-banner-mobile{
		background: transparent url("../images/banners/home/banner_eclipse_ux_nov_mobile.jpg") center; 
		background-size:cover;
		with:375px;
		height:321px;
	  }
	   
	  .schock-banner-mobile{
		background: transparent url(../images/banners/home/banner_schock_ux_oct_mobile.jpg) center; 
		background-size:cover;
		with:375px;
		height:321px;
	  }
	  
	   .commodore-banner-mobile{
		background: transparent url(../images/banners/home/banner_commodore_ux_mobile2.jpg) center; 
		background-size:cover;
		with:375px;
		height:321px;
	  }
	/* FIN DE BANNERS HOME ==*/
	  
	  
	.col-img-right {
    min-height: 278px;
    padding: 20px;
    overflow: hidden;
	}
	
	.col-img-left {
    min-height: 278px;
    padding: 20px;
    overflow: hidden;
	}
	
	.heading--desc2{margin-top:0px !important;}
	 
	.heading .heading--title {
    color: #222222;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
    Font-family: "Gabriel Sans Bold", "Poppins", sans-serif;
    text-transform: uppercase;
	}
	  
	.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
	}
	  
	.row-productos {
    padding-top: 40px;
    padding-bottom: 0px;
	}
	
	.btn-eclipse-home{
	width:170px !important
	}
	  
	.btn-donde{ position: relative;
    z-index: 2;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    width: 110%;
	line-height: 1.3;
    padding-top: 11px;
	 }
	  
	 .popup-contenedor {
    position: relative;
    margin: 9% auto;
    padding: 30px 30px;
    background-color: #fafafa;
    color: #333;
    border-radius: 3px;
    width: 85%;
	}
	  
	  .popup-titulo{
	  font-size:30px;
	  }
	  
	.portfolio--carousel .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: transparent;
    margin-top: -30px;
    color: #fff;
    font-size: 0;
    font-weight: 400;
    text-align: center;
    padding: 0;
    border-radius: 0;
	}
	  
	.portfolio--carousel .owl-controls .owl-nav .owl-prev {
    left: -4%;
    top: 43% !important;
	}
	
	.portfolio--carousel .owl-controls .owl-nav .owl-next {
    right: -4%;
    top: 43% !important;
	}
	  
	.portfolio--carousel .owl-controls .owl-nav [class*=owl-]:hover {
    color: #ffffff;
    background-color: transparent;
	}
	  
	.slider .slide-action .btn {
    width: 112px;
    font-size: 12px;
	}
	
	.btn--slide {
    margin-right: 8px;
	}
	
	  .slide-action{
		  margin-left:8px;
	  }
	 
	  /* Carruseles productos eclipse ============ */
	.tab-content {
    width: 100%;
    margin: auto;
	}
	  
	.nav-tabs{
	width:102%;
	padding:0px;
	  }
	  
	.nav-tabs>a {
	font-size: 10px;
    padding: 35px 10px 30px 0px;
	  }
	.carousel-cell {
  width: 66%;
  height: 160px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.flickity-enabled .carousel-cell { margin-bottom: 0; }

.carousel-cell:before,
.carousel-cell__number {
  display: block;
  width: 100px;
  margin: 0 auto;
  content: counter(carousel-cell);
  text-align: center;
  line-height: 160px;
  font-size: 80px;
  color: white;
}

.carousel--not-counting .carousel-cell:before { content: none; }

/* ---- carousel-image-cell ---- */
/* frames single image in cell */

.carousel-image-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  background: #222;
  /* center images */
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-image-cell img {
  display: block;
  max-height: 100%;
}

.carousel-image-cell--wide {
  width: 100%;
}

.carousel.is-fullscreen .carousel-image-cell {
  background: transparent;
}
	  
.carousel-cell-tarjas {
  width: 66%;
  height: 160px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: carousel-cell;
}


.carousel-cell-tarjas:before,
.carousel-cell__number {
  display: block;
  width: 100px;
  margin: 0 auto;
  content: counter(carousel-cell);
  text-align: center;
  line-height: 160px;
  font-size: 80px;
  color: white;
}


/* ---- carousel-image-cell ---- */
/* frames single image in cell */

.carousel-image-cell-tarjas {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  background: #222;
  /* center images */
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-image-cell-tarjas img {
  display: block;
  max-height: 100%;
}

.btn-donde {
    width: 75%;
    margin: auto;
    display: block;
    font-size: 15px !important;
    padding-top: 14px !important;
	}
	  .mobile-mb-60{
		  margin-bottom:60px;
	  }
/*fin de carruseles */
	.bg-parallex {
    background-attachment: unset;
    background-size: cover;
    object-fit: cover;
	}
	  
	  .divider-cuarzopuro{
	  position:absolute;
	  top: 132px !important;
	  }
	  
	  .heading--title{
		  line-heght:1.1 !important;
	  }
    
    .modal-content{
    border:none;
    }  
      
    .modal .modal-content {
    padding: 35px;
    }
    
    .modal-content img {
    width: 113%;
    padding-top: 0px;
    margin-bottom: 25px;
    margin-left: -6%;
    }
    
    .modal-content .heading--title{
    font-size:24px;
    }
      
    .header-info-button.button--dark.button.button--info-button-small.header__regi {
   display:none;
    }
      
    .logo-commerce {
    float: left;
    width: 150px;
    position: relative;
    z-index: 5;
    }
    
    .header-info__schedule {
        display:none;
    }
	
    .header-info {
     margin:0px; 
    }
    
    .header__left {
    float: left;
    }
    
      .telefonos-commerce{
          float:right;
          width:60%;
      }
      
      .header-info__row {
    margin-top: 13px;
    }
      
    .accordion .panel .panel--heading a{
    padding-right:25px;
    }
      
    .footer-widget {
    padding-top: 90px;
    padding-bottom: 0px;
    }
      
      .social{
          text-align:center;
      }
      
      /* Slider Eclipse
      ===================================*/
      
      .logo-slider-schock {
        width: 140px !important;
        float:right;
        display: block;
    }
    .logo-slider-cristadur {
        width: 210px !important;
        float:right;
        display: block;
    }

    .slider .slide--headline--schock {
        float:right;
        clear:both;
        color: #ffffff;
        font-size: 40px;
        font-weight: 400;
        line-height: 1.1em;
        margin-bottom: 20px;
        text-transform: none;
        font-family: 'Montserrat','Poppins', sans-serif;
        text-align: right;
    }

    .slider .slide--bio--schock {
        color: #f9f9f9;
        font-size: 23px;
        line-height: 1.2em;
        margin-bottom: 40px;
        font-style: normal;
        text-align:right;
    }
      
      .row-slider-schock-r{
          padding-right:20px;
      }
      
      .slider .slide--headline--buenfin {
    float:left;
    clear:both;
    color: #000;
    font-size: 30px;
    font-weight: 200;
    line-height: 1.16em;
    margin-bottom: 50px;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}


.slider .slide--headline--buenfin span{
    color: #000;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif
}

.slider .slide--headline--buenfin .relax{
    color: #ff0000 !important;
    font-size: 25px !important;
    font-weight: 500 !important;
    font-style:italic !important;
    text-transform:none !important;
    font-family: 'Droid Serif', serif !important;
    }
	  
	  .eko-inner-logo{
	margin-top:28px !important;  
	  }
	  
	  .slider .slide--bio{
	margin-top:0px !important;
	  }
	  
	  .mobile-none{ display: none;}
	  
	.logo-slider-buenfin21 {
    width: 156px !important;
    float: left;
    display: block;
    top: -119px !important;
    position: relative;}
	  
	.slider .slide--headline-buenfin21 {
    color: #ffffff;
    font-size: 38px !important;
    font-weight: 700;
    line-height: 44px;
    text-transform: capitalize;
    font-family: 'Gabriel Sans Black','Poppins', sans-serif;
    text-align: left;
    position: relative;
    top: -36px !important;
	  }
	  
	.logo-slider-inside21 {
    width: 106px !important;
    margin-bottom: 5px;
	  }
	
} /* FIN DE MOBILES /*


/* TABLETS  Vertical ================================================*/
@media screen 
  and (min-device-width: 768px) 
  and (max-device-width: 991px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	  .btn-schock{
		      font-size: 0.46em !important;
	  }
	  
	  .tablet-none{
	  display:none;
	  }
	  
	  
	  .schock-logo-bf {
    width: 200px !important;
    background-color: #ffffff;
    padding: 10px 30px;
    float: right;
    right: -1%;
    position: relative;
    top: -48px;
	}
	  
	  .buenfinlogo-schock {
    width: 200px !important;
	position:relative;
	top:50px;
	}
	  
	.schock20off {
    width: 450px !important;
    display: block;
    margin: auto;
    float: right;
    position: relative;
    top: -129px;
    right: -19%;
	}
	  
	.schock10off {
    width: 450px !important;
    display: block;
    margin: auto;
    float: left;
    position: relative;
    left: -15%;
    top: -62px;
	}
	  
	.bg-logos-buenfin21 {
    display: flex;
    flex-direction: column;
    position: relative;
    width: fit-content;
    align-items: flex-end;
    float: right;
    top: -111px;
    right: 72px;
	 }
	 
	.slider .slide--headline-buenfin21 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 43px;
    text-transform: capitalize;
    font-family: 'Gabriel Sans Black','Poppins', sans-serif;
    text-align: right;
    position: relative;
    top: -109px !important;
    right: 60px;
	 }
	  
	.logo-slider-buenfin21 {
    width: 180px !important;
    float: left;
    display: block;
    top: 57px !important;
    left: 62px;
    position: relative;
	 }
	  
	.slider .slide--headline {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Gabriel Sans Black','Poppins', sans-serif;
	}
	  
	.portfolio-item .portfolio--title h4 {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
	}
	  
	.slider-bottom {
    height: 300px !important;
	}
	  
	.header-fixed .navbar.affix .module .module-icon i, .header-fixed .navbar.affix .navbar-nav > li > a {
    color: #282828;
	}
	  
	.banner-pannel-eclipse {
	padding: 60px 70px;
    width: 100%;
    float: left;
    height: 300px !important;
	 }
	  
	.p-tablet{
	margin-top:25px;  
	  }
	  
	.logos-quienes {
    width: 96px;
    height: 53px;
    vertical-align: middle;
    display: block;
    float: left;
    margin-right: 25px;
    margin-left: 20px;
	}
	 
	.collapse.in {
    display: block !important;
    width: 100% !important;
    background-color: #fff !important;
	}
	  
	
	 .navbar-nav > li > a {
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 50px !important;
    padding: 5px 15px 5px 15px !important;
    border-bottom: 1px solid #ddd !important;
    color: #282828 !important;
	}
	  
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 600px !important;
	}
	  
	.header-fixed .navbar.affix .module .module-icon i, .header-fixed .navbar.affix .navbar-nav > li > a, .module .module-icon i {
    color: #282828 !important; 
	}
	  
	.col-content-mapa {
    padding: 80px 100px 80px 120px;
	}
	 
    .pull-right{
	float:left !important;
	width: 100% !important;
	background-color: #fff !important;	
	}
	  
	#Formulario{
	margin-top:40px;	  
	}
	  
	.page-title .title--heading h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 20px;
	}
	  
	.col-2a{
	border-top: solid 0px #eeeeee;
    margin-top: 0px;
    padding-top: 0px;
	}
	  
	.col-1a-tablet{
	margin-top: 0px !important;
	}
	  
	.col-2b {
    border-top: solid 1px #eeeeee;
    margin-top: 30px;
    padding-top: 30px;
	}
	  
	.page-title-quienes .title {
    padding: 90px 40px 100px 40px;
	}
	  
	.dropdown-menu > li > a, .mega-dropdown-menu .container a, .mega-menu a {
    color: #7f7f7f;
    padding-top: 5px;
    padding-bottom: 5px;
	}
	  
	.mi-slider ul li h4 {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding: 26px 10px 0;
    margin-bottom: 0px;
	}
	  
	.mi-slider ul li h5 {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: #9b9b9b;
	}
	
	.subllaves{
	margin-top:30px;  
	}
	  
	.desc-contacto{
	padding: 0 140px 0 140px;
	}
	
	.mapa-donde{
	width:100%;
	height:450px;
	}
	  
	.slider .slide--headline{
	margin-right:40px !important;
	}
	  
	/*BANNERS HOME */
	  
.logo-slider-banner {
    width: 225px !important;
    /* height: 110px; */
    margin-top: 40px;
    left: 13%;
    position: absolute;
}
	  
	 .da-slide-current h2, .da-slide-current p, .da-slide-current .da-link {
    left:6%;
    opacity: 1;
	}
	  
	.da-slide h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Gabriel Sans Black','Poppins', sans-serif;
    /* width: 50%; */
    top: 160px;
    /* white-space: nowrap; */
    z-index: 10;
	}
	
	.da-slide p{
    color: #ffffff;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
    top: 326px;
    width: 100%;
	}
	
	.da-slide .da-link {
    top: 490px;
    background-color: #ff0000;
    color: #ffffff;
    border: 2px solid transparent;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    line-height: 51px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    float: left;
    margin-right: 20px;
    width: 140px;
	}
	  
	.da-img-sloganeclipse{
	display:none
	}
	  
	.da-slider{
	width: 100%;
	min-width: 520px;
	height: 630px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	background: transparent url(../images/banners/home/banner_eclipse_ux2.jpg) left;
	background-size:cover;
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
	}
	  
	.da-slide-schock h2, .da-slide-schock p, .da-slide-schock .da-link {
    left:6%;
    opacity: 1;
	}
	  
	.da-slide-schock h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Gabriel Sans Black','Poppins', sans-serif;
    /* width: 50%; */
    top: 160px;
    /* white-space: nowrap; */
    z-index: 10;
	}
	
	.da-slide-schock p{
    color: #ffffff;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
    top: 326px;
    width: 70%;
	z-index:20
	}
	
	.da-slide-schock .da-link {
    top: 490px;
    background-color: #ff0000;
    color: #ffffff;
    border: 2px solid transparent;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    line-height: 51px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    float: left;
    margin-right: 20px;
    width: 140px;
	}
	  
	  
	.da-slider-schock{
	width: 100%;
	min-width: 520px;
	height: 630px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	background: transparent url(../images/banners/home/banner_schock_ux_oct2.jpg) right;
    background-size: cover;
    background-position: -650px;
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
	}
	  
	.da-slide-schock .da-img-schock{
	text-align: center;
    left: 58%;
    bottom: 60px;
    width: 100%;
    position: relative;
	}
	
	.da-slide-commodore h2, .da-slide-commodore p, .da-slide-commodore .da-link {
    left:6%;
    opacity: 1;
	}
	  
	.da-slide-commodore h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Gabriel Sans Black','Poppins', sans-serif;
    /* width: 50%; */
    top: 160px;
    /* white-space: nowrap; */
    z-index: 10;
	}
	
	.da-slide-commodore p{
    color: #ffffff;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
    top: 326px;
    width: 73%;
	z-index:20
	}
	
	.da-slide-commodore .da-link {
    top: 490px;
    background-color: #ff0000;
    color: #ffffff;
    border: 2px solid transparent;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    line-height: 51px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    float: left;
    margin-right: 20px;
    width: 140px;
	}
	  
	  
	.da-slider-commodore{
	width: 100%;
	min-width: 520px;
	height: 630px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	background-size:contain;
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
	}
	  
	.da-slide-commodore .da-img-commodore{
	text-align: center;
    left: 31%;
    bottom: 60px;
    width: 100%;
    position: relative;
	}
	
	.btn-donde {
    width: 100%;
    margin: auto;
    display: block;
	}
	
	.popup-contenedor {
    position: relative;
    margin: 15% auto;
    padding: 36px 35px;
    background-color: #fafafa;
    color: #333;
    border-radius: 3px;
    width: 75%;
	}
	  
	.popup-titulo{
	font-size:35px;	  
	}
	  
/* CARRUSELES PRODUCTOS ECLIPSE ===*/
	.nav-tabs {
    position: relative;
    top: 60px;
    text-align: center;
    max-width: 850px;
    width: 90%;
    margin: 0 auto;
    border-top: 5px solid #333;
    border-bottom: 0px;
    padding-right: 35px;
	}
	
	.nav-tabs>a {
    padding: 40px 20px 30px 20px;
	}
	
	.tab-content {
    width: 100%;
    margin: auto;
	}
/*fin de carruseles eclipse */
	  
	.mi-slider nav {
    position: relative;
    top: 350px;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    border-top: 5px solid #333;
	}
	
	  .mi-slider nav a.schock{
	font-size: 12px;
    padding: 40px 8px 30px 8px;  
	  }
	  
	  .mi-slider {
    position: relative;
    margin-top: -66px;
    margin-bottom: -70px;
    height: 490px;
	}
	.mi-slider ul li {
    padding: 10px;
	  }
	  
	.bg-parallex {
    background-attachment: unset;
    background-size: cover;
    object-fit: cover;
	}
	
	.bg-parallex {
    background-attachment: unset;
    background-size: cover;
    object-fit: cover;
	}
	  
	.btn-commodore{
	width: 195px !important;
    font-size: 12px;
	}
    
      .modal-content .btn{
       margin-left:40px;   
      } 
      
    .header__right {
    display: -webkit-box;
    }
    

      
    .product-tabs .tab-content {
    padding: 20px;
    padding-top: 80px;
    }
      
    .logo-slider-inside {
    width: 75px!important;
    margin-left: 20px !important;
    }
      
    .logo-slider-buenfin {
    width: 150px !important;
    float: left;
    display: block;
    }
      
    .bg-logos-buenfin {
    background-color: rgb(0,0,0,0.7);
    padding: 0px;
    display: flex;
    flex-direction: row;
    position: relative;
    top: 20px;
    left: -6px;
    width: fit-content;
    align-items: center;
    }
	  
	  .logo-slider-eko{top:-108px;}
	  
	  .slider .slide--bio{
		  margin-top:0px;
	  }
	  
	  .btn-slider-eclipse{
		  margin-top:20px !important;
	  }
	  
	  .btn-slider-schock{
		  display:none;;
	  }
	  
	
	 
	  
}
/*----- fin de tablets ver --*/


/* ----------- iPad 1, 2, Mini and Air 
============================================*/

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	 
	    .btn-schock{
		      font-size: 0.46em !important;
	  }
	
	  .ipadmini-v-none{
	  display:none;
	  }
	  .tablet-none{display:none;}
	  
	.navbar-nav > li {
    margin-right: 16px !important;
	}
	  
	.da-slider{
	width: 100%;
	min-width: 520px;
	height: 630px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	background: transparent url(../images/banners/home/banner_eclipse_ux_oct.jpg) left;
    background-size: cover;
    background-position: -375px;
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
	}
	  
	.da-slide h2 {
    color: #ffffff;
    font-size: 45px !important;
    font-weight: 700;
    line-height: 1.1 !important;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Gabriel Sans Black','Poppins', sans-serif;
    /* width: 50%; */
    top: 160px;
    /* white-space: nowrap; */
    z-index: 10;
	}
	  
	.da-slide p {
    color: #ffffff;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 400;
    top: 390px;
    width: 57% !important;
	}
	
	  
	.da-slide-schock h2 {
    color: #ffffff;
    font-size: 45px !important;
    font-weight: 700;
    line-height: 1.1 !important;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Gabriel Sans Black','Poppins', sans-serif;
    /* width: 50%; */
    top: 204px !important;
    /* white-space: nowrap; */
    z-index: 10;
}
	  
	.da-slide-schock p {
    color: #ffffff;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 400;
    width: 51% !important;
    margin-top: -10px;
	top:345px;
	}
	
	.da-slide-schock .da-img-schock{
    text-align: center;
    width: 100%;
    position: absolute;
    left: 64% !important;
    top: 39px !important;
	}
	  
	.da-slider-shock{
	width: 100%;
	min-width: 520px;
	height: 630px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	background: transparent url(../images/banners/home/banner_schock_ux.jpg) left !important;
	background-size:cover;
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
	}
	  
	.da-slide-commodore p {
    color: #ffffff;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 400;
    width: 60% !important;
	top:345px;
	}
	
	.da-slide-commodore h2 {
    color: #ffffff;
    font-size: 45px !important;
    font-weight: 700;
    line-height: 1.1 !important;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Gabriel Sans Black','Poppins', sans-serif;
    /* width: 50%; */
    top: 204px !important;
    /* white-space: nowrap; */
    z-index: 10;
	}
	  
	.btn-donde {
    width: 100%;
    margin: auto;
    display: block;
	}
	
	.popup-contenedor {
    position: relative;
    margin: 15% auto;
    padding: 36px 35px;
    background-color: #fafafa;
    color: #333;
    border-radius: 3px;
    width: 75%;
	}
	  
	.popup-titulo{
	font-size:35px;	  
	}
      
    .modal-content .heading--title{
     padding-top:25px;
    }
      
    
    .modal-content .heading--title {
    padding-left:40px;
    }

    .modal-content .divider--line {
    padding-left: 40px;
    }


    .modal-content .divider--line .divider {
    padding-left:40px;
    }
    
      .modal-content p{
        padding-left:40px;
      }
    
    .modal-content .btn{
    margin-left:40px;   
      }
      
    .boton-ficha{
      top:-21px;    
      }
	  
	    .eko-inner-logo{
	margin-top:30px !important;  
	  }
	  
	  .bg-logos-buenfin21 {
    display: flex;
    flex-direction: column;
    position: relative;
    width: fit-content;
    align-items: flex-end;
    float: right;
    top: -72px;
	  }

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	    .btn-schock{
		      font-size: 0.46em !important;
	  }
	  
	.ipadmini-h-none{
	 display:none;
	 }
	  .tablet-none{display:none;}
	  
	.img-commodore-banner {
    max-width: 100%;
    margin-top: 20%;
	}
	
	.col-content-left {
    padding: 80px 100px 10px 100px;
	}
	
	.popup-contenedor {
    position: relative;
    margin: 15% auto;
    padding: 36px 35px;
    background-color: #fafafa;
    color: #333;
    border-radius: 3px;
    width: 60%;
	}
	  
	.popup-titulo{
	font-size:35px;	  
	}

/* BANNERS HOME */
	  
 .da-slide{
    background: transparent url(../images/banners/home/banner_eclipse_ux_oct.jpg) left;
    background-size: cover;
    background-position: -350px; 
      }	
      
 .da-slide h2 {
    color: #ffffff;
    font-size: 54px;
    font-weight: 700;
    line-height: 58px;
    /* width: 50%; */
    top: 160px;
    /* white-space: nowrap; */
    z-index: 10;
	}
	
	.da-slide p {
    color: #ffffff;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 400;
    top: 360px;
    width: 67%;
	}
	
	.logo-slider-banner {
    width: 160px !important;
    margin-top: 30px;
    left: 20%;
    position: absolute;
	}
	  
	.da-slide-schock p {
    color: #ffffff;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 400;
    top: 350px;
    width: 55%;
	}
	  
	.da-slide-schock .da-img-schock{
	text-align: center;
    left: 48%;
    bottom: 60px;
    width: 100%;
    position: relative;
	}
	  
	.da-slider-schock{
	width: 100%;
	min-width: 520px;
	height: 630px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	background: transparent url(../images/banners/home/banner_schock_ux_oct.jpg) center;
	background-size:cover;
    background-position: -450px;
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
	}
    
    .da-slider-commodore{
      background-size:contain;    
      }
	  
	.da-slide-commodore p {
    color: #ffffff;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 400;
    top: 350px;
    width: 55%;
	z-index: 10;
	}
	  
	.da-slide-commodore .da-img-commodore {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 32%;
	 }
	
	.microbiano{
		height: 430px; 
	  }
      
      .modal-content img {
    width: 129%;
    padding-top: 45px;
    margin-left: -38px;
    }
      
      
}


/*  iPad 3, 4 and Pro 9.7"
================================= */

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	
	    .btn-schock{
		      font-size: 0.46em !important;
	  }
	  
	 .tablet-none{
		 display:none;
	  }
	  
	  .ipad-none{
		  display:none;
	  }
	  
	/*BANNERs home */
	  
	.da-slide-current h2, .da-slide-current p, .da-slide-current .da-link {
    left: 6%;
    opacity: 1;
	}
	  
	.da-slide h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Gabriel Sans Black','Poppins', sans-serif;
    /* width: 50%; */
    top: 200px;
    /* white-space: nowrap; */
    z-index: 10;
	}
	  
	.da-slide p {
    color: #ffffff;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 400;
    top: 333px;
    width: 48%;
	}
	
	.da-slide .da-link {
    top: 510px;
    background-color: #ff0000;
    color: #ffffff;
    border: 2px solid transparent;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    line-height: 51px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    float: left;
    margin-right: 20px;
	}
	
	.da-slide .da-img-sloganeclipse {
    text-align: center;
    width: 30%;
    top: 418px;
    left: 54%;
    position: absolute;
    }
      
	  
	.da-slide-schock h2, .da-slide-schock p, .da-slide-schock .da-link {
    left: 6%;
    opacity: 1;
	}
	  
	.da-slide-schock h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Gabriel Sans Black','Poppins', sans-serif;
    /* width: 50%; */
    top: 160px;
    /* white-space: nowrap; */
    z-index: 10;
	}
	  
	.da-slide-schock p {
    color: #ffffff;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 400;
    width: 48%;
	margin-top: -10px;
	}
	
	.da-slide-schock .da-link {
    background-color: #ff0000;
    color: #ffffff;
    border: 2px solid transparent;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    line-height: 51px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    float: left;
    margin-right: 20px;
	}
	
	.da-slide-schock .da-img-schock {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 41%;
	}
	
	.da-slide-commodore h2, .da-slide-commodore p, .da-slide-commodore .da-link {
    left: 6%;
    opacity: 1;
	}
	  
	.da-slide-commodore h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Gabriel Sans Black','Poppins', sans-serif;
    /* width: 50%; */
    top: 160px;
    /* white-space: nowrap; */
    z-index: 10;
	}
	  
	.da-slide-commodore p {
    color: #ffffff;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 400;
    width: 48%;
	margin-top: -10px;
	}
	
	.da-slide-commodore .da-link {
    background-color: #ff0000;
    color: #ffffff;
    border: 2px solid transparent;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    line-height: 51px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    float: left;
    margin-right: 20px;
	}
	
	.da-slide-commodore .da-img-commodore {
    text-align: center;
    width: 100%;
    margin-left: 10%;
    position: absolute;
    left: 35%;
    bottom: 25px;
	}
	
	.popup-contenedor {
    position: relative;
    margin: 15% auto;
    padding: 36px 35px;
    background-color: #fafafa;
    color: #333;
    border-radius: 3px;
    width: 75%;
	}
	  
	.popup-titulo{
	font-size:35px;	  
	}
    
      .da-slide-schock .da-img-schock {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 52% !important;
    top: 43px !important;
    }
    
    .modal-content img {
    width: 100%;
    padding-top: 0px;
    }
    
    .modal-content .btn{
       margin-left:40px;   
      }
       .boton-ficha{
      top:0px;    
      }
      
      .product-tabs .tab-content {
    padding: 20px;
    padding-top: 80px;
    width: 100%;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
 	
	    .btn-schock{
		      font-size: 0.46em !important;
	  }
	  
	  .ipad-h-none{ display:none;}
	  .tablet-none{display:none}
	  
	  .logo-slider-banner {
    width: 225px !important;
    margin-top: 37px;
    left: 6%;
    position: absolute;
	}
	.da-slide-current h2, .da-slide-current p, .da-slide-current .da-link {
    left: 6%;
    opacity: 1;
	 }
	  
	 .da-slide h2 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.1;
    /* margin-bottom: 20px; */
    text-transform: capitalize;
    font-family: 'Gabriel Sans Black','Poppins', sans-serif;
    /* width: 50%; */
    top: 216px;
    /* white-space: nowrap; */
    z-index: 10;
	}  
	
	 .da-slide-schock h2 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.1;
    /* margin-bottom: 20px; */
    text-transform: capitalize;
    font-family: 'Gabriel Sans Black','Poppins', sans-serif;
    /* width: 50%; */
    top: 216px;
    /* white-space: nowrap; */
    z-index: 10;
	}
	  
	 .da-slide-commodore h2 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.1;
    /* margin-bottom: 20px; */
    text-transform: capitalize;
    font-family: 'Gabriel Sans Black','Poppins', sans-serif;
    /* width: 50%; */
    top: 216px;
    /* white-space: nowrap; */
    z-index: 10;
	}
	  
	.da-slide .da-link {
    top: 490px;
    background-color: #ff0000;
    color: #ffffff;
    border: 2px solid transparent;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    line-height: 51px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    float: left;
    margin-right: 20px;
	}
	
	.da-slide-schock .da-link {
    top: 490px;
    background-color: #ff0000;
    color: #ffffff;
    border: 2px solid transparent;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    line-height: 51px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    float: left;
    margin-right: 20px;
    left: 6%;
	}
	
	.da-slide-commodore .da-link {
    top: 490px;
    background-color: #ff0000;
    color: #ffffff;
    border: 2px solid transparent;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    line-height: 51px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    float: left;
    margin-right: 20px;
    left: 6%;
	}
	
	.da-slide .da-img-jensen {
    text-align: center;
    width: 30%;
    left: 59%;
    top: 40px;
    position: absolute;
	}
	
    
	.da-slide-schock h2, .da-slide-schock p, .da-slide-schock .da-link {
    left: 6%;
    opacity: 1;
	  }
	 
	 .da-slide-commodore h2, .da-slide-commodore p, .da-slide-commodore .da-link {
    left: 6%;
    opacity: 1;
	  }
	  
	.popup-contenedor {
    position: relative;
    margin: 15% auto;
    padding: 36px 35px;
    background-color: #fafafa;
    color: #333;
    border-radius: 3px;
    width: 60%;
	}
	  
	.popup-titulo{
	font-size:35px;	  
	}
    
    .modal-content img {
    width: 129%;
    padding-top: 45px;
    margin-left: -38px;
    }

}

/*LAPTOPS */
 
      @media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1){
	  
	  .desktop-none{
	  display:none;
	  }
	  
	.portfolio-item .portfolio--title h4 {
    color: #222222;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
	}
	  
	.navbar-nav > li > a {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 100px;
    padding: 0;
	}
	
	.da-slide .da-img-sloganeclipse {
    text-align: center;
    width: 30%;
    top: 418px;
    left: 57%;
    position: absolute;
	}
	  
}


/* TABLETS  LANDSCAPE*/
@media screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1025px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	    
	    .btn-schock{
		      font-size: 0.46em !important;
	  }
	  
	.portfolio-item .portfolio--title h4 {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
	}
	  
	  .banner-pannel-eclipse {
    padding: 110px 70px;
    width: 33.33333333%;
    float: left;
    height: 500px !important;
	}
	  
	.video-button-2 .video--content {
    width: 100%;
    height: 320px;
	}
    
      .da-slide .da-img-sloganeclipse{
          left:66%;
          position:absolute;
      }
      
     .modal-content img {
    width: 129%;
    padding-top: 45px;
    margin-left: -38px;
    }
	  
}


/*iPad mini landscape 
================================================================ */


/*LAPTOPS  / ipad pro*/
 
      @media screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1440px) 
  and (-webkit-min-device-pixel-ratio: 1){
	  
	    .btn-schock{
		      font-size: 0.46em !important;
	  }
	
	  .desktop-none{display:none;}
	  .tablet-none{display:none;}
	  
	  .portfolio-item .portfolio--title h4 {
    color: #222222;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
	}
	  
	.col-img-right{
    min-height: 720px;
    padding: 60px;
    overflow: hidden;
	}
	
	.video-button-2 .video--content {
    width: 100%;
    height: 320px;
	}
    
    .modal-content img {
    width: 129%;
    padding-top: 45px;
    margin-left: -38px;
    }
    
     
}


/* ----------- LAPTOPS Non-Retina Screens 
=============================================*/
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	
	 .desktop-none{display:none;}
	 
	.da-slide-current h2, .da-slide-current p, .da-slide-current .da-link {
    left: 5%;
    opacity: 1;
	}
	
	  .da-slide-schock h2, .da-slide-schock p, .da-slide-schock .da-link {
    left: 5%;
    opacity: 1;
	}
	  
	.da-slide-commodore h2, .da-slide-commodore p, .da-slide-commodore .da-link {
    left: 5%;
    opacity: 1;
	}
	  
	
	.da-slide-schock .da-img-schock {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 23%;
	}
	  
	.da-slide-commodore .da-img-commodore {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 22%;
    top:10%;
	}

}


/*DESKTOPS AND 4K */

@media screen 
  and (min-device-width: 1601px) 
  and (max-device-width: 2560px) 
  and (-webkit-min-device-pixel-ratio: 1){
	  
	  .desktop-none{
		display:none !important;
	  }
	  
	.portfolio-item .portfolio--title h4 {
    color: #222222;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
	}
	  
}

/* NAVBAR COLLAPSE 
==================================================

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
	
    .navbar-toggle {
    border-color: #dd543d !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 35px;
    display: block;
	position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
	}
   
    .navbar-toggle .icon-bar {
    background-color: #dd543d !important;
}
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
		width: 950px;

    }
    .navbar-nav>li {
        float: none;
    }
   
	.navbar-nav > li > a {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 35px !important;
    padding-left: 20px;
    border-bottom: 1px solid #ddd !important;
    padding: 0px 0px 0px 20px;
}
    .collapse.in{
        display:block !important;
    }
}  */



.logo-slider-eko{
	    width: 231px !important;
    top: -132px;
    position: relative;
    display: block;
    margin: auto;
}

.headline-eko, .slide-bio-eko{
	top: -63px !important;
    position: relative !important;
}

.schock-slider-bio{
	margin-top:30px;
}
.btn-slider-schock{
	margin-top:106px;
}
.btn-slider-eclipse{
	margin-top:40px;
}


.eko-inner-logo{
	height:110px !important;
	display:block;
	margin:auto;
}

.logo-slider-buenfin21 {																			
    width: 180px !important;
    float: left;
    display: block;
    top: -40px;
    position: relative;
}

.slider .slide--headline-buenfin21 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
    line-height: 52px;
    text-transform: capitalize;
    font-family: 'Gabriel Sans Black','Poppins', sans-serif;
    text-align: right;
    position: relative;
    top: -169px;
}

.bg-logos-buenfin21 {
    display: flex;
    flex-direction: column;
    position: relative;
    width: fit-content;
    align-items: flex-end;
    float: right;
    top: -72px;
}

.logo-slider-inside21 {
    width: 138px !important;
    margin-bottom: 10px;
}


.boton-ficha span{
	font-size:8px;
}

.tabs-mezcladoras a{
	padding: 40px 20px 30px 20px;
}

.btn-schock{
	top: -5px !important;
    left: -25% !important;
}

.mi-slider nav {
    position: relative;
    top: 400px;
    text-align: center;
    max-width: 951px !important;
    margin: 0 auto;
    border-top: 5px solid #333;
}


.video-button-2 p {
    color: #f4f4f4;
    font-family: 'Poppins', serif;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 30px;
}

