/*
Theme Name: DyA Theme
Author: Gaucho
Description: Tema hijo de OnePress
Version: 1.0
Template: onepress
Text Domain: gauchocode
*/

.service-item-content-container{
    position: relative;
    overflow: hidden;
}

.service-item-content-container .service-content{
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: opacity .4s ease, transform .4s ease, visibility .4s ease;
}

.section-services .service-item:hover .service-item-content-container .service-content{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    gap: 8px;
    z-index: 2;
}

.section-services .service-item .service-item-content-container .service-content p{
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section-services .service-item .service-item-content-container .service-title{
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.section-services .service-item .service-item-content-container .service-thumbnail img{
    height: 515px;
    aspect-ratio: 1;
    object-fit: cover;
}

.section-services .service-item .service-item-content-container .service-image i{
    color: white;
}

.service-item-content-container::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0.07%, rgba(0, 0, 0, 0.60) 88.53%), rgba(0, 0, 0, 0.08);
    z-index: 1 ;
}

div.service-content {
    padding:40px!important;
}
