html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* ======= base.css ======= */

.GilroyExtraBold {
	font-family: "GilroyExtraBold", sans-serif;

}.GilroyLight {
	font-family: "GilroyLight",  sans-serif;
}

.inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

html, body {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: normal;
    width: 100%;
    scroll-behavior: smooth;
    background-color: #F0EFEA;
    color: #222222;
}

h1 {
    font-family: "GilroyExtraBold", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: clamp(1.8rem, 7vw, 6rem);
    text-align: center;
    color: #222222;
}

h2 {
    font-family: "GilroyExtraBold", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: clamp(0.9rem, 2.7vw, 1.6rem);
    color: #222222;
}

h3 {
    font-family: "GilroyExtraBold", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: clamp(4rem, 22vw, 20rem);
    color: #F0EFEA;
}

h4 {
    font-family: "GilroyLight", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: clamp(2.3rem, 13vw, 10rem);
    color: #F0EFEA;
}

p {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(0.9rem, 2.3vw, 1.6rem);
    line-height: 1.5;
    color: #222222;
}

a {
    font-family: "GilroyLight", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: clamp(0.9rem, 2.3vw, 1.6rem);
    text-decoration: none;
    color: #222222;
}

.fina {
    font-family: "GilroyLight", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.negrita{
    font-family: "GilroyExtraBold", sans-serif;
    font-weight: 800;
    font-style: normal;
}

image{
    height: 100%;
}

.legal a {
    color: inherit;
    text-decoration: none;
}

.legal a:hover {
    color: #aaa;
}



@media (max-width: 768px) {
    h1 {
        font-size: clamp(1.5rem, 8vw, 3rem); /* Smaller base and max for mobile */
    }

    h2 {
        font-size: clamp(0.8rem, 3.5vw, 1.2rem); /* Smaller base and max for mobile */
    }

    h3 {
        font-size: clamp(3rem, 25vw, 10rem); /* Smaller max for mobile, still impactful */
    }

    h4 {
        font-size: clamp(1.8rem, 15vw, 6rem); /* Smaller max for mobile */
    }

    p {
        font-size: clamp(0.85rem, 2.8vw, 1.2rem); /* Slightly smaller base and max for better readability */
    }

    a {
        font-size: clamp(0.85rem, 2.8vw, 1.2rem); /* Slightly smaller base and max */
    }
}