/*@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,700,900);*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
p {
    margin: 0 0 0px;
}
.noselect{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #999999;
    border-color: #999999;
}
.pagination > li > a, .pagination > li > span{
    color: #000000;
}
.alert-success {
    color: #000000;
    background-color: #74d800;
    border-color: #74d800;
}
.alert-info {
    color: #000000;
    background-color: #23baff;
    border-color: #23baff;
}
.alert-danger{
    color: #000000;
    background-color: #ff3b3b;
    border-color: #ff3b3b;
}
.btn-danger {
    color: #fff;
    background-color: #fd251e;
    border-color: #fd251e;
}
.texto-plomo {
    font-size: 9pt;
    color: #898c8f;
}
.margen-encima{
    margin-top: 2% !important;
}
.margen-debajo{
    margin-bottom: 2% !important;
}
.sin-padding-arriba{
    padding-top: 0 !important;
}
.sin-padding-abajo{
    padding-bottom: 0 !important;
}
.owl-carousel .owl-stage {
    margin: 0 auto;
}
#resultado{
    border: solid 1px #f07d23;
    position: absolute;
    z-index: 9000;
    width: 100%;
    right: 0;
    background: #fff;
    padding: 13px;
    top: 100%;
    box-shadow: 0px 3px 11px #c1c1c1;
}
#resultado a{
    color: #444444;
    padding: 2px 0;
    display: block;
    transition: all 0.4s ease;
}
#resultado a:hover{
    color: #f07d23;
}
body {
    font-family: 'Open Sans', 'sans-serif';
    color: #000;
    font-size: 14px;
}
img{
    max-width: 100%;
}
.sin-border{
    border: 0 !important;
}
.sin-padding{
    padding: 0 !important;
}
.margen-abajo{
    margin-bottom: 3% !important;
}
.margen-arriba{
    margin-top: 3% !important;
}
.marg-abajo{
    margin-bottom: 2% !important;
}
.marg-arriba{
    margin-top: 2% !important;
}
.sin-margen{
    margin: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.margen-bottom{
    margin-bottom: 8% !important;
}
.margen-top{
    margin-top: 8% !important;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0 transparent !important;
    transition: all 0.5s ease-in-out;
}
a{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a:hover, a:focus, a:active{
    outline: 0 transparent;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    color: #909090;
}
.btn, button{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #f49f0b;
    border-color: #cb9209;
}
.panel-primary{
    border: 0;
}
.list-group-item{
    border: 0;
    padding: 10px 15px 10px 20px;
}
.list-group-item i{
    font-size: 7pt;
    color: #020202;
    font-weight: 100;
    text-shadow: none;
    display: inline-block;
    vertical-align: middle;
}
.list-group-item span{
    height: 16px;
    min-width: 16px;
    padding: 0 8px;
    text-align: center;
    background-color: #f7f7f7;
    font-size: 11px;
    color: #aaa;
    border-radius: 20px;
    line-height: 16px;
    font-weight: 400;
    float: right;
    position: relative;
    top: 0px;
}
/*=========== flecha hacia arriba ============*/
.scrollup{
    width:40px;
    height:40px;
    opacity:0.4;
    position:fixed;
    bottom:20px;
    left: 10px;
    display:none;
    text-indent:-9999px;
    background: transparent url('../imagenes/navegacion-top.svg') no-repeat;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    background-size: cover;
    fill: #000;
    z-index: 999;
}
.scrollup:hover{
    opacity:1;
}
/*=========== final flecha hacia arriba ============*/
/* cabecera */
.top-cab{
    background: #f2f1f1;
    overflow: hidden;
    width: 100%;
    /*padding: 0 2%;*/
    text-align: center;
    z-index: 991;
    position: relative;
    top: 0;
}
.top-cab:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    height: 1px;
    background: white;
    z-index: 1;
    margin: 0 auto;
    display: none;
}
.div-left{
    float: left;
}
.div-right{
    float: right;
}
.top-cab p{
    color: #0a0a0a;
}
.top-cab a{
    color: #0a0a0a;
    display: inline-block;
    font-size: 10pt;
    padding: 0 4px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.top-cab a img{
    height: 25px;
}
.top-cab span{
    padding-right: 0px;
    display: inline-block;
    vertical-align: middle;
}
.top-cab span:before {
    font-size: 16pt;
    background: transparent;
    color: #0a0a0a;
}
.top-cab a:hover{
    background: transparent;
    color: #0a0a0a;
}
.top-cab .div-right i {
    font-style: normal;
}
.top-cab .div-right span:before {
    color: #0a0a0a;
    font-size: 16pt;
}
.top-cab a:hover span:before{
    color: #0a0a0a;
}
/*** cabecera de numeros ***/
.top-bar {
    padding: 2px 0;
    background: #fff7cc;
    border-bottom: 0px solid #000;
    line-height: 28px;
    padding: 0 1%;

    /*box-shadow: 0px 0px 10px #484848;*/
}

.top-number{
    color: #000;
}

.top-number p{
    margin: 0
}

.social{
    text-align: right;
}

.social-share{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.social-share li:first-child {
    /*border-left: 0px solid #B98441;*/
}
ul.social-share li {
    display: inline-block;
    /*border-left: 1px solid #B98441;*/
    padding: 0 13px;
    font-size:  0.85em;
}

ul.social-share li a {
    display: inline-block;
    color: #F3F3F3;
    /*width: 25px;*/
    /*height: 25px;*/
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
    transition: all 0.4s ease;
}

ul.social-share li a:hover {
    background: rgba(251, 182, 103, 0);
    color: #8BC34A;
}
ul.social-share li a em {
    font-style: normal;
}
.search i {
    color: #fff;
}

input.search-form{
    background: transparent;
    border: 0 none;
    width: 60px;
    padding: 0 10px;
    color: #FFF;
    font-size: 0.87em;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
    color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
    color: #fff;
}

input.search-form:hover {
    width: 180px;
    background: rgb(184, 149, 148);
}
.row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.align-items-center{
    -ms-flex-align: center!important;
    align-items: center!important;
}
.fourOfour {
    text-align: center;
    /*height: 100%;*/
    padding: 80px;
    color: #000;
}
.fourOfour h1 {
    font-size: 120pt;
}
.fourOfour hr {
    border: none;
    margin: -15px auto 0;
}
.fourOfour .message{
    text-transform: uppercase;
}
.fourOfour .message, .fourOfour .message2 {
    color: #000;
}
.message {
    margin-top: 50px;
    letter-spacing: 2px;
}
.btn-error{
    background: rgba(239,136,1,1);
    background: -moz-linear-gradient(top, rgba(239,136,1,1) 0%, rgba(239,136,1,1) 21%, rgba(225,59,21,1) 49%, rgba(225,59,21,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,136,1,1)), color-stop(21%, rgba(239,136,1,1)), color-stop(49%, rgba(225,59,21,1)), color-stop(100%, rgba(225,59,21,1)));
    background: -webkit-linear-gradient(top, rgba(239,136,1,1) 0%, rgba(239,136,1,1) 21%, rgba(225,59,21,1) 49%, rgba(225,59,21,1) 100%);
    background: -o-linear-gradient(top, rgba(239,136,1,1) 0%, rgba(239,136,1,1) 21%, rgba(225,59,21,1) 49%, rgba(225,59,21,1) 100%);
    background: -ms-linear-gradient(top, rgba(239,136,1,1) 0%, rgba(239,136,1,1) 21%, rgba(225,59,21,1) 49%, rgba(225,59,21,1) 100%);
    background: linear-gradient(to bottom, rgba(239,136,1,1) 0%, rgba(239,136,1,1) 21%, rgba(225,59,21,1) 49%, rgba(225,59,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8801', endColorstr='#e13b15', GradientType=0 );
    padding: 10px 4%;
    color: #fff;
    border-radius: 1rem;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-error:hover, .btn-error:focus{
    color: #fff;
    box-shadow: inset 0px 0px 3px 3px #e43a17;
}
.social-left{
    text-align: left;
}
.social-left-share{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.social-left-share li:first-child {
    border-left: 0px solid #B98441;
}
ul.social-left-share li {
    display: inline-block;
    list-style: none;
    /*border-left: 1px solid #B9#00669d8441;*/
    padding: 5px 13px;
    /*    background: #facf8c;*/
    background: transparent;
}
ul.social-left-share li a {
    display: inline-block;
    color: rgb(240, 125, 35);
    font-weight: 700;
    padding: 0 0px;
    /* width: 25px; */
    /* height: 25px; */
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
    font-size: 0.92em;

    transition: all 0.4s ease;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.top-bar .ico-whatsapp:before{
    font-size: 15px !important;
}
ul.social-left-share li a:hover {
    background: rgba(251, 182, 103, 0);
    color: rgb(144, 100, 148);
    text-decoration: none;
}
ul.social-left-share li a em{
    font-style: normal;
}


.top-bar .icono-mensaje:before, .top-bar .icono-telefono:before,
.top-bar .icono-impresora:before, .top-bar .icono-pinguino:before,
.top-bar .icono-facebook:before, .top-bar .icono-twitter:before,
.top-bar .icono-google:before, .top-bar .icono-linkedin:before,
.top-bar .icono-youtube:before{
    font-size: 13px;
}
.input-group{
    padding: 4px 0;
}
.input-group span:before{
    font-size: 14px;
}


@media(max-width: 767px){
    ul.social-left-share li {
        padding: 0 6px;
        border-left: 0px solid rgb(196, 110, 112);
    }
}



/*Menu con imagenes*/
/*
Credits:
Code snippet by @maridlcrmn (Follow me on Twitter)
Images by Nike.com (http://www.nike.com/us/en_us/)
Logo by Sneaker-mission.com (http://www.sneaker-mission.com/)
*/

.navbar-brand {
    width: 70px;
    height: 50px;
    background: url('http://www.sneaker-mission.com/uploads/3/1/2/7/31279819/5617441.png') no-repeat center center;
    background-size: 50px;
}

.nav-tabs {
    display: inline-block;
    border-bottom: none;
    padding-top: 15px;
    font-weight: bold;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none;
    border-radius: 0;
}

.nav-list { border-bottom: 1px solid #eee; }
.nav-list > li {
    padding: 20px 15px 15px;
    border-left: 1px solid #eee;
}
.nav-list > li:last-child { border-right: 1px solid #eee; }
.nav-list > li > a:hover { text-decoration: none; }
.nav-list > li > a > span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.mega-dropdown { position: static !important; }
.mega-dropdown-menu {
    padding: 20px 15px 15px;
    text-align: center;
    width: 100%;
}

.menu-drop2 > li > a{
    padding: 2% 5px;
    /*padding: 9% 20px !important;*/
}
/* lg */
.dropdown-menu {
    padding: 0px 0 !important;
    border: 0;
}
/*Menu tercer nivel*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.menu-drop2 {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-border-radius: 0 0px 6px 6px;
    -moz-border-radius: 0 0px 6px 6px;
    border-radius: 0 0px 6px 6px;
    background: #f2f1f1;
}
.dropdown-submenu>a:after,.dropdown>a:after {
    display: none;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: rgb(120, 119, 119);
    margin-top: 6px;
    margin-right: -10px;
}
.dropdown-submenu>a:hover:after, .dropdown>a:hover:after,
.dropdown-submenu>a:focus:after, .dropdown>a:focus:after,
.dropdown-submenu>a:active:after, .dropdown>a:active:after{
    border-left-color: #ffffff;
}
/*Final de menu*/
.logo {
    float: left;
    position: relative;
    z-index: 2;
    width: 150px;
    margin-right: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
}
.logo a{
    display: block;
}
.logo img{
    max-width: 100%;
}
.header_box{
    padding-top: 0%;
    padding-bottom: 0%;
    border-top: 0px solid #f3f3f3;
    background: #F2F1F1;
}
.navbar{
    margin-bottom: 0;
}
.navbar-inverse {
    background-color: rgba(255, 255, 255, 0);
    border: 0;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #f07d23;
    background-color: transparent;
    border-top: 3px solid #f07d23;
    margin-top: -3px;
}
.navbar-inverse .navbar-nav>.active > a:after{
    border-left-color: rgb(240, 125, 35);
}

.navbar-inverse .navbar-nav>li> .link-menu >a {
    color: #383838;
    border: 0px solid transparent;
    border-radius: 0;
}
.navbar-inverse .navbar-nav > li > .link-menu > a:hover, .navbar-inverse .navbar-nav > li > .link-menu > a:focus {
    color: #fff !important;
    background: #bbbbbb;
}

.navbar-inverse .navbar-nav>li {
   /*border: 2px solid transparent;*/
    border-radius: 7px;
    /*text-transform: uppercase;*/
}
/*.navbar-inverse .navbar-nav>li.b-amarillo:hover {
       border: 2px solid #FFD400;
}
.navbar-inverse .navbar-nav>li.b-fuxia:hover {
       border: 2px solid #FF00FF;
}
.navbar-inverse .navbar-nav>li.b-azul:hover {
       border: 2px solid #0051FF;
}
.navbar-inverse .navbar-nav>li.b-turqueza:hover {
       border: 2px solid #00B9FF;
}
.navbar-inverse .navbar-nav>li.b-verde:hover {
       border: 2px solid #00FF00;
}
.navbar-inverse .navbar-nav>li.b-rojo:hover {
       border: 2px solid #FF0000;
}*/


.navbar-nav  li:before {
    position: relative;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #f28c3c;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    border-bottom: 3px solid #f28c3c;
    margin-bottom: -3px;
}
.dropdown-menu > .active > a span, .dropdown-menu > .active >a span:focus {
    color: #f28c3c !important;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 4px 6px 4px 5px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #ff525e;
}
.dropdown-menu > li > a {
    padding: 2% 5px;
    white-space: normal;
    font-size: 13px;
    /*text-transform: uppercase;*/
}
.dropdown-menu > li > a h5{
    margin: 0;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 5px;
    font-weight: 700;
}

.dropdown-menu > .active > a:after, .dropdown-menu > .active > a:hover:after, .dropdown-menu > .active > a:focus:after{
    border-left-color: rgb(255, 255, 255);
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #f07d23;
    background-color: transparent;
}

.menu-drop2 > .active > a, .menu-drop2 > .active > a:hover, .menu-drop2 > .active > a:focus {
    color: #f28c3c;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    border-bottom: 0px solid #f28c3c;
    margin-bottom: -3px;
    font-weight: 700;
}

.text-liston{
    color: #000;
    font-size: 12pt;
    margin: 0px 0 10px;
    position: relative;
}
.text-liston label{
    padding-right: 4%;
}
.text-liston select{
    margin-top: 10px;
}
.text-liston input{
    margin-top: 10px;
}
.text-liston aside.custom-select{
    position: relative;
    width: 100%;
}
.text-liston aside.custom-select select{
    padding-right: 2.5rem;
}
.text-liston aside.custom-select i {
    position: absolute;
    /*top: 20%;*/
    right: 7px;
    color: #252525;
    line-height: 1.7;
    z-index: 2;
    pointer-events: none;
    top: 0;
    display: table;
    height: 100%;
}
.text-liston aside.custom-select i:before {
    font-size: 12px;
    vertical-align: middle;
    display: table-cell;
}




.form-control{
    /*    border-radius: 30px;
        border-left: 0px;
        height: 26px;*/
}
.form-control:focus {
    border-color: rgba(102, 175, 233, 0.4);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.31);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.31);
}
.btn-default{
    transition: all 0.5s ease;
    border-radius: 30px;
    border-left: 0px;
    vertical-align: top;
    padding: 2px 12px;
}
.btn-default:hover {
    color: #fff;
    background-color: rgb(45, 121, 162);
    border-color: #2d79a2;
}

.btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #b3b3b3;
    border-color: rgba(140, 140, 140, 0);
}
/*Fin menu*/





/*Cuerpo de página*/
.fondo-1{
    background: #f0f6fc;
    text-align: center;
    padding: 3% 0;
}
.text-info{
    width: 100%;
    display: inline-table;
    color: #000;
    color: #3c3c3c;
    text-align: left;
    font-size: 17px;
}
.text-info span{
    font-size: 120px;
    color: #6e5d71;
}
.text-info h2{
    color: #6e5d71;
}
.c-prod{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.div-prod{
    display: inline-table;
    width: 42%;
    text-align: left;
    /* margin: 25px 10px 5px 5px; */
    margin: 25px 35px 5px 35px;
}
.prod-img{
    display: table-cell;
    /*vertical-align: middle;*/
    padding-right: 15px;
}
.prod-text{
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    width: 60%;
}
.div-prod h3{
    margin: 0 0 5px 0;
    font-size: 20px;
    color: #000;
}
.div-prod h4{
    margin: 5px 0;
    color: #FF9800;
    font-size: 16px;
}
.div-prod p{
    text-align: justify;
    height: 45px;
    line-height: 15px;
    overflow: hidden;
    color: #646464;
}


.btn-ver{
    background: #383838;
    color: #fff;
    padding: 8px 0px;
    margin: 0px auto;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    display: inline-block;
    font: 1.1rem quatro-bold,sans-serif;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.btn-ver:hover, .btn:focus, btn:active{
    background: #f07d23;
    color: #fff;
    /*font-weight: 700;*/
    /*        animation: pulse ease-out .98s;
        animation-iteration-count:1;*/
}



.tit-b{
    font-size: 44px;
    margin-top: 0;
}
.ws-title{
    text-align: center;
}
.ws-title p{
    color: #000;
    text-transform: none;
}
.btn-leer{
    background: #f28c3c;
    color: #fff;
    padding: 17px 30px;
    margin: 5px auto;
    transition: all 0.5s ease;
    overflow: hidden;
    /*position: relative;*/
    display: inline-block;
    font: 1.2rem quatro-bold,sans-serif;
    letter-spacing: .1rem;
    text-decoration: none;

    position: absolute;
    bottom: 5%;
    display: table;
    left: 30%;
    z-index: 999999;
}
.btn-leer:hover {
    background: #000000;
    color: #fff;
    animation: swing ease-out .98s infinite;
}


/*pie de pagina*/
.fondo-pie{
    background: url('/web/imagenes/pie-pag.png');
    background-size: 100% 100%;
    padding-top: 5%;
    padding-bottom: 20px;
    margin-top: 5%;
    position: relative;
}
.fondo-pie span:before{
    font-size: 25px;
    background: #57595a;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    transition: all 0.5s ease;
}
.fondo-pie .posicion-p{
    text-align: right;
    margin-top: 7px;
}
.fondo-pie .icono-facebook:hover:before {
    /*background: #1689cf !important;*/
    background: #171714 !important;
}
.fondo-pie .icono-youtube:hover:before {
    /*background: red !important;*/
    background: #171714 !important;
}

/*Productos*/
.tit-pag{
    text-align: left;
    color: #906397;
}
.div-marc{
    display: table;
    border: 8px solid #fff4cd;
    border-radius: 8px;
    border-left: 14px solid #fff4cd;
    border-right: 14px solid #fff4cd;
    margin-top: 5%;
    margin-bottom: 5%;
}
.marc-img{
    display: table-cell;
    vertical-align: middle;
    /* width: 40%; */
    text-align: center;
}
.marc-text{
    vertical-align: middle;
    display: table-cell;
    width: 60%;
}

.div-ben{
    display: inline-table;
    width: 20%;
    color: black;
}
.div-ben span{
    font-size: 44px;
    color: #fcaa30;
}
.div-ben span:before{
    margin-bottom: 15px;
    margin-top: 15px;
}

.div-car{
    border: 2px solid #cdcdcd;
    border-radius: 6px;
    text-align: center;
    height: 260px;
    padding: 8%;
}
.car-text{
    height: 55px;
    text-align: center;
    width: 100%;
    display: table;
}
.car-text p{
    vertical-align: middle;
    display: table-cell;
    color: #878787;
}
.div-car img{
    height: 165px;
    width: initial !important;
    display: initial !important;
}




.div-info{
    display: inline-table;
    width: 41%;
    text-align: left;
    margin: 25px 35px 5px 35px;
}
.info-img{
    display: table-cell;
    /*vertical-align: middle;*/
    padding-right: 15px;
}
.info-img img{
    border-radius: 8px;
}
.info-text{
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    width: 60%;
}
.div-info h3{
    margin: 0 0 5px 0;
    font-size: 20px;
    color: #000;
}
.div-info h4{
    margin: 5px 0;
    color: #000;
    font-size: 17px;
    margin: 0px;
    padding-bottom: 46px;
}
.div-info p{
    text-align: justify;
    height: 45px;
    line-height: 15px;
    overflow: hidden;
    color: #000;
}


.btn-info{
    background: #ff9817;
    color: #fff;
    padding: 8px 0px;
    margin: 5px auto;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    display: inline-block;
    font: 1.2rem quatro-bold,sans-serif;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    border-radius: 8px;
}
.btn-info:hover, .btn:focus, btn:active{
    background: #000000;
    color: #fff;
    /*animation: zoomIn ease-out .98s;*/
    /*animation-iteration-count:1;*/
}

.btn-comprar{
    background: #feb13f;
    color: #fff;
    width: 100%;
    padding: 13px 10px;
    text-align: center;
    border-radius: 8px;
    margin: 5px auto;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    display: inline-block;
    font: 1.2rem quatro-bold,sans-serif;
    letter-spacing: .1rem;
    text-decoration: none;
}
.btn-comprar:hover {
    background: #000000;
    color: #fff;
    animation: pulse ease-out .98s;
    animation-iteration-count:1;
}
.tab-prod,.tab-prod th, .tab-prod tr, .tab-prod td{
    text-align: center;
    vertical-align: middle !important;
    border-color: #dcdcdc !important;
    font-size: 1em;
}
.table-hover > tbody > tr{
    transition: all 0.4s ease;
}
.table-hover > tbody > tr:hover {
    /*background-color: #fac16e;*/
    background-color: #8d8d8d;
    color: #fff;
}
.div-color{
    width: 100%;
    text-align: left;

}
.color-prod{
    width: 40px;
    height: 40px;
    border-radius: 6px;
    float: left;
    margin: 7px;
}
.c1{
    background: #000;
}
.c2{
    background: #e1e1e1;
}
.c3{
    background: #d5b79d;
}
.c4{
    background: #858585;
    /*background: #938c7f;*/
}
.c5{
    background: #5e5654;
}
.c6{
    background: #cd88af;
}

.fondo-2{
    background: #f0f6fc;
    text-align: center;
    padding: 3% 0;
}
.fondo-3{
    background: #f0f6fc;
    background: url('/web/imagenes/onda.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    padding: 3% 0;
}

.punt1{
    border-bottom: 1px solid #bababa;
    margin-bottom: 15px;
}
.punt1 h3{
    color: #f07d23;
    font-weight: 700;
}
.punt1 h4{
    font-weight: 700;
}

.tit-pv{
    color: #f07d23;
    font-weight: 700;
}
.tit-pv span:before{
    font-size: 40px;
}
.div-form{
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}
.btn-for{
    float: right;
    margin: 14px 0;
    border-radius: 0;
    width: initial;
    font-size: 1em;
    padding: 9px 15px;
    letter-spacing: 1.2px;
    border-color: transparent;
    color: #fff;
    background: #f07d23;
    transition: all 0.5s ease;
    border: 0;
}
.btn-for:hover{
    color: #fff;
    background: #FF9800;
}
/*--------------------------------------------------------------------------
+	Contact Us Style
--------------------------------------------------------------------------*/
.section-map{
    padding:0;
    height:400px;
    margin-bottom: 50px;
    box-shadow: inset 0 0px #000000, 0 13px 50px #BDBDBD;
}

#contact-us-map {
    height: 410px;
    margin:0;
    margin-top: -10px;
}
.contact-us-details {
    margin: 20px 0;
    font-size: 0.9em;
}


.contactos-det {
    margin: 20px 0;
    font-size: 0.9em;
}
p.contactos-det a {
    color: #535B60;
}

p.contactos-det a:hover {
    color: #020202;
}


.acercatexto{
    text-align: center;
}





.text-qs h1, .text-qs h2, .text-qs h3{
    text-align: center;
    color: #646464;
}
.text-qs p{
    text-align: justify;
}

.tit-val{
    text-align: center;
    color: #646464;
    margin: 5% 0 3% 0;
}
.text-val{
    text-align: center;
    position: relative;
    padding: 0 27px;
    border: 2px solid #fff7cc;
    height: 40%;
}
.text-val h3{
    text-align: center;
    background: #fff7cc;
    /* display: -webkit-inline-box; */
    padding: 8px 14px;
    margin: 0;
    /* position: absolute; */
    margin-bottom: 16px;
    margin-top: -23px;
}
.text-val p{
    text-align: justify;
}

.tit-inv{
    text-align: center;
    margin: 5% 0 3% 0;
}
.tit-inv h3{
    display: inline-block;
}
.tit-inv h3:first-child{
    color: #6e5d71;
}



/*---- TABULADOR ----*/




.tabulador{
    margin-top: 4%;
    margin-bottom: 4%;
}
#tabs{
    /*overflow: hidden;*/
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    clear: both;
    /*min-height: 60px;*/
    min-height: 39px;
    border-bottom: 3px solid #f2f2f2;
    position: relative;
}

#tabs li{
    float: left;
    margin: 0 .5em 0 0;
}

#tabs a{
    position: relative;
    background: #fff;
    /* background: rgba(0, 0, 0, 0.28) url(../img/tab1.png); */
    /* background-image: url(../img/tab0.png); */
    /* background-image: url(../fonts/icomoon.svg); */
    /* background-size: 100% 100%; */
    /* background-image: linear-gradient(to bottom, #fff, #ddd); */
    padding: 0.5em 3.5em;
    /* padding: 0.9em 5.5em; */
    font-size: 15px;
    float: left;
    text-decoration: none;
    color: #888;
    /* text-shadow: 0 1px 0 rgba(255,255,255,.8); */
    border-radius: 5px 5px 0 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -kthtml-transition: all 0.3s linear;
    transition: all 0.3s linear;
    /* box-shadow: 0 2px 2px rgba(0,0,0,.4); */
    /* font-weight: 700; */
    position: relative;
}
.tabulador p, .tabulador a, .tabulador i, .tabulador li, .tabulador ol, .tabulador span{
    font-size: 1.1em;
}
#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after{
    background: #fff;
    /* background-image: url("../img/tab1.png"); */
    /*background-size: 100% 100%;*/
    color: #000;
}

#tabs a:focus{
    outline: 0;
}

#tabs a::after{
    /*content:'';*/
    /*content: url("http://www.idear.com.pe/img/right_tab2.png");*/
    position:absolute;
    z-index: 1;
    top: 0;
    right: -.5em;
    bottom: 0;
    width: 1em;
    background: #ddd;
    background-image: linear-gradient(to bottom, #fff, #ddd);
    /*box-shadow: 2px 2px 2px rgba(0,0,0,.4);*/
    /*transform: skew(10deg);*/
    /*border-radius: 0 5px 0 0;*/
    transition: all 0.4s ease;
}

#tabs #current a,
#tabs #current a::after{
    background: #ffffff;
    z-index: 2;
    color: #000;
    /*background-image: url("../img/tab1.png");
    background-size: 100% 100%;*/
}

#content
{
    width: 100%;
    /*background: #FFCC80;*/
    padding: 25px 10px 25px 10px;
    /*    height: 338px;*/
    height: auto;
    position: relative;
    z-index: 2;
    border-radius: 0 0px 0px 0px;
    color: #000;
    /*letter-spacing: .06rem;*/
}
.tab-t1{
    position: relative;
}
.tab-t1 table {
    /*width: 100% !important;*/
    margin-top: 2%;
    margin-bottom: 2%;
}
table tr {
    text-align: left;
    padding-left: 20px;
}
table td {
    padding: 4px 8px;
    border-top: 1px dotted #d0d0d0;
    border-bottom: 1px dotted #d0d0d0;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background: transparent;
    color: #000;
    line-height: 1.2;
    transition: all 0.3s ease;
}
table tr td:first-child {
    background-color: #F5F5F5;
    width: 35%;
}
#tabs a:before {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -kthtml-transition: all 0.3s linear;
    transition: all 0.3s linear;
    content: " ";
    position: absolute;
    bottom: 0px;
   /* border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-top: 9px solid #f0f0f0;*/
    /*height: 9px;*/
    margin-left: 2px;
    vertical-align: middle;
    /*width: 16px;*/
    content: " ";
    position: absolute;
    /*left: 50%;*/
    /*bottom: 0px;*/
    /*margin-left: -8px;*/
    /*visibility: hidden;*/
    margin-left: 0;
    width: 100%;
    bottom: -3px;
    left: 0;
    display: block;
    height: 0;
    background: #ff9a17;
}
#tabs a:hover:before, #tabs #current a:before {
    /*bottom: -8px;*/
    visibility: visible;
    /*border-top: 9px solid #333333;*/
    height: 3px;

}
td, th {
    padding: 8px 10px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}
.tab_bg table tr:nth-child(1) {
    background: rgba(230, 230, 230, 0) !important;
    color: #333333 !important;
}
.tab_bg table tr{
    transition: all 0.8s ease;
}
.tab_bg table tr:nth-child(odd) {
    background: #ffffff;
    color: #000;

}
.tab_bg table tr:hover {
    background: #f0f0f0;
    color: #000;
}
.tabla-sin-borde.table > thead > tr > th, .tabla-sin-borde.table > tbody > tr > th, .tabla-sin-borde.table > tfoot > tr > th, .tabla-sin-borde.table > thead > tr > td, .tabla-sin-borde.table > tbody > tr > td, .tabla-sin-borde.table > tfoot > tr > td{
    border: 0px solid #ddd;
}
.tabla-sin-borde tr td:first-child{
    background-color: #ffffff;
}
.fondo-2 h4{
    color: #906397;
}
.img-dtc{
    max-width: 100%;
    margin-bottom: 3%;
    /*box-shadow: 1px 1px 10px #878787;*/
    border-radius: 2px;
    /*    padding: 10px;
        background: #e8e8e8;*/
}
.img-dtcint{
    float: right;
    top: 0;
}
.div-enlaces{
    display: inline-table;
    text-align: center;
}
.enlaces-d{
    width: 33%;
    /*display: inline-block;*/
    /*height: 385px;*/
    height: 269px;
    padding: 26px 26px 26px 26px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: left;
}
.diven{
    /*display: inline-table;*/
    display: inline-block;
    /*width: 38%;*/
    width: 25%;
    margin: 2px 3%;
}
.div-desc{
    background: url('/web/imagenes/descarga.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /*     width: 33%;
        display: inline-block;
        height: 385px;
        margin: 10px;
        display: table-cell;
        vertical-align: middle;
            position: relative;
        text-align: center;*/
}
.div-link{
    background: url('/web/imagenes/link.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /*         width: 33%;
        display: inline-block;
        height: 385px;
        margin: 10px;
        display: table-cell;
        vertical-align: middle;*/
}
.enlaces-d h3{
    margin-top: 13%;
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
    /* bottom: 0; */
    color: #916c97;
}
.enlaces-d a{
    /*color: #646464;*/
    color: #916c97;
    font-size: 1.1em;
}
.enlaces-d a:hover{
    color: #FF9800;
    text-decoration: underline;
}

/*Video*/
.cajadevideo{
   /* width:100%;
    margin:auto;
    height: 260px;*/
}
.videomp4{
    /*height: 100%;*/
    height: 0;
    width: 100%;
    max-width: 100%;
    /* padding-top: 56.25%; */
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: hidden;

}

.cajadevideo iframe, .videomp4 iframe{

    max-height: 100%;
    position:absolute;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
    border: 0px transparent;

}


/*Scroll*/
.scrol{
    /*max-height: 550px;*/
    /*overflow-x: hidden;*/

}
.scrol::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(228, 180, 55, 0.24);
    background-color: transparent;
    /*border-radius: 10px;*/
}

.scrol::-webkit-scrollbar
{
    width: 5px;
    background-color: transparent;
}

.scrol::-webkit-scrollbar-thumb
{
    border-radius: 0px;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #FFEB3B 0%, #F5B20A 50%, #F5B20A 51%, #FFEB3B 100%);
}



.fondo-4{
    /*background: #f0f6fc;*/
    text-align: center;
    padding: 3% 0;
    text-align: left;
    background: #fff;
    padding-top: 0%;
    font-size: 17px;
}
.fondo-4 h4{
    color: #906397;
    font-size: 20px;
}
.div-img{
    display: table;

    width: 100%;
    margin: 5px;
    vertical-align: middle;
    border-radius: 10px;
}
.text-img{
    display: table-cell;
    vertical-align: middle;
    /*width: 60%;*/
    width: 70%;
    /*    display: table-cell;
        vertical-align: middle;*/
    padding: 10px;
    text-align: justify;
}
/*.div-img p:nth-child{
        width: 25%;
}*/
.div-img p.img-cel{
    display: table-cell;
    vertical-align: middle;
    padding: 8px;
    /*float: right;*/
    width: 28%;

}

.st-img .div-img p img{
    border-radius: 10px;
}
.st-img .div-img{
    display: inline-block;
    width: 48%;
    /*float: left;*/
    margin: 5px;
    vertical-align: middle;

    /*background: #fff7cc;*/
    background: #f2f9ff;
    border-radius: 10px;
}
.st-img .text-img{
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    padding: 10px;
    text-align: justify;
}
.st-img p.img-cel {
    display: table-cell;
    vertical-align: middle;

    padding: 8px;
}
.cont-fr{
    padding-left: 1%;color: #FF9800;
}
.ico-red div{
    background: #fcea8b;
    border-radius: 20px;
    display: inline-block;
    transition: all 0.4s ease;
}
.ico-red div img{
    filter: brightness(60%);
    transition: all 0.4s ease;
}
.ico-red div:hover img{
    filter: brightness(0%);
}
.text-con{
    display: table;
    vertical-align: middle;
}
.text-con a{
    color: #7d7d7d;
}
.text-con .fa{
    font-size: 25px;
    display: table-cell;
    vertical-align: middle;
    color: #f78c1a;
}
.text-con em{
    display: table-cell;
    vertical-align: middle;
}



.tam-td td{
    width:20%;
}
.btn-comparar{
    width: 20%;
}







/*--------- Productos -------------*/
.cat-info {
    display: inline-table;
    width: 22%;
    text-align: left;
    margin: 25px 15px 5px 15px;
    vertical-align: top;
}
.cat-img {
    display: block;
    margin-bottom: 15px;
    /*height: 200px;*/
    margin: 5px;
    overflow: hidden;
    overflow: hidden;
    /*padding: 0;*/
    position: relative;
    /*                border: 4px solid #f8f8f8;
        border-radius: 8px 8px 0 0;*/
}
.cat-img img{
    width: 100%;
    /*        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);*/
}
.cat-text {
    display: block;
    padding: 15px 20px 5px 20px;
    /*border-top: 1px solid #e1e1e1;*/
}
.cat-text h4 {
    margin: 5px 0;
    color: #FFA726;
    font-size: 15px;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #8e8e8e;
    text-align: center;
        height: 50px;
    overflow: hidden;
    -webkit-transition: 0.3s all ease-in-out 0s;
    -o-transition: 0.3s all ease-in-out 0s;
    transition: 0.3s all ease-in-out 0s;
}
.cat-text b{
    display: block;
    color: #7c7a78;
    font-size: 12px;
    -webkit-transition: 0.3s all ease-in-out 0s;
    -o-transition: 0.3s all ease-in-out 0s;
    transition: 0.3s all ease-in-out 0s;
}
.cat-text p {
    text-align: justify;
    height: 45px;
    line-height: 15px;
    overflow: hidden;
    color: #000;
    font-size: 12px;
}
.catii{

    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}


.bordes{
    -webkit-transition: 0.3s all ease-in-out 0s;
    -o-transition: 0.3s all ease-in-out 0s;
    transition: 0.3s all ease-in-out 0s;
    /*border: 1px solid #FFE082;*/
    position: relative;
    border-radius: 6px;
}
.bordes:before{
    content: "";
    opacity: 0;
    /*border: 3px solid transparent;*/
    /* -webkit-border-image: url(../img/line.png) 30% round repeat; */
/*    -o-border-image: url(../img/line.png) 30% round repeat;
    border-image: url(../img/line.png) 30% round repeat;
    box-shadow: 0 10px 25px 0 rgba(168, 172, 185, 0.3);*/
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.bordes:hover {
    /*border: 1px solid white;*/
}
.bordes:hover:before {
    /*opacity: 1;*/
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


.blog-hover{
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}
.cat-info:hover .blog-hover{
    background: transparent;
    /*background: rgba(115, 115, 115, 0.34) none repeat scroll 0 0;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.cat-info:hover .cat-text h4{
    color: #FB8C00;
}
.cat-info:hover .cat-text b{
    color: #ffb240;
}

.btn-cat{
    background: #f07d23;
    color: #fff;
    padding: 8px 0px;
    margin: 5px auto;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    display: inline-block;
    font: 1.1rem quatro-bold,sans-serif;
    letter-spacing: .1rem;
    text-decoration: none;
    /* text-transform: uppercase; */
    width: 100%;
    text-align: center;
    border-radius: 6px;

}
.cat-info:hover .btn-cat{
    background: #f07d23;
    color: #fff;
    font-weight: 700;
    animation: pulse ease-out .30s;
    animation-iteration-count:1;
}
/*.bordes:hover .cat-img img{
        -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}*/
.grupo-buscar{
    width: 240px;
}
.grupo-buscar .form-control{
    border: 1px solid #f28c3c;
    border-radius: 0;
    font-size: 13px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.grupo-buscar .btn-default {
    border-radius: 0;
    background-color: #fff;
    border-color: #f28c3c;
    color: #797979;
}
.grupo-buscar .btn-default:hover {
    color: #ff525e;
}
.img-menu{
    display: block;
    margin: 0 auto;
    filter: grayscale(100%);
}
.img-menu:hover{
    filter: grayscale(0%);
}
.cont-check{
    margin-top: 18px;
    color: #ff5722;
    cursor: pointer;
}
.custom-checkbox span{
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin-right: 1.25rem;
    position: relative;
    vertical-align: middle;
    width: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    border-image: initial;
    border-radius: 4px;
    margin-right: 4px;
    background: #ffffff;
}
.custom-checkbox input[type="checkbox"] {
    margin-top: 0.25rem;
    opacity: 0;
    cursor: pointer;
    position: absolute;
}
.custom-checkbox input[type="checkbox"] + span {
    margin-right: 1px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-top: -2px;
        text-align: center;
}
.icono-comprobado.icon:before{
    font-size: 13px;
}
.custom-checkbox input[type="checkbox"] + span .icono-comprobado {
    display: none;
}
.custom-checkbox input[type="checkbox"]:checked + span .icono-comprobado {
    display: block;
    color: #FF9800;
    font-size: 12px;
}
.flecha-atras{
    position: absolute;
    right: 9%;
    top: -6px;
}
.flecha-reg{
    position: relative;
}
.flecha-reg span:before {
    font-size: 25px;
    background: #57595a;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    transition: all 0.5s ease;
}
.tex-consj{
    width: 60%;
    text-align: center;
}
.tit-consj{
    text-align: center;
}
#div-flotante {
    top: initial;
    bottom: -300px;
    position: fixed;
    width: 272px;
    visibility: hidden;
    z-index: 999999;
    right: -317px;
    visibility: visible;
    right: 13%;
}
/************ div flotante **************/
@-webkit-keyframes cs_tittles {
    2.0833333333333335%{ opacity: 0; -webkit-transform: translateX(-100%);}
    25.41666666666667%  { opacity: 1; -webkit-transition: .2s opacity .0s ease, .2s -webkit-transform .2s ease; -webkit-transform: translateY(0);}
    95%,100%    {  -webkit-transform: translateY(0);opacity: 1; }
}
@-moz-keyframes cs_tittles {
    2.0833333333333335%{ opacity: 0; -moz-transform: translateX(-100%);}
    25.41666666666667%  { opacity: 1; -moz-transition: .2s opacity .0s ease, .2s -moz-transform .2s ease; -moz-transform: translateY(0);}
    95%,100%    {  -moz-transform: translateY(0);opacity: 1; }
}
@-o-keyframes cs_tittles {
    2.0833333333333335%{ opacity: 0; -o-transform: translateX(-100%);}
    25.41666666666667%  { opacity: 1; -o-transition: .2s opacity .0s ease, .2s -o-transform .2s ease; -o-transform: translateY(0);}
    95%,100%    {  -o-transform: translateY(0);opacity: 1; }
}
@keyframes cs_tittles {
    2.0833333333333335%{ opacity: 0; transform: translateX(-100%);}
    25.41666666666667%  { opacity: 1; transition: .2s opacity .0s ease, .2s transform .2s ease; transform: translateY(0);}
    95%,100%    {  transform: translateY(0);opacity: 1; }
}
.div-flotante{
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 9;
    color: #000;
    /*overflow: hidden;*/
}
.icono-flotante{
    display: block;
    background: #64b161;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 1px 2px 5px rgba(100, 99, 99, 0.45);
}
.icono-flotante img{
    width: 35px;
}
.texto-flotante{
    /*display: none;*/
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: cs_tittles 15000ms infinite -1400ms ease;
    -moz-animation: cs_tittles 15000ms infinite -1400ms ease;
    animation: cs_tittles 15000ms infinite -1400ms ease;
}
.popup-header {
    background-color: #000;
    width: 100%;
    height: auto;
    border-radius: 6px 6px 0 0px;
    padding: 0px;
    padding: 3px 5px 3px 5px;
    border: 1px solid #000;
    cursor: pointer;
    text-align: center;
    /* display: inline-block; */
}
.popup-title {
    color: #fff;
    /*writing-mode: tb-rl;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);*/
    /*white-space: nowrap;*/
    display: block;
    padding: 5px;
    writing-mode: horizontal-tb !important;
}
.popup-content {
    width: auto;
    padding: 5px 15px 15px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    height: auto;
    background-color: #fefefe;
    border: 1px solid hsl(0, 0%, 92%);
}
.input{
    margin-top: 10px;
}
.div-comp{
    display: inline-block;
    vertical-align: middle;    font-size: 12px;
}
.div-comp span{
    font-size: 13px;
    color: #ff9817;
}
.btn-sus{
    background: #151515;
    width: 100%;
    color: #fff;
    border: 0;
    border-radius: 4px;
    margin-top: 4px;
    padding: 6px;
}
.btn-sus:hover, .btn-sus:focus{
    background: #ff9817;
}
.fondo-1.margen-arriba.margen-abajo .tit-pag{
    text-align: center;
}
.owl-carousel .owl-item .item{
    padding: 30px;
}
.owl-carousel .owl-item .item img{
    max-height: 114px;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
}
.icono-prev:before{
    content: '<';
    font-family: slick;
    font-weight: 100;
    font-size: 25px;
    opacity: .75;
    color: gray;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    -moz-transform: scale(1,3);
    -ms-transform: scale(1,3);
    -o-transform: scale(1,3);
    -webkit-transform: scale(1,3);
}
.icono-next:before{
    content: '>';
    font-family: slick;
    font-weight: 100;
    font-size: 25px;
    opacity: .75;
    color: gray;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    -moz-transform: scale(1,3);
    -ms-transform: scale(1,3);
    -o-transform: scale(1,3);
    -webkit-transform: scale(1,3);
}
.titulo {
    position: relative;
}
.titulo h1 {
    color: #000000;
}
.titulo-span span {
    display: inline-block;
     width: 90px;
    /*width: 10%;*/
    height: 1px;
    background: #24b9ff;
}
.titulo.titulo-span span {
    width: 30px !important;
    background: #f07d00 !important;
}
.panel-primary {
    border-color: #d4d4d4;
        border-radius: 0px;
}
.desliz.panel-heading {
    background: #eeeeee;
    padding: 5px 15px;
    color: #333;
    display: table;
    width: 100%;
    cursor: pointer;
    border: 0;
}
.desliz h3 {
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
}
.desliz span {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.icon-minus:before{
    content: "\e114";
}
.cont-prod{
    border: 1px solid #dedede;
    transition: all 0.4s ease;
    cursor: pointer;
    padding: 10px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.cont-prod:hover{
    box-shadow: 2px 2px 11px #949494;
}
.cont-prod img{
    height: 120px;
    width: auto;
    margin: 0 auto;
}
.btn-vercat{
    padding: 10px 30px;
    display: inline-block;
    background: #f9f9f9;
    color: #000 !important;
    border: 1px solid #b5b5b5;
    margin-top: 8%;
}
.btn-vercat:hover{
    background: #383838;
    color: #fff !important;
}
.color-row {
    background: #333333;
    color: #fff;
    font-weight: bold;
    padding: 3% 0;
    text-transform: uppercase;
    font-size: 16px;
}
.borde-compras {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 0;
    background: #fff;
}
.grupo-eliminar .glyphicon-trash {
    float: right;
    margin-right: 5%;
    top: 0px;
    border: 0;
    background: transparent;
    color: #dc2323;
    font-weight: bold;
    padding: 3% 2% 3% 2%;
    outline: 0;
    border-radius: 2px;
    transition: all 0.4s ease;
}
.grupo-eliminar .glyphicon-trash:hover {
    background: #dc2323;
    color: #ffffff;
    border-radius: 4px;
}
.qty{
    border: 1px solid #d6d6d6;
    text-align: center;
}
.img-compra {
    display: inline-block;
    max-width: 70%;
    height: 40%;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 6% 0%;
}
.textos-p-compras p {
    color: #656565;
    font-weight: bold;
    padding: 12% 0%;
    margin: 0;
    font-size: 15px;
    text-transform: capitalize;
}
.grupo-eliminar {
    display: inline-block;
    width: 100%;
    margin: 12% 0%;
}
.btn-carrito{
    text-transform: uppercase;
    border: 0;
    background: #F18918;
    color: #fff;
    padding: 10px 10px;
    display: block;
    text-align: center;
    font-size: 12pt;
    border-radius: 1.2rem;
}
.btnAgregarProductoCarrito {
    background: #2f7ebd;
    color: #fff;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font: 1.1rem quatro-bold,sans-serif;
    padding: 8px 0px;
    letter-spacing: .1rem;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.btnAgregarProductoCarrito:hover, .btnAgregarProductoCarrito:focus{
    background: #000;
    color: #fff;
}
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info{
    background-color: #000;
    border-color: #000;
}
.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus{
    background-color: #000;
    border-color: #000;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active{
    background-color: #000;
    border-color: #000;
}
label{
    font-size: 10pt;
}
.form-group-lg .form-control{
    font-size: 10pt;
}
.font-weight-bold{
    font-weight: bold;
}

.panelCarrito > .panel-heading{
    background: #f2f1f1;
    color: black;
    font-size: 12PT;
    font-weight: bold;
}
.btn-naranja{
    background: #f07d00;
    border: 0;
    color: #fff;
    padding: 15px 10px;
    margin: 5px auto;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    display: inline-block;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    border-radius: 4px;
}
.btn-naranja:hover, .btn-naranja:focus{
    background: #000000;
    color: #fff;
}
.panel-title{
    font-size: 10pt;
}
.btn-favoritos{
    background: #383838;
    color: #fff;
    padding: 8px 0px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.btn-favoritos span{
    color: red;
}
.btn-favoritos:hover, .btn-favoritos:focus{
    background: red;
    color: #fff;
}
.btn-favoritos:hover span, .btn-favoritos:focus span{
    color: #fff;
}

/*
   Media Queries
--------------------------- */
@media (min-width: 768px) {
    .header_box ul > li:before {
        content: '';
        display: block;
        width: 0px;
        height: 0px;
        background: #f07d23;
        margin-top: 0px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        /*position: absolute;*/
        top: 0px;
    }
    .header_box ul:first-child li  {
        -webkit-transition: border 150ms ease-in-out, background-color 150ms ease-in-out;
        -moz-transition: border 150ms ease-in-out, background-color 150ms ease-in-out;
        -o-transition: border 150ms ease-in-out, background-color 150ms ease-in-out;
        -ms-transition: border 150ms ease-in-out, background-color 150ms ease-in-out;
        transition: border 150ms ease-in-out, background-color 150ms ease-in-out;
        list-style: none;
    }
    .header_box ul:first-child > li:hover:before {
       /* transition-delay: .2s;
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        -ms-transition-delay: .2s;
        -o-transition-delay: .2s;
        width: 100%;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;*/
    }
    .navbar {
        position: relative;
        min-height: 0;
    }

    .nav>li> .link-menu >a {
        position: relative;
        display: block;
        padding: 15px 12px;
        font-size: 11pt;
        line-height: 18px;
        text-align: center
    }
    .navbar-nav > li {
        float: left;
        margin: 0 0px;
    }
    .dropdown:hover >.link-menu >a{
        background: #bbbbbb;
        color: #fff !important;
    }

    /*Menu Horizontal*/
    .menu-drop1 > li:after {
        content: '';
        display: block;
        width: 0px;
        height: 3px;
        background: #f07d23;
        margin-top: 0px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        /*position: absolute;*/
        top: 0px;
    }
    .menu-drop1:first-child li  {
        -webkit-transition: border 150ms ease-in-out, background-color 150ms ease-in-out;
        -moz-transition: border 150ms ease-in-out, background-color 150ms ease-in-out;
        -o-transition: border 150ms ease-in-out, background-color 150ms ease-in-out;
        -ms-transition: border 150ms ease-in-out, background-color 150ms ease-in-out;
        transition: border 150ms ease-in-out, background-color 150ms ease-in-out;
    }
    .menu-drop1 >li:hover:after {
        /*transition-delay: .2s;
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        -ms-transition-delay: .2s;
        -o-transition-delay: .2s;
        width: 100%;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;*/
    }

    div#main-nav {
        padding: 0;
    }
    .nav > li {
        position: static !important;
        flex: 0 1 auto;
        align-self: auto;
        /*min-width: 0;*/
        flex-grow: 1;
    }
    .dropdown-menu{
        width: 100%;
        border-radius: 0px;
        top: 100%;
    }
    .dropdown-submenu{
        display: inline-block;
        vertical-align: top;
    }
    .menu-drop1{
        /*text-align: center;*/
        border-bottom: 0px solid #c3c3c3 !important;
        background-color: #f2f1f1;
    }
    .menu-drop1 > div >li{
        position: initial;
        width: 33%;
        transition: all 0.5s ease;
    }
    .menu-drop1 > div > li a:hover{
        background: initial;
        /*width: 16%;*/
    }
    .menu-drop1 > div > li > .link-menu > a {
        padding: 20px 20px 2%;
        white-space: normal;
        font-size: 13px;
            display: block;
        /* text-transform: uppercase; */
    }
    .menu-drop1 > div >li > .link-menu > a > h5 {
        margin: 0;
        border-bottom: 1px solid #d4d4d4;
        padding-bottom: 5px;
        font-weight: 700;
        color: #333;
    }
    .menu-drop1 > div > li a{
        color: #4e4e4e;
    }
    .dropdown-submenu>a:after, .dropdown-submenu>a:after {
        border-left-color: transparent !important;
    }



    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #ef7c22;
        background: transparent;
    }



    .dropdown-submenu>.menu-drop2 {
        top: 100.5% !important;
        width: 100% !important;
        left: 0 !important;
        /* min-width: 100%; */
        margin-top: 0px;
        margin-left: 0px;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0px !important;
        border-radius: 0 !important;
        position: relative;
        display: block;
        padding: 0 20px 6% !important;
        border: 0;
        box-shadow: none;
    }

    .menu-drop2 > li{
        display: inline-block !important;
        width: 100%;
    }
    .menu-drop2 > .link-tot{
        display: none !important;
    }


    .dropdown-menu span{
        display: block;
        text-align: center;
        font-size: 36px;
        padding-bottom: 10px;
        padding-top: 10px;
        color: #c9c9c9;
        transition: all 0.5s ease;
    }
    .dropdown-menu li:hover span, .dropdown-menu li:focus span {
        color: #ef7c22;
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #fff;
    }
    .navbar-nav{
        float: none;
        margin: 0 auto;
        display: flex!important;
        flex-flow: row nowrap;
        justify-content: space-around;
        align-content: center;
        align-items: center;
    }
}
.fondo-cabecera{
    background: #fff;
}
.head-logo{
    background: #fff;
}
.llamada{
    /*float: right;*/
    padding: 2% 0;
    text-align: right;
}
.fondo-plomo{
    padding: 2% 0;
    background: #eeeeec;
}
.estiloh3{
    color: #ff6700;
    display: inline-block;
}
.borde-top{
    border-top: 1px solid #464646;
}
.fondo-plomo h4{
    color: #000;
    font-weight: 800;
    font-size: 15px;
}
.fondo-plomo p {
    color: #727373;
}
.fondo-plomo a {
    color: #727373;
}
.fondo-plomo a:hover, .fondo-plomo a:focus {
    color:#ee8600;
}
.fondo-plomo p span{
    color: #727373;
    display: inline-block;
    vertical-align: middle;
}
.div-ul li{
    display: inline-block;
    padding: 0 5px;
}
.div-ul li a{
    color: #000000;
}
.div-ul li:nth-child(2n){
    padding-left: 10px;
}
.div-ul li a span{
    display: inline-block;
    vertical-align: middle;
}
.div-ul li a span:before{
    font-size: 20pt;
    color: #838484;
}
.div-ul li a:hover{
    color: #ee7d24;
}
/* menu usuario */

.menu-sesion.dropdown {

    display: inline-block;

    position: initial;

}

.div-user{

    display: inline-block;

    padding-right: 2px;

    position: relative;

}

.div-user a {

    color: #000;

    padding-left: 6px;

    -webkit-transition: all 0.4s ease;

    -moz-transition: all 0.4s ease;

    -ms-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;
    display: block;
    padding: 10px 10px;

}

.div-user i:before {

    font-size: 22pt;

}

.div-user a.btn-toggle:hover, .div-user a.btn-toggle:focus{
    color: #000;
}
.div-cerrar {
    position: relative;
    display: block;
    text-align: left !important;
    padding: 4px;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.div-cerrar:hover{
    background: #f2f1f1;
}
.div-cerrar a {
    color: #000;
    text-decoration: none;
    font-weight: 100;
    font-size: 10pt;
    /* padding-left: 6px; */
    padding: 10px;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.div-cerrar i:before {
    font-size: 12pt;
    padding-right: 4px;
}
.menu-sesion .dropdown-menu {
    border: 1px solid #eaeaea;
    /*top: 149% !important;*/
    top: 100% !important;
    padding: 0px;
    right: 0;
    left: auto;
    background: #fff;
    min-width: 9rem;
    width: 140px;
    margin: 0;
    border-radius: 0;
    /*box-shadow: 2px 2px 6px rgba(115, 115, 115, 0.2);*/
    border: 1px solid #b7b7b7;
    box-shadow: 0px 0px 8px #adadad;
}
.menu-sesion .dropdown-menu li{
    padding: 0 !important;
    display: block;
}
.menu-sesion.dropdown-submenu>a:after, .menu-sesion.dropdown>a:after{
    display: none;
}
/* fin menu usuario */
/* carrito de compra */
.div-carrito {
    position: relative;
    padding: 10px 5px;
    border-bottom: 0;
}
.div-carrito.active {
    border: 1px solid #b7b7b7;
    box-shadow: 0px 0px 9px 0px #b7b7b7;
}
.div-carrito #carrito-item{
    display: block;
    color: #000;
}
.div-carrito.active #carrito-item:before{
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: -1px;
    z-index: 999999;
}
.item-carro {
    position: relative;
    font-weight: 100;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.item-carro em {
    position: absolute;
    top: -7px;
    right: -9px;
    font-size: 12px;
    /*background: #EE7D24;*/
    background: #ff9a17;
    border-radius: 50%;
    width: 18px;
    color: #000;
    height: 18px;
    text-align: center;
    padding: 1px;
    font-style: normal;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#contenido-carrito {
    position: absolute;
    display: none;
    width: auto;
    width: 350px;
    height: auto;
    margin-left: 0;
    z-index: 99999;
    right: -1px;
    /*top: 149%;*/
    top: 100%;
    border: 1px solid #b7b7b7;
    box-shadow: 0px 0px 8px #adadad;
}
.contenedor-carrito {
    width: 100%;
    height: 100%;
    padding: 16px 15px 0px 15px;
    background: #fff;
    /*border: 1px solid #eaeaea;*/
    overflow-x: hidden;
    max-height: 65vh;
}
.contenedor-carrito-abajo{
    background: #fff;
    padding: 6px;
    text-align: center;
}
.item-carrito {
    display: table;
    vertical-align: middle;
    border-color: inherit;
    width: 100%;
    border-bottom: 1px solid #f2f1f1;
    margin-bottom: 15px;
}
.item-carrito section {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.item-carrito figure {
    display: table-cell;
    border-spacing: 0;
    border-collapse: collapse;
    vertical-align: middle;
    width: 35%;
    text-align: center;
}
.item-carrito a {
    color: #000;
    text-transform: capitalize;
    display: table-cell;
    border-spacing: 0;
    border-collapse: collapse;
    vertical-align: middle;
    font-size: 10pt;
    padding: 5px;
    text-align: right;
    /*width: 40%;*/
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.item-carrito figure a{
    padding: 0;
    text-align: center;
}
.item-carrito img {
    /*height: 45px;*/
    width: 90%;
    margin: 0 auto;
    /* max-width: 100%; */
}
.item-carrito span {
    display: table-cell;
    border-spacing: 0;
    border-collapse: collapse;
    vertical-align: middle;
    padding: 14px 0;
    font-size: 8pt;
    width: 10%;
}
.item-carrito a i{
    /*display: block;*/
    font-style: normal;
    text-transform: lowercase;
}
.item-carrito strong {
    display: table-cell;
    border-spacing: 0;
    border-collapse: collapse;
    vertical-align: middle;
    font-size: 11pt;
    width: 66px;
    padding: 5px;
    width: 20%;
}
.cerrar-carrito i:before {
    font-size: 10px;
    padding: 7px;
    /*background: #f2f1f1;*/
    color: #000;
    /* border-radius: 50%;*/
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cerrar-carrito i:hover:before {
    background: #ee8600;
    color: #fff;
}
.boton-carrito {
    text-transform: uppercase;
    /*margin-right: 10px;*/
    text-decoration: none;
    color: #ffffff !important;
    background: #e43a17;
    /*border: 1px solid #e43a17;*/
    display: inline-block;
    padding: 5px 10px;
    font-size: 10pt;
    width: 49%;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.boton-carrito:hover, .boton-carrito:focus {
    background: #000;
    color: #fff !important;
}
.boton-carrito span:before{
    color: #fff !important;
}
.boton-pagar {
    text-transform: uppercase;
    margin-right: 0px;
    text-decoration: none;
    color: #000000 !important;
    background: #d8d8d8;
    display: inline-block;
    padding: 5px 10px;
    font-size: 10pt;
    width: 49%;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.boton-pagar:hover, .boton-pagar:focus {
    background: #584e4b;
    color: white !important;
}
.boton-pagar span:before{
    color: #6c6c6c !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.boton-pagar:hover span:before, .boton-pagar:focus span:before{
    color: #fff !important;
}
/* fin carrito de compra */
.btn-primary {
    margin-bottom: 0;
    border: 0;
    padding: 5px 10px;
    color: #383838;
    background-color: #f2f1f1;
    border-color: #383838;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active:focus {
    color: #fff;
    background-color: #838484;
    border-color: #838484;
}
.btn-primary:active, .btn-primary.active{
    color: #fff;
    background-color: #383838;
    border-color: #383838;
}
.btn-primary:active:hover, .btn-primary.active:hover{
    color: #fff;
    background-color: #383838;
    border-color: #383838;
}
.linkeables{
    padding: 0;
    margin: 25px 0;
    border-bottom: 1px dotted #b7b7b7;
    padding-bottom: 10px;
}
.linkeables li{
    list-style: none;
    display: inline-block;
    padding: 0 1px;
}
.linkeables li a{
    color: #797979;
    text-transform: lowercase;
}
.linkeables li a:hover{
    color: #ff6700;
}
.linkeables>li+li:before {
    content: "/\00a0";
    padding: 0 0px 0 0;
}
.item-tit{
    text-align: left;
    font-size: 10pt;
    /*height: 75px;*/
    /*word-wrap: break-word;*/
    max-height: 85px;
    overflow: hidden;
    margin-bottom: 2px;
    min-height: 60px;
    font-weight: 500;
    /*transform: scaley(1.07);*/
    /*font-stretch: ultra-expanded;*/
}
.cont-prod > a:hover{
    color: #23527c;
}
.div-produ{
    height: 350px;
    margin-bottom: 2%;
}
.grupo-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 5px;
}
.item-text{
    color: #777;
    font-size: 13px;
    /*margin: 0;*/
}

.item-text-stock{
    color: #d20563;
    font-size: 14px;
    /*margin: 0;*/
}

.titulos{
    border-bottom: 1px dotted #b7b7b7;
    display: block;
}

.titulos h4{
    display: inline-block;
    font-weight: bold;
    font-size: 12pt;
    color: #000;
    text-transform: uppercase;
}
.titulos a{
    color: #ff9a17;
    text-decoration: underline;
    margin-left: 6px;
}
.item-strong{
    color: #000;
    font-size: 11px;
}
.tags {
    margin-top: 5px;
    background-color: #ff0000;
    padding: 5px 8px;
    border-radius: 12px;
    color: #fff;
    font-size: 8pt;
    /* font-weight: 700; */
    line-height: 12px;
    white-space: normal;
    z-index: 3;
    position: absolute;
    left: 4px;
    top: 0;
}
.bagdes {
    margin-top: 5px;
    background-color: #c429d2;
    padding: 5px 8px;
    border-radius: 12px;
    color: #fff;
    font-size: 8pt;
    /* font-weight: 700; */
    line-height: 12px;
    white-space: normal;
    z-index: 3;
    position: absolute;
    right: 4px;
    top: 0;
}
.titt{
    background: #333333;
    color: #fff;
    margin: 0;
    padding: 15px;
    font-size: 13px;
    text-align: center;
}
.rut{
    width: 55px;
    z-index: 2;
    text-align: center;
    background: #b8b8b800;
    border: 0;
    padding: 5px 25px;
    display: table-cell;
    vertical-align: middle;
}
.link-menu button.dropdown-toggle:after {
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #383838;
}
.btn-cotizar{
    background: #2f7ebd;
    color: #fff;
    padding: 8px 0px;
    margin: 0px auto;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    display: inline-block;
    font: 1.1rem quatro-bold,sans-serif;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.btn-cotizar:hover, .btn-cotizar:focus{
    color: #fff;
    background: #000000;
    text-shadow: 0px 0px 1px #ffff;
}

.btn-whatsapp3{
    background: #18941d;
    color: #fff;
    padding: 8px 0px;
    margin: 20px 505px;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    display: inline-block;
    font: 1.1rem quatro-bold,sans-serif;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
    width: 20%;
    text-align: center;
}
.btn-whatsapp3:hover, .btn-whatsapp3:focus{
    color: #fff;
    text-shadow: 0px 0px 1px #ffff;
    }
.btn-whatsapp{
    background: #18941d;
    color: #fff;
    padding: 8px 0px;
    margin: 0px auto;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    display: inline-block;
    font: 1.1rem quatro-bold,sans-serif;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.btn-whatsapp:hover, .btn-whatsapp:focus{
    color: #fff;
    text-shadow: 0px 0px 1px #ffff;
}
.btn-whatsapp2{
    background: #00ba07;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 0px auto;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    display: inline-block;
    /* font: 1.1rem quatro-bold,sans-serif; */
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
    /*width: 100%;*/
    text-align: center;
    vertical-align: middle;
    /*width: 23%;*/
}
.btn-whatsapp2:hover, .btn-whatsapp2:focus{
    color: #fff;
    background: #009334;
}
.btn-whatsapp2 img{
    height: 30px;
}
.btn-facebook{
    background: #006abf;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 0px auto;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    display: inline-block;
    /* font: 1.1rem quatro-bold,sans-serif; */
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
    /*width: 100%;*/
    text-align: center;
    vertical-align: middle;
    /*width: 23%;*/
}
.btn-facebook:hover, .btn-facebook:focus{
    color: #fff;
    background: #000;
    /*text-shadow: 0px 0px 1px #ffff;*/
}
.btn-carrito2{
    background: #ff9a17;
    color: #fff;
    display: block;
    border: 0;
    font-size: 12pt;
    padding: 10px 10%;
    border-radius: 1.2rem;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-carrito2:hover, .btn-carrito2:focus{
    background: #717171;
}
.btn-carrito2 span{
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
}
.form-horizontal .control-label {
    text-align: left;
}
.modal .form-control{
    height: 30px;
}
.modal .form-group {
    margin-bottom: 2px;
}
textarea.form-control {
    height: auto !important;
    margin-bottom: 12px;
}
.modal-dialog.modal-xl {
    margin-top: 90px;
    padding-right: 0;
}
.modal-dialog.modal-lg {
    margin-top: 90px;
    padding-right: 0;
}
.modal-marca .close {
    z-index: 999;
    position: absolute;
    /*right: 24px;
    top: 0;*/
    right: -25px;
    top: -75px;
    background: transparent;
    font-size: 65px;
    opacity: 1;
    color: #FFC107;
    text-shadow: 0px 0px 5px #797979;
    font-weight: 100;
    font-family: 'Swis721WGL4BT';
    width: 45px;
    height: 45px;
}
.modal-header{
    margin: 0;
    padding: 25px 15px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 8px 8px 0 0;
    color: #000;
    text-align: center;
}
.modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: -60px;
    right: 0;
    font-size: 40pt;
    font-weight: 100;
    text-shadow: none;
    color: #fff;
    font-family: initial;
    opacity: 1;
}
.modal-header .close:hover {
    color: #FF9800;
}
.modal-content{
    border-radius: 10px;
}
.mod-text{
    color: #676769;
}
.titulo-modal{
    background: #f28c3c;
    color: #fff;
    padding: 10px 15px;
}
button:focus, .btn:focus{
    outline: 0;
}
.banner-home{
    overflow: hidden;
}
.btn-cotizar2{
    background: #ff6700;
    color: #fff;
    padding: 8px 0px;
    margin: 5px auto;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    display: inline-block;
    font: 1.1rem quatro-bold,sans-serif;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
}
.btn-cotizar2:hover, .btn-cotizar2:focus {
    background: #383838;
    color: #fff;
}
.btn-coti{
    background: #e87500;
    color: #fff;
    padding: 8px 0px;
    margin: 0px auto;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    display: inline-block;
    font: 2.3rem quatro-bold,sans-serif;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    border: 0;
}
.btn-coti:hover, .btn-coti:focus{
    color: #fff;
    background: #333333;
    text-shadow: 0px 0px 1px #ffff;
}
.fondo-marcas .item img{
    max-height: 60px;
    width: auto;
    margin: 0 auto;
}
#demo1 .icono-prev, #demo2 .icono-prev, #demo3 .icono-prev, #demo4 .icono-prev{
    left: 35px;
}
#demo1 .icono-next, #demo2 .icono-next, #demo3 .icono-next, #demo4 .icono-next{
    right: 35px;
}
#demo1.conten, #demo2.conten, #demo3.conten, #demo4.conten {
    padding: 2% 0%;
}

.grupo-desliz .list-group{
    margin: 0;
}
.form-buscar .input-group {
    padding: 0;
}
.form-buscar .form-control{
    height: 40px !important;
    border: 1px solid #838484 !important;
    border-radius: 1.5rem 0 0 1.5rem !important;
    color: black !important;
    border-right: 0 !important;
    box-shadow: none;
    background: #f2f1f1 !important;
}
.btn-buscar{
    height: 40px;
    width: 40px;
    border: 1px solid #838484;
    background: #f2f1f1;
    border-left: 0;
    color: #838484;
    border-radius: 0 1.5rem 1.5rem 0;
}
.form-control::-webkit-input-placeholder {
    color: #B7B6B6;
}
.form-control:-moz-placeholder {
   color: #B7B6B6;
   opacity: 1;
}
.form-control::-moz-placeholder {
   color: #B7B6B6;
   opacity:  1;
}
.form-control:-ms-input-placeholder {
   color: #B7B6B6;
}
#display{
    width: 100%;
    display: none;
    overflow: hidden;
    z-index: 99;
    border: solid 1px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #dcdcdc;
    max-height: 350px;
    overflow-y: overlay;
}
#display a{
    padding: 10px 20px;
    border-bottom: 1px dashed #dcdcdc;
    display: block;
    color: #383838;
    transition: all 0.4s ease;
}
#display a:hover{
    background: #eaeaea;
}
.enlace-buscador{
    color: #383838;
}
.enlace-buscador figure{
    display: table-cell;
    vertical-align: middle;
    width: 40%;
}
.enlace-buscador figure img{
    width: 80%;
}
.enlace-buscador aside{
    display: table-cell;
    vertical-align: middle;
    width: 60%;
}
.enlace-buscador aside p{
    color: #000;
}
.div-iconos {
    display: flex!important;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}
.div-iconos img{
    height: 45px;
}
hr{
    border-top: 1px solid #DBDBDB;
    margin-top: 10px;
    margin-bottom: 10px;
}
.redes a span:before{
    font-size: 25pt;
}
.btn-enviar{
    background: #999999;
    border: 0;
    color: #fff;
    padding: 15px 10px;
    margin: 5px auto;
    overflow: hidden;
    position: relative;
    display: inline-block;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    border-radius: 1.3rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-enviar:hover, .btn-enviar:focus{
    background: #e43a17;
    color: #fff;
}
.btn-plomo{
    background: #999999;
    border: 0;
    color: #fff;
    padding: 15px 10px;
    margin: 5px auto;
    overflow: hidden;
    position: relative;
    display: inline-block;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-plomo:hover, .btn-plomo:focus{
    background: #e43a17;
    color: #fff;
}
input[type='text'].form-control, input[type='number'].form-control, input[type='email'].form-control, input[type='password'].form-control, input[type='date'].form-control, input[type='tel'].form-control, select.form-control, textarea.form-control, select.select {
    /*height: 50px;*/
    line-height: 1.5 !important;
    -webkit-appearance: none;
    border-radius: 4px;
    padding: 0 1rem;
    background-color: #fff;
    position: relative;
    z-index: 2;
    width: 100%;
    border-color: #bbb;
    color: #252525;
    font-size: 10pt;
}
.input-sus.form-control{
    background: transparent !important;
    border-radius: 10px !important;
    border-color: #727373 !important;
    height: 50px;
}
/* banner slick */
.banner-home {
    overflow: hidden;
}
.titulo-banner {
    position: absolute;
    /*top: 50%;*/
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 16pt;
    width: 50%;
    text-align: left;
    line-height: 1.5;
}
.banner-home .slick-active .titulo-banner {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.titulo-banner article {
    -webkit-transform: translate(0%, -0%);
    -moz-transform: translate(0%, -0%);
    -ms-transform: translate(0%, -0%);
    -o-transform: translate(0%, -0%);
    transform: translate(0%, -0%);
}
.titulo-banner article div{
    background: rgba(0, 0, 0, 0.5);
    padding: 4% 6% 4% 6%;
    /*margin-left: 10%;*/
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1s;
}
.titulo-banner article h2{
    color: #fff;
    border-bottom: 1px solid #eaeaea;
    /*display: inline-block;*/
    font-weight: normal;
}
.titulo-banner article h3{
    display: block;
    margin: 0;
}
.titulo-banner article p{
    display: block;
}
.banner-home .slick-active .titulo-banner article div{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.titulo-banner article .btn-cotizar{
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 2s;
}
.banner-home .slick-active .titulo-banner article .btn-cotizar{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
/* fin banner slick */
.padding-carru .item.slick-slide{
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 68px;
    padding-top: 12px;
}
.padding-carru2 .item.slick-slide{
    padding-left: 10px;
    padding-right: 10px;
}
/*.padding-carru .item.slick-slide:first-child{
    padding-left: 0px;
}
.padding-carru .item.slick-slide:last-child{
    padding-right: 0px;
}*/
.contenido-prod {
    margin: 0 auto;
    position: relative;
    /*border: 1px solid #b7b7b7;*/
    padding: 10px;
    z-index: 1;
    color: black;
}
.contenido-prod .carruser{
    padding-top: 12px;
}
.contenido-prod a {
    color: #000;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.contenido-prod h5 {
    text-align: justify;
}

.contenido-prod h5.precio {
    text-align: justify;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4rem;
    color:#185da8;
}

.seccionimg {
    width: 100%;
    height: 180px;
    max-height: 61vh;
    overflow: hidden;
    position: relative;
    will-change: transform;
}
.imgsec {
    width: 100%;
    height: 100%;
    background-position: center;
    background-position: center center;
    background-size: auto 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    /* background-size: contain; */
    background-repeat: no-repeat;
}
.carruser h4 {
    margin: 0;
    padding: 15px 0px 0;
}
.efecto-zoom a {
    display: block;
    position: relative;
}
.efecto-zoom .imgsec {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.btn-agregar {
    background: #ff9a17;
    color: #ffffff !important;
    border: 1px solid #ff9a17;
    padding: 10px;
    font-size: 11pt;
    text-align: center;
    display: inline-block;
    border-radius: 1.5rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /*opacity: 0;*/
}
.btn-agregar span:before{
    font-size: 12pt;
}
.btn-agregar:hover, .btn-agregar:focus {
    background: #e43a17;
    border-color: #e43a17;
    color: white !important;
}
.contenido-prod article{
    position: absolute;
    z-index: 2;
    top: 99%;
    left: -1px;
    width: 101%;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    border-left: 1px solid #b7b7b7;
    /*border-bottom: 1px solid #b7b7b7;*/
    border-right: 1px solid #b7b7b7;
    transition: all .15s ease-out 0s;
}
.contenido-prod:hover article{
    height: 60px;
    padding: 10px;
    padding-top: .5rem;
    padding-bottom: 0;
    border: 1px solid #b7b7b7;
    box-shadow: 0px 5px 5px #adadad;
    border-top: 0;
}
.contenido-prod:hover{
    border: 1px solid #b7b7b7;
    box-shadow: 0px 0px 8px #adadad;
}
.efecto-zoom:hover .imgsec {
    transform: scale(1.1, 1.1);
}
.spinner {
    width: 100px;
}
.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}
.input-group-btn-vertical i{
    position: absolute;
    top: 20%;
    left: 30%;
    line-height: 1.4;
}
.spinner .form-control{
    border: 1px solid #dadada;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    text-align: center;
}
.input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 12px;
    margin-left: -1px;
    position: relative;
    border-radius: 0;
    color: #000;
    font-size: 9px;
    font-weight: 100;
    background: whitesmoke;
    border: 1px solid #dadada;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.input-group-btn-vertical > .btn:last-child {
    margin-top: -2px;
}
.input-group-btn-vertical > .btn:hover, .input-group-btn-vertical > .btn:focus {
    color: #000;
    background: #dadada;
}
.iconos-pagos{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    color: #000;
    position: relative;
}
.iconos-pagos aside {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}
.iconos-pagos aside img {
     height: 80px;
    /*width: 70px;*/
}
.iconos-pagos:before{
    content: ' ';
    position: absolute;
    /*width: 400px;*/
    height: 2px;
    background: #cccccc;
    left: 50%;
    /*top: 37%;*/
    /*margin-left: -200px;*/
    z-index: -1;
    width: 45%;
    top: 42%;
    margin-left: -23%;
}
.tabla-transparente{
    color: #000;
}
.tabla-transparente figure{
    max-height: 80px;
    width: 80px;
}
.inline-block{
    display: inline-block;
}
.vertical-middle{
    vertical-align: middle;
}
.tabla-transparente figure img{
    max-height: 80px;
    padding: 4px;
    width: auto;
}
.tabla-transparente > table{
    border-bottom: 1px solid #bbb;
}
.tabla-transparente h5{
    display: inline-block;
    max-width: 85%;
    vertical-align: middle;
    margin: 0;
}
.tabla-transparente .table > thead > tr > th{
    border: 0;
    border-bottom: 2px solid #bbb;
    border-top: 0;
    font-size: 0.96em;
    text-transform: uppercase;
    font-weight: bold;
}
.tabla-transparente .table > tbody > tr > td{
    border: 0;
    vertical-align: middle;
    line-height: 1.5em;
    font-size: 1em;
    border-top: 1px solid #bbb;
}
.tabla-transparente > table.review{
    border: 0 !important;
}
.tabla-transparente > table.review tr:first-child td{
    border-top: 0 !important;
}
.tabla-transparente > table.review figure{
    height: 40px;
    width: 50px;
}
.tabla-transparente > table.review figure img {
    max-height: 40px;
}
.tabla-transparente > table tr td:first-child{
    background-color: transparent;
    width: auto;
}
.tabla-transparente > table tr:hover td, .tabla-transparente > table tr:hover th {
    background: transparent;
    color: #000;
}
.btn-transparente{
    background: transparent;
    color: #000;
    font-weight: normal;
    text-transform: initial;
    display: inline-block;
    padding: 1.5rem 2.6rem;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.btn-transparente:hover, .btn-transparente:focus{
    /*background: #fff;*/
    color: #f07d23;
}
.space-nowrap{
    white-space: nowrap;
}
.tooldiv{
    position: relative;
}
.tooldiv aside{
    background: #ff9a17;
    padding: 20px 15px;
    color: #fff;
}
.tooldiv span{
    width: 20px;
    height: 20px;
    background: #ff9a17;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    display: block;
    margin-top: -11px;
    z-index: -1;
    margin-left: 10%;
}
.dividido{
    color: #ff9a17;
}
.dividido h1{
    padding-right: 15px;
    font-weight: bold;
    display: inline-block;
}

.dividido p.texto-chico{
    color: #293fee;
    font-size: 14px;
}

.dividido h1:nth-of-type(2){
    color: #e43a17;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    padding-right: 0;
    display: inline-block;
}
.dividido h1:nth-of-type(2):before {
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 0;
    border-radius: 50%;
}
.cards{
    cursor: pointer;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    border-radius: 10px;
}
.cards-body{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.8rem;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-label {
    margin-bottom: 0;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-radio .custom-control-label::before {
    border: 2px solid #3a2c22;
    background: #fff;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #ffe88e;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.mt-2, .my-2 {
    margin-top: .5rem!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.border-primary {
    border-color: #fddc5d!important;
}
/* Escroll */
.scroll::-webkit-scrollbar, .scroll > tbody::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}
.scroll::-webkit-scrollbar-thumb, .scroll > tbody::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
    cursor: pointer !important;
}
.scroll::-webkit-scrollbar-thumb:active, .scroll > tbody::-webkit-scrollbar-thumb:active {
    background-color: #999999;
    cursor: pointer !important;
}
.scroll::-webkit-scrollbar-thumb:hover, .scroll > tbody::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer !important;
}
.scroll::-webkit-scrollbar-track, .scroll > tbody::-webkit-scrollbar-track {
    border:  1px solid grey;
    border-radius: 4px;
}
.scroll::-webkit-scrollbar-scroll, .scroll > tbody::-webkit-scrollbar-scroll{
    background: blue;
}
.scroll::-webkit-scrollbar-track:hover,
.scroll::-webkit-scrollbar-track:active,
.scroll > tbody::-webkit-scrollbar-track:hover,
.scroll > tbody::-webkit-scrollbar-track:active {
    border:  1px solid grey;
}
.scroll::-moz-scrollbar, .scroll > tbody::-moz-scrollbar {
    width: 11px;
    height: 11px;
}
.scroll::-moz-scrollbar-thumb:active, .scroll > tbody::-moz-scrollbar-thumb:active {
    background-color: #999999;
    cursor: pointer !important;
}
.scroll::-moz-scrollbar-thumb:hover, .scroll > tbody::-moz-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer !important;
}
.scroll::-moz-scrollbar-track, .scroll > tbody::-moz-scrollbar-track {
    border:  0px solid grey;
    border-radius: 4px;
}
.scroll::-moz-scrollbar-scroll, .scroll > tbody::-moz-scrollbar-scroll{
    background: blue;
}
.scroll::-moz-scrollbar-track:hover,
.scroll::-moz-scrollbar-track:active,
.scroll > tbody::-moz-scrollbar-track:hover,
.scroll > tbody::-moz-scrollbar-track:active {
    border:  1px solid grey;
}
.scroll::-ms-scrollbar, .scroll > tbody::-ms-scrollbar {
    width: 11px;
    height: 11px;
}
.scroll::-ms-scrollbar-thumb:active, .scroll > tbody::-ms-scrollbar-thumb:active {
    background-color: #999999;
    cursor: pointer !important;
}
.scroll::-ms-scrollbar-thumb:hover, .scroll > tbody::-ms-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer !important;
}
.scroll::-ms-scrollbar-track, .scroll > tbody::-ms-scrollbar-track {
    border:  1px solid grey;
    border-radius: 4px;
}
.scroll::-ms-scrollbar-scroll, .scroll > tbody::-ms-scrollbar-scroll{
    background: blue;
}
.scroll::-ms-scrollbar-track:hover,
.scroll::-ms-scrollbar-track:active,
.scroll > tbody::-ms-scrollbar-track:hover,
.scroll > tbody::-ms-scrollbar-track:active {
    border:  1px solid grey;
}
/*fin tabla absoluta*/
.btnModalDetalleCompra {
    background-color: #FF9800;
    color: #000;
    border: none;
    border-radius: 0.5rem;
    font-weight: bold;
    font-size: 10pt;
    white-space: nowrap;
    padding: 10px 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btnModalDetalleCompra:hover, .btnModalDetalleCompra:focus {
    background-color: #545454;
    color: #fff;
}
.sin-margen-arriba{
    margin-top: 0 !important;
}
.sin-margen-abajo{
    margin-bottom: 0 !important;
}
.btn-azul{
    background: #1198f5;
    border: 0;
    color: #fff;
    padding: 15px 10px;
    margin: 5px auto;
    overflow: hidden;
    position: relative;
    display: inline-block;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-azul:hover, .btn-azul:focus{
    background: #036ce4;
    color: #fff;
}
.btn-rojo{
    background: #ea4335;
    border: 0;
    color: #fff;
    padding: 15px 10px;
    margin: 5px auto;
    overflow: hidden;
    position: relative;
    display: inline-block;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-rojo:hover, .btn-rojo:focus{
    background: #a2180d;
    color: #fff;
}
.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
}
.modal-home .close{
    z-index: 999;
    position: absolute;
    right: 0;
    top: -75px;
    background: transparent;
    font-size: 54px;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    font-weight: 100;
    font-family: 'Swis721WGL4BT';
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 0;
}
.modal-home .close:hover{
    background: #ffffff;
    color: #000;
}
.modal-xl{
    width: 98%;
}
.popup-home .item{
    text-align: center;
}
.popup-home a{
    display: inline-block;
    text-align: center;
}
.popup-home img{
    display: block;
    margin: 0 auto;
    height: auto;
}
.lista .contenido-prod{

}
.lista .contenido-prod .carruser{
    padding-top: 0;
    display: table;
    width: 100%;
}
.lista .contenido-prod .carruser figure{
    display: table-cell;
    vertical-align: middle;
    width: 40%;
}
.lista .contenido-prod .carruser aside{
    display: table-cell;
    vertical-align: middle;
    width: 60%;
}
.lista .contenido-prod .carruser aside .item-tit{
    min-height: auto;
    max-height: auto;
    font-size: 11pt;
    font-weight: bold;
    overflow: visible;
}
.lista .contenido-prod article{
    width: 100% !important;
    margin: 0 auto;
    border: 0;
    box-shadow: none;
    text-align: right;
    position: relative;
    left: 0;
    padding: 0;
    overflow: visible;
    height: auto;
}
.lista .contenido-prod article .btn-agregar{
    width: 30%;
    font-size: 9pt;
}
.d-flex{
    display: flex;
    align-items: center;
}
.d-flex p{
    margin-right: 10px;
}

/*Máximos media Query*/
@media(max-width: 1200px){
    #wowslider-container1 .ws-title span .tit-b{
        font-size: 35px;
    }
    #wowslider-container1 .ws-title span h1,
    #wowslider-container1 .ws-title span h2,
    #wowslider-container1 .ws-title span h3{
        font-size: 25px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .ws-title p{
        font-size: 13px;
    }
    .text-val h3 {
        font-size: 14px;
    }
    h2, .h2 {
        font-size: 24px;
    }
    h3, .h3 {
        font-size: 22px;
    }
    .enlaces-d {
        /*height: 355px;*/
    }
    .st-img .text-img{
        font-size: 12px;
    }
    .diven{
        width: 30%;
    }
    #tabs li {
        float: initial;
        display: table-cell;
        vertical-align: middle;
    }
    .cat-info{
        margin: 25px 5px 5px 5px;
    }
}
@media(max-width:991px){
    .div-prod{
        width: 48%;
        margin: 25px 5px 5px 5px;
    }
    .prod-img {
        padding-right: 5px;
        vertical-align: middle;
    }
    .div-info{
        width: 48%;
        margin: 25px 5px 5px 5px;
    }
    .info-img {
        padding-right: 5px;
    }
    #wowslider-container1 .ws-title span .tit-b {
        font-size: 29px;
    }
    .dropdown-menu span {
        font-size: 24px;
    }
    .div-ben {
        width: 30%;
    }
    .text-val{
        height: 50%;
        padding: 0 5px;
    }
    .diven{
        width: 38%;
    }
    .enlaces-d {
        width: 46%;
        height: 270px;
    }
    .st-img p.img-cel {
        display: block;
    }
    .cat-info{
        margin: 15px 5px;
        width: 47%;
    }
    .cat-text {
        padding: 20px 15px 5px 15px;
    }
    .lista .contenido-prod article .btn-agregar{
        width: 45%;
    }
}
/*inicio 767*/
@media(max-width: 767px){
    .menu-drop2 > .link-tot{
        display: block !important;
    }
    .padding-cel{
        padding: 0;
    }
    .header_box {
        padding-bottom: 0%;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #838484;
        margin: 0;
        padding: 0;
        border: 0;
    }
    .navbar-nav {
        margin: 0;
        width: 100% !important;
    }
    .navbar-toggle.collapsed {
        background-color: #fff !important;
        border-color: #fff !important;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #838484;
        background: #f5f5f5;
    }
    .navbar-toggle .icon-bar {
        background-color: #838484;
    }
    .navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar{
        background-color: #aaabab;
    }
    .navbar-toggle{
        background-color: #ffffff;
        border-color: #ffffff;
        border-radius: 0;
    }
    .navbar-toggle:hover, .navbar-toggle:focus {
        background-color: #f5f5f5;
        border-color: #f5f5f5;
    }
    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
        color: #f5f5f5;
        background-color: #f5f5f5;
        border-top: 0 solid #f07d23;
        margin-top: 0;
    }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #906494;
        font-weight: 700;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #ffffff;
        background-color: #906494;
        font-weight: 700;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #383838;
        font-size: 14px;
        display: block;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a span {
        padding-right: 6px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
        background-color: #ff6700;
    }
    .navbar-inverse .navbar-nav > li > .link-menu > a:hover, .navbar-inverse .navbar-nav > li > .link-menu > a:focus {
        color: #fff;
        background-color: #838484;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{

    }

    .dropdown-submenu.open > a:after, .dropdown.open > a:after{
        border-left-color: #ffffff;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
        padding-right: 6%;
    }

    .dropdown-submenu>a:hover:after, .dropdown>a:hover:after, .dropdown-submenu>a:focus:after, .dropdown>a:focus:after, .dropdown-submenu>a:active:after, .dropdown>a:active:after {
        border-left-color: #906494 !important;
    }
    .menu-drop2 > li > a {
        padding: 20px 10px 20px 47px !important;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #906494;
        border-bottom: 0px solid #f28c3c;
    }
    .dropdown-menu > .active > a span, .dropdown-menu > .active >a span:focus {
        color: #ffffff !important;
    }
    .navbar-inverse .navbar-nav>.active > a:after {
        border-left-color: rgb(255, 255, 255);
    }
    .navbar-inverse .navbar-nav>li> .link-menu >a {

        display: table-cell;
        vertical-align: middle;
        padding: 20px 35px 20px 15px;
        width: 100%;
    }
    .link-menu{
        display: inline-flex;
        width: 100%;
        position: relative;
    }
    .navStyle ul li a{
        color: #383838;
        display: table-cell;
        vertical-align: middle;
        padding: 20px 35px 20px 30px;
        width: 100%;

    }
    .navbar-inverse .navbar-nav > li> .link-menu >a {
        color: #000;
    }
    .link-menu button.dropdown-toggle:after{
        border-left-color: #000;
    }
    .navbar-inverse .navbar-nav > li> .link-menu.open >a, .navbar-inverse .navbar-nav > li> .link-menu.open >a {
        color: #404040 !important;
    }

    .navbar-inverse .navbar-nav > li.dropdown.ancholi.open > .link-menu >a, .navbar-inverse .navbar-nav > li.dropdown.ancholi.open > .link-menu.open >a {
        color: #fff !important;
    }
    .navbar-inverse .navbar-nav > li.dropdown.ancholi.open > .link-menu button.dropdown-toggle:after, .navbar-inverse .navbar-nav > li.dropdown.ancholi.open > .link-menu button.dropdown-toggle:after {
        border-left-color: #fff !important;
    }
    .navbar-inverse .navbar-nav > li> .link-menu.open >a:hover, .navbar-inverse .navbar-nav > li> .link-menu.open >a:focus {
        color: #404040 !important;
        background: #d8d8d8;
    }
    .menu-drop1 li a{
        background-color: #f5f5f5 !important;
    }
    .menu-drop1 li button{
        background-color: #f5f5f5 !important;
    }
    .dropdown-submenu.open .dropdown-menu.menu-drop2 > li > a:hover, .dropdown-submenu.open .dropdown-menu.menu-drop2 > li > a:focus{
        background-color: #838484 !important;
    }
    .div-prod {
        width: 100%;
        margin: 15PX 0 0 0;
    }
    .div-prod p {
        height: 45px;
        line-height: 15px;
        overflow: hidden;
    }
    .div-info {
        width: 100%;
        margin: 15PX 0 0 0;
    }
    .div-info p {
        height: 45px;
        line-height: 15px;
        overflow: hidden;
    }
    .tit-b{
        font-size: 26px;
    }
    #wowslider-container1 .btn-leer{
        margin-bottom: 13px;
        padding: 13px 22px;

        position: relative;
        bottom: 0;
        display: table;
        left: 0;
        margin-top: 20px;
    }
    .div-ben {
        width: 48%;
    }
    .text-info {
        width: 100%;
        text-align: center;
    }
    .text-info p{
        text-align: justify;
    }
    .fondo-pie {
        background-size: cover;
    }
    .fondo-pie .posicion-p {
        text-align: center;
    }
    .text-val{
        height: initial;
        margin-bottom: 15px;
    }
    .img-md{
        background: #d7dddd;
        padding: 0;
    }
    .fondo-2 p{
        text-align: justify;
    }
    .fondo-4 p{
        text-align: justify;
    }
    .img-dtcint{
        float: initial;
    }
    .img-cel{
        text-align: center !important;
    }
    .div-enlaces{
        width: 100%;
        display: block;
    }
    .diven{
        margin: 2px 1%;
        width: 38%;
        display: table-cell;
        vertical-align: middle;
    }
    .enlaces-d {
        width: 100%;
        height: 100%;
        display: block;
        margin: 0;
        margin-bottom: 10px;
        padding: 9%;    padding-bottom: 74px;
    }
    .enlaces-d h3 {
        margin-top: 0;
        position: relative;
        padding-top: 13%;
    }
    .div-img{
        margin: 0px;
    }
    .text-img{
        width: 100%;
        text-align: justify;
        float: initial !important;
        display: block;
        padding: 0 !important;
    }
    .div-img p.img-cel {
        display: block;
        padding: 0;
        float: initial !important;
        width: 100%;
    }
    .info-img {
        display: table-cell;
        vertical-align: middle;
    }
    .fondo-2 {
        background: #f0f6fc !important;
    }
    .st-img .div-img {
        background: transparent;
    }
    .fondo-4 {
        font-size: 15px;
    }
    .scrol {
        max-height: 100%;
    }
    p{
        font-size: 13px;
    }
    h1,h2,h3{
        font-size: 20px;
    }
    h4{
        font-size: 16px ;
    }
    h5{
        font-size: 14px ;
    }
    .cont-fr p{
        font-size: 16px !important;
    }
    .btn-cat{
        background: #fcea8b;
    }
    .div-ul{
        margin-bottom: 0 !important;
        display: table;
        width: 100%;
        padding: 0;
        text-align: center;
        border-top: 1px solid #838484;
    }
    .div-ul li {
        display: table-cell;
        vertical-align: middle;
        width: 30%;
        border-left: 1px solid #838484;
    }
    .div-ul li a {
        font-size: 24px;
        color: #404040;
    }
    .div-ul li:first-child{
        border-left: 0px solid #838484;
    }
    .logo {
        width: 100%;
        float: none;
    }
    .llamada{
        padding: 0;
        background: #ffffff;
    }
    .navbar-toggle {
        /*margin-top: 10px;
        margin-bottom: 10px;*/
        padding: 24px 30px;
        float: none;
        margin: 0;
        border: 0;
    }
    .navbar-inverse {
        background-color: rgb(245, 245, 245);
        border-top: 1px solid #bebfbf;
        min-height: auto;
    }
    .grupo-buscar {
        width: 100%;
    }
    .col-lg-8-8{
        width: 69.666667%;
    }
    .modal-buscar .modal-header{
        background: #383838;
        /*color: #fff;
        display: table;
        width: 100%;*/
    }
    .modal-buscar .modal-header h5{
        display: inline-block;
    }
    .modal-buscar .modal-title{
        display: table-cell;
        vertical-align: middle;
        width: 80%;
    }
    .modal-buscar btn.close{
        display: table-cell;
        vertical-align: middle;
        float: none;
        width: 20%;
        margin: 0;
        text-align: center;
    }
    .modal-buscar #caja_busqueda2 {
        height: 45px;
    }
    .modal-buscar button.btn.btn-primary {
        height: 45px;
        margin: 0;
    }
    .modal-buscar button.btn.btn-primary i{
        font-size: 30px;
    }
    #display2{
        width: 100%;
        display: none;
        overflow: hidden;
        z-index: 99;
        border: solid 1px;
        position: relative;
        top: 100%;
        left: 0;
        background-color: white;
        border: 1px solid #dcdcdc;
        max-height: 350px;
        overflow-y: overlay;
    }
    #display2 a{
        padding: 10px 20px;
        border-bottom: 1px dashed #dcdcdc;
        display: block;
        color: #383838;
        transition: all 0.4s ease;
    }
    #display2 a:hover{
        background: #eaeaea;
    }
    #tabs{
        display: flex!important;
        flex-flow: row nowrap;
        justify-content: space-around;
        align-content: center;
        align-items: center;
    }
    #tabs li {
        flex: 0 1 auto;
        align-self: auto;
        min-width: 0;
        flex-grow: 1;
    }
    #tabs a {
        width: 100%;
        text-align: center;
    }
    .logo img{
        width: 50%;
        display: block;
        margin: 0 auto;
    }
    .cel-padding{
        padding-right: 15px;
        padding-left: 15px;
    }
    .ws-title-wrapper{
        position: relative !important;
        top: 0px !important;
        left: 0px !important;
        width: 100% !important;
        height: 200px !important;
        overflow: hidden !important;
        background-color: #ff525e !important;
    }
    #wowslider-container1 .ws-title {
        font: 1em 'Source Sans Pro', Arial, sans-serif;
        position: relative !important;
        right: 0 !important;
        bottom: 0 !important;
        top: 0 !important;
        text-align: center !important;
        color: #FFC107 !important;
    }
    #wowslider-container1 .ws-title div,#wowslider-container1 .ws-title span{
        display:inline-block;
        padding: 0.6em 0.8em;

        position: relative;
        height: 100%;
        width: initial !important;
        background-color: #ff525e !important;
        color: #FFC107 !important;
    }
    .ws_bullets{
        display: none;
    }
    .ws-title span h1,.ws-title span h2,
    .ws-title span h3,.ws-title span h4,
    .ws-title span h5{
        display: inline;
        font-size: 22px !important;
        /*font-size: 26px !important;*/
    }
    #wowslider-container1 .ws_controls{
        display: block !important;
    }
    #wowslider-container1 .ws_next, #wowslider-container1 .ws_prev{
        display: block !important;
        background: #ff525e !important;
        box-shadow: inset 0 0 0 2px #ff525e !important;
        top: 20% !important;
        font: 2.5em "ws-ctrl-rhomb";
    }
    .ws-title p {
        color: #fff;
    }

    #tabs a{
        font-size: 13px;
    }
    .container > .navbar-header, .container > .navbar-collapse{
        margin-left: 0;
    }
    .navbar-nav > li {
        padding-bottom: 0;
        margin-left: 0;
    }
    .nav-tabs > li.active > a:after{
        display: none;
    }
    .navStyle ul li a {
        font-size: 14px;
    }
    .navStyle ul li a h5{
        font-size: 14px;
    }
    .dropdown-submenu > .menu-drop2{
        background-color: #d8d8d8 !important;
        border-radius: 0 0px 0px 0px;
    }
    .nav .open > a, .nav .open .link-menu > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #838484;
    }
    .nav .open .link-menu > button, .nav .open > button:hover, .nav .open > button:focus{
        background-color: #838484;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #838484;
        position: relative;
        float: left;
        left: 0;
        width: 100%;
    }
    .btn-comparar{
        width: 50%;
    }
    .btn-vercat{
        display: block !important;
        margin: 0;
        background: #d8d8d8;
        border: 0;
        color: #383838 !important;
    }
    .grupo-eliminar .glyphicon-trash {
        margin-right: 0%;
    }
    .cont-prod {
        margin: 10px;
    }
    .fourOfour{
        padding: 15px;
    }
    .fourOfour h1 {
        font-size: 45pt;
    }
    .message {
        margin-top: 15px;
    }
    .text-left-celu{
        text-align: left !important;
    }
    .margen-arriba-celu{
        margin-top: 4% !important;
    }
    .margen-abajo-celu{
        margin-bottom: 4% !important;
    }
    .contenido-prod article {
        position: relative;
        height: auto;
        border: 0px solid #b7b7b7;
        padding: 0;
        padding-top: .5rem;
        width: 100%;
    }
    .contenido-prod:hover article {
        height: auto;
        padding: 0;
        padding-top: .5rem;
        padding-bottom: 0;
        border: 0px solid #b7b7b7;
        border-top: 0;
        width: 100%;
    }
    .sin-padding-cel{
        padding: 0;
    }
    .padding-carru .item.slick-slide {
        padding-left: 0;
        padding-right: 0;
    }
    .div-iconos {
        display: block !important;
    }
    .iconos-pagos {
        width: 80%;
    }
    .iconos-pagos aside {
        width: 30%;
    }
    /*tabla dinÃ¡mica*/
    /* Force table to not be like tables anymore */
    .tabla-transparente table, .tabla-transparente thead, .tabla-transparente tbody, .tabla-transparente th, .tabla-transparente td, .tabla-transparente tr {
        display: block;
        border: 0;
    }
    .table-responsive{
        border: 0;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .tabla-transparente thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .tabla-transparente tr {
      margin: 0 0 1rem 0;
      padding-left: 0 !important;
      border-bottom: 1px solid #c1c1c1;
    }
    .tabla-transparente tr:nth-child(odd) {
      background: #ccc;
    }
    .tabla-transparente td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
    }
    .tabla-transparente .table > tbody > tr > td{
        text-align: left;
        white-space: normal;
    }
    .tabla-transparente td:before {
        /* Now like a table header */
        position: absolute;
        top: 0;
        left: 0;
        width: 45%;
        padding-top: 5px;
        padding-right: 10px;
        white-space: nowrap;
        height: 100%;
        padding-left: 6px;
        background: #f7f7f7;
        font-weight: bold;
        color: #000;
    }
    .tabla-transparente tr:nth-child(odd) {
        background: #fff;
    }
    .tabla-transparente > table tr td:first-child{
        white-space: normal;
    }
    .tabla-transparente h5{
        margin: 0;
    }
    .tabla-transparente td.eliminar{
        padding-left: 0 !important;
        text-align: center !important;
        background: #cccccc !important;
    }
    /*.tabla-transparente td:nth-of-type(1):before { content: "PRODUCTO"; }
    .tabla-transparente td:nth-of-type(2):before { content: "CANTIDAD"; }
    .tabla-transparente td:nth-of-type(3):before { content: "PRECIO UNITARIO"; }
    .tabla-transparente td:nth-of-type(4):before { content: "TOTAL PARCIAL"; }*/
    .tabla-transparente > table > tbody > tr > td:before {
        content: attr(data-content);
    }
    .tabla-transparente > table > tbody > tr > td.eliminar:before {
        display: none;
    }
    .btn-absolute{
        font-size: 10pt;
    }
    #tituloFormulario{
        font-size: 9pt;
    }
    .tabla-transparente tr.tr-normal td:before{
        content: '' !important;
        width: 0 !important;
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .tabla-transparente tr.tr-normal td{
        padding-left: 0% !important;
    }
    .tabla-transparente tr.tr-normal th, .tabla-transparente tr.tr-normal{
        display: block;
        border-top: 1px solid #e0e0e0;
        margin-bottom: 0 !important;
    }
    .tabla-transparente tr.tr-normal td{
        display: inline-block;
        width: 49.4% !important;
        border: 0 !important;
    }
    .tabla-transparente tr.tr-normal td.hidden-xs{
        display: none !important;
        padding: 0 !important;
    }
    .custom-control-label{
        display: contents;
    }
    .row-normal-cel{
        display: block;
    }
    .item-carro em{
        top: 0;
        right: -12px;
    }
    .d-flex p{
        text-align: center;
    }
    .d-flex p img{
        height: 25px;
    }
    .d-flex p span {
        display: block;
    }
}
/*fin 767 */
@media(max-width: 650px){
    .st-img .div-img {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
}
@media(max-width: 600px){
    .diven{
        margin: 2px 0;
        background: #fff !important;
        width: 100%;
        display: block;
    }
    .enlaces-d{
        height: 100%;
    }
    #tabs li {
        margin: 0;
        width: 47.9%;
        display: table-cell;
        height: 100%;
        float: initial;
        /*background: #ffecb3;*/
    }
    #tabs a{
        width: 100%;
        text-align: center;
        padding: 15px 3px;
    }
    #current {
        /*background: #ffcc80 !important;*/
    }
    #content{
        padding: 20px 0px 20px 0px;
    }


}
@media(max-width: 500px){
    .tab-prod, .tab-prod th, .tab-prod tr, .tab-prod td{
        font-size: 0.9em;
    }
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 6px;
    }
    .info-img {
        padding-right: 0;
        display: block;
        padding-bottom: 10px;
    }
    .cat-info {
        margin: 15px 0;
        width: 100%;
    }
    .cat-text p {
        height: auto;
    }



}
@media(max-width: 300px){
    .logo{
        width: 162px;
    }
    .div-ben {
        width: 100%;
    }

}

/*Inicio de min-width*/
@media(min-width: 1200px){
    .col-lg-3-3{
        width: 31%;
    }
    /* Make Navigation Toggle on Desktop Hover */
    .dropdown:hover .menu-drop1 {
        display: block;
        /*-webkit-animation: fadeInUp 400ms;*/
        /*      animation: fadeInUp 400ms;*/
        -webkit-animation: fadeInDown 400ms;
        animation: fadeInDown 400ms;
    }

    #portfolio .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    /*.fadeInLeft MENU  Hijo 2*/
    .dropdown-submenu:hover .menu-drop2 {
        display: block;
/*        -webkit-animation: fadeInLeft 400ms;
        animation: fadeInLeft 400ms;*/
/*-webkit-animation: fadeInDown 400ms;
        animation: fadeInDown 400ms;*/
    }
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Make Navigation Toggle on Desktop Hover */
    /*.dropdown:hover .dropdown-menu  {*/
    .dropdown:hover .menu-drop1 {
        display: block;
        -webkit-animation: fadeInUp 400ms;
        animation: fadeInUp 400ms;
    }
    /*.fadeInLeft MENU  Hijo 2*/
    .dropdown-submenu:hover .menu-drop2 {
        display: block;
        -webkit-animation: fadeInLeft 400ms;
        animation: fadeInLeft 400ms;
    }
    .navStyle ul li a {
        font-size: 12px;
    }
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    /* Make Navigation Toggle on Desktop Hover */
    /*.dropdown:hover .dropdown-menu {*/
    .dropdown:hover .menu-drop1 {
        display: block;
        -webkit-animation: fadeInUp 400ms;
        animation: fadeInUp 400ms;
    }
    /*.fadeInLeft MENU  Hijo 2*/
    .dropdown-submenu:hover .menu-drop2 {
        display: block;
        -webkit-animation: fadeInLeft 400ms;
        animation: fadeInLeft 400ms;
    }

    .navbar-nav {
        float: initial;
    }
    .dropdown-menu > li > a {
        padding: 4px 14px;
        white-space: normal;
    }

    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-nav > li {
        margin-left: 0;
    }

    .navStyle ul li a {
        font-size: 12px;
    }
}
/* xs */
@media (min-width: 767px){
    .sin-padd-left {
        padding-left: 0;
    }
}