@font-face {
    font-family: belleroseasd;
    src: url(fonts/bellerose/Bellerose.ttf);
}
#tinto{
    font-family: belleroseasd !important;

}
#derulo{
    font-family: bellerose !important;
    color: white;

}
.slogan{
	font: 400 130px/0.8 'Great Vibes', Helvetica, sans-serif;
	text-color:black!important;
	color: #2b2b2b;
	font-size: 150%!important;
	text-shadow: 4px 4px 0px rgba(0,0,0,0.1); 
}


.botellas{
	max-height: 600px;
	text-align: center;
}

.headerblini{
	/*background: rgba(79.2, 0, 38.8, 0.7);
*/
}
/* hero */

.blini-cover,
.blini-hero {
  position: relative;
  height: 350px;
}
@media screen and (max-width: 768px) {
  .blini-cover,
  .blini-hero {
    height: 700px;
  }
}
.blini-cover.blini-hero-2,
.blini-hero.blini-hero-2 {
  height: 600px;
}
.blini-cover.blini-hero-2 .blini-overlay,
.blini-hero.blini-hero-2 .blini-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(125, 0, 61, 0.1);
}

.blini-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(125, 0, 61, 0.1);
}

.blini-cover {
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 768px) {
  .blini-cover,
  .blini-hero {
    height: 250px;
  }
}