.prices-compare i {
    color: #D20000;
}
.button-component.full-base {
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  font-size: 15px;
  padding: 0px 35px;
  height: 40px;
  background-color: #d20000;
  color: white;
  border: none;
  font-weight: 400;
}

.button-component.full-base:hover {
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  font-size: 15px;
  padding: 0px 35px;
  height: 40px;
  background-color: #d20000;
  color: white;
  border: none;
  font-weight: 400;
}

th {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.first {
    font-weight: 700;
    text-align: left;
}


table {
    padding: 20px 60px;
    margin: 0;
}

td {
    font-size: 16px;
    border-bottom: 1px solid #d5d5d5;
    text-align: center;
    width: 196px;
    max-width: 196px;
}

th {
    border-bottom: 1px solid #d5d5d5;
}



.ver-mas {
    border: none;
    background-color: #D20000;
    color: white;
    border-radius: 0px;
    font-weight: 400;
    padding: 7px 26px;
    margin: 20px 0px;
    font-size: 15px;
}

.ver-mas:hover {
    border: none;
    background-color: #D20000;
    color: white;
    border-radius: 0px;
    font-weight: 400;
    padding: 7px 26px;
    margin: 20px 0px;
    font-size: 15px;
}

.more {
    display: flex;
    justify-content: center;
}

.oculto {
    display: none;
}

#elementoOculto {
    padding-top: 0;
}

.first2 {
    text-align: left;
}

.tabla1 {
    padding-bottom: 0;
}