.c-white {
    color: white;
}

.fs-1-2 {
    font-size: 1.2rem;
}

.fondo1 {
    background-color: #eb6661;
}

.fondo2 {
    padding: 27px 1px;
    background-color: #00adab;
}

.fondo6 {
    background-color: #ffebdb;
}

.content-text {
    color: #FFF;
}

.content-text strong {
    font-size: 1.3rem;
}

.fondo4 {
    background: url(https://petsec.vteximg.com.br/arquivos/nweservfon4.png);
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.fondo2 table td {
    padding: 1em;
    border: 0px solid rgba(0, 0, 0, 0.07);
    border-image: none;
    text-align: center;
    font-size: inherit;
}

.top-image {
    transform: translateX(-10px) scale(1.2)
}

.fondo5 table thead th {
    color: #00a7bc;
}

.servicio {
  width: 100%;
  overflow-x: auto; /* evita que rompa el layout si es muy pequeña la pantalla */
}

.tabla-datos {
  width: 100%;
}

.tabla-datos .table {
  width: 100%;        /* fuerza la tabla a ocupar todo el ancho */
  table-layout: fixed; /* hace que las celdas se ajusten proporcionalmente */
  border-collapse: collapse;
}

/*.tabla-datos th,
.tabla-datos td {
  text-align: center;
  padding: 10px;
  word-wrap: break-word; 
}*/

.servicio table thead th {
    vertical-align: top;
    color: #FFF;
    text-align: center;
}

.servicio table tbody th {
    vertical-align: middle;
}

.servicio table thead th b {   
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
}
.fondo5 h4 {
    color: #eb6661;
    font-size: 20px;
    font-style: italic;
    text-align: left;
    line-height: 1.1;
    white-space: pre-line;
}

.fondo2 tr.perritos {
    background: #ff6f61;
    color: #FFF;
    font-size: 15px;
    border-radius: 5px;
}

.fondo2 tr.gatitos {
    background: #fdc800;
    color: #FFF;
    font-size: 15px;
    border-top: 5px solid #00adab;
}

tbody.corte {
    color: #00adab;
    font-size: 1.5rem;
}


.fondo5 .pelupet .table-dark thead th {
    border-color: #fff;
}

.fondo5 .pelupet .table th, 
.fondo5 .pelupet .table td {
    border-top: 1px solid #fff;
    padding: 0.1rem; 
}

.fondo5 .pelupet .table td {
    text-align: center; 
}

.textS1 {
    text-align: center;
    font-family: Arial, sans-serif;
    color: #F15D5E;
}

.lbelS1 {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.lbelS2 {
    font-size: 60px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
    text-transform: uppercase;
    line-height:1;
}

.lbelS2 span {
    font-size: 30px;
}

.tablaNueva {
    display: none;
    font-family: Arial, sans-serif;
    justify-content: center;
    align-items: center;
    height: 120vh;
    width: 100%;
    margin: 0;
}

.tablaNueva table {
    border-collapse: collapse;
    width: 80%;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tablaNueva th, 
.tablaNueva td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.tablaNueva th {
    background-color: #00c4cc;
    color: white;
    font-weight: bold;
}

.tablaNueva th:first-child {
    background-color: #ff6f61;
    color: white;
}

.tablaNueva td:first-child {
    font-weight: bold;
}

.tablaNueva .checkmark {
    color: #00c4cc;
    font-size: 18px;
}

.tablaNueva tr:nth-child(even) {
    background-color: #f9f9f9;
}

.tablaNueva tr:hover {
    background-color: #f1f1f1;
}

.fondo6 .servicio table thead th {
    color: #E94E3C
}

.complementaries {
  /*background: #FFE9E0;*/ /* color de fondo */
  padding: 20px;
  border-radius: 8px;
  max-width: 500px;
  font-family: Arial, sans-serif;
}

.complementaries ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.complementaries li {
  margin-bottom: 25px;
  line-height: 1.4em;
}

.complementaries .titulo1 {
    font-weight: 700;
    text-transform: uppercase;
    color: #E94E3C;
    font-size: 26px;
    display: inline-block;
    max-width: 70%;
    line-height: 25px;
}

.complementaries .price {
  float: right;
  font-weight: 700;
  color: #E94E3C;
  font-size: 26px;
}

.complementaries li::after {
  content: "";
  display: block;
  clear: both;
}

.complementaries .detalle1 {
    display: block;
    font-size: 20px;
    color: #333;
    margin-top: 10px;
    line-height: 25px;
}

.complementaries li {
  position: relative;
}

.complementaries .titulo1 {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}



.complementaries .price {
  float: right;
  background: #FFE9E0;
  padding-left: 5px;
}


@media (min-width: 992px) {
    section.fondo1 {
        padding-bottom: 80px;   
    }
    
    .fondo2 {
        background-image: url(https://petsec.vteximg.com.br/arquivos/nweservfon2.png);
        background-size: cover;
        padding-top: 220px;
        margin-top: -200px;
        background-color: transparent;
    }

    .tablaNueva {
        display: flex;
        height: auto;
        padding: 50px 0
    }

    .complementaries .titulo1::after {
      content: "........................";
      position: absolute;
      left: 100%;
      top: 0;
      white-space: nowrap;
      color: #E94E3C;
      font-weight: 300;
      font-size: 22px;
    }
}

@media (max-width: 768px) {
    .row-only-mb-reverse {
        flex-direction: column-reverse;    
    }
}