.botones-wrapper{
  width: 1000px;
  height: 200px;
  margin: auto;
  margin-bottom: 100px;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: .8em;

}

.btn-extra{
  width: 100px;
  height: 50px;
  display: flex;
  justify-content: center;
  background: #2659c7;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 50px;
  margin: 5px;
  border-radius: 10px;
}

.btn-extra:hover{
  background: #01080f;
}






@media only screen and (max-width: 1000px) {




}/*1000PX*/



/*Tablet*/
@media only screen and (max-width: 768px) {


  /*--------------botones-------------*/



  .botones-wrapper {
    width: 100%;
    height: 200px;
    margin: auto;
    margin-bottom: 100px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: .8em;
}


.btn-extra{
  width: 30%;
  height: 50px;
  display: flex;
  justify-content: center;
  background: #2659c7;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 10px;
  margin: 5px;
  border-radius: 10px;
}




/*--------------botones-------------*/

   

}/*fin tablet*/