:root{
    --color-background:rgba(80, 80, 80, 0.40);
    --color-letra:#ffffff;
    --color-background1:rgba(37, 35, 35, 0.6);
}


.container_services_gallery{
    display: flex;
    grid-auto-columns: calc(100% / 4);
    justify-content: space-between;
    /* grid-auto-flow: column; */
    cursor: pointer;
}

.container_service_gallery_gradiente{
    padding-top: 2rem;
}

.container_service_gallery_gradiente{
    position: relative;
}

.container_services_gallery img{
    width: 100%;
    height: 503px;
    object-fit: cover;
}

.gradiente_gallery{
    position: absolute;
    background-color: var(--color-background);
    height: 503px;
    width: 100%;
    bottom: 0; top: 32px;
}

.title_service{
    color:var(--color-letra) ;
    position: relative;
}

.title_service h3{
    text-align: center;
    font-size: 24px;
    padding: 0 100px;
    margin: 35px 0px;
}

.title_service .more{
    padding-top: 60px;
    margin-left: 70px;
    font-weight: bold;
}

.title_service .more span ion-icon{
    padding: 0px 5px;
    cursor: pointer;
    transform: translateY(0.2em);
}


.overly_gallery1{
    position: absolute;
    height: 0;
    width: 100% ;
    top: 0; bottom: 0;
    color: var(--color-letra);
    opacity: 0;
    transition: 1s ease;
}

.overly_backgrourd{
    position: absolute;
    background-color: var(--color-background1);
    height: 503px;
    width: 100% ;
    top: 0; bottom: 0;
}

.overly_gallery1 img{
    position: absolute;
    object-fit: cover;
    width: 100%;
}

.overly_gallery1 h3{
    text-align: center;
    margin-top: 8em;
    margin-bottom: 12px;
    font-weight: bolder;
    position: absolute;
    left: 50%; /* Centra horizontalmente */
    transform: translateX(-50%);
}

.overly_gallery1 p{
    margin-top: 12em;
    width: 13em;
    position: absolute;
    left: 50%; /* Centra horizontalmente */
    transform: translateX(-50%); /* Ajusta el desplazamiento para centrarlo perfectamente */
    text-align: center;
   
}

.container_service_gallery_imagen:hover .overly_gallery1{
    height: 503px;
    cursor: pointer;
    opacity: 1;
}


@media(max-width:991px){
    .title{
       text-align: center;
    }
    .container_services_gallery{
        flex-direction: column;
    }

    .container_service_gallery_gradiente{
        padding-top: 33px;
    }

    .container_service_gallery_gradiente{
        position: relative;
    }

    .overly_gallery1 h3{
        margin-top: 9em; /* Ajusta la posición vertical para pantallas más pequeñas */
        font-size: 18px; 
    }
    
    .overly_gallery1 p{
        margin-top: 13em; /* Ajusta la posición vertical del párrafo */
        width: 10em;
    }
}
