/*hamburguer*/
.navbar-brand img {
    height: 65px !important;
    /*background-color: #fff;*/
    max-height: 4rem !important;
}

#navbar_global {
    height: auto !important;
}

.navbar-collapse img {
    border-radius: 8px;
    height: 50px !important;
}

.bg-navBarLogo {
    background-color: white;
}

.bg-forma {
    background-color: #f5f2ef;
}

.navbar-dark .navbar-nav .nav-link {
    color: black !important;
}

/*Imagem de logo*/

.img-logo-ambiente {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 180px
}

.img-logo-ambiente-200 {
    max-width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-logo-ambiente-login {
    max-width: 20vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.img-login {
    border-radius: 50%;
    border: 4px solid #CCCCCC;
    overflow: hidden;
    width: 80% !important;
    margin-top: 30px;
}

.card .img-logo-ambiente-login {
    width: 100%;
}

/*Fim*/

.headroom--not-top.navbar-theme-primary {
    background-color: white !important; /*alterar no front.css:6*/
}

.bg-ambientes {
    background-color: white !important;
}

/*****************************************************************
     
   Dropdown Ações

********************************************************************/


/* Dropdown Button */
.dropbtn {
    background-color: #999999 !important;
    color: white;
    padding: 10px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 350px;
    z-index: 100;
    right: 0;
    top: 0;
    text-align: right;
}

    .dropdown-content .btn {
        padding: 10px !important;
        font-weight: bold;
        border: none;
        cursor: pointer;
        height: 40px;
        width: 40px;
    }

    /*tr:last-child .dropdown-content {
    bottom: 0;
}*/

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px 8px 8px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #474747;
    opacity: 0;
}

.dropdown-content .btn:not(:last-child) {
    margin-right: .2rem;
}

.dropdown-content .btn:hover {
    transform: translateY(0px);
}

.form-group .dropdown-menu {
    min-width: 100% !important;
}

    .form-group .dropdown-menu .dropdown-item {
        white-space: normal;
    }

.form-group .dropdown-item.active, .dropdown-item:active {
    background-color: #f7fafc;
}

/* END */

.bg-gradient-ambient {
    background: linear-gradient( 359deg, #f4f6fc 0, #fff 100%) !important;
}

.footer a, h6 {
    color: #fff;
}

.navbar-brand .title {
    font-weight: 900;
    font-size: large;
    color: #c6b19f;
}

.container .title {
    font-weight: 900;
    font-size: large;
    color: #fff;
}

.just-line-break {
    white-space: pre-line;
}

/* todo : Passar para o css default */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dee2e6 #dee2e6 #f8f9fe;
}


/* imagem de carregamento (loading) das páginas */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/imagens/livi-preloader-001.svg') center no-repeat #fff;
}

.table tr:last-child {
    border-bottom: 1px solid #e9ecef;
}

.table-responsive > .fixed-column {
    right: 0;
    top: 0;
    background: #ffffff;
    position: absolute;
    display: inline-block;
    width: auto;
    border-top: 0 solid;
    border-left: 1px solid #ddd;
}

    .table-responsive > .fixed-column th, .table-responsive > .fixed-column td {
        text-align: center !important;
    }

@media (max-width: 768px) {
    .table-responsive > .fixed-column {
        top: 1px;
    }

    .table-responsive > .table > tbody > tr > td {
        white-space: inherit;
    }
}

.table-responsive::-webkit-scrollbar {
    background: lightyellow;
    width: 12px;
}

.table-responsive::-webkit-scrollbar-track {
    background: whitesmoke;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: gray;
}

.table-responsive:hover::-webkit-scrollbar {
    background: yellow;
}

.td-action-hidden {
    visibility: hidden;
}

/* Footer Clone */
.table tfoot th {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #e9ecef;
}


.divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

/*
Botão para voltar para o inicio da página
*/
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}

    #back2Top:hover {
        background-color: #DDF;
        color: #000;
    }

@media screen and (min-width: 1024px) {
    #back2Top {
        right: 16px;
    }
}

/*
END
 */

/* footer fixed on bottom */
.footerFixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}

input.currency {
    text-align: right;
    padding-right: 15px;
}

.input-group-text {
    font-size: .75rem !important;
    font-weight: bold;
}

/*Efeitos para os selects tipo selectpicker*/
.btn-light {
    background-color: #fff;
    color: #8898aa;
    font-size: .875rem;
    transition: all .15s ease-in-out;
    height: calc(1.5em + 1.25rem + 5px);
    box-shadow: none;
    font-weight: 400;
}

    .btn-light:hover {
        box-shadow: none;
        transform: none;
        background-color: #fff;
        color: #8898aa;
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #8898aa;
        background-color: #fff;
        border-color: #adb5bd;
    }


.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #dee2e6;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline-offset: 0;
}

.filter-option-inner-inner {
    letter-spacing: 0;
    font-weight: 400;
}

.post-it {
    display: block;
    padding: 5px 0;
    font-weight: bold;
    margin: 0 auto;
    border: 1px solid rgba(128, 128, 128, 0.5);
}

    .post-it span {
        float: left;
        margin-top: -5px;
        margin-right: 5px;
        width: 29px;
        height: 29px;
        display: block;
    }

.post-it-task {
    display: block;
    padding: 5px 0;
    font-weight: bold;
    margin: 0 auto;
    border: 0;
}

    .post-it-task span {
        float: left;
        margin-top: -2px;
        margin-right: 5px;
        width: 25px;
        height: 25px;
        display: block;
    }

.sidenav-toggler-line {
    background-color: #fff;
}

/* Style the header: fixed position (always stay at the top) */
.header-page-load {
    position: fixed;
    top: 0;
    z-index: 101;
    width: 100%;
    background-color: #cc3300;
}

/* The progress container (grey background) */
.progress-container-page-load {
    width: 100%;
    height: 4px;
    background: black;
}

/* The progress bar (scroll indicator) */
.progress-bar-page-load {
    height: 4px;
    background: #f5b759;
    width: 0;
}

.btn-primary {
    background-color: #016F9C !important;
    border-color: #016F9C !important;
}

    .btn-primary:hover {
        background-color: #016F9C !important;
        border-color: #016F9C !important;
    }

.button-a {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

.footer ul.links-vertical li a {
    padding: 1px;
}


html,
body {
    height: 100%;
    position: relative;
}

.main-content {
    min-height: 95vh; /* will cover the 100% of viewport */
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 100px; /* height of your footer */
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.modal-footer {
    border-top: 1px solid #e9ecef;
}

.custom-checkbox .custom-control-input ~ .custom-control-label {
    height: 1.3rem;
    padding-top: 2px;
}

.custom-control-label span {
    top: 0;
}

.fill-linte {
    fill: #f8f9fe;
}

.section h1 {
    color: #2a2a2a;
    font-weight: bold;
    font-size: 2.6em;
    margin-bottom: 10px;
    line-height: 1;
   
}


h1 {
    text-transform: lowercase;    
}

h1:first-letter {
    text-transform: uppercase;
}

.h4, h4 {
    text-transform: lowercase;
    font-size: 1.6rem; 
}

h4:first-letter {
    text-transform: uppercase;
}

a {
    text-transform: lowercase;
}

a:first-letter {
    text-transform: uppercase;
}

.btn:first-letter {
    text-transform: lowercase;
}

@media screen and (max-width: 540px) {

    .section h1 {
        font-size: 1.6em;
    }

    .h4, h4 {
        text-transform: lowercase;
        font-size: 1.3rem; 
    }
    
}

.btn-linted {
    color: #fff;
    background-color: #000000 !important;
    border-color: #f5b759 !important;
}

    .btn-linted:hover {
        color: #fff;
        background-color: #000000 !important;
        border-color: #f5b759 !important;
    }

/* 
        CARROUSEL
 */
.carousel-item img {
    width: 100%;
}

@media screen and (min-width: 1024px) {

    .carousel-item img {
        height: 600px;
        object-fit: cover
    }
}

@media screen and (min-width: 425px) {

    .carousel-item img {
        height: 300px;
        object-fit: cover
    }
}


@media screen and (min-width: 1024px) {
    
    .carousel-item img {
        height: 600px;
        object-fit: cover
    }
}

/*
    END - CARROUSEL
 */

/*botão Escalando Negócios*/

.btn-ld-dark {
    padding: -0.3rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 2.3rem;
    color: white;
    background-color: #000000;
    border-color: #f5b759;
}

.bg-dark {
    background-color: #000000!important;
}

.btn-ld-light {
    padding: -0.3rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 2.3rem;
    color: #000000;
    background-color: #f1ad45;
    border-color: #000000;
}

@media screen and (max-width: 540px) {

    .btn-ld-light {
        font-size: 1.2rem;
    }
    
}

.icon-color {
    --fa-primary-color: orange;
    --fa-secondary-color: #ffffff;
}

.animate {
    animation-direction: alternate;
    animation-duration: 1.25s;
    animation-delay: 0s;
    animation-name: animate;
}

@keyframes animate {
    from {
        margin-left: 50%;
        width: 100%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}

.shadow-ld {
    -webkit-box-shadow: 0 0 9px 10px rgba(110,82,40,0.57);
    box-shadow: 0 0 90px 10px rgba(143, 141, 138, 0.57);
    
}

.btn-cta {
    padding: -0.3rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 2.3rem;
    color: #000000;
    background-color: #f1ad45;
    border-color: #000000;
    animation-name: cta;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    
}

@keyframes cta {
    0% {
        box-shadow: 0 0 0 0 #f1ad4554;
    }
    80% {
        box-shadow: 0 0 0 15px #f1ad4554;
    }
}

/* Whatsapp botão */

.btn-whatsapp-pulse {
    position: fixed;
    background-color: #25d366;
    color: white;
    bottom: 40px;
    right: 40px;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 40px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index:1000;
    border-bottom: rgba(37, 211, 102, 0.5);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 25px rgba(37, 211, 102, 0);
    }
}

/* Fim CSS Whatsapp botão*/

.hr-footer {
    background: linear-gradient(to right, #ff99012e, #666768);
    height: 1px;
    border-radius: 5px;
}

.navbar .navbar-nav .nav-link {
    font-size: 1.2rem;
}

.dropdown-menu {
    white-space: nowrap;
}

.section, .footer {
    padding-left: 2rem;
    padding-right: 2rem;;
}

.vl {
    border-left: 1px solid #24262b;
}

.list-group-item-border {
    border: 0.0625rem solid #f4f6fc!important;
}

.border-form {
    border: 0.0625rem solid #000000;
}

.bg-realtor {
    background-color: #f1ad450f;
}

.client-pitch {
    max-width: 100%;
}

@media screen and (min-width: 425px) {

    .client-pitch {
        max-width: 100%;
    }
}

@media screen and (min-width: 1024px) {

    .client-pitch {
        max-width: 55%;
    }
}