@charset "UTF-8";

#toast-container>.toast-success {
	background-color: #33B219;
	opacity:0.9;
}
#toast-container{
	float: right !important;
}
#toast-container>.toast-error {
	background-color: #F51F1F;
	opacity:0.9;
}

.lds-ring,
.lds-ring div {
	box-sizing: border-box;
}

.lds-ring {
	display: inline-block;
	/* position: re lative; */
	width: 80px;
	height: 80px;
	position: fixed; /* Para que se mantenga fijo en la ventana */
	top: 50%; /* Posición vertical en el 50% */
	left: 50%; /* Posición horizontal en el 50% */
	transform: translate(-50%, -50%); /* Mover el div hacia arriba y hacia la izquierda en la mitad de su propio tamaño */
	padding: 20px; /* Espacio interno alrededor del contenido */
	z-index: 2147483647; /* Z-index alto para que esté por encima de otros elementos */
	display: none;
}

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid currentColor;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: currentColor transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}

@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.icon {
	position: absolute;
	bottom: 10%;
	/* Posicionamiento inferior del 5% */
	left: 25%;
	/* Posicionamiento horizontal al centro */
	transform: translateX(-50%);
	/* Ajuste para centrar horizontalmente */
	width: 10%;
	/* Ancho del icono relativo al contenedor */
}

.logo {
	height: auto;
	width: 800px;
	margin-left: 10%;
}

div.identidad {
	/* cambia estos dos valores para definir el tamaño de tu círculo */
	height: 200px;
	width: 200px;
	/* los siguientes valores son independientes del tamaño del círculo */
	background-repeat: no-repeat;
	background-position: 95%;
	border-radius: 95%;
	background-size: 100% auto;
}

.card-text {
	text-align: center;
	height: 60px;
}

.interes {
	width: 25%;
}

.centrar {
	text-align: center !important;
}

.footer {
	color: white !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	/* line-height: 1.428571429; */
	/* margin: 0 0 12.5px; */
}

.p-4 > img, #logo_lab {
	width: 30vw;
}

.elementosNavbar{
	display: flex;
	width: 100% !important;
}

.navbar-brand {
	margin-left: 3vw;
	width: 80vw;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
}
.cerrarSesion {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20%;
	width: 20vw;
	color: white;
	font-size: 1.5rem;
	margin: 1vh;
	cursor: pointer;
	padding: 0.5rem 1rem;
}

.cerrarSesion i {
	margin-right: 0.5rem;
}

@media (max-width: 768px) {
	.cerrarSesion {
		font-size: 1.2rem;
		width: 30vw;
	}
}
.href{
	color: blue;
	cursor: pointer;
	display: inline;
}

.p-4>img {
	width: 20vw;
}

.contImg {
	max-height: 100% !important;
	max-width: 100% !important;
}

.element {
	background-color: #efefef;
	padding-bottom: 20px;
}

.textNormal {
	font-size: 19px !important;
	text-align: justify !important;
	color: #000000;
}

.titulo {
	font-size: 48px;
	color: #32587a;

	text-align: center !important;
}

header.masthead {
	position: relative;
	margin-bottom: 3rem;
	padding-top: calc(8rem + 57px);
	padding-bottom: 8rem;
	background: no-repeat center center;
	background-color: #6c757d;
	background-size: cover;
	background-attachment: scroll;
	text-align: center;
	color: #fff;
}

header.masthead:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #212529;
	opacity: 0.5;

}

.rowFlex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-flotante-container {
    position: fixed;
    bottom: 10%;
    right: 5%;
    display: flex;
    flex-direction: column;  /* Organiza los botones en una columna */
    gap: 10px;  /* Espacio entre los botones */
    align-items: center;  /* Centra los botones horizontalmente */
    z-index: 1;
}

.btn-flotante {
    width: 5rem;
    height: 5rem;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 15px 20px;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}

.btn-flotante:hover {
    background-color: #28a745;
}


.colHead {
	flex: 0 0 auto;
	width: 33%;
	text-align: center;
}

.five-columns {
	width: 25% !important;
	display: inline-block;
	min-width: 95%;
	min-height: 95%;
}

.justify-content-center {
	justify-content: center !important;
}

.data {
	padding-left: 100px;
	padding-right: 100px;
	margin-left: 100px;
	margin-right: 100px;
}

.botonAqui {
	width: 100%;
}

@media screen and (max-width: 890px) {
	.logo {
		width: 100%;
		margin-left: 0;
	}
}

@media screen and (max-width: 790px) {

	.data {
		padding-left: 2em;
		padding-right: 2em;
		margin-left: 20px;
		margin-right: 20px;
	}

	.three-columns {
		width: 32%;
		display: inline-block;
		min-width: 95%;
		min-height: 95%;
	}

	.colHead {
		flex: 0 0 auto;
		width: 32%;
		height: 60px;
	}

	.titulo {
		font-size: 25px !important;
	}

	.five-columns {
		width: 19% !important;
		display: inline-block;
		min-width: 95%;
		min-height: 95%;
	}

	.colInter {
		flex: 0 0 auto;
		width: 100px !important;
		height: 65px;
	}

	h3 {
		font-size: 1em;
	}
}