*{
    margin:0;
    padding: 0;
    box-sizing: border-box; 

}
body {
	
	background-color: #B5B2B2;
	margin: 0;
	padding: 0;
	color: #000;
}

.content {
		padding:10px 0;
	}
.tpadre {
	width: 70%;
	margin: 0 auto;
	}
.container {
	width: 100%;
	height:auto;
	background-color: #FFF;
}

/* ~~no se asigna una anchura al encabezado. Se extenderá por toda la anchura del diseño. Contiene un marcador de posición de imagen que debe sustituirse por su propio logotipo vinculado~~ */
.header {
	background-color: #DA251C;
}
.header img{

	 width:30%; 
	 height:30%;
	 background-color: #DA251C; 
	 display: block; 
	 color: #DA251C;
	 border:0;

}
.contenedorBuscar{
	
	background-color: white; 
	display:flex;
	width:100%;
	justify-content: center;
	align-items: center;
	padding:20px 10px;
	margin:0px auto;
}

.contenedorBuscar label{
	display: inline-flex;
	position: relative;
	height:40px;
	width: 70%;
	margin-right:20px;
	background-color: white; 
	border:1px solid;
	border-radius: 10px 10px 10px 10px;
    align-items:center;
    justify-content: center;
}
.contenedorBuscar span{
	display: inline-flex;
	margin-right:10px;
}


 .txtDato{
	height:40px;
	width:76%;
	height: 99%;
	border-right: none;
	border-bottom: none;
	border-top: none;
	right: 0;
	border-radius: 0 10px 10px 0;

}
.contenedorBuscar button{
	display: inline-flex;
	align-items:center;
    justify-content: center;
	height:40px;
	width:30%;
	margin-right:10px;
	border-radius: 10px 10px 10px 10px;
	padding:0 10px;
	overflow: hidden;
}

.footer {
	padding: 10px 0;
	background-color: #DA251C;
}

.menu-fixed {
	position:fixed;
	z-index:1000;
	top:0;
	box-shadow:0px 4px 3px rgba(0,0,0,.5);
	align-items:center;
    justify-content: center;
}
.porsentajeContenedor{
	width: 90%;
	height: 5px;
	border:#6F7D94 1px solid;
	margin: 0 auto;
}
.rangoPorcentaje{
	background-color: #DA251C;
	width: 70%;
	height: 100%;
}
.perfiles{
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			padding: 10px 5px;
		}
		#perfil{
			display: flex;
			flex-direction: column;
			width: 15%;
			height: auto;
			border: 4px solid;
			border-radius: 10px 10px 10px 10px;
			padding: 10px 0;
			margin: 5px;
			flex-wrap: wrap;
			justify-content: space-around;
			align-items: center;
			
		}
		#perfil .nroOrden{
			font-size: 30px;
			background-color: white;
			width: 100%;
			text-align: center;
			margin-bottom: 10px;
		}
		#perfil .pDatos{
			font-size: 20px;
			margin-bottom: 10px;
			text-align: center;
		}
		#perfil img{
			border-radius: 10px 10px 10px 10px;
			width: 80%;
			margin-bottom: 10px;
		}

		#perfil button{
			font-size: 25px;
			width: 100%;
			height: auto;
			margin: 2px 0;
			background-color: #FFF;
			color:blue;
		}
		.descriPerfil{
			height: auto;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: center;
		}


		.boton1 {
			box-shadow: 2px 2px 2px rgb(228, 40, 40);
			width: 25%;  /* Ancho del botón */
			height: 15%;
			border: 1px solid rgb(228, 40, 40); /* Borde */
			background: white ;/* Fondo */
			text-align: center;  /* Alineación del texto */
			color: #080707;  /* Color del texto */
			margin: auto;
		}
		

	#backMenu{
        position: fixed;
		z-index: 2000;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.5);
        display: none;
    }
	.menu__side{
		display: none;
		height: 100%;
		width:80%;
		background:rgb(243, 250, 248); 
		position: fixed;
		top: 0;
		left: 0;
		color: black;
		font-size: 18px;
		z-index: 3000;
		overflow: hidden;
		overflow-y: scroll;
		transition: all 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
		flex-direction: column;
	}
	.menu__side button{
		width: 15%;
		margin-top: 5px;
		margin-left: 80%;
	}
	/*Ocultar scroll para chrome, safari y opera*/
	.menu__side::-webkit-scrollbar{
		display: none;
	}

	/*Ocultar scroll para IE, Edge y Firefox*/
	.menu__side{
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.torta{
		width: 30%;
		height: 30%;
		background: conic-gradient(red 50%, purple 0 90% , yellow 0 100%);
		border-radius: 50%;
	}
	.modal {
		display:none;
		position: fixed;
		background: white;
		top:0;
		left: 0;
		right: 0;
		bottom:0;
		width:100%;
		height:100vh;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding:auto;
		z-index: 4000;
	}
	.parpadea {
  
		animation-name: parpadeo;
		animation-duration: 1s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	  
		-webkit-animation-name:parpadeo;
		-webkit-animation-duration: 1s;
		-webkit-animation-timing-function: linear;
		-webkit-animation-iteration-count: 3;
	  }
	  .checarFotos{
		display: none;
	  }
	  @-moz-keyframes parpadeo{  
		0% { opacity: 1.0; }
		50% { opacity: 0.0; }
		100% { opacity: 1.0; }
	  }
	  
	  @-webkit-keyframes parpadeo {  
		0% { opacity: 1.0; }
		50% { opacity: 0.0; }
		 100% { opacity: 1.0; }
	  }
	  
	  @keyframes parpadeo {  
		0% { opacity: 1.0; }
		 50% { opacity: 0.0; }
		100% { opacity: 1.0; }
	  }
@media screen and (max-width:800px){
	.header img{
		width:50%; 
		height:auto;
	}
	.content {
		padding:0;
	}
	.tpadre {
		width: 100%;
		margin: 0;
	}
	#perfil {
		width: 27%;
	}
	#perfil .nroOrden{
		font-size: 18px;
	}
	#perfil button{
		font-size: 16px;
	}
	#perfil .pCI{
		font-size: 15px;
	}
	#perfil .pDatos{
		font-size: 14px;
	}
	.contenedorBuscar span{
		font-size: 12px;
		top: -8px;
		position: absolute;
		background: #FFF;
	}
	.txtDato{
		width:100%;
		border-left: none;
		border-radius: 10px 10px 10px 10px;

	}
	.contenedorBuscar label{
		margin-right: 2px;
	}
	.contenedorBuscar button{
		margin-right: 0;
	}
	.contenedorBuscar{
		padding: 8px 4px;
	}
}
