@charset "utf-8";
body, td, th, input, select, textarea{
	font-size:16px;
	color: #0a0a0a;
}
body{
	margin:0px;
	padding: 0px;
}
h1{color:#000000;}
h2{color:#16713A;}
h3{color:#000000;}
h4{color:#ccc;}
h5{color:#000;}
h6{color:#CCC;}

/* Estilos para las zebras */
.zebra { margin-top:15px; margin-bottom:20px;}
.zebra td { border-bottom: 1px solid #f1f1f1;}
.zebra tr.alt td {		background: #f7f7f7;}
.zebra tr.over td {	background: #E2E2E2;}
.zebra tr.title td { background-color: #D6D6D6; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999; }
	
/* Retoques al jQuery UI*/
.ui-state-default, .ui-widget-content .ui-state-default { background:#16713A; color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color: #ccc; background-image:none; }
.ui-state-default, .ui-widget-content .ui-state-default * { color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active * { color:#FFF; border:none; }
.ui-widget-header, .ui-widget-content { border:none; background:#FFF; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:#FFF; }
.ui-tabs-nav { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #626262; padding-bottom:5px; border:none; }
.ui-tabs .ui-tabs-nav li a{ padding:5px;}

.margin{margin: 5px;}
.clear{clear: both;}
.no-padding{padding:0px;}
.content-site{max-width:1200px;margin:0 auto;}

#MenuVertical{padding: 0; margin: 0; width: 172px; float: left;  margin-right: 27px;}
#MenuVertical li { list-style-position: inside; list-style-type: none; padding: 0px; margin-top: 3px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-image: url(vineta.gif); }
#MenuVertical li a { color: #3e545f; display: inline; list-style-position: inside; list-style-type: none; padding: 0px; font-size: 13px; font-weight: normal; text-decoration: none; margin: 0px; }

/* General Styles */

/* Colors */
.col-whi{
	color: #fff;
}
.col-bla{
	color: #000;
}

/* Paddings */
.pad-0{
	padding: 0;
}
.pad-1{
	padding: 1em;
}
.pad-3{
	padding: 3em;
}

/* Displays */
.dis-blo{
	display: block;
}
.dis-inl{
	display: inline-block;
}
.dis-flex{
	display: flex;
}

/* Tags */
p {
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}
a {
	transition: all 0.3s ease-in-out;
}
a:hover{
	text-decoration: none;
}
*:focus{
	outline: none !important;
}
section.home-section,.site-content-inside {
    padding-top: 97px;
}
.info-section p{
	text-align: center;
	font-size: 1.2em;
}
.info-section .row .col-xs-12 {
    padding: 0;
}
.intro {
    font-size: 16px;
    padding: 2em 1.5em;
}
.site-content{
	max-width: 1200px;
	margin: 0 auto;
}


/* Headlines */
.subtitle {
    font-size: 1.5em;
    line-height: 1.4em;
    margin: .6em 0;
}


/* HEADER */
header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background: #16713A;
   	padding: 10px;
	transition: all .4s ease;
}
.header-content .dis-flex{
    justify-content: space-between;
    align-items: center;
}
.nav-brand {
    max-width: 90px;
}

.social-links, .navbar-header,.main-nav-mobile {
    display: none;
}
a.toogle-menu {
    color: #fff;
    font-size: 40px;
    padding: 0 5px;
    line-height: 1;
}
.mm-menu {
    background:#16713A;
    border-color: rgba(0,0,0,.1);
    color: rgb(255, 255, 255);
}
ul.mm-listview {
    display: block !important;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: rgb(255, 255, 255);
}
.mm-menu .mm-listview .mm-btn_next::after {
    border-color: rgb(255, 255, 255);
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: rgb(255, 255, 255);
}
.header-top {
    display: none;
}
.right-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.search-content-x{
    visibility: hidden !important;
    opacity: 0 !important;
    transition: visibility 0s, opacity 0.5s linear;
    position: absolute;
    width: 100%;
    background: #FDCB0D;
    padding: 15px;
    z-index: 5;
    left: 0;
    top: 97px;
}
.search-content{
    position: fixed;
    width: 200px;
    background: #86c14b;
    padding: 0;
    z-index: 155;
    right: 58px;
    top: 26px;
}
.search-content input::placeholder { 
  color: #ffffffa6;
}
.search-content form {
    display: flex;
}
.search-content .checkbox {
	font-size: 10px;
	text-align: center;
	padding: 0px 10px;
	color: #227139;
}
.search-content-active {
    visibility: visible !important;
    opacity: 1 !important;
}
.nav-mobile {
    display: flex;
    align-items: center;
}
a.toogle-search {
    color: #fff;
    font-size: 25px;
    padding-right: 5px;
}
.search-content input {
    background: none;
    border: none;
    border-radius: 0;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
    padding: 24px 15px;
}
.search-content form {
    display: flex;
}
.search-content button {
    background: none;
    border: none;
    color: #ffff;
}


/* Slider Home */
.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 50;
    color: #656565;
    font-size: 40px;
    padding:0px 15px;
    background: #ffffff94;
    cursor: pointer;
    line-height: 1;
    transition: all .3s ease-in-out;
    margin: 0 10px;
}
.slick-arrow:hover{
	background:#16713A;
    color: #fff;
}
span.arrow-right.slick-arrow {
    right: 0;
    left: auto;
}
.slider-home .slide.slick-slide {
    position: relative;
}
.layer-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 20px;
}

/* Categorias */
.item-categoria-top figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 8px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
}
.item-categoria-top {
    position: relative;
    margin-top: 10px;
}

/* Productos */
.content-main-products {
    background: rgba(210, 210, 210, 0.3);
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.title {
    color: #4A4A4A;
    margin: 15px 0;
    font-weight: 600;
    font-size: 18px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAyMCAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QYXRoIDI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0ibGEtcmVtZS1jb3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjgwLjAwMDAwMCwgLTk0NC4wMDAwMDApIiBmaWxsPSIjMTY3MTNBIj4gICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aC0yIiBwb2ludHM9IjI4MCA5NDQgMzAwIDk2MCAyODAgOTc2Ij48L3BvbHlnb24+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    padding: 8px 10px 10px 30px;
}
.item-product {
    margin-bottom: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 2px #00000047;
    max-width: 250px;
    margin: 15px 10px;
}
.featured-product-info {
    padding-top: 10px;
    border-top: 1px solid #dcd9d9;
}
.content-price-product {
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
.price-main-product {
    font-weight: 700;
}
.btn-green {
    background: #16713a;
    color: #fff;
    padding: 5px 12px;
    font-size: 14px;
    border-radius: 5px;
}
.btn-green:hover{
    background: #222222;
    color: #fff;
}
.featured-product-info h4 {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Publicidad */
.banner-publicidad {
    margin-top: 15px;
}

/* Services */
.services {
    padding-top: 30px;
}
.services > .row > .col-xs-12 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.pad-0-intro .col-xs-12{
    padding: 0;
}
.services figure {
    min-width: 90px;
}
.info-service h4 {
    margin: 0 0 10px 0;
}
.description-service * {
    line-height: 1.4;
    font-size: 15px;
    padding: 0;
    margin: 0 !important;
}
.info-service {
    padding-left: 10px;
}

/* Boletín */
.boletin {
    box-shadow: 0px 7px 18px 3px rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
    margin: 50px 0;
    border-radius: 5px;
}
.info-boletin * {
    text-align: center;
}
.form-boletin input {
    background: #E7E7E7;
    border: none;
    box-shadow: none;
    color: #101010;
    font-weight: 400;
    height: 45px;
}
.form-boletin input::-webkit-input-placeholder { /* Edge */
    color: #101010;
}

.form-boletin input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #101010;
}

.form-boletin input::placeholder {
    color: #101010;
}
.form-boletin label{
    display: none;
}
.form-boletin button {
    background: #90C653;
    border: none;
    color: #fff;
    padding: 10px 25px;
    box-shadow: 0px 1px 14px #00000042;
    font-size: 16px;
    font-weight: 400;
}

/* Footer */
.footer-bottom {
    padding: 10px 0;
    border-top: 2px solid #16713a;
}
.footer-bottom a {
    font-size: 12px;
    margin-bottom: 5px;
    color: #16713a;
    letter-spacing: 1px;
}
footer * {
    text-align: center;
    font-size: 14px;
    color: #343434;
    font-weight: 400;
}
h3.title-footer {
    font-size: 18px;
}
.social-links.social-footer {
    display: block;
}
.social-links.social-footer a {
    font-size: 22px;
    margin: 5px;
}
.menufooter {
    padding: 0;
    list-style: none;
}
.menufooter li {
    margin-top: 10px;
}
footer a:hover{
    color: gray;
}

.content-box, .content-area, .mod-box {
    padding: 15px;
}
.ct-articulo-btn-comprar,#ct-articulo-relacionados .ct-articulo-contain-img-relacionados p, #ct-articulo-recomendados .ct-articulo-contain-img-recomendados p{
    font-size: 14px !important;
}
.ct-articulo-caracteristicas-producto #ct-articulo-referencia-producto {
    border-bottom: none !important;
}
span.glyphicon.glyphicon-chevron-right.ct-articulo-ue_next_slide_articulos.cursor.slick-arrow {
    left: auto !important;
}
h2#ct-articulo-detalle-producto {
    color: black !important;
}
.ct-articulo-contiene-precio {
    color: #16713a !important;
    font-size: 16px !important;
}
.icon-cart{
    display: none;
}

/* Media Queries */
@media (min-width: 768px){
    .content-header-top {
        display: flex;
        justify-content: space-between;
    }
    .header-top {
        display: block;
        padding: 10px 10px 2px;
    }
    .header-content {
        background: #fff;
        padding: 15px;
    }
    a.toogle-menu {
        color: #16713a;
    }
    a.toogle-search {
        display: none;
    }
    .right-header {
        width: 100%;
        transition: all .4s ease;
    }
    .searcher {
        width: 100%;
        padding: 0 15px;
    }
    .search-content {
        visibility: visible !important;
        opacity: 1 !important;
        position: static;
        width: 100%;
        background: none;
        padding: 15px;
    }
    .search-content form {
        border: 1px solid #16713a;
        border-radius: 18px;
        box-shadow: 0px 1px 2px #00000040;
        flex-direction: row-reverse;
        max-width: 500px;
        margin: 0 auto;
    }
    .search-content input {
        border-radius: 0;
        color: #16713a;
        font-weight: 200;
        outline: none !important;
        letter-spacing: 2px;
    }
    .content-info-header {
        width: 100%;
    }
    header{
        padding: 0;
    }
    .search-content button {
        color: #c1c3c2;
        padding-right: 0;
        padding-left: 10px;
    }
    section.home-section, .site-content-inside {
        padding-top: 145px;
    }
    .title {
        font-size: 25px;
    }
    .slide-publicidad {
        padding: 0 8px;
    }
    .services {
        padding-top: 60px;
    }
    .boletin {
        box-shadow: 0px 7px 18px 3px rgba(0, 0, 0, 0.2);
        padding: 22px 0 10px 0;
    }
    .boletin h3 {
        font-size: 24px;
        margin-top: 0;
    }
    .form-boletin {
        max-width: 400px;
        margin: 0 auto;
        padding: 0 0 10px 0;
    }
    .info-boletin {
        max-width: 400px;
        margin: 0 auto;
    }
    .boletin {
        box-shadow: 0px 7px 18px 3px rgba(0, 0, 0, 0.1);
        padding: 22px 0 10px 0;
        max-width: 1000px;
        margin: 50px auto;
    }
    .icon-cart{
        display: block;
        margin-right: 8px;
        position: relative;
    }
    span.total-items-cart {
        position: absolute;
        top: -12px;
        right: 0;
        font-size: 12px;
        color: #16713a;
        font-weight: 500;
    }
}

@media (min-width: 992px){
    .content-info-header {
        padding-left: 220px;
    }
    nav.main-nav ul {
        padding: 0; 
        margin: 0;
        list-style: none;
        display: none;
    }
    nav.main-nav > ul{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar-header {
        display: block;
        width: 100%;
    } 
    nav.main-nav ul li a {
        display: block;
        color: #16713a;
        font-weight: 300;
        padding: 5px 10px;
        text-align: center;
        font-size: 12px;
        position: relative;
    }
    .content-header-top {
        padding-left: 220px;
    }
    a.toogle-menu {
        display: none;
    }
    .nav-brand {
        max-width: 220px;
        position: absolute;
        width: 100%;
    }
    nav.main-nav ul li {
        position: relative;
    }
    ul.subsubmenu {
        position: absolute;
        left: 100%;
        min-width: 230px;
        transform: translateY(-36px);
        background: #fff;
    	border: solid 1px #f1eded;
    }
    ul.submenu {
    	position: absolute;
    	background: #fff;
    	display: block;
    	padding: 5px 0px !important;
    	width: 230px;
    	left: -15px;
    	border: solid 1px #f1eded;
    	top: 50px;
    }
    ul.submenu li a {
        padding: 5px 20px!important;
        min-width: 120px;
        text-align: left !important;
    }
    nav.main-nav ul li:hover {
        background-color: #f1eded;
    }
    nav.main-nav ul li a:hover {
        color: #4e4e4e;
    }
    .navbar-header {
        border: 1px solid #f1eded;
        margin-left: 35px;
    }
    section.home-section, .site-content-inside {
        padding-top: 175px;
    }
    .item-categoria-top {
        border-right: 5px solid white;
    }
    .intro {
        padding: 4em 1.5em;
    }
    .title {
        font-size: 30px;
        padding: 0px 10px 10px 30px;
    }
    .footer-top {
        padding: 15px 0 40px 0;
    }
    footer * {
        text-align: left;
    }
    .social-links.social-footer a {
        font-size: 30px;
    }
    .menufooter {
        padding-top: 2px;
    }
    .page-footer {
        max-width: 400px;
    }
    .footer-bottom a {
        display: block;
        text-align: center;
    }
    .site-content-inside {
        padding-top: 220px !important;
    }

    .nav-brand{
        transition: all .3s ease;
    }
    .fixed .nav-brand {
        width: 150px;
        margin-top: -19px;
    }

    header.fixed {
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.18);
    }
   
    .fixed .right-header, .fixed .search-content {
        margin-top: -40px;
        visibility: hidden!important;
    }


    
}

@media (min-width: 1200px){

    nav.main-nav ul li a {
        font-size: 13px;
    }


    nav.main-nav ul li.menuplus_n1_0{
        background: url('icon-1.png') no-repeat center left;
    }
    nav.main-nav ul li.menuplus_n1_1{
        background: url('icon-2.png') no-repeat center left;
    }
    nav.main-nav ul li.menuplus_n1_2{
        background: url('icon-3.png') no-repeat center left;
    }
    nav.main-nav ul li.menuplus_n1_3{
        background: url('icon-4.png') no-repeat center left;
    }
    nav.main-nav ul li.menuplus_n1_4{
        background: url('icon-5.png') no-repeat center left;
    }
    nav.main-nav ul li.menuplus_n1_5{
        background: url('icon-6.png') no-repeat center left;
    }
    nav.main-nav > ul > li.lastMenuPlus{
        background: url('icon-7.png') no-repeat center left;
    }

    nav.main-nav > ul > li {
        padding: 10px 20px; 
    }
    a.icon-cart {
        margin-right: 80px;
    }
    /*section.home-section, .site-content-inside {
        padding-top: 195px;
    }

    #menu-main > li:hover ul.submenu{
        width: 978px!important;
    }

    #menu-main > li:hover ul.submenu{
        top: 50px;
    }*/
}

