﻿#botonChatBotMovil {
    display: none
}

#botonChatBot {
    position: fixed;
    left: 20px;
    bottom: 28px;
    z-index: +9999999;
    width: 215px;
    height: 32px;
    background: url("/Images/Chatbot/icoChat_.png") no-repeat;
    box-shadow: 0 5px 20px 0 rgba(2,32,81,0.75);
    border-radius: 8px
}

    #botonChatBot:hover {
        filter: brightness(0.9)
    }

#inputChatBot {
    float: left;
    width: 100%;
    height: 100%;
    border: 0;
    background: 0;
    padding: 0;
    cursor: pointer
}

#divChatBot {
    position: fixed;
    left: 20px;
    bottom: 10px;
    z-index: +999999;
    padding-bottom: 36px;
    overflow: hidden
}

#chat-robbu:not(.cr-float) .cr-block {
    border: 1px solid #dcdcdf
}

#chat-robbu-container {
    left: 0 !important;
    top: inherit !important;
    bottom: 0 !important
}

#chat-robbu > #cr-whatsapp-trigger.cr-fixed {
    position: absolute !important;
    bottom: -5px !important;
    right: -12px !important;
    transform: scale(0.6)
}

#chat-robbu .cr-btns .cr-btn {
    height: 35px !important
}

#chat-robbu .cr-block .cr-foot .cr-right {
    opacity: 0
}

.closeChatbot {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: +2
}

    .closeChatbot #inputChatBotX {
        float: right;
        border: 0;
        background: 0;
        font-size: 22px;
        line-height: 17px;
        color: #002462;
        transform: scaleX(1.8);
        font-family: "Myriad Pro Light","sans-serif";
        cursor: pointer;
        padding: 0
    }

@media(max-width:1024px) {
    #botonChatBot {
        display: none
    }

    #botonChatBotMovil {
        display: block;
        position: fixed;
        bottom: 15px;
        left: 11px;
        z-index: +9999999;
        background: url("/Images/Chatbot/icoChatMovil.png") no-repeat
    }

        #botonChatBotMovil:hover {
            filter: brightness(0.9)
        }

    #inputChatBotMovil {
        width: 78px;
        height: 78px;
        border: 0;
        background: 0;
        transition: all ease-in-out .5s;
        cursor: pointer
    }

    #botoneraChat {
        position: fixed;
        width: 50px;
        bottom: 90px;
        left: 23px;
        z-index: +999999
    }

        #botoneraChat a {
            float: left
        }

        #botoneraChat[style*="display: none"] + #divChatBot {
            display: none !important
        }

    #inputBotMovil {
        float: left;
        width: 50px;
        height: 50px;
        border: 0;
        background-color: transparent;
        background: url("/Images/Chatbot/icoChatBot.png") no-repeat;
        cursor: pointer
    }

        #botoneraChat a:hover, #inputBotMovil:hover {
            filter: brightness(0.9)
        }

    #divChatBot {
        left: 80px;
        bottom: 18px
    }

    #chat-robbu > #cr-whatsapp-trigger.cr-fixed {
        display: none
    }
}
@media(max-width:650px) {
    #botonChatBotMovil {
        bottom:35px;
    }
    #botoneraChat {
        bottom: 110px;
    }
}
@media (max-width: 410px) {
    #botonChatBotMovil {
        bottom: 70px;
    }
    #botoneraChat {
        bottom: 140px;
    }
}