@charset "utf-8";
/* CSS Document */
 

      body{
		  background:#f5f7fb;font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial
            }
      .hero{
            background:linear-gradient(90deg, rgba(13,110,253,0.06), rgba(13,110,253,0.02));padding:2rem;border-radius:12px
      }
      .card-form{border:0;border-radius:12px;box-shadow:0 6px 20px rgba(22,30,60,0.06)}
      .section-title{font-size:1.05rem;font-weight:600;color:#1f2d4a}
      .small-muted{color:var(--muted);font-size:.9rem}
      .required::after{
		  content:" *";color:#dc3545
}
      .form-footer{
		  font-size:.9rem;color:var(--muted)}
      textarea.form-control{
		  min-height:130px}
      .wordcount{
		  font-size:.85rem;color:var(--muted)
}
.fondo {
  width: 100%;
  height: 150px; /* ajusta según lo necesites */
  background: linear-gradient(
    to bottom,
    #f9c449 0%,   /* Amarillo */
    #e86d2a 20%,  /* Naranja */
    #e33b3d 40%,  /* Rojo/Fucsia */
    #b83385 70%,  /* Morado */
    #2d1f78 100%  /* Azul oscuro */
  );
 /* border-radius: 12px; /* opcional */
 display: flex;
  justify-content: center; /* Centra horizontal */
  align-items: center;    /* Centra vertical */
           /* Ocupa toda la pantalla (ajusta si quieres) */
 
}

.fondo img{
      height: 100px;
      width: auto;
      
}

.classAc img{
	width: 45px;
	height: 45px;
	
}
.modalFuera{
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
	width: 100%;
    z-index: 2000;
    left: 0;
    top: 0;
	overflow-y: scroll;
	background: rgb(139,143,139);
    background: linear-gradient(90deg, rgba(139,143,139,0.468312324929972) 0%, rgba(1,1,1,0.47) 50%, rgba(139,143,139,0.4739145658263305) 100%);
	
}
.contenedor {
	display:flex;
    justify-content: center;
    align-items: center;
	height: 100vh;
}

.contiene{
	width: 90%;

}

.verModal{
	display:block;
	
}
.esconderModal{
	display: none;
}

.tituloAlertaNegativa{
    /* background: rgb(138,138,140);
     background: linear-gradient(90deg, rgba(138,138,140,1) 0%, rgba(3,3,3,1) 44%, rgba(138,138,140,1) 100%);*/
	background: rgb(172,104,104);
background: linear-gradient(90deg, rgba(172,104,104,1) 0%, rgba(1,1,1,0.6307773109243697) 50%, rgba(172,104,104,1) 100%);
	 color: #FFF;
	font-weight: bold;
	border-radius: 10px 10px 0px 0px;
	padding-bottom: 5Px;
	padding-top: 10px;
	
}
.tituloAlertaInformativa{
    background: rgb(168,172,104);
    background: linear-gradient(90deg, rgba(168,172,104,1) 0%, rgba(1,1,1,0.6307773109243697) 50%, rgba(168,172,104,1) 100%);
	color: #FFF;
	font-weight: bold;
	border-radius: 10px 10px 0px 0px;
	padding-bottom: 5Px;
	padding-top: 10px;
	
}
.tituloAlertaPositiva{
	background: rgb(104,172,107);
background: linear-gradient(90deg, rgba(104,172,107,1) 0%, rgba(1,1,1,0.6307773109243697) 50%, rgba(104,172,107,1) 100%);
	color: #FFF;
	font-weight: bold;
	border-radius: 10px 10px 0px 0px;
	padding-bottom: 5Px;
	padding-top: 10px;
}
.img-modal-info{
	display: flex;
    align-items: center;
    justify-content: center;
	
}
.btn-aceptarModal{
	border:solid  2px rgba(0,0,0,1.00); 
	padding: 5px;
	border-radius: 5px 5px 5px 5px;
	color: #F40004;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	}
.btn-aceptarModalI{
	background: rgba(255,228,14,1.00);
	border:solid  2px  #000000;
	padding: 5px;
	border-radius: 5px 5px 5px 5px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	}
.btn-aceptarModalI:hover{
	background: rgba(255,228,14,0.8);
}

.btn-aceptarModal:hover{
	background: rgba(216,216,216,1.00);
}

.btn-aceptarModalR{
	background:rgba(9,56,222,0.7);/*rgba(25,199,57,0.7);/*  rgba(255,228,14,1.00);*/
	border:solid  2px rgba(160,160,160,1.00);
	padding: 5px;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	}
.btn-aceptarModalR:hover{
	background:rgba(9,56,222,1.00);/*  rgba(255,228,14,1.00);*/
	color: #FFFFFF;
	font-weight: bold;
}
.redondo{
	border-radius: 15px 15px 15px 15px;
}
.redondoAlert{
	border-radius: 10px 10px 0px 0px;
}
.imgLogo{
	width: 50%;
	height: auto;
}
@media (max-width: 430px){
      .fondo img{
      height: 60px;
      width: auto;
      
}

}
