:root {
    --font-family-primary: 'Quicksand', sans-serif;
}

html {
    font-size: 12px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    zoom: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

body {
    margin-bottom: 60px;
    font-family: var(--font-family-primary);
    font-optical-sizing: auto;
    font-weight: 400;
    zoom: 1;
}

/* Estilos de Fuente*/

.font-light {
    font-weight: 300;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-primary);
    font-weight: 600;
}

.bg-custom {
    background-color: #242B57;
}

nav {
    font-size: 1.2rem;
}

.bg-custom {
    background-color: #242B57 !important;
}

.navbar-logo {
    height: 40px;
    max-width: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Quicksand', sans-serif;
}

main {
    flex: 1 0 auto;
}

.footer {
    background-color: #f5f5f5;
    padding: 2px 0;
    margin-top: auto;
    flex-shrink: 0;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-text {
    font-weight: 500;
}

.uteq-text {
    color: #242B57;
    font-weight: 700;
}