.help{
    position: fixed;
    z-index: 9;
    right: 20px;
    bottom: 20px;
    display: none;
    /* transition: all 0.5s; */
}
.help a{
    background: #1D73B2;
    padding: 2.2rem 4.8rem;;
    border-radius: 30px;
    color: #ffffff;
    font-size: 16px;
}
.help a:hover{
    background: #165A91;
}
.help .text{
    position: absolute;
    left: 20px;
}
.help #icon-FQ{
    position: absolute;
    right: 10px;
}
/* .popover.p-help{
    top: 35px !important;
    left: 35px !important;
} */
.popover.p-help-assesor{
    top: -10px !important;
}
.popover.info-to-help{
    position: absolute;
    top: -90px;
    background: #FFCF3C;
    width: 230px;
    left: -98px;
    padding: 12px 16px;
    display: none;
    font-family:  -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.popover.info-to-help .popover-body{
    display: flex;
    flex-direction: column;
}
.popover.info-to-help .popover-body span.title {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: bold !important;
}
.popover.info-to-help .popover-body .description{
    font-size: 13px;
}
.popover .tachita {
    position: absolute;
    right: 12px;
    cursor: pointer;
}
.popover .custom_arrow {
    position: absolute;
    right: 40px;
    bottom: -12px;
    transform: translateX(50%);
    width: 37px;
    height: 20px;
    overflow: hidden;
}
.popover .custom_arrow::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 18px;
    background-color: #FFCF3C;
    transform: rotate(45deg);
    transform-origin: center center;
}
.icon-item-popover{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
#preguntas-frecuentes.btn-popover,
#chatOnlineShow.btn-popover,
#tutorial.btn-popover{
    width: 100%;
    border-bottom: solid 1px #e5e5e5;
    font-family: "BentonSansBBVA-Book", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-inline: 12px;
}
#preguntas-frecuentes.btn-popover:hover,
#chatOnlineShow.btn-popover:hover,
#tutorial.btn-popover:hover{
    background-color: #f4f4f4;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .help{
        z-index: 1000;
    }
    .help #icon-FQ {
        right: 6px;
    }
    .help a {
        padding: 2.1rem 2.1rem;
    }
    .help .text{
        display: none;
    }
    .popover.info-to-help {
        left: -170px;
    }
}

@media (max-width:601px){
    .help{
        right: 10px;
    }
    .help #icon-FQ {
        right: 1px;
    }
    .help a {
        padding: 1.8rem 1.8rem;
    }
    .popover.info-to-help {
        left: -174px;
    }
}
