/*Whatsapp Button*/
#whatsappButton {
    position: fixed;
    bottom: 20px; /* Ajusta la distancia desde la parte inferior */
    right: 20px; /* Ajusta la distancia desde la derecha */
    width: 60px;
    height: 60px;
    background-color: #25D366; /* Color de WhatsApp */
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000; /* Asegura que esté sobre otros elementos */
    transition: transform 0.3s ease; /* Efecto de escalado */
}

    #whatsappButton:hover {
        transform: scale(1.1); /* Aumenta un poco el tamaño al pasar el ratón */
    }

    #whatsappButton img {
        width: 100%;
        height: 100%;
        border-radius: 50%; /* Hace que la imagen siga siendo circular */
    }


/*google Translate*/
iframe.VIpgJd-ZVi9od-ORHb-OEVmcd, /* clases dinámicas de la barra */
.goog-te-banner-frame {
    display: none !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0px !important;
}
/*google Translate*/


.img-fluid-desktop {
    max-width: 180% !important;
}

.showInMobile {
    display: none !important;
}

@media all and (max-width: 680px) { 
    .img-fluid-desktop {
        max-width: 100% !important;
    }
    .hideInMobile {
        display: none !important;
    }
    .showInMobile {
        display: block !important;
    }
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}