.btn-wizart {
    text-decoration: none;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-left: .2rem;
    margin-right: .2rem;
    cursor: pointer;
    padding: .375rem .75rem;
    padding: 0.3em 2em;
    border-radius: .25rem;
    border-radius: 20px;
    font-weight: 250;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    background-color: #009887;
    border: 1px solid #009887;
    border: 0;
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.spanRequired
{
    color: #C90166;
}

/*Fonts*/
.color-one {
    color: #C72068;
}

.pt2 {
     padding-top: 2px;
}

.radio {
     margin: 0.5rem;
}
 .radio input[type="radio"] {
     position: absolute;
     opacity: 0;
}
 .radio input[type="radio"] + .radio-label:before {
     content: '';
     background: #f4f4f4;
     border-radius: 100%;
     border: 1px solid #b4b4b4;
     display: inline-block;
     width: 1.4em;
     height: 1.4em;
     position: relative;
     top: -0.2em;
     margin-right: 1em;
     vertical-align: top;
     cursor: pointer;
     text-align: center;
     transition: all 250ms ease;
}
 .radio input[type="radio"]:checked + .radio-label:before {
     background-color: #33AD9F;
     box-shadow: inset 0 0 0 4px #f4f4f4;
}
 .radio input[type="radio"]:focus + .radio-label:before {
     outline: none;
     border-color: #3197ee;
}
 .radio input[type="radio"]:disabled + .radio-label:before {
     box-shadow: inset 0 0 0 4px #f4f4f4;
     border-color: #b4b4b4;
     background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
     margin-right: 0;
}

.input-inset{
  font-size: 16px;
  line-height: 1.5;
  background: #FFFFFF;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'><path fill='%23838D99' d='M13.98 12.57a2 2 0 0 1 1.93.52l2.5 2.5a2 2 0 0 1-2.82 2.82l-2.5-2.5a2 2 0 0 1-.52-1.93l-1.38-1.37a7 7 0 1 1 1.42-1.42l1.37 1.38zm-3.37-2.03a5 5 0 1 0-7.08-7.08 5 5 0 0 0 7.08 7.08z'></path></svg>");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 20px 20px;
  border: 1px solid #C5CBD5;
  box-shadow: 0 4px 8px 0 #CACACA, 0 3px 10px 0 #D8D8D8;
  border-radius: 8px;
  width: 100%;
  padding: .5em 1em .5em 2.5em;
} 

.input-inset::placeholder{
  color: #838D99;
}

.input-inset:focus {
  outline: none;
  border: 1px solid #84A2FA;
}


.backCard {
    background-color: #F5F7FA;
}
.card-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.card-shadow:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.bgPrimary {
    border-color: #90A5B2 !important;
    background-color: #90A5B2 !important;
}
.bgSuccess {
    border-color: #A8E3D7 !important;
    background-color: #A8E3D7 !important;
}
.bgInfo {
    border-color: #91BAFF !important;
    background-color: #91BAFF !important;
}
.bgDefault {
    border-color: #C90166 !important;
    background-color: #C90166 !important;
    color: #970652 !important;
}

.dark {
    color: #404E67 !important;
}
.primary {
    color: #00B5B8 !important;
}
.success {
    color: #16D39A !important;
}
.danger {
    color: #FF7588 !important;
}

.table-wrapper {
    background: #fff;
    padding: 1px 25px;
    /*margin: 30px 0;*/
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.table-wrapper:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.table-title-dos {
    padding-bottom: 15px;
    background: #A30457;
    color: #fff;
    padding: 16px 30px;
    margin: -20px -25px 10px;
    border-radius: 3px 3px 0 0;
}
.table-title h2 {
    margin: 5px 0 0;
    font-size: 24px;
}
.table-title-dos h2 {
    margin: 5px 0 0;
    font-size: 24px;
}

.table-title {
    padding-bottom: 15px;
    background: #009887;
    color: #fff;
    padding: 16px 30px;
    margin: -20px -25px 10px;
    border-radius: 3px 3px 0 0;
}

.boldText {
    font-weight: bold;
}

.note-text {
    /* font-family: 'Roboto Slab', sans-serif; */
    font-size: 1.125em;
    line-height: 1.6;
    color: #fff;  /* Color de texto oscuro para buen contraste */
    font-weight: bold;  /* Texto en negrita para llamar la atención */
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);  /* Sombra sutil para profundidad */
}

.parrafo_descripcion
{
    font-size: 1.125em; 
    line-height: 1.75; 
    color: #4A4A4A; 
    text-align: justify; 
    /* font-family: 'Roboto Slab', serif; letter-spacing: 0.5px;  */
    margin-bottom: 25px; 
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.parrafo_descripcion_normal
{     
    color: #4A4A4A;     
    /* font-family: 'Roboto', serif; letter-spacing: 0.5px;  */
    margin-bottom: 25px; 
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.title_h1 {
    /* font-family: 'Roboto Slab', serif;  */
    font-weight: 600; 
    font-size: 2em; 
    letter-spacing: 2px; 
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.myPanel {
    box-shadow: 0 15px 30px rgba(0,0,0,0.2); 
    border-radius: 15px;
    background-color: #f9f9f9;
}

.myPanelHeader
{
    background: linear-gradient(135deg, #2d353c, #3e4a57); 
    border-top-left-radius: 15px; 
    border-top-right-radius: 15px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.myPanelPink
{
    background: linear-gradient(135deg, #009887, #009887); 
    border-top-left-radius: 15px; 
    border-top-right-radius: 15px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.size18
{
   font-size: 20px;
   text-align: justify; 
}

/* Estilo para el botón */
.elegant-button {
  text-decoration:none;
    background-color: #C72068; /* Color de fondo */
    color: white; /* Color del texto */
    font-size: 18px; /* Tamaño de la fuente más grande */
    padding: 15px 30px; /* Relleno interno más grande */
    border: none; /* Sin borde */
    border-radius: 50px; /* Bordes redondeados más pronunciados */
    cursor: pointer; /* Manito al pasar el cursor */
    transition: all 0.3s ease; /* Transición suave */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Sombra más intensa */         
}

/* Efecto al pasar el cursor */
.elegant-button:hover {
  text-decoration:none;
    background-color: #303840; /* Color de fondo cuando el cursor pasa por encima */
    transform: translateY(-4px); /* Efecto de elevación más pronunciado */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3); /* Sombra más intensa al pasar el cursor */
    color: #fff;
}

/* Efecto al hacer clic */
.elegant-button:active {
    transform: translateY(2px); /* Efecto de hundimiento */
    background-color: #388e3c; /* Fondo más oscuro al hacer clic */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Sombra más sutil al hacer clic */
}



.consulta-button {
  text-decoration:none;
    background-color: #C72068; /* Color de fondo */
    color: white; /* Color del texto */
    font-size: 18px; /* Tamaño de la fuente más grande */
    padding: 10px 20px; /* Relleno interno más grande */
    border: none; /* Sin borde */
    border-radius: 50px; /* Bordes redondeados más pronunciados */
    cursor: pointer; /* Manito al pasar el cursor */
    transition: all 0.3s ease; /* Transición suave */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Sombra más intensa */         
}

/* Efecto al pasar el cursor */
.consulta-button:hover {
  text-decoration:none;
    background-color: #303840; /* Color de fondo cuando el cursor pasa por encima */
    transform: translateY(-4px); /* Efecto de elevación más pronunciado */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3); /* Sombra más intensa al pasar el cursor */
    color: #fff;
}

/* Efecto al hacer clic */
.consulta-button:active {
    transform: translateY(2px); /* Efecto de hundimiento */
    background-color: #388e3c; /* Fondo más oscuro al hacer clic */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Sombra más sutil al hacer clic */
}

.form-control-size
  {
    font-size: 22px;
    font-family: Montserrat;
    /*font-weight: 700;*/
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #fff;
    /* box-shadow: 0 8px 16px 0 #CACACA, 0 6px 20px 0 #D8D8D8; */
    box-shadow: 0 4px 8px 0 #CACACA, 0 3px 10px 0 #D8D8D8;
    border-radius: .5em;
  }


.my_label
{
  margin-bottom: .5rem;
  font-size: 16px;
  line-height: 1.2;
}

.font16
{
   font-size: 16px;
}

.fa-shadow { text-shadow:1px 1px #5a6268; }
.fa-color-one { color: #009684; }
.fa-color-two { color: #C72068; }
.fa-color-three { color: #7B68EE; }


.status.open:before {
   background-color: #94e185;
   border-color: #78d965;
   box-shadow: 0px 0px 4px 1px #94e185;
}
 .status.in-progress:before {
   background-color: #ffc182;
   border-color: #ffb161;
   box-shadow: 0px 0px 4px 1px #ffc182;
}
 .status.dead:before {
   background-color: #c9404d;
   border-color: #c42c3b;
   box-shadow: 0px 0px 4px 1px #c9404d;
}
 .status:before {
   content: ' ';
   display: inline-block;
   width: 8px;
   height: 8px;
   margin-right: 10px;
   border: 1px solid #000;
   border-radius: 7px;
}

.btnGreen {
    background-color: #009887;
    color: #fff;
}