/*FLOATING*/
#reglamento_link {
    /*background-color: #d35767;*/
    background-color: #0c0402;
    border-radius: 5px;
    position: fixed;
    right: 0;
    width: 241px;
    z-index: 100000;
    text-align: center;
    color: white;
    padding: 12px 5px;
}

.espaniol {
	bottom: 28% !important;
}

.portugues {
	bottom: 22% !important;
}

.concursante {
	bottom: 16% !important;
}

.jurado {
	bottom: 10% !important;
}

#reglamento_link h3 {
    color: white;
    font-size: 15px;
    margin: 0;
    text-align: justify;
}

#reglamento_link a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

#reglamento_link a:hover {
  color: #c7630b;
}

/*----------ROTACION LETRAS BOTON------------*/

.button_flotante {
  color: #fff;
  text-align: center;
  position: relative;
  border: 1px solid #fff;
  overflow: hidden;
  font-family: monospace;
}

.button_flotante span,
.button_flotante i {
  display: inline-block;
  font-style: normal;
  transition: transform 0.5s ease, color 0.5s ease;
}



.button_flotante:hover span:nth-child(1) { transform: rotateX(360deg); transition-delay: 0.05s; color: #c75606; }
.button_flotante:hover span:nth-child(2) { transform: rotateX(360deg); transition-delay: 0.1s; color: #c75606; }
.button_flotante:hover span:nth-child(3) { transform: rotateX(360deg); transition-delay: 0.15s; color: #c75606; }

.backgroundHover {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: -1;
  transition: width 0.3s ease;
}

.button_flotante:hover .backgroundHover {
  width: 100%;
}