.pulse {
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: 3
}

@keyframes pulse {
    from {
        box-shadow: none
    }
    to {
        box-shadow: 0 0 10px 2px rgba(229, 129, 5, .8)
    }
}

iframe,
img,
video {
    max-width: 100%
}

.star-rating {
    font-size: 14px;
    height: 16px;
    width: 75px !important;
    line-height: 1;
    overflow: hidden;
    position: relative;
    top: 0
}

.star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0
}

.star-rating span::before,
.star-rating::before {
    color: silver;
    content: "\f005\f005\f005\f005\f005";
    float: left;
    font-family: fontawesome;
    left: 0;
    letter-spacing: 2px;
    position: absolute;
    top: 0
}

.star-rating span::before {
    color: #ffc300 !important
}

.btn-mais {
    text-transform: uppercase;
    border: 1px solid;
    padding: 10px;
    color: var(--bg_geral);
    position: relative;
    transition: .1s ease-in-out;
    width: fit-content
}

.btn-mais:hover {
    border-color: var(--hover);
    color: var(--hover)
}

.btn-mais:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.bg-form-contact:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 250%;
    height: 100%;
    background: var(--overlay);
    opacity: .6
}

.bg-form-contact .banner-main-right {
    position: relative
}

footer .bg-newsletter {
    background: 0 0;
    border: 2px solid var(--texto_principal);
    border-radius: 0;
    height: 45px;
    color: #fff;
    transition: .2s ease-in-out
}

footer .bg-newsletter:hover {
    background: var(--texto_principal);
    color: #fff
}

.form-group.hidden-captcha {
    display: flex
}

.captcha {
    user-select: none;
    cursor: default;
    padding: 5px 15px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    background: url(/images/captcha.jpg) no-repeat center !important;
    text-transform: none !important
}

input.captcha_result {
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 0
}

.img-servico {
    max-height: 400px;
    width: auto
}

.main-text.item-servico {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bloco-img-servico {
    flex: 0 0 300px
}

.border-0 {
    border: 0
}

figure.orcamento-figure img {
    max-width: 100%
}

.orcamento-section {
    margin: 10px 0
}

button.btn-main {
    border: 0
}

.orcamento-section .btn-main:hover {
    background-color: var(--texto_principal)
}

.page-banner:before {
    content: "";
    background: var(--overlay);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5
}

.homepage-02 .page-banner:before {
    content: unset
}

.page-banner .title {
    color: #fff
}

button.btn.btn-success.btn-whatsapp {
    position: fixed;
    bottom: 180px;
    right: 0;
    background: 0 0;
    border: none;
    z-index: 999;
    padding: 0
}

.politica_cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .9);
    z-index: 1000;
    color: #fff;
    padding: 10px 0
}

button.btn-cookies {
    margin-left: 10px
}

img.testimonial-man {
    max-width: 300px
}

.main-text.item-servico.alinhar_esquerda {
    flex-direction: row-reverse
}


.wp-img.img-wrapper img.img-responsive {
    height: 100%;
    object-fit: cover;
    width: 100%;
    margin: auto
}

.finance-item p {
    overflow: hidden;
    height: 50px
}

.finance-item .introducao {
    height: 80px;
    margin-bottom: 25px;
    overflow: hidden
}

.grid-item img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    margin: auto
}

.words-limit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical
}

footer,
footer a,
footer li,
footer p {
    color: var(--footer_color) !important
}

.bg-form-contact::after {
    background: var(--bg-contato);
    background-size: cover
}

.text-light {
    color: #fffa !important
}

.finance-item {
    padding-bottom: 15px;
    height: 500px;
    overflow: hidden
}

section.who-alt.who-alt-banner {
    background-color: var(--bg_geral)
}

.topbar a.item:hover {
    color: var(--texto_topo) !important
}

.botao-link-externo {
    background-color: var(--texto_principal);
    color: #fff
}

.botao-link-externo:hover {
    color: var(--hover) !important;
    background-color: var(--texto_menu)
}

div#modal-boas-vindas {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999
}

div#modal-boas-vindas .modal-body {
    display: flex;
    height: 100vh;
    flex: 0 0 100vw;
    z-index: 999;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5)
}

#modal-boas-vindas .modal-conteudo {
    position: relative;
    max-width: 100%;
    max-height: 80vh;
    min-height: 500px;
    width: 800px;
    border-radius: 10px;
    z-index: 999;
    background: #fff center top no-repeat;
    background-size: contain;
    padding: 20px;
    text-align: center;
    display: flex;
    align-content: stretch;
    justify-content: space-around;
    align-items: stretch
}

#modal-boas-vindas .modal-conteudo .modal-detalhes {
    width: 100%
}

#modal-boas-vindas .modal-conteudo .btn-fechar-boas-vindas {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    color: #000;
    z-index: 99999;
    width: 30px;
    height: 30px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    font-weight: 700;
    border-radius: 100%;
    border: 0;
    line-height: 27px;
    font-size: 15px
}

.background-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

section.achievement.achievement-banner .title-wrapper {
    margin-bottom: 10px
}

.slide-campo-texto {
    font-size: 1.5rem;
    line-height: 1.6rem
}

.slide-campo-titulo {
    font-size: 2.3rem;
    line-height: 2.4rem
}

.slide-campo-botao {
    font-size: 1.28rem;
    line-height: 1.7rem;
    padding: 5px 15px;
    width: auto;
    white-space: nowrap;
    min-width: 150px;
    max-width: 100%
}

.link_slide_completo {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%
}

section#section-galeria li.port-item.port-more {
    float: right;
    border: 1px solid var(--bg_geral);
    font-size: 2rem
}

.tab-footer {
    padding: 20px 0
}

section.section-pagina-extra {
    padding: 15px 0;
    margin: 15px 0
}

.subtitle {
    display: none
}

.header-fixed.header-main .logo {
    max-height: 50px !important
}

.blog-detail-wrapper .blog-image {
    text-align: center
}

.blog-detail-wrapper .blog-image img {
    max-height: 500px;
    width: auto
}

.galeria-produtos .item {
    height: 150px
}

.galeria-produtos .item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@keyframes animationUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.animationUp {
    -webkit-animation-name: animationUp;
    animation-name: animationUp
}

.cbh-ph-circle {
    width: 110px;
    height: 110px;
    top: 10px;
    right: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #0ddf74;
    opacity: 1;
    animation: cbh-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
    -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    animation: cbh-circle-anim 1.1s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-circle {
    -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    animation: cbh-circle-anim 2.2s infinite ease-in-out !important
}

.cbh-phone.cbh-hover .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: .5
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: .5
}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: .5
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
    border-color: rgba(204, 204, 204, 1);
    opacity: .5
}

.cbh-phone.cbh-gray .cbh-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: .5
}

.cbh-ph-circle-fill {
    width: 74px;
    height: 74px;
    top: 28px;
    right: 28px;
    position: absolute;
    background-color: #00ff7d;
    border-radius: 100%;
    border: 2px solid #0ddf74;
    opacity: 1;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, .5);
    opacity: .75 !important
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, .5);
    opacity: .75 !important
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, .5);
    opacity: .75 !important
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(204, 204, 204, .5);
    opacity: .75 !important
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, .5);
    opacity: 1 !important
}

.cbh-ph-img-circle1 {
    width: 50px;
    height: 50px;
    top: 40px;
    right: 40px;
    position: absolute;
    background-image: url(http://hackrads.com.br/wp-content/uploads/2022/02/whatsapp.png);
    background-size: 40px 40px;
    background-color: #0ddf74;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    animation: cbh-circle-img-anim 1s infinite ease-in-out
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    animation: cbh-circle-img-anim 1s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    animation: cbh-circle-img-anim 0s infinite ease-in-out !important
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
    background-color: rgba(117, 235, 80, 1)
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(204, 204, 204, 1)
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
    background-color: rgba(117, 235, 80, 1)
}

@-moz-keyframes cbh-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes cbh-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes cbh-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@keyframes cbh-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes cbh-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes cbh-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes cbh-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes cbh-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    100%,
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-moz-keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    100%,
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes cbh-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes cbh-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    100%,
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: #00f2a4 !important
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: #00f2a4 !important
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: #00f2a4 !important
}

.loader::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9998;
}

.loader::after {
    content: '';
    position: fixed;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    z-index: 9999;
}

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