
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
   padding-top: 1%;
  padding-bottom: 1%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

header.masthead {
  position: absolute;
  background-color: #343a40;
 /* background: url("../img/bg-masthead.jpg") no-repeat center center;*/
  background-size: cover;
  padding-top: 1%;
  padding-bottom: 1%;
}

header.masthead .overlay {
  position: relative;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
 
}
.header-bg-dark{
    background-color: #365D7E!important;
}
/*CONTENEDOR*/
.showcase  {
  width: 100%;
  height: 100%;
 
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7%;
  padding-bottom: 7%;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.padall {
  padding: 3%;
}
footer.footer {  
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer-bg-dark {
    background-color: #365D7E!important;
}
.list-inline {
 list-style-type: none;
}

.list-inline-item a {
    color:#FFFFFF;
}

padding-bottom: 1%;




#event-calendar table {
    width: 100%;
  }
  
  #event-calendar table tr th {
      border: 1px solid #ddd;
      width: 80px;
      height: 30px;
      text-align: center;
      color: gray;
      font-size: 14px;
      font-weight: 400;
  }
#event-calendar table tr td {
    border: 1px solid #ddd;
    width: 80px;
    text-align: center;
}
#event-calendar .calendar tr td:last-child>a {
    color: #C4C4C4;
}
#event-calendar .calendar td>a {
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: 300;
}
#event-calendar .calendar td div.highlight {
    background-color: #EEEEEE;
    color: red;
    width: 100%;
    left: 0;
    right: 1px;
    position: absolute;
    top: 0;
    bottom: 1px;
    z-index: 0;
}
#event-calendar .calendar td {
    position: relative;
}
#event-calendar table tr td {
    height: 90px;
}

/***  Shopping   ***/


#shopping-cart {
  margin: 30px;
  width: 100%;
}

#product-grid {
  /*CONTENEDOR PRODUCTOS*/
  /*background: #211a1a;*/
  
  
}

#shopping-cart table {
  width: 100%;
  background-color: #ffffff;
}

#shopping-cart table td {
  background-color: #FFFFFF;
}

.txt-heading {
  color: #211a1a;
  border-bottom: 1px solid #E0E0E0;
  overflow: auto;
}

#btnEmpty {
  background-color: #ffffff;
  border: #d00000 1px solid;
  padding: 5px 10px;
  color: #d00000;
  float: right;
  text-decoration: none;
  border-radius: 3px;
  margin: 10px 0px;
}

.btnAddAction {
    padding: 5px;
    margin-left: 2px;
    background-color: #efefef;
    border: #E0E0E0 5px solid;
    color: #211a1a;
    float: right;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
}



.product-item {
 background: #ffffff;
 /*CENTRAR EL CONTENIDO DEL PRODUCTO*/
 margin: 2% 2% 2% 2%;
/* padding-bottom:0.5%;*/
 text-align:center;
 border: #E0E0E0 1px solid;
 border-radius: 3%;
 height:400px;
 width:300px;
 max-height:400px;
 max-width:300px;
 position: relative;
overflow: hidden;


}

.ribbon-solicitar {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
    z-index: 10;
}

.ribbon-solicitar span {
    position: absolute;
    display: block;
    width: 110px;
    padding: 5px 0;
    background-color: #e74c3c; /* Rojo llamativo */
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    color: #fff;
    font: 700 10px 'Roboto', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
    /* Aquí ocurre la magia diagonal */
    right: -21px;
    top: 15px;
    transform: rotate(45deg);
}

.product-image {
  overflow:hidden;
  height: 50%;
  width: 80%;
  max-height:50%;
  max-width:80%;	
  
  }

.clear-float {
  clear: both;
}

.demo-input-box {
  border-radius: 2px;
  border: #CCC 1px solid;
  padding: 2px 1px;
}

.tbl-cart {
  font-size: 0.5em;
}

.tbl-cart th {
	
  font-weight: normal;
}

.product-title {
 padding: 1%;
}

.product-precio1_producto {
  padding: 1% 6% 0% 6%;
  overflow: auto;
  /*float:left;*/
}

.cart-action {
  padding: 1px;
  float: center;
}

.product-quantity {
    padding: 1% 1% 1% 1%;
    border-radius: 1%;
    border: #E0E0E0 1px solid;
	overflow: auto;
}

.product-tile-footer {
    padding: 0% 0% 0% 0%;
    overflow: auto;
	
}

.cart-item-image {
	max-height:100%;
	max-width:100%;
    
    border-radius: 50%;
    margin-right: 15px;
    
padding-left:50px;
}
.no-records {
  text-align: center;
  clear: both;
  margin: 38px 0px;
}

/*BOTON FLOTANTE*/
.btn-flotante {
	font-size: 16px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 5px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #3b77af; /* Color de fondo */
	padding: 18px 30px; /* Relleno del boton */
	position: fixed;
	bottom: 30px;
	right: 40px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.btn-flotante:hover {
	background-color: #3b77af; /* Color de fondo al pasar el cursor */
	color: #ffffff; /* Color del texto */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}
@media only screen and (max-width: 600px) {
 	.btn-flotante {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px;
	}
}

/**ESTILO TABLA*/
.clear-floata{clear:both;margin-bottom:40px;}
.cart-item {border-bottom: #79b946 1px dotted;padding: 10px;}
