:root {
  --color-principal: #ffd100;
}
.ajs-message.ajs-custom-black {
    color: #082F60;
    background-color: #fff;
    border-color: #082F60;
    -webkit-box-shadow: 0px 0px 0px 0.2rem rgba(52, 58, 64, 1);
    -moz-box-shadow: 0px 0px 0px 0.2rem rgba(52, 58, 64, 1);
    box-shadow: 0px 0px 0px 0.2rem rgba(52, 58, 64, 1);
}
#tabla_articulos img {
    max-height: 180px;
    width: 180px;
    max-width: 100%;
    text-align: center;
    margin: 3px;
}

.select2-container .select2-selection--single {
   
    height: 29px !important;
   
}

 #tabla_articulosb{   border: #f7f7f7 1px solid; }
 
 .btn:hover {
    color: #333 !important;
    text-decoration: none;
}
 /* btn */
 .table-bordered td {padding:2px  !important;}
  .table-bordered th {padding:15px 5px !important;}
 #btn_anular, #btn_eliminar{background: whitesmoke !important;
    border-color: #bfbcbc;}
    #btn_anular:hover, #btn_eliminar:hover{background: white !important;
    border-color: 2px #bfbcbc;}
  #btn_anular, #btn_eliminar i{color:red !important;}
  
  /*tooltip*/
  .wrappera {
     /* text-transform: uppercase; */
    /* background: #ececec; */
   position: relative;
   z-index:10;
    cursor: help;
    /* font-family: "Gill Sans", Impact, sans-serif; */
    /* font-size: 20px; */
    /* margin: 100px 75px 10px 75px; */
    /* padding: 15px 20px; */
 
    /* text-align: center; */
   
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}
.btn-outline-secondary {
    color: #e3e6e9;}
/*aler*/
.alertify-notifier.ajs-right .ajs-message.ajs-visible{ color:black;}
/**/
.wrappera .tooltip {
    width: 150px;
    background: #207503b5;
    bottom: 15%;
    color: #fff;
    display: block;
    left: 15px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 5px;
    pointer-events: none;
    position: absolute;
    z-index:20;
    /* width: 250px; */
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrappera .tooltip:before {
     background: #2c8216;
    border: 3px;
    color: #35a22e;
    bottom: -5px;
    content: " ";
    display: block;
    height: 2px;
    left: -2;
    position: absolute;
    width: 25px;
}  

/* CSS Triangles - see Trevor's post */
.wrapper .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid  #1c6d00 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
  
.wrappera:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

#select_la_sede{
    width: 100px;
    background: #05567d;
    color: white;
    border: 1px solid #015782;
}
/* IE can just show/hide with no transition */
.lte8 .wrappera .tooltip {
  display: none;
}

.lte8 .wrappera:hover .tooltip {
  display: block;
}
  /*tooltip end*/
  .la_cantidad{    background: #e8e9f1;
    
    border: 1px;}
body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}
body::-webkit-scrollbar-track {
  background: gray;        /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
  background-color: #0078b3;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid gray;  /* creates padding around scroll thumb */
}
::-webkit-scrollbar {
  width: 10px;               /* width of the entire scrollbar */
}

::-webkit-scrollbar-thumb {
  background-color: #e9ecef;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 0px solid #ccc;  /* creates padding around scroll thumb */
}

 #tabla_articulosb td{border: 2px solid white;
    background: #f1f1f1; cursor:pointer;
    cursor: pointer;
    margin: 1px;}
    
    
     #tabla_articulosb td:hover{background: #fff;
    cursor: pointer;
    margin: 1px;}
    
    #total{font-weight: 637; float:left;
    /* text-align: center; */
    color: #03520a;
    background: white;
    font-size: 24px;
    border: #ffffff 1px solid;
    width: 135px;}
    
     #tot1{font-weight: 600;float:left;
    /* text-align: center; */
    color: #03520a;
    background: white;
    font-size: 20px;
  
    width: 30px;}
    
    
    #btn_envia_venta, .btn_send{
    color: white;
    background: #008080;
    padding: 5px;
    border-radius: 4px;
    font-size: 1rem;    
    }
    
    #btn_envia_venta:hover, .btn_send:hover{
        color: white;
    background: #6c757d;
    text-decoration:none;
}

    .btn_search{
         padding: 0.2rem;
        color: #fff !important;
        background-color: #dc3545 !important;
        font-size: 14px !important;

    }
    
    .btn-menos{
        max-width: 35px;
    padding: 0.2rem;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
        
    }
      .btn-menos:hover{
            color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
        
    }
    
    .btn-mas{
        max-width: 35px;
        padding: 0.2rem;
        color: #fff;
    background-color: #03243c;
    border-color: #03243c;
        
    }
      .btn-mas:hover{
             color: #fff;
    background-color: #03243c;
    border-color: #03243c;
        
    }
    
    .btn-comprar{
            color: white;
    background-color: #0275d8;
    border: #0275d8;
        margin-bottom: 6px;
    }
    .btn-comprar:hover{
            color: white;
    background-color: #0275d8;
    border: #0275d8;
    }
    .title-formulario{
        color:#0275d8;
    }
    .btn-formulario{
             color: white;
    background-color: #0275d8;
    border: #0275d8;
    }
     .btn-formulario:hover{
             color: white;
    background-color: #0275d8;
    border: #0275d8;
    }
    
    /** -------> slider  portada*/
          
            .g_button-container{
                position: fixed;
                bottom: 2%;
                right: 2%;
                z-index: 100001;
            }
            .g_button{
                width: 50px;
                height: 50px;
                /*background-color: red;*/
                border-radius: 50%;
            }
            .no_ver{
                display: none;
            }
            .icon_g_button{
                color: white;
                font-size: 25px;
                line-height: 50px;
            }
            .rotaras{
                -webkit-transition: -webkit-transform .8s ease-in-out;
                transition: transform .8s ease-in-out;
            }
            .rotaras:hover{
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
            .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
            	border-radius: 50%;
			    box-shadow: 0px 2px 2px #313131;
			    width: 20px;
            }
            
            
            .img_fondo{
                height: auto !important;
                min-height: 356px !important;
            }
            
            @media only screen and (max-width: 720px) {
                .img_fondo{
                    height: auto !important;
                    min-height: 150px !important;
                }
            }
            
            .slick-slide .w-100{
                /*margin-left: 2% !important;*/
            }
            
            /*SLIDER*/
            
            @media (max-width: 992px) {
              .slick-slider .slick-track, .slick-slider .slick-list{
                  height: 250px !important;
                }
                
                .img_fondo .col-6{
                    height: 250px !important;
                }
                
                .img_fondo img{
                    height: auto !important;
                    width: 110% !important;
                    position: absolute;
                    bottom: 5%;
                    right: -50px;
                    
                }
                
                .img_fondo h2{
                    font-size: 1.8rem;
                }
                
                .slick-prev{
                    left:5px;
                }
                
                .slick-next{
                    right:5px !important;
                }
                
                .slick-prev{
                    left:5px !important;
                }
            } 
            
            @media (max-width: 768px) {
              .slick-slider .slick-track, .slick-slider .slick-list{
                  height: 250px !important;
                }
                
                .img_fondo .col-6{
                    height: 250px !important;
                }
                
                .img_fondo img{
                    height: auto !important;
                    width: 130% !important;
                    position: absolute;
                    bottom: 5%;
                    right: -50px;
                    
                }
                
                .img_fondo h2{
                    font-size: 1.8rem;
                }
                
                .slick-prev{
                    left:5px;
                }
                
                .slick-next{
                    right:5px !important;
                }
                
                .slick-prev{
                    left:5px !important;
                }
            } 
            
            @media (max-width: 576px) {
              .slick-slider .slick-track, .slick-slider .slick-list{
                  height: 200px !important;
                }
                
                .img_fondo .col-6{
                    height: 200px !important;
                }
                
                .img_fondo img{
                    height: auto !important;
                    width: 150% !important;
                    position: absolute;
                    bottom: 10%;
                    right: -50px;
                    
                }
                
                .img_fondo h2{
                    font-size: 1.4rem;
                    position:absolute;
                    bottom: 10%;
                }
                
                .slick-prev{
                    left:5px;
                }
                
                .slick-next{
                    right:5px !important;
                }
                
                .slick-prev{
                    left:5px !important;
                }
            } 
            
            .disabled{display: inherit !important; }
    /*---------- end sldier portada*/

/* NAV */

	@media all and (min-width: 992px) {
		.navbar{ padding-top: 0; padding-bottom: 0; }
		.navbar .has-megamenu{position:static!important;}
		.navbar .megamenu{left:0; right:0; width:100%; padding:20px;  }
		.navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  }
	}

/* Navbar container */
.navbar2 {
  overflow: hidden;
  background-color: rgb(160, 160, 160);
  font-family: Arial;
}

/* Links inside the navbar */
.navbar2 a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown2 {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown2 .dropbtn {
  font-size: 15px;
  border: none;
  outline: none;
  color: white;
  padding: 5px 12px;
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar2 a:hover, .dropdown2:hover .dropbtn {
  background-color: white;
    color: #333;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background: #000000a6;
    padding: 0rem 1.2rem;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.header h2{
    font-size: 1.2rem;
    margin-bottom: 0;
}
/* Mega Menu header, if needed */
.dropdown-content .header {
      border-bottom: 2px solid #eee;
    padding: 5px;
    background: white;
}

/* Show the dropdown menu on hover */
.dropdown2:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column2 {
  float: left;
  width: 25%;
  padding: 10px;
  background-color: #fff;
  height: auto;
}

/* Style links inside the columns */
.column2 h3{
    font-size: 1.1rem;
    margin-bottom: 0;
}
.column2 a {
    float: none;
    color: #343434;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Add a background color on hover */
.column2 a:hover {
    color: #008381;
    text-decoration: underline;
}

/* Clear floats after the columns */
.row2{
    background:#fff;
}
.row2:after {
  content: "";
  display: table;
  clear: both;
}
.dropbtn i{
    font-size:2rem;
}
@media screen and (max-width: 600px) {
  .column2 {
    width: 100%;
    height: auto;
  }
}

/* END NAV*/
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.btnoferta{color:#000;}
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    padding:0.5rem;
    min-width: 250px;
    max-width: 250px;
    background: #fbfbfb;
    color: black;
    transition: all 0.3s;
    display:none;
}

#sidebar.active {
    display:block;
    margin-left: 0px !important;
}

#sidebar .sidebar-header {
    border-bottom: solid 1px #ccc;
    border-color: var(--color-principal);
    color: var(--color-principal);
    font-family: Arial,Roboto,"-apple-system",Helvetica,sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: initial;
    /*padding: 20px;
    background: #f8f9fa;
    color:black;*/
}

#sidebar ul.components {
    padding: 0 5px;
    border-bottom:none;
}

#sidebar ul p {
    color: #0062cc;;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    display: block;
    color: black;
}

#sidebar ul li a:hover {
    color: #0062cc;
    background: #fff;
}
.tit-cont {  max-width:300px; float:left;  border-left: 3px solid #0e5c7d;
    font-size: 24px;
    font-family: arial;
    padding: 5px;
    color: #888;
    margin-left: 2px;}
    
    .tit-divd {  max-width:300px; float:right}
    
    
    .sorting_1{color:#888686;}
a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    color: black;
}

#sidebar  ul.CTAs {
    padding: 20px;
}

#sidebar  ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

#sidebar a.download {
    background: #fff;
    color: #7386D5;
}

#sidebar a.article,
#sidebar a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    overflow:hidden;
}

.btn{    background: #ffb810;}
.btn:hover{    background: #ffd100;}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
.navbar-brand img{width:300px !important;}

/*@media (max-width: 768px) {
    #sidebar {
    z-index: 2;
    display: none;
    position: absolute;
    width: 100%;
    margin-top: 3rem;
    }
    #sidebar.active {
        display:none;
    }
    #sidebarCollapse span {
        display: none;
    }
}*/

@media (max-width: 768px) {
.resicon{ display:none;}
.br{display:none;}
}

/*BOTONES*/
.btn-filtro{
    z-index:3;
        background-color: #0062cc;
    color: white;
}
.btn-user{
        background-color: #0062cc;
    color: #333;
}
.btn-user:hover{
    background-color: #0062cc;
    color: white;
}

.muestra_boton{
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
}

.btn-pagination{
    border-radius: 5px;
    border: none;
    padding: 12px 16px;
}



/*FOOTER*/


.footer{
    background-color:rgb(135, 135, 135);
    margin:0;
    padding-top:20px;
    color:white;
}
.footer .subtitulo{
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #ffffff66;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.footer ul{
    list-style: none;
    padding: 0;
}
.footer ul li a{
    color:white;
    text-decoration:none;
}
.footer ul li a:hover{
    color:#007bff;
}
.footer-inferior{
    background-color:#000000eb;
    margin:0;
    padding-top:20px;
    color:white;
}

.lista-redes-sociales{
    list-style: none;
    display:flex;
    /*justify-content: flex-end;*/
}
.lista-redes-sociales .btn-red {
    width: 30px;
    height: 30px;
    margin: 2px;
    padding: 3px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 15px;
    line-height: 1.42857;
    border: none;
}

.btn-red:hover{
    background:red;
opacity:0.9;
}
.carrito {
margin-right:2px;
}
.contenedor {
   border:1px white !important;
}
.lista-redes-sociales .btn-facebook{
    color:var(--color-principal);
    background-color:#2c2c7f;
}
.lista-redes-sociales .btn-twitter{
    color:var(--color-principal);
    background-color:#02b9ff;
}
.lista-redes-sociales .btn-youtube{
    color:var(--color-principal);
    background-color:#fb5858;
}
.lista-redes-sociales .btn-instagram{
    color:var(--color-principal);
    background-color:#eb59d9;
}
.lista-redes-sociales .btn-whatsapp{
    color:var(--color-principal);
    background-color:#eb59d9;
}

/*PAGE NOSOTROS*/
.contenedor-nosotros .subtitulo{
    font-weight:300;
    font-size:2rem;
    margin:0;
    padding:1rem 0 2rem 0;
    color:#0062cc;
}

.contenedor-nosotros .contenido{
    background-color: #e9ecef;
    padding: 20px 30px;
    border-radius: 20px 40px;
}

.btn-circle {
    width: 130px;
    height: 130px;
    padding: 6px 0px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    color:white;
    
}
.btn-circle i{
    font-size:60px;
}
.btn-bag {
    background-color: #84dd01;
}
.btn-bag:hover{
    background-color: #0062cc;
    color:white;
}
.btn-shop{
    animation-name: example;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
.btn-shop:hover{
  color:white;
}
@keyframes example {
    0%{background-color:#ffd113}
    50% {background-color:#0062cc}
    100% {background-color:#84dd01;}
}
/*PAGE MISION Y VISION*/

.contenedor-mision .subtitulo{
    font-weight:300;
    font-size:2rem;
    margin:0;
    padding:1rem 0 2rem 0;
    color:#0062cc;
}

.contenedor-terminos .subtitulo{
    font-weight:900;
    font-size:1rem;
    margin:0;
    padding:1rem 0 2rem 0;
    color:#03243c;
}
.contenedor-terminos p{
    font-size: 15px;
    color: #7a7a7a;
    font-weight: 400;
    text-align: justify;
}
.contenedor-terminos .termino{
    font-size: 16px;
    color: #03243c;
    font-weight: 500;
}
.contenedor-terminos .lista-terminos{
    list-style: none;
}
.contenedor-terminos  .icono-termino{
     width: 30px;
    height: 30px;
        padding: 6px 0px;
border-radius: 50%;
text-align: center;
font-size: 12px;
line-height: 1.42857;
color:white;
}
.contenedor-terminos i{
    color: white;
    background-color: #03243c;;
    border-radius: 50%;
    padding: 3px;
    font-size: 12px;
    margin-right:2px;
}
/*PAGE CONTACTO*/
/*CONTACTO*/
.contenedor-contacto{
    background-color: #03243ceb;
    height: 100%;
    padding: 20px;
    color:white;
}
.contenedor-contacto .item-contacto i{
    font-size:40px;
}
.contenedor-imagen{
    background-color: #03243c;
    width: 100%;
    color: white;
    padding: 30px;
}
.contenedor-imagen .titulo{
    border-left: 9px solid #ffea00;
    padding-left: 10px;
    font-weight:500;
}

.contenedor-contacto .subtitulo{
    font-weight:900;
    font-size:25px;
    margin:0;
    padding:1rem 0 2rem 0;
}
.item-contacto{
    display:flex;
    justify-content: flex-start;
}
.item-contacto .texto{
    font-weight:bold;
    font-size:18px;
    margin:0;
    color:#ffea00;
}
.btn-contacto{
    background-color:#2849e9;
    color:white;
}
.btn-contacto:hover{
    color:white;
}

.contenedor-header{
    background-color:#03243c;
    width:100%;
    padding:20px;

}
.contenedor-header .titulo{
    color:white;
    font-weight:500;
    font-size:40px;
}

.btn_personalizado{
    color: #fff;
}

.aviso_tooltip {
    background-image: url("../img/aviso.png");
    background-repeat: no-repeat, repeat;
    width: 25px;
    height: 25px;
}

/*************hover banner********************/

@media (max-width: 768px) {
   .cont_imgs_banner {
 padding: 0 1rem;
  position: relative;
  width: 100%;
}
}

@media (min-width: 768px) {
.cont_imgs_banner {
 padding: 0 1rem;
  position: relative;
  width: 32%;
}
}




.img_banners_gen {
    margin: auto;
    width: 97%;
}
    

.image_banner {
  display: block;
  width: 100%;
  height: auto;
  cursor:pointer;
}



.overlay {
position: absolute;
bottom: 0;
background: rgb(0 0 0);
width: 95%;
transition: .5s ease;
opacity: 0.6;
color: white;
font-size: 20px;
padding: 5px;
text-align: center;
cursor: pointer;
border-radius: 20px;
}

.border_box {
    border: 2px solid #eceaea;
    margin-right: 0.5%;
    border-radius: 20px;
    margin-left: 0.5%;
}
.cont_imgs_banner{
    border: #ccc solid 2px;
}

.cont_imgs_banner:hover {
  
    border: #d2d2d2 solid 2px;
}

/*contenedor*/
   
    @keyframes cambio{
        0% {margin-left:0%;}
        30% {margin-left: 0% }
        /*durante 4 s la primera imagen*/
        
        35% {margin-left: -100%;} /* el 5% de dif es lo que dura la transición de una img a otra (aquí 1s)*/
        70% {margin-left: -100%;}
        
        75% {margin-left: -200%;} 
        100% {margin-left: -200%;}
        
       /* 75% {margin-left: -300%;}
        100% {margin-left: -300%;}*/
    }
    
    
    
    /*********FIN SLIDER***********/
            .txt-cantidad{
                text-align:center;
                /*border: solid #03243c 1px;*/
                border-radius: 4px;
            }
            .btn-cantidad{
                color:#fff;
                background: #03243c;
                border-radius: 0;
            }
            .compra{
                margin:auto;
                font-size:12px;
                padding-right: 0px;
                flex: 3;
                background-color: #7a8ca3;
                color: #fff;
                padding:2%;
            }
            .compra:hover{
                background:#064879;
            }
            .vista{
                margin:auto;
                font-size:12px;
                padding-right: 0px;
                flex: 3;
                background-color: #ccc;
                color: #fff!important;
                padding:2%;
            }
            .vista:hover{
                background-color: #888;
            }
            .contenedor{
        
               width: 100%;
border-radius: 20px;
box-shadow: 0 0 15px 5px #f3f3f3bf;
background: #FFF;
min-height: 175px;
margin: 2% 2% 4% 2%;
float: left;
-moz-float: left;
-webkit-text-align: center;
-moz-text-align: center;
text-align: center;
-moz-text-align: -moz-center;
    		}
    		 .contenedor:hover{
    		     border:1px solid #ccc;
    		 }
    		.imagen{
    		width: 100%;
            
            height: auto;
    		/*
    		max-height: 125px;
    			-moz-width: 50%; 
    			margin-bottom: 15px;
    			-moz-margin-bottom: 15px;
    			margin-left:120px;*/
    		}
    		.descripcion{

    		}
    		.btn-blue{
    		    background:#064879;
    		    color:#fff!important;
    		    border-radius:10px;
    		}
    		.precio{
    		    cursor: move;
    		    background: #FFF;
    		    text-shadow: -1px 2px 1px #d0cece;

    		}
            .nombre_producto{
                font-weight:bold; 
                font-size:75%;
            }
            .precio_producto{
                //margin-left: 50;
                color:#064879;
                font-weight: bold;
                /*margin: 2px;
                border: 1px solid #989393;
                float: right;
                color: red;
                position: absolute;
                z-index: 222;
                background: white;
                padding: 5px;*/
            }
            .btn-filtros{
                border-radius: 10px;
                border: solid #064879 2px;
                float: left;
                margin: 0 2px;
                max-width: 120px;
            }
            .letra_fondo{
                font-weight: 600;
                color:#064879;
            }
            .volver_cat{
                float: left;
                font-weight: bold;
                max-width: 180px!important;
                color: #fff;
                margin-bottom:10px;
            }
            .ajs-button ajs-ok btn btn-danger btn-sm{
                background: #b0f1b0!important;
                background-color: #b0f1b0!important;
            }
            .etiqueta_producto{
                font-weight:bold;
            }
            .selectedBoton{
                 background-color: #0c1c5a;
                    color: white;
            font-weight: bold;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
            }
            .star-calificada{
        color: #ffc107;
        cursor: pointer;
    }	
		.expand_caret {
			transform: scale(1.6);
			margin-left: 8px;
			margin-top: -4px;
		}
		a[aria-expanded=\'false\'] > .expand_caret {
			//transform: scale(1.6) rotate(-90deg);
			display: initial;
		}
		a[aria-expanded=\'false\'] > .expand_caret {
			//transform: scale(1.6) rotate(-90deg);
			display: none;
		}
		
		a[aria-expanded=\'true\'] > .expand_caret_2 {
			//transform: scale(1.6) rotate(-90deg);
			display: initial;
		}
		a[aria-expanded=\'true\'] > .expand_caret_2 {
			//transform: scale(1.6) rotate(-90deg);
			display: none;
		}
			.active_span{
				color: #FF4500;
			}
			.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
				border-radius: 50%;
				background: #008381;
			}
			.ui-slider-horizontal .ui-slider-range{
				background: #ff4500;
			}
			#tabla_articulosb, #tabla_articulosb_2{
				margin-top: 2rem;
			}
			.drop-down{
				display: inline-block;
				position: relative;
			}

			.drop-down__button{
			  /*background: linear-gradient(to right,#3d6def, #8FADFE);*/
			  display: inline-block;
			  line-height: 40px;
			  padding: 0 18px;
			  text-align: left;
			  border-radius: 4px;
			  box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.2);
			  cursor: pointer;
			}

			.drop-down__name {
				font-size: 9px;
				text-transform: uppercase;
				color: #fff;
				font-weight: 800;
				letter-spacing: 2px;
			}

			.drop-down__icon {
				width: 18px;
				vertical-align: middle;
				margin-left: 14px;
				height: 18px;
				border-radius: 50%;
				transition: all 0.4s;
			  -webkit-transition: all 0.4s;
			  -moz-transition: all 0.4s;
			  -ms-transition: all 0.4s;
			  -o-transition: all 0.4s;
			  
			}



			.drop-down__menu-box {
				position: absolute;
				width: 100%;
				left: 0;
				background-color: #fff;
				border-radius: 4px;
			  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
				 transition: all 0.3s;
			  -webkit-transition: all 0.3s;
			  -moz-transition: all 0.3s;
			  -ms-transition: all 0.3s;
			  -o-transition: all 0.3s;
			 visibility: hidden;
			opacity: 0;
			  margin-top: 5px;
			}

			.drop-down__menu {
				margin: 0;
				padding: 0 13px;
				list-style: none;
				z-index: 1000000000001;
				position: inherit;
				background: #f9f9f9;
				box-shadow: 0 2px 2px #333;
			}
			.drop-down__menu-box:before{
			  content:\'\';
			  background-color: transparent;
			  border-right: 8px solid transparent;
			  position: absolute;
			  border-left: 8px solid transparent;
			  border-bottom: 8px solid #fff;
			  border-top: 8px solid transparent;
			  top: -15px;
			  right: 18px;

			}

			.drop-down__menu-box:after{
			  content:\'\';
			  background-color: transparent;
			}

			.drop-down__item {
				font-size: 13px;
				padding: 13px 0;
				text-align: left;
				font-weight: 500;
				color: #313131;
				cursor: pointer;
				position: relative;
				border-bottom: 1px solid #e0e2e9;
			}

			.drop-down__item-icon {
				width: 15px;
				height: 15px;
				position: absolute;
				right: 0px;
				fill: #8995b6;
			  
			}

			.drop-down__item:hover .drop-down__item-icon{
			  fill: #3d6def;
			}

			.drop-down__item:hover{
			  color: #3d6def;
			}



			.drop-down__item:last-of-type{
			  border-bottom: 0;
			}


			.drop-down--active .drop-down__menu-box{
			visibility: visible;
			opacity: 1;
			  margin-top: 15px;
			}

			.drop-down__item:before{
			  content:\'\';
			  position: absolute;
			width: 3px;
			height: 28px;
			background-color: #3d6def;
			left: -13px;
			top: 50%;
			transform: translateY(-50%);
			  display:none;
			}

			.drop-down__item:hover:before{
			  display:block;
			}

            .carousel-control.left {
                background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
                background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
                background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
                background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#80000000\', endColorstr=\'#00000000\', GradientType=1);
                background-repeat: repeat-x;
            }
            .carousel-control.right {
                right: 0;
                left: auto;
                background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
                background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
                background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
                background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#00000000\', endColorstr=\'#80000000\', GradientType=1);
                background-repeat: repeat-x;
            }
            .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
                margin-left: -10px;
            }
            .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
                width: 30px;
                height: 30px;
                margin-top: -10px;
                font-size: 30px;
            }
            .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
                left: 50%;
                margin-left: -10px;
            }

            .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
                position: absolute;
                top: 50%;
                z-index: 5;
                display: inline-block;
                margin-top: -10px;
            }
            .carousel-control {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                width: 15%;
                font-size: 20px;
                color: #fff;
                text-align: center;
                text-shadow: 0 1px 2px rgba(0,0,0,.6);
                background-color: rgba(0,0,0,0);
                filter: alpha(opacity=50);
                opacity: 1;
            }

            
            .glyphicon {
                position: relative;
                top: 1px;
                display: inline-block;
                font-family: "Glyphicons Halflings";
                font-style: normal;
                font-weight: 400;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            .slick-prev {
                left: 25px;
                z-index: 1;
            }
            .slick-next {
                right: 25px;
            }
            
            /* end portada*/


cont_imgs_banner:hover .image_banner {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .5s ease-in-out;
}


.cont_imgs_banner img {
    transition: all .5s ease-in-out;
}

.cont_imgs_banner{
    overflow:hidden;
}
.cont_imgs_banner:hover .overlay {
  opacity: 1;
}

@media screen and (max-width: 600px) {
  .fa-th-list {
    display:none;
  }
}