:root {

    --font-famili: 'Inter 28pt';
    --font-famili-regular: normal;
}

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

input:focus {
    outline: none;
}


.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) !important;
    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;
}

.img_full_h_cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.boder_radius_20 {
    border-radius: 20px;
    overflow: hidden;
}

.border_2_gris {
    border: 2px solid #DBE8F3;
}

.detalles_ebook_blog {
    padding: 22px;
}

.border_radius_16 {
    border-radius: 16px;
    overflow: hidden;
}

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

.img_full_movil img {
    width: 100%;
}

.espacio_20_gap {
    gap: 20px;
}

.fondo_banner_celeste {
    background: #F2F9FF;
}