@charset "UTF-8";

:root {
    --principal: #0069ff;
    --background: #ebebeb;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #f4623a;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #f4623a;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: var(--background);
}

.tituloprincipal {
    background-color: var(--principal);
    color: white;
    text-align: center;
    font-family: "Titillium Web", serif;
    font-weight: 600;
    font-style: normal;
    padding: 7px;
    font-size: 160%;
}

.titulosecundario {
    text-align: center;
    font-family: "Titillium Web", serif;
    font-weight: 600;
    font-style: normal;
    padding: 7px;
    font-size: 160%;
}

.fondo-blanco {
    background-color: white;
    padding: 50px;
}

.servicios {
    padding: 30%;
}

.container-central {
    margin-top: 2%;

}

/* New consolidated card body class */
.card-body-custom {
    font-family: "Titillium Web";
    text-align: center;
    height: 90px;
    padding-left: 20%;
    padding-right: 20%;
}

/* Modifier classes for background colors */
.bg-analisis {
    background-color: #ffd9b4;
}

.bg-carne {
    background-color: #ecbe8d;
}

.bg-ficha {
    background-color: #ed9682;
}

.bg-genetica {
    background-color: #7db2ff;
}

.bg-pap {
    background-color: #67a6d1;
}

.bg-microbiota {
    background-color: #4eb1b7;
    padding-left: 0%;
    /* Specific override from original card-body6 */
    padding-right: 0%;
}

.card-title {
    font-size: 120%;
    font-weight: 700;

}

.card-text {
    font-family: "Titillium Web";
    font-weight: 600;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%
}

.botonMasInfo {
    background-color: var(--principal);
    color: white;
    text-align: center;
    border: none;
    font-family: "Titillium Web";
    font-weight: 600;

}

.footer {
    font-family: "Titillium Web";
    color: white;
    background-color: var(--principal);
    padding-top: 20px;

}

.footer-link {
    color: white;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.footer-link:hover {
    color: #e0e0e0;
    text-decoration: underline;
}

.slogan {

    font-size: 80%;
    font-weight: 600;
}

/* Navbar Text Color Fix */
#mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
    color: #fff !important;
}

#mainNav.navbar-scrolled .navbar-brand {
    color: #fff !important;
}

#mainNav .navbar-nav .nav-item .nav-link {
    color: #fff !important;
}