﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@import url('../lib/fontawesome-free-5.9.0-web/css/all.css');
@import url('../lib/MDB-Free_4.8.3/css/bootstrap.css');
@import url('../lib/MDB-Free_4.8.3/css/mdb.css');
@import url('../lib/fullcalendar-4.2.0/packages/core/main.css');
@import url('../lib/fullcalendar-4.2.0/packages/daygrid/main.css');


/* INIT CODE settings color
-------------------------------------------------- */
:root {
    --color-primary: #DCDCDC;
    --color-secondary: #63656A;
}

.bg-primary {
    background-color: var(--color-primary) !important;
}

.bg-secondary {
    background-color: var(--color-secondary) !important;
}

a{
    color: var(--color-secondary);
}

.btn-primary {
    background-color: var(--color-secondary) !important;
    color: #fff;
}

.btn-outline-blue {
    border: 2px solid var(--color-secondary) !important;
}
/* END CODE settings color
-------------------------------------------------- */

/* MyCss */
.imagenfondo {
    background-image: url(../images/fondo.png);
    background-repeat: repeat-y;
    background-position-x: center;
    background-position-y: center;
    width: 100%;
    height: 100%;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}
