.servicio-mantenimiento-content{
    padding: 12px;
    font-size: 1.6rem;
}

.enfasis{
    font-size: 2.6rem;
    color: #0088CC;
    font-weight: 900;
}

.servicio-mantenimiento-content ul,  #ServiciosCalidad ul, .ServiceRentaContainer ul li{
    /* list-style: none; */
    list-style-image: url(/svg/check-lucide.svg);
}

.servicio-mantenimiento-content ul li, #ServiciosCalidad ul li, .ServiceRentaContainer ul li{
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
}


.servicio-mantenimiento-content ul li::marker{
    font-family: 'FontAwesome';
    
    /* content: '\f058   ' !important; */
    /* list-style: none; */
    color: green;
    font-size: 2rem;
}

.fraseFinal{
    margin: 32px;
    font-size: 2rem !important;
    color: #40C4FF;
    font-weight: 900;
    text-align: center;
}

.service-img{
    width: 100% !important;
    height: 300px !important;
    object-fit: cover !important;
}

.service-badge{
    border-radius: 100px;
    padding: 6px 12px;
    width: fit-content;
    color: white;
    border: 1px solid #0088CC;
    background-color: #56a6ce;
    /* font-weight: bold; */
    font-size: 1.6rem;
    /* clip-path: path("M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z");   */
}

.common_badge{
    border-radius: 20px;
    width: fit-content;
    /* background-color: rgb(226, 233, 236); */
    background-color: rgb(226, 233, 236);
    padding: 6px 12px;
    color: black;
    /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); */
    transition: all ease-in-out 300ms;
    margin-bottom: 0.8rem;
}

.common_badge:hover{
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.badge-container{
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}


#ServiciosCalidad h2{
    font-weight: 600;
}

.certificacionProfesionalFloat{
    margin: clamp(1rem, 1.6rem, 2rem);
    background-color: white;
    border-radius: 1.2rem;
    padding: 2.4rem 1.8rem;
}


#ServiciosCalibracion img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 24px;
    /* aspect-ratio: 9/16; */
}

#ServiciosCalibracion .row{
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 991px){
    .order-sm-1{
        order:1;
    }

    .order-sm-2{
        order:2;
    }
}

/* Servicio de renta de equipo */

.ServiceRentaContainer{
    padding-left: clamp(1rem, 4vw, 6rem);
    padding-right: clamp(1rem, 4vw, 6rem);
    font-size: 1.6rem;
}

.ServiceRentaContainer h2{
    font-weight: 600;
    font-size: 3rem;
}


.renta-img-container img{
    width: 100%;
    height: 400px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 1.5rem;
}


.main-info{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.2rem;
}
.alquilerOfertaSection {
    padding: 4em 0;
    background: linear-gradient(135deg, #40C4FF, #40C4FF 40%, #ffffff 100%);
    color: #000;
}

.alquilerOfertaSection h3 {
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
}

.alquilerOferta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.serviceCard {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    max-width: 320px;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.serviceCardIcon {
    background-color: #f0f0f0;
    border-radius: 50%;
    padding: 1.2rem;
    margin: 0 auto;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.serviceCard h4 {
    margin: 0;
    color: #333;
    font-weight: 600;
}

.serviceCard p {
    color: #555;
    margin: 0;
}

.equipoCardHeader h5{
    margin-bottom: 8px;
    color: black;
    font-size: 1.3em;
    text-transform: none;
    font-family: "LibreFranklin", Arial, sans-serif;
    text-align: center;
}

.equipoCardHeader{
    text-align: center;
}
.equipoCard ul{
    list-style-image: url(/svg/check-lucide.svg);
    padding-left: 30px;
}

.equipoCard ul li{
    color: black;
    text-align: left;
    margin-bottom: 0.5em;
}

.equipoCardDescription{
    overflow-y: auto;
}

.calib-type-image{
    max-height: 400px;
}