:root {

    --font-famili: 'Poppins';
    --font-famili-regular: normal;
}

body {
    font-family: var(--font-famili);
    font-weight: var(--font-famili-regular);
}


.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-3xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-famili);
    font-weight: var(--font-famili-regular);
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: initial;
}

.img_full_h img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.titulo_popins_fuente {
    font-family: var(--font-famili);
}

.titulo_bold_popin {
    font-weight: bold;
}

.titulo_medium_popin {
    font-weight: 500;
}