.logotipo {
    width: 250px;
    height: auto;
}
.cs_hero_title {
    font-size: 50px;
}
.cs_nav .cs_nav_list > li > a,
.cs_hero.cs_style_1 .cs_hero_title {
    color: var(--heading-color2);
}
.cs_nav .cs_nav_list > li > a:hover {
    color: var(--accent-color);
}
.cs_post {
    background-color: var(--post-bg-color);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.service-block-three__single {
    padding: 25px;
    text-align: center;
    justify-content: center;
}
.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;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.service-block-three__single h5 {
    margin-bottom:0;
}
.box-conv {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.whats {
    position:fixed;
    left: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 {
    background-color:#333
}