body{
    background: transparent !important;
}

.card-body {
    padding: 0.25rem;
}

#divChatbot{
    width: 100% !important;
}

.navbar {
    padding: 0rem 0rem !important;
}

.card {
    height: 500px !important;
    border-radius: 15px !important;
    background: rgba( 255, 255, 255, 0.25);
    box-shadow: 0 5px 11px 0 rgba( 31, 38, 135, 0.37);
    backdrop-filter: blur( 9.5px);
    -webkit-backdrop-filter: blur( 9.5px);
    border-radius: 10px;
    /* margin-top: -18%;
      
      width: 100%;
      height: 500px !important;
      border-radius: 15px !important;
      box-shadow: none !important;
      background: rgba( 255, 255, 255, 0.25);
      box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37);
      backdrop-filter: blur( 9.5px);
      -webkit-backdrop-filter: blur( 9.5px);
      border-radius: 10px;
      margin-top: -18%;*/
}

.contacts_body {
    padding: 0.75rem 0 !important;
    overflow-y: auto;
    white-space: nowrap;
}

.clari_card_body {
    overflow-y: auto;
    padding: 0.25rem !important;
}

.card-header-clari {
    border-radius: 15px 15px 0 0 !important;
    border-bottom: 0 !important;
    background: transparent linear-gradient(79deg, #007ECF 0%, #00409A 100%) 0% 0% no-repeat padding-box;
    padding: 10px;
}

.card-footer {
    border-radius: 0 0 15px 15px !important;
    border-top: 0 !important;
    -webkit-border-radius: 0 0 15px 15px !important;
    -moz-border-radius: 0 0 15px 15px !important;
    -ms-border-radius: 0 0 15px 15px !important;
    -o-border-radius: 0 0 15px 15px !important;
    background: rgba( 255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37);
    backdrop-filter: blur( 11.0px);
    -webkit-backdrop-filter: blur( 11.0px);
    border-radius: 10px;
}

.container {
    align-content: center;
}

.search {
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
    color: white !important;
}

.search:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.type_msg {
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
    color: white !important;
    height: 60px !important;
    overflow-y: auto;
}

.type_msg:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.attach_btn {
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}

.send_btn {
    border-radius: 0 15px 15px 0 !important;
    background: #007ECF;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}

.search_btn {
    border-radius: 0 15px 15px 0 !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}

.contacts {
    list-style: none;
    padding: 0;
}

.contacts li {
    width: 100% !important;
    padding: 5px 10px;
    margin-bottom: 15px !important;
}

.user_img {
    height: 70px;
    width: 70px;
    border: 1.5px solid #f5f6fa;
}

.user_img_msg {
    height: 40px;
    width: 40px;
    border: 1.5px solid #f5f6fa;
}

.img_cont {
    position: relative;
    height: 70px;
    width: 70px;
}

.img_cont_msg {
    height: 40px;
    width: 40px;
}

.online_icon {
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: #4cd137;
    border-radius: 50%;
    bottom: 0.2em;
    right: 0.4em;
    border: 1.5px solid white;
}

.offline {
    background-color: #c23616 !important;
}

.clari_info {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
}

.clari_info span {
    font-size: 35px;
    color: white;
}

.clari_info p {
    font-size: 15px;
    color: rgb(255, 255, 255);
}

.video_cam {
    margin-left: 50px;
    margin-top: 5px;
}

.video_cam span {
    color: white;
    font-size: 20px;
    cursor: pointer;
    margin-right: 20px;
}

.msg_cotainer {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    border-radius: 25px;
    background: transparent linear-gradient(80deg, #007ECF 0%, #00409A 100%) 0% 0% no-repeat padding-box;
    color: #ffff;
    padding: 10px;
    position: relative;
}

.msg_cotainer_send {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    border-radius: 25px;
    background-color: #ffff;
    color: #00498C;
    padding: 10px;
    position: relative;
}

.msg_time {
    position: absolute;
    left: 0;
    bottom: -15px;
    color: rgba(255, 255, 255, 0.934);
    font-size: 10px;
}

.msg_time_send {
    position: absolute;
    right: 0;
    bottom: -15px;
    color: rgba(255, 255, 255, 0.947);
    font-size: 10px;
}

.msg_head {
    position: relative;
}

#action_menu_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    cursor: pointer;
    font-size: 20px;
}

.action_menu {
    z-index: 1;
    position: absolute;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 15px;
    top: 30px;
    right: 15px;
    display: none;
}

.action_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.action_menu ul li {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 5px;
}

.action_menu ul li i {
    padding-right: 10px;
}

.action_menu ul li:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
}

.box-text {
    background: transparent linear-gradient(262deg, #007ECF 0%, #00409A 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00000041;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.placeholder-buscador {
    color: #ffff !important;
}

.clari-btn {
    height: 130px !important;
    margin-top: auto;
    margin-bottom: 30px;
}

.clari-btn:hover {
    cursor: pointer;
    height: 135px !important;
    transition: 600ms ease-in-out;
}

.btn-cerrar-chat {
    position: absolute;
    right: 20px;
    top: 20px;
    color: rgba(255, 255, 255, 0.947);
    cursor: pointer;
    font-size: 20px !important;
    border: none;
    background-color: transparent;
    min-width: 1em !important;
    padding: 1px 1px !important;
}

.btn-minimizar-chat {
    position: absolute;
    right: 60px;
    top: 20px;
    color: rgba(255, 255, 255, 0.947);
    cursor: pointer;
    font-size: 20px !important;
}

.btn-cerrar-chat:hover {
    color: #48a6e1;
}

.clari {
    position: fixed;
    bottom: 1px;
    right: 28px;
    width: 280px;
}

.modal-contentlucy {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 94%;
    pointer-events: auto;
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0;
    margin-left: 90%;
    margin-top: 40%;
}

#webchat {
    height: 100%;
    width: 100%;
    padding: 0rem !important;
}

.webchat__bubble:not(.webchat__bubble--from-user) .webchat__bubble__content {
    margin-top: auto !important;
    margin-bottom: auto !important;
    border-radius: 10px !important;
    background: transparent linear-gradient( 80deg, #007ECF 0%, #00409A 100%) 0% 0% no-repeat padding-box !important;
    color: #ffff !important;
    padding: 10px !important;
    position: relative !important;
}

.webchat__bubble--from-user .webchat__bubble__content {
    margin-top: auto !important;
    margin-bottom: auto !important;
    border-radius: 10px !important;
    background-color: #ffff !important;
    color: #00498C !important;
    padding: 0px !important;
    position: relative !important;
}

.ac-adaptiveCard {
    background: white !important;
}

a:link {
    color: whitesmoke;
}


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.webchat__icon-button svg {
    fill: #00498C !important
}

::-webkit-input-placeholder {
    color: #00498C !important;
}

p {
    margin-top: 1px;
    margin-bottom: 1px;
}

.ac-pushButton {
    padding: 0px !important;
}

.clari-btn,
.clari-btn-movil {
    width: 227px !important;
    margin-top: auto;
    margin-bottom: 30px;
}

.clari-btn:hover {
    cursor: pointer;
    transform: scale(1.2);
    transition: 300ms ease-in-out;
}

.tamanos-chat {
    /**

height: 500px !important;
width: 400px !important;
    */
    /* ANTIGUO*/
    height: 500px !important;
    width: 100% !important;

}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: clip !important;
}


/* Mejoras Dic 2021 - Chatbot v.2 */

@font-face {
    font-family: Arvo;
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/arvo-v10-latin-regular.eot);
    src: local('Arvo'), url(../webfonts/arvo-v10-latin-regular.eot?#iefix) format('embedded-opentype'), url(../webfonts/arvo-v10-latin-regular.woff2) format('woff2'), url(../webfonts/arvo-v10-latin-regular.woff) format('woff'), url(../webfonts/arvo-v10-latin-regular.ttf) format('truetype'), url(../webfonts/arvo-v10-latin-regular.svg#Arvo) format('svg')
}

#spoLucy {
    font-family: Arvo;
    /*position: fixed !important;*/
    /* ANTIGUO position: fixed !important;*/
    bottom: 0px;
    right: -1000px;
    width: 34%;
    height: 570px;
    padding: 10px;
    z-index: 1041;
}

.spoChatBot {
    position: relative !important;
    top: 20% !important;
    height: 80% !important;
    /*width: 440px !important;*/
    /*ANTIGUO*/ width: 100% !important;
}

#divAvatar {
    position: fixed !important;
    bottom: 0px !important;
    right: 40px !important;
    z-index: 1042 !important;
}

#divAvatar .clari-btn {
    display: block;
}

.spoChatBot #exampleModal {
    /*position: absolute !important;*/
    top: 15% !important;
    right: 0px !important;
    z-index: 1041 !important;
}

.spoChatBot #divChatbot {
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
}

.spoChatBot .chat {
    margin-bottom: 0px !important;
    margin-right: 0px !important;
}

.spoChatBot button.close {
    display: none !important;
}

.spoChatBot .ac-pushButton {
    font-size: 14px !important;
    padding: 0px;
    margin: 0px;
    line-height: 18px !important;
}

.spoChatBot .clari_info span {
    /* ANTIGUO font-size: 25px;*/
    font-size: 22px;
    color: white;
}

.spoChatBot .clari_info p {
    font-size: 16px;
    /*ANTIGUO font-size: 20px;*/
}

.spoChatBot .webchat__bubble__content,
.markdown {
    font-family: Arvo !important;
    font-size: 14px !important;
    margin-top: 0px !important;
    line-height: 17px !important;
    padding: 0px !important;
    text-align: justify !important;
}

.markdown {
    font-family: Arvo !important;
    font-size: 14px !important;
    margin-top: 0px !important;
    line-height: 17px !important;
    padding: 0px !important;
    text-align: justify !important;
}

.markdown p {
    margin-bottom: 0px !important;
    line-height: 17px !important;
}

.markdown ul {
    line-height: 17px !important;
    padding-left: 20px !important;
}

.spoChatBot .webchat__bubble__content a {
    color: #00409A !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}

.spoChatBot .ac-image {
    width: auto !important;
}

.spoChatBot div.ac-container {
    border-radius: 10px !important;
}

.spoChatBot .ac-actionSet>div {
    height: 4px !important;
}

.spoChatBot .webchat__stacked-layout__attachment {
    border-radius: 10px !important;
}

.spoChatBot .ac-textBlock {
    font-size: 14px !important;
}

.ac-textBlock {
    text-align: justify !important;
    line-height: 17px !important;
}
.ac-textBlock:first-child {
    text-align: center !important;  
}

.spoChatBot .ac-actionSet .ac-pushButton {
    line-height: 24px;
}

.spoChatBot .ac-adaptiveCard {
    padding: 5px !important;
}

.spoChatBot button.ac-pushButton.style-default {
    font-weight: 500 !important;
}

.spoChatBot div.ac-actionSet>button.ac-pushButton.style-default {
    /*min-width: 60px !important;
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 5px !important;*/
    min-width: 58px !important;
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 5px !important;
    border-color: #a0a0a0 ;
}

.ac-actionSet button div {
    font-family: Arvo !important;
    font-size: 14px !important;
}

.spoChatBot .ac-vertical-separator {
    width: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.spoChatBot .webchat__bubble:not(.webchat__bubble--from-user) .webchat__bubble__content {
    background: transparent linear-gradient( 80deg, #00a3de 0%, #00a59a 100%) 0% 0% no-repeat padding-box !important;
    /*ANTIGUO width: 320px !important;*/
}

.spoChatBot .ac-pushButton[aria-pressed="true"] {
    background-color: #00a3de !important;
    border-color: #00a3de !important;
}

.spoChatBot p,
.spoChatBot span,
.spoChatBot input {
    font-family: Arvo !important;
    font-size: 14px;
}

.spoChatBot ol {
    margin-top: 10px !important;
    padding-left: 20px !important;
}

.spoChatBot .webchat__stacked-layout__status span {
    font-size: 12px !important;
}

.spoChatBot .ac-columnSet div div div div {
    width: 70%;
    margin: 0 auto;
}

.spoChatBot .ac-columnSet div div div div div {
    width: 70%;
    /*ANTIGUO*/ margin: 0 auto;
}


/* Exclusivo para la versión del portal web. */

/*
ANTIGUO

@media(max-width:600px) {
    .spoChatBot .clari_info span{
        font-size: 20px !important;
    }
    .spoChatBot .clari_info p{
        font-size: 17px !important;
    }
}

*/

@media(max-width:500px) and (orientation: portrait) {
    #spoLucy {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    .spoChatBot {
        width: 100% !important;
    }
    .spoChatBot .webchat__bubble:not(.webchat__bubble--from-user) .webchat__bubble__content {
        /* width: 320px !important;*/
    }
}

@media(max-height:500px) and (orientation: landscape) {
    #spoLucy {
        display: none !important;
    }
    #divAvatar {
        display: none !important;
    }
}


.webchat__stacked-layout__message-row {
    /*display: block !important;*/
}

.clari_card_body{
    background: #FFF !important;
    border-radius: 0 0 10px 10px !important;

}

