.elementor-550 .elementor-element.elementor-element-a9655b7{--display:flex;--background-transition:0.3s;}.eae-wrap-b063994.eae-popup .mfp-inline-holder .mfp-content{width:60%;}body .eae-popup.mfp-bg.eae-wrap-b063994{background-color:rgba(0,0,0,0.75);}.elementor-550 .elementor-element.elementor-element-b063994 .icon-position-before i , .elementor-550 .elementor-element.elementor-element-b063994 .icon-position-before svg{margin-right:6px;}.elementor-550 .elementor-element.elementor-element-b063994 .icon-position-after i , .elementor-550 .elementor-element.elementor-element-b063994 .icon-position-after svg{margin-left:6px;}.eae-wrap-b063994 .mfp-title{background-color:#FFFFFF00;padding:0px 0px 0px 0px;}.eae-wrap-b063994 .mfp-inline-holder .mfp-content{background-color:#FFFFFF21;border-radius:30px 30px 30px 30px;}.elementor-550 .elementor-element.elementor-element-b063994 .eae-popup-link{border-radius:20px 20px 20px 20px;}.elementor-550 .elementor-element.elementor-element-b063994 .eae-popup-link img{border-radius:20px 20px 20px 20px;}.eae-wrap-b063994 .eae-close{font-size:21px;height:21px;width:21px;top:30px;right:30px;}.eae-wrap-b063994 svg.eae-close{width:21px;height:21px;}.eae-wrap-b063994.eae-popup .eae-close{color:#FFFFFF;}.eae-wrap-b063994.eae-popup svg{background-color:#FFFFFF;}.elementor-550 .elementor-element.elementor-element-b063994 > .elementor-widget-container{border-radius:50px 50px 50px 50px;}.eae-wrap-19bce32.eae-popup .mfp-inline-holder .mfp-content{width:60%;}body .eae-popup.mfp-bg.eae-wrap-19bce32{background-color:rgba(0,0,0,0.75);}.elementor-550 .elementor-element.elementor-element-19bce32 .icon-position-before i , .elementor-550 .elementor-element.elementor-element-19bce32 .icon-position-before svg{margin-right:6px;}.elementor-550 .elementor-element.elementor-element-19bce32 .icon-position-after i , .elementor-550 .elementor-element.elementor-element-19bce32 .icon-position-after svg{margin-left:6px;}.eae-wrap-19bce32 .mfp-title{background-color:#FFFFFF00;padding:0px 0px 0px 0px;font-family:"Gotham", Sans-serif;font-weight:600;}.eae-wrap-19bce32 .mfp-inline-holder .mfp-content{background-color:#FFFFFF21;border-radius:30px 30px 30px 30px;}.elementor-550 .elementor-element.elementor-element-19bce32 .eae-popup-link{font-family:"Gotham", Sans-serif;font-size:18px;font-weight:bold;text-transform:uppercase;color:#FFFFFF;background-color:#B6B3DA00;padding:0px 0px 0px 0px;}.elementor-550 .elementor-element.elementor-element-19bce32 .eae-popup-link svg{fill:#FFFFFF;}.elementor-550 .elementor-element.elementor-element-19bce32 .eae-popup-link:hover{background-color:#61CE7000;}.eae-wrap-19bce32 .eae-close{font-size:21px;height:21px;width:21px;top:30px;right:30px;}.eae-wrap-19bce32 svg.eae-close{width:21px;height:21px;}.eae-wrap-19bce32.eae-popup .eae-close{color:#FFFFFF;}.eae-wrap-19bce32.eae-popup svg{background-color:#FFFFFF;}.elementor-550 .elementor-element.elementor-element-19bce32 > .elementor-widget-container{border-radius:50px 50px 50px 50px;}@media(max-width:767px){.eae-wrap-b063994.eae-popup .mfp-inline-holder .mfp-content{width:95%;height:70vh;overflow-y:auto;}.elementor-550 .elementor-element.elementor-element-b063994 > .elementor-widget-container{border-radius:30px 30px 30px 30px;}.eae-wrap-19bce32.eae-popup .mfp-inline-holder .mfp-content{width:95%;height:70vh;overflow-y:auto;}.elementor-550 .elementor-element.elementor-element-19bce32 > .elementor-widget-container{border-radius:30px 30px 30px 30px;}}/* Start custom CSS */.mfp-content {
    background: rgb(255 255 255 / 20%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.modal_image{
    cursor: pointer;
}

.imagen_item .eae-popup-wrapper a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 6px);
    background: #00000073;
    left: 0;
    top: 0;
    border-radius: 20px;
    visibility: hidden;
    opacity: 0;
    transition: 0.8 ease;
}

.modal_image:hover .imagen_item .eae-popup-wrapper a:before {
    visibility: visible;
    opacity: 1;
    transition: 0.8 ease;
}

.text_title {
    position: absolute;
    height: calc(100% - 26px);
    width: calc(100% - 20px);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    vertical-align: middle;
    visibility: hidden;
    display: none;
    opacity: 0;
}

.text_title .eae-popup-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.modal_image:hover .text_title {
    visibility: visible;
    display: flex;
    opacity: 1;
}

.text_title .elementor-widget-container {
    width: 100%;
    text-align: center;
    display: flex;
}

.text_title a.eae-popup-link{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px){
    .text_title {
        display: none !important;
    }
}/* End custom CSS */