﻿html, body {
    font-family: 'Source Sans Pro';
    font-size: 18px;
    color: #695093;
    line-height: 2.5;
}

.btn-error {
    color: #fff;
    background-color: #695093;
    border-color: #695093;
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
    margin-top: 1rem !important;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 2px solid transparent;
    padding: 0.4rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.8rem;
    text-decoration: none;
}

#mainNav {
    padding: 0 !important;
    background-color: transparent;
    border-bottom: none;
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
}

    #mainNav.scrolled {
        background-color: #fff;
        border-bottom: 1px solid #c3c4c7;
    }

    #mainNav > .container-fluid, footer .container-fluid, #main-content > .container-fluid {
        max-width: 1200px;
    }

#logo-header {
    height: 50px;
}

.navbar-brand {
    margin: 0.5rem 1rem 0.5rem 0;
    display: flex;
    align-items: center;
}

#header-label {
    font-family: Source Sans Pro;
    color: var(--primary);
    font-size: 1rem;
    margin-left: 0.5rem;
    line-height: 1.2;
}

    #header-label strong {
        font-weight: bold;
    }

#main-content {
    padding-top: 80px;
    padding-bottom: 50px;
    min-height: calc(100vh - 144px);
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    background: url(img/fondo-full.svg) center top no-repeat;
    background-size: contain;
}

.img {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.page-title {
    font-family: 'Source Code Pro', monospace;
    color: var(--primary);
    font-size: 1.8rem;
    font-weight: bold;
}

.text-info, .btn-primary {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
    color: #5bbff6 !important;
}

footer .container-fluid {
    border-top: 1px solid #5bbff6;
    padding: 1rem 0;
    font-weight: bold;
}

@media (max-width: 1200px) {
    #main-content {
        background-attachment: fixed;
        background-position: center -250px;
        background-size: unset;
    }

    .img {
        margin-top: 1rem;
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        margin: 0.5rem;
    }

    #logo-header {
        height: 30px;
    }

    #header-label {
        font-size: 0.75rem;
    }

    .br {
        display: block;
    }
}
