.c-white {
    color: white;
}

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

.fondo1 {
    background-color: #eb6661;
}

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

.content-text {
    color: #FFF;
}

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

.fondo4 {
    background: url(https://petsec.vteximg.com.br/arquivos/nweservfon4.png);
    /* z-index: 999; */
    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;
}

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

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;
}


@media (min-width: 992px) {
    .fondo2 {
        background-image: url(https://petsec.vteximg.com.br/arquivos/nweservfon2.png);
        background-size: cover;
        padding: 27px 1px;
        padding-top: 130px;
        margin-top: -155px;
        background-color: transparent;
    }
}