html{
    scroll-behavior: smooth !important;
}
.mi-clase-boton-confirmar {
    background-color: #007bff !important;
    border-radius: 10px !important;
    color: #FFFFFF !important;
    box-shadow: 1px 0px 8px #000 !important;
    }
    .whatsapp-button-card{
        position: fixed;
bottom: -12px;
left: -15px;
width: 84px;

z-index: 15;
background-color: #00b341;
color: white;
padding: 12px;
border-radius: 100%;
font-size: 20px;
cursor: pointer;
box-shadow: 0px 0px 4px #000;
animation: resp 1s ease infinite;

    }

    .whatsapp-button {
position: fixed;
bottom: 20px;
left: 50px;
width: 55px;
height: 55px;

z-index: 999;
background-color: #00b341;
color: white;
padding: 12px;
border-radius: 100%;
font-size: 20px;
cursor: pointer;
box-shadow: 0px 0px 4px #000;
animation: resp 1s ease infinite;
}

@keyframes resp {
    0%{ box-shadow: 0px 0px 5px #000; }
    50%{box-shadow: 0px 0px 25px #000;}
}

.whatsapp-button:hover{
    animation: none;
}

.whatsapp-popup {
position: fixed;
z-index: 999;
bottom: 80px;
left: -300px; /* Cambiamos el valor para que la ventana estÃ© oculta fuera del lado izquierdo */
width: 300px;
height: auto;
background-color: #fff;
border: 1px solid #ccc;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
opacity: 0;
transition: opacity 0.3s ease, left 0.3s ease; /* Actualizamos la transiciÃ³n para que se aplique a la propiedad left */
padding: 20px;
border-radius: 5px;
/* background-color: #00b341; */
background-color: #fff !important;


}

.whatsapp-popup.open {
opacity: 1;
left: 20px; /* Cambiamos el valor para que la ventana aparezca desde el lado izquierdo */
}

.whatsapp-popup h2 {
font-size: 20px;
margin-bottom: 10px;
}

.whatsapp-popup p {
font-size: 16px;
line-height: 1.5;
}

.whatsapp-popup .close-button {
position: absolute;
top: 10px;
right: 10px;
background: none;
border: none;
font-size: 18px;
cursor: pointer;
}

.text-light{
    color: #fff;
}

.whatsapp-popup .send-button {
display: inline-block;
padding: 8px 16px;
background-color: green;
color: white !important;
border: none;
border-radius: 70px !important;
font-weight: bold;
cursor: pointer;
margin-right: 10px;
font-size: 15px;
}

.whatsapp-popup .input-field {
width: 100%;
padding: 8px;
border: 1px solid #ccc;
border-radius: 120px !important;
margin-bottom: 10px;
font-size: 15px;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.avatar-ws{
    width: 50px;
    height: 54px;
    border-radius: 100%;
    filter: drop-shadow(1px 1px 3px #ccc);
}

.online{
    border-radius: 100px;
    height: 10px;
    width: 10px;
    background: #00b341 !important;
    position: absolute;
    top: 63px;
    left: 57px;
}

.border-ws-avatar{
    /* border: 2px solid #000; */
    display: flex;
    text-align: center;
}

.bg-ws{
    /* background: #00b341; */
    background-image: url(ws-bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 116%;
    margin-left: -21.2px;
    margin-top: 15px;
    padding: 1px;
    /* margin:  -10px auto !important; */
}

.texto-ws {
    background-color: #fff;
    border-radius: 10px;
    max-width: 88%;
    margin: 10px;
    padding: 10px;
    height: 50%;
    margin: 10px;
    position: relative;
}

.texto-ws::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.texto-ws::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.texto-ws h2 {
    margin: 0;
    font-size: 15px !important;
    color: #075E54;
}

.texto-ws p {
    margin: 5px 0 0;
    font-size: 14px !important;
    color: #000;
}

/* Emula el estilo de burbujas de WhatsApp */
.texto-ws::before {
    border-width: 10px 10px 0 0;
    border-color: #DCF8C6 transparent transparent transparent;
    top: 0;
    left: 0;
}

.texto-ws::after {
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #DCF8C6 transparent;
    bottom: 0;
    right: 0;
}

.border-ws-avatar h2{
    color: #000;
    text-align: center;
    padding-left: 10px;
    padding-top: 5px;
}

.main-header{
    margin-top:11px !important ;
    width: 90% !important;
}


@media (max-width:1022px) {
    

    .menu-list{
        background-color: #fff;
    }
    .main-header{
        width: 100% !important;
        margin-top: 4px !important ;
    }
}

