﻿.py-0-EditClubComex {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
    margin-right: 0;
}
/**/
 .go-top {
    position: fixed;
    right: 20px;
    transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    background-color: #f0f0f0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    border-radius: 50%;
    z-index: 1000;
}
.banner-carrusel {
    padding-top: 45px;
}
@media  (max-width: 740px) {
    .banner-carrusel {
        padding-top: 55px;
    }
}

.boton-azul {
    background-color: #016198;
    color: white; /* Cambia el color del texto a blanco para que se vea mejor en el fondo verde */
}

.barra-info-tienda {
    -webkit-box-shadow: 0px 0px 10px #071E6D26;
    -moz-box-shadow: 0px 0px 10px #071E6D26;
    box-shadow: 0px 0px 10px #071E6D26;
    background-color: #fff;
    height: 80px;
    top: 68px;
    position: absolute;
    width: 100%;
    z-index: 2;
    font-size: 14px;
}

    .barra-blanca .col-auto {
        border-left: 1px solid gray;
    }

        .barra-blanca .col-auto:first-of-type {
            border-left: none;
        }

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    background-color: #25d366;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    animation: pulse 2s infinite;
}

    .whatsapp-float img {
        width: 45px;
        height: 45px;
    }

/* Animación opcional */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}