﻿/* 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;
}

.form-control:focus {
    border-color: #0077cc;
    box-shadow: 0 0 0 0.2rem #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-link.nav-link:focus {
    outline: black auto 1px;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.pricing-header {
    max-width: 700px;
}

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


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

html, body {
    height: 100vh;
    height: 100dvh;
    width: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 1.4em;
}

.wrapper-sidebar {
    z-index: 1000;
    background-color: #443ea2;
}

#sidebar {
    position: -webkit-sticky;
    position: sticky;
    height: 100%;
    overflow-y: auto;
}

.content-page {
    height: calc(100vh - 3.5rem);
    height: calc(100dvh - 3.5rem);
}

.wrapper-menu-mapa {
    height: 100%;
    display: flex;
    flex-direction: row;
}

    .wrapper-menu-mapa .sidebar-menu-mapa {
        display: flex;
        flex-direction: column;
        background: gainsboro;
    }

        .wrapper-menu-mapa .sidebar-menu-mapa a {
            cursor: pointer;
            color: black
        }

            .wrapper-menu-mapa .sidebar-menu-mapa a:hover {
                background: rgb(118 104 104 / 40%);
            }

        .wrapper-menu-mapa .sidebar-menu-mapa .active {
            background: rgba(0, 0, 0, 0.1);
        }

    .wrapper-menu-mapa .collapse {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .wrapper-menu-mapa .collapse.show {
            width: calc(100%);
        }

    .wrapper-menu-mapa .content-menu-mapa {
        width: 100%;
        height: 100%;
    }

@media (max-width: 500px) {
    .wrapper-menu-mapa {
        flex-direction: column;
    }

        .wrapper-menu-mapa .collapse {
            height: calc(50%);
            overflow-y: hidden;
            overflow-x: auto;
        }

        .wrapper-menu-mapa .collapsing.collapse-horizontal {
            height: 0;
            overflow: hidden;
            transition: height .35s ease
        }
}
