html, body {
    height: 100%;
    color: #000000;
    background-color: #ffffff;
}

.full-height {
    height: 100%;
}

.content-area {
    background: green;
    color: white;
}

.sub-text {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.article-tree {
    background: blue;
    color: white;
}

.container-height {
    margin: 0 auto;
    min-height: 88%;
    height: auto;
}

.div-vertical-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
/* {
    border-radius: 0 !important;
}*/
.info-mg-top {
    margin-top: 20px;
}

.btn-mg-top {
    margin-top: 20px;
}

@media (max-width:767px) {
    .info-mg-top {
        margin-top: 15px !important
    }

    .btn-mg-top {
        margin-top: 15px !important
    }
}

@media (min-width:768px) {
    .info-mg-top {
        margin-top: 15px !important
    }

    .btn-mg-top {
        margin-top: 25px !important
    }
}

@media (max-width:578px) {
    .extra-pl-small-scr {
        padding-left: 25px !important;
    }
}
#chatbot_button {
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 999px;
    -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, .25));
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, .25));
    cursor: pointer
}

#chatBot {
    height: 550px;
    width: 400px;
    border-width: 0
}
#chatbot_button img {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover
}

#chatBot button {
    border-radius: 10px 10px !important;
    
    /**** Estilos aumentados IESS ***/

	
	display:block !important;
    
    color:#242627 !important;
	background-color: #e8f6fc !important;
    border:1px solid #1ea7dd !important;
	
	
	
	
}

#chatbot_chat {
   

    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, .25));
    filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, .25));  
    overflow: hidden;


}

#chatbot_head {
    /*background-color: #212e5b;*/
    background-color: #002654;
    filter: brightness(130%);
    background-repeat: no-repeat;
    background-position: center;
    height: 55px;
    width: 100%;
    line-height: 50px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index:9999;
}

#chatbot_logo {
    height: 40px
}

#chatbot_logo img {
    width: 290;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: initial
}

#chatbot_close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer
}

#chatbot_close:hover {
    background-color: rgba(0, 0, 0, .25);
    border-radius: 50%
}

#chatbot_chat.chat_open {
    -webkit-transform: scale(0);
    transform: scale(0);
	z-index:999 !important;

    display: block; /* Mostrar cuando está abierto */


}

#chatbot_chat #chatBot .webchat__icon-button,
#chatbot_chat #chatBot .webchat__icon-button--stretch {
    min-width: initial
}

#chatbot_bubble {
    font-weight: bold;
    font-size: 13px;
    font-family: sans-serif;
    text-align: center;
    width: 120px;
    padding: 10px;
    position: fixed;
    bottom: 70px;
    right: 70px;
    border-radius: 10px 10px 0 10px;
    background-color: lightgray
}

#chatbot_button {
    -webkit-animation: chatbot_bubble_shake 3s cubic-bezier(.36, .07, .19, .97) both infinite;
    animation: chatbot_bubble_shake 3s cubic-bezier(.36, .07, .19, .97) both infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}



/*Estilos aumentados IEES*/


#chatBot .webchat__carousel-layout button{
	
	
    background-color: transparent !important;
	border:0px !important;
	
	
	
	
	
}


#chatBot .webchat__bubble__content .ac-pushButton{
    color:#242627 !important;
	background-color: #e8f6fc !important;
    border:1px solid #1ea7dd !important;
	
}


#chatBot input.webchat__send-box-text-box__input{

    width: 120px !important;
}

#chatbot-banner {
 
    opacity: 1 !important;
   
    width: 99.8% !important;
    margin-top: 1px  ;
    margin-right: 1px;
    margin-left: 1px;
    height: 100px !important;
    background-color:  #002654;
    display: flex;
    position: absolute; 
    justify-content: space-between;
    align-items: center;
    box-shadow: none;
    top: 0;
 z-index: 10;
}












/****/



@-webkit-keyframes chatbot_bubble_shake {

    5%,
    45% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }

    10%,
    40% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }

    15%,
    25%,
    35% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }

    20%,
    30% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes chatbot_bubble_shake {

    5%,
    45% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }

    10%,
    40% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }

    15%,
    25%,
    35% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }

    20%,
    30% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

#chatBot input[type=button]:hover,
#chatBot input[type=reset]:hover,
#chatBot input[type=submit]:hover,
#chatBot button:hover {
 border-color: rgba(1, 47, 231, .5);
}

li.webchat__carousel-filmstrip-attachment.webchat__carousel-filmstrip-attachment--hide-avatar.react-film__filmstrip__item {
    box-sizing: revert;
}


@media (max-width: 600px) {
    #chatbot_chat {
        bottom: 20px;
        right: 20px;
        max-height: 600px;
        width: 400px;        
        text-align: center;
    }
}