body {
    background-color: #fafafa;
}

.hlg-badge {
    background-color: #fdff31;
    color: #d53104;
    font-weight: bold;
    padding: 5px;
    z-index: 999999;
    position: fixed;
    left: 0;
    top: 0;
    border-bottom-right-radius: 15px;
}

.hlg-badge.show {
    display: block !important;
}

.form-control:focus {
    border: 1px solid #ced4da;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(0,0,0,0.1) !important;
    box-shadow: 0 0 0 0.15rem rgba(0,0,0,0.1) !important;
}

.loader {
    width: 100vw;
    height: 100vh;
    background-color: white;
    position: fixed;
    z-index: 9999;
    opacity: 1.00;
    left: 0;
    top: 0;
}

.text-no-break {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.loader-flex {
    width: 100vw;
    height: 100vh;
}

.img-menu {
    height: 200px;
}

.pointer {
    cursor: pointer;
}

#pentagon {
    position: relative;
    width: 54px;
    box-sizing: content-box;
    border-width: 50px 18px 0;
    border-style: solid;
    border-color: #fafafa transparent;
    display: inline-block;
    font-size: 2em;
}

    #pentagon:before {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        top: -85px;
        left: -18px;
        border-width: 0 45px 35px;
        border-style: solid;
        border-color: transparent transparent #fafafa;
    }

    #pentagon > i {
        top: -60px;
        position: relative;
        color: #6aae7a !important
    }

.all-packages {
    position: relative;
}

.packages.pack-to-form .midias {
    display: none !important;
}

.packages .package {
    position: relative;
    min-height: 400px;
    max-height: 480px;
}

    .packages .package .btn-comprar {
        margin-top: 100%;
    }

.packages.pack-form .package .btn-comprar {
    display: none !important;
}

.packages.pack-to-form .package .close {
    display: none;
}

.packages.pack-form .package .form-buy {
    display: none;
}

.packages.pack-to-form .package .form-buy {
    display: none;
}

.packages.pack-form .package .close {
    position: absolute;
    right: 20px;
}

.packages .package::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.packages .package.para-voce::after {
    background: transparent url(../img/bg-para-voce.jpg) no-repeat center;
    background-size: auto 100%;
}

.packages .package.para-empresa::after {
    background: transparent url(../img/bg-para-empresa.jpg) no-repeat center;
    background-size: auto 100%;
}

.packages .package.para-advogados::after {
    background: transparent url(../img/bg-para-advogados.jpg) no-repeat center;
    background-size: auto 100%;
}

.packages .package.para-medicos::after {
    background: transparent url(../img/bg-para-medicos.jpg) no-repeat center;
    background-size: auto 100%;
}

.packages .package.para-midias::after {
    background: transparent url(../img/bg-para-midias.jpg) no-repeat center;
    background-size: auto 100%;
}

.packages .package.form-package::after {
    background-size: cover;
    opacity: 0.1;
}

/*Efeito hover nas box simples*/
.box-simple {
    position: relative;
    margin: 20px 0;
}

    .box-simple:hover .overlay {
        opacity: 1;
    }

    .box-simple:hover h3, .box-simple:hover p, .box-simple:hover .buttons {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    .box-simple .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(70, 127, 191, 0.80);
        padding: 20px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
    }

    .box-simple .buttons {
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
/*Efeito hover nas box simples end*/

.text-green {
    color: #6aae7a;
}

.text-red {
    color: #dd1111;
}

/*Esconder content "Browser"*/
.custom-file-label::after {
    display: none !important;
}

/* Sifr�o */
.sifrao-style-1 {
    font-size: 15px !important;
}


/* ======================================================================================================================================= */
/*  Bootstrap  */
/* ======================================================================================================================================= */
.bg-light-t {
    background-color: #f8f9fa55 !important;
}

.navbar-brand img.logo {
    max-height: 85px;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.nav.navbar-nav {
    line-height: 48px;
    transition: line-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.sticky .navbar-brand img.logo {
    max-height: 60px;
}

.sticky .nav.navbar-nav {
    line-height: inherit;
}

[data-toggle="tooltip"] {
    cursor: pointer;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

#produtos-home .custom-radio label.custom-control-label::before {
    width: 1.2rem;
    height: 1.2rem;
}

#produtos-home .custom-radio label.custom-control-label {
    font-size: 18px;
    padding-left: 10px;
}

    #produtos-home .custom-radio label.custom-control-label::after {
        width: 1.2rem;
        height: 1.2rem;
    }


.iziToast {
    min-width: 400px !important;
    /*background: rgb(238,238,238) !important;
    border-color: rgb(238,238,238) !important;*/
}

.iziToast-message {
    padding-top: 10px !important;
    font-size: 18px !important;
    /*color: #000 !important;*/
}

/*.iziToast-title {
    color: rgba(0,0,0,.6) !important;
}*/

.icon-map {
    font-size: 25px !important;
}

.form-control.is-invalid {
    border-color: #dc3545 !important;
}

    .form-control.is-invalid:focus {
        border-color: #dc3545 !important;
        box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25) !important;
    }


#navbar .navbar-nav > li > a {
    font-size: 0.8rem !important;
}

.fnt-14 {
    font-size: 14px !important;
}

.fnt-16 {
    font-size: 16px !important;
}

.fnt-18 {
    font-size: 18px !important;
}

.fnt-40 {
    font-size: 40px !important;
}

.fnt-80 {
    font-size: 80px !important;
}

.fnt-120 {
    font-size: 120px !important;
}

.badge.badge-pill > i {
    margin-left: 1px;
    margin-right: -2px;
}

.truncate-text {
    font-family: inherit !important;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

pre.intro {
    font-family: inherit !important;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.truncate-blog {
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.h-300p {
    height: 300px !important;
    overflow: hidden;
}

.pointer {
    cursor: pointer !important;
}

@media print {
    #customer-order {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}


.owl-carousel .owl-stage {
    display: flex !important;
}

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

    .card-img-top {
        height: 250px !important;
    }

    .card-max {
        max-width: 600px !important;
        max-height: 460px !important;
        height: 100% !important;
    }
}

.img-fluid2 {
    height: 100% !important;
}

p.lead > p {
    font-size: 1.25rem!important;
}

.owl-carousel .owl-item{
    padding:10px;
}

.owl-carousel .owl-item .item {
    height: 100%;
}


.InstallationGuideBorder {
    border: 2px dashed;
    margin-right: -15px;
    margin-left: -15px;
}


.fly-banner {
    width: 100vw;
    height: 100vh;
    background-color: #fffffff6;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
}

.fly-banner-flex {
    width: 100vw;
    height: 100vh;
}

.close-flybanner {
    right: 0;
    font-size: 30px;
    position: absolute;
    top: 0;
    float: right;
    margin-right: 25px;
    margin-top: 5px;
    cursor: pointer;
    color: var(--cms-side);
}

.text-color-3acode {
    color: #fdb91c !important;
}

#map > iframe {
    display: block !important;
    width: 100% !important;
}

.mt--1{
    margin-top: -1px !important;
}

.ml--1 {
    margin-right: -1px !important;
}


.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.5);
    outline: 0
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-dialog .modal-body {
    padding: 24px 24px 16px
}

/*Css param Modals*/
.card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px 
}


.box-home-ac {
    transition: top .5s;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    top: 0;
}

    .box-home-ac:hover {
        top: -10px;
    }

/*font-face Redes Sociais*/
.fa-font-Facebook {
    color: #4267b2!important;
}

.fa-font-Linkedin {
    color: #0077b5 !important;
}

.fa-font-Twitter {
    color: #1da1f2 !important;
}

/*Tamanho máximo imagens footer*/
.imgs-footer {
    height: 60px !important;
}

.mr--1{
    margin-right: -1px;
}

.lh-30 {
    line-height: 30px !important
}

.alert-icon {
    position: absolute;
    right: -15px;
    font-size: 40px;
    margin-top: -25px;
}

.alert-icon-exclamation {
    position: absolute;
    right: -2px;
    font-size: 25px;
    margin-top: -17px;
    transform: rotate(20deg);
}

.box-videoconf {
    min-height: 400px !important;
}

.d-grid{
    display: grid !important;
}





.loader06 {
    width: 56px;
    height: 56px;
    border: 4px solid transparent;
    border-radius: 50%;
    position: relative;
    top: 50%;
    margin: -28px auto 0;
}

    .loader06::before {
        content: '';
        border: 4px solid rgba(58, 58, 58, 0.5);
        border-radius: 50%;
        width: 67.2px;
        height: 67.2px;
        position: absolute;
        top: -9.6px;
        left: -9.6px;
        animation: loader-scale 1s ease-out infinite;
        animation-delay: 1s;
        opacity: 0;
    }

    .loader06::after {
        content: '';
        border: 4px solid #3a3a3a;
        border-radius: 50%;
        width: 56px;
        height: 56px;
        position: absolute;
        top: -4px;
        left: -4px;
        animation: loader-scale 1s ease-out infinite;
        animation-delay: 0.5s;
    }

@keyframes loader-scale {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
}