:root {
    --co-primary-gob-light: rgb(134, 30, 26);
    --co-primary-gob: #710101;
    --co-spinner-gob: #18050b;
    --co-bg-spinner-gob: rgba(0, 0, 0, 0.08);
    --co-border-form-control: rgba(157, 36, 73, .25);
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/Montserrat-VariableFont_wght.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('fonts/Montserrat/Montserrat-Bold.ttf');
    font-weight: normal;
}

.fm-bold {
    font-family: 'Montserrat-Bold', sans-serif;
}

body,
html {
    margin: 0px;
    padding: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif !important;
}

footer {
    font-size: small;
    color: #18050b;
}

.bg-page {
    background: var(--co-primary-gob);
    background: linear-gradient(180deg, var(--co-primary-gob) 0%, rgba(0, 0, 0, 0.4) 100%);
}

header {
    box-shadow: 5px 5px 5px rgb(0, 0, 0, 0.2);
    background-color: white;
}

.co-primary-gob {
    color: var(--co-primary-gob) !important;
}

.co-primary-gob-light {
    color: var(--co-primary-gob-light) !important;
}

.bg-primary-gob {
    background-color: var(--co-primary-gob) !important;
}

.container {
    background-image: url("../img/greca.png");
    background-size: 200px;
    background-repeat: repeat-y;
}

.container-fluid {
    flex: 1;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

h6 {
    font-size: 0.8rem !important;
    margin: 0px !important;
}

h6.card-title {
    cursor: pointer;
}

a {
    color: black;
}

a:hover {
    color: var(--co-primary-gob);
}

.card-custom {
    border-radius: 10px !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: .7rem;
    padding-bottom: .7rem;
}

.container-divisor {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.container-divisor hr {
    width: 45%;
    height: 2px;
}

.form-control {
    border-radius: 5px;
    height: auto;
}

.form-control:focus {
    border-color: var(--co-primary-gob);
    box-shadow: 0 0 0 .25rem var(--co-border-form-control);
}

.input-group > .form-control:focus{
    border-color: var(--co-primary-gob);
    box-shadow: 0 0 0 .25rem var(--co-border-form-control);
}

@media only screen and (max-width : 576px) {
    header .me-5.text-center.co-primary-gob.movil-margin {
        margin-right: 0px !important;
    }

    .movil-margin {
        padding-left: .8rem !important;
        padding-right: .8rem !important;
    }

    .ajuste-movil-text {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .text-header {
        font-size: 0.7rem !important;
    }
}