/* Add here all your CSS customizations */
/* IE10 */
progress {
    color: #30b700;
    border: solid 1pt #30b700;
}

/* Firefox */
progress::-moz-progress-bar {
    background: #30b700;
    border: solid 1pt #30b700;
}

/* Chrome */
progress::-webkit-progress-value {
    background: #30b700;    
    border: solid 1pt #30b700;

}

/* Polyfill */
progress[aria-valuenow]:before {
    background: #30b700;    
    border: solid 1pt #30b700;
}

progress::-webkit-progress-bar {
    background-color: #30b700;
    border: solid 1pt #30b700;
}

body {
	font-family: 'Roboto', sans-serif!important;
	background-color: #231f20;	
    letter-spacing: 0!important;
	color: #444;
}

h1, h2, h3, h4, h5, h6, a, p, button {
    letter-spacing: 0em;
}

.body {
    background-color: #f6f6f6;
}

::-moz-selection { /* Code for Firefox */
  color:  #FFF;
  background: #30b700;
}

::selection {
  color:  #FFF;
  background: #30b700;
}

html::-webkit-scrollbar {
    width: 17px;
    height: 30px;
}

html::-webkit-scrollbar-thumb {
    background: #231f20;
}

html::-webkit-scrollbar-track {
    background: #444;
}

a{
	transition: 0.5s;
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-details .btn-remove, #footer, .footer-copyright {
	background-color: #231f20!important;
}

.loading-overlay {
	background: #231f20;
}

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
	background-color: #30b700;
}

#header .header-body {
    background: #231f20;
    border-top: 3px solid #231f20;
    border-bottom: none;
    z-index: 1001;
}

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    color: #444;
}

#header .header-nav-top .nav > li + .nav-item-left-border:after {
    background: #444;
}

#header .header-nav.header-nav-line nav > ul li:hover > a, #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
    color: #FFF;
    transition: 0.5s;
    letter-spacing: 0.1em;
}

#header .header-nav.header-nav-line nav > ul li:hover > a:before {
    background: #30b700;
}

#header .header-nav-main nav > ul > li.dropdown.open > a:before, #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
    border-bottom-color: #30b700;
}

#header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before {
    border-bottom-color: #30b700;
}

#header .header-nav.header-nav-line nav > ul li > a:active {
    background: none;
}

#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
    background: #30b700;
}

a, p{
	color:#444;
}

a:hover{
	color: #30b700;
	letter-spacing: 0.1em;
	transition: 0.5s;
	text-decoration: none;	
}
a:visited{
	color:#999;
	text-decoration: none;	
}
a:focus{
	color:#999;
	text-decoration: none;	
}
a:active{
	color:#999;
	text-decoration: none;	
}

#header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a a:focus {
    color: #FFF;
}

.p-home-idiomas{
	color: #999; 
	font-size: 46px;
	font-weight: bold;
	transition: 0.5s;
	letter-spacing: 0em;
}

.p-home-idiomas:hover{
	letter-spacing: 0.1em;
	cursor: pointer;
	transition: 0.5s;
	color: #FFF; 
}

.p-home-idiomas img{
	width: 40px; 
	margin: 0 10px 0 0; 
	padding-bottom: 10px;	
	transition: 0.5s;
	filter: grayscale(100%);
}

.p-home-idiomas:hover img{
	filter: grayscale(0%);
}

.selection-home-idiomas{
	vertical-align: middle;
	display: table-cell;
	height: 100vh;
}

.seleccion-idiomas{
	position: relative; 
	z-index: 5; 
	display: table;
}

.triangle-home{
	position: absolute;
	z-index: 1
}

.triangle-home img{
	width: 100%; 
	height: 100vh;
}

#header .header-nav-top .dropdown-menu:before{
	left: 21px;
	right: 0;
}

.d-none2{
		display: block;
	}

#header .header-btn-collapse-nav {
    background: none;
    width: 0px;
    color: #FFF;
}

.h-100px{
	width: 100%;
	margin-top: 20px;
	transition: 0.5s;
	filter: grayscale(100%);
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover .h-100px{
	transition: 0.5s;
	filter: grayscale(0%);
}

#header .header-nav-main nav > ul li.dropdown-mega a .dropdown-mega-sub-title {
    padding: 0;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a  {
    color: #444;
    display: block;
    font-size: 0.85em;
    font-weight: 600;
    margin-top: 20px;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 0em;
    transition: 0.5s
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover  {
    color: #30b700;
    transition: 0.5s;
	letter-spacing: 0.1em;
}

#header .header-nav-main nav > ul > li > a {
    letter-spacing: 0px;
}

.page-header h1{
    letter-spacing: 0; 
}

.breadcrumb a:active, .breadcrumb a:visited, aside ul.nav-list > li > a,ul.nav-list li a,.sort-source.sort-source-style-3 > li > a,h1,h2,h3,h4,h5,h6 {
	color: #444;
	transition: 0.5s;
}

.breadcrumb a:hover{
	color: #FFF;
}

ul.nav-list li a:hover,.sort-source.sort-source-style-3 > li > a:hover {
    color: #30b700;
}

html.sticky-header-active #header .header-body {
    box-shadow: 0 0 3px rgba(31, 35, 32, 1);
}

ul.nav-list li a:before {
    content: none;
}

.sort-source.sort-source-style-3 > li.active > a {
    border-bottom-color: #30b700 !important;
    color: #30b700 !important;
    letter-spacing: 0.1em;
}

.btn-outline.btn-success {
    color: #30b700;
    border-color: #30b700;
    transition: 0.5s;
}

.btn-outline.btn-success:hover, .btn-outline.btn-success.hover {
    background-color: #30b700;
    border-color: #30b700;
    transition: 0.5s;
}

.thumb-info .thumb-info-wrapper:hover>.btn-outline.btn-success{
	background-color: #30b700;
    border-color: #30b700;
    color: #FFF;
    transition: 0.5s;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #30b700;
    border-color: #30b700;
    transition: 0.5s;
}

.thumb-info.thumb-info-no-bg {
    background: #FFF;
}

.hover-effect-1.portfolio-item:hover .thumb-info, .hover-effect-1.portfolio-item.show .thumb-info {
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.img-product-list{
	max-height: 220px;
    margin: 15px 0;    
    width: auto!important;    
    padding: 0 15px;
}

.thumb-info .thumb-info-wrapper.thumb-info-wrapper-demos {
    max-height: none;
}

.thumb-info{
	max-height: 380px
}

.page-header-product{
	background-color: #f6f6f6!important; 
	margin:0!important; 
	padding:0!important;
}

.page-header-product .breadcrumb a:hover{
	color: #30b700;
}

.dot {
  height: 13px;
  width: 13px;
  background-color: #30b700;
  border-radius: 50%;
  display: inline-block;
}

@keyframes ani {
  0%, 100% {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease;
    /* Transition for Webkit browsers*/
  }
  50% {
    filter: none;
    -webkit-filter: grayscale(0%);
  }
}
.grayscale {
  animation: ani 5s infinite;
}
.grayscale:hover {
  animation: none;
}

.img-thumbnail {
    background-color: rgba(0,0,0,0);
}

.img-thumbnail.img-thumbnail-hover-icon:before {
    background: rgba(0, 0, 0, 0);
}

img.mfp-img {
    background-color: #f6f6f6;
    border-radius: 10px;
}

.mfp-close, .mfp-close-btn-in .mfp-close {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 60px;
    color: #444;
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    padding-right: 14px;
}

.owl-carousel .owl-nav button[class*="owl-"] {
    color: #231f20;
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
}

.owl-carousel .owl-nav button[class*="owl-"]:hover {
    color: #30b700;
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
}

#nav-personalized > .owl-carousel .owl-nav button[class*="owl-"], #nav-personalized-2 > .owl-carousel .owl-nav button[class*="owl-"]{
    color: #FFF;
    background-color: rgba(255,255,255,0.1); 
    transition: 1s;
    opacity: 1;
    border-color: rgba(0,0,0,0);
    padding: 5px 0 !important;
}

#nav-personalized > .owl-carousel .owl-nav button[class*="owl-"]:hover,#nav-personalized-2 > .owl-carousel .owl-nav button[class*="owl-"]:hover {
    color: #FFF;
    background-color: rgba(48,183,0,1); 
    opacity: 1;
    transition: 1s;
    border-color: rgba(0,0,0,0);
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color:  #30b700;
}

section.section {
    background: #f6f6f6;
}

.list.list-icons li > [class*="fa-"]:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > .icons:first-child {
    color: #30b700;
    border-color: #30b700;
}

.card-text{
    background: rgba(35, 31, 32, 0.9);
    color: #FFF;
    left: 0;
    position: absolute;
    z-index: 2;
    font-size: 15px!important;
    text-align: center;
    padding: auto 0;
    padding: 15px 3px;
    width: 100%;
    bottom: 0;
}

.slide-desktop{
    display: block;
}

.slide-mobile{
    display: none;
}

#nav-personalized .owl-theme .owl-dots, #nav-personalized-2 .owl-theme .owl-dots{
    position: absolute;
    width: 100%;
    bottom: 10px;
    }

@media (max-width: 576px) {
    .slide-mobile{
    display: block;
    }

    .slide-desktop{
        display: none;
    }
	.p-home-idiomas{
		color: #444; 		
		font-size: 24px;
	}

    #nav-personalized-2 > .owl-carousel .owl-nav button[class*="owl-"]:hover{
        color: #FFF;
        background-color: rgba(255,255,255,0.1); 
        transition: 1s;
        opacity: 1;
        border-color: rgba(0,0,0,0);
        padding: 5px 0 !important;
    }

	.p-home-idiomas img{
		filter: grayscale(0%);
		width: 30px;
		padding-bottom: 0px;
	}

	.selection-home-idiomas{
		height: auto;
		padding-bottom: 15%;
		padding-left: 17%;
	}

	.seleccion-idiomas{
		position: absolute; 
		bottom:0;
	}

	.triangle-home img{
		width: 800px;
	}

	.forcefullwidth_wrapper_tp_banner,.rev_slider_wrapper,.rev_slider  {
	   height: 75vh!important;
	}

    .col-xl-1-5 {
        width: 100%!important;
    }

}

@media (max-width: 768px) {
	.thumb-info {
	    max-height: 100%;
	}

    .col-xl-1-5 {
        width: 100%!important;
    }
}

@media (max-width: 992px) {
	.d-none2{
		display: none!important;
	}

	#header .header-nav-main:before {
	    background: #231f20;
	}

	#header .header-nav-main nav > ul li {
	    border-bottom: 1px solid #444;
	}

	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
	    color: #ffffff;
	}

	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:focus, #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:hover {
	    background: none; 
	}

	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
	    background: none;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #999;
	    display: block;
	    font-size: 13px;
	    margin-top: 10px;
	    font-weight: normal;
	    text-transform: uppercase;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
        color: #FFF;
	    font-weight: normal;
	    font-size: 13px;
    }

	#header .header-nav-main nav::-webkit-scrollbar-thumb {
	    background: #444;
	}

	#header .header-logo img {
	    width: 150px!important;
	}

	section.section.section-angled {
	    padding: 10px 0;
	}

    .col-xl-1-5 {
        width: 100%!important;
    }

}

@media (max-width: 1200px) {
    .col-xl-1-5 {
        width: 20%;
    }
	
}
