* .red {
  position: fixed;
  top: 280px;
  right: 0;
z-index: 100;
}

ul2 {
  list-style: none;
}

ul2 li {
  width: 50px;
  height: 30px;
  position: relative;
  background: #545454;
  margin: 10px 0;
  cursor: pointer;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  font-size: 20px
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

ul2 li .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}

ul2 li.espaniol{
  background: #545454;
}

ul2 li.ingles{
  background: #545454;
}

ul2 li.portugues{
  background: #545454;
}

ul2 li.espaniol div.slider{
  background: #80A7D8;
}

ul2 li.ingles div.slider{
  background: #002858;
}

ul2 li.portugues div.slider{
  background: #388d37;
}


.slider {
  content: "";
  position: absolute;
  top: 0;
  right: 51px;
  width: 0px;
  height: 31px;
  background: #eebb5c;
  border-radius: 0px 0px 0px 5px;
  transition: all 0.5s 0.3s ease;
}

.slider p {
  font-size: 18px;
  font-family: "Montserrat", Arial, Tahoma, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  opacity: 0;
  transition: all 0.6s ease;
}

ul2 li:hover .slider {
  width: 120px;
  transition: all 0.5s ease;
}

ul2 li:hover .slider p {
  opacity: 1;
  transition: all 1s 0.2s ease;
}
.bandera {
  width: 40px;
  height: 21px;
  cursor: pointer;
  margin-top: 15px;
  text-align: center;
  margin-left: 4px;
  border-radius: 4px;
}
