/* CSS by Juli - Jun2020 */

.img_index img{
	border-radius: 3%;
	height: 100%;
	width: 100%;
}

a.button.large{
	color: #e64d00 !important;
}

.tienda_button {
  color: #fff;
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color: #e64d00;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  -webkit-box-shadow: 10px 10px 26px -4px rgba(0,0,0,0.46);
  -moz-box-shadow: 10px 10px 26px -4px rgba(0,0,0,0.46);
  box-shadow: 10px 10px 26px -4px rgba(0,0,0,0.46);
  z-index:100;
}

#reg_ai{
    color: #000000;
    font-family: "Raleway", Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 0.175em;
    line-height: 1.75;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 2rem 0;
}