/**MODAL*/
.ibd-calculadora-factura .modal-dialog {
    position: relative;
    margin: auto;
    width: 328px;
}


.ibd-calculadora-factura #modal-ko .modal-content {
    border-radius: 16px;
    padding: 24px 16px 24px 16px;
    position: relative;
    height: 340px;
}

.ibd-calculadora-factura #modal-ko .modal-content .contenedor-boton #modal-btn2 {
    margin-top: 24px;
    margin-bottom: 0;
    font-family: IberPangea-Regular, sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.ibd-calculadora-factura .modal-header .boton-cerrar-modal {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
}

.ibd-calculadora-factura .modal-header .btn-close-modal {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    font-size: 20px;
    color: #333;
}

.ibd-calculadora-factura .modal-header {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 0;
    border: none;
    margin-top: 8px;
}

.ibd-calculadora-factura .modal p {
    margin: 0;
    font-family: IberPangea-Regular, sans-serif;
    text-align: center;
}

.ibd-calculadora-factura .titulo-modal {
    margin-top: 16px;
}

.ibd-calculadora-factura .titulo-modal p {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.ibd-calculadora-factura .subtitulo-modal {
    margin-top: 8px;
    margin-bottom: 16px;
}

.ibd-calculadora-factura .subtitulo-modal p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    width: 90%;
    margin: auto;
}

.ibd-calculadora-factura #modal-ko .subtitulo-modal p {
    width: 85%;
}

.ibd-calculadora-factura .modal.show{
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#imagen-plan-factura-576,
#imagen-plan-factura-768,
#imagen-plan-factura-992,
#imagen-plan-factura-1200,
#imagen-plan-factura-1920
{
  display: none;
}

#tu-plan{
  margin-left: auto;
  padding: 64px 16px 64px 16px;
}
#probar-de-nuevo-factura {
  text-align: center;
  display: block;
  margin-top: 32px;
}
#titulo-tu-plan{
  text-align: center;
  margin-bottom: 24px;
}

#subtitulo-tu-plan{
  margin-bottom: 24px;
}

.plan-recomendado-factura{
  border: 1px solid var(--Color-Border-General-1, #c8d9d0);
  border-radius: 16px;
  text-align: center;

}

.plan-recomendado-factura .contenedor-boton-contratar-plan{
  padding: 16px 16px 24px 16px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#probar-de-nuevo-factura .probar-de-nuevo{
  color: var(--Color-Content-Interactive-Active, #2f6852);
}

.plan-recomendado-factura .precio-plan{
  display: flex;
padding: var(--size-space-4, 4px) var(--size-space-12, 12px);
justify-content: center;
align-items: center;
gap: var(--size-space-4, 4px);
  border-radius: var(--border-radius-m, 8px);
background: var(--Color-Surface-General-3, #F9F9F9);
  width: 161px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
}
.plan-recomendado-factura img{
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;

}

#aceptoCondiciones{
  position: relative;

}

.imagen-dragdrop{
  width: 32px;

}
.texto-dragdrop{
color: var(--Color-Form-Content-General, rgba(71, 71, 71, 0.80));
}

.bloque-acepto-condiciones label{
  color: var(--Color-Content-General-1, #2C2C2C);
}

#calculadora-factura-form .attached-file {
  background-color: var(--Color-Surface-General-3, #f9f9f9);
  border-radius: 16px;
  height: 48px;
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
}


#contenedor-formulario .desktop{
  display: none;
}


#titulo-form{
  text-align: center;
  margin-bottom: 24px;
}


.ibd-calculadora-factura .btn-file {
  padding-left: 0rem !important;
  margin-bottom: 0;
}
.ibd-calculadora-factura .btn-file span {
  cursor: pointer;
}
.ibd-calculadora-factura #fileElem {
  display: none;
}
.ibd-calculadora-factura .wrapper-drag-children {
  display: flex;
  justify-content: space-between;
}
.ibd-calculadora-factura .imagen-attached-file {
  margin-left: 0rem;
}
.ibd-calculadora-factura #el-name {

  color: var(--Color-Content-General-1, #2C2C2C);
  font-family: var(--font-family-2-medium);
  font-size: var(--size-font-75);
  font-weight: var(--font-weight-medium);
  line-height: var(--size-font-line-height-2xs);
  font-style: var(--font-style-normal);
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0rem;
  margin-left: 0rem;
}
.ibd-calculadora-factura #el-name .text-name {
  margin-left: 0rem;
}

.ibd-calculadora-factura #el-name .size {
  font-family: var(--font-family-2-regular);
  font-size: var(--size-font-50);
  font-weight: var(--font-weight-regular);
  line-height: var(--size-font-line-height-3xs);
  font-style: var(--font-style-normal);
  color: var(--Color-Content-General-2);
  margin-left: 0.5rem;
}
.ibd-calculadora-factura #el-name img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0rem;
}
.ibd-calculadora-factura img {
  margin-left: auto;
}
.subrayado-verde{
  color: var(--Color-Content-Interactive-Active, #2f6852);

}
.ibd-calculadora-factura .x-cerrar {
  cursor: pointer;
  padding: 0.3125rem;
}
.ibd-calculadora-factura .attached-text {
  display: none;
}

.ibd-calculadora-factura .contenedor-adjuntos-mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ibd-calculadora-factura .contenedor-boton-adjuntar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom:  0;
  height: 56px;
}

#btn-enviar{
  min-width: 156px;
  margin-bottom: 32px;

}
.ibd-calculadora-factura .label-boton-mobile {
  padding: 0;
  border: none;
}
.ibd-calculadora-factura .boton-mobile {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #2F6852;
  border: 2px solid #2F6852;
  border-radius: 6.25rem;
  width: 328px;
  height: 56px;
  font-family: var(--font-family-2-smbold);
  font-size: var(--size-font-100);
  line-height: var(--size-font-line-height-m);
  font-style: var(--font-style-normal);
  margin-bottom: 24px;

}
.ibd-calculadora-factura .boton-mobile--disabled {
  background-color: transparent;
  color: #BFBFBF;
  border: 2px solid #BFBFBF;
  cursor: default;
}
.ibd-calculadora-factura .boton-mobile--disabled:hover, .ibd-calculadora-factura .boton-mobile--disabled:active, .ibd-calculadora-factura .boton-mobile--disabled:focus {
  background-color: transparent;
  color: #BFBFBF;
  border: 2px solid #BFBFBF;
}
.ibd-calculadora-factura .boton-mobile:hover {
  background-color: #FFFAF6;
  color: #00402A;
  border: 2px solid #00402A;
}
.ibd-calculadora-factura .boton-mobile:active {
  background-color: #FFFAF6;
  color: #00402A;
  border: 2px solid #00402A;
  outline: 2px solid #5BD38C;
}
.ibd-calculadora-factura .boton-mobile:focus {
  background-color: transparent;
  color: #2F6852;
  border: 2px solid #2F6852;
  outline: 4px solid #3CC2FF;
}


.plan-recomendado-factura .contenedor-boton-contratar-plan #boton-contratar-plan{
  width: 296px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
.ibd-calculadora-factura .modal-dialog {
    width: 500px;
}
#tu-plan {
  padding: 64px 42px 64px 42px;
}
#imagen-plan-factura-576{
  display: block;
}
  #imagen-plan-factura-360{
    display: none;
  }

  .ibd-calculadora-factura #el-name .text-name {
    margin-right: 10rem;
  }
  .ibd-calculadora-factura .boton-mobile {
    height: 3.5rem;
    width: 20.5rem;
  }

  #boton-subir-archivo{
    margin-left: auto;
    margin-right: auto;
  }
  .plan-recomendado-factura .contenedor-boton-contratar-plan #boton-contratar-plan{
  max-width: 380px;
    width: 380px;
}

}

@media(min-width: 768px){
.ibd-calculadora-factura .modal-dialog {
    width: 656px;
}
.ibd-calculadora-factura .modal .subtitulo-modal {
    width: 600px;
}
.ibd-calculadora-factura #modal-ko .modal-content {
    height: 314px;
}

#tu-plan {
  padding: 64px 48px 64px 48px;
}
  .plan-recomendado-factura{
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
 #imagen-plan-factura-768{
  display: block;
}
  #imagen-plan-factura-576{
    display: none;
  }


}


@media (min-width: 992px) {

#tu-plan {
  padding: 64px 82px 64px 82px;
}
  .plan-recomendado-factura .contenedor-boton-contratar-plan #boton-contratar-plan{
  max-width: 370px;
    width: 370px;
}

.plan-recomendado-factura{
  width: 404px;

}


  .ibd-calculadora-factura #el-name .text-name {
    margin-right: 3rem;
  }
 #contenedor-formulario .desktop{
    display: block;
   padding: 0;
  }

  .contenedor-boton-adjuntar{
    display: none;
  }
  #drop-area{
   flex-direction: column;

align-items: center;justify-content: center;

border-radius: var(--border-radius-l, 16px);
background: var(--Color-Form-Surface-General, #FFF);
display: flex;
height: 124px;

padding: var(--size-space-24, 24px) var(--size-space-16, 16px);
gap: var(--size-space-8, 8px);
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='16' ry='16' stroke='%23333' stroke-width='1' stroke-dasharray='8%2c 8' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");


  }

  #drop-area.has-error{
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='16' ry='16' stroke='%23CB1212' stroke-width='1' stroke-dasharray='8%2c 8' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
    }

.block-drag{
  padding: 0 !important;
}

  .plan-recomendado-factura .contenedor-boton-contratar-plan{
  padding: 16px 0 24px 0;
}


}



@media (min-width: 1200px) {

#tu-plan {
  padding: 64px 102px 64px 102px;
}

.plan-recomendado-factura{
  width: 318px;

}

  .plan-recomendado-factura .contenedor-boton-contratar-plan #boton-contratar-plan{
    width: 284px;
  }

  #contenedor-formulario .campos{
    width: 826px;
  }
.plan-recomendado-factura .contenedor-boton-contratar-plan{
  width: 100%;
}

 #imagen-plan-factura-768{
  display: none;
}
  #imagen-plan-factura-576{
    display: block;
  }

}
@media (min-width: 1920px) {

#tu-plan {
  padding: 64px 304px 64px 304px;
}

  #contenedor-formulario .campos{
    width: 1056px;
  }

  .plan-recomendado-factura .contenedor-boton-contratar-plan #boton-contratar-plan{
    width: 376px;
  }

.plan-recomendado-factura{
  width: 410px;

}

}