.bot-hide {
    display: none
}
.cbot-container * {
    font-family: SuraSans-Seminegrita !important;
}
.cbot-container {
    cursor: pointer;
    bottom: 40px;
    height: 1px;
    position: fixed;
    right: 25px;
    width: 1px
}
@media (max-width: 767px) {
    .cbot-container {
        right: 15px
    }
}
.cbot-container figure {
    background-image: url(https://afore.suramexico.com/Afore-movil-SURA/resources/images/bot-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 50%;
    cursor: pointer;
    height: 181px;
    position: absolute;
    right: 0;
    top: -150px;
    width: 146px
}
@media (max-width: 767px) {
    .cbot-container figure {
        background-size: contain;
        height: 100px;
        top: -69px;
        width: 120px
    }
}
.cbot-container .cbot-window {
    background-color: #f3fafd;
    border: 4px solid #4a80a1;
    font-size: 16px;
    padding: 15px 25px;
    position: absolute;
    right: 0;
    top: -273px;
    width: 356px
}
.cbot-container .cbot-window h5 {
    font-size: 20px
}
.cbot-container .cbot-window p {
    font-size: 18px;
    margin: 0
}
@media (max-width: 767px) {
    .cbot-container .cbot-window {
        padding: 15px;
        top: -216px;
        width: 300px
    }
}
.cbot-container .cbot-window:after {
    bottom: -18px;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 80%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #f3fafd;
    border-right: 4px solid #4a80a1;
    border-bottom: 4px solid #4a80a1
}
@media (max-width: 767px) {
    .cbot-container .cbot-window:after {
        left: inherit;
        right: 31px
    }
}
.cbot-container .bot-menu {
    margin-bottom: 0;
    padding-left: 0
}
/* Oculta del menĂº la calculadora */
.cbot-container .bot-menu li:nth-child(2) {
    display: none;  
  }
.cbot-container .bot-menu li {
    color: #455560;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 1.2;
    list-style: none;
    padding: 0 25px 10px 0;
    margin-bottom: 10px;
    position: relative
}
.cbot-container .bot-menu li span {
    display: block
}
.cbot-container .bot-menu li strong {
    color: #0b3254;
    display: block;
    font-size: 20px;
    font-weight: 900
}
.cbot-container .bot-menu li:hover {
    opacity: .77
}
.cbot-container .bot-menu li .chevron {
    background-image: url(https://afore.suramexico.com/Afore-movil-SURA/resources/images/chevron.svg);
    background-repeat: no-repeat;
    background-position: 100% 0;
    bottom: 0;
    height: 30px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px
}
.cbot-container .bot-menu li+li+li {
    border-bottom: none;
    margin: 0;
    padding-bottom: 0
}
.bot-menu-add {
    cursor: default
}
.bot-menu-add .cbot-window {
    cursor: pointer;
    top: -273px
}
@media (max-width: 767px) {
    .bot-menu-add .cbot-window {
        top: -216px
    }
}
.bot-close {
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px
}
.bot-single .cbot-window {
    top: -207px
}
.bot-single .cbot-window .bot-menu li {
    border-bottom: none;
    margin: 0;
    padding-bottom: 0
}
 
/* styles for respuestas */
.c-respuestas #cBotStart p {
    font-size: 20px;
}
.c-respuestas.cbot-container .cbot-window {
    text-align: center;
    top: -191px;
    width: 180px;    
}
 
.c-respuestas.cbot-container.bot-menu-add .cbot-window {
    text-align: left;
    top: -274px;
    width: 356px;    
}
 
.c-respuestas.cbot-container .cbot-window:after {
    left: 60%;
}
 
.c-respuestas.cbot-container.bot-menu-add .cbot-window:after {
    left: 80%;
}
 
.c-respuestas .bot-menu li a:hover {
    text-decoration: none;
}
 
@media (max-width: 767px) {
    .c-respuestas.cbot-container .cbot-window {
        top: -135px;  
    }    
    .c-respuestas.cbot-container.bot-menu-add .cbot-window {
        top: -215px;  
    }
    .c-respuestas.cbot-container.bot-menu-add .cbot-window:after {
        left: 84%;
    }
    .c-respuestas.cbot-container .cbot-window:after {
        left: 74%;
    }
    .cbot-container .cbot-window {
        padding: 15px;
        top: -216px;
        width: 190px !important;
    }
    .cbot-container.bot-menu-add .cbot-window {
        padding: 15px;
        top: -216px;
        width: 300px !important;
    }
}