



.icon-bar {
    width: 100%;
    background-color: #2196f3;
    overflow: auto;
    position: fixed;
    right: 0;
    left: 0;
    top:0;
    z-index: 1030;
}

.icon-bar a {
    float: left;
    width: 16.666%;
    text-align: center;
    padding: 10px 0;
    transition: all 0.3s ease;
    color: white;
    font-size: 28px;
}

.icon-bar a:hover {
    background-color: #03679a;
}

.active {
    background-color: #03679a !important;
}

.oscuro{
  color: #dbe2e5 !important;
}

.tituloh3 h3{
	font-size:14px;
    line-height: 0.1em;
	color: #8f959a;
	font-style: italic;
	padding-bottom: 8px;
}

.tituloh3_home {
	font-size:14px;
    line-height: 14px;
	color: #8f959a;
	font-style: italic;
    padding-bottom: 8px;
    margin-bottom: 10px;
    display: block;
}

.noticia{
	padding-bottom: 8px;
}	

.colorazul{
	color: #ea0065;
}




.card-product .img-wrap {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
    height: 220px;
    text-align: center;
}
.card-product .img-wrap img {
    max-height: 100%;
    max-width: 220px;
    object-fit: cover;
}
.card-product .info-wrap {
    overflow: hidden;
    padding: 15px;
    border-top: 1px solid #eee;
}
.card-product .bottom-wrap {
    padding: 15px;
    border-top: 1px solid #eee;
}

.label-rating { margin-right:10px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}

.card-product .price-old {
    color: #999;
}

.caja-compra-top {
    background-color:#275b8b;padding-bottom: 10px;
}

.caja-compra-botones{

    color:#fff;
}

/* Para pantallas pequeñas */
@media all and (max-width: 800px) {

    .tituloh3 {
        font-size:14px;
        line-height: 0.1em;
        color: #8f959a;
        font-style: italic;
        padding-bottom: 8px;
    }
    .caja-compra-top {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .caja-compra-botones{
        padding-top:0px;
    }
    
}

/* Para pantallas grandes */
@media all and (min-width: 801px) {
    .caja-compra-top {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .caja-compra-botones{
        padding-top:10px;

    }
}

.botongratis{
    -webkit-animation: colorverdeFlash 2s infinite;  /* Safari 4+ */
    -moz-animation: colorverdeFlash 2s infinite;  /* Fx 5+ */
    -o-animation: colorverdeFlash 2s infinite;  /* Opera 12+ */
    animation: colorverdeFlash 2s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes colorverdeFlash {
    0%, 49% {
      background-color: rgb(117, 209, 63);
      border-color: rgb(117, 209, 63);
      color: green;
    }
    50%, 100% {
      background-color: #fff;
      border-color:gray;
      color: black;
    }
  }



.testdiv{
border: red 1px solid;
background: #8f959a;

}

.txt_gris{
color: #333;
}

.cajaEmpresa{
border-top: #333 dotted 1px;
margin-top: 15px;
}

.logoRedondo{
    border-radius: 5px 16px 10px;
    border: rgb(173, 173, 173) dotted 1px;
}


.noticiaimg img {
     height: auto;
    max-width: 100%;
	vertical-align: middle;
}

.card-img {
    width: auto;
}

.card-img img {
   max-width: 100%;
}
.card-img {
    text-align: center;
    flex-shrink: 0;
}

.imgcc{
	width: 100%;
    max-height: 200px;
	min-height:200px;
    overflow: hidden;
}


.imgcc2{
    width: 100%;
    padding: 10px;
text-align: center;
}

.imgcc img{
max-width:100%;
}



@media only screen and (max-width: 990px) {
  .bajano {
    display: none!important; 
  }
}


.btn-primary{
background-color:#1e1a3e;
width:48%;
}


.btn-default {
    color: #fff;
    background-color: #1e1a3e;
    border-color: #fff;
width:48%;
}