
#loader_texto{
  margin-top: 20px;
}

#container_loader {
  position: relative;
  height: 370px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: -20px;
  width: 248px;
  text-align: center;
}

#container_loader div { position: absolute; }

.pour {
  position: absolute;
  left: 47%;
  width: 14px;
  height: 0px;
  background-color: #888888;
  border-radius: 2px
}
.pour::after {
  position: absolute;
  content: '';
  left: -2px;
  bottom: 0;
  width: 18px;
  height: 12px;
  background-color: #c7c7c7;
  border-radius: 2px;
}

#beaker {
  border: 5px solid #464646;
  border-radius: 5px 5px 30px 30px;
  height: 200px;
  left: 10%;
  bottom: 0;
  width: 200px;
}

/*#beaker:before,
#beaker:after {
  border: 10px solid #FFF;
  border-bottom: 0;
  border-radius: 30px 30px 0 0;
  content: '';
  height: 30px;
  position: absolute;
  top: -40px;
  width: 30px;
}

#beaker:before { left: -50px; }
#beaker:after { right: -50px; }*/

#liquid {
  background-color: #86c5e8;
  border: 0px solid #86c5e8;
  border-radius: 0 0 25px 25px;
  bottom: 0;
  height: 0px;
  overflow: hidden;
  width: 190px;
}

#liquid:after {
  background-color: rgba(255, 255, 255, 0.25);
  bottom: -10px;
  content: '';
  height: 200px;
  left: -40px;
  position: absolute;
  transform: rotate(30deg);
  -webkit-transform: rotate(15deg);
  width: 110px;
}

#liquid .bubble {
  -webkit-animation-name: bubble;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 0;
  border-radius: 10px;
  height: 20px;
  width: 20px;
}

@-webkit-keyframes bubble {
  0% { bottom: 0; }

   50% {
     background-color: rgba(255, 255, 255, 0.2);
      bottom: 80px;
   }

   100% {
     background-color: rgba(255, 255, 255, 0);
      bottom: 160px;
   }
}

.bubble1 {
  left: 10px;
  -webkit-animation-delay: 500ms;
  -webkit-animation-duration: 500ms;
}

.bubble2 {
  left: 50px;
  -webkit-animation-delay: 350ms;
  -webkit-animation-duration: 550ms;
}

.bubble3 {
  left: 100px;
  -webkit-animation-delay: 600ms;
  -webkit-animation-duration: 650ms;
}

.bubble4 {
  left: 130px;
  -webkit-animation-delay: 550ms;
  -webkit-animation-duration: 350ms;
}

.bubble5 {
  left: 170px;
  -webkit-animation-delay: 650ms;
  -webkit-animation-duration: 400ms;
}

/* Foam */

.beer-foam {
  position: absolute;
  bottom: 10px;
}

.foam-1, .foam-2, .foam-3, .foam-4, 
.foam-5, .foam-6, .foam-7 {
  float: left;
  position: absolute;
  z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background-color: #fefefe;
}
.foam-1 {
  top: -30px;
  left: -10px;
}
.foam-2 {
  top: -35px;
  left: 20px; 
}
.foam-3 {
  top: -25px;
  left: 50px; 
}
.foam-4 {
  top: -35px;
  left: 80px; 
}
.foam-5 {
  top: -30px;
  left: 110px; 
}
.foam-6 {
  top: -20px;
  left: 140px; 
}
.foam-7 {
  top: -30px;
  left: 160px;
}

