:root {
    --easy-contacto-navbar-top-height: 6rem;
}

html, body {
    height: 100%;
    width: 100%;
}
.navbar-vertical {
    position: fixed;
    display: inline-block;
    z-index: 2000;
    top: var(--easy-contacto-navbar-top-height);
    padding: 0;
    width: 100vw;
    background-color: white;
    height:100%;
    /*border-right: 1px solid #ddd;*/
}

    .navbar-vertical .navbar-vertical-content {
        max-height: calc(100vh - 96px);
        padding: 0 0;
    }

.navbar-vertical-content {
    overflow-y: auto;
    height: 100%
}

.navbar-vertical.navbar-expand-lg {
    width: 4.5rem;
    margin: 0;
}

    .navbar-vertical.navbar-expand-lg .navbar-vertical-content {
        width: 100%;
        width: 73px
    }


.content {
    min-height: calc(100vh - 96px);
    padding: 0 0 0 0;
    /*margin-top: 6rem;*/
}

.text-home-panacompu {
    color: #ff6600 !important
}

.text-calls {
    color: #222222 !important
}

.text-whatsapp {
    color: #25D366 !important
}

.text-facebook {
    color: #3c5a99 !important
}

.text-instagram {
    color: #833AB4 !important
}

.text-email {
    color: #00A4EF !important
}



.layout-loader {
    position: fixed;
    z-index: 999999;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.layout-loader-content {
    margin: auto;
    text-align: center;
    display: flex;
    align-content: center;
    width: 100%;
    height: 100%;
    height: 100vh;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.layout-loader-in_div {
    display: block;
    position: absolute;
    z-index: 999999;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    background: rgba(255,255,255, 0.7);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.layout-loader-in_div-content {
    margin: auto;
    text-align: center;
    display: flex;
    align-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}