a:link
{
text-decoration:none;
}
.men{
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    
}
.colorbanner{
  background-color: #ED984E;
}
.cololetrabanner{
  color: #ED984E;
}
.tarjeta{
  transform: rotate(90deg);
  margin-top: 16%;
  width: 125%;
  margin-left: -12%;
}
.select{
  background-color: transparent;
}
.selecc:hover{
  background-color: red;
}
.ani{
  
   width: 4rem;
  

}
.caja { 
 

opacity: 0.8;
border: 1px solid black;

}
.caja:hover{ 
opacity: 1;
animation-name: copia;
  animation-duration: 3s;
   animation-iteration-count: infinite;
   animation-direction:initial; 


}

.anicopia{
  position: fixed;
  width: 100px;
  animation-name: copia;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.ani:hover{
  animation-name: example;
  animation-duration: 3s;
   animation-iteration-count: infinite;
   animation-direction: normal  ;   
}

@keyframes copia{
     from { margin-top: -5% }
    to { margin-top: 0% }
}

@keyframes example {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
.mifuente {
    font-size: 1.5vw;
    
}

@media (max-width:700px) and (min-width:300px) {
    .mifuente {
        font-size: 3vw;
        
    }
}
.formato{
    height: 200px;
    font-size: 1.5vw;
}

@media (max-width:700px) and (min-width:300px) {
    .formato {
       font-size: 1.5vw;
       height: 100px;
    }
}

.clasi{
    margin-bottom: 5px;
}
.clasi:hover{
 -webkit-box-shadow: -2px 3px 14px 3px rgba(0,0,0,1);
-moz-box-shadow: -2px 3px 14px 3px rgba(0,0,0,1);
box-shadow: -2px 3px 14px 3px rgba(0,0,0,1);
z-index: 100;
border-radius: 20px;
}

#titulo{
    animation-name: iniciar;
    animation-iteration-count: 1;
    animation-duration: 3s;
    opacity: 0.6;
}
@keyframes iniciar{
     from { margin-top: -20% }
    to { margin-top: 0% }
}

/*.barra{
    animation-name: bar;
    animation-iteration-count: infinite;
    animation-duration: 0.1s;
    animation-direction: alternate;
}*/
/*@keyframes bar{
    
     from { transform: rotate(2deg) }
    to { transform: rotate(0deg)}
}*/

/*
.escribir{
    position:absolute;
    right:0;
    width:0;
    background-color:#8A8A8A; 
    border-left: 1px solid #000;
    animation: escribir 5s steps(30) infinite alternate;
}*/

/*@keyframes escribir{
    from { width: 100% }
    to { width:0 }
}
*/







