.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: #0088CC;
    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;
}

#ServiciosCalibracion > h2, .alquilerSection > h2{
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    text-decoration:underline; 
    text-decoration-color: #0088CC;
    text-transform: capitalize;
}

#ServiciosCalibracion > p, .alquilerSection > p{
    text-align: center;
    font-size: 16px;
}

#ServiciosCalidad h2{
    font-weight: 600;
}

#ServiciosCalidad{
    /* background-color: ; */
}

#ServiciosCalidadContainer, .alquilerOfertaSection{
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    padding-left: clamp(0.2rem, 1vw, 3rem);
    padding-right: clamp(0.2rem, 1vw, 3rem);
}

.alquilerOfertaSection{
    margin-bottom: 32px;
}

.certificacionProfesional h3, .alquilerSection h3{
    font-weight: 600;
    font-size: 2.2rem;
    color: black;
    margin-bottom: 2rem;
}

.certificacionProfesionalFloat{
    margin: clamp(1rem, 1.6rem, 2rem);
    background-color: white;
    border-radius: 1.2rem;
    padding: 2.4rem 1.8rem;
}

#ServiciosCalibracion h3{
    color: black;
    font-weight: 900;
    text-transform: none;
    font-size: 2.4rem;
    margin-bottom: 2rem;
}

#ServiciosCalibracion img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 24px;
    /* aspect-ratio: 9/16; */
}

#ServiciosCalibracion h4 {
    font-weight: 600;
}

#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;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.15);
}



.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;
}

.alquilerIntro{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.alquilerIntro p {
    /* max-width: 600px; */
    /* background-color: #EFF5FF; */
    /* border:1px solid; */
    /* border-color: #0088CC; */
    /* color: black; */
    font-weight: 500;
    font-size: 16px;
    border-radius: 8px;
    padding: 1.6rem 2rem;
    text-align: justify;
}

.alquilerOfertaSection{
    background-color: #F0F0ED;
}

.alquilerOferta{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.serviceCard{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.serviceCardIcon{
    text-align: center;
    background-color: #cddfe7;
    width: fit-content;
    padding: 1.6rem;
    border-radius: 50%;
}

.serviceCard h5{
    margin: 0;
    font-size: 16px;
    color: black;
} 

.serviceCard p{
    margin: 0;
    font-size: 16px;
}

.alquilerOfertaSection h4{
    margin-bottom: 36px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.alquilerEquipos{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    grid-template-columns: auto auto auto;
    gap: 28px;
}

.equipoCard{
    border: 1px solid lightgray;
    border-radius: 16px;
    width: 350px;
    padding: 32px 24px 24px;
    display: grid;
    grid-template-rows: 50px 250px 145px 32px;
    gap: 12px;
    transition: box-shadow ease-in-out 200ms;
}

.equipoCard:hover{
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}

.equipoCardHeader h5, .equipoCardHeader p{
    margin: 0;
}

.equipoCardHeader h5{
    margin-bottom: 8px;
    color: black;
    font-size: 1.8rem;
    text-transform: none;
}

.equipoCardImg{
    border-radius: 8px;
    overflow: hidden;
    width: 300px;
    height: 250px;
}

.equipoCardImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.equipoCard ul{
    list-style-image: url(/svg/check-lucide.svg);
    padding-left: 30px;
}

.equipoCard ul li{
    font-size: 14px;
    color: black;
}

.equipoCard a{
    font-size: 16px;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #0088CC;
    background-color: #0088CC;
    color: white;
    transition: all ease 200ms;
    text-align: center;
}

.equipoCard a:hover{
    background-color: white;
    color: #0088CC;
}

.alquilesEquiposSection{
    padding-bottom: 4rem;
    padding-left: clamp(0.8rem, 1vw, 3rem);
    padding-right: clamp(0.8rem, 1vw, 3rem);
}

.equipoCardDescription{
    overflow-y: auto;
}

.calib-type-image{
    max-height: 480px;
}