/*------------------------------------------- Vars -------------------------------------------*/
/* Fonts */
/*Chat Luncher*/
/* Main Box Vars */
/*Header Vars*/
/*Main Vars*/
/*User*/
/*Bot*/
/*Footer Vars*/
/*Brand Footer Vars*/
/*------------------------------------------- Apply -------------------------------------------*/
#sectionWebChat {
    /*Main Box*/
}

    #sectionWebChat .wc-main-box {
        border: 1px solid black;
        background-color: #ffffff;
        -webkit-box-shadow: -3px 3px 3px 0px rgba(0, 0, 0, 0.15);
        box-shadow: -3px 3px 3px 0px rgba(0, 0, 0, 0.15);
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        line-height: unset;
        position: fixed;
        bottom: 15px;
        right:8px;  /*Para alinear a la izquierda= right: unset*/ /*Para alinear a la derecha= right: 8px*/
        left: unset; /*Para alinear a la izquierda= left: 8px*/ /*Para alinear a la derecha= left: unset*/
        width: 350px;
        min-width: 320px;
        z-index: 1000;
        /*Header*/
        /*Main*/
        /*Footer*/
        /*Brand Footer*/
    }

        #sectionWebChat .wc-main-box .wc-button,
        #sectionWebChat .wc-main-box a.wc-button,
        #sectionWebChat .wc-main-box button,
        #sectionWebChat .wc-main-box input[type="submit"],
        #sectionWebChat .wc-main-box input[type="reset"],
        #sectionWebChat .wc-main-box input[type="button"] {
            font-family: "Open Sans", sans-serif;
            letter-spacing: 0;
            text-transform: none;
            font-size: 16px;
            margin: 0;
            line-height: unset;
            padding: unset;
        }

        #sectionWebChat .wc-main-box input,
        #sectionWebChat .wc-main-box input[type="email"],
        #sectionWebChat .wc-main-box input[type="number"],
        #sectionWebChat .wc-main-box input[type="search"],
        #sectionWebChat .wc-main-box input[type="text"],
        #sectionWebChat .wc-main-box input[type="tel"],
        #sectionWebChat .wc-main-box input[type="url"],
        #sectionWebChat .wc-main-box input[type="password"],
        #sectionWebChat .wc-main-box textarea,
        #sectionWebChat .wc-main-box select {
            border: 1px solid #e0e0e0;
            font-size: 16px;
            padding: 8px 16px;
            display: block;
            width: 100%;
            margin-bottom: 16px;
            letter-spacing: 0;
            height: 40px;
            margin-left: 1%;
            margin-right: 1%;
            color: #131212;
        }

        #sectionWebChat .wc-main-box .wc-header .wc-brand {
            height: 60px;
            width: 60px;
            margin-bottom: 20px;
            margin-top: 10px;
            margin-left: 20px;
        }

        #sectionWebChat .wc-main-box .wc-header {
            background: #1d2687; 
            -webkit-box-shadow: none;
                    box-shadow: none;
            font-family: "Open Sans", sans-serif;
            width: 100%;
            float: left;
            height: 100px;
            display: flex;
            align-items: center;
        }

            #sectionWebChat .wc-main-box .wc-header .wc-brandlogo {
                height: 60px;
                width: 60px;
                margin-bottom: 20px;
                margin-top: 10px;
                margin-left: 20px;
            }

            #sectionWebChat .wc-main-box .wc-header span {
                padding-left: 15px;
            }

              #sectionWebChat .wc-main-box .wc-header .wc-boxTitleImg {
                padding: 15px 0 0 0px;
                display: flex;
                align-items: center;
                font-weight: bold;
                color: white;
            }

            #sectionWebChat .wc-main-box .wc-header h3.wc-title {
                font-family: "Open Sans", sans-serif;
                color: #333333;
                width: calc(100% - 62px);
                padding: 8px;
                margin: 15px 20px -20px 20px;
                font-size: 20px;
                float: left;
                font-weight: 100;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 85%;
            }

                #sectionWebChat .wc-main-box .wc-header h3.wc-title span {
                    font-weight: 500;
                }

            #sectionWebChat .wc-main-box .wc-header button.wc-btn-close {
                color: #ffffff;
                background: transparent;
                border: 0;
                font-size: 20px;
                float: right;
                width: 48px;
                -webkit-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
                height: 40px;
                position: absolute;
                right: 0;
                top: 0;
                margin: 0;
                letter-spacing: 0;
            }

    #sectionWebChat .wc-main-box .wc-header button.wc-btn-close:hover {
        background-color: #00a366;
        color: #ffffff;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        cursor: pointer;
    }

#sectionWebChat .wc-main-box .wc-header button.wc-btn-minimize {
    color: #ffffff;
    background: transparent;
    border-radius: 0;
    border: 0;
    font-size: 20px;
    float: right;
    width: 48px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0px 48px 0px 0px;
    letter-spacing: 0;
}

    #sectionWebChat .wc-main-box .wc-header button.wc-btn-minimize:hover {
        background-color: #00a366;
        color: #ffffff;
        transition: all 0.3s ease 0s;
        cursor: pointer;
    }

        #sectionWebChat .wc-main-box .wc-main {
            width: 100%;
            float: none;
            border-bottom: 1px solid black;
            max-height: 320px;
            min-height: 50px;
            display: block;
            width: 100%;
            overflow: auto;
            height: 500px
        }

            #sectionWebChat .wc-main-box .wc-main .wc-form {
                padding: 8px;
            }

            #sectionWebChat .wc-main-box .wc-main p {
                width: 100%;
                float: right;
                text-align: center;
            }

                #sectionWebChat .wc-main-box .wc-main p.wc-paragraph small.wc-dateMessage {
                    font-size: 13px;
                    color: #000000;
                    font-family: "Open Sans", sans-serif;
                    margin-right: 20px;
                }

            #sectionWebChat .wc-main-box .wc-main .wc-messageGroup {
                /*user*/
                /*bot*/
            }
            #sectionWebChat .wc-main-box .wc-main p.wc-paragraph small.wc-confirmMessage {
                font-size: 13px;
                color: #e3e6ed;
                font-family: "Open Sans", sans-serif;
            }

            #sectionWebChat .wc-main-box .wc-main #dialogConfirm {
                width: 94%;
                padding-left: 3%;
                border-top: 1px solid #b2b5af;
                margin-bottom: 10px;
            }

                #sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-userInitial {
                    font-size: 32px;
                    background-color: #e6e6e6;
                    border: 1px solid #e6e6e6;
                    color: #ffffff;
                    font-family: "Open Sans", sans-serif;
                    font-weight: 600;
                    border-radius: 50%;
                    height: 48px;
                    width: 48px;
                    text-align: center;
                    line-height: 48px;
                    float: right;
                    margin-right: 8px;
                    overflow: hidden;
                }

                    #sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-userInitial img {
                        width: 100%;
                        height: 100%;
                    }

                #sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-userMessage {
                    background-color: #e6e6e6;
                    border: 1px solid #e6e6e6;
                    margin: 10px;
                    padding: 5px 10px 10px 10px;
                    max-width: 200px;
                    float: right;
                }

                    #sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-userMessage p.wc-paragraph {
                        color: #000000;
                        font-size: 13px;
                        font-family: "Open Sans", sans-serif;
                        margin: 0;
                        line-height: 20px;
                        letter-spacing: 0;
                    }

                    #sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-userMessage .wc-pointer {
                        width: 0;
                        height: 0;
                        border-top: 0px solid transparent;
                        border-left: 10px solid #ffffff;
                        border-bottom: 10px solid transparent;
                        position: relative;
                        left: calc(100% + 8px);
                        top: -5px;
                        margin-bottom: -8px;
                        display: none;
                    }

                #sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-botInitial {
                    font-size: 32px;
                    background-color: transparent;
                    border: 1px solid transparent;
                    color: #ffffff;
                    font-family: "Open Sans", sans-serif;
                    font-weight: 600;
                    border-radius: 50%;
                    height: 48px;
                    width: 48px;
                    text-align: center;
                    line-height: 48px;
                    float: left;
                    margin-left: 8px;
                    overflow: hidden;
                }

                    #sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-botInitial img {
                        width: 100%;
                        height: 100%;
                    }

                #sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-botMessage {
                    background: #f2f4fa;
                    border: 1px solid #e6e6e6;
                    margin: 10px;
                    padding: 5px 10px 10px 10px;
                    max-width: 200px;
                    float: left;
                }

                    #sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-botMessage p.wc-paragraph {
                        color: #000000;
                        font-size: 13px;
                        font-family: "Open Sans", sans-serif;
                        margin: 0;
                        line-height: 20px;
                        letter-spacing: 0;
                    }

                    #sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-botMessage .wc-pointer {
                        width: 0;
                        height: 0;
                        border-top: 0px solid transparent;
                        border-right: 10px solid #AAAAAA;
                        border-bottom: 10px solid transparent;
                        position: relative;
                        left: -16px;
                        top: -5px;
                        margin-bottom: -8px;
                        display: none;
                    }

                    #sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-botMessage ul {
                        padding-top: 5px;
                        padding-left: 0;
                        margin: 0;
                        list-style: none;
                    }

                        #sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-botMessage ul li {
                            padding: 5px;
                            background-color: #e3e6ed;
                            margin-bottom: 2px;
                            -webkit-transition: all 0.3s ease 0s;
                            transition: all 0.3s ease 0s;
                            width: calc(100% - 10px);
                            float: left;
                            font-weight: bold;
                        }

                            #sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-botMessage ul li:hover {
                                background-color: #1d8ec5;
                                cursor: pointer;
                                -webkit-transition: all 0.3s ease 0s;
                                transition: all 0.3s ease 0s;
                            }

                            #sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-botMessage ul li p .wc-paragraph {
                                color: #000000;
                                font-size: 13px;
                                font-family: "Open Sans", sans-serif;
                                margin: 0;
                                line-height: 20px;
                                letter-spacing: 0;
                                text-align: center;	
                            }

                            #sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-botMessage ul li p.wc-link {
                                text-decoration: underline;
                                white-space: nowrap;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                width: 100%;
                                cursor: pointer;
                            }

                    #sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-botMessage .wc-imgMessage {
                        width: auto;
                        height: 20px;
                        padding: 0;
                        margin-right: 5px;
                        border-radius: 0;
                        line-height: 20px;
                        margin-bottom: -4px;
                    }

#sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-btnConfirmationExitSession {
    color: #b3b1b1;
    border: 1px solid #b3b1b1;
    border-radius: 20px 20px 20px 20px;
    font-size: 16px;
    width: 49%;
    cursor: pointer;
    font-weight: bold;
    padding: 12px 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    margin: 0;
}
    #sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-btnConfirmationExitSession:hover {
        background-color: #00a366;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        cursor: pointer;
    }

#sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-btnConfirmationExitSession p.wc-paragraph {
    color: #ffffff;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    line-height: 20px;
    letter-spacing: 0;
}

#sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-btnConfirmationExitSession .wc-pointer {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 10px solid #008ed8;
    border-bottom: 10px solid transparent;
    position: relative;
    left: -16px;
    top: -5px;
    margin-bottom: -8px;
    display: none;
}

#sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-btnConfirmationExitSession ul {
    padding-top: 5px;
    padding-left: 0;
    margin: 0;
    list-style: none;
}

    #sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-btnConfirmationExitSession ul li {
        padding: 5px;
        background-color: #1d2687;
        margin-bottom: 2px;
        transition: all 0.3s ease 0s;
        width: calc(100% - 10px);
        float: left;
    }

    #sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-btnConfirmationExitSession ul li:hover {
        background-color: #1d2687;
        cursor: pointer;
        transition: all 0.3s ease 0s;
    }

    #sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-btnConfirmationExitSession ul li p .wc-paragraph {
        color: #ffffff;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        margin: 0;
        line-height: 20px;
        letter-spacing: 0;
    }

    #sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-btnConfirmationExitSession ul li p.wc-link {
        text-decoration: underline;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        cursor: pointer;
    }

    #sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-btnConfirmationExitSession .wc-imgMessage {
        width: auto;
        height: 20px;
        padding: 0;
        margin-right: 5px;
        border-radius: 0;
        line-height: 20px;
        margin-bottom: -4px;
    }

/*#sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-btnCancel {
background-color: #b2b5af;
}

#sectionWebChat .wc-main-box .wc-main .wc-messageGroup .wc-btnConfirmation {
    background-color: #9c9c9c;
}*/

        #sectionWebChat .wc-main-box .wc-footer {
            background-color: white;
            border-top: 1px solid 1px solid #e0e0e0;
            width: 100%;
            float: left;
            padding: 5px 0px 5px 0px;
        }

            #sectionWebChat .wc-main-box .wc-footer .wc-btn-primary {
                color: #b3b1b1;
                border: 2px solid #1d2687;
                border-radius: 20px 20px 20px 20px;
                font-size: 16px;
                width: 100%;
                cursor: pointer;
            }

                #sectionWebChat .wc-main-box .wc-footer .wc-btn-primary:hover {
                    background-color: #1d2687;
                    -webkit-transition: all 0.3s ease 0s;
                    transition: all 0.3s ease 0s;
                    cursor: pointer;
                }

            #sectionWebChat .wc-main-box .wc-footer .contenedor {
                border: 1px solid #1d2687;
                width: 80%;
                height: 70%;
                margin: 50px 100px 50px 60px;
            }

                #sectionWebChat .wc-main-box .wc-footer .contenedor .wc-paragraph {
                    text-align: center;
                    margin-top: 0px;
                }

            #sectionWebChat .wc-main-box .wc-footer .wc-form {
                padding: 8px;
                clear: both;
            }

                #sectionWebChat .wc-main-box .wc-footer .wc-form p {
                    float: left;
                    margin-left: 10px;
                    margin-top: 10px;
                    margin-right: 10px;
                }

            #sectionWebChat .wc-main-box .wc-footer button p.wc-paragraph {
                margin: 0;
                width: 80%;
                text-align: center;
                font-size: 16px;
                letter-spacing: 0;
            }

            #sectionWebChat .wc-main-box .wc-footer button p.wc-paragraphsmall {
                margin: 0;
                color: #ffffff;
            }

            #sectionWebChat .wc-main-box .wc-footer button.wc-btn,
            #sectionWebChat .wc-main-box .wc-footer button .wc-btn {
                border: none;
                padding: 12px 8px;
                -webkit-box-shadow: none;
                box-shadow: none;
                height: 40px;
                margin: 0;
                line-height: 20px;
                width: 98%;
                margin-right: 1%;
                margin-left: 1%;
            }

            #sectionWebChat .wc-main-box .wc-footer button.wc-btn-send,
            #sectionWebChat .wc-main-box .wc-footer button .wc-btn-send {
                background-color: transparent;
                color: #ffffff;
                border: 1px solid transparent;
                border-radius: 0;
                float: right;
                height: 30px;
                width: 10%;
            }

                #sectionWebChat .wc-main-box .wc-footer button.wc-btn-send .envio,
                #sectionWebChat .wc-main-box .wc-footer button .wc-btn-send .envio {
                    height: 25px;
                    width: 25px;
                    margin-top: 3 px; 
                }

                #sectionWebChat .wc-main-box .wc-footer button.wc-btn-send:hover,
                #sectionWebChat .wc-main-box .wc-footer button .wc-btn-send:hover {
                    background-color: #cccccc;
                    -webkit-transition: all 0.3s ease 0s;
                    transition: all 0.3s ease 0s;
                    cursor: pointer;
                }

                #sectionWebChat .wc-main-box .wc-footer button.wc-btn-send .wc-btn-icon,
                #sectionWebChat .wc-main-box .wc-footer button .wc-btn-send .wc-btn-icon {
                    max-height: 16px;
                }

            #sectionWebChat .wc-main-box .wc-footer button.wc-btn-attach,
            #sectionWebChat .wc-main-box .wc-footer button .wc-btn-attach {
                background-color: transparent;
                color: #ffffff;
                border: 1px solid transparent;
                border-radius: 0;
                float: right;
                height: 30px;
                width: 10%;
            }

                #sectionWebChat .wc-main-box .wc-footer button.wc-btn-attach .adjunto,
                #sectionWebChat .wc-main-box .wc-footer button .wc-btn-attach .adjunto {
                    height: 25px;
                    width: 25px;
                }

                #sectionWebChat .wc-main-box .wc-footer button.wc-btn-attach:hover,
                #sectionWebChat .wc-main-box .wc-footer button .wc-btn-attach:hover {
                    background-color: #cccccc;
                    -webkit-transition: all 0.3s ease 0s;
                    transition: all 0.3s ease 0s;
                    cursor: pointer;
                }

                #sectionWebChat .wc-main-box .wc-footer button.wc-btn-attach .wc-btn-icon,
                #sectionWebChat .wc-main-box .wc-footer button .wc-btn-attach .wc-btn-icon {
                    height: 16px;
                }

            #sectionWebChat .wc-main-box .wc-footer .wc-inputAttach {
                display: none;
            }

            #sectionWebChat .wc-main-box .wc-footer .wc-inputMessage {
                background-color: #ffffff;
                width: 78%;
                height: 30px;
                border: 0px solid rgb(255, 255, 255);
                float: left;
                -webkit-box-shadow: none;
                box-shadow: none;
                padding: 8px;
                margin-bottom: 0;
                letter-spacing: 0;
                color: #131212;
            }

        #sectionWebChat .wc-main-box .wc-brandFooter {
            background-color: #e6e6e6;
            border-top: 1px solid rgb(187, 186, 186);
            float: right;
            width: 100%;
            text-align: right;
        }

            #sectionWebChat .wc-main-box .wc-brandFooter p.wc-paragraph {
                margin: 0;
            }

            #sectionWebChat .wc-main-box .wc-brandFooter .wc-brand {
                height: 20%;
                width: 15%;
                float: left;
                margin-left: 15px;
                margin-bottom: 5px;
            }

            #sectionWebChat .wc-main-box .wc-brandFooter small {
                font-size: 10px;
                top: -8px;
                position: relative;
            }

            #sectionWebChat .wc-main-box .wc-brandFooter img {
                width: 120px;
                height: auto;
            }

.collapse {
    display: none;
}

/* Personaje */
.wcIcon {
    -webkit-box-shadow: -3px 3px 3px 0px rgba(0, 0, 0, 0);
    box-shadow: -3px 3px 3px 0px rgba(0, 0, 0, 0);
    background-color: transparent;
    border: 1px solid transparent;
    width: 101px;
    height: 101px;
    border-radius: 100%;
    position: fixed;
    bottom: 15px;
    right: 8px ;
    left:unset;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 1001;
    cursor: pointer;
}

    .wcIcon img.icon {
        width: 100%;
        height: auto;
    }

.wc-boxTitleImg {
    display: flex;
    align-items: center;
}
/*# sourceMappingURL=chat.css.map */