.titamarillo {
	font-family: "Poppins" , Arial;
	color:#ffff1a;
	font-size:14px;
}

.titrojo {
	font-family: "Poppins" , Arial;
	color:#C62828;
	font-size:14px;
	font-weight: bold;
}

.titnegro {
	font-family: "Poppins", Arial;
	color: #000000;
	font-size: 14px;
}

.titError {
	font-family: "Poppins", Arial;
	color: #971c4c;
	font-size: 16px;
	font-weight: bolder;
}

.cel-tip-documento {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}

/*
input[type='text'] {
	font-size: 24px;
	text-align: center;
	border-radius:5px;
	width: 100%;
	height: 30px;
}
*/

.text-right {
	text-align: right;
}

.divtitulo {
	min-height: 30px;
	padding: 5px;
	text-align: center;
	font-family: "Arial narrow";
	color: #ffffff;
	font-size: 24px;
	
	/*border-radius: 15px;*/
    background: #971c4c;
    padding: 10px;
    margin-bottom: 0px;

    box-shadow: 0 0 10px rgba(184, 27, 80, 0.3),  /* Soft outer glow */
            0 0 20px rgba(184, 27, 80, 0.2),  /* Medium spread glow */
            inset 0 0 8px rgba(184, 27, 80, 0.1); /* Inner glow */
          /*padding: 20px;*/
          /*margin: 20px;*/
          border-radius: 8px;
          /*background-color: white;*/
}

.divgris {
	width: 730px;
	margin:auto;
	min-height: 310px;
	height: 310px;
	text-align: center;
	vertical-align: middle;
	display: table;
	
	/*border-radius: 15px;*/
    border: 2px solid #B81B50;
    /*padding: 20px;*/

    box-shadow: 0 0 10px rgba(184, 27, 80, 0.3),  /* Soft outer glow */
            0 0 20px rgba(184, 27, 80, 0.2),  /* Medium spread glow */
            inset 0 0 8px rgba(184, 27, 80, 0.1); /* Inner glow */
          padding: 20px;
          /*margin: 20px;*/
          border-radius: 8px;
          /*background-color: white;*/
}

.divgris-login {
	/*margin:auto;
	min-height: 310px;*/
	text-align: center;
	vertical-align: middle;
	display: table;

	/*border-radius: 15px;*/
    /*border: 2px solid #B81B50;*/
    /*padding: 20px;*/
    width:100%;
 /*   padding-bottom: 1em; */

   /* box-shadow:
            0 0 10px rgba(184, 27, 80, 0.3),
            0 0 20px rgba(184, 27, 80, 0.2),
            inset 0 0 8px rgba(184, 27, 80, 0.1);*/
         /* padding: 20px;*/
         /* margin: 20px;*/
          border-radius: 8px;
          background-color: white;
}

.banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  margin: 0 auto;
  max-width: 72rem;
  /*padding: 0.5rem 1rem;*/
  overflow: hidden;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

/* 🖼️ Imágenes */
.banner-image {
  height: 48px;
  width: auto;
  object-fit: contain;
  /* box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s ease, height 0.3s ease;
}

.banner-image:hover {
  transform: scale(1.05);
}

/* 📄 Contenido central */
.banner-content {
  flex-grow: 1;
  text-align: center;
  padding: 0 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner-title {
  font-weight: 700;
  color: #3730a3;
  line-height: 1.2;
  margin: 0;
  font-size: 1rem;
}

.banner-subtitle {
  color: #6b7280;
  margin: 0;
  display: none;
}

/* 💻 Pantallas grandes (Horizontal) */
@media (min-width: 640px) {
  .banner {
    flex-direction: row;
    height: 80px;
  }

  .banner-image {
    height: 64px;
  }

  .banner-title {
    font-size: 1.25rem;
  }

  .banner-subtitle {
    display: inline;
    font-size: 0.75rem;
    margin-top: 2px;
  }
}

/* 📱 Móviles verticales (Diseño apilado) */
@media (max-width: 639px) {
  .banner {
    flex-direction: column; /* 👈 Coloca los elementos uno debajo del otro */
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0.75rem 0.5rem;
    text-align: center;
  }

  .banner-image {
    height: 55px;
    margin: 0.25rem 0;
  }

  .banner-image-right {
    order: 3; /* Imagen derecha abajo */
  }

  .banner-content {
    order: 2;
    padding: 0.25rem 0;
    white-space: normal;
  }

  .banner-title {
    font-size: 1rem;
  }

  .banner-subtitle {
    display: block;
    font-size: 0.75rem;
    margin-top: 2px;
  }
}




.logo-large {
    width: 100%;
/*    height: 70px; */
/*    width:60%; */
/*    margin-top: 1em; */
    margin-bottom: 1em;
    border: 2px solid #C2C2C4;
    border-radius: 15px;
    box-shadow:
      0 0 10px rgba(194, 194, 196, 0.3),
      0 0 20px rgba(194, 194, 196, 0.2),
      inset 0 0 8px rgba(194, 194, 196, 0.1);
}

.divgris-header {
	/*margin:auto;
	min-height: 310px;*/
	text-align: center;
	vertical-align: middle;
	display: table;

	/*border-radius: 15px;*/
    border: 2px solid #B81B50;
    /*padding: 20px;*/
    width:100%;
    /*padding-bottom: 1em;*/

    box-shadow:
            0 0 10px rgba(184, 27, 80, 0.3),
            0 0 20px rgba(184, 27, 80, 0.2),
            inset 0 0 8px rgba(184, 27, 80, 0.1);
         /* padding: 20px;*/
         /* margin: 20px;*/
          border-radius: 8px;
          background-color: white;
}

.divblanco div,
.divblanco input,
.divblanco p {
    margin-bottom: 0.7em;
}

.divblanco > .input-group > img {
  max-height: 37.6px;
}

.message-ini-document {
    width: 60%;
    /*font-size: 0.8em;*/
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 1.5em;*/
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background: #ECEDEF;
	font-family: "Poppins", Arial;
	color: #000000;

	border-radius: 15px;
    border: 2px solid #C2C2C4;
}

.divgranate {
    width: 95%;
    font-size: 0.8em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5em;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background: #ECEDEF;
	font-family: "Myriad Pro", Arial;
	color: #000000;
	
	border-radius: 15px;
    border: 2px solid #C2C2C4;
}

.divgranate-valido {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
/*	background: #ECEDEF; */
	font-family: "Poppins", Arial;
	color: #000000;

	border-radius: 15px;
/*    border: 2px solid #C2C2C4;   */
}

.divgranate2 {
    width: 95%;
    font-size: 0.8em;
	margin-left: auto;
	margin-right: auto;
    margin-top: 1.5em;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background: #C2C2C4;
	font-family: "Poppins", Arial;
	color: #000000;
	
	border-radius: 15px;
    border: 2px solid #C2C2C4;   
}

.divgranate3 {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background: #F8F8FF;
	font-family: "Poppins", Arial;
	color: #000000;
	
	border-radius: 15px;
    border: 2px solid #C2C2C4;   
}

.botonGrande {
    width: 60%;
    height: 3em;
}

.divgranateBoton {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #971c4c;
    font-family: "Poppins", Arial;
    color: #000000;
    border-radius: 8px;
    padding: 10px;

    /* Add shadow effect */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    /* Add hover effect */
    transition: all 0.3s ease;
}

.divgranateBoton:hover {
    background: #A40E43; /* Darker shade for hover effect */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px); /* Slight lift effect */
}

.divgranateBoton2 {
	width: 10%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	background: #971c4c;
	font-family: "Poppins", Arial;
	color: #000000;
	
	border-radius: 4px;
    padding: 4px; 	
}



.btn-danger {
    color: #ffffff;
    font-family: "Poppins", Arial;
    background-color: #971c4c;
    border-color: #971c4c;
}

.btn-danger:hover {
    color: #fff;
    font-family: "Poppins", Arial;
    background-color: #971c4c;
    border-color: #971c4c;
}

.divblanco {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ffffff;
	background: #ffffff;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;

   margin-top: 0.7em;
   margin-bottom: 0.7em;
}

.titnegrogrande {
	font-family: "Poppins", Arial;
	color: #000000;
	font-size: 1em;
	font-weight:bold;
	margin: auto;
}

.titnegropeque {
    font-size: 0.8em;
}

.titnegrochico {
	font-family: "Poppins", Arial;
	color: #000000;
	font-size: 13px;
}

a:link {
	color: #fefefe;
	text-decoration: none;
}

a:visited {
	color: #fefefe;
	text-decoration: none;
}

a:hover {
	color: #fefefe;
	text-decoration: none;
}

a:active {
	color: #fefefe;
	text-decoration: none;
}


a.refrescar:link {
	color: #000000;
	text-decoration: none;
}

a.refrescar:visited {
	color: #000000;
	text-decoration: none;
}

a.refrescar:hover {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

a.refrescar:active {
	color: red;
	font-weight:bold;
	text-decoration: none;
}

a.comunicado:link {
	color: #ff4a4a;
	text-decoration: none;
}

a.comunicado:visited {
	color: #ff4a4a;
	text-decoration: none;
}

a.comunicado:hover {
	color: #ff4a4a;
	text-decoration: none;
}

a.comunicado:active {
	color: #ff4a4a;
	text-decoration: none;
}

.center {
    margin: auto;
    width: 730px;
    margin-bottom: 1em;
}

.subrayado{
text-decoration: underline;
}

/*
.table-bordered {
    border: 2px solid #d9185f;
    background-color: #FFFFFF;    
}
*/

.table-bordered2 > tbody > tr > td{
	border: 2px solid #d9185f;
}

.img-header-logo-login{
	height: 70px;
	width:60%;
	border: 2px solid #C2C2C4;
	border-radius: 15px;
	box-shadow:
      0 0 10px rgba(194, 194, 196, 0.3),
      0 0 20px rgba(194, 194, 196, 0.2),
      inset 0 0 8px rgba(194, 194, 196, 0.1);
}

.img-header-logo-notificacion{
	height: 70px;
	/*width:100%;*/
	border: 2px solid #C2C2C4;
	border-radius: 15px;
	box-shadow:
      0 0 10px rgba(194, 194, 196, 0.3),
      0 0 20px rgba(194, 194, 196, 0.2),
      inset 0 0 8px rgba(194, 194, 196, 0.1);
}

.img-header-logo{
	height: 70px;
	width:60%;
/*	border: 2px solid #C2C2C4;*/
	border-radius: 15px;
/*	box-shadow:
      0 0 10px rgba(194, 194, 196, 0.3),
      0 0 20px rgba(194, 194, 196, 0.2),
      inset 0 0 8px rgba(194, 194, 196, 0.1);*/
}

header {
 margin-top: 1em;
}

.height-img {
    border: 1px solid #C2C2C4;
}

.doc-enabled {
    padding-left: 0px;
}

.doc-enabled-title {
    background-color: white;
    padding: 0.5em;
    margin-bottom: 0;
}

.doc-enabled > .row > .doc-abreviatura {
    width: 4em;
}

.w-20 {
    width: 20% !important;
}
.w-40 {
    width: 40% !important;
}
.w-60 {
    width: 60% !important;
}
.w-90 {
    width: 90% !important;
}
.w-95 {
    width: 95% !important;
}

.fs-sm {
    /* font-size: 1rem * .875 !important;*/
    font-size: small;
    font-family: 'Poppins';
}
.fs-7 {
    font-size: 0.75rem !important;
}

.mb-xs {
    margin-bottom: 0.625rem !important;
}
.mt-lg {
    margin-top: 1.25rem !important;
}

.pl-xl {
    padding-left: 1.875rem !important;
}
.pb-lg {
    padding-bottom: 1.25rem !important;
}

.text-justify {
    text-align: justify !important;
}

#modalInabif .modal-body {
    height: 390px;
}

#cmh-toast-container.toast-container {
    position: fixed !important;
}
#cmh-toast-container.toast-container .toast-body {
    color: rgba(33, 37, 41, 0.75);
    background-color: rgba(255,255,255, 0.85);
}

.bg-danger-ofis {
    --bs-bg-opacity: 1;
    background: #971c4c !important;
}
.border-danger-ofis {
    --bs-border-opacity: 1;
    border-color: #971c4c !important;
}
.btn-danger-ofis {
    font-family: "Poppins", Arial !important;
    /*background-color: #971c4c !important;
    border-color: #971c4c !important;*/
    --bs-btn-color: #fff;
    --bs-btn-bg: #971c4c;
    --bs-btn-border-color: #971c4c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #971c4c;
    --bs-btn-hover-border-color: #971c4c;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #971c4c;
    --bs-btn-active-border-color: #971c4c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #971c4c;
    --bs-btn-disabled-border-color: #971c4c;
}
.f-t-ofis {
    font-family: "Poppins" !important;
}
.f-st-ofis {
    font-family: "Poppins", Arial !important;
}
.f-b-ofis {
    font-family: "Poppins", Arial !important;
}
.text-bg-danger-ofis {
    color: #fff !important;
    background-color: #971c4c !important;
}
@media (min-width: 768px) { /* --bs-breakpoint-md */
    .fs-md-sm {
        font-size: small !important;
    }
}

.btn-aceptar {
    background-color: #971c4c !important;
}

.btn-no-aceptar {
    background-color: #0088c2 !important;
}

.btn-grey-50 {
    background-color: #9D9D9C !important;
}

.btn-grey-30 {
    background-color: #C6C6C6 !important;
}

.font-negrita {
    font-weight: bold;
}

.form-select {
  font-family: 'Poppins', sans-serif; 
  font-size: small !important;
  /* font-size: 14px; */
}

