.blockSeo{
    width: 100%;
    padding: 30px 0px 50px;
    box-sizing: border-box;
}
.blockSeoWrap{
    background-color: #f1f1f1;
    padding: 30px;
    box-sizing: border-box;
}
.blockSeoContent{
    column-count: 3;
    column-gap: 40px;
    text-align: justify;
}
.blockSeoContent h1{
    font-family: 'SpaceGrotesk-Medium', sans-serif;
    color: #1a2631;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.blockSeoContent h2, .blockSeoContent h3, .blockSeoContent h4, .blockSeoContent h5{
    font-family: 'SpaceGrotesk-Medium', sans-serif;
    color: #1a2631;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.blockSeoContent.gParrafo p{
    margin-bottom: 10px;
}
.blockSeoContent.gParrafo strong{
    display: inline-block;
    font-weight: bold;
}
.blockSeoContent.gParrafo a{
    color: #fe5f00;
}

.gwhatsapp {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 150
}

.gwhatsapp a {
    background-color: #25d366;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    font-size: 30px;
    border-radius: 50%;
    color: #fff
}

.gwhatsapp a:after,.gwhatsapp a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    background: #25d366;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: grow 1.5s ease-in-out infinite;
    -moz-animation: grow 1.5s ease-in-out infinite;
    -o-animation: grow 1.5s ease-in-out infinite;
    -ms-animation: grow 1.5s ease-in-out infinite;
    animation: grow 1.5s ease-in-out infinite
}

.gwhatsapp a:after {
    background: rgb(37 211 102 / .5)
}

.gwhatsapp a:before {
    background: rgb(37 211 102 / .6);
    -webkit-animation-delay: -.5s;
    -moz-animation-delay: -.5s;
    -o-animation-delay: -.5s;
    -ms-animation-delay: -.5s;
    animation-delay: -.5s
}

@keyframes grow {
    0% {
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -o-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }

    100% {
        -webkit-transform: scale(1.8,1.8);
        -moz-transform: scale(1.8,1.8);
        -o-transform: scale(1.8,1.8);
        -ms-transform: scale(1.8,1.8);
        transform: scale(1.8,1.8);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }
}