@charset "UTF-8";

.items_archivos {
	margin-top: 140px;
}
	.intro img {
		box-shadow: 0px 0px 5px #333;
		max-width: 100%;
	}
	.intro h4 {
		color: #6b17e9;
		text-align: center;
	}
	.intro i {
		color: #6b17e9;
	}
	.archivos {
		margin-top: 20px;
	}
		.archivos table thead tr th:nth-child(3), .archivos table thead tr th:nth-child(4) {
			text-align: center;
		}
		.archivos table tbody tr td:nth-child(3), .archivos table tbody tr td:nth-child(4) {
			text-align: center;
		}
		.archivos table tbody tr td:nth-child(3) .btn, .archivos table tbody tr td:nth-child(4) .btn {
			background: #6b17e9;
			color: white;
		}
			.archivos table tbody tr td:nth-child(3) .btn, .archivos table tbody tr td:nth-child(4) .btn {
				background: #6b17e9;
				border: 1px solid #6b17e9;
				color: white;
			}
				.archivos table tbody tr td:nth-child(3) .btn i, .archivos table tbody tr td:nth-child(4) .btn i {
					transition: all 0.5s;
				}
				.archivos table tbody tr td:nth-child(3) .btn:hover, .archivos table tbody tr td:nth-child(4) .btn:hover {
					background: white;
					color: #6b17e9;
				}
				.archivos table tbody tr td:nth-child(3) .btn:hover i, .archivos table tbody tr td:nth-child(4) .btn:hover i {
					transform: rotate(360deg);
				}
	.outro {
		margin-top: 20px;
	}
		.outro div p {
			text-align: center;
		}
			.outro div p a {
				color: #6b17e9;
				font-weight: bold;
				text-decoration: underline;
			}

/* Moviles */

@media (max-width: 600px) {
	.items_archivos {
		margin-top: 100px;
	}
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
}