:root {
  --color-principal: #0078b3;
}
.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{
    height: 180px;
    width: 180px;
    max-width: 100%;
    text-align: center;
    margin: 3px;}
    
 #tabla_articulosb{   border: #f7f7f7 1px solid; }
 
 .btn:hover {
    color: #e2e3e4 !important;
    text-decoration: none;
}
 /* btn */
 
 #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;
}

.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);
}

/* IE can just show/hide with no transition */
.lte8 .wrappera .tooltip {
  display: none;
}

.lte8 .wrappera:hover .tooltip {
  display: block;
}
  /*tooltip end*/
 #tabla_articulosb td{border: 2px solid white;
    background: #f1f1f1;
    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;
    }
    .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;
    }


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.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;
}

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;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

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


/*BOTONES*/
.btn-filtro{
    z-index:3;
        background-color: #0062cc;
    color: white;
}
.btn-user{
        background-color: #0062cc;
    color: white;
}
.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:#03243c;
    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:#03243ceb;
    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: 33%;
}
}



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

.overlay {
  position: absolute; 
  bottom: 0; 
    background: rgb(0, 120, 179);
  width: 100%;
  transition: .5s ease;
  opacity:0.6;
  color: white;
  font-size: 20px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
}
.cont_imgs_banner{
    overflow:hidden;
}
.cont_imgs_banner:hover .overlay {
  opacity: 1;
}

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