/**
* Theme Name: Renew Medical Child
* Description: This is a child theme of Renew Medical.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: renew-medical
* Version: 1.0.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: renew-medical-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/

/*#########################           BOTÓN DE WHATSAPP              #########################*/
.btnWhatsapp {
    bottom: 75px;
    position: fixed;
    left: 15px;
    width: 65px;
    height: 65px;
    line-height: var(--body-line-height);
    text-align: center;
    z-index: 100;
    cursor: pointer;
    transform: translateY(100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    transition: 0.3s;
    animation: 4s 
ease 0s infinite normal none running previewUp;
}


/*#########################           BANNER CONSENTIMIENTO              #########################*/
.cmplz-cookiebanner {
    z-index: 9999999!important;
}