

/*Contadores*/
.counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 30px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-3x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #007b5e;
}

.fa-2x {
    color: #007b5e;
    font-size:1em
}

/*Contadores*/



/*Tablas con filtro*/
/**/

.nav-tabs .nav-link{
    background-color: #ffffff; 
    color: #184d09;
    border-bottom: ridge ;

  
 }

.nav-tabs .nav-link.active{
    background-color: #f5f5f5; 
    font-weight: bolder;
    border-bottom: none ;
  
 }

 /**/
.tblContainer {
    background-color:#f5f5f5;


}


 
.filterTbl {
    /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    border-collapse: collapse;

  }
  
  .filterTbl td, .filterTbl th {
    border: 1px solid #ddd;
    padding: 8px;
    font-weight: bold;
    font-size: 15px;     
  }
  
  .filterTbl tr:nth-child(even){background-color: #D5E1DE;}
  
  .filterTbl tr:hover {background-color: #eff2a6;}
  .filterTbl tr {background-color: #B5CECB;}
  
  .filterTbl thead {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #184d09;
    color: white;
  }

  .filterTbl th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #184d09;
    color: white;
  }

  .filterTblC tbody {
    display:block;
    height:400px;
    overflow:auto;
    width:100%;
   }

  .filterTbl thead, tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
   }

/*Tablas con filtro*/

/*boton de buscar*/


#custom-search-input {
    margin:0;
    margin-top: 1px;
    padding: 0;
    
}

#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px ;
    padding-left: 3px;
    padding-left: 4px ;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;
    font-size: 15px; 
    font-weight: bold;
    color:#007b5e;
    background-color: rgb(243, 243, 145);
}

#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#007b5e;
      
}

.search-query:focus + button {
    z-index: 3; 
    
}
/*boton de buscar*/


.card-header {
    background: #f3f7f6 !important;
    color: #ffFFFF;
    font-weight: bold;
    font-size: 20px;     
}

.card-link {
    color: #181515;
    font-weight: bold;
    font-size: 20px;     
}

/*Liga personalizada*/

.liga:link, .liga:visited {

    color: rgb(11, 66, 6);
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }
  
  .liga:hover, .liga:active {
    border-radius: 25px;
    background-color: green;
    color: yellow;
    font-weight: bold;
  }


  .carousel-inner img {
    width: 100%;
    height: 100%;
  }

  .carousel-indicators {
    left: 0;
    top: 99%;
    height: 50%;

  }

 .carousel-indicators li {
    background: yellowgreen;
    border-radius: 50%;
    width: 20px;
    height: 5px;

  }
  
 .carousel-indicators  .active , .hover {
    background: #075e52;
  }

  .carousel-control-prev  {
    left: 0;
    top: 85%;
    height: 30%;
  }  
 
 .carousel-control-next {
    top: 85%;
    height: 30%;
  }    

.carousel-control-prev-icon , .carousel-control-next-icon {
  background-color: rgb(9, 75, 49);
  color: yellow;
}


#seccionMejoresArticulos  i.fa-star{
  color:  rgb(243, 178, 38);
}


