#mod-precios {
    padding: 32px 16px;
    max-width: 1480px;
    margin: 0 auto;
}

.ibd-static-pt-era .cabecera .titulo {
    font-family: IberPangea;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
}

.ibd-static-pt-era .cabecera .descripcion {
    font-family: "IberPangea Text";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding-bottom: 16px;
}

ul {
    transform: translate(0) !important;
}

#mod-precios .right .intro {
    margin: 0 20px 24px center;
    padding-top: 32px;
}

#mod-precios .right .intro .subtitle {
    color: #707070;
    font-family: "IberPangea Text";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    margin: 0;
    padding: 0px 20px 24px;
}

#mod-precios .left>div {
    padding: 32px 24px 16px 24px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#mod-precios .left img.imagen-incluido {
    margin-right: 16px;
}

#mod-precios .left .texto-incluido {
    font-family: IberPangea;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}

#mod-precios .calculator-container {
    margin: auto;
    border-radius: 16px;
    border: 1px solid var(--Color-Border-General-1, #D8CFC7);
}

#mod-precios .calculator-container .intro .img {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
}

#mod-precios .calculator-container .intro .title {
    color: #2C2C2C;
    font-family: IberPangea;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
}
#mod-precios .calculator-container .calculator-options {
    gap: 24px;
    display: flex;
    flex-direction: column;
}

#mod-precios .calculator-container .calculator-options .title {
    color: #2C2C2C;
    font-family: IberPangea;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

#mod-precios .calculator-container .calculator-options .calculator-section {
    text-align: center;
}

#mod-precios .calculator-container .calculator-options .calculator-section .calculator-section-title {
    color: #707070;
    font-family: IberPangea;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 8px;
    padding-left: 32px;
}

#mod-precios .calculator-container .calculator-options .calculator-section .calculator-section-title.title2 {
    margin-top: 22px;
    margin-bottom: 8px;
}

#mod-precios .calculator-container .calculator-options .calculator-section .wcom-toggle {
    display: inline-block;
    position: sticky;
}

#mod-precios .calculator-container .calculator-options .calculator-section .wcom-toggle .btn,
#mod-precios .calculator-container .calculator-options .calculator-section .wcom-toggle>.selection>span {
    font-size: 16px;
    line-height: 25px;
    min-width: 147px;
    padding: 8px;
}

#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select {
    width: 100% !important;
    padding: 0 16px;
}

#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select>button,
#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select>button:hover,
#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select>button:focus {
    font-size: 16px;
    line-height: 20px;
    color: #707070;
    border: 1px solid #707070 !important;
    border-radius: 40px;
    padding: 12px 16px;
    padding-right: 30px;
    height: auto;
    background-color: white;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select>button::before{
    background-image: none;
}

#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select>button::after {
    content: "\f078";
    border: none;
    font-family: "fontawesome-alloy";
    font-size: 10px;
}

#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select .dropdown-menu {
    overflow: visible !important;
    margin-top: 12px;
    border-radius: 16px;
    width: 100%;
    background-color: #fff !important;
    max-width: 294px;
}

#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select .dropdown-menu li {
    width: 100%;
}

#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select .dropdown-menu li.active{
    background: #D9F1E3;
    
}

#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select .dropdown-menu li.active:first-of-type,
#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select .dropdown-menu>li:first-of-type,
#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select .dropdown-menu>li:first-of-type>a{
    border-radius: 16px 16px 0 0;
}

#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select .dropdown-menu li.active:last-of-type,
#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select .dropdown-menu>li:last-of-type,
#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select .dropdown-menu>li:last-of-type>a{
    border-radius: 0 0 16px 16px;
}

#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select>.dropdown-menu::before {
    content: "";
    position: absolute;
    right: 30px;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(0, 0, 0, 0.15);
}

#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select>.dropdown-menu::after {
    content: "";
    position: absolute;
    right: 30px;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    padding: 0;
}
#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select .dropdown-menu::after {
    padding: 0;
}
#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select .dropdown-menu>li.dropdown-divider {
    margin: 0
}

#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select .dropdown-menu>li>a {
    font-size: 14px;
    line-height: 26px;
    color: #707070;
    padding-left: 20px;
}

#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select .dropdown-menu>li>a:hover,
#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select .dropdown-menu>li>a:focus {
    color: #707070;
    background-color: #f8f9fa;
}

#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select .dropdown-menu>li.active>a {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    overflow: hidden;
    color: var(--Color-Form-Content-Active, #2C2C2C);
    font-feature-settings: 'liga' off, 'clig' off;
    text-overflow: ellipsis;
    font-family: "IberPangea Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

#mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select .dropdown-menu>li>a {
    overflow: hidden;
    color: var(--Color-Form-Content-General, rgba(71, 71, 71, 0.80));
    font-feature-settings: 'liga' off, 'clig' off;
    text-overflow: ellipsis;
    font-family: "IberPangea Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    padding: 12px 16px;
}

#mod-precios .calculator-container .calculator-result {
    box-sizing: content-box;
    margin: 24px 20px;
}

#mod-precios .calculator-container .calculator-result .card {
    background: var(--Color-Surface-General-3, #F9F9F9);
    border: 1px solid #EEF0F1;
    border-radius: 16px;
    width: 100%;
    padding: 20px 24px 24px;
    margin-left: auto;
    margin-right: auto;
}

#mod-precios .calculator-container .calculator-result .card .col-precio .note {
    font-size: 16px;
    line-height: 28px;
    color: #2C2C2C;
}

#mod-precios .calculator-container .calculator-result .card .col-precio .price-container .price {
    font-size: 40px;
    line-height: 44px;
    font-family: "IberPangea-regular", sans-serif;
}

#mod-precios .calculator-container .calculator-result .iva .col-precio .precios-mensuales {
    display: flex;
    flex-direction: row;
}

#mod-precios .calculator-container .calculator-result .card .col-precio #prestacao-mensal {
    margin: 0;
    color: #707070;
    font-family: "IberPangea Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

#mod-precios .calculator-container .calculator-result .card .col-precio .info-mensual {
    margin: 0;
    color: #707070;
    font-family: "IberPangea Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 16px;
}

#mod-precios .calculator-container .calculator-result .card .col-precio .price-container .unit {
    font-size: 24px;
    line-height: 26px;
    font-family: "IberPangea-regular", sans-serif;
}

#mod-precios .calculator-container .calculator-result .card .text-iva .note {
    margin-bottom: 0px;
}

#mod-precios .calculator-container .calculator-result .card .card-footer {
    border-top: 1px solid #EEF0F1;
}

#mod-precios .calculator-container .calculator-result .card .card-footer .note {
    font-size: 14px;
    line-height: 24px;
    color: #707070;
}

#mod-precios .calculator-container .calculator-result .card .card-footer .wcom-check {
    width: 40px;
    height: 24px;
}

#mod-precios .calculator-container .calculator-result .card .card-footer .wcom-check>.btn-group-toggle>.btn {
    height: 24px;
}

#mod-precios .calculator-container .calculator-result .card .card-footer .wcom-check>.btn-group-toggle>.btn>span {
    margin-top: 2px;
    margin-left: 2px;
    height: 20px;
    width: 20px;
}

#mod-precios .calculator-container .what-is-included {
    background-color: #F9F9F9;
    border-radius: 16px;
}

#mod-precios .calculator-container .what-is-included .title {
    color: #387002;
    font-family: IberPangea;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 16px;
}

#mod-precios .calculator-container .what-is-included .points-included .point-included {
    font-size: 14px;
    line-height: 24px;
    color: #2C2C2C;
    padding: 18px 0px 7px 0px;
}

#mod-precios .calculator-container .what-is-included .points-included .point-included .lista-check {
    display: flex;
    flex-direction: row;
    align-items: flex-start !important;
}

#mod-precios .calculator-container .what-is-included .points-included .point-included .lista-check .check {
    width: 24px;
    height: 24px;
}

#mod-precios .calculator-container .what-is-included .pdf-container {
    border-top: 1px solid #F0F0F0;
    padding-top: 16px;
}

#mod-precios .calculator-container .what-is-included .pdf-container .pdf {
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;

}

#mod-precios .calculator-container .what-is-included .pdf-container a.pdf:nth-of-type(1) {
    margin-bottom: 20px;
}

#mod-precios .calculator-container .what-is-included .pdf-container .pdf .pdf-name {
    color: #707070;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
}

#mod-precios .calculator-container .what-is-included .pdf-container .pdf:hover .pdf-name {
    text-decoration: underline;
}
#mod-precios .calculator-container .cont-button {
    margin: auto 20px 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

#mod-precios .calculator-container .cont-button .btn {
    text-transform: none;
    width: 100%;
    margin: 0 auto;
    background-color: #2F6852 !important;
    border-color: #2F6852 !important;
    max-width: 328px;
    color: var(--Color-Button-Content-Active-1, #FFFAF6);
    text-align: center;
    font-family: "IberPangea Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

#mod-precios .calculator-container .cont-button .btn.white {
    border-radius: var(--border-radius-xl, 100px);
    border: var(--border-width-l, 2px) solid var(--Color-Button-Border-Active, #2F6852);
    background: var(--Color-Button-Background-Active-2, rgba(255, 255, 255, 0.00)) !important;
}

#mod-precios .calculator-container .cont-button .btn.white span {
    color: var(--Color-Content-Interactive-Active, #2F6852);
}

#mod-precios .calculator-container .detalle-precos {
    background-color: #F9F9F9;
    border-radius: 16px;
    margin: 24px 20px;
    padding: 20px 24px 24px;
    width: auto;
}

#mod-precios .calculator-container .detalle-precos .detalle {
    color: #707070;
    margin-bottom: 4px;
    font-family: IberPangea;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

#mod-precios .calculator-container .detalle-precos .precos {
    color: #2c2c2c;
    font-family: IberPangea;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 24px;
}

#mod-precios .wcom-toggle div.btn-group.btn-group-toggle.tipo-casa {
    flex-flow: nowrap;
    width: 100%;
}

#mod-precios .calculator-container #letraPequena {
    color: var(--Color-Content-General-2, #707070);
    font-family: "IberPangea Text";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 24px 20px;
}

#mod-precios .calculator-container .pdf-container {
    margin: 24px 20px;
}

#mod-precios .calculator-container .pdf-container p {
    margin: 0;
    display: flex;
    align-items: center;
}

#mod-precios .calculator-container .pdf-container p .pdf {
    color: #2F6852;
    font-family: "IberPangea Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-decoration-line: none;
}

#mod-precios .calculator-container .pdf-container p .pdf .pdf-name {
    color: #2F6852;
    font-family: "IberPangea Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-decoration-line: underline;
}

#mod-precios .calculator-container .pdf-container p .pdf:hover .pdf-name {
    text-decoration-line: none;
}


#mod-precios .dropdown-menu.show {
    top: 0% !important;
    border: 0px solid black;
    padding: 0;
    display: flex;
    flex-direction: column;
}

#mod-precios ul.dropdown-menu.inner {
    position: static !important;
    border: 0px !important;
}

#mod-precios .calculator-container .calculator-options .calculator-section .wcom-toggle .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* #region Animations */
@keyframes moveLeft {
    from {
        left: calc(100% - 24px);
    }

    to {
        left: 0;
    }
}

@keyframes moveRight {
    from {
        left: 0;
    }

    to {
        left: calc(100% - 24px);
    }
}

/* #endregion Animations */

/* #region FontAwesome */
#mod-precios .fal {
    font-family: 'FontAwesome';
}

/* #endregion FontAwesome */

.imagenDerecha {
    height: 300px;
    align-self: stretch;
    border-radius: var(--border-radius-l, 16px);
    background: url("/documents/46699/21183817/imagenDerecha_360.webp") lightgray 50% / cover no-repeat;
}

.ibd-static-pt-era .aclaraciones-final {
    padding: 24px 0px 32px;
}

.ibd-static-pt-era .aclaraciones-final p {
    color: #707070;
    font-family: "IberPangea Text";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0px;
}


@media (min-width: 576px) {
    .ibd-static-pt-era .cabecera .titulo {
        font-size: 32px;
        line-height: 40px;
    }

    #mod-precios {
        padding: 32px 42px;
    }

    #mod-precios .right .intro .subtitle {
        text-align: left;
        padding: 0px 24px 32px;
    }

    #mod-precios .calculator-container .calculator-result .card {
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .imagenDerecha {
        height: 300px;
        align-self: stretch;
        border-radius: var(--border-radius-l, 16px);
        background: url("/documents/46699/21183817/imagenDerecha_576.webp") lightgray 50% / cover no-repeat;
    }

    .ibd-static-pt-era .mod-coste-era .aclaraciones-final {
        padding: 24px 0px 32px;
    }

    #mod-precios .calculator-container .calculator-options .calculator-section .bootstrap-select .dropdown-menu {
        max-width: none;
    }
    
}

@media (min-width: 992px) {
    #mod-precios {
        padding: 64px 82px;
    }

    #mod-precios .calculator-container .intro .img {
        margin: 0;
        margin-right: 16px;
    }

    #mod-precios .calculator-container {
        width: 100%;
    }

    #mod-precios .calculator-container .intro {
        width: auto;
        display: flex;
        padding: 0;
        margin: 24px 32px 24px 24px;
    }

    #mod-precios .calculator-container .intro .title {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0px;
        text-align: left;
    }

    #mod-precios .calculator-container .intro .subtitle {
        padding: 0px;
    }

    #mod-precios .calculator-container .calculator-options .title {
        font-family: IberPangea;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
    }
    
    #mod-precios .calculator-container .calculator-options>div {
        width: 50%;
    }

    #mod-precios .calculator-container .detalle-precos .precos {
        margin: 0;
    }

    #mod-precios .calculator-container .detalle-precos {
        padding: 24px 0;
        margin: 0 32px 24px 24px;
    }

    #mod-precios .calculator-container .calculator-result {
        margin: 24px 32px 0 24px;
    }

    #mod-precios .calculator-container .calculator-options .calculator-section .calculator-section-title {
        font-family: IberPangea;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        padding-left: 16px;
    }

    #mod-precios .calculator-container .calculator-options .calculator-section .calculator-section-title.title2 {
        margin-top: 0px;
        font-family: IberPangea;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
    }

    #mod-precios .calculator-container .calculator-options {
        margin: 0 32px 0 24px;
        flex-direction: row;
        width: auto;
    }

    #mod-precios .left>div {
        padding: 32px 24px 32px 32px;
        flex-direction: row;
    }

    #mod-precios .calculator-container .what-is-included .title,
    #mod-precios .calculator-container .what-is-included .points-included {
        width: 50%;
    }

    #mod-precios .calculator-container .what-is-included .title {
        text-align: left;
    }

    #mod-precios .calculator-container .detalle-precos .detalle,
    #mod-precios .calculator-container .detalle-precos .precos {
        text-align: start;
    }

    #mod-precios .calculator-container .what-is-included .pdf-container {
        display: flex;
    }

    #mod-precios .calculator-container .what-is-included .pdf-container {
        padding-top: 40px;
    }

    #mod-precios .calculator-container .what-is-included .pdf-container a.pdf:nth-of-type(1) {
        margin-bottom: 0px;
    }

    #mod-precios .calculator-container .what-is-included .pdf-container a.pdf span.pdf-name:nth-of-type(1) {
        margin-left: 8px;
    }

    .imagenDerecha {
        height: 300px;
        align-self: stretch;
        border-radius: var(--border-radius-l, 16px);
        background: url("/documents/46699/21183817/imagenDerecha_992.webp") lightgray 50% / cover no-repeat;
        width: 378px;
    }

    .ibd-static-pt-era .mod-coste-era .aclaraciones-final {
        padding: 24px 8.4% 32px;
    }

    #mod-precios .calculator-container .cont-button {
        flex-direction: row;
    }
    
    #mod-precios .calculator-container .cont-button .btn {
        margin: 0;
        width: 200px;
    }
}

@media (min-width: 1200px) {
    #mod-precios {
        padding: 64px 100px;
    }

    #mod-precios .calculator-container {
        width: fit-content;
        display: flex;
    }

    #mod-precios .calculator-container .right {
        width: 57.82%;
        display: flex;
        flex-direction: column;
    }

    #mod-precios .calculator-container .left {
        width: 43.28%;
    }

    #mod-precios .calculator-container .what-is-included .title,
    #mod-precios .calculator-container .what-is-included .points-included {
        width: auto;
    }

    #mod-precios .calculator-container .detalle-precos {
        width: auto;
    }

    #mod-precios .calculator-container .calculator-options .title {
        margin-bottom: 18px;
    }

    #mod-precios .calculator-container .what-is-included {
        align-items: start;
        gap: var(--space-32, 32px);
        align-self: stretch;
        border-radius: 0 16px 16px 0;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .imagenDerecha {
        height: 300px;
        align-self: stretch;
        border-radius: var(--border-radius-l, 16px);
        background: url("/documents/46699/21183817/imagenDerecha_1200.webp") lightgray 50% / cover no-repeat;
        width: 100%;
    }

    #mod-precios .calculator-container .cont-button {
        margin: auto 20px 32px;
    }

}

@media (min-width: 1480px) {
    #mod-precios .calculator-container .right {
        width: 732px;
    }

    #mod-precios .calculator-container .left {
        width: 540px;
    }

    #mod-precios .calculator-container .what-is-included .title,
    #mod-precios .calculator-container .what-is-included .points-included {
        flex: 0 0 auto;
    }

    #mod-precios .calculator-container .what-is-included .pdf-container {
        border-top: none;
        margin-top: auto;
        padding-bottom: 60px;
    }

    #mod-precios .calculator-container .detalle-precos {
        background-color: #F9F9F9;
        border-radius: 18px;
        max-width: 760px;
    }

    .imagenDerecha {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        width: 484px;
        height: 300px;
        align-self: stretch;
        border-radius: var(--border-radius-l, 16px);
        background: url("/documents/46699/21183817/imagenDerecha_1920.webp") lightgray 50% / cover no-repeat;
    }

}