/*
Theme Name: Veterinaria01
Author: 
Description: Your description goes here
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.animationcard {
    position: relative;
    background: transparent !important;
    overflow: visible !important;
}


.animationcard::before {
    content: "";
    position: absolute;
    z-index: 0;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: #ffffff;

    transition: top 0.45s cubic-bezier(.25,.8,.25,1);
    
    border-radius: inherit;
}

/* Contenido */
.animationcard .elementor-icon-box-wrapper {
    position: relative;
    z-index: 2;
    overflow: visible;
}

/* Icono */
.animationcard .elementor-icon-box-icon {
    position: relative;
    z-index: 5;

    transition: transform 0.45s cubic-bezier(.25,.8,.25,1);
}


.animationcard:hover::before {
    top: 50px;
}

/*CSS TOP IDIOMAS*/
.fv-language-line {
        display: flex;
        gap: 13px;
}

.fv-language-line a {
        color: black;
}

.fv-language-line a:hover {
        color: var(--ast-global-color-0);
}