#calculadora,
#calculadora_respuesta {
    /*background: #786464;*/
    float: left;
    position: relative;
    height: auto;
    width: 100%;
    /*border: 1px solid #000000;*/
    padding: 15px;
    border-radius: 5px;
} 

#calculadora h2 {
    color: #FFFFFF;
}

.act_calculadora .row .col-8,
#respuesta>form>.col,
#respuesta .columna:nth-child(even) {
    border-radius: 3px;
    background: #beff5e;
}
.act_calculadora .row .col,
#respuesta>form>.col,
#respuesta .columna:nth-child(odd) {
    border-radius: 3px;
    background: #5266fb;
}

.act_calculadora .row .col,
.act_calculadora .row .col-8{
    height: 196px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.act_calculadora .row .col-8 .form-text.help-text{
    margin: 0px !important;
}
.act_calculadora .row  .col.text-center{
    background-color: transparent;
}
#calculadora .act_calculadora .row .col label{
    color: #fff !important;
    line-height: 1.1;
}

#calculadora_respuesta h3,
#calculadora_respuesta h4{
    text-align: left !important; 
    font-weight: normal;
    margin-bottom: -5px;
    margin-top: 11px;
    font-size: 1.3rem !important;
}

#calculadora_respuesta{
    margin-top: 0px !important;
    padding-top: 0px;
}
#calculadora_respuesta h2{
    margin-top: 0px;
}
#calculadora_respuesta .align-items-center p{
    margin-top: 0px;
}
#calculadora_respuesta .align-items-center p.label_respuesta {
    text-align: left !important;
}
#calculadora_respuesta .align-items-center div:nth-child(2n) p{
    text-align: end;
}
#calculadora form>div label {
    font-weight: 700;
}
#calculadora form>div input {
    border: 1px solid rgba(155, 154, 154, 0.3);
    text-align: right;
}
#calculadora form>div .help-text {
    color: #000000;
}
#calculadora form>div .form-select {
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.act_calculadora .row .col:has(.btn-primary){
    height: 0px;
    margin: 12px 0px 11px 0px;
}
.act_calculadora button {
    width: 60%;
    margin: 0px auto;
}
#respuesta p{
    padding: 7px;
    margin-bottom: 0px;
}

#respuesta p.label_respuesta{
	color: #fff;
}
/*Herramientas*/
.page_herramientas .col-xxl-12{
    padding: 0px;
}   
.page_herramientas .slider-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.page_herramientas .slider {
    display: flex;
    transition: transform 0.5s ease;
}
.page_herramientas .slide .wp-block-stackable-column .stk-block-content .wp-block-getwid-icon{
    padding-top: 7px;
    height: 68px;
}
.page_herramientas .slide img {
    width: 100%;
    height: auto;
}
.page_herramientas .prev-btn,
.page_herramientas .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    width: 2rem;
    height: 2rem;
    color: #000;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    font-weight: 600;
}
.page_herramientas .prev-btn {
    left: 4px;
}
.page_herramientas .next-btn {
    right: 4px;
}
.page_herramientas .wp-block-getwid-section__background:before {
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
}
.container__herramientas{
    background: linear-gradient(98deg,hsla(0, 0%,100%,.70),hsla(0, 0%,100%,.61));
    backdrop-filter: blur(12px);
    max-width: 1200px;
    margin: 20px auto;
    border-radius: 20px;
    padding: 3.8rem 3.5rem 2rem 3.5rem;
}
.container__herramientas h2,
.container__herramientas h2 strong {
    font-size: 2.6rem !important;
    font-weight: 600 !important;
    margin-bottom: 30px;
}
.container__herramientas h2 strong,
.container__herramientas p strong{
    color: #5266fb;
    font-size: 1.2rem;
}
.container__herramientas p strong{
    font-weight: normal;
    text-shadow: 2px 2px 5px #b7b7b7;
}
.container__herramientas p {
    font-size: 1.15rem;
}
.container__herramientas .parrafo_herramientas p::before,
.parrafo_herramientas p::before{
    content: '●';
    color: #26346C;
    margin-right: 12px;
}
.container__herramientas .detalle_herramienta,
.detalle_herramienta{
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 2rem 2.5rem 3rem 4rem;
}
.input-herramientas-blue {
    margin-bottom: 15px;
    display: inline-flex;
    flex-direction: row;
    width: 100%;
}
.container__herramientas .detalle_herramienta .input-group input,
.detalle_herramienta .input-group input,
.input-herramientas-green .input-group input,
.input-herramientas-blue .input-group input{
    margin-right: 21px;
    width: calc(50% - 18px);
}
.detalle_herramienta .input-herramientas-green,
.input-herramientas-green,
.detalle_herramienta .input-herramientas-blue .input-left,
.input-herramientas-blue .input-left,
.detalle_herramienta .input-herramientas-blue .input-right,
.input-herramientas-blue .input-right{
    margin-top: 27px;
}
.detalle_herramienta .input-herramientas-green .input-left,
.input-herramientas-green .input-left,
.detalle_herramienta .input-herramientas-green .input-right,
.input-herramientas-green .input-right,
.detalle_herramienta .input-herramientas-blue .input-left,
.input-herramientas-blue .input-left,
.detalle_herramienta .input-herramientas-blue .input-right,
.input-herramientas-blue .input-right{
    width: 50%;
    float: inline-start;
}  
.detalle_herramienta .input-herramientas-green .input-left div input,
.input-herramientas-green .input-left div input,
.detalle_herramienta .input-herramientas-green .input-right div input,
.input-herramientas-green .input-right div input{
   background-color: #beff5e;
   border: 1px solid #beff5e;
} 
.detalle_herramienta .input-herramientas-blue .input-left div input,
.input-herramientas-blue .input-left div input,
.detalle_herramienta .input-herramientas-blue .input-right div input,
.input-herramientas-blue .input-right div input{
    background-color: #5266fb;
    color: #fff;
}  
.container__herramientas .carousel-herramientas .stk-block-carousel__slider .wp-block-stackable-column{
    padding: 1.5rem;
    border-radius: 12px;
}
.container__herramientas .icono-principal-diferenciador p{
    color: #fff;
}
.container__herramientas .carousel-herramientas .stk-block-carousel__slider .wp-block-stackable-column{
    padding: 1.5rem;
    border-radius: 12px;
}
.container__herramientas .wp-block-column{
    position: relative;
}
.container__herramientas .wp-block-columns .wp-block-column .wp-block-stackable-button-group{
    bottom: 71px;
    position: absolute;
}
.container__herramientas .carousel-herramientas .slider .slide{
    width: calc(100% - 20px);
    margin-right: 20px;
    border-radius: 12px;
    flex: 0 0 23.6%;
    height: 112px;
}
.container__herramientas .carousel-herramientas .slider .slide{
    background-color: rgb(106 118 146 / 33%);
}
.container__herramientas .carousel-herramientas .slider .slide:has(.icono-principal-diferenciador){
    background-color: rgba(0, 0, 0, 0.4);
}
.container__herramientas .carousel-herramientas div:not(.icono-principal-herramientas ) i{
    background-color: rgba(255, 255, 255, 0.7);
}
.container__herramientas .carousel-herramientas:not(.icono-principal-herramientas) i{
    color: #26346C;
}
.container__herramientas .carousel-herramientas{
    padding: 0px;
}
.container__herramientas .carousel-herramientas i{
    border-radius: 50%;
    text-align: center;
    padding-top: 11px;
    font-size: 20px;
    width: 2.5rem;
    height: 2.5rem;
}
.container__herramientas .wp-block-stackable-icon-list ul.stk-block-icon-list__ul>li{
    margin-bottom: 19px !important;
}
.container__herramientas .wp-block-stackable-icon-list ul>li>span>svg>path{
    fill: #ffffff !important;
}
.icono-principal-herramientas i{
    background-color: #beff5e !important;
    color: #000 !important;
}
.button-back-herrmientas a{
    border-radius: 27px;
    padding: 3px 0px 3px 10px !important;
}
.button-back-herrmientas a .stk--svg-wrapper .stk--inner-svg svg{
    width: 1.5rem !important;
    height: 1.5rem !important;
    margin-inline-start: 0px !important;
}
.container__herramientas .detalle_herramienta input[type="number"],
.input-herramientas-green .input-group input[type="number"],
.input-herramientas-blue .input-group input[type="number"]{
    appearance: textfield !important;
}
.container__herramientas .detalle_herramienta input[type=number]::-webkit-inner-spin-button,
.container__herramientas .detalle_herramienta input[type=number]::-webkit-outer-spin-button,
.input-herramientas-green .input-group input[type="number"]::-webkit-inner-spin-button,
.input-herramientas-blue .input-group input[type="number"]::-webkit-inner-spin-button{
    appearance: none;
}
/*End herramientas*/
#calculadora_ic{
    background-color: #fafafa;
    border-radius: 8px;
    padding:3rem;
}
#calculadora_ic #fecha_inicio::-webkit-calendar-picker-indicator,
#calculadora_ic #fecha_fin::-webkit-calendar-picker-indicator,
#calculadora_ic #fecha_inicio_contrato::-webkit-calendar-picker-indicator,
#calculadora_ic #fecha_deberia_fin::-webkit-calendar-picker-indicator{
    background-color: rgba(82, 101, 250,0.4);
    border-radius: 50%;
    padding: 5px;
}
#calculadora_ic #fecha_inicio,
#calculadora_ic #fecha_fin{
    padding: 0.5rem 0.9rem 0.5rem 0.9rem;
}

#calculadora_ic input[type="number"]::-webkit-outer-spin-button,
#calculadora_ic input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#calculadora_ic input[type="number"] {
    -moz-appearance: textfield;
}

#enviar_calculadora{
    display: block;
    margin-left: auto;
    width: 20%;
    background-color: #beff5e;
    border: none;
    color: #000;
    padding: 0.3rem 0rem;
    font-weight: 600;
}

.single .container div #single_1100,
#single_1100{
    width: 1100px;
}

.act_herramientas_plus .nav-tabs.nav-tabs,
#calculadora_ibc .nav-tabs{
    display: flex;
    gap: 16px;
    flex-direction: row;
    padding-bottom: 18px;
}
.act_herramientas_plus *{ 
    font-size: initial !important;
}
.act_herramientas_plus .nav-tabs .nav-item,
#calculadora_ibc .nav-tabs .nav-item{
    width: 32.33%;
    text-align: center; 
}
.act_herramientas_plus{
    margin-bottom: 50px;
}

.act_herramientas_plus .nav-tabs .nav-item .nav-link,
#calculadora_ibc .nav-tabs .nav-item .nav-link{
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    color: #333;
    height: 59px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    border: none;
}

.act_herramientas_plus .nav-tabs .nav-item .nav-link,
#calculadora_ibc .nav-tabs .nav-item .nav-link{
    background-color: #f5f5f5;
}
.act_herramientas_plus .nav-tabs .nav-item .nav-link.active,
#calculadora_ibc .nav-tabs .nav-item .nav-link.active{
    background-color: #beff5e;
    font-weight: 600;
}
.act_herramientas_plus .nav-tabs,
#calculadora_ibc .nav-tabs{
    flex-direction: column;
}
.act_herramientas_plus .nav-tabs .nav-item .nav-link,
#calculadora_ibc .nav-tabs .nav-item .nav-link{
    border-radius: 10px;
}
.act_herramientas_plus .nav-tabs .nav-item .nav-link,
#calculadora_ibc .nav-tabs .nav-item .nav-link{
    border-radius: 10px;
}
.act_herramientas_plus .tab-content .tab-pane p,
.act_herramientas_plus p,
#calculadora_ibc .tab-content .tab-pane p{
    font-size: 17px !important;
    margin-top: 21px;
    margin-bottom: 21px;
}
.act_herramientas_plus .tab-content .tab-pane .col:first-of-type,
#calculadora_ibc .tab-content .tab-pane .col:first-of-type{
    margin-right: 23px;
}
.act_herramientas_plus .tab-content .tab-pane table>tbody>tr,
#calculadora_ibc .tab-content .tab-pane table>tbody>tr,
#calculadora_ibc .tab-content .tab-pane table>tbody>tr{
    background-color: transparent;
}
.act_herramientas_plus .col:nth-child(1),
#calculadora_ibc .tab-content .tab-pane .col:nth-child(1){
    order: 2;
    border-radius: 8px;
    padding: 30px;
    background-color: #D0D6FF;
    flex: 0.95;
}
.act_herramientas_plus .tab-content .tab-pane .col:nth-child(2) table tbody>tr>td,
.tab-content .tab-pane .col:nth-child(2) table tbody>tr>td
.tab-content .tab-pane .col:nth-child(2) table tbody>tr>td label,
.act_herramientas_plus .tab-content .tab-pane .col:nth-child(2) table tbody>tr>td label,
#calculadora_ibc .col:nth-child(2) table tbody>tr>td:nth-child(1){
    color: #4666ff;
    font-size: 16px !important;
    font-weight: 600;
    display: block;
} 

.act_herramientas_plus .col:nth-child(2), 
#calculadora_ibc .tab-content .tab-pane .col:nth-child(2){
    order: 1;
    background-color: #f5f5f5;
    flex: 1.3;
    border-radius: 8px;
    padding: 25px 1px 25px 25px;
}
.act_herramientas_plus .tab-content .tab-pane .col table,
#calculadora_ibc .tab-content .tab-pane .col table{
    width: 100%;
}
.act_herramientas_plus .tab-content .tab-pane table tbody>tr>td,
#calculadora_ibc .tab-content .tab-pane table tbody>tr>td,
#calculadora_ibc .tab-content .tab-pane table tbody>tr>td{
    border-bottom: 1px solid #f5f5f5 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.act_herramientas_plus .row,
#calculadora_ibc .tab-content .tab-pane .row{
    display: flex;
    gap: 35px;
    margin-bottom: 50px;
}
.act_herramientas_plus .tab-content .col:nth-child(1) table>tbody>tr>th,
.act_herramientas_plus .col:nth-child(1) table>tbody>tr>th,
#calculadora_ibc .tab-content .col:nth-child(1) table>tbody>tr>th{
    font-size: 17px !important;
    color: #4666ff;
    padding-bottom: 13px;
    text-align: center;
}

.act_herramientas_plus .tab-content .col:nth-child(1) table>tbody>tr>td,
#calculadora_ibc .tab-content .col:nth-child(1) table>tbody>tr>td{
    font-size: 17px;
    color: #26346C;
}
.act_herramientas_plus .tab-content .col:nth-child(1) table>tbody>tr>td
.tab-content .col:nth-child(1) table>tbody>tr>td{
    font-size: 16px;
    color: #26346C;
    width: 52%;
    padding: 0.5rem;
}
.act_herramientas_plus .tab-content .col:nth-child(1) table>tbody>tr>td:nth-child(2),
#calculadora_ibc .tab-content .col:nth-child(1) table>tbody>tr>td:nth-child(2),
.act_herramientas_plus .col:nth-child(1) table>tbody>tr>td:nth-child(2){
   font-weight: 600;
}
.act_herramientas_plus .btn-primary,
#calculadora_ibc .tab-content .btn-primary{
    background-color: #D0D6FF;
    border: none;
    color: #333;
    width: 50%;
    font-size: 16px !important;
    font-weight: 600;
    border-radius: 10px;
    margin: auto;
}
.act_herramientas_plus .tab-content .col:nth-child(2) table,
#calculadora_ibc .tab-content .col:nth-child(2) table {
    border-collapse: collapse;
    width: 100%;
  }
.act_herramientas_plus .col:nth-child(2) tbody,
#calculadora_ibc .tab-content .col:nth-child(2) tbody {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0px;
    column-gap: 16px;
}
.act_herramientas_plus .col:nth-child(1) table tbody>tr{
    background-color: transparent;
    border-bottom: 1px solid #fff;
    color: #26346C;
}
.act_herramientas_plus .col:nth-child(1) table tbody>tr:last-of-type{
    border-bottom: none;
}
.act_herramientas_plus .col:nth-child(1) table{
    width: 100%;
}
.act_herramientas_plus .col:nth-child(1) table tbody>tr>td{
    border: none !important;
    font-size: 1rem !important; 
}
.act_herramientas_plus .col:nth-child(2) table,
#calculadora_ibc .tab-content .col:nth-child(2)  table {
    border-collapse: collapse;
    width: 100%;
}
.act_herramientas_plus .col:nth-child(2) tr ,
#calculadora_ibc .tab-content .col:nth-child(2) tr {
    margin-right: 10px; 
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 10px;
}
.act_herramientas_plus .col:nth-child(2) table>tbody>tr,
#calculadora_ibc .tab-content .col:nth-child(2) .btn_act_calculadora{
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
}
.act_herramientas_plus .col:nth-child(2) table>tbody>tr>td{
    border: none !important;
    font-size: 1rem !important;
}
#calculadora_ibc .tab-content .col:nth-child(2) tr {
    width: 46%; 
    margin-right: 10px; 
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 10px;
}
#calculadora_ibc .tab-content .col:nth-child(2) td {
    padding: 5px; 
}
.act_herramientas_plus .col:nth-child(2) td input.form-control,
.act_herramientas_plus .col:nth-child(2) .form-select,
#calculadora_ibc .tab-content .col:nth-child(2) td input.form-control {
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #000;
    font-size: 1rem !important;
}
.act_herramientas_plus .col:nth-child(2) td input::placeholder{
    color: #000;
}
#calculadora_ibc .tab-content .col:nth-child(2) .btn_act_calculadora td,
.act_herramientas_plus .act_calculadora table .btn_act_calculadora td{
    width: 100%;
    text-align: center;
}
  
#calculadora_ibc .tab-content .col:nth-child(2) td .form-check:has(select){
    padding-left: 0px;
}
#calculadoraibcModal .modal-header,
.act_herramientas_plus .modal-header{
    background-color: #f5f5f5;
    height: 57px;
}
#calculadoraibcModal .modal-title,
.act_herramientas_plus .modal-title{
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 23px;
}
#calculadora_pagos_trabajador table>tbody>tr{
    position: relative;
}
#calculadora_pagos_trabajador table>tbody>tr>td:nth-child(2){
    position:relative;
    right: 11px;
}
#calculadora_pagos_trabajador table>tbody>tr>td:nth-child(3){
    position: absolute;
    right: 0;
}
#calculadora_pagos_trabajador table>tbody>tr>td>i{
   color: #4666ff;
   cursor: help;
}
#modal_ibc table,
.act_herramientas_plus table{
    width: 100%;
}
#modal_ibc,
.act_herramientas_plus .modal .modal-body{
    background-color: #D0D6FF;
    padding: 25px;
}
.act_herramientas_plus .modal table tbody tr,
#modal_ibc table tbody tr{
    border-radius: 8px;
    line-height: 34px;
    background-color: inherit !important;
    border-bottom: 1px solid #f5f5f5;
}
.act_herramientas_plus .modal table tbody tr:last-of-type,
#modal_ibc table tbody tr:last-of-type{
    border-bottom: none;
}
.act_herramientas_plus .modal table tbody tr:last-of-type,
#modal_ibc table tbody tr:last-of-type{
    border-bottom: none;
}
.act_herramientas_plus .modal table tbody tr th, 
#modal_ibc table tbody tr td,
.act_herramientas_plus .modal table tbody tr td,
#modal_ibc table tbody tr th,
#modal_ibc table tbody tr td{
    font-size: 16px !important;
    color: #26346C;
    padding: 0.5rem;
    line-height: 21px;
    border: none !important;
}
.act_herramientas_plus .modal table tbody tr th{
    font-weight: normal;
}
.act_herramientas_plus .modal table tbody tr td{
    font-weight: 600;
    text-align: end;
}
#modal_ibc table tbody tr th{
    font-weight: normal;
}
#modal_ibc table tbody tr td{
    font-weight: 600;
    text-align: end;
}
#modal_ibc table tbody>tr>td, .single_single table tbody>tr>td,
#modal_ibc table tbody>tr>td, .single_single table tbody>tr>td{
    border: none !important;
}
.page-template-width-100-landings .modal-backdrop{
    display: none;
}
 .page-template-width-100-landings .modal{
    background-color: #00000078;
    z-index: 3;
}
.act-calclculadoras-select{
    width:400px;
}
@media screen and (min-width: 1200px) {
    #calculadora_ibc .tab-content .tab-pane .row {
        flex-direction: row;
    }
    #calculadora_ibc .nav-tabs{
        display: flex;
        flex-direction: row;
    }
    #calculadora_ibc .nav-tabs .nav-item{
        width: 32.33%;
        margin-bottom: 16px;       
        text-align: left;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    #calculadora_ibc .tab-content .tab-pane .row {
        flex-direction: column;
    }
    #calculadora_ibc .nav-tabs{
        display: block;
    }
    #calculadora_ibc .nav-tabs .nav-item{
        width: 100%;
        margin-bottom: 16px;       
        text-align: left;
    }
}

@media screen and (max-width: 767px){
    .container__herramientas p {
        width: 100%;
        font-size: 1rem;
    }
   .container__herramientas h2, #body_2023 .container__herramientas h2 strong {
        text-align: center;
    }
    .input-herramientas-blue {
        display: block;
        width: 100%;
    }
    .detalle_herramienta .input-herramientas-green .input-left, .input-herramientas-green .input-left, .detalle_herramienta .input-herramientas-green .input-right, .input-herramientas-green .input-right, .detalle_herramienta .input-herramientas-blue .input-left, .input-herramientas-blue .input-left, .detalle_herramienta .input-herramientas-blue .input-right, .input-herramientas-blue .input-right {
        width: 100%;
    }
    .input-herramientas-blue .input-right{
        margin-bottom: 2rem;
    }
    .input-herramientas-green .input-group input,
    .input-herramientas-blue .input-group input{
        margin-right: 0px;
    }
    .container__herramientas .detalle_herramienta {
        padding: 5px 0px 23px 19px;
    }
    .container__herramientas {
        padding: 1.7rem;
    }
    .detalle_herramienta .input-herramientas-green .input-right{
        margin-top: 27px;
    }
    .page_herramientas .slide {
        flex: 0 0 100%;
    }
    #calculadora_ibc .tab-content .tab-pane .row {
        flex-direction: column;
    }
    #calculadora_ibc .nav-tabs{
        display: block;
    }
    #calculadora_ibc .nav-tabs .nav-item{
        width: 100%;
        margin-bottom: 16px;       
        text-align: left;
    }
    #single_content #calculadora_ibc .nav-tabs .nav-item .nav-link, #calculadora_ibc .nav-tabs .nav-item .nav-link{
        border-radius: 8px;
        text-align: left;
    }
    #calculadora_ibc .tab-content .col:nth-child(2) tr{
        width: 100%;
    }
    #calculadora_ibc .tab-content .tab-pane .col:nth-child(2) {
        padding: 25px 1px 25px 5px;
    }
    #calculadora_ibc .tab-content .tab-pane .col:nth-child(1) {
        margin-right: 0px;
        flex: 1;
    }
    .single .container div #single_1100,
    #single_1100{
        width: 1100px;
    }
    .act_herramientas_plus .row{
        flex-direction: column;
    }
    .act-calclculadoras-select {
        width: 240px;
    }
}