.hero-3 .logotipo {
    padding: 30px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
}
.hero-3 .logotipo img {
    height: 100px;
}
.hero-3 .hero-content h2 {
    color: #fff;
}
.hero-3 .hero-content .pp-theme-btn.pp-style-3 {
    background: transparent;
    border: 1px solid var(--pp-white);
}
.hero-3 {
    padding: 40px 0 200px 0;
}
.team-card {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.service-block-three__single {
    margin-top: 30px;
    background-color: #eff1f4;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align:center;
}
.bg-text {
    background-color:#fff;
    color:var(--pp-theme);
    display: inline;
    padding:2px 5px;
    border-radius: 12px;
}
.pp-news-card-item-2 {
    background-color: #fff;
}
.pp-section-title {
    margin-bottom: 20px!important;
}
.whats {
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:10000;
    animation: shakeX 2s infinite;
}
.whats a {
    background-color:#00bf49;
    color:#fff;
    padding:10px 15px;
    border-radius: 40px;
    display: block;
}
.whats a:hover {
    background-color:#13d45d;
}
.footer-bottom .footer-wrapper {
    margin-top:0!important;
}
@media (max-width: 991px) {
    .footer-bottom .footer-wrapper {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .service-block-three__single {
        padding: 10px 5px;
    }
}
.brand-wrapper {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border: 0;
}
