.social-block {
    display: flex;
    margin: 20px 0 0 0;
}

.social-block.social-color a {
    color: #fff !important;
}

.social-block a {
    border: none;
    color: #fff;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin: 5px;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.4s linear;
    text-align: center;
    line-height: 1;
}

.social-block .fab {
    font-size: 1.4rem;
    width: 50px;
    height: 22px;
}

.social-block a:hover, .social-block a:focus {
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
}

.social-block a:first-child {
    margin-left: 0;
}

.social-block.social-color svg {
    fill: #fff;
}

.social-block.social-color .btn-facebook {
    background: #2374e1;
}

.social-block.social-color .btn-facebook svg {
    height: 32px;
}

.social-block.social-color .btn-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.social-block.social-color .btn-whatsapp {
    background: #25d366;
}

.social-block.social-color .btn-twitter {
    background: #009ced;
}

.social-block.social-color .btn-linkedin {
    background: #0e76a8;
}

.social-block.social-color .btn-youtube {
    background: #ff0000;
}

.social-block.social-color .btn-gmb {
    background: #de5246;
}

.social-block.social-color a:hover {
    background: #0000008f;
}

.social-block.social-color a:hover svg {
    color: var(--footer-text-color) !important;
    fill: var(--footer-text-color) !important;
}

.social-block.social-color a:hover svg path, .social-block.social-color a:hover svg g {
    color: red !important;
    fill: red !important;
}

.social-block.social-blanco a {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.social-block.social-blanco a svg {
    color: #fff;
    fill: #fff;
}

.social-block.social-negro a {
    background: rgba(255, 255, 255, 0.2);
}

.social-block.social-negro a svg {
    fill: rgba(0, 0, 0, 0.8);
    color: rgba(0, 0, 0, 0.8);
}

.social-block.social-negro a:hover svg {
    color: #fff;
    fill: #fff;
}

.social-block.social-negro .btn-facebook:hover {
    background: #2374e1;
}

.social-block.social-negro .btn-instagram:hover {
    background: #0e76a8;
}

.social-block.social-negro .btn-whatsapp:hover {
    background: #25d366;
}

.social-block.social-negro .btn-twitter:hover {
    background: #009ced;
}

.social-block.social-negro .btn-linkedin:hover {
    background: #0e76a8;
}

.social-block.social-negro .btn-youtube:hover {
    background: #ff0000;
}

.social-block.social-negro .btn-gmb:hover {
    background: #fff;
}

.social-block.center {
    justify-content: center;
}

.social-block.left {
    justify-content: flex-start;
    width: auto;
}

.social-block.right {
    justify-content: flex-end;
}

.t3-footer {
    font-size: 16px;
}

.t3-footer .address-block h4 {
    font-size: smaller;
}

.address-block svg {
    width: 18px;
    display: inline-block;
    height: 18px;
    margin-right: 5px;
    /* fill: #88ff00; */
    /* opacity: 0.5; */
}

.address-block p.hastitle {
    /* margin-bottom: 0; */
    text-align: left;
}

.address-block span {
    margin: 0;
    display: block;
}

.mg-0 {
    margin: 0;
}

.address-block p {
    display: block;
    align-items: center;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    /* overflow: hidden; */
    /* display: block; */
}

.address-block .hastitle + p {
    margin-top: -20px;
    text-indent: 23px;
}

.address-block svg {
    fill: rgb(44, 52, 54);
    opacity: 0.5;
}

.t3-copyright {
    border: none;
    margin-bottom: 30px;
}

.ct-data-block {
    display: grid;
}

.right-footer {
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: left;
}

.copyright {
    text-align: left;
}

.hide-text .link-txt {
    display: none;
}

.hide-text .fa, .hide-text .fal, .hide-text .fas, .hide-text .fab {
    font-size: 22px;
}

.wbtn {

}

.wspsize-1 svg {
    width: 36px;
    height: 36px;
}

.wspsize-2 svg {
    width: 48px;
    height: 48px;
}

.wspsize-3 svg {
    width: 60px;
    height: 60px;
}

.wbtn a:hover, .wbtn a:focus {
    -webkit-animation: hola-anim 0.9s both;
    animation: hola-anim 0.9s both;
}

.wbtn svg {
    /* filter: drop-shadow(-2px 2px 3px rgba(0,0,0,0.4)); */
    display: block;
}

@-webkit-keyframes hola-anim {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes hola-anim {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.btn-whatsapp {
    color: #25d366 !important;
    padding: 0.8rem;
    background: #25d366;
    border-radius: 50%;
}

.web-creator {
    margin-top: .5rem;
    display: inline-flex;
    justify-self: flex-end;
    align-self: flex-end;
    /* border-radius:99rem; */
    font-size: 12px;
    letter-spacing: 1px;
    filter: grayscale(1);
}

.web-creator a {
    color: #00b4d2;
    text-transform: uppercase;
}

.web-creator svg {
    height: 16px;
    margin: 0 5px;
}

.footer-logo {
    /* max-width: 210px; */
    gap: 1rem;
    height: auto;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    /* filter: brightness(12.4); */
    width: 200px;
}

.address-block {
    font-size: 0.835rem;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1ch;
}

@media (min-width: 768px) {
    .address-block {
        column-gap:1rem;
        display: flex;
        flex-wrap: wrap;
    }
}

.address-block svg {
    width: 18px;
    display: inline-block;
    height: 18px;
    margin-right: 5px;
    fill: rgb(255 255 255);
    opacity: 0.5;
}

.address-block p {
    display: inline-flex;
}

.wbtn {
    position: fixed;
    bottom: 60px;
    right: 1.7rem;
    z-index: 3;
    position: fixed;
    right: 52px !important;
    z-index: 99;
    top: auto;
    bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: none;
    transition: all 0.7s ease-in;
    /* display: none; */
    opacity: 0;
    height: 48px;
    /* width: 48px; */
    /* overflow: hidden; */
}

.wbtn .whatsapp-label {
    position: absolute;
    right: 3rem;
    height: 3rem;
    padding: 0 3.8rem 0 1rem;
    border-radius: 2rem;
    background: #495057;
    color: #fff;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateX(30px);
    transition:
        transform .3s ease,
        opacity .3s ease;
    z-index: 0;
    white-space: nowrap;
}
.wbtn:hover .whatsapp-label  {
    /* margin-right: 0.5rem; */
    /* right: 280px; */
    /* z-index: 3; */
}

.wbtn .fab {
    font-size: 2rem;
}

.wbtn a:focus,.wbtn a:hover {
    /* box-shadow: none; */
    background: var(--t4-gray);
    color: #25d366;
}

.not-at-top .wbtn {
    /* display: flex; */
    opacity: 1;
}
.wbtn:hover .whatsapp-label {
    opacity: 1;
    transform: translateX(72px);
}
.wbtn svg {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    display: none;
}

.wbtn a {
    width: 3rem;
    height: 3rem;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 6px 4px rgb(0 0 0 / 50%);
    transition: all 0.4s ease-in;
    position: absolute;
    z-index: 1;
    text-decoration: none;
}

.wbtn .fab {
    font-size: 2rem;
    color: white;
}

.wbtn a:focus,.wbtn a:hover {
    /* box-shadow: none; */
    color: #25d366;
}

.circle-text {
    animation: spin 10s linear infinite;
    transform-origin: 50% 50%;
}

.dir-item {
    margin-bottom: 0.5rem;
}

a.btn-primary.display-footer {
    padding: 0.2rem 1rem;
    border-radius: 99rem;
    background-color: #2c3436;
}

/*! end @import */
:has(.separator) {
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .footer-menu {
        column-count:3;
        column-gap: 2rem;
    }
}

.footer-menu {
    list-style: none;
    display: block;
    width: 100%;
}

.footer-menu li:has(.separator) {
    break-before: column;
    margin-top: 0;
    font-size: 1.1rem;
}

.footer-menu li {
    break-inside: avoid;
    display: block;
    font-size: 0.85rem;
    margin-bottom: 0.8lh;
}

.footer-menu li a {
    font-weight: 600;
}

/*! CSS Used keyframes */
@-webkit-keyframes hola-anim {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes hola-anim {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

svg.hidden {
    display: none;
}
@media(max-width:768px){
    .address-block{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
    .footer-logo{
    margin: 1rem auto;
}
    .social-block.social-blanco.left{
    justify-content: center;
}
}
