
.botonMenu{ width: 80%; margin: auto; position: relative;}
.botonMenuContenedor{
    display: flex;
    margin: auto;
    flex-wrap: nowrap;
    flex-direction: row;
padding-top: 1%;
padding-bottom: 1%;}

.botonInterior{ margin: auto;}


.botonIndividual {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #eb0028;
  font-size: 18px;
  border-radius: 30px;
  width: 200px;
  height: 40px;
  font-weight: bold;
  border: 2px solid #eb0028;
  transition: 0.3s;
  box-shadow: 5px 5px 7px 0px rgba(119, 91, 91, 0.51);
  background-color: #ffffff;
}

.botonIndividual:hover {
  box-shadow: 0 0 #333;
  color: #fff;
  background-color: #EB0028;
}


@media (max-width: 1400px){ 
         
    .botonIndividual {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #eb0028;
    font-size: 15px;
    border-radius: 30px;
    width: 150px;
    height: 33px;
    font-weight: bold;
    border: 2px solid #eb0028;
    transition: 0.3s;
    box-shadow: 5px 5px 7px 0px rgba(119, 91, 91, 0.51);
    background-color: #ffffff;
}
        }
    
 

@media (max-width: 1100px){ 
         
    .botonIndividual {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #eb0028;
    font-size: 13px;
    border-radius: 30px;
    width: 120px;
    height: 20px;
    font-weight: bold;
    border: 2px solid #eb0028;
    transition: 0.3s;
    box-shadow: 5px 5px 7px 0px rgba(119, 91, 91, 0.51);
    background-color: #ffffff;
}
        }
    


@media (max-width: 885px){ 
         
    .botonIndividual {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #eb0028;
    font-size: 13px;
    border-radius: 30px;
    width: 100px;
    height: 20px;
    font-weight: bold;
    border: 2px solid #eb0028;
    transition: 0.3s;
    box-shadow: 5px 5px 7px 0px rgba(119, 91, 91, 0.51);
    background-color: #ffffff;
}
        }



@media (max-width: 700px){ 
         
    .botonIndividual {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #eb0028;
    font-size: 11px;
    border-radius: 30px;
    width: 85px;
    height: 18px;
    font-weight: bold;
    border: 2px solid #eb0028;
    transition: 0.3s;
    box-shadow: 5px 5px 7px 0px rgba(119, 91, 91, 0.51);
    background-color: #ffffff;
}
        }


@media (max-width: 600px){ 
     .botonMenu{ width: 88%; margin: auto; position: relative;}    
    .botonIndividual {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #eb0028;
    font-size: 11px;
    border-radius: 30px;
    width: 80px;
    height: 17px;
    font-weight: bold;
    border: 2px solid #eb0028;
    transition: 0.3s;
    box-shadow: 5px 5px 7px 0px rgba(119, 91, 91, 0.51);
    background-color: #ffffff;
}
        }


@media (max-width: 520px){ 
     .botonMenu{ width: 92%; margin: auto; position: relative;}    
    .botonIndividual {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #eb0028;
    font-size: 10px;
    border-radius: 30px;
    width: 75px;
    height: 15px;
    font-weight: bold;
    border: 2px solid #eb0028;
    transition: 0.3s;
    box-shadow: 5px 5px 7px 0px rgba(119, 91, 91, 0.51);
    background-color: #ffffff;
}
        }



@media (max-width: 480px){ 
     .botonMenu{ width: 92%; margin: auto; position: relative;}    
    .botonIndividual {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #eb0028;
    font-size: 10px;
    border-radius: 30px;
    width: 65px;
    height: 15px;
    font-weight: bold;
    border: 2px solid #eb0028;
    transition: 0.3s;
    box-shadow: 5px 5px 7px 0px rgba(119, 91, 91, 0.51);
    background-color: #ffffff;
}
        }


    @media (max-width: 420px){ 
        
     .botonMenu{ width: 98%; margin: auto; position: relative;}    
    .botonIndividual {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #eb0028;
    font-size: 9px;
    border-radius: 30px;
    width: 65px;
    height: 15px;
    font-weight: bold;
    border: 2px solid #eb0028;
    transition: 0.3s;
    box-shadow: 5px 5px 7px 0px rgba(119, 91, 91, 0.51);
    background-color: #ffffff;
}    
               
        }
        
        
     @media (max-width: 400px){ 
        
     .botonMenu{ width: 98%; margin: auto; position: relative;}    
    .botonIndividual {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #eb0028;
    font-size: 9px;
    border-radius: 30px;
    width: 60px;
    height: 13px;
    font-weight: bold;
    border: 2px solid #eb0028;
    transition: 0.3s;
    box-shadow: 5px 5px 7px 0px rgba(119, 91, 91, 0.51);
    background-color: #ffffff;
}    
               
        }
  


  @media (max-width: 370px){ 
        
     .botonMenu{ width: 98%; margin: auto; position: relative;}    
    .botonIndividual {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #eb0028;
    font-size: 8px;
    border-radius: 30px;
    width: 55px;
    height: 12px;
    font-weight: bold;
    border: 2px solid #eb0028;
    transition: 0.3s;
    box-shadow: 5px 5px 7px 0px rgba(119, 91, 91, 0.51);
    background-color: #ffffff;
}    
               
        }