.elementor-kit-5{--e-global-color-primary:#3B82F6;--e-global-color-secondary:#0F0F0F;--e-global-color-text:#000000;--e-global-color-accent:#3B82F6;--e-global-color-dca2ce2:#332020;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--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;--e-global-typography-aad389d-font-family:"Poppins";--e-global-typography-aad389d-font-weight:400;}.elementor-kit-5 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){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Botones Elementor */
.elementor-button{
  border-radius: 999px;
}



/* Utilidades */


.container .card {
    position: relative;
    height: 160px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    max-width: 100%; 
}

.container .card:hover {
    height: 270px;
}

.container .card .imgBx {
    position: relative;
    top: -60px;
    z-index: 1;
}

.container .card .content {
    position: relative;
    margin-top: -20px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
    width: 100%;
    padding: 0 15px; 
    box-sizing: border-box; 
}

.container .card:hover .content {
    visibility: visible;
    opacity: 1;
    margin-top: -10px;
    transition-delay: 0.3s;
}

/* MEDIA QUERY MOVIL */
@media only screen and (max-width: 767px) {
    .container .card {
        height: 150px;
    }
    
    .container .card:hover {
        height: 270px;
    }
}/* End custom CSS */