.azul-principal{
    color: #4966b1;
}

.linea{
    border: 1.3px solid #4966b1 !important;
}

#steps-uid-0-p-0 .form-row, #steps-uid-0-p-0 .form-group, #steps-uid-0-p-0 .form-date {
    width: 100% !important;
}

.grey-color{
    color:#B1B3B3;
}

.btn-popup-tm {
    background-color: #B1B3B3 !important;
    color: white;
}

.linea-gris {
    border: 1.3px solid lightgray !important;
}

.plus-btn{
    background-color: #E65B2A !important;
    font-family: "GothamBook";
    padding: 1%;
    border: none;
    color: white;
    font-weight: bold;
    width: auto;
}

.boton-archivo {
  background-color: #E65B2A;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 2%;
  width: 60%;
}

.boton-archivo::file-selector-button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: #E65B2A;
  color: white;
  cursor: pointer;
}

.blue-text{
    color:#002C6C;
    font-weight:bold;
}

.form-find {
    position: relative;
    padding-bottom: 0px !important; 
    border-bottom: 1px solid #ebebeb;
}

.btn-delete{
    padding: 15px;
    margin-top: 20px; 
    background-color: red !important;
    font-family: "GothamBook";
    border: none;
    color: white;
    font-weight: bold;
    width: 100%;
}

.show_steps_responsive{
    display: none;
  }

  .checks_paquetes{
    display:flex;
    width:20%;
    align-items: center;
  }

 #modal-dom-contractural{
  display: none;
 }
 
.iti{
  width: 100% !important;
}

@media (max-width: 1025px) {
  .steps.clearfix {
    display: none;
  }

  .show_steps_responsive{
    display: block;
  }

  .checks_paquetes{
    width: 22% !important;
  }
}

@media (max-width: 412px) {
  .checks_paquetes{
    width: 50% !important;
  }
}

    /* Estilo inicial de la imagen */
    .zoomable-image {
      /* transition: transform 0.3s; */
      width: -webkit-fill-available !important;
    }

    /* Estilo cuando el mouse está sobre la imagen */
    .zoomable-image:hover {
      /* transform: scale(1.2); */
    }

    a[href="#finish"] {
      display: none !important;
    }

    #modal-content, #modal-content-ua, #modal-content-tm, #modal-content-r-si, #modal-content-r-no, #modal-content-paso5, #modal-content-dom-contractural {
      width: 100% !important;
      max-width: 900px !important;
      margin-top: 5% !important; 
  }


/* Estilo para ocultar el modal por defecto */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Estilo para el contenido del modal */
.modal-contenido {
  background-color: #fefefe;
  margin: 2% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.loading-icon {
  display: none;
}

/* Estilo para el botón de cerrar */
.cerrar-modal {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.cerrar-modal:hover,
.cerrar-modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.copy-item{
  display: flex;
  align-items: baseline;
}

.icon-copy{
  color: #4966b1;
  margin-left: 10px;
}

#steps-uid-0-p-5{
  padding-left: 30px !important;
  padding-right: 35px !important;
}


.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  text-align: center;
  text-color:#002C6C;
  padding: 50px;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

.custom-select {
    position: relative;
    display: inline-block;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 200px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

.copy-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #3498db;
    color: #fff;
    border: none;
    padding: 8px;
    cursor: pointer;
}

.copy-button:hover {
    background-color: #2980b9;
}

.icon-option::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f0c5'; /* Cambia esto con el código del ícono que deseas */
  margin-right: 0.5em;
}

.delete-btn{
  width: auto !important;
}


