﻿/* 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. */

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%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.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 */
}

.modal-body {
    height: 500px;
    overflow-y: auto;
}

@media (min-height: 500px) {
    .modal-body {
        height: 400px;
    }
}

@media (min-height: 800px) {
    .modal-body {
        height: 600px;
    }
}

.loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 23px;
    height: 23px;
    animation: spin 1.5s linear infinite;
    display: inline-block;
    position: absolute;
    margin-left: 5px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body {
    font-family: Arial, sans-serif;
}

.jumbotron {
    background-color: #f8f9fa;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    border-radius: 0.3rem;
    text-align: center;
}

.container {
    max-width: 900px;
    margin: auto;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

h2 {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

p.lead {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

ul.list-group {
    margin-bottom: 2rem;
}

ul.list-group-item ul {
    margin-top: 0.5rem;
    padding-left: 1rem;
}

    ul.list-group-item ul li {
        list-style-type: circle;
    }

        ul.list-group-item ul li a {
            text-decoration: none;
            color: #007bff;
        }

            ul.list-group-item ul li a:hover {
                text-decoration: underline;
            }

p {
    font-size: 1.1rem;
    line-height: 1.6;
}


.code-container {
    max-height: 200px;
    overflow: auto;
    border: 1px solid #ccc;
    padding: 10px;
}

.tituloTable {
    background: #435d7d;
    color: #fff;
    padding: 16px 30px;
    min-width: 100%;
    margin: -20px -21px 10px;
    border-radius: 3px 3px 0 0;
}

.error {
    color: red;
}

.developed-by {
    align-items: center;
    color: #222e3c;
    display: flex;
    font-weight: 400;
    font-size: .6875rem;
    justify-content: center;
    line-height: .875rem;
}

    .developed-by img {
        margin-left: .625rem;
        width: 107px;
    }


.footerBottom {
    bottom: 0;
    width: 100%;
}

.containerAux {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 130px;
}

