/* RESPONSIVE FONTS */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');
@font-face {
    font-family: 'max-regular';
    src: url('../fonts/max-regular-webfont.woff2') format('woff2'),
    url('../fonts/max-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body{
    font-family: "Source Sans Pro", sans-serif !important;
}
.titulo h1, .titulo h2, .titulo h3, .titulo h4,.titulo h5, .titulo p{
    font-weight: 700;
    font-size: clamp(1.5rem, 1.150485436893204rem + 0.9708737864077669vw, 2rem); /* 24px - 32px */

}
.subtitulo {
    font-weight: 700;
    font-size: clamp(1.125rem, 0.950242718446602rem + 0.48543689320388345vw, 1.375rem); /* 18px - 22px */
}
.texto {
    font-weight: 300;
    font-size: clamp(1rem, 0.912621359223301rem + 0.24271844660194172vw, 1.125rem);/* 16px - 18px */
}
.tarjeta-titulo{
    font-weight: 400;
    font-size: clamp(1.125rem, 0.950242718446602rem + 0.48543689320388345vw, 1.375rem);  /* 18px - 22px */
    color: #3B4752;
    letter-spacing: clamp(0.0625rem, 0.0525rem + 0.05vw, 0.1125rem);
}
.subtitulo-grande{
    font-weight: 900;
    font-size: clamp(1.25rem, 1.075242718446602rem + 0.48543689320388345vw, 1.5rem);; /* 20px - 24px */
}
.texto-grande{
    font-weight: 700;
    font-size: clamp(1.5rem, 1.325242718446602rem + 0.48543689320388345vw, 1.75rem); /* 24px - 28px */
}

hr{
    opacity: 0.4 !important;
    color: #D29741 !important;
    border: 2px solid !important;
}