﻿.contenico {
    padding: 10px 9px 8px 7px;
}

.cardbajo {
    margin-bottom: 30px;
}

.tarjetas {
    background: linear-gradient(gray);
}

.tarjetas2 {
    background: white;
    color: black;
}

.service-img {
    max-height: 90px;
    object-fit: contain;
}

.tituloservicios {
    color: white;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5%;
    margin-left: 5%;
    border-bottom-style: ridge;
}

.tituloservicios2 {
    color: black;    
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5%;
    margin-left: 18%;
    width: 60%;
    text-align: justify;
    border-top: ridge;
}

.titulo2 {
    font-size: 36px;
}

.titulo3 {
    font-size: 20px;
}

.notario1 {
   /* width: 20%;*/
}

.notario2 {
    width: 50%;
    font-family: 'Montserrat', sans-serif;
    margin-left: 2%;
    text-align: justify;
    /*  border-left-style: groove;*/
    padding: 13% 0% 0% 4%;
    font-size: 45px;
}

.imagenotario {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5%;
    margin-left: 5%;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.6;
    margin-right: 0px;
}


.card-service {
    border: none;
    border-radius: 18px;
    background: #f5f5f5;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
    cursor: pointer;
}

    .card-service:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(0,0,0,0.15);
    }

    .card-service h4 {
        color: #0d6efd;
        font-weight: 600;
    }

    .card-service p {
        color: #0d6efd;
    }

.service-img {
    max-height: 90px;
    object-fit: contain;
    transition: transform 0.35s ease;
}

.card-service:hover .service-img {
    transform: scale(1.08);
}

.finalprincipal {
    width: 100%;
}
