/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}







.league-gothic {
  font-family: "League Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}



/**********************************/
/********** General CSS ***********/
/**********************************/
body {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 400;
    background: #ffffff;
}

a {
	color: #000;
  transition: 0.5s;
  font-weight: bold;
}

a:hover,
a:active,
a:focus {
    color: #000;
    outline: none;
    text-decoration: none;
}

p {
    color: #000;
    padding: 0;
    margin: 0 0 15px 0;
	line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif;
    color: #000;
    margin: 0 0 15px 0;
    padding: 0;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #000;
    color: #ffffff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 5px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #ffffff;
}


/**********************************/
/********* Header Nav CSS *********/
/**********************************/
#nav {
    padding: 15px 0;
    height: 114px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #000;
    transition: all 0.5s;
    z-index: 9;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}

#nav.header-scrolled {
    background: #ffffff;
    padding: 10px 0;
    height: 72px;
    transition: all 0.5s;
}

#nav #logo {
    float: left;
}

#nav #logo img {

    height: 85px;
}

#nav-menu-container {
    position: relative;
    float: right;
    margin: 0;
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu li {
    position: relative;
    float: left;
    margin: 15px 15px 0 15px;
    white-space: nowrap;
}

.nav-menu a {
    padding: 0 0 3px 0;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 27px;
  	font-weight: bold;
    text-transform: uppercase;
    outline: none;
}

.nav-menu a::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    bottom: 2px;
    left: 1px;
    background: #cacaca;
    opacity: 0;
    transition: .3s;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
    color: #cacaca;
}

.nav-menu li:hover > a::after,
.nav-menu > .menu-active > a::after {
    opacity: 1;
}

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 25px 15px 0 0;
    border: 0;
    background: none;
    font-size: 40px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #fff;
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 30px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -100%;
    width: 100%;
    text-align: center;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 600;
}

#mobile-nav ul li a:hover {
    color: #000;
}

#mobile-nav ul li.menu-active a {
    color: #000;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

@media (min-width: 992px) {
    #nav #logo {
        padding-left: 60px;
    }

    #nav-menu-container {
        padding-right: 60px;
    }
}

@media (max-width: 767.98px) {
    #nav-menu-container {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }
}



/**********************************/
/*********** Header CSS ***********/
/**********************************/
#header {
    position: relative;
    padding: 0;
    margin-top: 90px;
    background: linear-gradient(rgb(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/header-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#header .header-content {
    width: 100%;
    text-align: left;text-transform: uppercase;
}

#header .header-content div {
    color: #000;
    font-size: 50px;
    margin-bottom: 20px;
}

#header .header-content div span {
    color: #000;
}

#header .header-content ul {
    margin-left: 32px;
    margin-bottom: 30px;
}

#header .header-content ul li {
    font-size: 30px;color: #000;font-weight: bold
}

#header .header-content ul li i {
    color: #000;
}

#header .header-content .btn {
    padding: 7px 20px;
    font-size: 22px;
	border: 2px solid #000;
    color: #ffffff;
    background: #000;
}

#header .header-content .btn:hover {
    color: #000;
	border: 2px solid #000;
	background: none;
}

#header .header-img {
    position: relative;
    overflow: hidden;
    text-align: right;
}

#header .header-img img {
    max-height: calc(100vh - 180px);
}

@media (max-width: 767.98px) {
    #header .header-img {
        text-align: left;
        margin-top: 45px;
    }
}




/**********************************/
/******* Section Header CSS *******/
/**********************************/
.section-header {
    position: relative;
    margin: 0 auto 30px auto;
    padding-bottom: 5px;
}

.section-header::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 8px;
    left: calc(50% - 25px);
    bottom: 0;
    background: #cacaca;
    border-radius: 10px;
}

.section-header h2 {
    position: relative;
    color: #000;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
	font-family: "League Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.section-header p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 0
}



/**********************************/
/********** Feature CSS ***********/
/**********************************/
#feature {
    position: relative;
    padding: 45px 0;
    background: #ffffff;
}

#feature .col-md-4:first-child .product-feature {
    text-align: right;
}

#feature .product-feature {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 45px;
}

#feature .product-feature:last-child {
    margin: 0;
}

#feature .product-icon {
    position: relative;
    width: 70px;
    height: inherit;
    float: left;
}

#feature .product-icon i {
    color: #000;
    font-size: 50px;
    margin-top: 5px;
}

#feature .product-content {
    position: relative;
    width: calc(100% - 70px);
    float: left;
}

#feature .product-feature h3 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

#feature .product-feature p {
    margin-bottom: 0;
}

#feature .product-img {
    position: relative;
    width: 100%;
    padding: 0 30px;
    overflow: hidden;
}

#feature .product-img img {
    width: 100%;
}

@media (max-width: 767.98px) {
    #feature .col-md-4:first-child .product-feature {
        text-align: left;
    }
    
    #feature .col-md-4:first-child .product-feature .product-icon {
        float: left;
    }
    
    #feature .col-md-4:first-child .product-feature .product-content {
        float: right;
    }
    
    #feature .product-img img {
        margin: 45px 0;
    }
}



/**********************************/
/********** Process CSS ***********/
/**********************************/
#process {
    position: relative;
    padding: 40px 0;
	border-top: solid 3px #cacaca;
}

#process .process-col {

    text-align: center;
    margin-bottom: 45px;
}

#process .col-md-4:last-child .process-col::after {
    display: none;
}

#process .process-col i {
    color: #000;
    font-size: 40px;
    margin-bottom: 15px;
}

#process .process-col h3 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

#process .process-col p {
    font-size: 16px;
    margin: 0;
}

@media (max-width: 767.98px) {
    #process .process-col::after {
        opacity: 0;
    }
}



/**********************************/
/********** Products CSS **********/
/**********************************/
#products {
    position: relative;
    padding: 45px 0;
}

#products .product-single {
    position: relative;
    width: 100%;
    padding: 30px;
    text-align: center;
    background: #e7dac8;
    border-radius: 5px;
}

#products .product-single .product-img {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

#products .product-img img {
    max-width: 100%;
}

#products .product-content {
    position: relative;
    width: 100%;
}

#products .product-content h2 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

#products .product-content h3 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
}

#products .product-content .btn {
    color: #000;
    font-size: 18px;
    border: 2px solid #000;
}

#products .product-content .btn:hover {
    color: #ffffff;
    background: #000;
}

@media (max-width: 767.98px) {
    #products .product-single {
        margin-bottom: 45px;
    }
    
    #products .col-md-3:last-child .product-single {
        margin-bottom: 0;
    }
}



/**********************************/
/******** Testimonial CSS *********/
/**********************************/
#testimonials {
    position: relative;
    padding: 45px 0;
    background: #e7dac8;
}

#testimonials .testimonial-item {
    position: relative;
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

#testimonials .testimonial-img {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

#testimonials .testimonial-item img {
    margin: 0 auto;
    max-width: 100px;
    max-height: 100px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
}

#testimonials .testimonial-content {
    position: relative;
    width: 100%;
    text-align: center;
}

#testimonials .testimonial-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

#testimonials .testimonial-content h4 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 15px;
}

#testimonials .testimonial-item p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
    margin-top: 15px;
    text-align: center;
}

#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .1);
}

#testimonials .owl-dot.active {
    background: #000;
}



/**********************************/
/************ FAQs CSS ************/
/**********************************/
#faqs {
    position: relative;
    padding: 45px 0;border-top: solid 3px #cacaca;
}

#faqs .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
}

#faqs .card:last-child {
    margin-bottom: 0;
}

#faqs .card-header {
    padding: 0;
    border: none;
}

#faqs .card-header span {
    display: block;
    float: left;
    width: 35px;
    height: inherit;
    margin-right: 5px;
    padding: 15px 0;
    text-align: center;
    color: #ffffff;
    background: #000;
}

#faqs .card-header a {
    display: block;
    float: right;
    width: calc(100% - 45px);
    padding: 15px 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

#faqs .card-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f067";
    float: right;
    margin-right: 15px;
    color: #000;
    font-size: 14px;
    font-weight: 900;
    transition: .3s;
}

#faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f068";
    float: right;
    margin-right: 15px;
    color: #000;
    font-size: 14px;
    font-weight: 900;
    transition: .3s;
}

#faqs .card-body {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    border: #000 solid thin;
}

#faqs .contact-info {
    position: relative;
    width: 100%;
}

#faqs .contact-info h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
}

#faqs .contact-info p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

#faqs .contact-info h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

#faqs .contact-info h3 i {
    width: 20px;
    color: #000;
    margin-right: 5px;
}

#faqs .contact-info a {
    margin: 10px 0 15px 0;
    font-size: 18px;
    color: #000;
}

#faqs .contact-info a:hover {
    color: #ffffff;
    background: #000;
}

#faqs .social {
    position: relative;
    width: 100%;
}

#faqs .social a {
    display: inline-block;
    margin: 10px 10px 0 0;
    width: 40px;
    height: 40px;
    padding: 3px 0;
    text-align: center;
    font-size: 20px;
    border: 2px solid #000;
    border-radius: 4px;
}

#faqs .social a i {
    color: #000;
}

#faqs .social a:hover {
    background: #000;
}

#faqs .social a:hover i {
    color: #ffffff;
}

@media (max-width: 767.98px) {
    #faqs .contact-info {
        margin-top: 45px;
    }
}




/* PIE DE WEBEST */

.pie_mantenimiento {
	background-color:#585858;
	padding:20px;
	border-top:solid 5px #00aeef;
	font-size:16px;
}
.copyright {
	color:#fff;
	text-align:center;
}
.credits,.credits a {
	color:#fff;
	text-align:center;
}
::-webkit-scrollbar {
	width:10px
}
::-webkit-scrollbar-track {
	background:#ccc
}
::-webkit-scrollbar-thumb {
	background:#000000
}
.btn-flotante {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 1.5%;
	bottom: 25%;
	z-index: 99999999;
}
  
.btn-flotante a span {
  color: #fff;
  left: 10px;
  position: relative;
  bottom: 21px;
  font-size: 13px;
  text-align: center;
}
/* PIE DE WEBEST */

.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}






.carousel-wrapper {
      position: relative;
    }

    .carousel-container {
      overflow: hidden;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .carousel-item-custom {
      flex: 0 0 25%;
      padding: 10px;
      box-sizing: border-box;cursor: pointer;
    }

    .carousel-item-custom img {
      width: 100%;
      height: auto;
      border-radius: 8px;
    }

    .carousel-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.5);
      border: none;
      color: white;
      font-size: 2rem;
      padding: 0 15px;
      z-index: 10;
      cursor: pointer;
    }

    .carousel-btn-left {
      left: 0;
    }

    .carousel-btn-right {
      right: 0;
    }
	


/* Lightbox estilo */
.lightbox {
  display: none;
  position: fixed;
  z-index: 1050;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.lightbox-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80vh;
	border-radius: 35px !important;
  box-shadow: 1px 1px 15px rgba(100, 100, 100, 0.4);
  -webkit-box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.4);
  -moz-box-shadow: 1px 1px 15px rgba(100, 100, 100, 0.4);
}

.lightbox .close {
  position: absolute;
  top: 30px;
  right: 45px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1060;
}
.lightbox .close:hover {
  color: #ccc;
}


.itemscontacto {
	line-height: 2;
	font-size: 18px;
}
.itemscontacto i {
	font-size: 25px;
  padding: 5px 10px 5px 0;
}
h1 {
  font-size: 15px;
  color: #fff;
  cursor: default;
  position: absolute;
	z-index: -9999;
}


@media (max-width: 767px) {

	#header .header-content div {
		font-size: 25px;
		margin-top: 80px;
	}
}
.form-control {

  border: solid thin #000 !important;
}
#contacto {position: relative;
  padding: 45px 0;
  border-top: solid 3px #cacaca;}
  
#compraminima {
  padding: 20px;
  background: #000;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 41px;
  font-weight: bold;
  letter-spacing: 1px;
}
.contact-info p {
text-align: center;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
} 