/* HEADER MENU ACTIVE ELEMENT */

.hdr-bottom ul li.current-page-ancestor a,
.hdr-bottom ul li.current-menu-item a {
    font-family: 'WorkSans-Bold';
    text-decoration: underline;
    opacity: 1;
}

/* END HEADER MENU ACTIVE ELEMENT */

/* PRESTACIONS FLEX BLOCK */

.presta-list ul {
    display: grid;
    justify-items: start;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    grid-template-columns: auto auto auto;
    flex: unset;
}

/* END PRESTACIONS FLEX BLOCK */

/* SIMULADOR FORM */

.perinfo-main:not(.active) {
    display: none;
}

.person-form .form-box .checkbox input[type="checkbox"] + label:before {
    border-radius: 2px;
}

.person-form .chk-box {
    transition: all 0.35s ease;
}

.person-form .chk-box.error {
    border: 2px solid red;
    background-color: #FF000044;
    padding: 10px;
}

.person-form .chk-box.warning {
    border: 2px solid orange;
    background-color: antiquewhite;
    padding: 10px;
}

.person-det, .person-form .chk-box{
    padding: 0 10px;
    width: calc(100% - 20px);
}

.nopage a {
    cursor: not-allowed;
}

.chk-box[data-required="1"] h4::after {
    content: '*';
    font-size: 12px;
    vertical-align: text-bottom;
    padding-left: 2px;
    color: #F00;
    font-weight: bold;
}

.person-form .form-box .frm-input input[type="number"] {
    height: 40px;
    width: 100%;
    border: 0.5px solid #979797;
    max-width: 220px;
    padding: 10px;
    font-family: 'WorkSans-Regular';
    font-size: 14px;
    line-height: 18px;
}

span.warning-msg {
    display: inline-block;
    padding: 7px 0;
    margin: 0 0 0 10px;
    background-color: #ffdfa4;
    font-family: 'WorkSans-SemiBold';
    transition: all 0.35s ease;
    width: 0%;
    white-space: nowrap;
    overflow: hidden;
}

span.warning-msg.show {
    width: 50%;
    border-left: 4px solid darkorange;
    padding: 7px 10px;
}

.person-form .form-box .frm-input {
    display: flex;
    align-items: center;
}

/* END SIMULADOR FORM */

section.simulator-final .response .final-faq .acc_content a {
    color: #007dc3;
    font-family: 'WorkSans-SemiBold';
}

section.simulator-final .response .final-faq .acc_content a:hover {
    color: #303030;
}

/* begin JIRA CCDM-13 */

.foot-logo-dipu {
    flex: 0 1 200px;
}

.foot-logo-dipu p {
    color: #fff;
    margin-bottom: 10px;
    font-family: 'WorkSans-Medium';
}

.foot-logo-dipu img {
    max-width: 120px;
}

/* end JIRA CCDM-13 */

/* begin JIRA CCDM-17 */

section.lopd-body {
    float: left;
    width: 100%;
    padding: 40px 0 70px;
}

.lopd-body h1 {
    font-family: 'WorkSans-Bold';
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 15px;
}

.lopd-body h2 {
    font-family: 'WorkSans-SemiBold';
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 12px;
}

.lopd-body p {
    margin-bottom: 10px;
}

.lopd-body a {
    transition: all 0.35s ease;
    font-family: 'WorkSans-SemiBold';
    color: #017dc3;
    text-decoration: underline;
}

.lopd-body a:focus,
.lopd-body a:hover {
    color: inherit;
    text-decoration: none;
}

.lopd-body a:focus {
    outline: 1px outset;
}

/* end JIRA CCDM-17 */

/* JIRA CCDM-19 */
.tooltip {
    cursor: pointer;
    border: 1px solid;
    border-radius: 100%;
    background: #007dc3;
    color: white;
    padding: 2px;
    width: 20px;
    height: 20px;
    font-family: auto;
    font-size: 12px;
    line-height: 16px;
    margin-left: 0px;
    position: relative;
    display: inline-block;
    text-align: center;
}

h4 .tooltip .tooltiptext {
    visibility: hidden;
    width: 335px;
    background-color: #f8f8f8;
    color: #fff;
    text-align: left;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 9;
    bottom: 125%;
    left: 0%;
    transform: translateX(-29.5%);
    opacity: 0;
    transition: opacity 0.3s;
    white-space: normal;
    word-wrap: break-word;
}

.tooltip .tooltiptext p {
    FONT-WEIGHT: 100;
    font-family: 'Aileron-Light';
    border: 1px solid #017dc3;
    padding: 7px;
    color: #017dc3;
    text-align: center;
}
/* end JIRA CCDM-19 */

.wp-chatbot-ball::after {
  content: "Necessites ajuda?";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  font-size: 13px;
  z-index: 9999;
}

.wp-chatbot-ball:hover::after {
  opacity: 1;
}
