.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-9cf624e:#4F3C37;--e-global-color-abb930c:#C3983D;--e-global-color-a667883:#000000;--e-global-color-fd117be:#FBF8F7;--e-global-color-8476799:#4F3C371A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.col-esq {
    background-color: #FBF6F2;
    position: relative;
    margin: 10px 10px 10px 0px;
    padding: 60px 20px 20px 20px;
    overflow: hidden;
    transition: height 0.8s ease; 
    height: 200px;
    border-radius: 10px;
}

.col-esq::before {
    content: "";
    background-image: url(https://www.selective.pt/wp-content/uploads/2023/08/replica-jazz-club-far-1100x1100-1.webp);
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col-esq:hover {
    height: 300px;
}

.col-esq:hover::before {
    opacity: 0.1; /* Adjust the opacity as needed */
}




.col-mid-esq {
    background-color: #FBF6F2; /* Set the background color to beige */
    position: relative;
    margin: 10px 10px 10px 10px;
    padding: 60px 20px 20px 20px;
    overflow: hidden;
    transition: height 0.8s ease; 
    height: 200px;
    border-radius: 10px;
}

.col-mid-esq::before {
    content: "";
    background-image: url(https://www.selective.pt/wp-content/uploads/2023/10/maquilhagem-noivas.webp);
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

.col-mid-esq:hover {
    height: 300px;
}

.col-mid-esq:hover::before {
    opacity: 0.1; /* Adjust the opacity as needed */
}


.col-mid-dir {
    background-color: #FBF6F2; /* Set the background color to beige */
    position: relative;
    margin: 10px 10px 10px 10px;
    padding: 60px 20px 20px 20px;
    overflow: hidden;
    transition: height 0.8s ease; 
    height: 200px;
    border-radius: 10px;
}

.col-mid-dir::before {
    content: "";
    background-image: url(https://www.selective.pt/wp-content/uploads/2023/08/replica-jazz-club-far-1100x1100-1.webp);
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

.col-mid-dir:hover {
    height: 300px;
}

.col-mid-dir:hover::before {
    opacity: 0.1; /* Adjust the opacity as needed */
}




.col-dir {
    background-color: #FBF6F2; /* Set the background color to beige */
    position: relative;
    margin: 10px 0px 10px 10px;
    padding: 60px 20px 20px 20px;
    overflow: hidden;
    transition: height 0.8s ease; 
    height: 200px;
    border-radius: 10px;
}

.col-dir::before {
    content: "";
    background-image: url(https://www.selective.pt/wp-content/uploads/2023/08/replica-jazz-club-far-1100x1100-1.webp);
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col-dir:hover {
    height: 300px;
}

.col-dir:hover::before {
    opacity: 0.1; /* Adjust the opacity as needed */
}/* End custom CSS */